@charset "UTF-8";
/*!
Theme Name: DSS-X
Author: Daniel Leczycki!
Author URI: http://www.deepsleepstudio.com
Description: DeepSleep Studio Custom Website
Version: 1.0.0
License: GNU General Public License v2 or later
*/ 
@font-face {
  font-family: "Suisse Neue";
  src: url("DSS/fonts/suisse/hinted-SuisseNeue-Regular.woff2") format("woff2"), url("DSS/fonts/suisse/hinted-SuisseNeue-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Suisse Int'l";
  src: url("DSS/fonts/suisse/hinted-SuisseIntl-Regular.woff2") format("woff2"), url("DSS/fonts/suisse/hinted-SuisseIntl-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Suisse Works";
  src: url("DSS/fonts/suisse/hinted-SuisseWorks-Regular.woff2") format("woff2"), url("DSS/fonts/suisse/hinted-SuisseWorks-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* ==========================================================================
   Normalize
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.62;
}

body {
  margin: 0;
}

a {
  text-decoration: none;
  color: #131313;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* ==========================================================================
   Sections
   ========================================================================== */
main {
  overflow: visible;
}

section {
  position: relative;
  z-index: 250;
}

/* ==========================================================================
   Animations
   ========================================================================== */
@-webkit-keyframes microbouncedown {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(0.1em);
    -ms-transform: translateY(0.1em);
    transform: translateY(0.1em);
  }
  60% {
    -webkit-transform: translateY(-0.075em);
    -ms-transform: translateY(-0.075em);
    transform: translateY(-0.075em);
  }
}
@keyframes microbouncedown {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(0.1em);
    -ms-transform: translateY(0.1em);
    transform: translateY(0.1em);
  }
  60% {
    -webkit-transform: translateY(-0.075em);
    -ms-transform: translateY(-0.075em);
    transform: translateY(-0.075em);
  }
}
@-webkit-keyframes microbounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-0.1em);
    -ms-transform: translateY(-0.1em);
    transform: translateY(-0.1em);
  }
  60% {
    -webkit-transform: translateY(0.075em);
    -ms-transform: translateY(0.075em);
    transform: translateY(0.075em);
  }
}
@keyframes microbounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-0.1em);
    -ms-transform: translateY(-0.1em);
    transform: translateY(-0.1em);
  }
  60% {
    -webkit-transform: translateY(0.075em);
    -ms-transform: translateY(0.075em);
    transform: translateY(0.075em);
  }
}
/* ==========================================================================
   Cool Animations
   ========================================================================== */
@-webkit-keyframes animate-in-from-left {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2rem, 0, 0);
            transform: translate3d(-2rem, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes animate-in-from-left {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2rem, 0, 0);
            transform: translate3d(-2rem, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes animate-out-from-left {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2rem, 0, 0);
            transform: translate3d(2rem, 0, 0);
  }
}
@keyframes animate-out-from-left {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2rem, 0, 0);
            transform: translate3d(2rem, 0, 0);
  }
}
body.intersection-observer-enabled .animate-in-from-left {
  opacity: 0;
  will-change: transform;
}

.inview .animate-in-from-left {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: animate-in-from-left;
          animation-name: animate-in-from-left;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.17, 0.04, 0.03, 0.94);
          animation-timing-function: cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

@-webkit-keyframes animate-in-from-right {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2rem, 0, 0);
            transform: translate3d(2rem, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes animate-in-from-right {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2rem, 0, 0);
            transform: translate3d(2rem, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes animate-out-from-right {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2rem, 0, 0);
            transform: translate3d(-2rem, 0, 0);
  }
}
@keyframes animate-out-from-right {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2rem, 0, 0);
            transform: translate3d(-2rem, 0, 0);
  }
}
body.intersection-observer-enabled .animate-in-from-right {
  opacity: 0;
  will-change: transform;
}

.inview .animate-in-from-right {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: animate-in-from-right;
          animation-name: animate-in-from-right;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.17, 0.04, 0.03, 0.94);
          animation-timing-function: cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

@-webkit-keyframes animate-in-from-bottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2rem, 0);
            transform: translate3d(0, 2rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes animate-in-from-bottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2rem, 0);
            transform: translate3d(0, 2rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes animate-in-from-bottom-2x {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 4rem, 0);
            transform: translate3d(0, 4rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes animate-in-from-bottom-2x {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 4rem, 0);
            transform: translate3d(0, 4rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
body.intersection-observer-enabled .animate-in-from-bottom {
  opacity: 0;
  will-change: transform;
}

.inview .animate-in-from-bottom {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: animate-in-from-bottom;
          animation-name: animate-in-from-bottom;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.17, 0.04, 0.03, 0.94);
          animation-timing-function: cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

@-webkit-keyframes animate-out-from-bottom {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2rem, 0);
            transform: translate3d(0, -2rem, 0);
  }
}

@keyframes animate-out-from-bottom {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2rem, 0);
            transform: translate3d(0, -2rem, 0);
  }
}
body.intersection-observer-enabled .animate-out-from-bottom {
  opacity: 0;
  will-change: transform;
}

.inview .animate-out-from-bottom {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: animate-out-from-bottom;
          animation-name: animate-out-from-bottom;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.17, 0.04, 0.03, 0.94);
          animation-timing-function: cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

@-webkit-keyframes animate-in-from-top {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2rem, 0);
            transform: translate3d(0, -2rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes animate-in-from-top {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2rem, 0);
            transform: translate3d(0, -2rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
body.intersection-observer-enabled .animate-in-from-top {
  opacity: 0;
  will-change: transform;
}

.inview .animate-in-from-top {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: animate-in-from-top;
          animation-name: animate-in-from-top;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.17, 0.04, 0.03, 0.94);
          animation-timing-function: cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

@-webkit-keyframes animate-out-from-top {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 2rem, 0);
            transform: translate3d(0, 2rem, 0);
  }
}

@keyframes animate-out-from-top {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 2rem, 0);
            transform: translate3d(0, 2rem, 0);
  }
}
body.intersection-observer-enabled .animate-out-from-top {
  opacity: 0;
  will-change: transform;
}

.inview .animate-out-from-top {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: animate-out-from-top;
          animation-name: animate-out-from-top;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.17, 0.04, 0.03, 0.94);
          animation-timing-function: cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

@-webkit-keyframes animate-in-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes animate-in-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes animate-out-fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes animate-out-fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
body.intersection-observer-enabled .animate-in-fade {
  opacity: 0;
  will-change: transform;
}

.inview .animate-in-fade {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: animate-in-fade;
          animation-name: animate-in-fade;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.17, 0.04, 0.03, 0.94);
          animation-timing-function: cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

.duration-1000ms {
  -webkit-animation-duration: 1000ms !important;
          animation-duration: 1000ms !important;
}

.duration-2000ms {
  -webkit-animation-duration: 2000ms !important;
          animation-duration: 2000ms !important;
}

.duration-3000ms {
  -webkit-animation-duration: 3000ms !important;
          animation-duration: 3000ms !important;
}

.duration-4000ms {
  -webkit-animation-duration: 4000ms !important;
          animation-duration: 4000ms !important;
}

.duration-5000ms {
  -webkit-animation-duration: 5000ms !important;
          animation-duration: 5000ms !important;
}

.duration-6000ms {
  -webkit-animation-duration: 6000ms !important;
          animation-duration: 6000ms !important;
}

.duration-7000ms {
  -webkit-animation-duration: 7000ms !important;
          animation-duration: 7000ms !important;
}

.delay-0ms {
  -webkit-animation-delay: 0ms !important;
          animation-delay: 0ms !important;
}

.delay-125ms {
  -webkit-animation-delay: 125ms !important;
          animation-delay: 125ms !important;
}

.delay-250ms {
  -webkit-animation-delay: 250ms !important;
          animation-delay: 250ms !important;
}

.delay-375ms {
  -webkit-animation-delay: 375ms !important;
          animation-delay: 375ms !important;
}

.delay-500ms {
  -webkit-animation-delay: 500ms !important;
          animation-delay: 500ms !important;
}

.delay-625ms {
  -webkit-animation-delay: 625ms !important;
          animation-delay: 625ms !important;
}

.delay-750ms {
  -webkit-animation-delay: 750ms !important;
          animation-delay: 750ms !important;
}

.delay-875ms {
  -webkit-animation-delay: 875ms !important;
          animation-delay: 875ms !important;
}

.delay-1000ms {
  -webkit-animation-delay: 1000ms !important;
          animation-delay: 1000ms !important;
}

.delay-1125ms {
  -webkit-animation-delay: 1125ms !important;
          animation-delay: 1125ms !important;
}

.delay-1250ms {
  -webkit-animation-delay: 1250ms !important;
          animation-delay: 1250ms !important;
}

.delay-1375ms {
  -webkit-animation-delay: 1375ms !important;
          animation-delay: 1375ms !important;
}

.delay-1500ms {
  -webkit-animation-delay: 1500ms !important;
          animation-delay: 1500ms !important;
}

.delay-1625ms {
  -webkit-animation-delay: 1625ms !important;
          animation-delay: 1625ms !important;
}

.delay-1750ms {
  -webkit-animation-delay: 1750ms !important;
          animation-delay: 1750ms !important;
}

.delay-1875ms {
  -webkit-animation-delay: 1875ms !important;
          animation-delay: 1875ms !important;
}

.delay-2000ms {
  -webkit-animation-delay: 2000ms !important;
          animation-delay: 2000ms !important;
}

.delay-2125ms {
  -webkit-animation-delay: 2125ms !important;
          animation-delay: 2125ms !important;
}

.delay-2250ms {
  -webkit-animation-delay: 2250ms !important;
          animation-delay: 2250ms !important;
}

.delay-2375ms {
  -webkit-animation-delay: 2375ms !important;
          animation-delay: 2375ms !important;
}

.delay-2500ms {
  -webkit-animation-delay: 2500ms !important;
          animation-delay: 2500ms !important;
}

.delay-2625ms {
  -webkit-animation-delay: 2625ms !important;
          animation-delay: 2625ms !important;
}

.delay-2750ms {
  -webkit-animation-delay: 2750ms !important;
          animation-delay: 2750ms !important;
}

.delay-2875ms {
  -webkit-animation-delay: 2875ms !important;
          animation-delay: 2875ms !important;
}

.delay-3000ms {
  -webkit-animation-delay: 3000ms !important;
          animation-delay: 3000ms !important;
}

.delay-3125ms {
  -webkit-animation-delay: 3125ms !important;
          animation-delay: 3125ms !important;
}

.delay-3250ms {
  -webkit-animation-delay: 3250ms !important;
          animation-delay: 3250ms !important;
}

.delay-3375ms {
  -webkit-animation-delay: 3375ms !important;
          animation-delay: 3375ms !important;
}

.delay-3500ms {
  -webkit-animation-delay: 3500ms !important;
          animation-delay: 3500ms !important;
}

.delay-3625ms {
  -webkit-animation-delay: 3625ms !important;
          animation-delay: 3625ms !important;
}

.delay-3750ms {
  -webkit-animation-delay: 3750ms !important;
          animation-delay: 3750ms !important;
}

.delay-3875ms {
  -webkit-animation-delay: 3875ms !important;
          animation-delay: 3875ms !important;
}

.delay-4000ms {
  -webkit-animation-delay: 4000ms !important;
          animation-delay: 4000ms !important;
}

/* ==========================================================================
   Cool Animations
   ========================================================================== */
@-webkit-keyframes flickr {
  from {
    opacity: 1;
  }
  3% {
    opacity: 0.37;
  }
  7% {
    opacity: 1;
  }
  10% {
    opacity: 0.7;
  }
  13% {
    opacity: 1;
  }
  20% {
    opacity: 0.2;
  }
  27% {
    opacity: 0.42;
  }
  30% {
    opacity: 1;
  }
  34% {
    opacity: 0.6;
  }
  40% {
    opacity: 1;
  }
  46% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.1;
  }
  53% {
    opacity: 1;
  }
  60% {
    opacity: 0.4;
  }
  67% {
    opacity: 1;
  }
  70% {
    opacity: 0.8;
  }
  73% {
    opacity: 1;
  }
  80% {
    opacity: 0.73;
  }
  84% {
    opacity: 1;
  }
  90% {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}
@keyframes flickr {
  from {
    opacity: 1;
  }
  3% {
    opacity: 0.37;
  }
  7% {
    opacity: 1;
  }
  10% {
    opacity: 0.7;
  }
  13% {
    opacity: 1;
  }
  20% {
    opacity: 0.2;
  }
  27% {
    opacity: 0.42;
  }
  30% {
    opacity: 1;
  }
  34% {
    opacity: 0.6;
  }
  40% {
    opacity: 1;
  }
  46% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.1;
  }
  53% {
    opacity: 1;
  }
  60% {
    opacity: 0.4;
  }
  67% {
    opacity: 1;
  }
  70% {
    opacity: 0.8;
  }
  73% {
    opacity: 1;
  }
  80% {
    opacity: 0.73;
  }
  84% {
    opacity: 1;
  }
  90% {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}
/* ==========================================================================
   Spinner
   ========================================================================== */
