.clearfix {
  clear: both;
}

.z-depth-1, .site-header .main-navigation > div > ul > li ul.sub-menu {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.z-depth-1-half {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.z-depth-2 {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-3 {
  -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-4 {
  -webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.z-depth-5 {
  -webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

.animate-all {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.animate-shadow {
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
* {
  overflow: visible !important;
}

#wpadminbar {
  overflow: hidden !important;
}

html {
  scroll-behavior: smooth;
}

.container {
  padding: 0 2%;
}
@media (min-width: 1200px) {
  .container {
    padding: 0 3%;
  }
}
@media (max-width: 1000px) {
  .container {
    padding: 0 8%;
  }
}

body.page-template-full-width article.entry-content > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2%;
}
@media (min-width: 1200px) {
  body.page-template-full-width article.entry-content > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
    padding: 0 3%;
  }
}
@media (max-width: 1000px) {
  body.page-template-full-width article.entry-content > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
    padding: 0 8%;
  }
}
body.page-template-full-width article.entry-content > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.page-template-full-width article.entry-content .wp-block-group .wp-block-group__inner-container > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2%;
}
@media (min-width: 1200px) {
  body.page-template-full-width article.entry-content .wp-block-group .wp-block-group__inner-container > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
    padding: 0 3%;
  }
}
@media (max-width: 1000px) {
  body.page-template-full-width article.entry-content .wp-block-group .wp-block-group__inner-container > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
    padding: 0 8%;
  }
}
body.page-template-full-width article.entry-content .wp-block-group .wp-block-group__inner-container > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body {
  font-size: 18px;
  color: #616161;
}

a {
  color: #D29230;
}

.entry-content p a {
  color: #D29230;
  box-shadow: none;
}
.entry-content p a:hover, .entry-content p a:focus {
  color: #BB7A17;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #062c2c;
}

.home h2 {
  font-size: 55px;
  line-height: 1.18;
}
@media (max-width: 1000px) {
  .home h2 {
    font-size: 45px;
  }
}
@media (max-width: 600px) {
  .home h2 {
    font-size: 40px;
  }
}
.home h3 {
  font-size: 23px;
  line-height: 1.53;
}

h1 {
  font-size: 55px;
  line-height: 1.18;
}
@media (max-width: 1000px) {
  h1 {
    font-size: 45px;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 40px;
  }
}

p {
  margin-bottom: 35px;
}

.entry-content p a:hover, .header-text a:hover {
  box-shadow: inset 0 -2px 0 #BB7A17;
}

.wp-element-button, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.button {
  font-size: 18px;
  background-color: #D29230;
  border-radius: 0;
  display: block;
  padding: 13px 50px;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  border: 2px solid #D29230;
  min-width: 265px;
  text-align: center;
  transition: 0.3s ease;
  font-weight: 900;
}
.wp-element-button:hover, .gform-theme.gform-theme--framework.gform_wrapper .button:hover:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:hover:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:hover:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input:hover:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .wp-element-button:focus, .gform-theme.gform-theme--framework.gform_wrapper .button:focus:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:focus:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:focus:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input:focus:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.button:hover,
.button:focus {
  background-color: #BB7A17;
  border-color: #BB7A17;
  color: white;
}

.wp-block-button.is-style-outline a {
  background-color: transparent;
  color: #062c2c;
  border-color: #062c2c;
}
.wp-block-button.is-style-outline a:hover, .wp-block-button.is-style-outline a:focus {
  background-color: #BB7A17;
  border-color: #BB7A17;
  color: white;
}

.wp-block-button.text-link a {
  color: #D29230;
  text-decoration: none;
  font-weight: 900;
  text-decoration: none;
  box-shadow: none;
  background: transparent;
  border: transparent;
}
.wp-block-button.text-link a:after {
  content: "\f0da";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  margin-left: 7px;
  color: #D29230;
  font-size: 16px;
  transition: 0.3s ease;
}
.wp-block-button.text-link a:hover, .wp-block-button.text-link a:focus {
  color: #BB7A17;
}
.wp-block-button.text-link a:hover::after, .wp-block-button.text-link a:focus::after {
  color: #BB7A17;
}
.wp-block-button.text-link.text-link-back a:after {
  display: none;
}
.wp-block-button.text-link.text-link-back a:before {
  content: "\f0d9";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  margin-right: 7px;
  color: #D29230;
  font-size: 16px;
  transition: 0.3s ease;
}

.wp-block-list {
  padding-left: 0 !important;
  margin-bottom: 40px;
}

ol.wp-block-list li::marker {
  font-weight: 800;
}

.wp-block-list li::marker {
  color: #D29230;
}

.wp-block-list.check li {
  list-style: none; /* Remove default bullet */
  position: relative;
}

.wp-block-list.check li::before {
  content: url("/wp-content/uploads/2024/10/check-mark.svg");
  color: #D29230 !important; /* Change the color of the checkmark */
  position: absolute;
  left: -25px;
  top: 1px;
  width: 16px;
  height: 16px;
}

h1,
h2,
h3,
h4,
h5 {
  color: #062c2c;
}

.entry-header .entry-title, .editor-post-title__input, h1 {
  font-size: 55px;
  line-height: 1.18;
  font-weight: 900;
}

h1 {
  font-size: 55px;
  line-height: 1.18;
}
@media (max-width: 767px) {
  h1 {
    font-size: 43px;
  }
}

h2 {
  font-size: 45px;
  margin-bottom: 15px;
  line-height: 1.18;
}
@media (max-width: 767px) {
  h2 {
    font-size: 33px;
  }
}

h3 {
  font-size: 35px;
  margin-bottom: 10px;
  line-height: 1.23;
}
@media (max-width: 767px) {
  h3 {
    font-size: 30px;
  }
}

h4 {
  font-size: 26px;
  margin-bottom: 10px;
  line-height: 1.53;
}

h5 {
  font-size: 21px;
  margin-bottom: 20px;
  line-height: 1.47;
}

.intro-text {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.entry-content .link-arrow a {
  color: #D29230;
  text-decoration: none;
  font-weight: 900;
  text-decoration: none;
  box-shadow: none;
  border: none !important;
}
.entry-content .link-arrow a:after {
  content: "\f0da";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  margin-left: 4px;
  color: #D29230;
  font-size: 16px;
  transition: 0.3s ease;
  position: relative;
  top: 1px;
}
.entry-content .link-arrow a:hover, .entry-content .link-arrow a:focus {
  color: #BB7A17;
}
.entry-content .link-arrow a:hover::after, .entry-content .link-arrow a:focus::after {
  color: #BB7A17;
}

.grecaptcha-badge {
  z-index: 10000;
}

.header-text h1, .header-text .browsing {
  color: white;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/********************************************
*********************************************
******                                 ******
******          Flexbox Grid           ******
******      Author: Matthew Brand      ******
******                                 ******
*********************************************
********************************************/
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex.flex--justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex.flex--justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex.flex--justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flex.flex--justify-spacebetween {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex.flex--justify-spacearound {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.flex.flex--align-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex.flex--align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex.flex--align-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.flex.flex--wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex.flex--reverse {
  flex-direction: row-reverse;
}

.site-header {
  background-color: #07393B;
}
.site-header .container {
  padding: 0 2%;
}
@media (min-width: 1200px) {
  .site-header .container {
    padding: 0 3%;
  }
}
@media (max-width: 1000px) {
  .site-header .container {
    padding: 0 8%;
  }
}
.site-header .titles-wrap.has-description {
  display: none;
}
@media (min-width: 1001px) {
  .site-header .custom-logo-link img {
    margin-top: -10px;
  }
}
@media (max-width: 1000px) {
  .site-header .custom-logo-link img {
    max-width: 300px;
  }
}
.site-header .site-identity {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.site-header .site-identity .site-title-wrap {
  max-width: 225px;
  margin-right: auto;
}
@media (max-width: 1205px) {
  .site-header .site-identity .site-title-wrap {
    max-width: 155px;
  }
}
@media (max-width: 1000px) {
  .site-header .site-identity .site-title-wrap {
    max-width: 100%;
  }
}
@media (min-width: 1387px) {
  .site-header .site-identity .site-title-wrap {
    max-width: 300px;
  }
}
.site-header .top-navigation-right {
  max-width: 100%;
  flex: 1;
}
.site-header .main-navigation > div > ul > li {
  padding: 0 3%;
}
@media (max-width: 1525px) {
  .site-header .main-navigation > div > ul > li {
    padding: 0 2%;
  }
}
@media (max-width: 1386px) {
  .site-header .main-navigation > div > ul > li {
    padding: 0 15px;
  }
}
.site-header .main-navigation > div > ul > li > a {
  color: white;
  font-size: 20px;
}
@media (max-width: 1386px) {
  .site-header .main-navigation > div > ul > li > a {
    font-size: 17px;
  }
}
.site-header .main-navigation > div > ul > li.nav-btn {
  padding-right: 5px;
}
@media (max-width: 1386px) {
  .site-header .main-navigation > div > ul > li.nav-btn {
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .site-header .main-navigation > div > ul > li.nav-btn {
    margin-left: 10vw;
  }
}
@media (min-width: 1387px) {
  .site-header .main-navigation > div > ul > li.nav-btn {
    margin-left: 7vw;
  }
}
.site-header .main-navigation > div > ul > li.nav-btn > a {
  font-size: 18px;
  background-color: #D29230;
  display: block;
  padding: 17px 30px;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  border: 2px solid #D29230;
  transition: 0.3s ease;
  min-width: 260px;
  text-align: center;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 1386px) {
  .site-header .main-navigation > div > ul > li.nav-btn > a {
    font-size: 15px;
    padding: 16px 30px;
  }
}
.site-header .main-navigation > div > ul > li.nav-btn > a:hover, .site-header .main-navigation > div > ul > li.nav-btn > a:focus {
  background-color: #BB7A17;
  border-color: #BB7A17;
}
.site-header .main-navigation > div > ul > li.nav-btn.btn-alt {
  padding-left: 0;
}
.site-header .main-navigation > div > ul > li.nav-btn.btn-alt > a {
  background: transparent;
  border-color: white;
  transition: 0.3s ease;
}
.site-header .main-navigation > div > ul > li.nav-btn.btn-alt > a:hover, .site-header .main-navigation > div > ul > li.nav-btn.btn-alt > a:focus {
  background-color: white;
  color: #07393B;
}
.site-header .main-navigation > div > ul > li.menu-item-has-children > a:after {
  content: "\f0d7";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  margin-left: 1px;
  color: #D29230;
  font-size: 16px;
}
@media (max-width: 1386px) {
  .site-header .main-navigation > div > ul > li.menu-item-has-children > a:after {
    font-size: 12px;
  }
}
.site-header .main-navigation > div > ul > li ul.sub-menu {
  background-color: white;
  border-radius: 20px;
  padding: 20px;
  width: 250px;
}
.site-header .main-navigation > div > ul > li ul.sub-menu::before {
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -50px;
  content: " ";
  display: block;
  border-right: 0px solid transparent;
  border-bottom: 8px solid #D29230;
  border-left: 0px solid transparent;
  width: 100px;
}
.site-header .main-navigation > div > ul > li ul.sub-menu > li {
  margin-bottom: 5px;
  line-height: 1;
}
.site-header .main-navigation > div > ul > li ul.sub-menu > li > a {
  padding: 0;
  display: inline;
}
.site-header .main-navigation > div > ul > li ul.sub-menu > li > a:hover, .site-header .main-navigation > div > ul > li ul.sub-menu > li > a:focus {
  border-bottom: 3px solid #D29230;
}
.site-header .main-navigation > div > ul > li ul.sub-menu li a {
  color: black;
}
.site-header .main-navigation > div > ul > li.menu-item-111 > ul {
  width: 1000px;
}
.site-header .main-navigation > div > ul > li.menu-item-111 > ul::before {
  margin-left: 0;
  left: 255px;
}
.site-header .main-navigation > div > ul > li.menu-item-111 > ul > li {
  float: left;
  width: 33%;
}
.site-header .main-navigation > div > ul > li.menu-item-111 > ul > li > a {
  display: none;
}
.site-header .main-navigation > div > ul > li.menu-item-111 > ul > li > ul {
  display: block !important;
  left: 0 !important;
  margin-left: 0;
  width: 100%;
  background-color: transparent;
  box-shadow: none;
  position: static;
  padding: 0;
}
.site-header .main-navigation > div > ul > li.menu-item-111 > ul > li > ul::before {
  display: none;
}
.site-header .main-navigation > div > ul > li.menu-item-111 > ul > li > ul > li > a {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-header .main-navigation > div > ul > li.menu-item-111 > ul > li > ul > li > a img {
  width: 65px;
  height: auto;
  border-radius: 10px;
  overflow: hidden !important;
}
.site-header .main-navigation > div > ul > li.menu-item-111 > ul > li > ul > li > a span {
  border-bottom: 3px solid transparent;
  margin-left: 10px;
}
.site-header .main-navigation > div > ul > li.menu-item-111 > ul > li > ul > li > a:hover, .site-header .main-navigation > div > ul > li.menu-item-111 > ul > li > ul > li > a:focus {
  border: none;
}
.site-header .main-navigation > div > ul > li.menu-item-111 > ul > li > ul > li > a:hover span, .site-header .main-navigation > div > ul > li.menu-item-111 > ul > li > ul > li > a:focus span {
  border-bottom: 3px solid #D29230;
}
.site-header .main-navigation > div > ul > li.menu-item-111 > ul > li > ul > li.menu-item-3783 > a {
  display: block;
  background-color: #eee;
  background-image: url(/wp-content/uploads/2024/08/dropdown-cta-image-placeholder.jpg);
  background-size: cover;
  border-radius: 10px;
  padding: 60px 30px;
}
.site-header .main-navigation > div > ul > li.menu-item-111 > ul > li > ul > li.menu-item-3783 > a > div {
  font-size: 30px;
  color: white;
  line-height: 1.2;
  margin-bottom: 24px;
  font-weight: 900;
}
.site-header .main-navigation > div > ul > li.menu-item-111 > ul > li > ul > li.menu-item-3783 > a > div > strong {
  color: #52AD8B;
  display: block;
  font-weight: 900;
}
.site-header .main-navigation > div > ul > li.menu-item-111 > ul > li > ul > li.menu-item-3783 > a > span {
  font-size: 15px;
  background-color: #D29230;
  display: block;
  padding: 17px 49px;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  border: 2px solid #D29230;
  transition: 0.3s ease;
  text-align: center;
  line-height: 1;
  margin-bottom: 0;
  display: inline-block;
  color: white;
  font-weight: 900;
}
.site-header .main-navigation > div > ul > li.menu-item-111:hover > ul {
  left: 50% !important;
  margin-left: -307px !important;
}
.site-header .mobile-navigation {
  background-color: #D29230;
}
.site-header .utility-navigation {
  background-color: #062c2c;
  padding: 10px 0;
}
@media (max-width: 1000px) {
  .site-header .utility-navigation {
    display: none;
  }
}
.site-header .utility-navigation ul {
  list-style-type: none;
  margin-left: auto;
  float: right;
  margin-bottom: 0;
}
.site-header .utility-navigation ul li {
  display: inline-block;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
  padding-right: 30px;
}
.site-header .utility-navigation ul li a {
  color: white;
  text-decoration: none;
  font-size: 15px;
}
.site-header .utility-navigation ul li a i {
  margin-right: 5px;
}
.site-header .utility-navigation ul li:last-child {
  border: none;
  padding-right: 0;
  padding-left: 30px;
}
.site-header .mobile-utility-navigation {
  display: none;
}
@media (max-width: 1000px) {
  .site-header .mobile-utility-navigation {
    display: block;
    background-color: #062c2c;
    padding: 15px 0;
  }
}
.site-header .mobile-utility-navigation ul {
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0;
  text-align: center;
}
.site-header .mobile-utility-navigation ul li a {
  color: white;
  text-decoration: none;
  font-size: 15px;
}
.site-header .mobile-utility-navigation ul li a i {
  margin-right: 5px;
}
.site-header .mobile-utility-navigation ul li:first-child {
  margin-bottom: 10px;
}
.site-header .mobile-utility-navigation ul li:last-child {
  border: none;
}
.site-header .mobile-utility-navigation .wp-block-button a {
  font-size: 14px;
  max-width: 218px;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  min-width: initial;
}
.site-header .mobile-utility-navigation .wp-block-button a:hover, .site-header .mobile-utility-navigation .wp-block-button a:focus {
  background-color: #52AD8B;
  border-color: #52AD8B;
}

.blog #page,
.blog #primary,
.archive #page,
.archive #primary {
  max-width: 100%;
  padding: 0;
}
.blog #primary,
.archive #primary {
  background-color: #eee;
  width: 100%;
  padding: 100px 0;
}
.blog #content,
.archive #content {
  padding-bottom: 0;
}
.blog .blog-banner,
.archive .blog-banner {
  background-color: #07393B;
  padding: 40px 0;
}
@media (max-width: 1000px) {
  .blog .blog-banner .flex,
.archive .blog-banner .flex {
    display: block;
  }
}
.blog .blog-banner .post-thumbnail,
.archive .blog-banner .post-thumbnail {
  width: 50%;
}
@media (max-width: 1000px) {
  .blog .blog-banner .post-thumbnail,
.archive .blog-banner .post-thumbnail {
    width: 100%;
    margin-bottom: 30px;
  }
}
.blog .blog-banner .post-thumbnail img,
.archive .blog-banner .post-thumbnail img {
  border-radius: 10px;
}
.blog .blog-banner .post-info,
.archive .blog-banner .post-info {
  width: 50%;
}
@media (max-width: 1000px) {
  .blog .blog-banner .post-info,
.archive .blog-banner .post-info {
    width: 100%;
  }
}
.blog .blog-banner .post-info > div,
.archive .blog-banner .post-info > div {
  padding-left: 50px;
}
@media (max-width: 1000px) {
  .blog .blog-banner .post-info > div,
.archive .blog-banner .post-info > div {
    padding-left: 0;
  }
}
.blog .blog-banner .post-info .post-date,
.archive .blog-banner .post-info .post-date {
  font-size: 22px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.6);
}
.blog .blog-banner .post-info .post-title,
.archive .blog-banner .post-info .post-title {
  color: white;
}
.blog .blog-banner .post-info .post-excerpt,
.archive .blog-banner .post-info .post-excerpt {
  color: white;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .blog .blog-banner .post-info .post-excerpt,
.archive .blog-banner .post-info .post-excerpt {
    font-size: 16px;
  }
}
.blog .blog-banner .post-info .post-excerpt p,
.archive .blog-banner .post-info .post-excerpt p {
  margin-bottom: 15px;
}
.blog .blog-banner .post-info .button,
.archive .blog-banner .post-info .button {
  max-width: 250px;
}
.blog .blog-banner .post-info .button:hover, .blog .blog-banner .post-info .button:focus,
.archive .blog-banner .post-info .button:hover,
.archive .blog-banner .post-info .button:focus {
  background-color: #52AD8B;
  border-color: #52AD8B;
}
.blog .blog-filters,
.archive .blog-filters {
  padding: 40px 25px;
  display: none;
}
.blog .blog-filters .category-list-title,
.archive .blog-filters .category-list-title {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 15px;
}
.blog .blog-filters .category-list ul,
.archive .blog-filters .category-list ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
.blog .blog-filters .category-list ul li,
.archive .blog-filters .category-list ul li {
  display: inline-block;
  width: 50%;
  margin-bottom: 7px;
}
@media (max-width: 1380px) {
  .blog .blog-filters .category-list ul li,
.archive .blog-filters .category-list ul li {
    width: 100%;
  }
}
.blog .blog-filters .category-list ul li a,
.archive .blog-filters .category-list ul li a {
  text-decoration: underline;
}
.blog .blog-filters .blog-search,
.archive .blog-filters .blog-search {
  padding-left: 30px;
}
@media (max-width: 855px) {
  .blog .blog-filters .blog-search,
.archive .blog-filters .blog-search {
    padding-left: 0;
  }
}
.blog .blog-filters .blog-search label,
.archive .blog-filters .blog-search label {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 15px;
}
.blog .blog-filters .blog-search .input-group,
.archive .blog-filters .blog-search .input-group {
  position: relative;
}
.blog .blog-filters .blog-search .form-control,
.archive .blog-filters .blog-search .form-control {
  border-radius: 50px;
}
.blog .blog-filters .blog-search .btn,
.archive .blog-filters .blog-search .btn {
  color: #424242;
  background-color: transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
}
@media (max-width: 1000px) {
  .blog .blog-filters .blog-search .btn,
.archive .blog-filters .blog-search .btn {
    bottom: -7px;
  }
}
@media (max-width: 600px) {
  .blog .blog-filters .blog-search .btn,
.archive .blog-filters .blog-search .btn {
    bottom: -2px;
  }
}
@media (max-width: 855px) {
  .blog .blog-filters .wp-block-columns,
.archive .blog-filters .wp-block-columns {
    display: block;
  }
}
.blog .blog-main-title,
.archive .blog-main-title {
  text-align: center;
  margin-bottom: 50px;
}
.blog article.post,
.archive article.post {
  background-color: white;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 30px !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
  border-radius: 10px;
}
@media (max-width: 800px) {
  .blog article.post .flex,
.archive article.post .flex {
    display: block;
  }
}
.blog article.post .flex .post-thumbnail,
.archive article.post .flex .post-thumbnail {
  width: 40%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 800px) {
  .blog article.post .flex .post-thumbnail,
.archive article.post .flex .post-thumbnail {
    width: 100%;
    height: 250px;
  }
}
.blog article.post .flex .post-info,
.archive article.post .flex .post-info {
  width: 60%;
}
@media (max-width: 800px) {
  .blog article.post .flex .post-info,
.archive article.post .flex .post-info {
    width: 100%;
  }
}
.blog article.post .flex .post-info > div,
.archive article.post .flex .post-info > div {
  padding: 60px 30px;
}
.blog article.post .flex .post-info > div > div,
.archive article.post .flex .post-info > div > div {
  max-width: 785px;
  margin-left: auto;
  margin-right: auto;
}
.blog article.post .flex .post-info .post-date,
.archive article.post .flex .post-info .post-date {
  margin-bottom: 5px;
  color: #909090;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.2;
}
.blog article.post .flex .post-info .post-category,
.archive article.post .flex .post-info .post-category {
  font-size: 16px;
  color: #909090;
}
.blog article.post .flex .post-info .post-category a,
.archive article.post .flex .post-info .post-category a {
  color: #909090;
  text-decoration: underline;
}
.blog article.post .flex .post-info .post-category a:hover, .blog article.post .flex .post-info .post-category a:focus,
.archive article.post .flex .post-info .post-category a:hover,
.archive article.post .flex .post-info .post-category a:focus {
  color: black;
}
.blog article.post .flex .post-info .post-excerpt p,
.archive article.post .flex .post-info .post-excerpt p {
  margin-bottom: 40px;
  color: #676767;
}
@media (max-width: 1000px) {
  .blog article.post .flex .post-info .post-excerpt p,
.archive article.post .flex .post-info .post-excerpt p {
    font-size: 16px;
  }
}
.blog article.post .flex .post-info .post-title,
.archive article.post .flex .post-info .post-title {
  font-size: 37px;
  line-height: 1.18;
}
@media (max-width: 1000px) {
  .blog article.post .flex .post-info .post-title,
.archive article.post .flex .post-info .post-title {
    font-size: 30px;
  }
}
.blog article.post .flex .post-info .post-title a:hover, .blog article.post .flex .post-info .post-title a:focus,
.archive article.post .flex .post-info .post-title a:hover,
.archive article.post .flex .post-info .post-title a:focus {
  color: #07393B;
}
.blog article.post .flex .post-info .button,
.archive article.post .flex .post-info .button {
  display: inline-block;
  min-width: 232px;
  text-align: center;
}
.blog .pagination,
.archive .pagination {
  text-align: center;
}
.blog .pagination a, .blog .pagination span,
.archive .pagination a,
.archive .pagination span {
  background: white;
}
.blog .page-numbers.current, .blog .page-numbers:hover,
.archive .page-numbers.current,
.archive .page-numbers:hover {
  background-color: #3d8dc8;
}

.single #page,
.single #primary {
  max-width: 100%;
  padding: 0;
}
.single #primary {
  background-color: #eee;
  width: 100%;
}
.single #content {
  padding-bottom: 0;
}
.single .entry-header {
  background-color: #07393B;
  padding: 65px 0;
  padding-bottom: 200px;
  margin-bottom: 0;
}
.single .entry-header .container > div {
  max-width: 1080px;
  width: 75%;
}
@media (max-width: 991px) {
  .single .entry-header .container > div {
    width: 100%;
  }
}
.single .entry-header h1 {
  color: white;
  font-size: 80px;
  line-height: 1.2;
}
@media (max-width: 1380px) {
  .single .entry-header h1 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .single .entry-header h1 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .single .entry-header h1 {
    font-size: 35px;
  }
}
.single .entry-header .entry-byline {
  font-size: 22px;
  color: white;
}
@media (max-width: 991px) {
  .single .entry-header .entry-byline {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .single .entry-header .entry-byline {
    font-size: 17px;
  }
}
.single .entry-header .entry-byline a {
  color: white;
}
.single .entry-header .entry-byline img {
  display: none;
}
.single .post-body {
  padding-left: 25px;
  padding-right: 25px;
}
.single .post-body .container {
  padding: 0;
}
@media (max-width: 991px) {
  .single .post-body .flex {
    display: block;
  }
}
.single .post-body .flex .flex-body {
  width: 75%;
}
@media (max-width: 991px) {
  .single .post-body .flex .flex-body {
    width: 100%;
  }
}
.single .post-body .flex .flex-body > div {
  padding-right: 10%;
}
@media (max-width: 991px) {
  .single .post-body .flex .flex-body > div {
    padding-right: 0;
  }
}
.single .post-body .flex .flex-sidebar {
  width: 25%;
}
@media (max-width: 991px) {
  .single .post-body .flex .flex-sidebar {
    width: 100%;
  }
}
.single .post-body .featured-image {
  margin-top: -130px;
  margin-bottom: 0;
}
.single .post-body .entry-content {
  padding: 65px 10%;
  background-color: white;
}
.single .post-body .entry-content p {
  margin-bottom: 35px;
}
.single .post-body .entry-content h2 {
  font-size: 40px !important;
  margin-top: 85px;
}
.single .post-body .entry-content h2 span {
  font-size: inherit !important;
  color: inherit !important;
  font-weight: inherit !important;
}
@media (max-width: 991px) {
  .single .post-body .entry-content h2 {
    font-size: 35px !important;
  }
}
@media (max-width: 767px) {
  .single .post-body .entry-content h2 {
    font-size: 30px !important;
    margin-top: 55px;
  }
}
.single .post-body .entry-content h3 {
  font-size: 26px !important;
  margin-bottom: 30px;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .single .post-body .entry-content h3 {
    font-size: 23px !important;
  }
}
@media (max-width: 767px) {
  .single .post-body .entry-content h3 {
    font-size: 20px !important;
  }
}
.single .post-body .entry-content h3 span {
  font-size: inherit !important;
  color: inherit !important;
  font-weight: inherit !important;
}
.single .post-body .entry-content h4 {
  font-size: 20px !important;
  margin-bottom: 10px;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .single .post-body .entry-content h4 {
    font-size: 19px !important;
  }
}
@media (max-width: 767px) {
  .single .post-body .entry-content h4 {
    font-size: 18px !important;
  }
}
.single .post-body .entry-content h4 span {
  font-size: inherit !important;
  color: inherit !important;
  font-weight: inherit !important;
}
.single .post-body .entry-content .meta-list {
  margin-top: 60px;
  border-top: 1px solid #979797;
  padding-top: 60px;
}
.single .post-body .entry-content .comments-area {
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}
.single .post-body .entry-content .comments-area .comment-form #submit {
  border-radius: 50px;
}
.single .post-body .post-cta {
  background-color: #3D8DC8;
  color: white;
  padding: 65px 10%;
}
.single .post-body .post-cta h2 {
  font-size: 40px !important;
  color: white !important;
  font-weight: 700 !important;
  margin-bottom: 9px;
}
.single .post-body .post-cta h2 span {
  font-size: inherit !important;
  color: inherit !important;
  font-weight: inherit !important;
}
.single .post-body .post-cta p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 35px;
}
.single .post-body .post-cta .button {
  background-color: white;
  color: black;
}
.single .sidebar-search {
  margin-top: 60px;
}
.single .sidebar-search h3 {
  font-size: 28px;
  color: #07393B;
}
@media (max-width: 855px) {
  .single .sidebar-search .blog-search {
    padding-left: 0;
  }
}
.single .sidebar-search .blog-search label {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 15px;
}
.single .sidebar-search .blog-search .input-group {
  position: relative;
}
.single .sidebar-search .blog-search .form-control {
  border-radius: 50px;
}
.single .sidebar-search .blog-search .btn {
  color: #424242;
  background-color: transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
}
@media (max-width: 991px) {
  .single .sidebar-search .blog-search .btn {
    bottom: -7px;
  }
}
@media (max-width: 600px) {
  .single .sidebar-search .blog-search .btn {
    bottom: -2px;
  }
}
.single .sidebar-categories {
  margin-bottom: 70px;
  margin-top: 50px;
}
.single .sidebar-categories h3 {
  font-size: 28px;
  color: #07393B;
}
.single .sidebar-categories ul {
  list-style-type: none;
  margin-left: 0;
}
.single .sidebar-categories ul li {
  margin-bottom: 7px;
}
.single .sidebar-categories ul a {
  text-decoration: underline;
  color: #D29230;
}
.single .related-posts {
  padding-top: 200px;
  padding-left: 25px;
  padding-right: 25px;
}
.single .related-posts .container {
  padding: 0;
}
.single .related-posts h2 {
  color: #07393B;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 1380px) {
  .single .related-posts h2 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .single .related-posts h2 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .single .related-posts h2 {
    font-size: 35px;
  }
}
.single .related-posts .blog-flex {
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 1024px) {
  .single .related-posts .blog-flex {
    display: block;
    margin: 0;
  }
}
.single .related-posts .blog-flex .blog-post {
  width: 33%;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .single .related-posts .blog-flex .blog-post {
    width: 100%;
    margin-bottom: 60px;
  }
}
.single .related-posts .blog-flex .blog-post > div {
  margin-right: 15px;
  margin-left: 15px;
  background-color: white;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  height: 100%;
}
@media (max-width: 1024px) {
  .single .related-posts .blog-flex .blog-post > div {
    margin-left: 0;
    margin-right: 0;
  }
}
.single .related-posts .blog-flex .blog-post > div > div {
  background-color: white;
  height: 100%;
}
.single .related-posts .blog-flex .blog-post > div .post-thumbnail img {
  width: 100%;
  max-width: 100%;
  height: auto !important;
}
.single .related-posts .blog-flex .blog-post > div .post-info {
  padding: 50px;
  padding-bottom: 40px;
}
.single .related-posts .blog-flex .blog-post > div .post-info .post-date {
  color: #909090;
  font-size: 16px;
  line-height: 1.15;
  margin-bottom: 15px;
}
.single .related-posts .blog-flex .blog-post > div .post-info h3.post-title {
  color: black;
  font-size: 24px;
  line-height: 1.29;
  margin-top: 5px;
  color: #07393B;
  margin-bottom: 20px;
}
.single .related-posts .blog-flex .blog-post > div .post-info h3.post-title a {
  color: inherit;
}
.single .related-posts .blog-flex .blog-post > div .post-info .post-excerpt {
  color: #818181;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 30px;
}
.single .related-posts .blog-flex .blog-post > div .post-info .read-more {
  display: inline-block;
  min-width: 232px;
  text-align: center;
}

