@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Muli:200,400,600,700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@charset "UTF-8";
.container, .container-fluid {
  margin-right: auto;
  margin-left: auto
}
.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem
}
.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -.5rem;
  margin-left: -.5rem
}
.row.reverse {
  flex-direction: row-reverse
}
.col.reverse {
  flex-direction: column-reverse
}
.col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-offset-0, .col-xs-offset-1, .col-xs-offset-2, .col-xs-offset-3, .col-xs-offset-4, .col-xs-offset-5, .col-xs-offset-6, .col-xs-offset-7, .col-xs-offset-8, .col-xs-offset-9, .col-xs-offset-10, .col-xs-offset-11, .col-xs-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: .5rem;
  padding-left: .5rem
}
.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%
}
.col-xs-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%
}
.col-xs-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%
}
.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%
}
.col-xs-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%
}
.col-xs-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%
}
.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%
}
.col-xs-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%
}
.col-xs-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%
}
.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%
}
.col-xs-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%
}
.col-xs-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%
}
.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%
}
.col-xs-offset-0 {
  margin-left: 0
}
.col-xs-offset-1 {
  margin-left: 8.33333333%
}
.col-xs-offset-2 {
  margin-left: 16.66666667%
}
.col-xs-offset-3 {
  margin-left: 25%
}
.col-xs-offset-4 {
  margin-left: 33.33333333%
}
.col-xs-offset-5 {
  margin-left: 41.66666667%
}
.col-xs-offset-6 {
  margin-left: 50%
}
.col-xs-offset-7 {
  margin-left: 58.33333333%
}
.col-xs-offset-8 {
  margin-left: 66.66666667%
}
.col-xs-offset-9 {
  margin-left: 75%
}
.col-xs-offset-10 {
  margin-left: 83.33333333%
}
.col-xs-offset-11 {
  margin-left: 91.66666667%
}
.start-xs {
  justify-content: flex-start;
  text-align: start
}
.center-xs {
  justify-content: center;
  text-align: center
}
.end-xs {
  justify-content: flex-end;
  text-align: end
}
.top-xs {
  align-items: flex-start
}
.middle-xs {
  align-items: center
}
.bottom-xs {
  align-items: flex-end
}
.around-xs {
  justify-content: space-around
}
.between-xs {
  justify-content: space-between
}
.first-xs {
  order: -1
}
.last-xs {
  order: 1
}
@media only screen and (min-width:48em) {
  .container {
    width: 19rem
  }
  .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-offset-0, .col-sm-offset-1, .col-sm-offset-2, .col-sm-offset-3, .col-sm-offset-4, .col-sm-offset-5, .col-sm-offset-6, .col-sm-offset-7, .col-sm-offset-8, .col-sm-offset-9, .col-sm-offset-10, .col-sm-offset-11, .col-sm-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem
  }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%
  }
  .col-sm-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%
  }
  .col-sm-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%
  }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%
  }
  .col-sm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%
  }
  .col-sm-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%
  }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%
  }
  .col-sm-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%
  }
  .col-sm-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%
  }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%
  }
  .col-sm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%
  }
  .col-sm-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%
  }
  .col-sm-offset-0 {
    margin-left: 0
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%
  }
  .col-sm-offset-3 {
    margin-left: 25%
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%
  }
  .col-sm-offset-6 {
    margin-left: 50%
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%
  }
  .col-sm-offset-9 {
    margin-left: 75%
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%
  }
  .start-sm {
    justify-content: flex-start;
    text-align: start
  }
  .center-sm {
    justify-content: center;
    text-align: center
  }
  .end-sm {
    justify-content: flex-end;
    text-align: end
  }
  .top-sm {
    align-items: flex-start
  }
  .middle-sm {
    align-items: center
  }
  .bottom-sm {
    align-items: flex-end
  }
  .around-sm {
    justify-content: space-around
  }
  .between-sm {
    justify-content: space-between
  }
  .first-sm {
    order: -1
  }
  .last-sm {
    order: 1
  }
}
@media only screen and (min-width:64em) {
  .container {
    width: 65rem
  }
  .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-offset-0, .col-md-offset-1, .col-md-offset-2, .col-md-offset-3, .col-md-offset-4, .col-md-offset-5, .col-md-offset-6, .col-md-offset-7, .col-md-offset-8, .col-md-offset-9, .col-md-offset-10, .col-md-offset-11, .col-md-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem
  }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%
  }
  .col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%
  }
  .col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%
  }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%
  }
  .col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%
  }
  .col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%
  }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%
  }
  .col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%
  }
  .col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%
  }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%
  }
  .col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%
  }
  .col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%
  }
  .col-md-offset-0 {
    margin-left: 0
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%
  }
  .col-md-offset-3 {
    margin-left: 25%
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%
  }
  .col-md-offset-6 {
    margin-left: 50%
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%
  }
  .col-md-offset-9 {
    margin-left: 75%
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%
  }
  .start-md {
    justify-content: flex-start;
    text-align: start
  }
  .center-md {
    justify-content: center;
    text-align: center
  }
  .end-md {
    justify-content: flex-end;
    text-align: end
  }
  .top-md {
    align-items: flex-start
  }
  .middle-md {
    align-items: center
  }
  .bottom-md {
    align-items: flex-end
  }
  .around-md {
    justify-content: space-around
  }
  .between-md {
    justify-content: space-between
  }
  .first-md {
    order: -1
  }
  .last-md {
    order: 1
  }
}
@media only screen and (min-width:75em) {
  .container {
    width: 76rem
  }
  .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-offset-0, .col-lg-offset-1, .col-lg-offset-2, .col-lg-offset-3, .col-lg-offset-4, .col-lg-offset-5, .col-lg-offset-6, .col-lg-offset-7, .col-lg-offset-8, .col-lg-offset-9, .col-lg-offset-10, .col-lg-offset-11, .col-lg-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem
  }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%
  }
  .col-lg-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%
  }
  .col-lg-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%
  }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%
  }
  .col-lg-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%
  }
  .col-lg-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%
  }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%
  }
  .col-lg-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%
  }
  .col-lg-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%
  }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%
  }
  .col-lg-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%
  }
  .col-lg-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%
  }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%
  }
  .col-lg-offset-0 {
    margin-left: 0
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%
  }
  .col-lg-offset-3 {
    margin-left: 25%
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%
  }
  .col-lg-offset-6 {
    margin-left: 50%
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%
  }
  .col-lg-offset-9 {
    margin-left: 75%
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%
  }
  .start-lg {
    justify-content: flex-start;
    text-align: start
  }
  .center-lg {
    justify-content: center;
    text-align: center
  }
  .end-lg {
    justify-content: flex-end;
    text-align: end
  }
  .top-lg {
    align-items: flex-start
  }
  .middle-lg {
    align-items: center
  }
  .bottom-lg {
    align-items: flex-end
  }
  .around-lg {
    justify-content: space-around
  }
  .between-lg {
    justify-content: space-between
  }
  .first-lg {
    order: -1
  }
  .last-lg {
    order: 1
  }
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */ .animated {
  animation-duration: 1s;
  animation-fill-mode: both
}
.animated.infinite {
  animation-iteration-count: infinite
}
@keyframes a {
  0%, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: translateZ(0)
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    transform: translate3d(0, -30px, 0)
  }
  70% {
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    transform: translate3d(0, -15px, 0)
  }
  90% {
    transform: translate3d(0, -4px, 0)
  }
}
.bounce {
  animation-name: a;
  transform-origin: center bottom
}
@keyframes b {
  0%, 50%, to {
    opacity: 1
  }
  25%, 75% {
    opacity: 0
  }
}
.flash {
  animation-name: b
}
@keyframes c {
  0% {
    transform: scaleX(1)
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05)
  }
  to {
    transform: scaleX(1)
  }
}
.pulse {
  animation-name: c
}
@keyframes d {
  0% {
    transform: scaleX(1)
  }
  30% {
    transform: scale3d(1.25, .75, 1)
  }
  40% {
    transform: scale3d(.75, 1.25, 1)
  }
  50% {
    transform: scale3d(1.15, .85, 1)
  }
  65% {
    transform: scale3d(.95, 1.05, 1)
  }
  75% {
    transform: scale3d(1.05, .95, 1)
  }
  to {
    transform: scaleX(1)
  }
}
.rubberBand {
  animation-name: d
}
@keyframes e {
  0%, to {
    transform: translateZ(0)
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0)
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0)
  }
}
.shake {
  animation-name: e
}
@keyframes f {
  0% {
    transform: translateX(0)
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg)
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg)
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg)
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg)
  }
  50% {
    transform: translateX(0)
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: f
}
@keyframes g {
  20% {
    transform: rotate(15deg)
  }
  40% {
    transform: rotate(-10deg)
  }
  60% {
    transform: rotate(5deg)
  }
  80% {
    transform: rotate(-5deg)
  }
  to {
    transform: rotate(0deg)
  }
}
.swing {
  transform-origin: top center;
  animation-name: g
}
@keyframes h {
  0% {
    transform: scaleX(1)
  }
  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate(-3deg)
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
  }
  to {
    transform: scaleX(1)
  }
}
.tada {
  animation-name: h
}
@keyframes i {
  0% {
    transform: translateZ(0)
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg)
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg)
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg)
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg)
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg)
  }
  to {
    transform: translateZ(0)
  }
}
.wobble {
  animation-name: i
}
@keyframes j {
  0%, 11.1%, to {
    transform: translateZ(0)
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }
  77.7% {
    transform: skewX(.390625deg) skewY(.390625deg)
  }
  88.8% {
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}
.jello {
  animation-name: j;
  transform-origin: center
}
@keyframes k {
  0%, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1)
  }
  40% {
    transform: scale3d(.9, .9, .9)
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03)
  }
  80% {
    transform: scale3d(.97, .97, .97)
  }
  to {
    opacity: 1;
    transform: scaleX(1)
  }
}
.bounceIn {
  animation-duration: .75s;
  animation-name: k
}
@keyframes l {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0)
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0)
  }
  75% {
    transform: translate3d(0, -10px, 0)
  }
  90% {
    transform: translate3d(0, 5px, 0)
  }
  to {
    transform: translateZ(0)
  }
}
.bounceInDown {
  animation-name: l
}
@keyframes m {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0)
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0)
  }
  75% {
    transform: translate3d(-10px, 0, 0)
  }
  90% {
    transform: translate3d(5px, 0, 0)
  }
  to {
    transform: translateZ(0)
  }
}
.bounceInLeft {
  animation-name: m
}
@keyframes n {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0)
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0)
  }
  75% {
    transform: translate3d(10px, 0, 0)
  }
  90% {
    transform: translate3d(-5px, 0, 0)
  }
  to {
    transform: translateZ(0)
  }
}
.bounceInRight {
  animation-name: n
}
@keyframes o {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0)
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0)
  }
  75% {
    transform: translate3d(0, 10px, 0)
  }
  90% {
    transform: translate3d(0, -5px, 0)
  }
  to {
    transform: translateZ(0)
  }
}
.bounceInUp {
  animation-name: o
}
@keyframes p {
  20% {
    transform: scale3d(.9, .9, .9)
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1)
  }
  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }
}
.bounceOut {
  animation-duration: .75s;
  animation-name: p
}
@keyframes q {
  20% {
    transform: translate3d(0, 10px, 0)
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0)
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0)
  }
}
.bounceOutDown {
  animation-name: q
}
@keyframes r {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0)
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0)
  }
}
.bounceOutLeft {
  animation-name: r
}
@keyframes s {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0)
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0)
  }
}
.bounceOutRight {
  animation-name: s
}
@keyframes t {
  20% {
    transform: translate3d(0, -10px, 0)
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0)
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0)
  }
}
.bounceOutUp {
  animation-name: t
}
@keyframes u {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
.fadeIn {
  animation-name: u
}
@keyframes v {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0)
  }
  to {
    opacity: 1;
    transform: translateZ(0)
  }
}
.fadeInDown {
  animation-name: v
}
@keyframes w {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0)
  }
  to {
    opacity: 1;
    transform: translateZ(0)
  }
}
.fadeInDownBig {
  animation-name: w
}
@keyframes x {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
  }
  to {
    opacity: 1;
    transform: translateZ(0)
  }
}
.fadeInLeft {
  animation-name: x
}
@keyframes y {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0)
  }
  to {
    opacity: 1;
    transform: translateZ(0)
  }
}
.fadeInLeftBig {
  animation-name: y
}
@keyframes z {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
  }
  to {
    opacity: 1;
    transform: translateZ(0)
  }
}
.fadeInRight {
  animation-name: z
}
@keyframes A {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0)
  }
  to {
    opacity: 1;
    transform: translateZ(0)
  }
}
.fadeInRightBig {
  animation-name: A
}
@keyframes B {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0)
  }
  to {
    opacity: 1;
    transform: translateZ(0)
  }
}
.fadeInUp {
  animation-name: B
}
@keyframes C {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0)
  }
  to {
    opacity: 1;
    transform: translateZ(0)
  }
}
.fadeInUpBig {
  animation-name: C
}
@keyframes D {
  0% {
    opacity: 1
  }
  to {
    opacity: 0
  }
}
.fadeOut {
  animation-name: D
}
@keyframes E {
  0% {
    opacity: 1
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0)
  }
}
.fadeOutDown {
  animation-name: E
}
@keyframes F {
  0% {
    opacity: 1
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0)
  }
}
.fadeOutDownBig {
  animation-name: F
}
@keyframes G {
  0% {
    opacity: 1
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
  }
}
.fadeOutLeft {
  animation-name: G
}
@keyframes H {
  0% {
    opacity: 1
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0)
  }
}
.fadeOutLeftBig {
  animation-name: H
}
@keyframes I {
  0% {
    opacity: 1
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
  }
}
.fadeOutRight {
  animation-name: I
}
@keyframes J {
  0% {
    opacity: 1
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0)
  }
}
.fadeOutRightBig {
  animation-name: J
}
@keyframes K {
  0% {
    opacity: 1
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0)
  }
}
.fadeOutUp {
  animation-name: K
}
@keyframes L {
  0% {
    opacity: 1
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0)
  }
}
.fadeOutUpBig {
  animation-name: L
}
@keyframes M {
  0% {
    transform: perspective(400px) rotateY(-1turn);
    animation-timing-function: ease-out
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in
  }
  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    animation-timing-function: ease-in
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: M
}
@keyframes N {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1
  }
  80% {
    transform: perspective(400px) rotateX(-5deg)
  }
  to {
    transform: perspective(400px)
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: N
}
@keyframes O {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1
  }
  80% {
    transform: perspective(400px) rotateY(-5deg)
  }
  to {
    transform: perspective(400px)
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: O
}
@keyframes P {
  0% {
    transform: perspective(400px)
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}
.flipOutX {
  animation-duration: .75s;
  animation-name: P;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important
}
@keyframes Q {
  0% {
    transform: perspective(400px)
  }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1
  }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}