@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(36deg);
            transform: rotate(36deg);
  }
  20% {
    -webkit-transform: rotate(72deg);
            transform: rotate(72deg);
  }
  30% {
    -webkit-transform: rotate(108deg);
            transform: rotate(108deg);
  }
  40% {
    -webkit-transform: rotate(144deg);
            transform: rotate(144deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  60% {
    -webkit-transform: rotate(216deg);
            transform: rotate(216deg);
  }
  70% {
    -webkit-transform: rotate(252deg);
            transform: rotate(252deg);
  }
  80% {
    -webkit-transform: rotate(288deg);
            transform: rotate(288deg);
  }
  90% {
    -webkit-transform: rotate(324deg);
            transform: rotate(324deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(36deg);
            transform: rotate(36deg);
  }
  20% {
    -webkit-transform: rotate(72deg);
            transform: rotate(72deg);
  }
  30% {
    -webkit-transform: rotate(108deg);
            transform: rotate(108deg);
  }
  40% {
    -webkit-transform: rotate(144deg);
            transform: rotate(144deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  60% {
    -webkit-transform: rotate(216deg);
            transform: rotate(216deg);
  }
  70% {
    -webkit-transform: rotate(252deg);
            transform: rotate(252deg);
  }
  80% {
    -webkit-transform: rotate(288deg);
            transform: rotate(288deg);
  }
  90% {
    -webkit-transform: rotate(324deg);
            transform: rotate(324deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes spinnerY {
  from {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  10% {
    -webkit-transform: rotateX(36deg);
            transform: rotateX(36deg);
  }
  20% {
    -webkit-transform: rotateX(72deg);
            transform: rotateX(72deg);
  }
  30% {
    -webkit-transform: rotateX(108deg);
            transform: rotateX(108deg);
  }
  40% {
    -webkit-transform: rotateX(144deg);
            transform: rotateX(144deg);
  }
  50% {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  60% {
    -webkit-transform: rotateX(216deg);
            transform: rotateX(216deg);
  }
  70% {
    -webkit-transform: rotateX(252deg);
            transform: rotateX(252deg);
  }
  80% {
    -webkit-transform: rotateX(288deg);
            transform: rotateX(288deg);
  }
  90% {
    -webkit-transform: rotateX(324deg);
            transform: rotateX(324deg);
  }
  to {
    -webkit-transform: rotateX(360deg);
            transform: rotateX(360deg);
  }
}
@keyframes spinnerY {
  from {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  10% {
    -webkit-transform: rotateX(36deg);
            transform: rotateX(36deg);
  }
  20% {
    -webkit-transform: rotateX(72deg);
            transform: rotateX(72deg);
  }
  30% {
    -webkit-transform: rotateX(108deg);
            transform: rotateX(108deg);
  }
  40% {
    -webkit-transform: rotateX(144deg);
            transform: rotateX(144deg);
  }
  50% {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  60% {
    -webkit-transform: rotateX(216deg);
            transform: rotateX(216deg);
  }
  70% {
    -webkit-transform: rotateX(252deg);
            transform: rotateX(252deg);
  }
  80% {
    -webkit-transform: rotateX(288deg);
            transform: rotateX(288deg);
  }
  90% {
    -webkit-transform: rotateX(324deg);
            transform: rotateX(324deg);
  }
  to {
    -webkit-transform: rotateX(360deg);
            transform: rotateX(360deg);
  }
}
@-webkit-keyframes spinnerX {
  from {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  10% {
    -webkit-transform: rotateY(36deg);
            transform: rotateY(36deg);
  }
  20% {
    -webkit-transform: rotateY(72deg);
            transform: rotateY(72deg);
  }
  30% {
    -webkit-transform: rotateY(108deg);
            transform: rotateY(108deg);
  }
  40% {
    -webkit-transform: rotateY(144deg);
            transform: rotateY(144deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  60% {
    -webkit-transform: rotateY(216deg);
            transform: rotateY(216deg);
  }
  70% {
    -webkit-transform: rotateY(252deg);
            transform: rotateY(252deg);
  }
  80% {
    -webkit-transform: rotateY(288deg);
            transform: rotateY(288deg);
  }
  90% {
    -webkit-transform: rotateY(324deg);
            transform: rotateY(324deg);
  }
  to {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@keyframes spinnerX {
  from {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  10% {
    -webkit-transform: rotateY(36deg);
            transform: rotateY(36deg);
  }
  20% {
    -webkit-transform: rotateY(72deg);
            transform: rotateY(72deg);
  }
  30% {
    -webkit-transform: rotateY(108deg);
            transform: rotateY(108deg);
  }
  40% {
    -webkit-transform: rotateY(144deg);
            transform: rotateY(144deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  60% {
    -webkit-transform: rotateY(216deg);
            transform: rotateY(216deg);
  }
  70% {
    -webkit-transform: rotateY(252deg);
            transform: rotateY(252deg);
  }
  80% {
    -webkit-transform: rotateY(288deg);
            transform: rotateY(288deg);
  }
  90% {
    -webkit-transform: rotateY(324deg);
            transform: rotateY(324deg);
  }
  to {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
/* ==========================================================================
   Typo
   ========================================================================== */
html {
  font-size: 1rem;
  font-size: calc(9px + .25vw);
}
@media (min-width: 1025px) {
  html {
    font-size: calc(9px + .3vw);
  }
}
@media (min-width: 1281px) {
  html {
    font-size: calc(10px + .3vw);
  }
}
@media (min-width: 1921px) {
  html {
    font-size: 0.9vw;
  }
}

body {
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-weight: 400;
}

::-moz-selection {
  background: #131313;
  /* WebKit/Blink Browsers */
  color: #fff;
}

::selection {
  background: #131313;
  /* WebKit/Blink Browsers */
  color: #fff;
}

::-moz-selection {
  background: #131313;
  /* Gecko Browsers */
  color: #fff;
}

.uppercase {
  text-transform: uppercase;
}

.justified {
  text-align: justify;
}

.nowrap {
  white-space: nowrap;
}

.colored {
  color: #131313;
}

hr {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  border: none;
  overflow: visible;
}
hr:after {
  content: "";
  position: absolute;
  border: 0;
  border-top: 2px solid #B1B1B1;
  width: 10rem;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}

br {
  line-height: 100%;
}

@media (min-width: 64em) {
  .text-right-md hr:after {
    right: -1rem;
    left: auto;
  }
}
h1, h2 {
  font-family: "Suisse Int'l", sans-serif;
  line-height: 0.9;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
h1 span, h1 br, h2 span, h2 br {
  line-height: inherit;
}

h3, h4 {
  font-family: "Suisse Int'l", sans-serif;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

h5, h6 {
  font-family: "Suisse Int'l", sans-serif;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6, p, address, hr, br {
  margin: calc(13px + .2em) 0;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, p:first-child, address:first-child, hr:first-child, br:first-child {
  margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, address:last-child, hr:last-child, br:last-child {
  margin-bottom: 0;
}

.fs-120, .big {
  font-size: 1.2em;
}

.fs-100 {
  font-size: 1em;
}

.fs-80, .small {
  font-size: 0.8em;
}

.fw-100, .thin {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300, .slim, .light {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600, .fat {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900, .bold {
  font-weight: 900;
}

/* ==========================================================================
    ******************************* Tables ********************************
   ========================================================================== */
table {
  width: 100%;
  margin: 2em 0;
  text-align: left;
  text-transform: uppercase;
  font-size: 0.85em;
  border-spacing: 0px;
  border-collapse: separate;
  background: #ededed;
}
table thead {
  font-weight: 800;
}
table th, table thead, table thead td {
  background: #131313;
  color: #fff;
}
table th, table td, table thead td {
  padding: 1em;
}
table td {
  background: #ededed;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 2px solid #fff;
}
table tr:last-child td {
  border-bottom: none;
}
table thead td {
  padding: 1rem !important;
}
table tfoot td {
  background: #F6F06D;
  color: #fff;
}

/* ==========================================================================
   Font Sizes
   ========================================================================== */
h1, .h1 {
  font-size: 7.5em;
}
h1 + h3, h1 + .h3, .h1 + h3, .h1 + .h3 {
  margin-top: -0.75em;
}
h1 + p, .h1 + p {
  margin-top: 2em;
}
@media (max-width: 1024px) {
  h1, .h1 {
    font-size: 5.5em;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 3.55em;
  }
}

h2, .h2 {
  font-size: 4.5em;
}
h2.subheading, .h2.subheading {
  font-size: 1.1em;
}
h2 + .subheading, .h2 + .subheading {
  margin-top: -1em;
  margin-bottom: 1.35em;
  opacity: 0.85;
}
@media (max-width: 1024px) {
  h2, .h2 {
    font-size: 3em;
  }
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 1.75em;
  }
}

h3, .h3 {
  font-size: 3em;
}
h3 + p, .h3 + p {
  margin-top: 2em;
}

h4, .h4 {
  font-size: 1.8em;
}

h5, .h5 {
  font-size: 1.6em;
}

h6, .h6 {
  font-size: 1.4em;
}

p, .p {
  font-size: 1.3em;
}

hr {
  margin: calc(13px + 1.1em) 0 calc(13px + 1.5em);
}

/* ==========================================================================
   Tabber
   ========================================================================== */
.dss-tab-content-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.dss-tab-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@-webkit-keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}
@-webkit-keyframes plyr-popup {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  direction: ltr;
  font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  line-height: 1.7;
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.plyr audio, .plyr video {
  border-radius: inherit;
  height: auto;
  vertical-align: middle;
  width: 100%;
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.plyr--full-ui *, .plyr--full-ui ::after, .plyr--full-ui ::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.plyr__badge {
  background: #4f5b5f;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  -webkit-animation: plyr-fade-in 0.3s ease;
          animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 14px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  width: 100%;
}

.plyr__captions .plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}

.plyr__captions .plyr__caption div {
  display: inline;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 16px;
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  -webkit-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
          transform: translateY(-40px);
}

.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  color: inherit;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  pointer-events: none;
  width: 18px;
}

.plyr__control:focus {
  outline: 0;
}

.plyr__control.plyr__tab-focus {
  -webkit-box-shadow: 0 0 0 5px rgba(26, 175, 255, 0.5);
          box-shadow: 0 0 0 5px rgba(26, 175, 255, 0.5);
  outline: 0;
}

.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed {
  display: none;
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: #1aafff;
  color: #fff;
}

.plyr--video .plyr__control svg {
  -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15));
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: #1aafff;
  color: #fff;
}

.plyr__control--overlaid {
  background: rgba(26, 175, 255, 0.8);
  border: 0;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: #fff;
  display: none;
  left: 50%;
  padding: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.plyr__control--overlaid svg {
  height: 20px;
  left: 2px;
  position: relative;
  width: 20px;
}

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
  background: #1aafff;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  /*display: block;*/
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
}

.plyr__controls .plyr__menu, .plyr__controls .plyr__progress, .plyr__controls .plyr__time, .plyr__controls .plyr__volume, .plyr__controls > .plyr__control {
  margin-left: 5px;
}

.plyr__controls .plyr__menu + .plyr__control, .plyr__controls .plyr__progress + .plyr__control, .plyr__controls > .plyr__control + .plyr__control, .plyr__controls > .plyr__control + .plyr__menu {
  margin-left: 2px;
}

.plyr__controls > .plyr__control:first-child, .plyr__controls > .plyr__control:first-child + [data-plyr=pause] {
  margin-left: 0;
  margin-right: auto;
}

.plyr__controls:empty {
  display: none;
}

@media (min-width: 480px) {
  .plyr__controls .plyr__menu, .plyr__controls .plyr__progress, .plyr__controls .plyr__time, .plyr__controls .plyr__volume, .plyr__controls > .plyr__control {
    margin-left: 10px;
  }
}
.plyr--audio .plyr__controls {
  background: #fff;
  border-radius: inherit;
  color: #4f5b5f;
  padding: 10px;
}

.plyr--video .plyr__controls {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 20px 5px 5px;
  position: absolute;
  right: 0;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  z-index: 3;
}

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 35px 10px 10px;
  }
}
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip] {
  display: none;
}

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
  display: inline-block;
}

.plyr__video-embed {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.plyr__video-embed iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  -webkit-transform: translateY(-38.28125%);
      -ms-transform: translateY(-38.28125%);
          transform: translateY(-38.28125%);
}

.plyr__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.plyr__menu .plyr__control svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}

.plyr__menu__container {
  -webkit-animation: plyr-popup 0.2s ease;
          animation: plyr-popup 0.2s ease;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4f5b5f;
  font-size: 16px;
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

.plyr__menu__container > div {
  overflow: hidden;
  -webkit-transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.plyr__menu__container::after {
  border: 4px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  content: "";
  height: 0;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 0;
}

.plyr__menu__container [role=menu] {
  padding: 7px;
}

.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}

.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}

.plyr__menu__container .plyr__control {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4f5b5f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  padding: 4px 11px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.plyr__menu__container .plyr__control > span {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.plyr__menu__container .plyr__control::after {
  border: 4px solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
}

.plyr__menu__container .plyr__control--forward::after {
  border-left-color: rgba(79, 91, 95, 0.8);
  right: 5px;
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}

.plyr__menu__container .plyr__control--back {
  font-weight: 500;
  margin: 7px;
  margin-bottom: 3px;
  padding-left: 28px;
  position: relative;
  width: calc(100% - 14px);
}

.plyr__menu__container .plyr__control--back::after {
  border-right-color: rgba(79, 91, 95, 0.8);
  left: 7px;
}

.plyr__menu__container .plyr__control--back::before {
  background: #b7c5cd;
  -webkit-box-shadow: 0 1px 0 #fff;
          box-shadow: 0 1px 0 #fff;
  content: "";
  height: 1px;
  left: 0;
  margin-top: 4px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after, .plyr__menu__container .plyr__control[role=menuitemradio]::before {
  border-radius: 100%;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 16px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
      -ms-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  width: 6px;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #1aafff;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
      -ms-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(0, 0, 0, 0.1);
}

.plyr__menu__container .plyr__menu__value {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  overflow: hidden;
  padding-left: 25px;
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 28px;
  color: #1aafff;
  display: block;
  height: 20px;
  margin: 0;
  padding: 0;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  width: 100%;
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  height: 6px;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(transparent));
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
  height: 14px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 14px;
  -webkit-appearance: none;
  margin-top: -4px;
}

.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  height: 6px;
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -moz-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
  height: 14px;
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 14px;
}

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 3px;
  height: 6px;
}

.plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  height: 6px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
  color: transparent;
}

.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  height: 6px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  height: 6px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
  background: currentColor;
}

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
  height: 14px;
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 14px;
  margin-top: 0;
}

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}

.plyr--full-ui input[type=range]:focus {
  outline: 0;
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  -webkit-box-shadow: 0 0 0 5px rgba(26, 175, 255, 0.5);
          box-shadow: 0 0 0 5px rgba(26, 175, 255, 0.5);
  outline: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 5px rgba(26, 175, 255, 0.5);
  outline: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 5px rgba(26, 175, 255, 0.5);
  outline: 0;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(183, 197, 205, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(183, 197, 205, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(183, 197, 205, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

body.home .plyr__poster {
	/*background-image: url(https://www.preakness.com/wp-content/uploads/2021/07/play_button-min.png)!important;*/
  	/*background-image: url(https://www.preakness.com/wp-content/uploads/2023/07/video-thumbnail-01.png)!important;*/
}
.plyr__poster {
  /*background-image: url(https://www.preakness.com/wp-content/uploads/2021/07/play_button-min.png);*/
  /*background-image: url(https://www.preakness.com/wp-content/uploads/2023/07/video-thumbnail-01.png);*/
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr__time {
  font-size: 14px;
}

.plyr__time + .plyr__time::before {
  content: "⁄";
  margin-right: 10px;
}

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}
.plyr--video .plyr__time {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4f5b5f;
  font-size: 14px;
  font-weight: 500;
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  opacity: 0;
  padding: 5px 7.5px;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(-50%, 10px) scale(0.8);
      -ms-transform: translate(-50%, 10px) scale(0.8);
          transform: translate(-50%, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  -o-transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}

.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
  opacity: 1;
  -webkit-transform: translate(-50%, 0) scale(1);
      -ms-transform: translate(-50%, 0) scale(1);
          transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
      -ms-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip::before, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: 16px;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
      -ms-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  -webkit-transform: translate(0, 0) scale(1);
      -ms-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}

.plyr--video {
  background: #000;
  overflow: hidden;
}

.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: #000;
  border-radius: inherit;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__progress {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  left: 7px;
  margin-right: 14px;
  position: relative;
}

.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: -7px;
  margin-right: -7px;
  width: calc(100% + 14px);
}

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}

.plyr__progress .plyr__tooltip {
  font-size: 14px;
  left: 0;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 6px;
  left: 0;
  margin-top: -3px;
  padding: 0;
  position: absolute;
  top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 6px;
}

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 6px;
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--video .plyr__progress__buffer {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.25);
}

.plyr--audio .plyr__progress__buffer {
  color: rgba(183, 197, 205, 0.66);
}

.plyr--loading .plyr__progress__buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
          animation: plyr-progress 1s linear infinite;
  background-image: -o-linear-gradient(135deg, rgba(47, 52, 61, 0.6) 25%, transparent 25%, transparent 50%, rgba(47, 52, 61, 0.6) 50%, rgba(47, 52, 61, 0.6) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(47, 52, 61, 0.6) 25%, transparent 25%, transparent 50%, rgba(47, 52, 61, 0.6) 50%, rgba(47, 52, 61, 0.6) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(183, 197, 205, 0.66);
}

.plyr__volume {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.plyr__volume input[type=range] {
  margin-left: 5px;
  position: relative;
  z-index: 2;
}

@media (min-width: 480px) {
  .plyr__volume {
    max-width: 90px;
  }
}
@media (min-width: 768px) {
  .plyr__volume {
    max-width: 110px;
  }
}
.plyr--is-ios .plyr__volume {
  display: none !important;
}

.plyr--is-ios.plyr--vimeo [data-plyr=mute] {
  display: none !important;
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:fullscreen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

.plyr:-webkit-full-screen .plyr__video-embed {
  overflow: visible;
}

.plyr:-ms-fullscreen .plyr__video-embed {
  overflow: visible;
}

.plyr:fullscreen .plyr__video-embed {
  overflow: visible;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }

  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }

  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
  }
}
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

.plyr:-webkit-full-screen .plyr__video-embed {
  overflow: visible;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
}
.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-moz-full-screen video {
  height: 100%;
}

.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

.plyr:-moz-full-screen .plyr__video-embed {
  overflow: visible;
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
  }
}
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

.plyr:-ms-fullscreen .plyr__video-embed {
  overflow: visible;
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }
}
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}

.plyr--fullscreen-fallback video {
  height: 100%;
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

.plyr--fullscreen-fallback .plyr__video-embed {
  overflow: visible;
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
  }
}
.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.plyr__ads > div, .plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.plyr__ads::after {
  background: rgba(47, 52, 61, 0.8);
  border-radius: 2px;
  bottom: 10px;
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  z-index: 3;
}

.plyr__ads::after:empty {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: 6px;
  left: 0;
  margin: -3px 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}

.plyr--no-transition {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}
/* ==========================================================================
   List Styling Diamonds
   ========================================================================== */
ul.diamond-list {
  text-transform: none;
  font-size: 1.3em;
  list-style: none;
  line-height: 1!important;
} 
ul.diamond-list li {
    margin: 0;
    margin-bottom: 0.2em;
    padding-left: 1.5em;
    position: relative;
}
ul.diamond-list.black-diamonds li:after {
  background: #000;
}
ul.diamond-list.green-diamonds li:after {
  background: #95F04D;
}
ul.diamond-list li:after {
      content: '';
      height: .4em;
      width: .4em;
      background: #F6F06D;
      display: block;
      position: absolute;
      transform: rotate(45deg);
      top: .5em;
      left: 0;
 }
/* ==========================================================================
   Plyr
   ========================================================================== */
.bgvideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.bgvideo .bgvideo-center {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.bgvideo .bgvideo-overlay {
  position: absolute;
  z-index: 300;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(25, 41, 52, 0.9);
}

.plyr-controls-hidden .plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: none !important;
}

.plyr-controls-hidden .plyr__controls {
  display: none !important;
}

.plyr-controls-hidden .plyr__video-wrapper button, .plyr__play-large {
  display: none !important;
}

.video-container {
  opacity: 0;
  -webkit-transition: opacity 2s ease-out;
  -o-transition: opacity 2s ease-out;
  transition: opacity 2s ease-out;
}

.vid-active {
  opacity: 1;
}
.vid-active .video-container {
  opacity: 1;
}

.plyr--playing #my-video, .pace-done .plyr--stopped #my-video {
  opacity: 1;
}

.bgvid.video-container {
  opacity: 1 !important;
}

.plyr__control--overlaid {
  background-color: #000000;
}
.plyr__control--overlaid:hover {
  background-color: #B1B1B1;
}

.plyr--full-ui input[type=range] {
  color: #000000;
}

.plyr--video .plyr__controls .plyr__control.plyr__tab-focus, .plyr--video .plyr__controls .plyr__control:hover, .plyr--video .plyr__controls .plyr__control[aria-expanded=true] {
  background-color: #000000;
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background-color: transparent;
}

/* ==========================================================================
   Plyr +
   ========================================================================== */
.plyr--video .plyr__control--overlaid {
  width: 12%;
  padding-bottom: 7%;
  min-width: 7em;
  min-height: 3em;
  border-radius: 0;
  background: url(DSS/img/play.png) no-repeat scroll center transparent;
  background-size: contain;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.8);
          transform: translate3d(-50%, -50%, 0) scale(0.8);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 0.4s cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 0.4s cubic-bezier(0.17, 0.04, 0.03, 0.94);
}
.plyr--video .plyr__control--overlaid:hover {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.99);
          transform: translate3d(-50%, -50%, 0) scale(0.99);
  background: url(DSS/img/play.png) no-repeat scroll center transparent;
  background-size: contain;
}
.plyr--video .plyr__control--overlaid:active {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.7);
          transform: translate3d(-50%, -50%, 0) scale(0.7);
  background: url(DSS/img/play.png) no-repeat scroll center transparent;
  background-size: contain;
}
.plyr--video .plyr__control--overlaid svg {
  display: none;
}

.plyr__controls {
  opacity: 0;
}

.plyr--playing .plyr__controls {
  opacity: 1;
}

/* ==========================================================================
   Video
   ========================================================================== */
.video {
  overflow: hidden;
  background: #F6F06D;
  color: #fff;
  padding: 0;
}
.video h5 {
  letter-spacing: 0.3em;
}
.video .video-container {
  -webkit-transform: translate3d(0, -14%, 0);
          transform: translate3d(0, -14%, 0);
}
.video .opacity-02 {
  opacity: 0.2;
}
.video .center-text {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video .aspect-ratio-16-9 {
  will-change: transform;
}
.video .video-playcontrol {
  position: absolute;
  z-index: 2000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  display: block;
  width: 70%;
  cursor: pointer;
  will-change: transform;
}
.video .video-playcontrol .playcontrol-top {
  text-align: center;
}
.video .video-playcontrol .playcontrol-wrap {
  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;
  position: relative;
  width: 100%;
  font-family: "Suisse Int'l", sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 0.4s cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 0.4s cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 0.4s cubic-bezier(0.17, 0.04, 0.03, 0.94);
}
.video .video-playcontrol .playcontrol-wrap:hover {
  color: #fff;
  text-shadow: 0 0 5px #fff;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.video .video-playcontrol .playcontrol-wrap:active, .video .video-playcontrol .playcontrol-wrap:focus {
  outline: none;
}
.video .video-playcontrol .playcontrol-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  text-align: right;
  vertical-align: middle;
}
.video .video-playcontrol .playcontrol-center {
  display: block;
  width: auto;
}
.video .video-playcontrol .playcontrol-center .playcontrol-center-bg {
  width: 2px;
  height: 1.25em;
  margin: 0 0.25em 0 0.75em;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  background-size: auto 100%;
}
.video .video-playcontrol .playcontrol-right {
  display: block;
  width: auto;
  padding: 0.75em;
}
.video .video-playcontrol .playcontrol-right .playcontrol-right-bg {
  width: 5em;
  height: 5em;
  background-image: url(DSS/img/click-to-play-right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: 100%;
}
.video .aspect-ratio-16-9 {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000000;
  background-size: cover;
}
.video .bgvideo-overlay {
  position: absolute;
  z-index: 500;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 1s cubic-bezier(0.17, 0.04, 0.03, 0.94) 0.35s;
  -o-transition: opacity 1s cubic-bezier(0.17, 0.04, 0.03, 0.94) 0.35s;
  transition: opacity 1s cubic-bezier(0.17, 0.04, 0.03, 0.94) 0.35s;
  opacity: 1;
  cursor: pointer;
}
.video .vid-inactive .playcontrol-top {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-name: animate-in-from-top;
          animation-name: animate-in-from-top;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.17, 0.04, 0.03, 0.94);
          animation-timing-function: cubic-bezier(0.17, 0.04, 0.03, 0.94);
}
.video .vid-inactive .playcontrol-wrap {
  opacity: 1;
}
.video .vid-inactive .playcontrol-wrap .playcontrol-left {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-name: animate-in-from-left;
          animation-name: animate-in-from-left;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.17, 0.04, 0.03, 0.94);
          animation-timing-function: cubic-bezier(0.17, 0.04, 0.03, 0.94);
}
.video .vid-inactive .playcontrol-wrap .playcontrol-center {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-name: animate-in-from-bottom;
          animation-name: animate-in-from-bottom;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.17, 0.04, 0.03, 0.94);
          animation-timing-function: cubic-bezier(0.17, 0.04, 0.03, 0.94);
}
.video .vid-inactive .playcontrol-wrap .playcontrol-right {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-name: animate-in-from-right;
          animation-name: animate-in-from-right;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.17, 0.04, 0.03, 0.94);
          animation-timing-function: cubic-bezier(0.17, 0.04, 0.03, 0.94);
}
.video .vid-active .playcontrol-top {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: animate-out-from-bottom;
          animation-name: animate-out-from-bottom;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.17, 0.04, 0.03, 0.94);
          animation-timing-function: cubic-bezier(0.17, 0.04, 0.03, 0.94);
}
.video .vid-active .playcontrol-wrap {
  opacity: 0;
}
.video .vid-active .playcontrol-wrap .playcontrol-left {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: animate-out-from-right;
          animation-name: animate-out-from-right;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.17, 0.04, 0.03, 0.94);
          animation-timing-function: cubic-bezier(0.17, 0.04, 0.03, 0.94);
}
.video .vid-active .playcontrol-wrap .playcontrol-center {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: animate-out-from-top;
          animation-name: animate-out-from-top;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.17, 0.04, 0.03, 0.94);
          animation-timing-function: cubic-bezier(0.17, 0.04, 0.03, 0.94);
}
.video .vid-active .playcontrol-wrap .playcontrol-right {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: animate-out-from-left;
          animation-name: animate-out-from-left;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.17, 0.04, 0.03, 0.94);
          animation-timing-function: cubic-bezier(0.17, 0.04, 0.03, 0.94);
}
.video .vid-active .bgvideo-overlay {
  opacity: 0;
}

.video-type-2 .video-playcontrol h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video-type-2 .video-playcontrol .playcontrol-left i {
  margin-right: 0.35em;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("DSS/img-loader/ajax-loader.gif") center center no-repeat;
}

.slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1000;
  display: block;
  height: 5rem;
  width: 5rem;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.5;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  font-size: 2rem;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0;
}
.slick-prev:before {
  content: "";
}

.slick-next {
  right: 0;
}
.slick-next:before {
  content: "";
}

.arrows-outside .slick-prev {
  left: -5rem;
}
.arrows-outside .slick-next {
  right: -5rem;
}

.events .slick-prev,
.events .slick-next {
  top: calc(50% - 2rem);
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  top: 2.5em;
  left: 1em;
  list-style: none;
  display: block;
  text-align: left;
  padding: 0;
  margin: 0;
  width: auto;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 26px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  width: 20px;
  height: 26px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 18px;
  height: 2px;
  line-height: 10px;
  text-align: center;
  color: white;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: transparent;
  background: #fff;
  border: 1px solid #fff;
}
.slick-dots li.slick-active button:before {
  color: white;
  opacity: 1;
}

/* EvG */
.has-slider-arrows .slick-prev {
  left: -5.5rem;
}
@media (max-width: 1024px) {
  .has-slider-arrows .slick-prev {
    left: -3.7rem;
  }
}
.has-slider-arrows .slick-next {
  right: -5.5rem;
}
@media (max-width: 1024px) {
  .has-slider-arrows .slick-next {
    right: -3.7rem;
  }
}
.has-slider-arrows .slick-list:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 3rem;
  height: 100%;
  z-index: 400;
  background: #464142;
  background: -webkit-gradient(left top, right top, color-stop(0%, #464142), color-stop(100%, rgba(70, 65, 66, 0)));
  background: -o-linear-gradient(left, #464142 0%, rgba(70, 65, 66, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, from(#464142), to(rgba(70, 65, 66, 0)));
  background: linear-gradient(to right, #464142 0%, rgba(70, 65, 66, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#464142", endColorstr="#464142", GradientType=1 );
}
.has-slider-arrows .slick-list:after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 3rem;
  height: 100%;
  z-index: 400;
  background: rgba(70, 65, 66, 0);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(70, 65, 66, 0)), color-stop(100%, #464142));
  background: -o-linear-gradient(left, rgba(70, 65, 66, 0) 0%, #464142 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(70, 65, 66, 0)), to(#464142));
  background: linear-gradient(to right, rgba(70, 65, 66, 0) 0%, #464142 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#464142", endColorstr="#464142", GradientType=1 );
}

/* ==========================================================================
   Error 404
   ========================================================================== */
section#e404 {
  padding: 12em 0 6em;
  background: #f4ed72;
  color: #fff;
  text-align: center;
}
section#e404 hr:after {
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
section#e404 .big {
  font-size: 20em;
  margin: -0.25em 0 0 !important;
  line-height: 1;
}

/* ==========================================================================
   Helpers
   ========================================================================== */
.hide, .hidden {
  display: none !important;
}

/* ==========================================================================
   Aspect Ratios
   ========================================================================== */
.aspect-ratio-full {
  position: relative;
  top: 0;
  display: block;
  width: 100%;
  padding-bottom: 62.5%;
}

.aspect-ratio,
.aspect-ratio-full,
.aspect-ratio-10-12,
.aspect-ratio-16-16,
.aspect-ratio-16-15,
.aspect-ratio-16-14,
.aspect-ratio-16-13,
.aspect-ratio-16-12,
.aspect-ratio-16-11,
.aspect-ratio-16-10,
.aspect-ratio-16-9,
.aspect-ratio-16-8,
.aspect-ratio-16-7,
.aspect-ratio-16-6,
.aspect-ratio-16-5,
.aspect-ratio-16-4,
.aspect-ratio-16-3,
.aspect-ratio-16-2,
.aspect-ratio-16-1 {
  position: relative;
  top: 0;
  display: block;
  width: 100%;
  height: 0;
}

.aspect-ratio-16-full, .aspect-ratio-16-16, .aspect-ratio-16-15, .aspect-ratio-16-14, .aspect-ratio-16-13, .aspect-ratio-16-12, .aspect-ratio-16-11, .aspect-ratio-16-10, .aspect-ratio-16-9 {
  padding-bottom: 70%;
}

.aspect-ratio-16-8, .aspect-ratio-16-7, .aspect-ratio-16-6 {
  padding-bottom: 60%;
}

.aspect-ratio-16-5, .aspect-ratio-16-4 {
  padding-bottom: 50%;
}

.aspect-ratio-16-3, .aspect-ratio-16-2, .aspect-ratio-16-1 {
  padding-bottom: 40%;
}

.collage-items .aspect-ratio-16-14 {
  padding-bottom: 87.5%;
}

.aspect-ratio-innards {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 1025px) {
  .aspect-ratio-full {
    padding-bottom: 62.5%;
  }

  .aspect-ratio-10-12 {
    padding-bottom: 120%;
  }

  .aspect-ratio-16-16 {
    padding-bottom: 100%;
  }

  .aspect-ratio-16-15 {
    padding-bottom: 93.75%;
  }

  .aspect-ratio-16-14 {
    padding-bottom: 87.5%;
  }

  .aspect-ratio-16-13 {
    padding-bottom: 81.25%;
  }

  .aspect-ratio-16-12 {
    padding-bottom: 75%;
  }

  .aspect-ratio-16-11 {
    padding-bottom: 68.75%;
  }

  .aspect-ratio-16-10 {
    padding-bottom: 62.5%;
  }

  .aspect-ratio-16-9 {
    padding-bottom: 56.25%;
  }

  .aspect-ratio-16-8 {
    padding-bottom: 50%;
  }

  .aspect-ratio-16-7 {
    padding-bottom: 43.75%;
  }

  .aspect-ratio-16-6 {
    padding-bottom: 37.5%;
  }

  .aspect-ratio-16-5 {
    padding-bottom: 31.25%;
  }

  .aspect-ratio-16-4 {
    padding-bottom: 25%;
  }

  .aspect-ratio-16-3 {
    padding-bottom: 18.75%;
  }

  .aspect-ratio-16-2 {
    padding-bottom: 12.5%;
  }

  .aspect-ratio-16-1 {
    padding-bottom: 6.25%;
  }
}
.parallax-aspect {
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.position-fixed {
  position: fixed !important;
}

.parallax .parallaxie {
  height: 135% !important;
  top: -12.5%;
}

.parallax.reverse .parallaxie {
  top: -20%;
}

/* ==========================================================================
   BGS
   ========================================================================== */
.bg-cover {
  background-size: cover;
  background-position: center;
}

.bg-contain {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-fixed {
  background-attachment: fixed;
}

/* ==========================================================================
   Vid
   ========================================================================== */
.vid-cover {
  height: 100%;
}
.vid-cover .bgvideo-center {
  height: 100%;
}
.vid-cover .bgvideo-center .video-container {
  height: 100%;
}
.vid-cover .bgvideo-center .video-container .plyr--video {
  height: 100%;
}
.vid-cover .bgvideo-center .video-container .plyr--video .plyr__video-wrapper {
  height: 100%;
}
.vid-cover .bgvideo-center .video-container .plyr--video .plyr__video-wrapper video {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  height: 100%;
}

/* ==========================================================================
   Shadows
   ========================================================================== */
.shadow-bottom {
  -webkit-box-shadow: 0 0.5em 1em 0.35em rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5em 1em 0.35em rgba(0, 0, 0, 0.15);
}

/* ==========================================================================
   Lazysizes
   ========================================================================== */
img.fade {
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

img.lazyload.hide {
  visibility: hidden;
}

img.lazyload.img-cover, img.lazyload.img-contain {
  opacity: 0;
}

img.img-cover.lazyloaded, img.img-contain.lazyloaded {
  opacity: 1;
  visibility: visible;
}

.blur-wrap {
  overflow: hidden;
  background-color: #F6F06D;
}

img.img-cover.blur, img.img-contain.blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  opacity: 0.1;
  -webkit-transition: opacity 800ms;
  -o-transition: opacity 800ms;
  transition: opacity 800ms;
}

img.img-cover.blur.lazyloaded, img.img-contain.blur.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  visibility: visible;
}

img.img-cover.flip, img.img-contain.flip {
  opacity: 0;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
  background: #2c2c2c;
}

.inview img.img-cover.flip, .inview img.img-contain.flip {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transition: opacity 800ms cubic-bezier(0.17, 0.04, 0.03, 0.94) 500ms, -webkit-transform 1200ms cubic-bezier(0.17, 0.04, 0.03, 0.94) 300ms;
  transition: opacity 800ms cubic-bezier(0.17, 0.04, 0.03, 0.94) 500ms, -webkit-transform 1200ms cubic-bezier(0.17, 0.04, 0.03, 0.94) 300ms;
  -o-transition: opacity 800ms cubic-bezier(0.17, 0.04, 0.03, 0.94) 500ms, transform 1200ms cubic-bezier(0.17, 0.04, 0.03, 0.94) 300ms;
  transition: opacity 800ms cubic-bezier(0.17, 0.04, 0.03, 0.94) 500ms, transform 1200ms cubic-bezier(0.17, 0.04, 0.03, 0.94) 300ms;
  transition: opacity 800ms cubic-bezier(0.17, 0.04, 0.03, 0.94) 500ms, transform 1200ms cubic-bezier(0.17, 0.04, 0.03, 0.94) 300ms, -webkit-transform 1200ms cubic-bezier(0.17, 0.04, 0.03, 0.94) 300ms;
  background: #333;
}

img.blur-up {
  opacity: 1;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transition: filter 300ms, -webkit-filter 300ms;
}

img.blur-up.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}

/* ==========================================================================
   Image Container Object Fit Cover
   ========================================================================== */
.img-cover {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover;";
}

.img-contain {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

.skip-link {
  display: none;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.bg-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  overflow: hidden;
}

.video-wrap iframe, .video-wrap object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.a-hover-underline a {
  text-decoration: none;
  position: relative;
}
.a-hover-underline a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.a-hover-underline a:hover:after {
  border-color: #131313;
}

.separator {
  padding-right: 0.75em;
  margin-left: 0.75em;
  border-left: 1px solid;
}
@media (max-width: 1023px) {
  .separator {
    display: block;
    width: 100%;
    border: none;
  }
}

.fa-heart {
  color: #ff4f22;
  margin: 0 0.1em;
}
.fa-heart:before {
  font-size: 90%;
}

/* ==========================================================================
  Map
  ========================================================================== */
.map-inject-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: none !important;
}
.map-inject-wrap > div {
  height: 100%;
  background: none !important;
}
/*======= Greene Turtle Locations Styling ============*/
.greene-turtle {
	display: flex;
  	flex-wrap: wrap;
}
.greene-turtle .location-box {
  	transition: all 0.5s ease-in-out;
	padding: 15px 10px;
  	border: 1px solid #fff;
	flex: 0 0 25%;
  	text-align: center;
}
.greene-turtle .location-box:hover {
	background: #00683F;
  	cursor: pointer;
}
.greene-turtle .location-box p {
	font-size: 12px;
  	margin: 5px 0px;
}
.greene-turtle .location-box p.location {
	text-transform: uppercase;
  	font-weight: bold;
  	font-size: 16px;
  	margin-bottom: 10px;
}
.greene-turtle .location-box p.more-link {
	font-size: 14px;
    margin-top: 10px;
  	text-transform: uppercase;
}
.greene-turtle .location-box .address {
	min-height: 35px;
}
.greene-turtle .location-box .phone {
	min-height: 35px;
}
.greene-turtle .location-box .hours {
	text-transform: uppercase;
  	min-height: 35px;
}
@media (max-width: 1024px) {
  .greene-turtle .location-box {
      flex: 0 0 50%;
  }
}

/*======= Map Styling ============*/
.gmnoprint a, .gmnoprint span, .gm-style-cc {
  display: none;
}

.gmnoprint div {
  background: none !important;
}

#GMapsID div div a div img {
  display: none;
}

#map-inject-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#map-inject-wrap button, #map-inject-wrap .gm-svpc {
  background: #fff !important;
}
#map-inject-wrap .gm-style-mtc {
  display: none;
}