@media (max-width: 1000px) {
  .block-featured-products .product-grid > .gb-layout-column-wrap {
    grid-template-rows: auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "col1 col2" "col3 col4";
  }
}
@media (max-width: 600px) {
  .block-featured-products .product-grid > .gb-layout-column-wrap {
    ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-areas: "col1" "col2" "col3" "col4";
  }
}
.block-featured-products .product-grid h2,
.block-featured-products .product-grid h3 {
  font-size: 23px;
}

.block-testimonial-slider .gutena-testimonial-details-image {
  display: none;
}
.block-testimonial-slider .gutena-testimonial-block.has-box-shadow .gutena-testimonial-item-block:not(.editor) {
  box-shadow: none;
}
.block-testimonial-slider .gutena-testimonial-block .tns-ovh {
  overflow: hidden !important;
}
.block-testimonial-slider .gutena-testimonial-text-content {
  max-width: 748px;
  margin-left: auto;
  margin-right: auto;
  color: #062c2c;
  font-size: 26px;
  font-weight: 500;
  font-style: italic;
  position: relative;
}
@media (max-width: 900px) {
  .block-testimonial-slider .gutena-testimonial-text-content {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .block-testimonial-slider .gutena-testimonial-text-content {
    font-size: 15px;
  }
}
.block-testimonial-slider .gutena-testimonial-text-content:before {
  content: "";
  background-image: url(/wp-content/uploads/2024/08/leaf-quote.png);
  background-size: 100% 100%;
  width: 120px;
  height: 45px;
  display: block;
  position: absolute;
  left: -130px;
  top: -10px;
}
@media (max-width: 1135px) {
  .block-testimonial-slider .gutena-testimonial-text-content:before {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 15px;
  }
}
.block-testimonial-slider .gutena-testimonial-block .gutena-testimonial-details-block {
  width: 100%;
  display: block;
}
.block-testimonial-slider .gutena-testimonial-block .gutena-testimonial-details-block .gutena-testimonial-details-content {
  display: block;
  max-width: 748px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 600px) {
  .block-testimonial-slider .gutena-testimonial-block .gutena-testimonial-details-block .gutena-testimonial-details-content {
    font-size: 13px;
  }
}
.block-testimonial-slider .gutena-testimonial-block .tns-outer .tns-controls button[data-controls=prev]:before {
  border-style: solid;
  border-width: 10px 10px 0 0;
  content: "";
  display: inline-block;
  height: 35px;
  left: 2px;
  position: relative;
  top: 0;
  transform: rotate(-135deg);
  vertical-align: top;
  width: 35px;
  border-color: #C7EDD9;
}
.block-testimonial-slider .gutena-testimonial-block .tns-outer .tns-controls button[data-controls=prev]:before:hover, .block-testimonial-slider .gutena-testimonial-block .tns-outer .tns-controls button[data-controls=prev]:before:focus {
  border-color: #07393B;
}
@media (max-width: 600px) {
  .block-testimonial-slider .gutena-testimonial-block .tns-outer .tns-controls button[data-controls=prev]:before {
    width: 15px;
    height: 15px;
    border-width: 2px 2px 0 0;
  }
}
.block-testimonial-slider .gutena-testimonial-block .tns-outer .tns-controls button[data-controls=next]:before {
  border-style: solid;
  border-width: 10px 10px 0 0;
  content: "";
  display: inline-block;
  height: 35px;
  left: -2px;
  position: relative;
  top: 0;
  transform: rotate(45deg);
  vertical-align: top;
  width: 35px;
  border-color: #C7EDD9;
}
.block-testimonial-slider .gutena-testimonial-block .tns-outer .tns-controls button[data-controls=next]:before:hover, .block-testimonial-slider .gutena-testimonial-block .tns-outer .tns-controls button[data-controls=next]:before:focus {
  border-color: #07393B;
}
@media (max-width: 600px) {
  .block-testimonial-slider .gutena-testimonial-block .tns-outer .tns-controls button[data-controls=next]:before {
    width: 15px;
    height: 15px;
    border-width: 2px 2px 0 0;
  }
}
.block-testimonial-slider .gutena-testimonial-block .tns-outer .tns-controls button:hover,
.block-testimonial-slider .gutena-testimonial-block .tns-outer .tns-controls button:focus {
  border-color: #07393B !important;
}
.block-testimonial-slider .gutena-testimonial-block .tns-outer .tns-nav {
  display: none;
}

@media (max-width: 1000px) {
  .product-widget {
    margin-bottom: 35px;
  }
}
.product-widget p {
  font-size: 16px;
  margin-bottom: 20px;
}
.product-widget .product-btn a {
  color: #D29230;
  text-decoration: none;
  font-weight: 900;
  text-decoration: none;
  box-shadow: none;
}
.product-widget .product-btn a:after {
  content: "\f0da";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  margin-left: 4px;
  color: #D29230;
  font-size: 16px;
  transition: 0.3s ease;
  position: relative;
  top: 1px;
}
.product-widget .product-btn a:hover, .product-widget .product-btn a:focus {
  color: #BB7A17;
}
.product-widget .product-btn a:hover::after, .product-widget .product-btn a:focus::after {
  color: #BB7A17;
}

.wp-block-image.is-style-rounded img {
  border-radius: 10px !important;
  overflow: hidden !important;
  border: 1px solid #eee;
}

.block-quote-selection {
  position: relative;
}
.block-quote-selection > .gb-layout-column-wrap {
  max-width: 100% !important;
  padding: 0 !important;
}
.block-quote-selection:after {
  content: "OR";
  position: absolute;
  display: block;
  font-weight: 900;
  background-color: white;
  color: #07393B;
  width: 68px;
  height: 68px;
  border-radius: 100px;
  left: 50%;
  margin-left: -34px;
  top: 50%;
  margin-top: -34px;
  z-index: 3;
  line-height: 68px;
  text-align: center;
  font-size: 24px;
}
@media (max-width: 1000px) {
  .block-quote-selection:after {
    display: none;
  }
}
.block-quote-selection .quote-column > div {
  height: 100%;
  padding: 0 8%;
}
.block-quote-selection .quote-column > div h2 {
  color: white;
  font-size: 40px;
}
.block-quote-selection .quote-column .quote-col-content {
  padding-top: 90px;
  padding-bottom: 90px;
}
.block-quote-selection .quote-column .quote-col-content p {
  margin-bottom: 35px;
  font-size: 17px;
}
.block-quote-selection .quote-column .quote-col-content .phone-link i {
  margin-right: 5px;
}
.block-quote-selection .quote-column .quote-col-content .phone-link a {
  color: white;
  font-size: 24px;
  font-weight: 700;
}
.block-quote-selection .quote-column .quote-col-content ol {
  list-style: none; /* Remove default numbers */
  counter-reset: list-counter; /* Create a counter */
  padding-left: 0;
  margin-left: 0;
  font-size: 17px;
  padding-top: 10px;
}
.block-quote-selection .quote-column .quote-col-content ol li {
  counter-increment: list-counter; /* Increment counter */
  margin-bottom: 10px; /* Space between items */
  position: relative;
  padding-left: 40px;
  padding-bottom: 30px;
}
.block-quote-selection .quote-column .quote-col-content ol li::before {
  content: counter(list-counter) " "; /* Add counter before the content */
  font-size: 30px;
  font-weight: 900;
  top: -11px;
  position: absolute;
  left: 0;
}
.block-quote-selection .quote-column .quote-col-content ol li::after {
  left: 0;
  height: 20px;
  width: 3px;
  background-color: #D29230;
  display: block;
  content: "";
  position: absolute;
  left: 8px;
  bottom: 3px;
}
.block-quote-selection .quote-column .quote-col-content ol li:last-child {
  padding-bottom: 20px;
}
.block-quote-selection .quote-column .quote-col-content ol li:last-child::after {
  display: none;
}
.block-quote-selection .quote-column:first-of-type .wp-block-button.is-style-outline a:hover, .block-quote-selection .quote-column:first-of-type .wp-block-button.is-style-outline a:focus {
  color: #469376;
}
@media (max-width: 1000px) {
  .block-quote-selection > .gb-layout-column-wrap.gb-is-responsive-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-areas: "col1" "col2";
  }
}
.block-quote-selection .wp-block-button.is-style-outline a {
  color: white;
  border-color: white;
}
.block-quote-selection .wp-block-button.is-style-outline a:hover, .block-quote-selection .wp-block-button.is-style-outline a:focus {
  background-color: white;
  color: #07393B;
}

