@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url(/assets/vendors/fontawesome5/all.min-0f67b286c224061110930956db24b7ed66e9c72054c0d877608c6d41491a58b0.css);
@import url(/assets/bootstrap/bootstrap-2213549d1004efc3ddcb4d801350f504cb34d390cb28877044bdca2b7a23ec5f.css);
@import url(/assets/animate-35c31c6c947a964897b9114f47efdf53f2798f53131d49ddfad1f220dade4588.css);
@import url(/assets/select2-c6ac55e050e3e6db253b3e8c575de97675e07fade527056269d9fffdc88a988b.css);
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  transition: .3s ease-out; }
  .waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.7s ease-out;
    transition-property: transform, opacity;
    transform: scale(0);
    pointer-events: none; }
  .waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.45); }
  .waves-effect.waves-red .waves-ripple {
    background-color: rgba(244, 67, 54, 0.7); }
  .waves-effect.waves-yellow .waves-ripple {
    background-color: rgba(255, 235, 59, 0.7); }
  .waves-effect.waves-orange .waves-ripple {
    background-color: rgba(255, 152, 0, 0.7); }
  .waves-effect.waves-purple .waves-ripple {
    background-color: rgba(156, 39, 176, 0.7); }
  .waves-effect.waves-green .waves-ripple {
    background-color: rgba(76, 175, 80, 0.7); }
  .waves-effect.waves-teal .waves-ripple {
    background-color: rgba(0, 150, 136, 0.7); }
  .waves-effect input[type="button"], .waves-effect input[type="reset"], .waves-effect input[type="submit"] {
    border: 0;
    font-style: normal;
    font-size: inherit;
    text-transform: inherit;
    background: none; }
  .waves-effect img {
    position: relative;
    z-index: -1; }

.waves-notransition {
  transition: none !important; }

.waves-circle {
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); }

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom; }
  .waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1; }

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none; }

.waves-block {
  display: block; }

/* Firefox Bug: link not triggered */
.waves-effect .waves-ripple {
  z-index: -1; }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

iframe[name="google_conversion_frame"],
img[width="1"][height="1"] {
  display: none; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

input {
  border-radius: 0;
  background: transparent;
  color: black;
  border: 0; }
  input:focus {
    outline: #FFB500 solid 3px; }

body {
  font-size: 14px;
  font-family: 'Sage UI', sans-serif;
  font-weight: 400; }

#form-wrap {
  background: #330867;
  background-image: url(/assets/landing/login_circles_bg-45a2613497ef6790300c71668e48f87507b9a2cb15497e7e7914ceb921c7499a.svg), url(/assets/landing/login_shapes_bg-671b6e8f0be790df1c7c785b614ff525dfd27857fab4e9962d49604812a893d0.svg), linear-gradient(45deg, #30cfd0 0%, #330867 100%);
  background-size: 100%, cover;
  background-repeat: repeat, no-repeat;
  background-position: 0, 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px; }

.relevant-info-notification {
  font-size: 12px;
  color: #626F84;
  text-align: left;
  margin-bottom: 15px; }

.select2-container .select2-dropdown {
  border-radius: 0;
  border: none;
  margin-top: 5px;
  box-shadow: 0 2px 5px 1px #e6ebed; }
.select2-container .select2-selection {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #626F84;
  height: 41px; }
  .select2-container .select2-selection .select2-selection__rendered {
    line-height: 41px; }
  .select2-container .select2-selection .select2-selection__arrow {
    height: 41px; }
  .select2-container .select2-selection:focus {
    outline: #FFB500 solid 3px; }
.select2-container .select2-results > .select2-results__options {
  max-height: 160px; }
.select2-container .select2-results__option {
  color: black; }
.select2-container .select2-results__option--highlighted[aria-selected], .select2-container .select2-results__option[aria-selected=true] {
  background: #F2F5F6;
  color: black; }
.select2-container .select2-results__option:empty {
  display: none; }
.select2-container .select2-search.select2-search--dropdown input.select2-search__field {
  border-radius: 0;
  background-color: #FFFFFF;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #9e9e9e;
  outline: 0; }
.select2-container .select2-search.select2-search--dropdown input.select2-search__field:focus,
.select2-container .select2-search.select2-search--dropdown input.select2-search__field:hover {
  border-bottom: 1px solid #007e45;
  outline: 0; }
.select2-container:focus {
  outline: red; }

.double-form-sides {
  display: flex; }
  @media only screen and (max-width: 960px) {
    .double-form-sides {
      display: block; } }
  .double-form-sides .left-side, .double-form-sides .right-side {
    flex: 1;
    width: 50%; }
    @media only screen and (max-width: 960px) {
      .double-form-sides .left-side, .double-form-sides .right-side {
        width: 100%; } }
  .double-form-sides .left-side {
    padding-left: 65px;
    padding-right: 32px; }
    .double-form-sides .left-side #calculator {
      width: 100%;
      position: static;
      padding: 0; }
      .double-form-sides .left-side #calculator .modules {
        padding: 0 !important;
        margin-top: -15px; }
  .double-form-sides .right-side {
    padding-left: 32px;
    padding-right: 65px; }
  @media only screen and (max-width: 960px) {
    .double-form-sides .left-side, .double-form-sides .right-side {
      padding-left: 35px;
      padding-right: 35px; } }
  @media only screen and (max-width: 960px) {
    .double-form-sides .right-side {
      margin-top: 40px; } }

#form {
  width: 365px;
  max-width: 100%;
  padding: 43px 65px 43px;
  background: white;
  text-align: center;
  border-radius: 5px; }
  #form.double-form {
    width: 860px;
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0; }
    @media only screen and (max-width: 960px) {
      #form.double-form {
        width: 100%; } }
  #form .recaptcha-wrap {
    margin-bottom: 20px;
    text-align: center;
    height: 83px;
    transform: scale(0.77);
    transform-origin: 0 0; }
    #form .recaptcha-wrap #recaptcha-element {
      display: inline-block; }
    @media only screen and (max-width: 320px) {
      #form .recaptcha-wrap {
        transform: scale(0.63); } }
  #form.password-reset-form {
    width: 434px; }
  #form #company-logo {
    padding-bottom: 56px; }
    #form #company-logo a:focus {
      outline: #FFB500 solid 3px; }
    #form #company-logo img {
      max-width: 156px; }
      #form #company-logo img.default {
        width: 156px; }
  #form .instructions {
    text-align: center;
    color: #444c5d;
    padding-bottom: 50px;
    line-height: 1.3; }
  #form a.link {
    cursor: pointer; }
    #form a.link, #form a.link:visited, #form a.link:hover, #form a.link:focus, #form a.link:active {
      color: #609E26;
      text-decoration: underline; }
  #form .forgot-password-link {
    margin-top: 15px;
    margin-bottom: 27px;
    font-size: 12px;
    color: #626F84;
    display: block;
    text-decoration: none; }
    #form .forgot-password-link:hover {
      text-decoration: underline; }
    #form .forgot-password-link:focus {
      outline: #FFB500 solid 3px; }
  #form .basic-link {
    font-size: 12px;
    color: #626F84;
    display: block;
    text-decoration: none; }
    #form .basic-link:hover {
      text-decoration: underline; }
    #form .basic-link.bottom-link {
      margin-top: 45px;
      margin-bottom: 0px; }
  #form .google-sign-in-button {
    color: #626F84;
    border: 1px solid #d2d7de;
    background: white url(/assets/landing/login_google_icon-ed3e75557d057eca10e9941f04fef1de73845107b9fec21e2227c26e6c1d61c1.png);
    background-position: left 15px center;
    background-repeat: no-repeat; }
  #form .agreement {
    margin: 35px 0 31px;
    font-size: 13px;
    color: #626F84;
    margin-left: -15px;
    margin-right: -15px; }
    #form .agreement a {
      color: inherit;
      text-decoration: none; }
      #form .agreement a:hover {
        text-decoration: underline; }
      #form .agreement a:focus {
        outline: #FFB500 solid 3px; }
  #form .email-error-placeholder .error-message {
    padding-bottom: 25px; }
    #form .email-error-placeholder .error-message .sign-in-link {
      color: #626F84; }
      #form .email-error-placeholder .error-message .sign-in-link a:hover {
        color: #73A23E; }
  #form .error-message {
    padding-bottom: 43px;
    color: #DC0055; }
    #form .error-message:empty {
      display: none; }
  #form .btn-divider {
    color: #626F84;
    text-transform: uppercase;
    margin-bottom: 23px;
    opacity: 0.5;
    font-size: 12px;
    font-weight: 700; }
  #form .input-field {
    text-align: left;
    padding-bottom: 28px; }
    html[dir="rtl"] #form .input-field {
      text-align: right; }
    #form .input-field label, #form .input-field input, #form .input-field select, #form .input-field textarea {
      width: 100%;
      max-width: 100%;
      display: block; }
    #form .input-field label {
      text-transform: uppercase;
      color: #626F84;
      font-weight: 700;
      font-size: 14px; }
      #form .input-field label a.link {
        color: inherit;
        text-decoration: underline; }
    #form .input-field input, #form .input-field textarea {
      border-bottom: 1px solid #626F84;
      padding: 10px 4px; }
    #form .input-field textarea {
      border: none transparent;
      overflow: auto;
      border-bottom: 1px solid #626F84;
      color: black; }
      #form .input-field textarea:focus {
        outline: none; }
    #form .input-field textarea, #form .input-field select {
      margin: 10px 0; }
    #form .input-field input:-webkit-autofill {
      -webkit-box-shadow: 0 0 0 1000px white inset; }
    #form .input-field input[type="checkbox"] {
      width: auto; }
    #form .input-field.with-checkbox {
      display: flex;
      padding-bottom: 15px; }
      #form .input-field.with-checkbox input {
        flex: 0 0 25px; }
      #form .input-field.with-checkbox label {
        flex: 1; }
    #form .input-field.with-radio {
      display: flex;
      padding-bottom: 15px; }
      #form .input-field.with-radio input {
        flex: 0 0 25px; }
      #form .input-field.with-radio label {
        flex: 1; }
  #form .checkbox-input-field label {
    margin: 0 -10px;
    display: flex;
    align-items: center; }
  #form .checkbox-input-field input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  #form .checkbox-input-field .check {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
    background: #626F84;
    margin: 10px;
    position: relative;
    border-radius: 3px;
    display: flex;
    align-items: center;
    text-align: center; }
    #form .checkbox-input-field .check:after {
      flex: 1;
      display: none;
      font-size: 10px;
      content: "\f00c";
      color: white; }
  #form .checkbox-input-field input[type="checkbox"]:checked + .check:after {
    display: block; }
  #form .checkbox-input-field input[type="checkbox"]:focus + .check {
    outline: #FFB500 solid 3px; }
  #form .checkbox-input-field .label {
    font-size: 12px;
    text-transform: none;
    font-weight: normal; }
  #form .google-image-btn img {
    display: none; }
    #form .google-image-btn img.default {
      display: inline-block; }
  #form .google-image-btn img {
    width: 191px; }
  #form .google-image-btn:focus img, #form .google-image-btn:hover img {
    display: none !important; }
    #form .google-image-btn:focus img.focus, #form .google-image-btn:hover img.focus {
      display: inline-block !important; }
  #form .google-image-btn:active > img {
    display: none !important; }
    #form .google-image-btn:active > img.focus {
      display: none !important; }
    #form .google-image-btn:active > img.pressed {
      display: inline-block !important; }
  #form .google-image-btn:focus {
    outline: #FFB500 solid 3px; }
  #form .align-center {
    text-align: center; }
  #form .companies-list .btn {
    margin-bottom: 20px; }
  #form .companies-list .company-group-title {
    font-size: 18px;
    font-weight: bold;
    color: #403D4F;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 15px; }

#sage-cloud-id .error-message {
  padding: 20px 0 0 0; }
#sage-cloud-id [v-cloak] {
  visibility: hidden; }
#sage-cloud-id button.with-loader {
  background-image: url(/assets/ajax-loader-9840314386f0673303c67a37d9e622acd0b1125c864bf5dd97d6382cfd22bcad.gif) !important;
  background-repeat: no-repeat;
  background-position: center left 15px; }

body {
  width: 100%;
  height: 100%; }

.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 256px;
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none; }

.slideout-menu-left {
  left: 0; }

.slideout-menu-right {
  right: 0; }

.slideout-panel {
  position: relative;
  z-index: 1;
  background-color: #FFF;
  /* A background-color is required */
  min-height: 100vh; }

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden; }

.slideout-open .slideout-menu {
  display: block; }

#mobile-menu {
  background: #330867;
  background-image: url(/assets/landing/login_circles_bg-45a2613497ef6790300c71668e48f87507b9a2cb15497e7e7914ceb921c7499a.svg), url(/assets/landing/login_shapes_bg-671b6e8f0be790df1c7c785b614ff525dfd27857fab4e9962d49604812a893d0.svg), linear-gradient(45deg, #30cfd0 0%, #330867 100%);
  background-size: 100%, cover;
  background-repeat: repeat, no-repeat;
  background-position: 0, 0;
  padding: 20px; }
  #mobile-menu.hidden {
    display: none !important; }
  @media only screen and (min-width: 960px) {
    #mobile-menu {
      display: none !important; } }
  #mobile-menu ul li {
    margin-bottom: 15px; }
    #mobile-menu ul li a {
      display: inline-block;
      color: white;
      text-decoration: none;
      -webkit-transition: background .1s ease;
      transition: background .1s ease; }
      #mobile-menu ul li a span {
        opacity: 0.7;
        text-transform: uppercase;
        font-weight: 700;
        -webkit-transition: opacity .1s ease;
        transition: opacity .1s ease; }
    #mobile-menu ul li .dropdown-menu {
      padding-left: 10px;
      padding-top: 15px;
      opacity: 1 !important;
      visibility: visible !important; }
      #mobile-menu ul li .dropdown-menu .text-wrap p {
        display: none; }
      #mobile-menu ul li .dropdown-menu .icon-wrap {
        display: flex;
        align-items: center;
        justify-content: center; }
      #mobile-menu ul li .dropdown-menu .icon {
        font-size: 15px;
        color: orange; }
      #mobile-menu ul li .dropdown-menu a {
        display: block; }
        #mobile-menu ul li .dropdown-menu a section {
          display: flex;
          padding-bottom: 8px;
          padding-top: 8px; }
          #mobile-menu ul li .dropdown-menu a section .icon-wrap {
            width: 32px; }
          #mobile-menu ul li .dropdown-menu a section .text-wrap {
            font-size: 16px; }
          #mobile-menu ul li .dropdown-menu a section.secondary .icon i {
            color: whitesmoke; }

.sprite {
  display: inline-block;
  vertical-align: middle; }

.sprite {
  background-image: url(/assets/landing/sprites/css_sprites-7e4fd52dc7c5b1b0ba3a804b247546f4a52a8cbc7ca9f166e935e05fd03fd602.png);
  background-position: left center;
  background-repeat: no-repeat; }

.sprite.store_apple_png {
  background-position: 0 -2314px;
  width: 162px;
  height: 48px; }

.sprite.store_google_png {
  background-position: 0 -2363px;
  width: 162px;
  height: 48px; }

.rs {
  background-image: url(/assets/landing/rs/1x-25879adfbe8f2c211e5833435a44a9f424224065a221c594633647d69c7a5d7e.png); }

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .rs {
    background-image: url(/assets/landing/rs/2x-baad98fd3a1009778bb87eaebda8d293456f3ae5534d4590b00e5d8ba8b75cc8.png);
    background-size: 4155px 2332px; } }
.sprite-airbaltic {
  width: 134px;
  height: 31px;
  background-position: 0 0; }

.sprite-bdo {
  width: 108px;
  height: 42px;
  background-position: -2702px -1773px; }

.sprite-deloitte {
  width: 148px;
  height: 28px;
  background-position: -2810px -1815px; }

.sprite-dnb {
  width: 93px;
  height: 48px;
  background-position: -2958px -1843px; }

.sprite-entercom {
  width: 176px;
  height: 30px;
  background-position: -3051px -1891px; }

.sprite-ey {
  width: 89px;
  height: 103px;
  background-position: -3227px -1921px; }

.sprite-kiosked {
  width: 111px;
  height: 59px;
  background-position: -3316px -2024px; }

.sprite-miele {
  width: 131px;
  height: 33px;
  background-position: -3427px -2083px; }

.sprite-paperless-post {
  width: 145px;
  height: 75px;
  background-position: -3558px -2116px; }

.sprite-roche {
  width: 117px;
  height: 61px;
  background-position: -3703px -2191px; }

.sprite-smartlynx {
  width: 197px;
  height: 49px;
  background-position: -3820px -2252px; }

.sprite-twino {
  width: 138px;
  height: 31px;
  background-position: -4017px -2301px; }

.stars {
  background: url(/assets/landing/sprites/stars-sprite-059bc6ac5ac89dc1a9b1b23fcbbe53bffeaad83e9211b5605b8095edbea884d2.png) no-repeat top left;
  transform: scale(0.9);
  height: 66px; }

.stars.stars-32 {
  background-position: 0 0;
  width: 125px; }