#map-inject {
  display: block;
  width: 100%;
  height: 100%;
}
#map-inject img {
  max-width: none;
  width: auto;
}

/* ==========================================================================
   Lightbox
   ========================================================================== */
.mfp-bg {
  background: #000;
}

.mfp-close {
  position: absolute;
  width: 50px;
  height: 50px;
  color: transparent !important;
  background: url(DSS/img/closebtn.png) no-repeat scroll center transparent !important;
  background-size: contain !important;
}
@media (max-width: 1024px) {
  .mfp-close {
    width: 40px;
    height: 40px;
    margin: 1.5rem;
  }
}

.ds-lightbox {
  position: relative;
  max-width: 95%;
  padding: 5rem;
  margin: 2rem auto;
  color: #fff;
}
.ds-lightbox .ds-lightbox-content {
  border-color: transparent;
  color: #fff;
}
.ds-lightbox .ds-lightbox-content h3 {
  margin-bottom: 0.35em;
  font-size: 2.2em;
  text-align: left;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
}
.ds-lightbox .ds-lightbox-content hr {
  margin-top: 2.25em;
  margin-bottom: 1.75em;
}
.ds-lightbox .ds-lightbox-content hr:after {
  left: 0;
  -webkit-transform: translate3d(-0.1em, 0, 0);
          transform: translate3d(-0.1em, 0, 0);
  width: 8em;
}
.ds-lightbox .ds-lightbox-content h6 {
  margin-top: 0;
  font-family: "Suisse Int'l", sans-serif;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
}
.ds-lightbox .ds-lightbox-content p {
  text-align: justify;
  font-size: 0.9em;
  color: #fff;
}
@media (max-width: 1024px) {
  .ds-lightbox {
    padding: 1rem 0;
  }
}

.mfp-iframe-holder .mfp-close {
  top: -80px;
  right: -2rem;
  width: 50px;
  padding: 0;
  margin: 1rem 2rem;
}

.mfp-image-holder .mfp-close {
  top: -2rem;
  right: -2rem;
  width: 50px;
  padding: 0;
  margin: 1rem 2rem;
}

/* ==========================================================================
   Lightbox Form
   ========================================================================== */
#apply-form.ds-lightbox {
  position: relative;
  max-width: 90em;
  padding: 2em 3em;
  margin: 2rem auto;
  -webkit-box-shadow: 0 10px 25px rgba(38, 38, 38, 0.59);
          box-shadow: 0 10px 25px rgba(38, 38, 38, 0.59);
  background: #fff;
  color: #5d5d5d;
  font-size: 0.6em;
}
#apply-form.ds-lightbox .mfp-close {
  background: url(DSS/img/closebtn.png) no-repeat scroll center #131313 !important;
  background-size: 70% !important;
  width: 1.75em;
  height: 1.75em;
  margin: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 0.4s cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 0.4s cubic-bezier(0.17, 0.04, 0.03, 0.94);
}
#apply-form.ds-lightbox div.wpcf7-response-output {
  margin-top: 0 !important;
}
#apply-form.ds-lightbox div.wpcf7 form.wpcf7-form span.ajax-loader {
  -webkit-transform: translate3d(0, 27%, 0);
          transform: translate3d(0, 27%, 0);
}
#apply-form.ds-lightbox .ds-lightbox-content {
  border-color: transparent;
  color: #fff;
}
#apply-form.ds-lightbox .ds-lightbox-content h2 {
  margin-bottom: 0.35em;
  font-size: 2.2em;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  color: #5d5d5d;
}
#apply-form.ds-lightbox .ds-lightbox-content hr {
  margin-top: 1.25em;
  margin-bottom: 1em;
}
#apply-form.ds-lightbox .ds-lightbox-content hr:after {
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  width: 8em;
}
#apply-form.ds-lightbox .ds-lightbox-content p {
  text-align: center;
  font-size: 1.2em;
  color: #5d5d5d;
  margin-bottom: 2em;
}
@media (max-width: 1024px) {
  #apply-form.ds-lightbox {
    padding: 1rem 0;
  }
}
#apply-form.ds-lightbox input {
  padding: 0.75em 1em;
}
#apply-form.ds-lightbox input, #apply-form.ds-lightbox textarea {
  border: 3px solid #B1B1B1;
  font-size: 1em;
  color: #5d5d5d;
}
#apply-form.ds-lightbox .uploadlabel {
  color: #5d5d5d;
  border-color: #B1B1B1;
  margin-bottom: 0.5em;
}
#apply-form.ds-lightbox input[type=submit] {
  padding: 0.5em 1em 0.75em;
  cursor: pointer;
  font-size: 1.2em;
  font-family: "Suisse Int'l", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  border-color: #131313;
  color: #fff;
}
#apply-form.ds-lightbox input[type=submit]:hover {
  background: #F6F06D;
  -webkit-box-shadow: 0 0.25em 0.4em 0.1em rgba(0, 0, 0, 0.12);
          box-shadow: 0 0.25em 0.4em 0.1em rgba(0, 0, 0, 0.12);
  -webkit-transform: translate3d(0, -0.2em, 0);
          transform: translate3d(0, -0.2em, 0);
  border-color: #F6F06D;
}
#apply-form.ds-lightbox input[type=submit]:active {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-box-shadow: 0 0.15em 0.2em 0.1em rgba(0, 0, 0, 0.12);
          box-shadow: 0 0.15em 0.2em 0.1em rgba(0, 0, 0, 0.12);
  -webkit-transform: translate3d(0, -0.1em, 0);
          transform: translate3d(0, -0.1em, 0);
}

/* ==========================================================================
   Form
   ========================================================================== */
html form {
  position: relative;
  width: 100%;
  height: auto;
  display: table;
}
html form p {
  display: table;
  width: 100%;
}

/* ==========================================================================
   Form Grid
   ========================================================================== */
html form .container-fluid {
  padding: 0 !important;
}
html form .row {
  padding: 0 !important;
}
html form .row:last-child {
  padding-bottom: 0 !important;
}
html form input,
html form textarea,
html form .select2-container {
  margin-bottom: 0.5em;
}
html .form-spacing-s form .row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
html .form-spacing-s form .row:last-child {
  padding-bottom: 0 !important;
}
html .form-spacing-s form span.wpcf7-form-control-wrap {
  margin-bottom: 1rem;
}
html .form-spacing-s form .col-xs,
html .form-spacing-s form .col-xs-1,
html .form-spacing-s form .col-xs-2,
html .form-spacing-s form .col-xs-3,
html .form-spacing-s form .col-xs-4,
html .form-spacing-s form .col-xs-5,
html .form-spacing-s form .col-xs-6,
html .form-spacing-s form .col-xs-7,
html .form-spacing-s form .col-xs-8,
html .form-spacing-s form .col-xs-9,
html .form-spacing-s form .col-xs-10,
html .form-spacing-s form .col-xs-11,
html .form-spacing-s form .col-xs-12 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media only screen and (max-width: 62em) {
  html form .row {
    padding: 0 !important;
  }
  html .form-spacing-s form .row {
    padding: 0 !important;
  }
}

/* ==========================================================================
   Inputs
   ========================================================================== */
input[type=text],
input[type=url],
input[type=email],
input[type=password],
input[type=tel],
input[type=color],
input[type=date],
input[type=time],
input[type=week],
input[type=datetime-local],
input[type=month],
input[type=number],
input[type=search] {
  position: relative;
  z-index: 100;
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0.65em 1em 0.65em;
  border: 1px solid;
  border-radius: 0;
  -webkit-appearance: none;
  font-family: "Suisse Int'l", sans-serif;
  line-height: 1.5;
  text-align: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input:active::-webkit-input-placeholder, input:focus::-webkit-input-placeholder {
  opacity: 0;
}
input:active:-moz-placeholder, input:focus:-moz-placeholder {
  /* Firefox 18- */
  opacity: 0;
}
input:active::-moz-placeholder, input:focus::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0;
}
input:active:-ms-input-placeholder, input:focus:-ms-input-placeholder {
  opacity: 0;
}

html h2.pei {
  margin-top: 4rem;
  margin-bottom: 0;
  color: #fff;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  html h2.pei {
    line-height: 1.5;
  }
}
html .errorExplanation {
  padding: 2em;
  border: 1px solid #fff;
  color: #131313;
  background: black;
  text-align: center;
}
html .errorExplanation h2 {
  color: #fff;
}
html .errorExplanation ul {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
html .errorExplanation ul li {
  margin: 0;
}
html #tripleseat_embed_form input.error, html #tripleseat_embed_form .location_list.error, html .errorExplanation {
  border: 1px solid #fff;
  background: black;
  text-indent: 0.5em;
}
html input.hasDatepicker, html input.timeselect_input,
html #tripleseat_embed_form #lead_phone_number,
html #tripleseat_embed_form #lead_phone_number_extension,
html #tripleseat_embed_form input,
html #tripleseat_embed_form #lead_guest_count,
html #tripleseat_embed_form textarea {
  width: 100%;
  background: none;
  border: 1px solid #fff;
  color: #131313;
}
html #tripleseat_embed_form input[type=submit] {
  border: 3px solid #fff;
}
html #tripleseat_embed_form label {
  color: #131313;
}
html #tripleseat_embed_form h2 {
  margin-top: 0.5em;
  font-size: 1.75em;
  color: #131313;
}
html #tripleseat_embed_form label span.required {
  color: #fff;
}
html #tripleseat_embed_form {
  width: 100%;
  padding: 0 0 4rem;
}
html #tripleseat_embed_form tr {
  vertical-align: bottom;
}
html #tripleseat_embed_form table {
  width: 100%;
}
html #tripleseat_embed_form table tbody {
  width: 100%;
}
html #tripleseat_embed_form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #131313;
}
html #tripleseat_embed_form .select2-container--default .select2-selection--single {
  border-color: #fff;
  border-width: 1px;
}
html #tripleseat_embed_form .select2-container--default b {
  color: #131313;
}
html #select2-lead_contact_preference-results {
  border-color: #fff;
  border-width: 1px;
}
html #select2-lead_contact_preference-results .select2-results__option {
  border-bottom: 1px solid #fff !important;
}
html #select2-lead_contact_preference-results .select2-results_option {
  border-color: #fff !important;
}
html #select2-lead_contact_preference-results .select2-container--default .select2-results .select2-results__option--highlighted[aria-selected], html #select2-lead_contact_preference-results .select2-container--default .select2-results .select2-results__option--highlighted[aria-selected=true] {
  border-color: #fff;
}
html body div.timeselect {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  min-width: 14.5em;
  max-height: 14em !important;
  height: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #0b0b0b;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
html body div.timeselect a {
  height: auto;
  margin: 0;
  padding: 18px 15px;
  text-indent: 0;
  border-top: 1px solid #fff;
  -webkit-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  color: #131313;
}
html body div.timeselect a:hover {
  color: #fff;
  background: #131313;
}
html body #tripleseat_embed_form_inline #submit_spinner, html body #tripleseat_embed_form #submit_spinner {
  position: absolute;
  bottom: 3.5rem;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  margin-left: 0;
}

/* ==========================================================================
   Textarea
   ========================================================================== */
textarea {
  position: relative;
  z-index: 100;
  display: block;
  float: left;
  width: 100%;
  max-height: 11.35rem;
  border-width: 1px solid;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0.75rem 1rem 0.75rem;
  font-family: "Suisse Int'l", sans-serif;
  line-height: 1.667;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
textarea:focus, textarea:active {
  outline: none;
}

/* ==========================================================================
   Checkbox
   ========================================================================== */
label.dss-checkbox {
  position: relative !important;
  display: inline-block !important;
  width: auto;
  height: auto;
  margin-left: 1em;
  padding: 0.5em 1em 0.5em 1.8em;
  cursor: pointer;
}
label.dss-checkbox.first, label.dss-checkbox:first-child {
  margin-left: 0;
}
label.dss-checkbox:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.5em;
}
label.dss-checkbox input[type=checkbox] {
  display: none;
  opacity: 0;
}
label.dss-checkbox.selected:before {
  content: "";
}

/* ==========================================================================
   Radio
   ========================================================================== */
label.dss-radio {
  position: relative !important;
  display: inline-block !important;
  width: auto;
  height: auto;
  margin-left: 1em;
  padding: 0.5em 1em 0.5em 1.8em;
  vertical-align: bottom;
  cursor: pointer;
}
label.dss-radio.first, label.dss-radio:first-child {
  margin-left: 0;
}
@media (max-width: 1023px) {
  label.dss-radio {
    margin-left: 0;
  }
}
label.dss-radio:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.5em;
}
label.dss-radio input[type=radio] {
  display: none;
  opacity: 0;
}
label.dss-radio.checked:before, label.dss-radio.selected:before {
  content: "";
}

.acf-button-group label.dss-radio {
  padding: 0.5em 1em;
  margin: 0;
}
.acf-button-group label.dss-radio:before {
  display: none;
}

/* ==========================================================================
   Upload
   ========================================================================== */
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.uploadlabel {
  position: relative;
  z-index: 100;
  display: block;
  float: left;
  width: 100%;
  padding: 0.75rem 2.5rem 0.75rem 1rem;
  margin: 0;
  border-width: 0;
  border-style: solid;
  line-height: 1.5;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.uploadlabel span {
  line-height: 1.5;
}
.uploadlabel:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  speak: none;
  font-size: 1rem;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1em;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.uploadlabel {
  cursor: pointer;
  /* "hand" cursor */
}

.uploadlabel:focus {
  outline: -webkit-focus-ring-color auto 5px;
}

.uploadlabel * {
  pointer-events: none;
}

/* ==========================================================================
   Select
   ========================================================================== */
select {
  position: relative;
  z-index: 100;
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0.65em 1em 0.65em;
  line-height: 1.5;
  border: 1px solid;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* ==========================================================================
   Select2
   ========================================================================== */
.select2-container {
  display: block;
  max-width: 100%;
  width: 100% !important;
}

body > .select2-container {
  width: auto !important;
}

.select2-container--default .select2-search--dropdown {
  overflow: hidden;
  padding: 0;
}
.select2-container--default .select2-search--dropdown input {
  padding: 0.65em 1em 0.65em;
  font-size: 1em;
}
.select2-container--default .select2-selection__placeholder {
  display: block;
  min-height: 1.5em;
}
.select2-container--default .select2-selection--single {
  height: auto;
}
.select2-container--default .select2-selection--single:focus, .select2-container--default .select2-selection--single:hover {
  outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0.65em 2.25em 0.65em 1em;
  line-height: 1.5;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 1em;
  width: 1em;
  height: 1em;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  margin: 0;
  border: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate3d(50%, -50%, 0);
          transform: translate3d(50%, -50%, 0);
  content: "";
  font: normal normal normal 1em/1 "Font Awesome 5 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: block;
}
.select2-container--default .select2-results > .select2-results__options {
  width: 100%;
  max-height: 14em;
}

/* ==========================================================================
   Timepicker
   ========================================================================== */
/* ==========================================================================
   Datepicker
   ========================================================================== */
html .Dob:before, html .Date:before {
  content: "";
  font-family: "fontAwesome";
  speak: none;
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1rem;
  -webkit-transition: color 0.2s ease-in 0s;
  -o-transition: color 0.2s ease-in 0s;
  transition: color 0.2s ease-in 0s;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html .Dob:hover:before, html .Date:hover:before {
  -webkit-transition: color 0s ease-in 0s;
  -o-transition: color 0s ease-in 0s;
  transition: color 0s ease-in 0s;
}
html .ui-datepicker {
  z-index: 1000 !important;
  width: auto;
  max-width: 30em;
}
html .ui-datepicker td a {
  padding: 0.5em 0.75em;
}
html .ui-datepicker .ui-datepicker-next, html .ui-datepicker .ui-datepicker-prev {
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  cursor: pointer;
}
html .ui-datepicker .ui-datepicker-next {
  right: 2px;
}
html .ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

/* ==========================================================================
   Submit
   ========================================================================== */
input[type=submit] {
  position: relative;
  z-index: 100;
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0.65rem 1rem 0.65rem;
  line-height: 1.5;
  border: 1px solid;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
input[type=submit]:active, input[type=submit]:focus {
  outline: none;
}

/* ==========================================================================
   Form
   ========================================================================== */
span.wpcf7-form-control-wrap {
  display: inline-block;
  float: left;
  width: 100%;
}

span.wpcf7-not-valid-tip {
  position: absolute;
  z-index: 101;
  bottom: 0.35rem;
  right: -0.35rem;
  max-width: 80%;
  padding: 0.35rem 1rem;
  border-radius: 5px;
  border: none;
  font-size: 0.9em !important;
}

div.wpcf7-response-output {
  z-index: 101;
  border-radius: 5px;
  border: none !important;
  margin: 0 !important;
  text-align: center;
  font-size: 0.9em !important;
  margin-top: 1em !important;
}

body div.wpcf7-response-output {
  padding: 1rem;
}

div.wpcf7 img.ajax-loader {
  margin-left: 1rem !important;
}

div.wpcf7 form.wpcf7-form span.ajax-loader {
  position: absolute;
  left: 100%;
  width: 32px;
  height: 32px;
  border-radius: 20px;
  background-image: url(DSS/img-loader/ajax-loader.gif);
  background-size: 32px;
}

.c0 span.wpcf7-not-valid-tip,
.c0 div.wpcf7-response-output {
  background: #131313;
  color: #fff;
}

.c2 span.wpcf7-not-valid-tip,
.c2 div.wpcf7-response-output {
  background: #fff;
  color: #131313;
}

@media only screen and (max-width: 62em) {
  form input[type=submit] {
    width: 100%;
  }

  div.wpcf7 img.ajax-loader {
    position: absolute;
    left: 50%;
    bottom: -1.15rem;
    width: 12px;
    margin-left: -6px !important;
  }
}
/* ==========================================================================
   Inputs
   ========================================================================== */
input[type=text],
input[type=url],
input[type=email],
input[type=password],
input[type=tel],
input[type=color],
input[type=date],
input[type=time],
input[type=week],
input[type=datetime-local],
input[type=month],
input[type=number],
input[type=search] {
  border-width: 3px;
  border-color: #827c74;
  color: #827c74;
  background: transparent;
}
input[type=text]:focus, input[type=text]:hover,
input[type=url]:focus,
input[type=url]:hover,
input[type=email]:focus,
input[type=email]:hover,
input[type=password]:focus,
input[type=password]:hover,
input[type=tel]:focus,
input[type=tel]:hover,
input[type=color]:focus,
input[type=color]:hover,
input[type=date]:focus,
input[type=date]:hover,
input[type=time]:focus,
input[type=time]:hover,
input[type=week]:focus,
input[type=week]:hover,
input[type=datetime-local]:focus,
input[type=datetime-local]:hover,
input[type=month]:focus,
input[type=month]:hover,
input[type=number]:focus,
input[type=number]:hover,
input[type=search]:focus,
input[type=search]:hover {
  outline: none;
}
.c2 input[type=text],
.c2 input[type=url],
.c2 input[type=email],
.c2 input[type=password],
.c2 input[type=tel],
.c2 input[type=color],
.c2 input[type=date],
.c2 input[type=time],
.c2 input[type=week],
.c2 input[type=datetime-local],
.c2 input[type=month],
.c2 input[type=number],
.c2 input[type=search] {
  background-color: transparent;
  border-width: 3px;
  border-color: #fff;
  color: #131313;
}
.c3 input[type=text],
.c3 input[type=url],
.c3 input[type=email],
.c3 input[type=password],
.c3 input[type=tel],
.c3 input[type=color],
.c3 input[type=date],
.c3 input[type=time],
.c3 input[type=week],
.c3 input[type=datetime-local],
.c3 input[type=month],
.c3 input[type=number],
.c3 input[type=search] {
  background-color: transparent;
  border-width: 3px;
  border-color: #131313;
  color: #131313;
}

.c0 ::-webkit-input-placeholder {
  opacity: 1;
  color: #131313;
}
.c0 :-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #131313;
}
.c0 ::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #131313;
}
.c0 :-ms-input-placeholder {
  opacity: 1;
  color: #131313;
}

.c2 ::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}
.c2 :-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #fff;
}
.c2 ::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #fff;
}
.c2 :-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}

.c3 ::-webkit-input-placeholder {
  opacity: 1;
  color: #131313;
}
.c3 :-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #131313;
}
.c3 ::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #131313;
}
.c3 :-ms-input-placeholder {
  opacity: 1;
  color: #131313;
}

.c4 ::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}
.c4 :-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #fff;
}
.c4 ::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #fff;
}
.c4 :-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}

/* ==========================================================================
   Textarea
   ========================================================================== */
textarea {
  border-width: 3px;
  border-color: #131313;
  color: #131313;
  background: transparent;
}
.c2 textarea {
  border-color: #fff;
  color: #fff;
}
.c3 textarea {
  border-color: #131313;
  color: #131313;
}

/* ==========================================================================
   Checkbox
   ========================================================================== */
/* ==========================================================================
   Radio
   ========================================================================== */
.dss-radio label:before {
  color: #fff;
}

/* ==========================================================================
   Upload
   ========================================================================== */
.uploadlabel {
  border: 3px solid #fff;
  color: #fff;
}

.c2 .uploadlabel {
  color: #131313;
}

/* ==========================================================================
   Select
   ========================================================================== */
select:focus, select:hover {
  outline: none;
}

/* ==========================================================================
   Select2
   ========================================================================== */
