<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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;
}

body {
  background: #FFF;
  text-align: center;
  font-family: "DM Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  padding: 89px 0 0 0;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  body {
    padding-top: 92px;
    -webkit-font-smoothing: antialiased;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
  }
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#site-wrapper {
  overflow: hidden;
  z-index: 1;
  position: relative;
  clear: both;
}

.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;
  }
}
a {
  color: #FF531C;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

a:hover {
  color: #000000;
}

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

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

.page-block {
  position: relative;
  padding: 70px 0;
}
.page-block.page-block-no-padding-top {
  padding-top: 0px;
}
.page-block.page-block-no-padding-bottom {
  padding-bottom: 0px;
}

.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) {
  .page-block {
    padding: 35px 0;
  }

  .page-block.page-block-no-padding-top {
    padding-top: 0px;
  }

  .page-block.page-block-no-padding-bottom {
    padding-bottom: 0px;
  }

  .spacer {
    height: 32px;
  }
  .spacer.spacer-extra-small {
    height: 12px;
  }
  .spacer.spacer-small {
    height: 18px;
  }
  .spacer.spacer-large {
    height: 48px;
  }
  .spacer.spacer-extra-large {
    height: 64px;
  }
}
.next-page-loader,
.has-another-page {
  display: none !important;
}

#cookie-law-info-bar {
  background: transparent !important;
  box-shadow: none !important;
  padding: 32px 0 32px 0 !important;
}
#cookie-law-info-bar #wt-cli-accept-all-btn {
  background: #FF531C !important;
  text-decoration: none !important;
}
#cookie-law-info-bar .cli-bar-container {
  max-width: 1248px;
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 0 10px 24px 0 rgba(29, 42, 68, 0.08);
  border-radius: 58px;
  padding: 38px 66px;
}
#cookie-law-info-bar .cli-bar-message {
  width: 80%;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
#cookie-law-info-bar .cli-bar-message a {
  color: #000000;
  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: #FF531C;
}

@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;
  }
}
.pp-back:after {
  content: "NEED TO REMOVE";
  color: red;
  font-size: 100px;
  text-align: center;
}

/* Animate.css at top, added CSS at bottom */
/*!
 * 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
 */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

@-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 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, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 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) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) 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);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) 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);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -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);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@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);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.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;
}

/* Added animation */
.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: 700;
  color: #000000;
}

.caption {
  font-size: 20px;
  line-height: 32px;
  margin: 0 0 1px 0;
  font-weight: normal;
  color: #000;
}

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

article h1 {
  font-size: 48px;
  line-height: 56px;
  margin: 0 0 17px 0;
}

article h2 {
  font-size: 40px;
  line-height: 56px;
  margin: 0 0 20px 0;
}

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

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

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

article h6 {
  font-size: 16px;
  line-height: 32px;
  margin: 0 0 8px 0;
}

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

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

article .checklist ul,
.checklist ul {
  margin: 0 0 -8px 0;
}
article .checklist ul li,
.checklist ul li {
  padding: 0 0 0 38px;
  background: url(../images/checklist.svg) no-repeat left 5px;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
  margin: 0 0 8px 0;
}
article .checklist ul li:before,
.checklist ul li:before {
  display: none;
}

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

article ol {
  margin: 0 0 11px 30px;
  list-style: decimal outside;
  line-height: 28px;
}
article ol li {
  margin: 0 0 18px 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;
}

blockquote p,
blockquote cite {
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

  article p {
    margin: 0 0 26px 0;
  }

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

  article .checklist ul,
.checklist ul {
    margin: 0 0 -11px 0;
  }
  article .checklist ul li,
.checklist ul li {
    padding: 0 0 0 32px;
    background: url(../images/checklist.svg) no-repeat left 5px;
    background-size: 22px auto;
    font-size: 16px;
    line-height: 32px;
    color: #000000;
    margin: 0 0 11px 0;
  }

  article ol {
    margin: 0 0 11px 30px;
    font-size: 16px;
  }
}
#wt-cli-accept-all-btn,
.hs-button,
.button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  border: none;
  font-family: "DM Sans", Helvetica, Arial, sans-serif;
  background: #FF531C;
  border-radius: 26px;
  padding: 13px 24px 14px 24px;
  line-height: 21px;
  height: 48px;
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  text-align: center;
}
#wt-cli-accept-all-btn svg,
.hs-button svg,
.button svg {
  position: relative;
  top: 0px;
}
#wt-cli-accept-all-btn:before,
.hs-button:before,
.button:before {
  transition: 0.3s ease-in-out;
  content: "";
  position: absolute;
  border-radius: 26px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  top: 0;
  right: 0;
  bottom: 0;
  left: -1px;
  background: #E93C04;
}
#wt-cli-accept-all-btn span,
.hs-button span,
.button span {
  position: relative;
  z-index: 1;
}
#wt-cli-accept-all-btn:hover,
.hs-button:hover,
.button:hover {
  color: #FFF;
}
#wt-cli-accept-all-btn:hover:before,
.hs-button:hover:before,
.button:hover:before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  left: 0px;
}
#wt-cli-accept-all-btn:active, #wt-cli-accept-all-btn:focus,
.hs-button:active,
.hs-button:focus,
.button:active,
.button:focus {
  color: #FFF;
  background: #E93C04;
}
#wt-cli-accept-all-btn:active:before, #wt-cli-accept-all-btn:focus:before,
.hs-button:active:before,
.hs-button:focus:before,
.button:active:before,
.button:focus:before {
  display: none;
}
#wt-cli-accept-all-btn.button-secondary,
.hs-button.button-secondary,
.button.button-secondary {
  background: #FFDBCF;
  color: #FF531C;
}
#wt-cli-accept-all-btn.button-secondary:before,
.hs-button.button-secondary:before,
.button.button-secondary:before {
  background: #FF531C;
}
#wt-cli-accept-all-btn.button-secondary:hover,
.hs-button.button-secondary:hover,
.button.button-secondary:hover {
  color: #FFF;
}
#wt-cli-accept-all-btn.button-secondary:active, #wt-cli-accept-all-btn.button-secondary:focus,
.hs-button.button-secondary:active,
.hs-button.button-secondary:focus,
.button.button-secondary:active,
.button.button-secondary:focus {
  background: #FF531C;
  color: #FFF;
}
#wt-cli-accept-all-btn.button-black,
.hs-button.button-black,
.button.button-black {
  background: #000;
  color: #FFF;
}
#wt-cli-accept-all-btn.button-black:before,
.hs-button.button-black:before,
.button.button-black:before {
  background: #FF531C;
}
#wt-cli-accept-all-btn.button-black:hover,
.hs-button.button-black:hover,
.button.button-black:hover {
  color: #FFF;
}
#wt-cli-accept-all-btn.button-black:active, #wt-cli-accept-all-btn.button-black:focus,
.hs-button.button-black:active,
.hs-button.button-black:focus,
.button.button-black:active,
.button.button-black:focus {
  background: #FF531C;
  color: #FFF;
}
#wt-cli-accept-all-btn.button-grey,
.hs-button.button-grey,
.button.button-grey {
  background: #EEEEEE;
  color: #000000;
}
#wt-cli-accept-all-btn.button-grey:before,
.hs-button.button-grey:before,
.button.button-grey:before {
  background: #000000;
}
#wt-cli-accept-all-btn.button-grey:hover,
.hs-button.button-grey:hover,
.button.button-grey:hover {
  color: #FFF;
}
#wt-cli-accept-all-btn.button-grey:active, #wt-cli-accept-all-btn.button-grey:focus,
.hs-button.button-grey:active,
.hs-button.button-grey:focus,
.button.button-grey:active,
.button.button-grey:focus {
  background: #000000;
  color: #FFF;
}
#wt-cli-accept-all-btn.button-bordered,
.hs-button.button-bordered,
.button.button-bordered {
  background: transparent;
  border: 2px solid #000;
  line-height: 21px;
  padding: 12px 20px 10px 20px;
  color: #000;
}
#wt-cli-accept-all-btn.button-bordered:before,
.hs-button.button-bordered:before,
.button.button-bordered:before {
  background: #000;
}
#wt-cli-accept-all-btn.button-bordered:hover,
.hs-button.button-bordered:hover,
.button.button-bordered:hover {
  color: #FFF;
  border-color: #000;
}
#wt-cli-accept-all-btn.button-bordered:active, #wt-cli-accept-all-btn.button-bordered:focus,
.hs-button.button-bordered:active,
.hs-button.button-bordered:focus,
.button.button-bordered:active,
.button.button-bordered:focus {
  background: #000;
  border-color: #000;
  color: #FFF;
}
#wt-cli-accept-all-btn.button-bordered-black,
.hs-button.button-bordered-black,
.button.button-bordered-black {
  border: 2px solid #000;
  color: #000;
}
#wt-cli-accept-all-btn.button-bordered-black:before,
.hs-button.button-bordered-black:before,
.button.button-bordered-black:before {
  background: #000;
}
#wt-cli-accept-all-btn.button-bordered-black:hover,
.hs-button.button-bordered-black:hover,
.button.button-bordered-black:hover {
  color: #FFF;
  border-color: #000;
}
#wt-cli-accept-all-btn.button-bordered-black:active, #wt-cli-accept-all-btn.button-bordered-black:focus,
.hs-button.button-bordered-black:active,
.hs-button.button-bordered-black:focus,
.button.button-bordered-black:active,
.button.button-bordered-black:focus {
  background: #000;
  border-color: #000;
  color: #FFF;
}
#wt-cli-accept-all-btn.button-icon,
.hs-button.button-icon,
.button.button-icon {
  width: 48px;
  padding-left: 0px;
  padding-right: 0px;
}
#wt-cli-accept-all-btn.button-icon span,
.hs-button.button-icon span,
.button.button-icon span {
  position: static;
}
#wt-cli-accept-all-btn.button-icon svg,
.hs-button.button-icon svg,
.button.button-icon svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
}
#wt-cli-accept-all-btn.button-white-fill,
.hs-button.button-white-fill,
.button.button-white-fill {
  background: #FFF;
  color: #FF531C;
}
#wt-cli-accept-all-btn.button-white-fill:before,
.hs-button.button-white-fill:before,
.button.button-white-fill:before {
  border-bottom: 60px solid #FFDBCF;
}
#wt-cli-accept-all-btn.button-white-fill:active, #wt-cli-accept-all-btn.button-white-fill:focus,
.hs-button.button-white-fill:active,
.hs-button.button-white-fill:focus,
.button.button-white-fill:active,
.button.button-white-fill:focus {
  background: #FFDBCF;
  border-color: #FFDBCF;
  color: #FF531C;
}
#wt-cli-accept-all-btn.button-white-bordered,
.hs-button.button-white-bordered,
.button.button-white-bordered {
  border-color: #FFF;
  color: #FFF;
}
#wt-cli-accept-all-btn.button-white-bordered:before,
.hs-button.button-white-bordered:before,
.button.button-white-bordered:before {
  background: #FFF;
}
#wt-cli-accept-all-btn.button-white-bordered:hover,
.hs-button.button-white-bordered:hover,
.button.button-white-bordered:hover {
  color: #FF531C;
  border-color: #FFF;
}
#wt-cli-accept-all-btn.button-white-bordered:active, #wt-cli-accept-all-btn.button-white-bordered:focus,
.hs-button.button-white-bordered:active,
.hs-button.button-white-bordered:focus,
.button.button-white-bordered:active,
.button.button-white-bordered:focus {
  background: #FFF;
  border-color: #FFF;
  color: #FF531C;
}

.arrow-link,
.read-more-link {
  font-size: 18px;
  line-height: 24px;
  text-decoration: underline;
  vertical-align: middle;
  display: inline-block;
}
.arrow-link:active, .arrow-link:focus,
.read-more-link:active,
.read-more-link:focus {
  color: #000000;
}

/*
a {
	.link-arrow {
		position: absolute;
		width: 40px;
		height: 40px;
		display: block;
		transition: $transition;
		.link-arrow-arrow {
			position: absolute;
			top: 50%;
			left: 50%;
			transition: $transition;
			margin: -5px 0 0 -16px;
		}
		.arrow-icon {
			position: relative;
			top: 0px;
			transition: $transition;
			vertical-align: middle;
		}
		.arrow-icon--circle {
			transition: stroke-dashoffset 0.3s ease;
			stroke-dasharray: 120;
			stroke-dashoffset: 120;
		}
	}
}

@media all and (min-width: 1024px) {
	a.arrow-link {
		&amp;:hover,
		&amp;:active,
		&amp;:focus {
			color: $primary-color;
			.link-arrow .link-arrow-arrow {
				transform: translate3d(10px, 0, 0);
				// left: 3px;
				// margin-left: -11px;
			}
			.link-arrow .arrow-icon--circle {
				stroke-dashoffset: 0;
			}
		}
		&amp;:active,
		&amp;:focus {
			color: $primary-active-color;
		}
	}
}

.arrow-link {
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	vertical-align: top;
	display: inline-block;
	padding: 7px 48px 7px 0;
	position: relative;
	color: $primary-color;
	.link-arrow {
		position: absolute;
		top: 0px;
		right: 0px;
		.link-arrow-arrow {}
	}
	&amp;:active {
		color: $primary-active-color;
	}
	&amp;:hover,
	&amp;:active,
	&amp;:focus {
		color: $primary-active-color;
	}
}
*/
.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: #FF531C;
  content: "";
  display: block;
}
.underline-link:hover {
  color: #FF531C;
}
.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: #FF531C;
  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: #E93C04;
}

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 #DDDDDD;
  border-radius: 4px;
  width: 100%;
  height: 52px;
  font-family: "DM Sans", Helvetica, Arial, sans-serif;
  color: #000;
  padding: 15px 19px 12px 19px;
  line-height: 23px;
  font-size: 16px;
  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: #0081FF;
}

body .gform_wrapper.gravity-theme .gfield textarea.large,
textarea {
  height: 95px;
}

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: 2px solid #000;
  border-radius: 24px;
  width: 100%;
  overflow: hidden;
  height: 48px;
}
.select-field:before {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 20px;
  height: 12px;
  margin: -6px 0 0 0;
  background: url(../images/icon-select.svg) no-repeat center center;
  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: "DM Sans", Helvetica, Arial, sans-serif;
  color: #000000;
  height: 48px;
  padding: 13px 84px 13px 24px;
  line-height: 18px;
  font-size: 14px;
  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;
}

.slick-slider {
  position: relative;
}
.slick-slider section {
  padding: 0 20px 48px 0;
}
.slick-slider .slick-arrow {
  position: absolute;
  bottom: -6px;
  left: 0px;
  width: 24px;
  height: 24px;
  padding: 0px;
  border: none;
  border-radius: 0px;
  z-index: 110;
  color: #FF531C;
}
.slick-slider .slick-arrow .button-text {
  width: 24px;
  height: 24px;
  position: relative;
  display: block;
}
.slick-slider .slick-arrow .button-circle {
  display: none !important;
}
.slick-slider .slick-arrow:hover, .slick-slider .slick-arrow:active, .slick-slider .slick-arrow:focus {
  border: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  color: #FF531C !important;
}
.slick-slider .slick-arrow:hover .button-text, .slick-slider .slick-arrow:active .button-text, .slick-slider .slick-arrow:focus .button-text {
  color: #FF531C !important;
}
.slick-slider .slick-arrow svg {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  position: absolute;
}
.slick-slider .slick-arrow.slick-next {
  left: auto;
  right: 20px;
}
.slick-slider .slick-arrow.slick-next svg {
  left: auto;
  right: 0px;
}
.slick-slider .slick-dots {
  bottom: -8px;
  left: 0px;
  width: 100%;
  position: absolute;
  text-align: center;
  z-index: 100;
}
.slick-slider .slick-dots li {
  display: inline-block;
  margin: 0 2px;
  height: 24px;
  line-height: 24px;
}
.slick-slider .slick-dots li button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0px;
  border: none;
  margin: 0px;
  text-indent: -9999px;
  border-radius: 0px;
  font-size: 1px;
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 2px;
  position: relative;
  border: none;
  background: #FFC053;
  position: relative;
  top: -3px;
}
.slick-slider .slick-dots li.slick-active button {
  background: #FF6C16;
}

#site-header {
  height: 89px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
  background: #FFFFFF;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
  position: fixed;
}
#site-header .container {
  width: 100%;
  padding: 0 50px;
  margin: 0 auto;
}
#site-header .container .logo {
  position: absolute;
  top: 21px;
  left: 50px;
}
#site-header .container .logo img {
  display: block;
}
#site-header .container .logo .logo-mobile {
  display: none;
}
#site-header .container .logo:active, #site-header .container .logo:focus {
  outline: 1px dotted #FF531C;
  outline-offset: 10px;
}
#site-header .container .header-buttons {
  position: absolute;
  top: 20px;
  right: 50px;
}
#site-header .container .header-buttons .button {
  margin: 0 0 0 10px;
}
#site-header .container .header-buttons .button.button-header-toggle-nav {
  display: none;
  background: #000000;
  color: #FFF;
}
#site-header .container .header-buttons .button.button-header-toggle-nav:active, #site-header .container .header-buttons .button.button-header-toggle-nav:focus {
  background: #FF531C;
}
#site-header .container .header-buttons .button.button-header-toggle-nav .toggle-nav-icon-close {
  display: none;
}
#site-header .container nav.features-nav {
  padding: 0 250px 0 174px;
  text-align: center;
}
#site-header .container nav.features-nav ul li {
  display: inline-block;
  padding: 20px 0 21px 0;
  position: relative;
  /*ul {
  	transition: $transition;
  	opacity: 0;
  	visibility: hidden;
  	position: absolute;

  	// width: 252px;
  	// border-radius: 32px;
  	// background: #FFFFFF;
  	// box-shadow: 0 10px 24px 0 rgba(29,42,68,0.14);
  	// left: -18px;

  	// background: url(../images/dropdown-nav.svg) no-repeat left top;
  	width: 300px;
  	padding: 40px 24px 55px 24px;
  	top: 87px;
  	left: -42px;
  	text-align: left;
  	&amp;:before {
  		width: 100%;
  		height: calc(100% - 64px);
  		background: url(../images/dropdown-nav.svg) no-repeat left top;
  		content: '';
  		display: block;
  		position: absolute;
  		content: '';
  		top: 0px;
  		left: 0px;
  		z-index: 20;
  	}
  	&amp;:after {
  		width: 100%;
  		height: 64px;
  		background: url(../images/dropdown-nav-bottom.svg) no-repeat left bottom;
  		content: '';
  		display: block;
  		position: absolute;
  		content: '';
  		bottom: 0px;
  		left: 0px;
  		z-index: 20;
  	}
  	.ul-menuitems {
  		display: block;
  		position: relative;
  	}
  	li {
  		z-index: 11;
  		display: block;
  		position: static;
  		a {
  			display: block;
  			padding: 4px 32px;
  			font-size: 18px;
  			line-height: 26px;
  			position: relative;
  			z-index: 21;
  			&amp;:before { display: none!important; }
  			&amp;:hover,
  			&amp;:active,
  			&amp;:focus {
  				border: none;
  				padding-top: 4px;
  			}
  		}
  		&amp;.menu-item-has-children {
  			a {
  				&amp;:after {
  					display: inline-block;
  					background: url(../images/dropdown-arrow-right.svg) no-repeat;
  					width: 8px;
  					height: 11px;
  					position: relative;
  					margin: 0 0 0 9px;
  					content: '';
  				}
  			}
  			ul a:after { display: none; }
  			ul {
  				z-index: 1;
  				left: 100%;
  				top: -22px;
  				background: none #FFFFFF;
  				box-shadow: 0 10px 24px 0 rgba(29,42,68,0.14);
  				border-radius: 0 0 0 32px 32px 0;
  				padding: 0px;
  				height: calc(100% + 43px);
  				margin-left: -45px;
  				padding: 22px 0 0 45px;
  				border-radius: 0 32px 32px 0;
  				transition: $transition;
  				opacity: 0;
  				left: 0px;
  				&amp;:after,
  				&amp;:before { display: none; }
  				li a.menuitem-heading { font-weight: bold; }
  			}
  			&amp;:hover,
  			&amp;:active,
  			&amp;:focus {
  				ul {
  					left: 100%;
  					opacity: 1;
  				}
  			}
  			&amp;:focus-within {
  				ul {
  					left: 100%;
  					opacity: 1;
  				}
  			}
  		}
  		// &amp;.menu-item-has-children {
  		// 	margin: 6px 0 0 0;
  		// 	border-top: 1px solid #DDDDDD;
  		// 	a {
  		// 		padding-top: 15px;
  		// 		&amp;:after {
  		// 			background: url(../images/nav-services-arrow-down.svg) no-repeat left top;
  		// 			display: inline-block;
  		// 			width: 12px;
  		// 			height: 6px;
  		// 			margin: 0 0 0 12px;
  		// 			position: relative;
  		// 			top: -2px;
  		// 			content: '';
  		// 		}
  		// 	}
  		// 	ul {
  		// 		visibility: visible;
  		// 		opacity: 1;
  		// 		display: none;
  		// 		background: none;
  		// 		padding: 0px;
  		// 		margin: 0px;
  		// 		width: auto;
  		// 		position: relative;
  		// 		left: auto;
  		// 		top: auto;
  		// 		&amp;:before,
  		// 		&amp;:after { display: none; }
  		// 		li {
  		// 			display: block;
  		// 			margin: 0px;
  		// 			a {
  		// 				font-size: 16px;
  		// 				line-height: 23px;
  		// 				color: #595959;
  		// 				padding: 4px 32px;
  		// 				&amp;:after { display: none; }
  		// 				&amp;:hover,
  		// 				&amp;:active,
  		// 				&amp;:focus {
  		// 					color: $primary-active-color;
  		// 				}
  		// 			}
  		// 		}
  		// 	}
  		// 	&amp;.active {
  		// 		a {
  		// 			&amp;:after {
  		// 				background-image: url(../images/nav-services-arrow-up.svg);
  		// 			}
  		// 		}	
  		// 		ul {
  		// 			display: block;
  		// 		}
  		// 	}
  		// }
  	}
  }
  @media all and (min-width: 1024px) {
  	&amp;:hover {
  		&gt; a {
  			color: $primary-color;
  			&amp;:before { display: block; }
  		}
  		ul {
  			visibility: visible;
  			opacity: 1;
  			li {
  				ul { 
  					visibility: hidden; 
  					opacity: 0;
  				}
  				&amp;:hover {
  					&gt; a {
  						color: $primary-color;
  						&amp;:before { display: block; }
  					}
  					ul {
  						visibility: visible;
  						opacity: 1;
  						li {
  							ul { 
  								visibility: hidden; 
  								opacity: 0;
  							}
  						}
  					}
  				}
  			}
  		}
  	}
  	&amp;:focus-within {
  		&gt; a {
  			color: $primary-color;
  			&amp;:before { display: block; }
  		}
  		ul {
  			visibility: visible;
  			opacity: 1;
  			li {
  				// ul { 
  				// 	visibility: hidden; 
  				// 	opacity: 0;
  				// }
  				// &amp;:focus-within {
  				// 	ul {
  				// 		visibility: visible;
  				// 		opacity: 1;
  				// 	}
  				// }
  			}
  		}
  	}
  }*/
}
#site-header .container nav.features-nav ul li a {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  padding: 14px 24px;
  display: inline-block;
  vertical-align: top;
  border-radius: 24px;
  font-weight: 500;
}
#site-header .container nav.features-nav ul li a:hover, #site-header .container nav.features-nav ul li a:active, #site-header .container nav.features-nav ul li a:focus {
  background: #F7F7F7;
}
#site-header .container nav.features-nav ul li.current-menu-item a, #site-header .container nav.features-nav ul li.current-page-parent a, #site-header .container nav.features-nav ul li.current-page-ancestor a {
  background: #F7F7F7;
}
#site-header .container nav.features-nav ul li.menu-item-has-children &gt; a {
  padding-right: 50px;
}
#site-header .container nav.features-nav ul li.menu-item-has-children &gt; a:before {
  position: absolute;
  top: 50%;
  right: 26px;
  background: url(../images/dropdown-arrow.svg) no-repeat center center;
  width: 14px;
  height: 20px;
  margin-top: -10px;
  display: block;
  content: "";
}
#site-header .container nav.features-nav ul li ul {
  transition: opacity 0.3s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 89px;
  left: 0px;
  width: 100%;
  padding: 30px 290px 41px 440px;
  text-align: left;
  top: 50px;
  width: 216px;
  padding: 18px 0 16px 0;
  padding: 32px 0 48px 0;
}
#site-header .container nav.features-nav ul li ul:before {
  position: absolute;
  display: block;
  content: "";
  top: 0px;
  left: -24px;
  width: 264px;
  height: calc(100% - 64px);
  background: url(../images/dropdown-back.svg) no-repeat left top;
}
#site-header .container nav.features-nav ul li ul:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0px;
  left: -24px;
  width: 264px;
  height: 64px;
  background: url(../images/dropdown-back.svg) no-repeat left bottom;
}
#site-header .container nav.features-nav ul li ul li {
  position: relative;
  z-index: 1;
  display: block;
  padding: 5px 0;
}
#site-header .container nav.features-nav ul li ul li a {
  color: #000000;
  transition: none;
  font-size: 16px;
  line-height: 21px;
  padding: 8px 24px;
  font-weight: normal;
}
#site-header .container nav.features-nav ul li ul li a:hover, #site-header .container nav.features-nav ul li ul li a:active, #site-header .container nav.features-nav ul li ul li a:focus {
  background: transparent;
  color: #FF531C;
}
#site-header .container nav.features-nav ul li ul li a br {
  display: none;
}
#site-header .container nav.features-nav ul li ul li ul {
  display: none;
}
#site-header .container nav.features-nav ul li ul li .menu-item-description {
  position: absolute;
  top: 10px;
  left: -394px;
  width: 320px;
  background: #F7F7F7;
  border-radius: 32px;
  padding: 22px 27px 20px 32px;
  color: #000000;
}
#site-header .container nav.features-nav ul li ul li .menu-item-description span {
  display: block;
}
#site-header .container nav.features-nav ul li ul li .menu-item-description .nav-callout-heading {
  font-size: 20px;
  line-height: 29px;
  font-weight: bold;
  margin: 0 0 9px 0;
}
#site-header .container nav.features-nav ul li ul li .menu-item-description .nav-callout-text {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 10px 0;
  font-weight: normal;
}
#site-header .container nav.features-nav ul li ul li .menu-item-description .nav-callout-phone {
  font-size: 17px;
  line-height: 25px;
  font-weight: bold;
}
#site-header .container nav.features-nav ul li ul li .menu-item-description .nav-callout-phone .nav-callout-phone-subtext {
  display: inline;
  font-size: 14px;
  font-weight: normal;
}
@media all and (min-width: 1024px) {
  #site-header .container nav.features-nav ul li:hover &gt; a {
    background: #F7F7F7;
  }
  #site-header .container nav.features-nav ul li:hover &gt; a:before {
    background-image: url(../images/dropdown-arrow-up.svg);
  }
  #site-header .container nav.features-nav ul li:hover ul {
    visibility: visible;
    opacity: 1;
  }
  #site-header .container nav.features-nav ul li:hover ul li a {
    background: transparent !important;
  }
  #site-header .container nav.features-nav ul li:focus-within &gt; a {
    background: #F7F7F7;
  }
  #site-header .container nav.features-nav ul li:focus-within &gt; a:before {
    background-image: url(../images/dropdown-arrow-up.svg);
  }
  #site-header .container nav.features-nav ul li:focus-within ul {
    visibility: visible;
    opacity: 1;
  }
  #site-header .container nav.features-nav ul li:focus-within ul li a {
    background: transparent !important;
  }
}
#site-header .container nav.main-nav {
  background: #FFFFFF;
  box-shadow: 0 10px 24px 0 rgba(29, 42, 68, 0.14);
  border-radius: 32px;
  padding: 20px 0;
  width: 252px;
  right: 50px;
  position: absolute;
  top: 81px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