.block-home-hero {
  background-position: right bottom !important;
  background-repeat: no-repeat !important;
  background-size: 895px auto !important;
  overflow: hidden !important;
}
@media (max-width: 1100px) {
  .block-home-hero {
    background-image: none !important;
  }
}
@media (max-width: 1550px) {
  .block-home-hero {
    background-position: 124% bottom !important;
  }
}
@media (max-width: 1405px) {
  .block-home-hero {
    background-position: 116% bottom !important;
    background-size: 719px auto !important;
  }
}
.block-home-hero .banner-text {
  max-width: 1100px;
  padding-bottom: 150px;
}
@media (max-width: 1405px) {
  .block-home-hero .banner-text {
    max-width: 750px;
  }
}
@media (max-width: 1000px) {
  .block-home-hero .banner-text {
    max-width: 100%;
    padding-bottom: 0;
    padding-top: 20px;
  }
}
.block-home-hero .banner-callout {
  color: #52AD8B;
  font-size: 95px;
  line-height: 1;
  margin-bottom: 0;
  font-weight: 900;
  margin-bottom: 20px;
}
@media (max-width: 1405px) {
  .block-home-hero .banner-callout {
    font-size: 70px;
  }
}
@media (max-width: 650px) {
  .block-home-hero .banner-callout {
    font-size: 45px;
  }
}
.block-home-hero h1 {
  color: white;
  font-size: 48px;
  line-height: 1.23;
  margin-bottom: 3%;
}
@media (max-width: 1405px) {
  .block-home-hero h1 {
    font-size: 36px;
  }
}
@media (max-width: 650px) {
  .block-home-hero h1 {
    font-size: 24px;
  }
}
.block-home-hero h1 + p {
  font-size: 21px;
  padding-top: 0;
  padding-bottom: 10px;
}
@media (max-width: 1405px) {
  .block-home-hero h1 + p {
    font-size: 19px;
  }
}
@media (max-width: 787px) {
  .block-home-hero .wp-block-buttons {
    display: block;
  }
}
.block-home-hero .mobile-banner-image {
  display: none;
  margin-bottom: 0;
  margin-right: -10%;
}
@media (max-width: 1000px) {
  .block-home-hero .mobile-banner-image {
    display: block;
    margin-top: 30px;
  }
}
@media (max-width: 787px) {
  .block-home-hero .wp-block-button {
    display: block;
  }
}
.block-home-hero .wp-block-button .wp-element-button, .block-home-hero .wp-block-button .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .block-home-hero .wp-block-button .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .block-home-hero .wp-block-button .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .block-home-hero .wp-block-button .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .block-home-hero .wp-block-button .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .block-home-hero .wp-block-button :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .block-home-hero .wp-block-button .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .block-home-hero .wp-block-button input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  font-size: 20px;
  width: 333px;
  line-height: 1.4;
  margin-right: 30px;
}
@media (max-width: 1405px) {
  .block-home-hero .wp-block-button .wp-element-button, .block-home-hero .wp-block-button .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .block-home-hero .wp-block-button .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .block-home-hero .wp-block-button .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .block-home-hero .wp-block-button .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .block-home-hero .wp-block-button .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .block-home-hero .wp-block-button :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .block-home-hero .wp-block-button .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .block-home-hero .wp-block-button input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    font-size: 16px;
    width: 289px;
    margin-right: 15px;
  }
}
@media (max-width: 1000px) {
  .block-home-hero .wp-block-button .wp-element-button, .block-home-hero .wp-block-button .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .block-home-hero .wp-block-button .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .block-home-hero .wp-block-button .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .block-home-hero .wp-block-button .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .block-home-hero .wp-block-button .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .block-home-hero .wp-block-button :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .block-home-hero .wp-block-button .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .block-home-hero .wp-block-button input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    margin-left: 15px;
    margin-bottom: 20px;
  }
}
@media (max-width: 787px) {
  .block-home-hero .wp-block-button .wp-element-button, .block-home-hero .wp-block-button .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .block-home-hero .wp-block-button .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .block-home-hero .wp-block-button .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .block-home-hero .wp-block-button .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .block-home-hero .wp-block-button .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .block-home-hero .wp-block-button :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .block-home-hero .wp-block-button .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .block-home-hero .wp-block-button input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
}
.block-home-hero .wp-block-button .wp-element-button span, .block-home-hero .wp-block-button .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) span, .gform-theme.gform-theme--framework.gform_wrapper .block-home-hero .wp-block-button .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) span, .block-home-hero .wp-block-button .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) span, .gform-theme.gform-theme--framework.gform_wrapper .block-home-hero .wp-block-button .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) span, .block-home-hero .wp-block-button .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) span, .gform-theme.gform-theme--framework.gform_wrapper .block-home-hero .wp-block-button :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) span, .block-home-hero .wp-block-button .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) span, .gform-theme.gform-theme--framework.gform_wrapper .block-home-hero .wp-block-button input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) span {
  font-weight: 600;
}
.block-home-hero .wp-block-button .wp-element-button:hover, .block-home-hero .wp-block-button .gform-theme.gform-theme--framework.gform_wrapper .button:hover:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .block-home-hero .wp-block-button .button:hover:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .block-home-hero .wp-block-button .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:hover:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .block-home-hero .wp-block-button .gform-theme-button:hover:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .block-home-hero .wp-block-button .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:hover:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .block-home-hero .wp-block-button :where(:not(.mce-splitbtn)) > button:hover:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .block-home-hero .wp-block-button .gform-theme.gform-theme--framework.gform_wrapper input:hover:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .block-home-hero .wp-block-button input:hover:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .block-home-hero .wp-block-button .wp-element-button:focus, .block-home-hero .wp-block-button .gform-theme.gform-theme--framework.gform_wrapper .button:focus:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .block-home-hero .wp-block-button .button:focus:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .block-home-hero .wp-block-button .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:focus:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .block-home-hero .wp-block-button .gform-theme-button:focus:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .block-home-hero .wp-block-button .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:focus:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .block-home-hero .wp-block-button :where(:not(.mce-splitbtn)) > button:focus:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .block-home-hero .wp-block-button .gform-theme.gform-theme--framework.gform_wrapper input:focus:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .block-home-hero .wp-block-button input:focus:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  background-color: #BB7A17;
  border-color: #BB7A17;
}
.block-home-hero .wp-block-button.is-style-outline .wp-element-button, .block-home-hero .wp-block-button.is-style-outline .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .block-home-hero .wp-block-button.is-style-outline .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .block-home-hero .wp-block-button.is-style-outline .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .block-home-hero .wp-block-button.is-style-outline .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .block-home-hero .wp-block-button.is-style-outline .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .block-home-hero .wp-block-button.is-style-outline :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .block-home-hero .wp-block-button.is-style-outline .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .block-home-hero .wp-block-button.is-style-outline input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  background-color: transparent;
  border-color: white;
  color: white;
}
.block-home-hero .wp-block-button.is-style-outline .wp-element-button:hover, .block-home-hero .wp-block-button.is-style-outline .gform-theme.gform-theme--framework.gform_wrapper .button:hover:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .block-home-hero .wp-block-button.is-style-outline .button:hover:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .block-home-hero .wp-block-button.is-style-outline .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:hover:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .block-home-hero .wp-block-button.is-style-outline .gform-theme-button:hover:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .block-home-hero .wp-block-button.is-style-outline .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:hover:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .block-home-hero .wp-block-button.is-style-outline :where(:not(.mce-splitbtn)) > button:hover:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .block-home-hero .wp-block-button.is-style-outline .gform-theme.gform-theme--framework.gform_wrapper input:hover:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .block-home-hero .wp-block-button.is-style-outline input:hover:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .block-home-hero .wp-block-button.is-style-outline .wp-element-button:focus, .block-home-hero .wp-block-button.is-style-outline .gform-theme.gform-theme--framework.gform_wrapper .button:focus:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .block-home-hero .wp-block-button.is-style-outline .button:focus:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .block-home-hero .wp-block-button.is-style-outline .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:focus:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .block-home-hero .wp-block-button.is-style-outline .gform-theme-button:focus:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .block-home-hero .wp-block-button.is-style-outline .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:focus:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .block-home-hero .wp-block-button.is-style-outline :where(:not(.mce-splitbtn)) > button:focus:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .block-home-hero .wp-block-button.is-style-outline .gform-theme.gform-theme--framework.gform_wrapper input:focus:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .block-home-hero .wp-block-button.is-style-outline input:focus:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  background-color: #52AD8B;
  border-color: #52AD8B;
  color: white;
}

