/*! normalize.css v8.0.1 | 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;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * 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;
}

@keyframes plyr-progress{to{background-position:25px 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{from{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:subpixel-antialiased;direction:ltr;font-family:Avenir,"Avenir Next","Helvetica Neue","Segoe UI",Helvetica,Arial,sans-serif;font-variant-numeric:tabular-nums;font-weight:500;line-height:1.7;max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease}.plyr audio,.plyr video{border-radius:inherit;height:auto;vertical-align:middle;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui ::after,.plyr--full-ui ::before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5764;border-radius:2px;color:#fff;font-size:9px;line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;color:#fff;display:none;font-size:14px;left:0;padding:10px;position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions .plyr__caption{background:rgba(0,0,0,.8);border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__captions .plyr__caption div{display:inline}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:16px;padding:20px}}@media (min-width:768px){.plyr__captions{font-size:18px}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px)}.plyr__control{background:0 0;border:0;border-radius:3px;color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;position:relative;transition:all .3s ease}.plyr__control svg{display:block;fill:currentColor;height:18px;pointer-events:none;width:18px}.plyr__control:focus{outline:0}.plyr__control.plyr__tab-focus{box-shadow:0 0 0 5px rgba(0,179,255,.5);outline:0}a.plyr__control{text-decoration:none}a.plyr__control::after,a.plyr__control::before{display:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed{display:none}.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b3ff;color:#fff}.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b3ff;color:#fff}.plyr__control--overlaid{background:rgba(0,179,255,.8);border:0;border-radius:100%;color:#fff;display:none;left:50%;padding:15px;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{background:#00b3ff}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr__controls .plyr__controls__item.plyr__volume{padding-right:5px}.plyr__controls .plyr__controls__item.plyr__volume:first-child{padding-right:0}.plyr__controls:empty{display:none}.plyr--audio .plyr__controls{background:#fff;border-radius:inherit;color:#4a5764;padding:10px}.plyr--video .plyr__controls{background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.7));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;left:0;padding:20px 5px 5px;position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media (min-width:480px){.plyr--video .plyr__controls{padding:35px 10px 10px}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip]{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:rgba(255,255,255,.9);border-radius:4px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);color:#4a5764;font-size:16px;margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container::after{border:4px solid transparent;border-top-color:rgba(255,255,255,.9);content:'';height:0;position:absolute;right:15px;top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5764;display:flex;font-size:14px;padding:4px 11px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control::after{border:4px solid transparent;content:'';position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px}.plyr__menu__container .plyr__control--forward::after{border-left-color:rgba(74,87,100,.8);right:5px}.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,.plyr__menu__container .plyr__control--forward:hover::after{border-left-color:currentColor}.plyr__menu__container .plyr__control--back{font-weight:500;margin:7px;margin-bottom:3px;padding-left:28px;position:relative;width:calc(100% - 14px)}.plyr__menu__container .plyr__control--back::after{border-right-color:rgba(74,87,100,.8);left:7px}.plyr__menu__container .plyr__control--back::before{background:#c1c9d1;box-shadow:0 1px 0 #fff;content:'';height:1px;left:0;margin-top:4px;overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,.plyr__menu__container .plyr__control--back:hover::after{border-right-color:currentColor}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px}.plyr__menu__container .plyr__control[role=menuitemradio]::after,.plyr__menu__container .plyr__control[role=menuitemradio]::before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]::before{background:rgba(0,0,0,.1);content:'';display:block;flex-shrink:0;height:16px;margin-right:10px;transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]::after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before{background:#00b3ff}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before{background:rgba(0,0,0,.1)}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:-5px;overflow:hidden;padding-left:25px;pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;background:0 0;border:0;border-radius:26px;color:#00b3ff;display:block;height:19px;margin:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:0 0;border:0;border-radius:2.5px;height:5px;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none;background-image:linear-gradient(to right,currentColor var(--value,0),transparent var(--value,0))}.plyr--full-ui input[type=range]::-webkit-slider-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2);height:13px;position:relative;transition:all .2s ease;width:13px;-webkit-appearance:none;margin-top:-4px}.plyr--full-ui input[type=range]::-moz-range-track{background:0 0;border:0;border-radius:2.5px;height:5px;transition:box-shadow .3s ease;-moz-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2);height:13px;position:relative;transition:all .2s ease;width:13px}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;height:5px}.plyr--full-ui input[type=range]::-ms-track{background:0 0;border:0;border-radius:2.5px;height:5px;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none;color:transparent}.plyr--full-ui input[type=range]::-ms-fill-upper{background:0 0;border:0;border-radius:2.5px;height:5px;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:0 0;border:0;border-radius:2.5px;height:5px;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none;background:currentColor}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2);height:13px;position:relative;transition:all .2s ease;width:13px;margin-top:0}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{box-shadow:0 0 0 5px rgba(0,179,255,.5);outline:0}.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{box-shadow:0 0 0 5px rgba(0,179,255,.5);outline:0}.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{box-shadow:0 0 0 5px rgba(0,179,255,.5);outline:0}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:rgba(255,255,255,.25)}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:rgba(255,255,255,.25)}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:rgba(255,255,255,.25)}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(255,255,255,.5)}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(255,255,255,.5)}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(255,255,255,.5)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:rgba(193,201,209,.66)}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:rgba(193,201,209,.66)}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:rgba(193,201,209,.66)}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(0,0,0,.1)}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(0,0,0,.1)}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(0,0,0,.1)}.plyr__poster{background-color:#000;background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr__time{font-size:14px}.plyr__time+.plyr__time::before{content:'\2044';margin-right:10px}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr--video .plyr__time{text-shadow:0 1px 1px rgba(0,0,0,.15)}.plyr__tooltip{background:rgba(255,255,255,.9);border-radius:3px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);color:#4a5764;font-size:14px;font-weight:500;left:50%;line-height:1.3;margin-bottom:10px;opacity:0;padding:5px 7.5px;pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s .1s ease,opacity .2s .1s ease;white-space:nowrap;z-index:2}.plyr__tooltip::before{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(255,255,255,.9);bottom:-4px;content:'';height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%,0) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translate(0,10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip::before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip::before{left:16px}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translate(0,10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip::before{left:auto;right:16px;transform:translateX(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0,0) scale(1)}.plyr--video{background:#000;overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;border-radius:inherit;overflow:hidden;position:relative;z-index:0}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr__progress{left:6.5px;margin-right:13px;position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-6.5px;margin-right:-6.5px;width:calc(100% + 13px)}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{font-size:14px;left:0}.plyr__progress__buffer{-webkit-appearance:none;background:0 0;border:0;border-radius:100px;height:5px;left:0;margin-top:-2.5px;padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:0 0}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;transition:width .2s ease}.plyr--video .plyr__progress__buffer{box-shadow:0 1px 1px rgba(0,0,0,.15);color:rgba(255,255,255,.25)}.plyr--audio .plyr__progress__buffer{color:rgba(193,201,209,.66)}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,rgba(35,41,47,.6) 25%,transparent 25%,transparent 50%,rgba(35,41,47,.6) 50%,rgba(35,41,47,.6) 75%,transparent 75%,transparent);background-repeat:repeat-x;background-size:25px 25px;color:transparent}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:rgba(255,255,255,.25)}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:rgba(193,201,209,.66)}.plyr__volume{align-items:center;display:flex;flex:1;position:relative}.plyr__volume input[type=range]{margin-left:5px;position:relative;z-index:2}@media (min-width:480px){.plyr__volume{max-width:90px}}@media (min-width:768px){.plyr__volume{max-width:110px}}.plyr--is-ios .plyr__volume{display:none!important}.plyr--is-ios.plyr--vimeo [data-plyr=mute]{display:none!important}.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:fullscreen video{height:100%}.plyr:-webkit-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-ms-fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px}.plyr:-ms-fullscreen .plyr__captions{font-size:21px}.plyr:fullscreen .plyr__captions{font-size:21px}}.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-webkit-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px}}.plyr:-moz-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-moz-full-screen video{height:100%}.plyr:-moz-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-moz-full-screen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-moz-full-screen .plyr__captions{font-size:21px}}.plyr:-ms-fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:-ms-fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-ms-fullscreen .plyr__captions{font-size:21px}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;height:100%;margin:0;width:100%;bottom:0;left:0;position:fixed;right:0;top:0;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__video-wrapper{height:100%;position:static}.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads::after{background:rgba(35,41,47,.8);border-radius:2px;bottom:10px;color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;z-index:3}.plyr__ads::after:empty{display:none}.plyr__cues{background:currentColor;display:block;height:5px;left:0;margin:-2.5px 0 0;opacity:.8;position:absolute;top:50%;width:3px;z-index:3}.plyr__preview-thumb{background-color:rgba(255,255,255,.9);border-radius:3px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);margin-bottom:10px;opacity:0;padding:3px;pointer-events:none;position:absolute;transform:translate(0,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s .1s ease,opacity .2s .1s ease;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0,0) scale(1)}.plyr__preview-thumb::before{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(255,255,255,.9);bottom:-4px;content:'';height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c9d1;border-radius:2px;overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img{height:100%;left:0;max-height:none;max-width:none;position:absolute;top:0;width:100%}.plyr__preview-thumb__time-container{bottom:6px;left:0;position:absolute;right:0;white-space:nowrap;z-index:3}.plyr__preview-thumb__time-container span{background-color:rgba(0,0,0,.55);border-radius:2px;color:#fff;font-size:14px;padding:3px 6px}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);overflow:hidden;border:0!important;height:1px!important;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/static/OwlCarousel2/dist/assets/owl.video.play.png?9203989be8b0) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/*! HTML5 Boilerplate v7.1.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * 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-family: 'ApercuPro';
    src: url('/static/font/ApercuPro.woff?9203989be8b0') format('woff');
    font-weight: 400;
}

html {
    background: #F0F0F0;
    color: #1A1A1A;
    font: 16px/1.5em 'ApercuPro', sans-serif;
}

h1 {
    font-size: 112px;
    line-height: 1.2em;
    margin: 0 0 32px 0;
}

h2 {
    font-size: 56px;
    line-height: 1.2em;
    margin: 0 0 32px 0;
}

h3 {
    font-size: 45px;
    line-height: 1.2em;
    margin: 0 0 32px 0;
}

h4 {
    font-size: 34px;
    line-height: 1.2em;
    margin: 0 0 32px 0;
}

h5 {
    font-size: 24px;
    line-height: 1.5em;
    margin: 0 0 32px 0;
}

h6 {
    font-size: 20px;
    line-height: 1.5em;
    margin: 0 0 32px 0;
}

.heading-6 {
    font-size: 112px;
    line-height: 1.2em;
}

.heading-5 {
    font-size: 56px;
    line-height: 1.2em;
}

.heading-4 {
    font-size: 45px;
    line-height: 1.2em;
}

.heading-3 {
    font-size: 34px;
    line-height: 1.2em;
}

.heading-2 {
    font-size: 24px;
    line-height: 1.5em;
}

.heading-1 {
    font-size: 20px;
    line-height: 1.5em;
}

@media screen and (max-width: 1280px) {
    h1 {
        font-size: 56px;
        line-height: 1.2em;
    }

    h2 {
        font-size: 45px;
        line-height: 1.2em;
    }

    h3 {
        font-size: 34px;
        line-height: 1.2em;
    }

    h4 {
        font-size: 24px;
        line-height: 1.5em;
    }

    h5 {
        font-size: 20px;
        line-height: 1.5em;
    }
    
    h6 {
        font-size: 18px;
        line-height: 1.5em;
    }
    
    .heading-6 {
        font-size: 56px;
        line-height: 1.2em;
    }

    .heading-5 {
        font-size: 45px;
        line-height: 1.2em;
    }

    .heading-4 {
        font-size: 34px;
        line-height: 1.2em;
    }

    .heading-3 {
        font-size: 24px;
        line-height: 1.5em;
    }
    
    .heading-2 {
        font-size: 20px;
        line-height: 1.5em;
    }
    
    .heading-1 {
        font-size: 18px;
        line-height: 1.5em;
    }
}

@media screen and (max-width: 1024px) {
    h1 {
        font-size: 45px;
        line-height: 1.2em;
    }

    h2 {
        font-size: 34px;
        line-height: 1.2em;
    }

    h3 {
        font-size: 24px;
        line-height: 1.5em;
    }

    h4 {
        font-size: 20px;
        line-height: 1.5em;
    }
    
    h5 {
        font-size: 18px;
        line-height: 1.5em;
    }
    
    h6 {
        font-size: 16px;
        line-height: 1.5em;
    }
    
    .heading-6 {
        font-size: 45px;
        line-height: 1.2em;
    }

    .heading-5 {
        font-size: 34px;
        line-height: 1.2em;
    }

    .heading-4 {
        font-size: 24px;
        line-height: 1.5em;
    }
    
    .heading-3 {
        font-size: 20px;
        line-height: 1.5em;
    }
    
    .heading-2 {
        font-size: 18px;
        line-height: 1.5em;
    }
    
    .heading-1 {
        font-size: 16px;
        line-height: 1.5em;
    }
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 34px;
        line-height: 1.2em;
    }

    h2 {
        font-size: 24px;
        line-height: 1.5em;
    }

    h3 {
        font-size: 20px;
        line-height: 1.5em;
    }
    
    h4 {
        font-size: 18px;
        line-height: 1.5em;
    }
    
    h5 {
        font-size: 16px;
        line-height: 1.5em;
    }
    
    h6 {
        font-size: 14px;
        line-height: 1.5em;
    }
    
    .heading-6 {
        font-size: 34px;
        line-height: 1.2em;
    }
    
    .heading-5 {
        font-size: 24px;
        line-height: 1.5em;
    }
    
    .heading-4 {
        font-size: 20px;
        line-height: 1.5em;
    }
    
    .heading-3 {
        font-size: 18px;
        line-height: 1.5em;
    }
    
    .heading-2 {
        font-size: 16px;
        line-height: 1.5em;
    }
    
    .heading-1 {
        font-size: 14px;
        line-height: 1.5em;
    }
}

img {
    height: auto !important;
    max-width: 100%;
}

iframe {
    max-width: 100%;
}

p {
    margin: 0 0 32px 0;
}

a {
    color: inherit;
}

ul,
ol {
   margin: 0 0 32px 0;
}

.clear {
    clear: both;
}

/* Form */
::placeholder {
    color: inherit;
    opacity: 0.6;
}