#site-header .container nav.main-nav div.menu {
  width: 300%;
  position: relative;
  left: 0px;
  transition: 0.3s ease-in-out;
}
#site-header .container nav.main-nav .sub-features-menu {
  display: none;
}
#site-header .container nav.main-nav .main-nav-back {
  display: none;
  padding: 32px 0 10px 30px;
  font-size: 14px;
  color: #8F8F8F;
  line-height: 23px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  width: 100%;
}
#site-header .container nav.main-nav .main-nav-back svg {
  position: relative;
  margin: 0 8px 0 0;
  top: 2px;
}
#site-header .container nav.main-nav .main-nav-back:hover {
  color: #FF531C;
}
#site-header .container nav.main-nav ul li {
  display: block;
  width: 33.33%;
}
#site-header .container nav.main-nav ul li a {
  font-size: 16px;
  line-height: 23px;
  display: block;
  color: #000;
  padding: 10px 32px 10px 30px;
  font-weight: normal;
  position: relative;
}
#site-header .container nav.main-nav ul li a:hover, #site-header .container nav.main-nav ul li a:active, #site-header .container nav.main-nav ul li a:focus {
  color: #FF531C;
}
#site-header .container nav.main-nav ul li.menu-item-has-children a:after {
  position: absolute;
  top: 0px;
  right: 30px;
  width: 20px;
  height: 100%;
  background: url(../images/main-nav-arrow.svg) no-repeat right center;
  content: "";
  display: block;
}
#site-header .container nav.main-nav ul li.menu-item-has-children li a:after {
  display: none;
}
#site-header .container nav.main-nav ul li.menu-item-has-children li.menu-item-has-children a:after {
  display: block;
}
#site-header .container nav.main-nav ul li ul {
  position: absolute;
  top: 0px;
  width: 33.33%;
  left: 33.33%;
  visibility: hidden;
  opacity: 0;
  padding-top: 43px;
}
#site-header .container nav.main-nav ul li ul li {
  width: 100%;
  left: auto;
}
#site-header .container nav.main-nav ul li ul ul {
  width: 100%;
  left: 100%;
}
#site-header .container nav.main-nav ul li ul ul li a:after {
  display: none !important;
}
#site-header .container nav.main-nav ul li.active ul {
  visibility: visible;
  opacity: 1;
}
#site-header .container nav.main-nav ul li.active ul ul {
  visibility: hidden;
  opacity: 0;
}
#site-header .container nav.main-nav ul li.active ul .active ul {
  visibility: visible;
  opacity: 1;
}

body.admin-bar #site-header {
  top: 32px;
}
body.admin-bar .features-sub-nav {
  margin-top: 32px;
}

body.main-nav-active #site-header .container nav.main-nav {
  visibility: visible;
  opacity: 1;
}
body.main-nav-active #site-header .container .header-buttons .button.button-header-toggle-nav .toggle-nav-icon-close {
  display: block;
}
body.main-nav-active #site-header .container .header-buttons .button.button-header-toggle-nav .toggle-nav-icon {
  display: none;
}
body.main-nav-active #site-wrapper {
  height: calc(100vh - 92px);
  overflow: hidden;
}

body.fixed-header #site-header {
  position: fixed;
  background: #FFFFFF;
  box-shadow: 0 10px 24px 0 rgba(29, 42, 68, 0.08);
}

@media all and (min-width: 1480px) {
  #site-header .container {
    padding: 0 32px;
    width: 1440px;
  }
}
@media all and (max-width: 1300px) and (min-width: 0px) {
  #site-header .container nav.features-nav ul li a {
    padding: 14px 14px;
  }
}
@media all and (max-width: 1240px) and (min-width: 0px) {
  #site-header .container {
    padding: 0 32px;
  }
  #site-header .container .logo {
    left: 32px;
  }
  #site-header .container .logo img {
    display: none;
  }
  #site-header .container .logo img.logo-mobile {
    display: block;
  }
  #site-header .container nav.features-nav {
    padding-left: 70px;
  }
  #site-header .container .header-buttons {
    right: 32px;
  }
  #site-header .container nav.main-nav {
    right: 32px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  #site-header {
    height: 92px;
  }
  #site-header .container {
    padding: 22px 20px 0 20px;
  }
  #site-header .container .logo {
    float: left;
    position: relative;
    top: auto;
    left: auto;
  }
  #site-header .container nav.features-nav {
    display: none;
  }
  #site-header .container .header-buttons {
    float: right;
    position: relative;
    top: auto;
    right: auto;
  }
  #site-header .container .header-buttons .button.button-header-toggle-nav {
    display: inline-block;
  }
  #site-header .container nav.main-nav {
    width: 100vw;
    height: calc(100vh - 92px);
    height: 100vh;
    top: 92px;
    left: 0px;
    right: auto;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: none;
    border-radius: 0px;
    padding: 0px;
  }
  #site-header .container nav.main-nav .menu-item-description {
    display: none;
  }
  #site-header .container nav.main-nav .main-nav-back {
    padding-left: 38px;
    padding-top: 0px;
  }
  #site-header .container nav.main-nav div.menu .sub-features-menu {
    display: block;
    padding: 10px 0;
  }
  #site-header .container nav.main-nav div.menu .sub-features-menu ul li a {
    font-size: 24px;
    line-height: 42px;
    font-weight: bold;
    padding: 10px 38px;
  }
  #site-header .container nav.main-nav div.menu .sub-features-menu ul li a br {
    display: none;
  }
  #site-header .container nav.main-nav div.menu .sub-main-menu {
    padding: 0 0 16px 0;
  }
  #site-header .container nav.main-nav div.menu .sub-main-menu ul li a {
    font-size: 16px;
    line-height: 23px;
    padding: 8px 38px;
  }
  #site-header .container nav.main-nav div.menu .sub-main-menu ul li:first-child {
    border-top: 1px solid #EBEBEB;
    padding: 16px 0 0 0;
  }
  #site-header .container nav.main-nav div.menu .sub-main-menu ul li ul li:first-child {
    border: none;
    padding: 0px;
  }

  body.main-nav-active #site-header .container .logo {
    display: none;
  }
  body.main-nav-active #site-header .container .header-buttons {
    width: 100%;
  }
  body.main-nav-active #site-header .container .header-buttons .button-grey {
    float: left;
    margin: 0px;
  }
  body.main-nav-active #site-header .container .header-buttons .button-search {
    display: none;
  }
  body.main-nav-active #site-header .container .header-buttons .button-header-toggle-nav {
    float: right;
  }
}
@media all and (max-width: 374px) and (min-width: 0px) {
  #site-header .container .header-buttons .button-grey {
    display: none;
  }
}
.features-sub-nav {
  background: #F5F5F7;
  height: 123px;
  position: absolute;
  position: fixed;
  top: 89px;
  left: 0px;
  width: 100%;
  z-index: 99;
}
.features-sub-nav nav {
  text-align: center;
}
.features-sub-nav ul {
  margin: 0 -12px;
  margin: 0 -24px;
}
.features-sub-nav ul li {
  display: inline-block;
  vertical-align: top;
}
.features-sub-nav ul li a {
  display: inline-block;
  padding: 20px 12px 0 12px;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  position: relative;
  opacity: 0.7;
  height: 123px;
}
.features-sub-nav ul li a:before {
  display: none;
  height: 3px;
  background: #000;
  left: 0px;
  bottom: 0px;
  position: absolute;
  width: 100%;
  content: "";
}
.features-sub-nav ul li a .features-sub-nav-icon {
  display: block;
  height: 51px;
}
.features-sub-nav ul li a .features-sub-nav-icon img {
  margin: 0 auto;
}
.features-sub-nav ul li a:hover, .features-sub-nav ul li a:active, .features-sub-nav ul li a:focus {
  opacity: 1;
}
.features-sub-nav ul li a:hover:before, .features-sub-nav ul li a:active:before, .features-sub-nav ul li a:focus:before {
  display: block;
}
.features-sub-nav ul li.current-menu-item a {
  opacity: 1;
}
.features-sub-nav ul li.current-menu-item a:before {
  display: block;
}
.features-sub-nav.features-sub-nav-parent-1031, .features-sub-nav.features-sub-nav-parent-1223, .features-sub-nav.features-sub-nav-parent-1237, .features-sub-nav.features-sub-nav-parent-1961 {
  height: 111px;
}
.features-sub-nav.features-sub-nav-parent-1031 ul li a, .features-sub-nav.features-sub-nav-parent-1223 ul li a, .features-sub-nav.features-sub-nav-parent-1237 ul li a, .features-sub-nav.features-sub-nav-parent-1961 ul li a {
  height: 111px;
}
.features-sub-nav.features-sub-nav-parent-1285 {
  height: 80px;
}
.features-sub-nav.features-sub-nav-parent-1285 ul li a {
  height: 80px;
  padding-top: 31px;
}

@media all and (max-width: 1280px) and (min-width: 1024px) {
  .features-sub-nav-parent-1348 .container {
    margin: 0px;
  }
  .features-sub-nav-parent-1348:after {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 39px;
    height: 100%;
    content: "";
    display: block;
    background: url(../images/icon-scroll.svg) no-repeat center center #EEEEEE;
  }
  .features-sub-nav-parent-1348 ul {
    padding: 0 0 20px 20px;
    float: left;
    overflow: hidden;
    position: relative;
    display: flex;
    width: 100%;
    overflow-x: auto;
    margin: 0px;
  }
  .features-sub-nav-parent-1348 ul li {
    flex-shrink: 0;
  }
  .features-sub-nav-parent-1348 ul li:last-of-type {
    margin-right: 40px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .features-sub-nav .container {
    margin: 0px;
  }
  .features-sub-nav:after {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 39px;
    height: 100%;
    content: "";
    display: block;
    background: url(../images/icon-scroll.svg) no-repeat center center #EEEEEE;
  }
  .features-sub-nav ul {
    padding: 0 0 20px 20px;
    float: left;
    overflow: hidden;
    position: relative;
    display: flex;
    width: 100%;
    overflow-x: auto;
    margin: 0px;
  }
  .features-sub-nav ul li {
    flex-shrink: 0;
  }
  .features-sub-nav ul li:last-of-type {
    margin-right: 40px;
  }
}
body.fixed-header.has-features-sub-nav .features-sub-nav {
  position: fixed;
  top: 89px;
  box-shadow: 0 10px 24px 0 rgba(29, 42, 68, 0.08);
}

body.has-features-sub-nav {
  padding-top: 212px;
}
body.has-features-sub-nav.has-features-sub-nav-1031, body.has-features-sub-nav.has-features-sub-nav-1223, body.has-features-sub-nav.has-features-sub-nav-1237, body.has-features-sub-nav.has-features-sub-nav-1961 {
  padding-top: 200px;
}
body.has-features-sub-nav.has-features-sub-nav-1285 {
  padding-top: 169px;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  body.has-features-sub-nav {
    padding-top: 215px;
  }
  body.has-features-sub-nav.has-features-sub-nav-1031, body.has-features-sub-nav.has-features-sub-nav-1223, body.has-features-sub-nav.has-features-sub-nav-1237, body.has-features-sub-nav.has-features-sub-nav-1961 {
    padding-top: 203px;
  }
  body.has-features-sub-nav.has-features-sub-nav-1285 {
    padding-top: 172px;
  }

  body.fixed-header.has-features-sub-nav .features-sub-nav {
    top: 92px;
  }
}
.button-toggle-nav {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 100;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
}
.button-toggle-nav svg {
  margin: 0 8px 0 0;
  top: 1px;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .button-toggle-nav {
    display: block;
  }
}
#mobile-nav {
  background: #FFF;
  padding: 105px 0 0 0;
  position: fixed;
  top: 0px;
  left: -200%;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s opacity;
}
#mobile-nav .mobile-nav-blob-a {
  background: url(../images/mobile-nav-blob-a.svg) no-repeat;
  width: 132px;
  height: 159px;
  position: absolute;
  bottom: 64px;
  left: -30px;
  z-index: 0;
  display: block;
  animation: mobilenavmovea 20s ease-in-out infinite;
}
#mobile-nav .mobile-nav-blob-b {
  background: url(../images/mobile-nav-blob-b.svg) no-repeat;
  width: 185px;
  height: 147px;
  position: absolute;
  top: 85px;
  right: -30px;
  z-index: 0;
  display: block;
  animation: mobilenavmoveb 10s ease-in-out infinite;
}
#mobile-nav .mobile-nav-blob-c {
  background: url(../images/mobile-nav-blob-c.svg) no-repeat;
  width: 162px;
  height: 172px;
  position: absolute;
  bottom: 130px;
  right: -40px;
  z-index: 0;
  display: block;
  animation: mobilenavmovec 15s ease-in-out infinite;
}
@keyframes mobilenavmovea {
  0% {
    transform: scale(1) translate(0, 0);
  }
  30% {
    transform: scale(1.5, 1) translate(20px, 15px) rotate(-20deg);
  }
  70% {
    transform: scale(1.5, 1) translate(20px, 15px) rotate(20deg);
  }
  100% {
    transform: scale(1) translate(10px, -15px);
  }
}
@keyframes mobilenavmoveb {
  0% {
    transform: scale(1) translate(0, 0);
  }
  30% {
    transform: scale(1.5, 1) translate(-24px, 24px) rotate(-20deg);
  }
  70% {
    transform: scale(1.5, 1) translate(-24px, 24px) rotate(20deg);
  }
  100% {
    transform: scale(1) translate(5px, -15px);
  }
}
@keyframes mobilenavmovec {
  0% {
    transform: scale(1) translate(0, 0);
  }
  30% {
    transform: scale(1.5, 1) translate(15px, 15px) rotate(-20deg);
  }
  70% {
    transform: scale(1.5, 1) translate(15px, 15px) rotate(20deg);
  }
  100% {
    transform: scale(1) translate(5px, -15px);
  }
}
#mobile-nav .mobile-nav-logo {
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  height: 40px;
}
#mobile-nav .close-nav {
  position: absolute;
  top: 20px;
  right: 24px;
  height: 40px;
  padding: 7px 17px 9px 17px;
  line-height: 24px;
  font-size: 16px;
}
#mobile-nav .close-nav svg {
  top: 1px;
  margin: 0 4px 0 0;
}
#mobile-nav .mobile-back {
  background: url(../images/mobile-back-link-arrow.svg) no-repeat left 5px;
  font-size: 16px;
  line-height: 23px;
  font-weight: bold;
  top: 30px;
  left: 20px;
  display: none;
  position: absolute;
  padding: 0 0 0 20px;
}
#mobile-nav .mobile-back:hover, #mobile-nav .mobile-back:active, #mobile-nav .mobile-back:focus {
  color: #FF531C;
}
#mobile-nav nav {
  position: relative;
  z-index: 1001;
}
#mobile-nav nav .container {
  margin: 0px;
  width: auto;
  transition: 0.3s height;
}
#mobile-nav nav div.menu {
  width: 300%;
  position: relative;
  left: 0px;
  transition: 0.3s ease-in-out;
}
#mobile-nav nav .main-nav-back {
  padding: 0 0 0 52px;
  font-size: 14px;
  color: #8F8F8F;
}
#mobile-nav nav .main-nav-back:hover {
  color: #FF531C;
}
#mobile-nav nav ul li {
  display: block;
  width: 33.33%;
}
#mobile-nav nav ul li a {
  font-size: 24px;
  line-height: 35px;
  padding: 8px 20px;
  color: #000000;
  font-weight: bold;
  display: block;
}
#mobile-nav nav ul li.menu-item-has-children &gt; a:first-child {
  position: relative;
}
#mobile-nav nav ul li.menu-item-has-children &gt; a:first-child:after {
  top: 10px;
  display: inline-block;
  background: url(../images/mobile-nav-arrow.svg) no-repeat;
  width: 13px;
  height: 11px;
  margin: 0 0 0 8px;
  content: "";
}
#mobile-nav nav ul li.current-menu-item &gt; a {
  color: #FF531C;
}
#mobile-nav nav ul li ul {
  position: absolute;
  top: 0px;
  width: 33.33%;
  left: 33.33%;
  visibility: hidden;
  opacity: 0;
}
#mobile-nav nav ul li ul li {
  width: 100%;
  left: auto;
}
#mobile-nav nav ul li ul li a {
  font-weight: normal;
}
#mobile-nav nav ul li ul li a.menuitem-heading {
  font-size: 24px;
  line-height: 35px;
  padding: 8px 20px;
  color: #000000;
  font-weight: bold !important;
  display: block;
}
#mobile-nav nav ul li ul li a.menuitem-heading:after {
  top: 10px;
  display: inline-block;
  background: url(../images/mobile-nav-arrow.svg) no-repeat;
  width: 13px;
  height: 11px;
  margin: 0 0 0 8px;
  content: "";
}
#mobile-nav nav ul li ul li.nav-mobile-only a {
  font-size: 20px;
}
#mobile-nav nav ul li ul li ul {
  width: 100%;
  left: 100%;
}
#mobile-nav nav ul li.active ul {
  visibility: visible;
  opacity: 1;
}
#mobile-nav nav ul li.active ul ul {
  visibility: hidden;
  opacity: 0;
}
#mobile-nav nav ul li.active ul .active ul {
  visibility: visible;
  opacity: 1;
}
#mobile-nav .mobile-nav-footer {
  padding: 20px 12px;
  position: relative;
}
#mobile-nav .mobile-nav-footer .button {
  width: calc(50% - 16px);
  float: left;
  margin: 0 8px;
}

body.site-nav-active #mobile-nav {
  opacity: 1;
  visibility: visible;
  left: 0px;
}

body.search.search-results #sp-search-wrapper .search-form .container {
  max-width: 607px;
}
body.search.search-results #sp-search-wrapper .search-form .container form {
  position: relative;
  margin-top: 20px;
}
body.search.search-results #sp-search-wrapper .search-form .container form label {
  display: block;
  font-size: 20px;
  line-height: 36px;
  font-weight: bold;
  color: #000000;
  margin: 0 0 8px 0;
}
body.search.search-results #sp-search-wrapper .search-form .container form input[type=text] {
  height: 60px;
  display: block;
  border: 1px solid #DDDDDD;
  padding: 14px 180px 14px 20px;
  border-radius: 30px;
  font-size: 18px;
  line-height: 32px;
  color: #000;
}
body.search.search-results #sp-search-wrapper .search-form .container form input[type=text]:focus {
  border-color: #000;
}
body.search.search-results #sp-search-wrapper .search-form .container form input[type=text]::placeholder {
  color: #595959;
}
body.search.search-results #sp-search-wrapper .search-form .container form .clear-search {
  height: 52px;
  position: absolute;
  top: 63px;
  right: 146px;
  width: 16px;
  color: #8E8E8E;
  z-index: 1001;
}
body.search.search-results #sp-search-wrapper .search-form .container form .clear-search:hover, body.search.search-results #sp-search-wrapper .search-form .container form .clear-search:active, body.search.search-results #sp-search-wrapper .search-form .container form .clear-search:focus {
  color: #000;
}
body.search.search-results #sp-search-wrapper .search-form .container form .button {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 1001;
  padding-top: 12px;
}
body.search.search-results #sp-search-wrapper .search-form .container form .button svg {
  margin: 0 8px 0 0;
  top: 3px;
}
body.search.search-results #sp-search-wrapper .search-form .container form .button em {
  display: none;
}
body.search.search-results #sp-search-wrapper .search-form .container .search-results {
  padding: 58px 0 0 0;
}
body.search.search-results #sp-search-wrapper .search-form .container .search-results h5 {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  margin: 0 0 16px 0;
}
body.search.search-results #sp-search-wrapper .search-form .container .search-results ul {
  border-top: 1px solid #DDDDDD;
}
body.search.search-results #sp-search-wrapper .search-form .container .search-results ul li a {
  display: block;
  border-bottom: 1px solid #DDD;
  padding: 20px 80px 15px 0;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  position: relative;
  color: #000000;
}
body.search.search-results #sp-search-wrapper .search-form .container .search-results ul li a span {
  display: block;
  font-size: 12px;
  line-height: 22px;
  font-weight: bold;
  letter-spacing: 1.71px;
  color: #0081FF;
  margin: 0 0 1px 0;
  text-transform: uppercase;
}
body.search.search-results #sp-search-wrapper .search-form .container .search-results ul li a strong {
  color: #FF531C;
}
body.search.search-results #sp-search-wrapper .search-form .container .search-results ul li a svg {
  transition: 0.3s ease-in-out;
  color: #DDDDDD;
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
body.search.search-results #sp-search-wrapper .search-form .container .search-results ul li a:hover svg, body.search.search-results #sp-search-wrapper .search-form .container .search-results ul li a:active svg, body.search.search-results #sp-search-wrapper .search-form .container .search-results ul li a:focus svg {
  color: #FF531C;
}

#search-wrapper {
  background: #FFF;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  overflow: auto;
  display: none;
}
#search-wrapper header {
  padding: 21px 0 8px 0;
}
#search-wrapper header .container {
  width: 100%;
  padding: 0 32px;
  margin: 0 auto;
}
#search-wrapper header .container .logo {
  float: left;
  display: block;
}
#search-wrapper header .container .logo:active, #search-wrapper header .container .logo:focus {
  outline: 1px dotted #FF531C;
  outline-offset: 10px;
}
#search-wrapper header .container .button {
  float: right;
}
#search-wrapper header .container .button svg {
  margin: 0 8px 0 0;
  top: 1px;
}
#search-wrapper .search-form .container {
  max-width: 607px;
}
#search-wrapper .search-form .container form {
  position: relative;
}
#search-wrapper .search-form .container form label {
  display: block;
  font-size: 20px;
  line-height: 36px;
  font-weight: bold;
  color: #000000;
  margin: 0 0 8px 0;
}
#search-wrapper .search-form .container form input[type=text] {
  height: 60px;
  display: block;
  border: 1px solid #DDDDDD;
  padding: 14px 180px 14px 30px;
  border-radius: 30px;
  font-size: 18px;
  line-height: 32px;
  color: #000;
}
#search-wrapper .search-form .container form input[type=text]:focus {
  border-color: #000;
}
#search-wrapper .search-form .container form input[type=text]::placeholder {
  color: #595959;
}
#search-wrapper .search-form .container form .clear-search {
  height: 52px;
  position: absolute;
  top: 63px;
  right: 146px;
  width: 16px;
  color: #8E8E8E;
  z-index: 1001;
}
#search-wrapper .search-form .container form .clear-search:hover, #search-wrapper .search-form .container form .clear-search:active, #search-wrapper .search-form .container form .clear-search:focus {
  color: #000;
}
#search-wrapper .search-form .container form .button {
  position: absolute;
  top: 50px;
  right: 6px;
  z-index: 1001;
  padding-top: 10px;
}
#search-wrapper .search-form .container form .button svg {
  margin: 0 8px 0 0;
  top: 3px;
}
#search-wrapper .search-form .container form .button em {
  display: none;
}
#search-wrapper .search-form .container .search-results {
  padding: 58px 0 0 0;
}
#search-wrapper .search-form .container .search-results h5 {
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  margin: 0 0 14px 0;
}
#search-wrapper .search-form .container .search-results ul {
  border-top: 1px solid #DDDDDD;
}
#search-wrapper .search-form .container .search-results ul li a {
  display: block;
  border-bottom: 1px solid #DDD;
  padding: 20px 80px 15px 0;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  position: relative;
  color: #000000;
}
#search-wrapper .search-form .container .search-results ul li a span {
  display: block;
  font-size: 12px;
  line-height: 22px;
  font-weight: normal;
  margin: 0 0 2px 0;
}
#search-wrapper .search-form .container .search-results ul li a strong {
  color: #FF531C;
}
#search-wrapper .search-form .container .search-results ul li a svg {
  transition: 0.3s ease-in-out;
  color: #DDDDDD;
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#search-wrapper .search-form .container .search-results ul li a:hover svg, #search-wrapper .search-form .container .search-results ul li a:active svg, #search-wrapper .search-form .container .search-results ul li a:focus svg {
  color: #FF531C;
}

@media all and (min-width: 1480px) {
  #search-wrapper header .container {
    padding: 0 50px;
    width: 1440px;
  }
}
@media all and (max-width: 1280px) and (min-width: 0px) {
  #search-wrapper header .container {
    padding: 0 20px;
  }
  #search-wrapper .search-form .container {
    max-width: 607px;
    margin: 0 auto;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  #search-wrapper header {
    padding: 20px 0 0 0;
  }
  #search-wrapper header .container {
    padding: 0 20px;
  }
  #search-wrapper header .container .logo img {
    height: 40px;
  }
  #search-wrapper header .container .button {
    line-height: 24px;
    font-size: 16px;
    padding: 7px 17px 5px 17px;
    height: 40px;
  }
  #search-wrapper .search-form {
    padding: 49px 0 0 0;
  }
  #search-wrapper .search-form .container {
    max-width: none;
    margin: 0 20px;
  }
  #search-wrapper .search-form .container form label {
    display: none;
  }
  #search-wrapper .search-form .container form input[type=text] {
    height: 48px;
    font-size: 16px;
    line-height: 32px;
    padding: 7px 60px 7px 20px;
    margin: 0 0 12px 0;
  }
  #search-wrapper .search-form .container form .clear-search {
    right: 20px;
    top: 15px;
  }
  #search-wrapper .search-form .container form .button {
    display: block;
    position: relative;
    top: auto;
    right: auto;
  }
  #search-wrapper .search-form .container form .button em {
    font-style: normal;
    display: inline;
  }
  #search-wrapper .search-form .container .search-results {
    padding: 34px 0 0 0;
  }
  #search-wrapper .search-form .container .search-results ul li a {
    padding: 18px 51px 18px 0;
    font-size: 20px;
    line-height: 23px;
  }
  #search-wrapper .search-form .container .search-results ul li a span {
    margin: 0 0 5px 0;
  }
  #search-wrapper .search-form .container .search-results ul li a svg {
    right: 12px;
    color: #FF531C;
  }
}
#footer-call-to-action {
  padding: 150px 0 160px 0;
}

.call-to-action-image-link {
  display: block;
  height: 0px;
  padding-top: 57%;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.call-to-action-image-link .call-to-action-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
}
.call-to-action-image-link .call-to-action-image .call-to-action-image-inner {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background: none no-repeat center center;
  background-size: cover;
  transition: 0.3s ease-in-out;
}
.call-to-action-image-link .call-to-action-image .call-to-action-image-back {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.22);
}
.call-to-action-image-link .call-to-action-image .call-to-action-image-gradient {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 90%;
  display: block;
  transition: 0.3s ease-in-out;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.5) 100%);
}
.call-to-action-image-link h4 {
  position: absolute;
  bottom: 70px;
  left: 72px;
  font-size: 42px;
  line-height: 55px;
  color: #FFF;
  z-index: 5;
  max-width: 50%;
}
.call-to-action-image-link .button {
  position: absolute;
  bottom: 83px;
  right: 107px;
}
@media all and (min-width: 1281px) {
  .call-to-action-image-link:hover .call-to-action-image .call-to-action-image-inner, .call-to-action-image-link:active .call-to-action-image .call-to-action-image-inner, .call-to-action-image-link:focus .call-to-action-image .call-to-action-image-inner {
    transform: scale(1.2);
  }
  .call-to-action-image-link:hover .button, .call-to-action-image-link:active .button, .call-to-action-image-link:focus .button {
    color: #FF531C;
    border-color: #FFF;
  }
  .call-to-action-image-link:hover .button:before, .call-to-action-image-link:active .button:before, .call-to-action-image-link:focus .button:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    left: 0px;
  }
}

.call-to-action {
  background: #FDF7F4;
  border-radius: 24px;
}
.call-to-action .cta-inner .caption {
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 16px 0;
}
.call-to-action .cta-inner h2,
.call-to-action .cta-inner h3,
.call-to-action .cta-inner h4 {
  font-size: 42px;
  line-height: 55px;
  color: #000;
  margin: 0px;
}
.call-to-action.call-to-action-buttons-right .cta-inner {
  padding: 94px 492px 94px 72px;
}
.call-to-action.call-to-action-buttons-right .cta-inner .buttons {
  width: 294px;
  width: 334px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 107px;
}
.call-to-action.call-to-action-buttons-right .cta-inner .buttons .button {
  display: block;
  margin: 10px 0;
}
.call-to-action.call-to-action-buttons-under .cta-inner {
  padding: 79px 385px 96px 84px;
  padding: 79px 168px 96px 84px;
}
.call-to-action.call-to-action-buttons-under .cta-inner .buttons {
  padding: 35px 0 0 0;
}
.call-to-action.call-to-action-buttons-under .cta-inner .buttons .button {
  margin: 0 16px 0 0;
}
.call-to-action.call-to-action-centre .cta-inner {
  padding: 84px 280px 96px 280px;
  text-align: center;
}
.call-to-action.call-to-action-centre .cta-inner .buttons {
  padding: 44px 0 0 0;
}
.call-to-action.call-to-action-centre .cta-inner .buttons .button {
  margin: 0 8px;
}

@media all and (max-width: 1240px) and (min-width: 0px) {
  .call-to-action .cta-inner h2 br,
.call-to-action .cta-inner h3 br,
.call-to-action .cta-inner h4 br {
    display: none;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  #footer-call-to-action {
    padding: 0px;
  }
  #footer-call-to-action .container {
    margin: 0;
  }

  .page-block-call-to-action .container {
    margin: 0px;
  }

  .call-to-action {
    border-radius: 0px;
    padding: 72px 20px;
    text-align: center;
  }
  .call-to-action .cta-inner h2,
