@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

div, nav, header, footer, aside {
  display: block;
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

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

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

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

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

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

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

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

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

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

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

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

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

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

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

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

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

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

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

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
body {
  background: #FFFFFF;
  text-align: center;
  font-family: fieldwork, sans-serif;
  font-size: 18px;
  color: #666666;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#site-wrapper {
  overflow: hidden;
}

.container {
  display: block;
  margin: auto;
  text-align: left;
  width: 1248px;
  position: relative;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .container {
    width: auto;
    margin: 0 32px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .container {
    width: auto;
    margin: 0 20px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
a {
  color: #F66353;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

a:hover {
  color: #666666;
}

.clearfix {
  display: block;
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
}

.page-block {
  overflow: hidden;
  position: relative;
}
.page-block.page-block-remove-padding-bottom {
  padding-bottom: 32px !important;
}
.page-block.page-block-remove-padding-top {
  padding-top: 32px !important;
}

.spacer {
  height: 64px;
}
.spacer.spacer-extra-small {
  height: 24px;
}
.spacer.spacer-small {
  height: 32px;
}
.spacer.spacer-large {
  height: 96px;
}
.spacer.spacer-extra-large {
  height: 128px;
}

/* Accessibility tweaks */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

@media all and (max-width: 1023px) {
  .spacer {
    height: 48px;
  }
  .spacer.spacer-extra-small {
    height: 12px;
  }
  .spacer.spacer-small {
    height: 24px;
  }
  .spacer.spacer-large {
    height: 64px;
  }
  .spacer.spacer-extra-large {
    height: 64px;
  }
  .spacer.about-bottom-spacer {
    height: 28px;
  }
}
#cookie-law-info-bar {
  background: transparent !important;
  box-shadow: none !important;
  padding: 54px 0 50px 0 !important;
}
#cookie-law-info-bar:before {
  clip-path: path("M-2.27373675e-13,32 C586,10.6666667 979.229167,0 1179.6875,0 C1380.14583,0 1773.58333,10.6666667 2360,32 L2360,2820.05848 L-2.27373675e-13,2820.05848 L-2.27373675e-13,32 Z");
  -webkit-clip-path: path("M-2.27373675e-13,32 C586,10.6666667 979.229167,0 1179.6875,0 C1380.14583,0 1773.58333,10.6666667 2360,32 L2360,2820.05848 L-2.27373675e-13,2820.05848 L-2.27373675e-13,32 Z");
  width: 2360px;
  height: 100%;
  position: absolute;
  content: "";
  display: block;
  background: #FFF;
  left: 50%;
  top: 0px;
  margin: 0 0 0 -1180px;
  background-image: linear-gradient(225deg, #63DBFF 0%, #2E6FDF 100%);
}
#cookie-law-info-bar span {
  position: relative;
  z-index: 10;
}
#cookie-law-info-bar .cli-bar-message {
  font-size: 16px;
  line-height: 24px;
}
#cookie-law-info-bar .cli-bar-message a {
  color: #FFF;
  text-decoration: underline;
}
#cookie-law-info-bar .cli-bar-message a:hover, #cookie-law-info-bar .cli-bar-message a:active, #cookie-law-info-bar .cli-bar-message a:focus {
  color: #F66353;
}
#cookie-law-info-bar #wt-cli-accept-all-btn {
  background: #F66353 !important;
  text-decoration: none !important;
  line-height: 20px !important;
}
#cookie-law-info-bar .cli-bar-container {
  max-width: 1248px;
  margin: 0 auto;
}

.cli-style-v2 .cli-bar-message {
  width: 80%;
}

@media (max-width: 985px) {
  .cli-style-v2.cli-bar-container {
    justify-content: center;
  }
}
@media all and (max-width: 1280px) and (min-width: 0px) {
  #cookie-law-info-bar .cli-bar-container {
    max-width: none;
    margin: 0 32px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  #cookie-law-info-bar .cli-bar-container {
    max-width: none;
    margin: 0 20px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  #cookie-law-info-bar {
    padding: 44px 0 20px 0 !important;
  }
  #cookie-law-info-bar .cli-bar-container .cli-bar-message {
    width: auto;
    display: block;
    padding: 0 0 28px 0;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }
  #cookie-law-info-bar .cli-bar-container .cli-bar-btn_container {
    width: 100% !important;
    margin: 0px !important;
    display: block;
  }
  #cookie-law-info-bar .cli-bar-container .cli-bar-btn_container #wt-cli-accept-all-btn {
    display: block;
    width: 100% !important;
  }
}
.next-page-loader,
.has-another-page {
  display: none !important;
}

.animate {
  opacity: 0;
}

.animated-delay-100 {
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
}

.animated-delay-200 {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}

.animated-delay-300 {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}

.animated-delay-400 {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

.animated-delay-500 {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

.animated-delay-600 {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}

.animated-delay-700 {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}

.animated-delay-800 {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}

.animated-delay-900 {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}

.animated-delay-1000 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

.animated-delay-1100 {
  animation-delay: 1s;
  -webkit-animation-delay: 1.1s;
}

.animated-delay-1200 {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}

.animated {
  opacity: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  color: #000000;
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
  padding-top: 32px;
  margin: 0 0 13px 0;
}

article .first-heading {
  padding-top: 0px;
}

article h1 {
  font-size: 48px;
  line-height: 59px;
  margin: 0 0 24px 0;
}

article h2 {
  font-size: 40px;
  line-height: 46px;
  margin: 0 0 18px 0;
}

article h3 {
  font-size: 32px;
  line-height: 40px;
  margin: 0 0 18px 0;
}

article h4 {
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 18px 0;
}

article h5 {
  font-size: 20px;
  line-height: 32px;
  margin: 0 0 8px 0;
}

article h6 {
  font-size: 18px;
  line-height: 32px;
  margin: 0 0 6px 0;
}

article p {
  line-height: 28px;
  margin: 0 0 28px 0;
}

article ul {
  margin: 0 0 11px 0;
}
article ul li {
  margin: 0 0 17px 0;
  padding: 0 0 0 40px;
  line-height: 28px;
  position: relative;
}
article ul li:before {
  position: absolute;
  line-height: 26px;
  content: "•";
  left: 5px;
  top: 0px;
  display: block;
}

article p + ul {
  margin-top: -11px;
}

article ol {
  margin: 0 0 11px 40px;
  list-style: decimal outside;
  line-height: 28px;
}
article ol li {
  margin: 0 0 17px 0;
  padding: 0px;
}

article p + ol {
  margin-top: -11px;
}

article small {
  display: block;
  margin: 0 0 28px 0;
  font-size: 16px;
  line-height: 26px;
}

strong {
  font-weight: 700;
}

@media all and (max-width: 1023px) {
  body {
    font-size: 16px;
  }

  article h1,
article h2,
article h3,
article h4,
article h5 {
    padding-top: 18px;
  }

  article h1 {
    font-size: 36px;
    line-height: 40px;
  }

  article h2 {
    font-size: 32px;
    line-height: 40px;
  }

  article h3 {
    font-size: 28px;
    line-height: 36px;
  }

  article h4 {
    font-size: 24px;
    line-height: 32px;
  }

  article h5 {
    font-size: 20px;
    line-height: 32px;
  }

  article h6 {
    font-size: 18px;
    line-height: 32px;
  }

  article p {
    margin: 0 0 26px 0;
    line-height: 26px;
  }

  article ul {
    margin: 0 0 11px 0;
    font-size: 16px;
  }

  article ol {
    margin: 0 0 11px 30px;
    font-size: 16px;
  }
}
.button,
#wt-cli-accept-all-btn {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  border: none;
  font-family: fieldwork, sans-serif;
  background: #F66353;
  border-radius: 4px;
  padding: 11px 22px 13px 22px;
  line-height: 28px;
  height: 52px;
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-align: center;
}
.button span.button-circle,
#wt-cli-accept-all-btn span.button-circle {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #FD874E;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.button span.button-text,
#wt-cli-accept-all-btn span.button-text {
  color: #FFF;
  position: relative;
  transition: 0.3s ease-in-out;
  z-index: 2;
}
.button:hover,
#wt-cli-accept-all-btn:hover {
  color: #FFF;
}
.button:hover span.button-circle,
#wt-cli-accept-all-btn:hover span.button-circle {
  width: 225%;
  height: 562.5px;
  z-index: 1;
}
.button:active,
#wt-cli-accept-all-btn:active {
  background: #FD874E;
  box-shadow: inset 0 0 0 1px #F66353;
}
.button:active span.button-circle,
#wt-cli-accept-all-btn:active span.button-circle {
  display: none;
}
.button.button-bordered,
#wt-cli-accept-all-btn.button-bordered {
  border: 2px solid #F66353;
  line-height: 24px;
  background-color: transparent;
}
.button.button-bordered span.button-text,
#wt-cli-accept-all-btn.button-bordered span.button-text {
  color: #F66353;
}
.button.button-bordered span.button-circle,
#wt-cli-accept-all-btn.button-bordered span.button-circle {
  background: #F66353;
}
.button.button-bordered:hover span.button-text,
#wt-cli-accept-all-btn.button-bordered:hover span.button-text {
  color: #FFF;
}
.button.button-bordered:active,
#wt-cli-accept-all-btn.button-bordered:active {
  background: #F66353;
}
.button.button-bordered:active span.button-circle,
#wt-cli-accept-all-btn.button-bordered:active span.button-circle {
  display: block;
}
.button.button-white,
#wt-cli-accept-all-btn.button-white {
  background: #FFF;
}
.button.button-white .button-text,
#wt-cli-accept-all-btn.button-white .button-text {
  color: #F66353;
}
.button.button-white span.button-circle,
#wt-cli-accept-all-btn.button-white span.button-circle {
  background: #F66353;
}
.button.button-white:hover .button-text,
#wt-cli-accept-all-btn.button-white:hover .button-text {
  color: #FFF;
}
.button.button-white:active,
#wt-cli-accept-all-btn.button-white:active {
  background: #F66353;
  box-shadow: inset 0 0 0 1px #FFF;
}
.button.button-white:active span.button-circle,
#wt-cli-accept-all-btn.button-white:active span.button-circle {
  display: none;
}
.button.button-white-bordered,
#wt-cli-accept-all-btn.button-white-bordered {
  border: 2px solid #FFF;
  line-height: 24px;
  background-color: transparent;
}
.button.button-white-bordered span.button-text,
#wt-cli-accept-all-btn.button-white-bordered span.button-text {
  color: #FFF;
}
.button.button-white-bordered span.button-circle,
#wt-cli-accept-all-btn.button-white-bordered span.button-circle {
  background: #FFF;
}
.button.button-white-bordered:hover span.button-text,
#wt-cli-accept-all-btn.button-white-bordered:hover span.button-text {
  color: #F66353;
}
.button.button-white-bordered:active,
#wt-cli-accept-all-btn.button-white-bordered:active {
  background: #FFF;
}
.button.button-white-bordered:active span.button-circle,
#wt-cli-accept-all-btn.button-white-bordered:active span.button-circle {
  display: block;
}

input.button:hover {
  background: #FD874E;
}
input.button.button-bordered {
  color: #F66353;
}
input.button.button-bordered:hover, input.button.button-bordered:active {
  color: #FFF;
  background: #F66353;
}

a .link-arrow {
  position: absolute;
  width: 33px;
  height: 33px;
  display: block;
  transition: 0.3s ease-in-out;
}
a .link-arrow .link-arrow-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s ease-in-out;
  margin: -4px 0 0 -13px;
}
a .link-arrow .arrow-icon {
  position: relative;
  top: 0px;
  transition: 0.3s ease-in-out;
  vertical-align: middle;
}
a .link-arrow .arrow-icon--circle {
  transition: stroke-dashoffset 0.3s ease;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}

@media all and (min-width: 1024px) {
  a.arrow-link:hover, a.arrow-link:active, a.arrow-link:focus {
    color: #F66353;
  }
  a.arrow-link:hover .link-arrow .link-arrow-arrow, a.arrow-link:active .link-arrow .link-arrow-arrow, a.arrow-link:focus .link-arrow .link-arrow-arrow {
    transform: translate3d(4px, 0, 0);
    margin-left: -11px;
  }
  a.arrow-link:hover .link-arrow .arrow-icon--circle, a.arrow-link:active .link-arrow .arrow-icon--circle, a.arrow-link:focus .link-arrow .arrow-icon--circle {
    stroke-dashoffset: 0;
  }
  a.arrow-link:active, a.arrow-link:focus {
    color: #FD874E;
  }
}
.arrow-link {
  font-size: 18px;
  line-height: 33px;
  display: inline-block;
  padding: 0 40px 0 0;
  position: relative;
  font-weight: 600;
  color: #F66353;
}
.arrow-link .link-arrow {
  position: absolute;
  top: 0px;
  right: 0px;
}
.arrow-link:active {
  color: #FD874E;
}

.underline-link {
  font-size: 18px;
  position: relative;
  line-height: 28px;
  display: inline-block;
}
.underline-link:before {
  transition: 0.3s ease-in-out;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0px;
  height: 2px;
  background: #F66353;
  content: "";
  display: block;
}
.underline-link:hover {
  color: #F66353;
}
.underline-link:hover:before {
  width: 100%;
}
.underline-link:active {
  color: #FD874E;
}
.underline-link:active:before {
  background: #FD874E;
  width: 100%;
}

.icon-link {
  padding: 0 0 0 31px;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #F66353;
  display: inline-block;
  font-weight: 600;
}
.icon-link svg {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  position: absolute;
}
.icon-link:hover {
  color: #FD874E;
}

@media all and (max-width: 767px) {
  .button {
    line-height: 24px;
    height: 48px;
    font-size: 16px;
    padding-left: 18px;
    padding-right: 18px;
  }
  .button.button-bordered, .button.button-white-bordered {
    line-height: 20px;
  }
}
textarea,
input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  border: 1px solid #EFEFEF;
  border-radius: 4px;
  width: 100%;
  height: 52px;
  font-family: fieldwork, sans-serif;
  color: #666666;
  padding: 11px 19px 14px 19px;
  line-height: 26px;
  font-size: 18px;
  position: relative;
  z-index: 1;
  box-shadow: none;
  background: transparent;
}
textarea:focus,
input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
  border-color: #4199EC;
}

body .gform_wrapper.gravity-theme .gfield textarea.large,
textarea {
  height: 111px;
  padding: 11px 19px 14px 19px;
  line-height: 26px;
  font-size: 18px;
}

body .gfield_error textarea,
body .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border-color: #D24147;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  textarea,
input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    height: 48px;
    line-height: 22px;
    font-size: 16px;
    padding: 11px 17px 14px 17px;
  }

  body .gform_wrapper.gravity-theme .gfield textarea.large,
textarea {
    height: 105px;
    padding: 11px 17px 14px 17px;
    line-height: 22px;
    font-size: 16px;
  }
}
.select-field {
  position: relative;
  border: 1px solid #EEF6FD;
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
  height: 52px;
}
.select-field:before {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 8px;
  margin: -4px 0 0 0;
  background: url(../images/icon-select.svg) no-repeat;
  content: "";
}
.select-field select,
.select-field select.medium {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  cursor: pointer;
  border: none;
  top: 0px;
  left: 0px;
  font-family: fieldwork, sans-serif;
  color: #666666;
  height: 52px;
  padding: 9px 84px 13px 18px;
  line-height: 28px;
  font-size: 18px;
  background: none transparent;
  width: 100%;
  width: calc(100% + 40px);
  background: transparent;
  z-index: 1;
  overflow: hidden;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .select-field {
    height: 48px;
  }
  .select-field select,
.select-field select.medium {
    line-height: 24px;
    height: 48px;
    font-size: 16px;
  }
}
body .gform_wrapper.gravity-theme .gfield_label {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  line-height: 28px;
  display: block;
  margin: 0 0 6px 0;
  padding: 0px;
}

body .gform_wrapper.gravity-theme .gfield_description {
  padding: 6px 0 0 0;
}

body .gform_wrapper .gfield_validation_message,
body .gform_wrapper .validation_message {
  color: #D24147;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  border: none;
  margin: 0px;
  background: transparent;
}

body .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 24px;
  grid-column-gap: 32px;
}

body .gform_wrapper.gravity-theme .gfield_label .gfield_required {
  display: none;
}

body .gform_wrapper.gravity-theme .gfield {
  position: relative;
}

body .gform_wrapper.gravity-theme .gfield-optional {
  position: relative;
}
body .gform_wrapper.gravity-theme .gfield-optional:before {
  position: absolute;
  right: 0px;
  font-size: 12px;
  line-height: 16px;
  color: #666666;
  content: "Optional";
  top: 6px;
  display: block;
}

body .gform_wrapper .gform_validation_errors {
  padding: 0px;
  margin: 0px;
  border: none;
  box-shadow: none;
  background: transparent;
}

.gform_wrapper.gravity-theme .gfield-choice-input + label {
  max-width: none !important;
}

#mobile-nav-height {
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 20px;
  z-index: 0;
}

#site-header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
}
#site-header .container {
  width: auto;
  margin: 0 32px;
}
#site-header .site-header-inner {
  display: flex;
  align-items: center;
}
#site-header .site-header-inner .logo {
  padding: 22px 0;
  width: 156px;
}
#site-header .site-header-inner .logo img {
  display: block;
}
#site-header .site-header-inner .logo .logo-primary {
  display: none;
}
#site-header .site-header-inner .logo:hover, #site-header .site-header-inner .logo:focus, #site-header .site-header-inner .logo:active {
  opacity: 0.6;
}
#site-header .site-header-inner nav {
  text-align: center;
  width: calc(100% - 156px - 380px);
}
#site-header .site-header-inner nav ul {
  margin: 0 -20px;
}
#site-header .site-header-inner nav ul li {
  display: inline-block;
  position: relative;
  padding: 28px 20px;
}
#site-header .site-header-inner nav ul li a {
  font-size: 16px;
  line-height: 28px;
  color: #FFF;
  font-weight: 600;
  display: inline-block;
}
#site-header .site-header-inner nav ul li a:hover, #site-header .site-header-inner nav ul li a:active, #site-header .site-header-inner nav ul li a:focus {
  color: #F66353;
}
#site-header .site-header-inner nav ul li.menu-item-has-children > a {
  padding: 0 20px 0 0;
  background: url(../images/dropdown-arrow-white.svg) no-repeat right 11px;
}
#site-header .site-header-inner nav ul li.menu-item-has-children > a:hover {
  background-image: url(../images/dropdown-arrow-up-primary.svg);
}
#site-header .site-header-inner nav ul li.menu-item-has-children:hover ul, #site-header .site-header-inner nav ul li.menu-item-has-children:active ul, #site-header .site-header-inner nav ul li.menu-item-has-children:focus ul {
  visibility: visible;
  left: 50%;
  opacity: 1;
}
#site-header .site-header-inner nav ul li.menu-item-has-children:focus-within > a {
  background-image: url(../images/dropdown-arrow-up-primary.svg);
  color: #F66353;
}
#site-header .site-header-inner nav ul li.menu-item-has-children:focus-within ul {
  visibility: visible;
  opacity: 1;
  left: 50%;
}
#site-header .site-header-inner nav ul li.menu-item-has-children ul {
  position: absolute;
  top: 66px;
  left: 50%;
  width: 190px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s opacity;
  left: -9999px;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: block;
  background: #FFFFFF;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
  border-radius: 10px 0 0 0 10px 10px 10px;
  border-radius: 10px;
  margin: 10px 0 0 0;
  text-align: left;
  padding: 20px 0;
}
#site-header .site-header-inner nav ul li.menu-item-has-children ul:before {
  width: 18px;
  height: 9px;
  background: url(../images/pricing-list-arrow.svg) no-repeat top center;
  content: "";
  display: block;
  top: -9px;
  left: 50%;
  margin: 0 0 0 -9px;
  position: absolute;
}
#site-header .site-header-inner nav ul li.menu-item-has-children ul li {
  display: block;
  padding: 0px;
}
#site-header .site-header-inner nav ul li.menu-item-has-children ul li a {
  display: block;
  padding: 1px 24px;
  font-size: 16px;
  line-height: 28px;
  color: #000;
}
#site-header .site-header-inner nav ul li.menu-item-has-children ul li a:hover, #site-header .site-header-inner nav ul li.menu-item-has-children ul li a:focus, #site-header .site-header-inner nav ul li.menu-item-has-children ul li a:active {
  color: #F66353;
}
#site-header .site-header-inner nav ul li.menu-item-has-children ul li.nav-media-hub a {
  padding-left: 58px;
  padding: 7px 24px 7px 58px;
  background: url(../images/nav-media-hub.svg) no-repeat 24px center;
}
#site-header .site-header-inner nav ul li.menu-item-has-children ul li.nav-quick-view a {
  padding-left: 58px;
  padding: 7px 24px 7px 58px;
  background: url(../images/nav-quick-view.svg) no-repeat 24px center;
}
#site-header .site-header-inner nav ul li.menu-item-has-children ul li.nav-analytics a {
  padding-left: 58px;
  padding: 7px 24px 7px 58px;
  background: url(../images/nav-analytics.svg) no-repeat 24px center;
}
#site-header .site-header-inner nav ul li.menu-item-has-children ul li.nav-gift-aid-manager a {
  padding-left: 58px;
  padding: 7px 24px 7px 58px;
  background: url(../images/nav-gift-aid-manager.svg) no-repeat 24px center;
}
#site-header .site-header-inner nav ul li.menu-item-has-children ul li.nav-reporting a {
  padding-left: 58px;
  padding: 7px 24px 7px 58px;
  background: url(../images/nav-reporting.svg) no-repeat 24px center;
}
#site-header .site-header-inner nav ul li.menu-item-has-children.menu-item-501 ul {
  width: 234px;
}
#site-header .site-header-inner .header-right {
  padding: 16px 0;
  width: 382px;
}
#site-header .site-header-inner .header-right .header-right-buttons {
  margin: 0 -6px;
}
#site-header .site-header-inner .header-right .header-right-buttons a {
  margin: 0 6px;
  display: block;
  float: left;
}
#site-header .site-header-inner .header-right .header-right-buttons a.header-circle-button {
  width: 52px;
  height: 52px;
  border-radius: 100%;
  position: relative;
  background: rgba(246, 99, 83, 0.1);
  background: rgba(255, 255, 255, 0.1);
  color: #FFF;
}
#site-header .site-header-inner .header-right .header-right-buttons a.header-circle-button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
}
#site-header .site-header-inner .header-right .header-right-buttons a.header-circle-button:hover, #site-header .site-header-inner .header-right .header-right-buttons a.header-circle-button:active, #site-header .site-header-inner .header-right .header-right-buttons a.header-circle-button:focus {
  background: #FFF;
  color: #F66353;
}
#site-header .site-header-inner .header-right .header-right-buttons a.toggle-nav {
  width: 107px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  border-color: #FFF;
}
#site-header .site-header-inner .header-right .header-right-buttons a.toggle-nav span.button-text {
  color: #FFF;
}
#site-header .site-header-inner .header-right .header-right-buttons a.toggle-nav svg {
  position: relative;
  top: 2px;
  margin: 0 5px 0 0;
}
#site-header .site-header-inner .header-right .header-right-buttons a.toggle-nav:hover, #site-header .site-header-inner .header-right .header-right-buttons a.toggle-nav:active, #site-header .site-header-inner .header-right .header-right-buttons a.toggle-nav:focus {
  border-color: #F66353;
  background-color: #F66353;
}
#site-header .site-header-inner .header-right .header-right-buttons a.toggle-nav:hover span.button-text, #site-header .site-header-inner .header-right .header-right-buttons a.toggle-nav:active span.button-text, #site-header .site-header-inner .header-right .header-right-buttons a.toggle-nav:focus span.button-text {
  color: #FFF;
}
#site-header .site-header-inner .header-right .header-right-buttons a.button-get-started {
  width: 134px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
}
#site-header .site-header-inner .header-right .header-right-buttons a.button-get-started:hover, #site-header .site-header-inner .header-right .header-right-buttons a.button-get-started:active, #site-header .site-header-inner .header-right .header-right-buttons a.button-get-started:focus {
  box-shadow: 0 3px 6px 0 rgba(112, 120, 135, 0.17);
}

body.fixed-header #site-header {
  position: fixed;
}

body.fixed-header #site-header {
  background: #FFFFFF;
  box-shadow: 0 3px 6px 0 rgba(112, 120, 135, 0.17);
}
body.fixed-header #site-header .logo .logo-white {
  display: none;
}
body.fixed-header #site-header .logo .logo-primary {
  display: block;
}
body.fixed-header #site-header nav ul li a {
  color: #000000;
}
body.fixed-header #site-header nav ul li a:hover, body.fixed-header #site-header nav ul li a:active, body.fixed-header #site-header nav ul li a:focus {
  color: #F66353;
}
body.fixed-header #site-header nav ul li.menu-item-has-children > a {
  background: url(../images/dropdown-arrow-primary.svg) no-repeat right 11px;
}
body.fixed-header #site-header nav ul li.menu-item-has-children > a:hover {
  background-image: url(../images/dropdown-arrow-up-primary.svg);
}
body.fixed-header #site-header nav ul li.menu-item-has-children:focus-within > a {
  background-image: url(../images/dropdown-arrow-up-primary.svg);
  color: #F66353;
}
body.fixed-header #site-header .header-right .header-right-buttons a.header-circle-button {
  background: rgba(246, 99, 83, 0.1);
  color: #F66353;
}
body.fixed-header #site-header .header-right .header-right-buttons a.header-circle-button:hover, body.fixed-header #site-header .header-right .header-right-buttons a.header-circle-button:active, body.fixed-header #site-header .header-right .header-right-buttons a.header-circle-button:focus {
  background: #F66353;
  color: #FFF;
}
body.fixed-header #site-header .header-right .header-right-buttons a.toggle-nav {
  border-color: #F66353;
}
body.fixed-header #site-header .header-right .header-right-buttons a.toggle-nav span.button-text {
  color: #F66353;
}
body.fixed-header #site-header .header-right .header-right-buttons a.toggle-nav:hover, body.fixed-header #site-header .header-right .header-right-buttons a.toggle-nav:active, body.fixed-header #site-header .header-right .header-right-buttons a.toggle-nav:focus {
  border-color: #F66353;
  background-color: #F66353;
}
body.fixed-header #site-header .header-right .header-right-buttons a.toggle-nav:hover span.button-text, body.fixed-header #site-header .header-right .header-right-buttons a.toggle-nav:active span.button-text, body.fixed-header #site-header .header-right .header-right-buttons a.toggle-nav:focus span.button-text {
  color: #FFF;
}