.select2-container--default .select2-dropdown {
  border: none;
}
.select2-container--default .select2-dropdown .select2-search--dropdown input {
  border: 3px solid #d4cdd4;
  background: #eeebee;
}
.select2-container--default .select2-results .select2-results__options {
  border: 3px solid #d4cdd4;
}
.select2-container--default .select2-results .select2-results__option {
  background: #e0dbe0;
  color: #806f80;
  padding: 0.65rem 1rem 0.65rem;
  border-bottom: 3px solid #d4cdd4;
}
.select2-container--default .select2-results .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results .select2-results__option--highlighted[aria-selected=true] {
  background: #d4cdd4;
  color: #806f80;
}
.select2-container--default .select2-selection--single {
  background: transparent;
  border-width: 3px;
  border-color: #e0dbe0;
  border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #757575;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 1em;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  color: #757575;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  color: #686868;
}

select.ui-datepicker-month, select.ui-datepicker-year {
  background: #e0dbe0;
  border-color: #d4cdd4;
}

.woocommerce-validated .select2-container--default .select2-selection--single {
  border-color: #69bf29;
}

.woocommerce-invalid .select2-container--default .select2-selection--single {
  border-color: #a00;
}

.c2 .select2-container--default .select2-dropdown {
  border: none;
}
.c2 .select2-container--default .select2-results .select2-results__options {
  border: 3px solid black;
}
.c2 .select2-container--default .select2-results .select2-results__option {
  background: #000000;
  color: #e0dbe0;
  border-bottom: 3px solid black;
}
.c2 .select2-container--default .select2-results .select2-results__option--highlighted[aria-selected], .c2 .select2-container--default .select2-results .select2-results__option--highlighted[aria-selected=true] {
  background: black;
  color: #e0dbe0;
}
.c2 .select2-container--default .select2-selection--single {
  background: transparent;
  border-width: 3px;
  border-color: #000000;
  border-radius: 0;
}
.c2 .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #131313;
}
.c2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
  color: #131313;
}
.c2 .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  color: #060606;
}

/* ==========================================================================
   Timepicker
   ========================================================================== */
/* ==========================================================================
   Datepicker
   ========================================================================== */
html .ui-widget {
  font-family: "Suisse Int'l", sans-serif;
}
html .ui-corner-all {
  border-radius: 0;
}
html .ui-widget-content {
  background: #131313;
  border: 3px solid #060606;
  color: #fff;
}
html .ui-state-default, html .ui-widget-content .ui-state-default, html .ui-widget-header .ui-state-default, html .ui-datepicker .ui-datepicker-header {
  background: #060606;
  border: 1px solid #060606;
}
html .ui-state-hover, html .ui-widget-content .ui-state-hover, html .ui-widget-header .ui-state-hover {
  background: black;
  border: 1px solid black;
}
html .ui-state-highlight, html .ui-widget-content .ui-state-highlight, html .ui-widget-header .ui-state-highlight {
  color: #fff;
}

/* ==========================================================================
   Submit
   ========================================================================== */
input[type=submit] {
  background: #131313;
  color: #fff;
  border: 3px solid #131313;
}
.c2 input[type=submit] {
  background: #fff;
  color: #131313;
  border: 3px solid #fff;
}

/* ==========================================================================
   Main
   ========================================================================== */
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.logo.mobile {
  display: none;
  position: fixed;
  left: 1em;
  top: 1em;
  width: 20%;
  height: auto;
  z-index: 500;
}
.logo.mobile .aspect-ratio {
  padding-bottom: 58%;
}
@media (max-width: 1024px) {
  .logo.mobile {
    display: block;
    width: 14em;
  }
  .menu-open .logo.mobile {
    display: none;
  }
}
#master-header-fixed.transparent-bg {
	background: transparent!important;
}
#master-header-fixed {
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: black;
  font-size: 0.85em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #master-header-fixed {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 1024px) {
  #master-header-fixed {
    display: none;
  }
}
#master-header-fixed:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-box-shadow: 2px 0 3px 10px transparent;
          box-shadow: 2px 0 3px 10px transparent;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.below-hero #master-header-fixed:before {
  opacity: 1;
  -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.2);
}
#master-header-fixed a {
  color: #fff;
}
#master-header-fixed .logo {
  position: relative;
  width: 30%;
  height: 6em;
  margin: 0 1.5em;
}
@media (max-width: 767px) {
  #master-header-fixed .logo {
    width: 8.5em;
    height: 4em;
  }
}
#master-header-fixed .navi {
  position: relative;
  z-index: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
  #master-header-fixed .navi {
    display: none;
  }
}
#master-header-fixed .navi .animated-line-vertical {
  position: relative;
  display: block;
  width: 1px;
  overflow: hidden;
}
#master-header-fixed .navi .animated-line-vertical:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
.below-hero #master-header-fixed .navi .animated-line-vertical:before {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}
#master-header-fixed .navi .animated-line-horizontal {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100vw;
  width: calc(100vw - 100%);
  height: 1px;
  display: block;
  overflow: visible;
}
#master-header-fixed .navi .animated-line-horizontal:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
.below-hero #master-header-fixed .navi .animated-line-horizontal:before {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
#master-header-fixed .navi nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#master-header-fixed .navi nav ul {
  background-color: rgba(0,0,0,0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2em 3em;
  margin: 0;
  list-style: none;
  font-family: "Suisse Int'l", sans-serif;
  font-weight: normal;
}
#master-header-fixed .navi nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#master-header-fixed .navi nav ul li.current-menu-item > a {
  opacity: 0.5;
}
#master-header-fixed .navi nav ul li .sub-menu {
  position: absolute;
  z-index: 499;
  top: 100%;
  left: auto;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  padding: 0.5em 0;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  -webkit-animation-duration: 0.35s;
          animation-duration: 0.35s;
  -webkit-animation-name: animate-out-fade;
          animation-name: animate-out-fade;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-timing-function: cubic-bezier(0.17, 0.04, 0.03, 0.94);
          animation-timing-function: cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -webkit-transition: 0s visibility 1s;
  -o-transition: 0s visibility 1s;
  transition: 0s visibility 1s;
}
.page-id-78 #master-header-fixed .navi nav ul li .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#master-header-fixed .navi nav ul li .sub-menu.show {
  display: block;
  visibility: visible;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: animate-in-fade;
          animation-name: animate-in-fade;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.17, 0.04, 0.03, 0.94);
          animation-timing-function: cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -webkit-transition: 0s visibility 0s;
  -o-transition: 0s visibility 0s;
  transition: 0s visibility 0s;
}
#master-header-fixed .navi nav ul li .sub-menu li {
  background: #fff;
  padding: 0;
}
#master-header-fixed .navi nav ul li .sub-menu li a {
  display: inline-block;
  padding: 0.35em 1.5em;
  color: #000000;
}
#master-header-fixed .navi nav ul li .sub-menu li a.current {
  opacity: 0.5;
}
#master-header-fixed .navi nav ul li .sub-menu li a:hover:before {
  bottom: 0.5em;
  width: calc(100% - 3.1em);
}
#master-header-fixed .navi nav ul a {
  position: relative;
  z-index: 500;
  padding: 0.2em 0.65em;
}
#master-header-fixed .navi nav ul a:before {
  width: 100%;
}
#master-header-fixed .navi .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.85em 0 0.85em;
  font-size: 1.85em;
}
#master-header-fixed .navi .social-icons a {
  display: inline-block;
  padding: 0 0.35em;
  color: #000000;
  -webkit-transition: all 0.4s cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 0.4s cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 0.4s cubic-bezier(0.17, 0.04, 0.03, 0.94);
}
#master-header-fixed .navi .social-icons a:before {
  width: calc(100% - .25em);
}
#master-header-fixed .navi .social-icons a:hover {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}

#master-header-main {
  position: fixed;
  z-index: 501;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 600ms, opacity 600ms;
  -o-transition: visibility 600ms, opacity 600ms;
  transition: visibility 600ms, opacity 600ms;
  font-family: "Suisse Int'l", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
#master-header-main > .overflow-guard {
  font-size: 0.8em;
}
@media (max-width: 1024px) {
  #master-header-main > .overflow-guard {
    font-size: 1.3em;
  }
}
#master-header-main .bg.animated {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.65);
  -webkit-box-shadow: inset 0 0 15vw 1vw rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 15vw 1vw rgba(0, 0, 0, 0.2);
}
#master-header-main .bg.animated img {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  z-index: 200;
  width: auto;
  height: 100%;
  margin: auto;
  padding: 2em;
  opacity: 0.035;
}
@media (max-width: 1024px) {
  #master-header-main .bg.animated img {
    width: 100%;
    height: auto;
  }
}
#master-header-main .overflow-guard {
  position: relative;
  z-index: 500;
  padding: 1em 3em 1em;
  overflow: auto;
  max-height: calc(100% - 5em);
}
#master-header-main nav ul {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  list-style: none;
  padding: 0;
  margin: 0;
}
#master-header-main nav ul li a {
  display: inline-block;
  padding: 0;
  font-size: 3em;
  font-family: "Suisse Int'l", sans-serif;
  text-transform: none;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.4s cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 0.4s cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 0.4s cubic-bezier(0.17, 0.04, 0.03, 0.94);
}
#master-header-main nav ul li a:before {
  width: calc(100% + .5em);
  background: #000000;
}
#master-header-main nav ul li a:hover {
  opacity: 0.7;
}
#master-header-main nav .far, #master-header-main nav .fal, #master-header-main nav .fas {
  vertical-align: middle;
  padding-left: 0;
  font-size: 0.5em;
}
#master-header-main nav .sub-menu {
  display: none;
  left: 100%;
  top: 0;
}
#master-header-main nav .sub-menu a {
  white-space: nowrap;
  opacity: 1;
  padding-left: 0.5em;
  line-height: 1.1;
  font-size: 1.65em;
  font-weight: normal;
}
#master-header-main nav .sub-menu.show {
  display: block;
}
#master-header-main .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.65em;
  padding-top: 1em;
  margin-top: 0.7em;
  background: url(DSS/img/dash.png) repeat-x scroll top left transparent;
  background-size: 100% auto;
  opacity: 0;
  -webkit-transform: translate3d(0, 20%, 0);
          transform: translate3d(0, 20%, 0);
  -webkit-transition: all 0s linear 0.6s;
  -o-transition: all 0s linear 0.6s;
  transition: all 0s linear 0.6s;
}
.menu-open #master-header-main .social-icons {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 1s ease-out 0.2s, -webkit-transform 0.75s ease-out 0.3s;
  transition: opacity 1s ease-out 0.2s, -webkit-transform 0.75s ease-out 0.3s;
  -o-transition: opacity 1s ease-out 0.2s, transform 0.75s ease-out 0.3s;
  transition: opacity 1s ease-out 0.2s, transform 0.75s ease-out 0.3s;
  transition: opacity 1s ease-out 0.2s, transform 0.75s ease-out 0.3s, -webkit-transform 0.75s ease-out 0.3s;
}
#master-header-main .social-icons a {
  display: inline-block;
  padding: 0 0.25em;
  -webkit-transition: all 0.4s cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 0.4s cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 0.4s cubic-bezier(0.17, 0.04, 0.03, 0.94);
}
#master-header-main .social-icons a:hover {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}

main {
  -webkit-transition: -webkit-filter 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: -webkit-filter 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -o-transition: filter 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.menu-open body {
  position: fixed;
  overflow: hidden;
  height: 100vh;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .menu-open body main, .menu-open body footer#master-footer {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(0.66);
        -ms-transform: scale(0.66);
            transform: scale(0.66);
  }
}
.menu-open #master-header-main {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 1025px) {
  .menu-open #master-header-main {
    display: none;
  }
}
.menu-open #master-header-main nav ul li {
  position: relative;
  display: block;
  opacity: 0;
  will-change: transform;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: animate-in-from-left;
          animation-name: animate-in-from-left;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.17, 0.04, 0.03, 0.94);
          animation-timing-function: cubic-bezier(0.17, 0.04, 0.03, 0.94);
}
.menu-open #master-header-main nav ul li:hover a {
  -webkit-transform: translate3d(0.65rem, 0, 0);
          transform: translate3d(0.65rem, 0, 0);
}
.menu-open #master-header-main nav ul li:hover li:hover a {
  -webkit-transform: translate3d(1.1rem, 0, 0);
          transform: translate3d(1.1rem, 0, 0);
}
.menu-open #master-header-main nav ul li:hover:before {
  -webkit-transform: translate3d(calc(-100%), -50%, 0);
          transform: translate3d(calc(-100%), -50%, 0);
}
.menu-open #master-header-main nav ul li:nth-child(1) {
  -webkit-animation-delay: 75ms;
          animation-delay: 75ms;
}
.menu-open #master-header-main nav ul li:nth-child(2) {
  -webkit-animation-delay: 150ms;
          animation-delay: 150ms;
}
.menu-open #master-header-main nav ul li:nth-child(3) {
  -webkit-animation-delay: 225ms;
          animation-delay: 225ms;
}
.menu-open #master-header-main nav ul li:nth-child(4) {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}
.menu-open #master-header-main nav ul li:nth-child(5) {
  -webkit-animation-delay: 375ms;
          animation-delay: 375ms;
}
.menu-open #master-header-main nav ul li:nth-child(6) {
  -webkit-animation-delay: 450ms;
          animation-delay: 450ms;
}
.menu-open #master-header-main nav ul li:nth-child(7) {
  -webkit-animation-delay: 525ms;
          animation-delay: 525ms;
}
.menu-open #master-header-main nav ul li:nth-child(8) {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}
.menu-open #master-header-main nav ul li:nth-child(9) {
  -webkit-animation-delay: 675ms;
          animation-delay: 675ms;
}
.menu-open #master-header-main nav ul li:nth-child(10) {
  -webkit-animation-delay: 750ms;
          animation-delay: 750ms;
}

/* ==========================================================================
   Hamburger
   ========================================================================== */
#main-hamburger {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 502;
  -webkit-transition: left 0.5s ease-in-out;
  -o-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
}
@media (min-width: 1025px) {
  #main-hamburger {
    display: none;
  }
}

.menu-open #main-hamburger .hamburger__line {
  background: #FFF;
}

.menu-closed .menu-triggered {
  display: none !important;
}

#master-header-hamburger.hidden {
  display: none;
}

.hamburger {
  position: relative;
  height: 10em;
  width: 10em;
  background-color: transparent;
  cursor: pointer;
  margin: 0 auto;
  overflow: hidden;
  /*--- Close Button 1 ---*/
}
.hamburger__icon {
  position: absolute;
  width: 7em;
  height: 2.75em;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.hamburger__line {
  position: absolute;
  left: 0;
  background-color: #fff;
  height: 0.5em;
  width: 100%;
  pointer-events: none;
}
.hamburger__line--1 {
  top: 0;
}
.hamburger__line--2 {
  top: 0;
  bottom: 0;
  margin: auto;
}
.hamburger__line--3 {
  bottom: 0;
}
.hamburger--close1 .hamburger__line--1 {
  -webkit-transition: background-color 0.5s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: background-color 0.5s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out, background-color 0.5s ease-in-out;
  transition: transform 0.2s ease-in-out, background-color 0.5s ease-in-out;
  transition: transform 0.2s ease-in-out, background-color 0.5s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.hamburger--close1 .hamburger__line--2 {
  right: 0;
  -webkit-transition: right 0.2s ease-in-out, opacity 0.35s ease-in-out, background-color 0.5s ease-in-out, -webkit-transform 0s ease-in-out;
  transition: right 0.2s ease-in-out, opacity 0.35s ease-in-out, background-color 0.5s ease-in-out, -webkit-transform 0s ease-in-out;
  -o-transition: right 0.2s ease-in-out, opacity 0.35s ease-in-out, transform 0s ease-in-out, background-color 0.5s ease-in-out;
  transition: right 0.2s ease-in-out, opacity 0.35s ease-in-out, transform 0s ease-in-out, background-color 0.5s ease-in-out;
  transition: right 0.2s ease-in-out, opacity 0.35s ease-in-out, transform 0s ease-in-out, background-color 0.5s ease-in-out, -webkit-transform 0s ease-in-out;
}
.hamburger--close1 .hamburger__line--3 {
  -webkit-transition: background-color 0.5s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: background-color 0.5s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out, background-color 0.5s ease-in-out;
  transition: transform 0.2s ease-in-out, background-color 0.5s ease-in-out;
  transition: transform 0.2s ease-in-out, background-color 0.5s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.menu-open .hamburger--close1 .hamburger__line--1 {
  -webkit-transform: translate3d(0, 1.125em, 0) rotate(135deg);
          transform: translate3d(0, 1.125em, 0) rotate(135deg);
}
.menu-open .hamburger--close1 .hamburger__line--2 {
  opacity: 0;
  right: -28em;
  -webkit-transform: translate3d(-7em, 0, 0);
          transform: translate3d(-7em, 0, 0);
  -webkit-transition: opacity 0.2s ease-in-out, right 0s ease-in-out 0.2s, background-color 0.5s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, right 0s ease-in-out 0.2s, background-color 0.5s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, right 0s ease-in-out 0.2s, background-color 0.5s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, right 0s ease-in-out 0.2s, background-color 0.5s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, right 0s ease-in-out 0.2s, background-color 0.5s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.menu-open .hamburger--close1 .hamburger__line--3 {
  -webkit-transform: translate3d(0, -1.125em, 0) rotate(-135deg);
          transform: translate3d(0, -1.125em, 0) rotate(-135deg);
}

#hero.hero-slider {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #827c74;
  /* Old browsers */
}
#hero.hero-slider button:active {
  top: calc(50% + 3px);
}
#hero.hero-slider button:active:before {
  opacity: 0.7;
}
#hero.hero-slider .slick-prev:before, #hero.hero-slider .slick-next:before {
  font-size: 3.5rem;
}
#hero.hero-slider .slick-prev, #hero.hero-slider .slick-next {
  width: 6rem;
}
#hero.hero-slider .slick-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
#hero.hero-slider .slick-slider > .slide {
  display: none;
}
#hero.hero-slider .slick-slider > .slide:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#hero.hero-slider .slick-slider > div {
  width: 100%;
  height: 100%;
}
#hero.hero-slider .slick-slider > div .slick-track {
  height: 100%;
}
#hero.hero-slider .slick-slider > div .slick-track .slick-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#hero.hero-slider .slick-slider > div .slick-track .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
#hero.hero-slider .slick-slider .slide-content {
  position: relative;
  z-index: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5em;
  width: 100%;
  height: 100%;
  padding: 3em;
  letter-spacing: 0.2em;
}
#hero.hero-slider .slick-slider .slide-content .font3 {
  letter-spacing: 0;
}
#hero.hero-slider .slick-slider .box-intro {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-indent: 0.25em;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  padding: 4em 3vw;
  max-width: 52em;
  text-align: center;
  -webkit-transition: all 0.2s cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 0.2s cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -webkit-transform: perspective(1000px);
}
#hero.hero-slider .slick-slider .box-intro .box-logo {
  position: relative;
  width: 30vw;
  max-width: 90%;
  padding-bottom: 30%;
  margin: 1em;
  opacity: 0;
}
#hero.hero-slider .slick-slider .box-intro .box-content {
  opacity: 0;
}
#hero.hero-slider .slick-slider .box-intro .info-stamp-box {
  margin-top: 2em;
  opacity: 0;
}
#hero.hero-slider .slick-slider .box-intro h1 {
  font-size: 3.6em;
  line-height: 1.2;
  margin-bottom: 0;
}
#hero.hero-slider .slick-slider .box-intro .homepage-hero-1 {
  text-align: left;
  color: #B1B1B1;
}
#hero.hero-slider .slick-slider .box-intro .homepage-hero-1 h1 {
  font-size: 1.25em;
  line-height: 1;
  margin-bottom: -2.6em;
}
#hero.hero-slider .slick-slider .box-intro .homepage-hero-1 h1 strong {
  font-size: 0.9em;
  font-weight: 400;
  margin-left: 0.2em;
}
#hero.hero-slider .slick-slider .box-intro .homepage-hero-1 p {
  font-size: 0.6em;
  text-transform: none;
  letter-spacing: 0.25em;
  text-indent: 0;
}
#hero.hero-slider .slick-slider .box-intro .homepage-hero-1 .under-g {
  margin-left: 3.5em;
}
#hero.hero-slider .slick-slider .box-intro .homepage-hero-1 a {
  color: #B1B1B1;
  text-transform: none;
}
#hero.hero-slider .slick-slider .box-intro .homepage-hero-1 a span {
  padding-left: 1.5em;
  padding-right: 1.5em;
}
#hero.hero-slider .slick-slider .box-intro h4 {
  font-size: 1.1em;
  line-height: 1.1;
  letter-spacing: 0;
  margin-top: 0.15em;
  margin-bottom: 0;
  text-transform: none;
}
#hero.hero-slider .slick-slider .box-intro:hover {
  -webkit-transform: scale(1.035);
      -ms-transform: scale(1.035);
          transform: scale(1.035);
}
#hero.hero-slider .slick-slider .slick-current .box-intro .box-logo {
  opacity: 1;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
  -webkit-animation-name: animate-in-from-bottom;
          animation-name: animate-in-from-bottom;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.17, 0.04, 0.03, 0.94);
          animation-timing-function: cubic-bezier(0.17, 0.04, 0.03, 0.94);
}
#hero.hero-slider .slick-slider .slick-current .box-intro .box-content {
  opacity: 1;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
  -webkit-animation-name: animate-in-from-bottom;
          animation-name: animate-in-from-bottom;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.17, 0.04, 0.03, 0.94);
          animation-timing-function: cubic-bezier(0.17, 0.04, 0.03, 0.94);
}
#hero.hero-slider .slick-slider .slick-current .box-intro .info-stamp-box {
  opacity: 1;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-name: animate-in-from-bottom;
          animation-name: animate-in-from-bottom;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.17, 0.04, 0.03, 0.94);
          animation-timing-function: cubic-bezier(0.17, 0.04, 0.03, 0.94);
}
#hero.hero-slider .slick-slider .slick-previous .box-intro .box-logo {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
  -webkit-animation-name: animate-out-from-bottom;
          animation-name: animate-out-from-bottom;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.17, 0.04, 0.03, 0.94);
          animation-timing-function: cubic-bezier(0.17, 0.04, 0.03, 0.94);
}
#hero.hero-slider .slick-slider .slick-previous .box-intro .box-content {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
  -webkit-animation-name: animate-out-from-bottom;
          animation-name: animate-out-from-bottom;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.17, 0.04, 0.03, 0.94);
          animation-timing-function: cubic-bezier(0.17, 0.04, 0.03, 0.94);
}
#hero.hero-slider .slick-slider .slick-previous .box-intro .info-stamp-box {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
  -webkit-animation-name: animate-out-from-bottom;
          animation-name: animate-out-from-bottom;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.17, 0.04, 0.03, 0.94);
          animation-timing-function: cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

.hero-slim {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}
@media (max-width: 767px) {
  .hero-slim {
    padding: 4em 0;
  }
}
.hero-slim h1 {
  margin: 0;
  padding: 1.8em 4.5em;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media (min-width: 1024px) {
  .hero-slim h1 br {
    display: none;
  }
}
.hero-slim h1 .font3 {
  position: relative;
  top: 0.05em;
  letter-spacing: 0;
  line-height: 1;
}
.hero-slim .social-icons {
  margin-top: 2.5em;
}

.shop .hero-slim, .woocommerce-cart .hero-slim, .woocommerce-checkout .hero-slim {
  background: #c6c0b7 !important;
  background: -webkit-gradient(linear, left top, right top, from(#c6c0b7), to(#827c74)) !important;
  background: -o-linear-gradient(left, #c6c0b7 0%, #827c74 100%) !important;
  background: linear-gradient(to right, #c6c0b7 0%, #827c74 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#c6c0b7", endColorstr="#827c74",GradientType=1 ) !important;
}

#hero.mentor .woocommerce-MyAccount-navigation-link--members-area {
  display: none;
}

#master-footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6vw 0 6vw 2vw;
}
@media (max-width: 1024px) {
  #master-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 56vw 2vw 8vw;
  }
}
#master-footer > div:first-child {
  position: relative;
  z-index: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 57%;
          flex: 0 0 57%;
  background: #000000;
}
#master-footer .newsletter {
  width: 100%;
  overflow: hidden;
}
#master-footer .newsletter .wpcf7 {
  width: 100%;
}
#master-footer .newsletter p {
  text-decoration: underline;
  margin: 0;
}
#master-footer .newsletter form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
#master-footer .newsletter form .newletter-left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 80%;
          flex: 1 1 80%;
}
#master-footer .newsletter form .newletter-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#master-footer .newsletter form input {
  background: none;
  border: none;
  text-transform: uppercase;
  color: #fff;
  padding: 0.65em 0 0.65em;
}
#master-footer .newsletter form input[type=email] {
  font-size: 2em;
  background: url(DSS/img/ee.png) no-repeat scroll top left transparent;
  background-size: auto 0.65em;
}
#master-footer .newsletter form input[type=submit] {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 1em 2em;
  font-size: 1em;
}
#master-footer .newsletter form input[type=submit]:hover {
  background-color: #fff;
  color: #000000;
}
#master-footer .newsletter form input:-webkit-autofill {
  -webkit-transition-delay: 50000s;
          transition-delay: 50000s;
}
#master-footer .newsletter form input::-webkit-input-placeholder {
  color: #505050;
}
#master-footer .newsletter form input:-moz-placeholder {
  /* Firefox 18- */
  color: #505050;
}
#master-footer .newsletter form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #505050;
}
#master-footer .newsletter form input:-ms-input-placeholder {
  color: #505050;
}
#master-footer .newsletter form .wpcf7-not-valid-tip {
  left: -1em;
  right: auto;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