.call-to-action .cta-inner h3,
.call-to-action .cta-inner h4 {
    font-size: 28px;
    line-height: 37px;
    margin: 0 0 31px 0;
  }
  .call-to-action.call-to-action-buttons-right .cta-inner, .call-to-action.call-to-action-buttons-under .cta-inner, .call-to-action.call-to-action-centre .cta-inner {
    padding: 0px;
  }
  .call-to-action.call-to-action-buttons-right .cta-inner .buttons, .call-to-action.call-to-action-buttons-under .cta-inner .buttons, .call-to-action.call-to-action-centre .cta-inner .buttons {
    width: auto;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    max-width: 335px;
    margin: 0 auto;
    padding: 0;
  }
  .call-to-action.call-to-action-buttons-right .cta-inner .buttons .button, .call-to-action.call-to-action-buttons-under .cta-inner .buttons .button, .call-to-action.call-to-action-centre .cta-inner .buttons .button {
    display: block;
    margin: 8px 0;
  }
  .call-to-action.call-to-action-background-image {
    padding: 0px;
    text-align: left;
  }
  .call-to-action.call-to-action-background-image .call-to-action-image-link {
    height: 513px;
    padding: 0px;
    border-radius: 0px;
  }
  .call-to-action.call-to-action-background-image .call-to-action-image-link h4 {
    font-size: 32px;
    line-height: 42px;
    bottom: 118px;
    left: 0px;
    max-width: none;
    padding: 0 20px;
  }
  .call-to-action.call-to-action-background-image .call-to-action-image-link .button {
    bottom: 48px;
    right: auto;
    left: 20px;
  }
}
.page-banner .page-banner-top {
  padding: 106px 270px 128px 270px;
  text-align: center;
}
.page-banner .page-banner-top .caption {
  font-size: 20px;
  line-height: 32px;
  margin: 0 0 9px 0;
  font-weight: normal;
}
.page-banner .page-banner-top h1,
.page-banner .page-banner-top h2 {
  font-size: 48px;
  line-height: 63px;
  font-weight: bold;
  margin: 0px;
}
.page-banner .page-banner-top h3 {
  font-size: 42px;
  line-height: 55px;
  font-weight: bold;
  margin: 0 0 -10px 0;
}
.page-banner .page-banner-top p {
  font-size: 20px;
  line-height: 32px;
  margin: 0px;
  padding: 16px 0 0 0;
}
.page-banner .page-banner-top .buttons {
  padding: 31px 0 0 0;
}
.page-banner .page-banner-top .buttons .button {
  display: inline-block;
  margin: 0 8px;
  vertical-align: middle;
}
.page-banner .page-banner-top .buttons .banner-onboarding {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  margin: 0 0 0 2px;
  vertical-align: middle;
  display: inline-block;
}
.page-banner .page-banner-top .buttons .banner-onboarding svg {
  position: relative;
  margin: 0 5px 0 0;
  top: 3px;
}
.page-banner .page-banner-media {
  display: block;
  padding: 0 0 70px 0;
}
.page-banner .page-banner-media .image-holder {
  display: block;
  height: 720px;
  height: auto;
  padding-top: 58%;
  border-radius: 24px;
  background: none no-repeat center center;
  background-size: cover;
}
.page-banner .page-banner-media.page-banner-media-image img {
  display: block;
  width: 100%;
  border-radius: 24px;
}
.page-banner .page-banner-media.page-banner-media-video video {
  width: 100%;
  height: 705px;
  border-radius: 24px;
}

body.home .page-banner-main {
  position: relative;
}
body.home .page-banner-main:before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: #EBEBEB;
  height: 323px;
  content: "";
  display: block;
}
body.home .page-banner-main .page-banner-media {
  padding: 0px;
}

@media all and (min-width: 1024px) {
  body.home .page-banner-main .page-banner-top h1 {
    margin: 0 -100px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  body.home .page-banner-main:before {
    display: none;
  }
}
.page-block-banner .page-banner-top {
  padding: 0 270px 0 270px;
}
.page-block-banner .page-banner-top p {
  padding: 30px 0 0 0;
}
.page-block-banner .page-banner-top .buttons {
  padding: 43px 0 0 0;
}

@media all and (max-width: 1240px) and (min-width: 0px) {
  .page-banner .page-banner-top {
    padding: 106px 100px 128px 100px;
  }

  .page-block-banner .page-banner-top {
    padding: 0 100px 0 100px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-banner .page-banner-top {
    padding: 84px 0 88px 0;
  }
  .page-banner .page-banner-top .caption {
    font-size: 18px;
    line-height: 32px;
    margin: 0 0 12px 0;
  }
  .page-banner .page-banner-top h1 {
    font-size: 40px;
    line-height: 52px;
  }
  .page-banner .page-banner-top h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .page-banner .page-banner-top p {
    font-size: 18px;
    line-height: 28px;
    padding: 11px 0 0 0;
  }
  .page-banner .page-banner-top .buttons {
    max-width: 335px;
    margin: 0 auto;
    padding: 30px 0 0 0;
  }
  .page-banner .page-banner-top .buttons .button {
    display: block;
    margin: 8px 0;
  }
  .page-banner .page-banner-media {
    padding: 0 0 35px 0;
    margin: 0 -20px;
  }
  .page-banner .page-banner-media .image-holder {
    border-radius: 0px;
    padding-top: 72%;
  }
  .page-banner .page-banner-media.page-banner-media-image img {
    border-radius: 0px;
  }
  .page-banner .page-banner-media.page-banner-media-video video {
    border-radius: 0px;
  }

  .page-block-banner .page-banner-top {
    padding: 0;
  }
  .page-block-banner .page-banner-top p {
    padding: 15px 0 0 0;
  }
  .page-block-banner .page-banner-top .buttons {
    padding: 35px 0 0 0;
    max-width: none;
  }
  .page-block-banner .page-banner-top .buttons .button {
    display: inline-block;
    margin: 0 5px 8px 5px;
  }
}
body.single-post .page-banner .page-banner-top {
  padding-bottom: 48px;
}

@media (max-width: 1240px) and (min-width: 0px) {
  body.single-post .page-banner .page-banner-top {
    padding-bottom: 0px;
  }
}
@media (max-width: 1023px) and (min-width: 0px) {
  body.single-post .page-banner .page-banner-top {
    padding-bottom: 0px;
  }
}
.page-block-content .container {
  padding: 0 214px;
}
.page-block-content .container article {
  margin: 0 0 -28px 0;
}
.page-block-content .container article .button {
  margin: 0 16px 0 0;
  vertical-align: middle;
}
.page-block-content .container article .read-more-link,
.page-block-content .container article .arrow-link {
  vertical-align: middle;
  margin-bottom: 16px;
}
.page-block-content .container article .button {
  margin-bottom: 16px;
}
.page-block-content .container article .buttons {
  padding: 20px 0 0 0;
  margin: 0 -8px 8px -8px;
}
.page-block-content .container article .buttons .button {
  /*display: inline-block;
  font-size: 14px;
  font-weight: 500;*/
  margin: 0 8px 20px 8px;
}
.page-block-content.page-block-content-background-grey .container article, .page-block-content.page-block-content-background-grey-boxed .container article, .page-block-content.page-block-content-background-blue .container article, .page-block-content.page-block-content-background-orange .container article, .page-block-content.page-block-content-background-orange-boxed .container article {
  padding-top: 128px;
  padding-bottom: 128px;
}
.page-block-content.page-block-content-background-orange-boxed .container {
  background: #FDF7F4;
  border-radius: 24px;
}
.page-block-content.page-block-content-background-blue .content-wrapper {
  background: #F5FAFF;
}
.page-block-content.page-block-content-background-orange .content-wrapper {
  background: #FDF7F4;
}
.page-block-content.page-block-content-background-grey .content-wrapper {
  background: #F7F7F7;
}
.page-block-content.page-block-content-background-grey-boxed .container {
  background: #F7F7F7;
  border-radius: 24px;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-content .container {
    padding: 0 200px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-content .container {
    padding: 0px;
  }
  .page-block-content .container article .buttons .button {
    margin: 0 8px 18px 8px;
  }
  .page-block-content.page-block-content-background-white .container, .page-block-content.page-block-content-background-blue .container, .page-block-content.page-block-content-background-orange .container, .page-block-content.page-block-content-background-orange-boxed .container {
    margin: 0px;
    padding: 0 20px;
    border-radius: 0px;
  }
  .page-block-content.page-block-content-background-white .container article, .page-block-content.page-block-content-background-blue .container article, .page-block-content.page-block-content-background-orange .container article, .page-block-content.page-block-content-background-orange-boxed .container article {
    padding: 96px 0;
  }
  .page-block-content.page-block-content-background-orange-boxed .container article {
    padding: 77px 0;
  }
}
.page-block-intro .container {
  padding: 0 212px;
}
.page-block-intro .container article {
  text-align: center;
  margin: 0px;
}
.page-block-intro .container article h2 {
  font-size: 48px;
  line-height: 57px;
}
.page-block-intro .container article h3,
.page-block-intro .container article h4 {
  font-size: 26px;
  line-height: 38px;
  font-weight: 600;
  margin: 0;
}
.page-block-intro .container article h3 + p,
.page-block-intro .container article h4 + p {
  padding-top: 23px;
}
.page-block-intro .container article .caption {
  margin: 0 0 19px 0;
}
.page-block-intro.page-block-intro-left .container {
  padding: 0px;
}
.page-block-intro.page-block-intro-left article {
  text-align: left;
}
@media all and (min-width: 1024px) {
  .page-block-intro.home-intro .container h3 {
    font-size: 36px;
    line-height: 54px;
  }
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-intro .container {
    padding: 0 112px;
  }
  .page-block-intro .container article h2 {
    font-size: 40px;
    line-height: 48px;
    text-align: left;
  }
  .page-block-intro .container article h3,
.page-block-intro .container article h4 {
    font-size: 24px;
    line-height: 38px;
    text-align: left;
  }
  .page-block-intro.page-block-intro-left .container {
    padding: 0px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-intro .container {
    padding: 0px;
  }
  .page-block-intro .container article {
    text-align: left;
  }
}
@media all and (min-width: 1280px) {
  .icon-text-columns .icon-text {
    float: left;
    width: 50%;
  }
}
.icon-text {
  padding: 0 0 0 41px;
  position: relative;
  font-size: 20px;
  line-height: 29px;
  margin: 0 0 32px 0;
  font-weight: bold;
  color: #000;
}
.icon-text img {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.contact-details .contact-detail {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 16px 0;
  padding: 0 0 0 33px;
  font-weight: normal;
}
.contact-details .contact-detail a {
  color: #000000;
}
.contact-details .contact-detail svg {
  position: absolute;
  top: 0px;
  left: 0px;
}
.contact-details .contact-detail .contact-detail-email svg {
  top: 2px;
}
.contact-details .contact-detail span {
  display: inline-block;
  padding: 0 0 0 6px;
  color: #595959;
  font-size: 14px;
  font-weight: normal;
}

.page-block-image-and-content .image-and-content {
  display: flex;
  align-items: center;
}
.page-block-image-and-content .image-and-content article {
  width: 50%;
  padding: 0 0 0 89px;
  margin: 0 0 -26px 0;
}
.page-block-image-and-content .image-and-content article .caption {
  margin: 0 0 11px 0;
}
.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 {
  font-size: 48px;
  line-height: 60px;
  margin: 0 0 16px 0;
}
.page-block-image-and-content .image-and-content article h4 {
  font-size: 26px;
  font-weight: 500;
  line-height: 38px;
  margin: 0 0 16px 0;
}
.page-block-image-and-content .image-and-content article p {
  font-size: 16px;
}
.page-block-image-and-content .image-and-content article .button {
  margin: 6px 0 28px 0;
}
.page-block-image-and-content .image-and-content article .buttons {
  margin: 0 -8px;
}
.page-block-image-and-content .image-and-content article .buttons .button {
  margin: 0 8px 16px 8px;
}
.page-block-image-and-content .image-and-content article .contact-details {
  float: left;
  width: 50%;
}
.page-block-image-and-content .image-and-content article .contact-details p {
  display: none;
}
.page-block-image-and-content .image-and-content article .opening-hours {
  float: right;
  width: 216px;
}
.page-block-image-and-content .image-and-content article .opening-hours h4 {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 4px 0;
}
.page-block-image-and-content .image-and-content article .opening-hours p {
  font-size: 12px;
  margin: 0px;
  line-height: 28px;
}
.page-block-image-and-content .image-and-content .image-holder {
  width: 50%;
  padding: 0 16px 0 0;
  position: relative;
}
.page-block-image-and-content .image-and-content .image-holder .zoom-image {
  display: block;
}
.page-block-image-and-content .image-and-content .image-holder .zoom-image:hover {
  cursor: zoom-in;
}
.page-block-image-and-content .image-and-content .image-holder img {
  display: block;
  width: 100%;
  border-radius: 24px;
}
.page-block-image-and-content .image-and-content .image-holder .video-link {
  display: block;
  z-index: 1;
}
.page-block-image-and-content .image-and-content .image-holder .video-link .play-icon {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/play-video.svg) no-repeat center center;
  text-indent: -9999px;
  transition: 0.3s ease-in-out;
}
.page-block-image-and-content .image-and-content .image-holder .video-link:hover .image, .page-block-image-and-content .image-and-content .image-holder .video-link:active .image, .page-block-image-and-content .image-and-content .image-holder .video-link:focus .image {
  transform: scale(1.2);
}
.page-block-image-and-content .image-and-content .image-holder .video-link:hover .play-icon, .page-block-image-and-content .image-and-content .image-holder .video-link:active .play-icon, .page-block-image-and-content .image-and-content .image-holder .video-link:focus .play-icon {
  opacity: 0.8;
}
.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 89px 0 0;
}
.page-block-image-and-content.page-block-style-grey .image-and-content-wrapper {
  background: #F7F7F7;
  padding: 140px 0;
}
@media all and (min-width: 1024px) {
  .page-block-image-and-content.header-36 .image-and-content article .caption {
    font-size: 24px;
  }
  .page-block-image-and-content.header-36 .image-and-content article h2,
.page-block-image-and-content.header-36 .image-and-content article h3,
.page-block-image-and-content.header-36 .image-and-content article h4 {
    font-size: 36px;
    line-height: 54px;
    margin: 0 0 27px 0;
  }
  .page-block-image-and-content.header-36.home-key-benefit article h2,
.page-block-image-and-content.header-36.home-key-benefit article h3,
.page-block-image-and-content.header-36.home-key-benefit article h4 {
    margin-bottom: 42px;
  }
}

@media all and (min-width: 1280px) {
  .page-block-image-and-content.page-block-style-grey .image-and-content {
    padding: 0 104px;
  }
  .page-block-image-and-content.page-block-style-half .image-and-content, .page-block-image-and-content.page-block-style-half-fixed .image-and-content {
    padding: 0 104px;
  }
}
@media all and (min-width: 1024px) {
  .page-block-image-and-content.page-block-style-half .image-and-content-wrapper, .page-block-image-and-content.page-block-style-half-fixed .image-and-content-wrapper {
    position: relative;
  }
  .page-block-image-and-content.page-block-style-half .image-and-content-wrapper .half-image, .page-block-image-and-content.page-block-style-half-fixed .image-and-content-wrapper .half-image {
    height: 100%;
    background: none no-repeat center center;
    background-size: cover;
    width: calc(50% - 16px);
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .page-block-image-and-content.page-block-style-half .image-and-content-wrapper .image-and-content, .page-block-image-and-content.page-block-style-half-fixed .image-and-content-wrapper .image-and-content {
    min-height: 710px;
    z-index: 1;
  }
  .page-block-image-and-content.page-block-style-half .image-and-content-wrapper .image-and-content .image-holder, .page-block-image-and-content.page-block-style-half-fixed .image-and-content-wrapper .image-and-content .image-holder {
    visibility: hidden;
    opacity: 0;
  }
  .page-block-image-and-content.page-block-style-half.page-block-image-on-right .half-image, .page-block-image-and-content.page-block-style-half-fixed.page-block-image-on-right .half-image {
    left: auto;
    right: 0px;
  }
  .page-block-image-and-content.page-block-style-half-fixed .image-and-content-wrapper .half-image {
    background-attachment: fixed;
  }
  .page-block-image-and-content.page-block-style-half-fixed .image-and-content-wrapper .image-and-content article {
    padding-top: 128px;
    padding-bottom: 128px;
  }
}
@media all and (max-width: 1279px) and (min-width: 0px) {
  .page-block-image-and-content .image-and-content article .caption {
    margin: 0 0 7px 0;
    font-size: 16px;
  }
  .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 {
    font-size: 32px;
    line-height: 42px;
    margin: 0 0 12px 0;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .contact-details .contact-detail {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 16px 0;
  }

  .page-block-image-and-content .image-and-content {
    display: block;
  }
  .page-block-image-and-content .image-and-content .image-holder {
    width: auto;
    padding: 0 0 40px 0;
  }
  .page-block-image-and-content .image-and-content article {
    width: auto;
    padding: 0px;
  }
  .page-block-image-and-content .image-and-content article .contact-details {
    float: none;
    width: auto;
  }
  .page-block-image-and-content .image-and-content article .opening-hours {
    float: none;
    width: auto;
    padding: 5px 0 0 0;
  }
  .page-block-image-and-content.page-block-image-on-right .image-and-content article {
    padding-right: 0px;
  }
  .page-block-image-and-content.page-block-style-grey .image-and-content-wrapper {
    padding: 65px 0;
  }
  .page-block-image-and-content.page-block-style-half .half-image, .page-block-image-and-content.page-block-style-half-fixed .half-image {
    padding-top: 100%;
    height: 0px;
    position: relative;
    display: block;
    background: none no-repeat center center;
    background-size: cover;
  }
  .page-block-image-and-content.page-block-style-half .image-and-content .image-holder, .page-block-image-and-content.page-block-style-half-fixed .image-and-content .image-holder {
    display: none;
  }
  .page-block-image-and-content.page-block-style-half .image-and-content article, .page-block-image-and-content.page-block-style-half-fixed .image-and-content article {
    padding: 32px 0;
  }
}
.page-block-roles header {
  margin: 0 0 37px 0;
  padding: 0 400px 0 0;
}
.page-block-roles header h2 {
  font-size: 48px;
  line-height: 60px;
}
.page-block-roles header p {
  font-size: 18px;
  line-height: 32px;
  color: #000;
}
.page-block-roles .dont-see-role {
  position: absolute;
  top: 58px;
  right: 0px;
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.page-block-roles .dont-see-role strong {
  display: inline-block;
  line-height: 40px;
  vertical-align: top;
}
.page-block-roles .dont-see-role .arrow-link {
  margin: 0 0 0 12px;
}
.page-block-roles .roles-grid {
  margin: 0 -16px;
}
.page-block-roles .roles-grid section {
  padding: 0 16px;
  width: 25%;
  float: left;
}
.page-block-roles .roles-grid.roles-grid-4 section {
  width: 25%;
}
.page-block-roles .roles-grid.roles-grid-3 section {
  width: 33.33%;
}
.page-block-roles .roles-grid.roles-grid-2 section {
  width: 50%;
}

.role-card {
  position: relative;
  display: block;
  padding-top: 126%;
  border-radius: 32px;
  overflow: hidden;
}
.role-card .role-card-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
}
.role-card .role-card-image .role-card-image-inner {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background: none no-repeat center center;
  background-size: cover;
  transition: 0.3s ease-in-out;
}
.role-card .role-card-image .role-card-image-gradient {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 90%;
  display: block;
  transition: 0.3s ease-in-out;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.5) 100%);
}
.role-card .role-card-text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: block;
  text-align: center;
  padding: 0 32px 0 32px;
}
.role-card .role-card-text h4 {
  font-size: 32px;
  line-height: 40px;
  color: #FFF;
  margin-bottom: 40px;
  transition: 0.3s margin;
}
.role-card .role-card-text .role-card-text-hidden {
  display: none;
  opacity: 0;
  transition: 0.3s opacity;
}
.role-card .role-card-text .role-card-description {
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #FFF;
  margin: 0 0 18px 0;
}
.role-card .role-card-text .role-card-arrow-link {
  background: url(../images/role-card-arrow.svg) no-repeat right center;
  padding: 0 21px 0 0;
  font-size: 18px;
  line-height: 26px;
  height: 26px;
  color: #FFF;
  font-weight: bold;
  display: inline-block;
  margin: 0 auto 40px auto;
}
.role-card .mobile-only {
  display: none;
}
@media all and (min-width: 1024px) {
  .role-card:hover .role-card-image .role-card-image-inner, .role-card:active .role-card-image .role-card-image-inner, .role-card:focus .role-card-image .role-card-image-inner {
    transform: scale(1.2);
    opacity: 0.5;
  }
  .role-card:hover .role-card-image .role-card-image-gradient, .role-card:active .role-card-image .role-card-image-gradient, .role-card:focus .role-card-image .role-card-image-gradient {
    height: 100%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.5) 100%);
  }
  .role-card:hover .role-card-text h4, .role-card:active .role-card-text h4, .role-card:focus .role-card-text h4 {
    margin-bottom: 0px;
  }
  .role-card:hover .role-card-text .role-card-text-hidden, .role-card:active .role-card-text .role-card-text-hidden, .role-card:focus .role-card-text .role-card-text-hidden {
    opacity: 1;
  }
}

@media all and (min-width: 1024px) {
  .page-block-roles .roles-grid.roles-grid-3 section .role-card {
    padding-top: 92%;
  }
}
@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-roles header h2 {
    font-size: 32px;
    line-height: 37px;
    margin: 0 0 8px 0;
  }
  .page-block-roles header p {
    font-size: 16px;
    line-height: 26px;
  }
  .page-block-roles .dont-see-role {
    top: 46px;
  }

  .role-card .role-card-text {
    padding: 0 24px;
  }
  .role-card .role-card-text h4 {
    font-size: 28px;
  }
  .role-card .role-card-text .role-card-description {
    font-size: 16px;
    line-height: 26px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-roles header {
    margin: 0 0 24px 0;
    padding: 0;
  }
  .page-block-roles .dont-see-role {
    background: #FFFFFF;
    text-align: center;
    position: relative;
    top: auto;
    right: auto;
    padding: 16px;
    border-radius: 45px;
  }
  .page-block-roles .dont-see-role strong {
    margin: 0 0 3px 0;
    display: block;
    line-height: 32px;
  }
  .page-block-roles .dont-see-role .arrow-link {
    margin: -7px 0 -7px 18px;
  }

  .roles-grid {
    margin: 0 -8px -32px -8px;
  }
  .roles-grid section {
    width: 50% !important;
    padding: 0 8px 32px 8px !important;
  }

  .role-card {
    padding-top: 0px;
    border-radius: 0px;
    height: auto;
    overflow: visible;
  }
  .role-card .role-card-image {
    padding-top: 109%;
    border-radius: 32px;
    overflow: hidden;
    height: 0px;
    display: block;
    position: relative;
  }
  .role-card .role-card-text {
    display: none;
  }
  .role-card .mobile-only {
    display: block;
  }
  .role-card .mobile-only h4 {
    font-size: 20px;
    padding: 15px 0 3px 0;
    line-height: 29px;
    color: #000;
  }
  .role-card .mobile-only .role-card-arrow-link {
    background: url(../images/role-card-arrow-mobile.svg) no-repeat right 6px;
    padding: 0 21px 0 0;
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    color: #FF531C;
    font-weight: bold;
    display: inline-block;
  }
}
.page-block-features-slider header {
  text-align: center;
  margin: 0 0 52px 0;
}
.page-block-features-slider header .caption {
  margin: 0 0 9px 0;
}
.page-block-features-slider header h2 {
  font-size: 48px;
  line-height: 60px;
}
.page-block-features-slider .features-slider {
  background: #FFFFFF;
  box-shadow: 0 10px 24px 0 rgba(29, 42, 68, 0.08);
  overflow: hidden;
  border-radius: 32px;
}
.page-block-features-slider .features-slider .features-slider-tabs {
  height: 81px;
  background: #0081FF;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
  text-align: center;
}
.page-block-features-slider .features-slider .features-slider-tabs ul {
  text-align: center;
  display: block;
}
.page-block-features-slider .features-slider .features-slider-tabs ul li {
  display: inline-block;
}
.page-block-features-slider .features-slider .features-slider-tabs ul li a {
  display: inline-block;
  font-size: 24px;
  line-height: 32px;
  color: #B9F2FF;
  padding: 26px 40px 19px 40px;
  border-bottom: 4px solid #0081FF;
  font-weight: bold;
}
.page-block-features-slider .features-slider .features-slider-tabs ul li a:hover, .page-block-features-slider .features-slider .features-slider-tabs ul li a:active, .page-block-features-slider .features-slider .features-slider-tabs ul li a:focus {
  color: #FFF;
}
.page-block-features-slider .features-slider .features-slider-tabs ul li a:active, .page-block-features-slider .features-slider .features-slider-tabs ul li a:focus {
  background: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.4);
}
.page-block-features-slider .features-slider .features-slider-tabs ul li.active a {
  color: #FFF;
  border-bottom: 4px solid #FFF;
}
.page-block-features-slider .features-slider .features-slider-slides section {
  float: left;
  width: 100%;
  padding: 0px;
}
.page-block-features-slider .features-slider .features-slider-slides section .feature-slide {
  display: flex;
  align-items: center;
}
.page-block-features-slider .features-slider .features-slider-slides section .feature-slide article {
  width: calc(50% + 32px);
  padding: 0 74px 0 74px;
}
.page-block-features-slider .features-slider .features-slider-slides section .feature-slide article .caption {
  margin: 0 0 14px 0;
}
.page-block-features-slider .features-slider .features-slider-slides section .feature-slide article h2,
.page-block-features-slider .features-slider .features-slider-slides section .feature-slide article h3,
.page-block-features-slider .features-slider .features-slider-slides section .feature-slide article h4 {
  font-size: 40px;
  line-height: 48px;
  margin: 0 0 11px 0;
}
.page-block-features-slider .features-slider .features-slider-slides section .feature-slide article .checklist {
  margin: 0 0 34px 0;
}
.page-block-features-slider .features-slider .features-slider-slides section .feature-slide article .buttons .button {
  margin: 0 16px 0 0;
}
.page-block-features-slider .features-slider .features-slider-slides section .feature-slide article .buttons .button svg {
  margin: 0 0 0 7px;
}
.page-block-features-slider .features-slider .features-slider-slides section .feature-slide .image-holder {
  background: #71B9FF;
  height: 606px;
  width: calc(50% - 32px);
  position: relative;
  overflow: hidden;
}
.page-block-features-slider .features-slider .features-slider-slides section .feature-slide .image-holder .image {
  position: absolute;
  top: 0px;
  left: 0px;
  background: none no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.3s ease-in-out;
}
.page-block-features-slider .features-slider .features-slider-slides section .feature-slide .image-holder .video-link {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.page-block-features-slider .features-slider .features-slider-slides section .feature-slide .image-holder .video-link .play-icon {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/play-video.svg) no-repeat center center;
  text-indent: -9999px;
  transition: 0.3s ease-in-out;
}
.page-block-features-slider .features-slider .features-slider-slides section .feature-slide .image-holder .video-link:hover .image, .page-block-features-slider .features-slider .features-slider-slides section .feature-slide .image-holder .video-link:active .image, .page-block-features-slider .features-slider .features-slider-slides section .feature-slide .image-holder .video-link:focus .image {
  transform: scale(1.2);
}
.page-block-features-slider .features-slider .features-slider-slides section .feature-slide .image-holder .video-link:hover .play-icon, .page-block-features-slider .features-slider .features-slider-slides section .feature-slide .image-holder .video-link:active .play-icon, .page-block-features-slider .features-slider .features-slider-slides section .feature-slide .image-holder .video-link:focus .play-icon {
  opacity: 0.8;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-features-slider header {
    margin: 0 0 51px 0;
  }
  .page-block-features-slider header .caption {
    margin: 0 0 13px 0;
  }
  .page-block-features-slider header h2 {
    font-size: 32px;
    line-height: 44px;
  }
  .page-block-features-slider .features-slider .features-slider-tabs {
    height: 75px;
  }
  .page-block-features-slider .features-slider .features-slider-tabs ul li a {
    font-size: 18px;
    line-height: 26px;
    padding: 25px 12px 20px 12px;
  }
  .page-block-features-slider .features-slider .features-slider-slides section .feature-slide .image-holder {
    height: 496px;
  }
  .page-block-features-slider .features-slider .features-slider-slides section .feature-slide article {
    padding: 0 36px;
  }
  .page-block-features-slider .features-slider .features-slider-slides section .feature-slide article .caption {
    margin: 0 0 7px 0;
    font-size: 16px;
    letter-spacing: 1.78px;
  }
  .page-block-features-slider .features-slider .features-slider-slides section .feature-slide article h2,
.page-block-features-slider .features-slider .features-slider-slides section .feature-slide article h3,
.page-block-features-slider .features-slider .features-slider-slides section .feature-slide article h4 {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 15px 0;
  }
}
.page-block-features-slider .features-slider .features-slider-tabs-scroll {
  overflow-y: hidden;
  overflow-x: auto;
}
.page-block-features-slider .features-slider .features-slider-tabs-scroll ul {
  float: left;
  position: relative;
  overflow: hidden;
  display: flex;
  width: 100% !important;
  overflow-x: auto !important;
  padding: 0 20px;
}
.page-block-features-slider .features-slider .features-slider-tabs-scroll ul li {
  flex-shrink: 0;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-features-slider .container {
    margin: 0px;
  }
  .page-block-features-slider header {
    padding: 0 20px;
  }
  .page-block-features-slider .features-slider .features-slider-slides section .feature-slide {
    display: block;
  }
  .page-block-features-slider .features-slider .features-slider-slides section .feature-slide .image-holder {
    width: 100%;
    height: 0px;
    height: 382px;
  }
  .page-block-features-slider .features-slider .features-slider-slides section .feature-slide article {
    width: auto;
    padding: 40px 20px;
  }
  .page-block-features-slider .features-slider .features-slider-slides section .feature-slide article .buttons .button {
    margin: 0 10px 0 0;
  }
}
.page-block-feature-icons header {
  margin: 0 0 48px 0;
}
.page-block-feature-icons header .container {
  text-align: center;
}
.page-block-feature-icons header .caption {
  margin: 0 0 13px 0;
}
.page-block-feature-icons header h2 {
  font-size: 48px;
  line-height: 57px;
}
.page-block-feature-icons .feature-icons .container {
  text-align: center;
}
.page-block-feature-icons .feature-icons .feature-icons-inner {
  margin: 0 -36px -55px -36px;
}
.page-block-feature-icons .feature-icons .feature-icons-inner section {
  display: inline-block;
  padding: 0 36px 55px 36px;
}
.page-block-feature-icons .feature-icons-scroller {
  text-align: center;
}
.page-block-feature-icons .feature-icons-scroller .feature-icons-inner {
  margin: 0 0 55px 0;
  display: flex;
}
.page-block-feature-icons .feature-icons-scroller .feature-icons-inner section {
  display: inline-block;
  padding: 0 36px;
  flex-shrink: 0;
}
.page-block-feature-icons .button-holder {
  text-align: center;
  padding: 55px 0 0 0;
}