.stars.stars-33 {
  background-position: 0 -335px;
  width: 206px; }

.stars.stars-34 {
  background-position: 0 -268px;
  width: 151px; }

.stars.stars-35 {
  background-position: 0 -201px;
  width: 142px; }

.stars.stars-36 {
  background-position: 0 -134px;
  width: 141px; }

.stars.stars-37 {
  background-position: 0 -67px;
  width: 223px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .stars {
    background: url(/assets/landing/sprites/stars-sprite-retina-4339cdba340e6b4becfca99f924a2472d8cb684dc83bf7026e5a8be07b3dc477.png) no-repeat top left/223px 402px; } }
.main-nav {
  position: relative;
  z-index: 400;
  height: 128px;
  display: flex;
  align-items: center; }
  .main-nav.content-width {
    max-width: 1100px; }
  .main-nav #menu-toggle {
    display: none; }
  @media only screen and (max-width: 960px) {
    .main-nav {
      justify-content: center; }
      .main-nav #menu-toggle {
        display: block;
        position: absolute;
        left: 20px;
        top: 42px;
        font-size: 20px;
        padding: 15px;
        color: white; } }
  .main-nav .logo-link {
    position: relative;
    top: -5px; }
    .main-nav .logo-link img {
      width: 119px; }
      .main-nav .logo-link img.small {
        display: none; }
    @media only screen and (max-width: 960px) {
      .main-nav .logo-link {
        top: 0; } }
    .main-nav .logo-link:focus {
      outline: #FFB500 solid 3px; }
  .main-nav ul {
    text-align: right;
    width: 100%; }
    html[dir="rtl"] .main-nav ul {
      text-align: left; }
    @media only screen and (max-width: 960px) {
      .main-nav ul {
        display: none; } }
    .main-nav ul li {
      display: inline-block;
      margin-left: 19px;
      margin-right: 19px; }
      .main-nav ul li:last-child {
        margin-right: 0; }
      .main-nav ul li a {
        display: inline-block;
        color: white;
        text-decoration: none;
        -webkit-transition: background .1s ease;
        transition: background .1s ease; }
        .main-nav ul li a i {
          margin-right: 4px; }
        .main-nav ul li a span {
          text-transform: uppercase;
          font-weight: 700;
          -webkit-transition: opacity .1s ease;
          transition: opacity .1s ease; }
        .main-nav ul li a.highlighted {
          border-radius: 30px;
          background: rgba(255, 255, 255, 0.2);
          padding: 15px 35px; }
        .main-nav ul li a:focus {
          outline: #FFB500 solid 3px; }
      .main-nav ul li:hover a span {
        opacity: 0.3; }
      .main-nav ul li:hover a.highlighted {
        background: rgba(255, 255, 255, 0.1); }
  .main-nav .dropdown-trigger {
    position: relative;
    cursor: pointer; }
    .main-nav .dropdown-trigger:hover .dropdown-menu, .main-nav .dropdown-trigger.focused .dropdown-menu {
      visibility: visible !important;
      opacity: 1 !important;
      transform: rotateX(0deg) scaleX(1) scaleY(1); }
    .main-nav .dropdown-trigger .dropdown-menu {
      opacity: 0;
      visibility: hidden;
      transition-property: opacity, visibility, transform;
      transform: rotateX(50deg) scaleX(0.6) scaleY(0.9);
      transform-origin: top;
      transition-timing-function: ease;
      transition-duration: 350ms;
      will-change: transform, opacity, visibility; }
    .main-nav .dropdown-trigger .dropdown-menu {
      position: absolute;
      top: 15px;
      width: 400px;
      left: 50%;
      margin-left: -200px;
      z-index: 5000; }
      .main-nav .dropdown-trigger .dropdown-menu:after {
        content: " ";
        position: absolute;
        top: 17px;
        left: 50%;
        margin-left: -13px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 13px 13px 13px;
        border-color: transparent transparent #f1f4f7 transparent; }
      .main-nav .dropdown-trigger .dropdown-menu .dropdown {
        margin-top: 30px;
        border-radius: 5px;
        background: #f1f4f7;
        text-align: left;
        box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1); }
      .main-nav .dropdown-trigger .dropdown-menu a {
        display: block; }
        .main-nav .dropdown-trigger .dropdown-menu a:focus {
          outline: #FFB500 solid 3px; }
      .main-nav .dropdown-trigger .dropdown-menu section:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px; }
      .main-nav .dropdown-trigger .dropdown-menu section:last-child {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px; }
      .main-nav .dropdown-trigger .dropdown-menu section.secondary {
        padding: 12px 20px;
        display: flex;
        align-items: center; }
        .main-nav .dropdown-trigger .dropdown-menu section.secondary:hover {
          background: #fbfbfb; }
          .main-nav .dropdown-trigger .dropdown-menu section.secondary:hover .icon-wrap .icon i {
            color: #ec6e5a !important; }
          .main-nav .dropdown-trigger .dropdown-menu section.secondary:hover h5 {
            color: #313131; }
        .main-nav .dropdown-trigger .dropdown-menu section.secondary .icon-wrap {
          width: 50px;
          text-align: center;
          padding-right: 15px; }
          .main-nav .dropdown-trigger .dropdown-menu section.secondary .icon-wrap .icon {
            font-size: 15px; }
            .main-nav .dropdown-trigger .dropdown-menu section.secondary .icon-wrap .icon i {
              color: #8994a4; }
        .main-nav .dropdown-trigger .dropdown-menu section.secondary .text-wrap {
          flex: 1; }
        .main-nav .dropdown-trigger .dropdown-menu section.secondary h5 {
          color: #8994a4;
          font-size: 13px;
          font-weight: 700; }
      .main-nav .dropdown-trigger .dropdown-menu section.primary {
        padding: 16px 22px 0;
        display: flex; }
        .main-nav .dropdown-trigger .dropdown-menu section.primary:hover {
          background: #fbfbfb; }
        .main-nav .dropdown-trigger .dropdown-menu section.primary .icon-wrap, .main-nav .dropdown-trigger .dropdown-menu section.primary .text-wrap {
          border-bottom: 1px solid #eaecef;
          padding-bottom: 15px; }
        .main-nav .dropdown-trigger .dropdown-menu section.primary .icon-wrap {
          width: 55px;
          padding-right: 12px; }
          .main-nav .dropdown-trigger .dropdown-menu section.primary .icon-wrap .icon {
            width: 35px;
            height: 35px;
            border-radius: 50%;
            background: white;
            display: flex;
            align-items: center;
            justify-content: center;
            -webkit-box-shadow: 0px 5px 5px 0px rgba(153, 153, 153, 0.3);
            -moz-box-shadow: 0px 5px 5px 0px rgba(153, 153, 153, 0.3);
            box-shadow: 0px 5px 5px 0px rgba(153, 153, 153, 0.3);
            font-size: 17px; }
          .main-nav .dropdown-trigger .dropdown-menu section.primary .icon-wrap .icon {
            color: orange; }
            .main-nav .dropdown-trigger .dropdown-menu section.primary .icon-wrap .icon i {
              margin: 0; }
        .main-nav .dropdown-trigger .dropdown-menu section.primary .text-wrap {
          flex: 1; }
          .main-nav .dropdown-trigger .dropdown-menu section.primary .text-wrap h5 {
            color: #313131;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 15px; }
          .main-nav .dropdown-trigger .dropdown-menu section.primary .text-wrap p {
            font-size: 13px;
            color: #707e91;
            line-height: 1.3; }

.main-nav-width {
  width: 100%;
  transition: top 250ms linear;
  z-index: 5000;
  position: relative; }

.main-nav-width.scrolled, .main-nav-width.white-style {
  background: white;
  box-shadow: 0 2px 30px 2px rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 589546; }
  @media only screen and (max-width: 960px) {
    .main-nav-width.scrolled, .main-nav-width.white-style {
      display: none !important; } }
  .main-nav-width.scrolled.scrolled-almost, .main-nav-width.white-style.scrolled-almost {
    top: -80px; }
  .main-nav-width.scrolled + .content-width, .main-nav-width.white-style + .content-width {
    margin-top: 128px; }
  .main-nav-width.scrolled .main-nav, .main-nav-width.white-style .main-nav {
    height: 80px; }
    .main-nav-width.scrolled .main-nav li a span, .main-nav-width.white-style .main-nav li a span {
      color: #626F84;
      opacity: 1; }
    .main-nav-width.scrolled .main-nav li:hover a span, .main-nav-width.white-style .main-nav li:hover a span {
      color: #9eb86a;
      opacity: 1; }
    .main-nav-width.scrolled .main-nav li a.highlighted, .main-nav-width.white-style .main-nav li a.highlighted {
      border: 2px solid #73A23E; }
      .main-nav-width.scrolled .main-nav li a.highlighted span, .main-nav-width.white-style .main-nav li a.highlighted span {
        color: #73A23E;
        font-size: 16px;
        opacity: 1; }
    .main-nav-width.scrolled .main-nav li:hover a.highlighted, .main-nav-width.white-style .main-nav li:hover a.highlighted {
      background: #73A23E; }
      .main-nav-width.scrolled .main-nav li:hover a.highlighted span, .main-nav-width.white-style .main-nav li:hover a.highlighted span {
        color: white; }
    .main-nav-width.scrolled .main-nav .logo-link, .main-nav-width.white-style .main-nav .logo-link {
      top: 0; }
    .main-nav-width.scrolled .main-nav .logo-link img, .main-nav-width.white-style .main-nav .logo-link img {
      width: 117px;
      height: 33px; }
      .main-nav-width.scrolled .main-nav .logo-link img.normal, .main-nav-width.white-style .main-nav .logo-link img.normal {
        display: none; }
      .main-nav-width.scrolled .main-nav .logo-link img.small, .main-nav-width.white-style .main-nav .logo-link img.small {
        display: block; }

.intro {
  background: #330867;
  background-image: url(/assets/landing/mod/sage_com_uk_hero-76d6d7319a87f4a84c5c6d07b365dac0bf117f82c9a1a8dab97bc95e60b95b38.svg);
  background-size: cover;
  background-repeat: repeat, no-repeat;
  background-position: 0, 0;
  position: relative; }
  .intro article {
    color: white;
    padding-top: 90px;
    padding-bottom: 200px;
    width: 40%; }
    @media only screen and (max-width: 960px) {
      .intro article {
        padding-top: 30px;
        width: 100%; } }
    .intro article h1 {
      font-size: 30px;
      font-weight: 700;
      line-height: 1.3; }
    .intro article .description {
      padding-top: 41px;
      font-size: 17px;
      line-height: 1.8; }
      .intro article .description a {
        color: white;
        cursor: pointer; }
        .intro article .description a:focus {
          outline: #FFB500 solid 3px; }

.home-intro .main-image-wrap {
  position: relative; }
  .home-intro .main-image-wrap .main-image {
    padding-top: 0;
    width: 100%;
    height: auto; }
  @media only screen and (max-width: 960px) {
    .home-intro .main-image-wrap {
      margin-top: 25px;
      padding-bottom: 75px; } }
.home-intro h1 {
  color: white;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.4; }
.home-intro article {
  text-align: center;
  width: auto;
  max-width: 720px;
  margin: 0 auto;
  padding-bottom: 0;
  margin-bottom: -70px; }
  @media only screen and (max-width: 960px) {
    .home-intro article {
      padding-top: 20px; } }
.home-intro .start-trial-inner {
  max-width: 540px;
  margin: 0 auto; }
  .home-intro .start-trial-inner header {
    display: none; }

.contact-intro {
  padding-bottom: 400px; }
  .contact-intro article {
    text-align: center;
    width: auto;
    max-width: 440px;
    padding-bottom: 0;
    padding-top: 45px;
    margin: 0 auto 25px; }
    .contact-intro article h2 {
      color: white;
      font-weight: bold;
      font-size: 35px;
      line-height: 1.4;
      padding-bottom: 70px; }
  @media only screen and (max-width: 960px) {
    .contact-intro {
      padding-bottom: 175px; } }
  .contact-intro .contacts-book-wrap {
    position: relative; }
  .contact-intro #contacts-book {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 500;
    width: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #626F84; }
    @media only screen and (max-width: 960px) {
      .contact-intro #contacts-book {
        position: relative;
        width: auto;
        display: block; } }
    .contact-intro #contacts-book .shape.top-right-over {
      z-index: 52;
      width: 70px;
      height: 70px;
      background-image: url(/assets/landing/cities/top-right-over-bfefa929dc02f38b363ffb3f3be43ad2b45a9a104a1ecf1e8eef846574ae6d55.svg);
      background-repeat: no-repeat;
      background-size: 100%;
      position: absolute;
      right: 27px;
      top: -26px; }
      @media only screen and (max-width: 1080px) {
        .contact-intro #contacts-book .shape.top-right-over {
          right: 0; } }
    .contact-intro #contacts-book .shape.top-right-under {
      z-index: 48;
      width: 260px;
      height: 247px;
      background-image: url(/assets/landing/cities/top-right-under-e48c32ec238258a5b89d229fd6db3f40d29cc1631bb2f6b771571986ecb5b742.svg);
      background-repeat: no-repeat;
      background-size: 100%;
      position: absolute;
      top: -35px;
      right: -75px; }
      @media only screen and (max-width: 1160px) {
        .contact-intro #contacts-book .shape.top-right-under {
          right: -40px; } }
      @media only screen and (max-width: 1080px) {
        .contact-intro #contacts-book .shape.top-right-under {
          right: 0; } }
    .contact-intro #contacts-book .shape.bottom-left-under {
      z-index: 48;
      width: 149px;
      height: 189px;
      background-image: url(/assets/landing/cities/bottom-left-under-2cf7c514c73df0b31dac92b93d2804a5059ecf2b9c3e75e843e2f5f8be5e8070.svg);
      background-repeat: no-repeat;
      background-size: 100%;
      position: absolute;
      bottom: 100px;
      left: -75px; }
      @media only screen and (max-width: 1160px) {
        .contact-intro #contacts-book .shape.bottom-left-under {
          left: -40px; } }
      @media only screen and (max-width: 1080px) {
        .contact-intro #contacts-book .shape.bottom-left-under {
          left: 0; } }
    .contact-intro #contacts-book .shape.bottom-right-under {
      z-index: 48;
      width: 190px;
      height: 295px;
      background-image: url(/assets/landing/cities/bottom-right-under-fa199ede12402cdaea1a0c7809e891b709bc53ba4798663407c4086da0f99cb0.svg);
      background-repeat: no-repeat;
      background-size: 100%;
      position: absolute;
      bottom: -33px;
      right: -78px; }
      @media only screen and (max-width: 1160px) {
        .contact-intro #contacts-book .shape.bottom-right-under {
          right: -40px; } }
      @media only screen and (max-width: 1080px) {
        .contact-intro #contacts-book .shape.bottom-right-under {
          right: 0; } }
    @media only screen and (max-width: 960px) {
      .contact-intro #contacts-book .shape {
        display: none; } }
    .contact-intro #contacts-book .lets-talk {
      width: 50%;
      padding: 50px 74px 25px;
      border-right: 1px solid #f1f3f5;
      position: relative;
      z-index: 50;
      background: white;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
    .contact-intro #contacts-book .locations {
      width: 50%;
      padding: 50px 74px 25px 76px;
      position: relative;
      z-index: 50;
      background: white;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
    @media only screen and (max-width: 960px) {
      .contact-intro #contacts-book .lets-talk, .contact-intro #contacts-book .locations {
        width: 100%;
        border: 0; }
      .contact-intro #contacts-book .lets-talk {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px; }
      .contact-intro #contacts-book .locations {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px; } }
    .contact-intro #contacts-book h5, .contact-intro #contacts-book .subheading {
      color: #313131;
      font-weight: bold;
      text-transform: uppercase; }
    .contact-intro #contacts-book h5 {
      font-size: 18px;
      margin-bottom: 59px; }
    .contact-intro #contacts-book .subheading {
      font-size: 14px;
      margin-bottom: 20px; }
    .contact-intro #contacts-book .address {
      line-height: 1.8;
      font-size: 13px; }
    .contact-intro #contacts-book p {
      line-height: 2.1; }
    .contact-intro #contacts-book .offices {
      margin-top: -32px; }
    .contact-intro #contacts-book .office {
      padding-bottom: 25px;
      padding-top: 32px; }
      .contact-intro #contacts-book .office.london {
        background-image: url(/assets/landing/cities/london-92838e8685b7951c8b7cd49a0262b3eb929d857e0dcf494cbeba4be484eb0b03.svg);
        background-repeat: no-repeat;
        background-position: right 41px top 39px; }
        html[dir="rtl"] .contact-intro #contacts-book .office.london {
          background-position: left 41px top 39px; }
      .contact-intro #contacts-book .office.barcelona {
        background-image: url(/assets/landing/cities/barcelona-5715a5bf67da6d31d7d0b6eec542faba7e49182d9000a709881b57a7b5018ff9.svg);
        background-repeat: no-repeat;
        background-position: right 20px top 39px;
        background-size: 150px; }
        html[dir="rtl"] .contact-intro #contacts-book .office.barcelona {
          background-position: left 20px top 39px; }
      @media only screen and (max-width: 960px) {
        .contact-intro #contacts-book .office {
          background-image: none !important; } }
      .contact-intro #contacts-book .office + .office {
        border-top: 1px solid #f1f3f5; }
    .contact-intro #contacts-book .social {
      margin-top: 56px;
      margin-bottom: 67px; }
      .contact-intro #contacts-book .social a {
        margin-bottom: 7px;
        text-decoration: none;
        color: #626F84;
        display: flex;
        align-items: center; }
        .contact-intro #contacts-book .social a i {
          color: #b5bdc8;
          font-size: 20px;
          margin-right: 10px; }
          html[dir="rtl"] .contact-intro #contacts-book .social a i {
            margin-right: 0;
            margin-left: 10px; }