input {
    border-radius: 0;
}

/* Layout */
.container {
    margin: 0 auto;
    max-width: 1680px;
    padding-left: 24px;
    padding-right: 24px;
}

.container-2 {
    padding-left: 24px;
    padding-right: 24px;
}

@media screen and (max-width: 768px) {
    .container-2 {
        padding-left: 0;
        padding-right: 0;
    }
}

.row,
.row-12 {
    display: flex;
    flex-wrap: wrap;
}

.row-12 {
    margin-left: -12px;
    margin-right: -12px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    box-sizing: border-box;
}

.col-1 {
    width: 8.3333333333%;
}

.col-2 {
    width: 16.6666666666%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.3333333333%;
}

.col-5 {
    width: 41.6666666666%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.3333333333%;
}

.col-8 {
    width: 66.6666666666%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.3333333333%;
}

.col-11 {
    width: 91.6666666666%;
}

.col-12 {
    width: 100%;
}

.order-1 {
    order: 0;
}

.order-2 {
    order: 1;
}

.order-3 {
    order: 2;
}

.order-4 {
    order: 3;
}

.order-5 {
    order: 4;
}

.order-6 {
    order: 5;
}

.order-7 {
    order: 6;
}

.order-8 {
    order: 7;
}

.order-9 {
    order: 8;
}