.feature-icon {
  display: block;
  text-align: center;
}
.feature-icon .feature-icon-image {
  display: block;
  height: 68px;
}
.feature-icon h5 {
  font-size: 24px;
  line-height: 32px;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-feature-icons header {
    margin: 0 0 28px 0;
  }
  .page-block-feature-icons header .caption {
    margin: 0 0 13px 0;
  }
  .page-block-feature-icons header h2 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .feature-icon h5 {
    font-size: 20px;
    line-height: 32px;
  }

  .page-block-feature-icons header {
    margin: 0 0 28px 0;
  }
  .page-block-feature-icons header .container {
    text-align: left;
  }
  .page-block-feature-icons .feature-icons {
    margin: 0 0 24px 0;
  }
  .page-block-feature-icons .feature-icons .container {
    text-align: left;
  }
  .page-block-feature-icons .feature-icons .feature-icons-inner {
    margin: 0px;
  }
  .page-block-feature-icons .feature-icons .feature-icons-inner section {
    margin: 0 0 16px 0;
    padding: 0px;
    display: block;
  }
  .page-block-feature-icons .feature-icons .feature-icons-inner section .feature-icon {
    padding: 0 0 0 48px;
    position: relative;
    text-align: left;
  }
  .page-block-feature-icons .feature-icons .feature-icons-inner section .feature-icon .feature-icon-image {
    height: auto;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .page-block-feature-icons .feature-icons .feature-icons-inner section .feature-icon .feature-icon-image img {
    max-height: 32px;
    max-width: 32px;
  }
  .page-block-feature-icons .feature-icons .feature-icons-inner section .feature-icon h5 {
    font-size: 20px;
    line-height: 32px;
  }
  .page-block-feature-icons .button-holder {
    text-align: left;
    margin: 0 20px;
    padding: 0px;
  }
  .page-block-feature-icons.page-block-feature-icons-scroller header .container {
    text-align: center;
  }
  .page-block-feature-icons.page-block-feature-icons-scroller .feature-icons-scroller .feature-icons-inner {
    margin: 0 -24px 54px -24px;
  }
  .page-block-feature-icons.page-block-feature-icons-scroller .feature-icons-scroller .feature-icons-inner section {
    padding: 0 24px;
  }
  .page-block-feature-icons.page-block-feature-icons-scroller .button-holder {
    text-align: center;
  }
}
@media all and (max-width: 560px) and (min-width: 0px) {
  .page-block-feature-icons .button-holder .button {
    display: block;
  }
}
.page-block-trusted-by .trusted-by {
  text-align: center;
}
.page-block-trusted-by .trusted-by header {
  margin: 0 0 40px 0;
}
.page-block-trusted-by .trusted-by header .caption {
  margin: 0 0 12px 0;
}
.page-block-trusted-by .trusted-by header h2 {
  font-size: 34px;
  line-height: 45px;
  margin: 0 0 30px 0;
  padding: 0 388px;
  padding: 0 215px;
}
.page-block-trusted-by .trusted-by header .read-more {
  font-size: 14px;
  line-height: 18px;
  text-decoration: underline;
}
.page-block-trusted-by .trusted-by header .read-more:hover, .page-block-trusted-by .trusted-by header .read-more:active, .page-block-trusted-by .trusted-by header .read-more:focus {
  color: #000;
}
.page-block-trusted-by .trusted-by .trusted-by-categories {
  margin: 0 0 65px 0;
}
.page-block-trusted-by .trusted-by .trusted-by-categories h4 {
  line-height: 26px;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 0 0;
}
.page-block-trusted-by .trusted-by .trusted-by-categories ul {
  display: inline-block;
  vertical-align: middle;
}
.page-block-trusted-by .trusted-by .trusted-by-categories ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 16px;
}
.page-block-trusted-by .trusted-by .trusted-by-categories ul li a {
  padding: 0 0 0 30px;
  position: relative;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
}
.page-block-trusted-by .trusted-by .trusted-by-categories ul li a:before {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 2px solid #FF531C;
  content: "";
  position: absolute;
  top: 2px;
  left: 0px;
}
.page-block-trusted-by .trusted-by .trusted-by-categories ul li a:after {
  display: none;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #FF531C;
  content: "";
  position: absolute;
  top: 6px;
  left: 4px;
}
.page-block-trusted-by .trusted-by .trusted-by-categories ul li a:hover, .page-block-trusted-by .trusted-by .trusted-by-categories ul li a:active, .page-block-trusted-by .trusted-by .trusted-by-categories ul li a:focus {
  color: #E93C04;
}
.page-block-trusted-by .trusted-by .trusted-by-categories ul li a:hover:before, .page-block-trusted-by .trusted-by .trusted-by-categories ul li a:active:before, .page-block-trusted-by .trusted-by .trusted-by-categories ul li a:focus:before {
  border-color: #E93C04;
}
.page-block-trusted-by .trusted-by .trusted-by-categories ul li a:hover:after, .page-block-trusted-by .trusted-by .trusted-by-categories ul li a:active:after, .page-block-trusted-by .trusted-by .trusted-by-categories ul li a:focus:after {
  background: #E93C04;
}
.page-block-trusted-by .trusted-by .trusted-by-categories ul li.active a:after {
  display: block;
}
.page-block-trusted-by .trusted-by .trusted-by-category-logos section {
  display: none;
}
.page-block-trusted-by .trusted-by .trusted-by-category-logos section ul {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 0 48px 0;
}
.page-block-trusted-by .trusted-by .trusted-by-category-logos section ul li {
  display: inline-block;
  flex-grow: 1;
}
.page-block-trusted-by .trusted-by .trusted-by-category-logos section ul li a:hover, .page-block-trusted-by .trusted-by .trusted-by-category-logos section ul li a:active, .page-block-trusted-by .trusted-by .trusted-by-category-logos section ul li a:focus {
  opacity: 0.6;
}
.page-block-trusted-by .trusted-by .trusted-by-category-logos section.active {
  display: block;
}
.page-block-trusted-by.home-trusted-by {
  background: #EBEBEB;
  padding: 60px 0 74px 0;
  margin-bottom: 70px;
}
.page-block-trusted-by.home-trusted-by header {
  margin: 0 0 38px 0;
}
.page-block-trusted-by.home-trusted-by header h2 {
  font-size: 34px;
  line-height: 45px;
  padding: 0px;
  text-align: left;
}
.page-block-trusted-by.home-trusted-by header .read-more {
  position: absolute;
  top: 14px;
  right: 0px;
  color: #111111;
}
.page-block-trusted-by.home-trusted-by .trusted-by-category-logos section ul {
  column-gap: 42px;
  margin: 0px;
}
.page-block-trusted-by.home-trusted-by .trusted-by-category-logos section ul li .logo-holder {
  background: #FFF;
  border: 1px solid #DDD;
  border-radius: 24px;
  height: 156px;
  line-height: 156px;
  display: block;
}
.page-block-trusted-by.home-trusted-by .trusted-by-category-logos section ul li .logo-holder img {
  display: inline-block;
  vertical-align: middle;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-trusted-by .trusted-by header {
    margin: 0 0 31px 0;
  }
  .page-block-trusted-by .trusted-by header .caption {
    margin: 0 0 13px 0;
  }
  .page-block-trusted-by .trusted-by header h2 {
    font-size: 32px;
    line-height: 44px;
    padding: 0px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-trusted-by {
    margin-bottom: 35px;
  }
  .page-block-trusted-by .container {
    margin: 0px;
  }
  .page-block-trusted-by .trusted-by {
    padding: 55px 20px 32px 20px;
  }
  .page-block-trusted-by .trusted-by .trusted-by-categories {
    margin: 0 0 48px 0;
  }
  .page-block-trusted-by .trusted-by .trusted-by-categories h4 {
    display: block;
    text-align: center;
    margin: 0 0 4px 0;
  }
  .page-block-trusted-by .trusted-by .trusted-by-categories ul {
    text-align: center;
  }
  .page-block-trusted-by .trusted-by .trusted-by-categories ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0px;
    margin: 0px;
  }
  .page-block-trusted-by .trusted-by .trusted-by-categories ul li a {
    display: inline-block;
    vertical-align: top;
    padding: 10px 10px 7px 10px;
    color: #8B8B8B;
    border-bottom: 2px solid #DDDDDD;
    font-size: 16px;
    line-height: 23px;
    font-weight: bold;
  }
  .page-block-trusted-by .trusted-by .trusted-by-categories ul li a:before, .page-block-trusted-by .trusted-by .trusted-by-categories ul li a:after {
    display: none !important;
  }
  .page-block-trusted-by .trusted-by .trusted-by-categories ul li.active a {
    color: #FF531C;
    border-bottom: 2px solid #FF531C;
  }
  .page-block-trusted-by .trusted-by .trusted-by-category-logos section ul {
    width: auto;
    display: block;
    text-align: center;
    margin: 0 -24px 32px -24px;
  }
  .page-block-trusted-by .trusted-by .trusted-by-category-logos section ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 24px 32px 24px;
  }
  .page-block-trusted-by .trusted-by .trusted-by-category-logos section ul li img {
    max-height: 48px;
    max-width: 124px;
  }
  .page-block-trusted-by.home-trusted-by header h2 {
    text-align: center;
  }
  .page-block-trusted-by.home-trusted-by header .read-more {
    position: relative;
    top: auto;
    right: auto;
  }
  .page-block-trusted-by.home-trusted-by .trusted-by {
    padding: 0 20px;
  }
  .page-block-trusted-by.home-trusted-by .trusted-by .trusted-by-category-logos section ul {
    margin: 0 -16px -32px -16px;
  }
  .page-block-trusted-by.home-trusted-by .trusted-by .trusted-by-category-logos section ul li {
    padding: 0 16px 32px 16px;
    width: 33.33%;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-trusted-by.home-trusted-by .trusted-by .trusted-by-category-logos section ul li {
    width: 50%;
  }
}
@media all and (max-width: 560px) and (min-width: 0px) {
  .page-block-trusted-by .trusted-by .trusted-by-category-logos section .button-holder .button {
    display: block;
  }
}
.page-block-icon-columns header {
  margin: 0 0 69px 0;
}
.page-block-icon-columns header .caption {
  margin: 0 0 6px 0;
}
.page-block-icon-columns header h2 {
  font-size: 48px;
  line-height: 60px;
}
.page-block-icon-columns .icon-columns {
  margin: 0 -16px -71px -16px;
}
.page-block-icon-columns .icon-columns section {
  display: inline-block;
  vertical-align: top;
  padding: 0 16px 71px 16px;
}
.page-block-icon-columns .icon-columns section .icon {
  display: block;
  height: 74px;
}
.page-block-icon-columns .icon-columns section h4 {
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 9px 0;
}
.page-block-icon-columns .icon-columns section p {
  line-height: 28px;
}
.page-block-icon-columns.page-block-icon-columns-left .button-holder {
  padding-top: 32px;
}
@media all and (min-width: 1280px) {
  .page-block-icon-columns.page-block-icon-columns-left header h2 {
    margin-right: 128px;
  }
  .page-block-icon-columns.page-block-icon-columns-left .button-holder {
    position: absolute;
    top: 0px;
    right: 0px;
  }
}
.page-block-icon-columns.page-block-icon-columns-centre header {
  text-align: center;
  margin: 0 0 64px 0;
}
.page-block-icon-columns.page-block-icon-columns-centre .icon-columns {
  text-align: center;
  margin: 0 -25px -56px -25px;
}
.page-block-icon-columns.page-block-icon-columns-centre .icon-columns section {
  display: inline-block;
  padding: 0 16px 56px 16px;
}
.page-block-icon-columns.page-block-icon-columns-centre .button-holder {
  text-align: center;
  padding: 56px 0 0 0;
}
.page-block-icon-columns.page-block-icon-columns-1 .icon-columns section {
  width: 100%;
}
.page-block-icon-columns.page-block-icon-columns-2 .icon-columns section {
  width: 50%;
}
.page-block-icon-columns.page-block-icon-columns-3 .icon-columns section {
  width: 33.33%;
}
.page-block-icon-columns.page-block-icon-columns-3.page-block-icon-columns-centre .container {
  padding: 0 180px;
}
.page-block-icon-columns.page-block-icon-columns-4 .icon-columns section {
  width: 25%;
}

.page-block-heading-and-icon-columns header {
  float: left;
  width: 50%;
  padding: 0 48px 0 0;
  margin: 0px;
}
.page-block-heading-and-icon-columns header h2 {
  margin: 0px;
  font-size: 40px;
  line-height: 50px;
}
.page-block-heading-and-icon-columns header p {
  padding: 22px 0 0 0;
  font-size: 18px;
  line-height: 28px;
  margin: 0px;
}
.page-block-heading-and-icon-columns header .button {
  margin-top: 44px;
}
.page-block-heading-and-icon-columns .icon-columns-wrapper {
  float: right;
  width: 50%;
  padding: 0 0 0 16px;
}
.page-block-heading-and-icon-columns .icon-columns-wrapper .icon-columns {
  margin: 0 -16px -55px -16px;
}
.page-block-heading-and-icon-columns .icon-columns-wrapper .icon-columns section {
  float: left;
  width: 50%;
  padding: 0 16px 55px 16px;
}
.page-block-heading-and-icon-columns .icon-columns-wrapper .icon-columns section .icon {
  height: 65px;
}
.page-block-heading-and-icon-columns .icon-columns-wrapper .icon-columns section h4 {
  margin: 0 0 9px 0;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-icon-columns header {
    margin: 0 0 35px 0;
  }
  .page-block-icon-columns header .caption {
    margin: 0 0 13px 0;
  }
  .page-block-icon-columns header h2 {
    font-size: 32px;
    line-height: 44px;
  }
  .page-block-icon-columns.page-block-icon-columns-3 .page-block-icon-columns-centre .container {
    padding: 0 76px;
  }

  .page-block-heading-and-icon-columns header {
    float: none;
    width: auto;
    padding: 0 0 32px 0;
  }
  .page-block-heading-and-icon-columns header .caption {
    margin: 0 0 7px 0;
  }
  .page-block-heading-and-icon-columns header .button {
    margin: 24px 0 0 0;
  }
  .page-block-heading-and-icon-columns .icon-columns-wrapper {
    float: none;
    width: auto;
    padding: 0px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-icon-columns .icon-columns section {
    padding-bottom: 32px;
  }
  .page-block-icon-columns .icon-columns section .icon {
    height: 52px;
  }
  .page-block-icon-columns .icon-columns section .icon img {
    max-width: 40px;
    max-height: 40px;
  }
  .page-block-icon-columns .icon-columns section h4 {
    font-size: 20px;
    line-height: 32px;
    margin: 0 0 5px 0;
  }
  .page-block-icon-columns .icon-columns section p {
    font-size: 16px;
    line-height: 24px;
  }
  .page-block-icon-columns.page-block-icon-columns-1 .icon-columns section {
    width: 100%;
  }
  .page-block-icon-columns.page-block-icon-columns-2 .icon-columns section {
    width: 50%;
  }
  .page-block-icon-columns.page-block-icon-columns-3 .icon-columns section {
    width: 50%;
  }
  .page-block-icon-columns.page-block-icon-columns-3.page-block-icon-columns-centre .container {
    padding: 0px;
  }
  .page-block-icon-columns.page-block-icon-columns-4 .icon-columns section {
    width: 50%;
  }
  .page-block-icon-columns.page-block-icon-columns-centre header {
    margin: 0 0 35px 0;
  }

  .page-block-heading-and-icon-columns header {
    position: static;
  }
  .page-block-heading-and-icon-columns header h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .page-block-heading-and-icon-columns header p {
    padding: 15px 0 0 0;
  }
  .page-block-heading-and-icon-columns header .button-holder {
    position: absolute;
    bottom: 0px;
    left: 0px;
  }
  .page-block-heading-and-icon-columns.has-button .container {
    padding-bottom: 60px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-icon-columns.page-block-icon-columns-1 .icon-columns, .page-block-icon-columns.page-block-icon-columns-2 .icon-columns, .page-block-icon-columns.page-block-icon-columns-3 .icon-columns, .page-block-icon-columns.page-block-icon-columns-4 .icon-columns {
    margin: 0px;
  }
  .page-block-icon-columns.page-block-icon-columns-1 .icon-columns section, .page-block-icon-columns.page-block-icon-columns-2 .icon-columns section, .page-block-icon-columns.page-block-icon-columns-3 .icon-columns section, .page-block-icon-columns.page-block-icon-columns-4 .icon-columns section {
    width: 100%;
    display: block;
    padding: 0 0 32px 0;
  }
  .page-block-icon-columns.page-block-icon-columns-left .icon-columns section {
    padding: 0 0 32px 60px;
    position: relative;
  }
  .page-block-icon-columns.page-block-icon-columns-left .icon-columns section .icon {
    position: absolute;
    top: 4px;
    left: 0px;
  }
  .page-block-icon-columns.page-block-icon-columns-left .icon-columns section h4 {
    margin: 0 0 7px 0;
  }
  .page-block-icon-columns.page-block-icon-columns-left .icon-columns section p {
    font-size: 14px;
    line-height: 24px;
  }

  .page-block-heading-and-icon-columns .icon-columns-wrapper .icon-columns {
    margin: 0px;
  }
  .page-block-heading-and-icon-columns .icon-columns-wrapper .icon-columns section {
    float: none;
    width: auto;
    position: relative;
    padding: 0 0 28px 60px;
  }
  .page-block-heading-and-icon-columns .icon-columns-wrapper .icon-columns section .icon {
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .page-block-heading-and-icon-columns .icon-columns-wrapper .icon-columns section .icon svg {
    max-height: 40px;
  }
  .page-block-heading-and-icon-columns .icon-columns-wrapper .icon-columns section h4 {
    margin: 0 0 7px 0;
  }
  .page-block-heading-and-icon-columns.has-button .container {
    padding-bottom: 60px;
  }

  .page-block-icon-columns.page-block-icon-columns-left .button-holder {
    padding-top: 0px;
  }
}
@media all and (max-width: 560px) and (min-width: 0px) {
  .page-block-heading-and-icon-columns.has-button .button-holder,
.page-block-heading-and-icon-columns.has-button .button {
    display: block;
    width: 100%;
  }
}
@media all and (max-width: 376px) and (min-width: 0px) {
  .page-block-icon-columns.page-block-icon-columns-left .button-holder .button {
    display: block;
  }
}
body.page-template-page-case-studies .page-banner p {
  font-size: 20px;
}
body.page-template-page-case-studies .page-banner .case-studies-filters {
  padding: 39px 0 0 0;
  max-width: 544px;
  margin: 0 auto;
}
body.page-template-page-case-studies .page-banner .case-studies-filters .category-filter-form {
  margin: 0 -16px;
}
body.page-template-page-case-studies .page-banner .case-studies-filters .category-filter-form .category-filter-form-field {
  width: 50%;
  padding: 0 16px;
  display: inline-block;
  vertical-align: top;
}

@media all and (max-width: 767px) and (min-width: 0px) {
  body.page-template-page-case-studies .page-banner p {
    font-size: 18px;
  }
  body.page-template-page-case-studies .page-banner .case-studies-filters .category-filter-form {
    margin: 0 -6px;
  }
  body.page-template-page-case-studies .page-banner .case-studies-filters .category-filter-form .category-filter-form-field {
    padding: 0 6px;
  }
  body.page-template-page-case-studies .page-banner .case-studies-filters .category-filter-form .category-filter-form-field .select-field:before {
    right: 12px;
  }
  body.page-template-page-case-studies .page-banner .case-studies-filters .category-filter-form .category-filter-form-field .select-field select {
    font-size: 14px;
    padding-left: 22px;
    line-height: 18px;
    padding-right: 74px;
  }
}
.page-block-case-studies .case-studies-wrapper {
  padding: 86px 0 125px 0;
  background: #F7F7F7;
}
.page-block-case-studies header {
  margin: 0 0 64px 0;
  padding: 0 240px 0 0;
}
.page-block-case-studies header .caption {
  margin: 0 0 11px 0;
}
.page-block-case-studies header h2 {
  font-size: 48px;
  line-height: 60px;
}
.page-block-case-studies .case-studies-slider {
  margin: 0 -16px;
}
.page-block-case-studies .case-studies-slider section {
  float: left;
  width: 33.33%;
  padding: 0 16px;
}
.page-block-case-studies .button-holder {
  position: absolute;
  top: 35px;
  right: 0px;
}

body.home .page-block-case-studies .case-studies-wrapper {
  padding: 0px;
  background: transparent;
}

@media all and (min-width: 1024px) {
  body.home .page-block-case-studies .case-studies-wrapper .button-holder {
    top: 0px;
  }
}
.page-block-case-studies-grid {
  padding-top: 0px;
}
.page-block-case-studies-grid header {
  margin: 0 0 48px 0;
}
.page-block-case-studies-grid header h2 {
  font-size: 48px;
  line-height: 57px;
  float: left;
}
.page-block-case-studies-grid header .category-filter {
  float: right;
}
.page-block-case-studies-grid header .category-filter .select-field {
  height: 52px;
  border: none;
  background: #FFFFFF;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
  border-radius: 2px;
  width: 248px;
}
.page-block-case-studies-grid header .category-filter .select-field:before {
  right: 24px;
  width: 14px;
  height: 8px;
  margin-top: -4px;
}
.page-block-case-studies-grid header .category-filter .select-field select {
  height: 52px;
  font-size: 18px;
  line-height: 26px;
  padding: 15px 50px 11px 20px;
}
.page-block-case-studies-grid .case-studies-grid {
  margin: 0 -16px -32px -16px;
}
.page-block-case-studies-grid .case-studies-grid section {
  float: left;
  width: 33.33%;
  padding: 0 16px 32px 16px;
}

.case-study-card {
  display: block;
  background: #FFFFFF;
  box-shadow: 0 10px 24px 0 rgba(29, 42, 68, 0.08);
  border-radius: 32px;
  padding: 40px 40px 84px 40px;
  position: relative;
  min-height: 336px;
}
.case-study-card img {
  display: block;
  margin: 0 0 17px 0;
  max-height: 48px;
}
.case-study-card h4 {
  font-size: 24px;
  line-height: 35px;
  color: #000;
  margin: 0 0 9px 0;
}
.case-study-card small {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #595959;
}
.case-study-card .read-more {
  color: #FF531C;
  font-size: 16px;
  line-height: 21px;
  text-decoration: underline;
  position: absolute;
  bottom: 36px;
  left: 40px;
}
.case-study-card .case-study-card-read-link {
  color: #FF531C;
  font-size: 16px;
  line-height: 23px;
  font-weight: bold;
  position: absolute;
  bottom: 32px;
  left: 40px;
  padding: 9px 48px 7px 0;
}
.case-study-card .case-study-card-read-link .link-arrow {
  position: absolute;
  top: 0px;
  right: 0px;
}
@media all and (min-width: 1024px) {
  .case-study-card:hover .case-study-card-read-link, .case-study-card:active .case-study-card-read-link, .case-study-card:focus .case-study-card-read-link {
    color: #FF531C;
  }
  .case-study-card:hover .case-study-card-read-link .link-arrow .link-arrow-arrow, .case-study-card:active .case-study-card-read-link .link-arrow .link-arrow-arrow, .case-study-card:focus .case-study-card-read-link .link-arrow .link-arrow-arrow {
    transform: translate3d(10px, 0, 0);
  }
  .case-study-card:hover .case-study-card-read-link .link-arrow .arrow-icon--circle, .case-study-card:active .case-study-card-read-link .link-arrow .arrow-icon--circle, .case-study-card:focus .case-study-card-read-link .link-arrow .arrow-icon--circle {
    stroke-dashoffset: 0;
  }
  .case-study-card:active .case-study-card-read-link, .case-study-card:focus .case-study-card-read-link {
    color: #E93C04;
  }
}

#case-study-banner {
  padding: 165px 0 115px 0;
}
#case-study-banner .case-study-banner {
  display: flex;
  align-items: center;
}
#case-study-banner .case-study-banner .case-study-banner-left {
  width: calc(100% - 296px);
  padding: 0 64px 0 0;
}
#case-study-banner .case-study-banner .case-study-banner-left h2 {
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  margin: 0 0 9px 0;
}
#case-study-banner .case-study-banner .case-study-banner-left h1 {
  font-size: 48px;
  line-height: 64px;
}
#case-study-banner .case-study-banner .case-study-banner-left .mobile-only {
  display: none;
}
#case-study-banner .case-study-banner .case-study-banner-left .case-study-meta {
  padding: 32px 0 0 0;
  margin: 0 -32px;
}
#case-study-banner .case-study-banner .case-study-banner-left .case-study-meta li {
  padding: 0 32px;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 21px;
  color: #595959;
}
#case-study-banner .case-study-banner .case-study-banner-left .case-study-meta li strong {
  display: block;
  font-size: 16px;
  color: #000;
}
#case-study-banner .case-study-banner .case-study-banner-logo {
  width: 296px;
  position: relative;
}
#case-study-banner .case-study-banner .case-study-banner-logo .logo-holder {
  z-index: 10;
  display: block;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 32px;
  height: 194px;
  text-align: center;
  position: relative;
}
#case-study-banner .case-study-banner .case-study-banner-logo .logo-holder img {
  position: absolute;
  max-width: 80%;
  max-height: 80%;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  #case-study-banner .case-study-banner {
    padding: 0 64px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-case-studies-grid header {
    margin: 0 0 48px 0;
  }
  .page-block-case-studies-grid header h2 {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 22px 0;
  }
  .page-block-case-studies-grid .case-studies-grid {
    margin: 0 -16px -32px -16px;
  }
  .page-block-case-studies-grid .case-studies-grid section {
    width: 50%;
  }

  .page-block-case-studies .case-studies-wrapper {
    padding: 55px 0 83px 0;
  }
  .page-block-case-studies header {
    margin: 0 0 35px 0;
    padding: 0;
  }
  .page-block-case-studies header .caption {
    margin: 0 0 3px 0;
  }
  .page-block-case-studies header h2 {
    font-size: 32px;
    line-height: 44px;
  }
  .page-block-case-studies .case-studies-slider {
    margin: 0 -10px 34px -10px;
  }
  .page-block-case-studies .case-studies-slider section {
    float: left;
    width: auto;
    padding: 0 10px 34px 10px;
  }
  .page-block-case-studies .case-studies-slider .slick-prev {
    left: 10px;
  }
  .page-block-case-studies .case-studies-slider .slick-next {
    right: 10px;
  }
  .page-block-case-studies .button-holder {
    position: relative;
    top: auto;
    right: auto;
  }

  .case-study-card {
    padding: 32px 24px 79px 24px;
    min-height: 277px;
  }
  .case-study-card h4 {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 18px 0;
  }
  .case-study-card .read-more {
    bottom: 35px;
    left: 24px;
  }

  #case-study-banner {
    padding: 0 0 48px 0;
  }
  #case-study-banner .case-study-banner {
    height: auto;
    display: block;
    padding: 40px 20px 46px 20px;
  }
  #case-study-banner .case-study-banner .case-study-banner-left {
    width: auto;
    padding: 0px;
  }
  #case-study-banner .case-study-banner .case-study-banner-left h2 {
    font-size: 16px;
    letter-spacing: 1.78px;
    margin: 0 0 15px 0;
  }
  #case-study-banner .case-study-banner .case-study-banner-left h1 {
    font-size: 40px;
    line-height: 45px;
    margin: 0 0 38px 0;
  }
  #case-study-banner .case-study-banner .case-study-banner-left .mobile-only {
    display: block;
    max-height: 40px;
  }
  #case-study-banner .case-study-banner .case-study-banner-left .case-study-meta {
    margin: 0 -20px;
  }
  #case-study-banner .case-study-banner .case-study-banner-left .case-study-meta li {
    padding: 0 20px;
    font-size: 16px;
    line-height: 20px;
  }
  #case-study-banner .case-study-banner .case-study-banner-left .case-study-meta li strong {
    font-size: 14px;
  }
  #case-study-banner .case-study-banner .case-study-banner-logo {
    display: none;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-case-studies-grid header h2 {
    float: none;
  }
  .page-block-case-studies-grid header .category-filter {
    float: none;
    max-width: 335px;
    width: 100%;
  }
  .page-block-case-studies-grid header .category-filter .select-field {
    width: 100%;
  }
  .page-block-case-studies-grid .case-studies-grid {
    margin: 0 0 -24px 0;
  }
  .page-block-case-studies-grid .case-studies-grid section {
    width: auto;
    float: none;
    padding: 0 0 20px 0;
  }
}
@media all and (max-width: 560px) and (min-width: 0px) {
  .page-block-case-studies .button-holder .button {
    display: block;
  }
}
.page-block-services-slider header {
  margin: 0 0 64px 0;
  padding: 0 240px 0 0;
}
.page-block-services-slider header .caption {
  margin: 0 0 11px 0;
}
.page-block-services-slider header h2 {
  font-size: 48px;
  line-height: 60px;
}
.page-block-services-slider .services-slider {
  margin: 0 -16px;
}
.page-block-services-slider .services-slider section {
  float: left;
  width: 25%;
  padding: 0 16px;
}
.page-block-services-slider .services-slider.services-slider-count-3 section {
  width: 33.33%;
}