.block-interior-hero {
  background-position: right top !important;
}
.block-interior-hero .banner-text {
  max-width: 750px;
  padding-bottom: 100px;
  padding-top: 72px;
}
@media (max-width: 1405px) {
  .block-interior-hero .banner-text {
    max-width: 750px;
  }
}
@media (max-width: 1000px) {
  .block-interior-hero .banner-text {
    max-width: 100%;
    padding-bottom: 0;
    padding-top: 20px;
  }
}
.block-interior-hero .banner-callout {
  font-size: 80px;
}
@media (max-width: 1405px) {
  .block-interior-hero .banner-callout {
    font-size: 60px;
  }
}
@media (max-width: 650px) {
  .block-interior-hero .banner-callout {
    font-size: 45px;
  }
}
@media (max-width: 1000px) {
  .block-interior-hero.no-image {
    padding-bottom: 50px;
  }
}
.block-interior-hero.no-image .banner-text {
  max-width: 100%;
}
@media (min-width: 1001px) {
  .block-interior-hero.no-image .banner-text {
    max-width: 80%;
  }
}

@media (max-width: 1000px) {
  .block-home-icons .icon-two-col > div {
    display: block;
  }
}
@media (max-width: 1000px) {
  .block-home-icons .icon-block {
    padding-top: 70px;
  }
}
.block-home-icons .icon-columns {
  margin-bottom: 55px;
  justify-content: flex-end;
}
@media (max-width: 1000px) {
  .block-home-icons .icon-columns {
    justify-content: flex-start;
  }
}
@media (max-width: 781px) {
  .block-home-icons .icon-columns {
    text-align: center;
  }
}
.block-home-icons .icon-columns figure {
  margin-bottom: 0;
}
.block-home-icons .icon-columns h3 {
  color: #52AD8B;
  margin-bottom: 0;
  font-size: 23px;
  line-height: 1.53;
}
.block-home-icons .icon-columns p {
  margin-bottom: 0;
}