.arm {
  position: absolute;
  height: 500px;
  top: 0;
  margin: 0 auto;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 0; }
  .arm.love {
    background-image: url(/assets/referrals/love-hand-cd9070d16ef8fdc09a41ab146afc27182a0419c837f2d97fcbc49dc746cf4f3d.png); }
  .arm.money {
    background-image: url(/assets/referrals/money-hand-aa09b68cdb72bfc75017b1794150d402e3a647e4042644c05f95c030caefc227.png); }

.registration-intro {
  padding-bottom: 400px; }
  @media only screen and (max-width: 960px) {
    .registration-intro {
      padding-bottom: 200px; } }
  .registration-intro article {
    text-align: center;
    width: auto;
    max-width: 640px;
    margin: 0 auto;
    padding-bottom: 0;
    padding-top: 45px; }
    .registration-intro article h1 {
      color: white;
      font-weight: bold;
      font-size: 55px;
      line-height: 1.1;
      padding-bottom: 45px; }
  .registration-intro #register-form-wrap {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 20px 20px;
    position: absolute;
    z-index: 500; }
    @media only screen and (max-width: 960px) {
      .registration-intro #register-form-wrap {
        display: block;
        padding: 0;
        width: auto;
        position: relative;
        margin-top: 20px; }
        .registration-intro #register-form-wrap .double-form {
          padding-top: 20px; } }
  .registration-intro .small-features {
    display: flex;
    align-items: center;
    justify-content: space-around;
    overflow: hidden;
    flex-wrap: wrap;
    color: white;
    max-width: 540px;
    margin: 0 auto; }
    @media only screen and (max-width: 960px) {
      .registration-intro .small-features {
        padding-top: 25px;
        flex-wrap: wrap; } }
    .registration-intro .small-features .feature {
      white-space: nowrap;
      font-size: 16px;
      font-weight: bold;
      padding-left: 11px;
      padding-right: 11px;
      display: flex;
      align-items: center;
      padding-bottom: 8px; }
      .registration-intro .small-features .feature .icon {
        margin-right: 10px;
        opacity: 0.4; }
        html[dir="rtl"] .registration-intro .small-features .feature .icon {
          margin-left: 10px;
          margin-right: 0; }

.pricing-intro, .referral-intro {
  padding-bottom: 400px; }
  .pricing-intro article, .referral-intro article {
    text-align: center;
    width: auto;
    max-width: 440px;
    margin: 0 auto;
    padding-bottom: 0;
    padding-top: 45px; }
    .pricing-intro article h1, .referral-intro article h1 {
      color: white;
      font-weight: bold;
      font-size: 60px;
      line-height: 1.1;
      padding-bottom: 45px; }
    .pricing-intro article p, .referral-intro article p {
      line-height: 1.5;
      font-size: 16px;
      padding-bottom: 58px; }
  @media only screen and (max-width: 960px) {
    .pricing-intro, .referral-intro {
      padding-bottom: 200px; } }

.referral-intro {
  padding-bottom: 0;
  padding-top: 90px; }
  .referral-intro.reward {
    padding-top: 0;
    padding-bottom: 150px; }
    .referral-intro.reward article {
      max-width: 550px; }
      .referral-intro.reward article .referrer-image {
        border-radius: 50%;
        width: 20%;
        margin-bottom: 20px; }
      .referral-intro.reward article .referrer {
        padding: 0; }
      .referral-intro.reward article .registration-button {
        width: 55%;
        margin: 0 auto;
        border-radius: 2px;
        padding: 20px; }
  .referral-intro .invite-block {
    position: relative;
    display: flex;
    justify-content: center; }
    @media only screen and (max-width: 960px) {
      .referral-intro .invite-block {
        display: block; } }
    .referral-intro .invite-block #invite {
      z-index: 500;
      width: 800px;
      background: white;
      border-radius: 5px;
      padding: 50px 72px;
      box-shadow: 0 7px 30px 2px rgba(0, 0, 0, 0.2); }
      @media only screen and (max-width: 960px) {
        .referral-intro .invite-block #invite {
          position: relative;
          padding: 25px 0;
          display: flex;
          flex-wrap: wrap;
          flex-direction: column;
          width: auto; } }
      @media only screen and (max-width: 960px) {
        .referral-intro .invite-block #invite {
          display: block; } }
      .referral-intro .invite-block #invite form {
        width: 100%; }
        .referral-intro .invite-block #invite form span {
          padding: 10px 0;
          display: block; }
          @media only screen and (max-width: 960px) {
            .referral-intro .invite-block #invite form span {
              text-align: center; } }
        .referral-intro .invite-block #invite form .invite-wrap, .referral-intro .invite-block #invite form .share-wrap {
          display: flex;
          justify-content: space-between;
          align-items: center; }
          @media only screen and (max-width: 960px) {
            .referral-intro .invite-block #invite form .invite-wrap, .referral-intro .invite-block #invite form .share-wrap {
              display: block;
              padding: 0 30px; } }
          .referral-intro .invite-block #invite form .invite-wrap.share-wrap .input-field input, .referral-intro .invite-block #invite form .share-wrap.share-wrap .input-field input {
            padding: 8px; }
          .referral-intro .invite-block #invite form .invite-wrap.share-wrap .social-link, .referral-intro .invite-block #invite form .share-wrap.share-wrap .social-link {
            flex: 0.38;
            display: flex;
            justify-content: space-between;
            padding: 0 0 0 19px; }
          .referral-intro .invite-block #invite form .invite-wrap .input-field, .referral-intro .invite-block #invite form .share-wrap .input-field {
            position: relative;
            flex: 0.6; }
            .referral-intro .invite-block #invite form .invite-wrap .input-field input, .referral-intro .invite-block #invite form .share-wrap .input-field input {
              display: block;
              width: 100%;
              height: 100%;
              border: 1px solid lightgray;
              border-radius: 2px;
              padding: 17px; }
            .referral-intro .invite-block #invite form .invite-wrap .input-field .noty, .referral-intro .invite-block #invite form .share-wrap .input-field .noty {
              position: absolute;
              left: 0;
              top: 60px;
              color: #6bae2d; }
            @media only screen and (max-width: 960px) {
              .referral-intro .invite-block #invite form .invite-wrap .input-field, .referral-intro .invite-block #invite form .share-wrap .input-field {
                padding-bottom: 20px; } }
          .referral-intro .invite-block #invite form .invite-wrap button, .referral-intro .invite-block #invite form .share-wrap button {
            flex: 0.35;
            border-radius: 2px;
            padding: 10px; }
          .referral-intro .invite-block #invite form .invite-wrap a, .referral-intro .invite-block #invite form .share-wrap a {
            flex: 0.3;
            color: #fff;
            border-radius: 2px;
            padding: 10px 0;
            text-align: center; }
            .referral-intro .invite-block #invite form .invite-wrap a.share-li, .referral-intro .invite-block #invite form .share-wrap a.share-li {
              background-color: #0073b1; }
            .referral-intro .invite-block #invite form .invite-wrap a.share-twitter, .referral-intro .invite-block #invite form .share-wrap a.share-twitter {
              background-color: #1da1f2; }
            .referral-intro .invite-block #invite form .invite-wrap a.share-mail, .referral-intro .invite-block #invite form .share-wrap a.share-mail {
              background-color: #adb5bd; }
        .referral-intro .invite-block #invite form .hor-line {
          padding-bottom: 30px;
          border-top: 1px solid lightgray;
          margin: 0 auto;
          margin-top: 30px; }

.calculator-wrap {
  position: relative; }

#calculator {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
  width: 1000px;
  background: white;
  border-radius: 5px;
  padding: 50px 72px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #calculator .price-fade-enter-active, #calculator .price-fade-leave-active {
    transition: opacity .2s; }
  #calculator .price-fade-enter, #calculator .price-fade-leave-to {
    opacity: 0; }
  @media only screen and (max-width: 960px) {
    #calculator {
      position: relative;
      padding: 25px 0;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      width: auto; } }
  #calculator h2 {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #313131;
    padding-bottom: 40px; }
    #calculator h2.pb-20 {
      padding-bottom: 20px; }
    @media only screen and (max-width: 960px) {
      #calculator h2 {
        padding-bottom: 15px; } }
  #calculator .modules {
    padding: 0 20px;
    width: 400px; }
    #calculator .modules .pricing-footer-note {
      margin-top: 15px;
      font-size: 13px;
      color: #707e91;
      line-height: 1.3; }
    @media only screen and (max-width: 960px) {
      #calculator .modules {
        width: auto;
        max-width: 100%; } }
    #calculator .modules .module {
      display: flex;
      align-items: flex-start;
      padding: 13px 0 18px;
      border-bottom: 1px solid #f1f3f5;
      transition: all .15s ease;
      position: relative;
      cursor: pointer; }
      #calculator .modules .module .price-badge {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -25px;
        background: #6b7c92;
        color: white;
        width: 55px;
        height: 55px;
        border-radius: 50%;
        text-align: center;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        #calculator .modules .module .price-badge .from-text {
          font-size: 12px;
          margin-bottom: 2px; }
      #calculator .modules .module:hover {
        transform: translateY(-1px); }
      #calculator .modules .module:last-child {
        border-bottom: 0; }
      #calculator .modules .module .checkbox {
        flex: 0 0 25px;
        background: #e1e5e9;
        margin-top: 10px;
        width: 25px;
        height: 25px;
        margin-right: 27px;
        border-radius: 3px;
        position: relative;
        text-align: center;
        display: flex;
        align-items: center; }
        html[dir="rtl"] #calculator .modules .module .checkbox {
          margin-right: 0;
          margin-left: 27px; }
        #calculator .modules .module .checkbox.checked {
          background: #8bc34b; }
          #calculator .modules .module .checkbox.checked:before {
            flex: 1;
            font-size: 12px;
            content: "\f00c";
            color: white; }
        #calculator .modules .module .checkbox.mandatory {
          background: #cbcbcb; }
        #calculator .modules .module .checkbox.disabled {
          opacity: 0.6; }
        #calculator .modules .module .checkbox:focus {
          outline: #FFB500 solid 3px; }
      #calculator .modules .module .mandatory-message {
        background: #6b7c92;
        display: inline-block;
        color: white;
        font-size: 12px;
        padding: 2px 13px;
        border-radius: 13px;
        margin-top: 8px; }
      #calculator .modules .module .text-wrap {
        margin-top: 5px;
        margin-left: 20px;
        text-align: left; }
        html[dir="rtl"] #calculator .modules .module .text-wrap {
          margin-left: 0;
          margin-right: 20px;
          text-align: right; }
        #calculator .modules .module .text-wrap p {
          font-size: 13px;
          color: #707e91;
          line-height: 1.3; }
          #calculator .modules .module .text-wrap p.short-module-description {
            width: 195px; }
      #calculator .modules .module .name {
        font-weight: bold;
        font-size: 14px;
        text-transform: uppercase;
        padding-bottom: 5px; }
      #calculator .modules .module .icon-wrap .icon {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: white;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-box-shadow: 0px 5px 5px 0px rgba(153, 153, 153, 0.3);
        -moz-box-shadow: 0px 5px 5px 0px rgba(153, 153, 153, 0.3);
        box-shadow: 0px 5px 5px 0px rgba(153, 153, 153, 0.3);
        color: orange;
        font-size: 18px; }
  #calculator [v-cloak] {
    display: none; }
  #calculator .fee {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    width: 375px;
    text-align: center;
    position: relative;
    padding: 0 20px 75px; }
    #calculator .fee .employee-amount-input-wrap {
      margin-bottom: 40px; }
      #calculator .fee .employee-amount-input-wrap .input-wrap {
        width: 140px;
        margin: 0 auto;
        position: relative; }
        #calculator .fee .employee-amount-input-wrap .input-wrap i {
          position: absolute;
          right: 0;
          top: 17px;
          color: #cacfd5;
          font-size: 15px; }
      #calculator .fee .employee-amount-input-wrap input {
        width: 100%;
        display: block;
        color: #6c7c93;
        font-size: 32px;
        font-weight: 600;
        border-bottom: 1px solid #626F84;
        padding: 2px 0; }
      #calculator .fee .employee-amount-input-wrap .notice {
        margin-top: 15px;
        font-size: 12px;
        text-align: center;
        color: #6b7c91; }
    @media only screen and (max-width: 960px) {
      #calculator .fee {
        width: auto;
        padding-top: 15px;
        background: transparent; } }
    #calculator .fee .price {
      font-weight: bold;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #626F84;
      padding-bottom: 20px; }
      #calculator .fee .price .symbol {
        font-size: 50px;
        margin-right: 4px; }
      #calculator .fee .price .value {
        font-size: 75px; }
    #calculator .fee .btn {
      width: 196px;
      margin-top: 50px;
      background: #73A23E;
      font-size: 16px;
      box-shadow: 0 7px 30px 2px rgba(0, 0, 0, 0.2);
      transition: all .15s ease;
      left: 50%;
      margin-left: -98px; }
      #calculator .fee .btn:hover {
        background: #9AD154;
        transform: translateY(-1px); }
    #calculator .fee .currencies {
      display: flex;
      align-items: center;
      justify-content: center; }
      #calculator .fee .currencies .currency {
        margin: 0 8px;
        cursor: pointer;
        background: #6b7c92;
        width: 27px;
        height: 27px;
        border-radius: 50%;
        color: white;
        text-align: center;
        line-height: 27px;
        font-size: 13px; }
        #calculator .fee .currencies .currency.checked {
          background: #8bc34a; }

.content-width {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px; }
  @media only screen and (max-width: 960px) {
    .content-width {
      padding: 0 40px; } }
  .content-width.narrow {
    max-width: 800px; }

.relative {
  position: relative; }

.arrow-btn {
  width: 64px;
  height: 64px;
  border-radius: 32px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -32px;
  top: -107px;
  z-index: 20;
  background: white url(/assets/landing/down_arrow-9459a12bf3060babf955f7a63e046003c23a1b2d5f2d5a6686097333dc743231.svg);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center center;
  webkit-box-shadow: 0 4px 4px 0 #f2f2f7;
  -moz-box-shadow: 0 4px 4px 0 #f2f2f7;
  box-shadow: 0 4px 4px 0 #f2f2f7;
  cursor: pointer;
  transition: all .15s ease; }
  .arrow-btn:hover {
    webkit-box-shadow: 0 4px 4px 0 #e5e5ea;
    -moz-box-shadow: 0 4px 4px 0 #e5e5ea;
    box-shadow: 0 4px 4px 0 #e5e5ea;
    transform: translateY(-1px); }