.order-10 {
    order: 9;
}

.order-11 {
    order: 10;
}

.order-12 {
    order: 11;
}

.push-1 {
    margin-left: 8.3333333333%;
}

.push-2 {
    margin-left: 16.6666666666%;
}

.push-3 {
    margin-left: 25%;
}

.push-4 {
    margin-left: 33.3333333333%;
}

.push-5 {
    margin-left: 41.6666666666%;
}

.push-6 {
    margin-left: 50%;
}

.push-7 {
    margin-left: 58.3333333333%;
}

.push-8 {
    margin-left: 66.6666666666%;
}

.push-9 {
    margin-left: 75%;
}

.push-10 {
    margin-left: 83.3333333333%;
}

.push-11 {
    margin-left: 91.6666666666%;
}

.gutter-12 {
    padding-left: 12px;
    padding-right: 12px;
}

.margin-32 {
    margin-bottom: 32px;
    min-height: 1px;
}

.margin-64 {
    margin-bottom: 64px;
    min-height: 1px;
}

@media screen and (max-width: 1023px) {
    .col-1-1024 {
        width: 8.3333333333%;
    }

    .col-2-1024 {
        width: 16.6666666666%;
    }

    .col-3-1024 {
        width: 25%;
    }

    .col-4-1024 {
        width: 33.3333333333%;
    }

    .col-5-1024 {
        width: 41.6666666666%;
    }

    .col-6-1024 {
        width: 50%;
    }

    .col-7-1024 {
        width: 58.3333333333%;
    }

    .col-8-1024 {
        width: 66.6666666666%;
    }

    .col-9-1024 {
        width: 75%;
    }

    .col-10-1024 {
        width: 83.3333333333%;
    }

    .col-11-1024 {
        width: 91.6666666666%;
    }

    .col-12-1024 {
        width: 100%;
    }
    
    .order-1-1024 {
        order: 0;
    }

    .order-2-1024 {
        order: 1;
    }

    .order-3-1024 {
        order: 2;
    }

    .order-4-1024 {
        order: 3;
    }

    .order-5-1024 {
        order: 4;
    }

    .order-6-1024 {
        order: 5;
    }

    .order-7-1024 {
        order: 6;
    }

    .order-8-1024 {
        order: 7;
    }

    .order-9-1024 {
        order: 8;
    }

    .order-10-1024 {
        order: 9;
    }

    .order-11-1024 {
        order: 10;
    }

    .order-12-1024 {
        order: 11;
    }
    
    .push-0-1024 {
        margin-left: 0;
    }
    
    .push-1-1024 {
        margin-left: 8.3333333333%;
    }

    .push-2-1024 {
        margin-left: 16.6666666666%;
    }

    .push-3-1024 {
        margin-left: 25%;
    }

    .push-4-1024 {
        margin-left: 33.3333333333%;
    }

    .push-5-1024 {
        margin-left: 41.6666666666%;
    }

    .push-6-1024 {
        margin-left: 50%;
    }

    .push-7-1024 {
        margin-left: 58.3333333333%;
    }

    .push-8-1024 {
        margin-left: 66.6666666666%;
    }

    .push-9-1024 {
        margin-left: 75%;
    }

    .push-10-1024 {
        margin-left: 83.3333333333%;
    }

    .push-11-1024 {
        margin-left: 91.6666666666%;
    }
    
    .margin-32-1024 {
        margin-bottom: 32px;
        min-height: 1px;
    }

    .margin-64-1024 {
        margin-bottom: 64px;
        min-height: 1px;
    }
}