#master-footer .newsletter form .wpcf7-validation-errors, #master-footer .newsletter form .wpcf7-mail-sent-ng {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #fff !important;
  border-right: 1px solid #fff !important;
  margin: 0 !important;
  border-radius: 0 !important;
}
#master-footer .newsletter form.wpcf7-form span.ajax-loader {
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
#master-footer .stronach {
  background: url(DSS/img/stronach.png) no-repeat scroll center center transparent;
  background-size: auto 60%;
}
#master-footer .stronach a {
  color: transparent;
}
#master-footer .race-logo {
  position: absolute;
  z-index: 200;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background: url(https://www.preakness.com/wp-content/uploads/2021/04/racelogo.png) no-repeat scroll center right transparent;
  background-size: auto 100%;
}
#master-footer .race-logo:before {
  content: "";
  position: absolute;
  z-index: 205;
  top: 0;
  right: 0;
  width: 95%;
  height: 100%;
  background: url(DSS/img/teeth.png) no-repeat scroll bottom left transparent;
  background-size: 8% auto;
}
@media (max-width: 1024px) {
  #master-footer .race-logo {
    height: 56vw;
    margin-bottom: 10vw;
  }
}

#Path_490 {
  fill: transparent;
  -webkit-transition: fill 1s;
  -o-transition: fill 1s;
  transition: fill 1s;
}
#Path_490.whitefill {
  fill: #fff;
}

/* ==========================================================================
   Specific theme styles
   ========================================================================== */
body {
  background: #fff;
  color: #131313;
}

html {
  background: #000000;
}

input {
  -webkit-appearance: none;
}

strong {
  font-weight: bold;
  font-size: 1.1em;
  text-decoration: underline;
}

.screen-reader-text {
  display: none;
}

::-moz-selection {
  color: #fff;
  background: #131313;
}

::selection {
  color: #fff;
  background: #131313;
}

@media (max-width: 1024px) {
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    line-height: 1.25;
  }
}
h1.italic, .h1.italic, h2.italic, .h2.italic, h3.italic, .h3.italic, h4.italic, .h4.italic, h5.italic, .h5.italic, h6.italic, .h6.italic {
  font-style: italic;
}

hr {
  margin: 0.7em 0 1em;
}
hr:after {
  border-top: 3px solid #131313;
  left: 0;
  width: 2em;
  -webkit-transform: translate3d(-0.1em, 0, 0);
          transform: translate3d(-0.1em, 0, 0);
}

.btn {
  display: inline-block;
  cursor: pointer;
  font-size: 1.1em;
  text-transform: uppercase;
}
.btn span {
  display: inline-block;
  padding: 0.15em 0.6em;
  letter-spacing: 0.05em;
  border: 0.28em solid;
  font-weight: 700;
  -webkit-transition: all 0.4s cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 0.4s cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 0.4s cubic-bezier(0.17, 0.04, 0.03, 0.94);
}
.btn:hover span {
  background: #000000;
  color: #fff;
  border-color: #000000;
  -webkit-box-shadow: 0 0.35em 1.25em 0.2em rgba(0, 0, 0, 0.4);
          box-shadow: 0 0.35em 1.25em 0.2em rgba(0, 0, 0, 0.4);
  -webkit-transform: translate3d(0, -0.25em, 0);
          transform: translate3d(0, -0.25em, 0);
}

span.cube {
  font-size: 0.6em;
  vertical-align: top;
  line-height: 1;
}

.bg-pic a {
  color: #fff;
}

.v-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.text-layer {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

.text-line {
  display: block;
}

.inview .text-animate {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}

.text-animate {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0s;
  transition: -webkit-transform 0s;
  -o-transition: transform 0s;
  transition: transform 0s;
  transition: transform 0s, -webkit-transform 0s;
}

.c0 {
  background: #fff;
  color: #000000;
}
.c0.bg {
  background-image: url(DSS/img/decoration-black-top-right.png);
  background-repeat: no-repeat;
  background-size: 9% auto;
  background-position: top right 10%;
}
.c0.bg .box {
  background: #fff;
}
.c0.bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 7%;
  display: block;
  width: 50%;
  height: 100%;
  /*background-image: url(DSS/img/decoration-outlined.png);*/
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: top left;
}
.c0 a {
  color: #000000;
}
.c0 .btn:hover span {
  background: #000000;
  color: #fff;
  border-color: #000000;
}
.c0 .outline {
  color: #fff;
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
}

.c1 {
  background: #B1B1B1;
}

.c2 {
  background: #F6F06D;
  color: #000000;
}
.c2.bg {
  background-image: url(DSS/img/decoration-black-top-right.png);
  background-repeat: no-repeat;
  background-size: 9% auto;
  background-position: top right 10%;
}
.c2.bg .box {
  background: #F6F06D;
}
.c2.bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 7%;
  display: block;
  width: 50%;
  height: 100%;
  /*background-image: url(DSS/img/decoration-outlined.png);*/
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: top left;
}
.c2 p {
  color: black;
}
.c2 a {
  color: #000000;
}
.c2 .btn:hover span {
  background: #000000;
  color: #000000;
  border-color: #000000;
}
.c2 .outline {
  color: #F6F06D;
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
}

.c3 {
  background: #B1B1B1;
}
.c3 p {
  color: #131313;
}

.c4 {
  background: #000000;
  color: #fff;
}
.c4 p {
  color: #ededed;
}
.c4 a {
  color: #fff;
}
.buy-tickets.c2 a {
  color: #000!important;
}
.c4 .btn:hover span {
  background: #fff;
  color: #000000;
  border-color: #fff;
}
.c4 .outline {
  color: #000000;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.c5 {
  background: #000000;
}

.c6 {
  background: #000000;
}

.color-c4 {
  color: #000000;
}
.color-c4.outline {
  color: #fff;
  color: transparent;
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
}

.circled {
  padding: 0.2em 0.5em 0.13em;
  background: url(DSS/img/markb.png) no-repeat scroll center center transparent;
  background-size: 100% 100%;
  color: transparent;
}
.circled.color-c0 {
  background: url(DSS/img/markw.png) no-repeat scroll center center transparent;
  background-size: 100% 100%;
}

a {
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
a:before {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 50%;
  width: calc(100% + 1em);
  height: 2px;
  margin: auto;
  background: #fff;
  opacity: 0;
  -webkit-transform: translate3d(-75%, 0, 0);
          transform: translate3d(-75%, 0, 0);
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.c0 a:before, .c2 a:before {
  background: #000000;
}
a:hover {
  opacity: 0.5;
}
.c0 a:hover, .c2 a:hover {
  opacity: 1;
}
a:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
a.no-effect:hover {
  opacity: 0.75;
}
a.no-effect:before {
  display: none;
}

.current-menu-item a:before {
  opacity: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}

.button {
  position: absolute;
  padding: 0.25em 1em;
}
.button.bottom-right {
  right: 0;
  bottom: 0;
}
.c0 .button {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.c0 .button.contrast {
  background: #000000;
}
.c0 .button.contrast a {
  background: #000000;
  color: #fff;
}
.c0 .button.contrast a:before {
  background: #fff;
}
.c2 .button {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.c2 .button.contrast {
  background: #000000;
}
.c2 .button.contrast a {
  background: #000000;
  color: #fff;
}
.c2 .button.contrast a:before {
  background: #000000;
}
.c4 .button {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.c4 .button.contrast {
  background: #fff;
}
.c4 .button.contrast a {
  background: #fff;
  color: #000000;
}
.c4 .button.contrast a:before {
  background: #000000;
}

.font5 {
  font-family: "Suisse Works", sans-serif;
}

section.default {
  padding: 3vw 2vw;
  border-bottom: 1px solid #fff;
}

/* ==========================================================================
   Hero
   ========================================================================== */
#hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40vw;
  min-height: 30vw;
  overflow: hidden;
}
#hero.slim {
  height: 12vw;
  min-height: 12vw;
}
#hero.slimmer {
  height: 5em;
  min-height: 5em;
}
@media (max-width: 1024px) {
  #hero {
  	/*height: 30vh;*/
  }
  #hero.slim {
    height: 10em;
  }
  #hero.slimmer {
  height: 0em;
  min-height: 0em;
}
}
@media (max-width: 542px) {
  #hero {
  	height: 45vw;
  }
}
.slider-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  margin-bottom: 0 !important;
}
.slider-hero .slick-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.slider-hero .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-hero .slick-list .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.slider-hero .slick-list .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slider-hero .slick-list .slick-slide > div .slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider-hero .slick-list .slick-slide > div .hero-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .slider-hero .slick-list .slick-slide > div .hero-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.slider-hero .video-wrap {
  width: 100%;
  height: 100%;
}
.slider-hero .plyr--video {
  width: 100%;
  height: 100%;
}
.slider-hero .plyr__video-wrapper {
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
@media (max-width: 1024px) {
  .slider-hero .plyr__video-wrapper {
    overflow: visible;
    width: 100%;
  }
  .slider-hero .plyr__video-embed__container {
    width: 234%;
    margin-left: -67%;
  }
}
.slider-hero .slick-dots {
  right: 1em;
  top: 6.5em;
  left: auto;
  z-index: 100;
}
@media (max-width: 1024px) {
  .slider-hero .slick-dots {
    position: relative;
    left: 0;
    top: 0;
    text-align: center;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
.slider-hero .slick-dots li button:before {
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.hero-content {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 1.38em;
}
@media (max-width: 767px) {
  .hero-content {
    height: auto;
  }
}
.hero-content h1 {
  margin-bottom: -0.11em;
}
.hero-content .arrow-right {
  position: relative;
  display: inline-block;
  vertical-align: top;
  top: -0.1em;
  margin-left: 0.47em;
  color: transparent;
  background: url(DSS/img/arrow@2x.png) no-repeat scroll center center transparent;
  background-size: contain;
}
@media (max-width: 1024px) {
  .hero-content {
    padding: 0 4em 2em 4vw;
    font-size: 1.4em;
  }
}
.hero-content .leftside {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 35%;
  height: 100%;
  background: url(DSS/img/hero3.png) no-repeat scroll center center transparent;
  background-size: cover;
}

.hero-countdown {
  position: absolute;
  right: 0;
  bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.2em;
}
@media (max-width: 767px) {
  .hero-countdown {
    position: relative;
  }
}
.hero-countdown .countdown-box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.hero-countdown .countdown-box span {
  display: block;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

/* ==========================================================================
   BOX
   ========================================================================== */
.btnise {
  margin-left: 1em;
  margin-right: 1em;
}

.box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.box h1, .box h2, .box h3, .box h4, .box h5, .box h6 {
  margin: 0;
}
.box h1 a, .box h2 a, .box h3 a, .box h4 a, .box h5 a, .box h6 a {
  line-height: inherit;
}
.c4 .box {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.c2 .box {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
}
.c0 .box {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
}
.box .box {
  border-top: none;
  border-left: none;
  padding: 0.9em 1em;
}
.c4 .box .box {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.c2 .box .box {
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.c0 .box .box {
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.box .img {
  padding: 0;
}
.box.no-padding {
  padding: 0 !important;
  border-right: none !important;
  border-bottom: none !important;
}
.box .padding-double {
  padding: 2em;
}
.box .padding-triple {
  padding: 3em;
}
.box .padding-double-sides {
  padding-left: 2em;
  padding-right: 2em;
}
.box .padding-triple-sides {
  padding-left: 3em;
  padding-right: 3em;
}
.box.h-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.box.wide {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
}
.box.tall {
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}
.box.read-me {
  padding-top: 1em;
  padding-bottom: 1em;
}
.box.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ==========================================================================
   Events
   ========================================================================== */
.event {
  padding: 2vw 2vw;
}
.event .t1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33%;
          flex: 0 1 33%;
}
.event .t50 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
.event .t2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 67%;
          flex: 0 1 67%;
}
@media (max-width: 767px) {
  .event {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .event .t1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    padding-bottom: 70%;
  }
  .event .t2, .event .t50 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

/* ==========================================================================
   Event upcoming
   ========================================================================== */
#event-upcoming {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#event-upcoming .event-video {
  position: relative;
  z-index: 105;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 52%;
          flex: 0 0 52%;
}
#event-upcoming .event-pic {
  position: relative;
  z-index: 105;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 52%;
          flex: 0 0 52%;
}
#event-upcoming .event-description {
  position: relative;
  z-index: 100;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}
#event-upcoming .event-description h1 {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 7em;
  line-height: 0.85;
  margin: 0;
  text-indent: 0.07em;
}
#event-upcoming .event-description .buy-tickets {
  position: absolute;
  top: 0;
  right: 0;
  /* border-bottom: 1px solid; 
  border-left: 1px solid; */
  text-align: right;
  margin: 0;
  line-height: 1;
}
#event-upcoming .event-description .buy-tickets a {
  line-height: 1;
  padding: 0.15em 0.35em;
}
#event-upcoming .event-description .buy-tickets:before {
  content: "";
  position: absolute;
  top: 130%;
  right: 5%;
  display: block;
  width: 22%;
  height: 0;
  padding-bottom: 70%;
  background: url(DSS/img/arrowup.png) no-repeat scroll center center transparent;
  background-size: contain;
}
@media (max-width: 1024px) {
  #event-upcoming {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #event-upcoming .event-video, #event-upcoming .event-description {
    min-height: 250px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  #event-upcoming .event-description h1 {
    font-size: 5.5em;
  }
}

/* ==========================================================================
   Tickets Intro
   ========================================================================== */
#tickets-intro {
  padding: 3vw 2vw;
}
#tickets-intro .t1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33%;
          flex: 0 1 33%;
}
#tickets-intro .t2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 67%;
          flex: 0 1 67%;
}
@media (max-width: 767px) {
  #tickets-intro {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #tickets-intro .t1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    padding-bottom: 70%;
  }
  #tickets-intro .t2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

/* ==========================================================================
   Seats Section
   ========================================================================== */
#seat-section {
  padding: 3vw 2vw;
}
#seat-section ul {
  list-style-position: inside;
  padding: 0;
  margin: 0 0 1em;
}
#seat-section h6 {
  font-size: 1.2em;
  margin-bottom: 1em;
}
#seat-section p {
  margin: calc(5px + .2em) 0;
}
#seat-section a {
  text-decoration: underline;
}
#seat-section .a-btn--icon.a-btn--icon-small {
  padding-left: 1.75em;
}
#seat-section .a-btn--icon.a-btn--icon-small:after {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 1em;
  font-weight: 900;
}
#seat-section .text-wrap {
  width: 100%;
}
#seat-section .g0 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 4fr 3fr;
  grid-template-columns: 3fr 4fr 3fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
      grid-template-areas: "g2 g1 g1" "g2 g3 g4" "g5 g5 g4";
}
@media (max-width: 1024px) {
  #seat-section .g0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#seat-section .g1 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: g1;
}
#seat-section .g2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: g2;
}
@media (max-width: 1024px) {
  #seat-section .g2 {
    min-height: 56vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}
#seat-section .g3 {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: g3;
}
#seat-section .g4 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  grid-area: g4;
}
#seat-section .g5 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: g5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
#seat-section .g5 .text-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  padding: 0 1em;
}

.ticket-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.ticket-box span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em 1em;
  line-height: 1.2;
}
.ticket-box span.ticket-box-price {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  font-size: 1.2em;
}
.ticket-box span.ticket-box-name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 0.8em;
}
.ticket-box span.ticket-box-link {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.ticket-box span.ticket-box-link a.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  border-left: 1px solid #fff;
  text-decoration: none !important;
  padding: 0.4em 1em;
}
.ticket-box:last-of-type {
  border-bottom: 1px solid #fff;
  margin-bottom: 1em;
}

/* ==========================================================================
   Seats RACE MAP
   ========================================================================== */
.dialog-off-canvas-main-canvas {
  width: 100%;
}

#tickets-plugin {
  border-bottom: 1px solid #fff;
}
#tickets-plugin .box > .box {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#tickets-plugin .t0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*-ms-flex-wrap: wrap;
      flex-wrap: wrap;*/
}
#tickets-plugin .t0 a {
  font-size: 1.5em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  padding: 1em 0.5em;
}
#tickets-plugin .t0 a:hover, #tickets-plugin .t0 a.current {
  background: #000;
  color: #FFF;
  opacity: 1;
}
#tickets-plugin .hhg-group-expandable:hover h6, #tickets-plugin .hhg-group-expandable:hover p{
  color: #000!important;
}
@media (max-width: 1024px) {
  #tickets-plugin .t0 a {
    font-size: 1.25em;
  }
}
#tickets-plugin .t0 span {
  display: block;
}
#tickets-plugin .t0 .small {
  font-size: 0.65em;
}
#tickets-plugin .t1.svg-wrap {
  background: black;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}
@media (max-width: 1024px) {
  #tickets-plugin .t1.svg-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
#tickets-plugin .t1.svg-wrap svg {
  display: block;
}
#tickets-plugin .t1.svg-wrap img {
  display: block;
  width: 100%;
}
#tickets-plugin .t2 {
  max-height: 45vw;
  overflow: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  height: 100%;
}
@media (max-width: 1024px) {
  #tickets-plugin .t2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-height: 300vw;
  }
}
#tickets-plugin .detailed-tickets-info {
  margin-bottom: 2em;
}
#tickets-plugin .detailed-tickets-info .hhg-toggle-expanded {
  position: -webkit-sticky;
  position: sticky;
  top: 5.1em;
  z-index: 500;
}
#tickets-plugin .detailed-tickets-info .hhg-toggle-expanded h4 {
  font-size: 1.75em;
}
@media (max-width: 1024px) {
  #tickets-plugin .detailed-tickets-info .hhg-toggle-expanded {
    top: 0;
  }
}
#tickets-plugin .detailed-tickets-info .excerpt-wrap.read-full .excerpt {
  display: none;
}
#tickets-plugin .detailed-tickets-info .t1 .gallery {
  width: 100%;
  height: 100%;
}
#tickets-plugin .detailed-tickets-info .t1 .gallery .image {
  width: 100%;
  height: 100%;
}
#tickets-plugin .detailed-tickets-info .t1 .gallery .slick-list {
  height: 100%;
}
#tickets-plugin .detailed-tickets-info .t1 .gallery .slick-track {
  height: 100%;
}
#tickets-plugin .detailed-tickets-info .hl-title {
  font-size: 1.25em;
  padding: 0.75em 1.125em !important;
}
#tickets-plugin .detailed-tickets-info .hl-title .dot {
  margin-right: 0.5em;
}
#tickets-plugin .detailed-tickets-info .highlighter {
  padding: 1em;
}
#tickets-plugin .detailed-tickets-info .v-center {
  padding: 4em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1024px) {
  #tickets-plugin .detailed-tickets-info .v-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: auto;
  }
}
#tickets-plugin .detailed-tickets-info .hl-desc {
  max-width: 80%;
}
#tickets-plugin .detailed-tickets-info .hl-desc .t1 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 30% !important;
          flex: 0 0 30% !important;
  width: 30%;
  max-width: 30%;
}
@media (max-width: 1024px) {
  #tickets-plugin .detailed-tickets-info .hl-desc .t1 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    width: 100%;
    max-width: 100%;
    height: 56vw;
  }
}
#tickets-plugin .detailed-tickets-info .hl-desc .t2 {
  overflow: visible;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 70% !important;
          flex: 0 0 70% !important;
  width: 70%;
  max-width: 70%;
}
@media (max-width: 1024px) {
  #tickets-plugin .detailed-tickets-info .hl-desc .t2 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    width: 100%;
    max-width: 100%;
  }
}
#tickets-plugin .detailed-tickets-info .hl-price {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 20% !important;
          flex: 0 0 20% !important;
  width: 20%;
  max-width: 20%;
  text-align: center;
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
  border: 1px solid #fff;
  padding: 0 !important;
  line-height: 1.2;
  border: none !important;
  border-bottom: 1px solid !important;
}
#tickets-plugin .detailed-tickets-info .hl-price h5, #tickets-plugin .detailed-tickets-info .hl-price a, #tickets-plugin .detailed-tickets-info .hl-price span {
  line-height: 1.2;
}
#tickets-plugin .detailed-tickets-info .hl-price h5 {
  -webkit-transition: all 0.4s cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 0.4s cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 0.4s cubic-bezier(0.17, 0.04, 0.03, 0.94);
}
#tickets-plugin .detailed-tickets-info .hl-price:hover h5 {
  background: #F6F06D;
  -webkit-box-shadow: inset 0 -1px 0 0 #fff;
          box-shadow: inset 0 -1px 0 0 #fff;
}
#tickets-plugin .detailed-tickets-info .hl-price:hover h5 a {
  opacity: 1 !important;
}
#tickets-plugin .detailed-tickets-info .hl-price .btn span {
  border-width: 0.125em;
}
@media (max-width: 1024px) {
  #tickets-plugin .detailed-tickets-info .hl-price {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    border: none !important;
  }
}
#tickets-plugin .detailed-tickets-info .btn.no-effect:hover {
  opacity: 1;
}
#tickets-plugin .t3 {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  height: auto;
}
#tickets-plugin .t3 > .box {
  border-right: 1px solid !important;
}
#tickets-plugin .t3 .highlighter-group-expanded {
  width: 100%;
}
#tickets-plugin .highlighter-group,
#tickets-plugin .highlighter-group-expanded {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
#tickets-plugin .highlighter-group .hhg-toggle,
#tickets-plugin .highlighter-group .hhg-toggle-expanded,
#tickets-plugin .highlighter-group-expanded .hhg-toggle,
#tickets-plugin .highlighter-group-expanded .hhg-toggle-expanded {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75em 1.5em;
  cursor: pointer;
}
#tickets-plugin .highlighter.no-effect{
	background: #eee;
}
#tickets-plugin .highlighter-group .hhg-toggle:hover,
#tickets-plugin .highlighter-group .hhg-toggle-expanded:hover,
#tickets-plugin .highlighter-group-expanded .hhg-toggle:hover,
#tickets-plugin .highlighter-group-expanded .hhg-toggle-expanded:hover {
  background: #000;
  color: #fff!important;
}
#tickets-plugin .highlighter-group .hhg-toggle.active,
#tickets-plugin .highlighter-group .hhg-toggle-expanded.active,
#tickets-plugin .highlighter-group-expanded .hhg-toggle.active,
#tickets-plugin .highlighter-group-expanded .hhg-toggle-expanded.active {
  background: #000;
  color: #fff;
}
#tickets-plugin .highlighter-group .hhg-toggle.active h4 .dot:before,
#tickets-plugin .highlighter-group .hhg-toggle-expanded.active h4 .dot:before,
#tickets-plugin .highlighter-group-expanded .hhg-toggle.active h4 .dot:before,
#tickets-plugin .highlighter-group-expanded .hhg-toggle-expanded.active h4 .dot:before {
  content: "-" !important;
}
#tickets-plugin .highlighter-group .hhg-toggle.no-highlight-on-hover:hover,
#tickets-plugin .highlighter-group .hhg-toggle-expanded.no-highlight-on-hover:hover,
#tickets-plugin .highlighter-group-expanded .hhg-toggle.no-highlight-on-hover:hover,
#tickets-plugin .highlighter-group-expanded .hhg-toggle-expanded.no-highlight-on-hover:hover {
  background: #fff;
}
#tickets-plugin .highlighter-group .hhg-toggle.no-highlight-on-hover:hover.c0,
#tickets-plugin .highlighter-group .hhg-toggle-expanded.no-highlight-on-hover:hover.c0,
#tickets-plugin .highlighter-group-expanded .hhg-toggle.no-highlight-on-hover:hover.c0,
#tickets-plugin .highlighter-group-expanded .hhg-toggle-expanded.no-highlight-on-hover:hover.c0 {
  background: #fff;
}
#tickets-plugin .highlighter-group .hhg-toggle h4,
#tickets-plugin .highlighter-group .hhg-toggle-expanded h4,
#tickets-plugin .highlighter-group-expanded .hhg-toggle h4,
#tickets-plugin .highlighter-group-expanded .hhg-toggle-expanded h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#tickets-plugin .highlighter-group .hhg-toggle h4 .dot,
#tickets-plugin .highlighter-group .hhg-toggle-expanded h4 .dot,
#tickets-plugin .highlighter-group-expanded .hhg-toggle h4 .dot,
#tickets-plugin .highlighter-group-expanded .hhg-toggle-expanded h4 .dot {
  color: #000!important;
  position: relative;
  width: 1em;
  height: 1em;
  margin-left: -0.125em;
  margin-right: 0.35em;
  background: transparent !important;
}
#tickets-plugin .highlighter-group .hhg-toggle h4 .dot:before,
#tickets-plugin .highlighter-group .hhg-toggle-expanded h4 .dot:before,
#tickets-plugin .highlighter-group-expanded .hhg-toggle h4 .dot:before,
#tickets-plugin .highlighter-group-expanded .hhg-toggle-expanded h4 .dot:before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0px);
          transform: translate3d(-50%, -50%, 0px);
  margin-top: -1px;
  font-size: 1.5em;
  font-weight: 900;
  color: inherit;
}
#tickets-plugin .highlighter-group .hhg-toggle h4 .sub,
#tickets-plugin .highlighter-group .hhg-toggle-expanded h4 .sub,
#tickets-plugin .highlighter-group-expanded .hhg-toggle h4 .sub,
#tickets-plugin .highlighter-group-expanded .hhg-toggle-expanded h4 .sub {
  display: block;
  width: 100%;
  font-size: 0.4em;
  margin-left: 3.25em;
}
#tickets-plugin .highlighter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #000;
}
#tickets-plugin .highlighter:last-of-type {
  border-bottom: 0;
}
#tickets-plugin .highlighter:first-of-type {
  border-top: 1px solid #fff;
}
#tickets-plugin .highlighter:hover, #tickets-plugin .highlighter.current {
  background: #000;
  color: #fff;
}
#tickets-plugin .highlighter.no-highlight-on-hover:hover {
  background: #fff;
}
#tickets-plugin .highlighter.no-highlight-on-hover:hover.c0 {
  background: #fff;
}
#tickets-plugin .highlighter:hover h6, #tickets-plugin .highlighter:hover p{
	color: #000!important;
}
#tickets-plugin .highlighter h6 {
  font-size: 1.3em;
  text-transform: capitalize;
}
#tickets-plugin .highlighter h5 {
  font-size: 1.65em;
}
#tickets-plugin .highlighter .hl-title {
  background: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding: 0.75em 1.5em;
}
#tickets-plugin .highlighter .hl-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 65%;
          flex: 1 1 65%;
  padding: 0.75em 1.5em;
}
@media (max-width: 1024px) {
  #tickets-plugin .highlighter.no-highlight-on-hover .hl-desc {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    width: 100%;
    max-width: 100%;
  }
}
#tickets-plugin .highlighter .hl-desc .aspect-ratio {
  padding-bottom: 56%;
}
#tickets-plugin .highlighter .hl-desc .t1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}
#tickets-plugin .highlighter .hl-desc .t2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
}
#tickets-plugin .highlighter .hl-price {
  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: left;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  padding: 0.75em 0.5em;
  border-left: 1px solid #fff;
}
#tickets-plugin .dot {
  background: #fff!important;
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 1em;
}

