@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: "canada-type-gibson", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #464D57;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
body.locked {
  overflow: hidden;
}

.press-filter {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.press-filter.center {
  justify-content: center;
}

.mb-10 {
  margin-bottom: 10px;
}
.mb-12 {
  margin-bottom: 12px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mb-20 {
  margin-bottom: 20px;
}

* {
  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: 1156px;
  position: relative;
}

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

a:hover {
  color: #464D57;
}

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

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

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

.spacer {
  height: 50px;
}
.spacer.spacer-small {
  height: 25px;
}
.spacer.spacer-large {
  height: 75px;
}
.spacer.spacer-extra-large {
  height: 100px;
}

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

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

@media all and (max-width: 1023px) {
  .page-block {
    padding: 30px 0;
  }
  .page-block.page-block-no-padding-top {
    padding-top: 0px;
  }
  .page-block.page-block-no-padding-bottom {
    padding-bottom: 0px;
  }
  .spacer {
    height: 25px;
  }
  .spacer.spacer-small {
    height: 12px;
  }
  .spacer.spacer-large {
    height: 38px;
  }
  .spacer.spacer-extra-large {
    height: 50px;
  }
}
.next-page-loader,
.has-another-page {
  display: none !important;
}

#cookie-law-info-bar {
  background: #FFF !important;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
  padding: 32px 0 32px 0 !important;
}
#cookie-law-info-bar .cli-bar-message {
  font-size: 18px;
  line-height: 28px;
}
#cookie-law-info-bar .cli-bar-message a {
  color: #9CB931;
  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: #B1D03F;
}
#cookie-law-info-bar #wt-cli-accept-all-btn {
  border-radius: 8px;
  padding: 14px 30px;
  line-height: 28px;
  height: 56px;
  font-size: 18px;
  font-weight: 500;
  color: #000 !important;
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  letter-spacing: 0.5px;
  background: #9CB931 !important;
  text-decoration: none !important;
}
#cookie-law-info-bar #wt-cli-accept-all-btn:hover, #cookie-law-info-bar #wt-cli-accept-all-btn:active, #cookie-law-info-bar #wt-cli-accept-all-btn:focus {
  background: #B1D03F !important;
  color: #000 !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;
}