.block-home-industries {
  background-image: url(/wp-content/uploads/2024/08/cross-section-graphic-cropped.jpg);
  background-position: right top;
  background-size: 598px auto;
  background-repeat: no-repeat;
}
@media (max-width: 1000px) {
  .block-home-industries .mobile-wrap.wp-block-genesis-blocks-gb-columns.gb-layout-columns-2.gb-2-col-equal > div {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-areas: "col1" "col2";
  }
}
@media (min-width: 1001px) {
  .block-home-industries .wp-block-image {
    padding-left: 50px;
  }
}
.block-home-industries .wp-block-buttons {
  padding-top: 25px;
}
@media (max-width: 1000px) {
  .block-home-industries .wp-block-buttons {
    margin-bottom: 35px;
  }
}
.block-home-industries .wp-block-list {
  padding-left: 0;
}
.block-home-industries .wp-block-list li::marker {
  color: #D29230;
}
.block-home-industries.block-mint {
  background-image: url(/wp-content/uploads/2024/09/leaf-bg.jpg);
  background-position: left bottom;
  background-size: 780px auto;
  background-repeat: no-repeat;
}
@media (min-width: 1001px) {
  .block-home-industries.block-mint .wp-block-image {
    padding-left: 0;
    padding-right: 50px;
  }
}
@media (max-width: 1000px) {
  .block-home-industries.block-mint .wp-block-image {
    margin-bottom: 35px;
  }
}
@media (max-width: 1000px) {
  .block-home-industries.block-mint .wp-block-buttons {
    margin-bottom: 0;
  }
}