/* ==========================================================================
   Renewals Intro
   ========================================================================== */
#renewals-intro {
  padding: 3vw 2vw;
}
#renewals-intro .t1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33%;
          flex: 0 1 33%;
}
#renewals-intro .t2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 67%;
          flex: 0 1 67%;
}
@media (max-width: 767px) {
  #renewals-intro {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #renewals-intro .t1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    padding-bottom: 70%;
  }
  #renewals-intro .t2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

/* ==========================================================================
   Tickets Plugin
   ========================================================================== */
#tickets-plugin {
  padding: 0;
}
#tickets-plugin .box {
  border-left: 0;
}
#tickets-plugin .box .box {
  border-right: 0;
}
/* ==========================================================================
   Excerpt
   ========================================================================== */
.excerpt-wrap {
  position: relative;
}
.excerpt-wrap .excerpt {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 0.4s cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 0.4s cubic-bezier(0.17, 0.04, 0.03, 0.94);
}
.excerpt-wrap .more {
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transition: visibility 0s, opacity 0.75s ease-in-out;
  -o-transition: visibility 0s, opacity 0.75s ease-in-out;
  transition: visibility 0s, opacity 0.75s ease-in-out;
}
.excerpt-wrap.read-full .excerpt {
  position: absolute;
  top: 2em;
  left: 2em;
  right: 2em;
  opacity: 0;
}
.excerpt-wrap.read-full .more {
  visibility: visible;
  opacity: 1;
  height: auto;
}

/* ==========================================================================
   Exp packages
   ========================================================================== */
#packages {
  padding: 3vw 2vw;
}
#packages .box .box {
  padding: 0.9em 2em;
}
#packages .package {
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#packages .package:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 305;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0;
  margin: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#packages .package:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 305;
  width: 1px;
  height: 100%;
  background: #fff;
  opacity: 0;
  margin: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#packages .package:hover {
  opacity: 1;
  background: #000000;
  z-index: 300;
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
#packages .package:hover:before {
  opacity: 1;
}
#packages .package:hover:after {
  opacity: 1;
}
#packages .package-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
}
#packages .package-name {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 35%;
          flex: 0 1 35%;
}
#packages .package-description {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 22%;
          flex: 0 1 22%;
}
#packages .package-price {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 18%;
          flex: 0 1 18%;
}
@media (max-width: 767px) {
  #packages .package {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #packages .box.package-img {
    padding-bottom: 30%;
  }
  #packages .package-name h2 {
    font-size: 4.5em;
    line-height: 1;
  }
  #packages .package-price h2 {
    font-size: 7.5em;
    line-height: 1;
  }
  #packages .package-description,
#packages .package-name,
#packages .package-price {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  #packages .package-img,
#packages .package-name,
#packages .package-description,
#packages .package-price {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

#packages.c2 .package:before {
  background: #000000;
}
#packages.c2 .package:after {
  background: #000000;
}
#packages.c2 .package:hover {
  background: #F6F06D;
}

/* ==========================================================================
   NBC
   ========================================================================== */
#tune-in-nbc {
  padding: 1em 1em;
  text-align: center;
}
#tune-in-nbc .logo-nbc {
  display: inline-block;
  width: 0.95em;
  vertical-align: top;
  margin-right: 0.25em;
}
#tune-in-nbc .logo-nbc .aspect-ratio {
  padding-bottom: 96%;
}

/* ==========================================================================
   Node
   ========================================================================== */
.node {
  padding: 3vw 2vw;
  border-bottom: 1px solid #fff;
}
.node > .box {
  margin-bottom: 2em;
}

/* ==========================================================================
   Sponsors
   ========================================================================== */
#sponsors {
  padding: 3vw 2vw;
}
#sponsors .t1 h2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  text-align: right;
}
@media (max-width: 767px) {
  #sponsors .t1 h2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 80%;
            flex: 1 1 80%;
    text-align: left;
  }
}
#sponsors .t2 h2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  margin-left: calc(40% - 1.305em);
}
@media (max-width: 767px) {
  #sponsors .t2 h2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 80%;
            flex: 1 1 80%;
    margin-left: 0;
  }
}
#sponsors .logo {
  position: relative;
  width: 5%;
}
@media (max-width: 767px) {
  #sponsors .logo {
    width: 8%;
  }
}
#sponsors .logo .aspect-ratio {
  padding-bottom: 80%;
  height: 100%;
}

#sponsors-v2 .wrapper-sponsors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
#sponsors-v2 .wrapper-sponsors-left {
  padding: 3vw 2vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%; /*was 50%*/
          flex: 0 0 100%;/*was 50%*/
  width: 100%;/*was 50%*/
}
#sponsors-v2 .wrapper-sponsors-right {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
}

.slider-2-1 {
  display: block;
  width: 100%;
  margin: 0 !important;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.slider-2-1 .slide-2-1 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}
@media (max-width: 767px) {
  .slider-2-1 .slide-2-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #sponsors-v2 .wrapper-sponsors-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}
.slider-2-1 .slide-2-1 .slider-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 70%;
          flex: 1 1 70%;
  padding: 22%; /*was 5%*/
  background: #000000;
}
.slider-2-1 .slide-2-1 .slider-img .img {
  display: block;
  width: 90%; /*was 45%*/
  margin: auto;
}
@media (max-width: 767px) {
  .slider-2-1 .slide-2-1 .slider-img {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding-top: 30px;
  }
  .slider-2-1 .slide-2-1 .slider-img .img {
  	width: 75%;
  }
}
.slider-2-1 .slide-2-1 .slider-img .aspect-ratio {
  padding-bottom: 100%;
  height: 100%;
}
.slider-2-1 .slide-2-1 .slider-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
  padding: 2.5em 2.5em;
}
@media (max-width: 767px) {
  .slider-2-1 .slide-2-1 .slider-title {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

.slider-2-2 {
  height: 100%;
}
.slider-2-2 .slick-list, .slider-2-2 .slick-track {
  height: 100%;
}
.slider-2-2 .slide-2-2 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
  height: 100%;
}

/* ==========================================================================
   Gallery Small
   ========================================================================== */
#gallery-small .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#gallery-small .gallery .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
}
#gallery-small .gallery .image .aspect-ratio {
  padding-bottom: 90%;
}

/* ==========================================================================
   Landing Intro
   ========================================================================== */
#landing-intro {
  padding: 3vw 2vw;
}
#landing-intro .t1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
}
@media (max-width: 1024px) {
  #landing-intro .t1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
#landing-intro .t2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 70%;
          flex: 1 1 70%;
}

/* ==========================================================================
   Winner
   ========================================================================== */
.winner {
  padding: 3vw 2vw;
}
.winner .box .box {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 1024px) {
  .winner .box .box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.winner .t1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
}
@media (max-width: 1024px) {
  .winner .t1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
.winner .t2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.winner .aspect-ratio {
  padding-bottom: 40%;
  height: 100%;
}

/* ==========================================================================
   Dispo
   ========================================================================== */
#main-hamburger {
  z-index: 499;
}
@media (max-width: 1024px) {
  #main-hamburger {
    z-index: 502;
  }
}

body.home #main-hamburger {
  z-index: 502;
}

/* ==========================================================================
   Rellax
   ========================================================================== */
.rellax {
  position: absolute;
  width: 100%;
  height: 100%;
}
.rellax .rellax-y {
  position: absolute;
  width: 100%;
}

/* ==========================================================================
   Social Icons
   ========================================================================== */
.social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-icons a {
  line-height: 1;
  padding: 0.25em;
}
.social-icons i {
  vertical-align: bottom;
}

/* ==========================================================================
   BLOG
   ========================================================================== */
#blog, #blog-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.blog-posts {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 78%;
          flex: 0 1 78%;
}
@media (max-width: 1024px) {
  .blog-posts {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.blog-sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 22%;
          flex: 0 1 22%;
}
@media (max-width: 1024px) {
  .blog-sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.blog-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 6em 0 0;
}
@media (max-width: 1024px) {
  .blog-posts {
    padding-top: 7em;
  }
}
.blog-posts p {
  text-align: justify;
}
.blog-posts .fullwidth {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 0 1.5em;
}
.blog-posts .blog-post {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  width: 50%;
  padding: 1em 1.5em 2em;
}
#blog-single .blog-posts .blog-post {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  width: 100%;
}
@media (max-width: 1024px) {
  .blog-posts .blog-post {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    width: 50%;
  }
}
.blog-posts .blog-post-thumbnail {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 56%;
}
.blog-posts .blog-post-heading {
  margin: 0.5em 0 0;
}
.blog-posts .blog-post-byline {
  margin: 0;
}
.blog-posts .blog-post-byline span {
  margin: 0 0.25em;
}
.blog-posts .blog-post-byline span:first-child {
  margin-left: 0;
}
.blog-posts .blog-post-byline span:last-child {
  margin-right: 0;
}
.blog-posts .blog-post-rm {
  text-align: right;
  width: 100%;
  margin: 0.5em 0 0;
}
.blog-posts nav.pagination {
  width: 100%;
  padding: 2em 0;
  text-align: center;
  font-family: "Suisse Int'l", sans-serif;
  font-size: 2em;
  font-weight: bold;
}
.blog-posts nav.pagination .prev, .blog-posts nav.pagination .next {
  padding: 0 0.25em;
}
.blog-posts nav.pagination a, .blog-posts nav.pagination span {
  display: inline-block;
  vertical-align: middle;
}
.blog-posts nav.pagination i {
  font-size: 1.5em;
  vertical-align: bottom;
}

.blog-sidebar {
  margin: 5em 0 0;
  padding: 4.5em 3em;
  border-top: 1em solid #fff;
  list-style: none;
}
@media (max-width: 1024px) {
  .blog-sidebar {
    margin-top: 3em;
    padding: 6em 1.5em 6em;
  }
  .blog-sidebar > * {
    font-size: 1.3em;
  }
}
.blog-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.9em;
}

/* ==========================================================================
   Contenders
   ========================================================================== */
#contenders .aspect-ratio {
  padding-bottom: 80%;
}
#webisodes .aspect-ratio {
   padding-bottom: 57%;
}
#contenders .aspect-ratio:before, #webisodes .aspect-ratio:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  display: block;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  -webkit-transition: all 0.4s cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 0.4s cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 0.4s cubic-bezier(0.17, 0.04, 0.03, 0.94);
}
#webisodes .aspect-ratio:before {
	opacity: 0.1;
    background: #fff;
}
#contenders a:hover, #webisodes a:hover {
  opacity: 1;
}
#contenders a:hover .aspect-ratio:before, #webisodes a:hover .aspect-ratio:before {
  opacity: 0.1;
}
#contenders .contender {
  width: 33%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  padding: 0;
  color: #fff;
}
#webisodes .contender {
  width: 33%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  padding: 0;
  color: #fff;
}
@media (max-width: 1024px) {
  #contenders .contender, #webisodes .contender {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  #contenders .contender, #webisodes .contender {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
#contenders .contender .details, #webisodes .contender .details {
  position: absolute;
  z-index: 205;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 0.5em;
}
#contenders .contender .details .box, #webisodes .contender .details .box {
  border: 1px solid #fff;
  padding: 0.5em;
  background: transparent;
}
#contenders .contender .details h5 + h5, #webisodes .contender .details h5 + h5 {
  position: relative;
  padding-left: 4em;
}
#contenders .contender .details h5 + h5:before, #webisodes .contender .details h5 + h5:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(100% - 2em);
  height: 100%;
  -webkit-transform: translate3d(-1.5em, -50%, 0);
          transform: translate3d(-1.5em, -50%, 0);
  background: url(DSS/img/arrowright.png) no-repeat scroll center center transparent;
  background-size: 100% 100%;
}
#contenders .circle, #webisodes .circle{
  position: absolute;
  z-index: 400;
  width: 110%;
  height: 75%;
  top: 2%;
  left: 0;
  visibility: hidden;
}
#webisodes .play {
  position: absolute;
    z-index: 400;
    width: 8%;
    height: 12%;
    right: 46%;
    bottom: 44%;
    padding: 0.5em;
    background: white;
    transition: all 0.3s ease-in-out;  
    opacity: 0.5;	
    /* visibility: hidden; */
    /* border: 1px #000 solid; */
  	border-radius: 2px;
}
#webisodes span.aspect-ratio:hover .play{
    width: 10%;
    height: 15%;
    right: 45%;
    bottom: 42.5%;
  	opacity: 0.9;
    padding: 0.2em;
	visibility: visible;
}
#contenders:hover .circle, #webisodes:hover .circle {
  visibility: visible;
}

#contenders-bes {
  overflow: hidden;
  width: 100%;
  padding: 3vw 2vw;
}
#contenders-bes > .box {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#contenders-preakness {
  overflow: hidden;
  width: 100%;
  padding: 3vw 2vw;
}
#contenders-preakness > .box {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.lightbox-box {
  display: none;
  opacity: 0.85;
  padding: 1em !important;
  max-width: 45em !important;
}
.lightbox-box .fancybox-close-small {
  background: #fff;
  opacity: 1;
}
.lightbox-box .fancybox-close-small:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 200;
  width: 1px;
  height: calc(100% - 1rem);
  background: #000000;
}
.lightbox-box .fancybox-close-small:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  width: calc(100% - 1rem);
  height: 1px;
  background: #000000;
}
.lightbox-box .fancybox-close-small:hover svg {
  opacity: 0.5;
}
.lightbox-box .box.wide.no-padding {
  border-right: 1px solid #000000 !important;
  border-bottom: 1px solid #000000 !important;
}
.lightbox-box .aspect-ratio {
  padding-bottom: 70%;
}
.lightbox-box h4 {
  font-size: 2em;
}
.lightbox-box .text-wrap {
  padding: 1em 0;
}
.lightbox-box .text-wrap h5 {
  font-size: 1.4em;
  margin: 0.125em 0 0.6em;
}
.lightbox-box .text-wrap h6 {
  font-size: 0.9em;
  margin: 0.125em 0;
}

/* ==========================================================================
   FAQ
   ========================================================================== */
#faq {
  padding: 3vw 2vw;
  border-bottom: 1px solid #fff;
  padding-top: 4em;
  padding-bottom: 6em;
}
#faq .faq {
  margin: 1em 0 4em;
}
#faq .faq:last-of-type {
  margin-bottom: 0;
}
#faq .toggle-container:nth-child(odd) {
  background: #252525;
  border: 1px solid #fff;
}
#faq .toggle-container:nth-child(odd):hover {
  background: #333333;
}
#faq .toggle-container {
  padding: 0 1.5em 0 1.5em;
}
#faq .toggle-container .toggle-title {
  background: url(DSS/img/sarrdown.png) no-repeat scroll center right transparent;
  background-size: auto 2em;
  padding: 0.75em 2em 0.75em 0;
  font-size: 1.3em;
}
#faq .toggle-container .toggle-title.active {
  background: url(DSS/img/sarrup.png) no-repeat scroll center right transparent;
  background-size: auto 2em;
}
#faq .toggle-container .toggle-content {
  padding: 0 2em 0.85em 0;
  font-size: 0.9em;
}
#faq .toggle-container:hover {
  background: #191919;
}

/* ==========================================================================
   Text Animations
   ========================================================================== */
.text--layer {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.text--layer .text--animate {
  display: inline-block;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}

.is-inview .text--layer .text--animate {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0s;
  transition: -webkit-transform 0s;
  -o-transition: transform 0s;
  transition: transform 0s;
  transition: transform 0s, -webkit-transform 0s;
}

.inview-recall .text--layer .text--animate {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}

.is-inview .text--layer .transition__delay--250ms, .is-inview .text--layer .transition__delay--500ms, .is-inview .text--layer .transition__delay--750ms, .is-inview .text--layer .transition__delay--1000ms, .is-inview .text--layer .transition__delay--1250ms, .is-inview .text--layer .transition__delay--1500ms, .is-inview .text--layer .transition__delay--1750ms, .is-inview .text--layer .transition__delay--2000ms, .is-inview .text--layer .transition__delay--2250ms, .is-inview .text--layer .transition__delay--2500ms {
  -webkit-transition-delay: 10s;
       -o-transition-delay: 10s;
          transition-delay: 10s;
}

.inview-recall .text--layer .transition__delay--250ms {
  -webkit-transition-delay: 0.25s !important;
       -o-transition-delay: 0.25s !important;
          transition-delay: 0.25s !important;
}
.inview-recall .text--layer .transition__delay--500ms {
  -webkit-transition-delay: 0.5s !important;
       -o-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important;
}
.inview-recall .text--layer .transition__delay--750ms {
  -webkit-transition-delay: 0.75s !important;
       -o-transition-delay: 0.75s !important;
          transition-delay: 0.75s !important;
}
.inview-recall .text--layer .transition__delay--1000ms {
  -webkit-transition-delay: 1s !important;
       -o-transition-delay: 1s !important;
          transition-delay: 1s !important;
}
.inview-recall .text--layer .transition__delay--1250ms {
  -webkit-transition-delay: 1.25s !important;
       -o-transition-delay: 1.25s !important;
          transition-delay: 1.25s !important;
}
.inview-recall .text--layer .transition__delay--1500ms {
  -webkit-transition-delay: 1.5s !important;
       -o-transition-delay: 1.5s !important;
          transition-delay: 1.5s !important;
}
.inview-recall .text--layer .transition__delay--1750ms {
  -webkit-transition-delay: 1.75s !important;
       -o-transition-delay: 1.75s !important;
          transition-delay: 1.75s !important;
}
.inview-recall .text--layer .transition__delay--2000ms {
  -webkit-transition-delay: 2s !important;
       -o-transition-delay: 2s !important;
          transition-delay: 2s !important;
}
.inview-recall .text--layer .transition__delay--2250ms {
  -webkit-transition-delay: 2.25s !important;
       -o-transition-delay: 2.25s !important;
          transition-delay: 2.25s !important;
}
.inview-recall .text--layer .transition__delay--2500ms {
  -webkit-transition-delay: 2.5s !important;
       -o-transition-delay: 2.5s !important;
          transition-delay: 2.5s !important;
}

.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
      -ms-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "";
}

.fa-abacus:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-acorn:before {
  content: "";
}

.fa-acquisitions-incorporated:before {
  content: "";
}

.fa-ad:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-card:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-adobe:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-air-freshener:before {
  content: "";
}

.fa-alarm-clock:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-alicorn:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-allergies:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-analytics:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-angel:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angry:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-ankh:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-apple-alt:before {
  content: "";
}

.fa-apple-crate:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-archway:before {
  content: "";
}

.fa-arrow-alt-circle-down:before {
  content: "";
}

.fa-arrow-alt-circle-left:before {
  content: "";
}

.fa-arrow-alt-circle-right:before {
  content: "";
}

.fa-arrow-alt-circle-up:before {
  content: "";
}

.fa-arrow-alt-down:before {
  content: "";
}

.fa-arrow-alt-from-bottom:before {
  content: "";
}

.fa-arrow-alt-from-left:before {
  content: "";
}

.fa-arrow-alt-from-right:before {
  content: "";
}

.fa-arrow-alt-from-top:before {
  content: "";
}

.fa-arrow-alt-left:before {
  content: "";
}

.fa-arrow-alt-right:before {
  content: "";
}

.fa-arrow-alt-square-down:before {
  content: "";
}

.fa-arrow-alt-square-left:before {
  content: "";
}

.fa-arrow-alt-square-right:before {
  content: "";
}

.fa-arrow-alt-square-up:before {
  content: "";
}

.fa-arrow-alt-to-bottom:before {
  content: "";
}

.fa-arrow-alt-to-left:before {
  content: "";
}

.fa-arrow-alt-to-right:before {
  content: "";
}

.fa-arrow-alt-to-top:before {
  content: "";
}

.fa-arrow-alt-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-arrow-from-bottom:before {
  content: "";
}

.fa-arrow-from-left:before {
  content: "";
}

.fa-arrow-from-right:before {
  content: "";
}

.fa-arrow-from-top:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-square-down:before {
  content: "";
}

.fa-arrow-square-left:before {
  content: "";
}

.fa-arrow-square-right:before {
  content: "";
}

.fa-arrow-square-up:before {
  content: "";
}

.fa-arrow-to-bottom:before {
  content: "";
}

.fa-arrow-to-left:before {
  content: "";
}

.fa-arrow-to-right:before {
  content: "";
}

.fa-arrow-to-top:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-arrows-alt-h:before {
  content: "";
}

.fa-arrows-alt-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-atlas:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-atom:before {
  content: "";
}

.fa-atom-alt:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-award:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-axe:before {
  content: "";
}

.fa-axe-battle:before {
  content: "";
}

.fa-baby:before {
  content: "";
}

.fa-baby-carriage:before {
  content: "";
}

.fa-backpack:before {
  content: "";
}

.fa-backspace:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-bacon:before {
  content: "";
}

.fa-badge:before {
  content: "";
}

.fa-badge-check:before {
  content: "";
}

.fa-badge-dollar:before {
  content: "";
}

.fa-badge-percent:before {
  content: "";
}

.fa-badger-honey:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-balance-scale-left:before {
  content: "";
}

.fa-balance-scale-right:before {
  content: "";
}

.fa-ball-pile:before {
  content: "";
}

.fa-ballot:before {
  content: "";
}

.fa-ballot-check:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-band-aid:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-barcode-alt:before {
  content: "";
}

