<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * h1 Styles
 */
/**
 * h2 Styles
 */
/**
 * h3 Styles
 */
/**
 * h4 Styles
 */
/**
 * h5 Styles
 */
/**
 * h6 Styles
 */
/**
 * Container for components .container class
*/
/*
* Content + Two Sidebars Layout
* Pages: Spikes, Brixx, Tax
*/
div.video-player {
  max-width: none !important;
  margin: 0 auto !important;
  padding: 35px 30px;
  padding-bottom: 56.25%;
  position: relative;
  background: #000000;
  overflow: hidden;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  /* Internet Explorer/Edge */
  user-select: none;
}
div.video-player figure {
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  z-index: 2;
}
div.video-player figure h2 {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.14px;
  line-height: 18px;
  max-width: 250px;
  margin-bottom: 0;
  max-width: 242px;
  display: none;
}
@media only screen and (max-width: 767px) {
  div.video-player figure h2::before {
    top: -10px;
  }
}
div.video-player figure p {
  display: none;
  font-size: 18px;
  letter-spacing: 0.2px;
  line-height: 32px;
  margin-top: 16px;
  margin-bottom: 0;
  max-width: 550px;
}
div.video-player figure button {
  height: 137px;
  width: 137px;
  background-color: var(--active-brand-color);
  border-radius: 100px;
  margin-top: 9px;
  float: left;
  border: 0;
  padding: 0;
  max-width: calc(990px + 3.75rem);
}
div.video-player figure button svg circle {
  fill: none;
  stroke: #ffffff;
  stroke-dashoffset: 0;
  stroke-dashArray: 300;
  stroke-width: 2px;
  transition: stroke-dashoffset 1s ease, opacity 1s ease;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}
div.video-player figure button svg polygon {
  fill: #ffffff;
  stroke: #ffffff;
  transform: scale(0.8);
  transform-origin: 50% 50%;
  transition: transform 200ms ease-out, fill 1s ease;
}
div.video-player figure button:hover {
  cursor: pointer;
}
div.video-player figure button:hover svg circle {
  opacity: 1;
  stroke-dashoffset: -300;
}
div.video-player figure button:hover svg polygon {
  transform: scale(1.2);
  fill: none;
}
div.video-player figure button:active {
  cursor: pointer;
}
div.video-player figure button:active svg polygon {
  transform: scale(0.9);
  fill: #ffffff;
}
div.video-player img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  padding: 35px 30px !important;
  background-color: #ffffff !important;
}
div.video-player iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
div.video-player:hover, div.video-player:focus {
  cursor: pointer;
}
div.video-player:active {
  cursor: pointer;
}
div.video-player.enabled figure,
div.video-player.enabled img, div.video-player.enabled::before {
  opacity: 0;
  transition: opacity 0.3s ease;
}
div.video-player.enabled iframe {
  z-index: 2;
}
div.video-player.reduced-width {
  max-width: calc(990px + 3.75rem) !important;
  margin: 0 auto 0 0;
}
@media screen and (min-width: 1440px) {
  div.video-player.reduced-width {
    /* max-width: calc(650px + 15rem) !important; */
    max-width: calc(990px + 3.75rem);
  }
}
@media screen and (min-width: 1920px) {
  div.video-player.reduced-width {
    /* max-width: calc(650px + 12.5%) !important; */
    max-width: calc(990px + 3.75rem);
  }
}

div.video-player.reduced-width {
  max-width: calc(990px + 3.75rem) !important;
  margin: 0 auto 0 0;
}

@media screen and (min-width: 1440px) {
  div.video-player.reduced-width {
    /* max-width: calc(650px + 15rem) !important; */
    max-width: calc(990px + 3.75rem);
  }
}
@media screen and (min-width: 1920px) {
  div.video-player.reduced-width {
    /* max-width: calc(650px + 12.5%) !important; */
    max-width: calc(990px + 3.75rem);
    padding: 35px 30px !important;
    background-color: #ffffff !important;
  }
}</pre></body></html>