.article-upsell-container {
  background-color: #E1EDF1;
  padding: 150px 0;
  position: relative;
}
.article-upsell-container:before {
  position: absolute;
  top: -350px;
  left: 0px;
  height: 350px;
  width: 100%;
  content: "";
  display: block;
  background: url(images/page-back.svg) no-repeat center top;
}
.article-upsell-container .warning {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  padding: 20px;
  top: -300px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
@media all and (min-width: 1024px) {
  .article-upsell-container .warning {
    justify-content: space-between;
  }
}
.article-upsell-container .warning .left {
  color: #FF4845;
  font-weight: bold;
  font-size: 24px;
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
}
@media all and (min-width: 1024px) {
  .article-upsell-container .warning .left {
    width: 70%;
    text-align: left;
    margin-bottom: 0;
  }
}
.article-upsell-container .warning .right {
  width: 100%;
  text-align: center;
}
@media all and (min-width: 1024px) {
  .article-upsell-container .warning .right {
    width: 25%;
    text-align: left;
  }
}
.article-upsell-container .article-upsell {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.article-upsell-container .article-upsell .left {
  width: 100%;
  margin-bottom: 24px;
}
.article-upsell-container .article-upsell .left h2 {
  font-size: 40px;
  margin-bottom: 24px;
}
.article-upsell-container .article-upsell .left p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 24px;
}
@media all and (min-width: 768px) {
  .article-upsell-container .article-upsell .left {
    width: 47%;
    margin-bottom: 0;
  }
}
.article-upsell-container .article-upsell .right {
  width: 100%;
}
.article-upsell-container .article-upsell .right .features {
  background-image: linear-gradient(146.55deg, #EDF1D6 0%, #E4EEF1 100%);
  border-radius: 26px;
  padding: 24px;
}
.article-upsell-container .article-upsell .right .features h3 {
  line-height: 36px;
  font-size: 28px;
  margin-bottom: 12px;
}
.article-upsell-container .article-upsell .right .features p {
  font-size: 24px;
  color: #9CB931;
  margin-bottom: 24px;
}
.article-upsell-container .article-upsell .right .features ul {
  list-style: none;
  margin-left: 0;
}
.article-upsell-container .article-upsell .right .features ul li {
  padding: 10px 0 10px 24px;
  font-size: 16px;
  color: #000000;
  line-height: 26px;
}
.article-upsell-container .article-upsell .right .features ul li.membership-option-feature-icon-tick {
  background: url(images/icon-tick.png) no-repeat left 12px;
  background-size: 20px auto;
}
.article-upsell-container .article-upsell .right .features ul li.membership-option-feature-icon-star {
  background: url(images/icon-star.png) no-repeat left 11px;
  background-size: 20px auto;
}
@media all and (min-width: 768px) {
  .article-upsell-container .article-upsell .right {
    width: 47%;
  }
}

/* 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: 600;
  color: #000000;
}

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

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

article h1,
article h2 {
  font-size: 48px;
  line-height: 54px;
}

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

article h4 {
  font-size: 32px;
  line-height: 48px;
  margin: 0 0 15px 0;
}

article h5 {
  font-size: 24px;
  line-height: 40px;
  margin: 0 0 15px 0;
}

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

article p {
  line-height: 30px;
  margin: 0 0 30px 0;
}
article p strong {
  font-weight: 500;
}

article ul {
  margin: 0;
}
article ul li {
  margin: 0 0 28px 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: -15px;
}

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

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

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

strong {
  font-weight: 700;
}

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

@media all and (max-width: 1023px) {
  article p,
article ul li,
article ol li {
    font-size: 16px;
    line-height: 28px;
  }
}
.button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  border: none;
  font-family: "canada-type-gibson", Helvetica, Arial, sans-serif;
  background: #9CB931;
  border-radius: 8px;
  padding: 14px 30px;
  line-height: 28px;
  height: 56px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  letter-spacing: 0.5px;
}
.button svg {
  position: relative;
  top: 0px;
}
.button:before {
  transition: 0.3s ease-in-out;
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #B1D03F;
  transform: translateX(-100%);
}
.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 {
  background: #B1D03F;
}
.button:active:before, .button:focus:before {
  display: none;
}
.button.full {
  width: 100%;
}
.button.button-black {
  background: #000000;
  border: 2px solid #000000;
  line-height: 24px;
  color: #FFF;
}
.button.button-black:before {
  border-bottom-color: #FFF;
}
.button.button-black:hover {
  color: #000;
}
.button.button-black:active, .button.button-black:focus {
  color: #000;
  background: #FFF;
}
.button.button-bordered {
  background: transparent;
  border: 2px solid #B1D03F;
  line-height: 24px;
  color: #B1D03F;
}
.button.button-bordered:before {
  border-bottom-color: #B1D03F;
}
.button.button-bordered:hover {
  color: #000;
}
.button.button-bordered:active, .button.button-bordered:focus {
  background: #B1D03F;
  border-color: #B1D03F;
  color: #000;
}
.button.button-bordered-black {
  background: transparent;
  border: 2px solid #000000;
  line-height: 24px;
}
.button.button-bordered-black:before {
  border-bottom-color: #000;
}
.button.button-bordered-black:hover {
  color: #FFF;
}
.button.button-bordered-black:active, .button.button-bordered-black:focus {
  background: #000;
  border-color: #000;
  color: #FFF;
}
.button.button-white-fill {
  background: #FFF;
  color: #9CB931;
}
.button.button-white-fill:before {
  border-bottom: 60px solid #FCDA46;
}
.button.button-white-fill:active, .button.button-white-fill:focus {
  background: #FCDA46;
  border-color: #FCDA46;
  color: #9CB931;
}
.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: #9CB931;
  border-color: #FFF;
}
.button.button-white-bordered:active, .button.button-white-bordered:focus {
  background: #FFF;
  border-color: #FFF;
  color: #9CB931;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .button {
    font-size: 16px;
    padding-left: 24px;
    padding-right: 24px;
    height: 52px;
    line-height: 24px;
  }
  .button.button-black, .button.button-bordered, .button.button-bordered-black {
    line-height: 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: #9CB931;
  content: "";
  display: block;
}
.underline-link:hover {
  color: #9CB931;
}
.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: #9CB931;
  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: #B1D03F;
}

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: 2px solid #DDE0F4;
  border-radius: 4px;
  width: 100%;
  height: 56px;
  font-family: "canada-type-gibson", Helvetica, Arial, sans-serif;
  color: #464D57;
  padding: 15px 14px 15px 14px;
  line-height: 26px;
  font-size: 16px;
  position: relative;
  z-index: 1;
  box-shadow: none;
  background: transparent;
}

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

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

@media all and (max-width: 1023px) and (min-width: 0px) {
  textarea,
input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    height: 48px;
    line-height: 22px;
    font-size: 16px;
    padding: 11px 17px 14px 17px;
  }
  body .gform_wrapper.gravity-theme .gfield textarea.large,
textarea {
    height: 105px;
    padding: 11px 17px 14px 17px;
    line-height: 22px;
    font-size: 16px;
  }
}
.select-field {
  position: relative;
  border: 2px solid #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: "canada-type-gibson", Helvetica, Arial, sans-serif;
  color: #464D57;
  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,
body .gform_wrapper.gravity-theme .ginput_container_password label {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  line-height: 28px;
  display: block;
  margin: 0 0 6px 0;
  padding: 0px;
}

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

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

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

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

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

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

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

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

.gfield_visibility_hidden {
  display: none;
}

.gform_required_legend {
  display: none;
}

.slick-slider {
  position: relative;
}
.slick-slider section {
  padding: 0 20px 48px 0;
}
.slick-slider .slick-arrow {
  position: absolute;
  bottom: 0px;
  left: 15px;
  width: 28px;
  height: 28px;
  padding: 0px;
  border: 1px solid #000000;
  color: #000;
  text-align: center;
  border-radius: 100%;
  z-index: 110;
}
.slick-slider .slick-arrow:hover, .slick-slider .slick-arrow:active, .slick-slider .slick-arrow:focus {
  background: #000;
  color: #FFF;
}
.slick-slider .slick-arrow svg {
  left: 50%;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
}
.slick-slider .slick-arrow.slick-next {
  left: auto;
  right: 15px;
}
.slick-slider .slick-arrow.slick-next svg {
  margin-left: 1px;
}
.slick-slider .slick-dots {
  bottom: -2px;
  left: 0px;
  width: 100%;
  position: absolute;
  text-align: center;
  z-index: 100;
}
.slick-slider .slick-dots li {
  display: inline-block;
  margin: 0 2px;
  height: 28px;
  line-height: 28px;
}
.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: 9px;
  height: 9px;
  position: relative;
  background: #D7D7D7;
  position: relative;
  top: -3px;
}
.slick-slider .slick-dots li.slick-active button {
  background: #9CB931;
}

.slick-slide .inner img {
  width: auto;
  height: 60px;
  margin: 0 50px;
}

.slick-slide .inner img.wide-img {
  height: 44px;
  margin-top: 8px;
}

#site-header {
  padding: 12px 0 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
  background: #FFF;
}
#site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  position: static;
}
#site-header .container .logo {
  position: relative;
    display: inline-flex;
}
#site-header .container .logo img {
  display: block;
}
#site-header .container .logo:hover, #site-header .container .logo:active, #site-header .container .logo:focus {
  opacity: 0.6;
}
#site-header .container nav {
  text-align: center;
  display: flex;
}
#site-header .container nav ul li {
  display: inline-block;
  padding: 0 15px;
}
#site-header .container nav ul li a {
  display: inline-block;
  font-size: 16px;
  line-height: 42px;
  font-weight: 500;
  color: #000;
  padding: 38px 0;
}
.fixed-header #site-header {
	padding: 0; 
}
.fixed-header #site-header .container nav > ul > li > a {
	padding: 25px 0;
}
#site-header .container nav ul li.current-menu-ancestor > a,
#site-header .container nav ul li a:hover, #site-header .container nav ul li a:active, #site-header .container nav ul li a:focus {
  color: #9CB931;
}
#site-header .container nav ul li.current-menu-item a {
  color: #9CB931;
}
#site-header .container .header-buttons {
  position: relative;
    display: flex;
}
#site-header .container .header-buttons .button {
  margin: 0 0 0 10px;
  font-size: 16px;
  letter-spacing: 0.44px;
  line-height: 20px;
  padding: 18px 24px;
}
#site-header .container .toggle-nav {
  display: none;
}

body.fixed-header #site-header {
  position: fixed;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
}

#old-events-dropdown {
  background: #F4F2EE;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  padding: 150px 0 30px 0;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 99;
  display: none;
}
#old-events-dropdown .view-all {
  text-align: center;
  font-size: 16px;
  line-height: 0.44px;
  line-height: 20px;
}
#old-events-dropdown .view-all a {
  text-decoration: underline;
}

#mobile-nav {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: #F4F2EE;
  padding: 90px 0 200px 0;
  display: none;
}
#mobile-nav .mobile-nav-inner {
  position: absolute;
  width: 200%;
  left: 0px;
  transition: 0.3s ease-in-out;
  text-align: left;
  height: calc(100% - 90px - 100px);
  overflow: auto;
}
#mobile-nav .mobile-nav-inner nav {
  float: left;
  width: 50%;
  padding: 0 0 100px 0;
}
#mobile-nav .mobile-nav-inner nav ul li {
  padding: 30px 0 0 0;
  display: block;
}
#mobile-nav .mobile-nav-inner nav ul li a {
  color: #000;
  font-size: 38px;
  line-height: 54px;
  display: block;
  font-weight: 600;
  padding: 0 30px;
}
#mobile-nav .mobile-nav-inner nav ul li.menu-item-has-children > a:after {
    background: url(images/dropdown-arrow.svg) no-repeat center;
    background-size: contain;
    width: 22px;
    height: 22px;
    position: relative;
    display: inline-block;
    margin: 0 0 0 18px;
    content: "";
    transform: rotate(-90deg);
}
#mobile-nav .mobile-nav-inner .mobile-nav-events {
  float: left;
  width: 50%;
  position: relative;
  padding: 0 30px 100px 30px;
}
#mobile-nav .mobile-nav-inner .mobile-nav-events .mobile-nav-back-link {
  background: url(images/mobile-nav-back-arrow.svg) no-repeat left center;
  padding: 0 0 0 23px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #000;
  display: block;
  float: left;
  margin: 0 0 13px 0;
}
#mobile-nav .mobile-nav-inner .mobile-nav-events h5 {
  clear: both;
  font-size: 38px;
  line-height: 54px;
  font-weight: 600;
  margin: 0 0 11px 0;
  color: #000;
}
#mobile-nav .mobile-nav-inner .mobile-nav-events h5 a {
  color: #000;
}
#mobile-nav .mobile-nav-inner .mobile-nav-events .view-all {
  position: absolute;
  top: 48px;
  right: 30px;
  line-height: 20px;
}
#mobile-nav .mobile-nav-inner .mobile-nav-events .view-all a {
  text-decoration: underline;
  font-size: 16px;
}
#mobile-nav.mobile-nav-events-active .mobile-nav-inner {
  left: -100%;
}
#mobile-nav .mobile-nav-buttons {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 200px;
  background: url(images/mobile-nav-bottom.svg) no-repeat center bottom;
  padding: 117px 0 0 0;
  z-index: 100;
}
#mobile-nav .mobile-nav-buttons .mobile-nav-buttons-inner {
  margin: 0px;
}
#mobile-nav .mobile-nav-buttons .mobile-nav-buttons-inner .button {
  display: block;
  float: left;
  margin: 0 5px;
  width: calc(50% - 10px);
}

body.nav-active #site-wrapper {
  height: 100vh;
  overflow: hidden;
}
body.nav-active #site-header {
  background: transparent;
}
body.nav-active #mobile-nav {
  display: block;
}

body.events-dropdown-active #site-header {
  background: transparent;
  box-shadow: none;
}

@media all and (min-width: 1200px) {
  #site-header .container {
    max-width: 1160px;
    margin: 0 auto;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  #site-header {
    padding: 23px 0;
  }
  #site-header .container {
    padding: 0px;
  }
  #site-header .container .logo {
    float: left;
    position: relative;
  }
  #site-header .container .logo img {
    height: 31px;
  }
  #site-header .container nav {
    display: none;
  }
  #site-header .container .header-buttons {
    display: none;
  }
  #site-header .container .toggle-nav {
    display: block;
    width: 30px;
    height: 25px;
    margin: 4px 0 0 0;
    background: url(images/toggle-nav.svg) no-repeat center center;
    float: right;
  }
  body.nav-active #site-header .toggle-nav {
    background-image: url(images/close-mobile-nav.svg);
  }
}
.header-icon {
  float: right;
  margin-right: 25px;
  position: relative;
}
@media all and (min-width: 768px) {
  .header-icon {
    position: absolute;
    top: 10px;
    right: 0;
    margin-right: 0;
  }
}
.header-icon.cart {
  cursor: pointer;
}
.header-icon.cart span {
  background: #000;
  border-radius: 100px;
  position: absolute;
  top: -8px;
  right: -8px;
  width: 22px;
  height: 22px;
  color: #fff !important;
}
@media all and (min-width: 768px) {
  .header-icon.cart span {
    top: -11px;
    right: -11px;
  }
}
.header-icon.cart span strong {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: normal !important;
  font-size: 12px;
}
.header-icon.cart.cart-has-items span {
  background: #9CB931;
  color: #000 !important;
}
@media all and (min-width: 768px) {
  .header-icon.account {
    display: none;
  }
}

#site-bottom {
  background: url(images/footer.svg) no-repeat center bottom #282828;
}

#sub-footer {
  padding: 60px 0 192px 0;
}
#sub-footer h6 {
  font-size: 18px;
  line-height: 42px;
  color: #FFF;
  font-weight: 500;
  margin: 0px;
}
#sub-footer .footer-left {
  float: left;
  width: 300px;
}
#sub-footer .footer-left .social-links {
  margin: 0 0 29px 0;
}
#sub-footer .footer-left .social-links a {
  color: #FFF;
  margin: 0 20px 0 0;
}
#sub-footer .footer-left .social-links a span {
  position: absolute;
  left: -9999px;
}
#sub-footer .footer-left .social-links a:hover, #sub-footer .footer-left .social-links a:active, #sub-footer .footer-left .social-links a:focus {
  color: #9CB931;
}
#sub-footer .footer-widgets {
  float: right;
  margin: 0 -80px 0 0;
}
#sub-footer .footer-widgets aside {
  padding: 0 80px 0 0;
  float: left;
}
#sub-footer .footer-widgets aside ul li {
  padding: 10px 0;
}
#sub-footer .footer-widgets aside ul li a {
  font-size: 16px;
  line-height: 20px;
  color: #FFF;
  text-decoration: underline;
}
#sub-footer .footer-widgets aside ul li a:hover, #sub-footer .footer-widgets aside ul li a:active, #sub-footer .footer-widgets aside ul li a:focus {
  color: #9CB931;
}

#site-footer {
  padding: 0 0 26px 0;
}
#site-footer p {
  font-size: 14px;
  line-height: 30px;
  color: #000;
  position: absolute;
  left: 0px;
  top: 0px;
}
#site-footer nav {
  text-align: center;
}
#site-footer nav ul {
  line-height: 30px;
  font-size: 14px;
  color: #000;
}
#site-footer nav ul li {
  display: inline-block;
  vertical-align: top;
}
#site-footer nav ul li:after {
  content: "|";
  margin: 0 10px;
}
#site-footer nav ul li a {
  display: inline-block;
  vertical-align: top;
  text-decoration: underline;
  color: #000;
}
#site-footer nav ul li a:hover, #site-footer nav ul li a:active, #site-footer nav ul li a:focus {
  color: #9CB931;
}
#site-footer nav ul li:last-child:after {
  display: none;
}
#site-footer .website-credit {
  position: absolute;
  top: 0px;
  right: 0px;
  line-height: 30px;
  font-size: 14px;
}
#site-footer .website-credit a {
  color: #000;
}
#site-footer .website-credit a span {
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
  padding: 0 10px 0 0;
}
#site-footer .website-credit a img {
  vertical-align: top;
  display: inline-block;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  #site-bottom {
    background: none #282828;
  }
  #sub-footer {
    padding: 34px 0 116px 0;
    background: url(images/footer.svg) repeat-x center bottom;
    background-size: auto 70px;
  }
  #sub-footer .footer-left {
    float: none;
    width: auto;
    text-align: center;
    padding: 0 0 32px 0;
  }
  #sub-footer .footer-left .social-links a {
    margin: 0 10px;
  }
  #sub-footer .footer-widgets {
    float: none;
    width: auto;
    margin: 0px;
  }
  #sub-footer .footer-widgets aside {
    float: none;
    padding: 0px;
    border-bottom: 1px solid #FFF;
  }
  #sub-footer .footer-widgets aside h6 {
    font-size: 18px;
    line-height: 22px;
    padding: 20px 0;
    position: relative;
  }
  #sub-footer .footer-widgets aside h6:before {
    position: absolute;
    top: 50%;
    right: 7px;
    background: url(images/footer-widgets-mobile-arrow-down.svg) no-repeat right center;
    width: 24px;
    height: 20px;
    margin: -10px 0 0 0;
    content: "";
  }
  #sub-footer .footer-widgets aside ul {
    margin-top: -10px;
    display: none;
    padding: 0 0 10px 0;
  }
  #sub-footer .footer-widgets aside.active h6:before {
    background-image: url(images/footer-widgets-mobile-arrow-up.svg);
  }
  #sub-footer .footer-widgets aside.active ul {
    display: block;
  }
  #sub-footer .footer-widgets aside:last-of-type {
    border-bottom: none;
  }
  #site-footer {
    background: #FFF;
    padding: 5px 0 15px 0;
  }
  #site-footer .container {
    text-align: center;
  }
  #site-footer nav ul {
    font-size: 13px;
    margin: 0 -10px;
  }
  #site-footer nav ul li:after {
    margin: 0 5px;
  }
  #site-footer p {
    position: relative;
    margin: 0 0 20px 0;
    font-size: 13px;
  }
  #site-footer .website-credit {
    position: relative;
    font-size: 13px;
  }
}
.page-block-content article {
  padding: 0 170px;
}

@media all and (max-width: 1200px) and (min-width: 0px) {
  .page-block-content article {
    padding: 0 100px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-content article {
    padding: 0;
  }
}
.page-block-two-columns .container {
  padding: 0 70px;
}
.page-block-two-columns .two-columns {
  margin: 0 -15px;
}
.page-block-two-columns .two-columns section {
  float: left;
  width: 50%;
  padding: 0 15px;
}
.page-block-two-columns .two-columns section article {
  padding: 0px;
}

@media all and (max-width: 1200px) and (min-width: 0px) {
  .page-block-two-columns .container {
    padding: 0px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-two-columns .two-columns {
    margin: 0px;
  }
  .page-block-two-columns .two-columns section {
    float: none;
    width: auto;
    padding: 0 0 32px 0;
  }
}
.page-block-intro article {
  text-align: center;
  padding: 0 170px;
}
.page-block-intro article h1,
.page-block-intro article h2,
.page-block-intro article h3 {
  font-size: 32px;
  line-height: 42px;
  margin: 0 0 20px 0;
}
.page-block-intro article p {
  line-height: 32px;
}

@media all and (max-width: 1200px) and (min-width: 0px) {
  .page-block-intro article {
    padding: 0 100px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-intro article {
    padding: 0;
  }
  .page-block-intro article h1,
.page-block-intro article h2,
.page-block-intro article h3 {
    font-size: 28px;
    line-height: 38px;
  }
  .page-block-intro article p {
    line-height: 26px;
  }
}
.page-block-heading-and-buttons .container {
  text-align: center;
}
.page-block-heading-and-buttons h1 {
  font-size: 56px;
  line-height: 68px;
  font-weight: 600;
  margin: 0px auto;
  max-width: 845px;
}
.page-block-heading-and-buttons h1 span {
  position: relative;
}
.page-block-heading-and-buttons h1 span:before {
  width: 248px;
  height: 12px;
  background: url(images/home-heading-graphic.svg) no-repeat;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  content: "";
  display: block;
  position: absolute;
  margin-top: -12px;
}
.page-block-heading-and-buttons h1 span span {
  position: relative;
  z-index: 1;
}
.page-block-heading-and-buttons h1 span span:before {
  display: none;
}
.page-block-heading-and-buttons .buttons {
  padding: 38px 0 0 0;
  text-align: center;
}
.page-block-heading-and-buttons .buttons .button {
  margin: 0 10px;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-heading-and-buttons h1 {
    font-size: 48px;
    line-height: 54px;
  }
  .page-block-heading-and-buttons h1 span {
    display: inline-block;
  }
  .page-block-heading-and-buttons h1 span:before {
    background-image: url(images/home-heading-graphic-mobile.svg);
    width: 203px;
  }
  .page-block-heading-and-buttons .buttons {
    margin: 0 -20px;
    padding: 30px 0 0 0;
  }
  .page-block-heading-and-buttons .buttons .button {
    margin: 0 5px;
  }
}
.page-block-people-cards {
  overflow-x: hidden;
}
.page-block-people-cards .people-cards {
  margin: 0 -15px;
}
.page-block-people-cards .people-cards section:nth-child(odd) .people-card {
  top: 0px;
  transition: all 0.4s;
}
.page-block-people-cards .people-cards section:nth-child(even) .people-card {
  top: -40px;
  transition: all 0.4s;
}
.page-block-people-cards .people-cards.switch-to-odd section:nth-child(odd) .people-card {
  top: -40px;
  transition: all 0.4s;
}
.page-block-people-cards .people-cards.switch-to-odd section:nth-child(even) .people-card {
  top: 0px;
  transition: all 0.4s;
}
.page-block-people-cards .people-cards .slick-list {
  overflow: visible;
}
.page-block-people-cards .people-cards section {
  float: left;
  width: 16.666%;
  padding: 40px 15px 0 15px;
}
.page-block-people-cards .people-cards section .people-card {
  position: relative;
  transition: 0.3s ease-in-out;
}
.page-block-people-cards .people-cards section .people-card .people-card-image {
  position: relative;
  border-radius: 20px;
  height: 0px;
  padding-top: 149%;
  margin: 0 0 6px 0;
  overflow: hidden;
  display: block;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.4);
}
.page-block-people-cards .people-cards section .people-card .people-card-image .people-card-image-inner {
  background: none no-repeat center center;
  background-size: cover;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
}
.page-block-people-cards .people-cards section .people-card .people-card-details {
  position: relative;
  display: block;
}
.page-block-people-cards .people-cards section .people-card .people-card-details.people-card-details-has-logo {
  padding: 2px 0 3px 48px;
}
.page-block-people-cards .people-cards section .people-card .people-card-details .logo {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 41px;
  height: 41px;
  border-radius: 100%;
  display: block;
  background: #FFF;
}
.page-block-people-cards .people-cards section .people-card .people-card-details .logo img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  max-width: 80%;
  max-height: 80%;
}
.page-block-people-cards .people-cards section .people-card .people-card-details h6 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #323232;
}
.page-block-people-cards .people-cards section .people-card .people-card-details p {
  font-size: 12px;
  line-height: 18px;
  color: #878787;
}

@media all and (min-width: 1400px) {
  .page-block-people-cards .container {
    width: 1333px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-people-cards .people-cards {
    margin: 0 -8px;
  }
  .page-block-people-cards .people-cards section:nth-child(odd) .people-card {
    top: 0px;
  }
  .page-block-people-cards .people-cards section:nth-child(even) .people-card {
    top: -22px;
  }
  .page-block-people-cards .people-cards.switch-to-odd section:nth-child(odd) .people-card {
    top: -22px;
  }
  .page-block-people-cards .people-cards.switch-to-odd section:nth-child(even) .people-card {
    top: 0px;
  }
  .page-block-people-cards .people-cards section {
    padding: 22px 8px 0 8px;
    width: 25%;
  }
  .page-block-people-cards .people-cards section .people-card .people-card-image {
    border-radius: 11px;
  }
  .page-block-people-cards .people-cards section .people-card .people-card-details.people-card-details-has-logo {
    padding: 0 0 0 28px;
  }
  .page-block-people-cards .people-cards section .people-card .people-card-details .logo {
    width: 24px;
    height: 24px;
  }
  .page-block-people-cards .people-cards section .people-card .people-card-details h6 {
    font-size: 8px;
    line-height: 12px;
  }
  .page-block-people-cards .people-cards section .people-card .people-card-details p {
    font-size: 7px;
    line-height: 12px;
  }
}
.page-block-image-and-content .image-and-content {
  display: flex;
  align-items: center;
  padding: 0 70px;
}
.page-block-image-and-content .image-and-content article {
  width: 58%;
  padding: 0 70px 0 0;
  margin: 0 0 -30px 0;
}
.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 {
  font-size: 32px;
  line-height: 42px;
  margin: 0 0 20px 0;
}
.page-block-image-and-content .image-and-content .image-holder {
  width: 42%;
  position: relative;
}
.page-block-image-and-content .image-and-content .image-holder img {
  width: 100%;
  display: block;
  border-radius: 10px;
}
.page-block-image-and-content .image-and-content .image-holder .video-link {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.page-block-image-and-content .image-and-content .image-holder .video-link img {
  border-radius: 0px;
  transition: 0.3s ease-in-out;
}
.page-block-image-and-content .image-and-content .image-holder .video-link .video-gradient {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, #000000 100%);
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  display: block;
  transition: 0.3s ease-in-out;
}
.page-block-image-and-content .image-and-content .image-holder .video-link .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  text-indent: -9999px;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  width: 50px;
  height: 50px;
  background: url(images/play-icon.svg) no-repeat;
}
.page-block-image-and-content .image-and-content .image-holder .video-link:hover img, .page-block-image-and-content .image-and-content .image-holder .video-link:active img, .page-block-image-and-content .image-and-content .image-holder .video-link:focus img {
  transform: scale(1.2);
}
.page-block-image-and-content .image-and-content .image-holder .video-link:hover .video-gradient, .page-block-image-and-content .image-and-content .image-holder .video-link:active .video-gradient, .page-block-image-and-content .image-and-content .image-holder .video-link:focus .video-gradient {
  opacity: 0.5;
}
.page-block-image-and-content.page-block-image-on-left .image-and-content {
  flex-direction: row-reverse;
}
.page-block-image-and-content.page-block-image-on-left .image-and-content article {
  padding: 0 0 0 70px;
}
.page-block-image-and-content.align-to-top .image-and-content {
  align-items: flex-start;
}

@media all and (max-width: 1200px) and (min-width: 0px) {
  .page-block-image-and-content .image-and-content {
    padding: 0;
  }
  .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 {
    font-size: 26px;
    line-height: 38px;
    margin: 0 0 11px 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: 0px !important;
    margin: 0px;
  }
  .page-block-image-and-content .image-and-content .image-holder {
    width: auto;
    padding: 0px;
  }
}
.page-block-being-part-of-the-network .being-part-of-the-network {
  background: url(images/being-part-of-the-network-back.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  padding: 70px 70px 80px 70px;
  text-align: center;
}
.page-block-being-part-of-the-network .being-part-of-the-network:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(15, 92, 85, 0.8);
  content: "";
  display: block;
}
.page-block-being-part-of-the-network .being-part-of-the-network h2 {
  text-align: center;
  z-index: 1;
  position: relative;
  color: #FFF;
  font-size: 32px;
  line-height: 36px;
  max-width: 563px;
  margin: 0 auto 50px auto;
}
.page-block-being-part-of-the-network .being-part-of-the-network .growth-points {
  position: relative;
  z-index: 1;
  margin: 0 -34px;
  text-align: left;
}
.page-block-being-part-of-the-network .being-part-of-the-network .growth-points section {
  float: left;
  width: calc(33.33% - 68px);
  margin: 0 34px;
  background: #0D0D0D;
  border-radius: 10px;
  padding: 23px 21px 29px 21px;
}
.page-block-being-part-of-the-network .being-part-of-the-network .growth-points section img {
  height: 24px;
  float: left;
  margin: 9px 10px 0 0;
}
.page-block-being-part-of-the-network .being-part-of-the-network .growth-points section h3 {
  color: #FFF;
  font-size: 24px;
  line-height: 42px;
  font-weight: 500;
  margin: 0 0 1px 0;
}
.page-block-being-part-of-the-network .being-part-of-the-network .growth-points section p {
  font-size: 18px;
  line-height: 30px;
  color: #FFF;
}

@media all and (max-width: 1200px) and (min-width: 0px) {
  .page-block-being-part-of-the-network .being-part-of-the-network .growth-points {
    margin: 0 -20px;
  }
  .page-block-being-part-of-the-network .being-part-of-the-network .growth-points section {
    width: calc(33.33% - 40px);
    margin: 0 20px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-being-part-of-the-network .being-part-of-the-network {
    padding: 30px 28px 20px 28px;
  }
  .page-block-being-part-of-the-network .being-part-of-the-network h2 {
    font-size: 24px;
    line-height: 28px;
    max-width: none;
    margin: 0 0 30px 0;
  }
  .page-block-being-part-of-the-network .being-part-of-the-network .growth-points {
    margin: 0px;
  }
  .page-block-being-part-of-the-network .being-part-of-the-network .growth-points section {
    margin: 0 0 20px 0;
    float: none;
    width: auto;
    padding: 23px 21px 24px 21px;
  }
  .page-block-being-part-of-the-network .being-part-of-the-network .growth-points section img {
    height: 18px;
    margin: 12px 10px 0 0;
  }
  .page-block-being-part-of-the-network .being-part-of-the-network .growth-points section h3 {
    font-size: 22px;
    margin: 0 0 3px 0;
  }
  .page-block-being-part-of-the-network .being-part-of-the-network .growth-points section p {
    font-size: 16px;
    line-height: 26px;
  }
}
.page-block-company-logos h2 {
  text-align: center;
  font-size: 32px;
  line-height: 46px;
  margin: 0 0 30px 0;
}
.page-block-company-logos .company-logos {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.page-block-company-logos .company-logos.top {
  margin-bottom: 50px;
}
.page-block-company-logos .company-logos section {
  padding: 0 25px;
  flex-grow: 1;
}
.page-block-company-logos .company-logos section .company-logo {
  height: 137px;
  display: block;
  text-align: center;
  position: relative;
}
.page-block-company-logos .company-logos section .company-logo img {
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.page-block-company-logos .company-logos section a.company-logo:hover, .page-block-company-logos .company-logos section a.company-logo:active, .page-block-company-logos .company-logos section a.company-logo:focus {
  opacity: 0.6;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-company-logos h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 12px 0;
  }
  .page-block-company-logos .company-logos {
    margin: 0 -15px;
  }
  .page-block-company-logos .company-logos section {
    padding: 0 15px;
  }
  .page-block-company-logos .company-logos section .company-logo {
    height: 80px;
  }
  .page-block-company-logos .company-logos section .company-logo img {
    max-height: 32px;
    max-width: 100px;
  }
}
@media all and (min-width: 768px) {
  .page-block-membership-options .membership-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    gap: 40px;
  }
  .page-block-membership-options .membership-options section {
    width: 100%;
    height: 100%;
  }
}
.membership-option {
  border-radius: 26px;
  padding: 40px;
  height: 100%;
  position: relative;
  background: #F4F2EE;
}
.membership-option.membership-option-free {
  background: #F4F2EE;
}
.membership-option.premium-solo-membership {
  background: #ECF1D6;
}
.membership-option.premium-company-membership {
  background: #E2EEF1;
}
.membership-option.premium-team-membership {
  background-image: linear-gradient(146.55deg, #EDF1D6 0%, #E4EEF1 100%);
}
.membership-option .membership-option-heading h4 {
  font-size: 32px;
  line-height: 36px;
  width: 80%;
}
.membership-option .membership-option-heading h4 > span {
  font-size: 22px;
  font-weight: 400;
}
.membership-option .membership-option-heading h4 img {
  width: 18px;
  margin: 0 10px 0 0;
}
.membership-option .membership-option-heading p {
  font-size: 18px;
  line-height: 28px;
}
.membership-option .membership-option-heading p a {
  text-decoration: underline;
}
.membership-option .membership-option-heading .membership-option-price {
  margin: 0 0 16px 0;
  color: #464D57;
  font-size: 24px;
  line-height: 42px;
}
.membership-option .membership-option-features {
  border-top: 1px solid #DED9D0;
  padding: 26px 0 0 0;
  text-align: left;
}
.membership-option .membership-option-features ul {
  padding: 0 30px;
}
.membership-option .membership-option-features ul li {
  padding: 10px 0 10px 24px;
  font-size: 16px;
  color: #000000;
  line-height: 26px;
}
.membership-option .membership-option-features ul li.membership-option-feature-icon-tick {
  background: url(images/icon-tick.png) no-repeat left 12px;
  background-size: 20px auto;
}
.membership-option .membership-option-features ul li.membership-option-feature-icon-star {
  background: url(images/icon-star.png) no-repeat left 11px;
  background-size: 20px auto;
}
.membership-option .membership-option-unsure {
  background: #EAE6DD;
  border-radius: 10px;
  margin: 35px 0 10px 0;
  padding: 24px 90px 30px 60px;
}
.membership-option .membership-option-unsure h5 {
  font-size: 24px;
  line-height: 42px;
  margin: 0 0 2px 0;
  font-weight: 500;
}
.membership-option .membership-option-unsure p {
  font-size: 16px;
  line-height: 26px;
}
.membership-option .choose-button {
  display: flex;
  align-items: center;
}
.membership-option .choose-button .button, .membership-option .choose-button div {
  display: block;
  width: 50%;
}
.membership-option .choose-button div {
  text-align: center;
}
.membership-option .choose-button div > a {
  color: #000000;
  text-decoration: underline;
  font-weight: 500;
}
.membership-option .choose-button div > a:hover {
  text-decoration: none;
}
.membership-option .choose-button p {
  padding: 16px 0 0 0;
  line-height: 20px;
  letter-spacing: 0.44px;
}
.membership-option .choose-button p a {
  text-decoration: underline;
}
.membership-option .detail-buttons {
  margin: 0 -10px;
}
.membership-option .detail-buttons .button {
  margin: 0 10px;
}
.membership-option .team-membership-options {
  text-align: left;
}
.membership-option .team-membership-options li {
  border-bottom: 1px solid #DED9D0;
  padding: 28px 150px 28px 0;
  position: relative;
  font-size: 24px;
  line-height: 42px;
  color: #000;
}
.membership-option .team-membership-options li span.exc {
  font-size: 16px;
}
.membership-option .team-membership-options li .button {
  position: absolute;
  right: 0px;
  top: 20px;
}
.membership-option .team-membership-options li:last-child {
  border-bottom: none;
  padding-bottom: 7px;
}
.membership-option .close {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 20px;
  display: block;
  z-index: 100;
}

#premium-team-membership {
  background: #FFF;
  border-radius: 26px;
  max-width: 563px;
  margin: 0 auto;
}
#premium-team-membership .mfp-close {
  display: none;
}
#premium-team-membership .membership-option .membership-option-heading p {
  color: #000;
}
#premium-team-membership .membership-option .membership-option-heading p.membership-option-price {
  color: #9CB931;
}

@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-membership-options .membership-options {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 40px;
  }
  .membership-option {
    border-radius: 16px;
    padding: 40px;
    min-height: 0px !important;
  }
  .membership-option .membership-option-heading h4 {
    font-size: 24px;
    line-height: 28px;
  }
  .membership-option .membership-option-heading h4 img {
    width: 13px;
  }
  .membership-option .membership-option-heading p {
    font-size: 16px;
    line-height: 26px;
    padding: 0px;
  }
  .membership-option .membership-option-heading p.membership-option-price {
    font-size: 24px;
    line-height: 42px;
  }
  .membership-option .membership-option-unsure {
    padding: 24px 30px;
  }
  .membership-option .membership-option-unsure h5 {
    font-size: 18px;
    line-height: 26px;
  }
  .membership-option .detail-buttons .button {
    margin: 0 3px;
  }
  .membership-option .membership-option-features ul {
    padding: 0px;
  }
  .membership-option .team-membership-options li {
    font-size: 18px;
    line-height: 26px;
    padding: 12px 150px 12px 0;
  }
  .membership-option .team-membership-options li .button {
    top: 11px;
  }
  #premium-team-membership {
    border-radius: 16px;
  }
}
.event-meta {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
}
.event-meta img {
  display: inline-block;
  vertical-align: middle;
  max-width: 20px;
  max-height: 20px;
  position: relative;
  top: -1px;
  margin: 0 6px 0 0;
}
.event-meta span {
  display: inline-block;
  vertical-align: middle;
}
.event-meta.event-meta-location img {
  margin: 0 2px 0 0;
}

.event-attending {
  overflow: hidden;
}
.event-attending span.attending-label {
  line-height: 42px;
  font-size: 16px;
  color: #000;
  float: left;
  display: block;
  margin: 0 12px 0 0;
}
.event-attending img {
  display: block;
  width: 41px;
  height: 41px;
  border-radius: 100%;
  border: 3px solid #FFF;
  margin: 0 0 0 -22px;
  float: left;
}
.event-attending img:first-of-type {
  margin: 0px;
}
.event-attending span.plus-label {
  line-height: 42px;
  font-size: 16px;
  float: left;
  display: block;
  color: #878787;
  margin: 0 0 0 8px;
}

.event-card {
  background: #FFF;
  padding: 30px;
  border-radius: 10px;
}
.event-card--mb {
  margin-bottom: 24px;
}
.event-card .event-card-inner {
  display: flex;
}
.event-card .event-card-inner .event-card-image {
  width: 48%;
}
.event-card .event-card-inner .event-card-image--small {
  width: 30%;
}
.event-card .event-card-inner .event-card-image img {
  display: block;
  border-radius: 10px;
  width: 100%;
}
.event-card .event-card-inner .event-card-details {
  padding: 0 0 0 30px;
  width: 52%;
}
.event-card .event-card-inner .event-card-details--large {
  width: 70%;
}
.event-card .event-card-inner .event-card-details .event-card-meta {
  margin: 0 -20px 19px 0;
}
.event-card .event-card-inner .event-card-details .event-card-meta .event-meta {
  display: inline-block;
  vertical-align: middle;
  padding: 0 12px 0 0;
}
.event-card .event-card-inner .event-card-details h4 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  margin: 0 0 15px 0;
}
.event-card .event-card-inner .event-card-details .event-attending {
  margin: 0 0 32px 0;
}
.event-card .event-card-inner .event-card-details .buttons {
  margin: 0 -20px 0 0;
}
.event-card .event-card-inner .event-card-details .buttons .button {
  margin: 0 20px 0 0;
}

.old-event-snippet-cards {
  margin: 0 -15px 30px -15px;
}
.old-event-snippet-cards section {
  float: left;
  width: 33.33%;
  padding: 0 15px;
}
.old-event-snippet-cards section .event-card {
  padding: 26px;
  display: block;
}
.old-event-snippet-cards section .event-card .event-card-inner {
  display: flex;
}
.old-event-snippet-cards section .event-card .event-card-inner .event-card-image {
  width: 34%;
}
.old-event-snippet-cards section .event-card .event-card-inner .event-card-details {
  width: 66%;
  padding: 0 0 0 12px;
}
.old-event-snippet-cards section .event-card .event-card-inner .event-card-details h4 {
  font-size: 18px;
  line-height: 26px;
  margin: -5px 0 8px 0;
}
.old-event-snippet-cards section .event-card .event-card-inner .event-card-details .event-card-meta {
  margin-bottom: 0px;
}
.old-event-snippet-cards section .event-card .event-card-inner .event-card-details .event-card-meta .event-meta {
  font-size: 12px;
}

#mobile-nav .old-event-snippet-cards {
  margin: 0px;
}
#mobile-nav .old-event-snippet-cards section {
  float: none;
  width: auto;
  padding: 0 0 10px 0;
}
#mobile-nav .old-event-snippet-cards section .event-card {
  padding: 20px;
}

.page-block-upcoming-events .upcoming-events {
  background: #F4F2EE;
  padding: 100px;
  text-align: center;
}
.page-block-upcoming-events .upcoming-events h2 {
  font-size: 32px;
  line-height: 36px;
  margin: 0 0 50px 0;
  text-align: center;
}
.page-block-upcoming-events .upcoming-events .upcoming-events-holder {
  max-width: 758px;
  margin: 0 auto;
  text-align: left;
}
.page-block-upcoming-events .upcoming-events .upcoming-events-holder section {
  margin: 0 0 30px 0;
}
.page-block-upcoming-events .upcoming-events .sponsorship-opportunities {
  padding: 10px 0 0 0;
  text-align: center;
}
.page-block-upcoming-events .upcoming-events .sponsorship-opportunities .sponsorship-opportunities-inner {
  display: flex;
  max-width: 788px;
  margin: 0 auto;
  align-items: center;
}
.page-block-upcoming-events .upcoming-events .sponsorship-opportunities .sponsorship-opportunities-inner h5 {
  text-align: left;
  font-size: 24px;
  line-height: 32px;
  color: #0F5C55;
  padding: 0 20px 0 0;
  font-weight: 500;
  float: left;
}
.page-block-upcoming-events .upcoming-events .sponsorship-opportunities .sponsorship-opportunities-inner .button {
  float: right;
}

.page-block-events .event-cards {
  margin: 0 -15px -30px -15px;
}
.page-block-events .event-cards section {
  float: left;
  width: 50%;
  padding: 0 15px 30px 15px;
}
.page-block-events .event-cards section:nth-child(2n+1) {
  clear: left;
}
.page-block-events .event-cards section .event-card {
  background: #FFFFFF;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 30px;
}
.page-block-events .event-cards section .event-card .event-card-inner .event-card-image {
  width: 46%;
}
.page-block-events .event-cards section .event-card .event-card-inner .event-card-details {
  width: 54%;
  padding-left: 20px;
}

@media all and (max-width: 1200px) and (min-width: 0px) {
  .page-block-upcoming-events .upcoming-events .upcoming-events-holder {
    max-width: none;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-upcoming-events .upcoming-events {
    padding: 60px 0;
  }
  .page-block-upcoming-events .upcoming-events .upcoming-events-holder {
    padding: 0px;
    margin: 0 0 0 -20px;
  }
  .page-block-upcoming-events .upcoming-events .upcoming-events-holder section {
    padding: 0 0 0 20px;
    float: left;
  }
  .event-meta {
    font-size: 12px;
    line-height: 20px;
  }
  .event-meta img {
    max-width: 12px;
    max-height: 12px;
  }
  .event-attending span.attending-label {
    font-size: 14px;
    margin: 0 6px 0 0;
  }
  .event-attending img {
    width: 32px;
    height: 32px;
    margin: 0 0 0 -18px;
  }
  .event-attending img:first-of-type {
    margin: 0px;
  }
  .event-attending span.attending-label {
    line-height: 32px;
    font-size: 14px;
  }
  .event-attending span.plus-label {
    line-height: 32px;
    font-size: 14px;
  }
  .event-card {
    padding: 20px;
  }
  .event-card .event-card-inner .event-card-details .event-card-meta {
    margin: 0 -20px 21px 0;
  }
  .event-card .event-card-inner .event-card-details .event-card-meta .event-meta {
    margin: 0 6px 0 0;
  }
  .event-card .event-card-inner .event-card-details h4 {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 20px 0;
  }
  .page-block-upcoming-events .upcoming-events .sponsorship-opportunities .sponsorship-opportunities-inner {
    display: block;
    max-width: none;
    text-align: center;
  }
  .page-block-upcoming-events .upcoming-events .sponsorship-opportunities .sponsorship-opportunities-inner h5 {
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 22px 0;
    float: none;
    padding: 0px;
    text-align: center;
  }
  .page-block-upcoming-events .upcoming-events .sponsorship-opportunities .sponsorship-opportunities-inner .button {
    margin: 0 auto;
    float: none;
  }
  .page-block-upcoming-events .upcoming-events .upcoming-events-holder {
    margin-bottom: 40px;
  }
  .page-block-upcoming-events .upcoming-events .upcoming-events-holder .slick-prev {
    left: 20px;
  }
  .page-block-upcoming-events .upcoming-events .upcoming-events-holder .slick-next {
    right: 0px;
  }
  .page-block-events .event-cards section .event-card {
    padding: 20px;
  }
  .page-block-events .event-cards section .event-card .event-card-inner {
    display: block;
  }
  .page-block-events .event-cards section .event-card .event-card-inner .event-card-image {
    margin: 0px;
    width: auto;
    padding: 0px;
  }
  .page-block-events .event-cards section .event-card .event-card-inner .event-card-details {
    width: auto;
    padding: 10px 0 0 0;
  }
  .page-block-events .event-cards section .event-card .event-card-inner .event-card-details .buttons {
    margin: 0 0 -14px 0;
  }
  .page-block-events .event-cards section .event-card .event-card-inner .event-card-details .buttons .button {
    display: block;
    margin: 0 0 14px 0;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .event-card .event-card-inner {
    display: block;
  }
  .event-card .event-card-inner .event-card-image {
    margin: 0px;
    width: auto;
    padding: 0px;
  }
  .event-card .event-card-inner .event-card-details {
    width: auto;
    padding: 10px 0 0 0;
  }
  .event-card .event-card-inner .event-card-details .buttons {
    margin: 0 0 -14px 0;
  }
  .event-card .event-card-inner .event-card-details .buttons .button {
    display: block;
    margin: 0 0 14px 0;
  }
  .page-block-events .event-cards section {
    float: none;
    width: auto;
  }
  .page-block-events .event-cards section .event-card .event-card-inner .event-card-image {
    width: auto;
  }
  .page-block-events .event-cards section .event-card .event-card-inner .event-card-details {
    padding-left: 0px;
    width: auto;
  }
}
.news-card {
  display: block;
}
.news-card .news-card-image-holder {
  display: block;
  height: auto;
  padding-top: 96%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin: 0 0 15px 0;
}
.news-card .news-card-image-holder .news-card-image {
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.news-card .news-card-image-holder .news-card-image .news-card-image-inner {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background: none no-repeat center center;
  background-size: cover;
  transition: 0.3s ease-in-out;
}
.news-card .news-card-image-holder .news-card-image:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.8;
  z-index: 2;
  transition: 0.3s ease-in-out;
}
.news-card .news-card-image-holder .news-card-header {
  transition: 0.3s ease-in-out;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 20px;
  z-index: 3;
}
.news-card .news-card-image-holder .news-card-header h4 {
  font-size: 24px;
  line-height: 32px;
  max-width: 260px;
  color: #FFF;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.news-card .news-card-image-holder .news-card-header .news-card-date {
  display: block;
  font-size: 14px;
  line-height: 14px;
  color: #D5D5D5;
}
.news-card .news-card-image-holder .read-now {
  opacity: 0;
  transition: 0.3s ease-in-out;
  background: rgba(156, 185, 49, 0.9);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 3;
}
.news-card .news-card-image-holder .read-now .button {
  display: inline-block;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
}
.news-card .news-card-author {
  display: block;
  overflow: hidden;
}
.news-card .news-card-author img {
  display: block;
  width: 41px;
  height: 41px;
  margin: 0 10px 0 0;
  float: left;
  border-radius: 100%;
}
.news-card .news-card-author h6 {
  font-size: 16px;
  line-height: 20px;
  color: #323232;
  margin: 0 0 1px 0;
  font-weight: 500;
}
.news-card .news-card-author small {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #878787;
}

@media all and (min-width: 1024px) {
  .news-card:hover .news-card-image-holder .news-card-image .news-card-image-inner {
    transform: scale(1.2);
  }
  .news-card:hover .news-card-image-holder .news-card-header {
    opacity: 0;
  }
  .news-card:hover .news-card-image-holder .read-now {
    opacity: 1;
  }
}
.page-block-latest-news header {
  margin: 0 0 30px 0;
}
.page-block-latest-news header h2 {
  float: left;
  font-size: 32px;
  line-height: 36px;
  padding: 10px 0;
}
.page-block-latest-news header .buttons {
  float: right;
}
.page-block-latest-news header .buttons .button {
  margin: 0 0 0 40px;
}
.page-block-latest-news header .buttons .button.button-arrow-left, .page-block-latest-news header .buttons .button.button-arrow-right {
  border-radius: 100%;
  width: 56px;
  padding-left: 0px;
  padding-right: 0px;
}
.page-block-latest-news header .buttons .button.button-arrow-left svg, .page-block-latest-news header .buttons .button.button-arrow-right svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
}
.page-block-latest-news header .buttons .button.button-arrow-right {
  margin: 0 0 0 20px;
}
.page-block-latest-news .latest-news {
  margin: 0 -15px;
}
.page-block-latest-news .latest-news section {
  float: left;
  width: 33.33%;
  padding: 0 15px 48px 15px;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .news-card .news-card-image-holder {
    padding-top: 104%;
  }
  .news-card .news-card-image-holder .news-card-header h4 {
    font-size: 22px;
    line-height: 28px;
  }
  .news-card .news-card-image-holder .news-card-header .news-card-date {
    font-size: 12px;
  }
  .news-card .news-card-author h6 {
    font-size: 14px;
  }
  .news-card .news-card-author small {
    font-size: 12px;
  }
  .page-block-latest-news header {
    margin: 0 0 22px 0;
  }
  .page-block-latest-news header h2 {
    font-size: 24px;
    line-height: 36px;
    padding: 8px 0;
  }
  .page-block-latest-news header .buttons .button {
    margin: 0px;
  }
  .page-block-latest-news header .buttons .button.button-arrow-left, .page-block-latest-news header .buttons .button.button-arrow-right {
    display: none;
  }
}
.page-block-quote .quote {
  background: url(images/quote.svg) no-repeat 100px 60px #F4F2EE;
  border-radius: 26px;
  padding: 55px 100px 60px 296px;
}
.page-block-quote .quote p {
  font-size: 32px;
  line-height: 42px;
  color: #0F5C55;
  font-style: italic;
  margin: 0 0 30px 0;
}
.page-block-quote .quote cite {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #323232;
}
.page-block-quote .quote cite img {
  float: left;
  border-radius: 100%;
  margin: 0 12px 0 0;
  display: block;
  width: 41px;
  height: 41px;
}
.page-block-quote .quote cite small {
  font-size: 14px;
  line-height: 20px;
  display: block;
  color: #878787;
  padding: 1px 0 0 0;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-quote .quote {
    border-radius: 0px;
    margin: 0 -20px;
    padding: 107px 20px 60px 20px;
    background-size: 60px auto;
    background-position: 20px 60px;
  }
  .page-block-quote .quote p {
    font-size: 28px;
    line-height: 38px;
    margin: 0 0 21px 0;
  }
  .page-block-quote .quote cite {
    font-size: 14px;
  }
  .page-block-quote .quote cite small {
    font-size: 12px;
  }
}
.member-press-card {
  display: block;
  position: relative;
}
.member-press-card .member-press-card-image {
  float: left;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 126px;
  width: 200px;
  margin: 0 20px 0 0;
}
.member-press-card .member-press-card-image .member-press-card-image-inner {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background: none no-repeat center center;
  background-size: cover;
  transition: 0.3s ease-in-out;
}
.member-press-card .member-press-card-details {
  float: right;
  width: calc(100% - 220px);
}
.member-press-card .member-press-card-details h4 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #000;
  margin: 0 0 16px 0;
}
.member-press-card .member-press-card-details .member-press-card-author {
  display: block;
  overflow: hidden;
}
.member-press-card .member-press-card-details .member-press-card-author img {
  display: block;
  width: 41px;
  height: 41px;
  margin: 0 10px 0 0;
  float: left;
  border-radius: 100%;
}
.member-press-card .member-press-card-details .member-press-card-author h6 {
  font-size: 16px;
  line-height: 20px;
  color: #323232;
  margin: 0 0 1px 0;
  font-weight: 500;
}
.member-press-card .member-press-card-details .member-press-card-author small {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #878787;
}
.member-press-card:hover .member-press-card-image .member-press-card-image-inner {
  transform: scale(1.2);
}

.page-block-member-press-centre header {
  margin: 0 0 70px 0;
}
.page-block-member-press-centre header h2 {
  font-size: 32px;
  line-height: 36px;
  padding: 10px 0;
  float: left;
}
.page-block-member-press-centre header .buttons {
  float: right;
}
.page-block-member-press-centre header .buttons .button {
  margin: 0 0 0 20px;
}
.page-block-member-press-centre .member-press {
  margin: 0 -28px -56px -28px;
}
.page-block-member-press-centre .member-press section {
  float: left;
  width: 50%;
  padding: 0 28px 56px 28px;
}
.page-block-member-press-centre .member-press section:nth-child(2n+1) {
  clear: left;
}

@media all and (max-width: 1200px) and (min-width: 0px) {
  .page-block-member-press-centre .member-press {
    margin: 0 -11px -22px -11px;
  }
  .page-block-member-press-centre .member-press section {
    padding: 0 11px 22px 11px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .member-press-card .member-press-card-image {
    width: 164px;
    height: 127px;
    margin: 0 10px 0 0;
  }
  .member-press-card .member-press-card-details {
    width: calc(100% - 174px);
  }
  .member-press-card .member-press-card-details h4 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 7px 0;
  }
  .member-press-card .member-press-card-details .member-press-card-author img {
    margin: 0 10px 0 0;
  }
  .member-press-card .member-press-card-details .member-press-card-author h6 {
    font-size: 14px;
  }
  .member-press-card .member-press-card-details .member-press-card-author small {
    font-size: 12px;
    margin: 0 0 0 51px;
  }
  .page-block-member-press-centre header {
    margin: 0 0 28px 0;
  }
  .page-block-member-press-centre header h2 {
    float: none;
    font-size: 24px;
    line-height: 36px;
    padding: 0px;
    margin: 0 0 10px 0;
  }
  .page-block-member-press-centre header .buttons {
    float: none;
  }
  .page-block-member-press-centre header .buttons .button {
    margin: 0 10px 0 0;
  }
  .page-block-member-press-centre .member-press {
    margin: 0 0 -22px 0;
  }
  .page-block-member-press-centre .member-press section {
    padding: 0 0 22px 0;
    width: auto;
    float: none;
  }
}
.subscribe-to-newsletter {
  background: #0F5C55;
  position: relative;
  border-radius: 26px;
  padding: 38px 70px 28px 70px;
}
.subscribe-to-newsletter header {
  float: left;
  width: 328px;
}
.subscribe-to-newsletter header h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #FFF;
  margin: 0 0 18px 0;
}
.subscribe-to-newsletter .tailor-options-link {
  display: inline-block;
  padding: 0 38px 0 0;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  letter-spacing: 0.44px;
}
.subscribe-to-newsletter .tailor-options-link svg {
  position: absolute;
  top: -5px;
  right: 0px;
}
.subscribe-to-newsletter .tailor-options-link svg.arrow-down {
  display: none;
}
.subscribe-to-newsletter .tailor-options-link:hover, .subscribe-to-newsletter .tailor-options-link:active, .subscribe-to-newsletter .tailor-options-link:focus {
  color: #FFF;
}
.subscribe-to-newsletter form {
  float: right;
  width: calc(100% - 328px);
}
.subscribe-to-newsletter form .form-fields {
  margin: 0 -5px 23px -5px;
}
.subscribe-to-newsletter form .form-field {
  float: left;
  padding: 0 5px;
  width: 39%;
}
.subscribe-to-newsletter form .form-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  display: block;
  height: 56px;
  border: none;
  border-radius: 8px;
  background: #FFF;
  padding: 18px 30px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.44px;
}
.subscribe-to-newsletter form .tailor-options-link {
  display: none;
}
.subscribe-to-newsletter form .newsletter-options {
  position: absolute;
  bottom: 50px;
  left: 0px;
  padding: 0 70px;
  display: none;
}
.subscribe-to-newsletter form .newsletter-options ul li {
  display: inline-block;
  padding: 0 40px 0 0;
  position: relative;
}
.subscribe-to-newsletter form .newsletter-options ul li input {
  left: -9999px;
  position: absolute;
}
.subscribe-to-newsletter form .newsletter-options ul li label {
  line-height: 26px;
  font-size: 16px;
  letter-spacing: 0.44px;
  color: #FFF;
  cursor: pointer;
  padding: 0 0 0 36px;
  display: block;
  position: relative;
}
.subscribe-to-newsletter form .newsletter-options ul li label:before {
  background: #FFFFFF;
  border-radius: 5px;
  width: 26px;
  height: 26px;
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}
.subscribe-to-newsletter form .newsletter-options ul li label:after {
  background: #9CB931;
  border-radius: 3.5px;
  width: 18px;
  height: 18px;
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  display: none;
}
.subscribe-to-newsletter form .newsletter-options ul li input:checked + label:after {
  display: block;
}
.subscribe-to-newsletter form .form-submit {
  float: left;
  padding: 0 5px;
  width: 22%;
}
.subscribe-to-newsletter form .form-submit .button {
  display: block;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
}
.subscribe-to-newsletter form small {
  font-size: 14px;
  line-height: 20px;
  color: #FFF;
  text-align: right;
  display: block;
}
.subscribe-to-newsletter form small a {
  color: #FFF;
  text-decoration: underline;
}
.subscribe-to-newsletter form small a:hover, .subscribe-to-newsletter form small a:active, .subscribe-to-newsletter form small a:focus {
  color: #9CB931;
}
.subscribe-to-newsletter.options-showing {
  padding-bottom: 115px;
}
.subscribe-to-newsletter.options-showing .tailor-options-link svg.arrow-down {
  display: block;
}
.subscribe-to-newsletter.options-showing .tailor-options-link svg.arrow-up {
  display: none;
}
.subscribe-to-newsletter.options-showing .newsletter-options {
  display: block;
}

.subscribe-to-newsletter-success {
  background: #0F5C55;
  position: relative;
  border-radius: 26px;
  padding: 53px 70px 53px 70px;
}
.subscribe-to-newsletter-success h4 {
  font-size: 24px;
  line-height: 32px;
  float: left;
  max-width: 413px;
  color: #FFF;
  font-weight: 500;
}
.subscribe-to-newsletter-success .buttons {
  float: right;
  padding: 4px 0;
}
.subscribe-to-newsletter-success .buttons .button {
  margin: 0 0 0 20px;
}

@media all and (max-width: 1200px) and (min-width: 0px) {
  .subscribe-to-newsletter,
.subscribe-to-newsletter-success {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .subscribe-to-newsletter {
    padding: 40px 20px;
  }
  .subscribe-to-newsletter header {
    float: none;
    width: auto;
  }
  .subscribe-to-newsletter header .tailor-options-link {
    display: none;
  }
  .subscribe-to-newsletter form {
    float: none;
    width: auto;
  }
  .subscribe-to-newsletter form .tailor-options-link {
    display: block;
    margin: 0 0 26px 0;
    line-height: 28px;
  }
  .subscribe-to-newsletter form .tailor-options-link svg {
    top: 0px;
  }
  .subscribe-to-newsletter form .form-fields {
    margin: 0px;
  }
  .subscribe-to-newsletter form .form-field {
    float: none;
    width: auto;
    padding: 0 0 20px 0;
  }
  .subscribe-to-newsletter form .newsletter-options {
    position: relative;
    padding: 0px;
    bottom: auto;
    left: auto;
    margin: -10px 0 18px 0;
  }
  .subscribe-to-newsletter form .newsletter-options ul li {
    display: block;
    padding: 0 0 10px 0;
  }
  .subscribe-to-newsletter form .form-submit {
    float: none;
    width: auto;
    padding: 0px;
    margin: 0 0 20px 0;
  }
  .subscribe-to-newsletter form small {
    text-align: left;
    font-size: 12px;
    line-height: 20px;
  }
  .subscribe-to-newsletter-success {
    padding: 40px 20px;
    text-align: center;
  }
  .subscribe-to-newsletter-success h4 {
    float: none;
    max-width: none;
    margin: 0 0 20px 0;
  }
  .subscribe-to-newsletter-success .buttons {
    float: none;
    padding: 0px;
  }
  .subscribe-to-newsletter-success .buttons .button {
    margin: 0 10px;
  }
}
@media all and (max-width: 480px) and (min-width: 0px) {
  .subscribe-to-newsletter-success .buttons .button {
    display: block;
    margin: 0 0 10px 0;
  }
}
#page-banner {
  padding: 129px 0 50px 0;
}
#page-banner.blur {
  -webkit-filter: blur(10px);
  -moz-filter: blur(12px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  padding-top: 150px;
}
#page-banner .page-banner-image {
  height: 438px;
  border-radius: 26px;
  overflow: hidden;
  position: relative;
  background: none no-repeat center center;
  background-size: cover;
}
#page-banner .page-banner-image:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #000;
  opacity: 0.5;
  content: "";
  display: block;
}
#page-banner .page-banner-image .banner-text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-align: center;
  z-index: 2;
  padding: 0 100px;
}
#page-banner .page-banner-image .banner-text h1 {
  font-size: 56px;
  line-height: 68px;
  color: #FFF;
  font-weight: 600;
}
#page-banner .page-banner-image .banner-text p {
  padding: 30px 0 0 0;
  font-size: 14px;
  line-height: 18px;
  color: #D5D5D5;
  text-align: center;
}
#page-banner .page-banner-image .banner-text .button {
  margin: 40px auto 0 auto;
}
#page-banner .page-banner-image .banner-text .event-attending {
  display: inline-block;
  margin: 40px auto 0 auto;
}
#page-banner .page-banner-image .banner-text .event-attending span.attending-label,
#page-banner .page-banner-image .banner-text .event-attending span.plus-label {
  color: #FFF;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  #page-banner {
    padding: 70px 0 0 0;
  }
  #page-banner.blur {
    -webkit-filter: blur(10px);
    -moz-filter: blur(12px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
    padding-top: 100px;
  }
  #page-banner .container {
    margin: 0px;
  }
  #page-banner .page-banner-image {
    height: 438px;
    border-radius: 0px;
  }
  #page-banner .page-banner-image .banner-text {
    padding: 0px;
  }
  #page-banner .page-banner-image .banner-text h1 {
    font-size: 48px;
    line-height: 54px;
  }
  #page-banner .page-banner-image .banner-text .button,
#page-banner .page-banner-image .banner-text .event-attending {
    margin-top: 61px;
  }
}
.event-bar .event-bar-inner {
  display: flex;
  align-items: center;
}
.event-bar .event-bar-inner .event-bar-left {
  display: flex;
  width: calc(100% - 145px);
  align-items: center;
}
.event-bar .event-bar-inner .event-bar-left h4 {
  flex: none;
  font-size: 24px;
  line-height: 32px;
  padding: 9px 22px 9px 0;
  margin: 3px 0;
  border-right: 1px solid #DED9D0;
}
.event-bar .event-bar-inner .event-bar-left .event-bar-meta {
  padding: 12px 0 12px 30px;
}
.event-bar .event-bar-inner .event-bar-left .event-bar-meta .event-meta {
  display: inline-block;
  margin: 0 12px 0 0;
}
.event-bar .event-bar-inner .event-bar-button {
  width: 145px;
}

.event-mobile-book-now {
  display: none;
}

#page-banner .event-bar {
  min-height: 100px;
  background: #FFF;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  position: relative;
  z-index: 10;
  margin: -50px 70px 0 70px;
  padding: 22px 30px 22px 38px;
}
#page-banner #event-bar-placeholder {
  height: 100px;
  display: none;
  margin: -50px 0 0 0;
}

@media all and (min-width: 1024px) {
  body.fixed-header #page-banner .event-bar {
    position: fixed;
    bottom: 0px;
    left: 50%;
    width: 100%;
    border-radius: 10px 10px 0 0;
    margin: 0px;
    width: 1016px;
    transform: translateX(-50%);
  }
  body.fixed-header #page-banner #event-bar-placeholder {
    display: block;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .event-bar .event-bar-inner {
    display: block;
  }
  .event-bar .event-bar-inner .event-bar-left {
    width: auto;
  }
  .event-bar .event-bar-inner .event-bar-button {
    display: none;
  }
  .event-mobile-book-now {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 100;
    display: block;
  }
  .event-mobile-book-now .button {
    display: block;
    border-radius: 0px;
  }
  #page-banner .event-bar {
    min-height: 0px;
    padding: 10px 20px;
    margin: 0px;
    border-radius: 0px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .event-bar .event-bar-inner .event-bar-left {
    display: block;
  }
  .event-bar .event-bar-inner .event-bar-left h4 {
    padding: 0px;
    border: none;
    margin: 0 0 10px 0;
    float: none;
  }
  .event-bar .event-bar-inner .event-bar-left .event-bar-meta {
    padding: 0px;
  }
  #page-banner .event-bar {
    padding: 20px;
  }
}
.page-block-videos h2 {
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  margin: 0 0 50px 0;
}
.page-block-videos .videos {
  margin: 0 -15px -30px -15px;
}
.page-block-videos .videos section {
  width: 33.33%;
  float: left;
  padding: 0 15px 30px 15px;
}
.page-block-videos .videos section:nth-child(3n+1) {
  clear: left;
}
.page-block-videos .videos section .video-link {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 0 12px 0;
  padding-top: 65%;
  height: 0px;
}
.page-block-videos .videos section .video-link .video-link-image {
  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-videos .videos section .video-link .video-gradient {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, #000000 100%);
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  display: block;
  transition: 0.3s ease-in-out;
}
.page-block-videos .videos section .video-link .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  text-indent: -9999px;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  width: 50px;
  height: 50px;
  background: url(images/play-icon.svg) no-repeat;
}
.page-block-videos .videos section .video-link:hover .video-link-image, .page-block-videos .videos section .video-link:active .video-link-image, .page-block-videos .videos section .video-link:focus .video-link-image {
  transform: scale(1.2);
}
.page-block-videos .videos section .video-link:hover .video-gradient, .page-block-videos .videos section .video-link:active .video-gradient, .page-block-videos .videos section .video-link:focus .video-gradient {
  opacity: 0.5;
}
.page-block-videos .videos section .video-caption {
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  color: #323232;
  font-weight: 500;
}
.page-block-videos .videos section .video-caption .video-caption-logo {
  display: block;
  border-radius: 100%;
  background: #FFF;
  width: 41px;
  height: 41px;
  margin: 0 8px 0 0;
  float: left;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}
.page-block-videos .videos section .video-caption .video-caption-logo img {
  max-width: 70%;
  max-height: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
}
.page-block-videos .videos section .video-caption small {
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #878787;
  padding: 1px 0 0 0;
}

.page-block-video .container {
  padding: 0 170px;
}
.page-block-video .video-link {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 26px;
}
.page-block-video .video-link img {
  display: block;
  width: 100%;
  transition: 0.3s ease-in-out;
}
.page-block-video .video-link .video-gradient {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  display: block;
  transition: 0.3s ease-in-out;
}
.page-block-video .video-link .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  text-indent: -9999px;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  width: 50px;
  height: 50px;
  background: url(images/play-icon.svg) no-repeat;
}
.page-block-video .video-link:hover img, .page-block-video .video-link:active img, .page-block-video .video-link:focus img {
  transform: scale(1.2);
}
.page-block-video p {
  font-size: 16px;
  line-height: 19px;
  padding: 10px 0 0 0;
}

@media all and (max-width: 1200px) and (min-width: 0px) {
  .page-block-video .container {
    padding: 0 100px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-video .container {
    padding: 0;
  }
  .page-block-videos h2 {
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 20px 0;
  }
  .page-block-videos .videos section {
    width: 50%;
    float: left;
  }
  .page-block-videos .videos section:nth-child(3n+1) {
    clear: none;
  }
  .page-block-videos .videos section:nth-child(2n+1) {
    clear: left;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-videos .videos section {
    width: auto;
    float: none;
  }
}
.accordion section {
  position: relative;
  border-bottom: 1px solid #DED9D0;
}
.accordion section header {
  position: relative;
}
.accordion section header h4 {
  padding: 30px 80px 30px 0;
  font-size: 24px;
  line-height: 32px;
  color: #000;
  display: block;
  cursor: pointer;
  z-index: 1;
  font-weight: 500;
}
.accordion section header .open-accordion-panel {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
}
.accordion section header:focus-within h4 {
  color: #9CB931;
}
.accordion section header:hover h4 {
  color: #9CB931;
}
.accordion section header:before {
  width: 32px;
  height: 32px;
  background: url(images/accordion-plus.svg) no-repeat center center;
  position: absolute;
  top: 50%;
  right: 9px;
  margin: -16px 0 0 0;
  content: "";
  display: block;
}
.accordion section.active {
  z-index: 1;
  border-bottom: 1px solid #9CB931;
}
.accordion section.active header {
  border-top: 1px solid #9CB931;
}
.accordion section.active header:before {
  background-image: url(images/accordion-minus.svg);
}
.accordion section.active header h4 {
  color: #9CB931;
}
.accordion section article {
  display: none;
  padding: 0 0 1px 0;
}
.accordion section article p {
  font-size: 16px;
  line-height: 28px;
}

.page-block-accordion .container {
  padding: 0 100px 0 70px;
}

@media all and (min-width: 1024px) {
  .page-block-accordion .accordion-with-heading .accordion-heading {
    font-size: 32px;
    line-height: 42px;
    float: left;
    max-width: 295px;
    padding: 22px 0 0 0;
  }
  .page-block-accordion .accordion-with-heading .accordion {
    float: right;
    width: calc(100% - 424px);
  }
}
@media all and (max-width: 1200px) and (min-width: 0px) {
  .page-block-accordion .container {
    padding: 0px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .accordion section header {
    position: relative;
  }
  .accordion section header:before {
    width: 24px;
    height: 24px;
    background-size: 24px auto;
    right: 0px;
  }
  .accordion section header h4 {
    padding: 18px 50px 18px 0;
    font-size: 18px;
    line-height: 26px;
  }
  .page-block-accordion .accordion-heading {
    font-size: 28px;
    line-height: 38px;
    margin: 0 0 20px 0;
  }
  .page-block-accordion .container {
    padding: 0px;
  }
}
.page-block-member-types .container {
  padding: 0 100px;
}
.page-block-member-types h2 {
  font-size: 32px;
  line-height: 42px;
  margin: 0 0 86px 0;
  text-align: center;
}
.page-block-member-types .member-types {
  margin: 0 -15px -64px -15px;
  text-align: center;
}
.page-block-member-types .member-types section {
  padding: 0 15px 64px 15px;
  display: inline-block;
  width: 20%;
  text-align: center;
  vertical-align: top;
}
.page-block-member-types .member-types section .member-type-icon {
  display: block;
  margin: 0 auto 20px auto;
  border-radius: 100%;
  background: #075C55;
  position: relative;
  width: 104px;
  height: 104px;
}
.page-block-member-types .member-types section .member-type-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
}
.page-block-member-types .member-types section h5 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  margin: 0 10px;
}

@media all and (max-width: 1200px) and (min-width: 0px) {
  .page-block-member-types .container {
    padding: 0;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-member-types h2 {
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 30px 0;
  }
  .page-block-member-types .member-types section {
    width: 25%;
  }
  .page-block-member-types .member-types section h5 {
    margin: 0px;
    font-size: 18px;
    line-height: 26px;
  }
}
@media all and (max-width: 640px) and (min-width: 0px) {
  .page-block-member-types .member-types {
    margin: 0 -15px -32px -15px;
  }
  .page-block-member-types .member-types section {
    width: 50%;
    padding: 0 15px 32px 15px;
  }
  .page-block-member-types .member-types section .member-type-icon {
    margin-bottom: 10px;
  }
}
.page-block-screenshots-slider .screenshots-slider-outer {
  background: #F4F2EE;
  padding: 100px 0 100px 0;
}
.page-block-screenshots-slider .screenshots-slider-outer h2 {
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  margin: 0 0 70px 0;
}
.page-block-screenshots-slider .screenshots-slider-outer .screenshots-slider-wrapper .screenshots-slider-left {
  float: left;
  width: 460px;
  position: relative;
  z-index: 3;
  padding: 0 70px 90px 70px;
}
.page-block-screenshots-slider .screenshots-slider-outer .screenshots-slider-wrapper .screenshots-slider-left article h2,
.page-block-screenshots-slider .screenshots-slider-outer .screenshots-slider-wrapper .screenshots-slider-left article h3 {
  font-size: 24px;
  line-height: 32px;
  padding: 0px;
  margin: 0 0 20px 0;
}
.page-block-screenshots-slider .screenshots-slider-outer .screenshots-slider-wrapper .screenshots-slider-left article p {
  font-size: 18px;
  line-height: 28px;
  margin: 0px;
}
.page-block-screenshots-slider .screenshots-slider-outer .screenshots-slider-wrapper .screenshots-slider-left .screenshots-slider-nav {
  position: absolute;
  bottom: 0px;
  left: 70px;
}
.page-block-screenshots-slider .screenshots-slider-outer .screenshots-slider-wrapper .screenshots-slider-left .screenshots-slider-nav .button {
  width: 43px;
  height: 43px;
  padding: 0px;
  display: block;
  float: left;
  border-radius: 100%;
  margin: 0px;
}
.page-block-screenshots-slider .screenshots-slider-outer .screenshots-slider-wrapper .screenshots-slider-left .screenshots-slider-nav .button span {
  width: 39px;
  height: 39px;
  display: block;
  position: relative;
}
.page-block-screenshots-slider .screenshots-slider-outer .screenshots-slider-wrapper .screenshots-slider-left .screenshots-slider-nav .button svg {
  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-screenshots-slider .screenshots-slider-outer .screenshots-slider-wrapper .screenshots-slider-left .screenshots-slider-nav .screenshots-slider-nav-numbers {
  line-height: 43px;
  font-size: 18px;
  color: #9CB931;
  padding: 0 20px;
  letter-spacing: 0.5px;
  font-weight: 500;
  display: block;
  float: left;
}
.page-block-screenshots-slider .screenshots-slider-outer .screenshots-slider-wrapper .screenshots-slider-right {
  width: calc(100% - 460px);
  float: right;
  position: relative;
}
.page-block-screenshots-slider .screenshots-slider-outer .screenshots-slider-wrapper .screenshots-slider-right:before {
  content: "";
  background: #F4F2EE;
  position: absolute;
  top: -10px;
  left: -500%;
  width: 500%;
  height: calc(100% + 20px);
  display: block;
  z-index: 2;
  margin-left: -10px;
}
.page-block-screenshots-slider .screenshots-slider-outer .screenshots-slider-wrapper .screenshots-slider-right .screenshots-slider {
  position: relative;
  z-index: 1;
  margin: 0 -15px;
}
.page-block-screenshots-slider .screenshots-slider-outer .screenshots-slider-wrapper .screenshots-slider-right .screenshots-slider section {
  opacity: 0.5;
  float: left;
  padding: 0 15px;
  transition: 0.3s opacity;
}
.page-block-screenshots-slider .screenshots-slider-outer .screenshots-slider-wrapper .screenshots-slider-right .screenshots-slider section.slick-active {
  opacity: 1;
}
.page-block-screenshots-slider .screenshots-slider-outer .screenshots-slider-wrapper .screenshots-slider-right .screenshots-slider section img {
  display: block;
  border-radius: 10px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
}
.page-block-screenshots-slider .screenshots-slider-outer .screenshots-slider-wrapper .screenshots-slider-right .screenshots-slider section .screenshot-content {
  display: none;
}
.page-block-screenshots-slider .screenshots-slider-outer .get-involved {
  padding: 100px 132px 0 132px;
}
.page-block-screenshots-slider .screenshots-slider-outer .get-involved h4 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #0F5C55;
  padding: 12px 0;
  float: left;
}
.page-block-screenshots-slider .screenshots-slider-outer .get-involved .buttons {
  float: right;
  margin: 0 -20px 0 0;
}
.page-block-screenshots-slider .screenshots-slider-outer .get-involved .buttons .button {
  margin: 0 20px 0 0;
}

@media all and (max-width: 1200px) and (min-width: 0px) {
  .page-block-screenshots-slider .screenshots-slider-outer .screenshots-slider-wrapper .screenshots-slider-left {
    padding: 0 30px 90px 0;
  }
  .page-block-screenshots-slider .screenshots-slider-outer .screenshots-slider-wrapper .screenshots-slider-left .screenshots-slider-nav {
    left: 0px;
  }
  .page-block-screenshots-slider .screenshots-slider-outer .get-involved {
    padding: 50px 32px 0 32px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-screenshots-slider .screenshots-slider-outer {
    padding: 50px 0 50px 0;
  }
  .page-block-screenshots-slider .screenshots-slider-outer h2 {
    font-size: 28px;
    line-height: 36px;
    text-align: left;
    margin: 0 0 30px 0;
  }
  .page-block-screenshots-slider .screenshots-slider-outer .screenshots-slider-wrapper {
    position: relative;
    padding: 0 0 90px 0;
  }
  .page-block-screenshots-slider .screenshots-slider-outer .screenshots-slider-wrapper .screenshots-slider-left {
    position: absolute;
    bottom: 0px;
    left: 0px;
  }
  .page-block-screenshots-slider .screenshots-slider-outer .screenshots-slider-wrapper .screenshots-slider-left article {
    display: none;
  }
  .page-block-screenshots-slider .screenshots-slider-outer .screenshots-slider-wrapper .screenshots-slider-right {
    width: auto;
    float: none;
  }
  .page-block-screenshots-slider .screenshots-slider-outer .screenshots-slider-wrapper .screenshots-slider-right:before {
    display: none;
  }
  .page-block-screenshots-slider .screenshots-slider-outer .screenshots-slider-wrapper .screenshots-slider-right .screenshots-slider section img {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .page-block-screenshots-slider .screenshots-slider-outer .screenshots-slider-wrapper .screenshots-slider-right .screenshots-slider section article.screenshot-content {
    display: block;
    padding: 0 20px 0 0;
  }
  .page-block-screenshots-slider .screenshots-slider-outer .screenshots-slider-wrapper .screenshots-slider-right .screenshots-slider section article.screenshot-content h2,
.page-block-screenshots-slider .screenshots-slider-outer .screenshots-slider-wrapper .screenshots-slider-right .screenshots-slider section article.screenshot-content h3 {
    font-size: 24px;
    line-height: 32px;
    padding: 0px;
    margin: 0 0 20px 0;
  }
  .page-block-screenshots-slider .screenshots-slider-outer .screenshots-slider-wrapper .screenshots-slider-right .screenshots-slider section article.screenshot-content p {
    font-size: 16px;
    line-height: 26px;
    margin: 0px;
  }
  .page-block-screenshots-slider .screenshots-slider-outer .get-involved {
    padding: 50px 0 0 0;
  }
  .page-block-screenshots-slider .screenshots-slider-outer .get-involved h4 {
    float: none;
    margin: 0 0 10px 0;
  }
  .page-block-screenshots-slider .screenshots-slider-outer .get-involved .buttons {
    float: none;
  }
}
@media all and (max-width: 480px) and (min-width: 0px) {
  .page-block-screenshots-slider .screenshots-slider-outer .get-involved .buttons {
    margin: 0px;
  }
  .page-block-screenshots-slider .screenshots-slider-outer .get-involved .buttons .button {
    display: block;
    margin: 0 0 10px 0;
  }
}
.page-block-speakers-slider .speakers-slider-outer {
  background: #F4F2EE;
  padding: 100px 0 100px 0;
}
.page-block-speakers-slider .speakers-slider-outer h2 {
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  margin: 0 0 70px 0;
}
.page-block-speakers-slider .speakers-slider-outer .speakers-slider-wrapper .speakers-slider-left {
  float: left;
  width: 460px;
  position: relative;
  z-index: 3;
  padding: 0 70px 90px 70px;
}
.page-block-speakers-slider .speakers-slider-outer .speakers-slider-wrapper .speakers-slider-left article p {
  font-size: 18px;
  line-height: 28px;
  margin: 0px;
}
.page-block-speakers-slider .speakers-slider-outer .speakers-slider-wrapper .speakers-slider-left article header {
  margin: 0 0 20px 0;
}
.page-block-speakers-slider .speakers-slider-outer .speakers-slider-wrapper .speakers-slider-left article header .speaker-logo {
  display: block;
  width: 74px;
  height: 74px;
  background: #FFF;
  border-radius: 100%;
  margin: 0 26px 0 0;
  float: left;
  position: relative;
  overflow: hidden;
}
.page-block-speakers-slider .speakers-slider-outer .speakers-slider-wrapper .speakers-slider-left article header .speaker-logo img {
  max-width: 80%;
  max-height: 80%;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
}
.page-block-speakers-slider .speakers-slider-outer .speakers-slider-wrapper .speakers-slider-left article header h4 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  padding: 8px 0 0 0;
  margin: 0 0 5px 0;
}
.page-block-speakers-slider .speakers-slider-outer .speakers-slider-wrapper .speakers-slider-left article header p {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.44px;
}
.page-block-speakers-slider .speakers-slider-outer .speakers-slider-wrapper .speakers-slider-left .speakers-slider-nav {
  position: absolute;
  bottom: 0px;
  left: 70px;
}
.page-block-speakers-slider .speakers-slider-outer .speakers-slider-wrapper .speakers-slider-left .speakers-slider-nav .button {
  width: 43px;
  height: 43px;
  padding: 0px;
  display: block;
  float: left;
  border-radius: 100%;
  margin: 0px;
}
.page-block-speakers-slider .speakers-slider-outer .speakers-slider-wrapper .speakers-slider-left .speakers-slider-nav .button span {
  width: 39px;
  height: 39px;
  display: block;
  position: relative;
}
.page-block-speakers-slider .speakers-slider-outer .speakers-slider-wrapper .speakers-slider-left .speakers-slider-nav .button svg {
  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-speakers-slider .speakers-slider-outer .speakers-slider-wrapper .speakers-slider-left .speakers-slider-nav .speakers-slider-nav-numbers {
  line-height: 43px;
  font-size: 18px;
  color: #9CB931;
  padding: 0 20px;
  letter-spacing: 0.5px;
  font-weight: 500;
  display: block;
  float: left;
}
.page-block-speakers-slider .speakers-slider-outer .speakers-slider-wrapper .speakers-slider-right {
  width: calc(100% - 460px);
  float: right;
  position: relative;
}
.page-block-speakers-slider .speakers-slider-outer .speakers-slider-wrapper .speakers-slider-right:before {
  content: "";
  background: #F4F2EE;
  position: absolute;
  top: -10px;
  left: -500%;
  width: 500%;
  height: calc(100% + 20px);
  display: block;
  z-index: 2;
  margin-left: -10px;
}
.page-block-speakers-slider .speakers-slider-outer .speakers-slider-wrapper .speakers-slider-right .speakers-slider {
  position: relative;
  z-index: 1;
  margin: 0 -15px;
}
.page-block-speakers-slider .speakers-slider-outer .speakers-slider-wrapper .speakers-slider-right .speakers-slider section {
  opacity: 0.5;
  float: left;
  padding: 0 15px;
  transition: 0.3s opacity;
}
.page-block-speakers-slider .speakers-slider-outer .speakers-slider-wrapper .speakers-slider-right .speakers-slider section.slick-actual-active {
  opacity: 1;
}
.page-block-speakers-slider .speakers-slider-outer .speakers-slider-wrapper .speakers-slider-right .speakers-slider section .speaker-image {
  width: 100%;
  display: block;
  border-radius: 10px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
}
.page-block-speakers-slider .speakers-slider-outer .speakers-slider-wrapper .speakers-slider-right .speakers-slider section .speaker-content {
  display: none;
}

@media all and (max-width: 1200px) and (min-width: 0px) {
  .page-block-speakers-slider .speakers-slider-outer .speakers-slider-wrapper .speakers-slider-left {
    padding: 0 30px 90px 0;
  }
  .page-block-speakers-slider .speakers-slider-outer .speakers-slider-wrapper .speakers-slider-left .speakers-slider-nav {
    left: 0px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-speakers-slider .speakers-slider-outer {
    padding: 50px 0 50px 0;
  }
  .page-block-speakers-slider .speakers-slider-outer h2 {
    font-size: 28px;
    line-height: 36px;
    text-align: left;
    margin: 0 0 30px 0;
  }
  .page-block-speakers-slider .speakers-slider-outer .speakers-slider-wrapper {
    position: relative;
    padding: 0 0 90px 0;
  }
  .page-block-speakers-slider .speakers-slider-outer .speakers-slider-wrapper .speakers-slider-left {
    position: absolute;
    bottom: 0px;
    left: 0px;
  }
  .page-block-speakers-slider .speakers-slider-outer .speakers-slider-wrapper .speakers-slider-left article {
    display: none;
  }
  .page-block-speakers-slider .speakers-slider-outer .speakers-slider-wrapper .speakers-slider-right {
    width: auto;
    float: none;
  }
  .page-block-speakers-slider .speakers-slider-outer .speakers-slider-wrapper .speakers-slider-right:before {
    display: none;
  }
  .page-block-speakers-slider .speakers-slider-outer .speakers-slider-wrapper .speakers-slider-right .speakers-slider section.blank-slide {
    display: none !important;
  }
  .page-block-speakers-slider .speakers-slider-outer .speakers-slider-wrapper .speakers-slider-right .speakers-slider section .speaker-image {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .page-block-speakers-slider .speakers-slider-outer .speakers-slider-wrapper .speakers-slider-right .speakers-slider section article.speaker-content {
    display: block;
    padding: 0 20px 0 0;
  }
  .page-block-speakers-slider .speakers-slider-outer .speakers-slider-wrapper .speakers-slider-right .speakers-slider section article.speaker-content p {
    font-size: 16px;
    line-height: 26px;
    margin: 0px;
  }
  .page-block-speakers-slider .speakers-slider-outer .speakers-slider-wrapper .speakers-slider-right .speakers-slider section article.speaker-content header {
    margin: 0 0 20px 0;
  }
  .page-block-speakers-slider .speakers-slider-outer .speakers-slider-wrapper .speakers-slider-right .speakers-slider section article.speaker-content header .speaker-logo {
    display: block;
    width: 54px;
    height: 54px;
    background: #FFF;
    border-radius: 100%;
    margin: 0 16px 0 0;
    float: left;
    position: relative;
    overflow: hidden;
  }
  .page-block-speakers-slider .speakers-slider-outer .speakers-slider-wrapper .speakers-slider-right .speakers-slider section article.speaker-content header .speaker-logo img {
    max-width: 80%;
    max-height: 80%;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
  }
  .page-block-speakers-slider .speakers-slider-outer .speakers-slider-wrapper .speakers-slider-right .speakers-slider section article.speaker-content header h4 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    padding: 4px 0 0 0;
    margin: 0 0 0 0;
  }
  .page-block-speakers-slider .speakers-slider-outer .speakers-slider-wrapper .speakers-slider-right .speakers-slider section article.speaker-content header p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.44px;
  }
}
.page-block-image .container {
  padding: 0 170px;
}
.page-block-image img {
  display: block;
  width: 100%;
  border-radius: 26px;
}
.page-block-image p {
  font-size: 16px;
  line-height: 19px;
  padding: 10px 0 0 0;
}

@media all and (max-width: 1200px) and (min-width: 0px) {
  .page-block-image .container {
    padding: 0 100px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-image .container {
    padding: 0;
  }
}
.page-block-image-carousel .image-carousel {
  margin: 0 -15px;
}
.page-block-image-carousel .image-carousel section {
  width: 592px;
  padding: 0 15px;
  float: left;
  opacity: 0.5;
}
.page-block-image-carousel .image-carousel section.slick-active {
  opacity: 1;
}
.page-block-image-carousel .image-carousel section img {
  display: block;
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 10px;
}
.page-block-image-carousel .image-carousel section .image-caption {
  height: 63px;
  padding: 20px 50px 0 50px;
  text-align: center;
  position: relative;
}
.page-block-image-carousel .image-carousel section .image-caption p {
  font-size: 16px;
  font-style: italic;
  color: #000;
  line-height: 20px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.page-block-image-carousel .image-carousel .slick-arrow {
  z-index: 10;
  left: 50%;
  top: calc(100% + 10px);
  color: #9CB931;
  border-color: #9CB931;
  width: 43px;
  height: 43px;
  border-width: 3px;
  position: absolute;
}
.page-block-image-carousel .image-carousel .slick-arrow svg {
  width: 12px;
  height: 17px;
}
.page-block-image-carousel .image-carousel .slick-arrow.slick-prev {
  margin-left: -281px;
}
.page-block-image-carousel .image-carousel .slick-arrow.slick-next {
  margin-left: 238px;
}
.page-block-image-carousel .image-carousel .slick-arrow:hover, .page-block-image-carousel .image-carousel .slick-arrow:active, .page-block-image-carousel .image-carousel .slick-arrow:focus {
  color: #000;
  border-color: #000;
  background: transparent;
}

@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-image-carousel .image-carousel {
    margin: 0 -5px;
  }
  .page-block-image-carousel .image-carousel section {
    width: calc(100vw - 20px);
    padding: 0 5px;
  }
  .page-block-image-carousel .image-carousel .slick-arrow {
    width: 28px;
    height: 28px;
    border-width: 1px;
  }
  .page-block-image-carousel .image-carousel .slick-arrow svg {
    width: auto;
    height: auto;
  }
  .page-block-image-carousel .image-carousel .slick-arrow.slick-prev {
    margin-left: 0px;
    left: 20px;
  }
  .page-block-image-carousel .image-carousel .slick-arrow.slick-next {
    margin-left: 0px;
    left: auto;
    right: 20px;
  }
}
.page-block-image-slider .image-slider {
  position: relative;
}
.page-block-image-slider .image-slider section {
  position: relative;
  float: left;
  padding: 0px;
}
.page-block-image-slider .image-slider section img {
  width: 100%;
  display: block;
}
.page-block-image-slider .image-slider section .image-caption {
  height: 40px;
  text-align: center;
  position: relative;
}
.page-block-image-slider .image-slider section .image-caption p {
  font-size: 16px;
  line-height: 20px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.page-block-image-slider .image-slider .slick-arrow {
  left: 50%;
  color: #FFF;
  border-color: #FFF;
  z-index: 10;
  bottom: 90px;
  width: 43px;
  height: 43px;
  border-width: 3px;
}
.page-block-image-slider .image-slider .slick-arrow svg {
  width: 12px;
  height: 17px;
}
.page-block-image-slider .image-slider .slick-arrow.slick-prev {
  margin-left: -79px;
}
.page-block-image-slider .image-slider .slick-arrow.slick-next {
  margin-left: 35px;
}
.page-block-image-slider .image-slider .slick-arrow:hover, .page-block-image-slider .image-slider .slick-arrow:active, .page-block-image-slider .image-slider .slick-arrow:focus {
  color: #9CB931;
  border-color: #9CB931;
  background: transparent;
}
.page-block-image-slider .image-slider .image-slider-nav-numbers {
  display: block;
  position: absolute;
  width: 70px;
  bottom: 90px;
  line-height: 43px;
  font-size: 18px;
  letter-spacing: 0.5px;
  color: #FFF;
  z-index: 10;
  left: 50%;
  margin: 0 0 0 -35px;
  text-align: center;
}

@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-image-slider .image-slider .slick-arrow {
    width: 28px;
    height: 28px;
    border-width: 1px;
    bottom: 60px;
  }
  .page-block-image-slider .image-slider .slick-arrow svg {
    width: auto;
    height: auto;
  }
  .page-block-image-slider .image-slider .image-slider-nav-numbers {
    bottom: 60px;
    line-height: 28px;
  }
}
.page-block-event-schedule .container {
  padding: 0 70px;
}
.page-block-event-schedule .event-schedule {
  background-image: linear-gradient(146deg, rgba(156, 185, 49, 0.2) 0%, rgba(107, 167, 183, 0.2) 100%);
  border-radius: 26px;
  padding: 60px 228px 65px 228px;
}
.page-block-event-schedule .event-schedule h2 {
  font-size: 32px;
  line-height: 36px;
  margin: 0 0 35px 0;
  text-align: center;
}
.page-block-event-schedule .event-schedule table {
  width: 100%;
}
.page-block-event-schedule .event-schedule table tr td {
  border-bottom: 1px solid #DED9D0;
  padding: 22px 0;
  font-size: 18px;
  line-height: 28px;
  color: #000;
}
.page-block-event-schedule .event-schedule table tr td.cell-time {
  width: 198px;
  font-size: 24px;
  line-height: 42px;
  color: #9CB931;
  padding: 15px 0;
}
.page-block-event-schedule .event-schedule table tr:last-child td {
  border-bottom: none;
}

@media all and (max-width: 1200px) and (min-width: 0px) {
  .page-block-event-schedule .container {
    padding: 0;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-event-schedule .event-schedule {
    padding: 64px 32px 48px 32px;
  }
  .page-block-event-schedule .event-schedule h2 {
    font-size: 26px;
    line-height: 36px;
    margin: 0 0 20px 0;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-event-schedule .event-schedule {
    border-radius: 10px;
    padding: 32px 20px 24px 20px;
  }
  .page-block-event-schedule .event-schedule table tr td {
    padding: 6px 0;
    font-size: 14px;
    line-height: 22px;
  }
  .page-block-event-schedule .event-schedule table tr td.cell-time {
    padding: 8px 0;
    width: 120px;
    font-size: 16px;
    line-height: 22px;
  }
}
.page-block-venue .map-and-content {
  display: flex;
  padding: 0 70px;
}
.page-block-venue .map-and-content article {
  width: 58%;
  padding: 0 100px 0 0;
  margin: 0 0 -30px 0;
}
.page-block-venue .map-and-content article h1,
.page-block-venue .map-and-content article h2,
.page-block-venue .map-and-content article h3,
.page-block-venue .map-and-content article h4,
.page-block-venue .map-and-content article h5 {
  font-size: 32px;
  line-height: 42px;
  margin: 0 0 20px 0;
}
.page-block-venue .map-and-content article .address-point {
  padding: 20px 0 0 44px;
  background: url(images/icon-address-point.svg) no-repeat left 25px;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  max-width: 184px;
}
.page-block-venue .map-and-content .map-holder {
  width: 42%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.page-block-venue .map-and-content .map-holder .map-holder-inner {
  height: 276px;
  display: block;
}

@media all and (max-width: 1200px) and (min-width: 0px) {
  .page-block-venue .map-and-content {
    padding: 0;
  }
  .page-block-venue .map-and-content article {
    padding: 0 32px 0 0;
  }
  .page-block-venue .map-and-content article h1,
.page-block-venue .map-and-content article h2,
.page-block-venue .map-and-content article h3,
.page-block-venue .map-and-content article h4,
.page-block-venue .map-and-content article h5 {
    font-size: 26px;
    line-height: 38px;
    margin: 0 0 11px 0;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-venue .map-and-content {
    display: block;
  }
  .page-block-venue .map-and-content article {
    width: auto;
    padding: 0 0 32px 0 !important;
    margin: 0px;
  }
  .page-block-venue .map-and-content article .address-point {
    padding: 0px 0 0 44px;
    background-position: left 5px;
  }
  .page-block-venue .map-and-content .map-holder {
    width: auto;
    padding: 0px;
  }
}
.page-block-packages .packages-inner {
  background: #F4F2EE;
  padding: 100px 0;
}
.page-block-packages h2 {
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  margin: 0 0 50px 0;
}
.page-block-packages .packages {
  margin: 0 -15px -30px -15px;
  text-align: center;
}
.page-block-packages .packages section {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 0 15px 30px 15px;
}
.page-block-packages .packages section .package-box {
  background: #FFF;
  border-radius: 26px;
  padding: 60px 30px 50px 30px;
}
.page-block-packages .packages section .package-box h4 {
  font-size: 32px;
  line-height: 36px;
  margin: 0 0 15px 0;
}
.page-block-packages .packages section .package-box h5 {
  font-size: 24px;
  line-height: 42px;
  color: #9CB931;
  font-weight: normal;
  margin: 0 0 30px 0;
}
.page-block-packages .packages section .package-box p {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 31px 0;
}
.page-block-packages .packages section .package-box .button {
  margin: 0 auto;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-packages .packages-inner {
    padding: 50px 0;
  }
  .page-block-packages h2 {
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 30px 0;
  }
  .page-block-packages .packages {
    margin: 0 0 -20px 0;
  }
  .page-block-packages .packages section {
    display: block;
    width: auto;
    float: none;
    padding: 0 0 20px 0;
  }
  .page-block-packages .packages section .package-box {
    border-radius: 10px;
    padding: 30px 20px;
  }
  .page-block-packages .packages section .package-box h4 {
    font-size: 26px;
    line-height: 32px;
  }
  .page-block-packages .packages section .package-box h5 {
    font-size: 18px;
    line-height: 36px;
    margin: 0 0 20px 0;
  }
  .page-block-packages .packages section .package-box p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 31px 0;
  }
}
.blog-meta {
  position: relative;
  padding: 50px 0 65px 0;
}
.blog-meta .container {
  border-top: 1px solid #0F5C55;
  padding: 12px 0 0 0;
}
.blog-meta .blog-author {
  display: block;
  float: left;
  width: 70%;
  overflow: hidden;
}
.blog-meta .blog-author img {
  display: block;
  width: 41px;
  height: 41px;
  margin: 0 10px 0 0;
  float: left;
  border-radius: 100%;
}
.blog-meta .blog-author h6 {
  font-size: 16px;
  line-height: 20px;
  color: #323232;
  margin: 0 0 1px 0;
  font-weight: 500;
}
.blog-meta .blog-author small {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #878787;
}
.blog-meta .blog-date {
  float: right;
  width: 30%;
  text-align: right;
  font-size: 14px;
  line-height: 14px;
  padding: 13px 0 0 0;
}

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

.under-banner-blog-meta {
  margin: -22px 0 0 0;
}
.under-banner-blog-meta .back-link {
  position: relative;
  padding: 2px 0 0 20px;
  font-size: 16px;
  line-height: 20px;
  color: #464D57;
  display: block;
  float: left;
}
.under-banner-blog-meta .back-link svg {
  position: absolute;
  top: 1px;
  left: 0px;
}
.under-banner-blog-meta .back-link:hover, .under-banner-blog-meta .back-link:active, .under-banner-blog-meta .back-link:focus {
  color: #9CB931;
}
.under-banner-blog-meta .share-links {
  float: right;
  line-height: 24px;
  font-size: 16px;
}
.under-banner-blog-meta .share-links span {
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  vertical-align: top;
}
.under-banner-blog-meta .share-links a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 20px;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .under-banner-blog-meta {
    margin: 0 0 0 0;
    padding: 30px 0 0 0;
  }
}
.load-more {
  text-align: center;
  padding: 32px 0 0 0;
}

.page-block-blog {
  padding-top: 10px;
  padding-bottom: 0px;
}
.page-block-blog header {
  text-align: center;
  padding: 0 0 60px 0;
}
.page-block-blog header .buttons .button {
  margin: 0 10px;
}
.page-block-blog header .buttons .button.active {
  background: #000;
  color: #FFF;
}
.page-block-blog .blog-cards {
  margin: 0 -15px;
}
.page-block-blog .blog-cards section {
  float: left;
  width: 33.33%;
  padding: 0 15px 30px 15px;
}
.page-block-blog .blog-cards section:nth-child(3n+1) {
  clear: left;
}
.page-block-blog .load-more {
  padding: 30px 0 0 0;
}

.blog-cards {
  margin: 0 -15px;
}
.blog-cards section {
  float: left;
  width: 33.33%;
  padding: 0 15px 30px 15px;
}
.blog-cards section:nth-child(3n+1) {
  clear: left;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-blog {
    padding: 30px 0 0 0;
  }
  .page-block-blog header {
    padding: 0 0 20px 0;
  }
  .page-block-blog header .buttons .button {
    margin: 0 5px 10px 5px;
  }
  .page-block-blog .blog-cards section {
    width: 50%;
  }
  .page-block-blog .blog-cards section:nth-child(3n+1) {
    clear: none;
  }
  .page-block-blog .blog-cards section:nth-child(2n+1) {
    clear: left;
  }
  .blog-cards section {
    width: 50%;
  }
  .blog-cards section:nth-child(3n+1) {
    clear: none;
  }
  .blog-cards section:nth-child(2n+1) {
    clear: left;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-blog header {
    overflow: hidden;
    margin: 0 -20px;
    padding: 0px;
  }
  .page-block-blog header .buttons {
    display: flex;
    width: 100% !important;
    overflow: hidden;
    float: left;
    position: relative;
    overflow-x: auto !important;
    padding: 0 16px 20px 16px;
  }
  .page-block-blog header .buttons .button {
    display: block;
    float: none;
    flex-shrink: 0;
  }
}
@media all and (max-width: 680px) and (min-width: 0px) {
  .page-block-blog .blog-cards {
    margin: 0px;
  }
  .page-block-blog .blog-cards section {
    width: auto;
    float: none;
    padding: 0 0 20px 0;
  }
}
.page-block-content-four-oh-four {
  padding: 200px 0 100px 0;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-content-four-oh-four {
    padding: 170px 0 100px 0;
  }
}
.add-to-cart-modal, .cart-modal {
  position: fixed;
  border-radius: 20px 0 0 20px;
  padding: 30px;
  right: -550px;
  top: 0;
  height: 100vh;
  width: 100%;
  max-width: 500px;
  z-index: 99999;
  background-color: white;
  box-shadow: 0px 1px 23px 2px rgba(0, 0, 0, 0.31);
  transition: right 0.4s ease-out;
}
.add-to-cart-modal.active, .cart-modal.active {
  right: 0px;
}
.add-to-cart-modal .header, .cart-modal .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 16px 0;
}
.add-to-cart-modal .close-add-to-cart-modal, .cart-modal .close-add-to-cart-modal {
  cursor: pointer;
}
.add-to-cart-modal .close-cart-modal, .cart-modal .close-cart-modal {
  cursor: pointer;
}
.add-to-cart-modal h2, .cart-modal h2 {
  text-align: left;
  font-size: 24px;
  line-height: 46px;
}
.add-to-cart-modal h3, .cart-modal h3 {
  text-align: left;
  font-size: 18px;
  margin: 0 0 8px 0;
}
.add-to-cart-modal h4, .cart-modal h4 {
  color: #9CB931;
  text-align: left;
  font-size: 20px;
  line-height: 46px;
}
.add-to-cart-modal .details, .cart-modal .details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.add-to-cart-modal .details-image, .cart-modal .details-image {
  width: 30%;
}
.add-to-cart-modal .details-content, .cart-modal .details-content {
  text-align: left;
  width: 65%;
}
.add-to-cart-modal p, .cart-modal p {
  text-align: left;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 24px;
}
.add-to-cart-modal p a:not(.button), .cart-modal p a:not(.button) {
  color: #9CB931;
  text-decoration: underline;
}
.add-to-cart-modal p.bold, .cart-modal p.bold {
  font-weight: 600;
  font-size: 16px;
}
.add-to-cart-modal hr, .cart-modal hr {
  margin: 24px 0;
  height: 1px;
  background-color: #DED9D0;
  border: none;
}
.add-to-cart-modal .button, .cart-modal .button {
  width: 100%;
}
.add-to-cart-modal .woocommerce-variation, .cart-modal .woocommerce-variation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.add-to-cart-modal ins, .cart-modal ins {
  text-decoration: none;
}
.add-to-cart-modal .woovr-variation, .cart-modal .woovr-variation {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.add-to-cart-modal .woovr-variations, .cart-modal .woovr-variations {
  padding: 0;
  margin-bottom: 24px;
}
.add-to-cart-modal .woovr-variation-info, .cart-modal .woovr-variation-info {
  display: flex;
  align-items: center;
}
.add-to-cart-modal .woovr-variation-info .woovr-variation-name, .cart-modal .woovr-variation-info .woovr-variation-name {
  font-weight: 600;
  margin-right: 12px;
}
.add-to-cart-modal input[type=radio], .cart-modal input[type=radio] {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  border: 2px solid #000;
  margin: 0;
  margin-top: 3px;
  margin-right: 10px;
}
.add-to-cart-modal input[type=radio]:checked, .cart-modal input[type=radio]:checked {
  background-color: #9CB931;
}

.woovr-variation-selector {
  display: inline-block;
}

.woovr-variations .woovr-variation > div {
  padding: 0 !important;
  width: auto;
}

.woovr-active.woovr-show-price form.variations_form .single_variation .woocommerce-variation-price {
  display: inline-block !important;
}

.woocommerce-mini-cart__empty-message {
  font-size: 32px !important;
  font-weight: 600 !important;
  line-height: 36px !important;
  color: #000000;
  margin-bottom: 60px !important;
}

.cart-empty-button-first {
  margin-bottom: 16px;
}

.woocommerce-mini-cart__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px !important;
}
.woocommerce-mini-cart__total strong {
  font-weight: normal;
}

.woocommerce-mini-cart-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 12px;
}
.woocommerce-mini-cart-item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.woocommerce-mini-cart-item-top {
  text-align: left;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.woocommerce-mini-cart-item-top span:first-child {
  width: 70%;
}

.woocommerce-mini-cart-item-bottom {
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.woocommerce-mini-cart-item-bottom span:first-child {
  width: 70%;
}

.mini-cart-image {
  width: 28%;
}

.mini-cart-content {
  width: 68%;
}

.mini-cart-item-qty {
  color: #737373;
  font-size: 14px;
}

.mini-cart-item-remove {
  font-size: 14px;
}

.woocommerce {
  padding: 78px 0 50px 0;
  position: relative;
}
@media all and (min-width: 768px) {
  .woocommerce {
    padding: 169px 0 50px 0;
  }
}
.woocommerce:before {
  position: absolute;
  top: 300px;
  left: 0px;
  height: calc(100% + 50px);
  width: 100%;
  content: "";
  display: block;
  z-index: -1;
  background: url(images/page-back.svg) no-repeat center top;
}

.woocommerce-account-layout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 0;
}
@media all and (min-width: 768px) {
  .woocommerce-account-layout {
    flex-wrap: nowrap;
  }
}

.woocommerce-account-layout-nav {
  width: 100%;
}
@media all and (min-width: 768px) {
  .woocommerce-account-layout-nav {
    width: 30%;
    order: 1;
  }
}
.woocommerce-account-layout-nav h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 24px;
}

.woocommerce-MyAccount-navigation ul li:not(:last-of-type) {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d6cec0;
}
.woocommerce-MyAccount-navigation ul li a {
  font-size: 16px;
  color: #000;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #9CB931;
  font-weight: 600;
}

.woocommerce-account-layout-content {
  width: 100%;
  margin-bottom: 40px;
}
@media all and (min-width: 768px) {
  .woocommerce-account-layout-content {
    width: 60%;
    margin-bottom: 0;
    order: 2;
  }
}

.woocommerce-my-account-nav {
  background-color: #F4F2EE;
  border-radius: 26px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
  padding: 30px;
}

.woocommerce-account-upgrade {
  background-color: #f1f5e0;
  border-radius: 26px;
  padding: 30px;
  text-align: center;
  margin-top: 40px;
}
.woocommerce-account-upgrade p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 24px;
}
.woocommerce-account-upgrade a {
  width: 100%;
}

.account-welcome {
  font-size: 26px;
  line-height: 42px;
  font-weight: 600;
  color: #000;
  margin-bottom: 32px;
}

.account-title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}

.account-sub-title {
  font-size: 26px;
  line-height: 42px;
  font-weight: 600;
  color: #000;
  margin-bottom: 16px;
}

.account-content {
  margin-bottom: 60px;
}
.account-content p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
}
.account-content h2 {
  margin-bottom: 20px;
}

.account-section {
  background-color: #FFFFFF;
  border-radius: 26px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
  padding: 40px;
  margin-bottom: 40px;
}
.account-section h3, .account-section .wc_payment_method > label {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 24px;
  color: #000 !important;
  display: block;
}
.account-section .account-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.account-section .account-section-header h3 {
  margin-bottom: 0;
}
.account-section .table-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-radius: 8px;
}
.account-section .table-row.bg {
  background: #F4F2EE;
}
.account-section input {
  border: 1px solid #BFBFBF !important;
  border-radius: 8px !important;
}
.account-section .woocommerce-billing-fields__field-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.account-section .woocommerce-billing-fields__field-wrapper abbr {
  display: none !important;
}
.account-section p.form-row {
  margin-bottom: 24px;
}
.account-section p.form-row label {
  font-size: 16px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 8px;
}
.account-section p.form-row label .extra-text {
  float: right;
  display: inline-block;
  font-weight: normal;
}

.account-form-2-col {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.account-form-2-col p {
  width: 48%;
}

.account-order-total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.account-order-row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid #ddd;
}
.account-order-row > img {
  width: 20%;
  border-radius: 12px;
  margin-right: 20px;
}
.account-order-row .content {
  width: calc(50% - 20px);
  font-size: 16px;
  font-weight: 600;
  color: #000000 !important;
}
.account-order-row .content span {
  color: #737373;
  font-size: 14px;
  display: block;
  margin-top: 8px;
  font-weight: normal;
}
.account-order-row .total {
  text-align: right;
  width: 30%;
  font-size: 16px;
  font-weight: 600;
  color: #000000 !important;
}

.account-notice-under-section {
  text-align: center;
}

.woocommerce-thank-you {
  display: flex;
  justify-content: space-between;
}
.woocommerce-thank-you .left {
  width: 100%;
}
@media all and (min-width: 768px) {
  .woocommerce-thank-you .left {
    width: 60%;
  }
}
.woocommerce-thank-you .right {
  width: 100%;
}
@media all and (min-width: 768px) {
  .woocommerce-thank-you .right {
    width: 30%;
  }
}

.woocommerce-thank-you-notice {
  background-color: #075C55;
  border-radius: 26px;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  color: #75C862;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 50px;
}

.woocommerce-thank-you-container h1 {
  text-align: center;
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
  width: 100%;
  margin: 0 auto 20px;
}
@media all and (min-width: 768px) {
  .woocommerce-thank-you-container h1 {
    width: 60%;
  }
}
.woocommerce-thank-you-container p {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  margin: 0 auto 70px;
}

.woocommerce-payment-details {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  font-size: 16px;
  line-height: 24px;
}
.woocommerce-payment-details .left {
  width: 100%;
  margin-bottom: 30px;
}
@media all and (min-width: 768px) {
  .woocommerce-payment-details .left {
    width: 48%;
    margin-bottom: 0;
  }
}
.woocommerce-payment-details .right {
  width: 100%;
}
@media all and (min-width: 768px) {
  .woocommerce-payment-details .right {
    width: 48%;
  }
}

.checkout-layout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.checkout-layout .left {
  width: 100%;
}
@media all and (min-width: 768px) {
  .checkout-layout .left {
    width: 55%;
  }
}
.checkout-layout .right {
  width: 100%;
}
@media all and (min-width: 768px) {
  .checkout-layout .right {
    width: 40%;
  }
}

#stripe-payment-data p {
  display: none;
}

.wc-credit-card-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.wc-credit-card-form label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  display: inline-block;
  color: #000 !important;
}
.wc-credit-card-form .form-row:first-of-type {
  grid-column: 1/span 2;
}

.woocommerce-privacy-policy-text p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}

.dont-close-warning {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}

button#place_order {
  width: 100%;
}

#order_review_heading {
  margin: 24px 0 48px;
  font-size: 24px;
}

.account-card {
  background-color: #ffffff;
  border-radius: 26px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
  padding: 30px;
}

.popup {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(70, 77, 87, 0.9);
  top: 0;
  left: 0;
  display: none;
  z-index: 999999;
  text-align: left;
  color: #000;
  overflow-y: auto;
}
.popup.active {
  display: block;
}
.popup .popup-inner {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-image: linear-gradient(146.55deg, #edf1d6 0%, #e4eef1 100%);
  border-radius: 26px;
  width: 90%;
  max-width: 900px;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.popup .popup-inner.small {
  max-width: 600px;
}
@media all and (min-width: 768px) {
  .popup .popup-inner {
    flex-wrap: nowrap;
    left: 50%;
    transform: translateX(-50%);
    padding: 40px;
  }
}
.popup .popup-inner .close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.popup .left {
  width: 100%;
  margin-bottom: 30px;
}
@media all and (min-width: 768px) {
  .popup .left {
    width: 48%;
    margin-bottom: 0;
  }
}
.popup .right {
  width: 100%;
  border-radius: 26px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  padding: 30px 25px;
}
@media all and (min-width: 768px) {
  .popup .right {
    width: 48%;
  }
}
@media all and (min-width: 768px) {
  .popup .right {
    padding: 40px 35px;
  }
}
.popup .content .features ul {
  list-style: none;
  margin-left: 0;
}
.popup .content .features ul li {
  padding: 10px 0 10px 24px;
  margin-bottom: 24px;
  font-size: 16px;
  color: #000000;
  line-height: 26px;
}
.popup .content .features ul li.membership-option-feature-icon-tick {
  background: url(images/icon-tick.png) no-repeat left 12px;
  background-size: 20px auto;
}
.popup .content .features ul li.membership-option-feature-icon-star {
  background: url(images/icon-star.png) no-repeat left 11px;
  background-size: 20px auto;
}
.popup .button.membership {
  margin-top: 24px;
}
.popup h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
  text-align: left;
  margin-bottom: 24px;
}
.popup h4 {
  color: #9CB931;
  font-size: 24px;
  line-height: 42px;
  margin-bottom: 24px;
  font-weight: normal;
}
.popup h4.no-mb {
  margin-bottom: 0;
}
.popup h4.bold {
  font-weight: 600;
}
.popup p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 24px;
}
.popup ul:not(.errors) {
  display: block;
  list-style: disc;
  margin-left: 30px;
  margin-bottom: 40px;
}
.popup ul:not(.errors) li {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.6;
}
.popup ul.errors {
  margin-bottom: 24px;
  padding: 16px;
  color: #842029;
  background-color: #f8d7da;
  border: 1px solid #f5c2c7;
  border-radius: 8px;
  display: none;
}
.popup ul.errors.active {
  display: block;
}
.popup ul.errors li {
  font-size: 16px;
}
.popup ul.errors li:not(:first-of-type) {
  margin-top: 12px;
}
.popup .success {
  display: none;
  margin-bottom: 24px;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
  border-radius: 8px;
  padding: 16px;
}
.popup .success.active {
  display: block;
}
.popup h5 {
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}
.popup .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 0;
}
.popup textarea, .popup input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border: 1px solid #BFBFBF;
  border-radius: 8px;
}
.popup .gform_wrapper.gravity-theme .ginput_complex label, .popup .gform_wrapper.gravity-theme .ginput_complex legend {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  line-height: 28px;
  display: block;
  margin: 0 0 6px 0;
  padding: 0px;
}
.popup .gform_wrapper.gravity-theme .field_sublabel_above .gfield_description {
  margin-top: 0;
}
.popup .gfield_description {
  margin-top: 6px !important;
}
.popup .gform_wrapper.gravity-theme .ginput_complex {
  display: block;
}
.popup .gfield_consent_label {
  font-size: 12px;
  line-height: 14px;
  color: #737373;
}
.popup .ginput_container_consent {
  display: flex;
  align-items: center;
}
.popup .ginput_container_consent input {
  margin: 0 !important;
  margin-right: 5px !important;
}
.popup .gform_wrapper.gravity-theme .gform_footer input {
  width: 100%;
}
.popup .gform_validation_errors {
  display: none;
}
.popup .gform_required_legend {
  display: none;
}

.custom-form {
  text-align: left;
}
.custom-form .row {
  margin-bottom: 24px;
}
.custom-form label {
  font-size: 16px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 12px;
}
.custom-form input[type=text], .custom-form input[type=password] {
  border: 1px solid #BFBFBF;
  border-radius: 8px;
}
.custom-form button {
  margin-bottom: 30px;
}
.custom-form .links {
  text-align: center;
}
.popup ul:not(.errors) {
    margin-left: 0px !important;
}
.popup ul:not(.errors) li {
    list-style: none;
}
.social-links a:hover svg #Artboard {
	fill: #9CB931;
}

#site-header .container nav ul > li.nav-events > a:after,
#site-header .container nav ul > li.menu-item-has-children > a:after {
	content: '';
    display: inline-flex;
    background: url(images/dropdown-arrow.svg) no-repeat center;
    background-size: contain;
    width: 12px;
    height: 9px;
    margin-left: 4px;
    vertical-align: middle;
    margin-top: -2px;
    transition: all 0.3s ease-out;
}
#site-header .container nav ul > li.nav-events.current-menu-item > a:after,
#site-header .container nav ul > li.current-menu-ancestor > a:after {
	background: url(images/dropdown-arrow-hover.svg) no-repeat center;
    background-size: contain;
}
#site-header .container nav ul > li.nav-events.current-menu-item:hover > a:after{
	transform: rotate(-180deg);
}
#site-header .container nav ul > li.nav-events:hover > a:after {
	background: url(images/dropdown-arrow-hover.svg) no-repeat center;
    background-size: contain;
}
#site-header .container nav ul > li.menu-item-has-children:hover > a:after {
	background: url(images/dropdown-arrow-hover.svg) no-repeat center;
    background-size: contain;
    transform: rotate(-180deg);
}
#site-header .container nav ul > li > ul {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    margin: 0px;
    min-width: 200px;
    width: 100%;
    background-color: #F4F2EE;
    padding: 23px;
    box-shadow: inset 0px 4px 7px 0 rgba(0, 0, 0, 0.2);
    list-style-type: none;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    transition: all 0.35s;
}
#site-header .container nav ul > li:hover > ul{
    top: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    height: auto;
    display: block;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
#site-header .container nav ul > li li {
    padding: 0px 0;
    margin: 0 22px;
}
#site-header .container nav ul > li li a {
    position: relative;
    display: inline-block;
    color: #000000;
    font-size: 16px;
  	line-height: 42px;
    letter-spacing: 0em;
    font-weight: 400;
    text-decoration: none;
    padding: 0px 0;
}
#site-header .container nav ul > li li:hover a,
#site-header .container nav ul > li li.current-menu-item a {
    color: #9CB931;
}
.mm-menu_theme-black {
    --mm-color-border: #000;
    --mm-color-button: #000;
    --mm-color-text: #000;
    --mm-color-text-dimmed: #000;
    --mm-color-background: #F4F2EE;
    --mm-color-background-highlight: #000;
    --mm-color-background-emphasis: #000;
    --mm-shadow: none;
}
.mm-navbar,
.mm-panel {
    border-color: #000000 !important;
    color: #000000 !important;
    background: #F4F2EE !important;
    border-color: #000000!important;
    color:#000000 !important;
}
.mm-panels {
	background: #F4F2EE !important;
}
.mm-navbar {
	border-bottom: none!important;
    text-align: left;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
}
#menu-main-menu-1 li a {
	color: #000000 !important;
    font-size: 38px;
    line-height: 54px;
    font-weight: 600;
    text-align: left;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}
.sub-menu.mm-listview li a {
	color: #000000 !important;
    font-size: 24px;
    line-height: 42px;
    font-weight: 400;
}
.mm-btn:after, .mm-btn:before {
    border: 3px solid #000000!important;
    width: 12px;
    height: 12px;
}
.mm-btn_next:after, .mm-btn_prev:before {
    border-bottom: none !important;
    border-right: none !important;
}
.mm-listitem  {
	display: block!important;
    text-align: left!important;
}
.mm-navbars_bottom .mm-navbar {
	display: flex;
    gap: 10px;
    padding-bottom: 20px;
    background-image: url(images/footer.svg) !important;
    background-size: cover !important;
    background-repeat: repeat-x !important;
    background-position: center top !important;
    padding-top: 121px;
}

.mm-navbars_bottom .mm-navbar .container {
	width: 100%;
}
.mm-navbars_bottom .mm-navbar .mobile-nav-buttons-inner {
	width: 100%;
    display: flex;
    gap: 10px;
}
.mm-navbars_bottom .mm-navbar:first-child {
    border-top: 0px solid var(--mm-color-border)!important;
}
.mm-navbars_bottom .button {
	width: 50%;
}

@media (max-width: 1199px) {
	#site-header .container nav  ul > li {
        padding: 0 9px;
    }
    #site-header .container .logo img {
        width: 200px;
    }
    #site-header .container .header-buttons .button {
        padding: 16px 17px;
        white-space: nowrap;
    }
}
@media (min-width: 1024px) {
    #nav-mobile {
        display: none;
    }
}
@media (max-width: 1023px) {
	.mm-wrapper_opening #site-header {
    	z-index: 1;
    }
    
    .mm-menu_fullscreen.mm-menu_position-bottom {
        height: calc(100vh - 84px) !important;
        top: 84px;
    }
    .logged-in.admin-bar  .mm-menu_fullscreen.mm-menu_position-bottom {
        height: calc(100vh - 129px) !important;
        top: 129px;
    }
	#site-header .container .logo img {
        height: 38px;
        width: auto;
    }
    #site-header .container {
        padding: 0px;
        display: block;
    }
    #mobile-nav .mobile-nav-inner .mobile-nav-events {
        padding-top: 30px;
    }
    #mobile-nav .mobile-nav-inner nav ul ul {
    	display: none;
    }
    .old-event-snippet-cards ul.sub-menu {
        width: 100%;
        display: block;
        padding: 0;
       	margin: 0;
    }
    .old-event-snippet-cards ul.sub-menu li {
        padding: 9px 0;
        margin: 0;
        display: block;
    }
    .old-event-snippet-cards ul.sub-menu a {
        padding: 0px 0;
        margin: 0;
        font-size: 24px;
        line-height: 42px;
        font-weight: 400;
        text-transform: initial;
        color: #000000;
        position: relative;
        display: block;
        text-decoration: none;
    }
    .old-event-snippet-cards ul.sub-menu li.current_page_item a{
        color: #9CB931;
    }
    #mobile-nav .mobile-nav-inner .mobile-nav-events h5 {
    	font-size: 18px;
        line-height: 26px;
        font-weight: 600;
        color: #000000;
    }
    #mobile-nav .mobile-nav-inner .mobile-nav-events .mobile-nav-back-link {
        margin: 0 0 27px 0;
        background-size: 12px;
    }
	.menu-icon {
        display: block;
        width: 30px;
        height: 25px;
        margin: 4px 0 0 0;
        background: url(images/toggle-nav.svg) no-repeat center center;
        float: right;
    }
    .mm-wrapper_opening .menu-icon {
    	background-image: url(images/close-mobile-nav.svg);
    }
    .old-event-snippet-cards section {
        float: unset;
        width: 100%;
        padding: 15px 22px;
        display: flex;
        margin: auto;
    }
}


#events-dropdown {
  background: #F4F2EE;
  box-shadow: 0 4px 12px 0 rgba(0,0,0,0.10);
  padding: 160px 0 84px 0;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 99;
  display: none;
}
  #events-dropdown .events-dropdown {
    display: flex;
    width: 100%;
  }
    #events-dropdown .events-dropdown-left {
      width: 365px;
      padding: 27px 0 0 0;
    }
      #events-dropdown .events-dropdown-left .button { display: block; }
      #events-dropdown .events-dropdown-left .upcoming-events {
        background: #0F5C55;
        border-radius: 8px;
        padding: 34px 40px 36px 40px;
        margin: 0 0 24px 0;
      }
        #events-dropdown .events-dropdown-left .upcoming-events .upcoming-events-heading {
          font-size: 28px;
          line-height: 36px;
          color: #FFF;
          display: block;
          margin: 0 0 12px 0;
          font-weight: 500;
        }
        #events-dropdown .events-dropdown-left .upcoming-events .upcoming-events-intro {
          font-size: 16px;
          line-height: 28px;
          color: #FFF;
          display: block;
          margin: 0 0 40px 0;
        }
    #events-dropdown .events-dropdown-right {
      padding: 0 0 0 30px;
    }
      #events-dropdown .events-dropdown-right p {
        font-size: 14px;
        line-height: 14px;
        font-weight: 500;
        margin: 0 0 13px 0;
        color: #000;
      }
      #events-dropdown .events-dropdown-right a {
        display: flex;
        align-items: center;
        margin: 0 0 8px 0;
        background-color: #FFFFFF;
        border: 1px solid #FFF;
        border-radius: 8px;
        padding: 4px 24px 4px 4px;
      }
        #events-dropdown .events-dropdown-right a .event-dropdown-event-image {
          display: block;
          width: 84px;
          height: 63px;
          background: none no-repeat center center;
          background-size: cover;
        }
        #events-dropdown .events-dropdown-right a .event-dropdown-event-content {
          padding: 0 0 0 16px;
        }
          #events-dropdown .events-dropdown-right a .event-dropdown-event-content .event-dropdown-event-title {
            display: block;
            font-size: 16px;
            line-height: 26px;
            transition: .3s;
            font-weight: 500;
            color: #000;
          }
          #events-dropdown .events-dropdown-right a .event-dropdown-event-content .event-dropdown-event-meta {
            display: block;
            font-size: 12px;
            line-height: 18px;
            color: #737373;
          }
            #events-dropdown .events-dropdown-right a .event-dropdown-event-content .event-dropdown-event-meta span {
              display: inline-block;
              vertical-align: middle;
              margin: 0 5px;
              background-color: #737373;
              border-radius: 100%;
              width: 2px;
              height: 2px;
            }
      #events-dropdown .events-dropdown-right a:hover {
        border: 1px solid #9CB931;
      }
        #events-dropdown .events-dropdown-right a:hover .event-dropdown-event-content .event-dropdown-event-title {
          color: #9CB931;
        }

  .event-snippet-cards {
    text-align: left;
    padding: 0 20px;
  }
    .event-snippet-cards p {
      font-size: 20px;
      line-height: 26px;
      color: #000;
      font-weight: 600;
      margin: 0 0 13px 0;
    }
    .event-snippet-cards a {
      display: block;
      padding: 14px 20px 17px 20px;
      background-color: #FFFFFF;
      border-radius: 8px;
      margin: 0 0 8px 0;
    }
      .event-snippet-cards a .event-dropdown-event-title {
          display: block;
          font-size: 16px;
          line-height: 23px;
          transition: .3s;
          font-weight: 500;
          margin: 0 0 1px 0;
          color: #000;
        }
        .event-snippet-cards a .event-dropdown-event-image { display: none; }
        .event-snippet-cards a .event-dropdown-event-content {
          padding: 0px;
        }
        .event-snippet-cards a .event-dropdown-event-content .event-dropdown-event-meta {
          display: block;
          font-size: 12px;
          line-height: 18px;
          color: #737373;
        }
          .event-snippet-cards a .event-dropdown-event-content .event-dropdown-event-meta span {
            display: inline-block;
            vertical-align: middle;
            margin: 0 5px;
            background-color: #737373;
            border-radius: 100%;
            width: 2px;
            height: 2px;
          }
    .event-snippet-cards .button {
      margin: 24px 0 0 0;
      display: block;
      background-color: #9CB931;
      color: #000;
    }
    .event-snippet-cards .button-bordered-black {
      background: transparent;
      margin: 16px 0 0 0;
    }

.mm-btn_prev {
  background: transparent!important;
  padding: 0px!important;
}
.mm-btn_prev:before {
  left: 3px!important;
}
.mm-btn_prev:after {
  content: 'Back';
  border: none!important;
  font-size: 18px;
  line-height: 22px;
  position: absolute;
  top: 12px;
  left: 20px;
}
.mm-navbar__title { display: none!important; }