.fa-barcode-read:before {
  content: "";
}

.fa-barcode-scan:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-baseball:before {
  content: "";
}

.fa-baseball-ball:before {
  content: "";
}

.fa-basketball-ball:before {
  content: "";
}

.fa-basketball-hoop:before {
  content: "";
}

.fa-bat:before {
  content: "";
}

.fa-bath:before {
  content: "";
}

.fa-battery-bolt:before {
  content: "";
}

.fa-battery-empty:before {
  content: "";
}

.fa-battery-full:before {
  content: "";
}

.fa-battery-half:before {
  content: "";
}

.fa-battery-quarter:before {
  content: "";
}

.fa-battery-slash:before {
  content: "";
}

.fa-battery-three-quarters:before {
  content: "";
}

.fa-bed:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-bell-school:before {
  content: "";
}

.fa-bell-school-slash:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bells:before {
  content: "";
}

.fa-bezier-curve:before {
  content: "";
}

.fa-bible:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-biohazard:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-blanket:before {
  content: "";
}

.fa-blender:before {
  content: "";
}

.fa-blender-phone:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-blog:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-bolt:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-bone:before {
  content: "";
}

.fa-bone-break:before {
  content: "";
}

.fa-bong:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-book-alt:before {
  content: "";
}

.fa-book-dead:before {
  content: "";
}

.fa-book-heart:before {
  content: "";
}

.fa-book-medical:before {
  content: "";
}

.fa-book-open:before {
  content: "";
}

.fa-book-reader:before {
  content: "";
}

.fa-book-spells:before {
  content: "";
}

.fa-book-user:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-books:before {
  content: "";
}

.fa-books-medical:before {
  content: "";
}

.fa-boot:before {
  content: "";
}

.fa-booth-curtain:before {
  content: "";
}

.fa-bow-arrow:before {
  content: "";
}

.fa-bowling-ball:before {
  content: "";
}

.fa-bowling-pins:before {
  content: "";
}

.fa-box:before {
  content: "";
}

.fa-box-alt:before {
  content: "";
}

.fa-box-ballot:before {
  content: "";
}

.fa-box-check:before {
  content: "";
}

.fa-box-fragile:before {
  content: "";
}

.fa-box-full:before {
  content: "";
}

.fa-box-heart:before {
  content: "";
}

.fa-box-open:before {
  content: "";
}

.fa-box-up:before {
  content: "";
}

.fa-box-usd:before {
  content: "";
}

.fa-boxes:before {
  content: "";
}

.fa-boxes-alt:before {
  content: "";
}

.fa-boxing-glove:before {
  content: "";
}

.fa-brackets:before {
  content: "";
}

.fa-brackets-curly:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-brain:before {
  content: "";
}

.fa-bread-loaf:before {
  content: "";
}

.fa-bread-slice:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-briefcase-medical:before {
  content: "";
}

.fa-broadcast-tower:before {
  content: "";
}

.fa-broom:before {
  content: "";
}

.fa-browser:before {
  content: "";
}

.fa-brush:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-bullseye-arrow:before {
  content: "";
}

.fa-bullseye-pointer:before {
  content: "";
}

.fa-burn:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-burrito:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-bus-alt:before {
  content: "";
}

.fa-bus-school:before {
  content: "";
}

.fa-business-time:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-cabinet-filing:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-calculator-alt:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-calendar-alt:before {
  content: "";
}

.fa-calendar-check:before {
  content: "";
}

.fa-calendar-day:before {
  content: "";
}

.fa-calendar-edit:before {
  content: "";
}

.fa-calendar-exclamation:before {
  content: "";
}

.fa-calendar-minus:before {
  content: "";
}

.fa-calendar-plus:before {
  content: "";
}

.fa-calendar-star:before {
  content: "";
}

.fa-calendar-times:before {
  content: "";
}

.fa-calendar-week:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-camera-alt:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-campfire:before {
  content: "";
}

.fa-campground:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-candle-holder:before {
  content: "";
}

.fa-candy-cane:before {
  content: "";
}

.fa-candy-corn:before {
  content: "";
}

.fa-cannabis:before {
  content: "";
}

.fa-capsules:before {
  content: "";
}

.fa-car:before {
  content: "";
}

.fa-car-alt:before {
  content: "";
}

.fa-car-battery:before {
  content: "";
}

.fa-car-bump:before {
  content: "";
}

.fa-car-crash:before {
  content: "";
}

.fa-car-garage:before {
  content: "";
}

.fa-car-mechanic:before {
  content: "";
}

.fa-car-side:before {
  content: "";
}

.fa-car-tilt:before {
  content: "";
}

.fa-car-wash:before {
  content: "";
}

.fa-caret-circle-down:before {
  content: "";
}

.fa-caret-circle-left:before {
  content: "";
}

.fa-caret-circle-right:before {
  content: "";
}

.fa-caret-circle-up:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-caret-square-down:before {
  content: "";
}

.fa-caret-square-left:before {
  content: "";
}

.fa-caret-square-right:before {
  content: "";
}

.fa-caret-square-up:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-carrot:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cash-register:before {
  content: "";
}

.fa-cat:before {
  content: "";
}

.fa-cauldron:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-chair:before {
  content: "";
}

.fa-chair-office:before {
  content: "";
}

.fa-chalkboard:before {
  content: "";
}

.fa-chalkboard-teacher:before {
  content: "";
}

.fa-charging-station:before {
  content: "";
}

.fa-chart-area:before {
  content: "";
}

.fa-chart-bar:before {
  content: "";
}

.fa-chart-line:before {
  content: "";
}

.fa-chart-line-down:before {
  content: "";
}

.fa-chart-network:before {
  content: "";
}

.fa-chart-pie:before {
  content: "";
}

.fa-chart-pie-alt:before {
  content: "";
}

.fa-chart-scatter:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-check-double:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-cheese:before {
  content: "";
}

.fa-cheese-swiss:before {
  content: "";
}

.fa-cheeseburger:before {
  content: "";
}

.fa-chess:before {
  content: "";
}

.fa-chess-bishop:before {
  content: "";
}

.fa-chess-bishop-alt:before {
  content: "";
}

.fa-chess-board:before {
  content: "";
}

.fa-chess-clock:before {
  content: "";
}

.fa-chess-clock-alt:before {
  content: "";
}

.fa-chess-king:before {
  content: "";
}

.fa-chess-king-alt:before {
  content: "";
}

.fa-chess-knight:before {
  content: "";
}

.fa-chess-knight-alt:before {
  content: "";
}

.fa-chess-pawn:before {
  content: "";
}

.fa-chess-pawn-alt:before {
  content: "";
}

.fa-chess-queen:before {
  content: "";
}

.fa-chess-queen-alt:before {
  content: "";
}

.fa-chess-rook:before {
  content: "";
}

.fa-chess-rook-alt:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-double-down:before {
  content: "";
}

.fa-chevron-double-left:before {
  content: "";
}

.fa-chevron-double-right:before {
  content: "";
}

.fa-chevron-double-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-chevron-square-down:before {
  content: "";
}

.fa-chevron-square-left:before {
  content: "";
}

.fa-chevron-square-right:before {
  content: "";
}

.fa-chevron-square-up:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-chimney:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-church:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-circle-notch:before {
  content: "";
}

.fa-city:before {
  content: "";
}

.fa-claw-marks:before {
  content: "";
}

.fa-clinic-medical:before {
  content: "";
}

.fa-clipboard:before {
  content: "";
}

.fa-clipboard-check:before {
  content: "";
}

.fa-clipboard-list:before {
  content: "";
}

.fa-clipboard-list-check:before {
  content: "";
}

.fa-clipboard-prescription:before {
  content: "";
}

.fa-clipboard-user:before {
  content: "";
}

.fa-clock:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-closed-captioning:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-download-alt:before {
  content: "";
}

.fa-cloud-drizzle:before {
  content: "";
}

.fa-cloud-hail:before {
  content: "";
}

.fa-cloud-hail-mixed:before {
  content: "";
}

.fa-cloud-meatball:before {
  content: "";
}

.fa-cloud-moon:before {
  content: "";
}

.fa-cloud-moon-rain:before {
  content: "";
}

.fa-cloud-rain:before {
  content: "";
}

.fa-cloud-rainbow:before {
  content: "";
}

.fa-cloud-showers:before {
  content: "";
}

.fa-cloud-showers-heavy:before {
  content: "";
}

.fa-cloud-sleet:before {
  content: "";
}

.fa-cloud-snow:before {
  content: "";
}

.fa-cloud-sun:before {
  content: "";
}

.fa-cloud-sun-rain:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-cloud-upload-alt:before {
  content: "";
}

.fa-clouds:before {
  content: "";
}

.fa-clouds-moon:before {
  content: "";
}

.fa-clouds-sun:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-club:before {
  content: "";
}

.fa-cocktail:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-code-branch:before {
  content: "";
}

.fa-code-commit:before {
  content: "";
}

.fa-code-merge:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-coffee-togo:before {
  content: "";
}

.fa-coffin:before {
  content: "";
}

.fa-cog:before {
  content: "";
}

.fa-cogs:before {
  content: "";
}

.fa-coins:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-comment-alt:before {
  content: "";
}

.fa-comment-alt-check:before {
  content: "";
}

.fa-comment-alt-dollar:before {
  content: "";
}

.fa-comment-alt-dots:before {
  content: "";
}

.fa-comment-alt-edit:before {
  content: "";
}

.fa-comment-alt-exclamation:before {
  content: "";
}

.fa-comment-alt-lines:before {
  content: "";
}

.fa-comment-alt-medical:before {
  content: "";
}

.fa-comment-alt-minus:before {
  content: "";
}

.fa-comment-alt-plus:before {
  content: "";
}

.fa-comment-alt-slash:before {
  content: "";
}

.fa-comment-alt-smile:before {
  content: "";
}

.fa-comment-alt-times:before {
  content: "";
}

.fa-comment-check:before {
  content: "";
}

.fa-comment-dollar:before {
  content: "";
}

.fa-comment-dots:before {
  content: "";
}

.fa-comment-edit:before {
  content: "";
}

.fa-comment-exclamation:before {
  content: "";
}

.fa-comment-lines:before {
  content: "";
}

.fa-comment-medical:before {
  content: "";
}

.fa-comment-minus:before {
  content: "";
}

.fa-comment-plus:before {
  content: "";
}

.fa-comment-slash:before {
  content: "";
}

.fa-comment-smile:before {
  content: "";
}

.fa-comment-times:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-comments-alt:before {
  content: "";
}

.fa-comments-alt-dollar:before {
  content: "";
}

.fa-comments-dollar:before {
  content: "";
}

.fa-compact-disc:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-compass-slash:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-compress-alt:before {
  content: "";
}

.fa-compress-arrows-alt:before {
  content: "";
}

.fa-compress-wide:before {
  content: "";
}

.fa-concierge-bell:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-container-storage:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-conveyor-belt:before {
  content: "";
}

.fa-conveyor-belt-alt:before {
  content: "";
}

.fa-cookie:before {
  content: "";
}

.fa-cookie-bite:before {
  content: "";
}

.fa-copy:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-corn:before {
  content: "";
}

.fa-couch:before {
  content: "";
}

.fa-cow:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-credit-card-blank:before {
  content: "";
}

.fa-credit-card-front:before {
  content: "";
}

.fa-cricket:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-croissant:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-crop-alt:before {
  content: "";
}

.fa-cross:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-crow:before {
  content: "";
}

.fa-crown:before {
  content: "";
}

.fa-crutch:before {
  content: "";
}

.fa-crutches:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-curling:before {
  content: "";
}

.fa-cut:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-dagger:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-deaf:before {
  content: "";
}

.fa-debug:before {
  content: "";
}

.fa-deer:before {
  content: "";
}

.fa-deer-rudolph:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-democrat:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-desktop-alt:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-dewpoint:before {
  content: "";
}

.fa-dharmachakra:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-diagnoses:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-dice:before {
  content: "";
}

.fa-dice-d10:before {
  content: "";
}

.fa-dice-d12:before {
  content: "";
}

.fa-dice-d20:before {
  content: "";
}

.fa-dice-d4:before {
  content: "";
}

.fa-dice-d6:before {
  content: "";
}

.fa-dice-d8:before {
  content: "";
}

.fa-dice-five:before {
  content: "";
}

.fa-dice-four:before {
  content: "";
}

.fa-dice-one:before {
  content: "";
}

.fa-dice-six:before {
  content: "";
}

.fa-dice-three:before {
  content: "";
}

.fa-dice-two:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-digital-tachograph:before {
  content: "";
}

.fa-diploma:before {
  content: "";
}

.fa-directions:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-disease:before {
  content: "";
}

.fa-divide:before {
  content: "";
}

.fa-dizzy:before {
  content: "";
}

.fa-dna:before {
  content: "";
}

.fa-do-not-enter:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-dog:before {
  content: "";
}

.fa-dog-leashed:before {
  content: "";
}

.fa-dollar-sign:before {
  content: "";
}

.fa-dolly:before {
  content: "";
}

.fa-dolly-empty:before {
  content: "";
}

.fa-dolly-flatbed:before {
  content: "";
}

.fa-dolly-flatbed-alt:before {
  content: "";
}

.fa-dolly-flatbed-empty:before {
  content: "";
}

.fa-donate:before {
  content: "";
}

.fa-door-closed:before {
  content: "";
}

.fa-door-open:before {
  content: "";
}

.fa-dot-circle:before {
  content: "";
}

.fa-dove:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-drafting-compass:before {
  content: "";
}

.fa-dragon:before {
  content: "";
}

.fa-draw-circle:before {
  content: "";
}

.fa-draw-polygon:before {
  content: "";
}

.fa-draw-square:before {
  content: "";
}

.fa-dreidel:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-drum:before {
  content: "";
}

.fa-drum-steelpan:before {
  content: "";
}

.fa-drumstick:before {
  content: "";
}

.fa-drumstick-bite:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-duck:before {
  content: "";
}

.fa-dumbbell:before {
  content: "";
}

.fa-dumpster:before {
  content: "";
}

.fa-dumpster-fire:before {
  content: "";
}

.fa-dungeon:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-ear:before {
  content: "";
}

.fa-ear-muffs:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-eclipse:before {
  content: "";
}

.fa-eclipse-alt:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-edit:before {
  content: "";
}

.fa-egg:before {
  content: "";
}

.fa-egg-fried:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-elephant:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-h-alt:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-ellipsis-v-alt:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-empty-set:before {
  content: "";
}

.fa-engine-warning:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-dollar:before {
  content: "";
}

.fa-envelope-open-text:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-equals:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-ethernet:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-euro-sign:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-exchange-alt:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-exclamation-square:before {
  content: "";
}

.fa-exclamation-triangle:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-expand-alt:before {
  content: "";
}

.fa-expand-arrows:before {
  content: "";
}

.fa-expand-arrows-alt:before {
  content: "";
}

.fa-expand-wide:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-external-link-alt:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-external-link-square-alt:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-dropper:before {
  content: "";
}

.fa-eye-evil:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-feather:before {
  content: "";
}

.fa-feather-alt:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-field-hockey:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-alt:before {
  content: "";
}

.fa-file-archive:before {
  content: "";
}

.fa-file-audio:before {
  content: "";
}

.fa-file-certificate:before {
  content: "";
}

.fa-file-chart-line:before {
  content: "";
}

.fa-file-chart-pie:before {
  content: "";
}

.fa-file-check:before {
  content: "";
}

.fa-file-code:before {
  content: "";
}

.fa-file-contract:before {
  content: "";
}

.fa-file-csv:before {
  content: "";
}

.fa-file-download:before {
  content: "";
}

.fa-file-edit:before {
  content: "";
}

.fa-file-excel:before {
  content: "";
}

.fa-file-exclamation:before {
  content: "";
}

.fa-file-export:before {
  content: "";
}

.fa-file-image:before {
  content: "";
}

.fa-file-import:before {
  content: "";
}

.fa-file-invoice:before {
  content: "";
}

.fa-file-invoice-dollar:before {
  content: "";
}

.fa-file-medical:before {
  content: "";
}

.fa-file-medical-alt:before {
  content: "";
}

.fa-file-minus:before {
  content: "";
}

.fa-file-pdf:before {
  content: "";
}

.fa-file-plus:before {
  content: "";
}

.fa-file-powerpoint:before {
  content: "";
}

.fa-file-prescription:before {
  content: "";
}

.fa-file-signature:before {
  content: "";
}

.fa-file-spreadsheet:before {
  content: "";
}

.fa-file-times:before {
  content: "";
}

.fa-file-upload:before {
  content: "";
}

.fa-file-user:before {
  content: "";
}

.fa-file-video:before {
  content: "";
}

.fa-file-word:before {
  content: "";
}

.fa-files-medical:before {
  content: "";
}

.fa-fill:before {
  content: "";
}

.fa-fill-drip:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-film-alt:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-fingerprint:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-fire-alt:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-fire-smoke:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-fireplace:before {
  content: "";
}

.fa-first-aid:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-fish:before {
  content: "";
}

.fa-fish-cooked:before {
  content: "";
}

.fa-fist-raised:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-flag-alt:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-flag-usa:before {
  content: "";
}

.fa-flame:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-flask-poison:before {
  content: "";
}

.fa-flask-potion:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-flower:before {
  content: "";
}

.fa-flower-daffodil:before {
  content: "";
}

.fa-flower-tulip:before {
  content: "";
}

.fa-flushed:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-fog:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-minus:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-folder-plus:before {
  content: "";
}

.fa-folder-times:before {
  content: "";
}

.fa-folder-tree:before {
  content: "";
}

.fa-folders:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-football-ball:before {
  content: "";
}

.fa-football-helmet:before {
  content: "";
}

.fa-forklift:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-fragile:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-french-fries:before {
  content: "";
}

.fa-frog:before {
  content: "";
}

.fa-frosty-head:before {
  content: "";
}

.fa-frown:before {
  content: "";
}

.fa-frown-open:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-function:before {
  content: "";
}

.fa-funnel-dollar:before {
  content: "";
}

.fa-futbol:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-gas-pump:before {
  content: "";
}

.fa-gas-pump-slash:before {
  content: "";
}

.fa-gavel:before {
  content: "";
}

.fa-gem:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-ghost:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-gift-card:before {
  content: "";
}

.fa-gifts:before {
  content: "";
}

.fa-gingerbread-man:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-glass:before {
  content: "";
}

.fa-glass-champagne:before {
  content: "";
}

.fa-glass-cheers:before {
  content: "";
}

.fa-glass-martini:before {
  content: "";
}

.fa-glass-martini-alt:before {
  content: "";
}

.fa-glass-whiskey:before {
  content: "";
}

.fa-glass-whiskey-rocks:before {
  content: "";
}

.fa-glasses:before {
  content: "";
}

.fa-glasses-alt:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-globe-africa:before {
  content: "";
}

.fa-globe-americas:before {
  content: "";
}

.fa-globe-asia:before {
  content: "";
}

.fa-globe-europe:before {
  content: "";
}

.fa-globe-snow:before {
  content: "";
}

.fa-globe-stand:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-golf-ball:before {
  content: "";
}

.fa-golf-club:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-gopuram:before {
  content: "";
}

.fa-graduation-cap:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-greater-than:before {
  content: "";
}

.fa-greater-than-equal:before {
  content: "";
}

.fa-grimace:before {
  content: "";
}

.fa-grin:before {
  content: "";
}

.fa-grin-alt:before {
  content: "";
}

.fa-grin-beam:before {
  content: "";
}

.fa-grin-beam-sweat:before {
  content: "";
}

.fa-grin-hearts:before {
  content: "";
}

.fa-grin-squint:before {
  content: "";
}

.fa-grin-squint-tears:before {
  content: "";
}

.fa-grin-stars:before {
  content: "";
}

.fa-grin-tears:before {
  content: "";
}

.fa-grin-tongue:before {
  content: "";
}

.fa-grin-tongue-squint:before {
  content: "";
}

.fa-grin-tongue-wink:before {
  content: "";
}

.fa-grin-wink:before {
  content: "";
}

.fa-grip-horizontal:before {
  content: "";
}

.fa-grip-lines:before {
  content: "";
}

.fa-grip-lines-vertical:before {
  content: "";
}

.fa-grip-vertical:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-guitar:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-h1:before {
  content: "";
}

.fa-h2:before {
  content: "";
}

.fa-h3:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-hamburger:before {
  content: "";
}

.fa-hammer:before {
  content: "";
}

.fa-hammer-war:before {
  content: "";
}

.fa-hamsa:before {
  content: "";
}

.fa-hand-heart:before {
  content: "";
}

.fa-hand-holding:before {
  content: "";
}

.fa-hand-holding-box:before {
  content: "";
}

.fa-hand-holding-heart:before {
  content: "";
}

.fa-hand-holding-magic:before {
  content: "";
}

.fa-hand-holding-seedling:before {
  content: "";
}

.fa-hand-holding-usd:before {
  content: "";
}

.fa-hand-holding-water:before {
  content: "";
}

.fa-hand-lizard:before {
  content: "";
}

.fa-hand-middle-finger:before {
  content: "";
}

.fa-hand-paper:before {
  content: "";
}

.fa-hand-peace:before {
  content: "";
}

.fa-hand-point-down:before {
  content: "";
}

.fa-hand-point-left:before {
  content: "";
}

.fa-hand-point-right:before {
  content: "";
}

.fa-hand-point-up:before {
  content: "";
}

.fa-hand-pointer:before {
  content: "";
}

.fa-hand-receiving:before {
  content: "";
}

.fa-hand-rock:before {
  content: "";
}

.fa-hand-scissors:before {
  content: "";
}

.fa-hand-spock:before {
  content: "";
}

.fa-hands:before {
  content: "";
}

.fa-hands-heart:before {
  content: "";
}

.fa-hands-helping:before {
  content: "";
}

.fa-hands-usd:before {
  content: "";
}

.fa-handshake:before {
  content: "";
}

.fa-handshake-alt:before {
  content: "";
}

.fa-hanukiah:before {
  content: "";
}

.fa-hard-hat:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-hat-santa:before {
  content: "";
}

.fa-hat-winter:before {
  content: "";
}

.fa-hat-witch:before {
  content: "";
}

.fa-hat-wizard:before {
  content: "";
}

.fa-haykal:before {
  content: "";
}

.fa-hdd:before {
  content: "";
}

.fa-head-side:before {
  content: "";
}

.fa-head-side-brain:before {
  content: "";
}

.fa-head-side-medical:before {
  content: "";
}

.fa-head-vr:before {
  content: "";
}

.fa-heading:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-headphones-alt:before {
  content: "";
}

.fa-headset:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-heart-broken:before {
  content: "";
}

.fa-heart-circle:before {
  content: "";
}

.fa-heart-rate:before {
  content: "";
}

.fa-heart-square:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-helicopter:before {
  content: "";
}

.fa-helmet-battle:before {
  content: "";
}

.fa-hexagon:before {
  content: "";
}

.fa-highlighter:before {
  content: "";
}

.fa-hiking:before {
  content: "";
}

.fa-hippo:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-hockey-mask:before {
  content: "";
}

.fa-hockey-puck:before {
  content: "";
}

.fa-hockey-sticks:before {
  content: "";
}

.fa-holly-berry:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-home-alt:before {
  content: "";
}

.fa-home-heart:before {
  content: "";
}

.fa-home-lg:before {
  content: "";
}

.fa-home-lg-alt:before {
  content: "";
}

.fa-hood-cloak:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-horse:before {
  content: "";
}

.fa-horse-head:before {
  content: "";
}

.fa-hospital:before {
  content: "";
}

.fa-hospital-alt:before {
  content: "";
}

.fa-hospital-symbol:before {
  content: "";
}

.fa-hospital-user:before {
  content: "";
}

.fa-hospitals:before {
  content: "";
}

.fa-hot-tub:before {
  content: "";
}

.fa-hotdog:before {
  content: "";
}

.fa-hotel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-start:before {
  content: "";
}

.fa-house-damage:before {
  content: "";
}

.fa-house-flood:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-hryvnia:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-humidity:before {
  content: "";
}

.fa-hurricane:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-ice-cream:before {
  content: "";
}

.fa-ice-skate:before {
  content: "";
}

.fa-icicles:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-id-card:before {
  content: "";
}

.fa-id-card-alt:before {
  content: "";
}

.fa-igloo:before {
  content: "";
}

.fa-image:before {
  content: "";
}

.fa-images:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-inbox-in:before {
  content: "";
}

.fa-inbox-out:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-industry-alt:before {
  content: "";
}

.fa-infinity:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-info-square:before {
  content: "";
}

.fa-inhaler:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-integral:before {
  content: "";
}