@media screen and (max-width: 767px) {
    .col-1-768 {
        width: 8.3333333333%;
    }

    .col-2-768 {
        width: 16.6666666666%;
    }

    .col-3-768 {
        width: 25%;
    }

    .col-4-768 {
        width: 33.3333333333%;
    }

    .col-5-768 {
        width: 41.6666666666%;
    }

    .col-6-768 {
        width: 50%;
    }

    .col-7-768 {
        width: 58.3333333333%;
    }

    .col-8-768 {
        width: 66.6666666666%;
    }

    .col-9-768 {
        width: 75%;
    }

    .col-10-768 {
        width: 83.3333333333%;
    }

    .col-11-768 {
        width: 91.6666666666%;
    }

    .col-12-768 {
        width: 100%;
    }
    
    .order-1-768 {
        order: 0;
    }

    .order-2-768 {
        order: 1;
    }

    .order-3-768 {
        order: 2;
    }

    .order-4-768 {
        order: 3;
    }

    .order-5-768 {
        order: 4;
    }

    .order-6-768 {
        order: 5;
    }

    .order-7-768 {
        order: 6;
    }

    .order-8-768 {
        order: 7;
    }

    .order-9-768 {
        order: 8;
    }

    .order-10-768 {
        order: 9;
    }

    .order-11-768 {
        order: 10;
    }

    .order-12-768 {
        order: 11;
    }
    
    .push-0-768 {
        margin-left: 0;
    }

    .push-1-768 {
        margin-left: 8.3333333333%;
    }

    .push-2-768 {
        margin-left: 16.6666666666%;
    }

    .push-3-768 {
        margin-left: 25%;
    }

    .push-4-768 {
        margin-left: 33.3333333333%;
    }

    .push-5-768 {
        margin-left: 41.6666666666%;
    }

    .push-6-768 {
        margin-left: 50%;
    }

    .push-7-768 {
        margin-left: 58.3333333333%;
    }

    .push-8-768 {
        margin-left: 66.6666666666%;
    }

    .push-9-768 {
        margin-left: 75%;
    }

    .push-10-768 {
        margin-left: 83.3333333333%;
    }

    .push-11-768 {
        margin-left: 91.6666666666%;
    }
    
    .margin-32-768 {
        margin-bottom: 32px;
        min-height: 1px;
    }

    .margin-64-768 {
        margin-bottom: 64px;
        min-height: 1px;
    }
}

@media screen and (max-width: 479px) {
    .col-1-480 {
        width: 8.3333333333%;
    }

    .col-2-480 {
        width: 16.6666666666%;
    }

    .col-3-480 {
        width: 25%;
    }

    .col-4-480 {
        width: 33.3333333333%;
    }

    .col-5-480 {
        width: 41.6666666666%;
    }

    .col-6-480 {
        width: 50%;
    }

    .col-7-480 {
        width: 58.3333333333%;
    }

    .col-8-480 {
        width: 66.6666666666%;
    }

    .col-9-480 {
        width: 75%;
    }

    .col-10-480 {
        width: 83.3333333333%;
    }

    .col-11-480 {
        width: 91.6666666666%;
    }

    .col-12-480 {
        width: 100%;
    }
    
    .order-1-480 {
        order: 0;
    }

    .order-2-480 {
        order: 1;
    }

    .order-3-480 {
        order: 2;
    }

    .order-4-480 {
        order: 3;
    }

    .order-5-480 {
        order: 4;
    }

    .order-6-480 {
        order: 5;
    }

    .order-7-480 {
        order: 6;
    }

    .order-8-480 {
        order: 7;
    }

    .order-9-480 {
        order: 8;
    }

    .order-10-480 {
        order: 9;
    }

    .order-11-480 {
        order: 10;
    }

    .order-12-480 {
        order: 11;
    }
    
    .push-0-480 {
        margin-left: 0;
    }

    .push-1-480 {
        margin-left: 8.3333333333%;
    }

    .push-2-480 {
        margin-left: 16.6666666666%;
    }

    .push-3-480 {
        margin-left: 25%;
    }

    .push-4-480 {
        margin-left: 33.3333333333%;
    }

    .push-5-480 {
        margin-left: 41.6666666666%;
    }

    .push-6-480 {
        margin-left: 50%;
    }

    .push-7-480 {
        margin-left: 58.3333333333%;
    }

    .push-8-480 {
        margin-left: 66.6666666666%;
    }

    .push-9-480 {
        margin-left: 75%;
    }

    .push-10-480 {
        margin-left: 83.3333333333%;
    }

    .push-11-480 {
        margin-left: 91.6666666666%;
    }
    
    .margin-32-480 {
        margin-bottom: 32px;
        min-height: 1px;
    }

    .margin-64-480 {
        margin-bottom: 64px;
        min-height: 1px;
    }
}