.service-card img {
  border-radius: 4px;
  display: block;
  margin: 0 0 24px 0;
  width: 100%;
}
.service-card h4 {
  font-size: 24px;
  line-height: 36px;
  color: #000;
  margin: 0 0 7px 0;
}
.service-card p {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #595959;
  margin: 0 0 12px 0;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-services-slider header {
    margin: 0 0 27px 0;
    padding: 0;
  }
  .page-block-services-slider header .caption {
    margin: 0 0 13px 0;
  }
  .page-block-services-slider header h2 {
    font-size: 32px;
    line-height: 44px;
  }
  .page-block-services-slider .services-slider {
    margin: 0 -10px 0 -10px;
  }
  .page-block-services-slider .services-slider section {
    float: left;
    width: auto;
    padding: 0 10px 60px 10px;
  }
  .page-block-services-slider .services-slider .slick-prev {
    left: 10px;
  }
  .page-block-services-slider .services-slider .slick-next {
    right: 10px;
  }
}
.image-link-card {
  display: block;
  height: 0px;
  padding-top: 66%;
  position: relative;
  border-radius: 32px;
  overflow: hidden;
}
.image-link-card .image-link-card-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
}
.image-link-card .image-link-card-image .image-link-card-image-inner {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background: none no-repeat center center;
  background-size: cover;
  transition: 0.3s ease-in-out;
}
.image-link-card .image-link-card-image .image-link-card-image-back {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.22);
}
.image-link-card .image-link-card-image .image-link-card-image-gradient {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 90%;
  display: block;
  transition: 0.3s ease-in-out;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.5) 100%);
}
.image-link-card .image-link-card-text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: block;
  text-align: left;
  padding: 0 48px 51px 48px;
  transition: 0.3s bottom ease-in-out;
}
.image-link-card .image-link-card-text .caption {
  margin: 0 0 14px 0;
  color: #FFF;
  display: block;
  font-size: 20px;
}
.image-link-card .image-link-card-text h4 {
  font-size: 40px;
  line-height: 49px;
  color: #FFF;
}
.image-link-card .image-link-card-badge {
  position: absolute;
  top: 24px;
  right: 24px;
  background: #000;
  padding: 3px 10px 1px 10px;
  border-radius: 3px;
  color: #FFF;
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
  z-index: 3;
}
.image-link-card .learn-more-link {
  transition: 0.3s ease-in-out;
  visibility: hidden;
  display: block;
  opacity: 0;
  position: absolute;
  bottom: 11px;
  left: 48px;
  font-size: 18px;
  line-height: 26px;
  padding: 0 20px 0 0;
  color: #FFF;
  font-weight: bold;
  background: url(../images/learn-more-link-white.svg) no-repeat right 7px;
}
@media all and (min-width: 1281px) {
  .image-link-card:hover .image-link-card-text, .image-link-card:active .image-link-card-text, .image-link-card:focus .image-link-card-text {
    bottom: 29px;
  }
  .image-link-card:hover .learn-more-link, .image-link-card:active .learn-more-link, .image-link-card:focus .learn-more-link {
    visibility: visible;
    opacity: 1;
    bottom: 40px;
  }
  .image-link-card:hover .image-link-card-image .image-link-card-image-inner, .image-link-card:active .image-link-card-image .image-link-card-image-inner, .image-link-card:focus .image-link-card-image .image-link-card-image-inner {
    transform: scale(1.2);
  }
}

.page-block-image-link-cards h2 {
  font-size: 48px;
  line-height: 60px;
  margin: 0 0 48px 0;
}
.page-block-image-link-cards .image-link-cards {
  margin: 0 -16px;
}
.page-block-image-link-cards .image-link-cards section {
  padding: 0 16px;
}
.page-block-image-link-cards .image-link-cards.image-link-cards-2 section {
  width: 50%;
  float: left;
}
.page-block-image-link-cards .image-link-cards.image-link-cards-1 section .image-link-card {
  padding-top: 48%;
}
.page-block-image-link-cards .image-link-cards.image-link-cards-1 section .image-link-card .image-link-card-badge {
  right: 32px;
  top: 32px;
}
.page-block-image-link-cards .image-link-cards.image-link-cards-1 section .image-link-card .image-link-card-text {
  padding: 0 76px 51px 76px;
}
.page-block-image-link-cards .image-link-cards.image-link-cards-1 section .image-link-card .image-link-card-text h4 {
  max-width: 745px;
}
.page-block-image-link-cards .image-link-cards.image-link-cards-1 section .image-link-card .learn-more-link {
  left: 76px;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-image-link-cards .image-link-cards.image-link-cards-1 section .image-link-card .image-link-card-badge,
.image-link-card .image-link-card-badge {
    font-size: 12px;
    line-height: 22px;
    padding: 4px 9px 1px 9px;
    top: 27px;
    right: 27px;
  }
  .page-block-image-link-cards .image-link-cards.image-link-cards-1 section .image-link-card .learn-more-link,
.image-link-card .learn-more-link {
    left: 24px;
    visibility: visible;
    bottom: 32px;
    opacity: 1;
  }
  .page-block-image-link-cards .image-link-cards.image-link-cards-1 section .image-link-card .image-link-card-text,
.image-link-card .image-link-card-text {
    padding: 0 24px 72px 24px;
  }
  .page-block-image-link-cards .image-link-cards.image-link-cards-1 section .image-link-card .image-link-card-text .caption,
.image-link-card .image-link-card-text .caption {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 10px 0;
  }
  .page-block-image-link-cards .image-link-cards.image-link-cards-1 section .image-link-card .image-link-card-text h4,
.image-link-card .image-link-card-text h4 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-image-link-cards .image-link-cards.image-link-cards-1 section .image-link-card,
.image-link-card {
    height: 400px;
    padding-top: 0px;
  }

  .page-block-image-link-cards h2 {
    font-size: 28px;
    line-height: 34px;
    margin: 0 0 39px 0;
  }

  .page-block-image-link-cards .image-link-cards,
.page-block-image-link-cards .image-link-cards.image-link-cards-2 {
    margin: 0 0 -32px 0;
  }
  .page-block-image-link-cards .image-link-cards section,
.page-block-image-link-cards .image-link-cards.image-link-cards-2 section {
    width: auto;
    float: none;
    padding: 0 0 32px 0;
  }
}
.page-block-text-box-on-image .text-box-on-image {
  height: 653px;
  border-radius: 32px;
  overflow: hidden;
  background: none no-repeat center center;
  background-size: cover;
}
.page-block-text-box-on-image .text-box-on-image .background-image {
  display: none;
}
.page-block-text-box-on-image .text-box-on-image .text-box-article {
  height: 653px;
  position: relative;
}
.page-block-text-box-on-image .text-box-on-image article {
  background: #FFFFFF;
  border-radius: 32px;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 501px;
  right: 107px;
  padding: 86px 64px 80px 64px;
}
.page-block-text-box-on-image .text-box-on-image article .caption {
  margin: 0 0 16px 0;
}
.page-block-text-box-on-image .text-box-on-image article .checklist {
  margin: 0 0 32px 0;
}
.page-block-text-box-on-image .text-box-on-image article .checklist ul {
  margin: 0 0 -14px 0;
}
.page-block-text-box-on-image .text-box-on-image article .checklist ul li {
  font-size: 24px;
  margin: 0 0 14px 0;
}
.page-block-text-box-on-image .text-box-on-image article h2 {
  font-size: 48px;
  line-height: 56px;
  margin: 0 0 20px 0;
}
.page-block-text-box-on-image .text-box-on-image article h3 {
  font-size: 40px;
  line-height: 48px;
  margin: 0 0 20px 0;
}
.page-block-text-box-on-image .text-box-on-image article h4 {
  font-size: 26px;
  line-height: 38px;
  margin: 0 0 20px 0;
}
.page-block-text-box-on-image .text-box-on-image article p {
  margin: 0px;
}
.page-block-text-box-on-image .text-box-on-image article .button {
  margin: 24px 0 0 0;
}
.page-block-text-box-on-image .text-box-on-image article form {
  position: relative;
}
.page-block-text-box-on-image .text-box-on-image article form label {
  position: absolute;
  left: -9999px;
}
.page-block-text-box-on-image .text-box-on-image article form li label {
  position: relative;
  left: auto;
  padding-top: 4px;
  font-size: 14px;
  line-height: 18px;
  display: block;
}
.page-block-text-box-on-image .text-box-on-image article form input[type=email] {
  border-radius: 26px !important;
  height: 52px;
  border: 1px solid #EBEBEB;
  padding: 12px 130px 12px 20px;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}
.page-block-text-box-on-image .text-box-on-image article form input[type=email]:focus {
  border-color: #0081FF;
}
.page-block-text-box-on-image .text-box-on-image article form .hs-button {
  position: absolute;
  top: 2px;
  right: 2px;
  height: 48px;
  line-height: 24px;
  font-size: 16px;
  padding: 12px 24px;
  z-index: 1;
}
.page-block-text-box-on-image .text-box-on-image article form p {
  padding: 18px 0 0 0;
  font-size: 16px;
  line-height: 26px;
}
.page-block-text-box-on-image .text-box-on-image article form p a {
  color: #000000;
  text-decoration: underline;
}
.page-block-text-box-on-image .text-box-on-image article form p a:hover, .page-block-text-box-on-image .text-box-on-image article form p a:active, .page-block-text-box-on-image .text-box-on-image article form p a:focus {
  color: #FF531C;
}
.page-block-text-box-on-image.page-block-content-on-left article {
  right: auto;
  left: 107px;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-text-box-on-image .text-box-on-image {
    height: auto;
    background: none !important;
    border-radius: 0px;
    overflow: visible;
    box-shadow: none;
  }
  .page-block-text-box-on-image .text-box-on-image .background-image {
    display: block;
    height: 0px;
    padding-top: 60%;
    border-radius: 24px;
    background: none no-repeat center center;
    background-size: cover;
  }
  .page-block-text-box-on-image .text-box-on-image .text-box-article {
    height: auto;
  }
  .page-block-text-box-on-image .text-box-on-image article {
    padding: 32px 0 0 0;
    position: relative;
    top: auto;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    right: auto !important;
    left: auto !important;
    width: auto;
    border-radius: 0 0 32px 32px;
    overflow: visible;
    box-shadow: none;
  }
  .page-block-text-box-on-image .text-box-on-image article .caption {
    font-size: 16px;
    margin: 0 0 5px 0;
  }
  .page-block-text-box-on-image .text-box-on-image article h2,
.page-block-text-box-on-image .text-box-on-image article h3,
.page-block-text-box-on-image .text-box-on-image article h4 {
    font-size: 28px;
    line-height: 40px;
    margin: 0 0 24px 0;
  }
  .page-block-text-box-on-image .text-box-on-image article .checklist {
    margin: 0 0 24px 0;
  }
  .page-block-text-box-on-image .text-box-on-image article .checklist ul {
    margin: 0 0 -8px 0;
  }
  .page-block-text-box-on-image .text-box-on-image article .checklist ul li {
    font-size: 20px;
    margin: 0 0 8px 0;
  }
}
.page-block-testimonials-slider header {
  margin: 0 0 42px 0;
}
.page-block-testimonials-slider header h2 {
  font-size: 48px;
  line-height: 60px;
}
.page-block-testimonials-slider .testimonials-slider {
  margin: 0 -16px;
}
.page-block-testimonials-slider .testimonials-slider section {
  float: left;
  padding: 0 16px;
  width: 50%;
}
.page-block-testimonials-slider .testimonials-slider section blockquote {
  background: #FFFFFF;
  box-shadow: 0 10px 24px 0 rgba(29, 42, 68, 0.12);
  border-radius: 32px;
  padding: 71px 64px 156px 64px;
  position: relative;
  min-height: 400px;
  display: block;
}
.page-block-testimonials-slider .testimonials-slider section blockquote p {
  font-size: 20px;
  line-height: 34px;
  margin: 0 0 32px 0;
}
.page-block-testimonials-slider .testimonials-slider section blockquote cite {
  display: block;
  position: absolute;
  left: 64px;
  bottom: 74px;
  line-height: 22px;
  font-size: 16px;
}
.page-block-testimonials-slider .testimonials-slider section blockquote cite strong {
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}
.page-block-testimonials-slider .testimonials-slider section blockquote img {
  position: absolute;
  bottom: 80px;
  right: 64px;
  max-width: 120px;
  max-height: 32px;
}
@media all and (min-width: 1024px) {
  .page-block-testimonials-slider .testimonials-slider .slick-dots {
    display: none !important;
  }
  .page-block-testimonials-slider .testimonials-slider .slick-arrow {
    width: 52px;
    height: 52px;
    border: 2px solid #FF531C;
    border-radius: 100%;
    right: 11px;
    top: -98px;
    overflow: hidden;
  }
  .page-block-testimonials-slider .testimonials-slider .slick-arrow svg {
    position: absolute;
    top: 24px;
    left: 18px;
  }
  .page-block-testimonials-slider .testimonials-slider .slick-arrow.slick-prev {
    right: 75px;
    left: auto;
  }
  .page-block-testimonials-slider .testimonials-slider .slick-arrow:before {
    transition: 0.3s ease-in-out;
    content: "";
    position: absolute;
    border-radius: 26px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #E93C04;
  }
  .page-block-testimonials-slider .testimonials-slider .slick-arrow:hover {
    border: 2px solid #FF531C !important;
    color: #FFF !important;
  }
  .page-block-testimonials-slider .testimonials-slider .slick-arrow:hover:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .page-block-testimonials-slider .testimonials-slider .slick-arrow:active, .page-block-testimonials-slider .testimonials-slider .slick-arrow:focus {
    background: #E93C04 !important;
    border: 2px solid #FF531C !important;
    color: #FFF !important;
  }
  .page-block-testimonials-slider .testimonials-slider .slick-arrow:active:before, .page-block-testimonials-slider .testimonials-slider .slick-arrow:focus:before {
    display: none;
  }
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-testimonials-slider header {
    margin: 0 0 27px 0;
  }
  .page-block-testimonials-slider header h2 {
    font-size: 32px;
    line-height: 44px;
  }
  .page-block-testimonials-slider .testimonials-slider {
    margin: 0 -10px;
  }
  .page-block-testimonials-slider .testimonials-slider .slick-arrow.slick-prev {
    left: 10px;
  }
  .page-block-testimonials-slider .testimonials-slider .slick-arrow.slick-next {
    right: 10px;
  }
  .page-block-testimonials-slider .testimonials-slider section {
    padding: 0 10px 34px 10px;
  }
  .page-block-testimonials-slider .testimonials-slider section blockquote {
    padding: 41px 24px 164px 24px;
  }
  .page-block-testimonials-slider .testimonials-slider section blockquote p {
    font-size: 18px;
    line-height: 30px;
  }
  .page-block-testimonials-slider .testimonials-slider section blockquote .testimonial-bottom {
    position: absolute;
    bottom: 32px;
    width: 100%;
    left: 0px;
    padding: 0 24px;
  }
  .page-block-testimonials-slider .testimonials-slider section blockquote .testimonial-bottom cite {
    font-size: 14px;
    line-height: 28px;
    margin: 0 0 14px 0;
    padding: 0px;
    position: relative;
    left: auto;
    bottom: auto;
  }
  .page-block-testimonials-slider .testimonials-slider section blockquote .testimonial-bottom cite strong {
    font-size: 16px;
    line-height: 28px;
  }
  .page-block-testimonials-slider .testimonials-slider section blockquote .testimonial-bottom img {
    display: block;
    position: relative;
    right: auto;
    bottom: auto;
  }
}
.page-block-testimonial .container {
  padding: 0 217px;
}
.page-block-testimonial blockquote {
  background: url(../images/quote.svg) no-repeat left top;
  padding: 70px 0 42px 0;
  border-bottom: 2px solid #000;
}
.page-block-testimonial blockquote p {
  font-size: 20px;
  line-height: 34px;
  color: #000;
}
.page-block-testimonial blockquote .testimonial-credit {
  padding: 36px 0 0 0;
}
.page-block-testimonial blockquote .testimonial-credit img {
  float: left;
  padding: 0 20px 0 0;
  height: 32px;
  margin: 4px 20px 0 0;
  border-right: 1px solid #EBEBEB;
}
.page-block-testimonial blockquote .testimonial-credit cite {
  font-size: 16px;
  line-height: 22px;
}
.page-block-testimonial blockquote .testimonial-credit cite strong {
  line-height: 22px;
  font-size: 16px;
  margin: 0 0 6px 0;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-testimonial .container {
    padding: 0 117px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-testimonial .container {
    padding: 0px;
  }
  .page-block-testimonial blockquote {
    padding: 63px 0 24px 0;
  }
  .page-block-testimonial blockquote p {
    font-size: 16px;
    line-height: 32px;
  }
  .page-block-testimonial blockquote .testimonial-credit {
    padding: 37px 0 0 0;
  }
  .page-block-testimonial blockquote .testimonial-credit img {
    float: none;
    border: none;
    margin: 0 0 18px 0;
  }
  .page-block-testimonial blockquote .testimonial-credit cite {
    display: block;
  }
}
.page-block-columns header {
  margin: 0 0 56px 0;
  max-width: 821px;
}
.page-block-columns header h2 {
  font-size: 48px;
  line-height: 63px;
}
.page-block-columns header p {
  padding: 26px 0 0 0;
  line-height: 28px;
}
.page-block-columns .columns {
  margin: 0 -16px;
}
.page-block-columns .columns section {
  float: left;
  padding: 0 16px;
}
.page-block-columns .columns section article p {
  font-size: 16px;
}
.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%;
}
.page-block-columns.page-block-columns-grey .columns-wrapper {
  padding: 86px 0 86px 0;
  background: #F7F7F7;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-columns .columns.columns-2 section {
    width: 50%;
  }
  .page-block-columns .columns.columns-3 section {
    width: 50%;
  }
  .page-block-columns .columns.columns-3 section:nth-child(2n+1) {
    clear: left;
  }
  .page-block-columns .columns.columns-4 section {
    width: 50%;
  }
  .page-block-columns .columns.columns-4 section:nth-child(2n+1) {
    clear: left;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-columns header {
    margin: 0 0 29px 0;
  }
  .page-block-columns header h2 {
    font-size: 32px;
    line-height: 44px;
  }
  .page-block-columns .columns {
    margin: 0px;
  }
  .page-block-columns .columns.columns-2 section, .page-block-columns .columns.columns-3 section, .page-block-columns .columns.columns-4 section {
    width: auto;
    float: none;
    padding: 0 0 6px 0;
  }
  .page-block-columns.page-block-columns-grey .columns-wrapper {
    padding: 55px 0;
  }
}
.page-block-stats-bar .stats {
  margin: 0 -16px;
  text-align: center;
}
.page-block-stats-bar .stats section {
  padding: 0 16px;
  display: inline-block;
  vertical-align: top;
}
.page-block-stats-bar .stats section .stat {
  background: #F7F7F7;
  border-radius: 24px;
  padding: 40px 40px 40px 40px;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}
.page-block-stats-bar .stats section .stat .icon {
  display: block;
  height: 51px;
}
.page-block-stats-bar .stats section .stat .icon img {
  margin: 0 auto;
}
.page-block-stats-bar .stats section .stat strong {
  display: block;
  font-size: 40px;
  line-height: 60px;
  color: #000;
  font-weight: bold;
  margin: 0 0 1px 0;
}
.page-block-stats-bar .stats section.mobile-only {
  display: none;
}
.page-block-stats-bar .stats.stats-count-1 section {
  float: none;
  width: auto;
}
.page-block-stats-bar .stats.stats-count-2 section {
  width: 50%;
}
.page-block-stats-bar .stats.stats-count-3 section {
  width: 25%;
}
.page-block-stats-bar .stats.stats-count-4 section {
  width: 25%;
}
.page-block-stats-bar.page-block-stats-bar-has-heading .stats-bar {
  background: #FFFFFF;
  box-shadow: 0 10px 24px 0 rgba(29, 42, 68, 0.08);
  border-radius: 32px;
  padding: 96px;
  display: flex;
  align-items: center;
}
.page-block-stats-bar.page-block-stats-bar-has-heading .stats-bar header {
  flex-grow: 0;
}
.page-block-stats-bar.page-block-stats-bar-has-heading .stats-bar header h3 {
  font-size: 48px;
  line-height: 65px;
  padding: 0 80px 0 0;
}
.page-block-stats-bar.page-block-stats-bar-has-heading .stats-bar .stats-holder {
  flex-grow: 1;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-stats-bar .stats section .stat {
    font-size: 20px;
    line-height: 32px;
  }
  .page-block-stats-bar .stats section .stat strong {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 1px 0;
  }
  .page-block-stats-bar.page-block-stats-bar-has-heading .stats-bar {
    padding: 48px;
  }
  .page-block-stats-bar.page-block-stats-bar-has-heading .stats-bar header h3 {
    padding: 0 32px 0 0;
    font-size: 32px;
    line-height: 40px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-stats-bar .stats {
    margin: 0 -6px -12px -6px;
  }
  .page-block-stats-bar .stats section {
    padding: 0 6px 12px 6px;
    width: 50%;
  }
  .page-block-stats-bar .stats section:nth-child(2n+1) {
    clear: left;
  }
  .page-block-stats-bar .stats section .stat {
    padding: 32px 10px 39px 10px;
    font-size: 20px;
    line-height: 32px;
  }
  .page-block-stats-bar .stats section .stat .icon {
    height: 61px;
  }
  .page-block-stats-bar .stats section .stat strong {
    font-size: 24px;
    line-height: 32px;
    margin: 0px;
  }
  .page-block-stats-bar .stats.stats-count-2 section, .page-block-stats-bar .stats.stats-count-3 section, .page-block-stats-bar .stats.stats-count-4 section {
    width: 50%;
  }
  .page-block-stats-bar.page-block-stats-bar-has-heading .stats-bar {
    padding: 46px 20px;
    display: block;
  }
  .page-block-stats-bar.page-block-stats-bar-has-heading .stats-bar header {
    display: none;
  }
  .page-block-stats-bar.page-block-stats-bar-has-heading .stats-bar .stats-holder {
    display: block;
  }
  .page-block-stats-bar.page-block-stats-bar-has-heading .stats-bar .stats-holder .mobile-only {
    display: block;
  }
  .page-block-stats-bar.page-block-stats-bar-has-heading .stats-bar .stats-holder .mobile-only h3 {
    font-size: 32px;
    line-height: 40px;
    padding: 19px 0 0 0;
  }
}
.page-block-latest-news .latest-wrapper {
  background: #F7F7F7;
  padding: 125px 0 100px 0;
}
.page-block-latest-news header {
  margin: 0 0 54px 0;
}
.page-block-latest-news header h2 {
  font-size: 40px;
  line-height: 48px;
}
.page-block-latest-news .latest-news-slider {
  margin: 0 -16px -42px -16px;
}
.page-block-latest-news .latest-news-slider section {
  padding: 0 16px 42px 16px;
  float: left;
  width: 33.33%;
}
@media all and (min-width: 1024px) {
  .page-block-latest-news .button-holder {
    position: absolute;
    top: 3px;
    right: 0px;
  }
}

.related-posts {
  padding-bottom: 0px;
  margin-bottom: -70px;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-latest-news .latest-wrapper {
    padding: 60px 0 82px 0;
  }

  .related-posts {
    margin-bottom: -35px;
  }
}
.news-card {
  display: block;
  height: 0px;
  padding-top: 104%;
  position: relative;
  border-radius: 32px;
  overflow: hidden;
}
.news-card .news-card-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
}
.news-card .news-card-image .news-card-image-inner {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background: none no-repeat center center;
  background-size: cover;
  transition: 0.3s ease-in-out;
}
.news-card .news-card-image .news-card-image-back {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.22);
}
.news-card .news-card-image .news-card-image-gradient {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 90%;
  display: block;
  transition: 0.3s ease-in-out;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.5) 100%);
}
.news-card .news-card-hover-back {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.3s ease-in-out;
  background: rgba(0, 129, 255, 0.8);
  background: rgba(0, 0, 0, 0.8);
  z-index: 4;
}
.news-card .news-card-text {
  position: absolute;
  bottom: auto;
  left: 0px;
  padding: 60px 32px 28px 32px;
  top: 100%;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  z-index: 5;
  display: block;
  height: auto;
  transition: 0.3s ease-in-out;
}
.news-card .news-card-text .caption {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1.5px;
  color: #FFF;
  margin: 0 0 1px 0;
}
.news-card .news-card-text h4 {
  font-size: 28px;
  line-height: 42px;
  color: #FFF;
  margin: 0px;
}
.news-card .news-card-text .news-card-date {
  display: none;
  padding: 15px 0 0 0;
  font-size: 16px;
  line-height: 23px;
  color: #FFF;
}
.news-card .news-card-read-link {
  transition: 0.3s ease-in-out;
  visibility: hidden;
  display: block;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 32px;
  font-size: 18px;
  line-height: 26px;
  padding: 0 20px 0 0;
  color: #FFF;
  font-weight: bold;
  z-index: 5;
  background: url(../images/learn-more-link-white.svg) no-repeat right 7px;
}
@media all and (min-width: 1281px) {
  .news-card:hover .news-card-hover-back, .news-card:active .news-card-hover-back, .news-card:focus .news-card-hover-back {
    opacity: 1;
  }
  .news-card:hover .news-card-text, .news-card:active .news-card-text, .news-card:focus .news-card-text {
    top: 0px;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  .news-card:hover .news-card-text .news-card-date, .news-card:active .news-card-text .news-card-date, .news-card:focus .news-card-text .news-card-date {
    display: block;
  }
  .news-card:hover .news-card-read-link, .news-card:active .news-card-read-link, .news-card:focus .news-card-read-link {
    visibility: visible;
    opacity: 1;
    bottom: 32px;
  }
  .news-card:hover .news-card-image .news-card-image-inner, .news-card:active .news-card-image .news-card-image-inner, .news-card:focus .news-card-image .news-card-image-inner {
    transform: scale(1.2);
  }
}

#featured-news .featured-news-item {
  height: 556px;
  display: block;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
}
#featured-news .featured-news-item .news-card-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
}
#featured-news .featured-news-item .news-card-image .news-card-image-inner {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background: none no-repeat center center;
  background-size: cover;
  transition: 0.3s ease-in-out;
}
#featured-news .featured-news-item .news-card-image .news-card-image-back {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.22);
}
#featured-news .featured-news-item .news-card-image .news-card-image-gradient {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 90%;
  display: block;
  transition: 0.3s ease-in-out;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.5) 100%);
}
#featured-news .featured-news-item .featured-news-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 78px;
  width: 537px;
}
#featured-news .featured-news-item .featured-news-text .caption {
  font-size: 20px;
  line-height: 32px;
  color: #FFF;
  letter-spacing: 2.22px;
  font-weight: bold;
  margin: 0 0 17px 0;
  display: block;
  text-transform: uppercase;
}
#featured-news .featured-news-item .featured-news-text h2 {
  font-size: 56px;
  line-height: 58px;
  color: #FFF;
  margin: 0 0 35px 0;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  #featured-news .container {
    margin: 0px;
  }
  #featured-news .featured-news-item {
    height: 442px;
  }
  #featured-news .featured-news-item .featured-news-text {
    top: auto;
    bottom: 40px;
    left: 20px;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
  #featured-news .featured-news-item .featured-news-text .caption {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 13px 0;
  }
  #featured-news .featured-news-item .featured-news-text h2 {
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 35px 0;
  }
}
.share-item {
  position: relative;
  display: inline-block;
}
.share-item .share-item-link {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  display: block;
  position: relative;
}
.share-item .share-item-link svg {
  position: relative;
  top: 4px;
  margin: 0 8px 0 0;
}
.share-item .share-item-link:hover, .share-item .share-item-link:active, .share-item .share-item-link:focus {
  color: #E93C04;
}
.share-item .share-item-list {
  display: none;
  position: absolute;
  left: -50px;
  top: 100%;
  width: 300px;
  height: 231px;
  background: url(../images/share-link-back.svg) no-repeat left top;
  z-index: 10;
  padding: 32px 32px 16px 32px;
}
.share-item .share-item-list li {
  padding: 0 0 8px 0;
}
.share-item .share-item-list li a {
  display: block;
  padding: 3px 20px;
  font-size: 18px;
  line-height: 26px;
  color: #000;
}
.share-item .share-item-list li a:hover, .share-item .share-item-list li a:active, .share-item .share-item-list li a:focus {
  color: #FF531C;
}
.share-item.share-item-active .share-item-link {
  color: #E93C04;
}
.share-item.share-item-active .share-item-list {
  display: block;
}