.text-content-block {
  position: relative; }
  @media only screen and (max-width: 960px) {
    .text-content-block {
      padding: 0 20px; } }
  .text-content-block article {
    padding-bottom: 60px;
    max-width: 820px;
    margin: 0 auto; }
    .text-content-block article:first-child {
      padding-top: 40px; }
    .text-content-block article header.first-header {
      padding-top: 40px; }
    .text-content-block article table {
      border: 1px solid #6b7c92;
      margin: 10px 0;
      text-align: left;
      color: #626F84;
      font-size: 16px; }
      .text-content-block article table thead {
        border: 1px solid #6b7c92;
        font-weight: 700; }
        .text-content-block article table thead th {
          border: 1px solid #6b7c92;
          padding: 10px; }
      .text-content-block article table tbody {
        border: 1px solid #6b7c92; }
        .text-content-block article table tbody td {
          border: 1px solid #6b7c92;
          padding: 10px; }
    .text-content-block article h2 {
      color: #313131;
      font-size: 18px;
      text-transform: uppercase;
      font-weight: 700; }
    .text-content-block article h3 {
      color: #313131;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 700; }
    .text-content-block article p {
      color: #626F84;
      font-size: 16px;
      padding-top: 30px;
      line-height: 1.7; }
      .text-content-block article p a {
        color: inherit; }
        .text-content-block article p a:hover {
          color: inherit; }
        .text-content-block article p a:focus {
          outline: #FFB500 solid 3px; }
      .text-content-block article p i {
        font-style: italic; }
      .text-content-block article p span.underline {
        text-decoration: underline; }
    .text-content-block article ol, .text-content-block article ul {
      padding-left: 40px; }
    .text-content-block article ol li, .text-content-block article ul li {
      color: #626F84; }
      .text-content-block article ol li p, .text-content-block article ul li p {
        padding-top: 10px; }
    .text-content-block article ol.with-number li {
      list-style-type: decimal; }
    .text-content-block article ul.with-dot li {
      list-style-type: circle; }

.skew-top {
  position: relative; }
  .skew-top:after {
    position: absolute;
    content: " ";
    display: block;
    right: 0;
    left: auto;
    top: -149px;
    width: 100%;
    border-style: solid;
    border-width: 0 0 150px 100vw;
    border-color: transparent transparent white transparent; }
    html[dir="rtl"] .skew-top:after {
      right: auto;
      left: 0; }
  .skew-top.smoke-top:after {
    border-color: transparent transparent #f0f4f7 transparent; }

.skew-top-reverse {
  position: relative; }
  .skew-top-reverse:after {
    position: absolute;
    content: " ";
    display: block;
    right: 0;
    left: auto;
    top: -149px;
    width: 100%;
    border-style: solid;
    border-width: 0 100vw 150px 0;
    border-color: transparent transparent white transparent; }
    html[dir="rtl"] .skew-top-reverse:after {
      right: auto;
      left: 0; }
  .skew-top-reverse.smoke-top:after {
    border-color: transparent transparent #f0f4f7 transparent; }

.skew-top-inside {
  position: relative; }
  .skew-top-inside:after {
    position: absolute;
    content: " ";
    display: block;
    right: 0;
    top: 0;
    width: 100%;
    border-style: solid;
    border-width: 0 0 150px 100vw;
    border-color: transparent transparent transparent white; }
    html[dir="rtl"] .skew-top-inside:after {
      right: auto;
      left: 0; }
  .skew-top-inside.smoke-top:after {
    border-color: transparent transparent transparent #f0f4f7; }

.skew-top-reverse-inside {
  position: relative; }
  .skew-top-reverse-inside:after {
    position: absolute;
    content: " ";
    display: block;
    right: 0;
    top: 0;
    width: 100%;
    border-style: solid;
    border-width: 0 100vw 150px 0;
    border-color: transparent white transparent transparent; }
    html[dir="rtl"] .skew-top-reverse-inside:after {
      right: auto;
      left: 0; }
  .skew-top-reverse-inside.smoke-top:after {
    border-color: transparent #f0f4f7 transparent transparent; }

.skew-bottom-inside {
  position: relative; }
  .skew-bottom-inside:before {
    position: absolute;
    content: " ";
    display: block;
    right: 0;
    bottom: 0;
    width: 100%;
    border-style: solid;
    border-width: 0 100vw 150px 0;
    border-color: transparent transparent white transparent; }
    html[dir="rtl"] .skew-bottom-inside:before {
      right: auto;
      left: 0; }
  .skew-bottom-inside.smoke-bottom:before {
    border-color: transparent transparent #f0f4f7 transparent; }

.skew-bottom {
  position: relative; }
  .skew-bottom:before {
    position: absolute;
    content: " ";
    display: block;
    right: 0;
    bottom: -150px;
    width: 100%;
    border-style: solid;
    border-width: 0 100vw 150px 0;
    border-color: transparent transparent white transparent; }
    html[dir="rtl"] .skew-bottom:before {
      right: auto;
      left: 0; }
  .skew-bottom.smoke-bottom:before {
    border-color: transparent transparent #f0f4f7 transparent; }

.skew-bottom-reverse-inside {
  position: relative; }
  .skew-bottom-reverse-inside:before {
    position: absolute;
    content: " ";
    display: block;
    right: 0;
    bottom: 0;
    width: 100%;
    border-style: solid;
    border-width: 0 0 150px 100vw;
    border-color: transparent transparent white transparent; }
    html[dir="rtl"] .skew-bottom-reverse-inside:before {
      right: auto;
      left: 0; }
  .skew-bottom-reverse-inside.smoke-bottom:before {
    border-color: transparent transparent #f0f4f7 transparent; }

.productive-content-block {
  background: #f0f4f7;
  padding-bottom: 130px;
  position: relative; }
  .productive-content-block.no-padding-bottom {
    padding-bottom: 0; }
  .productive-content-block .triangle-hack {
    position: absolute;
    height: 150px;
    top: -150px;
    left: 0;
    width: 100%; }
    .productive-content-block .triangle-hack > div {
      height: 150px;
      width: 50%; }
      .productive-content-block .triangle-hack > div:first-child {
        position: absolute;
        left: 0;
        bottom: 0;
        border-style: solid;
        border-width: 150px 0 0 50vw;
        border-color: transparent transparent transparent #f0f4f7; }
      .productive-content-block .triangle-hack > div:last-child {
        position: absolute;
        right: 0;
        bottom: 0;
        border-style: solid;
        border-width: 0 0 150px 50vw;
        border-color: transparent transparent #f0f4f7 transparent; }
  .productive-content-block header {
    padding-top: 75px;
    max-width: 430px;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    color: #313131;
    font-weight: 700; }
  .productive-content-block .steps {
    display: flex;
    margin-top: 80px;
    padding-bottom: 80px;
    justify-content: center; }
    @media only screen and (max-width: 960px) {
      .productive-content-block .steps {
        display: block;
        margin-top: 25px; } }
    .productive-content-block .steps .step {
      opacity: 0;
      flex: 1;
      text-align: center;
      padding: 0 5px; }
      @media only screen and (max-width: 960px) {
        .productive-content-block .steps .step {
          margin-bottom: 40px;
          opacity: 1; } }
      .productive-content-block .steps .step h3 {
        color: #313131;
        font-weight: 700;
        font-size: 15px;
        text-transform: uppercase;
        margin-top: 35px; }
        @media only screen and (max-width: 960px) {
          .productive-content-block .steps .step h3 {
            margin-top: 20px; } }
      .productive-content-block .steps .step p {
        margin-top: 15px;
        line-height: 1.4;
        color: #626F84;
        padding: 0 15%; }
      .productive-content-block .steps .step .img {
        height: 250px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        margin: 0 70px; }
        .productive-content-block .steps .step .img.step-1 {
          background-image: url(/assets/landing/steps/1-6c687cf118059700c62cad840d590ba245efe3c39de7910a1d25332823296955.svg); }
        .productive-content-block .steps .step .img.step-2 {
          background-image: url(/assets/landing/steps/2-71ac7b0f4ee336ebfb22912609715793b56356c931dc9d124e7f7a5a45d78ad1.svg); }
        .productive-content-block .steps .step .img.step-3 {
          background-image: url(/assets/landing/steps/3-82fb6df55b39582a0bade72b529cb07e43da92367cee87a8dcb17f2b522bfdab.svg); }

.love-block {
  background: #330867;
  background-image: url(/assets/landing/login_circles_bg-45a2613497ef6790300c71668e48f87507b9a2cb15497e7e7914ceb921c7499a.svg), url(/assets/landing/login_shapes_bg-671b6e8f0be790df1c7c785b614ff525dfd27857fab4e9962d49604812a893d0.svg), linear-gradient(45deg, #30cfd0 0%, #330867 100%);
  background-size: 100%, cover;
  background-repeat: repeat, no-repeat;
  background-position: 0, 0;
  padding: 130px 0 400px;
  color: white; }
  .love-block.referral {
    background: none;
    background-image: none; }
    .love-block.referral article h4 {
      font-size: 18px;
      color: #313131;
      font-weight: bold;
      text-transform: uppercase;
      text-align: center; }
    .love-block.referral .features .item .background {
      background: #fff; }
    .love-block.referral .features .item .text-wrap h5 {
      color: #7c889a; }
    .love-block.referral .features .item .text-wrap p {
      color: #7c889a; }
  .love-block .features {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px;
    padding-bottom: 100px;
    margin-top: 50px; }
    .love-block .features .item {
      width: 328px;
      height: 120px;
      margin: 0 4px 8px;
      display: block;
      color: transparent;
      cursor: pointer;
      position: relative; }
      .love-block .features .item .background {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.28);
        position: absolute;
        left: 0;
        top: 0;
        transition: background-color .2s, transform .2s;
        z-index: 1;
        border-radius: 3px; }
      .love-block .features .item .icon-wrap, .love-block .features .item .text-wrap {
        padding-bottom: 30px; }
      .love-block .features .item .icon-wrap {
        width: 60px;
        padding-right: 18px; }
        html[dir="rtl"] .love-block .features .item .icon-wrap {
          padding-right: 0;
          padding-left: 18px; }
        .love-block .features .item .icon-wrap .icon {
          width: 45px;
          height: 45px;
          border-radius: 50%;
          background: white;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 20px;
          color: orange; }
      .love-block .features .item .text-wrap {
        position: absolute;
        top: 22px;
        left: 80px;
        width: calc(100% - 95px);
        flex: 1;
        transition: transform .2s; }
        html[dir="rtl"] .love-block .features .item .text-wrap {
          left: 0; }
        .love-block .features .item .text-wrap h3 {
          color: white;
          font-weight: 700;
          font-size: 17px;
          padding-bottom: 10px;
          text-transform: uppercase; }
        .love-block .features .item .text-wrap p {
          font-size: 14px;
          color: white;
          line-height: 1.5; }
        .love-block .features .item .text-wrap .link {
          padding-top: 20px;
          opacity: 0;
          transition: transform .2s;
          color: #313131;
          font-weight: bold; }
          .love-block .features .item .text-wrap .link i {
            color: #7c889a; }
            html[dir="rtl"] .love-block .features .item .text-wrap .link i {
              transform: scale(-1, 1) !important; }
      .love-block .features .item .f {
        z-index: 2;
        padding: 23px 17px 15px;
        position: relative;
        width: 100%; }
      .love-block .features .item:hover .background {
        background-color: #fff;
        transform: scale(1.1);
        z-index: 100; }
      .love-block .features .item:hover .f {
        z-index: 200; }
      .love-block .features .item:hover .icon-wrap .icon {
        box-shadow: 0 2px 5px 0 rgba(188, 204, 219, 0.26), 0 2px 10px 0 rgba(79, 105, 129, 0.16); }
      .love-block .features .item:hover .text-wrap {
        transform: translate(0, -28px); }
        .love-block .features .item:hover .text-wrap h5 {
          opacity: 0; }
        .love-block .features .item:hover .text-wrap p {
          color: #8a98a9; }
        .love-block .features .item:hover .text-wrap .link {
          opacity: 1; }
      .love-block .features .item:focus {
        outline: #FFB500 solid 3px; }
  .love-block + .smoke-bg {
    padding-top: 120px; }
  .love-block.claim-reward {
    padding: 70px 0 0; }
  .love-block .start-trial-block.no-bg {
    padding-top: 150px; }
  .love-block .relative {
    position: relative; }
    .love-block .relative .list {
      position: absolute;
      top: 0;
      left: 0; }
  .love-block .testimonials header {
    max-width: 430px;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    font-weight: 700; }
  .love-block .testimonials .subject {
    text-align: center;
    padding-top: 10px; }
  .love-block .testimonials .list {
    display: flex;
    margin-top: 75px; }
    @media only screen and (max-width: 960px) {
      .love-block .testimonials .list {
        margin-top: 40px;
        display: block; } }
    @media only screen and (max-width: 1080px) {
      .love-block .testimonials .list {
        width: 100%; } }
    .love-block .testimonials .list .testimonial-block {
      position: relative;
      width: 305px;
      margin: 0 20px;
      padding: 30px 30px 40px;
      justify-content: space-around;
      background: white;
      color: #313131;
      border-radius: 3px;
      text-align: center; }
      .love-block .testimonials .list .testimonial-block:first-child {
        margin-left: 0; }
      .love-block .testimonials .list .testimonial-block:last-child {
        margin-right: 0; }
      @media only screen and (max-width: 1080px) {
        .love-block .testimonials .list .testimonial-block {
          display: none;
          margin: 0 auto !important; }
          .love-block .testimonials .list .testimonial-block:first-child {
            display: block; } }
      @media only screen and (max-width: 540px) {
        .love-block .testimonials .list .testimonial-block {
          width: 100%; } }
      .love-block .testimonials .list .testimonial-block .image img {
        border-radius: 50%;
        width: 115px;
        height: 115px; }
      .love-block .testimonials .list .testimonial-block .link {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        text-decoration: none;
        cursor: pointer; }
        .love-block .testimonials .list .testimonial-block .link p {
          font-weight: bold; }
        .love-block .testimonials .list .testimonial-block .link i {
          width: 30px; }
        .love-block .testimonials .list .testimonial-block .link:hover p {
          color: #313131; }
        .love-block .testimonials .list .testimonial-block .link:hover i {
          color: #609E26; }
        .love-block .testimonials .list .testimonial-block .link:focus {
          outline: #FFB500 solid 3px; }
      .love-block .testimonials .list .testimonial-block .full-name {
        padding-top: 25px;
        font-size: 22px;
        font-weight: bold; }
      .love-block .testimonials .list .testimonial-block .position {
        padding-top: 4px;
        font-size: 15px;
        color: #626F84;
        font-weight: bold; }
      .love-block .testimonials .list .testimonial-block .company {
        padding-top: 5px;
        color: #5c488c;
        font-weight: bold;
        font-size: 15px; }
      .love-block .testimonials .list .testimonial-block p {
        padding-top: 25px;
        padding-bottom: 25px;
        text-align: center;
        color: #626F84;
        font-size: 16px;
        line-height: 1.7; }
      .love-block .testimonials .list .testimonial-block .read-interview {
        position: absolute;
        width: 100%;
        bottom: 30px;
        padding-right: 60px; }
        .love-block .testimonials .list .testimonial-block .read-interview:hover {
          color: black; }
          .love-block .testimonials .list .testimonial-block .read-interview:hover span {
            background-position: 0 -11px; }
        .love-block .testimonials .list .testimonial-block .read-interview a {
          display: block;
          color: inherit;
          text-decoration: inherit;
          cursor: pointer; }
          .love-block .testimonials .list .testimonial-block .read-interview a:focus {
            outline: #FFB500 solid 3px; }
          .love-block .testimonials .list .testimonial-block .read-interview a span {
            background: url(/assets/landing/testimonials/read-arrow-cf3a15223342d9d915e792e2bb42b2afa23938e7f618b693c604d89708528694.svg);
            display: inline-block;
            width: 23px;
            height: 12px;
            margin-bottom: -1px; }

.clients-block {
  background: #f0f4f7;
  padding-top: 250px; }
  .clients-block header {
    text-align: center;
    font-size: 18px;
    color: #313131;
    text-transform: uppercase;
    font-weight: 700; }
  .clients-block .list {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 90px;
    padding-bottom: 45px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center; }
    .clients-block .list div {
      margin: 10px; }

.intro + .clients-block {
  padding-top: 400px; }
  @media only screen and (max-width: 960px) {
    .intro + .clients-block {
      padding-top: 100px; } }

.complete-content-block {
  position: relative;
  padding-bottom: 0; }
  .complete-content-block .bg1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/assets/landing/home/background-95c883bf6299be1b5031c355c4aa9ef996d940ad6ff88d3c703bc615f9bfa93c.svg);
    background-repeat: no-repeat;
    background-size: 1400px;
    background-position: center top 75px;
    z-index: 100; }
  .complete-content-block .bg2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/assets/landing/home/browser_top-0e77c86c372389c424fec7201fc4eb12052151cb3e60ed761c682935d501dcfd.svg);
    background-repeat: no-repeat;
    background-size: 1239px;
    background-position: center top 40px;
    z-index: 200; }
  .complete-content-block header {
    font-weight: 700;
    padding-top: 50px;
    max-width: 430px;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    color: #313131; }
  .complete-content-block div.browser {
    position: relative;
    padding-bottom: 95px;
    height: 775px; }
    @media only screen and (max-width: 540px) {
      .complete-content-block div.browser {
        padding-bottom: 0; } }
    .complete-content-block div.browser img.browser {
      max-width: 135%;
      z-index: 150;
      position: absolute;
      top: 0;
      left: -187px; }
      @media only screen and (max-width: 540px) {
        .complete-content-block div.browser img.browser {
          left: -60px; } }
    .complete-content-block div.browser div.mobile {
      z-index: 300;
      position: absolute;
      right: -140px;
      bottom: -94px; }
      @media only screen and (max-width: 540px) {
        .complete-content-block div.browser div.mobile {
          padding-top: 40px;
          position: relative;
          right: auto;
          bottom: auto;
          text-align: center;
          padding-top: 400px; } }
      .complete-content-block div.browser div.mobile img.mobile {
        max-width: 430px; }
        @media only screen and (max-width: 540px) {
          .complete-content-block div.browser div.mobile img.mobile {
            position: relative;
            left: -15px;
            max-width: 120%; } }
    .complete-content-block div.browser div.mobile .cube {
      position: absolute;
      right: 63px;
      top: 145px;
      width: 100px;
      height: 100px;
      background-image: url(/assets/landing/home/mobile_top-95a4d1079069a9a4068334c56383bb2364a54033386c546dd644b029059134f5.svg);
      background-repeat: no-repeat;
      background-size: 100px; }
      @media only screen and (max-width: 540px) {
        .complete-content-block div.browser div.mobile .cube {
          right: 0;
          margin-top: 400px; } }

.btn {
  text-align: center;
  background: #73A23E;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  border: 0;
  padding: 13px 0;
  border-radius: 24px;
  width: 100%;
  display: block;
  text-decoration: none;
  box-shadow: 0 7px 30px 2px rgba(0, 0, 0, 0.2);
  transition: all .15s ease; }
  .btn:hover {
    transform: translateY(-1px); }
  .btn:focus {
    outline: #FFB500 solid 3px; }
  .btn.tertiary-button {
    background: white;
    color: #626F84; }
  .btn.get-started-button {
    padding: 17px 0 !important; }
  .btn:disabled {
    background: whitesmoke;
    color: darkgray; }

.how-it-all-started-block {
  padding: 100px 0 100px;
  background: #f0f4f7; }
  .how-it-all-started-block .content-width {
    background-image: url(/assets/landing/illustrations/how_it_started-10268c2eaa1c93b47b1cbb22a54d8a28c65c491697cee70c51b928d5da330d4f.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 50%; }
    html[dir="rtl"] .how-it-all-started-block .content-width {
      background-position: left center; }
    @media only screen and (max-width: 960px) {
      .how-it-all-started-block .content-width {
        background: transparent; } }
  .how-it-all-started-block article {
    width: 40%; }
    @media only screen and (max-width: 960px) {
      .how-it-all-started-block article {
        width: 100%; } }
  .how-it-all-started-block h2 {
    color: #313131;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    padding-bottom: 40px; }
  .how-it-all-started-block p {
    color: #626F84;
    font-size: 17px;
    line-height: 1.8; }

.where-are-we-now-block {
  background: #330867;
  background-image: url(/assets/landing/login_circles_bg-45a2613497ef6790300c71668e48f87507b9a2cb15497e7e7914ceb921c7499a.svg), url(/assets/landing/login_shapes_bg-671b6e8f0be790df1c7c785b614ff525dfd27857fab4e9962d49604812a893d0.svg), linear-gradient(45deg, #30cfd0 0%, #330867 100%);
  background-size: 100%, cover;
  background-repeat: repeat, no-repeat;
  background-position: 0, 0;
  padding: 195px 0 220px;
  color: white; }
  .where-are-we-now-block article.limited-width {
    text-align: center;
    width: 60%;
    margin: 0 auto; }
    @media only screen and (max-width: 960px) {
      .where-are-we-now-block article.limited-width {
        width: 100%; } }
  .where-are-we-now-block h2 {
    color: white;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    padding-bottom: 67px; }
  .where-are-we-now-block p {
    color: white;
    font-size: 17px;
    line-height: 1.8;
    padding-bottom: 40px; }

.team-image-block {
  position: relative;
  padding-top: 15px;
  padding-bottom: 85px; }
  .team-image-block img {
    width: 100%;
    clip-path: polygon(0 0, 100% 150px, 100% calc(100% - 150px), 0% 100%); }
    @media only screen and (max-width: 960px) {
      .team-image-block img {
        clip-path: polygon(0 0, 100% 50px, 100% calc(100% - 50px), 0% 100%); } }

.start-trial-inner {
  text-align: center;
  color: white; }
  .start-trial-inner h2 {
    color: white;
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 0 !important; }
  .start-trial-inner input {
    background: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    color: #313131;
    width: 100%;
    max-width: 169px;
    padding: 13px 18px;
    border-radius: 4px; }
    .start-trial-inner input::placeholder {
      color: #313131; }
    .start-trial-inner input:hover {
      background: rgba(255, 255, 255, 0.35); }
    @media only screen and (max-width: 960px) {
      .start-trial-inner input {
        margin-bottom: 25px;
        max-width: 350px; } }
  .start-trial-inner .btn {
    padding: 15px 0;
    background: #73A23E;
    font-size: 16px;
    box-shadow: 0 7px 30px 2px rgba(0, 0, 0, 0.2);
    transition: all .15s ease;
    width: auto;
    flex: 1; }
    @media only screen and (max-width: 960px) {
      .start-trial-inner .btn {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto; } }
    .start-trial-inner .btn:hover {
      background: #9AD154;
      transform: translateY(-1px); }
  .start-trial-inner .form-field {
    display: flex;
    align-items: center;
    padding-top: 70px;
    margin-left: -8px;
    margin-right: -8px; }
    .start-trial-inner .form-field > * {
      margin-left: 8px;
      margin-right: 8px; }
      @media only screen and (max-width: 960px) {
        .start-trial-inner .form-field > * {
          margin-left: auto;
          margin-right: auto; } }
    @media only screen and (max-width: 960px) {
      .start-trial-inner .form-field {
        padding-top: 20px;
        display: block;
        margin-left: 0;
        margin-right: 0; } }
  .start-trial-inner ::placeholder {
    color: white;
    opacity: 1; }
  .start-trial-inner :-ms-input-placeholder {
    color: white; }
  .start-trial-inner ::-ms-input-placeholder {
    color: white; }
  .start-trial-inner .small-features {
    padding-top: 45px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    overflow: hidden;
    flex-wrap: wrap; }
    @media only screen and (max-width: 960px) {
      .start-trial-inner .small-features {
        padding-top: 25px;
        flex-wrap: wrap; } }
    .start-trial-inner .small-features .feature {
      white-space: nowrap;
      font-size: 16px;
      font-weight: bold;
      padding-left: 11px;
      padding-right: 11px;
      display: flex;
      align-items: center;
      padding-bottom: 8px; }
      .start-trial-inner .small-features .feature .icon {
        margin-right: 10px;
        opacity: 0.4; }
        html[dir="rtl"] .start-trial-inner .small-features .feature .icon {
          margin-left: 10px;
          margin-right: 0; }

.start-trial-block {
  background: #330867;
  background-image: url(/assets/landing/login_circles_bg-45a2613497ef6790300c71668e48f87507b9a2cb15497e7e7914ceb921c7499a.svg), url(/assets/landing/login_shapes_bg-671b6e8f0be790df1c7c785b614ff525dfd27857fab4e9962d49604812a893d0.svg), linear-gradient(45deg, #30cfd0 0%, #330867 100%);
  background-size: 100%, cover;
  background-repeat: repeat, no-repeat;
  background-position: 0, 0;
  padding: 245px 0 200px; }
  .start-trial-block.no-bg {
    background: none;
    padding: 0; }
  .start-trial-block .trial-block-width {
    max-width: 610px;
    margin: 0 auto;
    padding: 0 45px; }
    @media only screen and (max-width: 960px) {
      .start-trial-block .trial-block-width {
        padding: 0; } }

.smoke-bg {
  background: #f0f4f7; }

.partners-block {
  padding: 65px 0 100px; }
  .partners-block h3 {
    font-size: 22px;
    color: #313131;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center; }
  .partners-block .marketplaces {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 75px 0 50px; }
    @media only screen and (max-width: 960px) {
      .partners-block .marketplaces {
        flex-direction: column; } }
  .partners-block .badges img {
    width: 100%; }
  @media only screen and (max-width: 960px) {
    .partners-block .badges {
      display: none; } }
  @media only screen and (max-width: 960px) {
    .partners-block {
      padding-bottom: 0; } }

.love-block + .for-partners-block .partners-block {
  padding-top: 145px; }

.claim-reward + .for-partners-block .partners-block {
  padding-top: 0px; }

footer {
  background: #607083;
  padding: 30px 0 40px; }
  footer .space-out {
    padding-top: 40px;
    padding-bottom: 35px;
    display: flex;
    justify-content: space-between; }
    footer .space-out .mobile {
      flex: 0 0 367px; }
    footer .space-out .links {
      flex: 0 0 335px; }
    footer .space-out:first-child {
      border-bottom: 1px solid #798a9e; }
    @media only screen and (max-width: 960px) {
      footer .space-out {
        padding-top: 10px;
        padding-bottom: 10px; } }
    @media only screen and (max-width: 960px) {
      footer .space-out {
        display: block; } }
  footer .about {
    max-width: 400px; }
    @media only screen and (max-width: 960px) {
      footer .about.for-copyright {
        text-align: center;
        max-width: 100%; }
        footer .about.for-copyright p {
          padding-right: 0 !important; } }
    footer .about .logo {
      opacity: 0.3;
      width: 188px; }
    footer .about p {
      padding-top: 28px;
      color: white;
      line-height: 1.7;
      padding-right: 20%;
      font-size: 14px; }
      html[dir="rtl"] footer .about p {
        padding-right: 0;
        padding-left: 20%; }
      footer .about p.copyright {
        padding-top: 0;
        font-weight: normal; }
  footer .social {
    padding: 45px 0 20px;
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 960px) {
      footer .social {
        padding-top: 25px; } }
    footer .social a {
      color: white;
      margin-right: 30px;
      font-size: 22px;
      -webkit-transition: opacity .1s ease;
      transition: opacity .1s ease; }
      html[dir="rtl"] footer .social a {
        margin-right: 0;
        margin-left: 30px; }
      footer .social a:hover {
        opacity: 0.7; }
      footer .social a:focus {
        outline: #FFB500 solid 3px; }
  footer .mobile a {
    line-height: 0;
    font-size: 0;
    text-decoration: none;
    display: inline-block; }
    footer .mobile a:focus {
      outline: #FFB500 solid 3px; }
    @media only screen and (max-width: 960px) {
      footer .mobile a {
        margin-bottom: 10px; } }
    footer .mobile a:first-child {
      margin-right: 34px; }
      html[dir="rtl"] footer .mobile a:first-child {
        margin-right: 0;
        margin-left: 34px; }
    footer .mobile a .img-btn {
      background: white;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 24px;
      box-shadow: 0 7px 30px 2px rgba(0, 0, 0, 0.2);
      transition: all .15s ease; }
      footer .mobile a .img-btn:hover {
        transform: translateY(-1px); }
    footer .mobile a .apple {
      width: 165px;
      height: 40px;
      background: url(/assets/landing/appstore-88075ed176cde756b459612d335150a337745854df52a309c1e99eeec0deceec.svg);
      background-size: 72%;
      background-repeat: no-repeat;
      background-position: center center; }
    footer .mobile a .google {
      width: 165px;
      height: 40px;
      background: url(/assets/landing/playstore-044b4036a43a2fe38fe89295c029daa412ae86110009fbb5195d9b9001687c09.svg);
      background-size: 77%;
      background-repeat: no-repeat;
      background-position: center center; }
  @media only screen and (max-width: 960px) {
    footer .mobile {
      padding-top: 20px;
      text-align: center; }
      footer .mobile a {
        display: block;
        width: 165px;
        margin-right: auto !important;
        margin-left: auto !important; } }
  footer .language {
    padding: 0 20px;
    display: flex;
    color: white;
    justify-content: space-between;
    align-items: center;
    text-decoration: none; }
    footer .language.language-top {
      margin-top: 14px; }
    @media only screen and (max-width: 960px) {
      footer .language {
        padding: 0; }
        footer .language.language-top {
          width: 200px;
          margin: 35px auto 0; } }
    footer .language .language {
      padding: 9px 10px; }
      footer .language .language:hover {
        background: #fbfbfb; }
    footer .language .flag {
      display: inline-block;
      width: 28px;
      height: 14px;
      flex: 0 0 28px; }
    footer .language .text {
      flex-grow: 1;
      padding: 0 10px; }
    footer .language .language {
      color: #222; }
  footer .language.dropdown-trigger {
    position: relative;
    cursor: pointer; }
    footer .language.dropdown-trigger:hover .dropdown-menu, footer .language.dropdown-trigger.focused .dropdown-menu {
      visibility: visible !important;
      opacity: 1 !important;
      transform: rotateX(0deg) scaleX(1) scaleY(1); }
    footer .language.dropdown-trigger .has-dropdown:focus {
      outline: #FFB500 solid 3px; }
    footer .language.dropdown-trigger .dropdown-menu {
      opacity: 0;
      visibility: hidden;
      transition-property: opacity, visibility, transform;
      transform: rotateX(50deg) scaleX(0.6) scaleY(0.9);
      transform-origin: bottom;
      transition-timing-function: ease;
      transition-duration: 350ms;
      will-change: transform, opacity, visibility; }
    footer .language.dropdown-trigger .dropdown-menu {
      position: absolute;
      bottom: 50px;
      width: 230px;
      left: 50%;
      margin-left: -115px;
      z-index: 5000; }
      footer .language.dropdown-trigger .dropdown-menu:after {
        content: " ";
        position: absolute;
        bottom: -13px;
        left: 50%;
        margin-left: -13px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 13px 13px 0 13px;
        border-color: #f1f4f7 transparent transparent transparent; }
      footer .language.dropdown-trigger .dropdown-menu .dropdown {
        padding: 10px 0;
        margin-top: 30px;
        border-radius: 5px;
        background: #f1f4f7;
        box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1); }
        footer .language.dropdown-trigger .dropdown-menu .dropdown a:focus {
          outline: #FFB500 solid 3px; }
  footer .links {
    max-width: 100%;
    display: flex; }
    @media only screen and (max-width: 960px) {
      footer .links {
        width: 100%;
        padding-top: 15px;
        padding-bottom: 20px; }
        footer .links.second-links {
          display: block;
          text-align: center; } }
    footer .links article {
      flex: 1; }
      footer .links article h4 {
        font-weight: bold;
        font-size: 16px;
        text-transform: uppercase;
        color: white;
        padding-bottom: 37px; }
        @media only screen and (max-width: 960px) {
          footer .links article h4 {
            padding-bottom: 15px; } }
      footer .links article ul li {
        margin-top: 23px; }
        @media only screen and (max-width: 960px) {
          footer .links article ul li {
            margin-top: 15px; } }
      footer .links article ul a {
        color: white;
        text-decoration: none; }
        footer .links article ul a:hover {
          opacity: 0.7; }
        footer .links article ul a:focus {
          outline: #FFB500 solid 3px; }
  footer #privacy-settings-link {
    cursor: pointer; }

.description-blocks {
  padding: 0 0 40px; }
  .description-blocks .description-block {
    display: flex;
    flex-direction: row;
    padding-top: 80px;
    padding-bottom: 80px; }
    .description-blocks .description-block:nth-child(2n) {
      flex-direction: row-reverse; }
    @media only screen and (max-width: 960px) {
      .description-blocks .description-block {
        display: block;
        padding-top: 50px;
        padding-bottom: 20px; } }
    .description-blocks .description-block:last-child {
      border-bottom: 0; }
    .description-blocks .description-block .textual, .description-blocks .description-block .visual {
      flex: 1;
      flex-basis: 50%; }
    .description-blocks .description-block .textual header {
      padding-bottom: 45px;
      display: flex;
      align-items: center; }
    .description-blocks .description-block .textual .icon {
      flex: 0 0 45px;
      width: 45px;
      height: 45px;
      border-radius: 50%;
      background: white;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 0 27px 3px rgba(0, 0, 0, 0.1);
      color: orange; }
      .description-blocks .description-block .textual .icon i {
        font-size: 18px; }
    .description-blocks .description-block .textual h2 {
      padding-left: 20px;
      font-size: 28px;
      font-weight: bold; }
      html[dir="rtl"] .description-blocks .description-block .textual h2 {
        padding-right: 20px;
        padding-left: 0; }
    .description-blocks .description-block .textual p {
      font-size: 16px;
      color: #626F84;
      line-height: 1.7;
      padding-bottom: 10px;
      padding-right: 80px; }
      html[dir="rtl"] .description-blocks .description-block .textual p {
        padding-right: 0;
        padding-left: 80px; }
      @media only screen and (max-width: 960px) {
        .description-blocks .description-block .textual p {
          padding-right: 0;
          padding-left: 0; } }
    .description-blocks .description-block .visual {
      opacity: 0;
      text-align: center; }
      .description-blocks .description-block .visual.visible {
        opacity: 1; }
      @media only screen and (max-width: 960px) {
        .description-blocks .description-block .visual.hide-on-mobile {
          display: none !important; } }
      .description-blocks .description-block .visual img {
        width: 412px;
        max-width: 100%; }
      .description-blocks .description-block .visual:not(.basic) img {
        border-radius: 6px;
        box-shadow: 0 0 100px 3px rgba(0, 0, 0, 0.14); }
  .description-blocks.mobile-special {
    min-height: 600px; }
    @media only screen and (max-width: 960px) {
      .description-blocks.mobile-special {
        min-height: 0; } }
    .description-blocks.mobile-special .description-block {
      flex-direction: row-reverse; }
      .description-blocks.mobile-special .description-block header.nested {
        padding-top: 30px; }
      @media only screen and (max-width: 960px) {
        .description-blocks.mobile-special .description-block {
          position: static;
          opacity: 1; } }
@keyframes fade {
  0% {
    opacity: 1; }
  33.333% {
    opacity: 0; }
  66.666% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade2 {
  0% {
    opacity: 0; }
  33.333% {
    opacity: 1; }
  66.666% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes fade3 {
  0% {
    opacity: 0; }
  33.333% {
    opacity: 0; }
  66.666% {
    opacity: 1; }
  100% {
    opacity: 0; } }
      .description-blocks.mobile-special .description-block .visual {
        position: relative; }
        .description-blocks.mobile-special .description-block .visual img {
          opacity: 0;
          position: absolute;
          top: 0;
          left: 0;
          animation: cross 6s infinite; }
        .description-blocks.mobile-special .description-block .visual img:nth-child(1) {
          animation: fade 8s infinite;
          -webkit-animation: fade 8s infinite; }
        .description-blocks.mobile-special .description-block .visual img:nth-child(2) {
          animation: fade2 8s infinite;
          -webkit-animation: fade2 8s infinite; }
        .description-blocks.mobile-special .description-block .visual img:nth-child(3) {
          animation: fade3 8s infinite;
          -webkit-animation: fade3 8s infinite; }
        @media only screen and (max-width: 960px) {
          .description-blocks.mobile-special .description-block .visual img {
            animation: none !important;
            opacity: 1 !important;
            -webkit-animation: none !important;
            position: relative;
            margin: 15px 0; } }
      .description-blocks.mobile-special .description-block .textual {
        position: relative; }
      .description-blocks.mobile-special .description-block .mobile-links {
        padding-top: 45px; }
        @media only screen and (max-width: 960px) {
          .description-blocks.mobile-special .description-block .mobile-links {
            position: static;
            margin: 20px 0;
            padding-top: 15px; } }
        .description-blocks.mobile-special .description-block .mobile-links a {
          line-height: 0;
          font-size: 0;
          text-decoration: none;
          display: inline-block; }
          .description-blocks.mobile-special .description-block .mobile-links a:focus {
            outline: #FFB500 solid 3px; }
          @media only screen and (max-width: 960px) {
            .description-blocks.mobile-special .description-block .mobile-links a {
              display: block;
              width: 165px;
              margin-right: auto !important;
              margin-left: auto !important;
              margin-bottom: 20px; } }
          .description-blocks.mobile-special .description-block .mobile-links a:first-child {
            margin-right: 34px; }
            html[dir="rtl"] .description-blocks.mobile-special .description-block .mobile-links a:first-child {
              margin-right: 0;
              margin-left: 34px; }
          .description-blocks.mobile-special .description-block .mobile-links a .img-btn {
            background: white;
            height: 48px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 24px;
            box-shadow: 0 7px 30px 2px rgba(0, 0, 0, 0.2);
            transition: all .15s ease; }
            .description-blocks.mobile-special .description-block .mobile-links a .img-btn:hover {
              transform: translateY(-1px); }
          .description-blocks.mobile-special .description-block .mobile-links a .apple {
            width: 165px;
            height: 40px;
            background: url(/assets/landing/appstore-88075ed176cde756b459612d335150a337745854df52a309c1e99eeec0deceec.svg);
            background-size: 72%;
            background-repeat: no-repeat;
            background-position: center center; }
          .description-blocks.mobile-special .description-block .mobile-links a .google {
            width: 165px;
            height: 40px;
            background: url(/assets/landing/playstore-044b4036a43a2fe38fe89295c029daa412ae86110009fbb5195d9b9001687c09.svg);
            background-size: 77%;
            background-repeat: no-repeat;
            background-position: center center; }
      .description-blocks.mobile-special .description-block .textual, .description-blocks.mobile-special .description-block .visual {
        opacity: 1; }

.full-feature-list {
  margin-bottom: 15px; }
  .full-feature-list h2 {
    margin: 40px 0 80px;
    text-align: center;
    font-size: 40px;
    font-weight: bold; }
  .full-feature-list .features-list {
    display: flex;
    flex-wrap: wrap; }
    .full-feature-list .features-list .heading {
      position: relative;
      width: 33%;
      margin-top: 22px;
      padding: 0 20px 0 23px;
      color: #626F84; }
      @media only screen and (max-width: 960px) {
        .full-feature-list .features-list .heading {
          width: 100%; } }
      .full-feature-list .features-list .heading .fa {
        position: absolute;
        top: 1px;
        left: 0;
        color: #83bd47; }
      .full-feature-list .features-list .heading > .label {
        font-weight: bold;
        font-size: 15px;
        margin: 0 0 15px; }
      .full-feature-list .features-list .heading .features .label {
        margin: 11px 0; }

.how-it-works-block {
  background: #fff; }
  .how-it-works-block .referral-how-it-works {
    background: #fff;
    padding: 50px 0 50px; }
    .how-it-works-block .referral-how-it-works header {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 50px 0 70px;
      font-size: 18px;
      color: #313131;
      font-weight: bold;
      text-transform: uppercase;
      text-align: center; }
    .how-it-works-block .referral-how-it-works p {
      display: flex;
      justify-content: center;
      align-items: center; }
      .how-it-works-block .referral-how-it-works p img {
        width: 60%; }

#alternate-navigation {
  padding-top: 120px; }

.features-comparison-block {
  background: #f0f4f7;
  padding-bottom: 40px; }
  .features-comparison-block header {
    padding-top: 50px;
    max-width: 630px;
    margin: 0 auto;
    text-align: center;
    font-size: 35px;
    color: #313131;
    padding-bottom: 75px;
    font-weight: bold; }
  .features-comparison-block .comparison-features-wrap {
    position: relative; }
  .features-comparison-block .comparison-feature-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 50px; }
    .features-comparison-block .comparison-feature-list .group {
      display: flex;
      flex-wrap: wrap;
      border-radius: 3px;
      overflow: hidden; }
      .features-comparison-block .comparison-feature-list .group:nth-child(odd) {
        background: #e9eef2; }
    .features-comparison-block .comparison-feature-list .feature {
      position: relative;
      flex: 0 0 calc((100%/3) - 36px);
      margin: 18px;
      padding: 0 20px 0 23px;
      color: #6c7c93; }
      @media only screen and (max-width: 960px) {
        .features-comparison-block .comparison-feature-list .feature {
          width: 100%; } }
      .features-comparison-block .comparison-feature-list .feature .fa {
        position: absolute;
        top: 1px;
        left: 0;
        color: #8fc550; }
      .features-comparison-block .comparison-feature-list .feature .label {
        font-weight: bold;
        font-size: 13px; }
  .features-comparison-block .feature-switch {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row; }
    .features-comparison-block .feature-switch .feature {
      cursor: pointer;
      flex: 1;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      position: relative;
      padding: 20px 0;
      transition: all 0.2s ease; }
      .features-comparison-block .feature-switch .feature .title {
        text-transform: uppercase;
        padding-top: 15px;
        font-size: 12px;
        font-weight: bold; }
      .features-comparison-block .feature-switch .feature .icon {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px; }
      .features-comparison-block .feature-switch .feature:focus {
        outline: #FFB500 solid 3px; }
      .features-comparison-block .feature-switch .feature.active {
        background: white;
        -webkit-box-shadow: 0px 5px 5px 0px rgba(153, 153, 153, 0.3);
        -moz-box-shadow: 0px 5px 5px 0px rgba(153, 153, 153, 0.3);
        box-shadow: 0px 5px 5px 0px rgba(153, 153, 153, 0.3);
        border-radius: 4px; }
        .features-comparison-block .feature-switch .feature.active:after:not(.no-outline) {
          content: '';
          position: absolute;
          top: 100%;
          left: 50%;
          margin-left: -8px;
          width: 0;
          height: 0;
          border-top: solid 8px white;
          border-left: solid 8px transparent;
          border-right: solid 8px transparent; }
        .features-comparison-block .feature-switch .feature.active[data-feature="core"] .icon {
          background: #ec6e5a; }
        .features-comparison-block .feature-switch .feature.active[data-feature="leave_management"] .icon {
          background: #F0A202; }
        .features-comparison-block .feature-switch .feature.active[data-feature="performance"] .icon {
          background: #C20114; }
        .features-comparison-block .feature-switch .feature.active[data-feature="scheduling"] .icon {
          background: #6610F2; }
        .features-comparison-block .feature-switch .feature.active[data-feature="timesheets"] .icon {
          background: #85c665; }
        .features-comparison-block .feature-switch .feature.active[data-feature="expenses"] .icon {
          background: #5fb8c5; }
        .features-comparison-block .feature-switch .feature.active[data-feature="recruitment"] .icon {
          background: #586994; }
        .features-comparison-block .feature-switch .feature.active .icon i {
          color: white; }

.subscription-benefits-block {
  background: #f0f4f7;
  padding-bottom: 30px;
  padding-top: 40px; }
  .subscription-benefits-block.after-how-it-works {
    padding-top: 100px; }
  .subscription-benefits-block.no-padding {
    padding-top: 0; }
  @media only screen and (max-width: 960px) {
    .subscription-benefits-block {
      padding-top: 20px !important; } }
  .subscription-benefits-block header {
    padding-top: 50px;
    max-width: 630px;
    margin: 0 auto;
    text-align: center;
    font-size: 35px;
    color: #313131;
    padding-bottom: 75px;
    font-weight: bold; }
  .subscription-benefits-block .list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto; }
    @media only screen and (max-width: 960px) {
      .subscription-benefits-block .list {
        width: 100%; } }
    .subscription-benefits-block .list p {
      width: 45%;
      color: #626F84;
      position: relative;
      padding-left: 34px;
      line-height: 1.5;
      margin-bottom: 28px; }
      @media only screen and (max-width: 960px) {
        .subscription-benefits-block .list p {
          width: 100%; } }
      html[dir="rtl"] .subscription-benefits-block .list p {
        padding-left: 0;
        padding-right: 34px; }
      .subscription-benefits-block .list p:before {
        font-family: Font Awesome\ 5 Pro;
        font-weight: 400;
        position: absolute;
        left: 0;
        top: 2px;
        color: #626F84;
        font-size: 14px;
        content: "\f00c"; }
        html[dir="rtl"] .subscription-benefits-block .list p:before {
          right: 0;
          left: auto; }

.tc-link {
  position: relative; }

.illustration {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }
  html[dir="rtl"] .illustration {
    transform: scale(-1, 1) !important; }
  @media only screen and (max-width: 960px) {
    .illustration {
      position: relative;
      height: 200px; } }
  .illustration.about-us {
    background-image: url(/assets/landing/illustrations/about_us-df8321688acb87c9422876395f14e8f14005bf7d1c88e3f6b3d8049b35149e5c.svg);
    background-repeat: no-repeat;
    background-position: right 25%;
    background-size: 50% auto; }
  .illustration.home {
    background-image: url(/assets/landing/illustrations/home-583ebf608eba4792791447398a6a2b3ce22448ab285349a66a43f0e2442bc4be.svg);
    background-repeat: no-repeat;
    background-position: right 25%;
    background-size: 50% auto; }
  .illustration.terms-and-conditions {
    background-image: url(/assets/landing/illustrations/privacy_policy-7bdcf629881eed3a540f48c67d07e1f607efc1865b10935ebbb1ad4f31940f75.svg);
    background-repeat: no-repeat;
    background-position: right 25%;
    background-size: 40% auto; }
  .illustration.privacy-policy {
    background-image: url(/assets/landing/illustrations/privacy_policy-7bdcf629881eed3a540f48c67d07e1f607efc1865b10935ebbb1ad4f31940f75.svg);
    background-repeat: no-repeat;
    background-position: right 25%;
    background-size: 50% auto; }
  .illustration.contact-us {
    background-image: url(/assets/landing/illustrations/privacy_policy-7bdcf629881eed3a540f48c67d07e1f607efc1865b10935ebbb1ad4f31940f75.svg);
    background-repeat: no-repeat;
    background-position: right 25%;
    background-size: 35% auto; }
  .illustration.expenses {
    background-image: url(/assets/landing/illustrations/expenses-2ef562559d80c4bf64f9d723f1aa1c4b8c946c182aa6189b723322b96f858c1e.svg);
    background-repeat: no-repeat;
    background-position: right 0%;
    background-size: 42% auto; }
  .illustration.leave-management {
    background-image: url(/assets/landing/illustrations/leave_management-352fb5bc5ff0514d9e9e3b897c0adb4006e1f1fa8dc463d55fb93372e5d9b976.svg);
    background-repeat: no-repeat;
    background-position: right 5% top 0%;
    background-size: 39% auto; }
  .illustration.timesheets {
    background-image: url(/assets/landing/illustrations/timesheets-ad8ac21bd02322af3680eda63a7730c65bf66caeb70fb02ccfcab807219036f5.svg);
    background-repeat: no-repeat;
    background-position: right 10% bottom 66%;
    background-size: 25% auto; }
  .illustration.mobile {
    background-image: url(/assets/landing/illustrations/mobile-6e744a7d839cb715bb6b85c0f4347b32d29a027a287e35be3a084e51d05583ea.svg);
    background-repeat: no-repeat;
    background-position: right 10% bottom 175px;
    background-size: 30% auto; }
  .illustration.integrations {
    background-image: url(/assets/landing/illustrations/integrations-b3c3c6f66808964620626810c3df040c4b4a3000f1a58204a760da2654109837.svg);
    background-repeat: no-repeat;
    background-position: right 0% top 100px;
    background-size: 55% auto; }
  .illustration.onboarding {
    background-image: url(/assets/landing/illustrations/onboarding-bcaa5d0a00ffa6d8047d7ed5dd8a0c80ee8ad0964778c129e757eebdc54c58ea.svg);
    background-repeat: no-repeat;
    background-position: right 0%;
    background-size: 55% auto; }
  .illustration.reports {
    background-image: url(/assets/landing/illustrations/reports-7faffea5fb9d875d0f2c04a4448d521e3b9925d28e42f33a1bfa96b5f1c82d1b.svg);
    background-repeat: no-repeat;
    background-position: right 10% top 0%;
    background-size: 45% auto; }
  .illustration.scheduling {
    background-image: url(/assets/landing/illustrations/scheduling-06e00313d0811efbf2fd4de5edf387f9670aa055536a260cc8a0ea8ca9c787ee.svg);
    background-repeat: no-repeat;
    background-position: right 0%;
    background-size: 45% auto; }
  .illustration.performance {
    background-image: url(/assets/landing/illustrations/performance-55c3259b853435f920bc54fa0208c5e54cb2d929ddb8dcba836efed2bd6bf59c.svg);
    background-repeat: no-repeat;
    background-position: right 10% top 10%;
    background-size: 50% auto; }
  .illustration.recruitment {
    background-image: url(/assets/landing/illustrations/recruitment-c66417856ad733795cf3190576d8ae7ded6907fcc532682484c00dec35963f9e.svg);
    background-repeat: no-repeat;
    background-position: right 5% top 0;
    background-size: 45% auto; }
  .illustration.comparison {
    background-image: url(/assets/landing/illustrations/comparison-2b86fecc16fad9c32f793b4fb3dd6735dd978eb9a7d754d1cee6be704f08c999.svg);
    background-repeat: no-repeat;
    background-position: right 5% top 0;
    background-size: 45% auto; }
  .illustration.core-hr {
    background-image: url(/assets/landing/illustrations/core_hr-643fae10091fca80f7985ea72d9addbe798cd786048acb2239b174c50ba3c658.svg);
    background-repeat: no-repeat;
    background-position: right 5% top 10px;
    background-size: 55% auto; }
  @media only screen and (max-width: 960px) {
    .illustration {
      background-repeat: no-repeat !important;
      background-position: top center !important;
      background-size: contain !important; } }

.interactive-calendar {
  box-shadow: 0 0 100px 3px rgba(0, 0, 0, 0.14);
  border-radius: 5px;
  overflow: hidden; }
  .interactive-calendar .row {
    display: flex;
    font-size: 13px;
    height: 60px; }
    .interactive-calendar .row.team {
      height: 30px; }
    .interactive-calendar .row .who {
      flex: 0 0 160px;
      max-width: 160px;
      text-align: center;
      display: flex;
      align-items: center;
      padding: 0 0 0 10px; }
      .interactive-calendar .row .who .name {
        margin-left: 10px;
        text-align: left; }
        .interactive-calendar .row .who .name .position {
          padding-top: 2px;
          font-size: 11px;
          opacity: 0.8; }
      .interactive-calendar .row .who .person {
        flex: 0 0 45px; }
        .interactive-calendar .row .who .person img {
          margin-left: 5px; }
      .interactive-calendar .row .who img {
        width: 40px;
        height: 40px;
        border-radius: 50%; }
    .interactive-calendar .row .who + .day {
      font-weight: 600;
      color: #000; }
    .interactive-calendar .row .day {
      text-align: center;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      flex: 1;
      overflow: hidden;
      color: #949598;
      cursor: default; }
      .interactive-calendar .row .day .calendar-date {
        font-size: 12px; }
      .interactive-calendar .row .day .event {
        font-size: 12px;
        position: relative;
        line-height: 26px;
        color: white; }
        .interactive-calendar .row .day .event .vacation {
          background: #49b284; }
        .interactive-calendar .row .day .event .pending_vacation {
          background: rgba(73, 178, 132, 0.7); }
        .interactive-calendar .row .day .event .sickday {
          background: #DC0055; }
        .interactive-calendar .row .day .event .calendar-event {
          width: 26px;
          height: 26px;
          border-radius: 13px; }
    .interactive-calendar .row .bg {
      background: #f7f7f7; }
      .interactive-calendar .row .bg.bgh.hovered {
        background: #efefef; }
      .interactive-calendar .row .bg.sat, .interactive-calendar .row .bg.sun {
        background: #f5eeeb; }
        .interactive-calendar .row .bg.sat.hovered, .interactive-calendar .row .bg.sun.hovered {
          background: #f0e5e1; }
    .interactive-calendar .row:nth-child(2n) .bg {
      background: white; }
      .interactive-calendar .row:nth-child(2n) .bg.bgh.hovered {
        background: #fcfcfc; }
      .interactive-calendar .row:nth-child(2n) .bg.sat, .interactive-calendar .row:nth-child(2n) .bg.sun {
        background: #fef5f1; }
        .interactive-calendar .row:nth-child(2n) .bg.sat.hovered, .interactive-calendar .row:nth-child(2n) .bg.sun.hovered {
          background: #fdebe3; }

.interactive-schedule {
  border-radius: 6px;
  box-shadow: 0 0 100px 3px rgba(0, 0, 0, 0.14);
  padding: 15px; }
  .interactive-schedule.dragging .schedule-new {
    opacity: 0 !important; }
  .interactive-schedule .sortable-fallback {
    opacity: 0 !important; }
  .interactive-schedule .sortable-chosen .schedule-entry-wrap {
    transition: all 0.3s ease 0.3s;
    transform: rotate(4deg); }
  .interactive-schedule .actions {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 8px;
    min-height: 40px; }
    .interactive-schedule .actions .message {
      padding: 8px 15px;
      border: 0;
      box-shadow: none;
      color: white;
      border-radius: 5px;
      font-size: 14px;
      background: #6bae2d;
      display: none; }
      .interactive-schedule .actions .message.danger {
        background: #DC0055; }
      .interactive-schedule .actions .message:last-child {
        display: block; }
  .interactive-schedule .row {
    display: flex;
    font-size: 13px;
    height: 60px; }
    .interactive-schedule .row.team {
      height: 30px; }
      .interactive-schedule .row.team .day {
        display: flex;
        align-items: center;
        justify-content: center; }
    .interactive-schedule .row .who {
      flex: 0 0 135px;
      max-width: 135px;
      text-align: center;
      padding: 0 3px 0 0;
      display: flex;
      align-items: center;
      justify-content: center; }
      .interactive-schedule .row .who .name {
        margin-left: 10px;
        text-align: left; }
        .interactive-schedule .row .who .name .position {
          padding-top: 2px;
          font-size: 11px;
          opacity: 0.8; }
      .interactive-schedule .row .who .person {
        flex: 0 0 45px; }
        .interactive-schedule .row .who .person img {
          margin-left: 5px; }
      .interactive-schedule .row .who img {
        width: 40px;
        height: 40px;
        border-radius: 50%; }
    .interactive-schedule .row .day {
      text-align: center;
      flex: 1;
      overflow: hidden;
      color: #949598;
      cursor: default;
      padding: 6px; }
      .interactive-schedule .row .day .fa {
        color: rgba(0, 0, 0, 0.3); }
      .interactive-schedule .row .day .schedule-new {
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity .2s ease-out;
        cursor: pointer;
        border: 1px dashed rgba(0, 0, 0, 0.3);
        border-radius: 3px;
        padding: 17px 0;
        text-align: center;
        width: 100%;
        height: 100%; }
      .interactive-schedule .row .day:hover .schedule-new {
        visibility: visible;
        opacity: 1; }
      .interactive-schedule .row .day .schedule-entries {
        width: 100%; }
        .interactive-schedule .row .day .schedule-entries .schedule-drop {
          min-height: 48px; }
        .interactive-schedule .row .day .schedule-entries .schedule-entry .fa-trash-alt {
          display: none;
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          font-size: 16px;
          border-radius: 50%;
          padding-top: 12px; }
        .interactive-schedule .row .day .schedule-entries .schedule-entry:not(.blocked):hover .fa-trash-alt {
          display: block; }
        .interactive-schedule .row .day .schedule-entries .schedule-entry:not(.blocked):hover .name, .interactive-schedule .row .day .schedule-entries .schedule-entry:not(.blocked):hover .time {
          opacity: 0; }
        .interactive-schedule .row .day .schedule-entries .schedule-entry-wrap {
          margin-top: 5px;
          padding: 7px 5px;
          color: #fff;
          border-radius: 3px;
          position: relative;
          font-size: 12px;
          cursor: pointer; }
          .interactive-schedule .row .day .schedule-entries .schedule-entry-wrap .name {
            padding-bottom: 2px; }
    .interactive-schedule .row .bg {
      border-left: 1px solid #efefef;
      background: #f7f7f7; }
      .interactive-schedule .row .bg:first-child {
        border-color: transparent !important; }
      .interactive-schedule .row .bg.hovered {
        background: #efefef; }
      .interactive-schedule .row .bg.sat, .interactive-schedule .row .bg.sun {
        background: #f5eeeb; }
        .interactive-schedule .row .bg.sat.hovered, .interactive-schedule .row .bg.sun.hovered {
          background: #f0e5e1; }
    .interactive-schedule .row:nth-child(2n) .bg {
      background: white;
      border-left: 1px solid #f7f7f7; }
      .interactive-schedule .row:nth-child(2n) .bg.hovered {
        background: #fcfcfc; }
      .interactive-schedule .row:nth-child(2n) .bg.sat, .interactive-schedule .row:nth-child(2n) .bg.sun {
        background: #fef5f1; }
        .interactive-schedule .row:nth-child(2n) .bg.sat.hovered, .interactive-schedule .row:nth-child(2n) .bg.sun.hovered {
          background: #fdebe3; }

.interactive-timesheets {
  border-radius: 6px;
  box-shadow: 0 0 100px 3px rgba(0, 0, 0, 0.14);
  padding: 15px; }
  .interactive-timesheets .flex {
    display: flex;
    flex-wrap: wrap; }
  .interactive-timesheets .actions {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 8px;
    min-height: 40px; }
    .interactive-timesheets .actions .message {
      padding: 8px 15px;
      border: 0;
      box-shadow: none;
      color: white;
      border-radius: 5px;
      font-size: 14px;
      background: #6bae2d;
      display: none; }
      .interactive-timesheets .actions .message.danger {
        background: #DC0055; }
      .interactive-timesheets .actions .message:last-child {
        display: block; }
    .interactive-timesheets .actions .buttons {
      display: flex;
      align-items: flex-end;
      justify-content: flex-end;
      margin: 0 -4px; }
  .interactive-timesheets button {
    padding: 5px 15px;
    border: 0;
    box-shadow: none;
    background: grey;
    color: white;
    border-radius: 5px;
    margin-left: 4px;
    margin-right: 4px; }
    .interactive-timesheets button:focus {
      outline: 0; }
    .interactive-timesheets button.green {
      background: #6bae2d; }
      .interactive-timesheets button.green:hover {
        background: #73bb30; }
    .interactive-timesheets button.red {
      background: #DC0055; }
      .interactive-timesheets button.red:hover {
        background: #ee005c; }
  .interactive-timesheets .employees {
    flex: 135px 0 1;
    border-right: 1px solid #dbdbdb; }
    html[dir="rtl"] .interactive-timesheets .employees {
      border-right: 0;
      border-left: 1px solid #dbdbdb; }
    .interactive-timesheets .employees .who {
      height: 60px;
      padding-right: 3px;
      cursor: pointer !important; }
      .interactive-timesheets .employees .who:hover, .interactive-timesheets .employees .who.active {
        background: #f7f7f7; }
    .interactive-timesheets .employees .month {
      height: 30px;
      font-weight: 700; }
    .interactive-timesheets .employees .who {
      flex: 0 0 135px;
      max-width: 135px;
      text-align: center;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center; }
      .interactive-timesheets .employees .who .name {
        margin-left: 10px;
        text-align: left; }
        .interactive-timesheets .employees .who .name .position {
          padding-top: 2px;
          font-size: 11px;
          opacity: 0.8; }
      .interactive-timesheets .employees .who .person {
        flex: 0 0 45px; }
        .interactive-timesheets .employees .who .person img {
          margin-left: 5px; }
      .interactive-timesheets .employees .who img {
        width: 40px !important;
        height: 40px !important;
        border-radius: 50% !important; }
  .interactive-timesheets .timesheet {
    flex: 1; }
    .interactive-timesheets .timesheet .row {
      display: flex;
      flex-wrap: wrap; }
      .interactive-timesheets .timesheet .row:first-child {
        background: #f7f7f7;
        height: 30px; }
    .interactive-timesheets .timesheet .who {
      display: flex;
      align-items: center;
      justify-content: center;
      flex: 1; }
    .interactive-timesheets .timesheet .time-row {
      display: flex; }
      .interactive-timesheets .timesheet .time-row .day {
        font-size: 11px;
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        height: 60px; }
      .interactive-timesheets .timesheet .time-row.hovered {
        background: #f9f9f9; }

.popover {
  border: 0;
  border-radius: 5px;
  padding: 0; }
  .popover .popover-content {
    padding: 0; }
  .popover .calendar-popover__title {
    color: white;
    font-size: 15px;
    padding: 12px 15px;
    min-width: 200px; }
    .popover .calendar-popover__title.vacation {
      background: #49b284; }
    .popover .calendar-popover__title.pending_vacation {
      background: rgba(73, 178, 132, 0.7); }
    .popover .calendar-popover__title.sickday {
      background: #DC0055; }
  .popover .calendar-popover__message {
    color: #58585a;
    font-size: 15px;
    padding: 12px 15px; }

.popover.top > .arrow {
  border-top-color: transparent; }

.popover .calendar-popover {
  border-radius: 5px;
  overflow: hidden; }

.panel-comparison .illustration.comparison, .panel-testimonials .illustration.comparison {
  pointer-events: none; }
.panel-comparison .intro article, .panel-testimonials .intro article {
  width: 60%;
  padding: 0 0 150px; }
  .panel-comparison .intro article .description, .panel-testimonials .intro article .description {
    padding-top: 10px; }
    .panel-comparison .intro article .description p, .panel-testimonials .intro article .description p {
      line-height: 2.3; }
  .panel-comparison .intro article h1, .panel-testimonials .intro article h1 {
    font-size: 55px; }
.panel-comparison article a.highlighted,
.panel-comparison .comparison-blocks a.highlighted, .panel-comparison .testimonials-block a.highlighted, .panel-testimonials article a.highlighted,
.panel-testimonials .comparison-blocks a.highlighted, .panel-testimonials .testimonials-block a.highlighted {
  display: inline-block;
  width: inherit;
  margin-top: 40px;
  padding: 15px 35px;
  background: #8bc34b;
  border-radius: 30px;
  font-size: 14px; }
.panel-comparison .comparison-blocks article header, .panel-comparison .testimonials-block article header, .panel-testimonials .comparison-blocks article header, .panel-testimonials .testimonials-block article header {
  max-width: 690px; }
.panel-comparison .comparison-blocks header.centered, .panel-comparison .testimonials-block header.centered, .panel-testimonials .comparison-blocks header.centered, .panel-testimonials .testimonials-block header.centered {
  max-width: 530px;
  margin: 0 auto; }
  .panel-comparison .comparison-blocks header.centered h3, .panel-comparison .testimonials-block header.centered h3, .panel-testimonials .comparison-blocks header.centered h3, .panel-testimonials .testimonials-block header.centered h3 {
    text-align: center; }
.panel-comparison .comparison-blocks h2, .panel-comparison .testimonials-block h2, .panel-testimonials .comparison-blocks h2, .panel-testimonials .testimonials-block h2 {
  font-weight: 700;
  font-size: 55px;
  line-height: 1.2;
  margin: 0 0 40px; }
.panel-comparison .comparison-blocks h3, .panel-comparison .testimonials-block h3, .panel-testimonials .comparison-blocks h3, .panel-testimonials .testimonials-block h3 {
  margin: 30px 0 50px;
  font-weight: 700;
  font-size: 41px;
  line-height: 1.2; }
.panel-comparison .comparison-blocks p,
.panel-comparison .comparison-blocks .good-reasons .line, .panel-comparison .testimonials-block p,
.panel-comparison .testimonials-block .good-reasons .line, .panel-testimonials .comparison-blocks p,
.panel-testimonials .comparison-blocks .good-reasons .line, .panel-testimonials .testimonials-block p,
.panel-testimonials .testimonials-block .good-reasons .line {
  padding-bottom: 2em;
  font-size: 19px;
  line-height: 2; }
.panel-comparison .comparison-blocks .good-reasons .line,
.panel-comparison .comparison-blocks .feature-matrix,
.panel-comparison .comparison-blocks p, .panel-comparison .testimonials-block .good-reasons .line,
.panel-comparison .testimonials-block .feature-matrix,
.panel-comparison .testimonials-block p, .panel-testimonials .comparison-blocks .good-reasons .line,
.panel-testimonials .comparison-blocks .feature-matrix,
.panel-testimonials .comparison-blocks p, .panel-testimonials .testimonials-block .good-reasons .line,
.panel-testimonials .testimonials-block .feature-matrix,
.panel-testimonials .testimonials-block p {
  color: #5f7189; }
.panel-comparison .reasons-block, .panel-testimonials .reasons-block {
  padding-top: 0; }
  .panel-comparison .reasons-block h3, .panel-testimonials .reasons-block h3 {
    margin: 0; }
  .panel-comparison .reasons-block .good-reasons, .panel-testimonials .reasons-block .good-reasons {
    display: flex;
    padding: 60px 140px; }
    .panel-comparison .reasons-block .good-reasons .fa, .panel-testimonials .reasons-block .good-reasons .fa {
      color: #78b53e;
      font-size: 14px;
      padding-right: 9px; }
    .panel-comparison .reasons-block .good-reasons .line, .panel-testimonials .reasons-block .good-reasons .line {
      padding-bottom: 0;
      padding-left: 70px; }
    .panel-comparison .reasons-block .good-reasons > div, .panel-testimonials .reasons-block .good-reasons > div {
      flex: 1; }
.panel-comparison .features-block article, .panel-testimonials .features-block article {
  text-align: center; }
.panel-comparison .customers-switched-block, .panel-testimonials .customers-switched-block {
  margin-top: 120px; }
  .panel-comparison .customers-switched-block .customers-quote, .panel-testimonials .customers-switched-block .customers-quote {
    position: relative;
    margin-top: 90px;
    width: 520px;
    height: 520px;
    color: white; }
    .panel-comparison .customers-switched-block .customers-quote .customers-background, .panel-testimonials .customers-switched-block .customers-quote .customers-background {
      position: absolute;
      top: -115px;
      left: -542px;
      width: 1766px;
      height: 548px;
      background: url(/assets/landing/comparison/quote-2584b2c44a7e64c8819b7e1c0be778cce7b55ad43b8363bac412590164f91ff0.svg) no-repeat;
      z-index: -1; }
      .panel-comparison .customers-switched-block .customers-quote .customers-background.image, .panel-testimonials .customers-switched-block .customers-quote .customers-background.image {
        left: -598px; }
        .panel-comparison .customers-switched-block .customers-quote .customers-background.image.airbaltic, .panel-testimonials .customers-switched-block .customers-quote .customers-background.image.airbaltic {
          background: url(/assets/landing/testimonials/header-airbaltic-7e5ebbe8e8fd4dc6e469561e6cb81059e78e25605bb17eb817c0cb24047f9d59.png) no-repeat;
          background-size: cover; }
        .panel-comparison .customers-switched-block .customers-quote .customers-background.image.deloitte, .panel-testimonials .customers-switched-block .customers-quote .customers-background.image.deloitte {
          background: url(/assets/landing/testimonials/header-deloitte-36d10a959ca6952df65aa23ea5968b454ff27661258bbeca6b971165deeb87db.png) no-repeat;
          background-size: cover; }
        .panel-comparison .customers-switched-block .customers-quote .customers-background.image.betterspace, .panel-testimonials .customers-switched-block .customers-quote .customers-background.image.betterspace {
          background: url(/assets/landing/testimonials/header-betterspace-6d96ae95ed5bb07bd2d936330220a040cbde1ceb0c71c55d5a1ae6543df1559d.png) no-repeat;
          background-size: cover; }
    .panel-comparison .customers-switched-block .customers-quote .customers-name, .panel-testimonials .customers-switched-block .customers-quote .customers-name {
      margin-top: 110px;
      font-weight: bold;
      font-size: 26px; }
    .panel-comparison .customers-switched-block .customers-quote .customers-company, .panel-testimonials .customers-switched-block .customers-quote .customers-company {
      padding: 5px 0 10px;
      font-size: 17px; }
    .panel-comparison .customers-switched-block .customers-quote .customers-quote-bit img, .panel-testimonials .customers-switched-block .customers-quote .customers-quote-bit img {
      height: 20px;
      margin: 5px 0 35px; }
    .panel-comparison .customers-switched-block .customers-quote .customers-quote-bit.deloitte, .panel-testimonials .customers-switched-block .customers-quote .customers-quote-bit.deloitte {
      background-image: url(/assets/landing/testimonials/asset-sprite-442ec4dfebc4df2c0ee2db4a018c0655f6e7b8192ceb7dad8cd33e1e1a7589eb.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: -778px 0;
      width: 92px;
      height: 28px; }
    .panel-comparison .customers-switched-block .customers-quote .customers-quote-bit.airbaltic, .panel-testimonials .customers-switched-block .customers-quote .customers-quote-bit.airbaltic {
      background-image: url(/assets/landing/testimonials/asset-sprite-442ec4dfebc4df2c0ee2db4a018c0655f6e7b8192ceb7dad8cd33e1e1a7589eb.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: -398px 0;
      width: 84px;
      height: 28px; }
    .panel-comparison .customers-switched-block .customers-quote .customers-quote-bit.betterspace img, .panel-testimonials .customers-switched-block .customers-quote .customers-quote-bit.betterspace img {
      height: 37px; }
    .panel-comparison .customers-switched-block .customers-quote .customers-quote-text, .panel-testimonials .customers-switched-block .customers-quote .customers-quote-text {
      font-size: 27px;
      font-weight: bold; }
.panel-comparison .take-hands-block, .panel-testimonials .take-hands-block {
  position: relative; }
  .panel-comparison .take-hands-block .content-width--left-side, .panel-testimonials .take-hands-block .content-width--left-side {
    width: 690px; }
  .panel-comparison .take-hands-block a.highlighted, .panel-testimonials .take-hands-block a.highlighted {
    font-size: 17px; }
.panel-comparison .try-today-block, .panel-testimonials .try-today-block {
  margin: 150px 0 70px; }
  .panel-comparison .try-today-block .features-comparison-block, .panel-testimonials .try-today-block .features-comparison-block {
    padding: 60px 90px; }
    .panel-comparison .try-today-block .features-comparison-block:after,
    .panel-comparison .try-today-block .features-comparison-block article, .panel-testimonials .try-today-block .features-comparison-block:after,
    .panel-testimonials .try-today-block .features-comparison-block article {
      display: none; }
.panel-comparison .skew-top--grey:after, .panel-testimonials .skew-top--grey:after {
  border-bottom-color: #f0f4f7; }
.panel-comparison .feature-matrix, .panel-testimonials .feature-matrix {
  font-size: 16px; }
  .panel-comparison .feature-matrix .fm-feature, .panel-testimonials .feature-matrix .fm-feature {
    margin-top: 15px;
    transition: margin-top 0.3s ease; }
    .panel-comparison .feature-matrix .fm-feature .fm-header .fm-item, .panel-testimonials .feature-matrix .fm-feature .fm-header .fm-item {
      opacity: 1;
      transition: opacity 0.3s ease; }
    .panel-comparison .feature-matrix .fm-feature .fm-feature-collapsible, .panel-testimonials .feature-matrix .fm-feature .fm-feature-collapsible {
      transition: height 0.3s ease; }
    .panel-comparison .feature-matrix .fm-feature.fm-open, .panel-testimonials .feature-matrix .fm-feature.fm-open {
      margin-bottom: 15px; }
      .panel-comparison .feature-matrix .fm-feature.fm-open .feature-star > *, .panel-testimonials .feature-matrix .fm-feature.fm-open .feature-star > * {
        background: #ec6e5a; }
      .panel-comparison .feature-matrix .fm-feature.fm-open .feature-umbrella-beach > *, .panel-testimonials .feature-matrix .fm-feature.fm-open .feature-umbrella-beach > * {
        background: #F0A202; }
      .panel-comparison .feature-matrix .fm-feature.fm-open .feature-stopwatch > *, .panel-testimonials .feature-matrix .fm-feature.fm-open .feature-stopwatch > * {
        background: #85c665; }
      .panel-comparison .feature-matrix .fm-feature.fm-open .feature-calendar-check > *, .panel-testimonials .feature-matrix .fm-feature.fm-open .feature-calendar-check > * {
        background: #6610F2; }
      .panel-comparison .feature-matrix .fm-feature.fm-open .feature-credit-card > *, .panel-testimonials .feature-matrix .fm-feature.fm-open .feature-credit-card > * {
        background: #5fb8c5; }
      .panel-comparison .feature-matrix .fm-feature.fm-open .feature-rocket > *, .panel-testimonials .feature-matrix .fm-feature.fm-open .feature-rocket > * {
        background: #C20114; }
      .panel-comparison .feature-matrix .fm-feature.fm-open .feature-poll-people > *, .panel-testimonials .feature-matrix .fm-feature.fm-open .feature-poll-people > * {
        background: #586994; }
      .panel-comparison .feature-matrix .fm-feature.fm-open .icon, .panel-testimonials .feature-matrix .fm-feature.fm-open .icon {
        box-shadow: none; }
        .panel-comparison .feature-matrix .fm-feature.fm-open .icon *, .panel-testimonials .feature-matrix .fm-feature.fm-open .icon * {
          color: white; }
    .panel-comparison .feature-matrix .fm-feature.fm-closed .fm-header .fm-item, .panel-testimonials .feature-matrix .fm-feature.fm-closed .fm-header .fm-item {
      opacity: 0; }
    .panel-comparison .feature-matrix .fm-feature.fm-closed .fm-feature-collapsible, .panel-testimonials .feature-matrix .fm-feature.fm-closed .fm-feature-collapsible {
      height: 0 !important; }
  .panel-comparison .feature-matrix .fm-header, .panel-testimonials .feature-matrix .fm-header {
    border-bottom: 1px solid #e6e7eb;
    font-weight: bold; }
    .panel-comparison .feature-matrix .fm-header .fm-icon, .panel-testimonials .feature-matrix .fm-header .fm-icon {
      padding: 7px 0 0; }
      .panel-comparison .feature-matrix .fm-header .fm-icon .icon > *, .panel-testimonials .feature-matrix .fm-header .fm-icon .icon > * {
        font-weight: 700; }
    .panel-comparison .feature-matrix .fm-header .fm-item--cakehr, .panel-testimonials .feature-matrix .fm-header .fm-item--cakehr {
      margin-top: -4px;
      max-width: 90px; }
    .panel-comparison .feature-matrix .fm-header .fm-name, .panel-testimonials .feature-matrix .fm-header .fm-name {
      text-transform: uppercase;
      color: black; }
  .panel-comparison .feature-matrix .fm-feature-collapsible, .panel-testimonials .feature-matrix .fm-feature-collapsible {
    overflow: hidden; }
  .panel-comparison .feature-matrix .fm-icon, .panel-testimonials .feature-matrix .fm-icon {
    width: 40px;
    padding: 0; }
  .panel-comparison .feature-matrix .fm-header,
  .panel-comparison .feature-matrix .fm-subfeature, .panel-testimonials .feature-matrix .fm-header,
  .panel-testimonials .feature-matrix .fm-subfeature {
    display: flex; }
    .panel-comparison .feature-matrix .fm-header > *,
    .panel-comparison .feature-matrix .fm-subfeature > *, .panel-testimonials .feature-matrix .fm-header > *,
    .panel-testimonials .feature-matrix .fm-subfeature > * {
      padding: 20px; }
    .panel-comparison .feature-matrix .fm-header .fm-item,
    .panel-comparison .feature-matrix .fm-subfeature .fm-item, .panel-testimonials .feature-matrix .fm-header .fm-item,
    .panel-testimonials .feature-matrix .fm-subfeature .fm-item {
      flex-grow: 1;
      max-width: 115px;
      text-align: center; }
    .panel-comparison .feature-matrix .fm-header .fm-name,
    .panel-comparison .feature-matrix .fm-subfeature .fm-name, .panel-testimonials .feature-matrix .fm-header .fm-name,
    .panel-testimonials .feature-matrix .fm-subfeature .fm-name {
      flex: 1; }
    .panel-comparison .feature-matrix .fm-header .fm-arrow,
    .panel-comparison .feature-matrix .fm-subfeature .fm-arrow, .panel-testimonials .feature-matrix .fm-header .fm-arrow,
    .panel-testimonials .feature-matrix .fm-subfeature .fm-arrow {
      font-size: 28px;
      padding: 10px 0 20px 20px;
      flex-basis: 10px; }
  .panel-comparison .feature-matrix .fm-subfeature:nth-child(even), .panel-testimonials .feature-matrix .fm-subfeature:nth-child(even) {
    background: #f6f7f9; }
  .panel-comparison .feature-matrix .fm-subfeature .fm-arrow, .panel-testimonials .feature-matrix .fm-subfeature .fm-arrow {
    visibility: hidden; }
  .panel-comparison .feature-matrix .fa.fa-check, .panel-testimonials .feature-matrix .fa.fa-check {
    color: #83bd47; }
  .panel-comparison .feature-matrix .fa.fa-times, .panel-testimonials .feature-matrix .fa.fa-times {
    color: #b62138; }
  .panel-comparison .feature-matrix .icon, .panel-testimonials .feature-matrix .icon {
    flex: 0 0 45px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: orange;
    box-shadow: 0 0 27px 3px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    background: white; }
    .panel-comparison .feature-matrix .icon i, .panel-testimonials .feature-matrix .icon i {
      font-size: 18px; }
.panel-comparison .comparison-bg-block-1, .panel-testimonials .comparison-bg-block-1 {
  position: absolute;
  top: 225px;
  left: -150px;
  width: 285px;
  height: 350px;
  background: url(/assets/landing/comparison/box-1-f31cdb2e0f2c1fbb498389572c4b30ded134bd4589fe0550eb8d5e645941c227.svg) no-repeat; }
.panel-comparison .comparison-bg-block-2, .panel-testimonials .comparison-bg-block-2 {
  position: absolute;
  top: -500px;
  right: -175px;
  width: 280px;
  height: 264px;
  background: url(/assets/landing/comparison/box-2-2105ccf7c87c896797f6cf664991613d60ab5a8354934a28ae91967fbe1740f2.svg) 0 0/280px 264px no-repeat; }
.panel-comparison .comparison-bg-block-3, .panel-testimonials .comparison-bg-block-3 {
  position: absolute;
  top: 40px;
  right: -180px;
  width: 300px;
  height: 264px;
  background: url(/assets/landing/comparison/box-3-985910c9f7815cc736f9a45e6327258618ce6b5a87fb2f144e2e11ac676ba7bc.svg) 0 0/280px 264px no-repeat; }
.panel-comparison .for-partners-block, .panel-testimonials .for-partners-block {
  background: transparent; }
  .panel-comparison .for-partners-block .partners-block, .panel-testimonials .for-partners-block .partners-block {
    padding-top: 0; }
  .panel-comparison .for-partners-block .partners-block .marketplaces, .panel-testimonials .for-partners-block .partners-block .marketplaces {
    padding-top: 85px; }
  .panel-comparison .for-partners-block h4, .panel-testimonials .for-partners-block h4 {
    font-size: 40px;
    text-transform: none; }

.panel-testimonials {
  padding-top: 10px; }
  .panel-testimonials .testimonials-block .content-width {
    max-width: 680px; }
  .panel-testimonials .testimonials-block .description-blocks .description-block {
    padding-bottom: 40px;
    padding-top: 40px; }
    .panel-testimonials .testimonials-block .description-blocks .description-block .textual h2 {
      padding: 0; }
    .panel-testimonials .testimonials-block .description-blocks .description-block .textual p {
      padding-right: 0;
      padding-bottom: 30px;
      line-height: 32px;
      font-size: 17px; }
    .panel-testimonials .testimonials-block .description-blocks .description-block .textual.darker p {
      color: #333333; }

.testimonial-slider .slider-content {
  max-width: 334px;
  position: relative;
  padding: 20px 20px 20px 30px;
  height: 540px; }
  .testimonial-slider .slider-content .quote {
    background-image: url(/assets/landing/testimonials/asset-sprite-442ec4dfebc4df2c0ee2db4a018c0655f6e7b8192ceb7dad8cd33e1e1a7589eb.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -714px 0;
    width: 27px;
    height: 23px;
    position: absolute;
    left: 0;
    top: 25px; }
  .testimonial-slider .slider-content h5 {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
    line-height: 32px; }
  .testimonial-slider .slider-content .subject {
    color: #626F84;
    line-height: 32px;
    font-size: 18px; }
  .testimonial-slider .slider-content .review-app {
    position: absolute;
    bottom: 0; }
    .testimonial-slider .slider-content .review-app .reviewer {
      padding-bottom: 10px;
      font-size: 19px;
      font-weight: bold;
      color: #67819c; }
    .testimonial-slider .slider-content .review-app .app {
      background-image: url(/assets/landing/testimonials/asset-sprite-442ec4dfebc4df2c0ee2db4a018c0655f6e7b8192ceb7dad8cd33e1e1a7589eb.png);
      background-repeat: no-repeat;
      background-size: cover; }
      .testimonial-slider .slider-content .review-app .app.getapp {
        background-position: -694px 0;
        width: 84px;
        height: 28px; }
      .testimonial-slider .slider-content .review-app .app.capterra {
        background-position: -482px 0;
        width: 111px;
        height: 28px; }
      .testimonial-slider .slider-content .review-app .app.crozdesk {
        background-position: -593px 0;
        width: 100px;
        height: 28px; }
      .testimonial-slider .slider-content .review-app .app.trustpilot {
        background-position: -1062px 0;
        width: 140px;
        height: 28px; }
      .testimonial-slider .slider-content .review-app .app.software-advance {
        background-position: -902px 0;
        width: 159px;
        height: 28px; }
    .testimonial-slider .slider-content .review-app .raiting {
      background-image: url(/assets/landing/testimonials/asset-sprite-442ec4dfebc4df2c0ee2db4a018c0655f6e7b8192ceb7dad8cd33e1e1a7589eb.png);
      background-repeat: no-repeat;
      background-size: cover;
      margin-top: 7px; }
      .testimonial-slider .slider-content .review-app .raiting.five-star {
        background-position: -213px 0;
        width: 212px;
        height: 30px; }
      .testimonial-slider .slider-content .review-app .raiting.four-star {
        background-position: 0 0;
        width: 212px;
        height: 30px; }

.testimonials-love-block header h4 {
  font-size: 40px;
  padding-bottom: 20px; }
.testimonials-love-block .subject {
  display: flex;
  justify-content: center; }
  .testimonials-love-block .subject span {
    width: 385px;
    display: block;
    justify-content: center;
    line-height: 32px;
    font-size: 18px; }

.testimonials-partners-block header h4 {
  font-size: 40px;
  text-transform: none;
  padding-bottom: 40px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url(/assets/ajax-loader-9840314386f0673303c67a37d9e622acd0b1125c864bf5dd97d6382cfd22bcad.gif) center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url(/fonts/slick.eot);
  src: url(/fonts/slick.eot?#iefix) format("embedded-opentype"), url(/fonts/slick.woff) format("woff"), url(/fonts/slick.ttf) format("truetype"), url(/fonts/slick.svg#slick) format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 40px;
    line-height: 1;
    color: #959eab;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -50px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -50px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 80px; }

.slick-dots {
  position: absolute;
  bottom: -100px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 30px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #67819c;
      opacity: 0.75; }

#test-banner {
  text-align: center;
  background: #A22C3B;
  color: #fff;
  padding: 24px;
  width: 100%;
  font-size: 14px; }
  #test-banner p:first-child {
    margin-bottom: 18px; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInLeftShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInLeftShort {
  -webkit-animation-name: fadeInLeftShort;
  animation-name: fadeInLeftShort; }

@-webkit-keyframes fadeInRightShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInRightShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInRightShort {
  -webkit-animation-name: fadeInRightShort;
  animation-name: fadeInRightShort; }

.animated2x {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  @media only screen and (max-width: 960px) {
    .animated2x {
      -webkit-animation-duration: 0s;
      animation-duration: 0s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both; } }

.animated3x {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  @media only screen and (max-width: 960px) {
    .animated3x {
      -webkit-animation-duration: 0s;
      animation-duration: 0s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both; } }

@-webkit-keyframes fadeInUpShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInUpShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInUpShort {
  -webkit-animation-name: fadeInUpShort;
  animation-name: fadeInUpShort; }

.fa-plane-departure, .fa-umbrella-beach, .fa-leave-management {
  color: #F0A202; }

.fa-stopwatch, .fa-timesheets {
  color: #85c665; }

.fa-calendar-check, .fa-scheduling {
  color: #6610F2; }

.fa-credit-card, .fa-expenses {
  color: #5fb8c5; }

.fa-chart-bar, .fa-reports {
  color: #BD2031; }

.fa-mobile-android, .fa-mobile {
  color: #68A357; }

.fa-clipboard-check, .fa-onboarding {
  color: #6859ea; }

.fa-users, .fa-self-service {
  color: #ff6551; }

.fa-plug, .fa-integrations {
  color: #DE8F6E; }

.fa-rocket {
  color: #C20114; }

.fa-poll-people {
  color: #586994; }

.fa-star {
  color: #ec6e5a; }

.fa-database {
  color: #ec6e5a; }

.drop-shadow {
  box-shadow: 0 0 100px 3px rgba(0, 0, 0, 0.14); }

a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999; }
  a.skip-main:focus, a.skip-main:active {
    background-color: #fff;
    color: #313131;
    left: 5px;
    top: 5px;
    width: 20%;
    height: auto;
    overflow: auto;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    font-size: 1.2em;
    z-index: 999;
    outline: #FFB500 solid 3px; }