.flipOutY {
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: Q
}
@keyframes R {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0
  }
  60% {
    transform: skewX(20deg);
    opacity: 1
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1
  }
  to {
    transform: translateZ(0);
    opacity: 1
  }
}
.lightSpeedIn {
  animation-name: R;
  animation-timing-function: ease-out
}
@keyframes S {
  0% {
    opacity: 1
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0
  }
}
.lightSpeedOut {
  animation-name: S;
  animation-timing-function: ease-in
}
@keyframes T {
  0% {
    transform-origin: center;
    transform: rotate(-200deg);
    opacity: 0
  }
  to {
    transform-origin: center;
    transform: translateZ(0);
    opacity: 1
  }
}
.rotateIn {
  animation-name: T
}
@keyframes U {
  0% {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0
  }
  to {
    transform-origin: left bottom;
    transform: translateZ(0);
    opacity: 1
  }
}
.rotateInDownLeft {
  animation-name: U
}
@keyframes V {
  0% {
    transform-origin: right bottom;
    transform: rotate(45deg);
    opacity: 0
  }
  to {
    transform-origin: right bottom;
    transform: translateZ(0);
    opacity: 1
  }
}
.rotateInDownRight {
  animation-name: V
}
@keyframes W {
  0% {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0
  }
  to {
    transform-origin: left bottom;
    transform: translateZ(0);
    opacity: 1
  }
}
.rotateInUpLeft {
  animation-name: W
}
@keyframes X {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0
  }
  to {
    transform-origin: right bottom;
    transform: translateZ(0);
    opacity: 1
  }
}
.rotateInUpRight {
  animation-name: X
}
@keyframes Y {
  0% {
    transform-origin: center;
    opacity: 1
  }
  to {
    transform-origin: center;
    transform: rotate(200deg);
    opacity: 0
  }
}
.rotateOut {
  animation-name: Y
}
@keyframes Z {
  0% {
    transform-origin: left bottom;
    opacity: 1
  }
  to {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0
  }
}
.rotateOutDownLeft {
  animation-name: Z
}
@keyframes ab {
  0% {
    transform-origin: right bottom;
    opacity: 1
  }
  to {
    transform-origin: right bottom;
    transform: rotate(-45deg);
    opacity: 0
  }
}
.rotateOutDownRight {
  animation-name: ab
}
@keyframes bb {
  0% {
    transform-origin: left bottom;
    opacity: 1
  }
  to {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0
  }
}
.rotateOutUpLeft {
  animation-name: bb
}
@keyframes cb {
  0% {
    transform-origin: right bottom;
    opacity: 1
  }
  to {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0
  }
}
.rotateOutUpRight {
  animation-name: cb
}
@keyframes db {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out
  }
  40%, 80% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0
  }
}
.hinge {
  animation-duration: 2s;
  animation-name: db
}
@keyframes eb {
  0% {
    opacity: 0;
    transform: scale(.1) rotate(30deg);
    transform-origin: center bottom
  }
  50% {
    transform: rotate(-10deg)
  }
  70% {
    transform: rotate(3deg)
  }
  to {
    opacity: 1;
    transform: scale(1)
  }
}
.jackInTheBox {
  animation-name: eb
}
@keyframes fb {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg)
  }
  to {
    opacity: 1;
    transform: translateZ(0)
  }
}
.rollIn {
  animation-name: fb
}
@keyframes gb {
  0% {
    opacity: 1
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg)
  }
}
.rollOut {
  animation-name: gb
}
@keyframes hb {
  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }
  50% {
    opacity: 1
  }
}
.zoomIn {
  animation-name: hb
}
@keyframes ib {
  0% {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}
.zoomInDown {
  animation-name: ib
}
@keyframes jb {
  0% {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}
.zoomInLeft {
  animation-name: jb
}
@keyframes kb {
  0% {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}
.zoomInRight {
  animation-name: kb
}
@keyframes lb {
  0% {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}
.zoomInUp {
  animation-name: lb
}
@keyframes mb {
  0% {
    opacity: 1
  }
  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }
  to {
    opacity: 0
  }
}
.zoomOut {
  animation-name: mb
}
@keyframes nb {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}
.zoomOutDown {
  animation-name: nb
}
@keyframes ob {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }
  to {
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center
  }
}
.zoomOutLeft {
  animation-name: ob
}
@keyframes pb {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }
  to {
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center
  }
}
.zoomOutRight {
  animation-name: pb
}
@keyframes qb {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}
.zoomOutUp {
  animation-name: qb
}
@keyframes rb {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }
  to {
    transform: translateZ(0)
  }
}
.slideInDown {
  animation-name: rb
}
@keyframes sb {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible
  }
  to {
    transform: translateZ(0)
  }
}
.slideInLeft {
  animation-name: sb
}
@keyframes tb {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }
  to {
    transform: translateZ(0)
  }
}
.slideInRight {
  animation-name: tb
}
@keyframes ub {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }
  to {
    transform: translateZ(0)
  }
}
.slideInUp {
  animation-name: ub
}
@keyframes vb {
  0% {
    transform: translateZ(0)
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0)
  }
}
.slideOutDown {
  animation-name: vb
}
@keyframes wb {
  0% {
    transform: translateZ(0)
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0)
  }
}
.slideOutLeft {
  animation-name: wb
}
@keyframes xb {
  0% {
    transform: translateZ(0)
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0)
  }
}
.slideOutRight {
  animation-name: xb
}
@keyframes yb {
  0% {
    transform: translateZ(0)
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0)
  }
}
.slideOutUp {
  animation-name: yb
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */ @font-face {
  font-family: FontAwesome;
  src: url(../../fonts/fontawesome/fontawesome.eot?v=4.7.0);
  src: url(../../fonts/fontawesome/fontawesome.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../../fonts/fontawesome/fontawesome.woff2?v=4.7.0) format("woff2"), url(../../fonts/fontawesome/fontawesome.woff?v=4.7.0) format("woff"), url(../../fonts/fontawesome/fontawesome.ttf?v=4.7.0) format("truetype"), url(../../fonts/fontawesome/fontawesome.svg?v=4.7.0#fontawesomeregular) format("svg");
  font-weight: 400;
  font-style: normal
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%
}
.fa-2x {
  font-size: 2em
}
.fa-3x {
  font-size: 3em
}
.fa-4x {
  font-size: 4em
}
.fa-5x {
  font-size: 5em
}
.fa-fw {
  width: 1.28571429em;
  text-align: center
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none
}
.fa-ul > li {
  position: relative
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center
}
.fa-li.fa-lg {
  left: -1.85714286em
}
.fa-border {
  padding: .2em .25em .15em;
  border: .08em solid #eee;
  border-radius: .1em
}
.fa-pull-left {
  float: left
}
.fa-pull-right {
  float: right
}
.fa.fa-pull-left {
  margin-right: .3em
}
.fa.fa-pull-right {
  margin-left: .3em
}
.pull-right {
  float: right
}
.pull-left {
  float: left
}
.fa.pull-left {
  margin-right: .3em
}
.fa.pull-right {
  margin-left: .3em
}
.fa-spin {
  animation: zb 2s infinite linear
}
.fa-pulse {
  animation: zb 1s infinite steps(8)
}
@keyframes zb {
  0% {
    transform: rotate(0deg)
  }
  to {
    transform: rotate(359deg)
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg)
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg)
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg)
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scaleX(-1)
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scaleY(-1)
}
:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
  filter: none
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle
}
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center
}
.fa-stack-1x {
  line-height: inherit
}
.fa-stack-2x {
  font-size: 2em
}
.fa-inverse {
  color: #fff
}
.fa-glass:before {
  content: "\f000"
}
.fa-music:before {
  content: "\f001"
}
.fa-search:before {
  content: "\f002"
}
.fa-envelope-o:before {
  content: "\f003"
}
.fa-heart:before {
  content: "\f004"
}
.fa-star:before {
  content: "\f005"
}
.fa-star-o:before {
  content: "\f006"
}
.fa-user:before {
  content: "\f007"
}
.fa-film:before {
  content: "\f008"
}
.fa-th-large:before {
  content: "\f009"
}
.fa-th:before {
  content: "\f00a"
}
.fa-th-list:before {
  content: "\f00b"
}
.fa-check:before {
  content: "\f00c"
}
.fa-close:before, .fa-remove:before, .fa-times:before {
  content: "\f00d"
}
.fa-search-plus:before {
  content: "\f00e"
}
.fa-search-minus:before {
  content: "\f010"
}
.fa-power-off:before {
  content: "\f011"
}
.fa-signal:before {
  content: "\f012"
}
.fa-cog:before, .fa-gear:before {
  content: "\f013"
}
.fa-trash-o:before {
  content: "\f014"
}
.fa-home:before {
  content: "\f015"
}
.fa-file-o:before {
  content: "\f016"
}
.fa-clock-o:before {
  content: "\f017"
}
.fa-road:before {
  content: "\f018"
}
.fa-download:before {
  content: "\f019"
}
.fa-arrow-circle-o-down:before {
  content: "\f01a"
}
.fa-arrow-circle-o-up:before {
  content: "\f01b"
}
.fa-inbox:before {
  content: "\f01c"
}
.fa-play-circle-o:before {
  content: "\f01d"
}
.fa-repeat:before, .fa-rotate-right:before {
  content: "\f01e"
}
.fa-refresh:before {
  content: "\f021"
}
.fa-list-alt:before {
  content: "\f022"
}
.fa-lock:before {
  content: "\f023"
}
.fa-flag:before {
  content: "\f024"
}
.fa-headphones:before {
  content: "\f025"
}
.fa-volume-off:before {
  content: "\f026"
}
.fa-volume-down:before {
  content: "\f027"
}
.fa-volume-up:before {
  content: "\f028"
}
.fa-qrcode:before {
  content: "\f029"
}
.fa-barcode:before {
  content: "\f02a"
}
.fa-tag:before {
  content: "\f02b"
}
.fa-tags:before {
  content: "\f02c"
}
.fa-book:before {
  content: "\f02d"
}
.fa-bookmark:before {
  content: "\f02e"
}
.fa-print:before {
  content: "\f02f"
}
.fa-camera:before {
  content: "\f030"
}
.fa-font:before {
  content: "\f031"
}
.fa-bold:before {
  content: "\f032"
}
.fa-italic:before {
  content: "\f033"
}
.fa-text-height:before {
  content: "\f034"
}
.fa-text-width:before {
  content: "\f035"
}
.fa-align-left:before {
  content: "\f036"
}
.fa-align-center:before {
  content: "\f037"
}
.fa-align-right:before {
  content: "\f038"
}
.fa-align-justify:before {
  content: "\f039"
}
.fa-list:before {
  content: "\f03a"
}
.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"
}
.fa-indent:before {
  content: "\f03c"
}
.fa-video-camera:before {
  content: "\f03d"
}
.fa-image:before, .fa-photo:before, .fa-picture-o:before {
  content: "\f03e"
}
.fa-pencil:before {
  content: "\f040"
}
.fa-map-marker:before {
  content: "\f041"
}
.fa-adjust:before {
  content: "\f042"
}
.fa-tint:before {
  content: "\f043"
}
.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"
}
.fa-share-square-o:before {
  content: "\f045"
}
.fa-check-square-o:before {
  content: "\f046"
}
.fa-arrows:before {
  content: "\f047"
}
.fa-step-backward:before {
  content: "\f048"
}
.fa-fast-backward:before {
  content: "\f049"
}
.fa-backward:before {
  content: "\f04a"
}
.fa-play:before {
  content: "\f04b"
}
.fa-pause:before {
  content: "\f04c"
}
.fa-stop:before {
  content: "\f04d"
}
.fa-forward:before {
  content: "\f04e"
}
.fa-fast-forward:before {
  content: "\f050"
}
.fa-step-forward:before {
  content: "\f051"
}
.fa-eject:before {
  content: "\f052"
}
.fa-chevron-left:before {
  content: "\f053"
}
.fa-chevron-right:before {
  content: "\f054"
}
.fa-plus-circle:before {
  content: "\f055"
}
.fa-minus-circle:before {
  content: "\f056"
}
.fa-times-circle:before {
  content: "\f057"
}
.fa-check-circle:before {
  content: "\f058"
}
.fa-question-circle:before {
  content: "\f059"
}
.fa-info-circle:before {
  content: "\f05a"
}
.fa-crosshairs:before {
  content: "\f05b"
}
.fa-times-circle-o:before {
  content: "\f05c"
}
.fa-check-circle-o:before {
  content: "\f05d"
}
.fa-ban:before {
  content: "\f05e"
}
.fa-arrow-left:before {
  content: "\f060"
}
.fa-arrow-right:before {
  content: "\f061"
}
.fa-arrow-up:before {
  content: "\f062"
}
.fa-arrow-down:before {
  content: "\f063"
}
.fa-mail-forward:before, .fa-share:before {
  content: "\f064"
}
.fa-expand:before {
  content: "\f065"
}
.fa-compress:before {
  content: "\f066"
}
.fa-plus:before {
  content: "\f067"
}
.fa-minus:before {
  content: "\f068"
}
.fa-asterisk:before {
  content: "\f069"
}
.fa-exclamation-circle:before {
  content: "\f06a"
}
.fa-gift:before {
  content: "\f06b"
}
.fa-leaf:before {
  content: "\f06c"
}
.fa-fire:before {
  content: "\f06d"
}
.fa-eye:before {
  content: "\f06e"
}
.fa-eye-slash:before {
  content: "\f070"
}
.fa-exclamation-triangle:before, .fa-warning:before {
  content: "\f071"
}
.fa-plane:before {
  content: "\f072"
}
.fa-calendar:before {
  content: "\f073"
}
.fa-random:before {
  content: "\f074"
}
.fa-comment:before {
  content: "\f075"
}
.fa-magnet:before {
  content: "\f076"
}
.fa-chevron-up:before {
  content: "\f077"
}
.fa-chevron-down:before {
  content: "\f078"
}
.fa-retweet:before {
  content: "\f079"
}
.fa-shopping-cart:before {
  content: "\f07a"
}
.fa-folder:before {
  content: "\f07b"
}
.fa-folder-open:before {
  content: "\f07c"
}
.fa-arrows-v:before {
  content: "\f07d"
}
.fa-arrows-h:before {
  content: "\f07e"
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"
}
.fa-twitter-square:before {
  content: "\f081"
}
.fa-facebook-square:before {
  content: "\f082"
}
.fa-camera-retro:before {
  content: "\f083"
}
.fa-key:before {
  content: "\f084"
}
.fa-cogs:before, .fa-gears:before {
  content: "\f085"
}
.fa-comments:before {
  content: "\f086"
}
.fa-thumbs-o-up:before {
  content: "\f087"
}
.fa-thumbs-o-down:before {
  content: "\f088"
}
.fa-star-half:before {
  content: "\f089"
}
.fa-heart-o:before {
  content: "\f08a"
}
.fa-sign-out:before {
  content: "\f08b"
}
.fa-linkedin-square:before {
  content: "\f08c"
}
.fa-thumb-tack:before {
  content: "\f08d"
}
.fa-external-link:before {
  content: "\f08e"
}
.fa-sign-in:before {
  content: "\f090"
}
.fa-trophy:before {
  content: "\f091"
}
.fa-github-square:before {
  content: "\f092"
}
.fa-upload:before {
  content: "\f093"
}
.fa-lemon-o:before {
  content: "\f094"
}
.fa-phone:before {
  content: "\f095"
}
.fa-square-o:before {
  content: "\f096"
}
.fa-bookmark-o:before {
  content: "\f097"
}
.fa-phone-square:before {
  content: "\f098"
}
.fa-twitter:before {
  content: "\f099"
}
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"
}
.fa-github:before {
  content: "\f09b"
}
.fa-unlock:before {
  content: "\f09c"
}
.fa-credit-card:before {
  content: "\f09d"
}
.fa-feed:before, .fa-rss:before {
  content: "\f09e"
}
.fa-hdd-o:before {
  content: "\f0a0"
}
.fa-bullhorn:before {
  content: "\f0a1"
}
.fa-bell:before {
  content: "\f0f3"
}
.fa-certificate:before {
  content: "\f0a3"
}
.fa-hand-o-right:before {
  content: "\f0a4"
}
.fa-hand-o-left:before {
  content: "\f0a5"
}
.fa-hand-o-up:before {
  content: "\f0a6"
}
.fa-hand-o-down:before {
  content: "\f0a7"
}
.fa-arrow-circle-left:before {
  content: "\f0a8"
}
.fa-arrow-circle-right:before {
  content: "\f0a9"
}
.fa-arrow-circle-up:before {
  content: "\f0aa"
}
.fa-arrow-circle-down:before {
  content: "\f0ab"
}
.fa-globe:before {
  content: "\f0ac"
}
.fa-wrench:before {
  content: "\f0ad"
}
.fa-tasks:before {
  content: "\f0ae"
}
.fa-filter:before {
  content: "\f0b0"
}
.fa-briefcase:before {
  content: "\f0b1"
}
.fa-arrows-alt:before {
  content: "\f0b2"
}
.fa-group:before, .fa-users:before {
  content: "\f0c0"
}
.fa-chain:before, .fa-link:before {
  content: "\f0c1"
}
.fa-cloud:before {
  content: "\f0c2"
}
.fa-flask:before {
  content: "\f0c3"
}
.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"
}
.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"
}
.fa-paperclip:before {
  content: "\f0c6"
}
.fa-floppy-o:before, .fa-save:before {
  content: "\f0c7"
}
.fa-square:before {
  content: "\f0c8"
}
.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
  content: "\f0c9"
}
.fa-list-ul:before {
  content: "\f0ca"
}
.fa-list-ol:before {
  content: "\f0cb"
}
.fa-strikethrough:before {
  content: "\f0cc"
}
.fa-underline:before {
  content: "\f0cd"
}
.fa-table:before {
  content: "\f0ce"
}
.fa-magic:before {
  content: "\f0d0"
}
.fa-truck:before {
  content: "\f0d1"
}
.fa-pinterest:before {
  content: "\f0d2"
}
.fa-pinterest-square:before {
  content: "\f0d3"
}
.fa-google-plus-square:before {
  content: "\f0d4"
}
.fa-google-plus:before {
  content: "\f0d5"
}
.fa-money:before {
  content: "\f0d6"
}
.fa-caret-down:before {
  content: "\f0d7"
}
.fa-caret-up:before {
  content: "\f0d8"
}
.fa-caret-left:before {
  content: "\f0d9"
}
.fa-caret-right:before {
  content: "\f0da"
}
.fa-columns:before {
  content: "\f0db"
}
.fa-sort:before, .fa-unsorted:before {
  content: "\f0dc"
}
.fa-sort-desc:before, .fa-sort-down:before {
  content: "\f0dd"
}
.fa-sort-asc:before, .fa-sort-up:before {
  content: "\f0de"
}
.fa-envelope:before {
  content: "\f0e0"
}
.fa-linkedin:before {
  content: "\f0e1"
}
.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"
}
.fa-gavel:before, .fa-legal:before {
  content: "\f0e3"
}
.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"
}
.fa-comment-o:before {
  content: "\f0e5"
}
.fa-comments-o:before {
  content: "\f0e6"
}
.fa-bolt:before, .fa-flash:before {
  content: "\f0e7"
}
.fa-sitemap:before {
  content: "\f0e8"
}
.fa-umbrella:before {
  content: "\f0e9"
}
.fa-clipboard:before, .fa-paste:before {
  content: "\f0ea"
}
.fa-lightbulb-o:before {
  content: "\f0eb"
}
.fa-exchange:before {
  content: "\f0ec"
}
.fa-cloud-download:before {
  content: "\f0ed"
}
.fa-cloud-upload:before {
  content: "\f0ee"
}
.fa-user-md:before {
  content: "\f0f0"
}
.fa-stethoscope:before {
  content: "\f0f1"
}
.fa-suitcase:before {
  content: "\f0f2"
}
.fa-bell-o:before {
  content: "\f0a2"
}
.fa-coffee:before {
  content: "\f0f4"
}
.fa-cutlery:before {
  content: "\f0f5"
}
.fa-file-text-o:before {
  content: "\f0f6"
}
.fa-building-o:before {
  content: "\f0f7"
}
.fa-hospital-o:before {
  content: "\f0f8"
}
.fa-ambulance:before {
  content: "\f0f9"
}
.fa-medkit:before {
  content: "\f0fa"
}
.fa-fighter-jet:before {
  content: "\f0fb"
}
.fa-beer:before {
  content: "\f0fc"
}
.fa-h-square:before {
  content: "\f0fd"
}
.fa-plus-square:before {
  content: "\f0fe"
}
.fa-angle-double-left:before {
  content: "\f100"
}
.fa-angle-double-right:before {
  content: "\f101"
}
.fa-angle-double-up:before {
  content: "\f102"
}
.fa-angle-double-down:before {
  content: "\f103"
}
.fa-angle-left:before {
  content: "\f104"
}
.fa-angle-right:before {
  content: "\f105"
}
.fa-angle-up:before {
  content: "\f106"
}
.fa-angle-down:before {
  content: "\f107"
}
.fa-desktop:before {
  content: "\f108"
}
.fa-laptop:before {
  content: "\f109"
}
.fa-tablet:before {
  content: "\f10a"
}
.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"
}
.fa-circle-o:before {
  content: "\f10c"
}
.fa-quote-left:before {
  content: "\f10d"
}
.fa-quote-right:before {
  content: "\f10e"
}
.fa-spinner:before {
  content: "\f110"
}
.fa-circle:before {
  content: "\f111"
}
.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"
}
.fa-github-alt:before {
  content: "\f113"
}
.fa-folder-o:before {
  content: "\f114"
}
.fa-folder-open-o:before {
  content: "\f115"
}
.fa-smile-o:before {
  content: "\f118"
}
.fa-frown-o:before {
  content: "\f119"
}
.fa-meh-o:before {
  content: "\f11a"
}
.fa-gamepad:before {
  content: "\f11b"
}
.fa-keyboard-o:before {
  content: "\f11c"
}
.fa-flag-o:before {
  content: "\f11d"
}
.fa-flag-checkered:before {
  content: "\f11e"
}
.fa-terminal:before {
  content: "\f120"
}
.fa-code:before {
  content: "\f121"
}
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"
}
.fa-location-arrow:before {
  content: "\f124"
}
.fa-crop:before {
  content: "\f125"
}
.fa-code-fork:before {
  content: "\f126"
}
.fa-chain-broken:before, .fa-unlink:before {
  content: "\f127"
}
.fa-question:before {
  content: "\f128"
}
.fa-info:before {
  content: "\f129"
}
.fa-exclamation:before {
  content: "\f12a"
}
.fa-superscript:before {
  content: "\f12b"
}
.fa-subscript:before {
  content: "\f12c"
}
.fa-eraser:before {
  content: "\f12d"
}
.fa-puzzle-piece:before {
  content: "\f12e"
}
.fa-microphone:before {
  content: "\f130"
}
.fa-microphone-slash:before {
  content: "\f131"
}
.fa-shield:before {
  content: "\f132"
}
.fa-calendar-o:before {
  content: "\f133"
}
.fa-fire-extinguisher:before {
  content: "\f134"
}
.fa-rocket:before {
  content: "\f135"
}
.fa-maxcdn:before {
  content: "\f136"
}
.fa-chevron-circle-left:before {
  content: "\f137"
}
.fa-chevron-circle-right:before {
  content: "\f138"
}
.fa-chevron-circle-up:before {
  content: "\f139"
}
.fa-chevron-circle-down:before {
  content: "\f13a"
}
.fa-html5:before {
  content: "\f13b"
}
.fa-css3:before {
  content: "\f13c"
}
.fa-anchor:before {
  content: "\f13d"
}
.fa-unlock-alt:before {
  content: "\f13e"
}
.fa-bullseye:before {
  content: "\f140"
}
.fa-ellipsis-h:before {
  content: "\f141"
}
.fa-ellipsis-v:before {
  content: "\f142"
}
.fa-rss-square:before {
  content: "\f143"
}
.fa-play-circle:before {
  content: "\f144"
}
.fa-ticket:before {
  content: "\f145"
}
.fa-minus-square:before {
  content: "\f146"
}
.fa-minus-square-o:before {
  content: "\f147"
}
.fa-level-up:before {
  content: "\f148"
}
.fa-level-down:before {
  content: "\f149"
}
.fa-check-square:before {
  content: "\f14a"
}
.fa-pencil-square:before {
  content: "\f14b"
}
.fa-external-link-square:before {
  content: "\f14c"
}
.fa-share-square:before {
  content: "\f14d"
}
.fa-compass:before {
  content: "\f14e"
}
.fa-caret-square-o-down:before, .fa-toggle-down:before {
  content: "\f150"
}
.fa-caret-square-o-up:before, .fa-toggle-up:before {
  content: "\f151"
}
.fa-caret-square-o-right:before, .fa-toggle-right:before {
  content: "\f152"
}
.fa-eur:before, .fa-euro:before {
  content: "\f153"
}
.fa-gbp:before {
  content: "\f154"
}
.fa-dollar:before, .fa-usd:before {
  content: "\f155"
}
.fa-inr:before, .fa-rupee:before {
  content: "\f156"
}
.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
  content: "\f157"
}
.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
  content: "\f158"
}
.fa-krw:before, .fa-won:before {
  content: "\f159"
}
.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"
}
.fa-file:before {
  content: "\f15b"
}
.fa-file-text:before {
  content: "\f15c"
}
.fa-sort-alpha-asc:before {
  content: "\f15d"
}
.fa-sort-alpha-desc:before {
  content: "\f15e"
}
.fa-sort-amount-asc:before {
  content: "\f160"
}
.fa-sort-amount-desc:before {
  content: "\f161"
}
.fa-sort-numeric-asc:before {
  content: "\f162"
}
.fa-sort-numeric-desc:before {
  content: "\f163"
}
.fa-thumbs-up:before {
  content: "\f164"
}
.fa-thumbs-down:before {
  content: "\f165"
}
.fa-youtube-square:before {
  content: "\f166"
}
.fa-youtube:before {
  content: "\f167"
}
.fa-xing:before {
  content: "\f168"
}
.fa-xing-square:before {
  content: "\f169"
}
.fa-youtube-play:before {
  content: "\f16a"
}
.fa-dropbox:before {
  content: "\f16b"
}
.fa-stack-overflow:before {
  content: "\f16c"
}
.fa-instagram:before {
  content: "\f16d"
}
.fa-flickr:before {
  content: "\f16e"
}
.fa-adn:before {
  content: "\f170"
}
.fa-bitbucket:before {
  content: "\f171"
}
.fa-bitbucket-square:before {
  content: "\f172"
}
.fa-tumblr:before {
  content: "\f173"
}
.fa-tumblr-square:before {
  content: "\f174"
}
.fa-long-arrow-down:before {
  content: "\f175"
}
.fa-long-arrow-up:before {
  content: "\f176"
}
.fa-long-arrow-left:before {
  content: "\f177"
}
.fa-long-arrow-right:before {
  content: "\f178"
}
.fa-apple:before {
  content: "\f179"
}
.fa-windows:before {
  content: "\f17a"
}
.fa-android:before {
  content: "\f17b"
}
.fa-linux:before {
  content: "\f17c"
}
.fa-dribbble:before {
  content: "\f17d"
}
.fa-skype:before {
  content: "\f17e"
}
.fa-foursquare:before {
  content: "\f180"
}
.fa-trello:before {
  content: "\f181"
}
.fa-female:before {
  content: "\f182"
}
.fa-male:before {
  content: "\f183"
}
.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"
}
.fa-sun-o:before {
  content: "\f185"
}
.fa-moon-o:before {
  content: "\f186"
}
.fa-archive:before {
  content: "\f187"
}
.fa-bug:before {
  content: "\f188"
}
.fa-vk:before {
  content: "\f189"
}
.fa-weibo:before {
  content: "\f18a"
}
.fa-renren:before {
  content: "\f18b"
}
.fa-pagelines:before {
  content: "\f18c"
}
.fa-stack-exchange:before {
  content: "\f18d"
}
.fa-arrow-circle-o-right:before {
  content: "\f18e"
}
.fa-arrow-circle-o-left:before {
  content: "\f190"
}
.fa-caret-square-o-left:before, .fa-toggle-left:before {
  content: "\f191"
}
.fa-dot-circle-o:before {
  content: "\f192"
}
.fa-wheelchair:before {
  content: "\f193"
}
.fa-vimeo-square:before {
  content: "\f194"
}
.fa-try:before, .fa-turkish-lira:before {
  content: "\f195"
}
.fa-plus-square-o:before {
  content: "\f196"
}
.fa-space-shuttle:before {
  content: "\f197"
}
.fa-slack:before {
  content: "\f198"
}
.fa-envelope-square:before {
  content: "\f199"
}
.fa-wordpress:before {
  content: "\f19a"
}
.fa-openid:before {
  content: "\f19b"
}
.fa-bank:before, .fa-institution:before, .fa-university:before {
  content: "\f19c"
}
.fa-graduation-cap:before, .fa-mortar-board:before {
  content: "\f19d"
}
.fa-yahoo:before {
  content: "\f19e"
}
.fa-google:before {
  content: "\f1a0"
}
.fa-reddit:before {
  content: "\f1a1"
}
.fa-reddit-square:before {
  content: "\f1a2"
}
.fa-stumbleupon-circle:before {
  content: "\f1a3"
}
.fa-stumbleupon:before {
  content: "\f1a4"
}
.fa-delicious:before {
  content: "\f1a5"
}
.fa-digg:before {
  content: "\f1a6"
}
.fa-pied-piper-pp:before {
  content: "\f1a7"
}
.fa-pied-piper-alt:before {
  content: "\f1a8"
}
.fa-drupal:before {
  content: "\f1a9"
}
.fa-joomla:before {
  content: "\f1aa"
}
.fa-language:before {
  content: "\f1ab"
}
.fa-fax:before {
  content: "\f1ac"
}
.fa-building:before {
  content: "\f1ad"
}
.fa-child:before {
  content: "\f1ae"
}
.fa-paw:before {
  content: "\f1b0"
}
.fa-spoon:before {
  content: "\f1b1"
}
.fa-cube:before {
  content: "\f1b2"
}
.fa-cubes:before {
  content: "\f1b3"
}
.fa-behance:before {
  content: "\f1b4"
}
.fa-behance-square:before {
  content: "\f1b5"
}
.fa-steam:before {
  content: "\f1b6"
}
.fa-steam-square:before {
  content: "\f1b7"
}
.fa-recycle:before {
  content: "\f1b8"
}
.fa-automobile:before, .fa-car:before {
  content: "\f1b9"
}
.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"
}
.fa-tree:before {
  content: "\f1bb"
}
.fa-spotify:before {
  content: "\f1bc"
}
.fa-deviantart:before {
  content: "\f1bd"
}
.fa-soundcloud:before {
  content: "\f1be"
}
.fa-database:before {
  content: "\f1c0"
}
.fa-file-pdf-o:before {
  content: "\f1c1"
}
.fa-file-word-o:before {
  content: "\f1c2"
}
.fa-file-excel-o:before {
  content: "\f1c3"
}
.fa-file-powerpoint-o:before {
  content: "\f1c4"
}
.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
  content: "\f1c5"
}
.fa-file-archive-o:before, .fa-file-zip-o:before {
  content: "\f1c6"
}
.fa-file-audio-o:before, .fa-file-sound-o:before {
  content: "\f1c7"
}
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"
}
.fa-file-code-o:before {
  content: "\f1c9"
}
.fa-vine:before {
  content: "\f1ca"
}
.fa-codepen:before {
  content: "\f1cb"
}
.fa-jsfiddle:before {
  content: "\f1cc"
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
  content: "\f1cd"
}
.fa-circle-o-notch:before {
  content: "\f1ce"
}
.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
  content: "\f1d0"
}
.fa-empire:before, .fa-ge:before {
  content: "\f1d1"
}
.fa-git-square:before {
  content: "\f1d2"
}
.fa-git:before {
  content: "\f1d3"
}
.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
  content: "\f1d4"
}
.fa-tencent-weibo:before {
  content: "\f1d5"
}
.fa-qq:before {
  content: "\f1d6"
}
.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"
}
.fa-paper-plane:before, .fa-send:before {
  content: "\f1d8"
}
.fa-paper-plane-o:before, .fa-send-o:before {
  content: "\f1d9"
}
.fa-history:before {
  content: "\f1da"
}
.fa-circle-thin:before {
  content: "\f1db"
}
.fa-header:before {
  content: "\f1dc"
}
.fa-paragraph:before {
  content: "\f1dd"
}
.fa-sliders:before {
  content: "\f1de"
}
.fa-share-alt:before {
  content: "\f1e0"
}
.fa-share-alt-square:before {
  content: "\f1e1"
}
.fa-bomb:before {
  content: "\f1e2"
}
.fa-futbol-o:before, .fa-soccer-ball-o:before {
  content: "\f1e3"
}
.fa-tty:before {
  content: "\f1e4"
}
.fa-binoculars:before {
  content: "\f1e5"
}
.fa-plug:before {
  content: "\f1e6"
}
.fa-slideshare:before {
  content: "\f1e7"
}
.fa-twitch:before {
  content: "\f1e8"
}
.fa-yelp:before {
  content: "\f1e9"
}
.fa-newspaper-o:before {
  content: "\f1ea"
}
.fa-wifi:before {
  content: "\f1eb"
}
.fa-calculator:before {
  content: "\f1ec"
}
.fa-paypal:before {
  content: "\f1ed"
}
.fa-google-wallet:before {
  content: "\f1ee"
}
.fa-cc-visa:before {
  content: "\f1f0"
}
.fa-cc-mastercard:before {
  content: "\f1f1"
}
.fa-cc-discover:before {
  content: "\f1f2"
}
.fa-cc-amex:before {
  content: "\f1f3"
}
.fa-cc-paypal:before {
  content: "\f1f4"
}
.fa-cc-stripe:before {
  content: "\f1f5"
}
.fa-bell-slash:before {
  content: "\f1f6"
}
.fa-bell-slash-o:before {
  content: "\f1f7"
}
.fa-trash:before {
  content: "\f1f8"
}
.fa-copyright:before {
  content: "\f1f9"
}
.fa-at:before {
  content: "\f1fa"
}
.fa-eyedropper:before {
  content: "\f1fb"
}
.fa-paint-brush:before {
  content: "\f1fc"
}
.fa-birthday-cake:before {
  content: "\f1fd"
}
.fa-area-chart:before {
  content: "\f1fe"
}
.fa-pie-chart:before {
  content: "\f200"
}
.fa-line-chart:before {
  content: "\f201"
}
.fa-lastfm:before {
  content: "\f202"
}
.fa-lastfm-square:before {
  content: "\f203"
}
.fa-toggle-off:before {
  content: "\f204"
}
.fa-toggle-on:before {
  content: "\f205"
}
.fa-bicycle:before {
  content: "\f206"
}
.fa-bus:before {
  content: "\f207"
}
.fa-ioxhost:before {
  content: "\f208"
}
.fa-angellist:before {
  content: "\f209"
}
.fa-cc:before {
  content: "\f20a"
}
.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
  content: "\f20b"
}
.fa-meanpath:before {
  content: "\f20c"
}
.fa-buysellads:before {
  content: "\f20d"
}
.fa-connectdevelop:before {
  content: "\f20e"
}
.fa-dashcube:before {
  content: "\f210"
}
.fa-forumbee:before {
  content: "\f211"
}
.fa-leanpub:before {
  content: "\f212"
}
.fa-sellsy:before {
  content: "\f213"
}
.fa-shirtsinbulk:before {
  content: "\f214"
}
.fa-simplybuilt:before {
  content: "\f215"
}
.fa-skyatlas:before {
  content: "\f216"
}
.fa-cart-plus:before {
  content: "\f217"
}
.fa-cart-arrow-down:before {
  content: "\f218"
}
.fa-diamond:before {
  content: "\f219"
}
.fa-ship:before {
  content: "\f21a"
}
.fa-user-secret:before {
  content: "\f21b"
}
.fa-motorcycle:before {
  content: "\f21c"
}
.fa-street-view:before {
  content: "\f21d"
}
.fa-heartbeat:before {
  content: "\f21e"
}
.fa-venus:before {
  content: "\f221"
}
.fa-mars:before {
  content: "\f222"
}
.fa-mercury:before {
  content: "\f223"
}
.fa-intersex:before, .fa-transgender:before {
  content: "\f224"
}
.fa-transgender-alt:before {
  content: "\f225"
}
.fa-venus-double:before {
  content: "\f226"
}
.fa-mars-double:before {
  content: "\f227"
}
.fa-venus-mars:before {
  content: "\f228"
}
.fa-mars-stroke:before {
  content: "\f229"
}
.fa-mars-stroke-v:before {
  content: "\f22a"
}
.fa-mars-stroke-h:before {
  content: "\f22b"
}
.fa-neuter:before {
  content: "\f22c"
}
.fa-genderless:before {
  content: "\f22d"
}
.fa-facebook-official:before {
  content: "\f230"
}
.fa-pinterest-p:before {
  content: "\f231"
}
.fa-whatsapp:before {
  content: "\f232"
}
.fa-server:before {
  content: "\f233"
}
.fa-user-plus:before {
  content: "\f234"
}
.fa-user-times:before {
  content: "\f235"
}
.fa-bed:before, .fa-hotel:before {
  content: "\f236"
}
.fa-viacoin:before {
  content: "\f237"
}
.fa-train:before {
  content: "\f238"
}
.fa-subway:before {
  content: "\f239"
}
.fa-medium:before {
  content: "\f23a"
}
.fa-y-combinator:before, .fa-yc:before {
  content: "\f23b"
}
.fa-optin-monster:before {
  content: "\f23c"
}
.fa-opencart:before {
  content: "\f23d"
}
.fa-expeditedssl:before {
  content: "\f23e"
}
.fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
  content: "\f240"
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"
}
.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"
}
.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"
}
.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"
}
.fa-mouse-pointer:before {
  content: "\f245"
}
.fa-i-cursor:before {
  content: "\f246"
}
.fa-object-group:before {
  content: "\f247"
}
.fa-object-ungroup:before {
  content: "\f248"
}
.fa-sticky-note:before {
  content: "\f249"
}
.fa-sticky-note-o:before {
  content: "\f24a"
}
.fa-cc-jcb:before {
  content: "\f24b"
}
.fa-cc-diners-club:before {
  content: "\f24c"
}
.fa-clone:before {
  content: "\f24d"
}
.fa-balance-scale:before {
  content: "\f24e"
}
.fa-hourglass-o:before {
  content: "\f250"
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"
}
.fa-hourglass:before {
  content: "\f254"
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"
}
.fa-hand-paper-o:before, .fa-hand-stop-o:before {
  content: "\f256"
}
.fa-hand-scissors-o:before {
  content: "\f257"
}
.fa-hand-lizard-o:before {
  content: "\f258"
}
.fa-hand-spock-o:before {
  content: "\f259"
}
.fa-hand-pointer-o:before {
  content: "\f25a"
}
.fa-hand-peace-o:before {
  content: "\f25b"
}
.fa-trademark:before {
  content: "\f25c"
}
.fa-registered:before {
  content: "\f25d"
}
.fa-creative-commons:before {
  content: "\f25e"
}
.fa-gg:before {
  content: "\f260"
}
.fa-gg-circle:before {
  content: "\f261"
}
.fa-tripadvisor:before {
  content: "\f262"
}
.fa-odnoklassniki:before {
  content: "\f263"
}
.fa-odnoklassniki-square:before {
  content: "\f264"
}
.fa-get-pocket:before {
  content: "\f265"
}
.fa-wikipedia-w:before {
  content: "\f266"
}
.fa-safari:before {
  content: "\f267"
}
.fa-chrome:before {
  content: "\f268"
}
.fa-firefox:before {
  content: "\f269"
}
.fa-opera:before {
  content: "\f26a"
}
.fa-internet-explorer:before {
  content: "\f26b"
}
.fa-television:before, .fa-tv:before {
  content: "\f26c"
}
.fa-contao:before {
  content: "\f26d"
}
.fa-500px:before {
  content: "\f26e"
}
.fa-amazon:before {
  content: "\f270"
}
.fa-calendar-plus-o:before {
  content: "\f271"
}
.fa-calendar-minus-o:before {
  content: "\f272"
}
.fa-calendar-times-o:before {
  content: "\f273"
}
.fa-calendar-check-o:before {
  content: "\f274"
}
.fa-industry:before {
  content: "\f275"
}
.fa-map-pin:before {
  content: "\f276"
}
.fa-map-signs:before {
  content: "\f277"
}
.fa-map-o:before {
  content: "\f278"
}
.fa-map:before {
  content: "\f279"
}
.fa-commenting:before {
  content: "\f27a"
}
.fa-commenting-o:before {
  content: "\f27b"
}
.fa-houzz:before {
  content: "\f27c"
}
.fa-vimeo:before {
  content: "\f27d"
}
.fa-black-tie:before {
  content: "\f27e"
}
.fa-fonticons:before {
  content: "\f280"
}
.fa-reddit-alien:before {
  content: "\f281"
}
.fa-edge:before {
  content: "\f282"
}
.fa-credit-card-alt:before {
  content: "\f283"
}
.fa-codiepie:before {
  content: "\f284"
}
.fa-modx:before {
  content: "\f285"
}
.fa-fort-awesome:before {
  content: "\f286"
}
.fa-usb:before {
  content: "\f287"
}
.fa-product-hunt:before {
  content: "\f288"
}
.fa-mixcloud:before {
  content: "\f289"
}
.fa-scribd:before {
  content: "\f28a"
}
.fa-pause-circle:before {
  content: "\f28b"
}
.fa-pause-circle-o:before {
  content: "\f28c"
}
.fa-stop-circle:before {
  content: "\f28d"
}
.fa-stop-circle-o:before {
  content: "\f28e"
}
.fa-shopping-bag:before {
  content: "\f290"
}
.fa-shopping-basket:before {
  content: "\f291"
}
.fa-hashtag:before {
  content: "\f292"
}
.fa-bluetooth:before {
  content: "\f293"
}
.fa-bluetooth-b:before {
  content: "\f294"
}
.fa-percent:before {
  content: "\f295"
}
.fa-gitlab:before {
  content: "\f296"
}
.fa-wpbeginner:before {
  content: "\f297"
}
.fa-wpforms:before {
  content: "\f298"
}
.fa-envira:before {
  content: "\f299"
}
.fa-universal-access:before {
  content: "\f29a"
}
.fa-wheelchair-alt:before {
  content: "\f29b"
}
.fa-question-circle-o:before {
  content: "\f29c"
}
.fa-blind:before {
  content: "\f29d"
}
.fa-audio-description:before {
  content: "\f29e"
}
.fa-volume-control-phone:before {
  content: "\f2a0"
}
.fa-braille:before {
  content: "\f2a1"
}
.fa-assistive-listening-systems:before {
  content: "\f2a2"
}
.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
  content: "\f2a3"
}
.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
  content: "\f2a4"
}
.fa-glide:before {
  content: "\f2a5"
}
.fa-glide-g:before {
  content: "\f2a6"
}
.fa-sign-language:before, .fa-signing:before {
  content: "\f2a7"
}
.fa-low-vision:before {
  content: "\f2a8"
}
.fa-viadeo:before {
  content: "\f2a9"
}
.fa-viadeo-square:before {
  content: "\f2aa"
}
.fa-snapchat:before {
  content: "\f2ab"
}
.fa-snapchat-ghost:before {
  content: "\f2ac"
}
.fa-snapchat-square:before {
  content: "\f2ad"
}
.fa-pied-piper:before {
  content: "\f2ae"
}
.fa-first-order:before {
  content: "\f2b0"
}
.fa-yoast:before {
  content: "\f2b1"
}
.fa-themeisle:before {
  content: "\f2b2"
}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3"
}
.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4"
}
.fa-handshake-o:before {
  content: "\f2b5"
}
.fa-envelope-open:before {
  content: "\f2b6"
}
.fa-envelope-open-o:before {
  content: "\f2b7"
}
.fa-linode:before {
  content: "\f2b8"
}
.fa-address-book:before {
  content: "\f2b9"
}
.fa-address-book-o:before {
  content: "\f2ba"
}
.fa-address-card:before, .fa-vcard:before {
  content: "\f2bb"
}
.fa-address-card-o:before, .fa-vcard-o:before {
  content: "\f2bc"
}
.fa-user-circle:before {
  content: "\f2bd"
}
.fa-user-circle-o:before {
  content: "\f2be"
}
.fa-user-o:before {
  content: "\f2c0"
}
.fa-id-badge:before {
  content: "\f2c1"
}
.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2"
}
.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3"
}
.fa-quora:before {
  content: "\f2c4"
}
.fa-free-code-camp:before {
  content: "\f2c5"
}
.fa-telegram:before {
  content: "\f2c6"
}
.fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
  content: "\f2c7"
}
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8"
}
.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9"
}
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca"
}
.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb"
}
.fa-shower:before {
  content: "\f2cc"
}
.fa-bath:before, .fa-bathtub:before, .fa-s15:before {
  content: "\f2cd"
}
.fa-podcast:before {
  content: "\f2ce"
}
.fa-window-maximize:before {
  content: "\f2d0"
}
.fa-window-minimize:before {
  content: "\f2d1"
}
.fa-window-restore:before {
  content: "\f2d2"
}
.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3"
}
.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4"
}
.fa-bandcamp:before {
  content: "\f2d5"
}
.fa-grav:before {
  content: "\f2d6"
}
.fa-etsy:before {
  content: "\f2d7"
}
.fa-imdb:before {
  content: "\f2d8"
}
.fa-ravelry:before {
  content: "\f2d9"
}
.fa-eercast:before {
  content: "\f2da"
}
.fa-microchip:before {
  content: "\f2db"
}
.fa-snowflake-o:before {
  content: "\f2dc"
}
.fa-superpowers:before {
  content: "\f2dd"
}
.fa-wpexplorer:before {
  content: "\f2de"
}
.fa-meetup:before {
  content: "\f2e0"
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.pace .pace-progress {
  background: #085598;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px
}
.pace-inactive {
  display: none
}
.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}
.slick-list, .slick-slider {
  position: relative;
  display: block
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0
}
.slick-list:focus {
  outline: none
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
  transform: translateZ(0)
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}
.slick-track:after, .slick-track:before {
  display: table;
  content: ""
}
.slick-track:after {
  clear: both
}
.slick-loading .slick-track {
  visibility: hidden
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}
[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
}
.slick-loading .slick-list {
  background: #fff
}
@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(../../fonts/slick/slick.eot);
  src: url(../../fonts/slick/slick.eot?#iefix) format("embedded-opentype"), url(../../fonts/slick/slick.woff) format("woff"), url(../../fonts/slick/slick.ttf) format("truetype"), url(../../fonts/slick/slick.svg#slick) format("svg")
}
.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translateY(-50%);
  cursor: pointer;
  border: none
}
.slick-next, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:focus, .slick-prev:hover {
  color: transparent;
  outline: none;
  background: transparent
}
.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1
}
.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: .25
}
.slick-next:before, .slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.slick-prev {
  left: -25px
}
[dir=rtl] .slick-prev {
  right: -25px;
  left: auto
}
.slick-prev:before {
  content: "←"
}
[dir=rtl] .slick-prev:before {
  content: "→"
}
.slick-next {
  right: -25px
}
[dir=rtl] .slick-next {
  right: auto;
  left: -25px
}
.slick-next:before {
  content: "→"
}
[dir=rtl] .slick-next:before {
  content: "←"
}
.slick-dotted.slick-slider {
  margin-bottom: 30px
}
.slick-dots {
  position: absolute;
  bottom: -75px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  border: 1px solid #feb406;
  background: transparent;
  border-radius: 25px;
  width: 10px;
  height: 10px;
  cursor: #feb406
}
li.slick-active {
  background: #feb406
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent
}
.slick-dots li button:focus, .slick-dots li button:hover {
  outline: none
}
.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1
}
.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000
}
.f-notification {
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: left;
  width: 300px;
  min-height: 20px;
  padding: 20px 40px 20px 18px;
  border-radius: 5px;
  color: hsla(0, 0%, 100%, .85);
  z-index: 1009
}
.f-notification:hover {
  opacity: .9
}
.f-notification:hover .f-notification-close {
  background: rgba(77, 77, 79, .1)
}
.f-notification .f-notification-title {
  color: #4d4d4f;
  cursor: default
}
.f-notification .f-close {
  position: absolute;
  right: 15px;
  top: 20px;
  height: 20px;
  width: 20px;
  line-height: 18px;
  vertical-align: middle;
  text-align: center;
  border-radius: 20px;
  color: #4d4d4f;
  cursor: pointer;
  background: hsla(0, 0%, 100%, .25)
}
.f-notification .f-close:hover {
  background: rgba(77, 77, 79, .2)
}
.f-notification-success {
  background: #2ecc71
}
.f-notification-error {
  background: #e74c3c
}
.f-notification-alert {
  background: #f1c40f
}
.f-show {
  animation-name: Ab;
  animation-duration: 1s;
  animation-timing-function: linear
}
.f-hide {
  animation-name: Ab;
  animation-duration: .5s;
  animation-direction: reverse
}
@keyframes Ab {
  0% {
    transform: matrix(1, 0, 0, 1, 1000, 0)
  }
  3.333333% {
    transform: matrix(1.96989, 0, 0, 1, 521.82545, 0)
  }
  6.666667% {
    transform: matrix(1.4235, 0, 0, 1, 218.3238, 0)
  }
  10% {
    transform: matrix(1.08167, 0, 0, 1, 57.59273, 0)
  }
  13.333333% {
    transform: matrix(.99057, 0, 0, 1, -11.12794, 0)
  }
  16.666667% {
    transform: matrix(.98719, 0, 0, 1, -30.40503, 0)
  }
  20% {
    transform: matrix(.99541, 0, 0, 1, -28.10141, 0)
  }
  23.333333% {
    transform: matrix(.99936, 0, 0, 1, -19.40752, 0)
  }
  26.666667% {
    transform: matrix(1.00021, 0, 0, 1, -11.08575, 0)
  }
  30% {
    transform: matrix(1.00016, 0, 0, 1, -5.23737, 0)
  }
  33.333333% {
    transform: matrix(1.00005, 0, 0, 1, -1.84893, 0)
  }
  36.666667% {
    transform: matrix(1, 0, 0, 1, -.22079, 0)
  }
  40% {
    transform: matrix(1, 0, 0, 1, .37284, 0)
  }
  43.333333% {
    transform: matrix(1, 0, 0, 1, .46116, 0)
  }
  46.666667% {
    transform: matrix(1, 0, 0, 1, .35963, 0)
  }
  50% {
    transform: matrix(1, 0, 0, 1, .22487, 0)
  }
  53.333333% {
    transform: matrix(1, 0, 0, 1, .11734, 0)
  }
  56.666667% {
    transform: matrix(1, 0, 0, 1, .04909, 0)
  }
  60% {
    transform: matrix(1, 0, 0, 1, .01295, 0)
  }
  63.333333% {
    transform: matrix(1, 0, 0, 1, -.0025, 0)
  }
  66.666667% {
    transform: matrix(1, 0, 0, 1, -.00684, 0)
  }
  70% {
    transform: matrix(1, 0, 0, 1, -.00632, 0)
  }
  73.333333% {
    transform: matrix(1, 0, 0, 1, -.00436, 0)
  }
  76.666667% {
    transform: matrix(1, 0, 0, 1, -.00249, 0)
  }
  80% {
    transform: matrix(1, 0, 0, 1, -.00118, 0)
  }
  83.333333% {
    transform: matrix(1, 0, 0, 1, -.00042, 0)
  }
  86.666667% {
    transform: matrix(1, 0, 0, 1, -.00005, 0)
  }
  90% {
    transform: matrix(1, 0, 0, 1, .00008, 0)
  }
  93.333333% {
    transform: matrix(1, 0, 0, 1, .0001, 0)
  }
  96.666667% {
    transform: matrix(1, 0, 0, 1, .00008, 0)
  }
  to {
    transform: matrix(1, 0, 0, 1, 0, 0)
  }
}
html.calendly-page-scroll-locked body {
  overflow: hidden
}
.calendly-badge-widget, .calendly-badge-widget *, .calendly-inline-widget, .calendly-inline-widget *, .calendly-overlay, .calendly-overlay * {
  font-size: 16px;
  line-height: 1.2em
}
.calendly-badge-widget iframe, .calendly-inline-widget iframe, .calendly-overlay iframe {
  display: inline;
  width: 100%;
  height: 100%
}
.calendly-popup-content {
  position: relative
}
.calendly-popup-content.mobile {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto
}
.calendly-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 9999;
  background-color: #a5a5a5;
  background-color: rgba(31, 31, 31, .4)
}
.calendly-overlay .calendly-close-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}
.calendly-overlay .calendly-popup {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 80%;
  min-width: 901px;
  max-width: 1000px;
  height: 90%;
  max-height: 680px;
  background-color: #fff
}
.calendly-overlay .calendly-popup .calendly-popup-content {
  height: 100%
}
.calendly-overlay .calendly-popup .calendly-popup-close {
  position: absolute;
  top: 0;
  right: -24px;
  color: #fff;
  font-size: 24px;
  cursor: pointer
}
.calendly-overlay .calendly-popup .calendly-popup-close:before {
  content: "×"
}
.calendly-badge-widget {
  position: fixed;
  right: 20px;
  bottom: 15px;
  z-index: 9998
}
.calendly-badge-widget .calendly-badge-content {
  display: table-cell;
  width: auto;
  height: 45px;
  padding: 0 30px;
  border-radius: 25px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
  font-family: sans-serif;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  cursor: pointer
}
.calendly-badge-widget .calendly-badge-content.white {
  color: #666a73
}
.calendly-badge-widget .calendly-badge-content span {
  display: block;
  font-size: 12px;
  font-weight: 100
}
@media screen and (max-width:975px) {
  .calendly-overlay .calendly-popup {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: auto;
    min-width: 0;
    max-height: none
  }
  .calendly-overlay .calendly-popup .calendly-popup-content {
    background-color: #fff
  }
  .calendly-overlay .calendly-popup .calendly-popup-close {
    top: -50px;
    right: 14px;
    font-size: 40px
  }
}
.spinner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  z-index: -1
}
.spinner > div {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #e1e1e1;
  border-radius: 50%/50%;
  vertical-align: middle;
  animation: Bb 1.4s infinite ease-in-out;
  animation-fill-mode: both
}
.spinner .bounce1 {
  animation-delay: -.32s
}
.spinner .bounce2 {
  animation-delay: -.16s
}
@keyframes Bb {
  0%, 80%, to {
    transform: scale(0)
  }
  40% {
    transform: scale(1)
  }
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box
}
html {
  line-height: 1
}
ol, ul {
  list-style: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
caption, td, th {
  text-align: left;
  font-weight: 400;
  vertical-align: middle
}
blockquote, q {
  quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
  content: ""
}
a img {
  border: none
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block
}
html {
  font-size: 14px
}
@media (min-width:48em) {
  html {
    font-size: 16px
  }
}
* {
  box-sizing: border-box
}
body:not(.wp-admin) {
  font-family: 'Barlow', sans-serif;
  background: #fff;
  font-size: 15px;
  color: #333;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-weight: 400
}
.container {
  width: 100%;
  position: relative;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto
}
@media screen and (min-width:48em) {
  .container {
    width: 90%;
    padding-right: 1rem;
    padding-left: 1rem
  }
}
@media screen and (min-width:75em) {
  .container {
    max-width: 1170px
  }
}
h1, h2, h3, h4 {
  color: #085598
}
h1 {
  font-size: 34px;
  letter-spacing: 0px;
  line-height: 44px;
  font-weight: 200
}
@media (min-width:48em) {
  h1 {
    font-size: 52px;
    letter-spacing: 0px;
    line-height: 60px;
    font-weight: 200
  }
}
h2 {
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 41px;
  font-weight: 600;
    
}
@media (min-width:48em) {
  h2 {
    font-size: 36px;
letter-spacing: 0px;
line-height: 32px;
font-weight: 600;
  }
}
h3 {
  font-weight: 200
}
h3, h4 {
  font-size: 24px;
  letter-spacing: -.75px;
  line-height: 34px
}
h4 {
  font-weight: 400
}
h5, h6 {
  font-size: 18px;
  letter-spacing: -.5px;
  line-height: 25px;
  font-weight: 400
}
ul.policy li {
  display: block;
  list-style: circle;
  padding: 10px 0
}
article ul {
  margin-top: 1em;
  margin-bottom: 1em
}
article ol {
  list-style: decimal;
  padding-left: 20px
}
article ol li {
  padding: 6px 0
}
p {
  line-height: 30px;
  padding: 10px 0
}
p.subtitle {
  font-size: 18px
}
p .bold {
  font-weight: 700
}
a {
  color: #085598;
 /* display: inline-block;*/
  text-decoration: none
}
a:hover {
  color: #1ca69e
}
a.light {
  color: #fff
}
img {
  max-width: 100%;
  height: auto
}
.section {
  padding: 50px 0;
  display: flex
}
@media (min-width:48em) {
  .section {
    padding: 100px 0
  }
}
@media (min-width:64em) {
  .section {
    padding: 60px 0
  }
}
.section .open__text {
  margin: 0 auto;
  margin-bottom: 50px
}
@media (min-width:64em) {
  .section .open__text {
    margin-bottom: 100px
  }
}
:focus {
  outline: 0
}
.section__blog-single__content__box ul, article ul, ul.block-list, ul.bulb {
  margin-top: 35px
}
.section__blog-single__content__box ul li, article ul li, ul.block-list li, ul.bulb li {
  background: url(../../images/list-bulb.svg) no-repeat 0 0;
  padding-bottom: 35px;
  padding-left: 45px;
  padding-top: 5px
}
.hs-input, input.form-control {
  width: 100%;
  border: 1px solid #085598;
  background: transparent;
  border-radius: 4px;
  padding: 10px 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
  font-size: 14px;
  outline: none;
  height: 45px
}
.hs-input[type=checkbox] {
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  appearance: checkbox !important;
  width: 15px !important;
  height: auto !important;
  margin: 0 !important;
  margin-top: 9px !important;
  margin-right: 10px !important;
  display: inline-block !important
}
textarea {
  width: 100%;
  border: 1px solid #ced6de;
  background: transparent;
  border-radius: 4px;
  padding: 10px 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
  font-size: 14px;
  height: 100px;
  outline: none
}
.block-button.primary, .btn {
  font-size: 14px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 35px
}
.hs-form-required {
  display: none
}
input.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%
}
.video-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  cursor: pointer
}
.video-container iframe {
  z-index: 1
}
.video-container:after {
  content: "";
  background-image: url(../../images/play-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer
}
embed, iframe, object {
  max-width: 100%
}
.block-button.primary, .btn, .hs-button {
  display: inline-block;
  border-radius: 100%;
  height: 45px;
  line-height: 45px;
  padding: 0 40px;
  font-weight: 400 !important;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  position: relative;
  outline: 0;
  transition: .3s;
  font-size: 1.6rem !important;
  text-decoration: none;
  margin-top: 0;
  width: auto;
 
}
.navigation .btn__primary  {
 
  height: 36px;
  line-height: 36px;
  padding: 0 20px; 
  font-size: 1.4rem !important; 
 
}
.block-button.primary, .btn__primary, .hs-button__primary {
  background: #feb406;
  color: #fff;
  text-align: center;
  border: 0
}
.block-button.primary:hover, .btn__primary:hover, .hs-button__primary:hover {
  background: #333;
  color: #fff;
  text-decoration: none
}
.btn__alt, .hs-button__alt {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  text-align: center
}
.btn__alt:hover, .hs-button__alt:hover {
  background: #fff;
  color: #085598
}
.btn__blue, .hs-button__blue {
  background: transparent;
  color: #feb406;
  border: 1px solid #feb406;
  text-align: center
}
.btn__blue:hover, .hs-button__blue:hover {
  background: #fff;
  color: #085598;
  text-decoration: none;
  border-bottom: 1px solid #feb406
}
.block-button.primary:hover, .btn:hover, .hs-button:hover {
  transition: .3s;
  text-decoration: none
}
.hs-button {
  background: #feb406;
  color: #fff;
  text-align: center;
  border: 0
}
.hs-button:hover {
  background: #333;
  color: #fff;
  text-decoration: none
}
.arrow-right, .block-button.secondary {
  position: relative;
  padding: 0 33px 0 0
}
.arrow-right:hover, .block-button.secondary:hover {
  cursor: pointer
}
.arrow-right:hover:after, .block-button.secondary:hover:after {
  transition: .3s;
  transform: translateX(4px);
  transition: all .5s;
  opacity: .6
}
.arrow-right.alt:after, .block-button.secondary:after {
  transition: all .3s;
  content: "";
  height: 7px;
  width: 14px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='7' viewBox='0 0 14 7' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-1-5h16v16H-1z'/%3E%3Cg stroke='%23085598' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M.5 3.5h13M10 0l3.5 3.5L10 7'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -4px
}
.arrow-right:after, .block-button.secondary:after {
  transition: all .3s;
  content: "";
  height: 9px;
  width: 14px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='9' viewBox='0 0 14 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-1-4.368h16v16.842H-1z'/%3E%3Cg stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M.5 4.579h13M10 .895l3.5 3.684L10 8.263'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -4px
}
.arrow-left {
  position: relative;
  padding: 0 0 0 33px
}
.arrow-left:hover {
  cursor: pointer
}
.arrow-left:hover:after {
  transition: .3s;
  transform: translateX(-4px) rotate(180deg) !important;
  transition: all .5s;
  opacity: .6
}
.arrow-left.alt:after, .arrow-left.block-button.secondary:after {
  height: 7px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='7' viewBox='0 0 14 7' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-1-5h16v16H-1z'/%3E%3Cg stroke='%23085598' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M.5 3.5h13M10 0l3.5 3.5L10 7'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  transform: rotate(180deg);
  left: 10px
}
.arrow-left.alt:after, .arrow-left.block-button.secondary:after, .arrow-left:after {
  transition: all .3s;
  content: "";
  width: 14px;
  position: absolute;
  top: 50%;
  margin-top: -4px
}
.arrow-left:after {
  height: 9px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='9' viewBox='0 0 14 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-1-4.368h16v16.842H-1z'/%3E%3Cg stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M.5 4.579h13M10 .895l3.5 3.684L10 8.263'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  right: 13px
}
input.error, select.error {
  border: 1px solid orange !important
}
 .errorMessage {
  color: orange !important
}
#notify-container .alert {
    color: #fff;
    padding: 20px 50px;
}#notify-container .alert.alert-success {
    background: #00a69e;
}#notify-container .alert.alert-danger {
    background: red;
}#notify-container .close {
    position: absolute;
    right: 15px;
    background: #eee;
    border: 0px;
    color: #000;
    font-size: 20px;
    line-height: 1;
    border-radius: 5px;
    font-weight: bold;
}
.hs-error-msgs {
  display: none !important
}
::selection {
  background: #085598;
  color: #fff
}
.input-error {
  border: 1px solid #ffb1a9 !important;
  transition: border .3s ease-in-out
}
.input-error-note {
  color: #ffada7;
  text-align: left;
  display: block;
  margin-top: 0;
  margin-bottom: 10px;
  transition: .3s ease-in-out;
  font-size: 13px
}
.hs-number_of_monthly_orders select {
  color: #67839f
}
.hs-number_of_monthly_orders select:focus, option:checked {
  color: #0c0c0c
}
@keyframes Cb {
  0% {
    opacity: 0;
    top: 5px
  }
  to {
    opacity: 1;
    top: 0
  }
}
.tabbed__content-nav {
  list-style: none;
  padding: 0;
  position: relative;
  margin-bottom: 10px
}
.tabbed__content-nav__link {
  text-decoration: none;
  padding: 0;
  opacity: .7;
  color: #67839f;
  width: 49%;
  display: inline-block;
  margin-right: 0;
  outline: none;
  margin-bottom: 10px
}
@media (min-width:48em) {
  .tabbed__content-nav__link {
    width: 33.3%
  }
}
@media (min-width:64em) {
  .tabbed__content-nav__link {
    width: auto;
    margin-right: 25px;
    padding: 10px 15px;
    margin-bottom: 0
  }
}
.tabbed__content-nav__link:first-of-type {
  padding-left: 0
}
.tabbed__content-nav__link.is-active {
  font-weight: 700;
  color: #085598
}
.tabbed__content-nav__link img {
  vertical-align: bottom;
  margin-right: 15px
}
.tabbed__content__sect {
  display: none;
  border-top: 1px solid hsla(0, 0%, 100%, .5)
}
.tabbed__content__sect.is-active {
  display: block
}
.tabbed__content__sect__content {
  padding: 25px 0;
  position: relative;
  animation: Cb .3s ease-in-out both
}
@media (min-width:64em) {
  .tabbed__content__sect__content {
    padding: 75px 0
  }
}
.tabbed__content__sect__content h3 {
  margin-bottom: 25px
}
@media (min-width:64em) {
  .tabbed__content__sect__content h3 {
    margin-bottom: 50px
  }
}
.tabbed__content__sect__content img {
  margin-top: 50px
}
@media (min-width:64em) {
  .tabbed__content__sect__content img {
    margin-top: 0
  }
}
.tabbed__content__sect-nav-marker {
  min-height: 2px;
  background-color: #085598;
  position: absolute;
  bottom: -10px;
  transition: all .3s ease-out;
  display: none !important
}
@media (min-width:64em) {
  .tabbed__content__sect-nav-marker {
    display: inline-block
  }
}
.section__logo {
  padding: 50px 0 0
}
@media (min-width:64em) {
  .section__logo {
    padding: 75px 0
  }
}
.section__logo__img {
  height: 100px;
  text-align: center;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center
}
@media (min-width:48em) {
  .section__logo__img {
    height: 100px
  }
}
.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 100;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, .75);
  text-align: center;
  will-change: opacity, display
}
.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -.05em
}
.blocker.behind {
  background-color: transparent
}
.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 1000;
  max-width: 60%;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  padding: 15px 30px;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, .24);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, .24);
  box-shadow: 0 0 10px rgba(0, 0, 0, .24);
  text-align: left;
  outline: none;
  border-radius: 3px
}
.modal a.close-modal {
  position: absolute;
  top: 12.5px;
  right: 12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-1-1h16v16H-1z'/%3E%3Cg stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M12.5 1.5l-11 11M1.5 1.5l11 11'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 12px
}
.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px
}
.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  animation: Db 1.2s infinite ease-in-out
}
.modal-spinner .rect2 {
  animation-delay: -1.1s
}
.modal-spinner .rect3 {
  animation-delay: -1s
}
.modal-spinner .rect4 {
  animation-delay: -.9s
}
@keyframes Db {
  0%, 40%, to {
    transform: scaleY(.5);
    -webkit-transform: scaleY(.5)
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1)
  }
}
.modal__book {
  padding: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto
}
@media (min-width:64em) {
  .modal__book {
    max-width: 80%
  }
}
@media (min-width:75em) {
  .modal__book {
    max-width: 80%
  }
}
@media (min-width:90em) {
  .modal__book {
    max-width: 80%
  }
}
.modal__book__extra-content p {
  font-size: 15px
}
.modal__book .close-modal {
  background-color: #dedede;
  border-radius: 50px
}
@media (min-width:75em) {
  .modal__book .close-modal {
    background-color: transparent;
    border-radius: 0
  }
}
.modal__book .modal__extra {
  margin-left: 0 !important;
  display: inline-block !important;
  margin-top: 10px !important
}
@media (min-width:48em) {
  .modal__book .modal__extra {
    display: inline-block !important
  }
}
.modal__book__form {
  width: 100%;
  padding: 55px 35px;
  display: inline-block;
  vertical-align: middle;
  height: 100%
}
@media (min-width:64em) {
  .modal__book__form {
    padding: 75px
  }
}
@media (min-width:75em) {
  .modal__book__form {
    width: 50%;
    padding: 75px
  }
}
.modal__book__form h2 {
  margin-bottom: 50px
}
.modal__book__form .submitted-message {
  margin-bottom: 250px
}
.modal__book__form form {
  outline: none
}
.modal__book__form form .hs-input, .modal__book__form form input.input {
  width: 100%;
  border: 1px solid #ced6de;
  background: transparent;
  border-radius: 3px;
  padding: 0 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
  font-size: 14px;
  outline: none
}
.modal__book__form form select.hs-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../../images/icons/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  opacity: .8
}
.modal__book__form form input[type=checkbox], .modal__book__form form input[type=submit] {
  margin-top: 35px
}
.modal__book__form form .block-button.primary, .modal__book__form form .btn {
  font-size: 14px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 35px
}
.modal__book__form form ::-webkit-input-placeholder {
  color: #67839f;
  opacity: 1
}
.modal__book__form form :-ms-input-placeholder, .modal__book__form form ::-ms-input-placeholder {
  opacity: 1
}
.modal__book__form form ::placeholder {
  color: #67839f;
  opacity: 1
}
.modal__book__form form :-ms-input-placeholder, .modal__book__form form ::-ms-input-placeholder {
  color: #67839f
}
.modal__book__trusted {
  width: 50%;
  vertical-align: top;
  height: 100%;
  float: right;
  background-image: linear-gradient(-223deg, #085598 5%, #2f0b5a);
  padding: 50px;
  position: absolute;
  display: none;
  background-color: #44297c
}
@media (min-width:64em) {
  .modal__book__trusted {
    display: inline-block
  }
}
.modal__book__trusted__wrap {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 50px
}
.modal__book__trusted__wrap__title {
  font-size: 32px;
  color: #fff;
  line-height: 45px;
  font-weight: 200;
  text-align: center;
  margin-bottom: 30px
}
.modal__book__trusted__wrap__logos img {
  box-sizing: border-box;
  width: 160px;
  text-align: center;
  padding: 20px
}
.case-study__form {
  max-width: 100%
}
@media (min-width:48em) {
  .case-study__form {
    max-width: 65%
  }
}
@media (min-width:64em) {
  .case-study__form {
    max-width: 65%
  }
}
@media (min-width:75em) {
  .case-study__form {
    max-width: 35%
  }
}
.case-study__form__wrap {
  width: 100%;
  padding: 15px 0;
  height: auto;
  scroll-behavior: smooth;
  text-align: center;
  position: relative
}
@media (min-width:48em) {
  .case-study__form__wrap {
    padding: 35px 25px
  }
}
.case-study__form__wrap h2 {
  margin-bottom: 15px
}
.case-study__form__wrap p {
  margin-bottom: 25px
}
.case-study__form .close-modal {
  background-color: #dedede;
  border-radius: 50px
}
.case-study__form .hs-form-field {
  text-align: left
}
.case-study__form .hs-form-field label {
  margin-bottom: 10px;
  display: block;
  font-size: 15px
}
.case-study__form .hbspt-form .hs-richtext p {
  font-size: 13px;
  text-align: left
}
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #085598 url(../../images/back-to-top.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
  border-radius: 50%
}
.cd-top:hover {
  color: #fff !important;
  background-size: inherit
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1
}
.cd-top.cd-fade-out {
  opacity: .5
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
  background-size: inherit
}
@media only screen and (min-width:768px) {
  .cd-top {
    right: 20px;
    bottom: 20px
  }
}
@media only screen and (min-width:1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px
  }
}
/*! Lity - v2.3.1 - 2018-04-20
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */ .lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, .9);
  outline: none !important;
  opacity: 0;
  transition: opacity .3s ease
}
.lity.lity-opened {
  opacity: 1
}
.lity.lity-closed {
  opacity: 0
}
.lity * {
  box-sizing: border-box
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important
}
.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -.25em
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity .3s ease
}
.lity-loading .lity-loader {
  opacity: 1
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important
}
.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform .3s ease
}
.lity-closed .lity-content, .lity-loading .lity-content {
  transform: scale(.8)
}
.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0
}
.lity-close:active, .lity-close:focus, .lity-close:hover, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none
}
.lity-close:active {
  top: 1px
}
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0
}
.lity-facebookvideo .lity-container, .lity-googlemaps .lity-container, .lity-iframe .lity-container, .lity-vimeo .lity-container, .lity-youtube .lity-container {
  width: 100%;
  max-width: 964px
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #000
}
.lity-hide {
  display: none
}
.search-form {
  margin-bottom: 20px;
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto
}
.search-form__input {
  padding-right: 50px;
  font-family: 'Barlow', sans-serif;
  font-size: 18px;
  color: #67839f
}
.search-form__input::-webkit-input-placeholder {
  color: #67839f
}
.search-form__input:-ms-input-placeholder, .search-form__input::-ms-input-placeholder {
  color: #67839f
}
.search-form__input::placeholder {
  color: #67839f
}
.search-form__submit {
  position: absolute;
  top: 12px;
  right: 15px;
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer
}
.search-form__submit .icon-search {
  display: block;
  content: "";
  background-image: url(/app/themes/loyaltylion/images/search-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 25px;
  width: 25px
}
input[type=search]::-ms-clear, input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  display: none
}
.navigation {
  position: absolute;
  height: 100px;
  line-height: 50px;
  z-index: 100;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
  font-size: 15px;
  top: 0
}
.navigation.nav-dark {
  position: unset; 
  border-bottom: 1px solid #eee;
    background: #fff;
}.login-page .login-popup {
    margin: 4.2rem auto 5rem;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.login-popup {
    max-width: 50rem;
    padding: 3.3rem 5rem 2.6rem;
}.login-popup .nav-item .nav-link1 {
    padding: 1.3rem 0;
    font-size: 1.6rem;
    font-weight: 700;
}.tab-nav-center .nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}.nav-link {
    display: block;
    position: relative;
    font-size: 1.4rem;
    font-weight: 600;
    color: inherit;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
    border: 0;
    padding: 1.5rem 2.85rem;
    transition: border 0.3s, color 0.3s, background-color 0.3s;
}.login-popup .nav-item  {
 text-align:center;
     
}.login-popup .nav-item .nav-link1 {
    
    position: relative;
    bottom: -9px;
}html .login-popup .form-checkbox a {
    font-size: 14px; 
}
.logged-in .navigation {
  top: 32px
}
.navigation.dark .navigation__primary, .navigation.nav-dark .navigation__primary {
  display: inline-block;margin-top: 0px;
}
.navigation.dark .navigation__primary ul li, .navigation.dark .navigation__primary ul li a, .navigation.nav-dark .navigation__primary ul li, .navigation.nav-dark .navigation__primary ul li a {
  color: #085598
}
.navigation.dark .navigation__logo, .navigation.nav-dark .navigation__logo {
  display: inline-block
}
.navigation.dark .navigation__logo svg #logo-svg, .navigation.nav-dark .navigation__logo svg #logo-svg {
  fill: #241f4f
}
.navigation.dark .navigation__logo-black, .navigation.nav-dark .navigation__logo-black {
  display: inline-block;width: 90px;
}
.navigation.dark .navigation__logo-white, .navigation.nav-dark .navigation__logo-white {
  display: none
}
.navigation.dark .navigation__auth, .navigation.nav-dark .navigation__auth {
  display: inline-block;
  float: right
}
.navigation.dark .navigation__auth__sign-in, .navigation.nav-dark .navigation__auth__sign-in {
  display: inline-block;
  margin-right: 10px
}
.navigation.dark .navigation__auth__sign-in a, .navigation.nav-dark .navigation__auth__sign-in a {
  color: #085598
}
.navigation.dark .navigation__auth__sign-in.arrow-right:after, .navigation.dark .navigation__auth__sign-in.block-button.secondary:after, .navigation.nav-dark .navigation__auth__sign-in.arrow-right:after, .navigation.nav-dark .navigation__auth__sign-in.block-button.secondary:after {
  transition: all .3s;
  content: "";
  height: 7px;
  width: 14px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='7' viewBox='0 0 14 7' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-1-5h16v16H-1z'/%3E%3Cg stroke='%23085598' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M.5 3.5h13M10 0l3.5 3.5L10 7'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -4px
}
.navigation__trial-btn {
  margin-right: 15px;
  background: #fff;
  color: #feb406;border: 1px solid #efefef;
}
.nav-dark .navigation__trial-btn {
  border: 1px solid #feb406;
  height: 47px
}
.navigation.dark {
  background: #fff
}
.navigation__logo {
  vertical-align: middle;
  display: inline-block;
  width: 20%;
  float: left
}
.navigation__logo img {
  vertical-align: middle;
  max-width: none;width: 150px;
}
.navigation__logo-black {
  display: none
}
.navigation__logo-white {
  display: inline-block
}
.navigation__back {
  color: #fff;
  position: absolute;
  left: 30px;
  top: 35px;
  font-weight: 700
}
@media (min-width:48em) {
  .navigation__back {
    left: 17px
  }
}
.navigation__primary {
  width: 80%;
  display: inline-block;margin-top: 15px;
}
.navigation__primary .navMenu, .navigation__primary > ul {
  display: inline-block
}
.navigation__primary .navMenu a {
  color: #fff
}
.navigation__primary .navMenu a:hover{
  color: #feb406
}
.navigation__primary .navMenu > .menu-item {
  display: inline-block;
  color: #fff;
  padding: 0 12px;
  position: relative
}
.navigation__primary .navMenu > .menu-item > ul.sub-menu {
  width: 290px;
  position: absolute;
  border-radius: 10px;
  padding: 20px 10px 80px;
  margin-top: 0;
  background-color: #fff;
  left: 50%;
  transform: translate(-50%);
  box-shadow: 0 10px 30px 0 rgba(73, 88, 141, .3);
  transition: all .3s ease-in-out;
  display: none;
  will-change: auto
}
.navigation__primary .navMenu > .menu-item > ul.sub-menu:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 19px;
  position: absolute;
  background-image: url(../../images/menu-arrow.svg);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  top: -8px;
  left: 56%;
  transform: translate(-56%);
  z-index: 5;
  transition: top .2s ease-in-out;
  transition-delay: .1s
}
.navigation__primary .navMenu > .menu-item > ul.sub-menu li {
  display: block;
  color: #085598;
  border-radius: 3px;
  transition: all .1s ease-in-out;
  position: relative;
  padding: 0
}
.navigation__primary .navMenu > .menu-item > ul.sub-menu li a {
  color: #085598;
  display: flex;
  align-items: center
}
.navigation__primary .navMenu > .menu-item > ul.sub-menu li a img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin-left: .5em;
  margin-right: 1em
}
.navigation__primary .navMenu > .menu-item > ul.sub-menu li.nav-icon {
  background-repeat: no-repeat;
  background-position: center left 10px
}
.navigation__primary .navMenu > .menu-item > ul.sub-menu li.nav-icon a {
  padding-left: 60px;
  width: 100%
}
.navigation__primary .navMenu > .menu-item > ul.sub-menu li.apps {
  background-image: url(../../images/apps-nav.svg);
  background-repeat: no-repeat;
  background-position: center left 25px;
  background-color: #f5f6fc;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  font-size: 13px;
  padding: 5px 0;
  padding-left: 55px
}
.navigation__primary .navMenu > .menu-item > ul.sub-menu li.apps:before {
  right: 16px
}
.navigation__primary .navMenu > .menu-item > ul.sub-menu li.shopify {
  background-image: url(../../images/shopify-nav.svg)
}
.navigation__primary .navMenu > .menu-item > ul.sub-menu li.shopify-plus {
  background-image: url(../../images/shopify-plus-nav.svg)
}
.navigation__primary .navMenu > .menu-item > ul.sub-menu li.shopify-pos {
  background-image: url(../../images/shopify-pos-nav.svg)
}
.navigation__primary .navMenu > .menu-item > ul.sub-menu li.bigcommerce {
  background-image: url(../../images/bigcommerce-nav.svg)
}
.navigation__primary .navMenu > .menu-item > ul.sub-menu li.magento {
  background-image: url(../../images/magento-nav.svg)
}
.navigation__primary .navMenu > .menu-item > ul.sub-menu li.api {
  background-image: url(../../images/api-nav.svg)
}
.navigation__primary .navMenu > .menu-item-has-children.single-column:hover > ul.sub-menu {
  display: block
}
.navigation__primary .navMenu > .menu-item-has-children.single-column .menu-item {
  position: relative
}
.navigation__primary .navMenu > .menu-item-has-children.single-column .menu-item:before {
  transition: all .3s;
  content: "";
  width: 14px;
  right: 5px;
  height: 12px;
  position: absolute;
  margin-top: 22px;
  background-image: url(../../images/chevron-right.svg);
  background-repeat: no-repeat
}
.navigation__primary .navMenu > .menu-item-has-children.single-column .menu-item:hover {
  background-color: #f5f6fc
}
.navigation__primary .navMenu > .menu-item-has-children.multi-column:hover > ul.sub-menu {
  display: flex
}
.navigation__primary .navMenu > .menu-item-has-children.multi-column > ul.sub-menu {
  width: auto;
  padding: 30px;
  line-height: 1.2
}
.navigation__primary .navMenu > .menu-item-has-children.multi-column > ul.sub-menu > li.menu-item-has-children {
  width: 150px;
  flex-shrink: 0;
  padding-right: 20px
}
.navigation__primary .navMenu > .menu-item-has-children.multi-column > ul.sub-menu > li.menu-item-has-children > a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  pointer-events: none
}
.navigation__primary .navMenu > .menu-item-has-children.multi-column > ul.sub-menu > li.menu-item-has-children ul.sub-menu {
  margin-top: 1em
}
.navigation__primary .navMenu > .menu-item-has-children.multi-column > ul.sub-menu > li.menu-item-has-children ul.sub-menu li {
  padding-top: .5em;
  padding-bottom: .5em
}
.navigation__auth {
  display: inline-block;
  float: right
}
.navigation__auth__sign-in {
  display: inline-block;
  margin-right: 10px
}
.navigation__auth__sign-in a {
  color: #fff
}
.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
  background: #fff;
  height: 80px
}
.sticky .mm-hamburger a::before {
  
  background: #085598;
  box-shadow: 0 .6em 0 0 #085598, 0 1.2em 0 0 #085598;
}
.sticky--top {
  top: 0
}
.mm-hamburger {
  display: none;
  cursor: pointer;
  width: 4em;
  height: 4em;
  position: absolute;
  top: 0;
  right: .1em
}
.mm-hamburger a {
  margin: 1em;
  display: block;
  position: relative;
  margin-top: 10px
}
.mm-hamburger a:before {
  content: "";
  position: absolute;
  left: 0;
  top: .25em;
  width: 2em;
  height: .15em;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 .6em 0 0 #fff, 0 1.2em 0 0 #fff
}
.nav-dark .mm-hamburger a:before {
  background: #085598;
  box-shadow: 0 .6em 0 0 #085598, 0 1.2em 0 0 #085598
}
.mobile-menu {
  position: absolute;
  background: #fff;
  border-radius: 4px;
  padding: 20px 40px;
  box-sizing: border-box;
  display: none;
  top: 0;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .1);
  width: 93%;
  right: 0;
  left: 0;
  margin: 0 auto
}
@media (min-width:48em) {
  .mobile-menu {
    width: 300px;
    right: 15px
  }
}
@media (min-width:1170px) {
  .mobile-menu {
    display: none !important
  }
    .spanbar{
    display: none;
}
}
.mobile-menu__close {
  background: #e8e8e8;
  position: absolute;
  top: 12.5px;
  right: 12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-1-1h16v16H-1z'/%3E%3Cg stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M12.5 1.5l-11 11M1.5 1.5l11 11'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 12px;
  border-radius: 50px
}
.mobile-menu__items__heading {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .5px;
  color: #241f4f
}
.mobile-menu__items__list li {
  color: #67839f !important;
  padding: 0;
  width: 100%;
  display: inline-block
}
.mobile-menu__items__list li ul li {
  color: #67839f !important;
  padding: 0;
  width: 49%;
  display: inline-block
}
.mobile-menu__items__list li ul li a {
  display: block;
  color: #67839f;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: normal
}
.mobile-menu__items__list .integrations-item {
  width: 100%
}
.mobile-menu__items__list .integrations-item:before {
  transition: all .3s;
  content: "";
  width: 14px;
  right: 35px;
  height: 12px;
  position: absolute;
  margin-top: 22px;
  background-image: url(../../images/chevron-right.svg);
  background-repeat: no-repeat
}
.mobile-menu__items__list .integrations-item.apps {
  background-image: url(../../images/apps-nav.svg);
  background-repeat: no-repeat;
  background-position: center left 25px;
  background-color: #f5f6fc;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  font-size: 13px;
  padding: 5px 0;
  padding-left: 55px
}
.mobile-menu__items__list .integrations-item.apps:before {
  right: 16px
}
.mobile-menu__items__list .integrations-item.shopify {
  background-image: url(../../images/shopify-nav.svg)
}
.mobile-menu__items__list .integrations-item.shopify-plus {
  background-image: url(../../images/shopify-plus-nav.svg)
}
.mobile-menu__items__list .integrations-item.shopify-pos {
  background-image: url(../../images/shopify-pos-nav.svg)
}
.mobile-menu__items__list .integrations-item.bigcommerce {
  background-image: url(../../images/bigcommerce-nav.svg)
}
.mobile-menu__items__list .integrations-item.magento {
  background-image: url(../../images/magento-nav.svg)
}
.mobile-menu__items__list .integrations-item.api {
  background-image: url(../../images/api-nav.svg)
}
.mobile-menu__items__split__button {
  text-align: center;
  padding: 20px 0 !important;
  border-top: 1px solid #f5f6fc;
  margin: 20px 0;
  border-bottom: 1px solid #f5f6fc
}
.mobile-menu__items__split__button a {
  background: #f5f6fc;
  display: inline-block;
  padding: 0 40px;
  border-radius: 4px;
  color: #67839f
}
.mobile-menu__items__auth {
  text-align: center;
  padding-top: 20px !important;
  border-top: 1px solid #f5f6fc;
  margin-top: 20px
}
.mobile-menu__items__auth.hide-me > a {
  display: none
}
.mobile-menu__items__auth__sign-in {
  display: inline-block;
  width: 44% !important
}
.mobile-menu__items__auth__sign-in a {
  color: #085598 !important
}
.mobile-menu__items__auth__btn {
  display: inline-block;
  width: 54% !important
}
.mobile-menu__items__auth__btn a {
  font-weight: 400 !important;
  color: #fff !important;
  display: inline-block !important;
  font-size: 14px !important
}
@media (max-width:1280px) {
  .navigation__auth .block-button.primary, .navigation__auth .btn {
    padding: 0 20px
  }
}
@media (max-width:1170px) {
  .navigation.nav-dark .navigation__auth, .navigation__auth, .navigation__primary ul {
    display: none !important
  }
  .mm-hamburger, .slicknav_nav > .navigation__auth {
    display: block !important
  }
    .spanbar{
    position: fixed;
z-index: 11;
bottom: 0;
width: 100%;
margin: 0 !important;
left: 0;
right: 0;
background: #fff !important;
display: block;
align-items: center;
height: auto;
padding: 5px 0px;

border-top: 1px solid #eee;
}
}