.page-banner .page-banner-top .news-banner-meta {
  display: block;
}
.page-banner .page-banner-top .news-banner-meta p {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.page-banner .page-banner-top .news-banner-meta .news-share {
  display: inline-block;
  vertical-align: top;
  margin: 16px 0 0 0;
  text-align: left;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-banner .page-banner-top .news-banner-meta p {
    display: block;
    margin: 0px;
  }
}
.news-meta-inner {
  background: #FFFFFF;
  box-shadow: 0 10px 24px 0 rgba(29, 42, 68, 0.08);
  border-radius: 43px;
  position: relative;
  padding: 32px 40px 29px 40px;
}
.news-meta-inner .news-author {
  font-size: 18px;
  line-height: 26px;
  float: left;
}
.news-meta-inner .news-date {
  font-size: 18px;
  line-height: 26px;
}
.news-meta-inner .news-share {
  float: right;
}

.page-block-news-grid header {
  margin: 0 0 48px 0;
}
.page-block-news-grid header h2 {
  font-size: 48px;
  line-height: 57px;
  float: left;
}
.page-block-news-grid header .category-filter {
  float: right;
}
.page-block-news-grid header .category-filter .select-field {
  height: 52px;
  border: none;
  background: #FFFFFF;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
  border-radius: 2px;
  width: 248px;
}
.page-block-news-grid header .category-filter .select-field:before {
  right: 24px;
  width: 14px;
  height: 8px;
  margin-top: -4px;
}
.page-block-news-grid header .category-filter .select-field select {
  height: 52px;
  font-size: 18px;
  line-height: 26px;
  padding: 15px 50px 11px 20px;
}
.page-block-news-grid .news-grid {
  margin: 0 -16px -32px -16px;
}
.page-block-news-grid .news-grid section {
  float: left;
  width: 33.33%;
  padding: 0 16px 32px 16px;
}

@media all and (min-width: 1024px) {
  .news-meta-inner .news-date {
    text-align: center;
    width: 200px;
    position: absolute;
    top: 32px;
    left: 50%;
    margin: 0 0 0 -100px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-news-grid header {
    margin: 0 0 48px 0;
  }
  .page-block-news-grid header h2 {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 22px 0;
  }
  .page-block-news-grid .news-grid {
    margin: 0 -16px -32px -16px;
  }
  .page-block-news-grid .news-grid section {
    width: 50%;
  }

  .page-block-latest-news header {
    margin: 0 0 27px 0;
    padding: 0;
  }
  .page-block-latest-news header h2 {
    font-size: 32px;
    line-height: 44px;
  }
  .page-block-latest-news .latest-news-slider {
    margin: 0 -10px 34px -10px;
  }
  .page-block-latest-news .latest-news-slider section {
    float: left;
    width: auto;
    padding: 0 10px 34px 10px;
  }
  .page-block-latest-news .latest-news-slider .slick-prev {
    left: 10px;
  }
  .page-block-latest-news .latest-news-slider .slick-next {
    right: 10px;
  }
  .page-block-latest-news .button-holder {
    position: relative;
    top: auto;
    right: auto;
  }

  .news-card {
    padding-top: 106%;
  }
  .news-card .news-card-text .caption {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 6px 0;
  }
  .news-card .news-card-text h4 {
    font-size: 24px;
    line-height: 35px;
  }
  .news-card .news-card-text .news-card-date {
    display: block;
  }

  .news-meta-inner {
    padding: 19px 24px 18px 24px;
  }
  .news-meta-inner .news-author {
    font-size: 16px;
  }
  .news-meta-inner .news-date {
    font-size: 16px;
    float: right;
  }
  .news-meta-inner .news-share {
    display: none;
  }

  .share-item .share-item-link {
    font-size: 16px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-news-grid header h2 {
    float: none;
  }
  .page-block-news-grid header .category-filter {
    float: none;
    max-width: 335px;
    width: 100%;
  }
  .page-block-news-grid header .category-filter .select-field {
    width: 100%;
  }
  .page-block-news-grid .news-grid {
    margin: 0 0 -24px 0;
  }
  .page-block-news-grid .news-grid section {
    width: auto;
    float: none;
    padding: 0 0 24px 0;
  }
}
@media all and (max-width: 560px) and (min-width: 0px) {
  .page-block-latest-news .button-holder .button {
    display: block;
  }
}
.page-block-map .map-holder {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
}
.page-block-map .map-holder #g-map {
  height: 650px;
}
.page-block-map .map-holder article {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 74px;
  width: 501px;
  background: #FFFFFF;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
  border-radius: 32px;
  padding: 55px 64px 48px 64px;
}
.page-block-map .map-holder article .caption {
  margin: 0 0 16px 0;
  font-size: 48px;
  line-height: 52px;
  font-weight: bold;
}
.page-block-map .map-holder article p {
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 32px 0;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-map .container {
    margin: 0px;
  }
  .page-block-map .map-holder #g-map {
    height: 397px;
  }
  .page-block-map .map-holder article {
    border-radius: 0 0 32px 32px;
    position: relative;
    top: auto;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    left: auto;
    width: auto;
    padding: 32px 20px 30px 20px;
  }
  .page-block-map .map-holder article p {
    font-size: 16px;
    margin: 0 0 6px 0;
  }
}
.page-block-webinars header {
  margin: 0 0 32px 0;
}
.page-block-webinars header h2 {
  font-size: 48px;
  line-height: 57px;
  float: left;
}
.page-block-webinars header .category-filter {
  float: right;
}
.page-block-webinars header .category-filter .select-field {
  height: 52px;
  border: none;
  background: #FFFFFF;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
  border-radius: 2px;
  width: 248px;
}
.page-block-webinars header .category-filter .select-field:before {
  right: 24px;
  width: 14px;
  height: 8px;
  margin-top: -4px;
}
.page-block-webinars header .category-filter .select-field select {
  height: 52px;
  font-size: 18px;
  line-height: 26px;
  padding: 15px 50px 11px 20px;
}
.page-block-webinars .webinars-grid {
  margin: 0 -16px -85px -16px;
}
.page-block-webinars .webinars-grid section {
  float: left;
  width: 50%;
  padding: 0 16px 85px 16px;
}
.page-block-webinars .load-more {
  text-align: center;
}
.page-block-webinars#previous-webinars header {
  margin: 0 0 80px 0;
}

.no-upcoming-webinars {
  background: #FFFFFF;
  box-shadow: 0 10px 24px 0 rgba(29, 42, 68, 0.08);
  border-radius: 32px;
  position: relative;
  padding: 94px 200px 95px 402px;
}
.no-upcoming-webinars .image {
  position: absolute;
  top: 50%;
  left: 195px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.no-upcoming-webinars h4 {
  font-size: 32px;
  line-height: 48px;
  margin: 0 0 29px 0;
}
.no-upcoming-webinars p {
  font-size: 16px;
  line-height: 26px;
  padding: 20px 0 0 0;
}
.no-upcoming-webinars p a {
  color: #595959;
  text-decoration: underline;
}
.no-upcoming-webinars p a:hover, .no-upcoming-webinars p a:active, .no-upcoming-webinars p a:focus {
  color: #FF531C;
}
.no-upcoming-webinars form {
  position: relative;
}
.no-upcoming-webinars form label {
  position: absolute;
  left: -9999px;
}
.no-upcoming-webinars form textarea, .no-upcoming-webinars form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border-radius: 26px;
  height: 52px;
  border: 1px solid #EBEBEB;
  padding: 12px 130px 12px 20px;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}
.no-upcoming-webinars form textarea:focus, .no-upcoming-webinars form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
  border-color: #CCC;
}
.no-upcoming-webinars form .hs-button {
  position: absolute;
  top: 2px;
  right: 2px;
  height: 48px;
  line-height: 24px;
  font-size: 16px;
  z-index: 10;
  cursor: pointer;
  padding: 13px 24px 11px 24px;
}

.webinar-card {
  display: block;
}
.webinar-card .webinar-card-image {
  padding-top: 56%;
  border-radius: 32px;
  overflow: hidden;
  display: block;
  position: relative;
  height: 0px;
  margin: 0 0 26px 0;
}
.webinar-card .webinar-card-image .webinar-card-image-inner {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background: none no-repeat center center;
  background-size: cover;
  transition: 0.3s ease-in-out;
}
.webinar-card .webinar-card-image .webinar-card-play {
  background: url(../images/play-video.svg) no-repeat center center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  display: block;
}
.webinar-card .webinar-card-topics {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  display: block;
  margin: 0 0 7px 0;
}
.webinar-card h4 {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  color: #000;
  margin: 0 0 7px 0;
}
.webinar-card small {
  font-size: 18px;
  line-height: 28px;
  color: #595959;
  display: block;
  margin: 0 0 7px 0;
}
.webinar-card .webinar-card-date {
  font-size: 12px;
  line-height: 28px;
  display: block;
  color: #595959;
}
@media all and (min-width: 1281px) {
  .webinar-card:hover .webinar-card-image .webinar-card-image-inner, .webinar-card:active .webinar-card-image .webinar-card-image-inner, .webinar-card:focus .webinar-card-image .webinar-card-image-inner {
    transform: scale(1.2);
  }
}

#webinar-banner {
  padding: 89px 0 21px 0;
}
#webinar-banner .container {
  padding: 0 212px;
  text-align: center;
}
#webinar-banner .container .webinar-topics {
  font-size: 18px;
  line-height: 32px;
  color: #000;
  margin: 0 0 19px 0;
}
#webinar-banner .container h1 {
  font-size: 48px;
  line-height: 55px;
  margin: 0 0 24px 0;
}
#webinar-banner .container p {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 15px 0;
}
#webinar-banner .container .webinar-date {
  display: block;
  font-size: 12px;
  line-height: 28px;
}

.page-block-access-webinar .access-webinar {
  background: #FFFFFF;
  border-radius: 32px;
  box-shadow: 0 10px 24px 0 rgba(29, 42, 68, 0.08);
  padding: 121px 214px 108px 214px;
}
.page-block-access-webinar .access-webinar header {
  float: left;
  width: 50%;
  padding: 0 16px 0 0;
}
.page-block-access-webinar .access-webinar header h4 {
  font-size: 32px;
  line-height: 36px;
  margin: 0 0 17px 0;
}
.page-block-access-webinar .access-webinar header p {
  font-size: 18px;
  line-height: 28px;
}
.page-block-access-webinar .access-webinar .access-webinar-form {
  float: right;
  width: 50%;
  padding: 0 0 0 16px;
}
.page-block-access-webinar .access-webinar .access-webinar-form p {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 20px 0;
  padding: 20px 0 0 0;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .no-upcoming-webinars {
    padding: 64px 64px 64px 300px;
  }
  .no-upcoming-webinars .image {
    left: 75px;
  }

  #webinar-banner .container {
    padding: 0 112px;
  }

  .page-block-access-webinar .access-webinar {
    padding: 64px 64px 64px 64px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  #webinar-banner {
    padding: 47px 0 30px 0;
  }
  #webinar-banner .container {
    padding: 0px;
  }
  #webinar-banner .container .webinar-topics {
    font-size: 16px;
    letter-spacing: 1.78px;
    margin: 0 0 15px 0;
  }
  #webinar-banner .container h1 {
    font-size: 40px;
    line-height: 45px;
    margin: 0 0 17px 0;
  }
  #webinar-banner .container p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 19px 0;
  }
  #webinar-banner .container .webinar-date {
    font-size: 16px;
    line-height: 26px;
  }

  .no-upcoming-webinars {
    text-align: center;
    padding: 48px 24px 40px 24px;
  }
  .no-upcoming-webinars .image {
    position: relative;
    margin: 0 auto 22px auto;
    width: 83px;
    left: auto;
    top: auto;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
  .no-upcoming-webinars h4 {
    font-size: 28px;
    line-height: 44px;
    margin: 0 0 11px 0;
  }
  .no-upcoming-webinars p {
    font-size: 16px;
    line-height: 28px;
  }

  .page-block-access-webinar .container {
    margin: 0px;
  }
  .page-block-access-webinar .access-webinar {
    padding: 43px 24px 41px 24px;
  }
  .page-block-access-webinar .access-webinar header {
    float: none;
    width: auto;
    padding: 0 0 36px 0;
  }
  .page-block-access-webinar .access-webinar header h4 {
    font-size: 24px;
    line-height: 35px;
    margin: 0 0 6px 0;
  }
  .page-block-access-webinar .access-webinar header p {
    font-size: 16px;
    line-height: 28px;
  }
  .page-block-access-webinar .access-webinar .access-webinar-form {
    float: none;
    width: auto;
    padding: 0px;
  }
  .page-block-access-webinar .access-webinar .access-webinar-form p {
    font-size: 16px;
    line-height: 28px;
  }

  .page-block-webinars header h2 {
    text-align: center;
    font-size: 32px;
    line-height: 57px;
  }
  .page-block-webinars#previous-webinars header {
    margin: 0 0 40px 0;
  }
  .page-block-webinars#previous-webinars header h2 {
    margin: 0 0 22px 0;
    text-align: left;
  }
  .page-block-webinars .webinars-grid {
    margin: 0 0 -53px 0;
  }
  .page-block-webinars .webinars-grid section {
    float: none;
    width: auto;
    padding: 0 0 53px 0;
  }

  .webinar-card .webinar-card-image {
    margin: 0 0 17px 0;
  }
  .webinar-card .webinar-card-image .webinar-card-play {
    background-size: 64px auto;
  }
  .webinar-card .webinar-card-topics {
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 4px 0;
    letter-spacing: 1.33px;
  }
  .webinar-card h4 {
    font-size: 20px;
    line-height: 36px;
    margin: 0 0 5px 0;
  }
  .webinar-card small {
    font-size: 14px;
    line-height: 26px;
  }
  .webinar-card .webinar-card-date {
    font-size: 12px;
    line-height: 26px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-webinars header h2 {
    float: none;
  }
  .page-block-webinars header .category-filter {
    float: none;
    max-width: 335px;
    width: 100%;
  }
  .page-block-webinars header .category-filter .select-field {
    width: 100%;
  }
}
.page-block-jobs .container {
  padding: 0 212px;
}
.page-block-jobs .container h2 {
  font-size: 40px;
  line-height: 57px;
  margin: 0 0 26px 0;
}
.page-block-jobs .container .jobs {
  margin: 0 0 149px 0;
}
.page-block-jobs .container .jobs section {
  margin: 0 0 32px 0;
}

.job-card {
  background: #FFFFFF;
  box-shadow: 0 10px 24px 0 rgba(29, 42, 68, 0.08);
  border-radius: 32px;
  position: relative;
  padding: 48px 56px 64px 56px;
}
.job-card h4 {
  float: left;
  font-size: 24px;
  line-height: 35px;
  width: calc(100% - 244px);
  padding: 0 122px 0 0;
  margin: 0 0 73px 0;
}
.job-card .read-more-link {
  position: absolute;
  bottom: 48px;
  left: 56px;
}
.job-card .job-card-meta {
  float: right;
  width: 244px;
}
.job-card .job-card-meta li {
  padding: 0 0 0 31px;
  position: relative;
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 20px 0;
}
.job-card .job-card-meta li svg {
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -2px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.cant-find-job {
  text-align: center;
}
.cant-find-job h3 {
  font-size: 32px;
  line-height: 48px;
  margin: 0 0 11px 0;
}
.cant-find-job p {
  font-size: 18px;
  line-height: 28px;
  padding: 40px 0 0 0;
}
.cant-find-job p a {
  color: #000000;
  text-decoration: underline;
}
.cant-find-job p a:hover, .cant-find-job p a:active, .cant-find-job p a:focus {
  color: #FF531C;
}
.cant-find-job form {
  max-width: 372px;
  margin: 0 auto;
  position: relative;
}
.cant-find-job form p {
  margin: 0 -200px;
}
.cant-find-job form label {
  position: absolute;
  left: -9999px;
}
.cant-find-job form .hs-error-msgs label {
  position: relative;
  font-size: 14px;
  color: #ff3f1a;
  left: 0;
  top: -15px;
}
.cant-find-job form .hs_error_rollup .hs-error-msgs label {
  position: relative;
  font-size: 14px;
  color: #ff3f1a;
  left: 0;
  top: 0;
  margin-top: 20px;
  display: block;
}
.cant-find-job form textarea, .cant-find-job form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border-radius: 26px;
  height: 52px;
  border: 1px solid #EBEBEB;
  padding: 12px 130px 12px 20px;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}
.cant-find-job form textarea:focus, .cant-find-job form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
  border-color: #CCC;
}
.cant-find-job form fieldset input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 12px 20px 12px 20px;
  margin-bottom: 20px;
}
.cant-find-job form .hs-button {
  position: static;
  top: 2px;
  right: 2px;
  height: 48px;
  line-height: 24px;
  font-size: 16px;
  z-index: 10;
  cursor: pointer;
  padding: 13px 24px 11px 24px;
  margin-top: 20px;
}
.cant-find-job .cant-find-job-success p {
  padding: 0px;
  margin: 0 0 32px 0;
}
.cant-find-job .cant-find-job-success .social-icons a {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}

.no-jobs {
  background: #FFFFFF;
  box-shadow: 0 10px 24px 0 rgba(29, 42, 68, 0.08);
  border-radius: 32px;
  position: relative;
  padding: 85px 128px 95px 402px;
}
.no-jobs .image {
  position: absolute;
  top: 50%;
  left: 195px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.no-jobs h4 {
  font-size: 32px;
  line-height: 48px;
  margin: 0 0 29px 0;
}
.no-jobs p {
  font-size: 16px;
  line-height: 26px;
  padding: 20px 0 0 0;
}
.no-jobs p a {
  color: #595959;
  text-decoration: underline;
}
.no-jobs p a:hover, .no-jobs p a:active, .no-jobs p a:focus {
  color: #FF531C;
}
.no-jobs form {
  position: relative;
}
.no-jobs form label {
  position: absolute;
  left: -9999px;
}
.no-jobs form .hs-error-msgs label {
  position: relative;
  font-size: 14px;
  color: #ff3f1a;
  left: 0;
  top: -15px;
}
.no-jobs form .hs_error_rollup .hs-error-msgs label {
  position: relative;
  font-size: 14px;
  color: #ff3f1a;
  left: 0;
  top: 0;
  margin-top: 20px;
  display: block;
}
.no-jobs form textarea, .no-jobs form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border-radius: 26px;
  height: 52px;
  border: 1px solid #EBEBEB;
  padding: 12px 130px 12px 20px;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}
.no-jobs form textarea:focus, .no-jobs form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
  border-color: #CCC;
}
.no-jobs form fieldset input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 12px 20px 12px 20px;
  margin-bottom: 20px;
}
.no-jobs form .hs-button {
  position: static;
  top: 2px;
  right: 2px;
  height: 48px;
  line-height: 24px;
  font-size: 16px;
  z-index: 10;
  cursor: pointer;
  padding: 13px 24px 11px 24px;
  margin-top: 20px;
}
.no-jobs .no-jobs-success h4 {
  margin: 0 0 9px 0;
}
.no-jobs .no-jobs-success p {
  margin: 0 0 21px 0;
  padding: 0px;
}
.no-jobs .no-jobs-success .social-icons a {
  display: inline-block;
  vertical-align: top;
  margin: 0 16px 0 0;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .no-jobs {
    padding: 64px 64px 64px 300px;
  }
  .no-jobs .image {
    left: 75px;
  }

  .page-block-jobs .container {
    padding: 0 112px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .no-jobs {
    text-align: center;
    padding: 48px 24px 40px 24px;
  }
  .no-jobs .image {
    position: relative;
    margin: 0 auto 22px auto;
    width: 83px;
    left: auto;
    top: auto;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
  .no-jobs h4 {
    font-size: 28px;
    line-height: 44px;
    margin: 0 0 15px 0;
  }
  .no-jobs p {
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 23px 0;
  }

  .page-block-jobs .container {
    padding: 0px;
  }
  .page-block-jobs .container h2 {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 21px 0;
  }
  .page-block-jobs .container .jobs {
    margin: 0 0 53px 0;
  }
  .page-block-jobs .container .jobs section {
    margin: 0 0 24px 0;
  }

  .job-card {
    padding: 43px 24px 72px 24px;
    min-height: 338px;
  }
  .job-card h4 {
    font-size: 24px;
    line-height: 35px;
    float: none;
    padding: 0px;
    width: auto;
    margin: 0 0 21px 0;
  }
  .job-card .job-card-meta {
    float: none;
    width: auto;
  }
  .job-card .read-more-link {
    bottom: 25px;
    left: 24px;
  }

  .cant-find-job h3 {
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 10px 0;
  }
  .cant-find-job form p {
    margin: 0px;
  }
}
.page-block-steps .steps-wrapper {
  background: #FFFFFF;
  box-shadow: 0 10px 24px 0 rgba(29, 42, 68, 0.08);
  border-radius: 32px;
  padding: 120px 56px 122px 56px;
  text-align: center;
}
.page-block-steps .steps-wrapper header {
  margin: 0 0 76px 0;
}
.page-block-steps .steps-wrapper header .caption {
  margin: 0 0 12px 0;
}
.page-block-steps .steps-wrapper header h2 {
  font-size: 48px;
  line-height: 57px;
}
.page-block-steps .steps-wrapper .steps {
  margin: 0 -43px;
}
.page-block-steps .steps-wrapper .steps section {
  position: relative;
  float: left;
  padding: 0 43px;
}
.page-block-steps .steps-wrapper .steps section:before {
  position: absolute;
  top: 0px;
  left: 50%;
  background: url(../images/steps-behind-number.svg) no-repeat;
  width: 144px;
  height: 149px;
  content: "";
  display: block;
  margin: -30px 0 0 -65px;
}
.page-block-steps .steps-wrapper .steps section .step-number {
  background: #FFFFFF;
  box-shadow: 0 10px 24px 0 rgba(29, 42, 68, 0.08);
  display: block;
  border-radius: 100%;
  margin: 0 auto 18px auto;
  width: 64px;
  line-height: 61px;
  padding: 3px 0 0 1px;
  text-align: center;
  font-size: 24px;
  color: #0081FF;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.page-block-steps .steps-wrapper .steps section h4 {
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 8px 0;
}
.page-block-steps .steps-wrapper .steps section p {
  font-size: 16px;
  line-height: 28px;
}
.page-block-steps .steps-wrapper .steps.steps-2 section {
  width: 50%;
}
.page-block-steps .steps-wrapper .steps.steps-3 section {
  width: 33.33%;
}
.page-block-steps .steps-wrapper .steps.steps-4 section {
  width: 25%;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-steps .steps-wrapper .steps {
    margin: 0 -10px;
  }
  .page-block-steps .steps-wrapper .steps section {
    padding: 0 10px;
  }
  .page-block-steps .steps-wrapper .steps section h4 {
    font-size: 20px;
    line-height: 32px;
    margin: 0 0 7px 0;
  }
  .page-block-steps .steps-wrapper .steps section p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-steps .container {
    margin: 0px;
  }
  .page-block-steps .steps-wrapper {
    text-align: left;
    padding: 55px 20px 8px 20px;
  }
  .page-block-steps .steps-wrapper header {
    margin: 0 0 30px 0;
  }
  .page-block-steps .steps-wrapper header .caption {
    margin: 0 0 13px 0;
  }
  .page-block-steps .steps-wrapper header h2 {
    font-size: 32px;
    line-height: 44px;
  }
  .page-block-steps .steps-wrapper .steps {
    margin: 0px;
  }
  .page-block-steps .steps-wrapper .steps section {
    padding: 0 0 32px 56px;
  }
  .page-block-steps .steps-wrapper .steps section:before {
    left: -20px;
    top: -30px;
    margin: 0px;
    background: url(../images/steps-behind-number-mobile.svg) no-repeat;
    width: 106px;
    height: 123px;
  }
  .page-block-steps .steps-wrapper .steps section .step-number {
    width: 40px;
    line-height: 40px;
    height: 40px;
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 20px;
  }
  .page-block-steps .steps-wrapper .steps.steps-2 section, .page-block-steps .steps-wrapper .steps.steps-3 section, .page-block-steps .steps-wrapper .steps.steps-4 section {
    width: auto;
    float: none;
    padding: 0 0 32px 56px;
  }
}
.page-block-icon-buttons .icon-buttons-inner {
  padding: 140px 0;
  background: #F7F7F7;
}
.page-block-icon-buttons.no-background {
  padding-top: 0px;
}
.page-block-icon-buttons.no-background .icon-buttons-inner {
  padding: 0px;
  background: transparent;
}
.page-block-icon-buttons header .caption {
  margin: 0 0 9px 0;
}
.page-block-icon-buttons header h2 {
  font-size: 48px;
  line-height: 63px;
  text-align: center;
  margin: 0 0 32px 0;
}
.page-block-icon-buttons header.has-caption h2 {
  text-align: left;
}
.page-block-icon-buttons header.has-intro h2 {
  float: left;
  padding: 0 74px 0 0;
  max-width: 290px;
  display: block;
  text-align: left;
  margin: 0 0 50px 0;
}
.page-block-icon-buttons header.has-intro p {
  font-size: 20px;
  line-height: 32px;
  padding: 24px 0 0 0;
  max-width: 640px;
  float: left;
  display: block;
}
.page-block-icon-buttons .icon-buttons {
  text-align: center;
  margin: 0 -16px -30px -16px;
}
.page-block-icon-buttons .icon-buttons section {
  display: inline-block;
  width: 25%;
  padding: 0 16px 30px 16px;
  vertical-align: top;
}
.page-block-icon-buttons .icon-buttons section a {
  display: block;
  background: #FFFFFF;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  padding: 46px 8px 30px 8px;
  min-height: 180px;
  text-align: center;
  position: relative;
}
.page-block-icon-buttons .icon-buttons section a.has-icon {
  min-height: 260px;
}
.page-block-icon-buttons .icon-buttons section a .icon {
  display: block;
  height: 64px;
}
.page-block-icon-buttons .icon-buttons section a h4 {
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  font-weight: 600;
}
.page-block-icon-buttons .icon-buttons section a .read-more {
  bottom: 30px;
  left: 0px;
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 18px;
  position: absolute;
  color: #FF531C;
  text-decoration: underline;
}
@media all and (min-width: 1024px) and (min-width: 0px) {
  .page-block-icon-buttons .icon-buttons section a:hover h4 {
    color: #FF531C;
  }
}
.page-block-icon-buttons .icon-buttons section a:active h4, .page-block-icon-buttons .icon-buttons section a:focus h4 {
  color: #FF531C;
}
@media all and (min-width: 1024px) {
  .page-block-icon-buttons .icon-buttons.icon-buttons-columns-5 section {
    width: 20%;
  }
}

@media all and (min-width: 1240px) {
  .page-block-icon-buttons .container {
    padding: 0 106px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-icon-buttons .icon-buttons-inner {
    padding: 70px 0 80px 0;
  }
  .page-block-icon-buttons header {
    margin: 0 0 54px 0;
  }
  .page-block-icon-buttons header h2 {
    float: none;
    max-width: none;
    font-size: 32px;
    line-height: 42px;
    margin: 0 0 0 0;
    padding: 0px;
  }
  .page-block-icon-buttons header p {
    font-size: 18px;
    line-height: 32px;
    padding: 21px 0 0 0;
    margin: 0px;
  }
  .page-block-icon-buttons .icon-buttons {
    margin: 0 -20px 0 -20px;
  }
  .page-block-icon-buttons .icon-buttons section {
    float: left;
    width: 204px;
    padding: 0 4px 39px 20px;
  }
  .page-block-icon-buttons .icon-buttons .slick-prev {
    left: 20px;
  }
}
.page-block-image-columns .container {
  text-align: center;
}
.page-block-image-columns header {
  margin: 0 0 92px 0;
  padding: 0 284px;
}
.page-block-image-columns header .caption {
  margin: 0 0 11px 0;
}
.page-block-image-columns header h2 {
  font-size: 48px;
  line-height: 53px;
}
.page-block-image-columns header p {
  padding: 18px 0 0 0;
  line-height: 28px;
}
.page-block-image-columns header .read-more {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  display: inline-block;
  text-decoration: underline;
  margin: 30px 0 0 0;
}
.page-block-image-columns header .read-more:hover, .page-block-image-columns header .read-more:active, .page-block-image-columns header .read-more:focus {
  color: #000;
}
.page-block-image-columns .image-columns {
  margin: 0 -16px -60px -16px;
}
.page-block-image-columns .image-columns section {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 0 16px 60px 16px;
}

.image-column img {
  border-radius: 24px;
  display: block;
  margin: 0 0 36px 0;
  width: 100%;
}
.image-column h4 {
  font-size: 24px;
  line-height: 31px;
  color: #000;
  margin: 0 0 19px 0;
}
.image-column p {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  margin: 0 0 20px 0;
}
.image-column .read-more {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-decoration: underline;
}
.image-column .read-more:hover, .image-column .read-more:active, .image-column .read-more:focus {
  color: #000;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-image-columns .image-columns-count-4 section {
    width: 50%;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-image-columns header {
    margin: 0 0 37px 0;
    padding: 0;
  }
  .page-block-image-columns header .caption {
    margin: 0 0 13px 0;
  }
  .page-block-image-columns header h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .page-block-image-columns header .read-more {
    margin: 26px 0 0 0;
  }
  .page-block-image-columns .image-columns section {
    width: 50%;
  }

  .image-column img {
    margin: 0 0 26px 0;
  }
  .image-column h4 {
    margin: 0 0 11px 0;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-image-columns .image-columns {
    margin: 0 0 -60px 0;
  }
  .page-block-image-columns .image-columns section {
    display: block;
    width: auto;
    padding: 0 0 60px 0;
  }
}
.page-block-accordion .container {
  padding: 0 320px;
}
.page-block-accordion.page-block-accordion-has-header .container {
  padding: 0 212px 0 0;
}
.page-block-accordion.page-block-accordion-has-header .container .intro {
  float: left;
  padding: 0 64px 0 0;
  width: 425px;
}
.page-block-accordion.page-block-accordion-has-header .container .intro h2 {
  font-size: 32px;
  line-height: 48px;
  margin: 0 0 4px 0;
}
.page-block-accordion.page-block-accordion-has-header .container .intro p {
  font-size: 18px;
  line-height: 26px;
}
.page-block-accordion.page-block-accordion-has-header .container .accordion {
  width: calc(100% - 425px);
  float: left;
}

.accordion {
  border-top: 1px solid #000000;
}
.accordion section {
  position: relative;
  border-bottom: 1px solid #000000;
}
.accordion section header {
  position: relative;
}
.accordion section header h4 {
  padding: 22px 64px 22px 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: #FF531C;
}
.accordion section header:focus-within:before {
  background-image: url(../images/accordion-plus-hover.svg);
}
.accordion section header:hover h4 {
  color: #FF531C;
}
.accordion section header:hover:before {
  background-image: url(../images/accordion-plus-hover.svg);
}
.accordion section header:before {
  width: 16px;
  height: 16px;
  background: url(../images/accordion-plus.svg) no-repeat center center;
  position: absolute;
  top: 50%;
  right: 25px;
  margin: -8px 0 0 0;
  content: "";
  display: block;
}
.accordion section.active {
  z-index: 1;
}
.accordion section.active header:before {
  background-image: url(../images/accordion-minus.svg);
}
.accordion section.active header h4 {
  color: #FF531C;
}
.accordion section article {
  display: none;
  padding: 0 0 1px 0;
  background: #FFFFFF;
}
.accordion section article h4 {
  font-size: 20px;
  line-height: 36px;
  margin: 0 0 5px 0;
}
.accordion section article p {
  margin: 0 0 20px 0;
}
.accordion section article p,
.accordion section article ul li,
.accordion section article ol li {
  line-height: 28px;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-accordion .container {
    padding: 0 220px;
  }
  .page-block-accordion.page-block-accordion-has-header .container {
    padding: 0px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-accordion .container {
    padding: 0px;
  }
  .page-block-accordion.page-block-accordion-has-header .container .intro {
    float: none;
    width: auto;
    padding: 0 0 40px 0;
  }
  .page-block-accordion.page-block-accordion-has-header .container .intro h2 {
    margin: 0 0 12px 0;
  }
  .page-block-accordion.page-block-accordion-has-header .container .accordion {
    width: auto;
    float: none;
  }

  .accordion section header h4 {
    padding: 16px 60px 13px 20px;
    font-size: 18px;
    line-height: 32px;
  }
  .accordion section header:before {
    right: 24px;
  }
  .accordion section article {
    padding: 61px 32px 10px 32px;
  }
}
#release-notes-banner {
  padding: 89px 0 95px 0;
}
#release-notes-banner .container {
  text-align: center;
  padding: 0 211px;
}
#release-notes-banner h2 {
  font-size: 20px;
  line-height: 32px;
  margin: 0 0 9px 0;
}
#release-notes-banner h1 {
  font-size: 48px;
  line-height: 63px;
  margin: 0 0 32px 0;
}
#release-notes-banner .select-field {
  height: 52px;
  border: none;
  background: #FFFFFF;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
  border-radius: 2px;
  width: 248px;
  margin: 0 auto;
}
#release-notes-banner .select-field:before {
  right: 24px;
  width: 14px;
  height: 8px;
  margin-top: -4px;
}
#release-notes-banner .select-field select {
  height: 52px;
  font-size: 18px;
  line-height: 26px;
  padding: 15px 50px 11px 20px;
}