@media all and (max-width: 1320px) and (min-width: 0px) {
  #site-header .site-header-inner {
    display: block;
  }
  #site-header .site-header-inner .logo {
    float: left;
  }
  #site-header .site-header-inner nav {
    display: none;
  }
  #site-header .site-header-inner .header-right {
    float: right;
  }
}
.mobile-toggle-nav {
  display: none;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 200;
  padding: 16px 0;
}
.mobile-toggle-nav .container {
  text-align: right;
}
.mobile-toggle-nav .container .button {
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
}
.mobile-toggle-nav .container .button svg {
  position: relative;
  top: 2px;
  margin: 0 5px 0 0;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  #site-header .container {
    margin: 0 20px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  #site-header .container {
    margin: 0 20px;
  }
  #site-header .site-header-inner .logo {
    float: left;
    width: auto;
  }
  #site-header .site-header-inner .logo img {
    height: 28px;
  }
  #site-header .site-header-inner .header-right {
    width: auto;
  }
  #site-header .site-header-inner .header-right .header-right-buttons {
    margin: 0 -4px;
  }
  #site-header .site-header-inner .header-right .header-right-buttons .toggle-nav {
    display: none;
  }
  #site-header .site-header-inner .header-right .header-right-buttons a.button-get-started {
    line-height: 20px;
    height: 40px;
    width: 104px;
    padding: 9px 0 11px 0;
    margin: 0 4px;
  }
  #site-header .site-header-inner .header-right .header-right-buttons a.header-circle-button {
    width: 40px;
    height: 40px;
    margin: 0 4px;
  }
  #site-header .site-header-inner .header-right .header-right-buttons a.header-circle-button svg {
    width: 16px;
    height: 16px;
  }

  .mobile-toggle-nav {
    display: block;
  }
}
#site-nav {
  position: fixed;
  top: 0px;
  left: 0px;
  display: none;
  width: 100%;
  height: 100vh;
  padding: 84px 0 164px 0;
  z-index: 10000;
  overflow: hidden;
  background-image: linear-gradient(225deg, #1977BD 0%, #093785 100%);
}
#site-nav:after {
  opacity: 0.09;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  display: block;
  background: url(../images/noise.png);
  left: 0px;
  top: 0px;
  display: none;
}
#site-nav .container {
  z-index: 10001;
}
#site-nav .container .back-link {
  display: none;
}
#site-nav .circle-a {
  width: 150px;
  height: 150px;
  top: -26px;
  right: 30%;
}
#site-nav .circle-b {
  width: 66px;
  height: 66px;
  top: 60%;
  left: 45%;
}
#site-nav .circle-c {
  width: 157px;
  height: 157px;
  bottom: 120px;
  right: -26px;
}
#site-nav header {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  padding: 17px 0 0 0;
}
#site-nav header .container {
  width: auto;
  margin: 0 32px;
}
#site-nav header .logo-white {
  float: left;
  margin: 5px 0 0 0;
}
#site-nav header .button {
  float: right;
}
#site-nav header .button svg {
  position: relative;
  margin: 0 4px 0 0;
  top: 1px;
}
#site-nav .menus {
  height: calc(100vh - 84px - 164px);
  overflow: auto;
  z-index: 1002;
  position: relative;
}
#site-nav .menus .container {
  position: relative;
}
#site-nav .menus .menu-holder {
  float: left;
}
#site-nav .menus .menu-holder ul li {
  padding: 0px;
}
#site-nav .menus .menu-holder ul li a {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
#site-nav .menus .menu-holder ul li a:hover {
  color: #F66353;
}
#site-nav .menus .menu-holder ul li ul li {
  padding: 2px 0;
  display: block;
}
#site-nav .menus .menu-holder ul li ul li a {
  font-size: 32px;
  line-height: 48px;
}
#site-nav .menus .menu-holder.menu-holder-a {
  width: 320px;
}
#site-nav .menus .menu-holder.menu-holder-b {
  width: 426px;
}
#site-nav .menus .menu-holder.menu-holder-c {
  width: 480px;
  padding: 29px 0 0 0;
}
#site-nav .menus .menu-holder.menu-holder-c ul {
  columns: 2;
}
#site-nav .menus .menu-holder.menu-holder-c ul li {
  display: block;
  padding: 12px 0;
}
#site-nav .menus .menu-holder.menu-holder-c ul li a {
  display: block;
  font-size: 24px;
  line-height: 28px;
}
#site-nav footer {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  padding: 64px 0 48px 0;
  position: relative;
  z-index: 10003;
}
#site-nav footer:before {
  clip-path: path("M-2.27373675e-13,32 C586,10.6666667 979.229167,0 1179.6875,0 C1380.14583,0 1773.58333,10.6666667 2360,32 L2360,2820.05848 L-2.27373675e-13,2820.05848 L-2.27373675e-13,32 Z");
  -webkit-clip-path: path("M-2.27373675e-13,32 C586,10.6666667 979.229167,0 1179.6875,0 C1380.14583,0 1773.58333,10.6666667 2360,32 L2360,2820.05848 L-2.27373675e-13,2820.05848 L-2.27373675e-13,32 Z");
  width: 2360px;
  height: 100%;
  position: absolute;
  content: "";
  display: block;
  background: #FFF;
  left: 50%;
  top: 0px;
  margin: 0 0 0 -1180px;
  background-image: linear-gradient(225deg, #63DBFF 0%, #2E6FDF 100%);
}
#site-nav footer:after {
  opacity: 0.04;
  clip-path: path("M-2.27373675e-13,32 C586,10.6666667 979.229167,0 1179.6875,0 C1380.14583,0 1773.58333,10.6666667 2360,32 L2360,2820.05848 L-2.27373675e-13,2820.05848 L-2.27373675e-13,32 Z");
  -webkit-clip-path: path("M-2.27373675e-13,32 C586,10.6666667 979.229167,0 1179.6875,0 C1380.14583,0 1773.58333,10.6666667 2360,32 L2360,2820.05848 L-2.27373675e-13,2820.05848 L-2.27373675e-13,32 Z");
  width: 2360px;
  height: 100%;
  position: absolute;
  content: "";
  display: block;
  background: url(../images/noise.png);
  left: 50%;
  top: 0px;
  display: none;
  margin: 0 0 0 -1180px;
}
#site-nav footer .container h4 {
  font-size: 32px;
  line-height: 45px;
  color: #FFF;
  float: left;
}
#site-nav footer .container .buttons {
  float: right;
}
#site-nav footer .container .buttons a {
  display: inline-block;
  margin: 0 0 0 12px;
}

body.nav-active #site-wrapper {
  height: 100vh;
  overflow: hidden;
}

@media all and (min-height: 600px) {
  #site-nav .menus .container {
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
#site-nav .menu-hidden {
  display: none;
  float: left;
  width: 50%;
  height: calc(100vh - 106px);
}
#site-nav .menu-hidden ul li a {
  font-size: 24px;
  line-height: 28px;
  color: #FFF;
  font-weight: 600;
  padding: 11px 0;
  display: block;
}
#site-nav .menu-hidden ul li ul li a {
  font-size: 28px;
}

@media all and (max-width: 1280px) and (min-width: 1024px) {
  #site-nav .menus .menu-holder.menu-holder-a {
    width: 320px;
  }
  #site-nav .menus .menu-holder.menu-holder-b {
    width: 300px;
  }
  #site-nav .menus .menu-holder.menu-holder-c {
    width: 340px;
  }

  #site-nav .menus .menu-holder ul li ul li a {
    font-size: 28px;
  }

  #site-nav footer {
    padding: 30px 0 28px 0;
  }
  #site-nav footer .container h4 {
    font-size: 28px;
    float: none;
    margin: 0 0 10px 0;
  }
  #site-nav footer .container .buttons {
    float: none;
  }
  #site-nav footer .container .buttons a {
    margin: 0 12px 0 0;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  #site-nav {
    padding: 106px 0 260px 0;
    padding: 95px 0 260px 0;
    overflow: hidden;
    height: 100%;
  }
  #site-nav header .container {
    margin: 0 20px;
  }
  #site-nav header .container .logo-white {
    float: left;
    width: auto;
    height: 28px;
  }
  #site-nav header .container .back-link {
    float: left;
    margin: 10px 0;
    padding: 0 0 0 25px;
    font-size: 16px;
    line-height: 28px;
    color: #FFF;
    font-weight: 600;
    display: none;
    background: url(../images/back-link-arrow.svg) no-repeat left 8px;
  }
  #site-nav header .container .button {
    height: 40px;
    padding: 9px 16px 11px 16px;
    line-height: 20px;
  }
  #site-nav .menus-wrapper {
    width: 200%;
    position: relative;
    left: 0px;
    transition: 0.3s left;
    height: calc(100vh - 95px - 166px);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #site-nav .menus {
    float: left;
    width: 50%;
    height: calc(100vh - 95px - 166px);
    overflow: auto;
  }
  #site-nav .menus .container {
    top: auto;
    left: auto;
    transform: none;
    -ms-transform: none;
    padding-bottom: 28px;
  }
  #site-nav .menus .menu-holder {
    float: none;
    width: auto !important;
  }
  #site-nav .menus .menu-holder ul li a {
    display: block;
    font-size: 28px;
    line-height: 28px;
    padding: 11px 0;
  }
  #site-nav .menus .menu-holder ul li ul {
    display: none;
  }
  #site-nav .menus .menu-holder.menu-holder-a ul li a:after, #site-nav .menus .menu-holder.menu-holder-b ul li a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background: url(../images/mobile-nav-arrow.svg) no-repeat center center;
    width: 20px;
    height: 16px;
    margin: 0 0 0 12px;
  }
  #site-nav .menus .menu-holder.menu-holder-c {
    width: 100%;
  }
  #site-nav .menus .menu-holder.menu-holder-c ul li {
    padding: 10px 0;
  }
  #site-nav .menus .menu-holder.menu-holder-c ul li a {
    padding: 0px;
  }
  #site-nav footer {
    position: absolute;
    padding: 36px 0 8px 0;
  }
  #site-nav footer .container h4 {
    font-size: 28px;
    line-height: 39px;
    margin: 0 0 17px 0;
    float: none;
  }
  #site-nav footer .container .buttons {
    margin: 0px;
    float: none;
  }
  #site-nav footer .container .buttons .button {
    margin: 0 12px 12px 0;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  #site-nav .circle-a {
    width: 34px;
    height: 34px;
    top: 40%;
    right: 14px;
    left: auto;
    bottom: auto;
  }
  #site-nav .circle-b {
    width: 24px;
    height: 24px;
    bottom: 40%;
    left: 6px;
    top: auto;
    right: auto;
  }
  #site-nav .circle-c {
    width: 104px;
    height: 104px;
    right: -50px;
    bottom: 194px;
    left: auto;
    top: auto;
  }
  #site-nav header .container .logo {
    float: left;
    width: auto;
  }
  #site-nav header .container .logo img {
    height: 28px;
  }
  #site-nav .menus-wrapper {
    position: relative;
    height: calc(100% - 95px - 220px);
    z-index: 10000;
  }
  #site-nav .menus {
    height: auto;
  }
  #site-nav footer .container .buttons .button {
    display: block;
    width: 100%;
    margin: 0 0 12px 0;
  }
}
@media all and (max-width: 560px) and (min-width: 0px) {
  #site-nav .menus-wrapper {
    height: calc(100% - 95px - 260px);
  }
  #site-nav footer .container h4 {
    max-width: 500px;
  }
}
#page-banner {
  background: none no-repeat center center;
  background-size: cover;
  position: relative;
}
#page-banner:before, #page-banner:after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
}
#page-banner:before {
  opacity: 0.88;
  background-image: linear-gradient(225deg, #1977BD 0%, #093785 100%);
  z-index: 1;
}
#page-banner:after {
  opacity: 0.09;
  background: url(../images/noise.png);
  z-index: 2;
  display: none;
}
#page-banner .page-banner-align-bottom .container {
  z-index: 3;
  height: 622px;
}
#page-banner .page-banner-align-bottom .container .banner-text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 0 0 90px 0;
}
#page-banner .page-banner-align-bottom .container .banner-text h1 {
  font-size: 24px;
  line-height: 32px;
  color: #FFF;
  font-weight: 600;
  margin: 0 0 12px 0;
}
#page-banner .page-banner-align-bottom .container .banner-text h2 {
  font-size: 52px;
  line-height: 59px;
  color: #FFF;
  font-weight: 600;
}
#page-banner .page-banner-align-bottom .container .banner-text p {
  font-size: 18px;
  line-height: 32px;
  color: #FFF;
  padding: 28px 0 0 0;
}
#page-banner .page-banner-align-bottom .container .banner-text p + .button {
  margin: 28px 0 0 0;
}
#page-banner .page-banner-with-image {
  padding: 120px 0 64px 0;
}
#page-banner .page-banner-with-image .container {
  z-index: 3;
}
#page-banner .page-banner-with-image .image-and-content {
  display: flex;
  align-items: center;
}
#page-banner .page-banner-with-image .image-and-content article {
  width: 50%;
  padding: 0 32px 0 0;
}
#page-banner .page-banner-with-image .image-and-content article h1,
#page-banner .page-banner-with-image .image-and-content article h2,
#page-banner .page-banner-with-image .image-and-content article h3,
#page-banner .page-banner-with-image .image-and-content article h4,
#page-banner .page-banner-with-image .image-and-content article h5,
#page-banner .page-banner-with-image .image-and-content article p {
  color: #FFF;
  padding: 0px;
}
#page-banner .page-banner-with-image .image-and-content article .banner-heading {
  font-size: 52px;
  line-height: 59px;
  margin: 0px;
}
#page-banner .page-banner-with-image .image-and-content article .banner-sub-heading {
  font-size: 24px;
  line-height: 32px;
  color: #FFF;
  margin: 0 0 12px 0;
}
#page-banner .page-banner-with-image .image-and-content article p {
  padding: 21px 0 0 0;
  font-size: 18px;
  line-height: 32px;
  margin: 0px;
}
#page-banner .page-banner-with-image .image-and-content article .button {
  margin: 38px 0 0 0;
}
#page-banner .page-banner-with-image .image-and-content .image-holder {
  width: 50%;
  position: relative;
  height: 608px;
}
#page-banner .page-banner-with-image .image-and-content .image-holder .circle-a {
  width: 608px;
  height: 608px;
  width: 100%;
  height: 0px;
  padding-top: 100%;
  left: 0px;
  top: 0px;
}
#page-banner .page-banner-with-image .image-and-content .image-holder .circle-b {
  width: 181px;
  height: 181px;
  right: -9px;
  top: 45px;
}
#page-banner .page-banner-with-image .image-and-content .image-holder .circle-c {
  width: 111px;
  height: 111px;
  left: 14px;
  bottom: 44px;
}
#page-banner .page-banner-with-image .image-and-content .image-holder img {
  max-width: 100%;
  height: auto;
  display: block;
  z-index: 1;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  #page-banner .page-banner-align-bottom .container {
    height: 600px;
  }
  #page-banner .page-banner-align-bottom .container .banner-text {
    padding: 0 0 80px 0;
  }
  #page-banner .page-banner-align-bottom .container .banner-text h1 {
    margin: 0 0 7px 0;
  }
  #page-banner .page-banner-align-bottom .container .banner-text h2 {
    font-size: 40px;
    line-height: 41px;
  }
  #page-banner .page-banner-align-bottom .container .banner-text p {
    font-size: 16px;
    line-height: 26px;
    padding: 22px 0 0 0;
  }
  #page-banner .page-banner-with-image .image-and-content article {
    width: calc(100% - 335px);
    padding: 0 32px 0 0;
  }
  #page-banner .page-banner-with-image .image-and-content article .banner-heading {
    font-size: 40px;
    line-height: 41px;
  }
  #page-banner .page-banner-with-image .image-and-content article .banner-sub-heading {
    margin: 0 0 7px 0;
  }
  #page-banner .page-banner-with-image .image-and-content article p {
    font-size: 16px;
    line-height: 26px;
  }
  #page-banner .page-banner-with-image .image-and-content article .button {
    margin: 26px 0 0 0;
  }
  #page-banner .page-banner-with-image .image-and-content .image-holder {
    padding: 0px;
    height: 335px;
    width: 335px;
  }
  #page-banner .page-banner-with-image .image-and-content .image-holder .circle-a {
    width: 311px;
    height: 311px;
    top: 0px;
    left: 9px;
  }
  #page-banner .page-banner-with-image .image-and-content .image-holder .circle-b {
    width: 92px;
    height: 92px;
    top: 48px;
    right: 0px;
  }
  #page-banner .page-banner-with-image .image-and-content .image-holder .circle-c {
    width: 72px;
    height: 72px;
    bottom: 24px;
    left: 20px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  #page-banner .page-banner-with-image .image-and-content {
    display: block;
  }
  #page-banner .page-banner-with-image .image-and-content article {
    width: auto;
    padding: 0 0 66px 0;
  }
  #page-banner .page-banner-with-image .image-and-content .image-holder {
    padding: 0px;
    height: 335px;
    width: 335px;
  }
  #page-banner .page-banner-with-image .image-and-content .image-holder .circle-a {
    width: 311px;
    height: 311px;
    top: 0px;
    left: 9px;
  }
  #page-banner .page-banner-with-image .image-and-content .image-holder .circle-b {
    width: 92px;
    height: 92px;
    top: 48px;
    right: 0px;
  }
  #page-banner .page-banner-with-image .image-and-content .image-holder .circle-c {
    width: 72px;
    height: 72px;
    bottom: 24px;
    left: 20px;
  }
}
#main-content {
  position: relative;
  margin-top: -32px;
  padding-top: 32px;
  overflow: hidden;
  z-index: 10;
}
#main-content:before {
  clip-path: path("M-2.27373675e-13,32 C586,10.6666667 979.229167,0 1179.6875,0 C1380.14583,0 1773.58333,10.6666667 2360,32 L2360,2820.05848 L-2.27373675e-13,2820.05848 L-2.27373675e-13,32 Z");
  -webkit-clip-path: path("M-2.27373675e-13,32 C586,10.6666667 979.229167,0 1179.6875,0 C1380.14583,0 1773.58333,10.6666667 2360,32 L2360,2820.05848 L-2.27373675e-13,2820.05848 L-2.27373675e-13,32 Z");
  width: 2360px;
  height: 100%;
  position: absolute;
  content: "";
  display: block;
  background: #FFF;
  left: 50%;
  top: 0px;
  margin: 0 0 0 -1180px;
}