/* Flex */
.flex {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.flex-start {
    justify-content: flex-start;
}

.flex-end {
    justify-content: flex-end;
}

.center {
    justify-content: center;
}

.space-between {
    justify-content: space-between;
}

.space-around {
    justify-content: space-around;
}

.space-evenly {
    justify-content: space-evenly;
}

/* 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;
}

/* lazy */
.lazy-holder {
    -webkit-transform: translate(0, 32px);
    transform: translate(0, 32px);
    
    -webkit-transition: -webkit-transform 1000ms, transform 1000ms;
    transition: -webkit-transform 1000ms, transform 1000ms;
}

.lazy-holder.loaded {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.lazy,
.lazy-2 {
    -webkit-transition: opacity 1000ms;
    transition: opacity 1000ms;
    
    opacity: 0;
}

.lazy.loaded,
.lazy-2.loaded {
    opacity: 1;
}

/* Header */
.a-0__0 {
    -webkit-animation: animation 750ms infinite alternate;
    animation: animation 750ms infinite alternate;
    
    -webkit-transition: background-color 500ms;
    transition: background-color 500ms;
    
    background: #0003FF;
    border-radius: 50%;
    height: 48px;
    position: fixed;
    right: 24px;
    top: 24px;
    width: 48px;
    z-index: 101;
}

@-webkit-keyframes animation {
    from {
        opacity: 0.6;
    }
    
    to {
        opacity: 1;
    }
}

@keyframes animation {
    from {
        opacity: 0.6;
    }
    
    to {
        opacity: 1;
    }
}

@media screen and (max-width: 768px) {
    .a-0__0 {
        margin: 0 -24px 0 0;
        right: 50%;
    }
}

.a-0__0.active {
    background: #1A1A1A;
}

.a-0--1 .a-0__0 {
    background: #FFF;
}

.a-0--1 .a-0__0.active {
    background: #1A1A1A;
}

.a-0__1 {
    background: #FFF;
    font-size: 4vw;
    height: 100%;
    line-height: 1.1em;
    overflow: auto;
    position: fixed;
    width: 100%;
    text-transform: uppercase;
    z-index: 100;
}

@media screen and (max-width: 1023px) {
    .a-0__1 {
        font-size: 6vw;
        line-height: 1.1em;
    }
}

@media screen and (max-width: 768px) {
    .a-0__1 {
        font-size: 8vw;
        line-height: 1.1em;
    }
}

.a-0__1 a {
    text-decoration: none;
}

.a-0__1 a:hover {
    text-decoration: underline;
}

.a-0__2 {
    background: #0003FF;
    box-sizing: border-box;
    height: 50%;
    left: 0;
    overflow: auto;
    padding: 32px 32px 1px 32px;
    position: absolute;
    top: 0;
    width: 50%;
}

@media screen and (max-width: 767px) {
    .a-0__2 {
        height: 25%;
        top: 50%;
        width: 100%;
    }
}

.a-0__3 {
    background: #1A1A1A;
    box-sizing: border-box;
    color: #0003FF;
    height: 50%;
    left: 0;
    overflow: auto;
    padding: 32px 32px 1px 32px;
    position: absolute;
    top: 50%;
    width: 50%;
}

@media screen and (max-width: 767px) {
    .a-0__3 {
        height: 50%;
        top: 75%;
        width: 100%;
    }
}

.a-0__4 {
    background: #FFF;
    box-sizing: border-box;
    height: 100%;
    left: 50%;
    overflow: auto;
    padding: 32px 32px 1px 32px;
    position: absolute;
    top: 0;
    width: 50%;
}

@media screen and (max-width: 767px) {
    .a-0__4 {
        height: 50%;
        left: 0;
        width: 100%;
    }
}

/* Nav */
.a-21 {
    list-style: none;
    margin: 0 0 32px 0;
    padding: 0;
}

/* IWANT */
.a-1,
.a-2,
.a-3,
.a-4,
.a-5 {
    -webkit-transition: opacity 750ms;
    transition: opacity 750ms;
    
    color: #FFF;
    display: none;
    font-size: 16.6666666666vw;
    line-height: 1em;
    opacity: 0;
    pointer-events: none;
    position: fixed;
}

@media screen and (max-width: 768px) {
    .a-1,
    .a-2,
    .a-3,
    .a-4,
    .a-5 {
        font-size: 25vw;
        line-height: 1em;
    }
}

.a-1.stagger {
    transition-delay: 500ms;
}

.a-2.stagger {
    transition-delay: 750ms;
}

.a-3.stagger {
    transition-delay: 1000ms;
}

.a-4.stagger {
    transition-delay: 1250ms;
}

.a-5.stagger {
    transition-delay: 1500ms;
}

.a-1.active,
.a-2.active,
.a-3.active,
.a-4.active,
.a-5.active {
    opacity: 1;
}

.csspointerevents .a-1,
.csspointerevents .a-2,
.csspointerevents .a-3,
.csspointerevents .a-4,
.csspointerevents .a-5 {
    display: block;
}

.a-1 {
    left: 24px;
    top: 24px;
    z-index: 2;
}

.a-2 {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
}

.a-3 {
    right: 24px;
    top: 24px;
    z-index: 4;
}

.a-4 {
    bottom: 24px;
    left: 24px;
    z-index: 5;
}

.a-5 {
    bottom: 24px;
    right: 24px;
    z-index: 6;
}

/* carousel */
.a-6__0 {
    height: 100vh !important;
    object-fit: cover;
}

html.no-objectfit .a-6__0 {
    height: auto !important;
}

/* Footer */
.a-7 {
    background: #FFF;
    font-size: 24px;
    line-height: 1.75em;
    padding: 128px 0 96px 0;
    position: relative;
    z-index: 7;
}

@media screen and (max-width: 1920px) {
    .a-7 {
        font-size: 20px;
        line-height: 1.75em;
        padding: 96px 0 64px 0;
    }
}

@media screen and (max-width: 1024px) {
    .a-7 {
        font-size: 16px;
        line-height: 1.75em;
        padding: 64px 0 32px 0;
    }
}

@media screen and (max-width: 480px) {
    .a-7 {
        font-size: 14px;
        line-height: 1.75em;
        padding: 32px 0 1px 0;
    }
}

.a-7 a {
    text-decoration: none;
}

/* Social */
.a-8 {
    list-style: none;
    margin: 0 0 32px 0;
    padding: 0;
}

.a-8__0 {
    margin: 0 0 16px 0;
}

.a-8__0:last-child {
    margin: 0;
}

.a-8__0:before {
    content: "\02192";
}

/* Link */
.a-9 {
    -webkit-transition: background-color 250ms;
    transition: background-color 250ms;
    
    background: #0003FF;
    color: #FFF;
    display: block;
    font-size: 6vw;
    line-height: 1.1em;
    padding: 64px 24px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 7;
}

@media screen and (max-width: 480px) {
    .a-9 {
        padding: 32px 24px;
    }
}

.a-9:hover {
    background: #1A1A1A;
}

/* Block */
.a-10 {
    padding: 96px 0 64px 0;
}

@media screen and (max-width: 768px) {
    .a-10 {
        padding: 64px 0 32px 0;
    }
}

/* Block */
.a-11 {
    box-sizing: border-box;
    margin-left: 5%;
    padding: 0 12px;
    position: relative;
    width: 30%;
    z-index: 7;
}

@media screen and (max-width: 768px) {
    .a-11 {
        margin-left: 0;
        width: auto;
    }
}

/* Block */
.a-12 {
    box-sizing: border-box;
    display: flex;
    padding: 0 12px;
    position: relative;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .a-12 {
        margin-left: 0 !important;
        margin-top: 0 !important;
        width: auto !important;
    }
}

.a-12--0 {
    flex-direction: column;
}

.a-12--1 {
    flex-direction: column-reverse;
}

@media screen and (max-width: 768px) {
    .a-12--1 {
        flex-direction: column;
    }
}

.a-12__0 {
    margin: 0 0 32px 0;
    overflow: hidden;
    position: relative;
}

.a-12__1 {
    -webkit-transition: -webkit-transform 250ms, transform 250ms;
    transition: -webkit-transform 250ms, transform 250ms;
    
    position: relative;
    z-index: 1;
}

.a-12:hover .a-12__1 {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.a-12__2 {
    -webkit-transition: opacity 250ms;
    transition: opacity 250ms;
    
    background: rgba(0, 0, 255, 0.3);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.a-12:hover .a-12__2 {
    opacity: 1;
}

.a-12__3 {
    position: relative;
    z-index: 7;
}

.a-12--0 .a-12__3:before {
    content: "↑";
    display: block;
}

.a-12--1 .a-12__3:after {
    content: "↓";
    display: block;
}

@media screen and (max-width: 768px) {
    .a-12--1 .a-12__3:before {
        content: "↑";
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .a-12--1 .a-12__3:after {
        display: none;
    }
}

/* Block */
.a-13 {
    text-align: center;
    margin: 0 0 32px 0;
}

/* Button */
.a-14 {
    -webkit-transition: background-color 250ms, color 250ms;
    transition: background-color 250ms, color 250ms;
    
    background: #1A1A1A;
    border: 1px solid #1A1A1A;
    color: #FFF;
    display: inline-block;
    font-size: 24px;
    line-height: 1em;
    padding: 12px 64px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 7;
}

.a-14:hover {
    background: none;
    color: #1A1A1A;
}

/* Carousel */
.a-15 {
    padding: 56px 0 0 0;
    position: relative;
}

@media screen and (max-width: 767px) {
    .a-15 {
        padding: 0;
    }
}

.a-15 .owl-dots {
    left: 50%;
    margin: 24px 0 0 12px;
    position: absolute;
    top: 0;
}

@media screen and (max-width: 767px) {
    .a-15 .owl-dots {
        left: auto;
        margin: 24px 0 32px 0;
        position: static;
        text-align: center;
    }
}

.a-15 .owl-dot {
    -webkit-transition: -webkit-transform 250ms, transform 250ms, color 250ms;
    transition: -webkit-transform 250ms, transform 250ms, color 250ms;
    
    border-radius: 50%;
    height: 16px;
    margin: 0 4px 0 0;
    width: 16px;
}

.a-15 button.owl-dot {
    background: #1A1A1A;
}

.a-15 .owl-dot.active {
    -webkit-transform: translate(0, -24px);
    transform: translate(0, -24px);
}

.a-15 button.owl-dot.active {
    background: #0003FF;
}

/* Teaser */
.a-16 {
    display: block;
    position: relative;
    text-decoration: none;
}

.a-16__0 {
    margin: 0 0 32px 0;
    overflow: hidden;
    position: relative;
}

.a-16__1 {
    -webkit-transition: -webkit-transform 250ms, transform 250ms;
    transition: -webkit-transform 250ms, transform 250ms;
    
    position: relative;
    z-index: 1;
}

.a-16:hover .a-16__1 {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.a-16__2 {
    -webkit-transition: opacity 250ms;
    transition: opacity 250ms;
    
    background: rgba(0, 0, 255, 0.3);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.a-16:hover .a-16__2 {
    opacity: 1;
}

.a-16__3 {
    margin: 0 auto;
    max-width: 320px;
}

.a-16__4 {
    text-transform: uppercase;
}

.a-16__5:before {
    content: "←";
    display: block;
}

@media screen and (max-width: 767px) {
    .a-16__5:before {
        content: "↑";
    }
}

.a-16__6 {
    margin: 0 0 32px 0;
}

@media screen and (max-width: 767px) {
    .a-16__6 {
        display: none;
    }
}

/* Teaser */
.a-17 {
    display: block;
    margin: -128px 0 32px 0;
    position: relative;
    text-decoration: none;
}

@media screen and (max-width: 1024px) {
    .a-17 {
        margin: -64px 0 32px 0;
    }
}

@media screen and (max-width: 767px) {
    .a-17 {
        margin: 0 0 32px 0;
    }
}

.a-17__0 {
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .a-17__0 {
        justify-content: left;
    }
}

.a-17__1 {
    max-width: 320px;
}

.a-17__2:before {
    content: "→";
    display: block;
}

@media screen and (max-width: 767px) {
    .a-17__2:before {
        content: "↑";
    }
}

.a-17__3 {
    margin: 0 0 32px 0;
    overflow: hidden;
    position: relative;
}

.a-17__4 {
    -webkit-transition: -webkit-transform 250ms, transform 250ms;
    transition: -webkit-transform 250ms, transform 250ms;
    
    position: relative;
    z-index: 1;
}

.a-17:hover .a-17__4 {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.a-17__5 {
    -webkit-transition: opacity 250ms;
    transition: opacity 250ms;
    
    background: rgba(0, 0, 255, 0.3);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.a-17:hover .a-17__5 {
    opacity: 1;
}

/* Teaser */
.a-18 {
    font-weight: bold;
    display: block;
    margin: 0 0 64px 0;
    text-align: center;
}

.a-18__0 {
    text-decoration: none;
}

.a-18__1 {
    margin: 0 0 32px 0;
    overflow: hidden;
    position: relative;
}

.a-18__2 {
    -webkit-transition: -webkit-transform 250ms, transform 250ms;
    transition: -webkit-transform 250ms, transform 250ms;
    
    position: relative;
    z-index: 1;
}

.a-18:hover .a-18__2 {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.a-18__3 {
    -webkit-transition: opacity 250ms;
    transition: opacity 250ms;
    
    background: rgba(0, 0, 255, 0.3);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.a-18:hover .a-18__3 {
    opacity: 1;
}

.a-18:hover .a-18__4 {
    text-decoration: underline;
}

.a-18__5 {
    margin: 0;
}

/* Teaser */
.a-19 {
    /*margin-bottom: 64px;*/
    position: relative;
}

@media screen and (max-width: 768px) {
    .a-19 {
        margin-left: 0 !important;
        margin-top: 0 !important;
        width: auto !important;
    }
}

/* Link */
.a-20 {
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

/* Block */
.a-22 {
    background: #0003FF;
    color: #FFF;
    padding: 64px 0 32px 0;
}

/* Link */
.a-23 {
    -webkit-transition: background-color 250ms;
    transition: background-color 250ms;
    
    background: #1A1A1A;
    color: #FFF;
    display: block;
    font-size: 6vw;
    line-height: 1.1em;
    padding: 64px 24px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 7;
}

@media screen and (max-width: 480px) {
    .a-23 {
        padding: 32px 24px;
    }
}

.a-23:hover {
    background: #0003FF;
}

/* Teaser */
.a-24 {
    color: #FFF;
    display: block;
    height: 50vh;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.a-24__0 {
    overflow: hidden;
    position: relative;
}

.a-24__1 {
    -webkit-transition: -webkit-transform 250ms, transform 250ms;
    transition: -webkit-transform 250ms, transform 250ms;
    
    position: relative;
    z-index: 1;
}

.a-24:hover .a-24__1 {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.a-24__2 {
    height: 50vh !important;
    object-fit: cover;
}

html.no-objectfit .a-24__2 {
    height: auto !important;
}

.a-24__3 {
    -webkit-transition: background-color 250ms;
    transition: background-color 250ms;
    
    background: rgba(0, 0, 255, 0.6);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.a-24:hover .a-24__3 {
    background: rgba(0, 0, 255, 0.5);
}

.a-24__4 {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    padding: 32px 32px 0 32px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}

.a-24:hover .a-24__5 {
    text-decoration: underline;
}

/* Link */
.a-25 {
    -webkit-transition: background-color 250ms;
    transition: background-color 250ms;
    
    box-sizing: border-box;
    display: block;
    font-size: 6vw;
    height: 25vh;
    line-height: 1.1em;
    padding: 32px 24px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 7;
}

@media screen and (max-width: 480px) {
    .a-25 {
        padding: 32px 24px;
    }
}

.a-25:hover {
    background: #0003FF;
    color: #FFF;
}

/* Link */
.a-26 {
    -webkit-transition: background-color 250ms;
    transition: background-color 250ms;
    
    background: #1A1A1A;
    box-sizing: border-box;
    color: #FFF;
    display: block;
    font-size: 6vw;
    height: 25vh;
    line-height: 1.1em;
    padding: 32px 24px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 7;
}

@media screen and (max-width: 480px) {
    .a-26 {
        padding: 32px 24px;
    }
}

.a-26:hover {
    background: #0003FF;
}

/* Block */
.a-27 {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 128px 0 64px 0;
}

.a-27 .owl-dots {
    margin: 64px 0 0 0;
    text-align: center;
}

.a-27 .owl-dot {
    -webkit-transition: -webkit-transform 250ms, transform 250ms, color 250ms;
    transition: -webkit-transform 250ms, transform 250ms, color 250ms;
    
    border-radius: 50%;
    height: 16px;
    margin: 0 4px 0 0;
    width: 16px;
}

.a-27 button.owl-dot {
    background: #1A1A1A;
}

.a-27 .owl-dot.active {
    -webkit-transform: translate(0, -24px);
    transform: translate(0, -24px);
}

.a-27 button.owl-dot.active {
    background: #0003FF;
}

/* Block */
.a-28__0 {
    height: 100vh;
}

.a-28__1 {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.a-28__0.active .a-28__1 {
    position: fixed;
}

@media screen and (max-width: 768px) {
    .a-28__0.active .a-28__1 {
        position: static;
    }
}

.a-28__2 {
    height: 100vh !important;
    object-fit: cover;
}

html.no-objectfit .a-28__2 {
    height: auto !important;
}

/* Block */
.a-29 {
    background: #F0F0F0;
    position: relative;
    z-index: 2;
}

/* Block */
.a-30 {
    background: #F0F0F0;
    height: 100vh;
    position: relative;
}

.a-30__0 {
    box-sizing: border-box;
    left: 0;
    padding: 32px 104px 32px 32px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

@media screen and (max-width: 480px) {
    .a-30__0 {
        padding: 24px 96px 24px 24px;
    }
}

.a-30__1 {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    padding: 32px 32px 1px 32px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1;
}

@media screen and (max-width: 480px) {
    .a-30__1 {
        padding: 24px 24px 1px 24px;
    }
}

.a-30__2 {
    bottom: 0;
    box-sizing: border-box;
    left: 0;
    padding: 32px;
    position: absolute;
    width: 50%;
    z-index: 2;
}

@media screen and (max-width: 480px) {
    .a-30__2 {
        padding: 24px;
    }
}

.a-30__3 {
    bottom: 0;
    box-sizing: border-box;
    padding: 32px;
    position: absolute;
    right: 0;
    text-align: right;
    width: 50%;
    z-index: 2;
}

@media screen and (max-width: 480px) {
    .a-30__3 {
        padding: 24px;
    }
}

.a-30__4 {
    text-decoration: none;
}

.a-30__5 {
    -webkit-transition: right 250ms;
    transition: right 250ms;
    
    background: #F0F0F0;
    box-sizing: border-box;
    height: 100%;
    overflow: auto;
    padding: 32px 32px 1px 32px;
    position: fixed;
    right: -50%;
    top: 0;
    width: 50%;
    z-index: 5
}

@media screen and (max-width: 480px) {
    .a-30__5 {
        padding: 24px 24px 1px 24px;
        right: -100%;
        width: 100%;
    }
}

.a-30__5.active {
    right: 0;
}

@media screen and (max-width: 480px) {
    .a-30__5.active {
        right: 0;
    }
}

.a-30__6 {
    font-size: 112px;
    line-height: 1em;
    text-decoration: none;
}

@media screen and (max-width: 480px) {
    .a-30__6 {
        font-size: 56px;
        line-height: 1em;
    }
}

/* More */
.a-31 {
    -webkit-animation: animation-2 500ms infinite alternate;
    animation: animation-2 500ms infinite alternate;
    
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    
    bottom: 48px;
    font-size: 112px;
    left: 50%;
    line-height: 1em;
    position: absolute;
    text-decoration: none;
    z-index: 4;
}

@media screen and (max-width: 480px) {
    .a-31 {
        bottom: 36px;
        font-size: 56px;
        line-height: 1em;
    }
}

@-webkit-keyframes animation-2 {
    from {
        transform: translate(-50%, 0);
    }
    
    to {
        transform: translate(-50%, 24px);
    }
}

@keyframes animation-2 {
    from {
        transform: translate(-50%, 0);
    }
    
    to {
        transform: translate(-50%, 24px);
    }
}

.a-31--0 {
    color: #FFF;
}

.a-31--1 {
    color: inherit;
}

/* Block */
.a-32__0 {
    height: 100vh;
}

.a-32__1 {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.a-32__0.active .a-32__1 {
    position: fixed;
}

@media screen and (max-width: 768px) {
    .a-32__0.active .a-32__1 {
        position: static;
    }
}

/* Link */
.a-33 {
    -webkit-transition: background-color 250ms;
    transition: background-color 250ms;
    
    background: #0003FF;
    color: #FFF;
    display: inline-block;
    line-height: 1em;
    padding: 12px 24px;
    text-decoration: none;
    text-transform: uppercase;
}

.a-33:hover {
    background: #1A1A1A;
}

/* Block */
.a-34__0 {
    background: #FFF;
    box-sizing: border-box;
    float: left;
    height: 100vh;
    overflow: auto;
    padding: 64px 32px 1px 32px;
    width: 50%;
}

@media screen and (max-width: 768px) {
    .a-34__0 {
        display: none;
    }
}

.a-34__1 {
    float: right;
    max-width: 840px;
}

.a-34__2 {
    float: left;
    height: 100vh;
    overflow: auto;
    width: 50%;
}

@media screen and (max-width: 768px) {
    .a-34__2 {
        float: none;
        height: auto;
        padding: 64px 0 0 0;
        width: auto;
    }
}

/* Teaser */
.a-35 {
    -webkit-transition: background-color 250ms;
    transition: background-color 250ms;
    
    display: block;
    padding: 24px 32px;
    text-decoration: none;
}

.a-35:hover,
.a-35.active {
    background: #FFF;
}

.a-35__0 {
    max-width: 840px;
}

.a-35__1 {
    margin: 0;
}

/* Button */
.a-36 {
    background: #0003FF;
    color: #FFF;
    display: block;
    font-size: 24px;
    line-height: 1em;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.a-36:hover {
    text-decoration: underline;
}

/* Button */
.a-37 {
    background: #1A1A1A;
    color: #FFF;
    display: block;
    font-size: 24px;
    line-height: 1em;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.a-37:hover {
    text-decoration: underline;
}

/* Block */
.a-38__0 {
    background: #FFF;
    box-sizing: border-box;
    float: left;
    height: 100vh;
    overflow: auto;
    padding: 64px 32px 1px 32px;
    width: 50%;
}

@media screen and (max-width: 768px) {
    .a-38__0 {
        float: none;
        height: auto;
        width: auto;
    }
}

.a-38__1 {
    float: right;
    max-width: 840px;
}

.a-38__2 {
    float: left;
    height: 100vh;
    overflow: auto;
    width: 50%;
}

@media screen and (max-width: 768px) {
    .a-38__2 {
        display: none;
    }
}

 /* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

@media screen and (max-width: 767px) {
    .hidden {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    .hidden-768 {
        display: none !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;
    }
}