.home-wire-img {
  position: relative;
}
.home-wire-img img {
  position: absolute;
  max-width: 100%;
  height: auto;
  z-index: 1000;
  width: 87vw !important;
  margin-top: -12vw;
}

.block-normal-content .container {
  max-width: 950px;
}

.block-media-content .container {
  max-width: 1155px;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-embed.is-type-video {
  border-radius: 10px !important;
  overflow: hidden !important;
}

.block-image-bg .content-block {
  max-width: 789px;
  border-radius: 10px;
  padding: 80px;
}
.block-image-bg .content-block.block-right {
  margin-left: auto;
}
@media (max-width: 767px) {
  .block-image-bg .content-block {
    padding: 40px;
  }
}
.block-image-bg .content-block h2, .block-image-bg .content-block h3 {
  color: white;
}

@media (max-width: 1000px) {
  .block-content-left .gb-layout-columns-2 > .gb-layout-column-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-areas: "col1" "col2";
  }
}
@media (min-width: 1001px) {
  .block-content-left .wp-block-image {
    padding-left: 40px;
  }
}
@media (max-width: 1000px) {
  .block-content-left .wp-block-image {
    margin-top: 35px;
  }
}

@media (max-width: 1000px) {
  .block-content-right .gb-layout-columns-2 > .gb-layout-column-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-areas: "col1" "col2";
  }
}
@media (min-width: 1001px) {
  .block-content-right .wp-block-image {
    padding-right: 40px;
  }
}
@media (max-width: 1000px) {
  .block-content-right .wp-block-image {
    margin-bottom: 35px;
  }
}

