@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: #FFFFFF;
  text-align: center;
  font-family: "sculpin", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #121212;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

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

#site-wrapper {
  overflow: hidden;
}

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

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

a:hover {
  color: #121212;
}

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

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

#site-wrapper {
  overflow: hidden;
}

.page-block {
  position: relative;
}

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

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

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

@media all and (max-width: 1023px) {
  .spacer {
    height: 48px;
  }
  .spacer.spacer-extra-small {
    height: 12px;
  }
  .spacer.spacer-small {
    height: 24px;
  }
  .spacer.spacer-large {
    height: 64px;
  }
  .spacer.spacer-extra-large {
    height: 64px;
  }
  .spacer.about-bottom-spacer {
    height: 28px;
  }
}
.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 .cli-bar-message a {
  color: #FFF;
  text-decoration: underline;
}
#cookie-law-info-bar .cli-bar-message a:hover, #cookie-law-info-bar .cli-bar-message a:active, #cookie-law-info-bar .cli-bar-message a:focus {
  color: #EC6A0E;
}
#cookie-law-info-bar #wt-cli-accept-all-btn {
  background: #EC6A0E !important;
  text-decoration: none !important;
}
#cookie-law-info-bar .cli-bar-container {
  max-width: 1248px;
  margin: 0 auto;
}

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

@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: bold;
  color: #121212;
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
  padding-top: 32px;
  margin: 0 0 22px 0;
}
article h1 em,
article h2 em,
article h3 em,
article h4 em,
article h5 em,
article h6 em {
  display: block;
  font-size: 20px;
  line-height: 32px;
  margin: 0 0 14px 0;
  font-weight: 500;
  font-style: normal;
}

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

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

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

article h3 {
  font-size: 40px;
  line-height: 60px;
}

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

article h5 {
  font-size: 28px;
  line-height: 48px;
}

article h6 {
  font-size: 24px;
  line-height: 36px;
}

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

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

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

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

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

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

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

strong {
  font-weight: bold;
}

@media all and (max-width: 1023px) {
  article h1,
article h2,
article h3,
article h4,
article h5 {
    padding-top: 18px;
  }

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

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

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

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

  article h5 {
    font-size: 16px;
    line-height: 28px;
  }

  article h6 {
    font-size: 14px;
    line-height: 26px;
  }

  article p {
    margin: 0 0 26px 0;
    font-size: 16px;
  }

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

  article ol {
    margin: 0 0 11px 30px;
    font-size: 16px;
  }
}
.button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  border: none;
  font-family: "sculpin", Helvetica, Arial, sans-serif;
  background: #EC6A0E;
  border-radius: 2px;
  padding: 14px 20px 12px 20px;
  line-height: 28px;
  height: 54px;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-align: center;
}
.button svg {
  position: relative;
  top: 0px;
}
.button:before {
  transition: 0.3s ease-in-out;
  content: "";
  position: absolute;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  top: 0;
  right: 0;
  bottom: 0;
  left: -2px;
  background: #FFBD00;
}
.button span {
  position: relative;
  z-index: 1;
}
.button:hover {
  color: #000;
}
.button:hover:before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.button:active, .button:focus {
  color: #000;
  background: #FFBD00;
}
.button:active:before, .button:focus:before {
  display: none;
}
.button.button-bordered {
  background: transparent;
  border: 2px solid #EC6A0E;
  line-height: 24px;
  color: #EC6A0E;
}
.button.button-bordered:before {
  background: #EC6A0E;
}
.button.button-bordered:hover {
  color: #FFF;
  border-color: #EC6A0E;
}
.button.button-bordered:active, .button.button-bordered:focus {
  background: #EC6A0E;
  border-color: #EC6A0E;
  color: #FFF;
}
.button.button-white-fill {
  background: #FFF;
  color: #EC6A0E;
}
.button.button-white-fill:before {
  border-bottom: 60px solid #FCDA46;
}
.button.button-white-fill:hover {
  color: #000;
}
.button.button-white-fill:active, .button.button-white-fill:focus {
  background: #FCDA46;
  border-color: #FCDA46;
  color: #EC6A0E;
  color: #000;
}
.button.button-white-bordered {
  border-color: #FFF;
  color: #FFF;
}
.button.button-white-bordered:before {
  border-bottom: 60px solid #FFF;
}
.button.button-white-bordered:hover {
  color: #EC6A0E;
  border-color: #FFF;
}
.button.button-white-bordered:active, .button.button-white-bordered:focus {
  background: #FFF;
  border-color: #FFF;
  color: #EC6A0E;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .button {
    height: 49px;
    line-height: 28px;
    font-size: 16px;
    padding: 12px 20px 9px 20px;
  }
}
a .link-arrow {
  position: absolute;
  width: 33px;
  height: 33px;
  display: block;
  transition: 0.3s ease-in-out;
}
a .link-arrow .link-arrow-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s ease-in-out;
  margin: -4px 0 0 -13px;
}
a .link-arrow .arrow-icon {
  position: relative;
  top: 0px;
  transition: 0.3s ease-in-out;
  vertical-align: middle;
}
a .link-arrow .arrow-icon--circle {
  transition: stroke-dashoffset 0.3s ease;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}

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

.underline-link {
  font-size: 18px;
  position: relative;
  line-height: 28px;
  display: inline-block;
}
.underline-link:before {
  transition: 0.3s ease-in-out;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0px;
  height: 2px;
  background: #EC6A0E;
  content: "";
  display: block;
}
.underline-link:hover {
  color: #EC6A0E;
}
.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: #EC6A0E;
  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: #FFBD00;
}

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 #BCBCBC;
  border-radius: 0px;
  width: 100%;
  height: 52px;
  font-family: "sculpin", Helvetica, Arial, sans-serif;
  color: #121212;
  padding: 11px 15px;
  line-height: 28px;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  z-index: 1;
  box-shadow: none;
  background: #FFF;
}

body .gform_wrapper.gravity-theme .gfield textarea.large,
textarea {
  height: 176px;
  padding: 15px;
  line-height: 28px;
}

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 #DDE0F4;
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
  height: 56px;
}
.select-field:before {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 0;
  background: url(../images/icon-select.svg) no-repeat;
  content: "";
}
.select-field select,
.select-field select.medium {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  cursor: pointer;
  border: none;
  top: 0px;
  left: 0px;
  font-family: "sculpin", Helvetica, Arial, sans-serif;
  color: #121212;
  height: 52px;
  padding: 15px 84px 15px 14px;
  line-height: 26px;
  font-size: 16px;
  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: 10px 10px 10px 30px;
  margin: 0 0 24px 0;
  position: relative;
  border: none;
  box-shadow: none;
  background: transparent;
}
body .gform_wrapper .gform_validation_errors .gform-icon {
  position: absolute;
  top: 10px;
  left: 0px !important;
}

.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:not(.button) {
  position: absolute;
  bottom: -8px;
  left: 0px;
  width: 24px;
  height: 24px;
  padding: 0px;
  border: none;
  border-radius: 0px;
  z-index: 110;
  color: #EC6A0E;
}
.slick-slider .slick-arrow:not(.button) .button-text {
  width: 24px;
  height: 24px;
  position: relative;
  display: block;
}
.slick-slider .slick-arrow:not(.button) .button-circle {
  display: none !important;
}
.slick-slider .slick-arrow:not(.button):hover, .slick-slider .slick-arrow:not(.button):active, .slick-slider .slick-arrow:not(.button):focus {
  border: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  color: #EC6A0E !important;
}
.slick-slider .slick-arrow:not(.button):hover .button-text, .slick-slider .slick-arrow:not(.button):active .button-text, .slick-slider .slick-arrow:not(.button):focus .button-text {
  color: #EC6A0E !important;
}
.slick-slider .slick-arrow:not(.button) svg {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  position: absolute;
}
.slick-slider .slick-arrow:not(.button).slick-next {
  left: auto;
  right: 20px;
}
.slick-slider .slick-arrow:not(.button).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 3px;
  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: 100%;
  font-size: 1px;
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  position: relative;
  border: 1px solid #FFBFBD;
  background: transparent;
  position: relative;
  top: -3px;
}
.slick-slider .slick-dots li.slick-active button {
  border: 1px solid #EC6A0E;
  background: #EC6A0E;
}

#site-header {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 100;
}
#site-header:before {
  width: 100%;
  position: absolute;
  height: 154px;
  content: "";
  display: block;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
  top: 0px;
  left: 0px;
}
#site-header .container {
  width: auto;
  max-width: 1440px;
  padding: 0 32px;
  z-index: 101;
}
#site-header .container .logo {
  position: absolute;
  top: 20px;
  left: 32px;
  z-index: 1;
}
#site-header .container .logo .logo-white {
  display: block;
}
#site-header .container .logo .logo-grey {
  display: none;
}
#site-header .container .logo .logo-grey-mobile {
  display: none;
}
#site-header .container .logo .logo-white-mobile {
  display: none;
}
#site-header .container .mobile-back {
  font-size: 16px;
  line-height: 25px;
  color: #FFF;
  background: url(../images/back-link.svg) no-repeat left 7px;
  padding: 0 0 0 18px;
  font-weight: bold;
  position: absolute;
  top: 24px;
  left: 0px;
  display: none;
}
#site-header .container .button-close-nav {
  display: none;
}
#site-header .container .header-buttons {
  position: absolute;
  top: 0px;
  right: 32px;
  padding: 20px 0 0 0;
  z-index: 1;
}
#site-header .container .header-buttons .button {
  margin: 0 0 0 8px;
}
#site-header .container .header-buttons .button svg {
  margin: 0 8px 0 0;
}
#site-header .container .header-buttons .button.button-toggle-nav {
  display: none;
}
#site-header .container .header-buttons .button.button-toggle-nav svg {
  top: 2px;
}

body.fixed-header #site-header {
  position: fixed;
  z-index: 1000;
  background: #FFF;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
}
body.fixed-header #site-header:before {
  display: none;
}
body.fixed-header #site-header .container .logo .logo-white {
  display: none;
}
body.fixed-header #site-header .container .logo .logo-grey {
  display: block;
}
body.fixed-header #site-header .container .logo .logo-grey-mobile {
  display: none;
}
body.fixed-header #site-header .container .logo .logo-white-mobile {
  display: none;
}

@media all and (min-width: 1024px) {
  .nav-mobile-only {
    display: none !important;
  }
}
@media all and (min-width: 1024px) {
  #site-header .container nav {
    padding: 34px 200px 31px 200px;
    padding: 34px 150px 11px 150px;
    text-align: center;
  }
  #site-header .container nav li {
    display: inline-block;
    margin: 0 24px;
    padding: 0 0 20px 0;
    position: relative;
  }
  #site-header .container nav li a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #FFF;
    display: inline-block;
    position: relative;
  }
  #site-header .container nav li a:before {
    width: 0px;
    height: 2px;
    background: #FFF;
    content: "";
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0px;
    transition: 0.3s ease-in-out;
  }
  #site-header .container nav li a:hover:before {
    width: 100%;
  }
  #site-header .container nav li.menu-item-has-children > a:first-child {
    padding: 0 20px 0 0;
    background: url(../images/dropdown-arrow.svg) no-repeat right 10px;
  }
  #site-header .container nav li ul {
    position: absolute;
    top: 100%;
    width: 277px;
    border-radius: 2px;
    visibility: hidden;
    opacity: 0;
    left: -9999px;
    transition: 0.3s opacity;
    padding: 16px 0;
    background: #FFFFFF;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
  }
  #site-header .container nav li ul li {
    margin: 0px;
    display: block;
    text-align: left;
    padding: 0px;
  }
  #site-header .container nav li ul li a {
    display: block;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 22px;
    color: #000;
  }
  #site-header .container nav li ul li a:before {
    display: none;
  }
  #site-header .container nav li ul li a:after {
    width: 10px;
    height: 12px;
    background: url(../images/dropdown-sub-arrow.svg) no-repeat left center;
    display: inline-block;
    margin: 0 0 0 7px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    content: "";
    opacity: 0;
    transition: 0.3s opacity;
  }
  #site-header .container nav li ul li a:hover, #site-header .container nav li ul li a:active, #site-header .container nav li ul li a:focus {
    color: #EC6A0E;
  }
  #site-header .container nav li ul li a:hover:after, #site-header .container nav li ul li a:active:after, #site-header .container nav li ul li a:focus:after {
    opacity: 1;
  }
  #site-header .container nav li:hover a:before, #site-header .container nav li:focus-within a:before {
    width: 100%;
  }
  #site-header .container nav li:hover ul, #site-header .container nav li:focus-within ul {
    visibility: visible;
    opacity: 1;
    left: -16px;
  }

  body.fixed-header #site-header .container nav li a {
    color: #000000;
  }
  body.fixed-header #site-header .container nav li a:before {
    background: #000000;
  }
  body.fixed-header #site-header .container nav li.menu-item-has-children > a:first-child {
    background-image: url(../images/dropdown-arrow-grey.svg);
  }
}
@media all and (max-width: 1280px) and (min-width: 0px) {
  #site-header .container {
    padding: 0px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  #site-header:before {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0) 100%);
    height: 75px;
  }
  #site-header .container {
    padding: 0px;
    margin: 0 19px 0 16px;
    height: 74px;
  }
  #site-header .container .logo {
    top: 15px;
    left: 0px;
  }
  #site-header .container .logo img {
    height: 42px;
  }
  #site-header .container .logo .logo-white {
    display: none;
  }
  #site-header .container .logo .logo-grey {
    display: none;
  }
  #site-header .container .logo .logo-grey-mobile {
    display: none;
  }
  #site-header .container .logo .logo-white-mobile {
    display: block;
  }
  #site-header .container .header-buttons {
    padding: 15px 0 0 0;
    right: 0px;
  }
  #site-header .container .header-buttons .button {
    height: 42px;
    padding: 7px 15px 7px 15px;
    margin: 0 0 0 12px;
  }
  #site-header .container .header-buttons .button.button-toggle-nav {
    display: inline-block;
  }
  #site-header .container .button-close-nav {
    position: absolute;
    top: 7px;
    right: -10px;
    color: #FFF;
    z-index: 101;
    padding: 10px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
  }
  #site-header .container .button-close-nav svg {
    display: inline-block;
    position: relative;
    top: 1px;
    margin: 0 8px 0 0;
  }
  #site-header .container nav {
    display: none;
    background: #000000;
    height: 600px;
    height: 100vh;
    position: absolute;
    top: 0px;
    left: -16px;
    width: calc(100% + 35px);
    padding: 115px 0 0 0;
    overflow: hidden;
  }
  #site-header .container nav div.menu {
    width: 300%;
    position: relative;
    left: 0px;
    transition: 0.3s ease-in-out;
  }
  #site-header .container nav ul li {
    display: block;
    padding: 1px 0;
    width: 33.33%;
  }
  #site-header .container nav ul li a {
    font-size: 22px;
    line-height: 34px;
    font-weight: bold;
    padding: 15px 16px;
    color: #FFF;
    display: block;
  }
  #site-header .container nav ul li.menu-item-has-children > a:first-child {
    position: relative;
  }
  #site-header .container nav ul li.menu-item-has-children > a:first-child:before {
    position: absolute;
    top: 50%;
    right: 16px;
    background: url(../images/mobile-nav-arrow.svg) no-repeat right center;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 0;
    content: "";
    display: block;
  }
  #site-header .container nav ul li ul {
    position: absolute;
    top: 0px;
    width: 33.33%;
    left: 33.33%;
    visibility: hidden;
    opacity: 0;
  }
  #site-header .container nav ul li ul li {
    width: 100%;
    left: auto;
  }
  #site-header .container nav ul li ul li a {
    font-size: 24px;
  }
  #site-header .container nav ul li ul li.nav-mobile-only a {
    font-size: 20px;
  }
  #site-header .container nav ul li ul li ul {
    width: 100%;
    left: 100%;
  }
  #site-header .container nav ul li.active ul {
    visibility: visible;
    opacity: 1;
  }

  body.site-nav-active #site-header .container .header-buttons {
    display: none;
  }
  body.site-nav-active #site-header .container nav {
    display: block;
  }
  body.site-nav-active #site-header .container .button-close-nav {
    display: block;
  }
  body.site-nav-active #site-wrapper {
    height: 100vh;
  }

  body.mobile-nav-sub-active #site-header .container .logo {
    display: none;
  }
  body.mobile-nav-sub-active #site-header .container .mobile-back {
    display: block;
  }

  body.fixed-header #site-header {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
  }
  body.fixed-header #site-header .container .logo .logo-white {
    display: none;
  }
  body.fixed-header #site-header .container .logo .logo-grey {
    display: none;
  }
  body.fixed-header #site-header .container .logo .logo-grey-mobile {
    display: block;
  }
  body.fixed-header #site-header .container .logo .logo-white-mobile {
    display: none;
  }
  body.fixed-header #site-header .container .header-buttons .button.button-toggle-nav {
    border-color: #EC6A0E;
    color: #EC6A0E;
  }
  body.fixed-header #site-header .container .header-buttons .button.button-toggle-nav:before {
    border-bottom: 60px solid #EC6A0E;
  }
  body.fixed-header #site-header .container .header-buttons .button.button-toggle-nav:hover {
    color: #FFF;
  }
  body.fixed-header #site-header .container .header-buttons .button.button-toggle-nav:active, body.fixed-header #site-header .container .header-buttons .button.button-toggle-nav:focus {
    color: #FFF;
    background: #EC6A0E;
  }
}
@media all and (max-width: 374px) and (min-width: 0px) {
  #site-header .container .header-buttons .button {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#page-banner {
  background: none no-repeat center center;
  background-size: cover;
  position: relative;
}
#page-banner:before, #page-banner:after {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  content: "";
  display: block;
}
#page-banner:before {
  background: rgba(0, 0, 0, 0.2);
}
#page-banner:after {
  width: 70%;
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
}
#page-banner .container {
  height: 801px;
  z-index: 1;
}
#page-banner .container .banner-text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 750px;
  max-width: 100%;
  padding: 0 0 96px 0;
}
#page-banner .container .banner-text .banner-sub-heading {
  font-size: 24px;
  line-height: 42px;
  margin: 0 0 10px 0;
  color: #FFF;
}
#page-banner .container .banner-text .banner-heading {
  font-size: 56px;
  line-height: 70px;
  color: #FFF;
}
#page-banner .container .banner-text p {
  font-size: 18px;
  line-height: 28px;
  color: #FFF;
  padding: 15px 0 0 0;
}
#page-banner .container .banner-text .button {
  margin: 40px 0 0 0;
}

