/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    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);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-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;
}

/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@font-face {
    font-display: block;
    font-family: 'AktivGrotesk';
    src: url('/static/font/AktivGrotesk_WCorp_Rg.eot?68f50c1a9dd2');
    src: url('/static/font/AktivGrotesk_WCorp_Rg.eot?&68f50c1a9dd2#iefix') format('embedded-opentype'),
        url('/static/font/AktivGrotesk_WCorp_Rg.woff2?68f50c1a9dd2') format('woff2'),
        url('/static/font/AktivGrotesk_WCorp_Rg.woff?68f50c1a9dd2') format('woff');
    font-weight: 400;
    font-style: normal;
}

/*@font-face {
    font-family: 'PlakCom-BlackCondensed';
    src: url('/static/font/374EB6_0_0.eot?68f50c1a9dd2');
    src: url('/static/font/374EB6_0_0.eot?&68f50c1a9dd2#iefix') format('embedded-opentype'),
        url('/static/font/374EB6_0_0.woff2?68f50c1a9dd2') format('woff2'),
        url('/static/font/374EB6_0_0.woff?68f50c1a9dd2') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'PlakCom-BlackCondensed';
    src: url('/static/font/374EB6_0_0.eot?68f50c1a9dd2');
    src: url('/static/font/374EB6_0_0.eot?&68f50c1a9dd2#iefix') format('embedded-opentype'),
        url('/static/font/374EB6_0_0.woff2?68f50c1a9dd2') format('woff2'),
        url('/static/font/374EB6_0_0.woff?68f50c1a9dd2') format('woff');
    font-weight: 700;
    font-style: normal;
}*/

@font-face {
    font-display: block;
    font-family: 'PlakCom-BlackCondensed';
    src: url('/static/font/374EB6_0_0.woff?68f50c1a9dd2') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-display: block;
    font-family: 'PlakCom-BlackCondensed';
    src: url('/static/font/374EB6_0_0.woff?68f50c1a9dd2') format('woff');
    font-weight: 700;
    font-style: normal;
}

html {
    color: #2D2D2D;
    font: 18px/1.7em 'AktivGrotesk', sans-serif;
    letter-spacing: 0.2px;
    overflow-x: hidden;
}

@media only screen and (max-width: 2543px) { /* < 2560 */
    html {
        font-size: 16px;
        line-height: 1.7em;
    }
}

@media only screen and (max-width: 1903px) { /* < 1920 */
    html {
        font-size: 14px;
        line-height: 1.7em;
    }
}

@media only screen and (max-width: 1583px) { /* < 1600 */
}

@media only screen and (max-width: 1423px) { /* < 1440 */
}

@media only screen and (max-width: 1263px) { /* < 1280 */
}

@media only screen and (max-width: 1007px) { /* < 1024 */
}

@media only screen and (max-width: 959px) { /* < 960 */
}

@media only screen and (max-width: 839px) { /* < 840 */
}

@media only screen and (max-width: 719px) { /* < 720 */
}

@media only screen and (max-width: 599px) { /* < 600 */
}

@media only screen and (max-width: 479px) { /* < 480 */
}

@media only screen and (max-width: 399px) { /* < 400 */
}

@media only screen and (max-width: 359px) { /* < 360 */
}

h1 {
    font: 130px/0.9em 'PlakCom-BlackCondensed', sans-serif;
    letter-spacing: 1px;
    margin: 0 0 32px 0;
    text-transform: uppercase;
}

h2 {
    font: 115px/0.9em 'PlakCom-BlackCondensed', sans-serif;
    letter-spacing: 1px;
    margin: 0 0 32px 0;
    text-transform: uppercase;
}

h3 {
    font: 90px/0.9em 'PlakCom-BlackCondensed', sans-serif;
    letter-spacing: 1px;
    margin: 0 0 32px 0;
    text-transform: uppercase;
}

h4 {
    font: 75px/0.9em 'PlakCom-BlackCondensed', sans-serif;
    letter-spacing: 1px;
    margin: 0 0 32px 0;
    text-transform: uppercase;
}

h5 {
    font-size: 40px;
    font-weight: normal;
    line-height: 1.5em;
    margin: 0 0 32px 0;
}

h6 {
    display: inline-block;
    font-size: inherit;
    font-weight: normal;
    line-height: 1.5em;
    margin: 0 0 16px 0;
    position: relative;
}

h6:after {
    border-top: 3px solid;
    bottom: -5px;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
}

.display-5 {
    font-size: 150px;
    line-height: 0.9em;
}

.display-4 {
    font-size: 130px;
    line-height: 0.9em;
}

.display-3 {
    font-size: 115px;
    line-height: 0.9em;
}

.display-2 {
    font-size: 90px;
    line-height: 0.9em;
}

.display-1 {
    font-size: 75px;
    line-height: 0.9em;
}

.headline {
    font-size: 40px;
    line-height: 1.5em;
}

.title {
    font-size: 26px;
    line-height: 1.5em;
}

.body-2 {
    font-size: 22px;
    line-height: 1.6em;
}

.caption {
    font-size: 16px;
    line-height: 1.6em;
}

@media only screen and (max-width: 2543px) {
    h1 {
        font-size: 115px;
        line-height: 0.9em;
    }

    h2 {
        font-size: 90px;
        line-height: 0.9em;
    }

    h3 {
        font-size: 75px;
        line-height: 0.9em;
    }

    h4 {
        font-size: 40px;
        line-height: 0.95em;
    }

    h5 {
        font-size: 26px;
        line-height: 1.5em;
    }
    
    .display-5 {
        font-size: 130px;
        line-height: 0.9em;
    }
    
    .display-4 {
        font-size: 115px;
        line-height: 0.9em;
    }

    .display-3 {
        font-size: 90px;
        line-height: 0.9em;
    }

    .display-2 {
        font-size: 75px;
        line-height: 0.9em;
    }

    .display-1 {
        font-size: 40px;
        line-height: 0.95em;
    }

    .headline {
        font-size: 26px;
        line-height: 1.5em;
    }

    .title {
        font-size: 22px;
        line-height: 1.6em;
    }

    .body-2 {
        font-size: 18px;
        line-height: 1.6em;
    }

    .caption {
        font-size: 14px;
        line-height: 1.6em;
    }
}

@media only screen and (max-width: 1903px) {
    h1 {
        font-size: 90px;
        line-height: 0.9em;
    }

    h2 {
        font-size: 75px;
        line-height: 0.9em;
    }

    h3 {
        font-size: 40px;
        line-height: 0.95em;
    }

    h4 {
        font-size: 26px;
        line-height: 0.95em;
    }

    h5 {
        font-size: 22px;
        line-height: 1.5em;
    }
    
    .display-5 {
        font-size: 120px;
        line-height: 0.9em;
    }
    
    .display-4 {
        font-size: 90px;
        line-height: 0.9em;
    }

    .display-3 {
        font-size: 75px;
        line-height: 0.9em;
    }

    .display-2 {
        font-size: 40px;
        line-height: 0.95em;
    }

    .display-1 {
        font-size: 26px;
        line-height: 0.95em;
    }

    .headline {
        font-size: 22px;
        line-height: 1.5em;
    }
    
    .title {
        font-size: 18px;
        line-height: 1.6em;
    }
    
    .body-2 {
        font-size: 16px;
        line-height: 1.6em;
    }
    
    .caption {
        font-size: 12px;
        line-height: 1.6em;
    }
}

