/* By Athlon Front-End Team */
/* Core variables */
/**
 * Variables
*/
/* Typography */
/* Breakpoints */
/* Paths */
/* Grid setup */
/* Colour palette */
/* Components */
/* CSS Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: none;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
main {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

body {
  margin: 0; }

ul {
  list-style-type: none; }

a {
  background: transparent;
  text-decoration: none; }

button,
input {
  line-height: normal; }

input[type='search'] {
  -webkit-appearance: textfield; }

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

textarea:focus,
input:focus {
  outline: 0; }

input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

/* CSS print */
/**
 * Print Stylesheet
*/
@media print {
  @page {
    margin: 1cm; }
  body {
    background: #fff;
    color: #000; }
  a {
    page-break-inside: avoid; }
  blockquote {
    page-break-inside: avoid; }
  table,
  pre {
    page-break-inside: avoid; }
  ul, ol, dl {
    page-break-before: avoid; } }

/* Fonts */
/**
 * Fonts
*/
@font-face {
  font-family: 'NHaasGDs';
  src: url(../fonts/NHaasGroteskDSPro-75Bd.973413.woff2) format("woff2"), url(../fonts/NHaasGroteskDSPro-75Bd.bb2e11.woff) format("woff"), url(../fonts/NHaasGroteskDSPro-75Bd.47a0eb.ttf) format("truetype"), url(../fonts/NHaasGroteskDSPro-75Bd.e5f53e.svg#NHaasGroteskDSPro-75Bd) format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Rcklss';
  src: url(../fonts/RecklessNeue-Medium.d994f9.woff2) format("woff2"), url(../fonts/RecklessNeue-Medium.300139.woff) format("woff"), url(../fonts/RecklessNeue-Medium.fc1014.ttf) format("truetype"), url(../fonts/RecklessNeue-Medium.caa60b.svg#RecklessNeue-Medium) format("svg");
  font-weight: normal;
  font-style: normal; }

/* Base content */
body {
  background-color: #000;
  color: #fff;
  font-family: 'NHaasGDs', Helvetica, Arial, sans-serif; }

header {
  width: 100%;
  padding: 0 60px;
  margin-top: 60px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center; }

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 60px;
  margin-bottom: 60px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center; }

a {
  color: inherit; }

/* Mixins, helpers and functions */
/**
 * Helper mixins
*/
/* Components */
.c-button {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 60px;
  font-family: 'NHaasGDs', Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1em;
  text-transform: uppercase;
  margin-left: -125px;
  margin-top: -30px;
  border: none;
  padding: 10px;
  text-decoration: none;
  background: yellow;
  color: #000;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none; }
  .c-button:hover, .c-button:focus {
    background: #b3b300; }
  .c-button:focus {
    outline: 1px solid #fff;
    outline-offset: -4px; }

.js-hide {
  visibility: hidden; }

.c-kilbi-logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .c-kilbi-logo img {
    height: 75vh;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.u-flex-box {
  -webkit-box-flex: 1;
          flex: 1; }
  .u-flex-box:first-child {
    text-align: left; }
  .u-flex-box:last-child {
    text-align: right; }

.c-box {
  display: inline-block;
  font-family: 'NHaasGDs', Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1em;
  text-transform: uppercase;
  padding: 5px;
  background-color: #fff;
  color: #000;
  cursor: pointer; }

.c-box--invert {
  background-color: red;
  color: #fff; }

.c-heading__main {
  text-align: center;
  font-size: 2.5em;
  font-family: 'NHaasGDs', Helvetica, Arial, sans-serif; }
  .c-heading__main span {
    font-family: 'Rcklss', 'Times New Roman', Times, serif; }

.c-text {
  font-size: 4.5em;
  line-height: 1em;
  text-align: center;
  width: 90vw;
  padding: 0;
  margin: 1em auto; }
  .c-text a {
    font-family: 'Rcklss', 'Times New Roman', Times, serif;
    text-decoration: underline;
    color: #fff; }
  .c-text img {
    display: inline-block;
    margin-top: 20px;
    width: 3em; }

/* Vendor */
/* Browser specific styles */
/**
 * Dirty hacks, yes internet explorer, we are looking at you
*/
#yt-wrap {
  position: fixed;
  left: 0;
  z-index: -99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none; }

#yt-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  pointer-events: none; }

.u-preloader {
  -webkit-box-align: center;
          align-items: center;
  background: black;
  display: -webkit-box;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
          justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  width: 100%;
  z-index: 9999999;
  opacity: 1; }

.u-preloader--loaded {
  opacity: 0;
  pointer-events: none; }

