@font-face {
  font-family: 'Open Sans';
  src: url('/font/OpenSans-Light-webfont.eot');
  src: url('/font/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('/font/OpenSans-Light-webfont.woff') format('woff'), url('/font/OpenSans-Light-webfont.ttf') format('truetype'), url('/font/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/font/OpenSans-Regular-webfont.eot');
  src: url('/font/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('/font/OpenSans-Regular-webfont.woff') format('woff'), url('/font/OpenSans-Regular-webfont.ttf') format('truetype'), url('/font/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
  font-weight: normal;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .sm-hidden {
    display: none !important;
  }
}
.m-t {
  margin-top: 20px;
}
.m-b {
  margin-bottom: 20px;
}
.text-navy,
.text-primary {
  color: #cd2431;
}
.force-wrap {
  word-wrap: break-word;
  word-break: break-all;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
/*!
 * font-awesome-animation - v0.0.10
 * https://github.com/l-lin/font-awesome-animation
 * License: MIT
 */
@-webkit-keyframes wrench {
  0% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  8% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  10% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  18% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  20% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  28% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  30% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  38% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  40% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  48% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  50% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  58% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  60% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  68% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  75%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes wrench {
  0% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  8% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  10% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  18% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  20% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  28% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  30% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  38% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  40% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  48% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  50% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  58% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  60% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  68% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  75%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.faa-wrench.animated,
.faa-wrench.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-wrench {
  -webkit-animation: wrench 2.5s ease infinite;
  animation: wrench 2.5s ease infinite;
  transform-origin-x: 90%;
  transform-origin-y: 35%;
  transform-origin-z: initial;
}
.faa-wrench.animated.faa-fast,
.faa-wrench.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-wrench.faa-fast {
  -webkit-animation: wrench 1.2s ease infinite;
  animation: wrench 1.2s ease infinite;
}
.faa-wrench.animated.faa-slow,
.faa-wrench.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-wrench.faa-slow {
  -webkit-animation: wrench 3.7s ease infinite;
  animation: wrench 3.7s ease infinite;
}
/* BELL */
@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  2% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  4% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  6% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  8% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  10% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  12% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  14% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  18% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  20%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes ring {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  2% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  4% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  6% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  8% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  10% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  12% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  14% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  18% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  20%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.faa-ring.animated,
.faa-ring.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-ring {
  -webkit-animation: ring 2s ease infinite;
  animation: ring 2s ease infinite;
  transform-origin-x: 50%;
  transform-origin-y: 0px;
  transform-origin-z: initial;
}
.faa-ring.animated.faa-fast,
.faa-ring.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-ring.faa-fast {
  -webkit-animation: ring 1s ease infinite;
  animation: ring 1s ease infinite;
}
.faa-ring.animated.faa-slow,
.faa-ring.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-ring.faa-slow {
  -webkit-animation: ring 3s ease infinite;
  animation: ring 3s ease infinite;
}
/* VERTICAL */
@-webkit-keyframes vertical {
  0% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
  4% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  8% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
  12% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  16% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
  20% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  22%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes vertical {
  0% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
  4% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  8% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
  12% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  16% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
  20% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  22%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.faa-vertical.animated,
.faa-vertical.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-vertical {
  -webkit-animation: vertical 2s ease infinite;
  animation: vertical 2s ease infinite;
}
.faa-vertical.animated.faa-fast,
.faa-vertical.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-vertical.faa-fast {
  -webkit-animation: vertical 1s ease infinite;
  animation: vertical 1s ease infinite;
}
.faa-vertical.animated.faa-slow,
.faa-vertical.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-vertical.faa-slow {
  -webkit-animation: vertical 4s ease infinite;
  animation: vertical 4s ease infinite;
}
/* HORIZONTAL */
@-webkit-keyframes horizontal {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  6% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
  12% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  18% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
  24% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
  36%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes horizontal {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  6% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
  12% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  18% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
  24% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
  36%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.faa-horizontal.animated,
.faa-horizontal.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-horizontal {
  -webkit-animation: horizontal 2s ease infinite;
  animation: horizontal 2s ease infinite;
}
.faa-horizontal.animated.faa-fast,
.faa-horizontal.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-horizontal.faa-fast {
  -webkit-animation: horizontal 1s ease infinite;
  animation: horizontal 1s ease infinite;
}
.faa-horizontal.animated.faa-slow,
.faa-horizontal.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-horizontal.faa-slow {
  -webkit-animation: horizontal 3s ease infinite;
  animation: horizontal 3s ease infinite;
}
/* FLASHING */
@-webkit-keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.faa-flash.animated,
.faa-flash.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-flash {
  -webkit-animation: flash 2s ease infinite;
  animation: flash 2s ease infinite;
}
.faa-flash.animated.faa-fast,
.faa-flash.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-flash.faa-fast {
  -webkit-animation: flash 1s ease infinite;
  animation: flash 1s ease infinite;
}
.faa-flash.animated.faa-slow,
.faa-flash.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-flash.faa-slow {
  -webkit-animation: flash 3s ease infinite;
  animation: flash 3s ease infinite;
}
/* BOUNCE */
@-webkit-keyframes bounce {
  0%,
  10%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  10%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.faa-bounce.animated,
.faa-bounce.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-bounce {
  -webkit-animation: bounce 2s ease infinite;
  animation: bounce 2s ease infinite;
}
.faa-bounce.animated.faa-fast,
.faa-bounce.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-bounce.faa-fast {
  -webkit-animation: bounce 1s ease infinite;
  animation: bounce 1s ease infinite;
}
.faa-bounce.animated.faa-slow,
.faa-bounce.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-bounce.faa-slow {
  -webkit-animation: bounce 3s ease infinite;
  animation: bounce 3s ease infinite;
}
/* SPIN */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.faa-spin.animated,
.faa-spin.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-spin {
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
.faa-spin.animated.faa-fast,
.faa-spin.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-spin.faa-fast {
  -webkit-animation: spin 0.7s linear infinite;
  animation: spin 0.7s linear infinite;
}
.faa-spin.animated.faa-slow,
.faa-spin.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-spin.faa-slow {
  -webkit-animation: spin 2.2s linear infinite;
  animation: spin 2.2s linear infinite;
}
/* FLOAT */
@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.faa-float.animated,
.faa-float.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-float {
  -webkit-animation: float 2s linear infinite;
  animation: float 2s linear infinite;
}
.faa-float.animated.faa-fast,
.faa-float.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-float.faa-fast {
  -webkit-animation: float 1s linear infinite;
  animation: float 1s linear infinite;
}
.faa-float.animated.faa-slow,
.faa-float.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-float.faa-slow {
  -webkit-animation: float 3s linear infinite;
  animation: float 3s linear infinite;
}
/* PULSE */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.faa-pulse.animated,
.faa-pulse.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-pulse {
  -webkit-animation: pulse 2s linear infinite;
  animation: pulse 2s linear infinite;
}
.faa-pulse.animated.faa-fast,
.faa-pulse.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-pulse.faa-fast {
  -webkit-animation: pulse 1s linear infinite;
  animation: pulse 1s linear infinite;
}
.faa-pulse.animated.faa-slow,
.faa-pulse.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-pulse.faa-slow {
  -webkit-animation: pulse 3s linear infinite;
  animation: pulse 3s linear infinite;
}
/* SHAKE */
.faa-shake.animated,
.faa-shake.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-shake {
  -webkit-animation: wrench 2.5s ease infinite;
  animation: wrench 2.5s ease infinite;
}
.faa-shake.animated.faa-fast,
.faa-shake.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-shake.faa-fast {
  -webkit-animation: wrench 1.2s ease infinite;
  animation: wrench 1.2s ease infinite;
}
.faa-shake.animated.faa-slow,
.faa-shake.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-shake.faa-slow {
  -webkit-animation: wrench 3.7s ease infinite;
  animation: wrench 3.7s ease infinite;
}
/* TADA */
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-8deg);
    transform: scale(0.9) rotate(-8deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: scale(1.3) rotate(8deg);
    transform: scale(1.3) rotate(8deg);
  }
  40%,
  60% {
    -webkit-transform: scale(1.3) rotate(-8deg);
    transform: scale(1.3) rotate(-8deg);
  }
  80%,
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-8deg);
    transform: scale(0.9) rotate(-8deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: scale(1.3) rotate(8deg);
    transform: scale(1.3) rotate(8deg);
  }
  40%,
  60% {
    -webkit-transform: scale(1.3) rotate(-8deg);
    transform: scale(1.3) rotate(-8deg);
  }
  80%,
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.faa-tada.animated,
.faa-tada.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-tada {
  -webkit-animation: tada 2s linear infinite;
  animation: tada 2s linear infinite;
}
.faa-tada.animated.faa-fast,
.faa-tada.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-tada.faa-fast {
  -webkit-animation: tada 1s linear infinite;
  animation: tada 1s linear infinite;
}
.faa-tada.animated.faa-slow,
.faa-tada.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-tada.faa-slow {
  -webkit-animation: tada 3s linear infinite;
  animation: tada 3s linear infinite;
}
/* PASSING */
@-webkit-keyframes passing {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
}
@keyframes passing {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
}
.faa-passing.animated,
.faa-passing.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-passing {
  -webkit-animation: passing 2s linear infinite;
  animation: passing 2s linear infinite;
}
.faa-passing.animated.faa-fast,
.faa-passing.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-passing.faa-fast {
  -webkit-animation: passing 1s linear infinite;
  animation: passing 1s linear infinite;
}
.faa-passing.animated.faa-slow,
.faa-passing.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-passing.faa-slow {
  -webkit-animation: passing 3s linear infinite;
  animation: passing 3s linear infinite;
}
/* PASSING REVERSE */
@-webkit-keyframes passing-reverse {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
}
@keyframes passing-reverse {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
}
.faa-passing-reverse.animated,
.faa-passing-reverse.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-passing-reverse {
  -webkit-animation: passing-reverse 2s linear infinite;
  animation: passing-reverse 2s linear infinite;
}
.faa-passing-reverse.animated.faa-fast,
.faa-passing-reverse.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-passing-reverse.faa-fast {
  -webkit-animation: passing-reverse 1s linear infinite;
  animation: passing-reverse 1s linear infinite;
}
.faa-passing-reverse.animated.faa-slow,
.faa-passing-reverse.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-passing-reverse.faa-slow {
  -webkit-animation: passing-reverse 3s linear infinite;
  animation: passing-reverse 3s linear infinite;
}
/* WAVE */
@-webkit-keyframes burst {
  0% {
    opacity: .6;
  }
  50% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes burst {
  0% {
    opacity: .6;
  }
  50% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.faa-burst.animated,
.faa-burst.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-burst {
  -webkit-animation: burst 2s infinite linear;
  animation: burst 2s infinite linear;
}
.faa-burst.animated.faa-fast,
.faa-burst.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-burst.faa-fast {
  -webkit-animation: burst 1s infinite linear;
  animation: burst 1s infinite linear;
}
.faa-burst.animated.faa-slow,
.faa-burst.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-burst.faa-slow {
  -webkit-animation: burst 3s infinite linear;
  animation: burst 3s infinite linear;
}
/**
*    CHUUUUUUTT!
*/
@-webkit-keyframes zoom {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    background-color: #a21c27;
  }
  50% {
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
    background-color: #b7202c;
  }
  100% {
    transition: scale(1);
    -webkit-transform: scale(1);
    background-color: #a21c27;
  }
}
@keyframes zoom {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    background-color: #a21c27;
  }
  50% {
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
    background-color: #b7202c;
  }
  100% {
    transition: scale(1);
    -webkit-transform: scale(1);
    background-color: #a21c27;
  }
}
.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 216px;
  padding: 10px;
  height: 40px;
  color: white;
  border: 0;
  border-radius: 3px;
  background-color: #CD2431;
  cursor: pointer;
  line-height: 40px;
  text-align: center;
  transition: background-color 0.5s ease-out;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  -webkit-animation-duration: .9s;
          animation-duration: .9s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.button:hover {
  -webkit-animation: zoom;
          animation: zoom;
  background-color: #a21c27;
}
.button--expand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 216px;
  padding: 10px;
  height: 40px;
  color: white;
  border: 0;
  border-radius: 3px;
  background-color: #CD2431;
  cursor: pointer;
  line-height: 40px;
  text-align: center;
  transition: background-color 0.5s ease-out;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  -webkit-animation-duration: .9s;
          animation-duration: .9s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  transition: opacity .6s, -webkit-transform .6s;
  transition: transform .6s, opacity .6s;
  transition: transform .6s, opacity .6s, -webkit-transform .6s;
  position: relative;
  transition-delay: .5s;
  width: 100%;
  height: 85px;
}
.button--expand:hover {
  -webkit-animation: zoom;
          animation: zoom;
  background-color: #a21c27;
}
.button--link {
  color: #808080;
  text-decoration: underline;
}
.button--link--animated {
  color: #808080;
  text-decoration: underline;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  transition: opacity .6s, -webkit-transform .6s;
  transition: transform .6s, opacity .6s;
  transition: transform .6s, opacity .6s, -webkit-transform .6s;
  transition-delay: .5s;
  position: relative;
  text-decoration: none;
}
.button--link--animated:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 1px;
  content: '';
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  background-color: #303131;
}
.button--link--animated:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.button--empty {
  color: #808080;
  text-decoration: underline;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  transition: opacity .6s, -webkit-transform .6s;
  transition: transform .6s, opacity .6s;
  transition: transform .6s, opacity .6s, -webkit-transform .6s;
  transition-delay: .5s;
  position: relative;
  text-decoration: none;
}
.button--empty:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 1px;
  content: '';
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  background-color: #303131;
}
.button--empty:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.button--empty:after {
  background-color: white;
}
.active > .button--empty:after,
.button--empty.active:after {
  background-color: #CD2431;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
html,
button,
input,
textarea,
select {
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  color: #303131 default;
  font-family: "futura-pt", Roboto, Futura, "Century Gothic", AppleGothic, sans-serif;
  font-weight: 400 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "futura-pt", Roboto, Futura, "Century Gothic", AppleGothic, sans-serif;
  font-weight: 400 !important;
}
h1 {
  font-size: 40px;
  line-height: 48px;
}
h2 {
  font-size: 28px;
  line-height: 32px;
}
h3 {
  font-size: 24px;
  line-height: 28px;
}
h4 {
  font-size: 20px;
  line-height: 24px;
}
h5 {
  text-transform: uppercase;
  color: #CCCCCC default;
  font-size: 14px;
  line-height: 20px;
}
h6 {
  color: #AAAAAA default;
}
p {
  font-size: 16px;
  line-height: 24px;
  color: #303131 default;
}
sub,
sup {
  font-size: .8em;
}
sub {
  bottom: -0.2em;
}
sup {
  top: -0.2em;
}
b {
  font-weight: bold;
}
em {
  font-style: italic;
}
a {
  text-decoration: none;
  color: #808080 default;
}
.comedians {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 auto;
  margin-top: 45px;
  max-width: 797px;
}
.not-visible .comedian {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.comedian {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: opacity .8s, -webkit-transform .8s;
  transition: opacity .8s, transform .8s;
  transition: opacity .8s, transform .8s, -webkit-transform .8s;
}
.comedian:nth-child(1) {
  transition-delay: 0.1s;
}
.comedian:nth-child(2) {
  transition-delay: 0.2s;
}
.comedian:nth-child(3) {
  transition-delay: 0.3s;
}
.comedian:nth-child(4) {
  transition-delay: 0.4s;
}
.comedian:nth-child(5) {
  transition-delay: 0.5s;
}
.comedian:nth-child(6) {
  transition-delay: 0.6s;
}
.comedian:nth-child(7) {
  transition-delay: 0.7s;
}
.comedian:nth-child(8) {
  transition-delay: 0.8s;
}
.comedian:nth-child(9) {
  transition-delay: 0.9s;
}
.comedian:nth-child(10) {
  transition-delay: 1s;
}
.comedian:nth-child(11) {
  transition-delay: 1.1s;
}
.comedian:nth-child(12) {
  transition-delay: 1.2s;
}
.comedian:nth-child(13) {
  transition-delay: 1.3s;
}
.comedian:nth-child(14) {
  transition-delay: 1.4s;
}
.comedian:nth-child(15) {
  transition-delay: 1.5s;
}
.comedian:nth-child(16) {
  transition-delay: 1.6s;
}
.comedian:nth-child(17) {
  transition-delay: 1.7s;
}
.comedian:nth-child(18) {
  transition-delay: 1.8s;
}
.comedian {
  position: relative;
  border-radius: 50%;
  margin: 20px 5px;
  width: 104px;
}
.comedian a {
  width: 100%;
  height: 100%;
}
.comedian .comedian__image_container:after {
  content: '';
  position: absolute;
  background-color: #CD2431;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.comedian:hover .comedian__image_container:after {
  transition: opacity .2s;
  opacity: .7;
}
.comedian .comedian__image_container__hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  color: white;
  opacity: 0;
}
.comedian:hover .comedian__image_container__hover {
  transition: opacity .2s;
  opacity: 1;
}
.comedian__image_container {
  width: 104px;
  height: 104px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}
.comedian__image_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.comedian__firstname,
.comedian__lastname {
  font-size: 16px;
  text-transform: capitalize;
  color: #303131;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .comedians .comedian {
    display: none;
  }
  .comedians .comedian:nth-child(-n+12) {
    display: block;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .comedians .comedian {
    display: none;
  }
  .comedians .comedian:nth-child(-n+10) {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .comedians .comedian {
    display: none;
  }
  .comedians .comedian:nth-child(-n+6) {
    display: block;
  }
}
.footer {
  background: #F2F2F2;
}
.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  height: 100px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 480px) {
  .footer ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 130px;
  }
}
.footer ul li {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 480px) {
  .footer ul li {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.footer-link--animated {
  color: #808080;
  text-decoration: underline;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  transition: opacity .6s, -webkit-transform .6s;
  transition: transform .6s, opacity .6s;
  transition: transform .6s, opacity .6s, -webkit-transform .6s;
  transition-delay: .5s;
  position: relative;
  text-decoration: none;
}
.footer-link--animated:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 1px;
  content: '';
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  background-color: #303131;
}
.footer-link--animated:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.footer-link,
.footer-link--animated,
.footer-link--twitter,
.footer-link--facebook,
.footer-link--linkedin,
.footer-link--google,
.footer-link--medium {
  margin-right: 15px;
  margin-left: 15px;
  transition: color .5s;
}
.footer-link--twitter {
  color: #1DA1F2;
}
.footer-link--twitter:hover {
  color: #0C85D0;
}
.footer-link--facebook {
  color: #3B5998;
}
.footer-link--facebook:hover {
  color: #2D4373;
}
.footer-link--linkedin {
  color: #0077B5;
}
.footer-link--linkedin:hover {
  color: #005582;
}
.footer-link--google {
  color: #DD4B39;
}
.footer-link--google:hover {
  color: #C23321;
}
.footer-link--medium {
  color: #02b875;
}
.footer-link--medium:hover {
  color: #018655;
}
.header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  padding-bottom: 30px;
  background: transparent;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  transition: background 0.4s;
  background: linear-gradient(to bottom, rgba(48, 49, 49, 0) 0%, rgba(55, 55, 55, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00303131', endColorstr='#313131', GradientType=0);
}
.header .header__title,
.header .header__subtitle,
.header .button {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
  transition: opacity .8s, -webkit-transform .8s;
  transition: transform .8s, opacity .8s;
  transition: transform .8s, opacity .8s, -webkit-transform .8s;
}
.header .header__subtitle {
  transition-delay: .4s;
}
.header .button {
  transition-delay: .8s;
}
.header.not-visible {
  background: #303131;
}
.header.not-visible .header__title,
.header.not-visible .header__subtitle,
.header.not-visible .button {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.header.not-visible .header__image_container {
  opacity: 0 !important;
  -webkit-transform: scale(1.5) !important;
          transform: scale(1.5) !important;
}
.header-theydidit {
  min-height: 36vh;
}
.header-common {
  min-height: 30vh;
}
.header__btn {
  font-size: 20px;
  line-height: 24px;
}
.header__content {
  max-width: 900px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header__title {
  font-size: 62px;
  line-height: 70px;
  font-family: "futura-pt", Roboto, Futura, "Century Gothic", AppleGothic, sans-serif;
  font-weight: 400 !important;
  color: white;
}
.header__subtitle {
  font-size: 28px;
  line-height: 32px;
  font-family: "futura-pt", Roboto, Futura, "Century Gothic", AppleGothic, sans-serif;
  font-weight: 300 !important;
  color: white;
  margin-bottom: 20px;
}
.header__image_container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
  transition-delay: .5s;
}
.header__image_container img {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.header--left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  padding-bottom: 30px;
  background: transparent;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  transition: background 0.4s;
  background: linear-gradient(to bottom, rgba(48, 49, 49, 0) 0%, rgba(55, 55, 55, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00303131', endColorstr='#313131', GradientType=0);
}
.header--left .header__title,
.header--left .header__subtitle,
.header--left .button {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
  transition: opacity .8s, -webkit-transform .8s;
  transition: transform .8s, opacity .8s;
  transition: transform .8s, opacity .8s, -webkit-transform .8s;
}
.header--left .header__subtitle {
  transition-delay: .4s;
}
.header--left .button {
  transition-delay: .8s;
}
.header--left.not-visible {
  background: #303131;
}
.header--left.not-visible .header__title,
.header--left.not-visible .header__subtitle,
.header--left.not-visible .button {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.header--left.not-visible .header__image_container {
  opacity: 0 !important;
  -webkit-transform: scale(1.5) !important;
          transform: scale(1.5) !important;
}
.header--left-theydidit {
  min-height: 36vh;
}
.header--left-common {
  min-height: 30vh;
}
.header--left .header__content {
  /*@media  screen and (min-width: 768px) {
      text-align : left;
    }*/
  text-align: left;
}
@media screen and (max-width: 900px) {
  .header--left .header__content {
    margin-top: 10px;
    text-align: center;
  }
  .header--left .header__content .button {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .header--left .header__content .header__subtitle {
    padding: 0 20px;
  }
}
.header--left.not-visible .header__title,
.header--left.not-visible .header__subtitle,
.header--left.not-visible .button {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
.links {
  padding: 1px;
}
.links ul {
  width: 100%;
  /*max-width : 900px;*/
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 50px auto;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .links ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.links ul li {
  position: relative;
  overflow: hidden;
  height: 120px;
  width: 120px;
  padding: 10px;
  border-radius: 50%;
  margin: 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  line-height: 24px;
}
.links ul li.active {
  display: none;
}
.links ul li:after {
  content: '';
  position: absolute;
  border-radius: 50%;
  opacity: .5;
  background-color: #303131;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity .2s;
}
.links ul li img {
  top: 0;
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.links ul li a {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: inherit;
  height: inherit;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: white;
  font-weight: 300 !important;
  font-family: "futura-pt", Roboto, Futura, "Century Gothic", AppleGothic, sans-serif;
  font-weight: 500 !important;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}
.links ul li a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.links ul li:hover:after {
  background-color: #CD2431;
  opacity: .3;
}
.links ul li:hover img {
  -webkit-filter: blur(1px);
          filter: blur(1px);
}
.links--dark {
  padding: 1px;
  background: #555555;
}
.links--dark ul {
  width: 100%;
  /*max-width : 900px;*/
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 50px auto;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .links--dark ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.links--dark ul li {
  position: relative;
  overflow: hidden;
  height: 120px;
  width: 120px;
  padding: 10px;
  border-radius: 50%;
  margin: 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  line-height: 24px;
}
.links--dark ul li.active {
  display: none;
}
.links--dark ul li:after {
  content: '';
  position: absolute;
  border-radius: 50%;
  opacity: .5;
  background-color: #303131;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity .2s;
}
.links--dark ul li img {
  top: 0;
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.links--dark ul li a {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: inherit;
  height: inherit;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: white;
  font-weight: 300 !important;
  font-family: "futura-pt", Roboto, Futura, "Century Gothic", AppleGothic, sans-serif;
  font-weight: 500 !important;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}
.links--dark ul li a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.links--dark ul li:hover:after {
  background-color: #CD2431;
  opacity: .3;
}
.links--dark ul li:hover img {
  -webkit-filter: blur(1px);
          filter: blur(1px);
}
.links--fat {
  padding: 1px;
}
.links--fat ul {
  width: 100%;
  /*max-width : 900px;*/
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 50px auto;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .links--fat ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.links--fat ul li {
  position: relative;
  overflow: hidden;
  height: 120px;
  width: 120px;
  padding: 10px;
  border-radius: 50%;
  margin: 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  line-height: 24px;
}
.links--fat ul li.active {
  display: none;
}
.links--fat ul li:after {
  content: '';
  position: absolute;
  border-radius: 50%;
  opacity: .5;
  background-color: #303131;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity .2s;
}
.links--fat ul li img {
  top: 0;
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.links--fat ul li a {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: inherit;
  height: inherit;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: white;
  font-weight: 300 !important;
  font-family: "futura-pt", Roboto, Futura, "Century Gothic", AppleGothic, sans-serif;
  font-weight: 500 !important;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}
.links--fat ul li a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.links--fat ul li:hover:after {
  background-color: #CD2431;
  opacity: .3;
}
.links--fat ul li:hover img {
  -webkit-filter: blur(1px);
          filter: blur(1px);
}
.links--fat ul li {
  font-size: 20px;
  line-height: 24px;
  width: 170px;
  height: 170px;
}
.navigation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  background-color: #303131;
  color: white;
  min-height: 51px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .navigation {
    position: relative;
  }
}
.navigation .navigation__container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1100px) {
  .navigation .navigation__container {
    position: fixed;
    top: -120%;
    left: 0;
    height: 100vh;
    background-color: #303131;
    width: 100%;
    transition: top 0.3s ease-in-out 0s;
    display: block;
  }
  .navigation .navigation__container li {
    display: block;
    text-align: center;
    padding: 15px 20px;
    margin: 0;
  }
  .navigation .navigation__container li:first-child {
    text-align: right;
    font-size: 25px;
    padding-top: 10px;
    padding-right: 12px;
  }
  .navigation .navigation__container.show {
    top: 0;
  }
  .navigation .navigation__container .dropdown__menu {
    position: relative;
  }
}
.navigation .navigation__container .toggle-menu {
  font-size: 22px;
}
.navigation__container--mobile {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.navigation .navigation__container--mobile li {
  padding: 0 15px;
  margin: 0;
}
@media screen and (min-width: 1100px) {
  .navigation__container--mobile {
    display: none !important;
  }
}
.navigation ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
.navigation ul li {
  margin-left: 10px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.navigation ul li a,
.navigation ul li button {
  color: white;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  white-space: nowrap;
  font-size: 16px;
}
.navigation ul li .toggle-menu {
  background-color: transparent;
  border: none;
}
.navigation ul li.highlight {
  background: #CD2431;
  transition: background 0.3s ease-in-out 0s;
}
.navigation ul li.highlight:hover {
  background: #a21c27;
}
.navigation ul li.active > a {
  color: #CD2431;
}
@media screen and (max-width: 1100px) {
  .navigation ul li {
    /*display: none !important;*/
  }
  .navigation ul li li .hidden-mobile {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  .navigation ul li .toggle-menu {
    display: none;
  }
}
.navigation .dropdown {
  position: relative;
}
.navigation .dropdown:before {
  content: '\f107';
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 18px;
  font-size: 18px;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .navigation .dropdown:before {
    right: 10px;
    top: 7px;
    font-size: 25px;
  }
}
.navigation .dropdown:after {
  content: '';
  position: absolute;
  top: calc(98%);
  right: 0;
  width: 100%;
  height: 2px;
  background: white;
  -webkit-transform: scale(0);
          transform: scale(0);
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}
.navigation .dropdown:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.navigation .dropdown > a.active {
  color: #CD2431;
}
.navigation .dropdown__menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  background: #303131;
  cursor: pointer;
  top: 100%;
  min-width: 100%;
  left: 0;
}
.navigation .dropdown__menu li {
  height: 51px;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.navigation .dropdown__menu li.active {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}
.navigation .dropdown__menu.open li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dropdown__title {
  color: white !important;
}
.dropdown > a:not(.active) {
  display: none;
}
.dropdown > a.active {
  pointer-events: none;
}
.dropdown__menu > li.active {
  display: none !important;
}
.section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 30vh;
  margin: 0 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .section {
    min-height: auto;
  }
}
@media screen and (max-width: 480px) {
  .section {
    padding: 0 10px;
  }
}
.section.not-visible .section__image_container,
.section.not-visible .section__title,
.section.not-visible .section__title--primary,
.section.not-visible .section__subtitle,
.section.not-visible .section__body,
.section.not-visible .button--link,
.section.not-visible .button {
  opacity: 0 !important;
}
.section .button {
  margin-top: 20px;
}
.section__image_container {
  z-index: 1;
}
.fade {
  opacity: 1;
  transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  -webkit-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
}
.section__image_container {
  opacity: 1;
  transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  -webkit-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  position: relative;
  transition-delay: 2;
}
.section__title,
.section__title--primary,
.section__subtitle,
.section__body,
.button--link,
.button {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  transition: opacity .6s, -webkit-transform .6s;
  transition: transform .6s, opacity .6s;
  transition: transform .6s, opacity .6s, -webkit-transform .6s;
  position: relative;
}
.section__title:after,
.section__title--primary:after,
.section__subtitle:after {
  background: #CD2431;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  transition: width .3s;
  transition-delay: .2s;
}
.section--left.not-visible .section__title:after,
.section--right.not-visible .section__title:after,
.section--left.not-visible .section__title--primary:after,
.section--right.not-visible .section__title--primary:after,
.section--left.not-visible .section__subtitle:after,
.section--right.not-visible .section__subtitle:after {
  width: 100% !important;
}
.section__title,
.section__title--primary {
  transition-delay: 0;
}
.section__subtitle {
  transition-delay: .2s;
}
.section__body {
  transition-delay: .4s;
}
.button,
.button--link {
  transition-delay: .5s;
}
.section--shrink {
  min-width: auto;
}
.section--full {
  min-width: 100%;
}
.section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 480px) {
  .section__content {
    padding: 50px 5px;
  }
}
.section__content__align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section__title,
.section__subtitle,
.section__body {
  max-width: 551px;
  font-family: "futura-pt", Roboto, Futura, "Century Gothic", AppleGothic, sans-serif;
  font-weight: 300 !important;
}
.section__title {
  font-size: 28px;
  line-height: 32px;
  font-family: "futura-pt", Roboto, Futura, "Century Gothic", AppleGothic, sans-serif;
  font-weight: 400 !important;
}
.section__title--primary {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  transition: opacity .6s, -webkit-transform .6s;
  transition: transform .6s, opacity .6s;
  transition: transform .6s, opacity .6s, -webkit-transform .6s;
  position: relative;
  transition-delay: 0;
  max-width: 551px;
  font-weight: 300 !important;
  font-size: 28px;
  line-height: 32px;
  font-family: "futura-pt", Roboto, Futura, "Century Gothic", AppleGothic, sans-serif;
  font-weight: 400 !important;
  color: #CD2431;
}
.section__title--primary:after {
  background: #CD2431;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  transition: width .3s;
  transition-delay: .2s;
}
.section__subtitle {
  font-size: 24px;
  line-height: 28px;
}
.section__subtitle--primary {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  transition: opacity .6s, -webkit-transform .6s;
  transition: transform .6s, opacity .6s;
  transition: transform .6s, opacity .6s, -webkit-transform .6s;
  position: relative;
  transition-delay: .2s;
  max-width: 551px;
  font-family: "futura-pt", Roboto, Futura, "Century Gothic", AppleGothic, sans-serif;
  font-weight: 300 !important;
  font-size: 24px;
  line-height: 28px;
  color: #CD2431;
}
.section__subtitle--primary:after {
  background: #CD2431;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  transition: width .3s;
  transition-delay: .2s;
}
.section__body {
  font-size: 20px;
  line-height: 24px;
}
.section__body--primary {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  transition: opacity .6s, -webkit-transform .6s;
  transition: transform .6s, opacity .6s;
  transition: transform .6s, opacity .6s, -webkit-transform .6s;
  position: relative;
  transition-delay: .4s;
  max-width: 551px;
  font-family: "futura-pt", Roboto, Futura, "Century Gothic", AppleGothic, sans-serif;
  font-weight: 300 !important;
  font-size: 20px;
  line-height: 24px;
  color: #CD2431;
}
.section__image_container {
  max-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px 0;
  max-width: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .section__image_container {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    max-width: 80%;
  }
}
.section__image_container img {
  width: 100%;
  height: auto;
}
.section--center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: white;
  min-height: 45vh !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 30vh;
  margin: 0 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .section--center {
    min-height: auto;
  }
}
@media screen and (max-width: 480px) {
  .section--center {
    padding: 0 10px;
  }
}
.section--center.not-visible .section__image_container,
.section--center.not-visible .section__title,
.section--center.not-visible .section__title--primary,
.section--center.not-visible .section__subtitle,
.section--center.not-visible .section__body,
.section--center.not-visible .button--link,
.section--center.not-visible .button {
  opacity: 0 !important;
}
.section--center .button {
  margin-top: 20px;
}
.section--center .section__content {
  width: 100%;
  max-width: 900px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.section--center .section__content--large {
  max-width: 1200px;
}
.section--center .section__image_container {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
@media screen and (min-width: 768px) {
  .section--center.not-visible .section__image_container {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  .section--center.not-visible .section__title,
  .section--center.not-visible .section__title--primary,
  .section--center.not-visible .section__subtitle,
  .section--center.not-visible .section__body,
  .section--center.not-visible .button--link,
  .section--center.not-visible .button {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}
.section--right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 30vh;
  margin: 0 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .section--right {
    min-height: auto;
  }
}
@media screen and (max-width: 480px) {
  .section--right {
    padding: 0 10px;
  }
}
.section--right.not-visible .section__image_container,
.section--right.not-visible .section__title,
.section--right.not-visible .section__title--primary,
.section--right.not-visible .section__subtitle,
.section--right.not-visible .section__body,
.section--right.not-visible .button--link,
.section--right.not-visible .button {
  opacity: 0 !important;
}
.section--right .button {
  margin-top: 20px;
}
.section--right .section__content__align {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .section--right.not-visible .section__image_container {
    -webkit-transform: translateY(550px);
            transform: translateY(550px);
  }
  .section--right.not-visible .section__title,
  .section--right.not-visible .section__title--primary,
  .section--right.not-visible .section__subtitle,
  .section--right.not-visible .section__body,
  .section--right.not-visible .button--link,
  .section--right.not-visible .button {
    -webkit-transform: translateY(550px);
            transform: translateY(550px);
  }
}
@media screen and (max-width: 768px) {
  .section--right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: white;
    min-height: 45vh !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 30vh;
    margin: 0 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section--right.not-visible .section__image_container,
  .section--right.not-visible .section__title,
  .section--right.not-visible .section__title--primary,
  .section--right.not-visible .section__subtitle,
  .section--right.not-visible .section__body,
  .section--right.not-visible .button--link,
  .section--right.not-visible .button {
    opacity: 0 !important;
  }
  .section--right .button {
    margin-top: 20px;
  }
  .section--right .section__content {
    width: 100%;
    max-width: 900px;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .section--right .section__content--large {
    max-width: 1200px;
  }
  .section--right .section__image_container {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
@media screen and (max-width: 768px) and screen and (max-width: 768px) {
  .section--right {
    min-height: auto;
  }
}
@media screen and (max-width: 768px) and screen and (max-width: 480px) {
  .section--right {
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) and screen and (min-width: 768px) {
  .section--right.not-visible .section__image_container {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  .section--right.not-visible .section__title,
  .section--right.not-visible .section__title--primary,
  .section--right.not-visible .section__subtitle,
  .section--right.not-visible .section__body,
  .section--right.not-visible .button--link,
  .section--right.not-visible .button {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}
.section--left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 30vh;
  margin: 0 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .section--left {
    min-height: auto;
  }
}
@media screen and (max-width: 480px) {
  .section--left {
    padding: 0 10px;
  }
}
.section--left.not-visible .section__image_container,
.section--left.not-visible .section__title,
.section--left.not-visible .section__title--primary,
.section--left.not-visible .section__subtitle,
.section--left.not-visible .section__body,
.section--left.not-visible .button--link,
.section--left.not-visible .button {
  opacity: 0 !important;
}
.section--left .button {
  margin-top: 20px;
}
.section--left .section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 480px) {
  .section--left .section__content {
    padding: 50px 5px;
  }
}
.section--left .section__content__align {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .section--left.not-visible .section__image_container {
    -webkit-transform: translateY(550px);
            transform: translateY(550px);
  }
  .section--left.not-visible .section__title,
  .section--left.not-visible .section__title--primary,
  .section--left.not-visible .section__subtitle,
  .section--left.not-visible .section__body,
  .section--left.not-visible .button--link,
  .section--left.not-visible .button {
    -webkit-transform: translateY(550px);
            transform: translateY(550px);
  }
}
@media screen and (max-width: 768px) {
  .section--left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: white;
    min-height: 45vh !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 30vh;
    margin: 0 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section--left.not-visible .section__image_container,
  .section--left.not-visible .section__title,
  .section--left.not-visible .section__title--primary,
  .section--left.not-visible .section__subtitle,
  .section--left.not-visible .section__body,
  .section--left.not-visible .button--link,
  .section--left.not-visible .button {
    opacity: 0 !important;
  }
  .section--left .button {
    margin-top: 20px;
  }
  .section--left .section__content {
    width: 100%;
    max-width: 900px;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .section--left .section__content--large {
    max-width: 1200px;
  }
  .section--left .section__image_container {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
@media screen and (max-width: 768px) and screen and (max-width: 768px) {
  .section--left {
    min-height: auto;
  }
}
@media screen and (max-width: 768px) and screen and (max-width: 480px) {
  .section--left {
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) and screen and (min-width: 768px) {
  .section--left.not-visible .section__image_container {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  .section--left.not-visible .section__title,
  .section--left.not-visible .section__title--primary,
  .section--left.not-visible .section__subtitle,
  .section--left.not-visible .section__body,
  .section--left.not-visible .button--link,
  .section--left.not-visible .button {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}
section[class^='section']:nth-child(odd) {
  background: white;
}
section[class^='section']:nth-child(even) {
  background: #F2F2F2;
}
.testimonies {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 100px;
}
@media screen and (max-width: 480px) {
  .testimonies {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.testimony {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 215px;
}
.testimony .testimony__image_container {
  width: 140px;
  height: 140px;
  background: #C0C0C0;
  border-radius: 50%;
  margin-bottom: 20px;
}
.testimony .testimony__title {
  font-family: "futura-pt", Roboto, Futura, "Century Gothic", AppleGothic, sans-serif;
  font-weight: 500 !important;
}
.tiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 50px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 480px) {
  .tiles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 5px;
  padding: 10px 10px 25px 10px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 300px;
          flex: 1 1 300px;
}
@media screen and (max-width: 480px) {
  .tile {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 200px;
            flex: 1 1 200px;
  }
}
.tile .tile__icon,
.tile .tile__title,
.tile .tile__body {
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
  transition: opacity .4s, -webkit-transform .4s;
  transition: transform .4s, opacity .4s;
  transition: transform .4s, opacity .4s, -webkit-transform .4s;
}
.tile .tile__icon {
  transition-delay: .2s;
}
.tile .tile__title {
  transition-delay: .3s;
}
.tile .tile__body {
  transition-delay: .4s;
}
.tile.not-visible .tile__icon,
.tile.not-visible .tile__title,
.tile.not-visible .tile__body {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.tile__icon {
  font-size: 55px;
  color: #CD2431;
}
.tile__icon-margin {
  margin-bottom: 10px;
}
.tile__title {
  font-size: 20px;
  line-height: 24px;
}
.tile__body {
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
}
.tiles--small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 50px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 480px) {
  .tiles--small {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.tiles--small .tile {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 200px;
          flex: 1 1 200px;
}
.tiles--small .tile__icon {
  font-size: 30px;
}
.prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .prices {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.price {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 5px;
  padding: 30px;
  background: white;
  color: #303131;
  max-width: 500px;
  box-shadow: 0 10px 10px 0 #CCCCCC;
  font-weight: 500;
}
.price li {
  font-weight: 500;
}
.price__image {
  min-height: 205px;
}
.price .button,
.price--primary .button {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 0 20px;
}
.price--primary {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 5px;
  padding: 30px;
  background: white;
  color: #303131;
  max-width: 500px;
  box-shadow: 0 10px 10px 0 #CCCCCC;
  font-weight: 500;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: opacity .6s, -webkit-transform .6s;
  transition: transform .6s, opacity .6s;
  transition: transform .6s, opacity .6s, -webkit-transform .6s;
  transition-delay: .3s;
  z-index: 1;
}
.price--primary li {
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
}
.price {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: opacity .6s, -webkit-transform .6s;
  transition: transform .6s, opacity .6s;
  transition: transform .6s, opacity .6s, -webkit-transform .6s;
  transition-delay: .3s;
}
@media only screen and (min-width: 768px) {
  .not-visible .price {
    opacity: 0;
    -webkit-transform: translateX(250px);
            transform: translateX(250px);
  }
}
@media only screen and (min-width: 768px) {
  .not-visible .price--primary + .price {
    -webkit-transform: translateX(-250px);
            transform: translateX(-250px);
  }
}
.price__title {
  text-transform: uppercase;
  font-family: "futura-pt", Roboto, Futura, "Century Gothic", AppleGothic, sans-serif;
  font-weight: 500 !important;
  text-align: center;
  color: #61a8c6;
}
.price--primary .price__title {
  color: #CD2431;
}
.price__subtitle {
  font-family: "futura-pt", Roboto, Futura, "Century Gothic", AppleGothic, sans-serif;
  font-weight: 300 !important;
  font-size: 12px;
  line-height: 16px;
  min-height: 60px;
  max-width: 300px;
  margin: 0 auto;
}
.price__cost {
  color: #61a8c6;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.price--primary .price__cost {
  color: #CD2431;
}
.price__cost__unit {
  color: #61a8c6;
  font-size: 80px;
  line-height: 100px;
}
.price--primary .price__cost__unit {
  color: #CD2431;
}
.price__cost__cent {
  font-size: 28px;
  line-height: 32px;
  color: #61a8c6;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.price--primary .price__cost__cent {
  color: #CD2431;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.price__cost__from {
  font-size: 14px;
  line-height: 20px;
  color: #61a8c6;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.price--primary .price__cost__from {
  color: #303131;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.price__subcost {
  font-size: 14px;
  line-height: 20px;
  min-height: 25px;
}
.price__from {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.price__body {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}
.price ul,
.price--primary ul {
  list-style: none;
  padding: 0;
  text-align: left;
}
.price ul li,
.price--primary ul li {
  margin: 15px auto;
}
.price ul li.check,
.price--primary ul li.check {
  text-align: left;
  position: relative;
}
.price ul li.check:after,
.price--primary ul li.check:after {
  position: absolute;
  right: 0;
  content: '\f00c';
  font-family: 'FontAwesome';
}
.price .lowlight {
  text-align: center;
  margin: 20px 0;
  color: #bdbdbd;
}
.price .fa,
.price--primary .fa {
  width: 24px;
  text-align: center;
}
.price highlight,
.price .highlight {
  color: #61a8c6;
  font-weight: 700;
}
.price--primary highlight,
.price--primary .highlight {
  color: #CD2431;
  font-weight: 700;
}
.price strike,
.price .strike,
.price--primary strike,
.price--primary .strike {
  color: #555555;
  text-decoration: line-through;
}
.price li.separator,
.price--primary li.separator {
  height: 60px;
  margin: 0 100px;
  position: relative;
}
.price li.separator:after,
.price--primary li.separator:after {
  content: '';
  position: absolute;
  left: 0;
  top: 30px;
  bottom: 30px;
  right: 0;
  height: 1px;
  background-color: #cfcfcf;
}
.price__list__header {
  margin-bottom: 43px;
}
.priceprod {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 5px;
  padding: 30px;
  background: white;
  color: #303131;
  max-width: 500px;
  font-weight: 500;
}
.priceprod li {
  font-weight: 500;
}
.priceprod__image {
  padding: 10px;
  min-height: 110px;
}
.priceprod .button,
.price--primary .button {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 0 20px;
}
.priceprod {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: opacity .8s, -webkit-transform .8s;
  transition: transform .8s, opacity .8s;
  transition: transform .8s, opacity .8s, -webkit-transform .8s;
  transition-delay: .5s;
}
.not-visible .priceprod {
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .not-visible .priceprod {
    -webkit-transform: translateX(250px);
            transform: translateX(250px);
  }
}
@media only screen and (min-width: 768px) {
  .not-visible .price--primary + .priceprod {
    -webkit-transform: translateX(-250px);
            transform: translateX(-250px);
  }
}
.priceprod__subtitle {
  font-family: "futura-pt", Roboto, Futura, "Century Gothic", AppleGothic, sans-serif;
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 24px;
  min-height: 25px;
  max-width: 300px;
  margin: 0 auto;
}
.priceprod__cost__from {
  font-size: 14px;
  line-height: 20px;
  color: #303131;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.priceprod__from {
  font-size: 14px;
  line-height: 20px;
  color: #303131;
  text-align: center;
}
.priceprod__body {
  font-size: 14px;
  line-height: 20px;
  color: #808080;
  text-align: left;
  margin: 10px;
  margin-bottom: 30px;
}
.priceprod__title {
  text-transform: uppercase;
  font-family: "futura-pt", Roboto, Futura, "Century Gothic", AppleGothic, sans-serif;
  font-weight: 500 !important;
  text-align: center;
  color: #303131;
}
.priceprod__subcost {
  font-size: 14px;
  line-height: 20px;
  color: #808080;
  min-height: 25px;
}
.priceprod__cts {
  font-size: 20px;
  line-height: 24px;
  color: #808080;
  -ms-flex-item-align: end;
      align-self: flex-end;
  line-height: 60px;
}
.priceprod__cost {
  color: #303131;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.priceprod__cost__unit {
  color: #808080;
  font-size: 80px;
  line-height: 100px;
}
.priceprod__cost__unit__text {
  color: #303131;
}
.priceprod ul {
  list-style: none;
  padding: 0;
  text-align: left;
}
.priceprod ul li {
  margin: 15px auto;
}
.priceprod ul li.check {
  text-align: left;
  position: relative;
}
.priceprod ul li.check:after {
  position: absolute;
  right: 0;
  content: '\f00c';
  font-family: 'FontAwesome';
}
.priceprod .lowlight {
  text-align: center;
  margin: 20px 0;
  color: #bdbdbd;
}
.priceprod .fa,
.price--primary .fa {
  width: 24px;
  text-align: center;
}
.priceprod highlight,
.priceprod .highlight {
  color: #cd2431;
}
.priceprod strike,
.priceprod .strike,
.price--primary strike,
.price--primary .strike {
  color: #555555;
  text-decoration: line-through;
}
.priceprod li.separator {
  height: 60px;
  margin: 0 100px;
  position: relative;
}
.priceprod li.separator:after {
  content: '';
  position: absolute;
  left: 0;
  top: 30px;
  bottom: 30px;
  right: 0;
  height: 1px;
  background-color: #cfcfcf;
}
.theydidit {
  max-width: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media only screen and (max-width: 768px) {
  .theydidit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 414px) {
  .theydidit {
    max-width: 414px;
  }
}
@media only screen and (max-width: 412px) {
  .theydidit {
    max-width: 412px;
  }
}
@media only screen and (max-width: 375px) {
  .theydidit {
    max-width: 375px;
  }
}
@media only screen and (max-width: 320px) {
  .theydidit {
    max-width: 320px;
  }
}
.theydidit p {
  text-align: left;
}
.theydidit-result {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.theydidit--search {
  item: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 5px;
  margin-top: 20px;
  width: 600px;
  font-weight: 500;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 480px) {
  .theydidit--search {
    max-width: 480px;
  }
}
@media only screen and (max-width: 414px) {
  .theydidit--search {
    max-width: 414px;
  }
}
@media only screen and (max-width: 412px) {
  .theydidit--search {
    max-width: 412px;
  }
}
@media only screen and (max-width: 375px) {
  .theydidit--search {
    max-width: 375px;
  }
}
@media only screen and (max-width: 320px) {
  .theydidit--search {
    max-width: 320px;
  }
}
.theydidit--random {
  item: 2;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 5px;
  padding: 30px;
  max-width: 500px;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .theydidit--random {
    max-width: 480px;
  }
}
@media only screen and (max-width: 414px) {
  .theydidit--random {
    max-width: 414px;
  }
}
@media only screen and (max-width: 412px) {
  .theydidit--random {
    max-width: 412px;
  }
}
@media only screen and (max-width: 375px) {
  .theydidit--random {
    max-width: 375px;
  }
}
@media only screen and (max-width: 320px) {
  .theydidit--random {
    max-width: 320px;
  }
}
.theydidit--random-comedians {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 auto;
  max-width: 797px;
}
@media screen and (max-width: 480px) {
  .theydidit--random-comedians {
    max-width: 480px;
  }
}
.theydidit--results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 5px;
  font-weight: 500;
}
.theydidit--results-comedians {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  margin: 0 auto;
}
.theydidit--results-text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.theydidit--results-search {
  item: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 5px;
  padding-top: 50px;
  font-weight: 500;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.theydidit-suggestion {
  padding: 6px 12px;
  cursor: pointer;
}
.theydidit-suggestions-category {
  border-bottom: 1px solid rgba(228, 228, 228, 0.6);
  border-top: 1px solid rgba(228, 228, 228, 0.6);
  padding: 6px 12px;
  color: #cd2431;
}
.theydidit-empty {
  padding: 6px 12px;
}
.theydidit-input-search {
  position: relative;
  padding-bottom: 2px;
  display: block;
  width: 500px;
  height: 20px;
  line-height: 20px;
  font-size: 18px !important;
  font-weight: 400;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  outline: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .theydidit-input-search {
    max-width: 480px;
  }
}
@media only screen and (max-width: 414px) {
  .theydidit-input-search {
    max-width: 414px;
  }
}
@media only screen and (max-width: 412px) {
  .theydidit-input-search {
    max-width: 412px;
  }
}
@media only screen and (max-width: 375px) {
  .theydidit-input-search {
    max-width: 375px;
  }
}
@media only screen and (max-width: 320px) {
  .theydidit-input-search {
    max-width: 320px;
  }
}
.aa-input-container {
  display: inline-block;
  position: relative;
}
.aa-input-search {
  width: 100%;
  padding: 12px 28px 12px 12px;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.aa-input-search::-webkit-search-decoration,
.aa-input-search::-webkit-search-cancel-button,
.aa-input-search::-webkit-search-results-button,
.aa-input-search::-webkit-search-results-decoration {
  display: none;
}
.aa-dropdown-menu {
  background-color: #fff;
  border: 1px solid rgba(228, 228, 228, 0.6);
  min-width: 500px;
  margin-top: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .aa-dropdown-menu {
    max-width: 480px;
  }
}
@media only screen and (max-width: 414px) {
  .aa-dropdown-menu {
    max-width: 414px;
  }
}
@media screen and (max-width: 412px) {
  .aa-dropdown-menu {
    max-width: 412px;
  }
}
@media screen and (max-width: 320px) {
  .aa-dropdown-menu {
    max-width: 320px;
  }
}
@media screen and (max-width: 375px) {
  .aa-dropdown-menu {
    max-width: 375px;
  }
}
.aa-suggestion {
  padding: 6px 12px;
  cursor: pointer;
}
.aa-suggestion em {
  color: #cd2431;
}
.aa-suggestion img {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  margin-right: 5px;
}
@media screen and (max-width: 480px) {
  .aa-suggestion img {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 320px) {
  .aa-suggestion img {
    max-width: 0px;
    max-height: 0px;
  }
}
.aa-suggestion:hover {
  background-color: #cd2431;
  color: #fff;
}
.aa-suggestion:hover em {
  color: #fff;
}
.aa-dropdown-menu {
  min-width: 500px;
}
@media screen and (max-width: 480px) {
  .aa-dropdown-menu {
    min-width: 480px;
    max-width: 480px;
  }
}
@media screen and (max-width: 414px) {
  .aa-dropdown-menu {
    min-width: 414px;
    max-width: 414px;
  }
}
@media screen and (max-width: 412px) {
  .aa-dropdown-menu {
    min-width: 412px;
    max-width: 412px;
  }
}
@media screen and (max-width: 320px) {
  .aa-dropdown-menu {
    min-width: 320px;
    max-width: 320px;
  }
}
@media screen and (max-width: 375px) {
  .aa-dropdown-menu {
    min-width: 375px;
    max-width: 375px;
  }
}
.aa-dropdown-menu > div {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
.aa-input {
  font-size: 18px !important;
  line-height: 18px;
  font-weight: 500;
}
.aa-hint {
  font-size: 18px !important;
  line-height: 18px;
  font-weight: 100;
  color: #ccc;
}
.aa-cursor {
  background-color: #cd2431;
  color: #fff;
}
.aa-cursor em {
  color: #fff;
}
.algolia-autocomplete {
  width: 100%;
}
.material-input-primary {
  position: relative;
  height: 60px;
  font-size: 18px !important;
  line-height: 18px;
  font-weight: 400;
  margin: 10px 0 3px 0;
  text-align: left;
}
.material-input-primary::after,
.material-input-primary::before {
  content: '';
  position: absolute;
  left: 0;
  height: 1px;
  background-color: #ccc default;
  width: 100%;
  transition: height 0.3s;
}
.material-input-primary::after {
  background-color: #808080;
  -webkit-transform: scaleX(0) default;
          transform: scaleX(0) default;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.material-input-primary .field-label {
  color: #ccc;
}
.material-input-primary .bar {
  background-color: #808080;
}
.material-input-primary.is-focused .field-label {
  color: #cd2431;
}
.material-input-primary.is-focused::after {
  background-color: #cd2431;
}
.material-input-primary.is-focused::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.material-input-primary.has-label .field-label {
  -webkit-transform: translateY(0) scale(0.75);
          transform: translateY(0) scale(0.75);
  color: #cd2431;
}
.material-input-primary.has-label::after {
  background-color: #cd2431;
}
/*
$foundation-palette: (
primary: #cd2431,
secondary: #92A8D1,
success: #a3d7db,
warning: #ffae00,
alert: #ec5840
);
*/
.material-input-btn {
  margin: 14px 0 3px 0;
}
.material-input-success {
  position: relative;
  height: 60px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  margin: 10px 0 3px 0;
}
.material-input-success::after,
.material-input-success::before {
  content: '';
  position: absolute;
  top: 40px;
  left: 0;
  height: 1px;
  background-color: #ccc;
  width: 100%;
  transition: height 0.3s;
}
.material-input-success::after {
  background-color: #1C84C6;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.material-input-success.is-focused .field-label {
  color: #1C84C6;
}
.material-input-success.is-focused::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.material-input-success.has-label .field-label {
  -webkit-transform: translateY(0) scale(0.75);
          transform: translateY(0) scale(0.75);
}
.field-label {
  display: block;
  position: relative;
  font-weight: 300;
  -webkit-transform: translateY(23px);
          transform: translateY(23px);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  padding-top: 5px;
  margin: 0;
  height: 30px;
}
.field-input {
  position: relative;
  padding-bottom: 2px;
  display: block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  outline: none;
  padding: 0;
  margin: 0;
}
.field-error {
  display: block;
  position: relative;
  font-weight: 300;
  text-align: right;
  color: #f8ac59;
  padding: 0;
  margin: 0;
  height: 20px;
  line-height: 20px;
}
input.reset {
  background: none;
  border: none;
  -webkit-appearance: none;
  outline: none;
  padding: 0;
  margin: 0;
}
.field-reset {
  position: absolute;
  right: 0;
  top: 20px;
  color: #808080;
}
.field-reset-hidden {
  visibility: hidden;
}
.field-reset:hover {
  color: #cd2431;
}