@media only screen and (max-width: 1007px) {
    h1 {
        font-size: 75px;
        line-height: 0.9em;
    }

    h2 {
        font-size: 40px;
        line-height: 0.95em;
    }

    h3 {
        font-size: 26px;
        line-height: 0.95em;
    }

    h4 {
        font-size: 22px;
        line-height: 0.95em;
    }
    
    h5 {
        font-size: 18px;
        line-height: 1.5em;
    }
    
    .display-5 {
        font-size: 75px;
        line-height: 0.9em;
    }
    
    .display-4 {
        font-size: 75px;
        line-height: 0.9em;
    }

    .display-3 {
        font-size: 40px;
        line-height: 0.95em;
    }

    .display-2 {
        font-size: 26px;
        line-height: 0.95em;
    }

    .display-1 {
        font-size: 22px;
        line-height: 0.95em;
    }
    
    .headline {
        font-size: 18px;
        line-height: 1.5em;
    }
    
    .title {
        font-size: 16px;
        line-height: 1.6em;
    }
}

img {
    height: auto !important;
    max-width: 100%;
}

p {
    margin: 0 0 32px 0;
}

a {
    color: inherit;
    text-decoration: none;
}

a:focus {
    outline: none;
}

.clear {
    clear: both;
}

.font-family-1 {
    font-family: 'AktivGrotesk', sans-serif;
    letter-spacing: 0.2px;
}

.font-family-2 {
    font-family: 'PlakCom-BlackCondensed', sans-serif;
    letter-spacing: 1px;
}

.color-2 {
    color: #EC4153;
}

.color-3 {
    color: #0F37B8;
}

/* richtext */
.style-1 .richtext a {
    color: #EC4153;
}

.style-1 .richtext a:hover {
    color: #ACACAC;
}

.style-2 .richtext a {
    color: #0F37B8;
}

.style-2 .richtext a:hover {
    color: #ACACAC;
}

.richtext ul {
    list-style-image: url(/static/img/arrow-right.svg?0f62007666cc);
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

.richtext li {
    margin: 0 0 32px 0;
}

/* richtext-2 */
.richtext-2 p {
    margin: 0 0 12px 0;
}

/* responsive-object */
.responsive-object {
    position: relative;
}

.responsive-object iframe,
.responsive-object object,
.responsive-object embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* form */
::-webkit-input-placeholder {
    color: inherit;
}

:-moz-placeholder {
    color: inherit;
    opacity: 1;
}

::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
}

/* form-style-1 */
.form-style-1 .form-text {
    background: #2D2D2D;
    border: none;
    box-sizing: border-box;
    color: #FFF;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 16px 24px;
    width: 100%;
}