body.home #page-banner .container .banner-text .banner-heading {
  font-size: 64px;
  line-height: 74px;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  #page-banner .container {
    height: 600px;
  }
  #page-banner .container .banner-text {
    padding: 0 0 20px 0;
  }
  #page-banner .container .banner-text .banner-sub-heading {
    font-size: 20px;
    line-height: 32px;
    margin: 0 0 16px 0;
  }
  #page-banner .container .banner-text .banner-heading {
    font-size: 32px;
    line-height: 42px;
  }
  #page-banner .container .banner-text p {
    font-size: 16px;
    line-height: 26px;
    padding: 16px 0 0 0;
  }
  #page-banner .container .banner-text .button {
    margin: 29px 0 0 0;
  }

  body.home #page-banner .container .banner-text .banner-heading {
    font-size: 32px;
    line-height: 42px;
  }
}
#breadcrumb {
  padding: 16px 0 0 0;
}
#breadcrumb p {
  line-height: 28px;
  font-size: 14px;
  color: #000000;
  padding: 0 0 0 24px;
  position: relative;
}
#breadcrumb p a {
  vertical-align: top;
  line-height: 28px;
}
#breadcrumb p a.breadcrumb-home {
  width: 20px;
  height: 28px;
  background: url(../images/breadcrumb-home.svg) no-repeat center center;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0 -8px 0 0;
  text-indent: -9999px;
}
#breadcrumb p a:active, #breadcrumb p a:focus {
  outline: 1px dotted #EC6A0E;
  outline-offset: 3px;
}
#breadcrumb p .breadcrumb-arrow {
  display: inline-block;
  width: 24px;
  height: 28px;
  vertical-align: top;
  background: url(../images/breadcrumb-arrow.svg) no-repeat center center;
}

#breadcrumb-spacer {
  height: 45px;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  #breadcrumb p {
    font-size: 14px;
  }
  #breadcrumb p a.breadcrumb-home {
    background-size: auto 16px;
  }
}
.page-block-content {
  padding: 64px 0;
}
.page-block-content.page-block-first {
  padding-top: 86px;
}
.page-block-content article {
  padding: 0 214px;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-content article {
    padding: 0 128px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-content.page-block-first {
    padding-top: 24px;
  }
  .page-block-content article {
    padding: 0px;
  }
}
.page-block-image-and-content {
  position: relative;
}
.page-block-image-and-content .image-and-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
.page-block-image-and-content .image-and-content article {
  width: 52%;
  padding: 0 80px 0 0;
  position: relative;
  z-index: 1;
}
.page-block-image-and-content .image-and-content article h1, .page-block-image-and-content .image-and-content article h2, .page-block-image-and-content .image-and-content article h3, .page-block-image-and-content .image-and-content article h4, .page-block-image-and-content .image-and-content article h5, .page-block-image-and-content .image-and-content article h6 {
  padding-top: 0px;
}
.page-block-image-and-content .image-and-content article .caption {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  margin: 0 0 8px 0;
}
.page-block-image-and-content .image-and-content article h2,
.page-block-image-and-content .image-and-content article h3 {
  font-size: 40px;
  line-height: 50px;
  margin: 0 0 18px 0;
}
.page-block-image-and-content .image-and-content article p {
  font-size: 18px;
  margin: 0 0 18px 0;
}
.page-block-image-and-content .image-and-content article ul {
  margin: 0 0 20px 0;
  padding: 2px 0 0 0;
  columns: 2;
  font-weight: 500;
}
.page-block-image-and-content .image-and-content article ul li {
  padding: 8px 0 7px 32px;
  background: url(../images/checklist.svg) no-repeat left 10px;
  font-size: 18px;
  line-height: 28px;
  margin: 0px;
}
.page-block-image-and-content .image-and-content article ul li:before {
  display: none;
}
.page-block-image-and-content .image-and-content article .buttons {
  padding: 20px 0 0 0;
}
.page-block-image-and-content .image-and-content article .buttons .button {
  margin: 0 12px 0 0;
}
.page-block-image-and-content .image-and-content article .icon-text {
  padding: 5px 0 5px 36px;
  display: block;
  font-size: 20px;
  line-height: 36px;
  font-weight: 500;
  position: relative;
}
.page-block-image-and-content .image-and-content article .icon-text .icon {
  display: block;
  position: absolute;
  top: 5px;
  left: 0px;
  height: 36px;
}
.page-block-image-and-content .image-and-content article .icon-text .icon img {
  max-width: 24px;
  max-height: 24px;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: block;
}
.page-block-image-and-content .image-and-content article .icon-text .icon img.wp-image-93 {
  max-width: 28px;
  max-height: 28px;
  left: -2px;
}
.page-block-image-and-content .image-and-content .image-holder {
  width: 48%;
  position: relative;
}
.page-block-image-and-content .image-and-content .image-holder img {
  width: 100%;
  display: block;
}
.page-block-image-and-content.page-block-image-on-align-right .image-and-content {
  flex-direction: row-reverse;
}
.page-block-image-and-content.page-block-image-on-align-left .image-and-content article {
  padding: 0 0 0 80px;
}
.page-block-image-and-content.page-block-image-on-align-left .image-and-content .image-holder {
  padding: 0 0 0 0;
}
.page-block-image-and-content.page-block-image-on-back-left .image-and-content-back-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50%;
  height: 100%;
  display: block;
  z-index: 1;
  background: none no-repeat center center;
  background-size: cover;
}
.page-block-image-and-content.page-block-image-on-back-left .image-and-content {
  height: 801px;
}
.page-block-image-and-content.page-block-image-on-back-left .image-and-content .image-holder {
  width: 50%;
  min-height: 480px;
}
.page-block-image-and-content.page-block-image-on-back-left .image-and-content article {
  width: 50%;
  padding: 64px 0 64px 92px;
}
.page-block-image-and-content.page-block-image-on-back-right .image-and-content-back-image {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
  display: block;
  z-index: 1;
  background: none no-repeat center center;
  background-size: cover;
}
.page-block-image-and-content.page-block-image-on-back-right .image-and-content {
  height: 801px;
  flex-direction: row-reverse;
}
.page-block-image-and-content.page-block-image-on-back-right .image-and-content article {
  width: 50%;
  padding: 64px 92px 64px 0;
}
.page-block-image-and-content.page-block-image-on-back-right .image-and-content .image-holder {
  width: 50%;
  padding: 0 0 0 0;
  min-height: 480px;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-image-and-content .image-and-content article ul {
    columns: 1;
  }
  .page-block-image-and-content .image-and-content article .icon-text {
    font-size: 16px;
  }
  .page-block-image-and-content.page-block-image-on-back-left .image-and-content article {
    padding-left: 64px;
  }
  .page-block-image-and-content.page-block-image-on-back-right .image-and-content article {
    padding-right: 64px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-image-and-content .image-and-content article .caption {
    font-size: 16px;
    line-height: 32px;
    margin: 0 0 5px 0;
  }
  .page-block-image-and-content .image-and-content article h2,
.page-block-image-and-content .image-and-content article h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 13px 0;
  }
  .page-block-image-and-content .image-and-content article p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 16px 0;
  }
  .page-block-image-and-content .image-and-content article ul li {
    font-size: 16px;
    line-height: 28px;
    padding: 3px 0 3px 22px;
    background-size: 14px auto;
  }
  .page-block-image-and-content .image-and-content article .buttons {
    padding: 0 0 0 0;
  }
  .page-block-image-and-content .image-and-content article .icon-text {
    padding: 3px 0 3px 26px;
    font-size: 16px;
    line-height: 28px;
  }
  .page-block-image-and-content .image-and-content article .icon-text .icon {
    height: 28px;
    top: 3px;
  }
  .page-block-image-and-content .image-and-content article .icon-text .icon img {
    max-width: 16px;
    max-height: 16px;
  }
  .page-block-image-and-content .image-and-content article .icon-text + .buttons {
    padding-top: 20px;
  }
  .page-block-image-and-content.page-block-image-on-align-right .image-and-content article {
    padding: 0 32px 0 0;
  }
  .page-block-image-and-content.page-block-image-on-back-left .image-and-content {
    height: 600px;
  }
  .page-block-image-and-content.page-block-image-on-back-left .image-and-content article {
    padding: 32px 0 32px 32px;
  }
  .page-block-image-and-content.page-block-image-on-back-right .image-and-content {
    height: 600px;
  }
  .page-block-image-and-content.page-block-image-on-back-right .image-and-content article {
    padding: 32px 32px 32px 0;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-image-and-content .image-and-content {
    display: block;
  }
  .page-block-image-and-content .image-and-content article {
    width: auto;
    padding: 0 0 32px 0;
  }
  .page-block-image-and-content .image-and-content .image-holder {
    width: auto;
    padding: 0px;
  }
  .page-block-image-and-content.page-block-image-on-align-left .image-and-content article {
    width: auto;
    padding: 32px 0 0 0;
  }
  .page-block-image-and-content.page-block-image-on-align-left .image-and-content .image-holder {
    width: auto;
    padding: 0px;
  }
  .page-block-image-and-content.page-block-image-on-align-right .image-and-content article {
    width: auto;
    padding: 32px 0 0 0;
  }
  .page-block-image-and-content.page-block-image-on-align-right .image-and-content .image-holder {
    width: auto;
    padding: 0px;
  }
  .page-block-image-and-content.page-block-image-on-back-left {
    padding: 0 0 420px 0;
    position: relative;
    margin: 0 0 32px 0;
  }
  .page-block-image-and-content.page-block-image-on-back-left .image-and-content-back-image {
    width: 100%;
    height: 420px;
    top: auto;
    right: auto;
    left: 0px;
    bottom: 0px;
  }
  .page-block-image-and-content.page-block-image-on-back-left .image-and-content {
    height: auto;
  }
  .page-block-image-and-content.page-block-image-on-back-left .image-and-content article {
    width: auto;
    padding: 32px 0 32px 0;
  }
  .page-block-image-and-content.page-block-image-on-back-left .image-and-content .image-holder {
    display: none;
  }
  .page-block-image-and-content.page-block-image-on-back-right {
    padding: 0 0 420px 0;
    position: relative;
    margin: 0 0 32px 0;
  }
  .page-block-image-and-content.page-block-image-on-back-right .image-and-content-back-image {
    width: 100%;
    height: 420px;
    top: auto;
    right: auto;
    left: 0px;
    bottom: 0px;
  }
  .page-block-image-and-content.page-block-image-on-back-right .image-and-content {
    height: auto;
  }
  .page-block-image-and-content.page-block-image-on-back-right .image-and-content article {
    width: auto;
    padding: 32px 0 32px 0;
  }
  .page-block-image-and-content.page-block-image-on-back-right .image-and-content .image-holder {
    display: none;
  }
}
.page-block-credentials.page-block-credentials-alignment-centre {
  padding: 120px 0 156px 0;
}
.page-block-credentials.page-block-credentials-alignment-centre .container {
  text-align: center;
}
.page-block-credentials.page-block-credentials-alignment-centre .container h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  margin: 0 0 8px 0;
}
.page-block-credentials.page-block-credentials-alignment-centre .container h3 {
  font-size: 40px;
  line-height: 60px;
  margin: 0 0 22px 0;
}
.page-block-credentials.page-block-credentials-alignment-centre .container .logos {
  margin: 0 -24px;
}
.page-block-credentials.page-block-credentials-alignment-centre .container .logos section {
  padding: 0 24px;
  display: inline-block;
  vertical-align: middle;
}
.page-block-credentials.page-block-credentials-alignment-centre .container .logos section .logo {
  padding: 16px 24px;
  border: 1px solid #E7E7E7;
  display: inline-block;
}
.page-block-credentials.page-block-credentials-alignment-centre .container .logos section .logo img {
  display: inline-block;
}
.page-block-credentials.page-block-credentials-alignment-centre .container .logos section a.logo:hover, .page-block-credentials.page-block-credentials-alignment-centre .container .logos section a.logo:active, .page-block-credentials.page-block-credentials-alignment-centre .container .logos section a.logo:focus {
  border-color: #EC6A0E;
}
.page-block-credentials.page-block-credentials-alignment-logos-on-right {
  padding: 100px 0 96px 0;
}
.page-block-credentials.page-block-credentials-alignment-logos-on-right .container {
  padding: 0 104px;
}
.page-block-credentials.page-block-credentials-alignment-logos-on-right .container header {
  float: left;
}
.page-block-credentials.page-block-credentials-alignment-logos-on-right .container h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin: 0 0 1px 0;
}
.page-block-credentials.page-block-credentials-alignment-logos-on-right .container h3 {
  font-size: 40px;
  line-height: 57px;
}
.page-block-credentials.page-block-credentials-alignment-logos-on-right .container .logos {
  float: right;
  margin: 0 -20px;
}
.page-block-credentials.page-block-credentials-alignment-logos-on-right .container .logos section {
  padding: 0 20px;
  display: inline-block;
  vertical-align: middle;
}
.page-block-credentials.page-block-credentials-alignment-logos-on-right .container .logos section .logo {
  padding: 16px 24px;
  border: 1px solid #E7E7E7;
  display: inline-block;
}
.page-block-credentials.page-block-credentials-alignment-logos-on-right .container .logos section .logo img {
  display: inline-block;
}
.page-block-credentials.page-block-credentials-alignment-logos-on-right .container .logos section a.logo:hover, .page-block-credentials.page-block-credentials-alignment-logos-on-right .container .logos section a.logo:active, .page-block-credentials.page-block-credentials-alignment-logos-on-right .container .logos section a.logo:focus {
  border-color: #EC6A0E;
}