.block-form .form-group {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.gform-theme--foundation .gfield .ginput_password,
.gform-theme--foundation .gfield input,
.gform-theme--foundation .gfield select,
.gform-theme--foundation .gfield textarea {
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  border: 1px solid #979797;
}

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  margin-left: auto;
  margin-right: auto;
  min-width: 215px;
  padding-top: 17px;
  padding-bottom: 17px;
  margin-top: 35px;
}
.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus {
  background-color: #BB7A17;
}

.block-cta .cta-group {
  max-width: 1041px;
  margin-left: auto;
  margin-right: auto;
}
.block-cta .cta-group h3 {
  color: white;
  line-height: 1.2;
  margin-bottom: 20px;
}
.block-cta .cta-group p {
  max-width: 935px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
}
.block-cta .cta-group .wp-block-button.is-style-outline a {
  color: white;
  border-color: white;
}
.block-cta .cta-group .wp-block-button.is-style-outline a:hover, .block-cta .cta-group .wp-block-button.is-style-outline a:focus {
  background-color: white;
  color: #469376;
}

.block-table-group .table-label {
  margin-bottom: 0;
  color: white;
  background-color: #52AD8B;
  font-size: 19px;
  font-weight: 900;
  text-align: center;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border: 1px solid #52AD8B;
  padding: 10px;
}

.wp-block-table {
  position: relative;
}
.wp-block-table table {
  position: relative;
}
.wp-block-table table thead {
  background-color: #E4E0DB;
  border-bottom: 0;
  color: #062c2c;
  font-size: 11px;
  font-weight: 700;
}
.wp-block-table table thead th {
  border-bottom: none;
  border-color: #979797;
  padding: 15px 2.4% !important;
  line-height: 1.1;
}
.wp-block-table table tbody {
  font-size: 13px;
}
.wp-block-table table tbody td {
  border-color: #979797;
  border-top: 0;
  border-bottom: 1px solid #979797;
  padding: 15px 2.4%;
  line-height: 1.1;
}
.wp-block-table table tbody tr:nth-child(even) {
  background-color: white;
}
.wp-block-table .wp-element-caption {
  text-align: left;
}
.wp-block-table .wp-element-caption br {
  display: block;
  content: "";
  margin-bottom: 10px;
}
.wp-block-table .wp-element-caption br:after {
  content: "";
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 1000px) {
  .block-callout-grid .gb-layout-column-wrap {
    display: block;
  }
}
@media (min-width: 1001px) {
  .block-callout-grid {
    margin-bottom: 50px;
  }
}
.block-callout-grid .gb-block-layout-column {
  height: 100%;
}
.block-callout-grid .gb-block-layout-column .gb-block-layout-column-inner {
  height: 100%;
}