.fa-intercom:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-intersection:before {
  content: "";
}

.fa-inventory:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-island-tropical:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-jack-o-lantern:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-jedi:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-joint:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-journal-whills:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-kaaba:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-key-skeleton:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-keyboard:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-keynote:before {
  content: "";
}

.fa-khanda:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-kidneys:before {
  content: "";
}

.fa-kiss:before {
  content: "";
}

.fa-kiss-beam:before {
  content: "";
}

.fa-kiss-wink-heart:before {
  content: "";
}

.fa-kite:before {
  content: "";
}

.fa-kiwi-bird:before {
  content: "";
}

.fa-knife-kitchen:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-lambda:before {
  content: "";
}

.fa-lamp:before {
  content: "";
}

.fa-landmark:before {
  content: "";
}

.fa-landmark-alt:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-laptop-code:before {
  content: "";
}

.fa-laptop-medical:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-laugh:before {
  content: "";
}

.fa-laugh-beam:before {
  content: "";
}

.fa-laugh-squint:before {
  content: "";
}

.fa-laugh-wink:before {
  content: "";
}

.fa-layer-group:before {
  content: "";
}

.fa-layer-minus:before {
  content: "";
}

.fa-layer-plus:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-leaf-heart:before {
  content: "";
}

.fa-leaf-maple:before {
  content: "";
}

.fa-leaf-oak:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-lemon:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-less-than:before {
  content: "";
}

.fa-less-than-equal:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-level-down-alt:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-up-alt:before {
  content: "";
}

.fa-life-ring:before {
  content: "";
}

.fa-lightbulb:before {
  content: "";
}

.fa-lightbulb-dollar:before {
  content: "";
}

.fa-lightbulb-exclamation:before {
  content: "";
}

.fa-lightbulb-on:before {
  content: "";
}

.fa-lightbulb-slash:before {
  content: "";
}

.fa-lights-holiday:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-link:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-lips:before {
  content: "";
}

.fa-lira-sign:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-location:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-location-circle:before {
  content: "";
}

.fa-location-slash:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-lock-alt:before {
  content: "";
}

.fa-lock-open:before {
  content: "";
}

.fa-lock-open-alt:before {
  content: "";
}

.fa-long-arrow-alt-down:before {
  content: "";
}

.fa-long-arrow-alt-left:before {
  content: "";
}

.fa-long-arrow-alt-right:before {
  content: "";
}

.fa-long-arrow-alt-up:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-loveseat:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-luchador:before {
  content: "";
}

.fa-luggage-cart:before {
  content: "";
}

.fa-lungs:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-mace:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-mail-bulk:before {
  content: "";
}

.fa-mailbox:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-mandolin:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-map-marked:before {
  content: "";
}

.fa-map-marked-alt:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-map-marker-alt:before {
  content: "";
}

.fa-map-marker-alt-slash:before {
  content: "";
}

.fa-map-marker-check:before {
  content: "";
}

.fa-map-marker-edit:before {
  content: "";
}

.fa-map-marker-exclamation:before {
  content: "";
}

.fa-map-marker-minus:before {
  content: "";
}

.fa-map-marker-plus:before {
  content: "";
}

.fa-map-marker-question:before {
  content: "";
}

.fa-map-marker-slash:before {
  content: "";
}

.fa-map-marker-smile:before {
  content: "";
}

.fa-map-marker-times:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-marker:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mask:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-meat:before {
  content: "";
}

.fa-medal:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-megaphone:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-meh:before {
  content: "";
}

.fa-meh-blank:before {
  content: "";
}

.fa-meh-rolling-eyes:before {
  content: "";
}

.fa-memory:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-menorah:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-meteor:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-alt:before {
  content: "";
}

.fa-microphone-alt-slash:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-microscope:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-mind-share:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-minus-hexagon:before {
  content: "";
}

.fa-minus-octagon:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-mistletoe:before {
  content: "";
}

.fa-mitten:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-mobile:before {
  content: "";
}

.fa-mobile-alt:before {
  content: "";
}

.fa-mobile-android:before {
  content: "";
}

.fa-mobile-android-alt:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-monero:before {
  content: "";
}

.fa-money-bill:before {
  content: "";
}

.fa-money-bill-alt:before {
  content: "";
}

.fa-money-bill-wave:before {
  content: "";
}

.fa-money-bill-wave-alt:before {
  content: "";
}

.fa-money-check:before {
  content: "";
}

.fa-money-check-alt:before {
  content: "";
}

.fa-monitor-heart-rate:before {
  content: "";
}

.fa-monkey:before {
  content: "";
}

.fa-monument:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

.fa-moon-cloud:before {
  content: "";
}

.fa-moon-stars:before {
  content: "";
}

.fa-mortar-pestle:before {
  content: "";
}

.fa-mosque:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-mountain:before {
  content: "";
}

.fa-mountains:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-mug-hot:before {
  content: "";
}

.fa-mug-marshmallows:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-narwhal:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-network-wired:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-newspaper:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-nintendo-switch:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-not-equal:before {
  content: "";
}

.fa-notes-medical:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-octagon:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-oil-can:before {
  content: "";
}

.fa-oil-temp:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-om:before {
  content: "";
}

.fa-omega:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-ornament:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-otter:before {
  content: "";
}

.fa-outdent:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-pager:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-paint-brush-alt:before {
  content: "";
}

.fa-paint-roller:before {
  content: "";
}

.fa-palette:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-pallet:before {
  content: "";
}

.fa-pallet-alt:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-parachute-box:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-parking:before {
  content: "";
}

.fa-parking-circle:before {
  content: "";
}

.fa-parking-circle-slash:before {
  content: "";
}

.fa-parking-slash:before {
  content: "";
}

.fa-passport:before {
  content: "";
}

.fa-pastafarianism:before {
  content: "";
}

.fa-paste:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-paw-alt:before {
  content: "";
}

.fa-paw-claws:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-peace:before {
  content: "";
}

.fa-pegasus:before {
  content: "";
}

.fa-pen:before {
  content: "";
}

.fa-pen-alt:before {
  content: "";
}

.fa-pen-fancy:before {
  content: "";
}

.fa-pen-nib:before {
  content: "";
}

.fa-pen-square:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-pencil-alt:before {
  content: "";
}

.fa-pencil-paintbrush:before {
  content: "";
}

.fa-pencil-ruler:before {
  content: "";
}

.fa-pennant:before {
  content: "";
}

.fa-penny-arcade:before {
  content: "";
}

.fa-people-carry:before {
  content: "";
}

.fa-pepper-hot:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-percentage:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-person-booth:before {
  content: "";
}

.fa-person-carry:before {
  content: "";
}

.fa-person-dolly:before {
  content: "";
}

.fa-person-dolly-empty:before {
  content: "";
}

.fa-person-sign:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-phone-office:before {
  content: "";
}

.fa-phone-plus:before {
  content: "";
}

.fa-phone-slash:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-phone-volume:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-pi:before {
  content: "";
}

.fa-pie:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pig:before {
  content: "";
}

.fa-piggy-bank:before {
  content: "";
}

.fa-pills:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-pizza:before {
  content: "";
}

.fa-pizza-slice:before {
  content: "";
}

.fa-place-of-worship:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-plane-alt:before {
  content: "";
}

.fa-plane-arrival:before {
  content: "";
}

.fa-plane-departure:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-plus-hexagon:before {
  content: "";
}

.fa-plus-octagon:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-podium:before {
  content: "";
}

.fa-podium-star:before {
  content: "";
}

.fa-poll:before {
  content: "";
}

.fa-poll-h:before {
  content: "";
}

.fa-poll-people:before {
  content: "";
}

.fa-poo:before {
  content: "";
}

.fa-poo-storm:before {
  content: "";
}

.fa-poop:before {
  content: "";
}

.fa-popcorn:before {
  content: "";
}

.fa-portrait:before {
  content: "";
}

.fa-pound-sign:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-pray:before {
  content: "";
}

.fa-praying-hands:before {
  content: "";
}

.fa-prescription:before {
  content: "";
}

.fa-prescription-bottle:before {
  content: "";
}

.fa-prescription-bottle-alt:before {
  content: "";
}

.fa-presentation:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-print-search:before {
  content: "";
}

.fa-print-slash:before {
  content: "";
}

.fa-procedures:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-project-diagram:before {
  content: "";
}

.fa-pumpkin:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-question-square:before {
  content: "";
}

.fa-quidditch:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-quran:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-rabbit:before {
  content: "";
}

.fa-rabbit-fast:before {
  content: "";
}

.fa-racquet:before {
  content: "";
}

.fa-radiation:before {
  content: "";
}

.fa-radiation-alt:before {
  content: "";
}

.fa-rainbow:before {
  content: "";
}

.fa-raindrops:before {
  content: "";
}

.fa-ram:before {
  content: "";
}

.fa-ramp-loading:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-receipt:before {
  content: "";
}

.fa-rectangle-landscape:before {
  content: "";
}

.fa-rectangle-portrait:before {
  content: "";
}

.fa-rectangle-wide:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-redo:before {
  content: "";
}

.fa-redo-alt:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-repeat:before {
  content: "";
}

.fa-repeat-1:before {
  content: "";
}

.fa-repeat-1-alt:before {
  content: "";
}

.fa-repeat-alt:before {
  content: "";
}

.fa-reply:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-republican:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-restroom:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-retweet-alt:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-ribbon:before {
  content: "";
}

.fa-ring:before {
  content: "";
}

.fa-rings-wedding:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-robot:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-route:before {
  content: "";
}

.fa-route-highway:before {
  content: "";
}

.fa-route-interstate:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-ruble-sign:before {
  content: "";
}

.fa-ruler:before {
  content: "";
}

.fa-ruler-combined:before {
  content: "";
}

.fa-ruler-horizontal:before {
  content: "";
}

.fa-ruler-triangle:before {
  content: "";
}

.fa-ruler-vertical:before {
  content: "";
}

.fa-running:before {
  content: "";
}

.fa-rupee-sign:before {
  content: "";
}

.fa-rv:before {
  content: "";
}

.fa-sack:before {
  content: "";
}

.fa-sack-dollar:before {
  content: "";
}

.fa-sad-cry:before {
  content: "";
}

.fa-sad-tear:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-salad:before {
  content: "";
}

.fa-sandwich:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-satellite:before {
  content: "";
}

.fa-satellite-dish:before {
  content: "";
}

.fa-sausage:before {
  content: "";
}

.fa-save:before {
  content: "";
}

.fa-scalpel:before {
  content: "";
}

.fa-scalpel-path:before {
  content: "";
}

.fa-scanner:before {
  content: "";
}

.fa-scanner-keyboard:before {
  content: "";
}

.fa-scanner-touchscreen:before {
  content: "";
}

.fa-scarecrow:before {
  content: "";
}

.fa-scarf:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-school:before {
  content: "";
}

.fa-screwdriver:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-scroll:before {
  content: "";
}

.fa-scroll-old:before {
  content: "";
}

.fa-scrubber:before {
  content: "";
}

.fa-scythe:before {
  content: "";
}

.fa-sd-card:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-search-dollar:before {
  content: "";
}

.fa-search-location:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-seedling:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-shapes:before {
  content: "";
}

.fa-share:before {
  content: "";
}

.fa-share-all:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-sheep:before {
  content: "";
}

.fa-shekel-sign:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-shield-alt:before {
  content: "";
}

.fa-shield-check:before {
  content: "";
}

.fa-shield-cross:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-shipping-fast:before {
  content: "";
}

.fa-shipping-timed:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-shish-kebab:before {
  content: "";
}

.fa-shoe-prints:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-shovel:before {
  content: "";
}

.fa-shovel-snow:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-shredder:before {
  content: "";
}

.fa-shuttle-van:before {
  content: "";
}

.fa-shuttlecock:before {
  content: "";
}

.fa-sickle:before {
  content: "";
}

.fa-sigma:before {
  content: "";
}

.fa-sign:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-sign-in-alt:before {
  content: "";
}

.fa-sign-language:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-sign-out-alt:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-signal-1:before {
  content: "";
}

.fa-signal-2:before {
  content: "";
}

.fa-signal-3:before {
  content: "";
}

.fa-signal-4:before {
  content: "";
}

.fa-signal-alt:before {
  content: "";
}

.fa-signal-alt-1:before {
  content: "";
}

.fa-signal-alt-2:before {
  content: "";
}

.fa-signal-alt-3:before {
  content: "";
}

.fa-signal-alt-slash:before {
  content: "";
}

.fa-signal-slash:before {
  content: "";
}

.fa-signature:before {
  content: "";
}

.fa-sim-card:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-skating:before {
  content: "";
}

.fa-skeleton:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-ski-jump:before {
  content: "";
}

.fa-ski-lift:before {
  content: "";
}

.fa-skiing:before {
  content: "";
}

.fa-skiing-nordic:before {
  content: "";
}

.fa-skull:before {
  content: "";
}

.fa-skull-crossbones:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-slash:before {
  content: "";
}

.fa-sledding:before {
  content: "";
}

.fa-sleigh:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

.fa-sliders-h-square:before {
  content: "";
}

.fa-sliders-v:before {
  content: "";
}

.fa-sliders-v-square:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-smile:before {
  content: "";
}

.fa-smile-beam:before {
  content: "";
}

.fa-smile-plus:before {
  content: "";
}

.fa-smile-wink:before {
  content: "";
}

.fa-smog:before {
  content: "";
}

.fa-smoke:before {
  content: "";
}

.fa-smoking:before {
  content: "";
}

.fa-smoking-ban:before {
  content: "";
}

.fa-sms:before {
  content: "";
}

.fa-snake:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-snow-blowing:before {
  content: "";
}

.fa-snowboarding:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-snowflakes:before {
  content: "";
}

.fa-snowman:before {
  content: "";
}

.fa-snowmobile:before {
  content: "";
}

.fa-snowplow:before {
  content: "";
}

.fa-socks:before {
  content: "";
}

.fa-solar-panel:before {
  content: "";
}

.fa-sort:before {
  content: "";
}

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

.fa-sort-down:before {
  content: "";
}

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

.fa-sort-up:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-soup:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-spa:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-spade:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-spider:before {
  content: "";
}

.fa-spider-black-widow:before {
  content: "";
}

.fa-spider-web:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-spinner-third:before {
  content: "";
}

.fa-splotch:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-spray-can:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-square-full:before {
  content: "";
}

.fa-square-root:before {
  content: "";
}

.fa-square-root-alt:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-squirrel:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-staff:before {
  content: "";
}

.fa-stamp:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-and-crescent:before {
  content: "";
}

.fa-star-christmas:before {
  content: "";
}

.fa-star-exclamation:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-star-half-alt:before {
  content: "";
}

.fa-star-of-david:before {
  content: "";
}

.fa-star-of-life:before {
  content: "";
}

.fa-stars:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-steak:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

.fa-steering-wheel:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-stocking:before {
  content: "";
}

.fa-stomach:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stopwatch:before {
  content: "";
}

.fa-store:before {
  content: "";
}

.fa-store-alt:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-stream:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-stretcher:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-stroopwafel:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-suitcase-rolling:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

.fa-sun-cloud:before {
  content: "";
}

.fa-sun-dust:before {
  content: "";
}

.fa-sun-haze:before {
  content: "";
}

.fa-sunrise:before {
  content: "";
}

.fa-sunset:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-surprise:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-swatchbook:before {
  content: "";
}

.fa-swimmer:before {
  content: "";
}

.fa-swimming-pool:before {
  content: "";
}

.fa-sword:before {
  content: "";
}

.fa-swords:before {
  content: "";
}

.fa-synagogue:before {
  content: "";
}

.fa-sync:before {
  content: "";
}

.fa-sync-alt:before {
  content: "";
}

.fa-syringe:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-table-tennis:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-tablet-alt:before {
  content: "";
}

.fa-tablet-android:before {
  content: "";
}

.fa-tablet-android-alt:before {
  content: "";
}

.fa-tablet-rugged:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

.fa-tachometer:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

.fa-tachometer-alt-average:before {
  content: "";
}

.fa-tachometer-alt-fast:before {
  content: "";
}

.fa-tachometer-alt-fastest:before {
  content: "";
}

.fa-tachometer-alt-slow:before {
  content: "";
}

.fa-tachometer-alt-slowest:before {
  content: "";
}

.fa-tachometer-average:before {
  content: "";
}

.fa-tachometer-fast:before {
  content: "";
}

.fa-tachometer-fastest:before {
  content: "";
}

.fa-tachometer-slow:before {
  content: "";
}

.fa-tachometer-slowest:before {
  content: "";
}

.fa-taco:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-tally:before {
  content: "";
}

.fa-tanakh:before {
  content: "";
}

.fa-tape:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-tasks-alt:before {
  content: "";
}

.fa-taxi:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-teeth:before {
  content: "";
}

.fa-teeth-open:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-temperature-frigid:before {
  content: "";
}

.fa-temperature-high:before {
  content: "";
}

.fa-temperature-hot:before {
  content: "";
}

.fa-temperature-low:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-tenge:before {
  content: "";
}

.fa-tennis-ball:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-theater-masks:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-thermometer:before {
  content: "";
}

.fa-thermometer-empty:before {
  content: "";
}

.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-theta:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbtack:before {
  content: "";
}

.fa-thunderstorm:before {
  content: "";
}

.fa-thunderstorm-moon:before {
  content: "";
}

.fa-thunderstorm-sun:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-ticket-alt:before {
  content: "";
}

.fa-tilde:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-times-hexagon:before {
  content: "";
}

.fa-times-octagon:before {
  content: "";
}

.fa-times-square:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-tint-slash:before {
  content: "";
}

.fa-tire:before {
  content: "";
}

.fa-tire-flat:before {
  content: "";
}

.fa-tire-pressure-warning:before {
  content: "";
}

.fa-tire-rugged:before {
  content: "";
}

.fa-tired:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-toilet:before {
  content: "";
}

.fa-toilet-paper:before {
  content: "";
}

.fa-toilet-paper-alt:before {
  content: "";
}

.fa-tombstone:before {
  content: "";
}

.fa-tombstone-alt:before {
  content: "";
}

.fa-toolbox:before {
  content: "";
}

.fa-tools:before {
  content: "";
}

.fa-tooth:before {
  content: "";
}

.fa-toothbrush:before {
  content: "";
}

.fa-torah:before {
  content: "";
}

.fa-torii-gate:before {
  content: "";
}

.fa-tornado:before {
  content: "";
}

.fa-tractor:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-traffic-cone:before {
  content: "";
}

.fa-traffic-light:before {
  content: "";
}

.fa-traffic-light-go:before {
  content: "";
}

.fa-traffic-light-slow:before {
  content: "";
}

.fa-traffic-light-stop:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-tram:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-trash-restore:before {
  content: "";
}

.fa-trash-restore-alt:before {
  content: "";
}

.fa-treasure-chest:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-tree-alt:before {
  content: "";
}

.fa-tree-christmas:before {
  content: "";
}

.fa-tree-decorated:before {
  content: "";
}

.fa-tree-large:before {
  content: "";
}

.fa-tree-palm:before {
  content: "";
}

.fa-trees:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-triangle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-trophy-alt:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-truck-container:before {
  content: "";
}

.fa-truck-couch:before {
  content: "";
}

.fa-truck-loading:before {
  content: "";
}

.fa-truck-monster:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

.fa-truck-pickup:before {
  content: "";
}

.fa-truck-plow:before {
  content: "";
}

.fa-truck-ramp:before {
  content: "";
}

.fa-tshirt:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-turkey:before {
  content: "";
}

.fa-turtle:before {
  content: "";
}

.fa-tv:before {
  content: "";
}

.fa-tv-retro:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-umbrella-beach:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-undo:before {
  content: "";
}

.fa-undo-alt:before {
  content: "";
}

.fa-unicorn:before {
  content: "";
}

.fa-union:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-university:before {
  content: "";
}

.fa-unlink:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-usd-circle:before {
  content: "";
}

.fa-usd-square:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-user-alt:before {
  content: "";
}

.fa-user-alt-slash:before {
  content: "";
}

.fa-user-astronaut:before {
  content: "";
}

.fa-user-chart:before {
  content: "";
}

.fa-user-check:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-clock:before {
  content: "";
}

.fa-user-cog:before {
  content: "";
}

.fa-user-crown:before {
  content: "";
}

.fa-user-edit:before {
  content: "";
}

.fa-user-friends:before {
  content: "";
}

.fa-user-graduate:before {
  content: "";
}

.fa-user-hard-hat:before {
  content: "";
}

.fa-user-headset:before {
  content: "";
}

.fa-user-injured:before {
  content: "";
}

.fa-user-lock:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-user-md-chat:before {
  content: "";
}

.fa-user-minus:before {
  content: "";
}

.fa-user-ninja:before {
  content: "";
}

.fa-user-nurse:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-user-shield:before {
  content: "";
}

.fa-user-slash:before {
  content: "";
}

.fa-user-tag:before {
  content: "";
}

.fa-user-tie:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-users:before {
  content: "";
}

.fa-users-class:before {
  content: "";
}

.fa-users-cog:before {
  content: "";
}

.fa-users-crown:before {
  content: "";
}

.fa-users-medical:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-fork:before {
  content: "";
}

.fa-utensil-knife:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-utensils-alt:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-value-absolute:before {
  content: "";
}

.fa-vector-square:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-vial:before {
  content: "";
}

.fa-vials:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-video:before {
  content: "";
}

.fa-video-plus:before {
  content: "";
}

.fa-video-slash:before {
  content: "";
}

.fa-vihara:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-volcano:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

.fa-volume:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-mute:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-slash:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-vote-nay:before {
  content: "";
}

.fa-vote-yea:before {
  content: "";
}

.fa-vr-cardboard:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-walker:before {
  content: "";
}

.fa-walking:before {
  content: "";
}

.fa-wallet:before {
  content: "";
}

.fa-wand:before {
  content: "";
}

.fa-wand-magic:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

.fa-warehouse-alt:before {
  content: "";
}

.fa-watch:before {
  content: "";
}

.fa-watch-fitness:before {
  content: "";
}

.fa-water:before {
  content: "";
}

.fa-water-lower:before {
  content: "";
}

.fa-water-rise:before {
  content: "";
}

.fa-webcam:before {
  content: "";
}

.fa-webcam-slash:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-weight:before {
  content: "";
}

.fa-weight-hanging:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-whale:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-wheat:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-whistle:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-wifi-1:before {
  content: "";
}

.fa-wifi-2:before {
  content: "";
}

.fa-wifi-slash:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wind:before {
  content: "";
}

.fa-wind-warning:before {
  content: "";
}

.fa-window:before {
  content: "";
}

.fa-window-alt:before {
  content: "";
}

.fa-window-close:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-windsock:before {
  content: "";
}

.fa-wine-bottle:before {
  content: "";
}

.fa-wine-glass:before {
  content: "";
}

.fa-wine-glass-alt:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-won-sign:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-wreath:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-x-ray:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-yen-sign:before {
  content: "";
}

.fa-yin-yang:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("DSS/fonts/fontawesome/webfonts/fa-regular-400.eot");
  src: url("DSS/fonts/fontawesome/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("DSS/fonts/fontawesome/webfonts/fa-regular-400.woff2") format("woff2"), url("DSS/fonts/fontawesome/webfonts/fa-regular-400.woff") format("woff"), url("DSS/fonts/fontawesome/webfonts/fa-regular-400.ttf") format("truetype"), url("DSS/fonts/fontawesome/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("DSS/fonts/fontawesome/webfonts/fa-solid-900.eot");
  src: url("DSS/fonts/fontawesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("DSS/fonts/fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("DSS/fonts/fontawesome/webfonts/fa-solid-900.woff") format("woff"), url("DSS/fonts/fontawesome/webfonts/fa-solid-900.ttf") format("truetype"), url("DSS/fonts/fontawesome/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("DSS/fonts/fontawesome/webfonts/fa-brands-400.eot");
  src: url("DSS/fonts/fontawesome/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("DSS/fonts/fontawesome/webfonts/fa-brands-400.woff2") format("woff2"), url("DSS/fonts/fontawesome/webfonts/fa-brands-400.woff") format("woff"), url("DSS/fonts/fontawesome/webfonts/fa-brands-400.ttf") format("truetype"), url("DSS/fonts/fontawesome/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}
ul.diamond-list-alibi {
    text-transform: none;
    font-size: 1.3em;
    list-style: none;
    line-height: 1 !important;
}

ul.diamond-list-alibi li {
    margin: 0;
    margin-bottom: 0.2em;
    padding-left: 1.5em;
    position: relative;
}

ul.diamond-list-alibi li:after {
    content: '';
    height: .4em;
    width: .4em;
    background:#000000;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: .5em;
    left: 0;
}