.page-block {
  position: relative;
  margin-top: -32px;
  padding-top: 32px;
  padding: 124px 0;
  z-index: 10;
}
.page-block:before {
  clip-path: path("M-2.27373675e-13,32 C586,10.6666667 979.229167,0 1179.6875,0 C1380.14583,0 1773.58333,10.6666667 2360,32 L2360,2820.05848 L-2.27373675e-13,2820.05848 L-2.27373675e-13,32 Z");
  -webkit-clip-path: path("M-2.27373675e-13,32 C586,10.6666667 979.229167,0 1179.6875,0 C1380.14583,0 1773.58333,10.6666667 2360,32 L2360,2820.05848 L-2.27373675e-13,2820.05848 L-2.27373675e-13,32 Z");
  width: 2360px;
  height: 100%;
  position: absolute;
  content: "";
  display: block;
  background: #FFF;
  left: 50%;
  top: 0px;
  margin: 0 0 0 -1180px;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block {
    margin-top: -16px;
    padding-top: 16px;
    padding: 64px 0 80px 0;
  }
}
.page-block-content.page-block-content-first {
  padding-top: 43px;
}
.page-block-content .container article {
  padding: 0 214px;
  margin-bottom: -28px;
}
.page-block-content .container article .button {
  margin: 0 24px 0 0;
  margin: 0 21px 0 0;
  vertical-align: top;
}
.page-block-content.page-block-content-light-blue-background:before {
  background-color: #EEF6FD;
}
.page-block-content.page-block-content-dark-blue-background:before {
  background-color: transparent;
  background-image: linear-gradient(225deg, #63DBFF 0%, #2E6FDF 100%);
}
.page-block-content.page-block-content-dark-blue-background .container article h1,
.page-block-content.page-block-content-dark-blue-background .container article h2,
.page-block-content.page-block-content-dark-blue-background .container article h3,
.page-block-content.page-block-content-dark-blue-background .container article h4,
.page-block-content.page-block-content-dark-blue-background .container article h5,
.page-block-content.page-block-content-dark-blue-background .container article h6,
.page-block-content.page-block-content-dark-blue-background .container article p,
.page-block-content.page-block-content-dark-blue-background .container article ul,
.page-block-content.page-block-content-dark-blue-background .container article ol {
  color: #FFF;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-content .container article {
    padding: 0 64px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-content .container article {
    padding: 0px;
  }
  .page-block-content .container article .button {
    margin: 0 10px 10px 0;
  }
}
article .tick-list ul {
  margin: -6px 0 28px 0;
  max-width: 600px;
}
article .tick-list ul li {
  padding: 0 0 0 32px;
  background: url(../images/content-tick-list.svg) no-repeat left 7px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  color: #000;
  margin: 0 0 12px 0;
  display: block;
}
article .tick-list ul li:before {
  display: none;
}
article .tick-list.tick-list-columns-2 ul {
  column-count: 2;
}

@media all and (max-width: 767px) and (min-width: 0px) {
  article .tick-list.tick-list-columns-2 ul {
    column-count: 1;
  }
}
#breadcrumb {
  padding: 24px 0 42px 0;
}
#breadcrumb p {
  line-height: 24px;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  padding: 0 0 0 26px;
  position: relative;
}
#breadcrumb p a {
  vertical-align: top;
  line-height: 24px;
}
#breadcrumb p a.breadcrumb-home {
  width: 20px;
  height: 24px;
  background: url(../images/breadcrumb-home.svg) no-repeat center center;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0 -8px 0 0;
  text-indent: -9999px;
}
#breadcrumb p a:active, #breadcrumb p a:focus {
  outline: 1px dotted #F66353;
  outline-offset: 3px;
}
#breadcrumb p .breadcrumb-arrow {
  display: inline-block;
  width: 21px;
  height: 24px;
  vertical-align: top;
  background: url(../images/breadcrumb-arrow.svg) no-repeat center center;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  #breadcrumb {
    padding: 0 0 51px 0;
  }
  #breadcrumb p {
    font-size: 12px;
  }
  #breadcrumb p a.breadcrumb-home {
    background-size: auto 16px;
  }
}
.page-block-columns .columns-heading {
  margin: 0 0 40px 0;
  position: relative;
  padding: 0 200px 0 0;
}
.page-block-columns .columns-heading h3 {
  font-size: 24px;
  line-height: 40px;
  color: #4199EC;
  font-weight: 600;
  margin: 0 0 6px 0;
}
.page-block-columns .columns-heading h2 {
  font-size: 48px;
  line-height: 52px;
  font-weight: 600;
  max-width: 730px;
}
.page-block-columns .columns-heading p {
  font-size: 18px;
  line-height: 28px;
  padding: 20px 0 0 0;
  max-width: 730px;
}
.page-block-columns .columns-heading .button {
  position: absolute;
  bottom: 7px;
  right: 0px;
}
.page-block-columns .columns {
  margin: 0 -16px;
}
.page-block-columns .columns section {
  padding: 0 16px;
  float: left;
}
.page-block-columns .columns section h4 {
  font-size: 24px;
  line-height: 40px;
  margin: 0 0 8px 0;
}
.page-block-columns .columns section p {
  font-size: 18px;
  line-height: 28px;
}
.page-block-columns .columns.columns-2 section {
  width: 50%;
}
.page-block-columns .columns.columns-3 section {
  width: 33.33%;
}
.page-block-columns .columns.columns-4 section {
  width: 25%;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-columns .columns-heading {
    padding: 0px;
  }
  .page-block-columns .columns-heading h3 {
    font-size: 22px;
    line-height: 40px;
    margin: 0 0 13px 0;
  }
  .page-block-columns .columns-heading h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .page-block-columns .columns section h4 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 11px 0;
  }
  .page-block-columns .columns section p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-columns .columns {
    margin: 0px;
  }
  .page-block-columns .columns section {
    padding: 0 0 35px 0;
    float: none;
    width: auto !important;
  }
  .page-block-columns.page-block-columns-has-button .columns-heading {
    position: static;
  }
  .page-block-columns.page-block-columns-has-button .container {
    padding-bottom: 64px;
  }
  .page-block-columns.page-block-columns-has-button .button {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
  }
}
.page-block-steps .steps-heading {
  margin: 0 0 72px 0;
  padding: 0 200px 0 0;
  position: relative;
}
.page-block-steps .steps-heading h3 {
  font-size: 24px;
  line-height: 40px;
  color: #4199EC;
  font-weight: 600;
  margin: 0 0 6px 0;
}
.page-block-steps .steps-heading h2 {
  font-size: 48px;
  line-height: 52px;
  max-width: 80%;
  font-weight: 600;
}
.page-block-steps .steps-heading p {
  font-size: 18px;
  line-height: 28px;
  color: #666666;
  padding: 20px 0 0 0;
}
.page-block-steps .steps-heading .button {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.page-block-steps .steps {
  margin: 0 -16px;
}
.page-block-steps .steps section {
  padding: 0 16px;
  float: left;
}
.page-block-steps .steps section .step-number {
  display: block;
  margin: 0 0 14px 0;
}
.page-block-steps .steps section h4 {
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 13px 0;
}
.page-block-steps .steps section p {
  font-size: 17px;
  line-height: 22px;
}
.page-block-steps .steps.steps-2 section {
  width: 50%;
}
.page-block-steps .steps.steps-3 section {
  width: 33.33%;
}
.page-block-steps .steps.steps-4 section {
  width: 25%;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-steps .steps-heading {
    margin: 0 0 48px 0;
  }
  .page-block-steps .steps-heading h3 {
    font-size: 20px;
    line-height: 40px;
    margin: 0 0 9px 0;
  }
  .page-block-steps .steps-heading h2 {
    font-size: 36px;
    line-height: 40px;
  }
  .page-block-steps .steps {
    margin: 0 -20px 0 0;
    position: relative;
  }
  .page-block-steps .steps section {
    padding: 0 20px 48px 0;
  }
  .page-block-steps .steps .slick-arrow {
    position: absolute;
    bottom: -8px;
    left: 0px;
    width: 24px;
    height: 24px;
    padding: 0px;
    border: none;
    border-radius: 0px;
    z-index: 110;
    color: #F66353;
  }
  .page-block-steps .steps .slick-arrow .button-text {
    width: 24px;
    height: 24px;
    position: relative;
    display: block;
  }
  .page-block-steps .steps .slick-arrow .button-circle {
    display: none !important;
  }
  .page-block-steps .steps .slick-arrow:hover, .page-block-steps .steps .slick-arrow:active, .page-block-steps .steps .slick-arrow:focus {
    border: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    color: #F66353 !important;
  }
  .page-block-steps .steps .slick-arrow:hover .button-text, .page-block-steps .steps .slick-arrow:active .button-text, .page-block-steps .steps .slick-arrow:focus .button-text {
    color: #F66353 !important;
  }
  .page-block-steps .steps .slick-arrow svg {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    position: absolute;
  }
  .page-block-steps .steps .slick-arrow.slick-next {
    left: auto;
    right: 20px;
  }
  .page-block-steps .steps .slick-arrow.slick-next svg {
    left: auto;
    right: 0px;
  }
  .page-block-steps .steps .slick-dots {
    bottom: -8px;
    left: 0px;
    width: 100%;
    position: absolute;
    text-align: center;
    z-index: 100;
  }
  .page-block-steps .steps .slick-dots li {
    display: inline-block;
    margin: 0 3px;
    height: 24px;
    line-height: 24px;
  }
  .page-block-steps .steps .slick-dots li button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0px;
    border: none;
    margin: 0px;
    text-indent: -9999px;
    border-radius: 100%;
    font-size: 1px;
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    position: relative;
    border: 1px solid #FFBFBD;
    background: transparent;
    position: relative;
    top: -3px;
  }
  .page-block-steps .steps .slick-dots li.slick-active button {
    border: 1px solid #F66353;
    background: #F66353;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-steps.page-block-steps-has-button .container {
    padding: 0 0 88px 0;
  }
  .page-block-steps .steps-heading {
    position: static;
    padding: 0px;
  }
  .page-block-steps .steps-heading .button {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: auto;
    top: auto;
    width: 100%;
    display: block;
  }
}
.page-block-small-cta {
  padding: 64px 0 84px 0;
}
.page-block-small-cta:before {
  background-color: #EEF6FD;
}
.page-block-small-cta .container {
  max-width: 822px;
  padding: 0 200px 0 0;
}
.page-block-small-cta .container h4 {
  font-size: 40px;
  line-height: 52px;
}
.page-block-small-cta .container .button {
  position: absolute;
  top: 50%;
  right: 0px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-small-cta {
    padding: 44px 0 56px 0;
  }
  .page-block-small-cta .container {
    max-width: 822px;
    margin: 0 auto;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-small-cta {
    padding: 44px 0 56px 0;
  }
  .page-block-small-cta .container {
    text-align: center;
    padding: 0px;
    max-width: none;
  }
  .page-block-small-cta .container h4 {
    font-size: 32px;
    line-height: 36px;
    margin: 0 0 26px 0;
  }
  .page-block-small-cta .container .button {
    position: relative;
    top: auto;
    right: auto;
    -ms-transform: none;
    transform: none;
    margin: 0 auto;
  }
}
.page-block-large-cta {
  padding: 98px 0 114px 0;
}
.page-block-large-cta:before {
  background-image: linear-gradient(225deg, #63DBFF 0%, #2E6FDF 100%);
}
.page-block-large-cta:after {
  opacity: 0.04;
  clip-path: path("M-2.27373675e-13,32 C586,10.6666667 979.229167,0 1179.6875,0 C1380.14583,0 1773.58333,10.6666667 2360,32 L2360,2820.05848 L-2.27373675e-13,2820.05848 L-2.27373675e-13,32 Z");
  -webkit-clip-path: path("M-2.27373675e-13,32 C586,10.6666667 979.229167,0 1179.6875,0 C1380.14583,0 1773.58333,10.6666667 2360,32 L2360,2820.05848 L-2.27373675e-13,2820.05848 L-2.27373675e-13,32 Z");
  width: 2360px;
  height: 100%;
  position: absolute;
  content: "";
  display: block;
  background: url(../images/noise.png);
  left: 50%;
  top: 0px;
  margin: 0 0 0 -1180px;
  display: none;
}
.page-block-large-cta .container {
  z-index: 3;
}
.page-block-large-cta .container article {
  text-align: center;
}
.page-block-large-cta .container article h3 {
  font-size: 48px;
  line-height: 68px;
  color: #FFF;
  margin: 0 0 18px 0;
}
.page-block-large-cta .container article p {
  font-size: 18px;
  line-height: 28px;
  color: #FFF;
  margin: 0 0 40px 0;
}
.page-block-large-cta .container article .button {
  display: inline-block;
  margin: 0 auto;
}
.page-block-large-cta.page-block-large-cta-light-blue-background:before {
  background: #EEF6FD;
}
.page-block-large-cta.page-block-large-cta-light-blue-background:after {
  display: none;
}
.page-block-large-cta.page-block-large-cta-light-blue-background .container article h3 {
  color: #000;
}
.page-block-large-cta.page-block-large-cta-light-blue-background .container article p {
  color: #666666;
}
.page-block-large-cta.page-block-large-cta-white-background:before {
  background: #FFF;
}
.page-block-large-cta.page-block-large-cta-white-background:after {
  display: none;
}
.page-block-large-cta.page-block-large-cta-white-background .container article h3 {
  color: #000;
}
.page-block-large-cta.page-block-large-cta-white-background .container article p {
  color: #666666;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-large-cta {
    padding: 76px 0 95px 0;
  }
  .page-block-large-cta .container article h3 {
    font-size: 32px;
    line-height: 45px;
    margin: 0 0 16px 0;
  }
}
@media all and (max-width: 640px) and (min-width: 0px) {
  .page-block-large-cta .container article .button {
    display: block;
  }
}
.page-block-stats {
  padding: 64px 0 84px 0;
  overflow: hidden;
}
.page-block-stats:before {
  background-color: #EEF6FD;
}
.page-block-stats .marquee li {
  display: inline-block;
  padding: 0 23px;
  font-size: 32px;
  line-height: 60px;
  color: #4199EC;
}
.page-block-stats .marquee li strong {
  font-size: 48px;
  line-height: 60px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
}
.page-block-stats .marquee li span {
  line-height: 60px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 10px;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-stats {
    padding: 28px 0 48px 0;
  }
  .page-block-stats .marquee li {
    font-size: 24px;
  }
  .page-block-stats .marquee li strong {
    font-size: 40px;
  }
}
.page-block-testimonials {
  padding: 0px;
}
.page-block-testimonials:before {
  background-image: linear-gradient(225deg, #1977BD 0%, #093785 100%);
}
.page-block-testimonials:after {
  opacity: 0.04;
  clip-path: path("M-2.27373675e-13,32 C586,10.6666667 979.229167,0 1179.6875,0 C1380.14583,0 1773.58333,10.6666667 2360,32 L2360,2820.05848 L-2.27373675e-13,2820.05848 L-2.27373675e-13,32 Z");
  -webkit-clip-path: path("M-2.27373675e-13,32 C586,10.6666667 979.229167,0 1179.6875,0 C1380.14583,0 1773.58333,10.6666667 2360,32 L2360,2820.05848 L-2.27373675e-13,2820.05848 L-2.27373675e-13,32 Z");
  width: 2360px;
  height: 100%;
  position: absolute;
  content: "";
  display: block;
  background: url(../images/noise.png);
  left: 50%;
  top: 0px;
  margin: 0 0 0 -1180px;
  display: none;
}
.page-block-testimonials .container {
  z-index: 3;
  padding: 144px 0 120px 534px;
  position: relative;
}
.page-block-testimonials .container .testimonial-image {
  position: absolute;
  bottom: 23px;
  left: -20px;
  z-index: 1;
}
.page-block-testimonials .container .testimonials-slider {
  overflow: hidden;
  padding: 92px 0 0 0;
  position: relative;
  z-index: 10;
  background: url(../images/testimonials-quote.svg) no-repeat;
}
.page-block-testimonials .container .testimonials-slider section {
  float: left;
  position: relative;
  padding: 0 0 63px 0;
}
.page-block-testimonials .container .testimonials-slider section blockquote {
  display: block;
}
.page-block-testimonials .container .testimonials-slider section p {
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 22px 0;
  font-style: italic;
  color: #FFF;
  -webkit-text-size-adjust: 100%;
}
.page-block-testimonials .container .testimonials-slider section cite {
  display: block;
  padding: 0 0 0 0;
  font-size: 16px;
  line-height: 26px;
  color: #FFF;
  -webkit-text-size-adjust: 100%;
}
.page-block-testimonials .container .testimonials-slider .slick-arrow {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 16px;
  height: 16px;
  z-index: 100;
}
.page-block-testimonials .container .testimonials-slider .slick-arrow span {
  display: none;
}
.page-block-testimonials .container .testimonials-slider .slick-arrow svg {
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  position: absolute;
}
.page-block-testimonials .container .testimonials-slider .slick-arrow.slick-next {
  opacity: 0;
}
.page-block-testimonials .container .testimonials-slider .slick-dots {
  bottom: 0px;
  left: 0px;
  position: absolute;
  text-align: center;
  z-index: 1;
  padding: 0 26px 0 26px;
}
.page-block-testimonials .container .testimonials-slider .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}
.page-block-testimonials .container .testimonials-slider .slick-dots li button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0px;
  border: none;
  margin: 0px;
  text-indent: -9999px;
  border-radius: 100%;
  font-size: 1px;
  display: inline-block;
  vertical-align: top;
  width: 8px;
  height: 8px;
  top: 5px;
  position: relative;
  border: 1px solid #FFF;
  background: transparent;
}
.page-block-testimonials .container .testimonials-slider .slick-dots li.slick-active button {
  border: 1px solid #FFF;
  background: #FFF;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-testimonials .container {
    padding: 86px 0 120px 334px;
  }
  .page-block-testimonials .container .testimonial-image {
    width: 270px;
  }
  .page-block-testimonials .container .testimonials-slider {
    background-size: auto 48px;
    padding: 71px 0 0 0;
  }
  .page-block-testimonials .container .testimonials-slider section p {
    font-size: 20px;
    line-height: 28px;
  }
  .page-block-testimonials .container .testimonials-slider section cite {
    padding: 26px 0 0 0;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-testimonials .container .testimonial-image {
    bottom: 11px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-testimonials .container {
    padding: 86px 0 125px 0;
    margin: 0px;
  }
  .page-block-testimonials .container .testimonial-image {
    right: 46px;
    left: auto;
    bottom: 13px;
    width: 120px;
  }
  .page-block-testimonials .container .testimonials-slider {
    background-position: 20px top;
  }
  .page-block-testimonials .container .testimonials-slider section {
    padding: 0 20px 64px 20px;
  }
  .page-block-testimonials .container .testimonials-slider .slick-arrow,
.page-block-testimonials .container .testimonials-slider .slick-dots {
    margin-left: 20px;
  }
}
@media all and (max-width: 480px) and (min-width: 0px) {
  .page-block-testimonials .container .testimonial-image {
    bottom: 15px;
  }
}
.page-block-subscribe-to-newsletter {
  padding: 80px 0 100px 0;
}
.page-block-subscribe-to-newsletter:before {
  background: #EEF6FD;
}
.page-block-subscribe-to-newsletter .container {
  text-align: center;
}
.page-block-subscribe-to-newsletter .container h3 {
  font-size: 24px;
  line-height: 34px;
  color: #4199EC;
}
.page-block-subscribe-to-newsletter .container h4 {
  font-size: 40px;
  line-height: 48px;
  color: #000;
  margin: 0 0 20px 0;
}
.page-block-subscribe-to-newsletter .container form {
  margin: 0 auto;
  width: 395px;
  text-align: left;
  position: relative;
}
.page-block-subscribe-to-newsletter .container form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  display: block;
  padding: 16px 140px 16px 22px;
  font-size: 18px;
  line-height: 28px;
  color: #666666;
  height: 60px;
  border-radius: 4px;
  border: none;
  background: #FFF;
  margin: 0 0 14px 0;
}
.page-block-subscribe-to-newsletter .container form .button {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 10;
}
.page-block-subscribe-to-newsletter .container form .agree-privacy-policy {
  position: relative;
}
.page-block-subscribe-to-newsletter .container form .agree-privacy-policy input {
  position: absolute;
  left: -9999px;
}
.page-block-subscribe-to-newsletter .container form .agree-privacy-policy label {
  padding: 0 0 0 25px;
  font-size: 12px;
  line-height: 18px;
  color: #666666;
  cursor: pointer;
  display: block;
  position: relative;
}
.page-block-subscribe-to-newsletter .container form .agree-privacy-policy label:before {
  width: 14px;
  height: 14px;
  border-radius: 1px;
  border: 2px solid #F66353;
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}
.page-block-subscribe-to-newsletter .container form .agree-privacy-policy label:after {
  width: 10px;
  height: 10px;
  border-radius: 1px;
  background: #F66353;
  content: "";
  display: none;
  position: absolute;
  top: 4px;
  left: 4px;
}
.page-block-subscribe-to-newsletter .container form .agree-privacy-policy label a {
  text-decoration: underline;
  color: #666;
}
.page-block-subscribe-to-newsletter .container form .agree-privacy-policy label a:hover {
  color: #F66353;
}
.page-block-subscribe-to-newsletter .container form .agree-privacy-policy input:checked + label:after {
  display: block;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-subscribe-to-newsletter {
    padding: 72px 0 88px 0;
  }
  .page-block-subscribe-to-newsletter .container h3 {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 8px 0;
  }
  .page-block-subscribe-to-newsletter .container h4 {
    font-size: 32px;
    line-height: 36px;
    margin: 0 0 48px 0;
  }
  .page-block-subscribe-to-newsletter .container form {
    width: 100%;
    max-width: 335px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-subscribe-to-newsletter .container form input[type=email] {
    padding-right: 16px;
    margin: 0 0 12px 0;
  }
  .page-block-subscribe-to-newsletter .container form .button {
    position: relative;
    display: block;
    margin: 0 0 14px 0;
    height: 52px;
    line-height: 28px;
    top: auto;
    right: auto;
  }
}
.page-block-request-form {
  padding: 98px 0 98px 0;
}
.page-block-request-form:before {
  background-color: transparent;
  background-image: linear-gradient(225deg, #63DBFF 0%, #2E6FDF 100%);
}
.page-block-request-form:after {
  opacity: 0.04;
  clip-path: path("M-2.27373675e-13,32 C586,10.6666667 979.229167,0 1179.6875,0 C1380.14583,0 1773.58333,10.6666667 2360,32 L2360,2820.05848 L-2.27373675e-13,2820.05848 L-2.27373675e-13,32 Z");
  -webkit-clip-path: path("M-2.27373675e-13,32 C586,10.6666667 979.229167,0 1179.6875,0 C1380.14583,0 1773.58333,10.6666667 2360,32 L2360,2820.05848 L-2.27373675e-13,2820.05848 L-2.27373675e-13,32 Z");
  width: 2360px;
  height: 100%;
  position: absolute;
  content: "";
  display: block;
  background: url(../images/noise.png);
  left: 50%;
  top: 0px;
  margin: 0 0 0 -1180px;
  display: none;
  z-index: 3;
}
.page-block-request-form .container {
  position: relative;
  z-index: 4;
  text-align: center;
}
.page-block-request-form .container h3 {
  font-size: 48px;
  line-height: 64px;
  color: #FFF;
}
.page-block-request-form .container p {
  line-height: 28px;
  color: #FFF;
  padding: 22px 0 0 0;
  margin: 0 auto 41px auto;
  max-width: 821px;
}
.page-block-request-form .container .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 0px;
}
.page-block-request-form .container .gform_wrapper.gravity-theme .gfield_label {
  position: absolute;
  left: -9999px;
}
.page-block-request-form .container form {
  margin: 0 auto;
  width: 438px;
  text-align: left;
  position: relative;
}
.page-block-request-form .container form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  display: block;
  padding: 16px 180px 16px 22px;
  font-size: 18px;
  line-height: 28px;
  color: #666666;
  height: 60px;
  border-radius: 4px;
  border: none;
  background: #FFF;
  margin: 0 0 20px 0;
}
.page-block-request-form .container form .button {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 10;
}
.page-block-request-form .container form .gfield_checkbox {
  position: relative;
}
.page-block-request-form .container form .gfield_checkbox input {
  position: absolute;
  left: -9999px;
}
.page-block-request-form .container form .gfield_checkbox label {
  padding: 0 0 0 25px;
  font-size: 12px;
  line-height: 18px;
  color: #EEF6FD;
  cursor: pointer;
  display: block;
  position: relative;
}
.page-block-request-form .container form .gfield_checkbox label:before {
  width: 14px;
  height: 14px;
  border-radius: 1px;
  border: 2px solid #FFF;
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}
.page-block-request-form .container form .gfield_checkbox label:after {
  width: 10px;
  height: 10px;
  border-radius: 1px;
  background: #FFF;
  content: "";
  display: none;
  position: absolute;
  top: 4px;
  left: 4px;
}
.page-block-request-form .container form .gfield_checkbox label a {
  text-decoration: underline;
  color: #EEF6FD;
}
.page-block-request-form .container form .gfield_checkbox label a:hover {
  color: #FFF;
}
.page-block-request-form .container form .gfield_checkbox input:checked + label:after {
  display: block;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-request-form {
    padding: 72px 0 88px 0;
  }
  .page-block-request-form .container h3 {
    font-size: 32px;
    line-height: 36px;
    margin: 0 0 28px 0;
  }
  .page-block-request-form .container p {
    padding: 0px;
  }
  .page-block-request-form .container form {
    width: 100%;
    max-width: 375px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-request-form .container form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding-right: 16px;
    margin: 0 0 12px 0;
  }
  .page-block-request-form .container form .button {
    position: relative;
    display: block;
    margin: 0 0 14px 0;
    height: 52px;
    line-height: 28px !important;
    top: auto;
    right: auto;
    width: 100%;
  }
}
.page-block-image-and-content {
  padding: 96px 0;
}
.page-block-image-and-content .image-and-content {
  display: flex;
}
.page-block-image-and-content .image-and-content article {
  width: 50%;
  padding: 0 0 0 76px;
  margin-bottom: -28px;
}
.page-block-image-and-content .image-and-content article h2,
.page-block-image-and-content .image-and-content article h3,
.page-block-image-and-content .image-and-content article h4,
.page-block-image-and-content .image-and-content article h5,
.page-block-image-and-content .image-and-content article h6 {
  padding-top: 0px;
}
.page-block-image-and-content .image-and-content article h2,
.page-block-image-and-content .image-and-content article h3 {
  font-size: 40px;
  line-height: 40px;
  margin: 0 0 19px 0;
}
.page-block-image-and-content .image-and-content article p {
  margin: 0 0 21px 0;
}
.page-block-image-and-content .image-and-content article h4 {
  font-size: 16px;
  line-height: 26px;
  color: #4199EC;
  margin: 0 0 18px 0;
}
.page-block-image-and-content .image-and-content article h5 {
  font-size: 24px;
  line-height: 40px;
  padding: 19px 0 0 0;
}
.page-block-image-and-content .image-and-content article .button {
  margin-top: 16px;
}
.page-block-image-and-content .image-and-content article ul li {
  margin-bottom: 10px;
}
.page-block-image-and-content .image-and-content article p + ul {
  margin-top: -3px;
}
.page-block-image-and-content .image-and-content .image-holder {
  width: 50%;
  position: relative;
  padding: 0 16px 0 0;
}
.page-block-image-and-content .image-and-content .image-holder img {
  width: 100%;
  height: auto;
  display: block;
  z-index: 1;
  position: relative;
}
.page-block-image-and-content .image-and-content .image-holder .video-link-holder {
  position: relative;
}
.page-block-image-and-content .image-and-content .image-holder .video-link-holder .button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  float: left;
  display: block;
  z-index: 1;
}
.page-block-image-and-content .image-and-content .image-holder .video-link {
  display: block;
  position: relative;
}
.page-block-image-and-content.page-block-image-on-right .image-and-content {
  flex-direction: row-reverse;
}
.page-block-image-and-content.page-block-image-on-right .image-and-content article {
  padding: 0 76px 0 0;
}
.page-block-image-and-content.page-block-image-on-right .image-and-content .image-holder {
  padding: 0 0 0 16px;
}
.page-block-image-and-content.page-block-content-less-than-image .image-and-content {
  align-items: center;
}