.spanbarsize{
    font-size: 12px;
text-align: center !important;
width: 100%;
float: left;
}
.block-buttons, .block-cards, .block-company-testimonials, .block-heading, .block-hiring-process, .block-image-column, .block-list, .block-logo, .block-paragraph, .block-personal-testimonials, .block-two-column-banner__inner {
  width: 100%;
  position: relative;
  padding: 0 2rem;
  margin-right: auto;
  margin-left: auto
}
@media screen and (min-width:48em) {
  .block-buttons, .block-cards, .block-company-testimonials, .block-heading, .block-hiring-process, .block-image-column, .block-list, .block-logo, .block-paragraph, .block-personal-testimonials, .block-two-column-banner__inner {
    width: 90%;
    padding-right: 1rem;
    padding-left: 1rem
  }
}
@media screen and (min-width:75em) {
  .block-buttons, .block-cards, .block-company-testimonials, .block-heading, .block-hiring-process, .block-image-column, .block-list, .block-logo, .block-paragraph, .block-personal-testimonials, .block-two-column-banner__inner {
    max-width: 1170px
  }
}
.block-heading, .block-list, .block-paragraph {
  max-width: 800px
}
.block-heading {
  margin-bottom: .75em
}
.block-paragraph {
  margin-bottom: 1em
}
.block-list {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 2em
}
.page-template-default .navigation + :not(.block-two-column-banner):not(.block-hero) {
  margin-top: 175px
}
.page-template-default .navigation + .block-two-column-banner {
  padding-top: 175px
}
.section__footer {
  padding-top: 20px;
  padding-bottom: 75px;background: #085598;
}
@media (min-width:64em) {
  .section__footer {
  padding-top: 60px;
background: #085598;
  }
}
.section__footer__wrap {
  margin-top: 30px
}
@media (min-width:64em) {
  .section__footer__wrap {
    margin-top: 0
  }
}
.section__footer__wrap__title {
  font-weight: 700;
margin-bottom: 15px;
color: #fff;
text-transform: capitalize;
font-size: 13px;
}
.section__footer__wrap__items li, .section__footer__wrap ul.menu li {
  font-size: 14px;
  line-height: 1.1;
  margin-bottom: 8px
}
.section__footer__wrap__items li, .section__footer__wrap ul.menu li a{
    color: #fff;
}
.section__footer__wrap__items li, .section__footer__wrap ul.menu li a:hover{
    color: #1ca69e;
}
.section__footer__copyright {
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid #f2f2f2;
  color: #fff;
  font-size: 13px
}
.footer-socials {
  max-width: 200px;
  display: flex;
  justify-content: space-between
}
.footer-socials__item {
  margin-right: 10px
}
.footer-socials__item:last-of-type {
  margin-right: 0
}
.footer-socials__item .fa {
  font-size: 22px;color: #fff;
}
.footer-badges {
  margin-left: -4px;
  max-width: 225px;
  margin-top: 10px;
  display: flex;
  justify-content: space-between
}
.footer-badges__item {
  width: calc(50% - 3px);
  margin-right: 6px
}
.footer-badges__item:last-of-type {
  margin-right: 0
}
.footer-cta {
  display: block;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 0px
}
.footer-cta__demo {
  background-image: linear-gradient(-145deg, #085598, #1ca69e 100%, #1ca69e 0)
}
.footer-cta__demo-wrapper {
  padding-top: 60px;
padding-bottom: 110px;
}
@media (min-width:48em) {
  .footer-cta__demo-wrapper {
    display: flex
  }
}
.footer-cta__demo-image {
  display: flex;
  justify-content: center;
  margin-bottom: 25px
}
@media (min-width:48em) {
  .footer-cta__demo-image {
    padding-left: 50px;
    padding-right: 75px;
    margin-bottom: 0;
    flex: 0 0 450px;
    max-width: 40%
  }
}
.footer-cta__demo-image img {
  object-fit: contain;
  margin-bottom: 0;
  width: 100%;
  max-width: 400px
}
.footer-cta__demo-content {
  text-align: center
}
@media (min-width:48em) {
  .footer-cta__demo-content {
    text-align: left
  }
}
.footer-cta__demo-heading {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  margin-top: 20px;
  margin-bottom: .5em
}
@media (min-width:64em) {
  .footer-cta__demo-heading {
    font-size: 36px
  }
}
.footer-cta__demo-text {
  padding-top: 0;
  margin-bottom: 20px;
  color: #fff
}
.footer-cta__signup {
  padding-top: 0px;
  padding-bottom: 0px;
    margin-bottom: 60px;
      
}
@media (min-width:48em) {
  .footer-cta__signup-wrapper {
    display: flex;
background: url("../../images/bk.jpg");
padding: 20px;
margin-top: -50px;border-bottom: 5px solid #085598;background-size: cover;width: 50%;
  }
}
.footer-cta__signup-content {
  text-align: center
}
@media (min-width:48em) {
  .footer-cta__signup-content {
    text-align: left;
    padding-right: 70px;
    margin-bottom: 0;
    flex: 0 0 450px;
    max-width: 45%
  }
}
.footer-cta__signup-heading {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  color: #085598;
  margin-top: 20px;
  margin-bottom: .25em
}
@media (min-width:64em) {
  .footer-cta__signup-heading {
    font-size: 36px
  }
}
.footer-cta__signup-text {
  padding-top: 0;
  font-size: 14px;
  color: #085598;
  line-height: 1.4
}
.footer-cta__signup .hbspt-form {
  width: 100%;
  margin-top: 30px
}
.footer-cta__signup .hbspt-form form input {
  font-size: 15px;
  margin-bottom: 15px
}
.footer-cta__signup .hbspt-form form .hs_firstname {
  width: 100%
}
.footer-cta__signup .hbspt-form form .hs_email {
  width: 100%;
  text-align: center;
  display: inline-block;
  vertical-align: top
}
@media (min-width:30em) {
  .footer-cta__signup .hbspt-form form .hs_email {
    margin-right: 20px
  }
}
.footer-cta__signup .hbspt-form form .hs_email input {
  box-sizing: border-box;
  height: 45px;
  background: transparent;
  border-radius: 3px;
  width: 100%;
  text-align: left
}
.footer-cta__signup .hbspt-form form .legal-consent-container {
  margin-bottom: 10px
}
.footer-cta__signup .hbspt-form form .legal-consent-container p {
  padding-top: 0;
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 1.3
}
.footer-cta__signup .hbspt-form form .legal-consent-container .hs-richtext {
  margin-left: 25px
}
.footer-cta__signup .hbspt-form form .hs_submit {
  flex-shrink: 0;
  text-align: center;
  display: inline-block
}
.footer-cta__signup .hbspt-form form .hs_submit input {
  margin-top: 0
}
.footer-cta .divider {
  height: 5px;
background: #feb406;
}
.section__partners__hero {
  background: #f5f6fc;
  height: 100%;
  width: 100%;
  text-align: center;
  background-image: url(../../images/resources-bg-header.png);
  background-color: #f5f6fc;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 150px
}
@media (min-width:75em) {
  .section__partners__hero {
    text-align: left;
    padding-top: auto
  }
}
@media (min-width:64em) {
  .section__partners__hero {
    text-align: left
  }
}
.section__partners__hero h1 {
  margin-bottom: 15px
}
.section__partners__hero p {
  margin-bottom: 25px
}
.section__partners__icons__box {
  padding-left: 15px;
  margin-bottom: 35px
}
@media (min-width:48em) {
  .section__partners__icons__box {
    margin-bottom: 0
  }
}
.section__partners__icons__box__icon {
  height: 75px;
  margin-bottom: 30px
}
.section__partners__icons__box__heading {
  font-weight: 600;
  color: #241f4f;
  margin-bottom: 30px
}
.section__partners__logos {
  padding-top: 0
}
.section__partners__logos__image {
  text-align: center;
  margin: 30px;
  box-sizing: border-box
}
.section__partners__logos__image img {
  max-width: 150px;
  max-height: 64px
}
.section__partners__join {
  border-top: 1px solid #f5f6fc;
  text-align: center
}
.section__partners__join h2 {
  margin-bottom: 15px
}
.section__partners__join p {
  margin-bottom: 10px
}
.homepage-hero {
  background-color: #085598;
  padding: 300px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 80px;
  background-size: cover;
  will-change: opactiy
}
.homepage-hero:before {
  background-image: url(../../images/homepage-hero-bg.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}
@media (min-width:75em) {
  .homepage-hero {
    text-align: left
  }
}
.homepage-hero__content {
  position: relative;
  z-index: 2
}
.homepage-hero__heading {
  color: #fff;
  font-size: 52px;
  margin-bottom: 35px
}
.homepage-hero__text {
  color: #bbdfff;
  font-size: 16px;
  margin-bottom: 40px
}
.homepage-hero__image {
  display: none
}
@media (min-width:75em) {
  .homepage-hero__image {
    display: block;
    background-image: url(../../images/topbann.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    height: 400px;
    min-height: 100%
  }
}
.homepage-hero__links-heading {
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px
}
.homepage-hero__links-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -20px
}
.homepage-hero__links-card {
  background-color: #fff;
  padding: 20px 25px;
  border-radius: 5%;
  margin-right: 20px;
  margin-bottom: 20px
}
@media (min-width:450px) {
  .homepage-hero__links-card {
    width: calc(50% - 20px)
  }
}
@media (min-width:800px) {
  .homepage-hero__links-card {
    width: calc(25% - 20px)
  }
}
.homepage-hero__links-card a {
  display: flex;
  flex-direction: column;
  height: 100%
}
.homepage-hero__links-card-heading {
  font-weight: 500;
  color: #1ca69e
}
.homepage-hero__links-card-text {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px
}
.homepage-hero__links-card-button {
  padding: 10px 15px;
  border: 2px solid #085598;
  margin-top: auto;
  display: inline-block;
  font-weight: 600;
  border-radius: 5px;
  text-align: center;
  line-height: 1.2
}
.homepage-hero__links-card-button:focus, .homepage-hero__links-card-button:hover {
  background-color: #085598;
  color: #fff
}
.homepage-hero__brands-heading {
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 26px;
  margin-top: 50px;
  margin-bottom: 20px
}
.homepage-hero__brands-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0px
}
.homepage-hero__brands-logo {
  /*padding: 0 20px;*/
  position: relative;
 /* margin-right: 20px;
  margin-bottom: 20px;*/
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  flex: 1 1 0
}
.homepage-hero__brands-logo-image {
 /* max-height: 80px;*/
  object-fit: contain;border-radius: 5px;
}
.homepage-hero__brands-logo-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}
.section__homepage__logo {
  padding: 50px 0 0
}
@media (min-width:64em) {
  .section__homepage__logo {
    padding: 75px 0
  }
}
.section__homepage__logo__img {
  height: 100px;
  text-align: center;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px
}
@media (min-width:48em) {
  .section__homepage__logo__img {
    height: 100px
  }
}
.section__homepage__logo__img img {
  max-height: 90px
}
.section__homepage__platform {
  width: 100%;
  position: relative;
  height: auto;
  display: flex;
  justify-content: space-around;
  align-items: flex-start
}
@media (min-width:48em) {
  .section__homepage__platform {
    height: 632px
  }
}
@media (min-width:75em) {
  .section__homepage__platform {
    height: 930px;
    padding-bottom: 0
  }
}
.section__homepage__platform .container, .section__homepage__platform .row {
  height: 100%
}
.section__homepage__platform__content {
  position: relative;
  top: 0;
  padding-top: 20px
}
.section__homepage__platform__content h2, .section__homepage__platform__content p {
  margin-bottom: 20px
}
@media (min-width:48em) {
  .section__homepage__platform__content {
    position: sticky;
    top: 80px;
    padding-top: 0
  }
}
.section__homepage__platform__svg {
  position: absolute;
  top: 440px;
  left: 0;
  width: 250px;
  display: none
}
@media (min-width:48em) {
  .section__homepage__platform__svg {
    top: 70px;
    display: block;
    width: 300px
  }
}
@media (min-width:64em) {
  .section__homepage__platform__svg {
    top: 0;
    width: 400px
  }
}
@media (min-width:75em) {
  .section__homepage__platform__svg {
    top: 0;
    width: 500px
  }
}
.section__homepage__integrations {
  height: 100%;
  width: 100%;
  display: block;
  background: #f5f6fc;
  margin-bottom: 0px
}
@media (min-width:48em) {
  .section__homepage__integrations {
    background: transparent;
    margin-bottom: 0
  }
}
.section__homepage__integrations__logos {
  margin-top: 50px
}
@media (min-width:48em) {
  .section__homepage__integrations__logos {
    margin-top: 0
  }
}
.section__homepage__integrations__content h3, .section__homepage__integrations__content p {
  margin-bottom: 20px
}
.section__homepage__integrations__img {
  height: 70px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  text-align: center
}
@media (min-width:48em) {
  .section__homepage__integrations__img {
    height: 150px;
    width: 75%
  }
}
.section__homepage__testimonials {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 100px
}
.section__homepage__testimonials .container, .section__homepage__testimonials .row {
  height: 100%
}
.section__homepage__testimonials__split {
  width: 50%;
  background: #f5f6fc;
  padding: 70px 10px;
  box-sizing: border-box;
  flex: 0 100%;
  margin: 0
}
@media (min-width:48em) {
  .section__homepage__testimonials__split {
    padding: 70px 50px
  }
}
@media (min-width:64em) {
  .section__homepage__testimonials__split {
    flex: 0 46%
  }
}
@media (min-width:75em) {
  .section__homepage__testimonials__split {
    margin: 0 20px
  }
}
.section__homepage__testimonials__split:first-of-type {
  background: #f2e4ff
}
.section__homepage__testimonials__split .flex-item {
  display: flex;
  flex-wrap: wrap;
  height: 100%
}
.section__homepage__testimonials__split__logo {
  flex: 1 100%;
  text-align: left;
  margin-bottom: 25px;
  display: flex;
  justify-content: flex-end
}
@media (min-width:75em) {
  .section__homepage__testimonials__split__logo {
    text-align: right
  }
}
.section__homepage__testimonials__split__logo img, .section__homepage__testimonials__split__logo svg {
  max-height: 80px
}
.section__homepage__testimonials__split__content {
  font-size: 22px;
  flex: 1 100%;
  font-weight: 200;
  color: #241f4f;
  margin-bottom: 40px
}
@media (min-width:64em) {
  .section__homepage__testimonials__split__content {
    font-size: 26px
  }
}
.section__homepage__testimonials__split__author {
  color: #241f4f;
  align-self: flex-end;
  flex: 1 100%
}
.section__homepage__testimonials__split__author span {
  font-weight: 700
}
.section__integrations__hero {
  background: #f5f6fc;
  height: 100%;
  width: 100%;
  text-align: center;
  background-image: url(../../images/resources-bg-header.png);
  background-color: #f5f6fc;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 150px
}
@media (min-width:75em) {
  .section__integrations__hero {
    text-align: left;
    padding-top: auto
  }
}
@media (min-width:64em) {
  .section__integrations__hero {
    text-align: left
  }
}
.section__integrations__hero__image {
  margin-top: 50px
}
@media (min-width:64em) {
  .section__integrations__hero__image {
    margin-top: 0
  }
}
.section__integrations__hero__image svg {
  width: 100%
}
.section__integrations__jump {
  background: #eceef8;
  padding: 40px 0;
  text-align: center
}
@media (min-width:64em) {
  .section__integrations__jump {
    text-align: left
  }
}
.section__integrations__jump__title {
  font-size: 22px;
  font-weight: 400;
  color: #241f4f;
  display: block;
  margin-bottom: 20px
}
@media (min-width:64em) {
  .section__integrations__jump__title {
    display: inline-block;
    margin-bottom: 0
  }
}
.section__integrations__jump__link {
  width: 100%
}
.section__integrations__jump__link:first-of-type {
  margin-left: 0
}
.section__integrations__jump__link:last-of-type {
  margin-top: 10px
}
@media (min-width:48em) {
  .section__integrations__jump__link {
    width: auto;
    margin-left: 25px
  }
  .section__integrations__jump__link:last-of-type {
    margin-top: 0
  }
}
.section__integrations__jump__link a {
  color: #fff
}
.section__integrations__products {
  position: relative;
  height: 100%;
  width: 100%;
  padding-bottom: 0
}
.section__integrations__products__left {
  height: 100%
}
.section__integrations__products__left h2 {
  margin-bottom: 20px;
  position: sticky
}
.section__integrations__products__right a {
  width: 100%
}
.section__integrations__products__right__box {
  padding: 40px 30px;
  background: transparent;
  border-radius: 8px;
  background-size: auto;
  background-repeat: no-repeat;
  transition: all .3s;
  box-shadow: 0 10px 30px 0 #d9d9d9;
  margin-top: 20px;
  background-position: 80%
}
@media (min-width:48em) {
  .section__integrations__products__right__box {
    background-size: 110%;
    background-position: 50%
  }
}
@media (min-width:64em) {
  .section__integrations__products__right__box {
    background-size: auto;
    background-position: 65%
  }
}
@media (min-width:75em) {
  .section__integrations__products__right__box {
    background-size: 125%;
    background-position: 50%
  }
}
.section__integrations__products__right__box:hover {
  transition: all .3s;
  box-shadow: none;
  background-size: auto
}
@media (min-width:48em) {
  .section__integrations__products__right__box:hover {
    background-size: 125%
  }
}
@media (min-width:64em) {
  .section__integrations__products__right__box:hover {
    background-size: 350%
  }
}
@media (min-width:75em) {
  .section__integrations__products__right__box:hover {
    background-size: 145%
  }
}
.section__integrations__products__right__box:hover .arrow-right:after, .section__integrations__products__right__box:hover .block-button.secondary:after {
  transform: translateX(4px);
  transition: all .5s;
  opacity: .6
}
.section__integrations__products__right__box__logo {
  display: inline-block;
  margin-bottom: 0;
  height: 75px
}
.section__integrations__products__right__box__link div {
  color: #fff;
  font-weight: 600;
  display: inline-block
}
.section__integrations__products__right__box__text {
  color: #fff
}
.section__integrations__tools {
  position: relative;
  height: 100%;
  width: 100%;
  top: 80px
}
.section__integrations__tools__left {
  height: 100%
}
.section__integrations__tools__left h2 {
  margin-bottom: 20px;
  position: sticky
}
.section__integrations__tools__left__filter {
  margin-top: 40px
}
.section__integrations__tools__left__filter li {
  padding-bottom: 15px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all .3s ease-in-out;
  width: auto;
  display: inline-block;
  margin-left: 10px
}
.section__integrations__tools__left__filter li:first-of-type {
  margin-left: 0
}
@media (min-width:64em) {
  .section__integrations__tools__left__filter li {
    width: 100%;
    display: block;
    margin-left: 0
  }
}
.section__integrations__tools__left__filter li i {
  margin-left: 10px
}
.section__integrations__tools__left__filter li.active, .section__integrations__tools__left__filter li:hover {
  color: #085598
}
.section__integrations__tools .right-side a {
  width: 100%
}
.section__integrations__tools__right {
  border-radius: 8px;
  transition: all .3s;
  background-size: cover;
  background-position: inherit;
  background-image: linear-gradient(-45deg, #252a37, #9198b1)
}
.section__integrations__tools__right:hover {
  outline: none;
  opacity: 1;
  transform: translateY(-5px);
  transition: all .3s
}
.section__integrations__tools__right__box {
  padding: 30px;
  background: transparent;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .1);
  margin-top: 20px;
  height: 250px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all .3s
}
.section__integrations__tools__right__box:hover .arrow-right:after, .section__integrations__tools__right__box:hover .block-button.secondary:after {
  transition: .3s;
  transform: translateX(4px);
  transition: all .5s
}
.section__integrations__tools__right__box.light .section__integrations__tools__right__box__link div, .section__integrations__tools__right__box.light .section__integrations__tools__right__box__title {
  color: #fff
}
.section__integrations__tools__right__box__title {
  color: #241f4f;
  font-size: 24px
}
.section__integrations__tools__right__box__link {
  vertical-align: bottom
}
.section__integrations__tools__right__box__link div {
  display: inline-block;
  font-weight: 600
}
.section__integrations-single__hero {
  background-size: cover;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 200px 0;
  padding-top: 150px;
  padding-bottom: 30px;
  margin-bottom: 70px
}
@media (min-width:64em) {
  .section__integrations-single__hero {
    padding-top: auto;
    padding-bottom: 200px;
    text-align: left;
    margin-bottom: 0
  }
}
.section__integrations-single__hero__logo {
  margin-bottom: 50px
}
@media (min-width:64em) {
  .section__integrations-single__hero__logo {
    margin-bottom: 0
  }
}
.section__integrations-single__hero__info {
  text-align: center;
  background: #fff;
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, .05);
  border-radius: 4px;
  width: 100%;
  padding: 50px;
  position: relative;
  right: 0;
  z-index: 99
}
@media (min-width:64em) {
  .section__integrations-single__hero__info {
    padding: 50px;
    position: absolute;
    width: 300px
  }
}
.section__integrations-single__hero__info__btn {
  width: 100%;
  padding: 0
}
.section__integrations-single__hero__info__field {
  margin-top: 20px;
  text-align: left
}
.section__integrations-single__hero__info__field-header {
  font-weight: 700;
  text-transform: uppercase;
  color: #241f4f;
  font-size: .8em;
  margin-bottom: 7px
}
.section__integrations-single__hero__info__field a {
  font-size: 15px
}
.section__integrations-single__hero__reviews {
  position: relative;
  bottom: -100px;
  width: 100%;
  text-align: left
}
@media (min-width:64em) {
  .section__integrations-single__hero__reviews {
    width: 73%;
    bottom: -280px;
    position: absolute
  }
}
@media (min-width:75em) {
  .section__integrations-single__hero__reviews {
    width: 73%;
    bottom: -280px
  }
}
.section__integrations-single__hero__reviews ul li {
  background: #fff;
  border-radius: 4px;
  padding: 30px;
  position: relative;
  box-shadow: 0 11px 29px 0 rgba(0, 0, 0, .06);
  width: 100%;
  display: inline-block;
  margin-top: 40px
}
.section__integrations-single__hero__reviews ul li:first-child {
  margin-top: 0
}
.section__integrations-single__hero__reviews ul li:after {
  content: "";
  background: -webkit-linear-gradient(right, #c97df0, #5f50d4);
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 5px;
  left: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px
}
@media (min-width:64em) {
  .section__integrations-single__hero__reviews ul li {
    width: 43%;
    margin-left: 30px
  }
  .section__integrations-single__hero__reviews ul li:first-child {
    margin-left: 0
  }
}
.section__integrations-single__hero__reviews ul li .reviews__stars {
  position: absolute;
  right: 0;
  top: -20px;
  background: #fff;
  padding: 10px 20px;
  border-radius: 46px;
  box-shadow: 0 11px 29px 0 rgba(0, 0, 0, .06)
}
@media (min-width:64em) {
  .section__integrations-single__hero__reviews ul li .reviews__stars {
    right: -20px
  }
}
.section__integrations-single__hero__reviews ul li .reviews__stars i {
  margin-left: 5px;
  color: orange
}
.section__integrations-single__hero__reviews ul li .reviews__title {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  color: #241f4f;
  margin-bottom: 10px
}
.section__integrations-single__hero__reviews ul li .reviews__content {
  font-size: 14px
}
.section__integrations-single__why h1, .section__integrations-single__why h2 {
  margin-bottom: 20px
}
@media (min-width:64em) {
  .section__integrations-single__why h2 {
    margin-bottom: 40px
  }
}
.section__integrations-single__why__reasons {
  margin-top: 50px
}
@media (min-width:64em) {
  .section__integrations-single__why__reasons {
    margin-top: 100px
  }
}
.section__integrations-single__why__reasons__box {
  display: block;
  width: 100%;
  padding-right: 0;
  margin-bottom: 35px
}
@media (min-width:64em) {
  .section__integrations-single__why__reasons__box {
    padding-right: 50px;
    margin-bottom: 0
  }
}
.section__integrations-single__why__reasons__box-title {
  margin: 25px 0;
  font-weight: 700;
  color: #241f4f
}
.section__integrations-single__why__reasons__box-link {
  margin-top: 35px
}
.section__integrations-single__why__content h1 {
  margin-bottom: 20px;
  font-size: 38px
}
.section__integrations-single__client {
  background: linear-gradient(180deg, #faf4ff 60%, #fff 0)
}
.section__integrations-single__client h2 {
  width: 100%;
  margin-bottom: 40px
}
@media (min-width:64em) {
  .section__integrations-single__client h2 {
    margin-bottom: 0
  }
}
.section__integrations-single__client__wrap {
  margin: 50px 0;
  display: block;
  position: relative
}
.section__integrations-single__client__wrap__box {
  padding: 50px 20px;
  height: 298px;
  text-align: center;
  position: relative;
  background: #fff;
  box-shadow: none;
  border-radius: 4px;
  border: 2px solid #c97df0;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px
}
@media (min-width:64em) {
  .section__integrations-single__client__wrap__box {
    margin-bottom: 0;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, .1)
  }
}
.section__integrations-single__client__wrap__box-percent {
  font-size: 32px;
  font-weight: 200;
  color: #241f4f;
  flex-basis: 1;
  margin-bottom: 10px;
  height: 50px
}
.section__integrations-single__client__wrap__box-content {
  margin-bottom: 35px;
  vertical-align: bottom
}
.section__integrations-single__client__wrap__box-logo {
  display: inline-block;
  height: 100px;
  width: 150px;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 20px
}
.section__integrations-single__quote {
  background: #f5f6fc;
  position: relative
}
.section__integrations-single__quote:before {
  transition: all .3s;
  content: "";
  width: 100px;
  position: absolute;
  top: -2%;
  height: 71.55px;
  margin-top: -4px;
  left: 10%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='100' height='72' viewBox='0 0 100 72' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M64.365 44.751c2.486-3.867 6.906-5.524 12.43-5.524 8.564 0 15.194 6.63 15.194 15.193 0 9.945-7.182 17.127-18.232 17.127-13.26 0-21.823-11.326-21.823-28.453C51.934 19.06 72.099.829 100 0v4.144C77.9 6.906 61.326 21.547 64.365 44.75zm-51.934 0c2.486-3.867 6.906-5.524 12.43-5.524 8.564 0 15.194 6.63 15.194 15.193 0 9.945-7.182 17.127-18.232 17.127C8.563 71.547 0 60.221 0 43.094 0 19.06 20.166.829 48.066 0v4.144C25.966 6.906 9.392 21.547 12.431 44.75z' fill='%23241F4F' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-size: 50px;
  background-repeat: no-repeat
}
@media (min-width:64em) {
  .section__integrations-single__quote:before {
    background-size: auto;
    left: 20%;
    top: -5%;
    margin-top: -4px
  }
}
.section__integrations-single__quote:after {
  transition: all .3s;
  content: "";
  width: 100px;
  position: absolute;
  bottom: -7%;
  height: 71.55px;
  margin-top: -4px;
  right: 2%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='100' height='72' viewBox='0 0 100 72' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M87.57 26.796c-2.487 3.867-6.907 5.524-12.432 5.524-8.563 0-15.193-6.63-15.193-15.193C59.945 7.182 67.127 0 78.177 0 91.437 0 100 11.326 100 28.453c0 24.033-20.166 42.265-48.066 43.094v-4.144C74.034 64.641 90.608 50 87.569 26.796zm-51.935 0c-2.486 3.867-6.906 5.524-12.43 5.524-8.564 0-15.194-6.63-15.194-15.193C8.011 7.182 15.193 0 26.243 0c13.26 0 21.823 11.326 21.823 28.453 0 24.033-20.165 42.265-48.066 43.094v-4.144C22.1 64.641 38.674 50 35.635 26.796z' fill='%23241F4F' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-size: 50px;
  background-repeat: no-repeat
}
@media (min-width:48em) {
  .section__integrations-single__quote:after {
    bottom: -10%
  }
}
@media (min-width:64em) {
  .section__integrations-single__quote:after {
    background-size: auto;
    bottom: -5%;
    margin-top: -4px;
    right: 20%
  }
}
.section__integrations-single__quote-heading {
  font-size: 28px;
  color: #241f4f;
  font-weight: 200;
  letter-spacing: -1px;
  text-align: center;
  line-height: 52px
}
@media (min-width:30em) {
  .section__integrations-single__quote-heading {
    font-size: 32px
  }
}
@media (min-width:64em) {
  .section__integrations-single__quote-heading {
    font-size: 48px;
    line-height: 76px
  }
}
.section__integrations-single__quote-by {
  margin-top: 30px
}
@media (min-width:64em) {
  .section__integrations-single__quote-by {
    margin-top: 100px
  }
}
.section__integrations-single__quote-by-name {
  font-weight: 700;
  color: #241f4f;
  margin-bottom: 10px;
  font-size: 18px
}
.section__integrations-single__plans-image {
  max-width: 100%
}
@media (min-width:48em) {
  .section__integrations-single__plans-image {
    max-width: 350px
  }
}
@media (min-width:64em) {
  .section__integrations-single__plans-image {
    max-width: 100%
  }
}
.section__integrations-single__plans-content h2 {
  margin-bottom: 15px;
  margin-top: 50px
}
@media (min-width:64em) {
  .section__integrations-single__plans-content h2 {
    margin-top: 0
  }
}
.section__integrations-single__plans-content p {
  margin-bottom: 25px
}
.section__integrations-single__connect {
  background-image: linear-gradient(0deg, #fff, #f5f6fc)
}
.section__integrations-single__connect-content h2 {
  margin-bottom: 15px
}
.section__integrations-single__connect-content p {
  margin-bottom: 25px
}
.section__integrations-single__connect-image {
  margin-top: 0;
  margin-left: 0
}
@media (min-width:64em) {
  .section__integrations-single__connect-image {
    margin-left: 50px;
    margin-top: -250px
  }
}
.section__integrations-single__connect-image svg {
  width: 100%
}
.section__integrations-single__banner {
  padding: 100px 0;
  background-image: linear-gradient(-45deg, #252a37, #9198b1);
  margin-bottom: 25px
}
@media (min-width:64em) {
  .section__integrations-single__banner {
    margin-bottom: 100px
  }
}
.section__integrations-single__banner__content h3 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 32px
}
.section__integrations-free__hero {
  background-size: cover;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 150px 0;
  padding-bottom: 75px
}
@media (min-width:64em) {
  .section__integrations-free__hero {
    padding-top: auto;
    text-align: left;
    padding-bottom: 150px
  }
}
.section__integrations-free__hero__logo {
  margin-bottom: 35px;
  margin-top: 25px
}
.section__integrations-free__hero__content {
  color: #fff;
  margin-bottom: 50px
}
.section__integrations-free__hero__input .install__field {
  width: 100%;
  background: #fff
}
@media (min-width:48em) {
  .section__integrations-free__hero__input .install__field {
    width: 65%
  }
}
.section__integrations-free__hero__input #get-app-button {
  width: 100%
}
@media (min-width:48em) {
  .section__integrations-free__hero__input #get-app-button {
    width: auto
  }
}
.section__integrations-free__hero__input input[type=url] {
  border: 1px solid #fff;
  box-sizing: border-box;
  height: 43px;
  background: transparent;
  border-radius: 3px;
  padding-left: 25px;
  text-align: left;
  width: 100%;
  font-size: 15px;
  color: #fff
}
@media (min-width:64em) {
  .section__integrations-free__hero__input input[type=url] {
    width: 70%
  }
}
.section__integrations-free__hero__input input[type=submit] {
  width: 100%;
  margin-top: 10px
}
@media (min-width:64em) {
  .section__integrations-free__hero__input input[type=submit] {
    width: auto;
    margin-top: 0
  }
}
.section__integrations-free__hero__input ::-webkit-input-placeholder {
  color: #d4d4d4;
  opacity: 1
}
.section__integrations-free__hero__input :-ms-input-placeholder, .section__integrations-free__hero__input ::-ms-input-placeholder {
  opacity: 1
}
.section__integrations-free__hero__input ::placeholder {
  color: #d4d4d4;
  opacity: 1
}
.section__integrations-free__hero__input :-ms-input-placeholder, .section__integrations-free__hero__input ::-ms-input-placeholder {
  color: #d4d4d4
}
.section__integrations-free__reviews {
  background: url(../../images/integrations-free-reviews-bg.svg);
  background-size: cover;
  background-repeat: no-repeat
}
.section__integrations-free__reviews h2 {
  margin-bottom: 75px
}
.section__integrations-free__reviews__wrap {
  position: relative;
  width: 100%;
  text-align: left
}
.section__integrations-free__reviews__wrap ul li {
  background: #fff;
  border-radius: 4px;
  padding: 30px;
  position: relative;
  box-shadow: 0 11px 29px 0 rgba(0, 0, 0, .06);
  width: 100%;
  display: inline-block;
  margin-top: 40px
}
.section__integrations-free__reviews__wrap ul li:first-child {
  margin-top: 0
}
.section__integrations-free__reviews__wrap ul li:after {
  content: "";
  background: -webkit-linear-gradient(right, #c97df0, #5f50d4);
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 5px;
  left: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px
}
.section__integrations-free__reviews__wrap ul li:nth-child(4), .section__integrations-free__reviews__wrap ul li:nth-child(5) {
  float: right
}
@media (min-width:64em) {
  .section__integrations-free__reviews__wrap ul li {
    width: 30%;
    margin-left: 30px
  }
  .section__integrations-free__reviews__wrap ul li:first-child {
    margin-left: 0
  }
}
.section__integrations-free__reviews__wrap ul li .reviews__stars {
  position: absolute;
  right: 0;
  top: -20px;
  background: #fff;
  padding: 10px 20px;
  border-radius: 46px;
  box-shadow: 0 11px 29px 0 rgba(0, 0, 0, .06)
}
@media (min-width:64em) {
  .section__integrations-free__reviews__wrap ul li .reviews__stars {
    right: -20px
  }
}
.section__integrations-free__reviews__wrap ul li .reviews__stars i {
  margin-left: 5px;
  color: orange
}
.section__integrations-free__reviews__wrap ul li .reviews__title {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  color: #241f4f;
  margin-bottom: 10px
}
.section__integrations-free__reviews__wrap ul li .reviews__content {
  font-size: 14px
}
@media (min-width:48em) {
  .section__integrations-free__introduction {
    padding-bottom: 0
  }
}
.section__integrations-free__introduction__left h2 {
  margin-bottom: 75px
}
.section__integrations-free__introduction__left ul li {
  margin-bottom: 45px
}
.section__integrations-free__introduction__left ul li span.content {
  width: 85%;
  vertical-align: top;
  margin-left: 0;
  margin-top: 10px;
  display: block
}
@media (min-width:64em) {
  .section__integrations-free__introduction__left ul li span.content {
    margin-left: 20px;
    margin-top: 0;
    display: inline-block
  }
}
.section__integrations-free__features__left {
  position: sticky;
  top: 80px
}
.section__integrations-free__features__left h2 {
  margin-bottom: 25px
}
.section__integrations-free__features__right {
  background: #f5f6fc;
  padding: 75px 50px;
  margin-top: 50px
}
@media (min-width:64em) {
  .section__integrations-free__features__right {
    margin-top: 0
  }
}
.section__integrations-free__features__right__title {
  font-size: 20px;
  font-weight: 600;
  color: #241f4f;
  margin-bottom: 25px
}
.section__integrations-free__features__right__description, .section__integrations-free__features__right ul li {
  margin-bottom: 45px
}
.section__integrations-free__features__right ul li:last-of-type {
  margin-bottom: 0
}
.section__integrations-free__features__right ul li div {
  margin-bottom: 20px;
  height: auto
}
@media (min-width:48em) {
  .section__integrations-free__features__right ul li div {
    height: 40px
  }
}
.section__integrations-free__features__right ul li div span.title {
  display: inline-grid;
  width: 100%;
  vertical-align: top;
  line-height: 40px;
  margin-left: 0;
  height: 40px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #241f4f
}
@media (min-width:48em) {
  .section__integrations-free__features__right ul li div span.title {
    margin-left: 15px;
    width: 75%
  }
}
.section__integrations-free__features__right ul li div span.icon {
  height: 40px;
  display: inline-block
}
.section__integrations-free__features__bottom {
  margin-top: 100px
}
.section__blog-single__content__box .section__integrations-free__features__bottom ul li, .section__integrations-free__features__bottom .section__blog-single__content__box ul li, .section__integrations-free__features__bottom article ul li, .section__integrations-free__features__bottom ul.block-list li, .section__integrations-free__features__bottom ul.bulb li, article .section__integrations-free__features__bottom ul li {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-left: 0
}
@media (min-width:64em) {
  .section__blog-single__content__box .section__integrations-free__features__bottom ul li, .section__integrations-free__features__bottom .section__blog-single__content__box ul li, .section__integrations-free__features__bottom article ul li, .section__integrations-free__features__bottom ul.block-list li, .section__integrations-free__features__bottom ul.bulb li, article .section__integrations-free__features__bottom ul li {
    width: 30%;
    margin-left: 25px
  }
}
.section__integrations-free__cta-bar {
  background-image: linear-gradient(-225deg, #085598, #2f0b5a);
  padding: 50px 0
}
.section__integrations-free__cta-bar h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 15px
}
@media (min-width:64em) {
  .section__integrations-free__cta-bar h2 {
    text-align: left;
    margin-bottom: 0
  }
}
.section__integrations-free__cta-bar__input input[type=url] {
  border: 1px solid #fff;
  box-sizing: border-box;
  height: 43px;
  background: transparent;
  border-radius: 3px;
  padding-left: 25px;
  text-align: left;
  width: 100%;
  font-size: 15px
}
@media (min-width:64em) {
  .section__integrations-free__cta-bar__input input[type=url] {
    width: 70%
  }
}
.section__integrations-free__cta-bar__input ::-webkit-input-placeholder {
  color: #fff;
  opacity: 1
}
.section__integrations-free__cta-bar__input :-ms-input-placeholder, .section__integrations-free__cta-bar__input ::-ms-input-placeholder {
  opacity: 1
}
.section__integrations-free__cta-bar__input ::placeholder {
  color: #fff;
  opacity: 1
}
.section__integrations-free__cta-bar__input :-ms-input-placeholder, .section__integrations-free__cta-bar__input ::-ms-input-placeholder {
  color: #fff
}
.section__integrations-free__cta-bar__input input[type=submit] {
  width: 100%;
  margin-top: 10px
}
@media (min-width:64em) {
  .section__integrations-free__cta-bar__input input[type=submit] {
    width: auto;
    margin-top: 0
  }
}
.section__integrations-free__testimonials {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  margin-top: 25px;
  padding-bottom: 75px
}
@media (min-width:64em) {
  .section__integrations-free__testimonials {
    margin-top: 125px
  }
}
.section__integrations-free__testimonials__split {
  width: 100%;
  background: #f5f6fc;
  padding: 50px 35px;
  box-sizing: border-box;
  flex: 0 100%;
  margin: 0;
  height: 100%
}
@media (min-width:64em) {
  .section__integrations-free__testimonials__split {
    padding: 100px 75px
  }
}
.section__integrations-free__testimonials__split.alt, .section__integrations-free__testimonials__split.block-button.secondary {
  background: #f2e4ff;
  margin-left: 10px;
  margin: 0
}
.section__integrations-free__testimonials__split__logo {
  text-align: right;
  margin-bottom: 25px;
  height: 50px
}
.section__integrations-free__testimonials__split__logo img, .section__integrations-free__testimonials__split__logo svg {
  width: 125px;
  vertical-align: bottom
}
.section__integrations-free__testimonials__split__content {
  line-height: 32px;
  font-weight: 400;
  color: #241f4f;
  margin-bottom: 40px
}
.section__integrations-free__testimonials__split__title {
  font-size: 26px;
  line-height: 32px;
  font-weight: 200;
  color: #241f4f;
  margin-bottom: 40px
}
.section__integrations-free__testimonials__split__author {
  color: #241f4f;
  font-size: 15px
}
.section__integrations-free__testimonials__split__author span {
  font-weight: 700
}
.section__integrations-free__article-link {
  padding-top: 0
}
@media (min-width:48em) {
  .section__integrations-free__article-link {
    padding-top: auto
  }
}
.section__integrations-free__article-link__title {
  color: #241f4f
}
.section__integrations-free__article-link__link {
  margin-bottom: 25px
}
@media (min-width:48em) {
  .section__integrations-free__article-link__link {
    margin-bottom: 0
  }
}
.section__integrations-free__more-info {
  background: #f5f6fc;
  padding: 75px 0
}
.section__integrations-free__more-info h2 {
  margin-bottom: 50px
}
.section__integrations-free__more-info .block-button.primary, .section__integrations-free__more-info .btn {
  width: 100%
}
.section__integrations-free__more-info .block-button.primary:first-of-type, .section__integrations-free__more-info .btn:first-of-type {
  margin-left: 0
}
.section__integrations-free__more-info .block-button.primary:last-of-type, .section__integrations-free__more-info .btn:last-of-type {
  margin-top: 10px
}
@media (min-width:48em) {
  .section__integrations-free__more-info .block-button.primary, .section__integrations-free__more-info .btn {
    width: auto
  }
  .section__integrations-free__more-info .block-button.primary:last-of-type, .section__integrations-free__more-info .btn:last-of-type {
    margin-top: 0
  }
  .section__integrations-free__more-info .block-button.primary:first-of-type, .section__integrations-free__more-info .btn:first-of-type {
    margin-right: 15px
  }
}
.section__integrations-free__faq h2 {
  margin-bottom: 35px
}
.section__integrations-free__faq .toggle {
  border-bottom: 1px solid #ddd
}
.section__integrations-free__faq .toggle .toggle-title {
  position: relative;
  display: block;
  margin-bottom: 6px;
  transition: all .3s
}
.section__integrations-free__faq .toggle .toggle-title.active {
  transition: all .3s
}
.section__integrations-free__faq .toggle .toggle-title.active h3 {
  color: #085598
}
.section__integrations-free__faq .toggle .toggle-title h3 {
  font-size: 20px;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  font-weight: 400;
  color: #67839f;
  transition: all .3s
}
.section__integrations-free__faq .toggle .toggle-inner {
  padding: 7px 25px 10px;
  display: none;
  margin: -7px 0 6px;
  padding-left: 0
}
.section__integrations-free__faq .toggle .toggle-inner div {
  max-width: 100%
}
.section__integrations-free__faq .toggle .toggle-title .title-name {
  display: block;
  padding: 25px 50px 14px;
  padding-left: 0;
  line-height: 30px
}
.section__integrations-free__faq .toggle .toggle-title a i {
  font-size: 22px;
  margin-right: 5px
}
.section__integrations-free__faq .toggle .toggle-title i {
  position: absolute;
  background: url(../../images/plus-minus.svg) 0 6px no-repeat;
  width: 24px;
  height: 24px;
  transition: all .3s ease;
  margin: 20px;
  right: 0
}
.section__integrations-free__faq .toggle .toggle-title.active i {
  background: url(../../images/plus-minus.svg) 0 -16px no-repeat
}
.section__tools-single__hero {
  background-size: cover;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 200px 0;
  padding-top: 150px
}
@media (min-width:64em) {
  .section__tools-single__hero {
    padding-top: auto;
    text-align: left
  }
}
.section__tools-single__hero__logo {
  margin-bottom: 50px
}
@media (min-width:64em) {
  .section__tools-single__hero__logo {
    margin-bottom: 0
  }
}
.section__tools-single__hero__content {
  color: #fff;
  width: 100%;
  margin-top: 35px
}
@media (min-width:48em) {
  .section__tools-single__hero__content {
    width: 100%
  }
}
@media (min-width:64em) {
  .section__tools-single__hero__content {
    width: 50%
  }
}
.section__tools-single__hero__info {
  text-align: center;
  background: #fff;
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, .05);
  border-radius: 4px;
  width: 100%;
  padding: 50px;
  position: relative;
  right: 0;
  z-index: 99
}
@media (min-width:64em) {
  .section__tools-single__hero__info {
    padding: 50px;
    position: absolute;
    width: 300px
  }
}
.section__tools-single__hero__info__btn {
  width: 100%;
  padding: 0
}
.section__tools-single__hero__info__field {
  margin-top: 20px;
  text-align: left
}
.section__tools-single__hero__info__field-header {
  font-weight: 700;
  text-transform: uppercase;
  color: #241f4f;
  font-size: .8em;
  margin-bottom: 7px
}
.section__tools-single__hero__info__field a {
  font-size: 15px
}
.section__tools-single-container.section {
  padding: 50px 0;
  display: flex
}
@media (min-width:48em) {
  .section__tools-single-container.section {
    padding: 75px 0
  }
}
.section__tools-single-container.stats {
  background: linear-gradient(180deg, #faf4ff 60%, #fff 0)
}
.section__tools-single-container.testimonials, .section__tools-single-container.top-zero {
  padding-top: 0
}
.section__tools-single-container__use-loyaltylion {
  padding: 100px 0;
  text-align: center
}
.section__tools-single-container__use-loyaltylion-title {
  margin-bottom: 20px;
  width: 100%
}
.section__tools-single-container__use-loyaltylion-btn .block-button.primary, .section__tools-single-container__use-loyaltylion-btn .btn {
  width: 100%
}
.section__tools-single-container__use-loyaltylion-btn .block-button.primary:first-of-type, .section__tools-single-container__use-loyaltylion-btn .btn:first-of-type {
  margin-left: 0
}
.section__tools-single-container__use-loyaltylion-btn .block-button.primary:last-of-type, .section__tools-single-container__use-loyaltylion-btn .btn:last-of-type {
  margin-top: 10px
}
@media (min-width:48em) {
  .section__tools-single-container__use-loyaltylion-btn .block-button.primary, .section__tools-single-container__use-loyaltylion-btn .btn {
    width: auto
  }
  .section__tools-single-container__use-loyaltylion-btn .block-button.primary:last-of-type, .section__tools-single-container__use-loyaltylion-btn .btn:last-of-type {
    margin-top: 0
  }
  .section__tools-single-container__use-loyaltylion-btn .block-button.primary:first-of-type, .section__tools-single-container__use-loyaltylion-btn .btn:first-of-type {
    margin-right: 15px
  }
}
.section__tools-single-container__already-using {
  background: #f5f6fc;
  padding: 100px 0;
  text-align: center
}
.section__tools-single-container__already-using-title {
  margin-bottom: 40px
}
.section__tools-single-container__already-using-title h3 {
  font-weight: 400
}
.section__tools-single-container__already-using-btn .block-button.primary, .section__tools-single-container__already-using-btn .btn {
  width: 100%
}
.section__tools-single-container__already-using-btn .block-button.primary:first-of-type, .section__tools-single-container__already-using-btn .btn:first-of-type {
  margin-left: 0
}
.section__tools-single-container__already-using-btn .block-button.primary:last-of-type, .section__tools-single-container__already-using-btn .btn:last-of-type {
  margin-top: 10px
}
@media (min-width:48em) {
  .section__tools-single-container__already-using-btn .block-button.primary, .section__tools-single-container__already-using-btn .btn {
    width: auto
  }
  .section__tools-single-container__already-using-btn .block-button.primary:last-of-type, .section__tools-single-container__already-using-btn .btn:last-of-type {
    margin-top: 0
  }
  .section__tools-single-container__already-using-btn .block-button.primary:first-of-type, .section__tools-single-container__already-using-btn .btn:first-of-type {
    margin-right: 15px
  }
}
.section__tools-single-container__testimonials {
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0
}
.section__tools-single-container__testimonials__split {
  width: 50%;
  background: #f5f6fc;
  padding: 70px 50px;
  box-sizing: border-box;
  flex: 0 100%;
  margin: 0
}
@media (min-width:64em) {
  .section__tools-single-container__testimonials__split {
    flex: 0 46%;
    margin: 0 20px
  }
}
.section__tools-single-container__testimonials__split:first-of-type {
  background: #f2e4ff
}
.section__tools-single-container__testimonials__split__logo {
  text-align: left;
  margin-bottom: 25px;
  height: 50px
}
.section__tools-single-container__testimonials__split__logo img, .section__tools-single-container__testimonials__split__logo svg {
  width: 125px;
  vertical-align: bottom
}
.section__tools-single-container__testimonials__split__content {
  line-height: 32px;
  font-weight: 400;
  color: #241f4f;
  margin-bottom: 40px
}
.section__tools-single-container__client h2 {
  width: 100%;
  margin-bottom: 40px
}
@media (min-width:64em) {
  .section__tools-single-container__client h2 {
    margin-bottom: 0
  }
}
.section__tools-single-container__client__wrap {
  margin: 50px 0;
  display: block;
  position: relative
}
.section__tools-single-container__client__wrap__box {
  padding: 50px 20px;
  height: 298px;
  text-align: center;
  background: #fff;
  box-shadow: none;
  border-radius: 4px;
  border: 2px solid #c97df0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 20px
}
@media (min-width:64em) {
  .section__tools-single-container__client__wrap__box {
    margin-bottom: 0;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, .1)
  }
}
.section__tools-single-container__client__wrap__box-percent {
  font-size: 32px;
  font-weight: 200;
  color: #241f4f;
  flex-basis: 1;
  margin-bottom: 10px;
  height: 50px
}
.section__tools-single-container__client__wrap__box-content {
  margin-bottom: 35px;
  vertical-align: bottom
}
.section__tools-single-container__client__wrap__box-logo {
  display: inline-block;
  max-height: 75px
}
.section__tools-single-container__image-styles {
  padding: 50px;
  margin-left: 0
}
@media (min-width:48em) {
  .section__tools-single-container__image-styles {
    margin-left: 50px
  }
}
.section__tools-single-container__image-styles.left-margin {
  margin-left: 0;
  margin-right: 0
}
@media (min-width:48em) {
  .section__tools-single-container__image-styles.left-margin {
    margin-right: 50px
  }
}
.text-below-hero {
  padding-top: 100px;
  padding-bottom: 0
}
.section__products {
  position: relative;
  width: 100%;
  height: 100%
}
.section__products__hero {
  background: #f5f6fc;
  height: 100%;
  width: 100%;
  text-align: center;
  padding-bottom: 275px;
  padding-top: 150px
}
@media (min-width:64em) {
  .section__products__hero {
    padding-top: auto
  }
}
.section__products__hero p {
  margin-top: 50px
}
.section__products__hero .block-button.primary, .section__products__hero .btn {
  margin-top: 25px
}
.section__products__hero__image {
  position: absolute;
  margin-top: 50px
}
.section__products__logo {
  padding-top: 75px
}
@media (min-width:543px) and (max-width:767px) {
  .section__products__logo {
    padding-top: 290px
  }
}
@media (min-width:48em) {
  .section__products__logo {
    padding-top: 250px;
    padding-bottom: 0
  }
}
@media (min-width:64em) {
  .section__products__logo {
    padding-top: 275px
  }
}
.section__products__engagement h2 {
  margin-bottom: 25px
}
.section__products__drive {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='800' height='519' viewBox='0 0 800 519' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M723.845 429.321C587.12 574.83 195.75 515.372 77.027 437.018-42.436 358.526-11.6 114.985 92.075 85.59c103.512-29.401 162.74 31.104 236.56 31.078 73.96.026 162.809-162.52 344.91-103.933 120.753 38.643 187.024 271.077 50.3 416.585z' fill='%23F5F6FC' fill-rule='nonzero'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  padding-top: 0
}
.section__products__drive__title {
  margin-bottom: 0
}
@media (min-width:64em) {
  .section__products__drive__title {
    margin-bottom: 50px
  }
}
.section__products__drive__box {
  margin-top: 50px
}
.section__products__drive__box__content h2 {
  margin-bottom: 25px
}
.section__products__retain {
  padding-top: 0
}
.section__products__retain__content {
  margin-top: 40px
}
@media (min-width:64em) {
  .section__products__retain__content {
    margin-top: 0
  }
}
.section__products__acquire {
  padding-top: 0
}
.section__products__loyalty {
  background: linear-gradient(-180deg, #fbfbfe, #fff), url(../../images/products-bg.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 0
}
.section__products__loyalty__heading {
  margin-bottom: 50px;
  text-align: center
}
.section__products__loyalty__heading h2 {
  margin-bottom: 25px
}
.section__products__loyalty__list ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap
}
.section__products__loyalty__list ul li {
  width: 100%;
  padding-right: 50px
}
@media (min-width:64em) {
  .section__products__loyalty__list ul li {
    width: 50%
  }
}
.section__products__loyalty__list ul a {
  padding: 0
}
.section__products__loyalty__image {
  vertical-align: bottom;
  text-align: center;
  margin-top: 75px
}
.section__products__loyalty__image img {
  vertical-align: bottom
}
.section__products__breakdown {
  background: #f5f6fc;
  padding-bottom: 100px
}
@media (min-width:64em) {
  .section__products__breakdown {
    padding-bottom: auto
  }
}
.section__products__breakdown__heading h2 {
  text-align: center
}
.section__products__breakdown__wrap {
  margin-top: 50px
}
@media (min-width:64em) {
  .section__products__breakdown__wrap {
    margin-top: 100px
  }
}
.section__products__breakdown__wrap .slick-dots {
  margin-top: 50px
}
.section__products__breakdown__wrap__box {
  width: 100%;
  display: inline-block;
  padding-right: 0;
  text-align: center;
  outline: none;
  margin-top: 50px
}
@media (min-width:64em) {
  .section__products__breakdown__wrap__box {
    text-align: left;
    vertical-align: top;
    margin-bottom: 75px;
    margin-top: 0
  }
}
.section__products__breakdown__wrap__box__icon {
  width: 55px;
  height: 55px;
  margin: 0 auto
}
@media (min-width:64em) {
  .section__products__breakdown__wrap__box__icon {
    margin: 0
  }
}
.section__products__breakdown__wrap__box__icon img {
  width: 100%
}
.section__products__breakdown__wrap__box__title {
  font-weight: 700;
  color: #241f4f;
  font-size: 18px;
  margin-top: 25px
}
.section__products__breakdown__wrap__box__content {
  margin-top: 25px
}
.section__products__more h2 {
  text-align: center
}
@media (min-width:64em) {
  .section__products__more h2 {
    text-align: left
  }
}
.section__products__more__btns {
  background-image: linear-gradient(-185deg, #c97df0, #5f50d4);
  box-shadow: 0 12px 24px 0 #ddc0ff;
  border-radius: 5px;
  padding: 30px 10px;
  text-align: center;
  display: inline-block;
  margin-top: 50px;
  width: 100%
}
@media (min-width:64em) {
  .section__products__more__btns {
    margin-top: 0;
    width: auto
  }
}
.section__products__more__btns a {
  margin-bottom: 15px;
  color: #fff;
  width: 100%
}
.section__products__more__btns a:last-of-type {
  margin-bottom: 0
}
@media (min-width:64em) {
  .section__products__more__btns a {
    margin-top: 0;
    width: auto
  }
}
.section__about__hero {
  background: #fafafa;
  padding-top: 150px;
  padding-bottom: auto;position: relative;
z-index: 1;
}
@media (min-width:48em) {
  .section__about__hero {
    padding-bottom: 335px
  }
}
@media (min-width:64em) {
  .section__about__hero {
    padding-top: auto;
    padding-bottom: 420px
  }
}
@media (min-width:75em) {
  .section__about__hero {
    padding-top: auto;
    padding-bottom: 500px
  }
}
@media (min-width:1138px) and (max-width:1138px) {
  .section__about__hero {
    padding-bottom: 437px
  }
}
@media (min-width:1139px) and (max-width:1199px) {
  .section__about__hero {
    padding-bottom: 437px
  }
}
@media (min-width:1200px) and (max-width:1240px) {
  .section__about__hero {
    padding-bottom: 438px
  }
}
@media (min-width:1241px) {
  .section__about__hero {
    padding-bottom: 438px
  }
}
.section__about__hero h1 {
  margin-bottom: 35px
}
.section__about__hero__image {
  position: absolute;
  margin-top: 46px;
  display: none;
  left: 0;
  right: 0
}
@media (min-width:48em) {
  .section__about__hero__image {
    display: block
  }
}
@media (min-width:48em) {
  .section__about__hero__image img {
    width: 700px
  }
}
@media (min-width:1024px) and (max-width:1138px) {
  .section__about__hero__image img {
    width: 900px
  }
}
@media (min-width:1139px) {
  .section__about__hero__image img {
    width: 950px
  }
}
.section__about__mission {
  background-image: url(../../images/bg/about-bg.svg);
  background-position: 50%;
  background-repeat: no-repeat
}
@media (min-width:48em) {
  .section__about__mission {
    padding-top: 60px;
      padding-bottom: 0px;
        
  }
}
.section__about__mission__content {
  margin-top: 50px;
  width: 100%
}
@media (min-width:48em) {
  .section__about__mission__content {
    width: 80%;
    margin: 0 auto;
    margin-top: 50px
  }
}
@media (min-width:64em) {
  .section__about__mission__content {
    margin-top: 0;
    width: 100%
  }
}
.section__about__mission__content h2 {
  margin-bottom: 25px
}
.section__about__mission__image img {
  width: 100%
}
@media (min-width:48em) {
  .section__about__mission__image img {
    width: 50%
  }
}
@media (min-width:64em) {
  .section__about__mission__image img {
    width: 100%
  }
}
.section__about__investors {
  padding-top: 75px
}
.section__about__investors__content h2 {
  margin-bottom: 25px
}
.section__about__investors__images {
  margin-top: 50px
}
.section__about__investors__images ul {
  display: block
}
.section__about__investors__images ul.names {
  margin-top: 50px
}
.section__about__investors__images ul.names li {
  font-size: 24px;
  font-weight: 600;
  color: #241f4f;
  padding: 30px 50px;
  border-right: 0;
  width: 100%
}
.section__about__investors__images ul.names li:nth-child(2n) {
  border-right: 0
}
@media (min-width:48em) {
  .section__about__investors__images ul.names li {
    width: 32%;
    margin-bottom: 10px
  }
  .section__about__investors__images ul.names li:first-child, .section__about__investors__images ul.names li:nth-child(2), .section__about__investors__images ul.names li:nth-child(4) {
    border-right: 1px solid #ced6de
  }
}
@media (min-width:64em) {
  .section__about__investors__images ul.names li {
    margin-bottom: 10px
  }
  .section__about__investors__images ul.names li:nth-child(2n) {
    border-right: 1px solid #ced6de
  }
  .section__about__investors__images ul.names li:last-of-type {
    border-right: 0
  }
}
@media (min-width:75em) {
  .section__about__investors__images ul.names li:last-of-type {
    border-right: 0
  }
}
.section__about__investors__images ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 20px 40px;
  border-right: 1px solid #ced6de;
  width: 100%
}
@media (min-width:48em) {
  .section__about__investors__images ul li {
    width: 49%
  }
}
@media (min-width:75em) {
  .section__about__investors__images ul li {
    width: 33%
  }
}
.section__about__investors__images ul li:first-of-type, .section__about__investors__images ul li:last-of-type {
  border-right: 0
}
@media (min-width:64em) {
  .section__about__investors__images ul li:first-of-type {
    border-right: 1px solid #ced6de
  }
}
.section__about__journey {
  background-image: url(../../images/bg/about-journey-bg.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover
}
.section__about__journey__content {
  text-align: center;
  margin: 0 auto
}
.section__about__journey__content h2 {
  color: #fff;
  margin-bottom: 25px
}
.section__about__journey__content p {
  color: #928bc5
}
.section__about__journey__player {
  background: #fff;
  border-radius: 4px;
  margin-top: 50px;
  display: inline-block;
  text-align: left;
  height: 100%
}
@media (min-width:48em) {
  .section__about__journey__player {
    height: 176px
  }
}
.section__about__journey__player__content {
  padding: 40px 30px;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding-right: 0
}
.section__about__journey__player__content__btn {
  width: 90px;
  height: 90px;
  background-image: linear-gradient(-135deg, #c97df0, #5f50d4);
  border-radius: 100%;
  position: relative;
  box-shadow: 0 10px 20px 0 #dcb5ff;
  display: inline-block
}
.section__about__journey__player__content__btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}
.section__about__journey__player__content__info {
  display: inline-block;
  width: 65%;
  text-align: left;
  vertical-align: top;
  height: 100%;
  padding-left: 20px;
  color: #67839f;
  vertical-align: super
}
@media (min-width:48em) {
  .section__about__journey__player__content__info {
    width: 45%
  }
}
.section__about__journey__player__content__info__runtime {
  font-size: 12px;
  font-weight: 700;
  color: #241f4f;
  margin-top: 15px
}
.section__about__journey__player__image {
  display: none;
  position: relative;
  height: 176px;
  width: 176px;
  float: right
}
@media (min-width:48em) {
  .section__about__journey__player__image {
    display: inline-block;
    top: 0
  }
}
@media (max-width:774px) {
  .section__about__journey__player__image {
    top: -177px
  }
}
@media (min-width:75em) {
  .section__about__journey__player__image {
    top: -177px
  }
}
.section__about__slider {
  position: relative;
  background: #e6f3ff;
  background: linear-gradient(325deg, #e6f3ff, #93cdff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6f3ff", endColorstr="#e6f3ff", GradientType=1);
  flex-wrap: wrap;
  padding-bottom: 100px;
}
@media (min-width:64em) {
  .section__about__slider {
    margin-top: 0px
  }
}
.section__about__slider__heading {
  flex: 0 100%
}
@media (min-width:64em) {
  .section__about__slider__heading {
    flex: 0 40%
  }
}
.section__about__slider__heading p {
  margin-top: 25px
}
.section__about__slider__buttons {
  flex: 0 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 50px
}
@media (min-width:64em) {
  .section__about__slider__buttons {
    flex: 0 60%;
    margin-top: 0;
    justify-content: flex-end;
    align-items: center
  }
}
.section__about__slider__buttons__left {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='9' viewBox='0 0 16 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M16-4H0v16h16z'/%3E%3Cg stroke='%23085598' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M14.5 4.5h-13M5 1L1.5 4.5 5 8'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer;
  margin-right: 40px;
  transition: opacity .3s
}
.section__about__slider__buttons__left:hover {
  opacity: .8
}
.section__about__slider__buttons__left.slick-disabled {
  opacity: .5
}
.section__about__slider__buttons__right {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='9' viewBox='0 0 16 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0-4h16v16H0z'/%3E%3Cg stroke='%23085598' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M1.5 4.5h13M11 1l3.5 3.5L11 8'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer;
  transition: opacity .3s
}
.section__about__slider__buttons__right:hover {
  opacity: .8
}
.section__about__slider__buttons__right.slick-disabled {
  opacity: .5
}
.section__about__slider__items {
  width: 100%;
  margin-top: 35px;
  flex: 1 100%;
  display: flex;
 overflow-x: hidden;
  display: none
}
.section__about__slider__items:after {
  background: #085598;
  position: absolute;
  height: 10px;
  width: 100vw;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}
.section__about__slider__items__wrap {
  background: #fff;
  padding: 50px;
  border-radius: 24px;
  max-width: 410px;
  text-align: center
}
.section__about__slider__items__title {
  font-size: 16px;
  color: #241f4f;
  font-weight: 600;
  margin-top: 25px
}
.section__about__slider__items__date {
  font-weight: 100;
font-size: 65px;
  color: #00a69e;
  letter-spacing: 0;
  position: absolute;
  top: -100px;
  display: block;
  z-index: 0;
  left: 0;
  width: 100%;
  text-align: center
}
@media (min-width:48em) {
  .section__about__slider__items__date {
    top: -20px;
    left: unset;
    width: auto;
    text-align: left
  }
}
.section__about__slider__items .slick-slide {
  float: none;
  padding: 20px;
  position: relative
}
@media (min-width:48em) {
  .section__about__slider__items .slick-slide {
    position: unset
  }
}
@media (min-width:64em) {
  .section__about__slider__items .slick-slide {
    width: auto !important
  }
}
.section__about__slider__items .slick-slide img {
  margin: 0 auto
}
.section__about__slider__items .slick-list, .section__about__slider__items .slick-slider {
  flex: 1 100%;
  z-index: 1
}
.section__about__slider__items .slick-list {
  padding: 0;
  height: 100%
}
@media (min-width:48em) {
  .section__about__slider__items .slick-list {
    padding: 0 10% 0 0
  }
}
.section__about__slider__items .slick-track {
  padding-top: 100px;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: space-around
}
@media (min-width:64em) {
  .section__about__slider__items .slick-track {
    padding-left: 100px
  }
}
.flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap
}
.flex-between {
  justify-content: space-between
}
.section__blog__hero {
  background-image: url(../../images/resources-bg-header.png);
  background-color: #f5f6fc;
  background-position: 100% 0;
  background-repeat: no-repeat;
  padding-top: 150px
}
@media (min-width:64em) {
  .section__blog__hero {
    padding-top: auto
  }
}
.section__blog__hero h1 {
  margin-bottom: 0
}
@media (min-width:48em) {
  .section__blog__archive {
    padding: 75px 0
  }
}
@media (min-width:64em) {
  .section__blog__archive {
    padding: 75px 0
  }
}
.section__blog__archive__sort ul {
  text-align: center
}
.section__blog__archive__sort ul li {
  display: inline-block;
  padding: 0 15px;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 13px;
  color: #ced6de;
  font-weight: 600;
  transition: all .3s;
  cursor: pointer;
  text-align: left;
  vertical-align: top;
  padding-bottom: 20px;
  margin: auto
}
@media (min-width:48em) {
  .section__blog__archive__sort ul li {
    padding-bottom: 10px;
    text-align: center
  }
}
@media (min-width:64em) {
  .section__blog__archive__sort ul li {
    padding-bottom: 0
  }
}
.section__blog__archive__sort ul li:hover {
  transition: all .3s;
  color: #67839f
}
.section__blog__archive__sort ul li.active {
  font-weight: 600;
  color: #241f4f
}
.section__blog__archive__cards {
  margin-top: 25px
}
.section__blog__archive__cards__wrap {
  height: auto;
  background: #fff;
  position: relative;
  border-radius: 4px;
  border: 0px solid #ced6de;
  margin-top: 25px;
  transition: all .3s;box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
}
.section__blog__archive__cards__wrap:hover {
  transition: all .3s;
  transform: scale(1.02);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .11)
}
.section__blog__archive__cards__wrap__bg {
  height: auto;
  position: relative;
  width: 100%;
  z-index: 0;
  object-fit: cover;
  background-image: url(../../images/blog-archive-card.png);
  background-repeat: no-repeat;text-align: center;
}
.section__blog__archive__cards__wrap__bg img{
 
  height: 100%;

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

margin-top: 0px;
position: relative;
z-index: 1;
}
.section__blog__archive__cards__wrap__content__tag {
  background: #d5f1f6;
  color: #5fabb8;
  text-transform: capitalize;
  letter-spacing: .5px;
  font-weight: 500;
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 25px;margin-bottom: 20px;
}
.section__blog__archive__cards__wrap__content__tag.ecommerce {
  background: #f2e4ff;
  color: #085598
}
.section__blog__archive__cards__wrap__content__tag.loyalty {
  background: #fff4e4;
  color: #f7c377
}
.section__blog__archive__cards__wrap__content__tag.marketing {
  background: #d5f6d5;
  color: #60b85f
}
.section__blog__archive__cards__wrap__content__tag.news {
  background: #d5dcf6;
  color: #5f80b8
}
.section__blog__archive__cards__wrap__content__tag.new {
  background: #f6d5d5;
  color: #b85f5f
}
.section__blog__archive__cards__wrap__content__title {
 margin-top: 10px;
font-size: 14px;
color: #333;
font-weight: 400;
line-height: 19px;
letter-spacing: 0px;
margin-bottom: 10px;height: 40px;
/*    overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;*/
}
.section__blog__archive__more {
  text-align: center;
  margin-top: 75px
}
.pagination {
  padding: 50px 0;
  text-align: center
}
.blog-back {
  margin-top: 25px;
  font-size: 15px
}
.section__contact__hero {
  padding-top: 100px
}
@media (min-width:64em) {
  .section__contact__hero {
    text-align: left;
    padding-top: 150px
  }
}
.section__contact__hero__content h1 {
  margin-bottom: 45px
}
.section__contact__hero__content a {
  margin-top: 40px
}
.section__contact__hero__form {
  background: #f5f6fc;
  padding-top: 150px;
  padding: 35px 25px;
  margin-top: 35px
}
@media (min-width:64em) {
  .section__contact__hero__form {
    margin-top: 0;
    padding: 75px
  }
}
.section__contact__hero__form form {
  text-align: center;
  outline: none
}
.section__contact__hero__form form input.input, .section__contact__hero__form form textarea {
  width: 100%;
  border: 1px solid #ced6de;
  background: transparent;
  border-radius: 4px;
  padding: 10px 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
  font-size: 14px;
  outline: none
}
.section__contact__hero__form form textarea {
  height: 100px
}
.section__contact__hero__form form .block-button.primary, .section__contact__hero__form form .btn {
  font-size: 14px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 35px
}
.section__contact__hero__form form ::-webkit-input-placeholder {
  color: #67839f;
  opacity: 1
}
.section__contact__hero__form form :-ms-input-placeholder, .section__contact__hero__form form ::-ms-input-placeholder {
  opacity: 1
}
.section__contact__hero__form form ::placeholder {
  color: #67839f;
  opacity: 1
}
.section__contact__hero__form form :-ms-input-placeholder, .section__contact__hero__form form ::-ms-input-placeholder {
  color: #67839f
}
.section__contact__offices {
  padding-top: 0
}
.section__contact__offices__wrap {
  margin-top: 50px
}
.section__contact__offices__wrap__box {
  width: 100%;
  display: inline-block
}
.section__contact__offices__wrap__box:first-of-type {
  margin-bottom: 45px
}
@media (min-width:64em) {
  .section__contact__offices__wrap__box {
    width: 23%
  }
  .section__contact__offices__wrap__box:first-of-type {
    margin-bottom: 0
  }
}
.section__contact__offices__wrap__box__location {
  font-size: 24px;
  font-weight: 700;
  color: #241f4f;
  margin-bottom: 25px
}
.section__contact__offices__wrap__box__address {
  margin-bottom: 25px
}
.section__customers__hero {
  text-align: center;
  padding-top: 150px;
  padding-bottom: 0
}
@media (min-width:48em) {
  .section__customers__hero {
    text-align: left;
    padding-bottom: auto
  }
}
.section__customers__hero h1 {
  margin-bottom: 40px
}
.section__customers__hero p {
  width: 100%;
  margin: 0 auto
}
@media (min-width:48em) {
  .section__customers__hero p {
    width: 75%
  }
}
.section__customers__logo {
  padding: 0 0 50px
}
@media (min-width:64em) {
  .section__customers__logo {
    padding: 0 75px 75px
  }
}
.section__customers__logo__img {
  height: 100px;
  text-align: center;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center
}
@media (min-width:48em) {
  .section__customers__logo__img {
    height: 100px
  }
}
.section__customers__rotate {
  padding-bottom: 100px
}
.section__customers__rotate__main {
  width: 100%;
  display: block
}
.section__customers__rotate__main-container {
  height: 500px;
  background: #f5f6fc;
  background-image: url(../../images/resources-bg-header.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain
}
@media (min-width:64em) {
  .section__customers__rotate__main-container {
    background-position: 100% 0
  }
}
.section__customers__rotate__main-container__image {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 500px;
  display: none
}
@media (min-width:48em) {
  .section__customers__rotate__main-container__image {
    width: 50%;
    display: inline-block
  }
}
.section__customers__rotate__main-container__content {
  width: 100%;
  padding: 50px
}
@media (min-width:48em) {
  .section__customers__rotate__main-container__content {
    width: 50%
  }
}
.section__customers__rotate__main-container__content__description, .section__customers__rotate__main-container__content__logo {
  margin-bottom: 50px
}
.section__customers__rotate__main__cards {
  padding-bottom: 0
}
.section__customers__rotate__main__cards__wrap {
  border: 2px solid #ced6de;
  border-radius: 3px;
  margin-bottom: 20px;
  transition: all .3s
}
.section__customers__rotate__main__cards__wrap:hover {
  transition: all .3s;
  transform: scale(1.02);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .11)
}
.section__customers__rotate__main__cards__wrap__top {
  padding: 30px;
  border-bottom: 2px solid #ced6de;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center
}
@media (min-width:30em) {
  .section__customers__rotate__main__cards__wrap__top {
    max-height: 90px
  }
}
.section__customers__rotate__main__cards__wrap__top__logo {
  margin-right: 8px
}
.section__customers__rotate__main__cards__wrap__top__logo img {
  max-width: 100px;
  max-height: 71px
}
.section__customers__rotate__main__cards__wrap__top__tag {
  background: #d5f1f6;
  color: #5fabb8;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 600;
  padding: 5px 15px;
  font-size: 13px;
  border-radius: 25px;
  text-align: center
}
.section__customers__rotate__main__cards__wrap__top__tag.default {
  background: #d5f1f6;
  color: #5fabb8
}
.section__customers__rotate__main__cards__wrap__top__tag.ecommerce {
  background: #f2e4ff;
  color: #085598
}
.section__customers__rotate__main__cards__wrap__top__tag.loyalty {
  background: #fff4e4;
  color: #f7c377
}
.section__customers__rotate__main__cards__wrap__top__tag.marketing {
  background: #d5f6d5;
  color: #60b85f
}
.section__customers__rotate__main__cards__wrap__top__tag.news {
  background: #d5dcf6;
  color: #5f80b8
}
.section__customers__rotate__main__cards__wrap__top__tag.new {
  background: #f6d5d5;
  color: #b85f5f
}
.section__customers__rotate__main__cards__wrap__description, .section__customers__rotate__main__cards__wrap__link {
  padding: 30px
}
.case__study {
  width: 100%;
  display: block;
  padding-top: 0
}
.case__study-content__hero {
  width: 100%;
  padding: 200px 0;
  font-weight: 700;
  width: 100vw;
  position: relative;
  margin-bottom: 25px;
  background-image: linear-gradient(-45deg, #252a37, #9198b1);
  text-align: center;
  background-size: cover;
  background-position: 50%
}
@media (min-width:64em) {
  .case__study-content__hero {
    margin-bottom: 100px
  }
}
.case__study-content__hero h1 {
  color: #fff
}
.case__study-container__stats {
  margin-bottom: 50px
}
@media (min-width:64em) {
  .case__study-container__stats {
    margin-bottom: 0
  }
}
.case__study-container__stats__wrap {
  margin-bottom: 50px;
  width: 100%;
  text-align: center
}
@media (min-width:64em) {
  .case__study-container__stats__wrap {
    text-align: left
  }
}
.case__study-container__stats__wrap__digit {
  font-size: 60px;
  color: #feb406;
  font-weight: 200
}
@media (min-width:64em) {
  .case__study-container__stats__wrap__digit {
    font-size: 80px
  }
}
.case__study-container__stats__wrap__content {
  width: 100%;
  padding-bottom: 50px;
  border-bottom: 1px solid #f5f6fc
}
@media (min-width:64em) {
  .case__study-container__stats__wrap__content {
    width: 55%
  }
}
.case__study-container__stats__btn {
  text-align: center
}
@media (min-width:64em) {
  .case__study-container__stats__btn {
    text-align: left
  }
}
.case__study-container__blockquote {
  background: #f5f6fc;
  font-size: 22px;
  font-weight: 200;
  padding: 100px 50px;
  text-align: center;
  margin: 75px 0;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%)
}
@media (min-width:64em) {
  .case__study-container__blockquote {
    font-size: 32px
  }
}
.case__study-container__blockquote p {
  width: 100%;
  margin: 0 auto;
  line-height: 2
}
@media (min-width:64em) {
  .case__study-container__blockquote p {
    width: 75%
  }
}
.case__study-container__quote {
  background: #f5f6fc;
  position: relative;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  margin-top: 100px
}
.case__study-container__quote__wrap {
  padding: 100px 0;
  text-align: center;
  width: 85%;
  margin: 0 auto
}
.case__study-container__quote__wrap:before {
  transition: all .3s;
  content: "";
  width: 100px;
  position: absolute;
  top: -2%;
  height: 71.55px;
  margin-top: -4px;
  left: 10%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='100' height='72' viewBox='0 0 100 72' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M64.365 44.751c2.486-3.867 6.906-5.524 12.43-5.524 8.564 0 15.194 6.63 15.194 15.193 0 9.945-7.182 17.127-18.232 17.127-13.26 0-21.823-11.326-21.823-28.453C51.934 19.06 72.099.829 100 0v4.144C77.9 6.906 61.326 21.547 64.365 44.75zm-51.934 0c2.486-3.867 6.906-5.524 12.43-5.524 8.564 0 15.194 6.63 15.194 15.193 0 9.945-7.182 17.127-18.232 17.127C8.563 71.547 0 60.221 0 43.094 0 19.06 20.166.829 48.066 0v4.144C25.966 6.906 9.392 21.547 12.431 44.75z' fill='%23241F4F' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-size: 50px;
  background-repeat: no-repeat
}
@media (min-width:64em) {
  .case__study-container__quote__wrap:before {
    background-size: auto;
    left: 20%;
    top: -5%;
    margin-top: -4px
  }
}
.case__study-container__quote__wrap:after {
  transition: all .3s;
  content: "";
  width: 100px;
  position: absolute;
  bottom: -7%;
  height: 71.55px;
  margin-top: -4px;
  right: 2%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='100' height='72' viewBox='0 0 100 72' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M87.57 26.796c-2.487 3.867-6.907 5.524-12.432 5.524-8.563 0-15.193-6.63-15.193-15.193C59.945 7.182 67.127 0 78.177 0 91.437 0 100 11.326 100 28.453c0 24.033-20.166 42.265-48.066 43.094v-4.144C74.034 64.641 90.608 50 87.569 26.796zm-51.935 0c-2.486 3.867-6.906 5.524-12.43 5.524-8.564 0-15.194-6.63-15.194-15.193C8.011 7.182 15.193 0 26.243 0c13.26 0 21.823 11.326 21.823 28.453 0 24.033-20.165 42.265-48.066 43.094v-4.144C22.1 64.641 38.674 50 35.635 26.796z' fill='%23241F4F' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-size: 50px;
  background-repeat: no-repeat
}
@media (min-width:48em) {
  .case__study-container__quote__wrap:after {
    bottom: -10%
  }
}
@media (min-width:64em) {
  .case__study-container__quote__wrap:after {
    background-size: auto;
    bottom: -5%;
    margin-top: -4px;
    right: 20%
  }
}
.case__study-container__quote__wrap-heading {
  font-size: 28px;
  color: #241f4f;
  font-weight: 200;
  letter-spacing: -1px;
  text-align: center;
  line-height: 2
}
@media (min-width:30em) {
  .case__study-container__quote__wrap-heading {
    font-size: 32px
  }
}
@media (min-width:64em) {
  .case__study-container__quote__wrap-heading {
    font-size: 48px
  }
}
.case__study-container__quote__wrap-by {
  margin-top: 30px
}
@media (min-width:64em) {
  .case__study-container__quote__wrap-by {
    margin-top: 100px
  }
}
.case__study-container__quote__wrap-by-name {
  font-weight: 700;
  color: #241f4f;
  margin-bottom: 10px;
  font-size: 18px
}
.case__study-text-image {
  margin-bottom: 0
}
@media (min-width:64em) {
  .case__study-text-image {
    margin-bottom: 100px
  }
}
.case__study-text-image .first-sm {
  margin-right: 50px
}
.case__study-text-image .first-sm .case__study-container__image {
  margin-left: 0
}
.case__study-text-image .case__study-container__image {
  margin-left: 0;
  margin-bottom: 50px
}
@media (min-width:64em) {
  .case__study-text-image .case__study-container__image {
    margin-left: 50px;
    margin-bottom: 0
  }
}
.section__careers__hero {
  background-image: url(../../images/careers-bg.png);
  background-color: #f5f6fc;
  background-position: 100% 0;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 150px
}
@media (min-width:64em) {
  .section__careers__hero {
    padding-top: auto;
    margin-bottom: 60px
  }
}
.section__careers__hero__content {
  margin-top: 45px
}
.section__careers__hero__content h1, .section__careers__hero__content p {
  margin-bottom: 25px
}
.section__careers__hero__video {
  margin-top: 50px
}
@media (min-width:64em) {
  .section__careers__hero__video {
    margin-top: 0;
    position: absolute;
    top: 0
  }
}
.section__careers__hero__video img {
  width: 100%;
  height: 100%
}
@media (min-width:64em) {
  .section__careers__hero__video img {
    width: 531px;
    height: 473px
  }
}
.section__careers__join {
  padding: 70px 0
}
.section__careers__join h2 {
  width: 100%;
  margin-bottom: 20px
}
@media (min-width:64em) {
  .section__careers__join h2 {
    width: 49%;
    margin: 0 auto;
    margin-bottom: 40px
  }
}
.section__careers__join p {
  width: 100%
}
@media (min-width:64em) {
  .section__careers__join p {
    width: 45%;
    margin: 0 auto
  }
}
.section__careers__step {
  background: #fff
}
.section__careers__step__list__header {
  text-align: center;
  margin-bottom: 50px
}
@media (min-width:64em) {
  .section__careers__step__list__header {
    margin-bottom: 100px
  }
}
.section__careers__step__list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-shrink: 0
}
.section__careers__step__list ul li {
  flex: 0 100%;
  background: url(../../images/list-bulb-tick.svg) no-repeat 0 0;
  padding: 0 20px 15px 45px;
  margin-top: 20px
}
@media (min-width:64em) {
  .section__careers__step__list ul li {
    flex: 0 33%;
    margin-top: 0
  }
}
.section__careers__step__list ul p {
  margin-bottom: 35px
}
.section__careers__step__list ul p:last-of-type {
  margin-bottom: 0
}
.section__careers__step__list__image {
  margin-top: 25px
}
@media (min-width:64em) {
  .section__careers__step__list__image {
    margin-top: 0
  }
}
.section__careers__slider {
  background: #f5f6fc;
  padding: 20px 0
}
.section__careers__slider__slick-slider {
  width: 100%;
  background-color: transparent
}
.section__careers__slider__slick-slider .slick-track {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center
}
.section__careers__slider__slick-slider .slick-slide {
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 0;
  margin: 10px;
  transition: all .3s ease;
  height: auto;
  width: 100%;
  text-align: center
}
.section__careers__slider__slick-slider .slick-slide:not(.slick-current) {
  opacity: .3
}
.section__careers__slider__slick-slider .slick-slide img {
  margin: 0 auto;
  height: 588px;
  width: 858px;
  object-fit: cover
}
.section__careers__slider .slick-next, .section__careers__slider .slick-prev {
  z-index: 10;
  top: 0;
  background-color: transparent
}
.section__careers__slider .slick-prev {
  left: 10px
}
.section__careers__slider .slick-next {
  right: 10px
}
.section__careers__slider .slick-dots {
  position: relative;
  bottom: 0
}
.section__careers__hiring {
  padding-top: 0
}
.section__careers__hiring__header {
  width: 100%;
  text-align: center
}
@media (min-width:64em) {
  .section__careers__hiring__header {
    width: 50%;
    margin: 0 auto
  }
}
.section__careers__hiring__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  flex-shrink: 0
}
@media (min-width:64em) {
  .section__careers__hiring__wrapper {
    flex-direction: row;
    margin-top: 100px
  }
}
.section__careers__hiring__wrapper__item {
  flex: 0 100%;
  text-align: center;
  margin-top: 50px
}
@media (min-width:64em) {
  .section__careers__hiring__wrapper__item {
    flex: 0 33%;
    padding: 0 15px
  }
}
.section__careers__hiring__wrapper__item__heading {
  font-size: 24px;
  color: #241f4f;
  letter-spacing: -.75px;
  margin: 10px 0
}
.section__careers__hiring__next {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: 50px
}
@media (min-width:64em) {
  .section__careers__hiring__next {
    width: 50%;
    margin-top: 150px
  }
}
.section__careers__hiring__next h3 {
  font-size: 24px;
  font-weight: 600;
  color: #241f4f;
  letter-spacing: -.75px;
  margin-bottom: 10px
}
.section__careers__collage {
  max-width: 1440px;
  margin: auto
}
.section__careers__collage__images {
  padding: 0;
  margin: 0;
  list-style: none
}
.section__careers__collage__images li {
  vertical-align: bottom;
  display: inline-block
}
.section__careers__collage__images li:first-child {
  width: calc(30% - 5px);
  height: 100px
}
@media (min-width:48em) {
  .section__careers__collage__images li:first-child {
    height: 200px
  }
}
@media (min-width:64em) {
  .section__careers__collage__images li:first-child {
    width: calc(20% - 7.5px);
    height: 200px
  }
}
@media (min-width:75em) {
  .section__careers__collage__images li:first-child {
    height: 250px
  }
}
.section__careers__collage__images li:nth-child(2) {
  width: calc(45% - 5px);
  height: 150px
}
@media (min-width:48em) {
  .section__careers__collage__images li:nth-child(2) {
    height: 350px
  }
}
@media (min-width:64em) {
  .section__careers__collage__images li:nth-child(2) {
    width: calc(55% - 7.5px)
  }
}
@media (min-width:75em) {
  .section__careers__collage__images li:nth-child(2) {
    height: 450px
  }
}
.section__careers__collage__images li:nth-child(3) {
  width: calc(25% - 5px);
  height: 100px
}
@media (min-width:48em) {
  .section__careers__collage__images li:nth-child(3) {
    height: 200px
  }
}
@media (min-width:64em) {
  .section__careers__collage__images li:nth-child(3) {
    width: calc(15% - 7.5px);
    height: 200px;
    margin-right: 10%
  }
}
@media (min-width:75em) {
  .section__careers__collage__images li:nth-child(3) {
    height: 250px
  }
}
.section__careers__collage__images li:nth-child(4) {
  width: calc(35% - 5px);
  height: 100px;
  align-self: flex-start;
  vertical-align: top
}
@media (min-width:48em) {
  .section__careers__collage__images li:nth-child(4) {
    height: 200px
  }
}
@media (min-width:64em) {
  .section__careers__collage__images li:nth-child(4) {
    width: calc(25% - 7.5px);
    margin-left: 10%
  }
}
@media (min-width:75em) {
  .section__careers__collage__images li:nth-child(4) {
    height: 250px
  }
}
.section__careers__collage__images li:nth-child(5) {
  width: calc(25% - 3px);
  height: 150px;
  align-self: flex-start;
  vertical-align: top
}
@media (min-width:48em) {
  .section__careers__collage__images li:nth-child(5) {
    width: calc(30% - 7.5px);
    height: 300px
  }
}
@media (min-width:64em) {
  .section__careers__collage__images li:nth-child(5) {
    width: calc(30% - 7.5px);
    height: 300px
  }
}
@media (min-width:75em) {
  .section__careers__collage__images li:nth-child(5) {
    height: 400px
  }
}
.section__careers__collage__images li:nth-child(6) {
  width: calc(40% - 5px);
  height: 100px;
  align-self: flex-start;
  vertical-align: top
}
@media (min-width:48em) {
  .section__careers__collage__images li:nth-child(6) {
    width: calc(35% - 7.5px);
    height: 200px
  }
}
@media (min-width:64em) {
  .section__careers__collage__images li:nth-child(6) {
    width: calc(35% - 7.5px);
    height: 250px
  }
}
@media (min-width:75em) {
  .section__careers__collage__images li:nth-child(6) {
    height: 300px
  }
}
.section__careers__collage__images li:nth-child(-n+3) {
  margin-bottom: 5px;
  vertical-align: baseline
}
.section__careers__collage__images li img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
  max-width: 100%;
  vertical-align: bottom
}
.section__careers-single {
  background-image: url(../../images/bg/careers-bg.svg);
  background-position: 100% 0;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  height: 100%;
  padding-top: 100px
}
@media (min-width:64em) {
  .section__careers-single {
    padding-top: 200px
  }
}
.section__careers-single__table_of_contents {
  position: sticky;
  margin-bottom: 50px
}
@media (min-width:48em) {
  .section__careers-single__table_of_contents {
    top: 80px
  }
}
@media (min-width:64em) {
  .section__careers-single__table_of_contents {
    margin-bottom: 0
  }
}
.section__careers-single__table_of_contents .back_to_careers {
  color: #b2b2b2;
  margin-bottom: 25px;
  display: none
}
.section__careers-single__table_of_contents .back_to_careers img {
  margin-right: 8px
}
@media (min-width:64em) {
  .section__careers-single__table_of_contents .back_to_careers {
    display: block
  }
}
.section__careers-single__table_of_contents .careers__image {
  height: 250px;
  overflow: hidden;
  margin-bottom: 40px
}
.section__careers-single__table_of_contents .careers__image img {
  border-radius: 4px
}
.section__careers-single__table_of_contents ul {
  margin-bottom: 35px
}
.section__careers-single__table_of_contents ul li {
  margin-bottom: 10px
}
.section__careers-single__table_of_contents .block-button.primary, .section__careers-single__table_of_contents .btn {
  width: 100%
}
.section__careers-single__content__hero h1 {
  margin-bottom: 20px
}
.section__careers-single__content__hero span {
  color: #fff;
  background: #42c5dc;
  font-size: 13px;
  padding: 7px 20px;
  border-radius: 4px;
  margin-bottom: 20px;
  display: inline-block
}
.section__careers-single__content__item {
  padding-top: 50px
}
.section__careers-single__content__item ul {
  padding-top: 10px;
  list-style: disc;
  margin-left: 20px
}
.section__careers-single__content__item ul li {
  padding-top: 10px
}
.section__pricing__hero {
  padding: 150px 0 50px
}
.section__pricing__hero__content h1 {
  margin-bottom: .7em
}
.section__pricing__hero__content p {
  margin-bottom: 25px;
  width: 100%;
  margin: 0 auto
}
@media (min-width:64em) {
  .section__pricing__hero__content p {
    width: 60%
  }
}
.section__pricing__plans {
  padding-top: 20px;
  padding-bottom: 50px;
  background: #fff;
  background: linear-gradient(0deg, #f5f6fc 100%, #fff 0)
}
@media (min-width:64em) {
  .section__pricing__plans {
    position: relative
  }
  .section__pricing__plans:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 375px;
    background-color: #fff;
    z-index: 0
  }
  .section__pricing__plans .container {
    z-index: 1
  }
}
.section__pricing__plans .payment-terms__heading {
  font-size: 26px;
  text-align: center;
  color: #241f4f;
  font-weight: 400;
  margin-bottom: 40px
}
.section__pricing__plans .payment-terms__switches {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px auto 70px
}
.section__pricing__plans .payment-terms__switches-item {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 20px;
  margin-left: 20px
}
.section__pricing__plans .payment-terms__switches-item-heading {
  color: #241f4f;
  margin-right: 15px;
  font-weight: 500
}
.section__pricing__plans .payment-terms__switches-item .switch {
  width: 100px;
  height: 40px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer
}
.section__pricing__plans .payment-terms__switches-item .switch.is-active {
  background-color: #9da1ad;
  color: #fff
}
.section__pricing__plans .payment-terms__switches-item .radio {
  position: relative;
  padding-left: 50px;
  cursor: pointer;
  color: #241f4f
}
.section__pricing__plans .payment-terms__switches-item .radio input {
  -webkit-appearance: radio;
  position: absolute;
  opacity: 0;
  cursor: pointer
}
.section__pricing__plans .payment-terms__switches-item .radio input:checked ~ .checkmark {
  background-color: #9da1ad
}
.section__pricing__plans .payment-terms__switches-item .radio input:checked ~ .checkmark:after {
  content: "";
  position: absolute;
  display: block;
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff
}
.section__pricing__plans .payment-terms__switches-item .radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
  margin: 0 10px
}
.section__pricing__plans .payment-terms__switches-item .radio input.is-active ~ .checkmark {
  background-color: #9da1ad
}
.section__pricing__plans .payment-terms__switches-item .radio input.is-active ~ .checkmark :after {
  content: "";
  position: absolute;
  display: block;
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff
}
.section__pricing__plans .pricing-plan-cards .row {
  gap: 40px
}
.section__pricing__plans .pricing-plan-cards .card {
  margin-bottom: 100px;
  max-width: 400px
}
@media (min-width:64em) {
  .section__pricing__plans .pricing-plan-cards .card {
    margin-bottom: 40px
  }
}
.section__pricing__plans__heading {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  background: #f2e4ff;
  padding: 18px;
  border-radius: 10px 10px 0 0;
  color: #085598;
  position: absolute;
  top: 0;
  left: 8px;
  right: 8px
}
.ll_advanced_card .section__pricing__plans__heading {
  background: #7e8ac0;
  color: #fff
}
.section__pricing__plans__single {
  text-align: center;
  background: #fff;
  margin-top: 70px;
  margin-bottom: 40px;
  padding: 20px;
  box-shadow: 0 0 5px 0 #dfdfdf;
  border: none;
  height: 100%;
  flex-direction: column;
  display: flex;
  border-radius: 0 0 10px 10px
}
@media (min-width:64em) {
  .section__pricing__plans__single {
    width: 100%
  }
}
.ll_advanced_card .section__pricing__plans__single {
  border: 3px solid #7e8ac0 !important
}
.section__pricing__plans__single__price {
  color: #f7c377;
  font-weight: 200;
  margin-bottom: 10px;
  text-align: left;
  background-image: linear-gradient(90deg, #000 33%, hsla(0, 0%, 100%, 0) 0);
  background-position: bottom;
  background-size: 5px 1px;
  background-repeat: repeat-x;
  padding-bottom: 20px;
  font-size: 0;
  padding-left: 10px
}
.section__pricing__plans__single__price .intro {
  color: #67839f;
  font-size: 20px;
  font-weight: 400
}
.section__pricing__plans__single__price .currency, .section__pricing__plans__single__price .value {
  font-size: 24px;
  color: #241f4f;
  font-weight: 600;
  vertical-align: baseline
}
.section__pricing__plans__single__year {
  display: inline;
  color: #241f4f;
  font-size: 16px;
  font-weight: 500;
  margin-left: 5px
}
.section__pricing__plans__single .ll_card_subheader_inside {
  text-align: left;
  background-image: linear-gradient(90deg, #000 33%, hsla(0, 0%, 100%, 0) 0);
  background-position: bottom;
  background-size: 5px 1px;
  background-repeat: repeat-x;
  padding-bottom: 20px;
  padding-left: 10px;
  font-size: 0
}
.section__pricing__plans__single .ll_card_subheader_inside_price {
  font-size: 24px;
  color: #241f4f
}
.section__pricing__plans__single .ll_card_subheader_inside_monthly_div {
  position: relative
}
.section__pricing__plans__single .ll_card_subheader_inside_monthly_div .ll_card_subheader_inside_monthly {
  font-size: 16px;
  margin-right: 10px;
  color: #000
}
.section__pricing__plans__single__btn {
  padding: 20px 10px;
  width: 100%;
  transition: .3s;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #7e8ac0;
  background-color: #fff;
  border: 2px solid #7e8ac0;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600
}
.section__pricing__plans__single__btn:hover {
  background-color: #6b77ab;
  color: #fff
}
.section__pricing__plans__single .ll_benefits_div {
  background-image: linear-gradient(90deg, #000 33%, hsla(0, 0%, 100%, 0) 0);
  background-position: top;
  background-size: 5px 1px;
  background-repeat: repeat-x;
  flex: 1;
  flex-direction: column;
  display: flex
}
.section__pricing__plans__single .ll_basic_benefits {
  text-align: left;
  padding-top: 10px;
  color: #241f4f;
  margin-bottom: 15px
}
.section__pricing__plans__single .ll_basic_benefits h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px
}
.section__pricing__plans__single .ll_benefit_point {
  margin: 10px 0
}
.section__pricing__plans__single .ll_benefit_point_text {
  font-size: 14px;
  display: inline-block;
  position: relative;
  margin-left: 20px
}
.section__pricing__plans__single .ll_benefit_point_text:before {
  position: absolute;
  height: 10px;
  width: 3px;
  border-bottom: 3px solid #7e8ac0;
  border-right: 3px solid #7e8ac0;
  content: "";
  transform: rotate(45deg);
  left: -15px;
  top: 2px
}
.section__pricing__plans__single .ll_tooltip {
  position: relative;
  display: inline-block
}
.section__pricing__plans__single .ll_tooltip svg {
  position: absolute;
  bottom: -2px
}
.section__pricing__plans__single .ll_tooltip_text {
  font-size: 14px;
  width: 300px;
  background-color: #2b222a;
  color: #efefef;
  text-align: center;
  border-radius: 6px;
  padding: 1rem;
  position: absolute;
  z-index: 1;
  top: 140%;
  right: -150px;
  pointer-events: none;
  opacity: 0
}
.section__pricing__plans__single .ll_tooltip:focus .ll_tooltip_text, .section__pricing__plans__single .ll_tooltip:hover .ll_tooltip_text {
  opacity: 1
}
.section__pricing__plans__single .anchor-link {
  font-size: 16px;
  text-decoration: underline;
  color: #241f4f
}
.section__pricing__plans .anchor-cta {
  display: flex;
  justify-content: center;
  margin-top: 20px
}
.section__pricing__plans .anchor-cta .ll_feature_btn {
  margin-top: 0;
  margin-bottom: 50px;
  flex-grow: 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding: 20px 25px;
  border: 1px solid #7e8ac0;
  border-radius: 5px;
  background-color: #7e8ac0
}
@media (min-width:64em) {
  .section__pricing__plans .anchor-cta .ll_feature_btn {
    margin-top: 50px
  }
}
.section__pricing__plans__enterprise {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  margin-top: 0
}
.section__pricing__plans__enterprise__icon {
  display: block;
  text-align: center;
  vertical-align: middle;
  height: 40px;
  margin-right: 20px;
  margin-bottom: 15px
}
@media (min-width:64em) {
  .section__pricing__plans__enterprise__icon {
    display: inline-block;
    text-align: left;
    margin-bottom: 0
  }
}
.section__pricing__plans__enterprise__title {
  font-weight: 600;
  color: #241f4f;
  display: block;
  text-align: center
}
@media (min-width:64em) {
  .section__pricing__plans__enterprise__title {
    display: inline-block;
    text-align: left
  }
}
.section__pricing__plans__enterprise__btn {
  display: block;
  float: none;
  text-align: center;
  margin-top: 10px;
  background-color: #fff;
  color: #7e8ac0;
  font-weight: 600 !important;
  border: 2px solid #7e8ac0
}
@media (min-width:64em) {
  .section__pricing__plans__enterprise__btn {
    display: inline-block;
    float: right;
    margin-top: 0
  }
}
.section__pricing__plans__shopify {
  margin-top: 40px
}
.section__pricing__plans__shopify__icon {
  display: block;
  text-align: center;
  height: 40px;
  margin-right: 20px;
  margin-bottom: 15px
}
@media (min-width:64em) {
  .section__pricing__plans__shopify__icon {
    display: inline-block;
    text-align: left;
    margin-bottom: 0;
    width: 40px;
    vertical-align: middle;
    margin-top: 7px
  }
}
.section__pricing__plans__shopify__title {
  font-weight: 600;
  color: #241f4f;
  display: block;
  text-align: center
}
@media (min-width:64em) {
  .section__pricing__plans__shopify__title {
    display: inline-block;
    text-align: left
  }
}
.section__pricing__plans__shopify__title span {
  color: #67839f;
  font-weight: 400;
  margin-left: 10px
}
.section__pricing__plans__shopify__title span a {
  text-decoration: underline
}
@media (min-width:64em) {
  .section__pricing__plans__shopify__title span {
    margin-left: 25px
  }
}
.section__pricing__plans__shopify__btn {
  display: block;
  float: none;
  font-weight: 600;
  line-height: 42px;
  text-align: center;
  margin-top: 10px
}
@media (min-width:64em) {
  .section__pricing__plans__shopify__btn {
    display: inline-block;
    float: right;
    margin-top: 0
  }
}
.section__pricing__platform {
  position: relative;
  display: none;
  padding: 75px 0 0
}
@media (min-width:48em) {
  .section__pricing__platform {
    display: block;
    padding: auto
  }
}
@media (min-width:64em) {
  .section__pricing__platform {
    top: 0;
    font-size: 20px;
    z-index: 99;
    background: #fff;
    padding-top: 40px;
    margin-bottom: 40px
  }
}
.section__pricing__platform__heading {
  text-align: left
}
.section__pricing__platform__items {
  margin-top: 40px
}
.section__pricing__platform__items li a {
  outline: none;
  width: 49%;
  display: flex;
  align-items: center;
  float: left;
  opacity: .5;
  padding: 15px 10px;
  height: 77px;
  position: relative;
  transition: all .3s;
  cursor: pointer
}
@media (min-width:64em) {
  .section__pricing__platform__items li a {
    width: 20%
  }
}
.section__pricing__platform__items li a > div {
  margin: 0 auto
}
.section__pricing__platform__items li a img {
  vertical-align: middle;
  width: 115px
}
@media (min-width:64em) {
  .section__pricing__platform__items li a img {
    width: 115px
  }
}
.section__pricing__platform__items li a.is-active {
  opacity: 1;
  background: #fff;
  border-bottom: 0;
  transition: all .3s
}
@media (min-width:64em) {
  .section__pricing__platform__items li a.is-active {
    border-bottom: 2px solid #241f4f
  }
}
.section__pricing__platform__items li a:hover {
  opacity: 1;
  transition: all .3s
}
.section__pricing__compare {
  display: none;
  padding-top: 50px;
  padding-bottom: 50px
}
@media (min-width:48em) {
  .section__pricing__compare {
    display: block
  }
}
.section__pricing__compare h2 {
  margin-bottom: 50px
}
.section__pricing__compare span.tick {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h16v16H0z'/%3E%3Cg stroke='%23085598' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='8' r='7.5'/%3E%3Cpath d='M4.5 7.5L7 10l5-5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  height: 16px;
  width: 16px;
  position: absolute;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto
}
.section__pricing__compare .tooltip-toggle {
  position: absolute;
  text-decoration: none;
  left: 9px;
  margin-top: 5px
}
.section__pricing__compare .tooltip-toggle svg {
  height: 18px;
  width: 12px;
  pointer-events: none
}
.section__pricing__compare .tooltip-toggle:before {
  position: absolute;
  left: 20px;
  background-color: rgba(43, 34, 42, .94);
  border-radius: 5px;
  color: #fff;
  content: attr(aria-label);
  padding: 1rem;
  text-transform: none;
  width: 280px;
  z-index: 99
}
.section__pricing__compare .tooltip-toggle:after, .section__pricing__compare .tooltip-toggle:before {
  color: #efefef;
  font-size: 14px;
  opacity: 0;
  pointer-events: none;
  text-align: center
}
.section__pricing__compare .tooltip-toggle:focus:after, .section__pricing__compare .tooltip-toggle:focus:before, .section__pricing__compare .tooltip-toggle:hover:after, .section__pricing__compare .tooltip-toggle:hover:before {
  opacity: 1
}
.section__pricing__compare table {
  border: 1px solid #f8f8fc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed
}
.section__pricing__compare table thead {
  position: sticky
}
.section__pricing__compare table thead tr {
  background: #f1e4ff;
  height: 80px
}
.section__pricing__compare table thead tr th {
  color: #241f4f
}
.section__pricing__compare table thead tr th a {
  text-decoration: underline;
  font-size: 12px
}
.section__pricing__compare table tbody {
  position: relative
}
.section__pricing__compare table tbody tr.heading {
  background: #faf5ff;
  height: 60px;
  text-align: left;
  cursor: pointer
}
.section__pricing__compare table tbody tr.heading td {
  color: #241f4f;
  font-weight: 600;
  text-align: left
}
.section__pricing__compare table tbody tr.heading td svg {
  transition: .3s;
  transform: rotate(-90deg);
  margin-left: 20px
}
.section__pricing__compare table tbody tr.heading.active td svg {
  transition: .3s;
  transform: rotate(0deg)
}
.section__pricing__compare table tbody tr td a {
  display: inline;
  color: #67839f;
  transition: all .2s
}
.section__pricing__compare table tbody tr td a:hover {
  color: #371854;
  transition: all .2s
}
.section__pricing__compare table tbody tr td a.arrow-right.alt:after, .section__pricing__compare table tbody tr td a.block-button.secondary:after {
  transition: all .3s;
  content: "";
  width: 14px;
  position: absolute;
  right: 13px;
  top: unset;
  margin-top: -4px;
  bottom: 5px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='7' viewBox='0 0 14 7' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-1-5h16v16H-1z'/%3E%3Cg stroke='%2367839F' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M.5 3.5h13M10 0l3.5 3.5L10 7'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}
.section__pricing__compare table tbody tr td a.arrow-right.alt:hover:after, .section__pricing__compare table tbody tr td a.block-button.secondary:hover:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='7' viewBox='0 0 14 7' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-1-5h16v16H-1z'/%3E%3Cg stroke='%23085598' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M.5 3.5h13M10 0l3.5 3.5L10 7'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}
.section__pricing__compare table tbody tr td p {
  display: inline
}
.section__pricing__compare table tbody tr td:first-child {
  text-align: left;
  padding-left: 25px;
  font-size: 15px
}
.section__pricing__compare table tr {
  background-color: transparent;
  padding: .35em;
  height: 60px;
  border-bottom: 1px solid #f5f6fc
}
.section__pricing__compare table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em
}
.section__pricing__compare table td, .section__pricing__compare table th {
  padding: .625em;
  text-align: center;
  position: relative
}
@media screen and (max-width:600px) {
  .section__pricing__compare table {
    border: 0
  }
  .section__pricing__compare table caption {
    font-size: 1.3em
  }
  .section__pricing__compare table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
  }
  .section__pricing__compare table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em
  }
  .section__pricing__compare table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right
  }
  .section__pricing__compare table td:before {
    content: attr(data-label);
    float: left;
    font-weight: 700;
    text-transform: uppercase
  }
  .section__pricing__compare table td:last-child {
    border-bottom: 0
  }
}
.section__pricing__slider {
  background-image: linear-gradient(-185deg, #c97df0, #5f50d4);
  margin: 0;
  margin-bottom: 0
}
@media (min-width:64em) {
  .section__pricing__slider {
    margin: 160px 0;
    margin-bottom: 200px
  }
}
.section__pricing__slider__content h2, .section__pricing__slider__content p {
  color: #fff
}
.section__pricing__slider__widget {
  position: relative;
  background: #fff;
  width: 100%;
  border-radius: 4px;
  padding: 20px;
  box-sizing: border-box;
  top: 0;
  right: 0;
  height: 580px;
  box-shadow: 0 8px 21px 0 rgba(0, 0, 0, .1);
  margin-top: 30px
}
@media (min-width:48em) {
  .section__pricing__slider__widget {
    padding: 20px 100px
  }
}
@media (min-width:64em) {
  .section__pricing__slider__widget {
    position: absolute;
    width: 100%;
    top: -280px;
    margin-top: 0;
    padding: 20px 50px
  }
}
@media (min-width:75em) {
  .section__pricing__slider__widget {
    width: 70%
  }
}
.section__pricing__slider__widget__head {
  text-align: center
}
.section__pricing__slider__widget__head .currency {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #085598;
  margin: 20px 0;
  font-weight: 700
}
.section__pricing__slider__widget__head ul li {
  display: inline-block;
  margin-right: 10px;
  transition: all .3s;
  cursor: pointer
}
.section__pricing__slider__widget__head ul li.is-active {
  color: #feb406
}
.section__pricing__slider__widget__head ul li:hover {
  color: #feb406;
  transition: .3s
}
.section__pricing__slider__widget__head__2nd__input {
  color: #67839f
}
.section__pricing__slider__widget__btn {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 25px
}
.section__pricing__slider__widget *, .section__pricing__slider__widget :after, .section__pricing__slider__widget :before {
  box-sizing: border-box
}
.section__pricing__slider__widget .range-slider {
  margin: 20px 0 0;
  width: 100%;
  text-align: center
}
.section__pricing__slider__widget .range-slider__amount {
  font-size: 40px;
  font-weight: 200;
  color: #085598
}
.section__pricing__slider__widget .range-slider__basket {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #085598;
  margin: 20px 0;
  font-weight: 700
}
.section__pricing__slider__widget .range-slider__range {
  -webkit-appearance: none;
  width: calc(100% - 73px);
  height: 10px;
  border-radius: 5px;
  background: #f5f6fc;
  outline: none;
  padding: 0;
  margin: 0
}
.section__pricing__slider__widget .range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .15);
  cursor: pointer;
  transition: background .15s ease-in-out
}
.section__pricing__slider__widget .range-slider__range:active::-webkit-slider-thumb {
  background: #085598
}
.section__pricing__slider__widget .range-slider__range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #085598;
  cursor: pointer;
  transition: background .15s ease-in-out
}
.section__pricing__slider__widget .range-slider__range::-moz-range-thumb:hover, .section__pricing__slider__widget .range-slider__range:active::-moz-range-thumb {
  background: #085598
}
.section__pricing__slider__widget .range-slider__value {
  display: inline-block;
  position: relative;
  width: 60px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: #2c3e50;
  padding: 5px 10px;
  margin-left: 8px
}
.section__pricing__slider__widget .range-slider__value:after {
  position: absolute;
  top: 8px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #2c3e50;
  border-bottom: 7px solid transparent;
  content: ""
}
.section__pricing__slider__widget ::-moz-range-track {
  background: #f5f6fc;
  border: 0
}
.section__pricing__slider__widget input::-moz-focus-inner, .section__pricing__slider__widget input::-moz-focus-outer {
  border: 0
}
.section__pricing__slider__form {
  position: absolute;
  background: #fff;
  width: 100%;
  border-radius: 4px;
  padding: 20px;
  box-sizing: border-box;
  top: 0;
  right: 0;
  height: 580px;
  box-shadow: 0 8px 21px 0 rgba(0, 0, 0, .1);
  margin-top: 30px
}
@media (min-width:48em) {
  .section__pricing__slider__form {
    padding: 20px 100px
  }
}
@media (min-width:64em) {
  .section__pricing__slider__form {
    position: absolute;
    width: 100%;
    top: -280px;
    margin-top: 0;
    padding: 20px 50px
  }
}
@media (min-width:75em) {
  .section__pricing__slider__form {
    width: 70%
  }
}
.section__pricing__slider__form__head {
  text-align: center
}
.section__pricing__slider__form__head__title {
  font-size: 24px;
  font-weight: 600;
  color: #241f4f;
  text-align: left;
  margin-top: 50px;
  margin-bottom: 50px
}
.section__pricing__slider__form__head__title.last_slide {
  margin-bottom: 10px;
  font-size: 18px
}
.section__pricing__slider__form__head__title__last {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #241f4f;
  font-weight: 600;
  text-align: left
}
.section__pricing__slider__form__head__content {
  text-align: left
}
.section__pricing__slider__form__head__content.last_slide {
  font-size: 15px
}
.section__pricing__slider__form__head__content span {
  font-weight: 600;
  color: #085598
}
.section__pricing__slider__form__head__results {
  padding: 20px 0;
  text-align: left;
  font-weight: 600;
  font-size: 15px
}
.section__pricing__slider__form__head__results__value {
  font-weight: 600;
  font-size: 24px;
  margin-top: 5px;
  color: #085598
}
.section__pricing__slider__form__head__2nd__input {
  margin-top: 50px
}
.section__pricing__slider__form__btn {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 25px
}
.section__pricing__slider__form__btn__2nd .block-button.primary, .section__pricing__slider__form__btn__2nd .btn {
  float: right
}
.section__pricing__slider__form__btn__2nd #pricing-form-back {
  float: left;
  cursor: pointer
}
.section__resources__hero {
  background-image: url(../../images/resources-bg-header.png);
  background-color: #f5f6fc;
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 150px
}
@media (min-width:64em) {
  .section__resources__hero {
    padding-top: auto
  }
}
.section__resources__info__about {
  width: 100%;
  padding-right: 0;
  border-bottom: 1px solid #ced6de;
  margin-bottom: 50px;
  padding-bottom: 50px
}
@media (min-width:64em) {
  .section__resources__info__about {
    padding-right: 35px;
    border-right: 1px solid #ced6de;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
  }
}
.section__resources__info__about h2 {
  margin-bottom: 20px
}
.section__resources__info__about p {
  margin-bottom: 35px
}
.section__resources__info__brand {
  padding-left: 0
}
@media (min-width:64em) {
  .section__resources__info__brand {
    padding-left: 35px
  }
}
.section__resources__info__brand h2 {
  margin-bottom: 10px
}
.section__resources__info__brand p.subtitle {
  font-size: 20px;
  font-weight: 600;
  color: #241f4f
}
.section__resources__info__brand .block-button.primary, .section__resources__info__brand .btn {
  margin-top: 25px
}
.section__resources__features {
  padding-top: 50px
}
.section__resources__features h2 {
  margin-bottom: 40px
}
.section__resources__features__logo {
  padding: 50px 0 0
}
@media (min-width:64em) {
  .section__resources__features__logo {
    padding: 75px 0
  }
}
.section__resources__features__logo__img {
  height: 100px;
  text-align: center;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center
}
@media (min-width:48em) {
  .section__resources__features__logo__img {
    height: 100px
  }
}
.section__academy__hero {
  background: #f5f6fc;
  height: 100%;
  width: 100%;
  text-align: center;
  background-image: url(../../images/resources-bg-header.png);
  background-color: #f5f6fc;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 150px
}
@media (min-width:75em) {
  .section__academy__hero {
    text-align: left;
    padding-top: auto
  }
}
@media (min-width:64em) {
  .section__academy__hero {
    text-align: left
  }
}
.section__academy__hero h1 {
  margin-bottom: 15px
}
.section__academy__hero p {
  margin-bottom: 25px
}
.section__academy__box__head {
  background: #f5f6fc;
  text-align: center;
  padding: 50px 20px
}
.section__academy__box__head h2 {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10px
}
@media (min-width:64em) {
  .section__academy__box__head h2 {
    width: 65%
  }
}
.section__academy__box__head p {
  width: 100%;
  margin: 0 auto
}
@media (min-width:64em) {
  .section__academy__box__head p {
    width: 75%
  }
}
.section__academy__box__wrap {
  margin-top: 100px
}
.section__academy__box__wrap__btn {
  margin-top: 35px;
  text-align: center
}
.section__academy__box__wrap-container {
  background: #fff;
  position: relative;
  border-radius: 4px;
  margin-top: 50px;
  transition: all .3s;
  height: 395px
}
.section__academy__box__wrap-container:hover {
  transition: all .3s;
  transform: scale(1.02);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .11)
}
.section__academy__box__wrap-container__bg {
  height: 175px;
  width: 100%;
  z-index: 0;
  background-size: cover;
  background-image: url(../../images/blog-archive-card.png);
  background-repeat: no-repeat;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px
}
.section__academy__box__wrap-container__title {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 0 20px;
  height: 175px
}
.section__academy__box__wrap-container__title p {
  position: absolute;
  bottom: 0;
  top: 35%;
  margin: 0 auto;
  left: 0;
  right: 0
}
.section__academy__box__wrap-container__content {
  box-sizing: border-box;
  padding: 30px 40px;
  position: relative;
  z-index: 1;
  border: 2px solid #ced6de;
  border-top: 0;
  border-radius: 3px;
  height: 220px
}
.section__academy__box__wrap-container__content__description {
  font-size: 15px;
  color: #67839f
}
.section__academy__box__wrap-container__content__title {
  margin-bottom: 10px;
  font-weight: 600
}
.section__academy__box__wrap__closing__content {
  margin-top: 70px;
  text-align: center
}
.section__academy__box__testimonials {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  margin-top: 125px
}
.section__academy__box__testimonials__split {
  width: 50%;
  background: #f5f6fc;
  padding: 70px 50px;
  box-sizing: border-box;
  flex: 0 100%;
  margin: 0
}
@media (min-width:64em) {
  .section__academy__box__testimonials__split {
    flex: 0 46%;
    margin: 0 20px
  }
}
.section__academy__box__testimonials__split:first-of-type {
  background: #f2e4ff
}
.section__academy__box__testimonials__split__logo {
  text-align: left;
  margin-bottom: 25px;
  height: 50px
}
.section__academy__box__testimonials__split__logo img, .section__academy__box__testimonials__split__logo svg {
  width: 125px;
  vertical-align: bottom
}
.section__academy__box__testimonials__split__content {
  line-height: 32px;
  font-weight: 400;
  color: #241f4f;
  margin-bottom: 40px
}
.section__academy__box__testimonials__split__author {
  color: #241f4f;
  font-size: 15px
}
.section__academy__box__testimonials__split__author span {
  font-weight: 700
}
.section__404__hero {
  padding-top: 150px
}
@media (min-width:64em) {
  .section__404__hero {
    padding-top: auto
  }
}
.section__404__hero__content h1 {
  margin-bottom: 25px
}
.section__404__hero__content p {
  margin-bottom: 50px
}
.section__404__hero__svg svg {
  width: 100%
}
.section__blog-single__hero {
  padding-top: 150px;
  padding-bottom: 0
}
@media (min-width:64em) {
  .section__blog-single__hero {
    padding-top: auto
  }
}
.section__blog-single__hero__content__author {
  margin-top: 30px;
  margin-bottom: 30px
}
.section__blog-single__hero__content__author__name {
  margin-top: 10px;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 10px
}
.section__blog-single__hero__content__date {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: #241f4f;
  text-align: center;
  margin-top: 30px
}
.section__blog-single__hero__content__tags {
  margin-top: 45px
}
.section__blog-single__hero__content__tags ul li {
  background: #d5f1f6;
  color: #5fabb8;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 600;
  display: inline-block;
  padding: 5px 15px;
  font-size: 13px;
  border-radius: 25px;
  margin-left: 10px
}
.section__blog-single__hero__content__tags ul li.ecommerce {
  background: #f2e4ff;
  color: #085598
}
.section__blog-single__hero__content__tags ul li.loyalty {
  background: #fff4e4;
  color: #f7c377
}
.section__blog-single__hero__content__tags ul li.marketing {
  background: #d5f6d5;
  color: #60b85f
}
.section__blog-single__hero__content__tags ul li.news {
  background: #d5dcf6;
  color: #5f80b8
}
.section__blog-single__hero__content__tags ul li.new {
  background: #f6d5d5;
  color: #b85f5f
}
.section__blog-single__hero__content__tags ul li:first-of-type {
  margin-left: 0
}
.section__blog-single__full-width {
  background-image: url(../../images/blog-single-full.png);
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover
}
.section__blog-single__content ol, .section__blog-single__content ul {
  padding-left: 45px;
  margin-bottom: 20px
}
.section__blog-single__content ol {
  list-style: decimal
}
.section__blog-single__content__share {
  position: -webkit-sticky;
  position: relative;
  top: 0;
  text-align: center
}
@media (min-width:48em) {
  .section__blog-single__content__share {
    position: sticky;
    top: 100px
  }
}
.section__blog-single__content__share ul {
  margin: 0;
  padding: 0;
  margin-bottom: 30px
}
@media (min-width:48em) {
  .section__blog-single__content__share ul {
    margin-bottom: 0
  }
}
.section__blog-single__content__share ul li {
  margin-bottom: 10px;
  display: inline-block
}
@media (min-width:48em) {
  .section__blog-single__content__share ul li {
    display: block
  }
}
.section__blog-single__content__share ul li i {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  width: 45px;
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid #241f4f;
  color: #241f4f
}
.section__blog-single__content__box h1 {
  font-size: 52px;
  margin-bottom: 25px
}
.section__blog-single__content__box h2 {
  font-size: 42px;
  margin-bottom: 25px
}
.section__blog-single__content__box h3 {
  font-size: 32px;
  margin-bottom: 25px
}
.section__blog-single__content__box h4, .section__blog-single__content__box p {
  margin-bottom: 25px
}
.section__blog-single__content__box img {
  margin-top: 50px
}
.section__blog-single__content__box a {
  display: inline
}
.section__blog-single__content__box ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-right: 0
}
.section__blog-single__content__box .block-buttons, .section__blog-single__content__box .block-heading, .section__blog-single__content__box .block-image-column, .section__blog-single__content__box .block-list, .section__blog-single__content__box .block-paragraph, .section__blog-single__content__box .block-testimonials {
  width: 100%;
  position: relative;
  padding: 0
}
.section__blog-single__related {
  border-top: 1px solid #f5f6fc;
  padding-top: 50px
}
.section__blog-single__related__title {
  text-align: center
}
.section__blog-single__subscribe {
  border-top: 1px solid #f5f6fc
}
.section__blog-single__subscribe h2 {
  margin-bottom: 25px
}
.section__blog-single__subscribe p {
  font-size: 13px
}
.section__blog-single__subscribe .hs_email {
  display: inline-block;
  width: 100%;
  height: 45px
}
@media (min-width:48em) {
  .section__blog-single__subscribe .hs_email {
    width: 64%
  }
}
.section__blog-single__subscribe .hs_email input {
  height: 45px
}
.section__blog-single__subscribe .hs_submit {
  display: inline-block;
  margin-left: 0;
  width: 100%;
  vertical-align: top;
  margin-top: 0
}
@media (min-width:48em) {
  .section__blog-single__subscribe .hs_submit {
    width: auto;
    margin-left: 10px
  }
}
.section__blog-single__subscribe .hs_submit input {
  width: 100%
}
.section__blog-single__subscribe .hs-form-required {
  display: none
}
.section__blog-single__author {
  margin-top: 40px
}
.section__blog-single__author__heading {
  margin-bottom: 15px;
  line-height: 1
}
.section__blog-single__author__name {
  margin-bottom: 5px
}
.section__blog-single__author__bio {
  margin-bottom: 35px;
  line-height: 30px
}
.section__blog-single__author__image {
  position: relative;
  padding-top: 100%;
  margin-bottom: 20px
}
.section__blog-single__author__image__internal {
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute
}
.section__blog-single__author__links a {
  margin-right: 10px;
  margin-bottom: 10px
}
.section__blog-single__author__links a:last-child {
  margin-right: 0
}
.landing__page {
  width: 100%;
  display: block;
  padding-top: 0
}
.landing__page-content__hero {
  width: 100%;
  padding: 150px 0 100px;
  width: 100vw;
  position: relative;
  margin-bottom: 25px;
  background-image: linear-gradient(-45deg, #252a37, #9198b1);
  text-align: left;
  background-size: cover;
  background-position: 50%
}
.landing__page-content__hero--no-header {
  padding-top: 50px
}
@media (min-width:48em) {
  .landing__page-content__hero {
    padding: 200px 0
  }
  .landing__page-content__hero--no-header {
    padding: 100px 0
  }
}
.landing__page-content__hero__logo {
  margin-top: 30px
}
.landing__page-content__hero h1 {
  color: #fff;
  margin-bottom: 10px
}
.landing__page-content__hero li, .landing__page-content__hero p, .landing__page-content__hero ul {
  color: #fff
}
.landing__page-content__hero__input {
  margin-top: 50px
}
.landing__page-content__hero__input .install__field {
  width: 100%;
  background: #fff
}
.landing__page-content__hero__input select.install__field {
  width: 100%;
  border: 1px solid #ced6de;
  background: transparent;
  border-radius: 3px;
  padding: 0 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
  font-size: 14px;
  outline: none;
  height: 45px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../../images/icons/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  opacity: .8
}
.landing__page-content__hero__input--hidden {
  display: none
}
.landing__page-content__hero__input #get-app-button {
  width: 100%
}
.landing__page-content__hero__info {
  text-align: center;
  background: #fff;
  color: #67839f;
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, .05);
  border-radius: 4px;
  width: 100%;
  padding: 20px;
  position: relative;
  right: 0;
  top: 0;
  z-index: 99
}
.landing__page-content__hero__info p {
  color: #67839f;
  margin-bottom: 40px
}
@media (min-width:30em) {
  .landing__page-content__hero__info {
    padding: 50px
  }
}
@media (min-width:64em) {
  .landing__page-content__hero__info {
    position: absolute;
    width: 45%;
    margin-top: 0
  }
}
.landing__page-content__hero__info__btn {
  width: 100%;
  padding: 0
}
.landing__page-content__hero__info__field {
  margin-top: 20px;
  text-align: left
}
.landing__page-content__hero__info__field-header {
  font-weight: 700;
  text-transform: uppercase;
  color: #241f4f;
  font-size: .8em;
  margin-bottom: 7px
}
.landing__page-content__hero__info__field a {
  font-size: 15px
}
.landing__page-container__stats {
  margin: 50px 0
}
.landing__page-container__stats__wrap {
  margin-bottom: 50px;
  width: 100%;
  text-align: center
}
@media (min-width:64em) {
  .landing__page-container__stats__wrap {
    text-align: left
  }
}
.landing__page-container__stats__wrap__digit {
  font-size: 60px;
  color: #feb406;
  font-weight: 200
}
@media (min-width:64em) {
  .landing__page-container__stats__wrap__digit {
    font-size: 80px
  }
}
.landing__page-container__stats__wrap__content {
  width: 100%;
  padding-bottom: 50px;
  border-bottom: 1px solid #f5f6fc
}
@media (min-width:64em) {
  .landing__page-container__stats__wrap__content {
    width: 55%
  }
}
.landing__page-container__stats__btn {
  text-align: center
}
@media (min-width:64em) {
  .landing__page-container__stats__btn {
    text-align: left
  }
}
.landing__page-container__blockquote {
  background: #f5f6fc;
  font-size: 22px;
  font-weight: 200;
  padding: 100px 50px;
  text-align: center;
  margin: 75px 0;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%)
}
@media (min-width:64em) {
  .landing__page-container__blockquote {
    font-size: 32px
  }
}
.landing__page-container__blockquote p {
  width: 100%;
  margin: 0 auto;
  line-height: 50px
}
@media (min-width:64em) {
  .landing__page-container__blockquote p {
    width: 75%
  }
}
.landing__page-container__quote {
  background: #f5f6fc;
  position: relative;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  margin-top: 0
}
@media (min-width:48em) {
  .landing__page-container__quote {
    margin-top: 100px
  }
}
.landing__page-container__quote__wrap {
  padding: 100px 0;
  text-align: center;
  width: 85%;
  margin: 0 auto
}
.landing__page-container__quote__wrap:before {
  transition: all .3s;
  content: "";
  width: 100px;
  position: absolute;
  top: -2%;
  height: 71.55px;
  margin-top: -4px;
  left: 10%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='100' height='72' viewBox='0 0 100 72' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M64.365 44.751c2.486-3.867 6.906-5.524 12.43-5.524 8.564 0 15.194 6.63 15.194 15.193 0 9.945-7.182 17.127-18.232 17.127-13.26 0-21.823-11.326-21.823-28.453C51.934 19.06 72.099.829 100 0v4.144C77.9 6.906 61.326 21.547 64.365 44.75zm-51.934 0c2.486-3.867 6.906-5.524 12.43-5.524 8.564 0 15.194 6.63 15.194 15.193 0 9.945-7.182 17.127-18.232 17.127C8.563 71.547 0 60.221 0 43.094 0 19.06 20.166.829 48.066 0v4.144C25.966 6.906 9.392 21.547 12.431 44.75z' fill='%23241F4F' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-size: 50px;
  background-repeat: no-repeat
}
@media (min-width:64em) {
  .landing__page-container__quote__wrap:before {
    background-size: auto;
    left: 20%;
    top: -5%;
    margin-top: -4px
  }
}
.landing__page-container__quote__wrap:after {
  transition: all .3s;
  content: "";
  width: 100px;
  position: absolute;
  bottom: -7%;
  height: 71.55px;
  margin-top: -4px;
  right: 2%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='100' height='72' viewBox='0 0 100 72' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M87.57 26.796c-2.487 3.867-6.907 5.524-12.432 5.524-8.563 0-15.193-6.63-15.193-15.193C59.945 7.182 67.127 0 78.177 0 91.437 0 100 11.326 100 28.453c0 24.033-20.166 42.265-48.066 43.094v-4.144C74.034 64.641 90.608 50 87.569 26.796zm-51.935 0c-2.486 3.867-6.906 5.524-12.43 5.524-8.564 0-15.194-6.63-15.194-15.193C8.011 7.182 15.193 0 26.243 0c13.26 0 21.823 11.326 21.823 28.453 0 24.033-20.165 42.265-48.066 43.094v-4.144C22.1 64.641 38.674 50 35.635 26.796z' fill='%23241F4F' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-size: 50px;
  background-repeat: no-repeat
}
@media (min-width:48em) {
  .landing__page-container__quote__wrap:after {
    bottom: -10%
  }
}
@media (min-width:64em) {
  .landing__page-container__quote__wrap:after {
    background-size: auto;
    bottom: -5%;
    margin-top: -4px;
    right: 20%
  }
}
.landing__page-container__quote__wrap-heading {
  font-size: 28px;
  color: #241f4f;
  font-weight: 200;
  letter-spacing: -1px;
  text-align: center;
  line-height: 52px
}
@media (min-width:30em) {
  .landing__page-container__quote__wrap-heading {
    font-size: 32px
  }
}
@media (min-width:64em) {
  .landing__page-container__quote__wrap-heading {
    font-size: 48px;
    line-height: 76px
  }
}
.landing__page-container__quote__wrap-by {
  margin-top: 30px
}
@media (min-width:64em) {
  .landing__page-container__quote__wrap-by {
    margin-top: 100px
  }
}
.landing__page-container__quote__wrap-by-name {
  font-weight: 700;
  color: #241f4f;
  margin-bottom: 10px;
  font-size: 18px
}
.landing__page-container__icons {
  margin: 50px 0
}
.landing__page-container__icons__box {
  padding-left: 15px
}
.landing__page-container__icons__box__icon {
  height: 75px;
  margin-bottom: 30px
}
.landing__page-container__icons__box__heading {
  font-weight: 600;
  color: #241f4f;
  margin-bottom: 30px
}
.landing__page-container__textarea {
  margin: 50px 0
}
.landing__page-container__textarea iframe {
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 100%
}
.landing__page-container__image {
  padding: 20px
}
.landing__page-text-image {
  margin: 50px 0
}
.landing__page-text-image .image-wrap {
  background-color: #fff
}
.landing__page-text-image .image-wrap.first-sm {
  min-height: 0
}
@media (min-width:48em) {
  .landing__page-text-image .image-wrap.first-sm {
    margin-right: 50px
  }
}
.landing__page-text-image .image-wrap.last-sm {
  margin-left: 0
}
@media (min-width:48em) {
  .landing__page-text-image .image-wrap.last-sm {
    margin-left: 50px
  }
}
.landing__page ul {
  list-style: disc;
  padding-left: 40px;
  margin: 15px 0
}
.landing__page ul li {
  margin-bottom: 15px
}
.demo-form {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px
}
@media (min-width:400px) {
  .demo-form {
    margin-left: 0;
    margin-right: 0
  }
}
.demo-form__button {
  width: 46%;
  margin: 2%;
  padding: 0;
  background: #085598;
  border: 1px solid #fff
}
.demo-form__button:nth-child(2) {
  background: #8a66a7
}
.demo-form__button:nth-child(3) {
  background: #b29dc5
}
.demo-form__button:nth-child(4) {
  background: #d3c6dd;
  color: #085598
}
.demo-form__button:nth-child(5) {
  background: #efecf3;
  color: #085598
}
.demo-form__button:nth-child(6) {
  background: #fff;
  color: #085598;
  border-color: #085598
}
.demo-form__button:hover {
  color: #fff;
  background: #feb406;
  border-color: #fff
}
.landing__page-faq {
  width: 100%;
  padding: 150px 0
}
.landing__page-faq h2 {
  margin-bottom: 35px
}
.landing__page-faq .toggle {
  border-bottom: 1px solid #ddd
}
.landing__page-faq .toggle .toggle-title {
  position: relative;
  display: block;
  margin-bottom: 6px;
  transition: all .3s
}
.landing__page-faq .toggle .toggle-title.active {
  transition: all .3s
}
.landing__page-faq .toggle .toggle-title.active h3 {
  color: #085598
}
.landing__page-faq .toggle .toggle-title h3 {
  font-size: 20px;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  font-weight: 400;
  color: #67839f;
  transition: all .3s
}
.landing__page-faq .toggle .toggle-inner {
  padding: 7px 25px 10px;
  display: none;
  margin: -7px 0 6px;
  padding-left: 0
}
.landing__page-faq .toggle .toggle-inner div {
  max-width: 100%
}
.landing__page-faq .toggle .toggle-title .title-name {
  display: block;
  padding: 25px 50px 14px;
  padding-left: 0;
  line-height: 30px
}
.landing__page-faq .toggle .toggle-title a i {
  font-size: 22px;
  margin-right: 5px
}
.landing__page-faq .toggle .toggle-title i {
  position: absolute;
  background: url(../../images/plus-minus.svg) 0 6px no-repeat;
  width: 24px;
  height: 24px;
  transition: all .3s ease;
  margin: 20px;
  right: 0
}
.landing__page-faq .toggle .toggle-title.active i {
  background: url(../../images/plus-minus.svg) 0 -16px no-repeat
}
.section__ebook__hero {
  outline: none;
  padding-top: 150px;
  background-image: url(../../images/ebook-bg.svg);
  background-repeat: no-repeat;
  background-position: 100% 0;
  padding-bottom: 50px
}
@media (min-width:64em) {
  .section__ebook__hero {
    padding-top: 300px;
    padding-bottom: 75px
  }
}
.section__ebook__hero__content-subtitle {
  color: #085598;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 10px
}
.section__ebook__hero__content h1, .section__ebook__hero__content p {
  margin-bottom: 25px
}
.section__ebook__hero__book {
  margin-top: 50px
}
@media (min-width:64em) {
  .section__ebook__hero__book {
    margin-top: 0
  }
}
.section__ebook__hero__book img {
  float: left
}
@media (min-width:64em) {
  .section__ebook__hero__book img {
    float: right
  }
}
.section__ebook__fold {
  outline: none;
  padding-top: 50px
}
@media (min-width:64em) {
  .section__ebook__fold {
    padding-top: 100px
  }
}
.section__ebook__fold__content h2 {
  margin-bottom: 40px
}
.section__ebook__fold__content p {
  line-height: 35px
}
.section__ebook__fold__content ul.ticks {
  margin-top: 35px;
  margin-left: 0
}
@media (min-width:64em) {
  .section__ebook__fold__content ul.ticks {
    margin-left: 35px
  }
}
.section__ebook__fold__content ul.ticks li {
  margin-bottom: 20px;
  padding-left: 30px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='9' viewBox='0 0 12 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.293.293L4 6.586 1.707 4.293A1 1 0 0 0 .293 5.707l3 3a1 1 0 0 0 1.414 0l7-7A1 1 0 0 0 10.293.293z' fill='%237ED321' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position-y: 10px
}
.section__ebook__fold__form__wrap {
  background: #fff;
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, .05);
  padding: 75px 50px
}
.section__ebook__fold__form__wrap form label span {
  font-size: 14px;
  padding-bottom: 10px;
  display: block
}
.section__ebook__fold__form__wrap form input[type=submit] {
  margin-top: 25px
}
.section__ebook__fold__form__wrap form .hs-form-required {
  display: none
}
.section__ebook__fold__form__note {
  margin-top: 25px;
  font-size: 13px;
  text-align: center
}
.section__ebook__fold__form__note svg {
  margin-left: 5px;
  margin-top: 5px
}
.section__webinar__hero {
  outline: none;
  padding-top: 150px;
  background-image: url(../../images/webinar-bg.svg);
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: cover;
  padding-bottom: 50px
}
@media (min-width:64em) {
  .section__webinar__hero {
    padding-top: 250px;
    padding-bottom: 200px
  }
}
.section__webinar__hero__content-subtitle {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 10px
}
.section__webinar__hero__content h1 {
  margin-bottom: 25px;
  color: #fff
}
.section__webinar__hero__content p {
  margin-bottom: 25px
}
.section__webinar__hero__logo {
  text-align: left
}
@media (min-width:64em) {
  .section__webinar__hero__logo {
    text-align: right
  }
}
.section__webinar__hero__logo img, .section__webinar__hero__logo svg {
  width: 250px
}
.section__webinar__wrap__content {
  text-align: center
}
.section__faq {
  position: relative;
  width: 100%;
  height: 100%
}
.section__faq__hero {
  background: #f5f6fc;
  height: 100%;
  width: 100%;
  text-align: left;
  padding-top: 45px;
  background-size: cover;margin-bottom: 60px;
}
@media (min-width:64em) {
  .section__faq__hero {
    padding-top: auto
  }
}
.section__faq__hero p {
  margin-top: 10px;
  color: #fff
}
.section__faq__hero h1 {
  color: #fff
}
.section__faq__hero .block-button.primary, .section__faq__hero .btn {
  margin-top: 25px
}
.section__faq__hero__image {
  position: absolute;
  margin-top: 50px
}
.section__faq__faq {
  padding: 50px 0
}
.section__faq__faq h2 {
  margin-bottom: 35px;
  margin-top: 75px
}
.section__faq__faq h2:first-of-type {
  margin-top: 0
}
.section__faq__faq .toggle {
  border-bottom: 1px solid #ddd
}
.section__faq__faq .toggle ul {
  list-style: inherit;
  padding-left: 45px;
  margin-bottom: 20px
}
.section__faq__faq .toggle .toggle-title {
  position: relative;
  display: block;
  margin-bottom: 6px;
  transition: all .3s
}
.section__faq__faq .toggle .toggle-title.active {
  transition: all .3s
}
.section__faq__faq .toggle .toggle-title.active h3 {
  color: #085598
}
.section__faq__faq .toggle .toggle-title h3 {
  font-size: 20px;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  font-weight: 400;
  color: #67839f;
  transition: all .3s
}
.section__faq__faq .toggle .toggle-inner {
  padding: 7px 25px 10px;
  display: none;
  margin: -7px 0 6px;
  padding-left: 0
}
.section__faq__faq .toggle .toggle-inner div {
  max-width: 100%
}
.section__faq__faq .toggle .toggle-title .title-name {
  display: block;
  padding: 25px 50px 14px;
  padding-left: 0;
  line-height: 30px
}
.section__faq__faq .toggle .toggle-title a i {
  font-size: 22px;
  margin-right: 5px
}
.section__faq__faq .toggle .toggle-title i {
  position: absolute;
  background: url(../../images/plus-minus.svg) 0 6px no-repeat;
  width: 24px;
  height: 24px;
  transition: all .3s ease;
  margin: 20px;
  right: 0
}
.section__faq__faq .toggle .toggle-title.active i {
  background: url(../../images/plus-minus.svg) 0 -16px no-repeat
}
.accordion__item {
  border-bottom: 1px solid #ddd
}
.accordion__item-title {
  position: relative;
  display: block;
  margin-bottom: 6px;
  transition: all .3s
}
.accordion__item-title-text {
  font-size: 20px;
  cursor: pointer;
  color: #67839f;
  transition: all .3s;
  display: block;
  padding: 25px 50px 14px 0;
  line-height: 30px
}
.accordion__item-title i {
  position: absolute;
  background: url(../../images/plus-minus.svg) 0 6px no-repeat;
  width: 24px;
  height: 24px;
  transition: all .3s ease;
  top: 30px;
  right: 0
}
.accordion__item-title.active .accordion__item-title-text {
  color: #085598
}
.accordion__item-title.active i {
  background: url(../../images/plus-minus.svg) 0 -16px no-repeat
}
.accordion__item-content {
  display: none;
  padding: 7px 35px 10px 0;
  margin: -7px 0 6px
}
.accordion__item-content > * {
  width: 100%;
  max-width: 100%;
  padding-left: 0
}
.block-buttons {
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap
}
.block-button {
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px
}
.block-button.secondary {
  padding-right: 35px
}
.block-button.secondary:hover {
  cursor: pointer
}
.block-button.secondary:hover:after {
  transition: .3s;
  transform: translateX(4px);
  transition: all .5s;
  opacity: .6
}
.block-cards {
  margin-top: 60px;
  margin-bottom: 60px
}
@media (min-width:64em) {
  .block-cards {
    margin-top: 80px;
    margin-bottom: 80px
  }
}
.block-cards__list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -30px
}
.block-cards__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  margin-left: 30px;
  width: 100%;
  max-width: 450px;
  padding: 30px;
  text-align: center
}
@media (min-width:48em) {
  .block-cards__item {
    flex: 1 0 45%;
    flex: 1 0 calc(49.95% - 30px)
  }
}
.block-cards__item-image-wrapper {
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin: 0 auto 20px
}
.block-cards__item-image-wrapper img {
  width: 100%;
  display: block;
  object-fit: contain
}
.block-cards__item-heading {
  margin-bottom: .5em;
  font-size: 18px;
  font-weight: 700
}
.block-company-testimonials {
  margin-top: 60px;
  margin-bottom: 60px
}
@media (min-width:64em) {
  .block-company-testimonials {
    margin-top: 80px;
    margin-bottom: 80px
  }
}
.block-company-testimonials__list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px
}
.block-company-testimonials__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  margin-left: 30px;
  width: 100%;
  padding: 70px 40px;
  background-color: #f5f6fc
}
.block-company-testimonials__item.bg-color-lilac {
  background-color: #f4e9fe
}
@media (min-width:48em) {
  .block-company-testimonials__item {
    flex: 0 0 45%;
    flex: 0 0 calc(49.95% - 30px)
  }
}
@media (min-width:64em) {
  .block-company-testimonials__item {
    padding-left: 70px;
    padding-right: 70px
  }
}
.block-company-testimonials__item-image-wrapper {
  width: 50%;
  max-width: 250px;
  overflow: hidden;
  margin-left: auto;
  margin-bottom: 40px
}
.block-company-testimonials__item-image-wrapper img {
  width: 100%;
  max-height: 150px;
  display: block;
  object-fit: contain
}
.block-company-testimonials__item-quote {
  line-height: 1.5;
  color: #241f4f;
  font-size: 22px;
  font-weight: 200;
  margin-bottom: 20px
}
@media (min-width:64em) {
  .block-company-testimonials__item-quote {
    font-size: 26px
  }
}
.block-company-testimonials__item-cite {
  margin-top: auto;
  color: #241f4f
}
.block-company-testimonials__item-person {
  line-height: 1.4;
  font-weight: 700;
  padding: 0
}
.block-company-testimonials__item-company {
  line-height: 1.4;
  padding: 0
}
.block-hero {
  background: #f5f6fc;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 80px;
  margin-bottom: 80px
}
@media (min-width:64em) {
  .block-hero {
    padding-top: 200px;
    padding-bottom: 100px;
    margin-bottom: 100px
  }
}
.block-hero .block-buttons {
  justify-content: center
}
.block-hero--has-image {
  padding-bottom: 250px;
  margin-bottom: 200px
}
.block-hero__image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 80%
}
.block-hiring-process {
  margin-top: 60px;
  margin-bottom: 60px
}
@media (min-width:64em) {
  .block-hiring-process {
    margin-top: 80px;
    margin-bottom: 80px
  }
}
.block-hiring-process__list {
  counter-reset: a;
  padding-left: 0;
  display: flex;
  overflow-x: scroll
}
.block-hiring-process__list::-webkit-scrollbar {
  height: 14px
}
.block-hiring-process__list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(88, 44, 131, .3);
  border-radius: 10px
}
.block-hiring-process__list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 2px rgba(88, 44, 131, .6)
}
.block-hiring-process__step {
  counter-increment: a;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  margin-left: 30px;
  min-width: 200px
}
.block-hiring-process__step:first-of-type {
  margin-left: 0
}
.block-hiring-process__step:before {
  content: counter(a);
  border-radius: 50%;
  color: #241f4f;
  background-color: #f4e9fe;
  font-size: 1.5em;
  font-weight: 700;
  width: 1.75em;
  height: 1.75em;
  line-height: 1.75;
  margin-bottom: 1em;
  text-align: center
}
.block-hiring-process__step:last-of-type:before {
  content: "";
  display: inline-block;
  background-image: url(../../images/hiring-process-tick.svg);
  background-size: cover;
  background-repeat: no-repeat
}
.block-hiring-process__step-heading {
  font-weight: 700
}
.block-image-column {
  margin-top: 60px;
  margin-bottom: 60px;
  position: relative
}
@media (min-width:64em) {
  .block-image-column {
    margin-top: 80px;
    margin-bottom: 80px
  }
  .block-image-column.is-style-full-width {
    height: 700px;
    max-width: none;
    width: 100%;
    padding: 0
  }
}
@media (min-width:64em) and (min-width:75em) {
  .block-image-column.is-style-full-width {
    height: 900px
  }
}
.block-image-column__wrapper {
  width: 100%;
  padding: 0 2rem;
  margin-right: auto;
  margin-left: auto
}
@media screen and (min-width:48em) {
  .block-image-column__wrapper {
    width: 90%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 1170px
  }
}
@media (min-width:64em) {
  .block-image-column__wrapper {
    display: flex
  }
  .is-style-full-width .block-image-column__wrapper {
    height: 100%
  }
}
@media (min-width:64em) {
  .block-image-column__image-wrapper {
    flex-shrink: 0;
    width: 50%
  }
  .is-style-image-right .block-image-column__image-wrapper {
    order: 1
  }
}
.is-style-full-width .block-image-column__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: none
}
@media (min-width:64em) {
  .is-style-full-width .block-image-column__image-wrapper {
    display: block;
    width: 35%;
    max-width: 500px
  }
}
@media (min-width:64em) {
  .block-image-column__content {
    padding-left: 50px
  }
  .is-style-image-right .block-image-column__content {
    padding-left: 0;
    padding-right: 50px
  }
  .is-style-full-width .block-image-column__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60%;
    max-width: 700px;
    margin-left: auto
  }
  .is-style-full-width .block-image-column__content-inner {
    top: 80px;
    position: sticky
  }
}
@media (min-width:64em) and (min-width:75em) {
  .is-style-full-width .block-image-column__content-inner {
    margin-bottom: 50px
  }
}
.block-image-column .block-buttons, .block-image-column .block-heading, .block-image-column .block-paragraph {
  width: 100%;
  margin-left: 0;
  padding-left: 0
}
.lever-jobs {
  margin-top: 100px;
  background: #f5f6fc
}
.lever-jobs h2 {
  margin-bottom: 50px;
  text-align: left
}
.lever-jobs__teams {
  text-align: left;
  font-size: 15px;
  margin-bottom: 35px
}
@media (min-width:64em) {
  .lever-jobs__teams {
    margin-bottom: 0
  }
}
.lever-jobs__teams ul {
  width: 100%
}
.lever-jobs__teams ul li {
  padding: 10px 15px;
  transition: all .3s;
  cursor: pointer;
  position: relative
}
.lever-jobs__teams ul li.active {
  color: #241f4f;
  background: #fff;
  border-radius: 4px;
  font-weight: 600
}
.lever-jobs__teams ul li:hover {
  transition: all .3s;
  color: #241f4f;
  background: #fff;
  border-radius: 4px
}
.lever-jobs__item {
  width: 100%;
  text-align: left;
  padding-bottom: 75px;
  border-bottom: 1px solid #e4e6ef;
  margin-bottom: 75px
}
.lever-jobs__item:last-of-type {
  margin-bottom: 0;
  border-bottom: 0
}
.lever-jobs__item-title {
  width: 100%;
  margin-bottom: 20px;
  font-weight: 600;
  color: #241f4f
}
.lever-jobs__item-title span {
  color: #fff;
  background: #42c5dc;
  font-size: 13px;
  padding: 7px 20px;
  border-radius: 4px;
  display: table;
  margin-left: 0;
  margin-top: 10px
}
@media (min-width:48em) {
  .lever-jobs__item-title span {
    margin-top: 10px;
    display: inline-block;
    margin-left: 20px
  }
}
.lever-jobs__item-description {
  width: 100%;
  margin-bottom: 20px
}
.lever-jobs__item-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between
}
.lever-jobs__item-footer-more {
  font-size: 15px;
  font-weight: 600;
  color: #241f4f
}
.lever-jobs__item-footer-more.arrow-right:after, .lever-jobs__item-footer-more.block-button.secondary:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='7' viewBox='0 0 14 7' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-1-5h16v16H-1z'/%3E%3Cg stroke='%23085598' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M.5 3.5h13M10 0l3.5 3.5L10 7'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  height: 7px !important
}
.lever-jobs__item-footer-location {
  font-size: 14px;
  color: #241f4f;
  letter-spacing: -.5px;
  text-align: right
}
.block-logos {
  width: 90%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin: 100px auto
}
.block-logos__heading {
  text-align: center;
  margin-bottom: 30px
}
.block-logos__gallery {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  justify-content: center
}
.block-logos__item {
  margin-bottom: 20px;
  margin-left: 30px;
  flex: 0 0 30%;
  flex: 0 0 calc(33.3% - 30px);
  height: 100px;
  position: relative
}
@media screen and (min-width:48em) {
  .block-logos__item {
    flex: 0 0 20%;
    flex: 0 0 calc(24.975% - 30px)
  }
  .col5 .block-logos__item {
    flex: 0 0 calc(19.98% - 30px)
  }
}
@media screen and (min-width:48em) {
  .col6 .block-logos__item {
    flex: 0 0 calc(16.65% - 30px)
  }
}
.block-logos__image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0
}
.block-logos__image-wrapper img {
  max-width: 100%;
  max-height: 100%
}
.block-media-cards {
  width: 90%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin: 80px auto
}
@media (min-width:64em) {
  .block-media-cards {
    margin-top: 100px;
    margin-bottom: 100px
  }
}
.block-media-cards__list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  justify-content: center
}
.block-media-cards__button {
  justify-content: center
}
.block-media-cards__item {
  display: flex;
  display: none;
  flex-direction: column;
  margin-bottom: 30px;
  margin-left: 30px;
  width: 100%;
  max-width: 450px;
  padding: 40px 50px 30px;
  border: 1px solid #eee
}
@media (min-width:48em) {
  .block-media-cards__item {
    flex: 0 0 45%;
    flex: 0 0 calc(49.95% - 30px)
  }
}
@media (min-width:64em) {
  .block-media-cards__item {
    flex: 0 0 30%;
    flex: 0 0 calc(33.3% - 30px)
  }
}
.block-media-cards__item-image-wrapper {
  width: 80%;
  height: auto;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 30px
}
.block-media-cards__item-image-wrapper img {
  width: 100%;
  max-height: 60px;
  display: block;
  object-fit: contain;
  object-position: left
}
.block-media-cards__item-date {
  font-size: 16px
}
.block-media-cards__item-text {
  padding-top: 0;
  padding-bottom: 30px;
  color: #241f4f
}
.block-media-cards__item-link .block-button.secondary {
  padding-right: 28px;
  border-bottom: 1px solid #085598
}
.block-media-cards__item-link .block-button.secondary:after {
  top: 20%;
  right: 6px;
  background-image: none;
  content: "→"
}
.block-personal-testimonials {
  margin-top: 60px;
  margin-bottom: 60px
}
@media (min-width:64em) {
  .block-personal-testimonials {
    margin-top: 80px;
    margin-bottom: 80px
  }
}
.block-personal-testimonials__list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -30px
}
.block-personal-testimonials__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  margin-left: 30px;
  width: 100%;
  max-width: 450px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 20px -8px rgba(139, 122, 157, .5)
}
@media (min-width:64em) {
  .block-personal-testimonials__item {
    flex: 1 0 45%;
    flex: 1 0 calc(33.3% - 30px)
  }
}
.block-personal-testimonials__item-image-wrapper {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 10px
}
.block-personal-testimonials__item-image-wrapper img {
  width: 100%;
  display: block;
  object-fit: cover
}
.block-personal-testimonials__item-heading {
  margin-bottom: .5em;
  font-size: 20px;
  font-weight: 500
}
.block-personal-testimonials__item-rating.stars--true .star {
  display: inline-block;
  background-image: url(../../images/star.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto
}
.block-two-column-banner {
  background-image: linear-gradient(-145deg, #7357b9, #085598);
  color: #bf9ff3
}
@media (min-width:64em) {
  .block-two-column-banner {
    padding-top: 150px;
    padding-bottom: 150px
  }
}
.block-two-column-banner .block-buttons, .block-two-column-banner .block-heading, .block-two-column-banner .block-paragraph {
  width: 100%;
  padding-left: 0;
  padding-right: 0
}
.block-two-column-banner h2, .block-two-column-banner h3, .block-two-column-banner h4 {
  color: #fff;
  margin-bottom: 1em
}
.block-two-column-banner .block-buttons {
  margin-bottom: 0
}
@media (min-width:64em) {
  .block-two-column-banner__inner {
    display: flex
  }
}
.block-two-column-banner__column:first-of-type {
  padding-top: 80px;
  padding-bottom: 40px;
  border-bottom: 5px dotted hsla(0, 0%, 100%, .3)
}
.block-two-column-banner__column:nth-of-type(2) {
  padding-top: 40px;
  padding-bottom: 80px
}
@media (min-width:64em) {
  .block-two-column-banner__column {
    flex-basis: 50%
  }
  .block-two-column-banner__column:first-of-type {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 50px;
    border-bottom: 0;
    border-right: 5px dotted hsla(0, 0%, 100%, .3)
  }
  .block-two-column-banner__column:nth-of-type(2) {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 50px
  }
}
@media (min-width:48em) {
  .block-two-column-banner form {
    display: flex
  }
}
.block-two-column-banner form .hs-email {
  flex-grow: 1
}
.block-two-column-banner form .hs-email input[type=email] {
  border: 1px solid #fff;
  width: 100%;
  color: #fff
}
.block-two-column-banner form .hs-email input[type=email]::-webkit-input-placeholder {
  color: rgba(206, 214, 222, .6)
}
.block-two-column-banner form .hs-email input[type=email]:-ms-input-placeholder, .block-two-column-banner form .hs-email input[type=email]::-ms-input-placeholder {
  color: rgba(206, 214, 222, .6)
}
.block-two-column-banner form .hs-email input[type=email]::placeholder {
  color: rgba(206, 214, 222, .6)
}
.block-two-column-banner form .hs-email input[type=email].error {
  border-color: #fff !important
}
.block-two-column-banner form input[type=submit] {
  margin-bottom: 0
}
@media (min-width:48em) {
  .block-two-column-banner form input[type=submit] {
    margin-left: 20px
  }
}
/*# sourceMappingURL=styles.css.map */
.justify-center {
  justify-content: center;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex {
  display: flex;
}
.text-gray-700 {
  color: #000;
}
.shadow {
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.inline-block {
  display: inline-block;
}
.mr-2 {
  margin-right: .5rem;
}
.mt-2 {
  margin-top: .5rem;
}
.rounded-lg {
  border-radius: .5rem;
}
.bg-white {
  background-color: #fff;font-size: 12px;
}
.text-centerspn {
  text-align: center;width: 100%;
}
.mt-8 {
  margin-top: 2rem;
}
.w-5 {
  width: 1.25rem;
}
.fill-current {
  fill: currentColor;
}
.ml-4 {
  margin-left: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.inline {
  display: inline;
}
svg {
  display: block;
  vertical-align: middle;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-gray-400 {
  border-color: #cbd5e0;border-bottom:  2px solid;
}
.hdaeding{
    float: left;
margin-right: 10px;
}
.hdae{
    height: 2px;
background: #085598;
margin-top: 15px;
}
hr{
    border: solid 1px #085598;
}

.block3 {
  background: #fff;
  -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.1);
  -moz-box-shadow: 2px 2px 3px rgba(0,0,0,.1);
  box-shadow: 2px 2px 3px rgba(0,0,0,.1);
  border-top: 1px solid #e5e5e5;
  border-left: 0px solid #e5e5e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: left;
  max-width: 100%;
  width: 100%;
  margin-top: 0px;
}
.box-band a {
  float: left;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  position: relative;
  overflow: hidden;
  background: #fff;
  min-height: 86px;
  width: 20%;
}
.box-band a::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.1);
  z-index: 9;
  opacity: 0;
  filter: alpha(opacity=0);
}
.box-band a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.box-band a:hover img {
  margin-left: -15px;
}

.spsi{
    font-size: 14px;text-align: center;padding-bottom: 15px;
padding-top: 15px;
}
.spanhdinn{
    font-weight: 500;
}
.star-rating {
  margin: 25px 0 20px;
}
.star-rating {
  height: 14px;
  position: relative;
  width: 70px;
}
.star-rating::before {
  background-image: url("../../images/gray-star.svg");
  background-repeat: repeat-x;
  background-size: 14px;
  bottom: 0;
  content: "";
  display: block;
  height: 14px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
}
.star-rating > span {
  display: block;
  text-indent: -10000px;
  width: 70px;
  height: 14px;
  position: absolute;
  overflow: hidden;
}
.star-rating > span::before {
  background-image: url("../../images/filled-star.svg");
  background-repeat: repeat-x;
  background-size: 14px;
  bottom: 0;
  content: "";
  display: block;
  height: 14px;
  left: 0;
  position: absolute;
  right: 0;
  text-indent: 10000px;
  top: 0;
}
/*body #boxes {
    background: rgba(0, 0, 0, 0.8);
display: block;
position: absolute;
width: 100%;
height: 100vh;
    z-index: 999;
}*/
#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #000;
  display: none;
}
#boxes .window {
  position:fixed;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;

  border-radius: 0px;
  text-align: center;
}
#boxes #dialog {
  width:35%; 
  height:auto;

  background-color:#ffffff;
 
  
}
.spanstin{
    font-size: 22px;
padding: 15px;
background: #085598;
color: #fff;
font-weight: 400;
letter-spacing: 0px;
}
#boxes #dialog p{
    font-size: 14px;
    line-height: 18px;padding: 20px 30px 30px 30px;
}
.spanfullsiz{
    width: 100%;
    margin-bottom: 15px;
    color: #085598;font-weight: 600 !important;
}
.product-price {
  font-size: 1.125rem;
}
.product-price {
  color: #838383;
  font-size: 1rem;
  margin-top: 20px;
  position: relative;
  min-height: 26px;
}
.product-price::before {
  content: "";
  display: block;
  clear: both;
}
.product-price {
  font-size: 1.125rem;
}
.product-price {
  color: #838383;
  font-size: 1rem;
}
.product-price span.old-price {
  display: inline-block;
  position: absolute;
  left: 0;
  top: -15px;
  color: #979797;
  font-size: .75rem;
}
.product-price span {
  color: #333;
  font-weight: 700;
}
small, .small {
  font-size: 100%;
  font-weight: 400;
}
.product-price span.old-price {
  color: #979797;
  font-size: .75rem;
}
.product-price span.old-price::after {
  content: "";
  background: #979797;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  margin-top: -0.5px;
}
.product-price span.old-price {
  display: inline-block;
  position: absolute;
  left: 0;
  top: -15px;
  color: #979797;
  font-size: .75rem;
}
.product-price span {
  color: #333;
  font-weight: 700;
}
.product-price {
  font-size: 1.125rem;
}
.discount-tag {
  background: #e30613;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0px;
  padding: 4px 10px;
  font-weight: 700;
  z-index: 1;
}
.discount-tag::before {
  content: "";
  border-right: 14px solid transparent;
  border-left: 14px solid #e30613;
  border-bottom: 14px solid transparent;
  position: absolute;
  right: -27px;
  top: 0;
}

.discount-tag::after {
  content: "";
  border-right: 14px solid transparent;
  border-left: 14px solid #e30613;
  border-top: 14px solid transparent;
  position: absolute;
  right: -27px;
  bottom: 0;
}
.discount-tag {
  color: #fff;
  font-weight: 700;
}
.spantopnew{
    width: 100%;
    margin-top: 0px;
border-radius: 5px;
border: 0px;
}
.spantopnew .hbspt-form {
  width: 100%;
 
}
.spantopnew h3 {
  margin: 0px;
font-size: 26px;
 
}
#frmlist .widget .widget-body {
   
    max-height: 220px;
    overflow-y: auto;
}