.form-style-1 .form-text:focus {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.form-style-1 button {
    -webkit-transition: background-color 250ms;
    transition: background-color 250ms;
    
    background: none;
    border: 4px solid #2D2D2D;
    border-radius: 50% 50%;
    box-sizing: border-box;
    height: 56px;
    position: relative;
    width: 56px;
}

.form-style-1 button:hover {
    background: #2D2D2D;
}

.form-style-1 button svg {
    left: 50%;
    margin: -6px 0 0 -12px;
    position: absolute;
    top: 50%;
}

.form-style-1 button polygon,
.form-style-1 button rect {
    -webkit-transition: fill 250ms;
    transition: fill 250ms;
}

.form-style-1 button:hover polygon,
.form-style-1 button:hover rect {
    fill: #FFF;
}

/* form-style-2 */
.form-style-2 label {
    display: inline-block;
    margin: 0 8px 8px 0;
}

.form-style-2 input[type="email"],
.form-style-2 input[type="number"],
.form-style-2 input[type="url"],
.form-style-2 input[type="text"],
.form-style-2 select,
.form-style-2 textarea {
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 16px 24px;
    width: 100%;
}

.form-style-2 .helptext {
    display: block;
    font-size: 12px;
    line-height: 1.5em;
    margin: 8px 0 0 0;
}

.form-style-2 input[type="submit"] {
    background: #0F37B8;
    border: none;
    color: #FFF;
    padding: 12px 24px;
    text-transform: uppercase;
}

/* layout */
.container {
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 80px;
}

@media only screen and (max-width: 1007px) {
    .container {
        padding: 0 10px;
    }
}

.container-2 {
    margin: 0 auto;
    max-width: 1460px;
    padding: 0 70px;
}

@media only screen and (max-width: 1007px) {
    .container-2 {
        padding: 0;
    }
}

.col {
    float: left;
    min-height: 2px;
}

.col-1 {
    width: 8.333333333333333%;
}

.col-2 {
    width: 16.666666666666666%;
}

.col-3 {
    width: 25%
}

.col-4 {
    width: 33.333333333333333%
}

.col-5 {
    width: 41.666666666666666%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.333333333333333%;
}

.col-8 {
    width: 66.666666666666%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.333333333333333%;
}

.col-11 {
    width: 91.666666666666666%;
}

.col-12 {
    width: 100%;
}

.gutter-12 {
    padding: 0 10px;
}

.gutter-24 {
    padding: 0 20px;
}

.margin-128 {
    margin: 0 0 128px 0;
    min-height: 1px;
}

.margin-64 {
    margin: 0 0 64px 0;
    min-height: 1px;
}

.margin-32 {
    margin: 0 0 32px 0;
    min-height: 1px;
}

.margin-24 {
    margin: 0 0 24px 0;
    min-height: 1px;
}

.margin-16 {
    margin: 0 0 16px 0;
    min-height: 1px;
}

.margin-10 {
    margin: 0 0 10px 0;
    min-height: 1px;
}

.margin-0 {
    margin: 0;
    min-height: 0;
}

@media only screen and (max-width: 1263px) {
    .col-1-1280 {
        width: 8.333333333333333%;
    }

    .col-2-1280 {
        width: 16.666666666666666%;
    }

    .col-3-1280 {
        width: 25%
    }

    .col-4-1280 {
        width: 33.333333333333333%
    }

    .col-5-1280 {
        width: 41.666666666666666%;
    }

    .col-6-1280 {
        width: 50%;
    }

    .col-7-1280 {
        width: 58.333333333333333%;
    }

    .col-8-1280 {
        width: 66.666666666666%;
    }

    .col-9-1280 {
        width: 75%;
    }

    .col-10-1280 {
        width: 83.333333333333333%;
    }

    .col-11-1280 {
        width: 91.666666666666666%;
    }

    .col-12-1280 {
        width: 100%;
    }
    
    .margin-128-1280 {
        margin: 0 0 128px 0;
        min-height: 1px;
    }

    .margin-64-1280 {
        margin: 0 0 64px 0;
        min-height: 1px;
    }

    .margin-32-1280 {
        margin: 0 0 32px 0;
        min-height: 1px;
    }

    .margin-24-1280 {
        margin: 0 0 24px 0;
        min-height: 1px;
    }

    .margin-16-1280 {
        margin: 0 0 16px 0;
        min-height: 1px;
    }

    .margin-10-1280 {
        margin: 0 0 10px 0;
        min-height: 1px;
    }
    
    .margin-0-1280 {
        margin: 0;
        min-height: 0;
    }
}

@media only screen and (max-width: 1007px) {
    .col-1-1024 {
        width: 8.333333333333333%;
    }

    .col-2-1024 {
        width: 16.666666666666666%;
    }

    .col-3-1024 {
        width: 25%
    }

    .col-4-1024 {
        width: 33.333333333333333%
    }

    .col-5-1024 {
        width: 41.666666666666666%;
    }

    .col-6-1024 {
        width: 50%;
    }

    .col-7-1024 {
        width: 58.333333333333333%;
    }

    .col-8-1024 {
        width: 66.666666666666%;
    }

    .col-9-1024 {
        width: 75%;
    }

    .col-10-1024 {
        width: 83.333333333333333%;
    }

    .col-11-1024 {
        width: 91.666666666666666%;
    }

    .col-12-1024 {
        width: 100%;
    }
    
    .margin-128-1024 {
        margin: 0 0 128px 0;
        min-height: 1px;
    }

    .margin-64-1024 {
        margin: 0 0 64px 0;
        min-height: 1px;
    }

    .margin-32-1024 {
        margin: 0 0 32px 0;
        min-height: 1px;
    }

    .margin-24-1024 {
        margin: 0 0 24px 0;
        min-height: 1px;
    }

    .margin-16-1024 {
        margin: 0 0 16px 0;
        min-height: 1px;
    }

    .margin-10-1024 {
        margin: 0 0 10px 0;
        min-height: 1px;
    }
    
    .margin-0-1024 {
        margin: 0;
        min-height: 0;
    }
}

@media only screen and (max-width: 719px) {
    .col-1-720 {
        width: 8.333333333333333%;
    }

    .col-2-720 {
        width: 16.666666666666666%;
    }

    .col-3-720 {
        width: 25%
    }

    .col-4-720 {
        width: 33.333333333333333%
    }

    .col-5-720 {
        width: 41.666666666666666%;
    }

    .col-6-720 {
        width: 50%;
    }

    .col-7-720 {
        width: 58.333333333333333%;
    }

    .col-8-720 {
        width: 66.666666666666%;
    }

    .col-9-720 {
        width: 75%;
    }

    .col-10-720 {
        width: 83.333333333333333%;
    }

    .col-11-720 {
        width: 91.666666666666666%;
    }

    .col-12-720 {
        width: 100%;
    }
    
    .margin-128-720 {
        margin: 0 0 128px 0;
        min-height: 1px;
    }

    .margin-64-720 {
        margin: 0 0 64px 0;
        min-height: 1px;
    }

    .margin-32-720 {
        margin: 0 0 32px 0;
        min-height: 1px;
    }

    .margin-24-720 {
        margin: 0 0 24px 0;
        min-height: 1px;
    }

    .margin-16-720 {
        margin: 0 0 16px 0;
        min-height: 1px;
    }

    .margin-10-720 {
        margin: 0 0 10px 0;
        min-height: 1px;
    }
    
    .margin-0-720 {
        margin: 0;
        min-height: 0;
    }
}

@media only screen and (max-width: 479px) {
    .col-1-480 {
        width: 8.333333333333333%;
    }

    .col-2-480 {
        width: 16.666666666666666%;
    }

    .col-3-480 {
        width: 25%
    }

    .col-4-480 {
        width: 33.333333333333333%
    }

    .col-5-480 {
        width: 41.666666666666666%;
    }

    .col-6-480 {
        width: 50%;
    }

    .col-7-480 {
        width: 58.333333333333333%;
    }

    .col-8-480 {
        width: 66.666666666666%;
    }

    .col-9-480 {
        width: 75%;
    }

    .col-10-480 {
        width: 83.333333333333333%;
    }

    .col-11-480 {
        width: 91.666666666666666%;
    }

    .col-12-480 {
        width: 100%;
    }
    
    .margin-128-480 {
        margin: 0 0 128px 0;
        min-height: 1px;
    }

    .margin-64-480 {
        margin: 0 0 64px 0;
        min-height: 1px;
    }

    .margin-32-480 {
        margin: 0 0 32px 0;
        min-height: 1px;
    }

    .margin-24-480 {
        margin: 0 0 24px 0;
        min-height: 1px;
    }

    .margin-16-480 {
        margin: 0 0 16px 0;
        min-height: 1px;
    }

    .margin-10-480 {
        margin: 0 0 10px 0;
        min-height: 1px;
    }
    
    .margin-0-480 {
        margin: 0;
        min-height: 0;
    }
}

/* table */
.table {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
}

.table-cell.top {
    vertical-align: top;
}

.table-cell.middle {
    vertical-align: middle;
}

.table-cell.bottom {
    vertical-align: bottom;
}

/* anchor */
.anchor {
    position: relative;
    top: -88px;
}

html.has-banner .anchor {
    top: -152px;
}

@media only screen and (max-width: 1263px) {
    .anchor {
        top: -60px;
    }
    
    html.has-banner .anchor {
        top: -124px;
    }
}

/* banner */
.banner-holder {
    height: 64px;
}

.banner {
    background: #FFF;
    box-sizing: border-box;
    display: block;
    font-size: 22px;
    height: 64px;
    left: 0;
    line-height: 64px;
    overflow: hidden;
    padding: 0 12px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 6;
}

@media only screen and (max-width: 2543px) {
    .banner {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1903px) {
    .banner {
        font-size: 16px;
    }
}

.banner span {
    display: inline-block;
    position: relative;
}

.banner span:before {
    background: url(/static/img/arrow-right-13.svg?0f62007666cc) repeat-x 100% 50%;
    content: "";
    display: block;
    height: 64px;
    position: absolute;
    right: 100%;
    top: 0;
    width: 50vw;
}

.banner span:after {
    background: url(/static/img/arrow-left-13.svg?0f62007666cc) repeat-x 0 50%;
    content: "";
    display: block;
    height: 64px;
    position: absolute;
    left: 100%;
    top: 0;
    width: 50vw;
}

/* header */
.header-holder {
    height: 88px;
}

@media only screen and (max-width: 1007px) {
    .header-holder {
        height: 60px;
    }
}

.header-panel {
    -webkit-transition: background-color 250ms, color 250ms;
    transition: background-color 250ms, color 250ms;
    
    background: #FFF;
    border-bottom: 1px solid #E1E1E1;
    box-sizing: border-box;
    color: #2D2D2D;
    height: 88px;
    left: 0;
    padding: 0 32px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
}

@media only screen and (max-width: 1007px) {
    .header-panel {
        height: 60px;
        padding: 0 20px;
    }
}

html.header-open .header-panel,
.header.active .header-panel {
    background: #0F37B8;
    border-color: transparent;
    color: #FFF;
}

html.has-banner .header-panel {
    top: 64px;
}

.header-panel-2 {
    background: #0F37B8;
    color: #FFF;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 4;
}

.header-panel-2-panel {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    overflow: auto;
    padding: 60px 0 0 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

html.has-banner .header-panel-2-panel {
    padding: 124px 0 0 0;
}

.header-panel-2-panel-2 {
    bottom: 32px;
    left: 32px;
    position: absolute;
    z-index: 2;
}

.header-panel-2-panel-3 {
    bottom: 32px;
    position: absolute;
    right: 32px;
    width: 8.333333333333333%;
    z-index: 2;
}

@media only screen and (max-width: 1007px) {
   .header-panel-2-panel-3 {
       display: none;
   }
}

.header-panel-2-panel-3 img {
    width: 100% !important;
}

/* logo */
.logo {
    float: left;
    margin: 32px 0 0 0;
}

@media only screen and (max-width: 1007px) {
    .logo {
        margin: 18px 0 0 0;
    }
}

@media only screen and (max-width: 1007px) {
    .logo svg {
        height: 18px !important;
        width: 77px !important;
    }
}

.logo path {
    -webkit-transition: fill 250ms;
    transition: fill 250ms;
}

html.header-open .logo path,
.header.active .logo path {
    fill: #FFF;
}

/* header-button */
.header-button {
    float: right;
    font-size: 20px;
    line-height: 40px;
    margin: 24px 0 0 0;
    padding: 0 35px 0 0;
    position: relative;
    text-decoration: none;
}

@media only screen and (max-width: 2543px) {
    .header-button {
        font-size: 18px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 1903px) {
    .header-button {
        font-size: 16px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 1007px) {
    .header-button {
        font-size: 14px;
        line-height: 20px;
        margin: 20px 0 0 0;
    }
}

.header-button svg {
    -webkit-transition: right 250ms;
    transition: right 250ms;
    
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    
    position: absolute;
    right: 0;
    top: 50%;
}

.header-button:hover svg {
    right: 8px;
}

.header-button polygon {
    -webkit-transition: fill 250ms;
    transition: fill 250ms;
}

html.header-open .header-button polygon,
.header.active .header-button polygon {
    fill: #FFF;
}

/* main-menu */
.main-menu {
    color: #FFF;
    float: right;
    font-size: 20px;
    line-height: 40px;
    list-style: none;
    margin: 24px 30px 0 0;
    padding: 0;
    text-transform: uppercase;
}

@media only screen and (max-width: 2543px) {
    .main-menu {
        font-size: 18px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 1903px) {
    .main-menu {
        font-size: 16px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 1007px) {
    .main-menu {
        display: none;
    }
}

html.header-open .main-menu a,
.header.active .main-menu a {
    color: #0F37B8;
}

.main-menu li {
    float: left;
    margin: 0 20px 0 0;
}

.main-menu li:last-child {
    margin: 0;
}

.main-menu a {
    -webkit-transition: background-color 250ms, color 250ms;
    transition: background-color 250ms, color 250ms;
    
    background: #0F37B8;
    display: block;
    padding: 0 12px;
}

html.header-open .main-menu a,
.header.active .main-menu a {
    background: #FFF;
}

.main-menu span {
    position: relative;
}

.main-menu span:after {
    -webkit-transition: border-color 250ms, opacity 250ms;
    transition: border-color 250ms, opacity 250ms;
    
    border-top: 3px solid;
    bottom: -5px;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
}

.main-menu a:hover span:after {
    opacity: 1;
}

/* social */
.social {
    float: right;
    line-height: 40px;
    list-style: none;
    margin: 24px 30px 0 0;
    padding: 0;
}

@media only screen and (max-width: 1007px) {
    .social {
        display: none;
    }
}

.social li {
    float: left;
    margin: 0 24px 0 0;
}

.social li:last-child {
    margin: 0;
}

.social path {
    -webkit-transition: fill 250ms;
    transition: fill 250ms;
}

html.header-open .social path,
.header.active .social path {
    fill: #FFF;
}

/* main-menu-2 */
.main-menu-2 {
    float: right;
    font-size: 20px;
    line-height: 40px;
    list-style: none;
    margin: 24px 30px 0 0;
    padding: 0;
}

@media only screen and (max-width: 2543px) {
    .main-menu-2 {
        font-size: 18px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 1903px) {
    .main-menu-2 {
        font-size: 16px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 1007px) {
    .main-menu-2 {
        display: none;
    }
}

.main-menu-2 li {
    float: left;
    margin: 0 24px 0 0;
    position: relative;
}

.main-menu-2 li:last-child {
    margin: 0;
}

.main-menu-2 a {
    position: relative;
}

.main-menu-2 a:after {
    -webkit-transition: border-color 250ms, opacity 250ms;
    transition: border-color 250ms, opacity 250ms;
    
    border-top: 3px solid;
    bottom: -5px;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
}

.main-menu-2 a:hover:after {
    opacity: 1;
}

.main-menu-2 .submenu {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    
    background: #FFF;
    border: 4px solid #2D2D2D;
    box-sizing: border-box;
    display: none;
    left: 50%;
    line-height: 1.5em;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 100%;
    width: 120px;
}

html.header-open .main-menu-2 .submenu,
.header.active .main-menu-2 .submenu {
    background: #0F37B8;
    border-color: #FFF;
}

.main-menu-2 li:hover .submenu {
    display: block;
}

.main-menu-2 .submenu svg {
    left: 50%;
    margin: 0 0 0 -10px;
    position: absolute;
    top: -11px;
    z-index: 1;
}

html.header-open .main-menu-2 .submenu polygon,
.header.active .main-menu-2 .submenu polygon {
    fill: #FFF;
}

.main-menu-2 .submenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
  
}

.main-menu-2 .submenu li {
    border-bottom: 1px solid #2D2D2D;
    float: none;
    margin: 0;
}

html.header-open .main-menu-2 .submenu li,
.header.active .main-menu-2 .submenu li {
    border-color: #FFF;
}

.main-menu-2 .submenu li:last-child {
    border-bottom: none;
}

.main-menu-2 .submenu a {
    -webkit-transition: background-color 250ms, color 250ms;
    transition: background-color 250ms, color 250ms;
    
    display: block;
    padding: 12px 32px;
    text-decoration: none;
}

.main-menu-2 .submenu a:hover {
    background: #2D2D2D;
    color: #FFF;
}

html.header-open .main-menu-2 .submenu a:hover,
.header.active .main-menu-2 .submenu a:hover {
    background: #FFF;
    color: #0F37B8;
}

.main-menu-2 .submenu a:after {
    display: none;
}

/* main-menu-3 */
.main-menu-3 {
    font: 5vw/0.75em 'PlakCom-BlackCondensed', sans-serif;
    letter-spacing: 1px;
    list-style: none;
    margin: 2vw 0 0 32px;
    padding: 0;
    text-transform: uppercase;
    width: 83.333333333333333%;
}

@media only screen and (max-width: 1007px) {
    .main-menu-3 {
        display: none;
    }
}

.main-menu-3 li {
    -webkit-transition: left 500ms, opacity 500ms;
    transition: left 500ms, opacity 500ms;
    
    -webkit-transition-delay: 250ms;
    transition-delay: 250ms;
    
    float: left;
    left: 8vw;
    margin: 0 2vw 2vw 0;
    position: relative;
    opacity: 0;
}

html.header-open .main-menu-3 li {
    left: 0;
    opacity: 1;
}

.main-menu-3 a {
    border-style: solid;
    border-width: 0.625vw;
    float: left;
    padding: 0.75vw;
    position: relative;
}

.main-menu-3 a:after {
    background: #0F37B8 url(/static/img/arrow-right-3.svg?6ba58d6fa3b4) no-repeat 100% 50%;
    background-size: auto 100%;
    border: 0.625vw solid #0F37B8;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.main-menu-3 a:hover:after {
    opacity: 1;
}

/* mobile-menu */
.mobile-menu {
    display: none;
    list-style: none;
    margin: 20px;
    padding: 0;
}

@media only screen and (max-width: 1007px) {
    .mobile-menu {
        display: block;
    }
}

.mobile-menu li {
    margin: 0 0 10px 0;
}

.mobile-menu li.divider {
    border-bottom: 1px solid #FFF;
    margin: 0 0 15px 0;
}

/* main-menu-4 */
.main-menu-4 {
    font-size: 14px;
    line-height: 1.2em;
    list-style: none;
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 1007px) {
    .main-menu-4 {
        display: none;
    }
}

.main-menu-4 li {
    float: left;
    margin: 0 24px 0 0;
}

.main-menu-4 li:last-child {
    margin: 0;
}

.main-menu-4 a {
    -webkit-transition: opacity 250ms;
    transition: opacity 250ms;
}

.main-menu-4 a:hover {
    opacity: 0.5;
}

/* footer */
.footer {
    background: #2D2D2D;
    color: #FFF;
    padding: 32px 0 1px 0;
}

/* footer-menu */
.footer-menu {
    font-size: 14px;
    line-height: 1.5em;
    list-style: none;
    margin: 16px 0;
    padding: 0;
}

@media only screen and (max-width: 719px) {
    .footer-menu {
        margin: 0 0 16px 0;
    }
}

.footer-menu li {
    float: left;
    margin: 0 24px 16px 0;
}

@media only screen and (max-width: 719px) {
    .footer-menu li {
        margin: 0 16px 16px 0;
    }
}

.footer-menu li:last-child {
    margin: 0 0 16px 0;
}

@media only screen and (max-width: 719px) {
    .footer-menu li:last-child {
        margin: 0 0 16px 0;
    }
}

.footer-menu a {
    -webkit-transition: opacity 250ms;
    transition: opacity 250ms;
}

.footer-menu a:hover {
    opacity: 0.5;
}

/* footer-social */
.footer-social {
    float: right;
    font-family: 'PlakCom-BlackCondensed', sans-serif;
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 1em;
    list-style: none;
    margin: 0 0 16px 0;
    padding: 0;
    text-transform: uppercase;
}

@media only screen and (max-width: 1903px) {
    .footer-social {
        font-size: 26px;
        line-height: 1em;
    }
}

@media only screen and (max-width: 719px) {
    .footer-social {
        float: none;
        margin: 0 0 32px 0;
    }
}

.footer-social li {
    float: left;
    margin: 0 12px 16px 0;
}

@media only screen and (max-width: 719px) {
    .footer-social li {
        float: none;
        margin: 0 0 16px 0;
    }
}

.footer-social li:last-child {
    margin: 0 0 16px 0;
}

.footer-social a {
    border: 4px solid #FFF;
    display: block;
    padding: 8px;
    position: relative;
}

.footer-social a:after {
    background: #2D2D2D url(/static/img/arrow-right-3.svg?6ba58d6fa3b4) no-repeat 100% 50%;
    background-size: auto 100%;
    border: 8px solid #2D2D2D;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

@media only screen and (max-width: 719px) {
    .footer-social a:after {
        display: none;
    }
}

.footer-social a:hover:after {
    opacity: 1;
}

/* teaser */
.teaser {
    color: #FFF;
    display: block;
    padding: 41.66666% 0 0 0;
    position: relative;
}

@media only screen and (max-width: 719px) {
    .teaser {
        margin: 0 0 20px 0;
        padding: 100% 0 0 0;
    }
}

.teaser-panel {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    text-decoration: none;
    top: 0;
    width: 100%;
    z-index: 1;
}

.teaser-panel-2 {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

@media only screen and (max-width: 719px) {
    .teaser-panel-2 {
        display: none;
    }
}

.teaser-panel-2 video {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.teaser-panel-3 {
    background: rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    height: 100%;
    left: 0;
    padding: 40px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}

@media only screen and (max-width: 719px) {
    .teaser-panel-3 {
        padding: 20px;
    }
}

.teaser-button {
    position: relative;
}

.teaser-button:after {
    -webkit-transition: right 250ms;
    transition: right 250ms;
    
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    
    background: url(/static/img/arrow-right-2.svg?0f62007666cc) no-repeat;
    content: "";
    display: block;
    height: 13px;
    position: absolute;
    right: -31px;
    top: 50%;
    width: 23px;
}

.teaser:hover .teaser-button:after {
    right: -39px;
}

/* teaser-2 */
.teaser-2 {
    background: #FFF;
    border: 6px solid;
    margin: 0 0 32px 0;
    padding: 24px 24px 1px 24px;
}

/* teaser-3 */
.teaser-3 {
    color: #FFF;
    display: block;
    margin: 0 0 32px 0;
    padding: 70% 0 0 0;
    position: relative;
    text-decoration: none;
}

@media only screen and (max-width: 719px) {
    .teaser-3 {
        padding: 100% 0 0 0;
    }
}

.teaser-3-style-1 {
    background: #EC4153;
}

.teaser-3-panel {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.teaser-3-panel-2 {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    padding: 40px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}

@media only screen and (max-width: 719px) {
    .teaser-3-panel-2 {
        padding: 24px;
    }
}

.teaser-3-button {
    position: relative;
}

.teaser-3-button:after {
    -webkit-transition: right 250ms;
    transition: right 250ms;
    
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    
    background: url(/static/img/arrow-right-2.svg?0f62007666cc) no-repeat;
    content: "";
    display: block;
    height: 13px;
    position: absolute;
    right: -31px;
    top: 50%;
    width: 23px;
}

.teaser-3:hover .teaser-3-button:after {
    right: -39px;
}

/* teaser-7 */
.teaser-7 {
    border-left: 6px solid #2D2D2D;
    display: block;
    margin: 0 0 32px 0;
    min-height: 180px;
    padding: 0 0 0 32px;
}

@media only screen and (max-width: 719px) {
    .teaser-7 {
        border-left: none;
        border-top: 6px solid #2D2D2D;
        min-height: 0;
        padding: 32px 0 0 0;
    }
}

.teaser-7-button {
    position: relative;
}

.teaser-7-button:after {
    -webkit-transition: right 250ms;
    transition: right 250ms;
    
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    
    background: url(/static/img/arrow-right.svg?0f62007666cc) no-repeat;
    content: "";
    display: block;
    height: 13px;
    position: absolute;
    right: -31px;
    top: 50%;
    width: 23px;
}

.teaser-7:hover .teaser-7-button:after {
    right: -39px;
}

/* teaser-8 */
.teaser-8 {
    color: #FFF;
    display: block;
    margin: 0 4.166666666666666vw;
    padding: 50% 0 0 0;
    position: relative;
    text-decoration: none;
    width: 50vw;
}

@media only screen and (max-width: 719px) {
    .teaser-8 {
        margin: 0 0 32px 0;
        padding: 116.666666666666666% 0 0 0;
        width: auto;
    }
}

.teaser-8-panel {
    -webkit-transition: -webkit-transform 250ms, transform 250ms;
    transition: -webkit-transform 250ms, transform 250ms;
    
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.teaser-8:hover .teaser-8-panel {
    transform: scale(1.025, 1.025);
}

@media only screen and (max-width: 719px) {
    .teaser-8:hover .teaser-8-panel {
        transform: none;
    }
}

.teaser-8 video {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    width: auto;
}

@media only screen and (max-width: 719px) {
    .teaser-8 video {
        display: none;
    }
}

.teaser-8-panel-2 {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    padding: 1.5vw;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

@media only screen and (max-width: 719px) {
    .teaser-8-panel-2 {
        padding: 24px;
    }
}

.teaser-8 h2 {
    border-color: #0F37B8;
    border-style: solid;
    border-width: 0.75vw 0 0.75vw 0.75vw;
    display: inline-block;
    line-height: 0.75em;
    margin: 0 0 0.75vw 0;
    padding: 0.75vw 1.5vw 0.75vw 0.75vw;
    position: relative;
}

@media only screen and (max-width: 719px) {
    .teaser-8 h2 {
        border-width: 8px 0 8px 8px;
        padding: 8px 16px 8px 8px;
    }
}

.teaser-8 h2:before {
    background: #0F37B8;
    content: "";
    height: 41.666666666666666%;
    position: absolute;
    right: 0;
    top: -0.75vw;
    width: 0.75vw;
}

@media only screen and (max-width: 719px) {
    .teaser-8 h2:before {
        top: -8px;
        width: 8px;
    }
}

.teaser-8 h2:after {
    background: #0F37B8;
    bottom: -0.75vw;
    content: "";
    height: 41.666666666666666%;
    position: absolute;
    right: 0;
    width: 0.75vw;
}

@media only screen and (max-width: 719px) {
    .teaser-8 h2:after {
        bottom: -8px;
        width: 8px;
    }
}

.teaser-8 h3 {
    font-size: 3.75vw;
    line-height: 0.95em;
}

@media only screen and (max-width: 719px) {
    .teaser-8 h3 {
        font-size: 40px;
        line-height: 0.95em;
    }
}

@media only screen and (max-width: 719px) {
    .teaser-8 h3 br {
        display: none;
    }
}

.teaser-8 .title {
    font-size: 1.5vw;
    line-height: 1.2em;
}

@media only screen and (max-width: 719px) {
    .teaser-8 .title {
        font-size: 22px;
        line-height: 1.2em;
    }
}

/* map */
.map {
    padding: 33.333333333333333% 0 0 0;
}

@media only screen and (max-width: 719px) {
    .map {
        padding: 320px 0 0 0;
    }
}

/* section */
.section {
    padding: 64px 0 32px 0;
}

@media only screen and (max-width: 719px) {
    .section {
        padding: 32px 0 1px 0;
    }
}

/* blast */
.blast {
    opacity: 0;
}

/* teaser-4 */
.teaser-4-panel {
    margin: 0 0 10px 0;
    padding: 100% 0 0 0;
    position: relative;
}

@media only screen and (max-width: 719px) {
    .teaser-4-panel {
        padding: 0;
        position: static;
    }
}

.teaser-4-panel-panel {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    border: 4px solid #2D2D2D;
    box-sizing: border-box;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

@media only screen and (max-width: 719px) {
    .teaser-4-panel-panel {
        height: 240px;
        position: static;
    }
}

.teaser-4-panel-panel-2 {
    background: #0F37B8;
    box-sizing: border-box;
    color: #FFF;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 20px 20px 1px 20px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

@media only screen and (max-width: 719px) {
    .teaser-4-panel-panel-2 {
        background: none;
        height: auto;
        opacity: 1;
        padding: 20px 0 1px 0;
        position: static;
    }
}

.teaser-4:hover .teaser-4-panel-panel-2 {
    opacity: 1;
}

.teaser-4-panel p {
    margin: 0 0 20px 0;
}

/* teaser-5 */
.teaser-5-panel {
    margin: 0 0 12px 0;
    overflow: hidden;
    position: relative;
}

.teaser-5 .teaser-5-panel img {
    -webkit-transition: -webkit-transform 250ms, transform 250ms;
    transition: -webkit-transform 250ms, transform 250ms;
}

.teaser-5:hover .teaser-5-panel img {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.teaser-5 h2 {
    font-family: 'AktivGrotesk', sans-serif;
    letter-spacing: 0.2px;
    text-transform: none;
}

.teaser-5 h2 img {
    -webkit-transition: left 250ms;
    transition: left 250ms;
    
    left: 0;
    position: relative;
}

.teaser-5:hover h2 img {
    left: 8px;
}

/* instagram */
.instagram {
    background: #F2F2F2;
    margin: 0 0 32px 0;
    padding: 20px 20px 1px 20px;
}

.instagram-panel {
    background: #0F37B8;
    color: #FFF;
    display: block;
    margin: 0 0 20px 0;
    padding: 100% 0 0 0;
    position: relative;
}

.instagram-panel:hover {
    color: #FFF;
}

.instagram-panel img {
    -webkit-transition: left 250ms;
    transition: left 250ms;
    
    left: 0;
    position: relative;
}

.instagram-panel:hover img {
    left: 8px;
}

.instagram-panel-panel {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    padding: 20px 20px 1px 20px;
    position: absolute;
    top: 0;
    width: 100%;
}

.instagram-panel-2 {
    border: 4px solid #2D2D2D;
    display: block;
    margin: 0 0 20px 0;
}

/* header-2 */
.header-2 {
    position: relative;
}

.header-2-panel {
    background-color: #2D2D2D;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    padding: 33.333333333333333% 0 0 0;
    position: relative;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

@media only screen and (max-width: 719px) {
    .header-2-panel {
        padding: 0;
    }
}

.header-2-panel-panel {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    padding: 32px 0 1px 0;
    position: absolute;
    top: 0;
    width: 100%;
}

@media only screen and (max-width: 719px) {
    .header-2-panel-panel {
        height: auto;
        position: static;
    }
}

.header-2 h1,
.header-2 h2 {
    border-style: solid;
    border-width: 12px 0 12px 12px;
    display: inline-block;
    line-height: 0.75em;
    margin: 0 0 12px 0;
    padding: 12px 24px 12px 12px;
    position: relative;
}

@media only screen and (max-width: 719px) {
    .header-2 h1,
    .header-2 h2 {
        border-width: 8px 0 8px 8px;
        padding: 8px 16px 8px 8px;
    }
}

.style-1 .header-2 h1,
.style-1 .header-2 h2 {
    border-color: #EC4153;
}

.style-2 .header-2 h1,
.style-2 .header-2 h2 {
    border-color: #0F37B8;
}

.header-2 h1:before,
.header-2 h2:before {
    content: "";
    height: 33.333333333333333%;
    position: absolute;
    right: 0;
    top: 0;
    width: 12px;
}

@media only screen and (max-width: 719px) {
    .header-2 h1:before,
    .header-2 h2:before {
        width: 8px;
    }
}

.style-1 .header-2 h1:before,
.style-1 .header-2 h2:before {
    background: #EC4153;
}

.style-2 .header-2 h1:before,
.style-2 .header-2 h2:before {
    background: #0F37B8;
}

.header-2 h1:after,
.header-2 h2:after {
    bottom: 0;
    content: "";
    height: 33.333333333333333%;
    position: absolute;
    right: 0;
    width: 12px;
}

@media only screen and (max-width: 719px) {
    .header-2 h1:after,
    .header-2 h2:after {
        width: 8px;
    }
}

.style-1 .header-2 h1:after,
.style-1 .header-2 h2:after {
    background: #EC4153;
}

.style-2 .header-2 h1:after,
.style-2 .header-2 h2:after {
    background: #0F37B8;
}

.header-2-panel-2 {
    bottom: -64px;
    position: absolute;
    right: 64px;
    width: 74px;
}

@media only screen and (max-width: 719px) {
    .header-2-panel-2 {
        display: none;
    }
}

/* slider-2 */
.slider-2 {
    margin: 0 0 32px 0;
    position: relative;
    overflow: hidden;
}

.slider-2-slide {
    width: 50vw;
}

@media only screen and (max-width: 719px) {
    .slider-2-slide {
        box-sizing: border-box;
        padding: 0 10px;
        width: 100vw;
    }
}

.slider-2 .slick-prev,
.slider-2 .slick-next {
    box-sizing: border-box;
    cursor: pointer;
    height: 100%;
    opacity: 0;
    outline: none;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 2;
}

.slider-2 .slick-prev {
    margin: 0 524px 0 0;
    right: 50%;
}

.slider-2 .slick-next {
    left: 50%;
    margin: 0 0 0 524px;
}

.slider-2 .slick-slide .caption {
    -webkit-transition: opacity 250ms;
    transition: opacity 250ms;
    
    opacity: 0;
}

.slider-2 .slick-slide.slick-current .caption {
    opacity: 1;
}

.slider-2 .slick-dots {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
    text-align: center;
}

.slider-2 .slick-dots li {
    cursor: pointer;
    display: inline-block;
    padding: 6px;
}

.slider-2 .slick-dots button {
    -webkit-transition: -webkit-transform 250ms, transform 250ms;
    transition: -webkit-transform 250ms, transform 250ms;
    
    background: #2D2D2D;
    border: none;
    border-radius: 50% 50%;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    height: 8px;
    opacity: 0.1;
    padding: 0;
    width: 8px;
}

.slider-2 .slick-dots li:hover button {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
}

.slider-2 .slick-dots button:focus {
    outline: none;
}

.slider-2 .slick-dots li.slick-active button {
    opacity: 1;
}

/* teaser-6 */
.teaser-6 {
    margin: 0 0 20px 0;
    padding: 66.666666666666666% 0 0 0;
    position: relative;
}

@media only screen and (max-width: 719px) {
    .teaser-6 {
        margin: 0 0 48px 0;
        padding: 0;
    }
}

.teaser-6-panel {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    color: #FFF;
    height: 100%;
    left: 0;
    padding: 20px 20px 1px 20px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100%;
    z-index: 1;
}

@media only screen and (max-width: 719px) {
    .teaser-6-panel {
        height: 240px;
        margin: 0 0 20px 0;
        position: static;
    }
}

.teaser-6-panel-2 {
    background: #0F37B8;
    box-sizing: border-box;
    color: #FFF;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 20px 20px 1px 20px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

@media only screen and (max-width: 719px) {
    .teaser-6-panel-2 {
        background: none;
        color: inherit;
        height: auto;
        opacity: 1;
        padding: 0;
        position: static;
    }
}

.teaser-6:hover .teaser-6-panel-2 {
    opacity: 1;
}

.teaser-6 h3 {
    font-size: inherit;
    font-weight: bold;
    line-height: inherit;
    margin: 0 0 20px 0;
}

@media only screen and (max-width: 719px) {
    .teaser-6 h3 {
        margin: 0 0 10px 0;
    }
}

.teaser-6 p {
    margin: 0 0 20px 0;
}

/* button */
.button {
    border: 8px solid #2D2D2D;
    display: inline-block;
    font-family: 'PlakCom-BlackCondensed', sans-serif;
    letter-spacing: 1px;
    line-height: 0.75em;
    padding: 12px;
    text-transform: uppercase;
}

/* button-2 */
.button-2 {
    border: 8px solid #2D2D2D;
    display: block;
    line-height: 1.2em;
    padding: 16px;
}

.button-2 img {
    -webkit-transition: left 250ms;
    transition: left 250ms;
    
    left: 0;
    position: relative;
}

.button-2:hover img {
    left: 8px;
}

/* button-3 */
.button-3 {
    border: 10px solid #2D2D2D;
    display: block;
    font-family: 'PlakCom-BlackCondensed', sans-serif;
    letter-spacing: 1px;
    line-height: 0.75em;
    margin: 0 138px 0 0;
    padding: 16px;
    position: relative;
    text-transform: uppercase;
}

@media only screen and (max-width: 719px) {
    .button-3 {
        border-width: 8px;
        margin: 0;
        padding: 12px;
    }
}

.button-3:after {
    background-position: 0 50%;
    background-repeat: no-repeat;
    content: "";
    height: 100%;
    opacity: 0;
    position: absolute;
    right: -148px;
    top: 0;
    width: 118px;
}

@media only screen and (max-width: 719px) {
    .button-3:after {
        display: none;
    }
}

.style-1 .button-3:after {
    background-image: url(/static/img/arrow-left-6.svg?0f62007666cc);
}

.style-2 .button-3:after {
    background-image: url(/static/img/arrow-left-9.svg?6ba58d6fa3b4);
}

.button-3:hover:after {
    opacity: 1;
}

/* button-4 */
.button-4 {
    position: relative;
}

.button-4:after {
    background: url(/static/img/arrow-left-6.svg?0f62007666cc) no-repeat 0 50%;
    content: "";
    height: 100%;
    opacity: 0;
    position: absolute;
    right: -148px;
    top: 0;
    width: 118px;
}

@media only screen and (max-width: 719px) {
    .button-4:after {
        display: none;
    }
}

.button-4:hover:after {
    opacity: 1;
}

/* section-2 */
.section-2 {
    border: 12px solid #2D2D2D;
    margin: 0 0 60px 0;
    padding: 20px 20px 1px 20px;
    position: relative;
}

@media only screen and (max-width: 719px) {
    .section-2 {
        border: none;
        margin: 0 0 30px 0;
        padding: 0;
    }
}

@media only screen and (max-width: 719px) {
    .section-2:after {
        display: none;
    }
}

.section-2.odd:after {
    background-repeat: no-repeat;
    bottom: -12px;
    content: "";
    height: 128px;
    left: -198px;
    position: absolute;
    width: 166px;
}

.style-1 .section-2.odd:after {
    background-image: url(/static/img/arrow-down-7.svg?0f62007666cc);
}

.style-2 .section-2.odd:after {
    background-image: url(/static/img/arrow-down-11.svg?0f62007666cc);
}

.section-2.even:after {
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    height: 128px;
    right: -198px;
    position: absolute;
    width: 166px;
}

.style-1 .section-2.even:after {
    background-image: url(/static/img/arrow-down-8.svg?0f62007666cc);
}

.style-2 .section-2.even:after {
    background-image: url(/static/img/arrow-down-12.svg?0f62007666cc);
}

/* section-3 */
.section-3 {
    background: #0F37B8;
    color: #FFF;
    padding: 136px 0 64px 0;
    position: relative;
}

@media only screen and (max-width: 719px) {
    .section-3 {
        margin: 0 0 20px 0;
        padding: 92px 0 32px 0;
    }
}

.section-3-more {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    
    -webkit-transition: background-position 250ms;
    transition: background-position 250ms;
    
    background: url(/static/img/arrow-left-2.svg?0f62007666cc) no-repeat 8px 40%;
    bottom: 32px;
    padding: 0 0 0 35px;
    position: absolute;
    right: 0;
}

@media only screen and (max-width: 719px) {
    .section-3-more {
        display: none;
    }
}

.section-3-more:hover {
    background-position: 0 50%;
}

/* section-4 */
.section-4 {
    background: #DCDCDC;
    padding: 64px 0 32px 0;
}

@media only screen and (max-width: 719px) {
    .section-4 {
        padding: 20px 0 1px 0;
    }
}

/* section-5 */
.section-5 {
    background: #FFF;
    padding: 50% 0 0 0;
    position: relative;
    text-align: center;
}

@media only screen and (max-width: 719px) {
    .section-5 {
        padding: 100% 0 0 0;
    }
}

.section-5-panel {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    padding: 40px 40px 8px 40px;
    position: absolute;
    top: 0;
    width: 100%;
}

@media only screen and (max-width: 719px) {
    .section-5-panel {
        padding: 24px 24px 1px 24px;
    }
}

/* section-6 */
.section-6 {
    border: 6px solid #2D2D2D;
    margin: 0 0 32px 0;
    padding: 32px 20px 16px 20px;
}

@media only screen and (max-width: 719px) {
    .section-6 {
        padding: 20px 8px 1px 8px;
    }
}

.section-6 h3 {
    text-align: center;
}

@media only screen and (max-width: 719px) {
    .section-6 h3 {
        text-align: left;
    }
}

/* button-5 */
.button-5 {
    -webkit-transition: background-color 250ms, color 250ms;
    transition: background-color 250ms, color 250ms;
    
    border: 4px solid #2D2D2D;
    display: inline-block;
    padding: 12px 24px;
    text-decoration: none;
}

.button-5:hover {
    background: #2D2D2D;
    color: #FFF;
}

/* section-7 */
.section-7 {
    position: relative;
}

.section-7-panel {
    background: #DCDCDC;
    left: 0;
    padding: 242px 0 0 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

@media only screen and (max-width: 1583px) {
    .section-7-panel {
        padding: 15% 0 0 0;
    }
}

.section-7-panel-2 {
    padding: 0 0 32px 0;
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 719px) {
    .section-7-panel-2 {
        padding: 0 0 1px 0;
    }
}

/* slider-3 */
.slider-3 img {
    display: inline;
}

/* accordion */
.accordion-heading {
    cursor: pointer;
    position: relative;
    padding: 0 32px 0 0;
}

.accordion-heading:after {
    -webkit-transition: -webkit-transform 250ms, transform 250ms;
    transition: -webkit-transform 250ms, transform 250ms;
    
    background: url(/static/img/arrow-right.svg?0f62007666cc) no-repeat;
    content: "";
    display: block;
    height: 14px;
    margin: -7px 0 0 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 24px;
}

.accordion-heading.active:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* teaser-9 */
.teaser-9 {
    border: 6px solid #2D2D2D;
    margin: 0 0 32px 0;
    padding: 24px 24px 1px 24px;
}

.teaser-9 ol {
    list-style-position: inside;
    margin: 0 0 24px 0;
    padding: 0;
}

/* Carousel */
.a-0 {
    margin: 0 0 32px 0;
}

.a-0 .slick-dots {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
    text-align: center;
}

.a-0 .slick-dots li {
    cursor: pointer;
    display: inline-block;
    padding: 6px;
}

.a-0 .slick-dots button {
    -webkit-transition: -webkit-transform 250ms, transform 250ms;
    transition: -webkit-transform 250ms, transform 250ms;
    
    background: #2D2D2D;
    border: none;
    border-radius: 50% 50%;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    height: 8px;
    opacity: 0.1;
    padding: 0;
    width: 8px;
}

.a-0 .slick-dots li:hover button {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
}

.a-0 .slick-dots button:focus {
    outline: none;
}

.a-0 .slick-dots li.slick-active button {
    opacity: 1;
}

/* Dialog */
.a-1 {
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000000000 !important;
}

.a-1__0 {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    overflow: auto;
    padding: 32px 12px 1px 12px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.a-1__1 {
    background: #FFF;
    border: 6px solid #2D2D2D;
    margin: 0 auto 32px auto;
    max-width: 560px;
    padding: 51px 24px 1px 24px;
    position: relative;
}

.a-1__2 {
    position: absolute;
    right: 12px;
    text-decoration: none;
    top: 12px;
    z-index: 2;
}

.a-1 ul {
    list-style-position: inside;
    margin: 0 0 32px 0;
    padding: 0;
}

.a-1 form {
    margin: 0 0 32px 0;
}

.a-1 label {
    display: block;
    font-size: 12px;
    line-height: 1.2em;
    margin: 0 0 4px 0;
}

.a-1 input {
    border-radius: 0;
}

.a-1 input:focus {
    outline: none;
}

.a-1 input[type="email"],
.a-1 input[type="text"] {
    border: 1px solid #E1E1E1;
    border-radius: 0;
    box-sizing: border-box;
    color: inherit;
    display: block;
    font-family: inherit;
    font-size: 12px;
    line-height: 1.2em;
    margin: 0 0 12px 0;
    padding: 8px;
    width: 100%;
}

.a-1 input[type="submit"] {
    -webkit-transition: background-color 250ms, color 250ms;
    transition: background-color 250ms, color 250ms;
    
    background: none;
    border: 4px solid #2D2D2D;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1em;
    padding: 12px 24px;
    text-transform: uppercase;
}

.a-1 input[type="submit"]:hover {
    background: #2D2D2D;
    color: #FFF;
}

/* Divider */
.a-2 {
    background: #E1E1E1;
    height: 1px;
    margin: 0 0 32px 0;
}

/* Block */
.a-3 {
    color: #FFF;
    position: relative;
}

.a-3__0 {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.a-3__1 {
    background: rgba(15, 55, 184, 0.3);
    padding: 64px 0 32px 0;
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 719px) {
    .a-3__1 {
        padding: 32px 0 1px 0;
    }    
}

/* Form */
.a-4 {
    background: #FFF;
    border: 6px solid #2D2D2D;
    margin: 0 0 32px 0;
    padding: 32px 32px 16px 32px;
}

.a-4__0 {
    background: #2D2D2D;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: #FFF;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 16px 24px;
    width: 100%;
}

.a-4__0:focus {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    outline: none;
}

.a-4__1 {
    background: url(/static/img/arrow-right-14.svg?6ba58d6fa3b4) no-repeat 100% 50%;
    border: none;
    border-radius: 0;
    color: #EC4153;
    font: 34px/0.9em 'PlakCom-BlackCondensed', sans-serif;
    letter-spacing: 1px;
    padding: 0 32px 0 0;
    text-transform: uppercase;
}

.a-4__1:focus {
    outline: none;
}

/* Block */
.a-5 {
    background: #2D2D2D;
    color: #FFF;
    padding: 64px 0 32px 0;
    text-align: center;
}

@media only screen and (max-width: 719px) {
    .a-5 {
        padding: 32px 0 1px 0;
    }
}

/* Block */
.a-6 {
    background: #DCDCDC;
    margin: 0 0 64px 0;
    padding: 64px 0 32px 0;
}

@media only screen and (max-width: 719px) {
    .a-6 {
        margin: 0 0 32px 0;
        padding: 32px 0 1px 0;
    }
}

/* Heading */
.a-7 {
    border-color: #EC4153;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    display: inline-block;
    margin: 0 0 32px 0;
    padding: 8px 16px 8px 8px;
    position: relative;
}

.a-7:before {
    background: #EC4153;
    content: "";
    height: 33.333333333333333%;
    position: absolute;
    right: 0;
    top: 0;
    width: 4px;
}

.a-7:after {
    background: #EC4153;
    bottom: 0;
    content: "";
    height: 33.333333333333333%;
    position: absolute;
    right: 0;
    width: 4px;
}

/* Teaser */
.a-8 {
    border: 4px solid #2D2D2D;
    box-sizing: border-box;
    margin: 0 0 32px 0;
    min-height: 480px;
    padding: 24px 24px 1px 24px;
    position: relative;
}

@media only screen and (max-width: 1007px) {
    .a-8 {
        padding: 16px 16px 1px 16px;
    }
}

@media only screen and (max-width: 719px) {
    .a-8 {
        min-height: 360px;
    }
}

.a-8--0 {
    background: #0F37B8;
    color: #FFF;
}

.a-8--1 {
    background: #EC4153;
    color: #FFF;
}

.a-8__0 {
    -webkit-transition: opacity 250ms;
    transition: opacity 250ms;
    
    background-color: #2D2D2D;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    color: #FFF;
    height: 100%;
    left: 0;
    opacity: 1;
    padding: 24px 24px 1px 24px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 2;
}

.a-8:hover .a-8__0 {
    opacity: 0;
}

.a-8 ul {
    list-style-position: inside;
    margin: 0 0 32px 0;
    padding: 0;
}

/* Block */
.a-9 {
    padding: 64px 0 32px 0;
}

/* Logo */
.a-10 {
    display: inline-block;
    margin: 0 32px 32px 0;
    text-decoration: none;
}

.a-10__0 {
    height: 48px !important;
    width: auto;
}

/* Divider */
.a-11 {
    border-bottom: 6px solid;
    padding: 64px 0;
}

@media only screen and (max-width: 719px) {
    .a-11 {
        padding: 20px 0;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

@media only screen and (max-width: 1263px) {
    .hidden-1280 {
        display: none !important;
    }
    
    .show-1280 {
        display: block !important;
    }
}

@media only screen and (max-width: 1007px) {
    .hidden-1024 {
        display: none !important;
    }
    
    .show-1024 {
        display: block !important;
    }
}

@media only screen and (max-width: 719px) {
    .hidden-720 {
        display: none !important;
    }
    
    .show-720 {
        display: block !important;
    }
}

@media only screen and (max-width: 479px) {
    .hidden-480 {
        display: none !important;
    }
    
    .show-480 {
        display: block !important;
    }
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