.service-type {
  padding: 0 0 0 46px;
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 32px;
  color: #000;
  font-weight: 600;
  margin: 0 0 16px 0;
}
.service-type img {
  position: absolute;
  top: 50%;
  left: 0px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-image-and-content {
    padding: 64px 0;
  }
  .page-block-image-and-content .image-and-content article {
    width: 50%;
    margin: 0px;
    padding: 0 0 0 16px;
  }
  .page-block-image-and-content .image-and-content article h1,
.page-block-image-and-content .image-and-content article h2,
.page-block-image-and-content .image-and-content article h3 {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 16px 0;
  }
  .page-block-image-and-content .image-and-content article p {
    margin: 0 0 16px 0;
  }
  .page-block-image-and-content .image-and-content .image-holder {
    width: 50%;
    padding: 0 16px 0 0;
  }
  .page-block-image-and-content.page-block-image-on-right .image-and-content article {
    padding: 0 16px 0 0;
  }
  .page-block-image-and-content.page-block-image-on-right .image-and-content .image-holder {
    padding: 0 0 0 16px;
  }

  .service-type {
    font-size: 18px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-image-and-content .image-and-content {
    display: block;
  }
  .page-block-image-and-content .image-and-content article {
    width: auto;
    display: block;
    padding: 28px 0 0 0;
  }
  .page-block-image-and-content .image-and-content .image-holder {
    width: auto;
    display: block;
    padding: 0px;
  }
  .page-block-image-and-content.page-block-image-on-right .image-and-content article {
    padding: 28px 0 0 0;
  }
  .page-block-image-and-content.page-block-image-on-right .image-and-content .image-holder {
    padding: 0px;
  }
}
.page-block-gallery {
  padding: 0px;
}
.page-block-gallery:before {
  display: none;
}
.page-block-gallery .gallery {
  position: relative;
}
.page-block-gallery .gallery section {
  width: 100%;
  float: left;
  position: relative;
}
.page-block-gallery .gallery section .image-placeholder {
  clip-path: path("M-2.27373675e-13,32 C586,10.6666667 979.229167,0 1179.6875,0 C1380.14583,0 1773.58333,10.6666667 2360,32 L2360,2820.05848 L-2.27373675e-13,2820.05848 L-2.27373675e-13,32 Z");
  -webkit-clip-path: path("M-2.27373675e-13,32 C586,10.6666667 979.229167,0 1179.6875,0 C1380.14583,0 1773.58333,10.6666667 2360,32 L2360,2820.05848 L-2.27373675e-13,2820.05848 L-2.27373675e-13,32 Z");
  width: 2360px;
  height: 100%;
  position: absolute;
  display: block;
  background: transparent;
  left: 50%;
  top: 0px;
  margin: 0 0 0 -1180px;
  background: none no-repeat center center;
  background-size: auto 100%;
}
.page-block-gallery .gallery section img {
  display: block;
  width: 100%;
  opacity: 0;
  clip-path: path("M-2.27373675e-13,32 C586,10.6666667 979.229167,0 1179.6875,0 C1380.14583,0 1773.58333,10.6666667 2360,32 L2360,2820.05848 L-2.27373675e-13,2820.05848 L-2.27373675e-13,32 Z");
  -webkit-clip-path: path("M-2.27373675e-13,32 C586,10.6666667 979.229167,0 1179.6875,0 C1380.14583,0 1773.58333,10.6666667 2360,32 L2360,2820.05848 L-2.27373675e-13,2820.05848 L-2.27373675e-13,32 Z");
}
@media all and (min-width: 1281px) {
  .page-block-gallery .gallery .slick-arrow {
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: 52px;
    height: 52px;
    padding: 0px;
    margin: 0 0 0 -624px;
    background: #FFF;
    border-radius: 4px;
    z-index: 100;
  }
  .page-block-gallery .gallery .slick-arrow span.button-text {
    position: relative;
    height: 52px;
    display: block;
  }
  .page-block-gallery .gallery .slick-arrow svg {
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    position: absolute;
  }
  .page-block-gallery .gallery .slick-arrow.slick-next {
    margin: 0 0 0 -564px;
  }
}
.page-block-gallery .gallery .slick-dots {
  bottom: -8px;
  left: -9999px;
  width: 100%;
  position: absolute;
  text-align: center;
  z-index: 100;
}
.page-block-gallery .gallery .slick-dots li {
  display: inline-block;
  margin: 0 3px;
  height: 24px;
  line-height: 24px;
}
.page-block-gallery .gallery .slick-dots li button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0px;
  border: none;
  margin: 0px;
  text-indent: -9999px;
  border-radius: 100%;
  font-size: 1px;
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  position: relative;
  border: 1px solid #FFBFBD;
  background: transparent;
  position: relative;
  top: -3px;
}
.page-block-gallery .gallery .slick-dots li.slick-active button {
  border: 1px solid #F66353;
  background: #F66353;
}
@media all and (max-width: 1280px) {
  .page-block-gallery .gallery .slick-dots {
    left: 0px;
  }
  .page-block-gallery .gallery .slick-arrow {
    position: absolute;
    bottom: -8px;
    left: 0px;
    width: 24px;
    height: 24px;
    padding: 0px;
    border: none;
    border-radius: 0px;
    z-index: 110;
    color: #F66353;
  }
  .page-block-gallery .gallery .slick-arrow .button-text {
    width: 24px;
    height: 24px;
    position: relative;
    display: block;
  }
  .page-block-gallery .gallery .slick-arrow .button-circle {
    display: none !important;
  }
  .page-block-gallery .gallery .slick-arrow:hover, .page-block-gallery .gallery .slick-arrow:active, .page-block-gallery .gallery .slick-arrow:focus {
    border: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    color: #F66353 !important;
  }
  .page-block-gallery .gallery .slick-arrow:hover .button-text, .page-block-gallery .gallery .slick-arrow:active .button-text, .page-block-gallery .gallery .slick-arrow:focus .button-text {
    color: #F66353 !important;
  }
  .page-block-gallery .gallery .slick-arrow svg {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    position: absolute;
  }
  .page-block-gallery .gallery .slick-arrow.slick-next {
    left: auto;
    right: 20px;
  }
  .page-block-gallery .gallery .slick-arrow.slick-next svg {
    left: auto;
    right: 0px;
  }
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-gallery {
    padding-bottom: 32px;
  }
  .page-block-gallery .gallery section {
    margin: 0 0 28px 0;
  }
  .page-block-gallery .gallery .slick-arrow {
    bottom: 4px;
  }
  .page-block-gallery .gallery .slick-prev {
    left: 20px;
  }
  .page-block-gallery .gallery .slick-dots {
    height: 54px;
    padding-top: 18px;
  }
  .page-block-gallery .gallery .slick-dots:before {
    clip-path: path("M-2.27373675e-13,32 C586,10.6666667 979.229167,0 1179.6875,0 C1380.14583,0 1773.58333,10.6666667 2360,32 L2360,2820.05848 L-2.27373675e-13,2820.05848 L-2.27373675e-13,32 Z");
    -webkit-clip-path: path("M-2.27373675e-13,32 C586,10.6666667 979.229167,0 1179.6875,0 C1380.14583,0 1773.58333,10.6666667 2360,32 L2360,2820.05848 L-2.27373675e-13,2820.05848 L-2.27373675e-13,32 Z");
    width: 2360px;
    height: 100%;
    position: absolute;
    content: "";
    display: block;
    background: #FFF;
    left: 50%;
    top: 0px;
    margin: 0 0 0 -1180px;
  }
}
.page-block-image .container {
  padding: 0 212px;
}
.page-block-image .container .image-holder {
  position: relative;
}
.page-block-image .container .image-holder .image-placeholder {
  clip-path: path("M-2.27373675e-13,32 C586,10.6666667 979.229167,0 1179.6875,0 C1380.14583,0 1773.58333,10.6666667 2360,32 L2360,2820.05848 L-2.27373675e-13,2820.05848 L-2.27373675e-13,32 Z");
  -webkit-clip-path: path("M-2.27373675e-13,32 C586,10.6666667 979.229167,0 1179.6875,0 C1380.14583,0 1773.58333,10.6666667 2360,32 L2360,2820.05848 L-2.27373675e-13,2820.05848 L-2.27373675e-13,32 Z");
  width: 2360px;
  height: 100%;
  position: absolute;
  display: block;
  background: transparent;
  left: 50%;
  top: 0px;
  margin: 0 0 0 -1180px;
  background: none no-repeat center center;
  background-size: auto 100%;
}
.page-block-image .container .image-holder:before {
  clip-path: path("M-2.27373675e-13,32 C586,10.6666667 979.229167,0 1179.6875,0 C1380.14583,0 1773.58333,10.6666667 2360,32 L2360,2820.05848 L-2.27373675e-13,2820.05848 L-2.27373675e-13,32 Z");
  -webkit-clip-path: path("M-2.27373675e-13,32 C586,10.6666667 979.229167,0 1179.6875,0 C1380.14583,0 1773.58333,10.6666667 2360,32 L2360,2820.05848 L-2.27373675e-13,2820.05848 L-2.27373675e-13,32 Z");
  width: 2360px;
  height: 100%;
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  bottom: 0px;
  height: 16px;
  margin: 0 0 0 -1180px;
  background: none no-repeat center center #FFF;
  background-size: auto 100%;
  z-index: 10;
}
.page-block-image .container .image-holder img {
  display: block;
  width: 100%;
  opacity: 0;
}
.page-block-image .container p {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-image .container {
    padding: 0 112px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-image .container {
    padding: 0px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-image .container {
    margin: 0px;
  }
  .page-block-image .container p {
    padding-left: 20px;
  }
}
.page-block-image-click .container {
  padding: 0 212px;
}
.page-block-image-click .container .image-holder {
  position: relative;
}
.page-block-image-click .container .image-holder .image-placeholder {
  clip-path: path("M-2.27373675e-13,32 C586,10.6666667 979.229167,0 1179.6875,0 C1380.14583,0 1773.58333,10.6666667 2360,32 L2360,2820.05848 L-2.27373675e-13,2820.05848 L-2.27373675e-13,32 Z");
  -webkit-clip-path: path("M-2.27373675e-13,32 C586,10.6666667 979.229167,0 1179.6875,0 C1380.14583,0 1773.58333,10.6666667 2360,32 L2360,2820.05848 L-2.27373675e-13,2820.05848 L-2.27373675e-13,32 Z");
  width: 2360px;
  height: 100%;
  position: absolute;
  display: block;
  background: transparent;
  left: 50%;
  top: 0px;
  margin: 0 0 0 -1180px;
  background: none no-repeat center center;
  background-size: auto 100%;
}
.page-block-image-click .container .image-holder:before {
  clip-path: path("M-2.27373675e-13,32 C586,10.6666667 979.229167,0 1179.6875,0 C1380.14583,0 1773.58333,10.6666667 2360,32 L2360,2820.05848 L-2.27373675e-13,2820.05848 L-2.27373675e-13,32 Z");
  -webkit-clip-path: path("M-2.27373675e-13,32 C586,10.6666667 979.229167,0 1179.6875,0 C1380.14583,0 1773.58333,10.6666667 2360,32 L2360,2820.05848 L-2.27373675e-13,2820.05848 L-2.27373675e-13,32 Z");
  width: 2360px;
  height: 100%;
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  bottom: 0px;
  height: 16px;
  margin: 0 0 0 -1180px;
  background: none no-repeat center center #FFF;
  background-size: auto 100%;
  z-index: 10;
}
.page-block-image-click .container .image-holder img {
  display: block;
  width: 100%;
  opacity: 0;
}
.page-block-image-click .container p {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-image-click .container {
    padding: 0 112px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-image-click .container {
    padding: 0px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-image-click .container {
    margin: 0px;
  }
  .page-block-image-click .container p {
    padding-left: 20px;
  }
}
.page-block-video .video-link-holder {
  position: relative;
}
.page-block-video .video-link-holder .video-link {
  position: relative;
  display: block;
}
.page-block-video .video-link-holder .button {
  position: absolute;
  bottom: 36px;
  left: 20px;
}
.page-block-video .video-link-holder .button svg {
  position: relative;
  margin: 0 11px 0 0;
  top: 0px;
}

.page-block-full-width-image-and-content {
  padding: 0px;
  background: none no-repeat center center;
  background-size: cover;
}
.page-block-full-width-image-and-content .background-image {
  clip-path: path("M-2.27373675e-13,32 C586,10.6666667 979.229167,0 1179.6875,0 C1380.14583,0 1773.58333,10.6666667 2360,32 L2360,2820.05848 L-2.27373675e-13,2820.05848 L-2.27373675e-13,32 Z");
  -webkit-clip-path: path("M-2.27373675e-13,32 C586,10.6666667 979.229167,0 1179.6875,0 C1380.14583,0 1773.58333,10.6666667 2360,32 L2360,2820.05848 L-2.27373675e-13,2820.05848 L-2.27373675e-13,32 Z");
  width: 2360px;
  height: 100%;
  position: absolute;
  display: block;
  background: none no-repeat center center;
  background-size: cover;
  left: 50%;
  top: 0px;
  z-index: 1;
  margin: 0 0 0 -1180px;
}
.page-block-full-width-image-and-content:before {
  background-image: linear-gradient(225deg, #1977BD 0%, #093785 100%);
  opacity: 0.88;
  z-index: 2;
}
.page-block-full-width-image-and-content:after {
  opacity: 0.04;
  clip-path: path("M-2.27373675e-13,32 C586,10.6666667 979.229167,0 1179.6875,0 C1380.14583,0 1773.58333,10.6666667 2360,32 L2360,2820.05848 L-2.27373675e-13,2820.05848 L-2.27373675e-13,32 Z");
  -webkit-clip-path: path("M-2.27373675e-13,32 C586,10.6666667 979.229167,0 1179.6875,0 C1380.14583,0 1773.58333,10.6666667 2360,32 L2360,2820.05848 L-2.27373675e-13,2820.05848 L-2.27373675e-13,32 Z");
  width: 2360px;
  height: 100%;
  position: absolute;
  content: "";
  display: block;
  background: url(../images/noise.png);
  display: none;
  left: 50%;
  top: 0px;
  margin: 0 0 0 -1180px;
  z-index: 3;
}
.page-block-full-width-image-and-content .container article h1,
.page-block-full-width-image-and-content .container article h2,
.page-block-full-width-image-and-content .container article h3,
.page-block-full-width-image-and-content .container article h4,
.page-block-full-width-image-and-content .container article h5,
.page-block-full-width-image-and-content .container article h6,
.page-block-full-width-image-and-content .container article p,
.page-block-full-width-image-and-content .container article ul,
.page-block-full-width-image-and-content .container article ol {
  color: #FFF;
}
.page-block-full-width-image-and-content .container article .content-sub-heading {
  font-size: 24px;
  line-height: 40px;
  margin: 0 0 11px 0;
  padding: 0px;
}
.page-block-full-width-image-and-content .container article .content-heading {
  font-size: 40px;
  line-height: 40px;
  margin: 0 0 20px 0;
  padding: 0px;
}
.page-block-full-width-image-and-content .container article p {
  margin: 0px;
}
.page-block-full-width-image-and-content .container article .button {
  margin: 40px 0 0 0;
}
.page-block-full-width-image-and-content.page-block-content-alignment-left .container {
  z-index: 4;
  padding: 150px 0 200px 0;
  position: relative;
}
.page-block-full-width-image-and-content.page-block-content-alignment-left .container article {
  width: 500px;
}
.page-block-full-width-image-and-content.page-block-content-alignment-centre .container {
  z-index: 4;
  padding: 128px 212px 141px 212px;
  position: relative;
}
.page-block-full-width-image-and-content.page-block-content-alignment-two-columns .container {
  padding: 124px 0 138px 0;
  z-index: 4;
}
.page-block-full-width-image-and-content.page-block-content-alignment-two-columns .container .two-columns {
  display: flex;
  align-items: center;
}
.page-block-full-width-image-and-content.page-block-content-alignment-two-columns .container .two-columns article {
  width: 50%;
}
.page-block-full-width-image-and-content.page-block-content-alignment-two-columns .container .two-columns article .content-heading {
  max-width: 460px;
}
.page-block-full-width-image-and-content.page-block-content-alignment-two-columns .container .two-columns article ul {
  margin: 0px;
}
.page-block-full-width-image-and-content.page-block-content-alignment-two-columns .container .two-columns article ul li {
  padding: 4px 0 4px 38px;
  line-height: 32px;
  font-size: 20px;
  color: #FFF;
  background: url(../images/check.svg) no-repeat left 10px;
  margin: 0px;
}
.page-block-full-width-image-and-content.page-block-content-alignment-two-columns .container .two-columns article ul li:before {
  display: none;
}
.page-block-full-width-image-and-content.page-block-content-alignment-two-columns .container .two-columns article .mobile-button {
  display: none;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-full-width-image-and-content .container article .content-sub-heading {
    font-size: 20px;
    line-height: 40px;
    margin: 0px;
  }
  .page-block-full-width-image-and-content .container article .content-heading {
    font-size: 32px;
    line-height: 40px;
  }
  .page-block-full-width-image-and-content .container article .desktop-button {
    display: none;
  }
  .page-block-full-width-image-and-content.page-block-content-alignment-left .container {
    padding: 96px 0 124px 0;
  }
  .page-block-full-width-image-and-content.page-block-content-alignment-left .container article {
    width: auto;
  }
  .page-block-full-width-image-and-content.page-block-content-alignment-centre .container {
    padding: 134px 0 134px 0;
  }
  .page-block-full-width-image-and-content.page-block-content-alignment-two-columns .container {
    padding: 70px 0 70px 0;
    z-index: 4;
  }
  .page-block-full-width-image-and-content.page-block-content-alignment-two-columns .container .two-columns {
    display: block;
  }
  .page-block-full-width-image-and-content.page-block-content-alignment-two-columns .container .two-columns article {
    width: auto;
    float: none;
  }
  .page-block-full-width-image-and-content.page-block-content-alignment-two-columns .container .two-columns article ul {
    margin: 0 0 26px 0;
  }
  .page-block-full-width-image-and-content.page-block-content-alignment-two-columns .container .two-columns article ul li {
    line-height: 24px;
    font-size: 18px;
    background-size: 20px auto;
    background-position: left 8px;
  }
  .page-block-full-width-image-and-content.page-block-content-alignment-two-columns .container .two-columns article .mobile-button {
    display: block;
  }
  .page-block-full-width-image-and-content.page-block-content-alignment-two-columns .container .two-columns article .mobile-button .button {
    margin: 0px;
  }
}
.page-block-image-and-content-columns .columns section img {
  display: block;
  margin: 0 0 30px 0;
}
.page-block-image-and-content-columns .columns section h3 {
  font-size: 32px;
  line-height: 40px;
  margin: 0 0 7px 0;
}
.page-block-image-and-content-columns .columns section p {
  color: #666666;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-image-and-content-columns .columns section img {
    margin: 0 0 18px 0;
  }
  .page-block-image-and-content-columns .columns section h3 {
    font-size: 28px;
    line-height: 40px;
    margin: 0 0 8px 0;
  }
  .page-block-image-and-content-columns .columns section p {
    line-height: 28px;
  }
}
.page-block-icon-columns:before {
  background-color: #EEF6FD;
}
.page-block-icon-columns.page-block-icon-columns-white-background:before {
  background-color: #FFF;
}
.page-block-icon-columns .columns-heading {
  margin: 0 0 60px 0;
}
.page-block-icon-columns .columns section {
  padding-left: 110px;
  padding-left: 126px;
  position: relative;
}
.page-block-icon-columns .columns section img {
  position: absolute;
  top: 0px;
  left: 16px;
  display: block;
}
.page-block-icon-columns .columns section h4 {
  margin: 0 0 10px 0;
  line-height: 32px;
}
.page-block-icon-columns .columns section p {
  font-size: 16px;
  line-height: 26px;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-icon-columns .columns section {
    padding-left: 16px;
  }
  .page-block-icon-columns .columns section img {
    position: relative;
    left: auto;
    margin: 0 0 16px 0;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-icon-columns .columns-heading {
    margin: 0 0 42px 0;
  }
  .page-block-icon-columns .columns-heading h3 {
    margin: 0 0 1px 0;
  }
  .page-block-icon-columns .columns section {
    padding-bottom: 42px;
  }
  .page-block-icon-columns .columns section h4 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 16px 0;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-icon-columns .columns section {
    padding: 0 0 42px 0;
  }
}
.page-block-customer-logos .container {
  text-align: center;
}
.page-block-customer-logos .container h3 {
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  margin: 0 0 24px 0;
}
.page-block-customer-logos .container p {
  font-size: 18px;
  line-height: 28px;
  margin: 0 auto 56px auto;
  max-width: 730px;
}

.customer-logos {
  margin: 0 -8px;
}
.customer-logos section {
  float: left;
  width: 16.66%;
  padding: 0 8px 8px 8px;
}
.customer-logos section .customer-logo {
  display: block;
  height: 128px;
  line-height: 128px;
  width: 100%;
  background: #FFF;
  border-radius: 4px;
  position: relative;
  box-shadow: 0 3px 6px rgba(112, 120, 135, 0.17);
}
.customer-logos section .customer-logo img {
  position: relative;
  display: block;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.customer-logos section a.customer-logo:hover {
  box-shadow: 0 3px 6px 0 rgba(112, 120, 135, 0.17);
}
.customer-logos section a.customer-logo:active, .customer-logos section a.customer-logo:focus {
  border: 1px solid #F66353;
  box-shadow: 0 3px 6px 0 rgba(112, 120, 135, 0.17);
}
.customer-logos.customer-logos-count-1 section {
  width: 100%;
}
.customer-logos.customer-logos-count-2 section {
  width: 50%;
}
.customer-logos.customer-logos-count-3 section {
  width: 33.33%;
}
.customer-logos.customer-logos-count-4 section {
  width: 25%;
}
.customer-logos.customer-logos-count-5 section {
  width: 50%;
}
.customer-logos.customer-logos-count-6 section {
  width: 16.66%;
}

.customer-logos-no-box {
  text-align: center;
}
.customer-logos-no-box section {
  display: inline-block;
  vertical-align: middle;
}
.customer-logos-no-box section .customer-logo {
  display: inline-block;
  vertical-align: middle;
  padding: 24px 32px;
}
.customer-logos-no-box section .customer-logo img {
  display: inline-block;
  vertical-align: middle;
}
.customer-logos-no-box section a.customer-logo {
  border: 1px solid #FFF;
}
.customer-logos-no-box section a.customer-logo:hover {
  border: 1px solid #F0F0F0;
}
.customer-logos-no-box section a.customer-logo:active, .customer-logos-no-box section a.customer-logo:focus {
  border: 1px solid #F66353;
}

@media all and (max-width: 1320px) and (min-width: 0px) {
  .customer-logos {
    margin: 0 -6px;
  }
  .customer-logos section {
    width: 33.33%;
    padding: 0 6px 12px 6px;
  }
  .customer-logos section img {
    max-width: 110px;
    max-height: 70px;
  }
  .customer-logos.customer-logos-count-1 section {
    width: 100%;
  }
  .customer-logos.customer-logos-count-2 section {
    width: 50%;
  }
  .customer-logos.customer-logos-count-3 section {
    width: 33.33%;
  }
  .customer-logos.customer-logos-count-4 section {
    width: 25%;
  }
  .customer-logos.customer-logos-count-5 section {
    width: 25%;
  }
  .customer-logos.customer-logos-count-6 section {
    width: 33.33%;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .customer-logos.customer-logos-count-1 section {
    width: 50%;
  }
  .customer-logos.customer-logos-count-2 section {
    width: 50%;
  }
  .customer-logos.customer-logos-count-3 section {
    width: 50%;
  }
  .customer-logos.customer-logos-count-4 section {
    width: 50%;
  }
  .customer-logos.customer-logos-count-5 section {
    width: 50%;
  }
  .customer-logos.customer-logos-count-6 section {
    width: 50%;
  }

  .customer-logos-no-box section .customer-logo {
    padding: 12px 16px;
  }
  .customer-logos-no-box section .customer-logo img {
    max-height: 84px;
    max-width: 140px;
  }

  .page-block-customer-logos .container h3 {
    margin: 0 0 19px 0;
  }
  .page-block-customer-logos .container p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 34px 0;
  }
}
.page-block-integrations .container header {
  margin: 0 0 46px 0;
  position: relative;
  padding: 0 200px 0 0;
}
.page-block-integrations .container header h3 {
  font-size: 40px;
  line-height: 40px;
}
.page-block-integrations .container header .button {
  position: absolute;
  top: 6px;
  right: 0px;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-integrations .container header {
    padding: 0px;
    position: static;
    margin: 0 0 27px 0;
  }
  .page-block-integrations .container header h3 {
    font-size: 32px;
    line-height: 40px;
  }
  .page-block-integrations .container header .button {
    position: absolute;
    top: auto;
    right: auto;
    left: 0px;
    display: block;
    bottom: 0px;
    width: 100%;
  }
  .page-block-integrations.page-block-integrations-has-button .container {
    padding: 0 0 68px 0;
  }
}
.page-block-accreditations:before {
  background-color: #EEF6FD;
}
.page-block-accreditations .container .accreditations-holder {
  display: flex;
  align-items: center;
}
.page-block-accreditations .container .accreditations-holder article {
  width: 50%;
  padding: 0 120px 0 0;
}
.page-block-accreditations .container .accreditations-holder article h3 {
  font-size: 40px;
  line-height: 40px;
  margin: 0 0 21px 0;
}
.page-block-accreditations .container .accreditations-holder article p {
  margin: 0px;
}
.page-block-accreditations .container .accreditations-holder .accreditations-logos {
  width: 50%;
  padding: 0 0 0 62px;
}
.page-block-accreditations .container .accreditations-holder .accreditations-logos .accreditations-logos-inner {
  margin: 0 -14px;
}
.page-block-accreditations .container .accreditations-holder .accreditations-logos .accreditations-logos-inner section {
  float: left;
  width: 33.33%;
  padding: 0 14px;
}
.page-block-accreditations .container .accreditations-holder .accreditations-logos .accreditations-logos-inner section .accreditation-logo {
  display: block;
  height: 150px;
  line-height: 150px;
  width: 100%;
  background: #FFF;
  border-radius: 4px;
  position: relative;
}
.page-block-accreditations .container .accreditations-holder .accreditations-logos .accreditations-logos-inner section .accreditation-logo img {
  position: relative;
  display: block;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.page-block-accreditations.page-block-accreditations-count-1 .container .accreditations-holder article {
  width: 66.66%;
}
.page-block-accreditations.page-block-accreditations-count-1 .container .accreditations-holder .accreditations-logos {
  width: 33.33%;
}
.page-block-accreditations.page-block-accreditations-count-1 .container .accreditations-holder .accreditations-logos section {
  float: none;
  width: auto;
}
.page-block-accreditations.page-block-accreditations-count-1 .container .accreditations-holder .accreditations-logos section .accreditation-logo {
  height: 226px;
}
.page-block-accreditations.page-block-accreditations-count-2 .container .accreditations-holder .accreditations-logos section {
  width: 50%;
}

@media all and (max-width: 1320px) and (min-width: 0px) {
  .page-block-accreditations .container .accreditations-holder article {
    padding: 0 32px 0 0;
    width: 40%;
  }
  .page-block-accreditations .container .accreditations-holder .accreditations-logos {
    width: 60%;
  }

  .page-block-accreditations.page-block-accreditations-count-1 .container .accreditations-holder article {
    width: 50%;
  }
  .page-block-accreditations.page-block-accreditations-count-1 .container .accreditations-holder .accreditations-logos {
    width: 50%;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-accreditations .container .accreditations-holder {
    display: block;
  }
  .page-block-accreditations .container .accreditations-holder article {
    padding: 0 0 42px 0;
    width: auto;
    text-align: center;
    float: none;
  }
  .page-block-accreditations .container .accreditations-holder article h3 {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 18px 0;
  }
  .page-block-accreditations .container .accreditations-holder article p {
    font-size: 16px;
    line-height: 26px;
  }
  .page-block-accreditations .container .accreditations-holder .accreditations-logos {
    width: auto;
    text-align: center;
    padding: 0px;
  }
  .page-block-accreditations .container .accreditations-holder .accreditations-logos .accreditations-logos-inner {
    margin: 0 -6px;
  }
  .page-block-accreditations .container .accreditations-holder .accreditations-logos .accreditations-logos-inner section {
    width: 50%;
    float: none;
    display: inline-block;
    padding: 0 6px 12px 6px;
  }
  .page-block-accreditations.page-block-accreditations-count-1 .container .accreditations-holder article {
    width: auto;
    float: none;
  }
  .page-block-accreditations.page-block-accreditations-count-1 .container .accreditations-holder .accreditations-logos {
    width: auto;
    float: none;
  }
  .page-block-accreditations.page-block-accreditations-count-1 .container .accreditations-holder .accreditations-logos section {
    float: none;
    width: 100%;
  }
  .page-block-accreditations.page-block-accreditations-count-1 .container .accreditations-holder .accreditations-logos section .accreditation-logo {
    height: 226px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-accreditations .container .accreditations-holder .accreditations-logos .accreditations-logos-inner section .accreditation-logo {
    height: 90px;
    line-height: 90px;
  }
  .page-block-accreditations.page-block-accreditations-count-1 .container .accreditations-holder .accreditations-logos .accreditations-logos-inner section .accreditation-logo {
    height: auto;
    padding: 32px;
    text-align: center;
    line-height: normal;
  }
  .page-block-accreditations.page-block-accreditations-count-1 .container .accreditations-holder .accreditations-logos .accreditations-logos-inner section .accreditation-logo img {
    top: auto;
    left: auto;
    -ms-transform: none;
    transform: none;
    margin: 0 auto;
  }
}
.page-block-screenshots .screenshot-holder {
  display: flex;
  align-items: center;
}
.page-block-screenshots .screenshot-holder .screenshots-mobile-heading {
  display: none;
}
.page-block-screenshots .screenshot-holder .screenshots-slider {
  width: 50%;
  overflow: hidden;
  padding: 0 16px 0 0;
}
.page-block-screenshots .screenshot-holder .screenshots-slider section {
  float: left;
  display: block;
}
.page-block-screenshots .screenshot-holder .screenshots-slider section img {
  width: 100%;
}
.page-block-screenshots .screenshot-holder .screenshots-slider section h5 {
  padding: 19px 0 0 0;
  font-size: 24px;
  line-height: 24px;
  color: #000;
  display: none;
}
.page-block-screenshots .screenshot-holder .screenshots-slider .slick-arrow {
  position: absolute;
  left: -9999px;
}
.page-block-screenshots .screenshot-holder .screenshots-slider .slick-dots {
  position: absolute;
  left: -9999px;
}
.page-block-screenshots .screenshot-holder .screenshots-mobile-slider {
  display: none;
}
.page-block-screenshots .screenshot-holder .screenshots-list {
  width: 50%;
  padding: 0 0 0 70px;
}
.page-block-screenshots .screenshot-holder h4 {
  font-size: 24px;
  line-height: 40px;
  color: #4199EC;
  margin: 0 0 10px 0;
}
.page-block-screenshots .screenshot-holder h3 {
  font-size: 40px;
  line-height: 40px;
  margin: 0 0 36px 0;
}
.page-block-screenshots .screenshot-holder ul li a {
  display: block;
  padding: 9px 20px 13px 20px;
  color: #000;
  font-size: 18px;
  line-height: 21px;
  border-radius: 4px;
}
.page-block-screenshots .screenshot-holder ul li a:hover {
  background-image: linear-gradient(225deg, #FFF6F6 0%, #FFE6E6 100%);
}
.page-block-screenshots .screenshot-holder ul li.active a {
  background-image: linear-gradient(225deg, #FFF6F6 0%, #FFE6E6 100%);
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-screenshots .screenshot-holder .screenshots-list {
    padding-left: 16px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-screenshots .screenshot-holder {
    display: block;
  }
  .page-block-screenshots .screenshot-holder .screenshots-mobile-heading {
    display: block;
  }
  .page-block-screenshots .screenshot-holder .screenshots-mobile-heading h4 {
    margin-bottom: 5px;
    font-size: 20px;
  }
  .page-block-screenshots .screenshot-holder .screenshots-mobile-heading h3 {
    font-size: 32px;
  }
  .page-block-screenshots .screenshot-holder .screenshots-slider {
    display: none;
  }
  .page-block-screenshots .screenshot-holder .screenshots-mobile-slider {
    display: block;
    margin: 0 -20px 0 0;
  }
  .page-block-screenshots .screenshot-holder .screenshots-mobile-slider section {
    float: left;
    padding: 0 20px 56px 0;
    display: block;
  }
  .page-block-screenshots .screenshot-holder .screenshots-mobile-slider section img {
    width: 100%;
  }
  .page-block-screenshots .screenshot-holder .screenshots-mobile-slider section h5 {
    padding: 19px 0 0 0;
    font-size: 24px;
    line-height: 24px;
    color: #000;
  }
  .page-block-screenshots .screenshot-holder .screenshots-mobile-slider .slick-arrow {
    position: absolute;
    bottom: -8px;
    left: 0px;
    width: 24px;
    height: 24px;
    padding: 0px;
    border: none;
    border-radius: 0px;
    z-index: 110;
    color: #F66353;
  }
  .page-block-screenshots .screenshot-holder .screenshots-mobile-slider .slick-arrow .button-text {
    width: 24px;
    height: 24px;
    position: relative;
    display: block;
  }
  .page-block-screenshots .screenshot-holder .screenshots-mobile-slider .slick-arrow .button-circle {
    display: none !important;
  }
  .page-block-screenshots .screenshot-holder .screenshots-mobile-slider .slick-arrow:hover, .page-block-screenshots .screenshot-holder .screenshots-mobile-slider .slick-arrow:active, .page-block-screenshots .screenshot-holder .screenshots-mobile-slider .slick-arrow:focus {
    border: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    color: #F66353 !important;
  }
  .page-block-screenshots .screenshot-holder .screenshots-mobile-slider .slick-arrow:hover .button-text, .page-block-screenshots .screenshot-holder .screenshots-mobile-slider .slick-arrow:active .button-text, .page-block-screenshots .screenshot-holder .screenshots-mobile-slider .slick-arrow:focus .button-text {
    color: #F66353 !important;
  }
  .page-block-screenshots .screenshot-holder .screenshots-mobile-slider .slick-arrow svg {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    position: absolute;
  }
  .page-block-screenshots .screenshot-holder .screenshots-mobile-slider .slick-arrow.slick-next {
    left: auto;
    right: 20px;
  }
  .page-block-screenshots .screenshot-holder .screenshots-mobile-slider .slick-arrow.slick-next svg {
    left: auto;
    right: 0px;
  }
  .page-block-screenshots .screenshot-holder .screenshots-mobile-slider .slick-dots {
    bottom: -8px;
    left: 0px;
    width: 100%;
    position: absolute;
    text-align: center;
    z-index: 100;
  }
  .page-block-screenshots .screenshot-holder .screenshots-mobile-slider .slick-dots li {
    display: inline-block;
    margin: 0 3px;
    height: 24px;
    line-height: 24px;
  }
  .page-block-screenshots .screenshot-holder .screenshots-mobile-slider .slick-dots li button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0px;
    border: none;
    margin: 0px;
    text-indent: -9999px;
    border-radius: 100%;
    font-size: 1px;
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    position: relative;
    border: 1px solid #FFBFBD;
    background: transparent;
    position: relative;
    top: -3px;
  }
  .page-block-screenshots .screenshot-holder .screenshots-mobile-slider .slick-dots li.slick-active button {
    border: 1px solid #F66353;
    background: #F66353;
  }
  .page-block-screenshots .screenshot-holder .screenshots-list {
    display: none;
  }
}
.page-block-services.page-block-services-light-blue-background:before {
  background-color: #EEF6FD;
}
.page-block-services header {
  padding: 0 200px 0 0;
  position: relative;
  margin: 0 0 36px 0;
}
.page-block-services header .button {
  position: absolute;
  top: 0px;
  right: 0px;
}
.page-block-services header h3 {
  font-size: 24px;
  line-height: 40px;
  color: #4199EC;
  margin: 0 0 10px 0;
}
.page-block-services header h2 {
  font-size: 40px;
  line-height: 40px;
  max-width: 600px;
}
.page-block-services .services {
  margin: 0 -16px;
}
.page-block-services .services section {
  padding: 0 16px;
  float: left;
  width: 25%;
}
.page-block-services .services section .service-box {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0 3px 6px 0 rgba(112, 120, 135, 0.17);
  border-radius: 10px;
  padding: 32px 32px 64px 32px;
  min-height: 286px;
}
.page-block-services .services section .service-box img {
  display: block;
  margin: 0 0 12px 0;
}
.page-block-services .services section .service-box h4 {
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 10px 0;
}
.page-block-services .services section .service-box p {
  font-size: 14px;
  line-height: 22px;
}
.page-block-services .services section .service-box .arrow-link {
  position: absolute;
  bottom: 26px;
  left: 32px;
  font-weight: 600;
}
.page-block-services .services.services-count-1 section {
  width: auto;
  float: none;
}
.page-block-services .services.services-count-2 section {
  width: 50%;
}
.page-block-services .services.services-count-3 section {
  width: 33.33%;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-services header {
    margin: 0 0 32px 0;
  }
  .page-block-services header h3 {
    font-size: 20px;
    line-height: 40px;
    margin: 0 0 7px 0;
  }
  .page-block-services header h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .page-block-services .services {
    margin: 0 -20px 0 0;
    position: relative;
  }
  .page-block-services .services section {
    padding: 0 20px 40px 0;
  }
  .page-block-services .services .slick-arrow {
    position: absolute;
    bottom: -8px;
    left: 0px;
    width: 24px;
    height: 24px;
    padding: 0px;
    border: none;
    border-radius: 0px;
    z-index: 110;
    color: #F66353;
  }
  .page-block-services .services .slick-arrow .button-text {
    width: 24px;
    height: 24px;
    position: relative;
    display: block;
  }
  .page-block-services .services .slick-arrow .button-circle {
    display: none !important;
  }
  .page-block-services .services .slick-arrow:hover, .page-block-services .services .slick-arrow:active, .page-block-services .services .slick-arrow:focus {
    border: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    color: #F66353 !important;
  }
  .page-block-services .services .slick-arrow:hover .button-text, .page-block-services .services .slick-arrow:active .button-text, .page-block-services .services .slick-arrow:focus .button-text {
    color: #F66353 !important;
  }
  .page-block-services .services .slick-arrow svg {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    position: absolute;
  }
  .page-block-services .services .slick-arrow.slick-next {
    left: auto;
    right: 20px;
  }
  .page-block-services .services .slick-arrow.slick-next svg {
    left: auto;
    right: 0px;
  }
  .page-block-services .services .slick-dots {
    bottom: -8px;
    left: 0px;
    width: 100%;
    position: absolute;
    text-align: center;
    z-index: 100;
  }
  .page-block-services .services .slick-dots li {
    display: inline-block;
    margin: 0 3px;
    height: 24px;
    line-height: 24px;
  }
  .page-block-services .services .slick-dots li button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0px;
    border: none;
    margin: 0px;
    text-indent: -9999px;
    border-radius: 100%;
    font-size: 1px;
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    position: relative;
    border: 1px solid #FFBFBD;
    background: transparent;
    position: relative;
    top: -3px;
  }
  .page-block-services .services .slick-dots li.slick-active button {
    border: 1px solid #F66353;
    background: #F66353;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-services.page-block-services-has-button .container {
    padding: 0 0 88px 0;
  }
  .page-block-services header {
    position: static;
    padding: 0px;
  }
  .page-block-services header .button {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: auto;
    top: auto;
    width: 100%;
    display: block;
  }
}
.page-block-use-cases.page-block-use-cases-light-blue-background:before {
  background-color: #EEF6FD;
}
.page-block-use-cases .container {
  text-align: center;
}
.page-block-use-cases header {
  position: relative;
  margin: 0 auto 92px auto;
  text-align: center;
  max-width: 820px;
}
.page-block-use-cases header h3 {
  font-size: 24px;
  line-height: 40px;
  color: #4199EC;
  margin: 0 0 10px 0;
}
.page-block-use-cases header h2 {
  font-size: 40px;
  line-height: 40px;
}
.page-block-use-cases header p {
  font-size: 18px;
  line-height: 28px;
  padding: 26px 0 0 0;
}
.page-block-use-cases .features {
  margin: 0 -16px;
}
.page-block-use-cases .features section {
  padding: 0 16px 32px 16px;
  display: inline-block;
  width: 33.33%;
  vertical-align: top;
}
.page-block-use-cases .features section .feature-box {
  text-align: left;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0 3px 6px 0 rgba(112, 120, 135, 0.17);
  border-radius: 10px;
}
.page-block-use-cases .features section .feature-box .feature-box-inner {
  position: relative;
  padding: 32px 32px 64px 32px;
  min-height: 273px;
}
.page-block-use-cases .features section .feature-box .feature-box-inner img {
  display: block;
  margin: 0 0 12px 0;
}
.page-block-use-cases .features section .feature-box .feature-box-inner h4 {
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 8px 0;
}
.page-block-use-cases .features section .feature-box .feature-box-inner p {
  font-size: 18px;
  line-height: 26px;
  margin: 0 -10px 0 0;
}
.page-block-use-cases .features section .feature-box .feature-box-inner .arrow-link {
  position: absolute;
  bottom: 26px;
  left: 32px;
  font-weight: 600;
}
.page-block-use-cases .features section .feature-box .feature-box-use-cases .use-case-link {
  position: relative;
  color: #000;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  border-top: 1px solid #EFEFEF;
  display: block;
  padding: 10px 64px 16px 32px;
}
.page-block-use-cases .features section .feature-box .feature-box-use-cases .use-case-link:before {
  background: url(../images/use-case-plus.svg) no-repeat center center;
  top: 50%;
  right: 22px;
  width: 24px;
  height: 24px;
  content: "";
  display: block;
  margin: -12px 0 0 0;
  position: absolute;
}
.page-block-use-cases .features section .feature-box .feature-box-use-cases .use-case-link:hover, .page-block-use-cases .features section .feature-box .feature-box-use-cases .use-case-link:active, .page-block-use-cases .features section .feature-box .feature-box-use-cases .use-case-link:focus {
  color: #F66353;
}
.page-block-use-cases .features section .feature-box .feature-box-use-cases ul {
  display: none;
  padding: 0 32px 25px 32px;
}
.page-block-use-cases .features section .feature-box .feature-box-use-cases ul li {
  padding: 2px 0 2px 24px;
  background: url(../images/use-case-tick.svg) no-repeat left 7px;
  font-size: 14px;
  line-height: 22px;
}
.page-block-use-cases .features section .feature-box .feature-box-use-cases.active .use-case-link {
  color: #F66353;
}
.page-block-use-cases .features section .feature-box .feature-box-use-cases.active .use-case-link:before {
  background-image: url(../images/use-case-minus.svg);
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-use-cases header {
    margin-bottom: 50px;
  }
  .page-block-use-cases header h3 {
    font-size: 20px;
    margin: 0 0 1px 0;
  }
  .page-block-use-cases header h2 {
    font-size: 28px;
    line-height: 35px;
  }
  .page-block-use-cases header p {
    padding: 19px 0 0 0;
    font-size: 16px;
    line-height: 26px;
  }
  .page-block-use-cases .features section {
    width: 50% !important;
  }
  .page-block-use-cases .features section .feature-box .feature-box-inner {
    padding-left: 24px;
    padding-right: 24px;
  }
  .page-block-use-cases .features section .feature-box .feature-box-inner .arrow-link {
    left: 24px;
  }
  .page-block-use-cases .features section .feature-box .feature-box-use-cases .use-case-link {
    padding-left: 24px;
  }
  .page-block-use-cases .features section .feature-box .feature-box-use-cases ul {
    padding-left: 24px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-use-cases .features section {
    width: 100% !important;
    float: none;
    padding-bottom: 20px;
  }
  .page-block-use-cases .features section .feature-box .feature-box-inner {
    min-height: 0px;
  }
}
.page-block-accordion h2 {
  font-size: 40px;
  line-height: 40px;
  margin: 0 0 36px 0;
}
.page-block-accordion .accordion-columns {
  margin: 0 -16px;
}
.page-block-accordion .accordion-columns .accordion-column {
  float: left;
  width: 50%;
  padding: 0 16px;
}
.page-block-accordion.page-block-accordion-light-blue-background:before {
  background-color: #EEF6FD;
}
.page-block-accordion.page-block-accordion-light-blue-background .accordion section {
  border-color: #C9D2D9;
}
.page-block-accordion.page-block-accordion-light-blue-background .accordion section header {
  border-color: #C9D2D9;
}
.page-block-accordion.page-block-accordion-light-blue-background .accordion section.active {
  border-color: #F66353;
}
.page-block-accordion.page-block-accordion-light-blue-background .accordion section.active header {
  border-color: #F66353;
}

.accordion section {
  position: relative;
  border-bottom: 1px solid #EFEFEF;
}
.accordion section header {
  border-top: 1px solid #EFEFEF;
  position: relative;
  margin-top: -1px;
}
.accordion section header h4 {
  padding: 11px 60px 13px 0;
  font-size: 18px;
  line-height: 32px;
  color: #000;
  display: block;
  cursor: pointer;
  z-index: 1;
}
.accordion section header .open-accordion-panel {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
}
.accordion section header:focus-within h4 {
  color: #F66353;
}
.accordion section header:hover h4 {
  color: #F66353;
}
.accordion section header:before {
  width: 32px;
  height: 32px;
  background: url(../images/accordion-plus.svg) no-repeat center center;
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -16px 0 0 0;
  content: "";
  display: block;
}
.accordion section.active {
  z-index: 1;
  border-bottom: 1px solid #F66353;
}
.accordion section.active header {
  border-top: 1px solid #F66353;
}
.accordion section.active header:before {
  background-image: url(../images/accordion-minus.svg);
}
.accordion section.active header h4 {
  color: #F66353;
}
.accordion section article {
  display: none;
  padding: 0 0 3px 0;
}
.accordion section article p {
  font-size: 16px;
  line-height: 28px;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-accordion h2 {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 28px 0;
  }
  .page-block-accordion .accordion-columns .accordion-column {
    float: none;
    width: auto;
  }

  .accordion section header h4 {
    font-size: 16px;
    line-height: 20px;
    padding: 19px 60px 19px 0;
  }
  .accordion section header:before {
    right: 8px;
  }
}
#page-banner.pricing-banner .image-and-content article {
  padding: 80px 0 128px 0;
  position: relative;
  z-index: 1;
}
#page-banner.pricing-banner .image-and-content article .banner-heading {
  margin-right: -30px;
}
#page-banner.pricing-banner .image-and-content article form {
  padding: 24px 0 0 0;
}
#page-banner.pricing-banner .image-and-content article form label {
  display: block;
  font-size: 20px;
  line-height: 40px;
  color: #FFF;
  font-weight: 600;
  margin: 0 0 9px 0;
}
#page-banner.pricing-banner .image-and-content article form .select-field {
  background: #FFF;
  max-width: 100%;
  width: 395px;
  border-color: #FFF;
}
#page-banner.pricing-banner .image-and-content .pricing-circles {
  top: 22px;
  right: 0px;
  position: absolute;
  width: 383px;
  height: 300px;
}
#page-banner.pricing-banner .image-and-content .pricing-circles .circle-a {
  width: 290px;
  height: 290px;
  top: 0px;
  right: 0px;
}
#page-banner.pricing-banner .image-and-content .pricing-circles .circle-b {
  width: 145px;
  height: 145px;
  top: 154px;
  left: 17px;
}
#page-banner.pricing-banner .image-and-content .pricing-circles .circle-c {
  width: 54px;
  height: 54px;
  top: 43px;
  left: 0px;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  #page-banner.pricing-banner .image-and-content article {
    padding: 20px 0 57px 0;
  }
  #page-banner.pricing-banner .image-and-content article form {
    padding: 29px 0 0 0;
  }
  #page-banner.pricing-banner .image-and-content article form label {
    font-size: 16px;
    line-height: 42px;
  }
  #page-banner.pricing-banner .image-and-content .pricing-circles {
    width: 100%;
    height: 100%;
    top: 0px;
  }
  #page-banner.pricing-banner .image-and-content .pricing-circles .circle-a {
    width: 48px;
    height: 48px;
    top: -40px;
    left: -44px;
    right: auto;
    bottom: auto;
  }
  #page-banner.pricing-banner .image-and-content .pricing-circles .circle-b {
    width: 72px;
    height: 72px;
    top: -25px;
    right: 38px;
    left: auto;
    bottom: auto;
  }
  #page-banner.pricing-banner .image-and-content .pricing-circles .circle-c {
    width: 123px;
    height: 123px;
    top: -25px;
    right: -49px;
    left: auto;
    bottom: auto;
  }
}
.page-block-pricing .container {
  text-align: center;
}
.page-block-pricing .container .sub-heading {
  font-size: 24px;
  line-height: 40px;
  color: #4199EC;
  margin: 0 0 11px 0;
}
.page-block-pricing .container .heading {
  font-size: 40px;
  margin: 0 0 21px 0;
  line-height: 40px;
}
.page-block-pricing .container p {
  max-width: 821px;
  font-size: 18px;
  line-height: 28px;
  margin: 0 auto 58px auto;
}
.page-block-pricing .container .pricing-tables {
  margin: 0 -16px;
}
.page-block-pricing .container .pricing-tables section {
  float: left;
  width: 33.33%;
  padding: 0 16px;
}
.page-block-pricing .container .pricing-tables section .pricing-table {
  text-align: left;
  display: block;
  background: #FFFFFF;
  box-shadow: 0 3px 6px 0 rgba(112, 120, 135, 0.17);
  border-radius: 4px;
  overflow: hidden;
}
.page-block-pricing .container .pricing-tables section .pricing-table .pricing-table-heading {
  padding: 25px 40px 37px 40px;
  background-image: linear-gradient(225deg, #E7F8FF 0%, #B8D0F8 100%);
  border-radius: 4px 4px 0 0;
  position: relative;
  overflow: hidden;
}
.page-block-pricing .container .pricing-tables section .pricing-table .pricing-table-heading:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  z-index: 0;
  opacity: 0.02;
  background: url(../images/noise.png);
  display: none;
}
.page-block-pricing .container .pricing-tables section .pricing-table .pricing-table-heading .plan-level {
  font-size: 24px;
  line-height: 40px;
  color: #4199EC;
  font-weight: 600;
  margin: 0px;
  display: block;
  position: relative;
  z-index: 1;
}
.page-block-pricing .container .pricing-tables section .pricing-table .pricing-table-heading .plan-price {
  display: block;
  position: relative;
  color: #4199EC;
  z-index: 1;
}
.page-block-pricing .container .pricing-tables section .pricing-table .pricing-table-heading .plan-price strong {
  font-size: 64px;
  line-height: 64px;
  font-weight: 600;
  vertical-align: bottom;
  display: inline-block;
}
.page-block-pricing .container .pricing-tables section .pricing-table .pricing-table-heading .plan-price span {
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  display: inline-block;
  vertical-align: bottom;
}
.page-block-pricing .container .pricing-tables section .pricing-table .pricing-table-features {
  padding: 28px 40px;
  background-image: linear-gradient(225deg, #F0FBFF 0%, #D5E4FB 100%);
}
.page-block-pricing .container .pricing-tables section .pricing-table .pricing-table-features ul li {
  padding: 4px 0 4px 24px;
  background: url(../images/tick.svg) no-repeat left 11px;
  font-size: 16px;
  line-height: 26px;
  color: #000;
}
.page-block-pricing .container .pricing-tables section .pricing-table .button {
  display: block;
  text-align: center;
  margin: 0px;
  border-radius: 0 0 4px 4px;
}
.page-block-pricing .container .pricing-tables section .pricing-table.featured-pricing-table .pricing-table-heading {
  background-image: linear-gradient(225deg, #1977BD 0%, #093785 100%);
}
.page-block-pricing .container .pricing-tables section .pricing-table.featured-pricing-table .pricing-table-heading:before {
  opacity: 0.04;
}
.page-block-pricing .container .pricing-tables section .pricing-table.featured-pricing-table .pricing-table-heading .plan-level {
  color: #FFF;
}
.page-block-pricing .container .pricing-tables section .pricing-table.featured-pricing-table .pricing-table-heading .plan-price {
  color: #FFF;
}

.page-block-product-pricing header {
  text-align: left;
}
.page-block-product-pricing header h4 {
  font-size: 24px;
  line-height: 32px;
  color: #4199EC;
  font-weight: 600;
  margin: 0 0 9px 0;
}
.page-block-product-pricing header .change-product-pricing {
  display: block;
  z-index: 10;
  margin: 0 0 18px 0;
  position: relative;
}
.page-block-product-pricing header .change-product-pricing .change-product-pricing-link {
  display: inline-block;
  padding: 0 30px 0 0;
  background: url(../images/product-pricing-arrow.svg) no-repeat right 30px;
  font-size: 48px;
  line-height: 52px;
  font-weight: 600;
  color: #F66353;
}
.page-block-product-pricing header .change-product-pricing .change-product-pricing-list {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  max-width: 300px;
  display: none;
  background: #FFFFFF;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
  border-radius: 10px 0 0 0 10px 10px 10px;
  padding: 17px 24px;
  border-radius: 10px;
  margin: 10px 0 0 0;
}
.page-block-product-pricing header .change-product-pricing .change-product-pricing-list:before {
  width: 18px;
  height: 9px;
  background: url(../images/pricing-list-arrow.svg) no-repeat top center;
  content: "";
  display: block;
  top: -9px;
  left: 50%;
  margin: 0 0 0 -9px;
  left: 30px;
  position: absolute;
}
.page-block-product-pricing header .change-product-pricing .change-product-pricing-list li {
  margin: 9px 0;
  display: block;
}
.page-block-product-pricing header .change-product-pricing .change-product-pricing-list li a {
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #000000;
}
.page-block-product-pricing header .change-product-pricing .change-product-pricing-list li a:hover {
  color: #F66353;
}
.page-block-product-pricing header .change-product-pricing .change-product-pricing-list li.active a {
  color: #F66353;
}
.page-block-product-pricing .product-pricing-tables .product-pricing-table {
  display: none;
}
.page-block-product-pricing .product-pricing-tables .product-pricing-table.active {
  display: block;
}
.page-block-product-pricing .product-pricing-tables .product-pricing-table p {
  font-size: 18px;
  text-align: left;
  line-height: 28px;
  margin: 0 0 34px 0;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-pricing .container .sub-heading {
    font-size: 22px;
    margin: 0 0 1px 0;
  }
  .page-block-pricing .container .heading {
    font-size: 32px;
    margin: 0 0 18px 0;
  }
  .page-block-pricing .container p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 42px 0;
    max-width: none;
  }
  .page-block-pricing .container .pricing-tables {
    margin: 0 -8px;
  }
  .page-block-pricing .container .pricing-tables section {
    padding: 0 8px 20px 8px;
  }
  .page-block-pricing .container .pricing-tables section .pricing-table .pricing-table-heading {
    padding: 17px 24px;
  }
  .page-block-pricing .container .pricing-tables section .pricing-table .pricing-table-heading .plan-level {
    font-size: 20px;
    line-height: 30px;
  }
  .page-block-pricing .container .pricing-tables section .pricing-table .pricing-table-heading .plan-price strong {
    font-size: 56px;
  }
  .page-block-pricing .container .pricing-tables section .pricing-table .pricing-table-features {
    padding: 20px 24px;
  }
  .page-block-pricing .container .pricing-tables section .pricing-table .pricing-table-features ul li {
    font-size: 14px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-product-pricing {
    padding: 50px 0 80px 0;
  }
  .page-block-product-pricing header h4 {
    font-size: 22px;
    line-height: 40px;
    margin: 0 0 1px 0;
  }
  .page-block-product-pricing header .change-product-pricing .change-product-pricing-link {
    font-size: 32px;
    line-height: 40px;
    background-position: right 22px;
  }
  .page-block-product-pricing .product-pricing-tables .product-pricing-table p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-pricing .container .pricing-tables {
    margin: 0px;
  }
  .page-block-pricing .container .pricing-tables section {
    padding: 0 0 20px 0;
    float: none;
    width: auto;
  }
}
.page-block-reasons-why .container {
  text-align: center;
}
.page-block-reasons-why .container h2 {
  font-size: 48px;
  line-height: 64px;
  margin: 0 0 98px 0;
}
.page-block-reasons-why .container .reasons-why {
  margin: 0 -16px;
}
.page-block-reasons-why .container .reasons-why section {
  display: inline-block;
  vertical-align: top;
  padding: 0 16px 50px 16px;
  width: 25%;
}
.page-block-reasons-why .container .reasons-why section img {
  display: block;
  margin: 0 auto 21px auto;
}
.page-block-reasons-why .container .reasons-why section h4 {
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 11px 0;
}
.page-block-reasons-why .container .reasons-why section p {
  font-size: 16px;
  line-height: 24px;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-reasons-why .container h2 {
    font-size: 36px;
    line-height: 40px;
    margin: 0 0 38px 0;
  }
  .page-block-reasons-why .container .reasons-why section {
    width: 33.33%;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-reasons-why .container h2 {
    text-align: left;
  }
  .page-block-reasons-why .container .reasons-why {
    margin: 0;
    text-align: left;
  }
  .page-block-reasons-why .container .reasons-why section {
    display: block;
    width: auto;
    position: relative;
    padding: 0 0 28px 60px;
  }
  .page-block-reasons-why .container .reasons-why section img {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: 40px;
    max-height: 40px;
  }
  .page-block-reasons-why .container .reasons-why section h4 {
    font-size: 20px;
    line-height: 32px;
    margin: 0 0 1px 0;
  }
}
.page-block-team header {
  padding: 0 200px 0 0;
  margin: 0 0 40px 0;
}
.page-block-team header h2 {
  font-size: 40px;
  line-height: 40px;
  margin: 0 0 20px 0;
}
.page-block-team header p {
  font-size: 18px;
  line-height: 28px;
}
.page-block-team .team-cards {
  margin: 0 -16px;
  position: relative;
}
@media all and (min-width: 1024px) {
  .page-block-team .team-cards .slick-arrow {
    position: absolute;
    top: -92px;
    right: 0px;
    width: 52px;
    height: 52px;
    padding: 0px;
    border-radius: 4px;
    margin-right: 16px;
    z-index: 100;
  }
  .page-block-team .team-cards .slick-arrow span.button-text {
    position: relative;
    height: 52px;
    display: block;
  }
  .page-block-team .team-cards .slick-arrow svg {
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    position: absolute;
  }
  .page-block-team .team-cards .slick-arrow.slick-prev {
    right: 62px;
  }
}
.page-block-team .team-cards .slick-dots {
  bottom: 0px;
  left: -9999px;
  position: absolute;
  text-align: center;
  z-index: 100;
}
.page-block-team .team-cards .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}
.page-block-team .team-cards .slick-dots li button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0px;
  border: none;
  margin: 0px;
  text-indent: -9999px;
  border-radius: 100%;
  font-size: 1px;
  display: inline-block;
  vertical-align: top;
  width: 8px;
  height: 8px;
  top: 5px;
  position: relative;
  border: 1px solid #FFF;
  background: transparent;
}
.page-block-team .team-cards .slick-dots li.slick-active button {
  border: 1px solid #FFF;
  background: #FFF;
}
.page-block-team .team-cards section {
  float: left;
  width: 25%;
  padding: 0 16px 32px 16px;
}
.page-block-team .team-cards section .team-card {
  border-radius: 4px;
  overflow: hidden;
  display: block;
  height: 0px;
  padding-top: 117.5%;
  position: relative;
}
.page-block-team .team-cards section .team-card .team-card-image-holder {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.page-block-team .team-cards section .team-card .team-card-image-holder:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.88;
  content: "";
  display: block;
  background-image: linear-gradient(225deg, #1977BD 0%, #093785 100%);
  z-index: 1;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.page-block-team .team-cards section .team-card .team-card-image-holder:after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.04;
  content: "";
  display: block;
  background: url(../images/noise.png);
  z-index: 2;
  opacity: 0;
  transition: 0.3s ease-in-out;
  display: none;
}
.page-block-team .team-cards section .team-card .team-card-image-holder .team-card-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: none no-repeat center center;
  background-size: cover;
  z-index: 0;
}
.page-block-team .team-cards section .team-card .team-card-image-holder .team-card-image:before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 85%;
  content: "";
  display: block;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.5) 100%);
}
.page-block-team .team-cards section .team-card .team-card-content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 32px 32px;
  display: block;
  transition: 0.3s ease-in-out;
  z-index: 3;
}
.page-block-team .team-cards section .team-card .team-card-content .team-card-role {
  display: block;
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
  margin: 0 0 4px 0;
  color: #FFF;
}
.page-block-team .team-cards section .team-card .team-card-content h4 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  color: #FFF;
}
.page-block-team .team-cards section .team-card .read-link {
  transition: 0.3s ease-in-out;
  font-size: 18px;
  line-height: 28px;
  color: #FFF;
  font-weight: 600;
  display: block;
  position: absolute;
  padding: 37px 18px 37px 32px;
  bottom: -102px;
  opacity: 0;
  left: 0px;
  float: left;
  z-index: 4;
  background: url(../images/read-link-arrow.svg) no-repeat right 48px;
}
@media all and (min-width: 1024px) {
  .page-block-team .team-cards section .team-card:hover .team-card-image-holder:before {
    opacity: 0.88;
  }
  .page-block-team .team-cards section .team-card:hover .team-card-image-holder:after {
    opacity: 0.04;
  }
  .page-block-team .team-cards section .team-card:hover .team-card-content {
    bottom: 56px;
  }
  .page-block-team .team-cards section .team-card:hover .read-link {
    opacity: 1;
    bottom: 0px;
  }
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-team header {
    padding: 0px;
    margin: 0 0 34px 0;
  }
  .page-block-team header h2 {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 18px 0;
  }
  .page-block-team header p {
    font-size: 16px;
    line-height: 26px;
  }
  .page-block-team .team-cards {
    margin: 0 -20px 0 0;
    position: relative;
  }
  .page-block-team .team-cards section {
    padding: 0 20px 34px 0;
  }
  .page-block-team .team-cards section .team-card .team-card-content {
    padding: 0 24px 60px 24px;
  }
  .page-block-team .team-cards section .team-card .team-card-content .team-card-role {
    font-size: 20px;
  }
  .page-block-team .team-cards section .team-card .read-link {
    bottom: 18px;
    left: 24px;
    font-size: 18px;
    padding: 0 24px 0 0;
    background-position: right center;
    opacity: 1;
  }
  .page-block-team .team-cards .slick-arrow {
    position: absolute;
    bottom: -8px;
    left: 0px;
    width: 24px;
    height: 24px;
    padding: 0px;
    border: none;
    border-radius: 0px;
    z-index: 110;
    color: #F66353;
  }
  .page-block-team .team-cards .slick-arrow .button-text {
    width: 24px;
    height: 24px;
    position: relative;
    display: block;
  }
  .page-block-team .team-cards .slick-arrow .button-circle {
    display: none !important;
  }
  .page-block-team .team-cards .slick-arrow:hover, .page-block-team .team-cards .slick-arrow:active, .page-block-team .team-cards .slick-arrow:focus {
    border: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    color: #F66353 !important;
  }
  .page-block-team .team-cards .slick-arrow:hover .button-text, .page-block-team .team-cards .slick-arrow:active .button-text, .page-block-team .team-cards .slick-arrow:focus .button-text {
    color: #F66353 !important;
  }
  .page-block-team .team-cards .slick-arrow svg {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    position: absolute;
  }
  .page-block-team .team-cards .slick-arrow.slick-next {
    left: auto;
    right: 20px;
  }
  .page-block-team .team-cards .slick-arrow.slick-next svg {
    left: auto;
    right: 0px;
  }
  .page-block-team .team-cards .slick-dots {
    bottom: -8px;
    left: 0px;
    width: 100%;
    position: absolute;
    text-align: center;
    z-index: 100;
  }
  .page-block-team .team-cards .slick-dots li {
    display: inline-block;
    margin: 0 3px;
    height: 24px;
    line-height: 24px;
  }
  .page-block-team .team-cards .slick-dots li button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0px;
    border: none;
    margin: 0px;
    text-indent: -9999px;
    border-radius: 100%;
    font-size: 1px;
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    position: relative;
    border: 1px solid #FFBFBD;
    background: transparent;
    position: relative;
    top: -3px;
  }
  .page-block-team .team-cards .slick-dots li.slick-active button {
    border: 1px solid #F66353;
    background: #F66353;
  }
}
.modal-back {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  left: -9999px;
  left: -9999px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s opacity;
}