.block-callout {
  background-color: #E4E0DB;
  border-radius: 10px;
  padding: 50px 30px;
  height: 100%;
}
@media (max-width: 1000px) {
  .block-callout {
    margin-bottom: 50px;
  }
}
.block-callout .wp-block-group__inner-container {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.block-callout h3 {
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 25px;
}
.block-callout ul {
  margin-bottom: 0;
}
.block-callout ul li {
  margin-bottom: 20px;
}
.block-callout.block-callout-cta {
  background-color: #C7EDD9;
}
.block-callout.block-callout-cta h3 {
  font-size: 40px;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .block-callout.block-callout-cta h3 {
    font-size: 33px;
  }
}

.block-table-image .gb-2-col-wideright > .gb-layout-column-wrap {
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 3.5fr;
}
@media (max-width: 1000px) {
  .block-table-image .gb-2-col-wideright > .gb-layout-column-wrap {
    display: block;
  }
}
.block-table-image .table-image-column .gb-block-layout-column-inner {
  height: 100%;
}
.block-table-image .table-image {
  padding-right: 30px;
}
@media (min-width: 1001px) {
  .block-table-image .table-image {
    position: sticky;
    width: 21vw;
    max-width: 300px;
    top: 0;
  }
}
.block-table-image .wp-block-table {
  position: relative;
}
.block-table-image .wp-block-table table {
  position: relative;
  margin-bottom: 25px;
}
.block-table-image .wp-block-table table thead th {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #E4E0DB;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 100%;
  border-width: 1px;
  border-color: #979797;
}

.block-product-tabs {
  padding-top: 30px;
  padding-bottom: 30px;
}
.block-product-tabs .product-tabs .tab-buttons {
  border-bottom: 10px solid #52AD8B;
}
.block-product-tabs .product-tabs .tab-buttons .tab-btn {
  background-color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 10px;
  border-top: 1px solid #062c2c;
  border-left: 1px solid #062c2c;
  border-right: 1px solid #062c2c;
  color: #062c2c;
  font-weight: 900;
  font-size: 17px;
}
@media (max-width: 1100px) {
  .block-product-tabs .product-tabs .tab-buttons .tab-btn {
    width: 100%;
  }
}
.block-product-tabs .product-tabs .tab-buttons .tab-btn.active {
  background-color: #52AD8B;
  border-color: #52AD8B;
  color: white;
}
.block-product-tabs .product-tabs .tab-buttons .tab-btn img {
  border-radius: 3px;
  vertical-align: middle;
  margin-top: -4px;
  overflow: hidden !important;
}
.block-product-tabs .product-tabs .tab-content {
  border-bottom: 1px solid #979797;
  border-left: 1px solid #979797;
  border-right: 1px solid #979797;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.block-product-tabs .product-tabs .tab-content .table-image {
  text-align: center;
}
.block-product-tabs .product-tabs .tab-content img {
  border-radius: 10px;
  overflow: hidden !important;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.block-product-tabs .product-tabs .tab-content table {
  margin-bottom: 0;
}
.block-product-tabs .product-tabs .tab-content .table-main {
  vertical-align: top;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  border-left: 1px solid #979797;
}
.block-product-tabs .product-tabs .tab-content .table-main table tr {
  background-color: transparent !important;
}
.block-product-tabs .product-tabs .tab-content .table-main table tr:last-of-type td {
  border-bottom: 0;
}
.block-product-tabs .product-tabs .tab-content .table-main table td {
  border-bottom: 1px solid #979797;
}
.block-product-tabs .product-tabs .tab-content .table-main table td.table-label {
  background-color: #E4E0DB;
  color: #062c2c;
  font-size: 14px;
  font-weight: 700;
  border-right: 1px solid #979797;
}
.block-product-tabs .product-tabs .tab-content .table-main table td.table-content {
  font-size: 14px;
}
.block-product-tabs .product-tabs .tab-content .table-main table td.table-content.extra-table {
  padding: 0;
}
.block-product-tabs .product-tabs .tab-content .table-main table td.table-content.extra-table p {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  font-style: italic;
}
.block-product-tabs .product-tabs .tab-content .table-main table td.table-content table.chartborder {
  padding: 0;
}
.block-product-tabs .product-tabs .tab-content .table-main table td.table-content table.chartborder td {
  font-size: 14px;
}
.block-product-tabs .product-tabs .tab-content .table-main table td.table-content table.chartborder tr:first-of-type td {
  font-weight: 700;
}
.block-product-tabs .product-tabs .tab-content .table-main table td.table-content table.chartborder tr:nth-child(even) {
  background-color: #E4E0DB !important;
}
.block-product-tabs .product-tabs .tab-content .table-main table td.table-content a {
  color: #52AD8B;
  text-decoration: underline;
  box-shadow: none !important;
}
.block-product-tabs .product-tabs .tab-content .table-main table td.table-content a:hover, .block-product-tabs .product-tabs .tab-content .table-main table td.table-content a:focus {
  color: #062c2c;
  border: none;
}

.site-footer {
  background-color: #554e46;
  color: white;
  font-size: 15px;
  background-image: url(/wp-content/uploads/2024/08/root-footer.jpg);
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}
@media (max-width: 1000px) {
  .site-footer {
    text-align: center;
  }
}
.site-footer a {
  color: white;
}
.site-footer a:hover, .site-footer a:focus {
  color: white;
  opacity: 0.7;
}
.site-footer .container {
  padding: 0 2%;
}
@media (min-width: 1200px) {
  .site-footer .container {
    padding: 0 3%;
  }
}
@media (max-width: 1000px) {
  .site-footer .container {
    padding: 0 8%;
  }
}
.site-footer .accepted-cards {
  margin-bottom: 15px;
}
.site-footer .accepted-cards img {
  display: inline-block;
  width: 60px;
  margin-bottom: 5px;
  margin-right: 5px;
}
@media (max-width: 1000px) {
  .site-footer .accepted-cards img {
    margin-left: 5px;
  }
}
.site-footer .footer-widgets .footer-column p {
  margin-bottom: 1.5em;
}
@media (min-width: 1001px) {
  .site-footer .footer-widgets .footer-column {
    width: 25% !important;
    margin-right: 0 !important;
    padding-right: 4% !important;
  }
}
@media (min-width: 1001px) {
  .site-footer .footer-widgets .footer-column:last-of-type {
    width: 75% !important;
    padding-right: 0 !important;
  }
}
.site-footer .footer-widgets .footer-column .widget_nav_menu ul#menu-footer-menu {
  list-style-type: none;
  float: left;
  width: 100%;
}
.site-footer .footer-widgets .footer-column .widget_nav_menu ul#menu-footer-menu li {
  list-style-type: none;
}
.site-footer .footer-widgets .footer-column .widget_nav_menu ul#menu-footer-menu li a {
  font-weight: 300;
}
.site-footer .footer-widgets .footer-column .widget_nav_menu ul#menu-footer-menu li ul {
  margin-left: 0;
  margin-top: 30px;
}
.site-footer .footer-widgets .footer-column .widget_nav_menu ul#menu-footer-menu > li {
  width: 33%;
  float: left;
  padding-left: 25px;
}
.site-footer .footer-widgets .footer-column .widget_nav_menu ul#menu-footer-menu > li > a {
  font-weight: 800;
  font-size: 17px;
}
@media (max-width: 1000px) {
  .site-footer .footer-widgets .footer-column .widget_nav_menu ul#menu-footer-menu > li {
    width: 100%;
    float: none;
    border-left: 0;
    border-top: 3px solid rgba(255, 255, 255, 0.18);
    padding: 30px 0;
  }
}
.site-footer .footer-widgets .footer-column #menu-social {
  padding-top: 20px;
}
.site-footer .footer-widgets .footer-column #menu-social li {
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 1000px) {
  .site-footer .footer-widgets .footer-column #menu-social li {
    margin-left: 20px;
  }
}
.site-footer .footer-widgets .footer-column #menu-social li img {
  height: 45px;
  width: auto;
}

.footer-widgets + .footer-bottom {
  border-top: 3px solid rgba(255, 255, 255, 0.18);
}

.mobile-ctas {
  display: none;
}

@media (max-width: 991px) {
  .mobile-ctas {
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #353535;
    color: white;
    z-index: 1000;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  }
}
.mobile-ctas a {
  color: white;
  font-weight: 900;
}

.mobile-ctas .mobile-cta {
  display: inline-block;
  width: 33.33%;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.mobile-ctas .mobile-cta:last-child {
  border: none;
}

.mobile-ctas .mobile-cta a {
  display: block;
  font-size: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 900;
}

@media (max-width: 767px) {
  .mobile-ctas .mobile-cta a {
    font-size: 20px;
  }
}
/*--------------------------------------------------------------
# WP Admin Bar
--------------------------------------------------------------*/
#wpadminbar #wp-admin-bar-current-template > .ab-item:before {
  content: "\f499";
  top: 2px;
}

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