@media all and (max-width: 1240px) and (min-width: 0px) {
  .page-block-credentials.page-block-credentials-alignment-logos-on-right .container {
    padding: 0px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-credentials.page-block-credentials-alignment-centre, .page-block-credentials.page-block-credentials-alignment-logos-on-right {
    padding: 86px 0 93px 0;
  }
  .page-block-credentials.page-block-credentials-alignment-centre .container, .page-block-credentials.page-block-credentials-alignment-logos-on-right .container {
    padding: 0px;
    text-align: center;
  }
  .page-block-credentials.page-block-credentials-alignment-centre .container header, .page-block-credentials.page-block-credentials-alignment-logos-on-right .container header {
    float: none;
  }
  .page-block-credentials.page-block-credentials-alignment-centre .container h4, .page-block-credentials.page-block-credentials-alignment-logos-on-right .container h4 {
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 3px 0;
  }
  .page-block-credentials.page-block-credentials-alignment-centre .container h3, .page-block-credentials.page-block-credentials-alignment-logos-on-right .container h3 {
    font-size: 22px;
    line-height: 32px;
    margin: 0 0 15px 0;
  }
  .page-block-credentials.page-block-credentials-alignment-centre .container .logos, .page-block-credentials.page-block-credentials-alignment-logos-on-right .container .logos {
    float: none;
    margin: 0px;
    display: flex;
  }
  .page-block-credentials.page-block-credentials-alignment-centre .container .logos section, .page-block-credentials.page-block-credentials-alignment-logos-on-right .container .logos section {
    padding: 0 10px;
    flex-grow: 1;
  }
}
.news-background-card {
  display: block;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.news-background-card .news-background-card-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.news-background-card .news-background-card-image .news-background-card-image-inner {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: none no-repeat center center;
  background-size: cover;
  z-index: 1;
  transition: 0.3s ease-in-out;
}
.news-background-card .news-background-card-image:before {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.5;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  z-index: 2;
  transition: 0.3s ease-in-out;
}
.news-background-card .news-background-card-content {
  padding: 0 32px 40px 32px;
  z-index: 3;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.news-background-card .news-background-card-content h4 {
  font-size: 32px;
  line-height: 32px;
  color: #FFF;
}
.news-background-card .news-background-card-content .news-date {
  display: block;
  padding: 13px 0 0 0;
  font-size: 18px;
  line-height: 26px;
  color: #FFF;
}
@media all and (min-width: 1024px) {
  .news-background-card:hover .news-background-card-image .news-background-card-image-inner {
    transform: scale(1.2);
  }
  .news-background-card:hover .news-background-card-image:before {
    opacity: 1;
  }
}

.page-block-latest-news {
  background: #000000;
  padding: 94px 0 96px;
}
.page-block-latest-news header {
  padding: 0 120px 0 0;
  margin: 0 0 29px 0;
  position: relative;
}
.page-block-latest-news header h3 {
  font-size: 40px;
  line-height: 60px;
  color: #FFF;
}
.page-block-latest-news header .button {
  position: absolute;
  top: 0px;
  right: 0px;
}
.page-block-latest-news .latest-news {
  margin: 0 -16px;
}
.page-block-latest-news .latest-news section {
  float: left;
  width: 33.33%;
  padding: 0 16px 0 16px;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-latest-news {
    padding: 32px 0 32px 0;
  }
  .page-block-latest-news .container {
    margin: 0px;
    padding: 0 0 50px 0;
  }
  .page-block-latest-news header {
    position: static;
    padding: 0 16px;
    text-align: center;
  }
  .page-block-latest-news header h3 {
    font-size: 28px;
    line-height: 32px;
  }
  .page-block-latest-news header .button {
    position: absolute;
    bottom: 0px;
    left: 50%;
    top: auto;
    right: auto;
    margin: 0 auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .page-block-latest-news .latest-news {
    margin: 0 -8px;
  }
  .page-block-latest-news .latest-news section {
    padding: 0 8px 32px 8px;
    width: 258px;
  }

  .news-background-card .news-background-card-image:before {
    opacity: 1;
  }
  .news-background-card .news-background-card-content {
    padding: 0 16px 16px 16px;
  }
  .news-background-card .news-background-card-content h4 {
    font-size: 22px;
  }
  .news-background-card .news-background-card-content .news-date {
    padding: 0px 0 0 0;
    font-size: 12px;
  }
}
.blog-meta {
  position: relative;
  padding: 0 0 32px 0;
}
.blog-meta .container {
  border-top: 1px solid #DDD;
  padding: 32px 0 0 0;
}
.blog-meta .blog-author {
  line-height: 36px;
}
.blog-meta .blog-date {
  line-height: 36px;
}
@media all and (min-width: 1024px) {
  .blog-meta .blog-date {
    position: relative;
    z-index: 1;
    float: left;
  }
}
.blog-meta .share-links {
  float: right;
  line-height: 24px;
  font-size: 16px;
}
.blog-meta .share-links span {
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  vertical-align: top;
}
.blog-meta .share-links a {
  display: inline-block;
  vertical-align: center;
  margin: 0 0 0 20px;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .blog-meta .container {
    padding: 20px 100px 20px 0;
  }
  .blog-meta .container:before {
    display: none;
  }
  .blog-meta .container .blog-author,
.blog-meta .container .blog-date {
    font-size: 14px;
    line-height: 19px;
  }
  .blog-meta .container .blog-author {
    padding: 0 0 7px 0;
  }
  .blog-meta .container .share-links {
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -16px;
  }
}
.load-more,
.show-all {
  text-align: center;
  padding: 32px 0 0 0;
}

.related-posts {
  position: relative;
  z-index: 1;
  padding: 64px 0 32px 0;
}
.related-posts:before {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 300px;
  width: 100%;
  content: "";
  display: block;
  background: #EEE;
}
.related-posts .container {
  z-index: 2;
}
.related-posts .container header {
  position: relative;
  z-index: 1;
}
.related-posts .container header h3 {
  font-size: 40px;
  line-height: 50px;
  margin: 0 0 36px 0;
}
.related-posts .container header .button {
  position: absolute;
  top: 0px;
  right: 0px;
}
.related-posts .container .related-cards {
  margin: 0 -16px;
}
.related-posts .container .related-cards section {
  float: left;
  width: 33.33%;
  padding: 0 16px;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .related-posts:before {
    height: 350px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .related-posts {
    padding: 32px 0;
  }
  .related-posts:before {
    top: 0px;
    height: 272px;
  }
  .related-posts .container {
    padding-bottom: 74px;
  }
  .related-posts .container header {
    position: static;
  }
  .related-posts .container header h3 {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 23px 0;
  }
  .related-posts .container header .button {
    right: auto;
    left: 50%;
    bottom: 0px;
    top: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .related-posts .container .related-cards {
    margin: 0 -20px 0 0;
  }
  .related-posts .container .related-cards section {
    padding: 0 20px 36px 0;
  }
  .related-posts .container .related-cards .slick-arrow-left {
    left: 20px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .related-posts {
    padding: 40px 0 40px 0;
  }
}
.page-block-company-logos {
  padding: 144px 0 116px 0;
}
.page-block-company-logos h2 {
  font-size: 32px;
  line-height: 60px;
  text-align: center;
  margin: 0 0 42px 0;
}
.page-block-company-logos .logos {
  display: flex;
}
.page-block-company-logos .logos.logos-second-row {
  padding-top: 20px;
}
.page-block-company-logos .logos section {
  flex-grow: 1;
  padding: 0 8px;
}
.page-block-company-logos .logos section .logo {
  display: block;
  height: 147px;
  padding: 16px 24px;
  border: 1px solid #E7E7E7;
  text-align: center;
  line-height: 113px;
}
.page-block-company-logos .logos section .logo img {
  display: inline-block;
  max-width: 100%;
  max-height: 72px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
.page-block-company-logos .logos section a:hover, .page-block-company-logos .logos section a:active, .page-block-company-logos .logos section a:focus {
  border-color: #EC6A0E;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-company-logos {
    padding: 88px 0 60px 0;
  }
  .page-block-company-logos h2 {
    font-size: 22px;
    line-height: 32px;
    margin: 0 0 24px 0;
  }
  .page-block-company-logos .logos {
    display: block;
    text-align: center;
    margin: 0 -13px;
  }
  .page-block-company-logos .logos section {
    display: inline-block;
    width: 33.33%;
    padding: 0 13px 16px 13px;
  }
  .page-block-company-logos .logos section .logo {
    display: block;
    height: 104px;
    line-height: 70px;
  }
  .page-block-company-logos .logos section .logo img {
    max-height: 70px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-company-logos .logos section {
    width: 50%;
  }
}
.page-block-what-we-offer {
  padding: 35px 0 24px 0;
}
.page-block-what-we-offer header {
  margin: 0 0 49px 0;
  width: 834px;
  max-width: 100%;
}
.page-block-what-we-offer header h2 {
  font-size: 48px;
  line-height: 57px;
}
.page-block-what-we-offer header p {
  padding: 14px 0 0 0;
  font-size: 18px;
  line-height: 28px;
}
.page-block-what-we-offer .offerings {
  margin: 0 -16px 25px -16px;
  display: flex;
  flex-wrap: wrap;
}
.page-block-what-we-offer .offerings section {
  width: 33.33%;
  padding: 0 16px 56px 16px;
  position: relative;
}
.page-block-what-we-offer .offerings section:nth-child(3n+1) {
  clear: left;
}
.page-block-what-we-offer .offerings section img {
  width: 100%;
  margin: 0 0 32px 0;
}
.page-block-what-we-offer .offerings section h5 {
  font-size: 28px;
  line-height: 36px;
  margin: 0 0 8px 0;
}
.page-block-what-we-offer .offerings section p {
  font-size: 16px;
  line-height: 28px;
  padding: 0px;
  margin: 0 0 20px 0;
}
.page-block-what-we-offer .offerings section .button {
  position: absolute;
  bottom: 0px;
  left: 16px;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-what-we-offer {
    padding: 27px 0 40px 0;
  }
  .page-block-what-we-offer header {
    margin: 0 0 40px 0;
  }
  .page-block-what-we-offer header h2 {
    font-size: 28px;
    line-height: 42px;
  }
  .page-block-what-we-offer header p {
    padding: 11px 0 0 0;
    font-size: 16px;
    line-height: 26px;
  }
  .page-block-what-we-offer .offerings {
    margin: 0 -16px;
    display: block;
  }
  .page-block-what-we-offer .offerings section {
    width: 50%;
    float: left;
    padding: 0 16px 40px 16px;
  }
  .page-block-what-we-offer .offerings section:nth-child(3n+1) {
    clear: none;
  }
  .page-block-what-we-offer .offerings section:nth-child(2n+1) {
    clear: left;
  }
  .page-block-what-we-offer .offerings section img {
    margin: 0 0 16px 0;
  }
  .page-block-what-we-offer .offerings section h5 {
    font-size: 22px;
    line-height: 34px;
    margin: 0 0 6px 0;
  }
  .page-block-what-we-offer .offerings section p {
    font-size: 16px;
    line-height: 26px;
  }
  .page-block-what-we-offer .offerings section .button {
    position: relative;
    bottom: auto;
    left: auto;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-what-we-offer .offerings {
    margin: 0px;
  }
  .page-block-what-we-offer .offerings section {
    width: auto;
    float: none;
    padding: 0 0 40px 0;
  }
}
.page-block-cta .cta {
  background: #EC6A0E;
  height: 180px;
  position: relative;
}
.page-block-cta .cta:before {
  background: url(../images/cta-left.svg) no-repeat right bottom;
  width: 82px;
  height: 87px;
  top: 0px;
  left: 0px;
  display: block;
  content: "";
  position: absolute;
}
.page-block-cta .cta:after {
  background: url(../images/cta-right.svg) no-repeat left top;
  width: 75px;
  height: 77px;
  bottom: 0px;
  right: 0px;
  display: block;
  content: "";
  position: absolute;
}
.page-block-cta .cta .cta-text {
  z-index: 1;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0px;
  padding: 0 280px 0 109px;
}
.page-block-cta .cta .cta-text h4 {
  font-size: 40px;
  line-height: 57px;
  color: #FFF;
}
.page-block-cta .cta .cta-text p {
  line-height: 36px;
  font-weight: bold;
  font-size: 20px;
  color: #FFF;
}
.page-block-cta .cta .cta-text p a {
  color: #FFF;
  text-decoration: underline;
}
.page-block-cta .cta .cta-text p a:hover, .page-block-cta .cta .cta-text p a:active, .page-block-cta .cta .cta-text p a:focus {
  text-decoration: none;
}
.page-block-cta .cta .button {
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 107px;
}
.page-block-cta.page-block-cta-black .cta {
  background: #000;
}
.page-block-cta.page-block-cta-black .cta:before {
  width: 75px;
  height: 67px;
  background-image: url(../images/cta-left-black.svg);
}
.page-block-cta.page-block-cta-black .cta:after {
  width: 53px;
  height: 50px;
  background-image: url(../images/cta-right-black.svg);
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-cta .cta .cta-text {
    padding: 0 36px;
  }
  .page-block-cta .cta .cta-text h4 {
    font-size: 36px;
    line-height: 48px;
  }

  .page-block-cta .cta .button {
    right: 36px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-cta .cta {
    text-align: center;
    height: auto;
    padding: 48px 16px;
    margin: 0 -16px;
  }
  .page-block-cta .cta:before {
    width: 57px;
    height: 70px;
    background-image: url(../images/cta-left-mobile.svg);
  }
  .page-block-cta .cta:after {
    width: 52px;
    height: 58px;
    background-image: url(../images/cta-right-mobile.svg);
  }
  .page-block-cta .cta .cta-text {
    float: none;
    padding: 0 32px 18px 32px;
    right: auto;
    top: auto;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
  .page-block-cta .cta .cta-text h4 {
    font-size: 24px;
    line-height: 36px;
  }
  .page-block-cta .cta .cta-text p {
    font-size: 16px;
    line-height: 26px;
  }
  .page-block-cta .cta .button {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
  .page-block-cta.page-block-cta-black .cta:before {
    width: 66px;
    height: 68px;
    background-image: url(../images/cta-left-mobile-black.svg);
  }
  .page-block-cta.page-block-cta-black .cta:after {
    width: 39px;
    height: 59px;
    background-image: url(../images/cta-right-mobile-black.svg);
  }
}
.page-block-icon-columns {
  padding: 72px 0 126px 0;
}
.page-block-icon-columns header {
  margin: 0 0 64px 0;
  position: relative;
}
.page-block-icon-columns header h2 {
  font-size: 48px;
  line-height: 57px;
}
.page-block-icon-columns header p {
  padding: 14px 0 0 0;
  font-size: 18px;
  line-height: 28px;
  width: 834px;
  max-width: 100%;
}
.page-block-icon-columns header .button {
  position: absolute;
  bottom: 8px;
  right: 0px;
}
.page-block-icon-columns .icon-columns {
  margin: 0 -16px -74px -16px;
}
.page-block-icon-columns .icon-columns section {
  float: left;
  position: relative;
  width: 25%;
  padding: 0 16px 74px 16px;
}
.page-block-icon-columns .icon-columns section .icon {
  background: url(../images/icon-columns-icon-back.svg) no-repeat;
  width: 53px;
  height: 53px;
  display: inline-block;
  margin: 0 0 24px 0;
}
.page-block-icon-columns .icon-columns section .icon span {
  height: 48px;
  width: 48px;
  position: relative;
  display: block;
}
.page-block-icon-columns .icon-columns section .icon span img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
}
.page-block-icon-columns .icon-columns section h6 {
  font-size: 24px;
  line-height: 36px;
  margin: 0 0 8px 0;
}
.page-block-icon-columns .icon-columns section p {
  font-size: 18px;
  line-height: 28px;
  padding: 0px;
}

@media all and (min-width: 1024px) {
  .page-block-icon-columns.page-block-icon-columns-4 .icon-columns section {
    width: 25%;
  }
  .page-block-icon-columns.page-block-icon-columns-4 .icon-columns section:nth-child(4n+1) {
    clear: left;
  }
  .page-block-icon-columns.page-block-icon-columns-3 .icon-columns section {
    width: 33.33%;
  }
  .page-block-icon-columns.page-block-icon-columns-3 .icon-columns section:nth-child(3n+1) {
    clear: left;
  }
  .page-block-icon-columns.page-block-icon-columns-2 .icon-columns section {
    width: 50%;
  }
  .page-block-icon-columns.page-block-icon-columns-2 .icon-columns section:nth-child(2n+1) {
    clear: left;
  }
  .page-block-icon-columns.page-block-icon-columns-1 .icon-columns section {
    width: auto;
    float: none;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-icon-columns {
    padding: 48px 0 64px 0;
  }
  .page-block-icon-columns.page-block-icon-columns-has-button .container {
    padding: 0 0 64px 0;
  }
  .page-block-icon-columns header {
    margin: 0 0 46px 0;
    position: static;
  }
  .page-block-icon-columns header h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .page-block-icon-columns header p {
    padding: 5px 0 0 0;
    font-size: 16px;
    line-height: 26px;
  }
  .page-block-icon-columns header .button {
    bottom: 0px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .page-block-icon-columns .icon-columns {
    margin: 0 -16px;
  }
  .page-block-icon-columns .icon-columns section {
    width: 50%;
    padding: 0 16px 32px 16px;
  }
  .page-block-icon-columns .icon-columns section:nth-child(2n+1) {
    clear: left;
  }
  .page-block-icon-columns .icon-columns section .icon {
    margin: 0 0 16px 0;
  }
  .page-block-icon-columns .icon-columns section h6 {
    font-size: 22px;
    line-height: 34px;
    margin: 0 0 6px 0;
  }
  .page-block-icon-columns .icon-columns section p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-icon-columns .icon-columns {
    margin: 0px;
  }
  .page-block-icon-columns .icon-columns section {
    width: auto;
    float: none;
    padding: 0 0 32px 0;
  }
}
.page-block-icon-list {
  padding: 118px 0 128px 0;
}
.page-block-icon-list header {
  margin: 0 0 45px 0;
  position: relative;
}
.page-block-icon-list header h2 {
  font-size: 48px;
  line-height: 57px;
}
.page-block-icon-list .icon-list {
  margin: 0 -16px -32px -16px;
}
.page-block-icon-list .icon-list section {
  float: left;
  position: relative;
  width: 25%;
  padding: 0 16px 32px 16px;
}
.page-block-icon-list .icon-list section .icon {
  background: url(../images/icon-list-icon.svg) no-repeat;
  width: 48px;
  height: 48px;
  display: inline-block;
  margin: 0 16px 0 0;
  vertical-align: top;
}
.page-block-icon-list .icon-list section .icon span {
  height: 44px;
  width: 44px;
  position: relative;
  display: block;
}
.page-block-icon-list .icon-list section .icon span img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
}
.page-block-icon-list .icon-list section h4 {
  font-size: 20px;
  line-height: 36px;
  padding: 4px 0 0 0;
  display: inline-block;
  vertical-align: top;
}

@media all and (min-width: 1024px) {
  .page-block-icon-list.page-block-icon-list-4 .icon-columns section {
    width: 25%;
  }
  .page-block-icon-list.page-block-icon-list-4 .icon-columns section:nth-child(4n+1) {
    clear: left;
  }
  .page-block-icon-list.page-block-icon-list-3 .icon-columns section {
    width: 33.33%;
  }
  .page-block-icon-list.page-block-icon-list-3 .icon-columns section:nth-child(3n+1) {
    clear: left;
  }
  .page-block-icon-list.page-block-icon-list-2 .icon-columns section {
    width: 50%;
  }
  .page-block-icon-list.page-block-icon-list-2 .icon-columns section:nth-child(2n+1) {
    clear: left;
  }
  .page-block-icon-list.page-block-icon-list-1 .icon-columns section {
    width: auto;
    float: none;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-icon-list {
    padding: 56px 0 56px 0;
  }
  .page-block-icon-list header {
    margin: 0 0 28px 0;
    position: static;
  }
  .page-block-icon-list header h2 {
    font-size: 28px;
    line-height: 42px;
  }
  .page-block-icon-list .icon-list {
    margin: 0 -16px;
  }
  .page-block-icon-list .icon-list section {
    width: 50%;
    padding: 0 16px 32px 16px;
  }
  .page-block-icon-list .icon-list section:nth-child(2n+1) {
    clear: left;
  }
  .page-block-icon-list .icon-list section h4 {
    font-size: 18px;
    padding: 6px 0 0 0;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-icon-list .icon-list {
    margin: 0px;
  }
  .page-block-icon-list .icon-list section {
    width: auto;
    float: none;
    padding: 0 0 24px 0;
  }
}
.page-block-callout {
  background: url(../images/callout-left.svg) no-repeat -10px -3px #000;
  padding: 148px 0 132px 0;
}
.page-block-callout:before {
  width: 209px;
  height: 182px;
  background: url(../images/callout-right.svg) no-repeat;
  right: 0px;
  bottom: 0px;
  display: block;
  content: "";
  position: absolute;
}
.page-block-callout .container {
  z-index: 1;
}
.page-block-callout .container .callout-text {
  padding: 0 300px;
}
.page-block-callout .container .callout-text h3 {
  font-size: 24px;
  line-height: 42px;
  color: #FFF;
  margin: 0 0 14px 0;
  letter-spacing: 0.25px;
}
.page-block-callout .container .callout-text h4 {
  font-size: 40px;
  line-height: 52px;
  color: #FFF;
}
.page-block-callout .container .callout-text p {
  font-size: 32px;
  line-height: 48px;
  font-weight: 500;
  color: #FFF;
}
.page-block-callout .container .callout-text p a {
  color: #FFF;
  text-decoration: underline;
}
.page-block-callout .container .callout-text p a:hover, .page-block-callout .container .callout-text p a:active, .page-block-callout .container .callout-text p a:focus {
  text-decoration: none;
}
.page-block-callout.page-block-callout-has-text .container .callout-text {
  padding: 0 210px;
}
.page-block-callout.page-block-callout-has-text .container .callout-text h3 {
  font-size: 26px;
  line-height: 36px;
}
.page-block-callout.page-block-callout-has-text .container .callout-text h4 {
  margin-bottom: 15px;
}

@media all and (min-width: 1024px) {
  .page-block-callout.page-block-callout-has-text {
    background-image: url(../images/callout-left-has-text.svg);
  }
  .page-block-callout.page-block-callout-has-text:before {
    background-image: url(../images/callout-right-has-text.svg);
    width: 111px;
    height: 139px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-callout {
    padding: 80px 0;
    background: url(../images/callout-left-mobile.svg) no-repeat -20px -13px #000;
  }
  .page-block-callout:before {
    width: 40px;
    height: 60px;
    background: url(../images/callout-right-mobile.svg) no-repeat;
    bottom: 0px;
    right: 0px;
  }
  .page-block-callout .container {
    text-align: center;
  }
  .page-block-callout .container .callout-text {
    padding: 0 36px;
  }
  .page-block-callout .container .callout-text h3 {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 8px 0;
  }
  .page-block-callout .container .callout-text h4 {
    font-size: 24px;
    line-height: 36px;
  }
  .page-block-callout .container .callout-text p {
    font-size: 24px;
    line-height: 36px;
  }
  .page-block-callout.page-block-callout-has-text .container .callout-text {
    padding: 0 36px;
  }
  .page-block-callout.page-block-callout-has-text .container .callout-text h3 {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 8px 0;
  }
}
.page-block-our-people {
  background: none no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 224px 0 200px 0;
}
.page-block-our-people:before, .page-block-our-people:after {
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  z-index: 1;
  display: block;
}
.page-block-our-people:after {
  width: 60%;
  z-index: 2;
  opacity: 0.2;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}
.page-block-our-people .container {
  z-index: 3;
}
.page-block-our-people .container .our-people {
  display: flex;
  align-items: center;
}
.page-block-our-people .container .our-people article {
  width: calc(100% - 363px);
  padding: 0 32px 0 0;
}
.page-block-our-people .container .our-people article h3 {
  font-size: 20px;
  line-height: 42px;
  color: #FFF;
  padding: 0px;
  margin: 0 0 7px 0;
  max-width: 615px;
}
.page-block-our-people .container .our-people article h4 {
  font-size: 48px;
  line-height: 57px;
  padding: 0px;
  color: #FFF;
  max-width: 615px;
  margin: 0 0 15px 0;
}
.page-block-our-people .container .our-people article p {
  font-size: 18px;
  line-height: 28px;
  color: #FFF;
  max-width: 615px;
  margin: 0 0 28px 0;
}
.page-block-our-people .container .our-people article .button {
  margin: 36px 0 0 0;
}
.page-block-our-people .container .our-people .stats {
  width: 363px;
}
.page-block-our-people .container .our-people .stats section {
  background: rgba(0, 0, 0, 0.19);
  margin: 0 0 20px 0;
  border-radius: 4px;
}
.page-block-our-people .container .our-people .stats section .stat {
  display: flex;
  align-items: center;
  padding: 20px 36px 20px 24px;
}
.page-block-our-people .container .our-people .stats section .stat .stat-number {
  font-size: 46px;
  line-height: 57px;
  color: #FFF;
  padding: 0 29px 0 0;
  font-weight: 500;
}
.page-block-our-people .container .our-people .stats section .stat .stat-label {
  font-size: 24px;
  line-height: 32px;
  color: #FFF;
  font-weight: 500;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-our-people {
    padding: 139px 0 26px 0;
  }
  .page-block-our-people:before {
    background: rgba(0, 0, 0, 0.4);
  }
  .page-block-our-people:after {
    width: 100%;
    opacity: 0.2;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  }
  .page-block-our-people .container .our-people {
    display: block;
  }
  .page-block-our-people .container .our-people article {
    width: auto;
    padding: 0 0 32px 0;
  }
  .page-block-our-people .container .our-people article h3 {
    font-size: 18px;
    line-height: 42px;
    margin: 0px;
  }
  .page-block-our-people .container .our-people article h4 {
    font-size: 28px;
    line-height: 42px;
    margin: 0 0 6px 0;
  }
  .page-block-our-people .container .our-people article p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 12px 0;
  }
  .page-block-our-people .container .our-people article .button {
    margin: 0px;
  }
  .page-block-our-people .container .our-people .stats {
    display: block;
    width: 267px;
  }
  .page-block-our-people .container .our-people .stats section {
    margin: 0 0 6px 0;
  }
  .page-block-our-people .container .our-people .stats section .stat {
    padding: 5px 15px;
  }
  .page-block-our-people .container .our-people .stats section .stat .stat-number {
    font-size: 40px;
  }
  .page-block-our-people .container .our-people .stats section .stat .stat-label {
    font-size: 18px;
    line-height: 26px;
  }
}
.page-block-quote {
  padding: 96px 0 128px 0;
}
.page-block-quote:before {
  width: 54px;
  height: 55px;
  content: "";
  display: block;
  position: absolute;
  top: 55px;
  right: 71px;
  background: url(../images/quote-right.svg) no-repeat;
}
.page-block-quote:after {
  width: 64px;
  height: 77px;
  content: "";
  display: block;
  position: absolute;
  bottom: 133px;
  left: 136px;
  background: url(../images/quote-left.svg) no-repeat;
}
.page-block-quote .container {
  z-index: 1;
}
.page-block-quote .container blockquote {
  background: url(../images/quote.png) no-repeat center top;
  background-size: auto 85px;
  padding: 105px 180px 0 180px;
}
.page-block-quote .container blockquote p {
  font-size: 20px;
  line-height: 38px;
  text-align: center;
  font-style: italic;
  color: #000;
}
.page-block-quote .container blockquote cite {
  display: block;
  padding: 28px 0 0 0;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  color: #000;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-quote {
    padding: 122px 0 148px 0;
  }
  .page-block-quote:before {
    background-image: url(../images/quote-right-mobile.svg);
    width: 43px;
    height: 44px;
    top: 21px;
    right: 15px;
  }
  .page-block-quote:after {
    background-image: url(../images/quote-left-mobile.svg);
    width: 35px;
    height: 42px;
    bottom: 53px;
    left: 16px;
  }
  .page-block-quote .container blockquote {
    background-size: auto 68px;
    padding: 98px 0 0 0;
  }
  .page-block-quote .container blockquote p {
    font-size: 16px;
    line-height: 30px;
  }
  .page-block-quote .container blockquote cite {
    padding: 23px 0 0 0;
  }
}
.page-block-full-width-image-and-content {
  background: none no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 128px 0;
}
.page-block-full-width-image-and-content:before, .page-block-full-width-image-and-content:after {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  top: 0px;
  left: 0px;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
.page-block-full-width-image-and-content:after {
  width: 70%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}
.page-block-full-width-image-and-content .container {
  z-index: 3;
  padding: 0 80px;
}
.page-block-full-width-image-and-content .container article {
  max-width: 564px;
}
.page-block-full-width-image-and-content .container article h2,
.page-block-full-width-image-and-content .container article h3,
.page-block-full-width-image-and-content .container article h4 {
  font-size: 34px;
  line-height: 52px;
  color: #FFF;
  margin: 0 0 9px 0;
}
.page-block-full-width-image-and-content .container article p {
  font-size: 18px;
  line-height: 32px;
  color: #FFF;
}
.page-block-full-width-image-and-content .container article p a {
  color: #FFF;
  text-decoration: underline;
}
.page-block-full-width-image-and-content .container article p a:hover, .page-block-full-width-image-and-content .container article p a:active, .page-block-full-width-image-and-content .container article p a:focus {
  text-decoration: none;
}

@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-full-width-image-and-content {
    padding: 136px 0;
  }
  .page-block-full-width-image-and-content:before {
    background: rgba(0, 0, 0, 0.5);
  }
  .page-block-full-width-image-and-content:after {
    display: none;
  }
  .page-block-full-width-image-and-content .container {
    padding: 0;
  }
  .page-block-full-width-image-and-content .container article {
    max-width: none;
    text-align: center;
  }
  .page-block-full-width-image-and-content .container article h2,
.page-block-full-width-image-and-content .container article h3,
.page-block-full-width-image-and-content .container article h4 {
    font-size: 28px;
    line-height: 42px;
    margin: 0 0 28px 0;
  }
  .page-block-full-width-image-and-content .container article p {
    font-size: 16px;
    line-height: 26px;
  }
}
.page-block-story-cta {
  background: #EC6A0E;
  position: relative;
}
.page-block-story-cta:before {
  background: url(../images/story-cta-left.svg) no-repeat right bottom;
  width: 144px;
  height: 146px;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  content: "";
}
.page-block-story-cta:after {
  background: url(../images/story-cta-right.svg) no-repeat;
  width: 174px;
  height: 138px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: block;
  content: "";
}
.page-block-story-cta .container {
  padding: 124px 0 124px 500px;
}
.page-block-story-cta .container img {
  position: absolute;
  left: 128px;
  bottom: 0px;
  display: block;
}
.page-block-story-cta .container h4 {
  font-size: 24px;
  line-height: 36px;
  color: #FFF;
  margin: 0 0 7px 0;
}
.page-block-story-cta .container p {
  font-size: 32px;
  line-height: 52px;
  margin: 0 0 32px 0;
  color: #FFF;
  font-weight: 500;
}
@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-story-cta .container {
    padding: 124px 0 124px 300px;
  }
  .page-block-story-cta .container img {
    left: 0px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-story-cta:before {
    width: 72px;
    height: 74px;
    background-image: url(../images/story-cta-left-mobile.svg);
  }
  .page-block-story-cta:after {
    width: 39px;
    height: 64px;
    background-image: url(../images/story-cta-right-mobile.svg);
  }
  .page-block-story-cta .container {
    padding: 25px 0 64px 0;
    text-align: center;
  }
  .page-block-story-cta .container img {
    position: relative;
    top: auto;
    left: auto;
    max-width: 148px;
    margin: 0 auto 24px auto;
  }
  .page-block-story-cta .container h4 {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 14px 0;
  }
  .page-block-story-cta .container p {
    font-size: 24px;
    line-height: 36px;
    margin: 0 0 24px 0;
  }
}
.page-block-staff-quotes {
  background: #F2F2F2;
  padding: 116px 0 128px 0;
}
.page-block-staff-quotes header {
  padding: 26px 112px 112px 0;
  float: left;
  width: 40%;
}
.page-block-staff-quotes header h3 {
  font-size: 40px;
  line-height: 57px;
  margin: 0 0 15px 0;
}
.page-block-staff-quotes header p {
  font-size: 18px;
  line-height: 28px;
}
.page-block-staff-quotes .staff-quotes {
  float: right;
  width: 60%;
  overflow: hidden;
  position: static;
}
.page-block-staff-quotes .staff-quotes .slick-arrow {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 48px;
  height: 48px;
  border-radius: 0px;
  line-height: 44px;
  padding: 0px;
}
.page-block-staff-quotes .staff-quotes .slick-arrow.slick-next {
  left: 46px;
}
.page-block-staff-quotes .staff-quotes section {
  float: left;
  padding: 0px;
  width: 100%;
}
.page-block-staff-quotes .staff-quotes section blockquote {
  padding: 74px 50px 74px 50px;
  background: #FFF;
  position: relative;
}
.page-block-staff-quotes .staff-quotes section blockquote:before {
  width: 100%;
  height: 5px;
  background: #EC6A0E;
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.page-block-staff-quotes .staff-quotes section blockquote p {
  font-size: 18px;
  line-height: 31px;
  color: #000000;
  margin: 0 0 24px 0;
  font-style: italic;
}
.page-block-staff-quotes .staff-quotes section blockquote cite {
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #000000;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-staff-quotes header {
    padding: 0 32px 112px 0;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-staff-quotes {
    padding: 75px 0 80px 0;
  }
  .page-block-staff-quotes .container {
    padding: 0 0 115px 0;
  }
  .page-block-staff-quotes header {
    width: auto;
    float: none;
    padding: 0 0 40px 0;
  }
  .page-block-staff-quotes header h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 40px 0;
  }
  .page-block-staff-quotes header p {
    font-size: 16px;
    line-height: 26px;
  }
  .page-block-staff-quotes .staff-quotes {
    width: auto;
    float: none;
  }
  .page-block-staff-quotes .staff-quotes section blockquote {
    padding: 32px 24px 68px 24px;
  }
  .page-block-staff-quotes .staff-quotes section blockquote p {
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 32px 0;
  }
  .page-block-staff-quotes .staff-quotes section blockquote cite {
    font-size: 16px;
    line-height: 26px;
  }
}
#story-banner {
  background: #121212;
  padding: 94px 0 0 0;
}
#story-banner .container {
  height: 476px;
}
#story-banner .container .story-image {
  position: absolute;
  right: 95px;
  bottom: 0px;
}
#story-banner .container .story-image img {
  display: block;
  position: relative;
  z-index: 1;
}
#story-banner .container .story-image:before {
  width: 171px;
  height: 171px;
  border: 1px solid #FFBD00;
  position: absolute;
  top: 50%;
  left: -26px;
  margin: -80px 0 0 0;
  content: "";
  display: block;
}
#story-banner .container .story-image:after {
  width: 137px;
  height: 137px;
  border: 1px solid #FFBD00;
  position: absolute;
  bottom: 32px;
  right: -28px;
  content: "";
  display: block;
}
#story-banner .container .story-banner-text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  max-width: 610px;
}
#story-banner .container .story-banner-text h1 {
  font-size: 48px;
  line-height: 54px;
  color: #FFF;
  margin: 0 0 32px 0;
}
#story-banner .container .story-banner-text p {
  font-size: 18px;
  line-height: 28px;
  color: #FFF;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  #story-banner .container .story-image {
    right: 32px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  #story-banner .container .story-banner-text {
    max-width: calc(100% - 360px);
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  #story-banner {
    overflow: hidden;
    padding: 168px 0 0 0;
  }
  #story-banner .container {
    height: auto;
    text-align: center;
  }
  #story-banner .container .story-banner-text {
    max-width: none;
    padding: 0 0 48px 0;
    clear: both;
    text-align: left;
    top: auto;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
  #story-banner .container .story-banner-text h1 {
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 12px 0;
  }
  #story-banner .container .story-banner-text p {
    font-size: 16px;
    line-height: 28px;
  }
  #story-banner .container .story-image {
    position: relative;
    margin: 0 auto -4px auto;
    top: auto;
    right: auto;
    bottom: auto;
    display: inline-block;
  }
  #story-banner .container .story-image img {
    max-height: 264px;
  }
  #story-banner .container .story-image:before {
    width: 136px;
    height: 136px;
    margin-top: -60px;
  }
  #story-banner .container .story-image:after {
    width: 110px;
    height: 110px;
    bottom: 16px;
  }
}
.page-block-image-slider header {
  height: 72px;
}
.page-block-image-slider h3 {
  font-size: 40px;
  line-height: 60px;
}
.page-block-image-slider .image-slider .slick-arrow {
  position: absolute;
  top: -72px;
  right: 0px;
  width: 48px;
  padding: 0px;
  height: 48px;
  line-height: 44px;
  border-radius: 0px;
}
.page-block-image-slider .image-slider .slick-arrow.slick-prev {
  right: 46px;
}
.page-block-image-slider .image-slider section {
  float: left;
  padding: 0 32px 0 0;
}
.page-block-image-slider .image-slider section img {
  display: block;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-image-slider header {
    height: 68px;
  }
  .page-block-image-slider h3 {
    font-size: 24px;
    line-height: 36px;
  }
  .page-block-image-slider .image-slider {
    margin: 0 -16px;
  }
  .page-block-image-slider .image-slider .slick-arrow {
    top: -68px;
    right: 16px;
  }
  .page-block-image-slider .image-slider .slick-arrow.slick-prev {
    right: 62px;
  }
  .page-block-image-slider .image-slider section {
    width: calc(50vw - 64px);
    padding: 0 8px;
  }
  .page-block-image-slider .image-slider section img {
    width: 100%;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-image-slider .image-slider section {
    width: calc(100vw - 112px);
    padding: 0 8px;
  }
}
.page-block-team {
  padding: 0 0 120px 0;
}
.page-block-team .filter-buttons {
  overflow: hidden;
  padding: 52px 0 48px 0;
}
.page-block-team .filter-buttons .button {
  float: left;
  margin: 0 0 0 -2px;
  border-radius: 0px;
}
.page-block-team .filter-buttons .button:first-of-type {
  margin: 0px;
}
.page-block-team .team-grid {
  margin: 0 -16px;
}
.page-block-team .team-grid section {
  padding: 0 16px 80px 16px;
  width: 33.33%;
  float: left;
}
.page-block-team .team-grid section.show-on-second-page {
  display: none;
}
.page-block-team .team-grid section:nth-child(3n+1) {
  clear: left;
}
.page-block-team .team-grid section .team-card {
  display: block;
}
.page-block-team .team-grid section .team-card img {
  display: block;
  width: 100%;
}
.page-block-team .team-grid section .team-card .team-card-image {
  display: block;
  position: relative;
  margin: 0 0 22px 0;
  overflow: hidden;
}
.page-block-team .team-grid section .team-card .team-card-image img {
  opacity: 0;
}
.page-block-team .team-grid section .team-card .team-card-image .team-card-image-inner {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: none no-repeat center center;
  background-size: cover;
  transition: 0.3s ease-in-out;
}
.page-block-team .team-grid section .team-card:hover .team-card-image .team-card-image-inner {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.page-block-team .team-grid section .team-card h6 {
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 0 0 4px 0;
  color: #000;
}
.page-block-team .team-grid section .team-card h4 {
  font-size: 24px;
  line-height: 36px;
  color: #000;
  margin: 0 0 10px 0;
}
.page-block-team .team-grid section .team-card .read-bio-link {
  display: inline-block;
  position: relative;
  padding: 0 18px 0 0;
  font-weight: bold;
  line-height: 32px;
}
.page-block-team .team-grid section .team-card .read-bio-link svg {
  position: absolute;
  top: 11px;
  right: 0px;
}
.page-block-team .load-more {
  padding: 12px 0 0px 0;
}

.team-modal-wrapper {
  position: absolute;
  left: -9999px;
  top: -9999px;
}

.team-modal {
  background: #121212 !important;
  padding: 164px 0 180px 0;
}
.team-modal .close-modal {
  position: absolute;
  top: -92px;
  right: 0px;
  font-size: 18px;
  line-height: 22px;
  color: #FFF;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.team-modal .close-modal svg {
  position: relative;
  top: 1px;
  margin: 0 8px 0 0;
}
.team-modal .close-modal:hover, .team-modal .close-modal:active, .team-modal .close-modal:focus {
  opacity: 0.7;
}
.team-modal .team-modal-mobile-header {
  display: none;
}
.team-modal .team-modal-left {
  float: left;
  width: 68.5%;
  padding: 0 140px 0 0;
}
.team-modal .team-modal-left header h6 {
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #FFF;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
.team-modal .team-modal-left header h4 {
  font-size: 48px;
  line-height: 54px;
  color: #FFF;
  margin: 0 0 107px 0;
}
.team-modal .team-modal-left article h1,
.team-modal .team-modal-left article h2,
.team-modal .team-modal-left article h3,
.team-modal .team-modal-left article h4,
.team-modal .team-modal-left article h5,
.team-modal .team-modal-left article h6 {
  color: #FFF;
  margin: 0 0 5px 0;
}
.team-modal .team-modal-left article p {
  color: #FFF;
}
.team-modal .team-modal-right {
  float: right;
  width: 31.5%;
}
.team-modal .team-modal-right .team-modal-image {
  position: relative;
  margin: 0 0 48px 0;
}
.team-modal .team-modal-right .team-modal-image:before {
  width: 352px;
  height: 352px;
  position: absolute;
  left: -24px;
  top: -19px;
  display: block;
  content: "";
  border: 1px solid #FFBD00;
}
.team-modal .team-modal-right .team-modal-image img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.team-modal .team-modal-right blockquote p {
  font-size: 18px;
  line-height: 28px;
  color: #FFF;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .team-modal .team-modal-left {
    padding: 0 64px 0 0;
  }
  .team-modal .team-modal-right .team-modal-image {
    margin: 0 0 24px 0;
  }
  .team-modal .team-modal-right .team-modal-image:before {
    width: 160px;
    height: 160px;
    left: -20px;
    top: -16px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-team .filter-buttons {
    padding: 32px 0 28px 0;
  }
  .page-block-team .filter-buttons .button {
    float: left;
    margin: 0 6px 6px 0 !important;
  }
  .page-block-team .team-grid section {
    width: 50%;
  }
  .page-block-team .team-grid section:nth-child(3n+1) {
    clear: none;
  }
  .page-block-team .team-grid section:nth-child(2n+1) {
    clear: left;
  }

  .team-modal {
    padding: 134px 0;
  }
  .team-modal .close-modal {
    top: -72px;
  }
  .team-modal .team-modal-left {
    padding: 0 64px 0 0;
  }
  .team-modal .team-modal-left header h6 {
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 4px 0;
  }
  .team-modal .team-modal-left header h4 {
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 76px 0;
  }
  .team-modal .team-modal-left article h3 {
    margin: 0 0 13px 0;
  }
  .team-modal .team-modal-right blockquote p {
    font-size: 16px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-team .team-grid section {
    width: auto;
    float: none;
    padding: 0 16px 44px 16px;
  }

  .team-modal .close-modal {
    font-size: 16px;
  }
  .team-modal .team-modal-mobile-header {
    display: block;
  }
  .team-modal .team-modal-mobile-header h6 {
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 4px 0;
    font-weight: 500;
    letter-spacing: 2px;
    color: #FFF;
    text-transform: uppercase;
  }
  .team-modal .team-modal-mobile-header h4 {
    font-size: 28px;
    line-height: 36px;
    color: #FFF;
    margin: 0 0 76px 0;
  }
  .team-modal .team-modal-left {
    width: auto;
    float: none;
    padding: 0px;
  }
  .team-modal .team-modal-left header {
    display: none;
  }
  .team-modal .team-modal-right {
    width: auto;
    float: none;
    padding: 0 0 60px 0;
  }
  .team-modal .team-modal-right .team-modal-image {
    max-width: 322px;
    padding: 0 0 0 18px;
  }
  .team-modal .team-modal-right .team-modal-image:before {
    width: 288px;
    height: 288px;
    left: 0px;
    top: -16px;
  }
}
.page-block-features {
  background: #F0F0F0;
  padding: 84px 0;
}
.page-block-features .features {
  margin: 0 -16px -32px -16px;
}
.page-block-features .features section {
  float: left;
  width: 33.33%;
  padding: 0 16px 32px 16px;
}
.page-block-features .features section .feature {
  background: #FFF;
  border-radius: 4px;
  padding: 30px 40px;
}
.page-block-features .features section .feature h4 {
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 4px 0;
}
.page-block-features .features section .feature p {
  font-size: 16px;
  line-height: 28px;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-features {
    padding: 64px 0;
  }
  .page-block-features .features {
    margin: 0 0 -36px 0;
  }
  .page-block-features .features section {
    float: none;
    width: auto;
    padding: 0 0 36px 0;
  }
  .page-block-features .features section .feature h4 {
    font-size: 22px;
    line-height: 30px;
  }
  .page-block-features .features section .feature p {
    font-size: 16px;
    line-height: 28px;
  }
}
.community-post-card {
  display: block;
}
.community-post-card .community-post-card-image {
  display: block;
  height: 256px;
  position: relative;
  margin: 0 0 32px 0;
  overflow: hidden;
}
.community-post-card .community-post-card-image .community-post-card-image-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: none no-repeat center center;
  background-size: cover;
  transition: 0.3s ease-in-out;
}
.community-post-card .community-post-card-image .community-post-card-image-arrow {
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 48px;
  height: 48px;
  background: #FFF;
  color: #EC6A0E;
  z-index: 1;
}
.community-post-card .community-post-card-image .community-post-card-image-arrow svg {
  height: 16px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
}
.community-post-card h4 {
  font-size: 28px;
  line-height: 40px;
  margin: 0 0 14px 0;
  color: #000000;
}
.community-post-card .community-post-card-date {
  font-size: 18px;
  line-height: 28px;
  display: inline-block;
  color: #000000;
}
.community-post-card:hover .community-post-card-image .community-post-card-image-inner {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.page-block-community-posts-slider {
  overflow: hidden;
  background: #DCDCDC;
  padding: 120px 0 105px 0;
}
.page-block-community-posts-slider header {
  margin: 0 0 35px 0;
  position: relative;
  padding: 0 250px 0 0;
}
.page-block-community-posts-slider header h3 {
  font-size: 48px;
  line-height: 57px;
}
.page-block-community-posts-slider header .header-buttons {
  position: absolute;
  top: 0px;
  right: 0px;
}
.page-block-community-posts-slider header .header-buttons .button {
  margin: 0 17px 0 0;
}
.page-block-community-posts-slider header .header-buttons .slick-arrow {
  width: 54px;
  padding: 0px;
  line-height: 50px;
  margin: 0px;
  border-radius: 2px 0 0 2px;
}
.page-block-community-posts-slider header .header-buttons .slick-arrow.slick-next {
  margin: 0 0 0 -2px;
  border-radius: 0 2px 2px 0;
}
.page-block-community-posts-slider .community-posts-slider {
  margin: 0 -16px;
}
.page-block-community-posts-slider .community-posts-slider section {
  float: left;
  width: 33.33%;
  position: relative;
  padding: 0 16px;
}

.page-block-community {
  padding: 96px 0 64px 0;
}
.page-block-community header {
  margin: 0 0 45px 0;
}
.page-block-community header h2 {
  font-size: 48px;
  line-height: 54px;
  float: left;
}
.page-block-community header .filter-buttons {
  float: right;
}
.page-block-community header .filter-buttons .button {
  float: left;
  margin: 0 0 0 -2px;
}
.page-block-community header .filter-buttons .button:first-of-type {
  margin: 0px;
}
.page-block-community .community-posts-grid {
  margin: 0 -16px;
}
.page-block-community .community-posts-grid section {
  float: left;
  width: 33.33%;
  padding: 0 16px 64px 16px;
}
.page-block-community .community-posts-grid section:nth-child(3n+1) {
  clear: left;
}

.page-block-news {
  padding: 80px 0 102px 0;
}
.page-block-news header .filter-buttons {
  float: none;
}
.page-block-news .load-more {
  padding: 0px;
}

.page-block-got-story-to-tell .got-story-to-tell {
  background: #000000;
  position: relative;
  padding: 0 50% 0 0;
}
.page-block-got-story-to-tell .got-story-to-tell .got-story-to-tell-content {
  padding: 95px 150px 88px 80px;
  position: relative;
  overflow: hidden;
}
.page-block-got-story-to-tell .got-story-to-tell .got-story-to-tell-content .graphic-a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 74px;
  height: 74px;
  background: url(../images/story-to-tell-graphic-a.svg) no-repeat;
}
.page-block-got-story-to-tell .got-story-to-tell .got-story-to-tell-content .graphic-b {
  position: absolute;
  bottom: -28px;
  right: 34px;
  width: 128px;
  height: 132px;
  background: url(../images/story-to-tell-graphic-b.svg) no-repeat;
}
.page-block-got-story-to-tell .got-story-to-tell .got-story-to-tell-content h5 {
  font-size: 32px;
  line-height: 28px;
  color: #FFF;
  margin: 0 0 19px 0;
  position: relative;
  z-index: 1;
}
.page-block-got-story-to-tell .got-story-to-tell .got-story-to-tell-content p {
  font-size: 20px;
  line-height: 28px;
  color: #FFF;
  position: relative;
  z-index: 1;
  margin: 0 0 35px 0;
}
.page-block-got-story-to-tell .got-story-to-tell .got-story-to-tell-content .news-widget-email {
  font-size: 20px;
  line-height: 28px;
  position: relative;
  z-index: 1;
  color: #FFF;
}
.page-block-got-story-to-tell .got-story-to-tell .got-story-to-tell-content .news-widget-email strong {
  font-weight: normal;
}
.page-block-got-story-to-tell .got-story-to-tell .got-story-to-tell-content .news-widget-email a {
  color: #FFF;
}
.page-block-got-story-to-tell .got-story-to-tell .got-story-to-tell-content .news-widget-email a:hover, .page-block-got-story-to-tell .got-story-to-tell .got-story-to-tell-content .news-widget-email a:active, .page-block-got-story-to-tell .got-story-to-tell .got-story-to-tell-content .news-widget-email a:focus {
  text-decoration: underline;
}
.page-block-got-story-to-tell .got-story-to-tell .got-story-to-tell-image {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
  background: url(../images/widget-story-to-tell-back.jpg) no-repeat center center;
  background-size: cover;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-got-story-to-tell .got-story-to-tell .got-story-to-tell-content {
    padding-right: 80px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-got-story-to-tell .got-story-to-tell {
    padding-top: 400px;
    padding-right: 0px;
  }
  .page-block-got-story-to-tell .got-story-to-tell .got-story-to-tell-content {
    padding: 32px;
  }
  .page-block-got-story-to-tell .got-story-to-tell .got-story-to-tell-content .graphic-a,
.page-block-got-story-to-tell .got-story-to-tell .got-story-to-tell-content .graphic-b {
    display: none;
  }
  .page-block-got-story-to-tell .got-story-to-tell .got-story-to-tell-content h5 {
    font-size: 28px;
  }
  .page-block-got-story-to-tell .got-story-to-tell .got-story-to-tell-content p,
.page-block-got-story-to-tell .got-story-to-tell .got-story-to-tell-content .news-widget-email {
    font-size: 18px;
  }
  .page-block-got-story-to-tell .got-story-to-tell .got-story-to-tell-image {
    width: 100%;
    height: 400px;
    top: 0px;
    bottom: 0px;
    background-position: center top;
  }
}
.page-block-news-widgets {
  padding: 0 0 75px 0;
}
.page-block-news-widgets .news-widgets aside {
  float: left;
  width: calc(50% - 16px);
  margin: 0 16px 0 0;
  height: 402px;
  background: none no-repeat center center;
  background-size: cover;
  position: relative;
}
.page-block-news-widgets .news-widgets aside:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  content: "";
  display: block;
}
.page-block-news-widgets .news-widgets aside.widget-newsletter {
  background-image: url(../images/widget-newsletter-back.jpg);
}
.page-block-news-widgets .news-widgets aside.widget-story-to-tell {
  background-image: url(../images/widget-story-to-tell-back.jpg);
  margin: 0 0 0 16px;
}
.page-block-news-widgets .news-widgets aside .news-widget-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  padding: 0 40px;
  z-index: 1;
}
.page-block-news-widgets .news-widgets aside .news-widget-content h5 {
  font-size: 32px;
  line-height: 40px;
  color: #FFF;
  margin: 0 0 22px 0;
}
.page-block-news-widgets .news-widgets aside .news-widget-content p {
  font-size: 18px;
  line-height: 28px;
  color: #FFF;
  margin: 0 0 41px 0;
}
.page-block-news-widgets .news-widgets aside .news-widget-content .news-widget-email {
  font-size: 24px;
  color: #FFF;
  line-height: 28px;
  padding: 17px 0 15px 0;
}
.page-block-news-widgets .news-widgets aside .news-widget-content .news-widget-email strong {
  margin: 0 15px 0 0;
  display: inline-block;
  vertical-align: top;
}
.page-block-news-widgets .news-widgets aside .news-widget-content .news-widget-email a {
  display: inline-block;
  vertical-align: top;
  color: #FFF;
}
.page-block-news-widgets .news-widgets aside .news-widget-content .news-widget-email a:hover, .page-block-news-widgets .news-widgets aside .news-widget-content .news-widget-email a:active, .page-block-news-widgets .news-widgets aside .news-widget-content .news-widget-email a:focus {
  text-decoration: underline;
}
.page-block-news-widgets .news-widgets aside .news-widget-content form {
  position: relative;
  max-width: 395px;
}
.page-block-news-widgets .news-widgets aside .news-widget-content form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border-radius: 0px;
  border: none;
  height: 60px;
  padding: 17px 150px 15px 22px;
  background: #FFF;
  font-size: 18px;
  line-height: 28px;
  display: block;
}
.page-block-news-widgets .news-widgets aside .news-widget-content form .button {
  position: absolute;
  z-index: 1;
  top: 4px;
  right: 4px;
  display: block;
  border-radius: 0px;
  height: 52px;
  line-height: 26px;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-news-widgets .news-widgets aside .news-widget-content .news-widget-email {
    padding: 0px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .community-post-card .community-post-card-image {
    height: 0px;
    padding-top: 65%;
    margin: 0 0 16px 0;
  }
  .community-post-card .community-post-card-image span {
    width: 44px;
    height: 44px;
  }
  .community-post-card h4 {
    font-size: 22px;
    line-height: 34px;
    margin: 0 0 6px 0;
  }
  .community-post-card .community-post-card-date {
    font-size: 16px;
  }

  .page-block-community-posts-slider {
    padding: 56px 0 84px 0;
  }
  .page-block-community-posts-slider header {
    margin: 0 0 20px 0;
    padding: 0px;
  }
  .page-block-community-posts-slider header h3 {
    font-size: 28px;
    line-height: 40px;
    margin: 0 0 20px 0;
  }
  .page-block-community-posts-slider header .header-buttons {
    position: relative;
    right: auto;
    top: auto;
  }
  .page-block-community-posts-slider header .header-buttons .slick-arrow {
    line-height: 45px;
  }
  .page-block-community-posts-slider .community-posts-slider {
    margin: 0 -10px;
  }
  .page-block-community-posts-slider .community-posts-slider section {
    padding: 0 10px;
  }

  .page-block-community {
    padding: 48px 0 48px 0;
  }
  .page-block-community header {
    margin: 0 0 32px 0;
  }
  .page-block-community header h2 {
    font-size: 28px;
    line-height: 42px;
    float: none;
    margin: 0 0 20px 0;
  }
  .page-block-community header .filter-buttons {
    float: none;
  }
  .page-block-community header .filter-buttons .button {
    float: left;
    margin: 0 6px 6px 0 !important;
  }
  .page-block-community .community-posts-grid section {
    width: 50%;
  }
  .page-block-community .community-posts-grid section:nth-child(3n+1) {
    clear: none;
  }
  .page-block-community .community-posts-grid section:nth-child(2n+1) {
    clear: left;
  }

  .page-block-news {
    padding: 48px 0 48px 0;
  }

  .page-block-news-widgets .news-widgets aside {
    height: 227px;
  }
  .page-block-news-widgets .news-widgets aside .news-widget-content {
    padding: 0 16px 20px 16px;
  }
  .page-block-news-widgets .news-widgets aside .news-widget-content h5 {
    font-size: 20px;
    line-height: 32px;
    margin: 0px;
  }
  .page-block-news-widgets .news-widgets aside .news-widget-content p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 14px 0;
  }
  .page-block-news-widgets .news-widgets aside .news-widget-content .news-widget-email {
    font-size: 16px;
    line-height: 26px;
    padding: 3px 0 0 0;
  }
  .page-block-news-widgets .news-widgets aside .news-widget-content form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    height: 48px;
    padding: 11px 120px 11px 12px;
    font-size: 14px;
    line-height: 26px;
  }
  .page-block-news-widgets .news-widgets aside .news-widget-content form .button {
    top: 3px;
    right: 3px;
    height: 42px;
    padding: 0 19px;
    line-height: 42px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-community .community-posts-grid {
    margin: 0px;
  }
  .page-block-community .community-posts-grid section {
    width: auto;
    float: none;
    padding: 0 0 42px 0;
  }

  .page-block-news-widgets {
    padding: 0 0 62px 0;
  }
  .page-block-news-widgets .news-widgets aside {
    margin: 0 0 12px 0 !important;
    width: auto;
    float: none;
  }
}
.page-block-contact-form {
  padding: 104px 0 97px 0;
}
.page-block-contact-form .contact-form header h2 {
  font-size: 40px;
  line-height: 70px;
  margin: 0 0 3px 0;
}
.page-block-contact-form .contact-form .contacting-about {
  margin: 0 0 23px 0;
}
.page-block-contact-form .contact-form .contacting-about ul {
  margin: 0 -8px;
}
.page-block-contact-form .contact-form .contacting-about ul li {
  padding: 0 8px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.page-block-contact-form .contact-form .contacting-about ul li input {
  position: absolute;
  left: -9999px;
}
.page-block-contact-form .contact-form .contacting-about ul li label {
  padding: 0 0 0 29px;
  position: relative;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #000;
  display: block;
  cursor: pointer;
}
.page-block-contact-form .contact-form .contacting-about ul li label:before {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 2px solid #828282;
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0px;
}
.page-block-contact-form .contact-form .contacting-about ul li label:after {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background: #EC6A0E;
  content: "";
  display: none;
  position: absolute;
  top: 9px;
  left: 5px;
}
.page-block-contact-form .contact-form .contacting-about ul li input:focus + label:before {
  outline: 1px dotted #EC6A0E;
  outline-offset: 3px;
}
.page-block-contact-form .contact-form .contacting-about ul li input:checked + label:before {
  border: 2px solid #EC6A0E;
}
.page-block-contact-form .contact-form .contacting-about ul li input:checked + label:after {
  display: block;
}
.page-block-contact-form .contact-form .contacting-about-introductions {
  margin: 0 0 50px 0;
}
.page-block-contact-form .contact-form .contacting-about-introductions article {
  display: none;
}
.page-block-contact-form .contact-form .contacting-about-introductions article p {
  margin: 0px;
}
.page-block-contact-form .contact-form .contacting-about-introductions article.active {
  display: block;
}
.page-block-contact-form .contact-form .contact-form-wrapper .contact-form-wrapper-left {
  width: 66%;
  float: left;
}
.page-block-contact-form .contact-form .contact-form-wrapper .contact-form-wrapper-left .contact-form-holder {
  background: #FFFFFF;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
  padding: 40px 70px 48px 48px;
}
.page-block-contact-form .contact-form .contact-form-wrapper .contact-form-wrapper-left .contact-form-holder h4 {
  font-size: 32px;
  line-height: 36px;
  margin: 0 0 34px 0;
}
.page-block-contact-form .contact-form .contact-form-wrapper .contact-form-wrapper-left .contact-form-holder .gform_wrapper.gravity-theme {
  position: relative;
}
.page-block-contact-form .contact-form .contact-form-wrapper .contact-form-wrapper-left .contact-form-holder .gform_wrapper.gravity-theme .gform_footer {
  position: absolute;
  padding: 0px;
  margin: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}
.page-block-contact-form .contact-form .contact-form-wrapper .contact-form-wrapper-left .contact-form-holder .gform_wrapper.gravity-theme .gform_footer .button {
  height: 52px;
  line-height: 52px;
  padding: 0 20px;
  margin: 0px;
  border-radius: 0px;
  transition: 0.3s ease-in-out;
}
.page-block-contact-form .contact-form .contact-form-wrapper .contact-form-wrapper-left .contact-form-holder .gform_wrapper.gravity-theme .gform_footer .button:hover {
  background: #FFBD00;
}
.page-block-contact-form .contact-form .contact-form-wrapper .contact-form-wrapper-left .contact-form-holder .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 20px;
  grid-column-gap: 24px;
}
.page-block-contact-form .contact-form .contact-form-wrapper .contact-form-wrapper-left .contact-form-holder .gform_wrapper.gravity-theme .gform_fields .gfield .gfield_label {
  position: absolute;
  left: -9999px;
}
.page-block-contact-form .contact-form .contact-form-wrapper .contact-form-wrapper-left .contact-form-holder .gform_wrapper.gravity-theme .gform_fields .gfield .gfield_description {
  font-size: 12px;
  line-height: 28px;
  font-weight: 500;
}
.page-block-contact-form .contact-form .contact-form-wrapper .contact-form-wrapper-left .contact-form-holder .gform_wrapper.gravity-theme .gform_fields .gfield .gfield_description a {
  color: #6B6B6B;
  text-decoration: underline;
}
.page-block-contact-form .contact-form .contact-form-wrapper .contact-form-wrapper-left .contact-form-holder .gform_wrapper.gravity-theme .gform_fields .gfield .gfield_description a:hover, .page-block-contact-form .contact-form .contact-form-wrapper .contact-form-wrapper-left .contact-form-holder .gform_wrapper.gravity-theme .gform_fields .gfield .gfield_description a:active, .page-block-contact-form .contact-form .contact-form-wrapper .contact-form-wrapper-left .contact-form-holder .gform_wrapper.gravity-theme .gform_fields .gfield .gfield_description a:focus {
  color: #000;
}
.page-block-contact-form .contact-form .contact-form-wrapper .contact-form-wrapper-left .contact-form-holder .gform_wrapper.gravity-theme .gform_fields .gfield.field-interested-in {
  display: none;
}
.page-block-contact-form .contact-form .contact-form-wrapper .contact-form-wrapper-left .contact-form-holder .gform_wrapper.gravity-theme .gform_fields .gfield.field-accept .gfield_checkbox {
  position: relative;
}
.page-block-contact-form .contact-form .contact-form-wrapper .contact-form-wrapper-left .contact-form-holder .gform_wrapper.gravity-theme .gform_fields .gfield.field-accept .gfield_checkbox input {
  position: absolute;
  left: -9999px;
}
.page-block-contact-form .contact-form .contact-form-wrapper .contact-form-wrapper-left .contact-form-holder .gform_wrapper.gravity-theme .gform_fields .gfield.field-accept .gfield_checkbox label {
  padding: 0 0 0 23px;
  position: relative;
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  color: #000;
  display: block;
  cursor: pointer;
}
.page-block-contact-form .contact-form .contact-form-wrapper .contact-form-wrapper-left .contact-form-holder .gform_wrapper.gravity-theme .gform_fields .gfield.field-accept .gfield_checkbox label a {
  color: #000;
  text-decoration: underline;
}
.page-block-contact-form .contact-form .contact-form-wrapper .contact-form-wrapper-left .contact-form-holder .gform_wrapper.gravity-theme .gform_fields .gfield.field-accept .gfield_checkbox label a:hover, .page-block-contact-form .contact-form .contact-form-wrapper .contact-form-wrapper-left .contact-form-holder .gform_wrapper.gravity-theme .gform_fields .gfield.field-accept .gfield_checkbox label a:active, .page-block-contact-form .contact-form .contact-form-wrapper .contact-form-wrapper-left .contact-form-holder .gform_wrapper.gravity-theme .gform_fields .gfield.field-accept .gfield_checkbox label a:focus {
  color: #EC6A0E;
}
.page-block-contact-form .contact-form .contact-form-wrapper .contact-form-wrapper-left .contact-form-holder .gform_wrapper.gravity-theme .gform_fields .gfield.field-accept .gfield_checkbox label:before {
  width: 14px;
  height: 14px;
  border-radius: 2px;
  border: 1px solid #000;
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0px;
}
.page-block-contact-form .contact-form .contact-form-wrapper .contact-form-wrapper-left .contact-form-holder .gform_wrapper.gravity-theme .gform_fields .gfield.field-accept .gfield_checkbox input:focus + label:before {
  outline: 1px dotted #EC6A0E;
  outline-offset: 3px;
}
.page-block-contact-form .contact-form .contact-form-wrapper .contact-form-wrapper-left .contact-form-holder .gform_wrapper.gravity-theme .gform_fields .gfield.field-accept .gfield_checkbox input:checked + label:before {
  background: url(../images/accept-tick.svg) no-repeat center center;
}
.page-block-contact-form .contact-form .contact-form-wrapper .contact-form-wrapper-left .contact-form-holder .gform_wrapper.gravity-theme .gform_fields .gfield.field-accept .gfield_checkbox input:checked + label:after {
  display: block;
}
.page-block-contact-form .contact-form .contact-form-wrapper .contact-form-wrapper-left .contact-form-success {
  background: #FFF;
  display: none;
  box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.1);
  padding: 140px 60px 112px 60px;
  text-align: center;
}
.page-block-contact-form .contact-form .contact-form-wrapper .contact-form-wrapper-left .contact-form-success svg {
  margin: 0 auto 32px auto;
}
.page-block-contact-form .contact-form .contact-form-wrapper .contact-form-wrapper-left .contact-form-success h4 {
  color: #EC6A0E;
  margin: 0 0 24px 0;
}
.page-block-contact-form .contact-form .contact-form-wrapper .contact-form-wrapper-left .contact-form-success p {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.5px;
  margin: 0 0 16px 0;
}
.page-block-contact-form .contact-form .contact-form-wrapper .contact-form-wrapper-right {
  width: 34%;
  float: right;
  padding: 0 0 0 36px;
}
.page-block-contact-form .contact-form .contact-form-wrapper .contact-form-wrapper-right aside {
  background: #F3F3F3;
  padding: 64px;
}
.page-block-contact-form .contact-form .contact-form-wrapper .contact-form-wrapper-right aside h5 {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  margin: 0 0 17px 0;
}
.page-block-contact-form .contact-form .contact-form-wrapper .contact-form-wrapper-right aside a {
  display: block;
  margin: 0 0 16px 0;
  line-height: 28px;
  font-size: 18px;
  padding: 0 0 0 39px;
  position: relative;
}
.page-block-contact-form .contact-form .contact-form-wrapper .contact-form-wrapper-right aside a svg {
  position: absolute;
  top: 4px;
  left: 0px;
}