.modal-window {
  position: fixed;
  text-align: left;
  border-radius: 10px;
  z-index: 1001;
  background: #FFF;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  width: 607px;
  max-width: 80%;
  left: -9999px;
  left: -9999px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s opacity;
}
.modal-window .modal-window-header {
  padding: 21px 120px 0 32px;
  border-bottom: 1px solid #F0F0F0;
  position: relative;
  height: 80px;
}
.modal-window .modal-window-header h4 {
  font-size: 24px;
  line-height: 32px;
  margin: 0px;
}
.modal-window .modal-window-header .close-modal-window {
  position: absolute;
  top: 50%;
  right: 32px;
  font-size: 18px;
  display: block;
  line-height: 28px;
  font-weight: 600;
  margin: -14px 0 0 0;
}
.modal-window .modal-window-header .close-modal-window svg {
  position: relative;
  top: 1px;
  margin: 0 6px 0 0;
}
.modal-window .modal-window-inner {
  position: relative;
  max-height: 60vh;
  padding: 36px 40px;
  overflow: auto;
}
.modal-window .modal-window-inner article h2,
.modal-window .modal-window-inner article h3,
.modal-window .modal-window-inner article h4 {
  font-size: 20px;
  line-height: 32px;
  margin: 0 0 10px 0;
}
.modal-window .modal-window-inner article h5 {
  font-size: 18px;
  line-height: 32px;
  margin: 0 0 10px 0;
}
.modal-window .modal-window-inner article p {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 10px 0;
}

body.modal-active .modal-back {
  top: 0px;
  left: 0px;
  visibility: visible;
  opacity: 1;
}
body.modal-active .modal-window {
  top: 50%;
  left: 50%;
  visibility: visible;
  opacity: 1;
}