.page-block-release-notes {
  padding: 0px;
}
.page-block-release-notes .container {
  padding: 0 274px;
}
.page-block-release-notes .release-note-wrapper {
  background: #FFFFFF;
  margin: 0 0 48px 0;
  box-shadow: 0 10px 24px 0 rgba(29, 42, 68, 0.08);
  border-radius: 32px;
}
.page-block-release-notes .release-note-wrapper .release-note-header {
  cursor: pointer;
  position: relative;
  padding: 44px 120px 40px 49px;
}
.page-block-release-notes .release-note-wrapper .release-note-header:before {
  width: 52px;
  height: 52px;
  background: url(../images/release-note-plus.svg) no-repeat;
  top: 50%;
  right: 46px;
  position: absolute;
  display: block;
  content: "";
  margin: -26px 0 0 0;
}
.page-block-release-notes .release-note-wrapper .release-note-header h2 {
  font-size: 32px;
  line-height: 36px;
  margin: 0 0 9px 0;
}
.page-block-release-notes .release-note-wrapper .release-note-header p {
  font-size: 18px;
  line-height: 26px;
}
.page-block-release-notes .release-note-wrapper .accordion {
  margin: 0 48px 0 48px;
  display: none;
  padding-bottom: 68px;
}
.page-block-release-notes .release-note-wrapper.active .release-note-header:before {
  background-image: url(../images/release-note-minus.svg);
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  #release-notes-banner .container {
    padding: 0 111px;
  }

  .page-block-release-notes .container {
    padding: 0 174px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  #release-notes-banner {
    padding: 51px 0 96px 0;
  }
  #release-notes-banner .container {
    padding: 0px;
  }
  #release-notes-banner h2 {
    font-size: 16px;
    letter-spacing: 1.78px;
    margin: 0 0 15px 0;
  }
  #release-notes-banner h1 {
    font-size: 40px;
    line-height: 45px;
    margin: 0 0 37px 0;
  }

  .page-block-release-notes .container {
    margin: 0px;
    padding: 0px;
  }
  .page-block-release-notes .release-note-wrapper {
    margin: 0 0 32px 0;
  }
  .page-block-release-notes .release-note-wrapper .release-note-header {
    padding: 32px 100px 34px 20px;
  }
  .page-block-release-notes .release-note-wrapper .release-note-header:before {
    right: 20px;
    width: 48px;
    height: 48px;
    background-size: 48px 48px;
    margin-top: -24px;
  }
  .page-block-release-notes .release-note-wrapper .release-note-header h2 {
    font-size: 24px;
    line-height: 36px;
    margin: 0px;
  }
  .page-block-release-notes .release-note-wrapper .release-note-header p {
    font-size: 16px;
    line-height: 26px;
  }
  .page-block-release-notes .release-note-wrapper .accordion {
    margin: 0 20px 0 20px;
    padding-bottom: 12px;
  }
}
.page-block-image .container {
  padding: 0 318px;
}
.page-block-image img {
  width: 100%;
  border-radius: 24px;
  display: block;
}
.page-block-image .image-on-mobile {
  display: none;
}
.page-block-image .video-link,
.page-block-image .video-link-play-in-place {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}
.page-block-image .video-link img,
.page-block-image .video-link-play-in-place img {
  display: block;
  transition: 0.3s ease-in-out;
}
.page-block-image .video-link .video-play,
.page-block-image .video-link-play-in-place .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  width: 64px;
  height: 64px;
  background: url(../images/play-video.svg) no-repeat;
  background-size: 64px auto;
}
@media all and (min-width: 1024px) {
  .page-block-image .video-link:hover img,
.page-block-image .video-link-play-in-place:hover img {
    transform: scale(1.2);
  }
}
.page-block-image .image-footer {
  padding: 16px 0 0 0;
}
.page-block-image .image-footer h5 {
  font-size: 20px;
  line-height: 36px;
  font-weight: bold;
}
.page-block-image .image-footer p {
  font-size: 16px;
  line-height: 28px;
}
.page-block-image.page-block-image-full .container {
  padding: 0px;
}
.page-block-image.page-block-image-full img {
  border-radius: 32px;
}
.page-block-image.page-block-image-full .video-link,
.page-block-image.page-block-image-full .video-link-play-in-place {
  border-radius: 32px;
}
.page-block-image.page-block-image-full .video-link .video-play,
.page-block-image.page-block-image-full .video-link-play-in-place .video-play {
  width: 76px;
  height: 76px;
  background-size: 76px auto;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-image .container {
    padding: 0 218px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-image .container {
    padding: 0px;
  }
  .page-block-image .video-link,
.page-block-image .video-link-play-in-place {
    border-radius: 0px;
  }
  .page-block-image.page-block-image-full .container {
    margin: 0px;
  }
  .page-block-image.page-block-image-full .video-link,
.page-block-image.page-block-image-full .video-link-play-in-place {
    border-radius: 0px;
  }
  .page-block-image.page-block-image-full img {
    border-radius: 0px;
  }
  .page-block-image img {
    border-radius: 0px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-image .image-on-desktop {
    display: none;
  }
  .page-block-image .image-on-mobile {
    display: block;
  }
}
.page-block-image-slider {
  overflow: hidden;
}
.page-block-image-slider .image-slider {
  overflow: hidden;
  border-radius: 32px;
}
.page-block-image-slider .image-slider section {
  border-radius: 32px;
  overflow: hidden;
  padding: 0px;
  float: left;
  margin: 0 0 34px 0;
}
.page-block-image-slider .image-slider section img {
  display: block;
}
.page-block-image-slider .image-slider .slick-prev {
  left: 20px;
}

@media all and (min-width: 1024px) {
  .page-block-image-slider .image-slider section {
    margin: 0px;
  }
  .page-block-image-slider .image-slider .slick-dots {
    display: none;
    left: -9999px;
  }
  .page-block-image-slider .image-slider .slick-arrow {
    background: #FFFFFF;
    border-radius: 26px;
    height: 52px;
    width: 52px;
    left: 40px;
    bottom: 40px;
    margin: 0px;
    overflow: hidden;
  }
  .page-block-image-slider .image-slider .slick-arrow:before {
    transition: 0.3s ease-in-out;
    content: "";
    position: absolute;
    border-radius: 26px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #E93C04;
  }
  .page-block-image-slider .image-slider .slick-arrow svg {
    top: 26px;
    left: 20px;
    z-index: 10;
  }
  .page-block-image-slider .image-slider .slick-arrow.slick-next {
    left: 104px;
    right: auto;
  }
  .page-block-image-slider .image-slider .slick-arrow:before {
    border-bottom: 60px solid #FFDBCF;
  }
  .page-block-image-slider .image-slider .slick-arrow:hover {
    color: #FFF;
    background: #FFDBCF !important;
  }
  .page-block-image-slider .image-slider .slick-arrow:hover:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .page-block-image-slider .image-slider .slick-arrow:active, .page-block-image-slider .image-slider .slick-arrow:focus {
    background: #FFDBCF !important;
    border-color: #FFDBCF;
    color: #FF531C;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-image-slider .container {
    margin: 0px;
  }
  .page-block-image-slider .container .image-slider {
    border-radius: 0px;
  }
  .page-block-image-slider .container .image-slider section {
    border-radius: 0px;
  }
  .page-block-image-slider .container .image-slider section img {
    border-radius: 0px;
  }
}
.product-card {
  display: block;
}
.product-card .product-image {
  background: #FFFFFF;
  box-shadow: 0 10px 24px 0 rgba(29, 42, 68, 0.08);
  border-radius: 32px;
  margin: 0 0 24px 0;
  text-align: center;
  height: 167px;
}
.product-card .product-image img {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  max-width: 80%;
  max-height: 128px;
  margin: 0 auto;
}
.product-card h4 {
  font-size: 24px;
  line-height: 36px;
  margin: 0 0 6px 0;
}
.product-card p {
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 11px 0;
}

.page-block-products .products {
  margin: 0 -16px -32px -16px;
  text-align: center;
}
.page-block-products .products section {
  padding: 0 16px 32px 16px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: 25%;
}
@media all and (min-width: 1024px) {
  .page-block-products.page-block-products-left .products section {
    width: 50%;
  }
  .page-block-products.page-block-products-left .products section .product-image {
    width: calc(50% - 16px);
    float: left;
    margin: 0 16px 0 0;
  }
  .page-block-products.page-block-products-left .products section .product-card-text {
    width: 50%;
    float: left;
    padding: 0 0 0 16px;
  }
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-products .products {
    margin: 0 -16px -54px -16px;
    text-align: left;
  }
  .page-block-products .products section {
    padding: 0 16px 54px 16px;
    display: block;
    float: left;
    width: 50%;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-products .products section {
    float: none;
    width: auto;
  }
}
.already-a-customer-banner {
  background: #f6f6f6;
  padding: 24px 0;
}
.already-a-customer-banner p {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}
.already-a-customer-banner p a {
  text-decoration: underline;
  margin-left: 5px;
}

.page-block-hubspot-form header {
  float: left;
  padding: 40px 82px 0 0;
  width: calc(100% - 715px);
}
.page-block-hubspot-form header h2 {
  font-size: 20px;
  line-height: 32px;
  color: #000;
  font-weight: normal;
  margin: 0 0 13px 0;
}
.page-block-hubspot-form header h1 {
  font-size: 48px;
  line-height: 58px;
  margin: 0 40px 20px 0;
}
.page-block-hubspot-form header p {
  font-size: 20px;
  line-height: 32px;
}
.page-block-hubspot-form header .contact-details {
  margin: 58px 0 0 0;
  padding: 37px 40px 32px 40px;
  background: #F6F6F6;
  border-radius: 24px;
}
.page-block-hubspot-form .contact-details h4 {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 14px 0;
}
.page-block-hubspot-form .contact-details p {
  margin: 0 0 29px 0;
  font-size: 14px;
  color: #595959;
  line-height: 18px;
}
.page-block-hubspot-form .contact-details .button {
  display: block;
  margin-bottom: -28px;
}
.page-block-hubspot-form .mobile-only {
  display: none;
}
.page-block-hubspot-form .hubspot-form-wrapper .submitted-message p:first-child {
  float: left;
  margin-right: 20px;
}
.page-block-hubspot-form .hubspot-form-wrapper .submitted-message p:nth-child(2) {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  font-weight: bold;
  color: #0081FF;
}
.page-block-hubspot-form .hubspot-form-wrapper .submitted-message p:nth-child(3) {
  font-size: 32px;
  line-height: 44px;
  margin: 0 0 14px 0;
}
.page-block-hubspot-form .hubspot-form-wrapper .submitted-message p:nth-child(4),
.page-block-hubspot-form .hubspot-form-wrapper .submitted-message p:nth-child(5) {
  padding-left: 85px;
}
.page-block-hubspot-form .hubspot-form-wrapper {
  width: 715px;
  float: right;
}
.page-block-hubspot-form .hubspot-form-wrapper .hubspot-form {
  background: #FFFFFF;
  box-shadow: 0 10px 24px 0 rgba(29, 42, 68, 0.08);
  border-radius: 32px;
  padding: 48px;
}
.page-block-hubspot-form .hubspot-form-wrapper .hubspot-form label {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: bold;
  display: block;
  margin: 0 0 8px 0;
}
.page-block-hubspot-form .hubspot-form-wrapper .hubspot-form fieldset {
  max-width: none;
}
.page-block-hubspot-form .hubspot-form-wrapper .hubspot-form fieldset .hs-form-field {
  margin: 0 0 36px 0;
}
.page-block-hubspot-form .hubspot-form-wrapper .hubspot-form fieldset .hs-form-field .input {
  margin-right: 0px;
}
.page-block-hubspot-form .hubspot-form-wrapper .hubspot-form .hs-error-msgs li label {
  font-size: 14px;
  line-height: 20px;
  color: #FF531C;
  padding: 4px 0 0 0;
  font-weight: normal;
  margin: 0px;
}
.page-block-hubspot-form .hubspot-form-wrapper .hubspot-form fieldset.form-columns-2 {
  margin-right: -32px;
}
.page-block-hubspot-form .hubspot-form-wrapper .hubspot-form fieldset.form-columns-2 .input {
  margin-right: 32px;
}
.page-block-hubspot-form .hubspot-form-wrapper .hubspot-form p {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 32px 0;
}
.page-block-hubspot-form .hubspot-form-wrapper .hubspot-form .hs-recaptcha {
  margin: 0 0 32px 0;
}
.page-block-hubspot-form .hubspot-form-wrapper .hubspot-form .hs-button:hover {
  background: #E93C04;
}
.page-block-hubspot-form .hubspot-form-wrapper .hubspot-form fieldset.form-columns-1 .hs-input {
  width: 100%;
}
.page-block-hubspot-form .hubspot-form-wrapper .hubspot-form .hs-form-checkbox {
  position: relative;
  margin: 0 28px 0 0;
}
.page-block-hubspot-form .hubspot-form-wrapper .hubspot-form .hs-form-checkbox input {
  position: absolute;
  left: -9999px;
}
.page-block-hubspot-form .hubspot-form-wrapper .hubspot-form .hs-form-checkbox label span {
  padding: 0px 0 0px 24px;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
  cursor: pointer;
  font-weight: normal;
  display: block;
  position: relative;
  border: none;
  break-inside: avoid;
}
.page-block-hubspot-form .hubspot-form-wrapper .hubspot-form .hs-form-checkbox label span:before {
  width: 12px;
  height: 12px;
  border: 2px solid #FF531C;
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0px;
  border-radius: 4px;
}
.page-block-hubspot-form .hubspot-form-wrapper .hubspot-form .hs-form-checkbox label span:after {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: #FF531C;
  content: "";
  display: none;
  position: absolute;
  top: 10px;
  left: 3px;
}
.page-block-hubspot-form .hubspot-form-wrapper .hubspot-form .hs-form-checkbox label span a {
  text-decoration: underline;
}
.page-block-hubspot-form .hubspot-form-wrapper .hubspot-form .hs-form-checkbox label span:hover:before, .page-block-hubspot-form .hubspot-form-wrapper .hubspot-form .hs-form-checkbox label span:focus:before {
  background: #FFDBCF;
  box-shadow: 0 0 0 3px #FFDBCF;
}
.page-block-hubspot-form .hubspot-form-wrapper .hubspot-form .hs-form-checkbox input:checked + span {
  background: transparent;
  border-color: transparent;
  color: #000000;
}
.page-block-hubspot-form .hubspot-form-wrapper .hubspot-form .hs-form-checkbox input:checked + span:after {
  display: block;
}
@media all and (min-width: 1024px) {
  .page-block-hubspot-form .hubspot-form-wrapper .hubspot-form .hs-products ul.inputs-list {
    columns: 3;
  }
}
.page-block-hubspot-form .hubspot-form-wrapper .hubspot-form-success {
  background: #FFFFFF;
  box-shadow: 0 10px 24px 0 rgba(29, 42, 68, 0.08);
  border-radius: 32px;
  padding: 72px 81px 65px 155px;
  position: relative;
}
.page-block-hubspot-form .hubspot-form-wrapper .hubspot-form-success img {
  position: absolute;
  top: 80px;
  left: 64px;
}
.page-block-hubspot-form .hubspot-form-wrapper .hubspot-form-success .caption {
  margin: 0 0 5px 0;
}
.page-block-hubspot-form .hubspot-form-wrapper .hubspot-form-success h4 {
  font-size: 32px;
  line-height: 44px;
  margin: 0 0 14px 0;
}
.page-block-hubspot-form .hubspot-form-wrapper .hubspot-form-success p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 32px 0;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-hubspot-form header {
    float: none;
    width: auto;
    padding: 0 0 41px 0;
  }
  .page-block-hubspot-form header h1 {
    font-size: 40px;
    line-height: 45px;
    margin: 0 0 17px 0;
  }
  .page-block-hubspot-form header .contact-details {
    display: none;
  }
  .page-block-hubspot-form .contact-details {
    padding: 90px 0 0 0;
  }
  .page-block-hubspot-form .contact-details h4 {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 15px 0;
  }
  .page-block-hubspot-form .hubspot-form-wrapper {
    float: none;
    width: auto;
  }
  .page-block-hubspot-form .mobile-only {
    display: block;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .already-a-customer-banner {
    margin-bottom: 24px;
  }
  .already-a-customer-banner .container {
    margin: 0px;
  }
  .already-a-customer-banner p {
    font-size: 16px;
  }

  .page-block-hubspot-form .hubspot-form-wrapper .hubspot-form {
    padding: 32px 24px;
  }
  .page-block-hubspot-form .hubspot-form-wrapper .hubspot-form fieldset .hs-form-field {
    margin: 0 0 28px 0;
  }
  .page-block-hubspot-form .hubspot-form-wrapper .hubspot-form fieldset.form-columns-2 .hs-form-field {
    float: none;
    width: auto;
  }
  .page-block-hubspot-form .hubspot-form-wrapper .hubspot-form .hs-form-checkbox label {
    margin: 0 0 8px 0;
  }
  .page-block-hubspot-form .hubspot-form-wrapper .hubspot-form .hs-form-checkbox label span {
    font-size: 16px;
    line-height: 24px;
  }
  .page-block-hubspot-form .hubspot-form-wrapper .hubspot-form .hs-form-checkbox label span:before {
    top: 3px;
  }
  .page-block-hubspot-form .hubspot-form-wrapper .hubspot-form .hs-form-checkbox label span:after {
    top: 6px;
  }
  .page-block-hubspot-form .hubspot-form-wrapper .hubspot-form-success {
    padding: 48px 24px 32px 24px;
    text-align: center;
  }
  .page-block-hubspot-form .hubspot-form-wrapper .hubspot-form-success img {
    position: relative;
    margin: 0 auto 27px auto;
    top: auto;
    left: auto;
  }
  .page-block-hubspot-form .hubspot-form-wrapper .hubspot-form-success .caption {
    margin: 0 0 7px 0;
  }
  .page-block-hubspot-form .hubspot-form-wrapper .hubspot-form-success h4 {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 17px 0;
  }
}
.page-block-notification article {
  text-align: center;
}
.page-block-notification article img {
  margin: 0 auto 28px auto;
}
.page-block-notification article h2,
.page-block-notification article h3,
.page-block-notification article h4 {
  font-size: 40px;
  line-height: 48px;
  margin: 0px;
}
.page-block-notification article p {
  padding: 23px 0 0 0;
}
.page-block-notification article p a {
  font-size: 14px;
  line-height: 18px;
  color: #111;
  text-decoration: underline;
}

@media all and (min-width: 1280px) {
  .page-block-notification .container {
    padding: 0 226px;
  }
}
.page-block-app-screens .app-screens-wrapper {
  background: #EBEBEB;
  overflow: hidden;
  position: relative;
}
.page-block-app-screens .app-screens-wrapper:before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 226px;
  background: #FFF;
  content: "";
  display: block;
  z-index: 0;
}
.page-block-app-screens .app-screens-columns {
  position: relative;
  z-index: 1;
  padding: 120px 0 56px 0;
}
.page-block-app-screens .columns {
  margin: 0 -79px;
  padding: 0 60px;
}
.page-block-app-screens .columns section {
  float: left;
  padding: 0 79px;
}
.page-block-app-screens .columns section article {
  text-align: center;
}
.page-block-app-screens .columns section article p {
  font-size: 16px;
}
.page-block-app-screens .columns.columns-2 section {
  width: 50%;
}
.page-block-app-screens .columns.columns-3 section {
  width: 33.33%;
}
.page-block-app-screens .columns.columns-4 section {
  width: 25%;
}
.page-block-app-screens .app-screens-gallery {
  position: relative;
  z-index: 2;
}
.page-block-app-screens .app-screens-gallery section {
  padding: 0px;
  float: left;
}

@media all and (min-width: 1024px) {
  body.home .page-block-app-screens .app-screens-columns {
    padding: 147px 0 95px 0;
  }
  body.home .page-block-app-screens .columns-2 .column-1 {
    width: 64%;
    padding: 0 88px 0 0;
  }
  body.home .page-block-app-screens .columns-2 .column-1 article {
    text-align: left;
  }
  body.home .page-block-app-screens .columns-2 .column-1 article .caption {
    font-size: 24px;
    margin: 0 0 15px 0;
  }
  body.home .page-block-app-screens .columns-2 .column-1 article h3 {
    font-size: 36px;
    line-height: 54px;
    margin: 0 0 18px 0;
  }
  body.home .page-block-app-screens .columns-2 .column-1 article p {
    margin-right: 88px;
  }
  body.home .page-block-app-screens .columns-2 .column-2 {
    width: 36%;
    padding: 0px;
  }
  body.home .page-block-app-screens .columns-2 .column-2 article {
    text-align: left;
    border-left: 3px solid #0081FF;
    padding: 11px 0 0 50px;
  }
  body.home .page-block-app-screens .columns-2 .column-2 article img {
    margin: 0 0 21px 0;
  }
  body.home .page-block-app-screens .columns-2 .column-2 article h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    margin: 0 0 17px 0;
  }
  body.home .page-block-app-screens .columns-2 .column-2 article p {
    margin: 0;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  body.home .page-block-app-screens .app-screens-columns {
    position: relative;
    padding: 0px;
  }
  body.home .page-block-app-screens .app-screens-columns .container {
    padding: 68px 0 114px 0;
  }
  body.home .page-block-app-screens .app-screens-columns .columns-2 .column-1 article {
    text-align: left;
    padding: 0 0 20px 0;
  }
  body.home .page-block-app-screens .app-screens-columns .columns-2 .column-1 article .caption {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 19px 0;
  }
  body.home .page-block-app-screens .app-screens-columns .columns-2 .column-1 article h3 {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 16px 0;
  }
  body.home .page-block-app-screens .app-screens-columns .columns-2 .column-2 article {
    text-align: left;
  }
  body.home .page-block-app-screens .app-screens-columns .columns-2 .column-2 article img {
    display: none;
  }
  body.home .page-block-app-screens .app-screens-columns .columns-2 .column-2 article h4 {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 16px 0;
  }
  body.home .page-block-app-screens .app-screens-columns .columns-2 .column-2 article p {
    margin: 0px;
  }
  body.home .page-block-app-screens .app-screens-columns .button {
    position: absolute;
    bottom: 38px;
    left: 0px;
  }
}
@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-app-screens .columns.columns-2 section {
    width: 50%;
  }
  .page-block-app-screens .columns.columns-3 section {
    width: 50%;
  }
  .page-block-app-screens .columns.columns-3 section:nth-child(2n+1) {
    clear: left;
  }
  .page-block-app-screens .columns.columns-4 section {
    width: 50%;
  }
  .page-block-app-screens .columns.columns-4 section:nth-child(2n+1) {
    clear: left;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-app-screens .app-screens-columns {
    padding: 64px 0 32px 0;
  }
  .page-block-app-screens .columns {
    margin: 0px;
    padding: 0px;
  }
  .page-block-app-screens .columns.columns-2 section, .page-block-app-screens .columns.columns-3 section, .page-block-app-screens .columns.columns-4 section {
    width: auto;
    float: none;
    padding: 0 0 6px 0;
  }
}
.page-block-content-and-logos .content-and-logos-wrapper {
  background: #F7F7F7;
  padding: 115px 0 110px 0;
}
.page-block-content-and-logos .content-and-logos {
  display: flex;
  align-items: center;
}
.page-block-content-and-logos .content-and-logos article {
  width: 50%;
}
.page-block-content-and-logos .content-and-logos article h2,
.page-block-content-and-logos .content-and-logos article h3,
.page-block-content-and-logos .content-and-logos article h4 {
  font-size: 48px;
  line-height: 63px;
  margin: 0 0 18px 0;
}
.page-block-content-and-logos .content-and-logos .logos-holder {
  width: 50%;
  padding: 0 0 0 190px;
  text-align: right;
}
.page-block-content-and-logos .content-and-logos .logos-holder .logos {
  margin: 0 -16px;
}
.page-block-content-and-logos .content-and-logos .logos-holder .logos section {
  padding: 0 16px;
  float: left;
  width: 50%;
}
.page-block-content-and-logos .content-and-logos .logos-holder .logos section .logo-holder {
  display: block;
  background: #FFF;
  border-radius: 24px;
  position: relative;
  height: 140px;
  line-height: 140px;
}
.page-block-content-and-logos .content-and-logos .logos-holder .logos section .logo-holder img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  max-width: 60%;
  max-height: 60%;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-content-and-logos .content-and-logos .logos-holder {
    padding: 0 0 0 32px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-content-and-logos .content-and-logos-wrapper {
    padding: 64px 0;
  }
  .page-block-content-and-logos .content-and-logos {
    display: block;
  }
  .page-block-content-and-logos .content-and-logos article {
    width: auto;
  }
  .page-block-content-and-logos .content-and-logos article h2,
.page-block-content-and-logos .content-and-logos article h3,
.page-block-content-and-logos .content-and-logos article h4 {
    font-size: 32px;
    line-height: 48px;
    margin: 0 0 16px 0;
  }
  .page-block-content-and-logos .content-and-logos .logos-holder {
    padding: 0 0 0 0;
    width: auto;
  }
  .page-block-content-and-logos .content-and-logos .logos-holder .logos {
    margin: 0 -8px;
  }
  .page-block-content-and-logos .content-and-logos .logos-holder .logos section {
    padding: 0 8px;
  }
  .page-block-content-and-logos .content-and-logos .logos-holder .logos section .logo-holder {
    height: 90px;
  }
}
.page-block-values .values {
  margin: 0 -16px 0 -16px;
  position: relative;
}
.page-block-values .values header {
  width: 33.33%;
  height: 100%;
  padding: 0 16px;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.page-block-values .values header .values-heading {
  top: 0px;
  left: 16px;
  width: calc(100% - 32px);
  height: 100%;
  position: absolute;
  display: block;
  border-radius: 24px;
  background: none no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.page-block-values .values header .values-heading .values-heading-back {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  display: block;
}
.page-block-values .values header .values-heading h2 {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-align: center;
  font-size: 48px;
  line-height: 68px;
  padding: 0 64px;
  color: #FFF;
}
.page-block-values .values .values-columns {
  width: 33.33%;
  float: left;
  padding: 0 16px;
  margin: 0 0 -32px 0;
}
.page-block-values .values .values-columns section {
  margin: 0 0 32px 0;
  border-radius: 24px;
  background: #F7F7F7;
  padding: 40px 40px 36px 40px;
}
.page-block-values .values .values-columns section .icon {
  height: 65px;
  display: block;
}
.page-block-values .values .values-columns section .icon img {
  display: block;
}
.page-block-values .values .values-columns section h4 {
  font-size: 24px;
  line-height: 31px;
  margin: 0 0 10px 0;
  font-weight: bold;
}
.page-block-values .values .values-columns section p {
  line-height: 28px;
}
.page-block-values .values .values-columns.values-right {
  float: right;
}
.page-block-values .values.values-bottom {
  margin: 0px;
  padding: 32px 0 0 0;
}
.page-block-values .values.values-bottom .values-columns {
  width: auto;
  float: none;
  margin: 0 -32px;
}
.page-block-values .values.values-bottom .values-columns .bottom-value {
  width: 33.33%;
  padding: 0 16px;
  float: left;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-values .values header {
    position: relative;
    height: 347px;
    width: auto;
    left: auto;
    top: auto;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    margin: 0 0 54px 0;
  }
  .page-block-values .values header .values-heading {
    width: 100%;
    left: 0px;
  }
  .page-block-values .values header .values-heading h2 {
    top: auto;
    bottom: 44px;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    position: absolute;
    width: 100%;
  }
  .page-block-values .values .values-columns {
    width: 50%;
  }
  .page-block-values .values.values-bottom .values-columns {
    width: auto;
  }
  .page-block-values .values.values-bottom .values-columns .bottom-value {
    width: 50%;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-values .values {
    margin: 0px;
  }
  .page-block-values .values header {
    margin: 0 0 20px 0;
    padding: 0px;
  }
  .page-block-values .values header .values-heading h2 {
    font-size: 32px;
    line-height: 48px;
  }
  .page-block-values .values .values-columns {
    width: auto;
    float: none;
    margin: 0px;
    padding: 0px;
  }
  .page-block-values .values .values-columns section {
    margin: 0 0 20px 0;
    padding: 24px 24px 24px 24px;
  }
  .page-block-values .values.values-bottom {
    margin: 0px;
    padding: 0px;
  }
  .page-block-values .values.values-bottom .values-columns {
    width: auto;
    margin: 0px;
    padding: 0px;
  }
  .page-block-values .values.values-bottom .values-columns .bottom-value {
    width: auto;
    float: none;
    padding: 0px;
  }
}
.page-block-checklist header {
  width: 40%;
  border-radius: 24px;
  background: #F7F7F7;
  float: left;
  overflow: hidden;
}
.page-block-checklist header .checklist-header-inner {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 2.3%, rgba(0, 0, 0, 0) 5%);
  text-align: center;
}
.page-block-checklist header .checklist-header-inner .checklist-header-image {
  background: none no-repeat center bottom;
  padding: 74px 54px 0 54px;
}
.page-block-checklist header .checklist-header-inner .checklist-header-image h2 {
  font-size: 48px;
  line-height: 63px;
  margin: 0 0 19px 0;
}
.page-block-checklist header .checklist-header-inner .checklist-header-image p {
  font-size: 20px;
  line-height: 28px;
}
.page-block-checklist header .checklist-header-inner .checklist-header-image img {
  margin: 152px auto 0 auto;
  visibility: hidden;
  opacity: 0;
  max-width: none;
}
.page-block-checklist .checklist {
  float: right;
  width: 60%;
  padding: 80px 75px 0 65px;
}
.page-block-checklist .checklist section {
  padding: 0 0 46px 72px;
  position: relative;
}
.page-block-checklist .checklist section:before {
  width: 40px;
  height: 40px;
  background: url(../images/icon-checklist.svg) no-repeat center center #000;
  border-radius: 100%;
  top: 0px;
  left: 0px;
  content: "";
  display: block;
  z-index: 1;
  position: absolute;
}
.page-block-checklist .checklist section:after {
  width: 1px;
  height: 100%;
  background: #000;
  left: 19px;
  top: 0px;
  content: "";
  display: block;
  position: absolute;
}
.page-block-checklist .checklist section:last-of-type:after {
  display: none;
}
.page-block-checklist .checklist section h4 {
  font-size: 32px;
  line-height: 42px;
  margin: 0 0 15px 0;
}
.page-block-checklist .checklist section p {
  line-height: 28px;
  margin: 0px;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-checklist header .checklist-header-inner .checklist-header-image {
    padding: 48px 32px 0 32px;
  }
  .page-block-checklist .checklist {
    padding: 0 0 0 48px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-checklist header {
    float: none;
    width: auto;
  }
  .page-block-checklist header .checklist-header-inner .checklist-header-image {
    padding: 73px 27px 0 27px;
  }
  .page-block-checklist header .checklist-header-inner .checklist-header-image h2 {
    font-size: 32px;
    line-height: 42px;
    margin: 0 0 13px 0;
  }
  .page-block-checklist header .checklist-header-inner .checklist-header-image p {
    font-size: 18px;
    line-height: 31px;
  }
  .page-block-checklist header .checklist-header-inner .checklist-header-image img {
    margin-top: 91px;
  }
  .page-block-checklist .checklist {
    float: none;
    width: auto;
    padding: 56px 0 0 0;
  }
  .page-block-checklist .checklist section {
    padding: 0 0 23px 57px;
  }
  .page-block-checklist .checklist section:before {
    width: 40px;
    height: 40px;
  }
  .page-block-checklist .checklist section:after {
    left: 18px;
  }
  .page-block-checklist .checklist section h4 {
    font-size: 24px;
    line-height: 31px;
    padding: 6px 0 0 0;
    margin: 0 0 10px 0;
  }
}
.page-block-image-cards-slider .image-cards-slider-wrapper {
  background: #F7F7F7;
  padding: 121px 0 127px 0;
}
.page-block-image-cards-slider header {
  margin: 0 0 50px 0;
}
.page-block-image-cards-slider header h2 {
  font-size: 48px;
  line-height: 63px;
}
.page-block-image-cards-slider .image-cards-slider {
  margin: 0 -16px;
}
.page-block-image-cards-slider .image-cards-slider section {
  float: left;
  padding: 0 16px;
  width: 33.33%;
}
.page-block-image-cards-slider .image-cards-slider section a {
  display: block;
  background: #FFFFFF;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  padding-top: 127%;
}
.page-block-image-cards-slider .image-cards-slider section a .image-card-back {
  position: absolute;
  top: 46px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background: none no-repeat center center;
  background-size: cover;
}
.page-block-image-cards-slider .image-cards-slider section a .image-card-gradient {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-image: linear-gradient(180deg, #FFFFFF 28%, rgba(255, 255, 255, 0) 66%);
}
.page-block-image-cards-slider .image-cards-slider section a .image-card-text {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 50px 40px 0 40px;
}
.page-block-image-cards-slider .image-cards-slider section a .image-card-text h4 {
  font-size: 24px;
  line-height: 31px;
  color: #000;
  margin: 0 0 30px 0;
}
.page-block-image-cards-slider .image-cards-slider section a .image-card-text .read-more-link {
  font-size: 14px;
  line-height: 18px;
}
.page-block-image-cards-slider .image-cards-slider section a:hover .image-card-text .read-more-link, .page-block-image-cards-slider .image-cards-slider section a:active .image-card-text .read-more-link, .page-block-image-cards-slider .image-cards-slider section a:focus .image-card-text .read-more-link {
  color: #000;
}

@media all and (min-width: 1024px) {
  .page-block-image-cards-slider .image-cards-slider .slick-arrow {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    border: 2px solid #000;
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
    overflow: hidden;
  }
  .page-block-image-cards-slider .image-cards-slider .slick-arrow svg {
    display: none;
  }
  .page-block-image-cards-slider .image-cards-slider .slick-arrow span {
    width: 44px;
    height: 44px;
    position: relative;
    z-index: 1;
    display: block;
  }
  .page-block-image-cards-slider .image-cards-slider .slick-arrow:before {
    transition: 0.3s ease-in-out;
    content: "";
    position: absolute;
    border-radius: 26px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    top: 0;
    right: 0;
    bottom: 0;
    left: -1px;
    background: #000;
  }
  .page-block-image-cards-slider .image-cards-slider .slick-arrow:hover, .page-block-image-cards-slider .image-cards-slider .slick-arrow:active, .page-block-image-cards-slider .image-cards-slider .slick-arrow:focus {
    border: 2px solid #000 !important;
  }
  .page-block-image-cards-slider .image-cards-slider .slick-arrow:hover:before, .page-block-image-cards-slider .image-cards-slider .slick-arrow:active:before, .page-block-image-cards-slider .image-cards-slider .slick-arrow:focus:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    left: 0px;
  }
  .page-block-image-cards-slider .image-cards-slider .slick-arrow.slick-next {
    top: -106px;
    right: 16px;
  }
  .page-block-image-cards-slider .image-cards-slider .slick-arrow.slick-next span {
    background: url(../images/circle-arrow-right.svg) no-repeat center center;
  }
  .page-block-image-cards-slider .image-cards-slider .slick-arrow.slick-next:hover span, .page-block-image-cards-slider .image-cards-slider .slick-arrow.slick-next:active span, .page-block-image-cards-slider .image-cards-slider .slick-arrow.slick-next:focus span {
    background-image: url(../images/circle-arrow-right-white.svg);
  }
  .page-block-image-cards-slider .image-cards-slider .slick-arrow.slick-prev {
    top: -106px;
    right: 84px;
  }
  .page-block-image-cards-slider .image-cards-slider .slick-arrow.slick-prev span {
    background: url(../images/circle-arrow-left.svg) no-repeat center center;
  }
  .page-block-image-cards-slider .image-cards-slider .slick-arrow.slick-prev:hover span, .page-block-image-cards-slider .image-cards-slider .slick-arrow.slick-prev:active span, .page-block-image-cards-slider .image-cards-slider .slick-arrow.slick-prev:focus span {
    background-image: url(../images/circle-arrow-left-white.svg);
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-image-cards-slider .image-cards-slider-wrapper {
    padding: 87px 0 82px 0;
  }
  .page-block-image-cards-slider header {
    margin: 0 0 38px 0;
  }
  .page-block-image-cards-slider header h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .page-block-image-cards-slider .image-cards-slider {
    margin: 0 -8px;
  }
  .page-block-image-cards-slider .image-cards-slider section {
    padding: 0 8px 48px 8px;
  }
  .page-block-image-cards-slider .image-cards-slider section a .image-card-text {
    padding: 36px 32px 0 32px;
  }
  .page-block-image-cards-slider .image-cards-slider section a .image-card-text h4 {
    font-size: 24px;
    line-height: 31px;
    margin: 0 0 17px 0;
  }
  .page-block-image-cards-slider .image-cards-slider .slick-next {
    right: 0px;
  }
}
.page-block-timeline .timeline {
  overflow: hidden;
  padding: 0 74px;
  position: relative;
}
.page-block-timeline .timeline:before {
  width: 1px;
  height: 100%;
  background: #000;
  content: "";
  display: block;
  top: -80px;
  left: 50%;
  position: absolute;
}
.page-block-timeline .timeline section {
  position: relative;
}
.page-block-timeline .timeline section:last-of-type {
  background: #FFF;
}
.page-block-timeline .timeline section.timeline-item-left {
  padding: 0 50% 0 0;
}
.page-block-timeline .timeline section.timeline-item-left .timeline-item-inner h4,
.page-block-timeline .timeline section.timeline-item-left .timeline-item-inner ul {
  margin-right: 89px;
}
.page-block-timeline .timeline section.timeline-item-right .timeline-item-inner {
  padding: 0 0 0 50%;
}
.page-block-timeline .timeline section.timeline-item-right .timeline-item-inner h4,
.page-block-timeline .timeline section.timeline-item-right .timeline-item-inner ul {
  margin-left: 89px;
}
.page-block-timeline .timeline section .timeline-item-number {
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  width: 80px;
  border-radius: 24px;
  border: 1px solid #000;
  text-align: center;
  line-height: 78px;
  font-size: 32px;
  margin: 0 0 0 -40px;
  background: #FFF;
}
.page-block-timeline .timeline section article h4 {
  padding: 20px 0 0 0;
  font-size: 32px;
  line-height: 48px;
  margin: 0 0 12px 0;
}
.page-block-timeline .timeline section article ul li {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 4px 0;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-timeline .timeline {
    padding: 0px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-timeline .timeline:before {
    left: 32px;
  }
  .page-block-timeline .timeline section {
    padding: 0 0 20px 0;
  }
  .page-block-timeline .timeline section.timeline-item-left, .page-block-timeline .timeline section.timeline-item-right {
    padding: 0 0 0 84px;
  }
  .page-block-timeline .timeline section.timeline-item-left .timeline-item-inner, .page-block-timeline .timeline section.timeline-item-right .timeline-item-inner {
    padding: 0px;
  }
  .page-block-timeline .timeline section.timeline-item-left .timeline-item-inner h4,
.page-block-timeline .timeline section.timeline-item-left .timeline-item-inner ul, .page-block-timeline .timeline section.timeline-item-right .timeline-item-inner h4,
.page-block-timeline .timeline section.timeline-item-right .timeline-item-inner ul {
    margin-left: 0px;
    margin-right: 0px;
  }
  .page-block-timeline .timeline section .timeline-item-number {
    width: 64px;
    height: 64px;
    font-size: 18px;
    line-height: 62px;
    left: 0px;
    margin: 0px;
  }
  .page-block-timeline .timeline section article h4 {
    padding: 12px 0 0 0;
    font-size: 24px;
    line-height: 36px;
  }
}
.page-block-screenshot-slider .screenshot-slider-wrapper {
  background: #F7F7F7;
  padding: 150px 0;
  position: relative;
}
.page-block-screenshot-slider .screenshot-slider-wrapper:before {
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, #F7F7F7 80%, rgba(216, 216, 216, 0) 100%);
  content: "";
  display: block;
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: 1;
  margin-left: -160px;
}
.page-block-screenshot-slider .screenshot-slider-wrapper .screenshot-slider-inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.page-block-screenshot-slider .screenshot-slider-wrapper article {
  width: 500px;
  padding: 0 78px 58px 0;
  position: relative;
  z-index: 10;
}
.page-block-screenshot-slider .screenshot-slider-wrapper article .slick-arrow {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 48px;
  height: 48px;
  padding: 0px;
}
.page-block-screenshot-slider .screenshot-slider-wrapper article .slick-arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -10px;
}
.page-block-screenshot-slider .screenshot-slider-wrapper article .slick-arrow.slick-next {
  left: 68px;
}
.page-block-screenshot-slider .screenshot-slider-wrapper .screenshot-slider {
  width: calc(100% - 500px);
}
.page-block-screenshot-slider .screenshot-slider-wrapper .screenshot-slider .screenshot-slider-slides {
  position: relative;
  margin: 0 -16px;
}
.page-block-screenshot-slider .screenshot-slider-wrapper .screenshot-slider .screenshot-slider-slides section {
  padding: 0 16px;
  float: left;
}
.page-block-screenshot-slider .screenshot-slider-wrapper .screenshot-slider .screenshot-slider-slides section img {
  display: block;
  max-width: 100%;
  max-height: 512px;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-screenshot-slider .screenshot-slider-wrapper {
    padding: 80px 0 48px 0;
  }
  .page-block-screenshot-slider .screenshot-slider-wrapper:before {
    display: none;
  }
  .page-block-screenshot-slider .screenshot-slider-wrapper .screenshot-slider-inner {
    display: block;
  }
  .page-block-screenshot-slider .screenshot-slider-wrapper .screenshot-slider-inner .screenshot-slider {
    width: calc(100% - 10px);
  }
  .page-block-screenshot-slider .screenshot-slider-wrapper .screenshot-slider-inner .screenshot-slider .screenshot-slider-slides {
    margin: 0 -4px;
  }
  .page-block-screenshot-slider .screenshot-slider-wrapper .screenshot-slider-inner .screenshot-slider .screenshot-slider-slides section {
    padding: 0 4px;
  }
  .page-block-screenshot-slider .screenshot-slider-wrapper .screenshot-slider-inner article {
    width: auto;
    padding: 34px 0 56px 0;
    clear: both;
  }
  .page-block-screenshot-slider .screenshot-slider-wrapper .screenshot-slider-inner article h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.page-block-four-oh-four {
  padding: 8px 0 96px 0;
}
.page-block-four-oh-four .four-oh-four {
  background: url(../images/404-image.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  border-radius: 32px;
}
.page-block-four-oh-four .four-oh-four .four-oh-four-inner {
  background: rgba(0, 0, 0, 0.22);
}
.page-block-four-oh-four .four-oh-four .four-oh-four-inner .four-oh-four-inner-inner {
  background-image: linear-gradient(268deg, rgba(0, 0, 0, 0) 31%, rgba(0, 0, 0, 0.5) 100%);
  padding: 132px 78px 153px 78px;
}
.page-block-four-oh-four .four-oh-four .four-oh-four-inner .four-oh-four-inner-inner .caption {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 2.22px;
  color: #FFF;
  margin: 0 0 17px 0;
}
.page-block-four-oh-four .four-oh-four .four-oh-four-inner .four-oh-four-inner-inner h1 {
  font-size: 56px;
  line-height: 58px;
  color: #FFF;
  margin: 0 0 18px 0;
}
.page-block-four-oh-four .four-oh-four .four-oh-four-inner .four-oh-four-inner-inner p {
  font-size: 18px;
  line-height: 28px;
  color: #FFF;
  max-width: 621px;
  margin: 0 0 39px 0;
}
.page-block-four-oh-four .four-oh-four .four-oh-four-inner .four-oh-four-inner-inner .buttons a {
  margin: 0 23px 0 0;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-four-oh-four {
    padding: 0 0 48px 0;
  }
  .page-block-four-oh-four .container {
    margin: 0px;
  }
  .page-block-four-oh-four .four-oh-four .four-oh-four-inner {
    background: rgba(0, 0, 0, 0.22);
  }
  .page-block-four-oh-four .four-oh-four .four-oh-four-inner .four-oh-four-inner-inner {
    background-image: linear-gradient(179deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.26) 51%, rgba(0, 0, 0, 0.64) 100%);
    padding: 224px 20px 55px 20px;
  }
  .page-block-four-oh-four .four-oh-four .four-oh-four-inner .four-oh-four-inner-inner .caption {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1.33px;
    margin: 0 0 8px 0;
  }
  .page-block-four-oh-four .four-oh-four .four-oh-four-inner .four-oh-four-inner-inner h1 {
    font-size: 40px;
    line-height: 48px;
    margin: 0 0 13px 0;
  }
  .page-block-four-oh-four .four-oh-four .four-oh-four-inner .four-oh-four-inner-inner p {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 23px 0;
  }
  .page-block-four-oh-four .four-oh-four .four-oh-four-inner .four-oh-four-inner-inner .buttons a {
    margin: 0 12px 0 0;
  }
}
#site-footer {
  margin: 70px 0 0 0;
  padding: 90px 0 90px 0;
  background: #000000;
}
#site-footer .container {
  max-width: 1097px;
}
#site-footer .footer-top {
  border-bottom: 1px solid #979797;
  padding: 0 0 44px 0;
  position: relative;
}
#site-footer .footer-top .footer-logo {
  position: absolute;
  top: 0px;
  left: 0px;
}
#site-footer .footer-top p {
  padding: 12px 0;
  text-align: center;
  font-size: 16px;
  line-height: 21px;
  color: #FFF;
}
#site-footer .footer-top .footer-social {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px 0 0 0;
}
#site-footer .footer-top .footer-social a {
  display: block;
  float: left;
  margin: 0 0 0 22px;
  vertical-align: top;
  color: #FFF;
}
#site-footer .footer-top .footer-social a svg {
  display: block;
}
#site-footer .footer-top .footer-social a:hover, #site-footer .footer-top .footer-social a:active, #site-footer .footer-top .footer-social a:focus {
  opacity: 0.7;
}
#site-footer .footer-widgets {
  margin: 0 -8px;
  padding: 50px 0 30px 50px;
}
#site-footer .footer-widgets aside {
  float: left;
  width: 20%;
  padding: 0 8px;
}
#site-footer .footer-widgets aside h5 {
  font-size: 16px;
  line-height: 21px;
  margin: 0 0 30px 0;
  color: #FFF;
}
#site-footer .footer-widgets aside ul li {
  margin: 0 0 20px 0;
}
#site-footer .footer-widgets aside ul li a {
  color: #F2F2F2;
  text-decoration: underline;
  font-size: 14px;
  position: relative;
  line-height: 18px;
}
#site-footer .footer-widgets aside ul li a:hover, #site-footer .footer-widgets aside ul li a:active, #site-footer .footer-widgets aside ul li a:focus {
  color: #FFF;
  text-decoration: none;
}
#site-footer .footer-bottom {
  position: relative;
  padding: 50px 0 0 0;
  border-top: 1px solid #979797;
}
#site-footer .footer-bottom .footer-partners {
  float: right;
  padding: 0 0 0 0;
}
#site-footer .footer-bottom .footer-partners h5 {
  font-size: 12px;
  padding: 13px 0 0 0;
  line-height: 16px;
  display: block;
  float: left;
  color: #FFF;
  font-weight: normal;
}
#site-footer .footer-bottom .footer-partners ul {
  display: block;
  float: left;
}
#site-footer .footer-bottom .footer-partners ul li {
  display: block;
  float: left;
  margin: 0 0 0 24px;
  line-height: 48px;
}
#site-footer .footer-bottom p {
  padding: 13px 0 0 0;
  font-size: 12px;
  line-height: 16px;
  color: #FFF;
}
#site-footer .footer-bottom nav {
  text-align: center;
  padding: 13px 330px 0 300px;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50px;
  left: 0px;
}
#site-footer .footer-bottom nav ul li {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  color: #FFF;
}
#site-footer .footer-bottom nav ul li:after {
  content: "  |  ";
  margin: 0 6px;
}
#site-footer .footer-bottom nav ul li:last-child:after {
  content: "";
  margin: 0px;
}
#site-footer .footer-bottom nav ul li a {
  font-size: 12px;
  line-height: 16px;
  color: #FFF;
  text-decoration: underline;
}
#site-footer .footer-bottom .footer-bottom-left ul {
  margin: 0 0 6px 0;
}
#site-footer .footer-bottom .footer-bottom-left ul li {
  margin: 0 32px 0 0;
  display: inline-block;
  vertical-align: top;
}
#site-footer .footer-bottom .footer-bottom-left ul li a {
  font-size: 14px;
  line-height: 20px;
  color: #595959;
  text-decoration: underline;
}
#site-footer .footer-bottom .footer-bottom-left ul li a:hover, #site-footer .footer-bottom .footer-bottom-left ul li a:active, #site-footer .footer-bottom .footer-bottom-left ul li a:focus {
  color: #000;
}
#site-footer .footer-bottom .footer-bottom-left .footer-bottom-menu-b ul {
  margin: 0 0 1px 0;
}
#site-footer .footer-bottom .footer-bottom-left .footer-bottom-menu-b ul li a {
  font-size: 12px;
  line-height: 28px;
}
#site-footer .footer-bottom .footer-bottom-left p {
  font-size: 12px;
  line-height: 28px;
  color: #595959;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  #site-footer {
    margin: 35px 0 0 0;
    padding: 40px 0 47px 0;
  }
  #site-footer .footer-top {
    padding: 0 0 40px 0;
  }
  #site-footer .footer-top .footer-logo {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    margin: 0 0 21px 0;
  }
  #site-footer .footer-top p {
    font-size: 16px;
    line-height: 21px;
    margin: 0 0 27px 0;
    text-align: left;
    padding: 0px;
  }
  #site-footer .footer-top .footer-social {
    position: relative;
    top: auto;
    left: auto;
    padding: 0px;
    overflow: hidden;
  }
  #site-footer .footer-top .footer-social a {
    opacity: 0.6;
    margin: 0 22px 0 0;
  }
  #site-footer .footer-widgets {
    padding: 40px 0 32px 0;
  }
  #site-footer .footer-widgets aside {
    width: auto;
    float: none;
  }
  #site-footer .footer-widgets aside.widget-menu {
    padding: 0 0 8px 0;
  }
  #site-footer .footer-widgets aside.widget-menu h5 {
    background: url(../images/footer-menu-plus.svg) no-repeat left 6px;
    padding: 0 0 0 24px;
    line-height: 32px;
    margin: 0px;
  }
  #site-footer .footer-widgets aside.widget-menu nav {
    display: none;
    padding: 0 0 0 24px;
  }
  #site-footer .footer-widgets aside.widget-menu nav ul li {
    margin: 0px;
  }
  #site-footer .footer-widgets aside.widget-menu nav ul li a {
    padding: 8px 0;
    display: block;
  }
  #site-footer .footer-widgets aside.widget-menu-open h5 {
    background: url(../images/footer-menu-minus.svg) no-repeat left 13px;
  }
  #site-footer .footer-bottom {
    padding: 40px 0 0 0;
  }
  #site-footer .footer-bottom .footer-partners {
    float: none;
    padding: 0 0 40px 0;
    overflow: hidden;
    border-bottom: 1px solid #979797;
  }
  #site-footer .footer-bottom .footer-partners ul {
    float: right;
    margin: 0 -10px;
  }
  #site-footer .footer-bottom .footer-partners ul li {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin: 0px;
    line-height: normal;
    padding: 0 10px;
  }
  #site-footer .footer-bottom .footer-partners ul li a {
    display: inline-block;
  }
  #site-footer .footer-bottom p {
    text-align: center;
    padding: 36px 0 13px 0;
    margin: 0px;
  }
  #site-footer .footer-bottom nav {
    position: relative;
    top: auto;
    left: auto;
    padding: 0px;
    text-align: center;
  }
}

/*# sourceMappingURL=main.css.map */
</pre></body></html>