.page-block-map {
  padding: 0 0 75px 0;
}
.page-block-map #contact-map {
  height: 509px;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-contact-form .contact-form .contact-form-wrapper .contact-form-wrapper-left {
    float: none;
    width: auto;
  }
  .page-block-contact-form .contact-form .contact-form-wrapper .contact-form-wrapper-right {
    float: none;
    width: auto;
    padding: 64px 0 0 0;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-contact-form {
    padding: 56px 0 64px 0;
  }
  .page-block-contact-form .contact-form header h2 {
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 16px 0;
  }
  .page-block-contact-form .contact-form .contacting-about ul {
    margin: 0px;
  }
  .page-block-contact-form .contact-form .contacting-about ul li {
    padding: 0px;
    margin: 0 16px 16px 0;
  }
  .page-block-contact-form .contact-form .contacting-about-introductions {
    margin: 0 0 20px 0;
  }
  .page-block-contact-form .contact-form .contact-form-wrapper {
    margin: 0 -20px;
  }
  .page-block-contact-form .contact-form .contact-form-wrapper .contact-form-wrapper-left .contact-form-holder {
    padding: 42px 20px;
  }
  .page-block-contact-form .contact-form .contact-form-wrapper .contact-form-wrapper-left .contact-form-holder h4 {
    font-size: 28px;
    line-height: 28px;
    margin: 0 0 28px 0;
  }
  .page-block-contact-form .contact-form .contact-form-wrapper .contact-form-wrapper-left .contact-form-holder .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
  }
  .page-block-contact-form .contact-form .contact-form-wrapper .contact-form-wrapper-left .contact-form-holder .gform_wrapper.gravity-theme .gform_footer {
    position: relative;
    right: auto;
    bottom: auto;
    padding: 22px 0 0 0;
  }
  .page-block-contact-form .contact-form .contact-form-wrapper .contact-form-wrapper-left .contact-form-success {
    padding: 166px 45px 140px 45px;
  }
  .page-block-contact-form .contact-form .contact-form-wrapper .contact-form-wrapper-right aside {
    padding: 42px 20px;
  }
  .page-block-contact-form .contact-form .contact-form-wrapper .contact-form-wrapper-right aside h5 {
    font-size: 22px;
  }

  .page-block-map .container {
    margin: 0px;
  }
  .page-block-map .container #contact-map {
    height: 500px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-contact-form .contact-form .contact-form-wrapper {
    margin: 0 -16px;
  }
}
.page-block-404 {
  background: url(../images/404-back.jpg) no-repeat center center;
  background-size: cover;
}
.page-block-404:before, .page-block-404:after {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  content: "";
  display: block;
}
.page-block-404:before {
  background: rgba(0, 0, 0, 0.2);
}
.page-block-404:after {
  width: 70%;
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
}
.page-block-404 .container {
  height: 100vh;
  padding: 84px 0 0 0;
  z-index: 1;
}
.page-block-404 .container article {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-align: center;
  padding: 0 360px;
}
.page-block-404 .container article h1 {
  font-size: 64px;
  line-height: 76px;
  color: #FFF;
  margin: 0 0 21px 0;
  letter-spacing: 12px;
}
.page-block-404 .container article h2 {
  font-size: 48px;
  line-height: 48px;
  color: #FFF;
  margin: 0 0 20px 0;
  padding: 0px;
}
.page-block-404 .container article p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  color: #FFF;
  margin: 0 0 40px 0;
}
@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-404 .container article {
    padding: 0 200px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-404 .container {
    padding-top: 64px;
  }
  .page-block-404 .container article {
    padding: 0 64px;
  }
  .page-block-404 .container article h1 {
    font-size: 38px;
    line-height: 48px;
    margin: 0px;
  }
  .page-block-404 .container article h2 {
    font-size: 28px;
    line-height: 48px;
    margin: 0 0 24px 0;
  }
  .page-block-404 .container article p {
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 32px 0;
  }
}
.page-block-jobs .container {
  padding: 54px 214px 32px 214px;
}
.page-block-jobs section {
  margin: 0 0 32px 0;
}
.page-block-jobs section .job-card {
  background: #FFFFFF;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
  display: flex;
  padding: 40px 48px;
}
.page-block-jobs section .job-card header {
  width: 55%;
}
.page-block-jobs section .job-card header h4 {
  font-size: 32px;
  line-height: 44px;
  margin: 0 0 25px 0;
}
.page-block-jobs section .job-card .job-card-meta {
  width: 45%;
}
.page-block-jobs section .job-card .job-card-meta span {
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  padding: 8px 0 8px 34px;
  position: relative;
}
.page-block-jobs section .job-card .job-card-meta span svg {
  position: absolute;
  top: 9px;
  left: 0px;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-jobs .container {
    padding: 0 128px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-jobs .container {
    padding: 32px 0;
  }
  .page-block-jobs .container section {
    margin: 0 0 16px 0;
  }
  .page-block-jobs .container section .job-card {
    padding: 32px;
    display: block;
    padding-bottom: 94px;
    position: relative;
  }
  .page-block-jobs .container section .job-card header {
    width: auto;
  }
  .page-block-jobs .container section .job-card header h4 {
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 16px 0;
  }
  .page-block-jobs .container section .job-card header .button {
    position: absolute;
    bottom: 32px;
    left: 32px;
  }
  .page-block-jobs .container section .job-card .job-card-meta {
    width: auto;
  }
  .page-block-jobs .container section .job-card .job-card-meta span {
    font-size: 16px;
  }
}
@media all and (min-width: 1280px) {
  .home-block-1 {
    background: url(../images/home-block-1-graphic-1.svg) no-repeat -20px -20px;
  }
  .home-block-1 .image-and-content {
    position: relative;
  }
  .home-block-1 .image-and-content:before {
    width: 89px;
    height: 99px;
    background: url(../images/home-block-1-graphic-2.svg) no-repeat;
    margin-left: -193px;
    left: 50%;
    bottom: 47px;
    content: "";
    display: block;
    position: absolute;
  }

  .home-block-2 {
    position: relative;
    z-index: 1;
  }
  .home-block-2:before {
    width: 107px;
    height: 107px;
    background: url(../images/home-block-2-graphic-1.svg) no-repeat;
    top: -38px;
    left: -38px;
    display: block;
    content: "";
    position: absolute;
  }
  .home-block-2 .image-and-content {
    position: relative;
  }
  .home-block-2 .image-and-content:before {
    width: 47px;
    height: 47px;
    background: url(../images/home-block-2-graphic-2.svg) no-repeat;
    position: absolute;
    content: "";
    display: block;
    left: 50%;
    top: 234px;
    margin-left: -31px;
  }
  .home-block-2 .image-and-content:after {
    width: 102px;
    height: 126px;
    background: url(../images/home-block-2-graphic-3.svg) no-repeat;
    position: absolute;
    content: "";
    display: block;
    left: 50%;
    bottom: 38px;
    margin-left: -241px;
  }

  .home-block-3 {
    position: relative;
    background: url(../images/home-block-3-graphic-1.svg) no-repeat 40px 130px;
  }

  .home-block-4 {
    position: relative;
  }
  .home-block-4:before {
    background: url(../images/home-block-4-graphic-1.svg) no-repeat;
    width: 51px;
    height: 61px;
    display: block;
    content: "";
    position: absolute;
    top: -5px;
    left: 25%;
  }
  .home-block-4 .image-and-content {
    position: relative;
  }
  .home-block-4 .image-and-content:before {
    width: 68px;
    height: 77px;
    background: url(../images/home-block-4-graphic-2.svg) no-repeat;
    position: absolute;
    content: "";
    display: block;
    left: 50%;
    bottom: 128px;
    margin-left: -146px;
  }

  .home-block-5 {
    position: relative;
  }
  .home-block-5:before {
    width: 95px;
    height: 139px;
    background: url(../images/home-block-5-graphic-1.svg) no-repeat;
    top: -25px;
    left: 30px;
    display: block;
    content: "";
    position: absolute;
  }
  .home-block-5 .image-and-content {
    position: relative;
  }
  .home-block-5 .image-and-content:before {
    width: 58px;
    height: 56px;
    background: url(../images/home-block-5-graphic-2.svg) no-repeat;
    position: absolute;
    bottom: 61px;
    left: 50%;
    margin-left: -250px;
    content: "";
    display: block;
  }

  body.home .page-block-credentials {
    position: relative;
  }
  body.home .page-block-credentials:before {
    width: 128px;
    height: 141px;
    background: url(../images/home-credentials-graphic-1.svg) no-repeat;
    position: absolute;
    top: 73px;
    left: 81px;
    content: "";
    display: block;
  }
  body.home .page-block-credentials:after {
    width: 152px;
    height: 175px;
    background: url(../images/home-credentials-graphic-2.svg) no-repeat;
    position: absolute;
    bottom: 71px;
    right: 58px;
    content: "";
    display: block;
  }

  body.page-id-24 .page-block-first {
    position: relative;
  }
  body.page-id-24 .page-block-first:before {
    width: 89px;
    height: 97px;
    background: url(../images/front-of-house-graphic-1.svg) no-repeat;
    top: -8px;
    right: 94px;
    content: "";
    display: block;
    position: absolute;
  }

  .how-we-deliver {
    position: relative;
    padding: 160px 0 126px 0;
  }
  .how-we-deliver:before {
    width: 51px;
    height: 61px;
    background: url(../images/why-choose-us-graphic-2.svg) no-repeat;
    top: 48px;
    left: 50%;
    content: "";
    margin-left: -200px;
    display: block;
    position: absolute;
  }

  .why-choose-us {
    position: relative;
  }
  .why-choose-us:before {
    width: 42px;
    height: 42px;
    background: url(../images/why-choose-us-graphic-1.svg) no-repeat;
    top: -88px;
    left: 107px;
    content: "";
    display: block;
    position: absolute;
  }

  .why-lah-choose-us {
    position: relative;
  }
  .why-lah-choose-us:before {
    width: 75px;
    height: 91px;
    background: url(../images/why-lah-choose-us-graphic-1.svg) no-repeat;
    top: 115px;
    right: 128px;
    content: "";
    display: block;
    position: absolute;
  }

  body.page-id-30 .page-block-credentials {
    padding-bottom: 31px;
  }

  .our-people-block-1 .image-holder:before {
    width: 68px;
    height: 68px;
    background: url(../images/our-people-block-1-graphic-1.svg) no-repeat;
    bottom: -41px;
    left: -45px;
    content: "";
    display: block;
    position: absolute;
  }
  .our-people-block-1 .image-holder img {
    position: relative;
    z-index: 1;
  }

  .our-people-block-3 .image-holder:before {
    width: 63px;
    height: 63px;
    background: url(../images/our-people-block-3-graphic-1.svg) no-repeat;
    top: -40px;
    right: 45px;
    content: "";
    display: block;
    position: absolute;
  }
  .our-people-block-3 .image-holder img {
    position: relative;
    z-index: 1;
  }
  .our-people-block-3 .image-and-content:before {
    position: absolute;
    width: 59px;
    height: 80px;
    background: url(../images/our-people-block-3-graphic-2.svg) no-repeat;
    bottom: -62px;
    left: 50%;
    margin-left: -130px;
    display: block;
    content: "";
  }

  .our-people-block-4 .image-and-content:before {
    width: 51px;
    height: 61px;
    background: url(../images/our-people-block-4-graphic-1.svg) no-repeat;
    display: block;
    content: "";
    position: absolute;
    bottom: -3px;
    right: 82px;
  }

  .page-block-team .container:before {
    background: url(../images/our-team-graphic-1.svg) no-repeat;
    width: 51px;
    height: 61px;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    content: "";
  }
  .page-block-team .container:after {
    background: url(../images/our-team-graphic-2.svg) no-repeat;
    bottom: 38px;
    right: 0px;
    width: 42px;
    height: 42px;
    display: block;
    content: "";
    position: absolute;
  }

  .page-block-team .team-modal-wrapper .container:before, .page-block-team .team-modal-wrapper .container:after {
    display: none;
  }

  body.page-id-37 .page-block-what-we-offer:before {
    background: url(../images/roles-we-offer-graphic-1.svg) no-repeat;
    width: 75px;
    height: 91px;
    position: absolute;
    top: 30px;
    right: 116px;
    content: "";
    display: block;
  }

  .welfare-block-3 .container:before {
    background: url(../images/welfare-block-3-graphic.svg) no-repeat;
    width: 84px;
    height: 75px;
    content: "";
    position: absolute;
    display: block;
    bottom: -36px;
    right: 49px;
  }

  .welfare-block-4 .container:before {
    background: url(../images/welfare-block-4-graphic.svg) no-repeat;
    width: 85px;
    height: 75px;
    content: "";
    position: absolute;
    display: block;
    bottom: -43px;
    left: 50%;
    margin-left: -143px;
  }

  .contact-form-wrapper-right {
    position: relative;
  }
  .contact-form-wrapper-right:before {
    background: url(../images/contact-graphic-1.svg) no-repeat;
    width: 90px;
    height: 85px;
    content: "";
    display: block;
    position: absolute;
    top: 378px;
    left: 154px;
  }
}
#footer-cta {
  padding: 62px 0 0 0;
  overflow: hidden;
  position: relative;
}
#footer-cta .footer-cta-inner {
  background: #EC6A0E;
  position: relative;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
}
#footer-cta .footer-cta-inner:before {
  background: url(../images/footer-cta-left.svg) no-repeat right bottom;
  width: 111px;
  height: 115px;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  display: block;
}
#footer-cta .container {
  padding: 54px 381px 59px 121px;
}
#footer-cta .container:after {
  position: absolute;
  bottom: 0px;
  right: -58px;
  background: url(../images/footer-cta-right.svg) no-repeat right center;
  content: "";
  display: block;
  width: 417px;
  height: 100%;
}
#footer-cta .container h5 {
  font-size: 36px;
  line-height: 60px;
  margin: 0 0 13px 0;
  color: #FFF;
  position: relative;
  z-index: 1;
}
#footer-cta .container .button {
  z-index: 1;
}
#footer-cta .container img {
  position: absolute;
  bottom: 0px;
  right: 106px;
  z-index: 1;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  #footer-cta .container {
    padding: 54px 180px 59px 21px;
  }
  #footer-cta .container img {
    right: 0px;
  }
  #footer-cta .container h5 {
    font-size: 24px;
    line-height: 36px;
    margin: 0 0 13px 0;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  #footer-cta {
    padding: 24px 0 0 0;
  }
  #footer-cta .footer-cta-inner:before {
    display: none;
  }
  #footer-cta .footer-cta-inner .container {
    padding: 174px 0 25px 0;
    text-align: center;
    background: url(../images/footer-cta-mobile.svg) no-repeat center -2px;
  }
  #footer-cta .footer-cta-inner .container:after {
    display: none;
  }
  #footer-cta .footer-cta-inner .container img {
    right: auto;
    left: 50%;
    bottom: auto;
    top: -24px;
    width: 113px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #footer-cta .footer-cta-inner .container h5 {
    font-size: 24px;
    line-height: 36px;
    margin: 0 0 13px 0;
  }
}
#site-footer {
  overflow: hidden;
  background: #000000;
}
#site-footer .site-footer-widgets {
  padding: 90px 0 90px 0;
}
#site-footer .site-footer-widgets aside {
  float: left;
}
#site-footer .site-footer-widgets aside h5 {
  font-size: 20px;
  line-height: 32px;
  color: #FFF;
  margin: 0 0 7px 0;
}
#site-footer .site-footer-widgets aside ul li {
  margin: 0 0 4px 0;
}
#site-footer .site-footer-widgets aside ul li a {
  display: inline-block;
  color: #FFF;
  font-size: 16px;
  line-height: 28px;
}
#site-footer .site-footer-widgets aside ul li a:hover, #site-footer .site-footer-widgets aside ul li a:active, #site-footer .site-footer-widgets aside ul li a:focus {
  text-decoration: underline;
}
#site-footer .site-footer-widgets aside.widget-what-we-do {
  width: 22%;
  padding-right: 32px;
}
#site-footer .site-footer-widgets aside.widget-our-people {
  width: 20%;
  padding-right: 32px;
}
#site-footer .site-footer-widgets aside.widget-contact-us {
  width: 25%;
  padding-right: 32px;
}
#site-footer .site-footer-widgets aside.widget-contact-us ul li a {
  position: relative;
  padding: 2px 0 2px 33px;
}
#site-footer .site-footer-widgets aside.widget-contact-us ul li a svg {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#site-footer .site-footer-widgets aside.widget-newsletter {
  width: 33%;
  float: right;
}
#site-footer .site-footer-widgets aside.widget-newsletter h5 {
  margin: 0 0 2px 0;
}
#site-footer .site-footer-widgets aside.widget-newsletter small {
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #FFF;
  margin: 0 0 18px 0;
}
#site-footer .site-footer-widgets aside.widget-newsletter form {
  position: relative;
}
#site-footer .site-footer-widgets aside.widget-newsletter form input[type=email] {
  border-radius: 0px;
  border: none;
  height: 60px;
  padding: 17px 150px 15px 22px;
  background: #FFF;
  font-size: 18px;
  line-height: 28px;
  display: block;
}
#site-footer .site-footer-widgets aside.widget-newsletter form .button {
  position: absolute;
  z-index: 1;
  top: 4px;
  right: 4px;
  display: block;
  height: 52px;
  line-height: 26px;
}
#site-footer .site-footer-bottom .container:before {
  position: absolute;
  top: -16px;
  left: -24px;
  border: 1px solid #FFBD00;
  width: 147px;
  height: 147px;
  content: "";
  display: block;
}
#site-footer .site-footer-bottom .container:after {
  position: absolute;
  bottom: -40px;
  right: -60px;
  border: 1px solid #FFBD00;
  width: 116px;
  height: 116px;
  content: "";
  display: block;
}
#site-footer .site-footer-bottom .container .site-footer-bottom-inner {
  border: 1px solid #555555;
  border-bottom: none;
  padding: 46px 70px 20px 50px;
  background: #000;
  position: relative;
  z-index: 1;
}
#site-footer .site-footer-bottom .container .footer-logos {
  float: right;
  margin: 0 -24px;
}
#site-footer .site-footer-bottom .container .footer-logos section {
  padding: 0 24px;
  line-height: 80px;
  display: inline-block;
}
#site-footer .site-footer-bottom .container .footer-logos section img {
  max-height: 80px;
  vertical-align: middle;
  display: inline-block;
}
#site-footer .site-footer-bottom .container .footer-left {
  float: left;
}
#site-footer .site-footer-bottom .container .footer-left nav ul {
  margin: 0 -16px 0 -16px;
}
#site-footer .site-footer-bottom .container .footer-left nav ul li {
  padding: 0 16px;
  display: inline-block;
}
#site-footer .site-footer-bottom .container .footer-left nav ul li a {
  color: #FFF;
  display: inline-block;
  text-decoration: underline;
  font-size: 14px;
  line-height: 22px;
}
#site-footer .site-footer-bottom .container .footer-left nav ul li a:hover, #site-footer .site-footer-bottom .container .footer-left nav ul li a:active, #site-footer .site-footer-bottom .container .footer-left nav ul li a:focus {
  text-decoration: none;
}
#site-footer .site-footer-bottom .container .footer-left p {
  font-size: 14px;
  line-height: 22px;
  color: #FFF;
  padding: 12px 0 0 0;
}
#site-footer .site-footer-bottom .container .footer-left p span {
  padding: 0 0 0 24px;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  #site-footer .site-footer-bottom .container .site-footer-bottom-inner {
    padding: 46px 35px 20px 25px;
  }
  #site-footer .site-footer-bottom .container .site-footer-bottom-inner .footer-left nav ul li a {
    font-size: 12px;
  }
  #site-footer .site-footer-bottom .container .site-footer-bottom-inner .footer-left p {
    font-size: 12px;
  }
  #site-footer .site-footer-bottom .container .site-footer-bottom-inner .footer-logos {
    margin: 0 -12px;
  }
  #site-footer .site-footer-bottom .container .site-footer-bottom-inner .footer-logos section {
    padding: 0 12px;
  }
  #site-footer .site-footer-bottom .container .site-footer-bottom-inner .footer-logos section img {
    max-height: 72px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  #site-footer .site-footer-widgets {
    padding: 40px 0 8px 0;
  }
  #site-footer .site-footer-widgets .container aside h5 {
    font-size: 20px;
    line-height: 32px;
  }
  #site-footer .site-footer-widgets .container aside ul li a {
    font-size: 16px;
  }
  #site-footer .site-footer-widgets .container aside.widget-newsletter {
    float: none;
    width: auto;
    padding: 0 0 40px 0;
  }
  #site-footer .site-footer-widgets .container aside.widget-what-we-do {
    width: 33.33%;
    padding: 0 32px 40px 0;
  }
  #site-footer .site-footer-widgets .container aside.widget-our-people {
    width: 33.33%;
    padding: 0 32px 40px 0;
  }
  #site-footer .site-footer-widgets .container aside.widget-contact-us {
    width: 33.33%;
    padding: 0 0 40px 0;
  }
  #site-footer .site-footer-bottom {
    padding: 0 0 48px 0;
  }
  #site-footer .site-footer-bottom .container {
    padding: 0px;
  }
  #site-footer .site-footer-bottom .container:before, #site-footer .site-footer-bottom .container:after {
    display: none;
  }
  #site-footer .site-footer-bottom .container .site-footer-bottom-inner {
    border: none;
    padding: 0px;
  }
  #site-footer .site-footer-bottom .container .site-footer-bottom-inner .footer-logos {
    float: none;
    margin: 0 0 20px 0;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  #site-footer .site-footer-widgets .container aside.widget-newsletter, #site-footer .site-footer-widgets .container aside.widget-what-we-do, #site-footer .site-footer-widgets .container aside.widget-our-people, #site-footer .site-footer-widgets .container aside.widget-contact-us {
    float: none;
    width: auto;
    padding: 0 0 40px 0;
  }
  #site-footer .site-footer-widgets .container aside.widget-newsletter form input[type=email] {
    padding: 16px 16px 75px 13px;
    font-size: 18px;
    line-height: 28px;
    height: auto;
  }
  #site-footer .site-footer-widgets .container aside.widget-newsletter form .button {
    right: auto;
    top: auto;
    bottom: 4px;
    left: 4px;
    display: block;
    width: calc(100% - 8px);
    height: 58px;
    line-height: 28px;
    padding: 15px 16px;
  }
  #site-footer .site-footer-bottom {
    padding: 0;
  }
  #site-footer .site-footer-bottom .container .site-footer-bottom-inner .footer-left nav {
    margin: 0 0 21px 0;
  }
  #site-footer .site-footer-bottom .container .site-footer-bottom-inner .footer-left nav ul {
    margin: 0px;
  }
  #site-footer .site-footer-bottom .container .site-footer-bottom-inner .footer-left nav ul li {
    display: block;
    padding: 4px 0;
  }
  #site-footer .site-footer-bottom .container .site-footer-bottom-inner .footer-left nav ul li a {
    line-height: 22px;
    font-size: 14px;
  }
  #site-footer .site-footer-bottom .container .site-footer-bottom-inner .footer-left p {
    margin: 0 0 46px 0;
    font-size: 14px;
    line-height: 22px;
  }
  #site-footer .site-footer-bottom .container .site-footer-bottom-inner .footer-left p span {
    display: block;
    padding: 0px;
  }
  #site-footer .site-footer-bottom .container .site-footer-bottom-inner .footer-logos {
    display: flex;
    margin: 0 0 48px 0;
  }
  #site-footer .site-footer-bottom .container .site-footer-bottom-inner .footer-logos section {
    padding: 0px;
    flex-grow: 1;
    text-align: center;
  }
}

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