.modal-content {
  display: none;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .modal-window {
    width: calc(100% - 32px);
  }
  .modal-window .modal-window-header {
    padding: 24px;
    height: auto;
  }
  .modal-window .modal-window-header h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .modal-window .modal-window-inner {
    padding: 24px;
  }
  .modal-window .modal-window-inner .modal-process-step {
    padding: 60px 0 10px 0;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .modal-window {
    width: 100%;
    height: 100vh;
    max-width: none;
    border-radius: 0px;
    transform: none;
    -ms-transform: none;
  }
  .modal-window .modal-window-header {
    padding: 24px;
    height: auto;
  }
  .modal-window .modal-window-header h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .modal-window .modal-window-inner {
    padding: 24px;
  }
  .modal-window .modal-window-inner .modal-process-step {
    padding: 60px 0 10px 0;
  }

  body.modal-active .modal-window {
    top: 0px;
    left: 0px;
  }
}
#page-banner.pricing-banner .image-and-content article {
  padding: 80px 0 128px 0;
  position: relative;
  z-index: 1;
}
#page-banner.pricing-banner .image-and-content article .banner-heading {
  margin-right: -30px;
}
#page-banner.pricing-banner .image-and-content article form {
  padding: 24px 0 0 0;
}
#page-banner.pricing-banner .image-and-content article form label {
  display: block;
  font-size: 20px;
  line-height: 40px;
  color: #FFF;
  font-weight: 600;
  margin: 0 0 9px 0;
}
#page-banner.pricing-banner .image-and-content article form .select-field {
  background: #FFF;
  max-width: 100%;
  width: 395px;
  border-color: #FFF;
}
#page-banner.pricing-banner .image-and-content .pricing-circles {
  top: 22px;
  right: 0px;
  position: absolute;
  width: 383px;
  height: 300px;
}
#page-banner.pricing-banner .image-and-content .pricing-circles .circle-a {
  width: 290px;
  height: 290px;
  top: 0px;
  right: 0px;
}
#page-banner.pricing-banner .image-and-content .pricing-circles .circle-b {
  width: 145px;
  height: 145px;
  top: 154px;
  left: 17px;
}
#page-banner.pricing-banner .image-and-content .pricing-circles .circle-c {
  width: 54px;
  height: 54px;
  top: 43px;
  left: 0px;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  #page-banner.pricing-banner .image-and-content article {
    padding: 20px 0 57px 0;
  }
  #page-banner.pricing-banner .image-and-content article form {
    padding: 29px 0 0 0;
  }
  #page-banner.pricing-banner .image-and-content article form label {
    font-size: 16px;
    line-height: 42px;
  }
  #page-banner.pricing-banner .image-and-content .pricing-circles {
    width: 100%;
    height: 100%;
    top: 0px;
  }
  #page-banner.pricing-banner .image-and-content .pricing-circles .circle-a {
    width: 48px;
    height: 48px;
    top: -40px;
    left: -44px;
    right: auto;
    bottom: auto;
  }
  #page-banner.pricing-banner .image-and-content .pricing-circles .circle-b {
    width: 72px;
    height: 72px;
    top: -25px;
    right: 38px;
    left: auto;
    bottom: auto;
  }
  #page-banner.pricing-banner .image-and-content .pricing-circles .circle-c {
    width: 123px;
    height: 123px;
    top: -25px;
    right: -49px;
    left: auto;
    bottom: auto;
  }
}
.page-block-pricing .container {
  text-align: center;
}
.page-block-pricing .container .sub-heading {
  font-size: 24px;
  line-height: 40px;
  color: #4199EC;
  margin: 0 0 11px 0;
}
.page-block-pricing .container .heading {
  font-size: 40px;
  margin: 0 0 21px 0;
  line-height: 40px;
}
.page-block-pricing .container p {
  max-width: 821px;
  font-size: 18px;
  line-height: 28px;
  margin: 0 auto 58px auto;
}
.page-block-pricing .container .pricing-tables {
  margin: 0 -16px;
}
.page-block-pricing .container .pricing-tables section {
  float: left;
  width: 33.33%;
  padding: 0 16px;
}
.page-block-pricing .container .pricing-tables section .pricing-table {
  text-align: left;
  display: block;
  background: #FFFFFF;
  box-shadow: 0 3px 6px 0 rgba(112, 120, 135, 0.17);
  border-radius: 4px;
  overflow: hidden;
}
.page-block-pricing .container .pricing-tables section .pricing-table .pricing-table-heading {
  padding: 25px 40px 37px 40px;
  background-image: linear-gradient(225deg, #E7F8FF 0%, #B8D0F8 100%);
  border-radius: 4px 4px 0 0;
  position: relative;
  overflow: hidden;
}
.page-block-pricing .container .pricing-tables section .pricing-table .pricing-table-heading:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  z-index: 0;
  opacity: 0.02;
  background: url(../images/noise.png);
  display: none;
}
.page-block-pricing .container .pricing-tables section .pricing-table .pricing-table-heading .plan-level {
  font-size: 24px;
  line-height: 40px;
  color: #4199EC;
  font-weight: 600;
  margin: 0px;
  display: block;
  position: relative;
  z-index: 1;
}
.page-block-pricing .container .pricing-tables section .pricing-table .pricing-table-heading .plan-price {
  display: block;
  position: relative;
  color: #4199EC;
  z-index: 1;
}
.page-block-pricing .container .pricing-tables section .pricing-table .pricing-table-heading .plan-price strong {
  font-size: 64px;
  line-height: 64px;
  font-weight: 600;
  vertical-align: bottom;
  display: inline-block;
}
.page-block-pricing .container .pricing-tables section .pricing-table .pricing-table-heading .plan-price span {
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  display: inline-block;
  vertical-align: bottom;
}
.page-block-pricing .container .pricing-tables section .pricing-table .pricing-table-features {
  padding: 28px 40px;
  background-image: linear-gradient(225deg, #F0FBFF 0%, #D5E4FB 100%);
}
.page-block-pricing .container .pricing-tables section .pricing-table .pricing-table-features ul li {
  padding: 4px 0 4px 24px;
  background: url(../images/tick.svg) no-repeat left 11px;
  font-size: 16px;
  line-height: 26px;
  color: #000;
}
.page-block-pricing .container .pricing-tables section .pricing-table .button {
  display: block;
  text-align: center;
  margin: 0px;
  border-radius: 0 0 4px 4px;
}
.page-block-pricing .container .pricing-tables section .pricing-table.featured-pricing-table .pricing-table-heading {
  background-image: linear-gradient(225deg, #1977BD 0%, #093785 100%);
}
.page-block-pricing .container .pricing-tables section .pricing-table.featured-pricing-table .pricing-table-heading:before {
  opacity: 0.04;
}
.page-block-pricing .container .pricing-tables section .pricing-table.featured-pricing-table .pricing-table-heading .plan-level {
  color: #FFF;
}
.page-block-pricing .container .pricing-tables section .pricing-table.featured-pricing-table .pricing-table-heading .plan-price {
  color: #FFF;
}

.page-block-product-pricing header {
  text-align: left;
}
.page-block-product-pricing header h4 {
  font-size: 24px;
  line-height: 32px;
  color: #4199EC;
  font-weight: 600;
  margin: 0 0 9px 0;
}
.page-block-product-pricing header .change-product-pricing {
  display: block;
  z-index: 10;
  margin: 0 0 18px 0;
  position: relative;
}
.page-block-product-pricing header .change-product-pricing .change-product-pricing-link {
  display: inline-block;
  padding: 0 30px 0 0;
  background: url(../images/product-pricing-arrow.svg) no-repeat right 30px;
  font-size: 48px;
  line-height: 52px;
  font-weight: 600;
  color: #F66353;
}
.page-block-product-pricing header .change-product-pricing .change-product-pricing-list {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  max-width: 300px;
  display: none;
  background: #FFFFFF;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
  border-radius: 10px 0 0 0 10px 10px 10px;
  padding: 17px 24px;
  border-radius: 10px;
  margin: 10px 0 0 0;
}
.page-block-product-pricing header .change-product-pricing .change-product-pricing-list:before {
  width: 18px;
  height: 9px;
  background: url(../images/pricing-list-arrow.svg) no-repeat top center;
  content: "";
  display: block;
  top: -9px;
  left: 50%;
  margin: 0 0 0 -9px;
  left: 30px;
  position: absolute;
}
.page-block-product-pricing header .change-product-pricing .change-product-pricing-list li {
  margin: 9px 0;
  display: block;
}
.page-block-product-pricing header .change-product-pricing .change-product-pricing-list li a {
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #000000;
}
.page-block-product-pricing header .change-product-pricing .change-product-pricing-list li a:hover {
  color: #F66353;
}
.page-block-product-pricing header .change-product-pricing .change-product-pricing-list li.active a {
  color: #F66353;
}
.page-block-product-pricing .product-pricing-tables .product-pricing-table {
  display: none;
}
.page-block-product-pricing .product-pricing-tables .product-pricing-table.active {
  display: block;
}
.page-block-product-pricing .product-pricing-tables .product-pricing-table p {
  font-size: 18px;
  text-align: left;
  line-height: 28px;
  margin: 0 0 34px 0;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-pricing .container .sub-heading {
    font-size: 22px;
    margin: 0 0 1px 0;
  }
  .page-block-pricing .container .heading {
    font-size: 32px;
    margin: 0 0 18px 0;
  }
  .page-block-pricing .container p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 42px 0;
    max-width: none;
  }
  .page-block-pricing .container .pricing-tables {
    margin: 0 -8px;
  }
  .page-block-pricing .container .pricing-tables section {
    padding: 0 8px 20px 8px;
  }
  .page-block-pricing .container .pricing-tables section .pricing-table .pricing-table-heading {
    padding: 17px 24px;
  }
  .page-block-pricing .container .pricing-tables section .pricing-table .pricing-table-heading .plan-level {
    font-size: 20px;
    line-height: 30px;
  }
  .page-block-pricing .container .pricing-tables section .pricing-table .pricing-table-heading .plan-price strong {
    font-size: 56px;
  }
  .page-block-pricing .container .pricing-tables section .pricing-table .pricing-table-features {
    padding: 20px 24px;
  }
  .page-block-pricing .container .pricing-tables section .pricing-table .pricing-table-features ul li {
    font-size: 14px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-product-pricing {
    padding: 50px 0 80px 0;
  }
  .page-block-product-pricing header h4 {
    font-size: 22px;
    line-height: 40px;
    margin: 0 0 1px 0;
  }
  .page-block-product-pricing header .change-product-pricing .change-product-pricing-link {
    font-size: 32px;
    line-height: 40px;
    background-position: right 22px;
  }
  .page-block-product-pricing .product-pricing-tables .product-pricing-table p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-pricing .container .pricing-tables {
    margin: 0px;
  }
  .page-block-pricing .container .pricing-tables section {
    padding: 0 0 20px 0;
    float: none;
    width: auto;
  }
}
.display-error {
  background: #FFF0ED;
  position: relative;
  border-radius: 10px;
  padding: 14px 20px 12px 46px;
  font-size: 14px;
  line-height: 20px;
  color: #666;
  text-align: left;
  margin: 0 0 22px 0;
}
.display-error strong {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #000;
}
.display-error svg {
  position: absolute;
  top: 16px;
  left: 16px;
}
.display-error.display-error-hide {
  display: none;
}

.page-block-form {
  position: relative;
  padding: 180px 0 125px 0;
  margin-top: 0px !important;
  background: none no-repeat center center;
  background-image: linear-gradient(225deg, #1977BD 0%, #093785 100%);
  background-size: fixed;
  min-height: 100vh;
  overflow: hidden;
}
.page-block-form:before {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/noise.png);
  background-size: fixed;
  opacity: 0.09;
  content: "";
  display: block;
  margin: 0px;
  min-height: 100vh;
  clip-path: none;
  -webkit-clip-path: none;
  display: none;
}
.page-block-form .container {
  z-index: 1;
}
.page-block-form .form-wrapper {
  display: flex;
  align-items: top;
}
.page-block-form .form-wrapper article {
  width: 43%;
  padding: 16px 104px 0 0;
  position: relative;
  z-index: 1;
}
.page-block-form .form-wrapper article .banner-sub-heading {
  font-size: 24px;
  line-height: 32px;
  color: #FFF;
  margin: 0 0 16px 0;
  padding: 0px;
}
.page-block-form .form-wrapper article .banner-heading {
  font-size: 48px;
  line-height: 48px;
  color: #FFF;
  margin: 0 0 32px 0;
  padding: 0px;
}
.page-block-form .form-wrapper article p {
  color: #FFF;
  margin: 0 0 26px 0;
}
.page-block-form .form-wrapper article .process-link {
  font-weight: 600;
  line-height: 26px;
}
.page-block-form .form-wrapper article .process-link svg {
  position: relative;
  margin: 0 9px 0 0;
  top: 4px;
}
.page-block-form .form-wrapper article .process-link:hover {
  color: #FFF;
}
.page-block-form .form-wrapper .form-holder {
  width: 57%;
}
.page-block-form .form-wrapper .form-holder .form-box {
  max-width: 608px;
  background: #FFFFFF;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
  border-radius: 10px;
  margin: 0 0 32px 0;
  position: relative;
}
.page-block-form .form-wrapper .form-holder .form-box header {
  padding: 23px 70px 27px 38px;
  border-bottom: 1px solid #F0F0F0;
}
.page-block-form .form-wrapper .form-holder .form-box header h4 {
  font-size: 24px;
  line-height: 30px;
  color: #000;
}
.page-block-form .form-wrapper .form-holder .form-box header small {
  display: block;
  padding: 2px 0 0 0;
  font-size: 14px;
  line-height: 22px;
}
.page-block-form .form-wrapper .form-holder .form-box header .change-link {
  position: absolute;
  top: 30px;
  right: 40px;
  font-weight: 600;
  display: none;
  font-size: 18px;
  line-height: 28px;
}
.page-block-form .form-wrapper .form-holder .form-box .form-group-interested-in {
  padding: 30px 40px;
}
.page-block-form .form-wrapper .form-holder .form-box .form-group-interested-in .checkboxes {
  columns: 2;
}
.page-block-form .form-wrapper .form-holder .form-box form {
  padding: 28px 38px;
}
.page-block-form .form-wrapper .form-holder .form-box .display-error {
  background: #FFF0ED;
  position: relative;
  border-radius: 10px;
  padding: 14px 20px 12px 46px;
  font-size: 14px;
  line-height: 20px;
  color: #666;
  margin: 0 0 22px 0;
}
.page-block-form .form-wrapper .form-holder .form-box .display-error strong {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #000;
}
.page-block-form .form-wrapper .form-holder .form-box .display-error svg {
  position: absolute;
  top: 16px;
  left: 16px;
}
.page-block-form .form-wrapper .form-holder .form-box .display-error.display-error-hide {
  display: none;
}
.page-block-form .form-wrapper .form-holder .form-box .radio-buttons {
  overflow: hidden;
}
.page-block-form .form-wrapper .form-holder .form-box .radio-buttons .radio-button {
  display: block;
  position: relative;
  float: left;
  margin: 0 -2px 0 0;
}
.page-block-form .form-wrapper .form-holder .form-box .radio-buttons .radio-button input {
  position: absolute;
  left: -9999px;
}
.page-block-form .form-wrapper .form-holder .form-box .radio-buttons .radio-button label {
  position: relative;
  cursor: pointer;
  border: 2px solid #F66353;
  padding: 8px 20px 11px 20px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  display: block;
  color: #F66353;
}
.page-block-form .form-wrapper .form-holder .form-box .radio-buttons .radio-button:first-child label {
  border-radius: 4px 0 0 4px;
}
.page-block-form .form-wrapper .form-holder .form-box .radio-buttons .radio-button:last-child label {
  border-radius: 0 4px 4px 0;
}
.page-block-form .form-wrapper .form-holder .form-box .radio-buttons .radio-button input:focus + label {
  background: #FFF0ED;
}
.page-block-form .form-wrapper .form-holder .form-box .radio-buttons .radio-button input:checked + label {
  background: #F66353;
  color: #FFF;
}
.page-block-form .form-wrapper .form-holder .form-box .product-checkboxes {
  margin: 0 0 32px 0;
}
.page-block-form .form-wrapper .form-holder .form-box .product-checkboxes .product-checkbox {
  position: relative;
  margin: 0 0 16px 0;
}
.page-block-form .form-wrapper .form-holder .form-box .product-checkboxes .product-checkbox input {
  position: absolute;
  left: -9999px;
}
.page-block-form .form-wrapper .form-holder .form-box .product-checkboxes .product-checkbox label {
  padding: 7px 60px 17px 80px;
  border: 1px solid #EEF6FD;
  border-radius: 10px;
  cursor: pointer;
  display: block;
  position: relative;
}
.page-block-form .form-wrapper .form-holder .form-box .product-checkboxes .product-checkbox label:before {
  width: 14px;
  height: 14px;
  border: 2px solid #F66353;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin: -9px 0 0 0;
  right: 23px;
  border-radius: 3px;
}
.page-block-form .form-wrapper .form-holder .form-box .product-checkboxes .product-checkbox label:after {
  width: 10px;
  height: 10px;
  border-radius: 1px;
  background: #F66353;
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  margin: -5px 0 0 0;
  right: 27px;
}
.page-block-form .form-wrapper .form-holder .form-box .product-checkboxes .product-checkbox label a {
  text-decoration: underline;
}
.page-block-form .form-wrapper .form-holder .form-box .product-checkboxes .product-checkbox label img {
  position: absolute;
  top: 50%;
  left: 23px;
  display: block;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.page-block-form .form-wrapper .form-holder .form-box .product-checkboxes .product-checkbox label .product-name {
  font-size: 18px;
  line-height: 40px;
  color: #000;
  font-weight: 600;
  display: block;
}
.page-block-form .form-wrapper .form-holder .form-box .product-checkboxes .product-checkbox label .product-description {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  display: block;
}
.page-block-form .form-wrapper .form-holder .form-box .product-checkboxes .product-checkbox input:checked + label:after {
  display: block;
}
.page-block-form .form-wrapper .form-holder .form-box .product-checkboxes .product-checkbox input:checked + label {
  border-color: #F66353;
}
.page-block-form .form-wrapper .form-holder .form-box .checkboxes .checkbox,
.page-block-form .form-wrapper .form-holder .form-box .checkboxes .radio,
.page-block-form .form-wrapper .form-holder .form-box .checkboxes .gchoice,
.page-block-form .form-wrapper .form-holder .form-box .radios .checkbox,
.page-block-form .form-wrapper .form-holder .form-box .radios .radio,
.page-block-form .form-wrapper .form-holder .form-box .radios .gchoice,
.page-block-form .form-wrapper .form-holder .form-box .gfield_checkbox .checkbox,
.page-block-form .form-wrapper .form-holder .form-box .gfield_checkbox .radio,
.page-block-form .form-wrapper .form-holder .form-box .gfield_checkbox .gchoice,
.page-block-form .form-wrapper .form-holder .form-box .gfield_radio .checkbox,
.page-block-form .form-wrapper .form-holder .form-box .gfield_radio .radio,
.page-block-form .form-wrapper .form-holder .form-box .gfield_radio .gchoice {
  position: relative;
}
.page-block-form .form-wrapper .form-holder .form-box .checkboxes .checkbox input,
.page-block-form .form-wrapper .form-holder .form-box .checkboxes .radio input,
.page-block-form .form-wrapper .form-holder .form-box .checkboxes .gchoice input,
.page-block-form .form-wrapper .form-holder .form-box .radios .checkbox input,
.page-block-form .form-wrapper .form-holder .form-box .radios .radio input,
.page-block-form .form-wrapper .form-holder .form-box .radios .gchoice input,
.page-block-form .form-wrapper .form-holder .form-box .gfield_checkbox .checkbox input,
.page-block-form .form-wrapper .form-holder .form-box .gfield_checkbox .radio input,
.page-block-form .form-wrapper .form-holder .form-box .gfield_checkbox .gchoice input,
.page-block-form .form-wrapper .form-holder .form-box .gfield_radio .checkbox input,
.page-block-form .form-wrapper .form-holder .form-box .gfield_radio .radio input,
.page-block-form .form-wrapper .form-holder .form-box .gfield_radio .gchoice input {
  position: absolute;
  left: -9999px;
}
.page-block-form .form-wrapper .form-holder .form-box .checkboxes .checkbox label,
.page-block-form .form-wrapper .form-holder .form-box .checkboxes .radio label,
.page-block-form .form-wrapper .form-holder .form-box .checkboxes .gchoice label,
.page-block-form .form-wrapper .form-holder .form-box .radios .checkbox label,
.page-block-form .form-wrapper .form-holder .form-box .radios .radio label,
.page-block-form .form-wrapper .form-holder .form-box .radios .gchoice label,
.page-block-form .form-wrapper .form-holder .form-box .gfield_checkbox .checkbox label,
.page-block-form .form-wrapper .form-holder .form-box .gfield_checkbox .radio label,
.page-block-form .form-wrapper .form-holder .form-box .gfield_checkbox .gchoice label,
.page-block-form .form-wrapper .form-holder .form-box .gfield_radio .checkbox label,
.page-block-form .form-wrapper .form-holder .form-box .gfield_radio .radio label,
.page-block-form .form-wrapper .form-holder .form-box .gfield_radio .gchoice label {
  padding: 5px 0 5px 25px;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  cursor: pointer;
  display: block;
  position: relative;
  break-inside: avoid;
}
.page-block-form .form-wrapper .form-holder .form-box .checkboxes .checkbox label:before,
.page-block-form .form-wrapper .form-holder .form-box .checkboxes .radio label:before,
.page-block-form .form-wrapper .form-holder .form-box .checkboxes .gchoice label:before,
.page-block-form .form-wrapper .form-holder .form-box .radios .checkbox label:before,
.page-block-form .form-wrapper .form-holder .form-box .radios .radio label:before,
.page-block-form .form-wrapper .form-holder .form-box .radios .gchoice label:before,
.page-block-form .form-wrapper .form-holder .form-box .gfield_checkbox .checkbox label:before,
.page-block-form .form-wrapper .form-holder .form-box .gfield_checkbox .radio label:before,
.page-block-form .form-wrapper .form-holder .form-box .gfield_checkbox .gchoice label:before,
.page-block-form .form-wrapper .form-holder .form-box .gfield_radio .checkbox label:before,
.page-block-form .form-wrapper .form-holder .form-box .gfield_radio .radio label:before,
.page-block-form .form-wrapper .form-holder .form-box .gfield_radio .gchoice label:before {
  width: 14px;
  height: 14px;
  border: 2px solid #F66353;
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0px;
  border-radius: 3px;
}
.page-block-form .form-wrapper .form-holder .form-box .checkboxes .checkbox label:after,
.page-block-form .form-wrapper .form-holder .form-box .checkboxes .radio label:after,
.page-block-form .form-wrapper .form-holder .form-box .checkboxes .gchoice label:after,
.page-block-form .form-wrapper .form-holder .form-box .radios .checkbox label:after,
.page-block-form .form-wrapper .form-holder .form-box .radios .radio label:after,
.page-block-form .form-wrapper .form-holder .form-box .radios .gchoice label:after,
.page-block-form .form-wrapper .form-holder .form-box .gfield_checkbox .checkbox label:after,
.page-block-form .form-wrapper .form-holder .form-box .gfield_checkbox .radio label:after,
.page-block-form .form-wrapper .form-holder .form-box .gfield_checkbox .gchoice label:after,
.page-block-form .form-wrapper .form-holder .form-box .gfield_radio .checkbox label:after,
.page-block-form .form-wrapper .form-holder .form-box .gfield_radio .radio label:after,
.page-block-form .form-wrapper .form-holder .form-box .gfield_radio .gchoice label:after {
  width: 10px;
  height: 10px;
  border-radius: 1px;
  background: #F66353;
  content: "";
  display: none;
  position: absolute;
  top: 12px;
  left: 4px;
}
.page-block-form .form-wrapper .form-holder .form-box .checkboxes .checkbox label a,
.page-block-form .form-wrapper .form-holder .form-box .checkboxes .radio label a,
.page-block-form .form-wrapper .form-holder .form-box .checkboxes .gchoice label a,
.page-block-form .form-wrapper .form-holder .form-box .radios .checkbox label a,
.page-block-form .form-wrapper .form-holder .form-box .radios .radio label a,
.page-block-form .form-wrapper .form-holder .form-box .radios .gchoice label a,
.page-block-form .form-wrapper .form-holder .form-box .gfield_checkbox .checkbox label a,
.page-block-form .form-wrapper .form-holder .form-box .gfield_checkbox .radio label a,
.page-block-form .form-wrapper .form-holder .form-box .gfield_checkbox .gchoice label a,
.page-block-form .form-wrapper .form-holder .form-box .gfield_radio .checkbox label a,
.page-block-form .form-wrapper .form-holder .form-box .gfield_radio .radio label a,
.page-block-form .form-wrapper .form-holder .form-box .gfield_radio .gchoice label a {
  text-decoration: underline;
}
.page-block-form .form-wrapper .form-holder .form-box .checkboxes .checkbox input:checked + label:after,
.page-block-form .form-wrapper .form-holder .form-box .checkboxes .radio input:checked + label:after,
.page-block-form .form-wrapper .form-holder .form-box .checkboxes .gchoice input:checked + label:after,
.page-block-form .form-wrapper .form-holder .form-box .radios .checkbox input:checked + label:after,
.page-block-form .form-wrapper .form-holder .form-box .radios .radio input:checked + label:after,
.page-block-form .form-wrapper .form-holder .form-box .radios .gchoice input:checked + label:after,
.page-block-form .form-wrapper .form-holder .form-box .gfield_checkbox .checkbox input:checked + label:after,
.page-block-form .form-wrapper .form-holder .form-box .gfield_checkbox .radio input:checked + label:after,
.page-block-form .form-wrapper .form-holder .form-box .gfield_checkbox .gchoice input:checked + label:after,
.page-block-form .form-wrapper .form-holder .form-box .gfield_radio .checkbox input:checked + label:after,
.page-block-form .form-wrapper .form-holder .form-box .gfield_radio .radio input:checked + label:after,
.page-block-form .form-wrapper .form-holder .form-box .gfield_radio .gchoice input:checked + label:after {
  display: block;
}
.page-block-form .form-wrapper .form-holder .form-box .radios .radio label:before,
.page-block-form .form-wrapper .form-holder .form-box .radios .gchoice label:before,
.page-block-form .form-wrapper .form-holder .form-box .gfield_radio .radio label:before,
.page-block-form .form-wrapper .form-holder .form-box .gfield_radio .gchoice label:before {
  border-radius: 100%;
}
.page-block-form .form-wrapper .form-holder .form-box .radios .radio label:after,
.page-block-form .form-wrapper .form-holder .form-box .radios .gchoice label:after,
.page-block-form .form-wrapper .form-holder .form-box .gfield_radio .radio label:after,
.page-block-form .form-wrapper .form-holder .form-box .gfield_radio .gchoice label:after {
  border-radius: 100%;
}
.page-block-form .form-wrapper .form-holder .form-box .field-consent .gfield_checkbox .gchoice label {
  font-size: 12px;
  color: #666;
}
.page-block-form .form-wrapper .form-holder .form-box .field-consent .gfield_checkbox .gchoice label a {
  color: #666;
}
.page-block-form .form-wrapper .form-holder .form-box .field-consent .gfield_checkbox .gchoice label a:hover {
  color: #F66353;
}
.page-block-form .form-wrapper .form-holder .form-box footer {
  position: relative;
  border-top: 1px solid #F0F0F0;
  overflow: hidden;
  padding: 20px 40px;
}
.page-block-form .form-wrapper .form-holder .form-box footer .button-holder {
  display: inline-block;
  position: relative;
}
.page-block-form .form-wrapper .form-holder .form-box footer .button-holder .button:after {
  position: absolute;
  top: 0px;
  height: 100%;
  right: 20px;
  background: url(../images/ajax-loader-white.gif) no-repeat center center;
  width: 24px;
  content: "";
  display: block;
  opacity: 0;
  z-index: 100;
  transition: 0.3s ease-in-out;
}
.page-block-form .form-wrapper .form-holder .form-box.submitting footer .button-holder .button {
  padding-right: 56px;
}
.page-block-form .form-wrapper .form-holder .form-box.submitting footer .button-holder .button:after {
  opacity: 1;
}
.page-block-form.page-block-form-success {
  display: none;
  z-index: 10;
  min-height: 100vh;
  margin: 0px;
}
.page-block-form.page-block-form-success:before {
  position: absolute;
}
.page-block-form.page-block-form-success .form-wrapper {
  align-items: center;
}
.page-block-form.page-block-form-success .form-wrapper article {
  padding: 0 64px 0 0;
  width: 50%;
}
.page-block-form.page-block-form-success .form-wrapper article .banner-heading {
  font-size: 52px;
  line-height: 59px;
  margin-right: -50px;
}
.page-block-form.page-block-form-success .form-wrapper article .banner-heading span {
  position: relative;
}
.page-block-form.page-block-form-success .form-wrapper article .banner-heading span:before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 173px;
  height: 8px;
  background: url(../images/thanks-curve.svg) no-repeat;
  content: "";
  display: block;
}
.page-block-form.page-block-form-success .form-wrapper article .buttons {
  padding: 11px 0 0 0;
}
.page-block-form.page-block-form-success .form-wrapper article .buttons a {
  margin: 0 20px 0 0;
}
.page-block-form.page-block-form-success .form-wrapper .form-holder {
  width: 50%;
}
.page-block-form.page-block-form-success .form-wrapper .form-holder img {
  position: relative;
  z-index: 10;
}

@media all and (min-width: 768px) {
  #field_2_6,
#field_2_7,
#field_2_8,
#field_2_9 {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}
@media all and (min-width: 768px) {
  #field_3_6,
#field_3_7,
#field_3_8,
#field_3_9 {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}
@media all and (min-width: 768px) {
  #field_5_6,
#field_5_7,
#field_5_8,
#field_5_9 {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}
#field_3_12,
#field_2_12,
#field_5_12 {
  position: absolute;
}

#gform_wrapper_2 .display-error {
  margin: 32px 40px 0 32px;
}

#gform_wrapper_3 .display-error {
  margin: 32px 40px 0 32px;
}

#gform_wrapper_5 .display-error {
  margin: 32px 40px 0 32px;
}

.page-block-form-find-solution {
  min-height: 100vh;
}

@media all and (min-width: 1024px) {
  .page-block-form .form-holder .circle-a {
    position: absolute;
    top: -62px;
    right: 24px;
    width: 145px;
    height: 145px;
  }
  .page-block-form .circle-b {
    top: 100vh;
    margin-top: -145px;
    left: -41px;
    width: 145px;
    height: 145px;
  }
  .page-block-form .circle-c {
    top: 100vh;
    margin-top: -129px;
    right: -60px;
    width: 203px;
    height: 203px;
  }
  .page-block-form .circle-d {
    top: 1186px;
    left: 170px;
    width: 130px;
    height: 130px;
  }
  .page-block-form .circle-e {
    display: none;
    bottom: -20px;
    right: -32px;
    width: 97px;
    height: 97px;
  }
}
@media all and (max-width: 1023px) {
  .page-block-form .form-holder .circle-a {
    width: 104px;
    height: 104px;
    top: -80px;
    right: -62px;
  }
  .page-block-form .circle-b {
    top: 205px;
    right: 10%;
    width: 34px;
    height: 34px;
  }
  .page-block-form .circle-c {
    width: 24px;
    height: 24px;
    left: -11px;
    top: 434px;
  }
  .page-block-form .circle-d {
    display: none;
  }
  .page-block-form .circle-e {
    display: none;
  }
}
.page-block-form {
  position: relative;
}
.page-block-form .form-wrapper-find-solution .form-holder .form-box .selected-options {
  padding: 23px 40px 34px 40px;
  display: none;
}
.page-block-form .form-wrapper-find-solution .form-holder .form-box .selected-options p {
  font-size: 16px;
  line-height: 26px;
}
.page-block-form .form-wrapper-find-solution .form-holder .form-box .form-group-problems .checkboxes {
  columns: 2;
  margin: 0 0 24px 0;
}
.page-block-form .form-wrapper-find-solution .form-holder .form-box .form-group-other {
  border-top: 1px solid #F0F0F0;
  padding: 12px 0 0 0;
}
.page-block-form .form-wrapper-find-solution .form-holder .form-box .form-group-other input[type=text] {
  margin: 6px 0 12px 0;
  display: none;
}
.page-block-form .form-wrapper-find-solution .form-holder .form-box .form-group-other.other-selected input[type=text] {
  display: block;
}
.page-block-form .form-wrapper-find-solution .form-holder .form-box .field-label {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  display: block;
  color: #000;
  margin: 0 0 16px 0;
}
.page-block-form .form-wrapper-find-solution .form-holder .form-box .form-group small {
  display: block;
  color: #666;
  font-size: 14px;
  line-height: 20px;
  margin: -14px 0 20px 0;
}
.page-block-form .form-wrapper-find-solution .form-holder .form-box .form-submit {
  display: none;
}
.page-block-form .form-wrapper-find-solution .form-holder .find-solution-form-problems form {
  padding: 27px 40px 20px 40px;
}
.page-block-form .form-wrapper-find-solution .form-holder .find-solution-form-suggestions form {
  padding: 29px 40px 40px 40px;
}
.page-block-form .form-wrapper-find-solution .form-holder .find-solution-form-suggestions,
.page-block-form .form-wrapper-find-solution .form-holder .find-solution-form-details {
  position: absolute;
  left: -9999px;
  top: -9999px;
}
.page-block-form .form-wrapper-find-solution .form-holder .find-solution-form-suggestions.active,
.page-block-form .form-wrapper-find-solution .form-holder .find-solution-form-details.active {
  position: relative;
  left: auto;
  top: auto;
}
.page-block-form .form-wrapper-find-solution .form-holder .field-problems-selected,
.page-block-form .form-wrapper-find-solution .form-holder .field-problems-other,
.page-block-form .form-wrapper-find-solution .form-holder .field-solutions-selected,
.page-block-form .form-wrapper-find-solution .form-holder .field-training,
.page-block-form .form-wrapper-find-solution .form-holder .field-interested-in,
.page-block-form .form-wrapper-find-solution .form-holder .gform_footer {
  position: absolute;
  left: -9999px;
  top: -9999px;
}

.page-block-form-contact {
  min-height: 100vh;
}
.page-block-form-contact .form-wrapper-contact .contact-social {
  display: none;
  padding: 56px 0 0 0;
}
.page-block-form-contact .form-wrapper-contact .contact-social h5 {
  font-size: 20px;
  line-height: 32px;
  color: #FFF;
  padding: 0px;
  margin: 0 0 12px 0;
}
.page-block-form-contact .form-wrapper-contact .contact-social a {
  display: inline-block;
  vertical-align: top;
  height: 24px;
  margin: 0 20px 0 0;
}
.page-block-form-contact .form-wrapper-contact .contact-social a:hover {
  color: #FFF;
}
.page-block-form-contact .form-wrapper-contact article {
  width: 51%;
  padding-right: 138px;
}
.page-block-form-contact .form-wrapper-contact article .banner-heading {
  margin: 0 0 32px 0;
  font-size: 52px;
  line-height: 59px;
}
.page-block-form-contact .form-wrapper-contact article .contact-detail {
  position: relative;
  display: block;
  padding: 0 0 0 34px;
  color: #FFF;
  line-height: 32px;
  margin: 0 0 12px 0;
  font-size: 20px;
}
.page-block-form-contact .form-wrapper-contact article .contact-detail span {
  display: block;
}
.page-block-form-contact .form-wrapper-contact article .contact-detail svg {
  position: absolute;
  top: 8px;
  left: 0px;
}
.page-block-form-contact .form-wrapper-contact article .contact-detail a {
  font-size: 14px;
}
.page-block-form-contact .form-wrapper-contact article .contact-detail a:hover {
  color: #FFF;
}
.page-block-form-contact .form-wrapper-contact article a.contact-detail:hover {
  color: #F66353;
}
.page-block-form-contact .form-wrapper-contact article .contact-social {
  display: block;
}
.page-block-form-contact .form-wrapper-contact .form-holder {
  width: 49%;
  position: relative;
}
.page-block-form-contact .form-wrapper-contact .form-holder .gform_wrapper.gravity-theme {
  overflow: hidden;
}
.page-block-form-contact .form-wrapper-contact .form-holder .gform_wrapper.gravity-theme .gform_footer {
  position: absolute;
  left: -9999px;
  top: -9999px;
}
.page-block-form-contact .form-wrapper-contact .form-holder .circle-a {
  right: -54px;
}
.page-block-form-contact .form-wrapper-contact .form-holder .circle-f {
  left: -70px;
  bottom: -70px;
  width: 146px;
  height: 146px;
}
.page-block-form-contact .form-wrapper-contact .form-holder .contact-form-success {
  text-align: center;
  display: none;
  padding: 124px 74px 110px 74px;
}
.page-block-form-contact .form-wrapper-contact .form-holder .contact-form-success img {
  margin: 0 auto 21px auto;
}
.page-block-form-contact .form-wrapper-contact .form-holder .contact-form-success h6 {
  font-size: 20px;
  color: #27E3C9;
  line-height: 32px;
  margin: 0 0 7px 0;
}
.page-block-form-contact .form-wrapper-contact .form-holder .contact-form-success p {
  font-size: 32px;
  line-height: 32px;
  color: #000;
  font-weight: 600;
  margin: 0 0 38px 0;
}
.page-block-form-contact .form-wrapper-contact .form-holder .contact-form-success .buttons a {
  display: inline-block;
  margin: 0 8px;
}
.page-block-form-contact .circle-b,
.page-block-form-contact .circle-c {
  display: none;
}
.page-block-form-contact .circle-e {
  display: block;
}

.modal-process-step {
  padding: 0 0 22px 54px;
  position: relative;
}
.modal-process-step img {
  position: absolute;
  top: 13px;
  left: 0px;
}
.modal-process-step h4 {
  font-size: 20px;
  padding: 0px;
  line-height: 32px;
  margin: 0 0 1px 0;
}
.modal-process-step p {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 22px 0;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-form .form-wrapper article {
    width: 50%;
    padding: 16px 32px 0 0;
  }
  .page-block-form .form-wrapper .form-holder {
    width: 50%;
  }
  .page-block-form .form-wrapper .form-holder .form-box {
    max-width: none;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-form.page-block-form-success .form-wrapper {
    display: block;
  }
  .page-block-form.page-block-form-success .form-wrapper article {
    width: auto;
    padding: 0 0 32px 0;
  }
  .page-block-form.page-block-form-success .form-wrapper article .banner-heading {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 18px 0;
  }
  .page-block-form.page-block-form-success .form-wrapper article .banner-heading span:before {
    display: none;
  }
  .page-block-form.page-block-form-success .form-wrapper article .buttons {
    padding: 15px 0 0 0;
  }
  .page-block-form.page-block-form-success .form-wrapper article .buttons .button {
    margin: 0 12px 0 0;
  }
  .page-block-form.page-block-form-success .form-wrapper .form-holder {
    width: auto;
    padding: 46px 0 50px 0;
    position: relative;
  }
  .page-block-form.page-block-form-success .form-wrapper .form-holder .circle-a {
    width: 311px;
    height: 311px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
  }
  .page-block-form.page-block-form-success .form-wrapper .form-holder .circle-f {
    width: 67px;
    height: 67px;
    top: 0px;
    right: 32px;
  }
  .page-block-form.page-block-form-success .form-wrapper .form-holder .circle-g {
    width: 40px;
    height: 40px;
    bottom: 0px;
    left: 26px;
  }

  .page-block-form {
    padding: 108px 0 64px 0;
  }
  .page-block-form .form-wrapper {
    display: block;
  }
  .page-block-form .form-wrapper article {
    width: auto;
    padding: 0 0 40px 0;
  }
  .page-block-form .form-wrapper article .banner-sub-heading {
    font-size: 20px;
    margin: 0 0 12px 0;
  }
  .page-block-form .form-wrapper article .banner-heading {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 18px 0;
  }
  .page-block-form .form-wrapper article p {
    margin: 0 0 20px 0;
  }
  .page-block-form .form-wrapper .form-holder {
    width: auto;
  }
  .page-block-form .form-wrapper .form-holder .form-box {
    margin: 0 0 20px 0;
  }
  .page-block-form .form-wrapper .form-holder .form-box header {
    padding: 12px 24px 17px 24px;
  }
  .page-block-form .form-wrapper .form-holder .form-box header h4 {
    font-size: 20px;
    line-height: 32px;
  }
  .page-block-form .form-wrapper .form-holder .form-box header .change-link {
    font-size: 16px;
    line-height: 28px;
    top: 16px;
    right: 24px;
  }
  .page-block-form .form-wrapper .form-holder .form-box .selected-options {
    padding: 23px 24px 27px 24px;
  }
  .page-block-form .form-wrapper .form-holder .form-box form {
    padding: 24px;
  }
  .page-block-form .form-wrapper .form-holder .form-box footer {
    padding: 16px 24px;
  }
  .page-block-form .form-wrapper .form-holder .form-box footer .button-holder {
    padding-right: 0px;
    display: block;
  }
  .page-block-form .form-wrapper .form-holder .form-box footer .button-holder .button {
    display: block;
    width: 100%;
  }
  .page-block-form .form-wrapper-find-solution .form-holder .find-solution-form-problems form {
    padding: 24px;
  }

  .page-block-form .form-wrapper-find-solution .form-holder .find-solution-form-suggestions form {
    padding: 12px 24px 24px 24px;
  }

  .page-block-form .form-wrapper .form-holder .form-box .form-group-interested-in {
    padding: 19px 24px;
  }

  .page-block-form .form-wrapper .form-holder .form-box .form-group-interested-in .checkboxes {
    columns: 1;
  }

  .page-block-form .form-wrapper .form-holder .form-box header small {
    line-height: 20px;
  }
  .page-block-form .form-wrapper .form-holder .form-box header small a {
    display: block;
  }

  .page-block-form .form-wrapper-find-solution .form-holder .form-box .form-group small {
    margin: -3px 0 17px 0;
  }

  .page-block-form .form-wrapper .form-holder .form-box .radio-buttons .radio-button label {
    line-height: 25px;
    font-size: 16px;
  }

  .page-block-form .form-wrapper-find-solution .form-holder .form-box .product-checkboxes {
    margin: 0 0 20px 0;
  }
  .page-block-form .form-wrapper-find-solution .form-holder .form-box .product-checkboxes .product-checkbox label {
    padding: 19px 20px 18px 20px;
  }
  .page-block-form .form-wrapper-find-solution .form-holder .form-box .product-checkboxes .product-checkbox label:before {
    top: 27px;
    right: 22px;
    margin: 0px;
  }
  .page-block-form .form-wrapper-find-solution .form-holder .form-box .product-checkboxes .product-checkbox label:after {
    top: 31px;
    right: 26px;
    margin: 0px;
  }
  .page-block-form .form-wrapper-find-solution .form-holder .form-box .product-checkboxes .product-checkbox label img {
    top: 19px;
    left: 19px;
    width: 32px;
    height: 32px;
    transform: none;
    -ms-transform: none;
  }
  .page-block-form .form-wrapper-find-solution .form-holder .form-box .product-checkboxes .product-checkbox label .product-name {
    padding: 0 0 0 44px;
    font-size: 18px;
    line-height: 32px;
    margin: 0 0 13px 0;
  }
  .page-block-form .form-wrapper-find-solution .form-holder .form-box .field-label {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 12px 0;
  }

  #gform_wrapper_2 .display-error {
    margin: 24px 24px 0 24px;
  }

  #gform_wrapper_3 .display-error {
    margin: 24px 24px 0 24px;
  }

  #gform_wrapper_5 .display-error {
    margin: 24px 24px 0 24px;
  }

  .page-block-form-contact .form-wrapper-contact .contact-social {
    display: block;
  }
  .page-block-form-contact .form-wrapper-contact article {
    padding: 0 0 20px 0;
  }
  .page-block-form-contact .form-wrapper-contact article .contact-detail {
    font-size: 18px;
    margin: 0 0 8px 0;
  }
  .page-block-form-contact .form-wrapper-contact article .contact-social {
    display: none;
  }
  .page-block-form-contact .form-wrapper-contact .contact-social {
    text-align: right;
    position: relative;
    padding: 4px 0 0 0;
  }
  .page-block-form-contact .form-wrapper-contact .contact-social a {
    margin: 0 0 0 20px;
  }
  .page-block-form-contact .form-wrapper-contact .contact-social h5 {
    position: absolute;
    top: 4px;
    left: 0px;
    margin: 0px;
  }
  .page-block-form-contact .form-wrapper-contact .form-holder .contact-form-success {
    text-align: left;
    padding: 32px 24px 50px 24px;
  }
  .page-block-form-contact .form-wrapper-contact .form-holder .contact-form-success img {
    margin: 0 0 13px 0;
  }
  .page-block-form-contact .form-wrapper-contact .form-holder .contact-form-success p {
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 35px 0;
  }
  .page-block-form-contact .form-wrapper-contact .form-holder .contact-form-success .buttons {
    margin: 0px;
  }
  .page-block-form-contact .form-wrapper-contact .form-holder .contact-form-success .buttons .button {
    margin: 0 12px 0 0;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  body .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 0;
  }

  .page-block-form .form-wrapper-find-solution .form-holder .form-box .form-group-problems .checkboxes {
    columns: 1;
  }
}
#four-oh-four {
  background: url(../images/404-back.jpg) no-repeat;
  background-size: cover;
  position: relative;
}
#four-oh-four:before, #four-oh-four:after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
}
#four-oh-four:before {
  opacity: 0.88;
  background-image: linear-gradient(225deg, #1977BD 0%, #093785 100%);
  z-index: 1;
}
#four-oh-four:after {
  opacity: 0.09;
  background: url(../images/noise.png);
  z-index: 2;
  display: none;
}
#four-oh-four .container {
  position: relative;
  z-index: 10;
  height: 100vh;
}
#four-oh-four .container article {
  position: relative;
  top: 50%;
  padding: 168px 0 84px 0;
  max-width: 608px;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#four-oh-four .container article h1 {
  font-size: 24px;
  line-height: 32px;
  color: #FFF;
  margin: 0 0 13px 0;
}
#four-oh-four .container article h2 {
  padding: 0px;
  font-size: 52px;
  line-height: 59px;
  color: #FFF;
  margin: 0 0 23px 0;
}
#four-oh-four .container article p {
  color: #FFF;
  line-height: 32px;
  margin: 0 0 38px 0;
}
#four-oh-four .container article .buttons a {
  margin: 0 20px 0 0;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  #four-oh-four .container {
    height: auto;
    min-height: calc(100vh - 81px);
  }

  #four-oh-four .container article {
    padding: 120px 0 64px 0;
    top: auto;
    transform: none;
    -ms-transform: none;
  }
  #four-oh-four .container article h2 {
    font-size: 40px;
    line-height: 50px;
  }
  #four-oh-four .container article p {
    line-height: 26px;
  }
}
#home-top {
  background: none no-repeat center center;
  background-image: linear-gradient(225deg, #1977BD 0%, #093785 100%);
  background-size: fixed;
  padding: 115px 0 0 0;
  position: relative;
  overflow: hidden;
}
#home-top:before {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/noise.png);
  background-size: fixed;
  opacity: 0.09;
  content: "";
  display: block;
  display: none;
}

