html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

html {
  height: 100%; }

body {
  font-family: "Roboto", sans-serif;
  display: flex; }

a {
  color: #6C1023;
  text-decoration: none;
  transition: color 300ms ease-out; }

a:hover {
  color: #e3000f !important; }

.hidden {
  display: none !important; }

.center {
  text-align: center; }

section > * {
  max-width: 1600px;
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 25px; }

.address {
  white-space: preserve-breaks nowrap;
  white-space: preserve-breaks nowrap discard-inner; }

pre, code {
  overflow: auto;
  font-size: 10pt; }

table {
  border-spacing: 5px 0; }
  table tr td {
    padding: 8px; }
  table tr:not(:first-child) td {
    border-top: 1px #000 solid; }

.vjs-theme-fantasy {
  --vjs-theme-fantasy--primary: $ff-magenta; }

.loader {
  display: inline-block;
  width: 80px;
  height: 80px; }
  .loader::after {
    content: '';
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: loader 1.2s linear infinite; }

@keyframes loader {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

body {
  display: flex;
  flex-direction: column;
  min-height: 100%; }

header {
  flex: 0 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #ffffff;
  border-bottom: 2px #D8D8D8 solid; }

@media (max-width: 1023px) and (max-width: 499px) {
  header {
    height: 200px; } }
  header > section {
    padding-left: 150px;
    padding-right: 150px; }
    @media (max-width: 1023px) {
      header > section {
        padding-left: 0;
        padding-right: 0; } }
    header > section > * {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      margin: 0 auto;
      height: 150px;
      box-sizing: border-box; }
  header a {
    flex: 0 0 auto;
    height: 100%; }
    @media (max-width: 1023px) {
      header a {
        margin-left: 10vw; } }
    header a #logo {
      height: 100%; }
  header nav {
    z-index: 999;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    padding: 0;
    max-height: 50px;
    background: #ffffff;
    color: #646464;
    line-height: 50px;
    font-weight: bold; }
    @media (max-width: 1023px) {
      header nav {
        position: relative;
        right: 0;
        margin-top: 25px;
        display: grid; }
        header nav > label, header nav > ul {
          grid-column: 1;
          width: 100%; }
        header nav > label, header nav > ul li {
          padding-right: 50px; } }
  @media (max-width: 1023px) and (max-width: 499px) {
    header nav {
      width: 100%;
      margin-top: 10px; } }
    header nav input {
      display: none; }
    header nav ul {
      display: block;
      margin: 0;
      padding: 0;
      list-style-type: none;
      background: #ffffff; }
      header nav ul li {
        position: relative;
        display: block;
        margin: 0;
        padding: 0;
        background: #ffffff;
        transition: background 300ms ease-out; }
        header nav ul li.active {
          color: #6C1023; }
        @media (hover: hover) {
          header nav ul li:hover {
            color: #e3000f; } }
        header nav ul li a {
          display: block;
          white-space: nowrap;
          height: 50px;
          margin-left: 50px;
          padding: 0 50px 0 0;
          line-height: 50px;
          color: #646464;
          text-decoration: none;
          font-size: 1em;
          transition: max-height 300ms ease-out; }
    header nav > label {
      display: block; }
      @media (min-width: 1024px) {
        header nav > label {
          display: none; } }
      header nav > label > .icon {
        margin-top: 25px;
        margin-left: 12.5px; }
        header nav > label > .icon, header nav > label > .icon::before, header nav > label > .icon::after {
          content: '';
          display: block;
          position: absolute;
          background: #6C1023;
          border-radius: 1px;
          height: 2px;
          width: 25px;
          transition: transform 300ms ease-out, top 300ms ease-out, background 300ms ease-out; }
        header nav > label > .icon::before {
          top: -8px; }
        header nav > label > .icon::after {
          top: 8px; }
      header nav > label > .text {
        margin: auto 0 auto 50px; }
    header nav > ul {
      transform-origin: top;
      transition: transform 300ms ease-out; }
      @media (max-width: 1023px) {
        header nav > ul {
          transform: translateX(100%);
          transform-origin: right; } }
      @media (min-width: 1024px) {
        header nav > ul {
          display: flex;
          flex-direction: row;
          margin: 0 50px 0 auto; } }
      header nav > ul > li:last-child {
        background: #6C1023;
        height: 50px; }
        header nav > ul > li:last-child:hover {
          background: #e3000f; }
        header nav > ul > li:last-child a {
          color: #ffffff !important; }
        @media (max-width: 1023px) {
          header nav > ul > li:last-child {
            margin-top: 6.25px; } }
        @media (min-width: 1024px) {
          header nav > ul > li:last-child {
            border-radius: 100px;
            margin-left: 25px; } }
      @media (min-width: 1024px) {
        header nav > ul > li {
          flex: 0 1 auto;
          padding: 0; } }
      header nav > ul > li.has-dropdown > label {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 50px;
        height: 50px; }
        header nav > ul > li.has-dropdown > label::after {
          content: '';
          position: absolute;
          top: 22.5px;
          left: 25px;
          width: 0;
          height: 0;
          border-top: 5px solid #646464;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          transform-origin: 50% 40% 0;
          transform: rotate(-90deg);
          transition: transform 300ms ease-out; }
      @media (min-width: 1024px) {
        header nav > ul > li.has-dropdown > a {
          padding: 0 33.5px 0 0;
          margin-left: 50px; } }
      header nav > ul > li.has-dropdown > ul {
        left: 0;
        transition: transform 300ms ease-out;
        transform: scaleY(0);
        transform-origin: top; }
        @media (max-width: 1023px) {
          header nav > ul > li.has-dropdown > ul > li > a {
            padding-left: 25px;
            max-height: 0; } }
        @media (min-width: 1024px) {
          header nav > ul > li.has-dropdown > ul {
            position: absolute;
            left: 0;
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08), 0 12px 24px rgba(0, 0, 0, 0.06); } }
      @media (hover: none) {
        header nav > ul > li.has-dropdown > input:checked + label::after {
          transform: rotate(0deg); }
        header nav > ul > li.has-dropdown > input:checked + label + ul {
          display: block;
          transform: scaleY(1); }
          header nav > ul > li.has-dropdown > input:checked + label + ul > li > a {
            max-height: 50px; } }
      @media (hover: hover) {
        header nav > ul > li.has-dropdown:hover > input + label::after {
          transform: rotate(0deg); }
        header nav > ul > li.has-dropdown:hover > input + label + ul {
          display: block;
          transform: scaleY(1); }
          header nav > ul > li.has-dropdown:hover > input + label + ul > li > a {
            max-height: 50px; } }
      @media (min-width: 1024px) {
        header nav > ul > li > a {
          padding: 0 33.5px;
          margin-left: 0; } }
    header nav > input:checked + label > .icon {
      background: transparent; }
      header nav > input:checked + label > .icon::before {
        top: 0;
        transform: rotate(-45deg); }
      header nav > input:checked + label > .icon::after {
        top: 0;
        transform: rotate(45deg); }
    header nav > input:checked + label + ul {
      transform: translateX(0); }
    @media (max-width: 1023px) {
      header nav > input:not(:checked) + label + ul > li a {
        transform: translateX(100%); } }
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 300ms ease-out; }

body:has(nav > input:checked) > #overlay {
  display: block;
  z-index: 998;
  opacity: 1; }

main {
  flex: 1 0;
  margin-top: 150px;
  background: #f4f4f4; }
  main > section {
    padding-top: 50px;
    padding-bottom: 50px; }
    main > section:nth-child(2n) {
      background: #ffffff; }
    main > section > * {
      padding-left: 50px;
      padding-right: 50px; }
  main .video {
    margin: 0 auto;
    padding: 20px; }
    @media (min-width: 1024px) {
      main .video.w10 {
        width: 10%; }
      main .video.w20 {
        width: 20%; }
      main .video.w30 {
        width: 30%; }
      main .video.w40 {
        width: 40%; }
      main .video.w50 {
        width: 50%; }
      main .video.w60 {
        width: 60%; }
      main .video.w70 {
        width: 70%; }
      main .video.w80 {
        width: 80%; }
      main .video.w90 {
        width: 90%; } }
    main .video video {
      width: 100%; }

footer {
  flex: 0 0;
  background: #f4f4f4; }
  footer > section {
    padding-left: 150px;
    padding-right: 150px;
    border-top: 2px #D8D8D8 solid; }
    @media (max-width: 1023px) {
      footer > section {
        padding-left: 50px;
        padding-right: 50px; } }
    footer > section > * {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-evenly;
      margin: 0 auto; }
      footer > section > * > div {
        flex: 0 1; }
  footer #logo {
    width: 150px;
    height: 150px; }
  footer section.legal-links a {
    font-size: 0.8em;
    color: #646464; }
  footer #lastmod, footer #githash {
    font-size: .7em; }
  footer a[rel=me] {
    display: none; }

ul.pagination {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center; }
  ul.pagination li a, ul.pagination li span {
    padding: 10px;
    border: 1px #b3b3b3 solid;
    border-right-width: 0;
    background: #cccccc; }
    ul.pagination li a:last-child, ul.pagination li span:last-child {
      border-right-width: 1px; }

.infinite-scroll-request {
  display: none; }

.spinner {
  width: 40px;
  height: 40px;
  margin: 100px auto;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out; }

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