.circle {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  opacity: 0.19;
  background-image: linear-gradient(225deg, #63DBFF 0%, #2E6FDF 100%);
  z-index: 0;
  position: absolute;
}

.page-block-home-banner-a {
  padding: 0 0 128px 0;
}
.page-block-home-banner-a .container .image-and-content {
  display: flex;
  align-items: center;
}
.page-block-home-banner-a .container .image-and-content article {
  width: 50%;
  padding: 0 16px 0 0;
}
.page-block-home-banner-a .container .image-and-content article h1,
.page-block-home-banner-a .container .image-and-content article h2,
.page-block-home-banner-a .container .image-and-content article h3,
.page-block-home-banner-a .container .image-and-content article h4,
.page-block-home-banner-a .container .image-and-content article h5,
.page-block-home-banner-a .container .image-and-content article p {
  color: #FFF;
}
.page-block-home-banner-a .container .image-and-content article h1,
.page-block-home-banner-a .container .image-and-content article h2 {
  font-size: 52px;
  line-height: 59px;
  margin: 0 0 34px 0;
  position: relative;
}
.page-block-home-banner-a .container .image-and-content article h1 span,
.page-block-home-banner-a .container .image-and-content article h2 span {
  position: relative;
  display: inline-block;
}
.page-block-home-banner-a .container .image-and-content article h1 span:before,
.page-block-home-banner-a .container .image-and-content article h2 span:before {
  position: absolute;
  bottom: -14px;
  left: 5px;
  width: 308px;
  height: 10px;
  background: url(../images/home-banner-a-heading-curve.svg) no-repeat;
  content: "";
  display: block;
}
.page-block-home-banner-a .container .image-and-content article p {
  font-size: 18px;
  line-height: 32px;
  margin: 0 0 40px 0;
}
.page-block-home-banner-a .container .image-and-content article .buttons {
  margin: 0 -32px 0 0;
}
.page-block-home-banner-a .container .image-and-content article .buttons .button {
  margin: 0 16px 0 0;
  box-shadow: 0 3px 6px 0 rgba(112, 120, 135, 0.17);
}
.page-block-home-banner-a .container .image-and-content article .buttons .button.white-bordered {
  box-shadow: none;
}
.page-block-home-banner-a .container .image-and-content article .buttons .button svg {
  margin: 0 5px 0 0;
  position: relative;
  top: 1px;
}
.page-block-home-banner-a .container .image-and-content .image-holder {
  width: 50%;
  position: relative;
  padding: 65px 0 40px 16px;
}
.page-block-home-banner-a .container .image-and-content .image-holder .circle-a {
  width: 608px;
  height: 608px;
  left: 0px;
  top: 0px;
}
.page-block-home-banner-a .container .image-and-content .image-holder .circle-b {
  width: 181px;
  height: 181px;
  right: -9px;
  top: 50px;
}
.page-block-home-banner-a .container .image-and-content .image-holder .circle-c {
  width: 111px;
  height: 111px;
  left: 48px;
  bottom: 66px;
}
.page-block-home-banner-a .container .image-and-content .image-holder img {
  width: 100%;
  height: auto;
  display: block;
  z-index: 1;
  position: relative;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-home-banner-a .container .image-and-content {
    display: block;
  }
  .page-block-home-banner-a .container .image-and-content article {
    float: left;
    padding: 0 0 66px 0;
  }
  .page-block-home-banner-a .container .image-and-content article h1,
.page-block-home-banner-a .container .image-and-content article h2 {
    font-size: 40px;
    line-height: 41px;
    margin: 0 0 29px 0;
  }
  .page-block-home-banner-a .container .image-and-content article h1 span:before,
.page-block-home-banner-a .container .image-and-content article h2 span:before {
    width: 246px;
    background-size: 100% auto;
  }
  .page-block-home-banner-a .container .image-and-content article p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 29px 0;
  }
  .page-block-home-banner-a .container .image-and-content .image-holder {
    padding: 0px;
    float: right;
    width: 335px;
  }
  .page-block-home-banner-a .container .image-and-content .image-holder .circle-a {
    width: 311px;
    height: 311px;
    top: 0px;
    left: 9px;
  }
  .page-block-home-banner-a .container .image-and-content .image-holder .circle-b {
    width: 92px;
    height: 92px;
    top: 48px;
    right: 0px;
  }
  .page-block-home-banner-a .container .image-and-content .image-holder .circle-c {
    width: 72px;
    height: 72px;
    bottom: 24px;
    left: 20px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-home-banner-a .container .image-and-content {
    display: block;
  }
  .page-block-home-banner-a .container .image-and-content article {
    width: auto;
    float: none;
  }
  .page-block-home-banner-a .container .image-and-content article .buttons .button {
    margin-right: 12px;
  }
  .page-block-home-banner-a .container .image-and-content .image-holder {
    padding: 0px;
    float: none;
    width: 335px;
  }
}
.page-block-home-banner-b {
  padding: 0 0 96px 0;
}
.page-block-home-banner-b .container .circle-d {
  width: 66px;
  height: 66px;
  top: 42px;
  right: 3px;
}
.page-block-home-banner-b .container .image-and-content {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.page-block-home-banner-b .container .image-and-content article {
  width: 50%;
  padding: 0 0 0 96px;
}
.page-block-home-banner-b .container .image-and-content article h1,
.page-block-home-banner-b .container .image-and-content article h2,
.page-block-home-banner-b .container .image-and-content article h3,
.page-block-home-banner-b .container .image-and-content article h4,
.page-block-home-banner-b .container .image-and-content article h5,
.page-block-home-banner-b .container .image-and-content article p {
  color: #FFF;
}
.page-block-home-banner-b .container .image-and-content article h1,
.page-block-home-banner-b .container .image-and-content article h2 {
  font-size: 48px;
  line-height: 48px;
  margin: 0 0 38px 0;
  position: relative;
}
.page-block-home-banner-b .container .image-and-content article h1 span,
.page-block-home-banner-b .container .image-and-content article h2 span {
  position: relative;
  display: inline-block;
}
.page-block-home-banner-b .container .image-and-content article h1 span:before,
.page-block-home-banner-b .container .image-and-content article h2 span:before {
  position: absolute;
  bottom: -18px;
  left: 2px;
  width: 411px;
  height: 10px;
  background: url(../images/home-banner-b-heading-curve.svg) no-repeat;
  content: "";
  display: block;
}
.page-block-home-banner-b .container .image-and-content article p {
  font-size: 18px;
  line-height: 32px;
  margin: 0px;
}
.page-block-home-banner-b .container .image-and-content .image-holder {
  width: 50%;
  position: relative;
  padding: 82px 16px 78px 0;
}
.page-block-home-banner-b .container .image-and-content .image-holder .circle-a {
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  left: 0px;
  top: 0px;
}
.page-block-home-banner-b .container .image-and-content .image-holder .circle-b {
  width: 172px;
  height: 172px;
  top: 36px;
  left: -50px;
}
.page-block-home-banner-b .container .image-and-content .image-holder .circle-c {
  width: 82px;
  height: 82px;
  right: 90px;
  bottom: 14px;
}
.page-block-home-banner-b .container .image-and-content .image-holder .video-holder {
  position: relative;
}
.page-block-home-banner-b .container .image-and-content .image-holder .video-holder .button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 10;
}
.page-block-home-banner-b .container .image-and-content .image-holder video {
  width: 100%;
  height: auto;
  display: block;
  z-index: 1;
  position: relative;
  border-radius: 10px;
  background: #FFF;
}
.page-block-home-banner-b .container .image-and-content .image-holder img {
  width: 100%;
  height: auto;
  display: block;
  z-index: 1;
  position: relative;
  border-radius: 10px;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-home-banner-b .container .image-and-content {
    display: block;
  }
  .page-block-home-banner-b .container .image-and-content article {
    float: right;
    padding: 0 0 16px 0;
  }
  .page-block-home-banner-b .container .image-and-content article h1,
.page-block-home-banner-b .container .image-and-content article h2 {
    font-size: 36px;
    line-height: 40px;
    margin: 0 0 29px 0;
  }
  .page-block-home-banner-b .container .image-and-content article h1 span:before,
.page-block-home-banner-b .container .image-and-content article h2 span:before {
    width: 100%;
    background-size: 100% auto;
  }
  .page-block-home-banner-b .container .image-and-content article p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 0 0;
  }
  .page-block-home-banner-b .container .image-and-content .image-holder {
    padding: 0px;
    float: left;
    width: 335px;
    padding: 23px 0 20px 0;
  }
  .page-block-home-banner-b .container .image-and-content .image-holder .circle-a {
    width: 276px;
    height: 276px;
    top: 0px;
    left: 25px;
  }
  .page-block-home-banner-b .container .image-and-content .image-holder .circle-b {
    width: 62px;
    height: 62px;
    top: 6px;
    left: -20px;
  }
  .page-block-home-banner-b .container .image-and-content .image-holder .circle-c {
    width: 78px;
    height: 78px;
    bottom: 0px;
    right: 44px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-home-banner-b .container .image-and-content {
    display: block;
  }
  .page-block-home-banner-b .container .image-and-content article {
    width: auto;
    float: none;
  }
  .page-block-home-banner-b .container .image-and-content .image-holder {
    padding: 0px;
    float: none;
  }
}
.page-block-solutions {
  padding: 0 0 128px 0;
}
.page-block-solutions header {
  position: relative;
  padding: 0 0 84px 0;
}
.page-block-solutions header .circle-a {
  width: 137px;
  height: 137px;
  right: -69px;
  top: 68px;
}
.page-block-solutions header .container {
  padding: 0 288px;
  text-align: center;
}
.page-block-solutions header .container h4 {
  font-size: 24px;
  line-height: 40px;
  color: #FFF;
  margin: 0 0 12px 0;
}
.page-block-solutions header .container h2 {
  font-size: 48px;
  line-height: 48px;
  margin: 0 0 40px 0;
  color: #FFF;
}
.page-block-solutions header .container p {
  font-size: 18px;
  line-height: 28px;
  color: #FFF;
}
.page-block-solutions .solutions-tabs {
  padding: 0 0 78px 0;
}
.page-block-solutions .solutions-tabs ul {
  position: relative;
}
.page-block-solutions .solutions-tabs ul li {
  width: 20%;
  float: left;
  position: relative;
  z-index: 2;
}
.page-block-solutions .solutions-tabs ul li a {
  display: block;
  padding: 0 0 30px 0;
  text-align: center;
}
.page-block-solutions .solutions-tabs ul li a .tab-icon {
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background: #FFF;
  margin: 0 auto 13px auto;
  position: relative;
}
.page-block-solutions .solutions-tabs ul li a .tab-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 32px;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
}
.page-block-solutions .solutions-tabs ul li a span {
  font-size: 24px;
  line-height: 32px;
  color: #FFF;
  font-weight: 600;
  display: block;
}
.page-block-solutions .solutions-tabs ul li.active a span {
  color: #F66353;
}
.page-block-solutions .solutions-tabs ul li a:hover span,
.page-block-solutions .solutions-tabs ul li a:focus span {
  color: #F66353;
}
.page-block-solutions .solutions-tabs ul:before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 3px;
  background-image: linear-gradient(225deg, #E7F8FF 0%, #B8D0F8 100%);
  content: "";
  display: block;
}
.page-block-solutions .solutions-tabs ul .current-line {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: calc(20% + 2px);
  height: 3px;
  background: #F66353;
  transition: 0.3s ease-in-out;
  display: block;
  z-index: 1;
}
.page-block-solutions .solutions-tabpanes section {
  float: left;
  position: relative;
}
.page-block-solutions .solutions-tabpanes .image-and-content {
  display: flex;
  align-items: center;
}
.page-block-solutions .solutions-tabpanes .image-and-content article {
  width: 50%;
  padding: 0 170px 0 0;
}
.page-block-solutions .solutions-tabpanes .image-and-content article h1,
.page-block-solutions .solutions-tabpanes .image-and-content article h2,
.page-block-solutions .solutions-tabpanes .image-and-content article h3,
.page-block-solutions .solutions-tabpanes .image-and-content article h4,
.page-block-solutions .solutions-tabpanes .image-and-content article h5,
.page-block-solutions .solutions-tabpanes .image-and-content article p {
  color: #FFF;
}
.page-block-solutions .solutions-tabpanes .image-and-content article h1,
.page-block-solutions .solutions-tabpanes .image-and-content article h2,
.page-block-solutions .solutions-tabpanes .image-and-content article h3 {
  font-size: 40px;
  line-height: 40px;
  margin: 0 0 19px 0;
}
.page-block-solutions .solutions-tabpanes .image-and-content article p {
  font-size: 18px;
  line-height: 32px;
  margin: 0 0 23px 0;
}
.page-block-solutions .solutions-tabpanes .image-and-content article h4,
.page-block-solutions .solutions-tabpanes .image-and-content article h5 {
  font-size: 18px;
  line-height: 28px;
  color: #FFF;
  margin: 0 0 13px 0;
  padding: 0px;
}
.page-block-solutions .solutions-tabpanes .image-and-content article ul li {
  color: #FFF;
  font-size: 14px;
  line-height: 28px;
  margin: 0 0 7px 0;
  background-position: left 2px;
}
.page-block-solutions .solutions-tabpanes .image-and-content article .buttons {
  padding: 49px 0 0 0;
}
.page-block-solutions .solutions-tabpanes .image-and-content article .buttons .button {
  vertical-align: top;
  margin: 0 32px 0 0;
  box-shadow: 0 3px 6px 0 rgba(112, 120, 135, 0.17);
}
.page-block-solutions .solutions-tabpanes .image-and-content article .buttons .button.white-bordered {
  box-shadow: none;
}
.page-block-solutions .solutions-tabpanes .image-and-content article .buttons .button svg {
  margin: 0 5px 0 0;
  position: relative;
  top: 1px;
}
.page-block-solutions .solutions-tabpanes .image-and-content article .buttons .arrow-link {
  top: 10px;
  color: #FFF;
  vertical-align: top;
}
.page-block-solutions .solutions-tabpanes .image-and-content .image-holder {
  width: 50%;
  position: relative;
  padding: 75px 61px 62px 47px;
}
.page-block-solutions .solutions-tabpanes .image-and-content .image-holder .circle-a {
  width: 608px;
  height: 608px;
  left: 0px;
  top: 0px;
}
.page-block-solutions .solutions-tabpanes .image-and-content .image-holder .circle-b {
  width: 140px;
  height: 140px;
  left: 21px;
  top: 34px;
}
.page-block-solutions .solutions-tabpanes .image-and-content .image-holder .circle-c {
  width: 113px;
  height: 113px;
  right: -34px;
  bottom: 121px;
}
.page-block-solutions .solutions-tabpanes .image-and-content .image-holder img {
  width: 100%;
  height: auto;
  display: block;
  z-index: 1;
  position: relative;
}

@media all and (max-width: 1320px) and (min-width: 0px) {
  .page-block-solutions header .container {
    padding: 0 100px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-solutions header {
    padding: 0 0 42px 0;
  }
  .page-block-solutions header .container {
    padding: 0px;
  }
  .page-block-solutions header .container h4 {
    font-size: 20px;
    line-height: 40px;
    margin: 0 0 8px 0;
  }
  .page-block-solutions header .container h2 {
    font-size: 36px;
    line-height: 40px;
    margin: 0 0 20px 0;
  }
  .page-block-solutions header .container p {
    font-size: 16px;
    line-height: 26px;
  }
  .page-block-solutions .solutions-tabs {
    padding: 0 0 26px 0;
  }
  .page-block-solutions .solutions-tabs ul li a {
    padding: 0 0 12px 0;
  }
  .page-block-solutions .solutions-tabs ul li a span {
    font-size: 16px;
    line-height: 26px;
  }
  .page-block-solutions .solutions-tabs ul li a .tab-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 7px;
  }
  .page-block-solutions .solutions-tabpanes .image-and-content article {
    width: calc(100% - 335px);
    padding: 0 32px 0 0;
  }
  .page-block-solutions .solutions-tabpanes .image-and-content article h1,
.page-block-solutions .solutions-tabpanes .image-and-content article h2,
.page-block-solutions .solutions-tabpanes .image-and-content article h3 {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 10px 0;
  }
  .page-block-solutions .solutions-tabpanes .image-and-content article p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 16px 0;
  }
  .page-block-solutions .solutions-tabpanes .image-and-content article h4,
.page-block-solutions .solutions-tabpanes .image-and-content article h5 {
    font-size: 16px;
    line-height: 28px;
    color: #FFF;
    margin: 0 0 13px 0;
    padding: 0px;
  }
  .page-block-solutions .solutions-tabpanes .image-and-content article ul li {
    color: #FFF;
    font-size: 14px;
    line-height: 28px;
  }
  .page-block-solutions .solutions-tabpanes .image-and-content article .buttons {
    padding: 20px 0 0 0;
  }
  .page-block-solutions .solutions-tabpanes .image-and-content article .buttons .button {
    margin: 0 24px 0 0;
  }
  .page-block-solutions .solutions-tabpanes .image-and-content .image-holder {
    padding: 0px;
    float: right;
    width: 335px;
  }
  .page-block-solutions .solutions-tabpanes .image-and-content .image-holder .circle-a {
    width: 311px;
    height: 311px;
    top: 0px;
    left: 9px;
  }
  .page-block-solutions .solutions-tabpanes .image-and-content .image-holder .circle-b {
    width: 92px;
    height: 92px;
    top: 48px;
    right: 0px;
    left: auto;
  }
  .page-block-solutions .solutions-tabpanes .image-and-content .image-holder .circle-c {
    width: 72px;
    height: 72px;
    bottom: 0px;
    left: 0px;
    right: auto;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-solutions .solutions-tabpanes {
    padding-top: 32px;
  }
  .page-block-solutions .solutions-tabpanes .image-and-content {
    display: block;
  }
  .page-block-solutions .solutions-tabpanes .image-and-content article {
    width: auto;
    padding: 0 0 44px 0;
    float: none;
  }
  .page-block-solutions .solutions-tabpanes .image-and-content .image-holder {
    float: none;
    width: 335px;
  }
}
@media all and (max-width: 640px) and (min-width: 0px) {
  .page-block-solutions .solutions-tabs {
    margin: 0 -20px;
    overflow-y: hidden;
    overflow-x: auto;
    padding: 0 0 26px 0;
    height: 113px;
  }
  .page-block-solutions .solutions-tabs ul {
    width: 630px;
    margin: 0 0 0 20px;
    float: left;
  }
  .page-block-solutions .solutions-tabs ul li {
    background-size: 20px auto;
    background-position: left 4px;
  }
  .page-block-solutions .solutions-tabs ul li a {
    padding: 0 0 12px 0;
  }
  .page-block-solutions .solutions-tabs ul li a span {
    font-size: 16px;
    line-height: 26px;
  }
  .page-block-solutions .solutions-tabs ul li a .tab-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 7px;
  }
  .page-block-solutions .solutions-tabs ul li a .tab-icon img {
    width: 24px;
    height: 24px;
  }
}
.blog-meta {
  position: relative;
  margin-top: -32px;
  padding-top: 32px;
  padding: 32px 0 55px 0;
  z-index: 10;
}
.blog-meta:before {
  clip-path: path("M-2.27373675e-13,32 C586,10.6666667 979.229167,0 1179.6875,0 C1380.14583,0 1773.58333,10.6666667 2360,32 L2360,2820.05848 L-2.27373675e-13,2820.05848 L-2.27373675e-13,32 Z");
  -webkit-clip-path: path("M-2.27373675e-13,32 C586,10.6666667 979.229167,0 1179.6875,0 C1380.14583,0 1773.58333,10.6666667 2360,32 L2360,2820.05848 L-2.27373675e-13,2820.05848 L-2.27373675e-13,32 Z");
  width: 2360px;
  height: 100%;
  position: absolute;
  content: "";
  display: block;
  background: #EEF6FD;
  left: 50%;
  top: 0px;
  margin: 0 0 0 -1180px;
}
.blog-meta:after {
  clip-path: path("M-2.27373675e-13,32 C586,10.6666667 979.229167,0 1179.6875,0 C1380.14583,0 1773.58333,10.6666667 2360,32 L2360,2820.05848 L-2.27373675e-13,2820.05848 L-2.27373675e-13,32 Z");
  -webkit-clip-path: path("M-2.27373675e-13,32 C586,10.6666667 979.229167,0 1179.6875,0 C1380.14583,0 1773.58333,10.6666667 2360,32 L2360,2820.05848 L-2.27373675e-13,2820.05848 L-2.27373675e-13,32 Z");
  width: 2360px;
  height: 100%;
  position: absolute;
  content: "";
  display: block;
  background: #FFF;
  left: 50%;
  top: 3px;
  margin: 0 0 0 -1180px;
}
.blog-meta .container {
  z-index: 11;
}
.blog-meta .blog-author {
  float: left;
  line-height: 24px;
  font-size: 16px;
}
.blog-meta .blog-date {
  position: absolute;
  left: 50%;
  width: 200px;
  text-align: center;
  margin: 0 0 0 -100px;
  line-height: 24px;
  font-size: 16px;
}
.blog-meta .share-links {
  float: right;
  line-height: 24px;
  font-size: 16px;
}
.blog-meta .share-links span {
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  vertical-align: top;
}
.blog-meta .share-links a {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 20px;
}

.load-more {
  text-align: center;
  padding: 32px 0 0 0;
}

.blog-cards {
  margin: 0 -16px;
}
.blog-cards section {
  float: left;
  width: 33.33%;
  padding: 0 16px 32px 16px;
}

.blog-card {
  display: block;
  overflow: hidden;
  height: 0;
  padding-top: 111%;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.blog-card .blog-card-image-holder {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.blog-card .blog-card-image-holder:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.88;
  content: "";
  display: block;
  background-image: linear-gradient(225deg, #1977BD 0%, #093785 100%);
  z-index: 1;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.blog-card .blog-card-image-holder:after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.04;
  content: "";
  display: block;
  background: url(../images/noise.png);
  z-index: 2;
  opacity: 0;
  transition: 0.3s ease-in-out;
  display: none;
}
.blog-card .blog-card-image-holder .blog-card-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: none no-repeat center center;
  background-size: cover;
  z-index: 0;
}
.blog-card .blog-card-image-holder .blog-card-image:before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 85%;
  content: "";
  display: block;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.5) 100%);
}
.blog-card .blog-card-content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 30px 40px;
  display: block;
  transition: 0.3s ease-in-out;
  z-index: 3;
}
.blog-card .blog-card-content .blog-card-category {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin: 0 0 9px 0;
  color: #FFF;
}
.blog-card .blog-card-content h4 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  color: #FFF;
}
.blog-card .blog-card-content .blog-card-date {
  display: block;
  font-size: 16px;
  line-height: 32px;
  padding: 19px 0 0 0;
  color: #FFF;
}
.blog-card .read-link {
  transition: 0.3s ease-in-out;
  font-size: 18px;
  line-height: 28px;
  color: #FFF;
  font-weight: 600;
  display: block;
  position: absolute;
  padding: 37px 18px 37px 40px;
  bottom: -102px;
  opacity: 0;
  left: 0px;
  float: left;
  z-index: 4;
  background: url(../images/read-link-arrow.svg) no-repeat right 48px;
}
@media all and (min-width: 1024px) {
  .blog-card:hover .blog-card-image-holder:before {
    opacity: 0.88;
  }
  .blog-card:hover .blog-card-image-holder:after {
    opacity: 0.04;
  }
  .blog-card:hover .blog-card-content {
    bottom: 56px;
  }
  .blog-card:hover .read-link {
    opacity: 1;
    bottom: 0px;
  }
}

.related-posts {
  position: relative;
  padding: 91px 0 128px 0;
  margin-top: -32px;
  z-index: 10;
}
.related-posts:before {
  clip-path: path("M-2.27373675e-13,32 C586,10.6666667 979.229167,0 1179.6875,0 C1380.14583,0 1773.58333,10.6666667 2360,32 L2360,2820.05848 L-2.27373675e-13,2820.05848 L-2.27373675e-13,32 Z");
  -webkit-clip-path: path("M-2.27373675e-13,32 C586,10.6666667 979.229167,0 1179.6875,0 C1380.14583,0 1773.58333,10.6666667 2360,32 L2360,2820.05848 L-2.27373675e-13,2820.05848 L-2.27373675e-13,32 Z");
  width: 2360px;
  height: 434px;
  position: absolute;
  content: "";
  display: block;
  background: #EEF6FD;
  left: 50%;
  top: 0px;
  margin: 0 0 0 -1180px;
}
.related-posts header {
  padding: 0 200px 57px 0;
  position: relative;
}
.related-posts header h3 {
  font-size: 48px;
  line-height: 64px;
}
.related-posts header .button {
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 0px;
}

.page-block-blog {
  padding: 60px 0 80px 0;
}
.page-block-blog header {
  margin: 0 0 32px 0;
}
.page-block-blog header label {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  font-weight: 600;
  margin: 0 0 9px 0;
}
.page-block-blog header .select-field {
  width: 253px;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .blog-cards section {
    width: 50%;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .related-posts {
    padding: 52px 0 74px 0;
  }
  .related-posts header {
    margin: 0 0 35px 0;
    padding: 0px;
  }
  .related-posts header .button {
    display: none;
  }
  .related-posts header h3 {
    font-size: 32px;
    line-height: 40px;
  }
  .related-posts .blog-cards {
    margin: 0 -20px 0 0;
    position: relative;
  }
  .related-posts .blog-cards section {
    padding: 0 20px 48px 0;
    float: left;
  }
  .related-posts .blog-cards .slick-arrow {
    position: absolute;
    bottom: -8px;
    left: 0px;
    width: 24px;
    height: 24px;
    padding: 0px;
    border: none;
    border-radius: 0px;
    z-index: 110;
    color: #F66353;
  }
  .related-posts .blog-cards .slick-arrow .button-text {
    width: 24px;
    height: 24px;
    position: relative;
    display: block;
  }
  .related-posts .blog-cards .slick-arrow .button-circle {
    display: none !important;
  }
  .related-posts .blog-cards .slick-arrow:hover, .related-posts .blog-cards .slick-arrow:active, .related-posts .blog-cards .slick-arrow:focus {
    border: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    color: #F66353 !important;
  }
  .related-posts .blog-cards .slick-arrow:hover .button-text, .related-posts .blog-cards .slick-arrow:active .button-text, .related-posts .blog-cards .slick-arrow:focus .button-text {
    color: #F66353 !important;
  }
  .related-posts .blog-cards .slick-arrow svg {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    position: absolute;
  }
  .related-posts .blog-cards .slick-arrow.slick-next {
    left: auto;
    right: 20px;
  }
  .related-posts .blog-cards .slick-arrow.slick-next svg {
    left: auto;
    right: 0px;
  }
  .related-posts .blog-cards .slick-dots {
    bottom: -8px;
    left: 0px;
    width: 100%;
    position: absolute;
    text-align: center;
    z-index: 100;
  }
  .related-posts .blog-cards .slick-dots li {
    display: inline-block;
    margin: 0 3px;
    height: 24px;
    line-height: 24px;
  }
  .related-posts .blog-cards .slick-dots li button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0px;
    border: none;
    margin: 0px;
    text-indent: -9999px;
    border-radius: 100%;
    font-size: 1px;
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    position: relative;
    border: 1px solid #FFBFBD;
    background: transparent;
    position: relative;
    top: -3px;
  }
  .related-posts .blog-cards .slick-dots li.slick-active button {
    border: 1px solid #F66353;
    background: #F66353;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-blog {
    padding: 36px 0 36px 0;
  }
  .page-block-blog header {
    margin: 0 0 32px 0;
  }
  .page-block-blog header .select-field {
    width: 100%;
  }

  .blog-cards {
    margin: 0px;
  }
  .blog-cards section {
    width: auto;
    float: none;
    padding: 0 0 20px 0;
  }

  .blog-card .blog-card-content {
    padding: 24px 32px;
  }
  .blog-card .blog-card-content h4 {
    font-size: 24px;
    line-height: 32px;
  }
  .blog-card .blog-card-content .blog-card-date {
    padding: 6px 0 0 0;
  }

  .blog-meta {
    padding: 32px 0 32px 0;
  }
  .blog-meta .blog-author {
    float: none;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 3px 0;
  }
  .blog-meta .blog-date {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    margin: 0px;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }
  .blog-meta .share-links {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 24px 0 0 0;
  }
  .blog-meta .share-links span {
    position: absolute;
    top: 0px;
    left: 16px;
    font-size: 12px;
    line-height: 20px;
  }
  .blog-meta .share-links a {
    margin: 0 0 0 16px;
  }
  .blog-meta .share-links a svg {
    height: 20px;
  }
}
#footer-call-to-action {
  padding: 72px 0 80px 0;
  position: relative;
}
#footer-call-to-action:before {
  background-image: linear-gradient(225deg, #63DBFF 0%, #2E6FDF 100%);
}
#footer-call-to-action:after {
  opacity: 0.04;
  clip-path: path("M-2.27373675e-13,32 C586,10.6666667 979.229167,0 1179.6875,0 C1380.14583,0 1773.58333,10.6666667 2360,32 L2360,2820.05848 L-2.27373675e-13,2820.05848 L-2.27373675e-13,32 Z");
  -webkit-clip-path: path("M-2.27373675e-13,32 C586,10.6666667 979.229167,0 1179.6875,0 C1380.14583,0 1773.58333,10.6666667 2360,32 L2360,2820.05848 L-2.27373675e-13,2820.05848 L-2.27373675e-13,32 Z");
  width: 2360px;
  height: 100%;
  position: absolute;
  content: "";
  display: block;
  background: url(../images/noise.png);
  left: 50%;
  top: 0px;
  margin: 0 0 0 -1180px;
  display: none;
}
#footer-call-to-action .container {
  z-index: 3;
}
#footer-call-to-action .container h4 {
  font-size: 32px;
  line-height: 45px;
  color: #FFF;
  float: left;
}
#footer-call-to-action .container .buttons {
  float: right;
}
#footer-call-to-action .container .buttons a {
  display: inline-block;
  margin: 0 0 0 12px;
}

@media all and (max-width: 1200px) and (min-width: 0px) {
  #footer-call-to-action .container h4 {
    float: none;
    margin: 0 0 18px 0;
  }
  #footer-call-to-action .container .buttons {
    float: none;
  }
  #footer-call-to-action .container .buttons a {
    margin: 0 16px 16px 0;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  #footer-call-to-action .container h4 {
    font-size: 28px;
    line-height: 40px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  #footer-call-to-action {
    padding: 36px 0 60px 0;
  }
  #footer-call-to-action .container .buttons {
    margin: 0px;
    float: none;
  }
  #footer-call-to-action .container .buttons a {
    display: block;
    margin: 0 0 16px 0;
  }
}
#site-footer {
  position: relative;
  overflow: hidden;
  margin-top: -32px;
  padding-top: 32px;
  z-index: 10;
}
#site-footer:before {
  clip-path: path("M-2.27373675e-13,32 C586,10.6666667 979.229167,0 1179.6875,0 C1380.14583,0 1773.58333,10.6666667 2360,32 L2360,2820.05848 L-2.27373675e-13,2820.05848 L-2.27373675e-13,32 Z");
  -webkit-clip-path: path("M-2.27373675e-13,32 C586,10.6666667 979.229167,0 1179.6875,0 C1380.14583,0 1773.58333,10.6666667 2360,32 L2360,2820.05848 L-2.27373675e-13,2820.05848 L-2.27373675e-13,32 Z");
  width: 2360px;
  height: 100%;
  position: absolute;
  content: "";
  display: block;
  background: #FFF;
  left: 50%;
  top: 0px;
  margin: 0 0 0 -1180px;
  background-image: linear-gradient(225deg, #1977BD 0%, #093785 100%);
}
#site-footer:after {
  opacity: 0.04;
  clip-path: path("M-2.27373675e-13,32 C586,10.6666667 979.229167,0 1179.6875,0 C1380.14583,0 1773.58333,10.6666667 2360,32 L2360,2820.05848 L-2.27373675e-13,2820.05848 L-2.27373675e-13,32 Z");
  -webkit-clip-path: path("M-2.27373675e-13,32 C586,10.6666667 979.229167,0 1179.6875,0 C1380.14583,0 1773.58333,10.6666667 2360,32 L2360,2820.05848 L-2.27373675e-13,2820.05848 L-2.27373675e-13,32 Z");
  width: 2360px;
  height: 100%;
  position: absolute;
  content: "";
  display: block;
  background: url(../images/noise.png);
  left: 50%;
  top: 0px;
  margin: 0 0 0 -1180px;
}
#site-footer .container {
  z-index: 12;
  padding: 60px 0 48px 0;
}
#site-footer .container .footer-widgets {
  padding: 0 140px 72px 0;
  display: flex;
  align-items: top;
}
#site-footer .container .footer-widgets aside {
  width: 33.33%;
  padding: 0 32px 0 0;
}
#site-footer .container .footer-widgets aside h5 {
  font-size: 20px;
  line-height: 28px;
  color: #FFF;
  font-weight: 600;
  margin: 0 0 4px 0;
}
#site-footer .container .footer-widgets aside ul li {
  padding: 3.5px 0;
  display: block;
}
#site-footer .container .footer-widgets aside ul li a {
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
}
#site-footer .container .footer-widgets aside ul li a:hover, #site-footer .container .footer-widgets aside ul li a:active, #site-footer .container .footer-widgets aside ul li a:focus {
  color: #F66353;
}
#site-footer .container .footer-widgets aside.menu-legal {
  display: none;
}
#site-footer .container .footer-bottom {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* Updated: align items to left */
  text-align: left; /* Updated: text alignment to left */
}

#site-footer .container .footer-bottom img {
  position: relative;
  top: unset;
  left: unset;
  float: none;
  width: 400; /* Adjust the width value to make the logo bigger */
  height: 120; /* Adjust the width value to make the logo bigger */
}

#site-footer .container .footer-bottom nav {
  padding-top: 8px;
}

#site-footer .container .footer-bottom nav ul {
  display: block;
}

#site-footer .container .footer-bottom nav ul li {
  display: inline-block;
  margin: 0 26px 0 0;
}

#site-footer .container .footer-bottom nav ul li a {
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  color: #FFF;
  text-decoration: underline;
}

#site-footer .container .footer-bottom nav ul li a:hover,
#site-footer .container .footer-bottom nav ul li a:active,
#site-footer .container .footer-bottom nav ul li a:focus {
  color: #F66353;
}

#site-footer .container .footer-bottom p {
  display: block;
  font-size: 12px;
  line-height: 24px;
  color: #FFF;
  margin-top: 8px;
}

#site-footer .container .footer-graphic {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 128px;
  display: block;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  #site-footer .container {
    padding: 36px 0 21px 0;
  }
  #site-footer .container .footer-widgets {
    display: block;
    padding: 0 0 38px 0;
  }
  #site-footer .container .footer-widgets aside {
    display: block !important;
    padding: 0 0 10px 0;
    float: none;
    width: auto;
  }
  #site-footer .container .footer-widgets aside h5 {
    padding: 0 0 0 25px;
    font-size: 20px;
    line-height: 28px;
    background: url(../images/footer-plus.svg) no-repeat left 7px;
  }
  #site-footer .container .footer-widgets aside ul {
    display: none;
    padding: 0 0 0 25px;
  }
  #site-footer .container .footer-widgets aside ul li {
    padding: 7px 0 0 0;
    margin: 0px;
  }
  #site-footer .container .footer-widgets aside ul li a {
    font-size: 16px;
    line-height: 24px;
  }
  #site-footer .container .footer-widgets aside.active h5 {
    background: url(../images/footer-minus.svg) no-repeat left 13px;
  }
  #site-footer .container .footer-widgets aside.active ul {
    display: block;
  }
  #site-footer .container .footer-graphic {
    right: -72px;
    width: 196px;
  }
  #site-footer .container .footer-bottom {
    padding: 0px;
  }
  #site-footer .container .footer-bottom img {
     position: relative;
	  top: unset;
	  left: unset;
	  float: none;
	  width: 600px;
	  height: 100;
  }
  #site-footer .container .footer-bottom nav {
    display: none;
  }
  #site-footer .container .footer-bottom p {
    font-size: 12px;
    line-height: 19px;
    width: 192px;
  }
}
#search-wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: 84px 0 0 0;
  z-index: 10000;
  overflow: hidden;
  background-image: linear-gradient(225deg, #1977BD 0%, #093785 100%);
}
#search-wrapper:after {
  opacity: 0.09;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  display: block;
  background: url(../images/noise.png);
  left: 0px;
  top: 0px;
  display: none;
}
#search-wrapper .container {
  z-index: 10001;
}
#search-wrapper .circle-a {
  width: 105px;
  height: 105px;
  top: -46px;
  left: 30%;
}
#search-wrapper .circle-b {
  width: 192px;
  height: 192px;
  bottom: 80px;
  left: -80px;
}
#search-wrapper .circle-c {
  width: 325px;
  height: 325px;
  bottom: -147px;
  right: -78px;
}
#search-wrapper header {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  padding: 17px 0 0 0;
}
#search-wrapper header .container {
  width: auto;
  margin: 0 32px;
}
#search-wrapper header .logo-white {
  float: left;
  margin: 5px 0 0 0;
}
#search-wrapper header .button {
  float: right;
}
#search-wrapper header .button svg {
  position: relative;
  margin: 0 4px 0 0;
  top: 1px;
}
#search-wrapper .search-panel {
  height: calc(100vh - 84px);
  overflow: auto;
  padding: 46px 0 0 0;
}
#search-wrapper .search-panel .container {
  width: 609px;
}
#search-wrapper .search-panel .container form {
  position: relative;
}
#search-wrapper .search-panel .container form label {
  color: #FFF;
  font-weight: 600;
  display: block;
  font-size: 24px;
  line-height: 48px;
  margin: 0 0 12px 0;
}
#search-wrapper .search-panel .container form input[type=text] {
  background: #FFF;
  height: 60px;
  border: none;
  padding: 14px 130px 14px 22px;
  font-size: 18px;
  line-height: 32px;
}
#search-wrapper .search-panel .container form input[type=submit] {
  display: none;
}
#search-wrapper .search-panel .container form .button {
  width: 126px;
  position: absolute;
  bottom: 4px;
  right: 4px;
  z-index: 10006;
}
#search-wrapper .search-panel .container form .button svg {
  position: relative;
  margin: 0 6px 0 0;
  top: 4px;
}
#search-wrapper .search-panel .container .search-results {
  padding: 32px 0 0 0;
}
#search-wrapper .search-panel .container .search-results h5 {
  font-size: 16px;
  line-height: 26px;
  color: #FFF;
  margin: 0 0 18px 0;
}
#search-wrapper .search-panel .container .search-results ul {
  border-bottom: 1px solid #4199EC;
}
#search-wrapper .search-panel .container .search-results ul li {
  display: block;
  border-top: 1px solid #4199EC;
}
#search-wrapper .search-panel .container .search-results ul li a {
  display: block;
  padding: 16px 64px 19px 0;
  position: relative;
  color: #FFF;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
#search-wrapper .search-panel .container .search-results ul li a span {
  color: #F66353;
}
#search-wrapper .search-panel .container .search-results ul li a small {
  display: block;
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 1px 0;
}
#search-wrapper .search-panel .container .search-results ul li a svg {
  position: absolute;
  top: 50%;
  right: 32px;
  margin: -5.5px 0 0 0;
  display: block;
}
#search-wrapper .search-panel .container .search-results ul li a:hover svg {
  color: #F66353;
}

body.search-active #search-wrapper {
  display: block;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  #search-wrapper .search-panel .container {
    margin: 0 auto;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  #search-wrapper {
    padding: 80px 0;
  }
  #search-wrapper .circle-a {
    width: 34px;
    height: 34px;
    top: 205px;
    right: 40px;
    left: auto;
    bottom: auto;
  }
  #search-wrapper .circle-b {
    width: 104px;
    height: 104px;
    right: -50px;
    top: 50%;
    left: auto;
    bottom: auto;
  }
  #search-wrapper .circle-c {
    display: none;
  }
  #search-wrapper header .container {
    margin: 0 20px;
  }
  #search-wrapper header .container .logo-white {
    height: 28px;
    margin-top: 6px;
  }
  #search-wrapper header .container .button {
    height: 40px;
    padding: 9px 16px 11px 16px;
    line-height: 20px;
  }
  #search-wrapper .search-panel {
    padding: 26px 0 0 0;
  }
  #search-wrapper .search-panel .container {
    width: auto;
    margin: 0 20px;
  }
  #search-wrapper .search-panel .container form label {
    font-size: 20px;
    line-height: 32px;
    margin: 0 0 7px 0;
  }
  #search-wrapper .search-panel .container form input[type=text] {
    height: 56px;
    padding-right: 70px;
  }
  #search-wrapper .search-panel .container form .button {
    top: auto;
    bottom: 4px;
    right: 4px;
    width: 50px;
    height: 48px;
    padding: 0px;
  }
  #search-wrapper .search-panel .container form .button .button-text {
    width: 50px;
    height: 48px;
    display: block;
    position: relative;
  }
  #search-wrapper .search-panel .container form .button .button-text svg {
    position: absolute;
    top: 50%;
    display: block;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
  }
  #search-wrapper .search-panel .container form .button .button-text span {
    display: none;
  }
  #search-wrapper .search-panel .container .search-results {
    padding: 28px 0 0 0;
  }
  #search-wrapper .search-panel .container .search-results h5 {
    margin: 0 0 14px 0;
  }
  #search-wrapper .search-panel .container .search-results ul li a {
    padding: 12px 32px 12px 0;
    font-size: 20px;
    line-height: 32px;
  }
  #search-wrapper .search-panel .container .search-results ul li a svg {
    right: 0px;
    color: #F66353;
  }
}

/* --- Pricing Table - Enterprise Plan Adjustments --- */
.pricing-table.enterprise-plan .plan-level {
  font-size: 1.2em;
  position: relative;
  /* No color override here — let theme handle it */
}

.pricing-table.enterprise-plan .plan-level::after {
  content: "- Contact Us";
  font-size: 0.9em;
  color: inherit; /* match the plan-level color */
  font-weight: 600;
  margin-left: 4px;
}

/*# sourceMappingURL=main.css.map */
