@charset "utf-8";

/* Variables */

/** ------------------------------
    Custom Media
    ------------------------------ */

/*
    Only place global custom media queries here.
    Component-specific queries such as `grid` should be in
    the relevant component file.
 */

/** ------------------------------
    Mixins
    ------------------------------ */

/*
    Only place global mixins here.
    Component-specific mixins such as `button` should be in
    the relevant component file.
 */

/* Vendor */

/*! 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}

@-webkit-keyframes plyr-progress{to{background-position:25px 0}}

@keyframes plyr-progress{to{background-position:25px 0}}

@-webkit-keyframes plyr-popup{0%{opacity:.5;-webkit-transform:translateY(10px);transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}

@keyframes plyr-popup{0%{opacity:.5;-webkit-transform:translateY(10px);transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}

@-webkit-keyframes plyr-fade-in{from{opacity:0}to{opacity:1}}

@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;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:500;line-height:1.7;max-width:100%;min-width:200px;position:relative;text-shadow:none;-webkit-transition:-webkit-box-shadow .3s ease;transition:-webkit-box-shadow .3s ease;transition:box-shadow .3s ease;transition:box-shadow .3s ease, -webkit-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{-webkit-box-sizing:border-box;box-sizing:border-box}

.plyr--full-ui *,.plyr--full-ui ::after,.plyr--full-ui ::before{-webkit-box-sizing:inherit;box-sizing:inherit}

.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{-ms-touch-action:manipulation;touch-action:manipulation}

.plyr__badge{background:#4f5b5f;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{-webkit-animation:plyr-fade-in .3s ease;animation:plyr-fade-in .3s ease;bottom:0;color:#fff;display:none;font-size:14px;left:0;padding:10px;position:absolute;text-align:center;-webkit-transition:-webkit-transform .4s ease-in-out;transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out, -webkit-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{-webkit-transform:translateY(-40px);transform:translateY(-40px)}

.plyr__control{background:0 0;border:0;border-radius:3px;color:inherit;cursor:pointer;-ms-flex-negative:0;flex-shrink:0;overflow:visible;padding:7px;position:relative;-webkit-transition:all .3s ease;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{-webkit-box-shadow:0 0 0 5px rgba(26,175,255,.5);box-shadow:0 0 0 5px rgba(26,175,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:#1aafff;color:#fff}

.plyr--video .plyr__control svg{-webkit-filter:drop-shadow(0 1px 1px rgba(0, 0, 0, .15));filter:drop-shadow(0 1px 1px rgba(0, 0, 0, .15))}

.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#1aafff;color:#fff}

.plyr__control--overlaid{background:rgba(26,175,255,.8);border:0;border-radius:100%;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.15);box-shadow:0 1px 1px rgba(0,0,0,.15);color:#fff;display:none;left:50%;padding:15px;position:absolute;top:50%;-webkit-transform:translate(-50%,-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:#1aafff}

.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{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:center}

.plyr__controls .plyr__menu,.plyr__controls .plyr__progress,.plyr__controls .plyr__time,.plyr__controls .plyr__volume,.plyr__controls>.plyr__control{margin-left:5px}

.plyr__controls .plyr__menu+.plyr__control,.plyr__controls .plyr__progress+.plyr__control,.plyr__controls>.plyr__control+.plyr__control,.plyr__controls>.plyr__control+.plyr__menu{margin-left:2px}

.plyr__controls>.plyr__control:first-child,.plyr__controls>.plyr__control:first-child+[data-plyr=pause]{margin-left:0;margin-right:auto}

.plyr__controls:empty{display:none}

@media (min-width:480px){.plyr__controls .plyr__menu,.plyr__controls .plyr__progress,.plyr__controls .plyr__time,.plyr__controls .plyr__volume,.plyr__controls>.plyr__control{margin-left:10px}}

.plyr--audio .plyr__controls{background:#fff;border-radius:inherit;color:#4f5b5f;padding:10px}

.plyr--video .plyr__controls{background:-webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.7)));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;-webkit-transition:opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;transition:opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;transition:opacity .4s ease-in-out,transform .4s ease-in-out;transition:opacity .4s ease-in-out,transform .4s ease-in-out,-webkit-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;-webkit-transform:translateY(100%);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__video-embed{height:0;padding-bottom:56.25%;position:relative}

.plyr__video-embed iframe{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;-webkit-transform:translateY(-38.28125%);transform:translateY(-38.28125%)}

.plyr__menu{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}

.plyr__menu .plyr__control svg{-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease}

.plyr__menu .plyr__control[aria-expanded=true] svg{-webkit-transform:rotate(90deg);transform:rotate(90deg)}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}

.plyr__menu__container{-webkit-animation:plyr-popup .2s ease;animation:plyr-popup .2s ease;background:rgba(255,255,255,.9);border-radius:4px;bottom:100%;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:0 1px 2px rgba(0,0,0,.15);color:#4f5b5f;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;-webkit-transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1);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{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#4f5b5f;display:-webkit-box;display:-ms-flexbox;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{-webkit-box-align:inherit;-ms-flex-align:inherit;align-items:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}

.plyr__menu__container .plyr__control::after{border:4px solid transparent;content:'';position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}

.plyr__menu__container .plyr__control--forward{padding-right:28px}

.plyr__menu__container .plyr__control--forward::after{border-left-color:rgba(79,91,95,.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(79,91,95,.8);left:7px}

.plyr__menu__container .plyr__control--back::before{background:#b7c5cd;-webkit-box-shadow:0 1px 0 #fff;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;-ms-flex-negative:0;flex-shrink:0;height:16px;margin-right:10px;-webkit-transition:all .3s ease;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%;-webkit-transform:translateY(-50%) scale(0);transform:translateY(-50%) scale(0);-webkit-transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,-webkit-transform .3s ease;transition:transform .3s ease,opacity .3s ease;transition:transform .3s ease,opacity .3s ease,-webkit-transform .3s ease;width:6px}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before{background:#1aafff}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after{opacity:1;-webkit-transform:translateY(-50%) scale(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{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;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:28px;color:#1aafff;display:block;height:20px;margin:0;padding:0;-webkit-transition:-webkit-box-shadow .3s ease;transition:-webkit-box-shadow .3s ease;transition:box-shadow .3s ease;transition:box-shadow .3s ease, -webkit-box-shadow .3s ease;width:100%}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:0 0;border:0;border-radius:2px;height:4px;-webkit-transition:-webkit-box-shadow .3s ease;transition:-webkit-box-shadow .3s ease;transition:box-shadow .3s ease;transition:box-shadow .3s ease, -webkit-box-shadow .3s ease;-webkit-user-select:none;user-select:none;background-image:-webkit-gradient(linear,left top, right top,color-stop(0, currentColor),color-stop(0, transparent));background-image:linear-gradient(to right,currentColor 0,transparent 0)}

.plyr--full-ui input[type=range]::-webkit-slider-thumb{background:#fff;border:0;border-radius:100%;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2);box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2);height:14px;position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:14px;-webkit-appearance:none;margin-top:-5px}

.plyr--full-ui input[type=range]::-moz-range-track{background:0 0;border:0;border-radius:2px;height:4px;-webkit-transition:-webkit-box-shadow .3s ease;transition:-webkit-box-shadow .3s ease;transition:box-shadow .3s ease;transition:box-shadow .3s ease, -webkit-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(47,52,61,.2);height:14px;position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:14px}

.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2px;height:4px}

.plyr--full-ui input[type=range]::-ms-track{background:0 0;border:0;border-radius:2px;height:4px;-webkit-transition:-webkit-box-shadow .3s ease;transition:-webkit-box-shadow .3s ease;transition:box-shadow .3s ease;transition:box-shadow .3s ease, -webkit-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:2px;height:4px;-webkit-transition:-webkit-box-shadow .3s ease;transition:-webkit-box-shadow .3s ease;transition:box-shadow .3s ease;transition:box-shadow .3s ease, -webkit-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:2px;height:4px;-webkit-transition:-webkit-box-shadow .3s ease;transition:-webkit-box-shadow .3s ease;transition:box-shadow .3s ease;transition:box-shadow .3s ease, -webkit-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(47,52,61,.2);height:14px;position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:14px;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{-webkit-box-shadow:0 0 0 5px rgba(26,175,255,.5);box-shadow:0 0 0 5px rgba(26,175,255,.5);outline:0}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{box-shadow:0 0 0 5px rgba(26,175,255,.5);outline:0}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{box-shadow:0 0 0 5px rgba(26,175,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{-webkit-box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2),0 0 0 3px rgba(255,255,255,.5);box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.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(47,52,61,.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(47,52,61,.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(183,197,205,.66)}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:rgba(183,197,205,.66)}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:rgba(183,197,205,.66)}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{-webkit-box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2),0 0 0 3px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.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(47,52,61,.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(47,52,61,.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;-webkit-transition:opacity .2s ease;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%;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:0 1px 2px rgba(0,0,0,.15);color:#4f5b5f;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;-webkit-transform:translate(-50%,10px) scale(.8);transform:translate(-50%,10px) scale(.8);-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transition:opacity .2s .1s ease,-webkit-transform .2s .1s ease;transition:opacity .2s .1s ease,-webkit-transform .2s .1s ease;transition:transform .2s .1s ease,opacity .2s .1s ease;transition:transform .2s .1s ease,opacity .2s .1s ease,-webkit-transform .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;-webkit-transform:translateX(-50%);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;-webkit-transform:translate(-50%,0) scale(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;-webkit-transform:translate(0,10px) scale(.8);transform:translate(0,10px) scale(.8);-webkit-transform-origin:0 100%;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;-webkit-transform:translate(0,10px) scale(.8);transform:translate(0,10px) scale(.8);-webkit-transform-origin:100% 100%;transform-origin:100% 100%}

.plyr__controls>.plyr__control:last-child .plyr__tooltip::before{left:auto;right:16px;-webkit-transform:translateX(50%);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{-webkit-transform:translate(0,0) scale(1);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__progress{-webkit-box-flex:1;-ms-flex:1;flex:1;left:7px;margin-right:14px;position:relative}

.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-7px;margin-right:-7px;width:calc(100% + 14px)}

.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:4px;left:0;margin-top:-2px;padding:0;position:absolute;top:50%}

.plyr__progress__buffer::-webkit-progress-bar{background:0 0;-webkit-transition:width .2s ease;transition:width .2s ease}

.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:4px}

.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:4px;-webkit-transition:width .2s ease;transition:width .2s ease}

.plyr__progress__buffer::-ms-fill{border-radius:100px;-webkit-transition:width .2s ease;transition:width .2s ease}

.plyr--video .plyr__progress__buffer{-webkit-box-shadow:0 1px 1px rgba(0,0,0,.15);box-shadow:0 1px 1px rgba(0,0,0,.15);color:rgba(255,255,255,.25)}

.plyr--audio .plyr__progress__buffer{color:rgba(183,197,205,.66)}

.plyr--loading .plyr__progress__buffer{-webkit-animation:plyr-progress 1s linear infinite;animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,rgba(47,52,61,.6) 25%,transparent 25%,transparent 50%,rgba(47,52,61,.6) 50%,rgba(47,52,61,.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(183,197,205,.66)}

.plyr__volume{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;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:-moz-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:-moz-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%;width:100%}

.plyr:-moz-full-screen .plyr__video-wrapper{height:100%;width:100%}

.plyr:-ms-fullscreen .plyr__video-wrapper{height:100%;width:100%}

.plyr:fullscreen .plyr__video-wrapper{height:100%;width:100%}

.plyr:-webkit-full-screen .plyr__video-embed{overflow:visible}

.plyr:-moz-full-screen .plyr__video-embed{overflow:visible}

.plyr:-ms-fullscreen .plyr__video-embed{overflow:visible}

.plyr:fullscreen .plyr__video-embed{overflow:visible}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;transform:translateY(-50%)}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;transform:translateY(-50%)}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}

.plyr:-moz-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:-moz-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:-moz-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:-moz-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%;width:100%}

.plyr:-webkit-full-screen .plyr__video-embed{overflow:visible}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;-webkit-transform:translateY(-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%;width:100%}

.plyr:-moz-full-screen .plyr__video-embed{overflow:visible}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;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%;width:100%}

.plyr:-ms-fullscreen .plyr__video-embed{overflow:visible}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;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%;width:100%}

.plyr--fullscreen-fallback .plyr__video-embed{overflow:visible}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;-webkit-transform:translateY(-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(47,52,61,.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:4px;left:0;margin:-2px 0 0;opacity:.8;position:absolute;top:50%;width:3px;z-index:3}

.plyr--no-transition{-webkit-transition:none!important;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}

/* App */

/** ------------------------------
    Reset
    ------------------------------ */

/* Enables fast-tap in iOS Safari when page is zoomed */

a,
button,
input,
textarea,
select,
details {
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    }

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    }

fieldset {
    margin: 0;
    border-style: solid;
    border-width: 1px;
    }

textarea {
    resize: vertical;
    }

img,
svg {
    max-width: 100%;
    vertical-align: top;
    }

ul,
ol,
dl {
    margin-top: 0;
    margin-bottom: calc(1.5 * 1rem);
    }

/** ------------------------------
    Alignments
    ------------------------------ */

.center-block {
    margin-left: auto;
    margin-right: auto;
    }

.align-center {
    @if true == true {
        text-align: center !important;
    }
    @else {
        text-align: center;
    }
    }

.align-left {
    @if true == true {
        text-align: left !important;
    }
    @else {
        text-align: left;
    }
    }

.align-right {
    @if true == true {
        text-align: right !important;
    }
    @else {
        text-align: right;
    }
    }

.pull-left {
    @if true == true {
        float: left !important;
    }
    @else {
        float: left;
    }
    }

.pull-right {
    @if true == true {
        float: right !important;
    }
    @else {
        float: right;
    }
    }

.pull-none {
    @if true == true {
        float: none !important;
    }
    @else {
        float: none;
    }
    }

.reversed-again {
  flex-direction: column-reverse!important;
}

@media (min-width: 768px) {
.reversed-again {
  flex-direction: row-reverse!important;
}
}


/** ------------------------------
    Layout
    ------------------------------ */

.no-margin {
    margin: 0 !important;
    }

.no-padding {
    padding: 0 !important;
    }

/** ------------------------------
    Lists
    ------------------------------ */

.list-reset {
    list-style: none;
    margin: 0;
    padding-left: 0;
    }

.list-dashed {
    list-style: none;
    padding-left: 1.25rem;
    }

.list-dashed li::before {
        content: '\2013';
        position: absolute;
        margin-left: -20px;
        }

/** ------------------------------
    Separator
    ------------------------------ */

.separator {
    border-top: 1px solid #a09d9d;
    height: 0;
    margin: 0 -9999px;
    }

.separator-horizontal {
    display: inline-block;
    border-left: 2px solid #a09d9d;
    height: 1rem;
    margin: 0 .75rem;
    width: 0;
    }

/** ------------------------------
    Visibility
    ------------------------------ */

.hidden {
    display: none;
    }

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    }

/** ------------------------------
    Global
    ------------------------------ */

html {
    background-color: #f7e8e3;
    overflow-x: hidden;
    overflow-y: scroll;
    }

/** ------------------------------
    Fonts
    ------------------------------ */

@font-face {
    font-family: 'electra';
    src: url('../fonts/ElectraLTStd-Regular.woff2') format('woff2'),
         url('../fonts/ElectraLTStd-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    }

/** ------------------------------
    Base
    ------------------------------ */

html {
    font: 400 100%/1.5 'electra', serif;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }

::-moz-selection {
    background-color: rgba(0, 0, 0, .6);
    color: white;
    }

::selection {
    background-color: rgba(0, 0, 0, .6);
    color: white;
    }

/** ------------------------------
    Links
    ------------------------------ */

a {
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
            text-decoration-skip: ink;
    }

/** ------------------------------
    Headings
    ------------------------------ */

h1, h2, h3, h4, h5, h6 {
    font-family: 'brandon-grotesque', system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    }

.lead {
    font-size: 2rem;
    line-height: 3rem;
    }

/** ------------------------------
    Paragraphs
    ------------------------------ */

p {
    margin-top: 0;
    margin-bottom: calc(1.5 * 1rem);
    }

/** ------------------------------
    Hero text
    ------------------------------ */

.hero-txt {
    font-size: 1.75rem;
    line-height: 1.6;
    }

.hero-txt a {
        color: #000;
        background-image: linear-gradient(to top, currentcolor 3px, transparent 0);
        padding: 0.25rem 0 0.1rem 0;
        text-decoration: none;
        }

.hero-txt a:hover {
        background-color: #fdf5f5;
        }

.hero-txt--centered {
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
    }

@media (min-width: 768px) {

    .hero-txt {
        font-size: 2.1875rem;
        }

}

/** ------------------------------
    Box sizing
    ------------------------------ */

html {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    }

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

/** ------------------------------
    Containers
    ------------------------------ */

.container {
    margin: auto;
    padding: 0 calc(5% / 2);
    max-width: 1240px;
    }

.container--fluid {
    max-width: none;
    }

/** ------------------------------
    Content wrapper
    ------------------------------ */

.content-wrap {
    margin: 40px auto 40px;
    -webkit-transition: opacity 400ms ease-out;
    transition: opacity 400ms ease-out;
    opacity: 0;
    }

.content-wrap.in {
    opacity: 1;
    }

@media (min-width: 768px) {

    .content-wrap {
        margin-top: 90px;
        }

}

@media (min-width: 1240px) {

    .content-wrap {
        margin-top: 120px;
        margin-bottom: 100px;
        }

}

/** ------------------------------
    SVGs
    ------------------------------ */

.social-links {
	width: auto;
	display: flex;
	flex-grow: 2;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-end;
}

.social-links.links-mobile {
	display: flex;
}

.social-links.links-desktop {
	display: none;
}



.social-links a {
	width: 25px;
	height: 25px;
	display: block;
	margin-left: 6px;
	margin-top: -10px;
}

.social-links a.instagram {
	width: 29px;
	height: 29px;
	display: block;
	margin-bottom: 1px;
	margin-left: 8px;
}

.social-links a svg {
	display: block;
	height: 100%;
	width: 100%;
}


/** ------------------------------
    Carousel
    ------------------------------ */

.carousel {
    position: relative;
    }

.carousel img {
  width: 100%;
  height: auto;
}

.carousel__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: absolute;
        left: 50%;
        bottom: 4%;
        width: 120px;
        height: 40px;
        border-radius: 40px;
        background-color: rgba(0, 0, 0, .4);
        font-family: sans-serif;
        font-size: .8em;
        font-weight: 800;
        color: #e3e3e3;
        line-height: 40px;
        -webkit-transform: translate3d(-50%, 0, 0);
                transform: translate3d(-50%, 0, 0);
        }

.carousel__nav-control {
            height: 100%;
            padding: 8px 6px;
            border: 0;
            background-color: transparent;
            color: inherit;
            }

.carousel__nav-control:focus {
            outline: 0;
            }

/** ------------------------------
    Grid
    ------------------------------ */

.grid {
    position: relative;
    margin-left: calc(30px / -2);
    margin-right: calc(30px / -2);
    }

.grid__cell {
        float: left;
        width: 100%;
        padding-left: calc(30px / 2);
        padding-right: calc(30px / 2);
        min-height: 1px;
        }

.grid:not(.grid--flex) {
    clear: fix;
    }

/** ------------------------------
    Flex grid
    ------------------------------ */

.grid--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

.grid--flex.grid--between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    }

.grid--flex.grid--reversed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    }

.grid--flex > .grid__cell {
        float: none !important;
        }

/** ------------------------------
    Modifiers
    ------------------------------ */

.grid--collapsed {
    margin-left: 0;
    margin-right: 0;
    }

.grid--collapsed > .grid__cell {
        padding-left: 0;
        padding-right: 0;
        }

.grid--reversed > .grid__cell {
    float: right;
    }

/** ------------------------------
    Responsive breakpoints
    ------------------------------ */

.grid__cell--xs-1 { width: calc(1/12 * 100%); }

.grid__cell--xs-2 { width: calc(2/12 * 100%); }

.grid__cell--xs-3 { width: calc(3/12 * 100%); }

.grid__cell--xs-4 { width: calc(4/12 * 100%); }

.grid__cell--xs-5 { width: calc(5/12 * 100%); }

.grid__cell--xs-6 { width: calc(6/12 * 100%); }

.grid__cell--xs-7 { width: calc(7/12 * 100%); }

.grid__cell--xs-8 { width: calc(8/12 * 100%); }

.grid__cell--xs-9 { width: calc(9/12 * 100%); }

.grid__cell--xs-10 { width: calc(10/12 * 100%); }

.grid__cell--xs-11 { width: calc(11/12 * 100%); }

.grid__cell--xs-12 { width: calc(12/12 * 100%); }

@media (min-width: 768px) {
    .grid__cell--sm-1 { width: calc(1/12 * 100%); }
    .grid__cell--sm-2 { width: calc(2/12 * 100%); }
    .grid__cell--sm-3 { width: calc(3/12 * 100%); }
    .grid__cell--sm-4 { width: calc(4/12 * 100%); }
    .grid__cell--sm-5 { width: calc(5/12 * 100%); }
    .grid__cell--sm-6 { width: calc(6/12 * 100%); }
    .grid__cell--sm-7 { width: calc(7/12 * 100%); }
    .grid__cell--sm-8 { width: calc(8/12 * 100%); }
    .grid__cell--sm-9 { width: calc(9/12 * 100%); }
    .grid__cell--sm-10 { width: calc(10/12 * 100%); }
    .grid__cell--sm-11 { width: calc(11/12 * 100%); }
    .grid__cell--sm-12 { width: calc(12/12 * 100%); }
}

@media (min-width: 1024px) {
    .grid__cell--md-1 { width: calc(1/12 * 100%); }
    .grid__cell--md-2 { width: calc(2/12 * 100%); }
    .grid__cell--md-3 { width: calc(3/12 * 100%); }
    .grid__cell--md-4 { width: calc(4/12 * 100%); }
    .grid__cell--md-5 { width: calc(5/12 * 100%); }
    .grid__cell--md-6 { width: calc(6/12 * 100%); }
    .grid__cell--md-7 { width: calc(7/12 * 100%); }
    .grid__cell--md-8 { width: calc(8/12 * 100%); }
    .grid__cell--md-9 { width: calc(9/12 * 100%); }
    .grid__cell--md-10 { width: calc(10/12 * 100%); }
    .grid__cell--md-11 { width: calc(11/12 * 100%); }
    .grid__cell--md-12 { width: calc(12/12 * 100%); }
}

@media (min-width: 1440px) {
    .grid__cell--lg-1 { width: calc(1/12 * 100%); }
    .grid__cell--lg-2 { width: calc(2/12 * 100%); }
    .grid__cell--lg-3 { width: calc(3/12 * 100%); }
    .grid__cell--lg-4 { width: calc(4/12 * 100%); }
    .grid__cell--lg-5 { width: calc(5/12 * 100%); }
    .grid__cell--lg-6 { width: calc(6/12 * 100%); }
    .grid__cell--lg-7 { width: calc(7/12 * 100%); }
    .grid__cell--lg-8 { width: calc(8/12 * 100%); }
    .grid__cell--lg-9 { width: calc(9/12 * 100%); }
    .grid__cell--lg-10 { width: calc(10/12 * 100%); }
    .grid__cell--lg-11 { width: calc(11/12 * 100%); }
    .grid__cell--lg-12 { width: calc(12/12 * 100%); }
}

/** ------------------------------
    Loader
    ------------------------------ */

.loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
    width: 70px;
    height: 70px;
    outline: none;
    border-radius: 50%;
    border-right: solid 5px #cfc8c2;
    border-bottom: solid 5px transparent;
    -webkit-animation: loader 1s linear infinite;
            animation: loader 1s linear infinite;
    z-index: 1000;
    }

@-webkit-keyframes loader {

    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
        }

}

@keyframes loader {

    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
        }

}

/** ------------------------------
    Nav
    ------------------------------ */

.nav {
    list-style: none;
    margin: 0;
    padding-left: 0;
    }

/** ------------------------------
    Pagination
    ------------------------------ */

.pagination {
    margin: 30px calc(5% / -2);
    }

.pagination-list {
        list-style: none;
        margin: 0;
        padding-left: 0;
        margin-left: calc(5% / 2);
        margin-right: calc(5% / 2);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        line-height: 1;
        text-align: left;
        }

.pagination__link {
            display: block;
            color: currentcolor;
            text-decoration: none;
  font-size: 1.125rem;
    line-height: 1.667;
            }

.pagination__link-type::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -1px;
        width: 0;
        height: 2px;
        background-color: currentcolor;
        -webkit-transform: translate3d(-50%, 0, 0);
                transform: translate3d(-50%, 0, 0);
        -webkit-transition: width .15s ease-out;
        transition: width .15s ease-out;
        }

.pagination__link-type:hover::after {
        width: 100%;
        }

.pagination__link--next {
            text-align: right;
            }

.pagination__link-type {
                font-family: 'brandon-grotesque', system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, sans-serif;
                font-size: .825rem;
                font-weight: 800;
                letter-spacing: 1px;
                text-transform: uppercase;
                position: relative;
                text-decoration: none;
                }

.pagination__link-type {
                display: inline-block;
                }


.pagination__link-title {
margin-top: 5px;
    display: block;
    line-height: 1;
                }

@media (min-width: 768px) {

    .pagination {
        margin-top: 15px;
        }

}

/** ------------------------------
    Project
    ------------------------------ */

.project {
    font-size: 1.125rem;
    line-height: 1.667;
    margin-top: 60px;
    padding-bottom: 60px;
    }

.project :last-child {
        margin-bottom: 0;
        }

.project__intro {

        font-size: 1.75rem;
        line-height: 1.6;
        margin: 40px 0 0px;
        }
.project__intro.secondary {
  width: 70%;
}

	.credits-roles ul li:first-child,
    .project__title {
        font-family: 'brandon-grotesque', system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, sans-serif;
        font-size: .825rem;
        font-weight: 800;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-top: 25px;
        margin-bottom: .25rem;
        }

.project > p {
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 10px;
        max-width: 430px;
        line-height: 1.667;
        }

.carousel {
    }

.project__item {
        width: 100%;
        }

@media (max-width: 767px) {

    .carousel {
        margin-left: -20px;
        margin-right: -20px;
        }

}

@media (min-width: 768px) {

    .project__intro {
        font-size: 2.1875rem;
        }
  
    .project__intro p {
        width: 100%;
        line-height: 1.6;
    }

}

@media (min-width: 1023px) {
  
    .project__intro p {
        width: 100%;
    }

}

@media (min-width: 768px) and (max-width: 1023px) {

    .carousel {
        margin-left: -30px;
        margin-right: -30px;
        }

}

/** ------------------------------
    Responsive Media
    ------------------------------ */

.responsive-media {
    position: relative;
    width: 100%;
    padding-bottom: calc(9 / 16 * 100%);
    }

.responsive-media > * {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        }

/** ------------------------------
    Masthead
    ------------------------------ */

.masthead {
    padding: calc(5% / 2);
	display: flex;
	flex-wrap: wrap;
	    justify-content: space-between;
    }

.masthead__logo {
        display: block;
        margin-bottom: 10px;
        width: 195px;
        }

.masthead__menu {
        font-size: 12px;
        line-height: 1;
    margin-top: 30px;

        }

.masthead__menu-item {
            display: inline-block;
            margin: 0 10px;
	line-height: 1.8rem;
            }

.masthead__menu-item a svg {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	vertical-align: text-top;
            }

.masthead__menu-item > a {
                font-family: 'brandon-grotesque', system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, sans-serif;
                font-size: .825rem;
                font-weight: 800;
                letter-spacing: 1px;
                text-transform: uppercase;
                position: relative;
                text-decoration: none;
                }

.masthead__menu-item > a::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -4px;
        width: 0;
        height: 2px;
        background-color: currentcolor;
        -webkit-transform: translate3d(-50%, 0, 0);
                transform: translate3d(-50%, 0, 0);
        -webkit-transition: width .15s ease-out;
        transition: width .15s ease-out;
        }

.masthead__menu-item > a:hover::after {
        width: 100%;
        }

.masthead__menu-item > a {
                display: inline-block;
                color: inherit;
                }

.masthead__menu-item > a.active::after {
                width: 100%;
                }

@media (max-width: 1023px) {

    .masthead__menu {
        margin-left: -10px;
        }

}

@media (min-width: 768px) {

    .masthead__logo {
        width: 215px;
        margin-bottom: 15px;
        }

}

@media (min-width: 1024px) {

    .masthead {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
                align-items: flex-start;
        }
        .masthead__logo {
            margin-bottom: 0;
            width: 270px;
            }
        .masthead__menu-item > a {
            margin-top: 0;
            }

}

/** ------------------------------
    Awards
    ------------------------------ */

.awards-timeline {
    margin-top: 45px;
    }

.awards-timeline__year {
        font-family: 'brandon-grotesque', system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, sans-serif;
        font-size: .825rem;
        font-weight: 800;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-bottom: 10px;
        }

.awards-timeline__year:not(:first-child) {
        margin-top: 25px;
        }

.awards-timeline__entry {
        margin-left: 0;
        }

.awards-timeline__entry-client {
        font-family: 'brandon-grotesque', system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, sans-serif;
        font-size: .825rem;
        font-weight: 800;
        letter-spacing: 1px;
        text-transform: uppercase;
        }

.awards-timeline__entry + .awards-timeline__entry {
        margin-top: 15px;
        }

@media (max-width: 767px) {

    .awards-timeline__entry-client {
        display: block;
        }

    .awards-timeline__entry .separator-horizontal {
        display: none;
        }

}

@media (min-width: 768px) {

    .awards-timeline {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        }
        .awards-timeline__year,
        .awards-timeline__space {
            width: 20%;
            margin-bottom: 0;
            }
        .awards-timeline__entry {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            margin-bottom: 20px;
            width: 80%;
            }
        .awards-timeline__year:not(:first-child),
        .awards-timeline__year:not(:first-child) + .awards-timeline__entry {
            margin-top: 40px;
            }

}

/** ------------------------------
    Work
    ------------------------------ */

.work {
    }

.work__header {
        margin-bottom: 60px;
        }

.work__header :last-child {
        margin-bottom: 0;
        }

/* Loaded animation */

.work > :not(.work__close) {
    opacity: 0;
    -webkit-transform: translate3d(0, 80px, 0);
            transform: translate3d(0, 80px, 0);
    -webkit-transition: opacity 700ms linear, -webkit-transform 700ms ease;
    transition: opacity 700ms linear, -webkit-transform 700ms ease;
    transition: transform 700ms ease, opacity 700ms linear;
    transition: transform 700ms ease, opacity 700ms linear, -webkit-transform 700ms ease;
    }

.in .work > :not(.work__close) {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
        }

.in .work > :not(.work__close) {
        -webkit-transition-delay: 900ms;
                transition-delay: 900ms;
        }

.in .work > :first-child {
        -webkit-transition-delay: 400ms;
                transition-delay: 400ms;
        }

/** ------------------------------
    Plyr customisation
    ------------------------------ */

.plyr input[type=range]::-ms-fill-lower {
    background: rgba(0, 0, 0, .4);
    }

.plyr input[type=range]:active::-webkit-slider-thumb {
    background: rgba(0, 0, 0, .4);
    }

.plyr input[type=range]:active::-moz-range-thumb {
    background: rgba(0, 0, 0, .4);
    }

.plyr input[type=range]:active::-ms-thumb {
    background: rgba(0, 0, 0, .4);
    }

.plyr--video .plyr__controls button.tab-focus:focus,
.plyr--video .plyr__controls button:hover {
    background: rgba(0, 0, 0, .4);
    }

.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr--audio .plyr__controls button:hover,
.plyr__play-large,
.plyr__control--overlaid {
    background: rgba(0, 0, 0, .4)!important;
    }

.plyr__progress--played,
.plyr__volume--display {
    color: rgba(0, 0, 0, .4);
    }

@media (min-width: 690px) {
	
.masthead__menu {
        font-size: 12px;
        line-height: 1;
    margin-top: 0;

        }
	

.masthead__menu-item {
            display: inline-block;
            margin: 0 10px;
	line-height: 1rem;
            }
	
	.social-links {
		width: 100%;
		display: flex;
		flex-grow: 2;
				padding: 8px;
margin-top: 20px;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: flex-end;
	}
	
	.social-links a {
		width: 28px;
		height: 28px;
		display: block;
		margin-left: 14px;
		margin-top: 0;
	}
	
	.social-links a.instagram {
		width: 32px;
		height: 32px;
		display: block;
		margin-bottom: 1px;
		margin-left: 8px;
	}
	
	.social-links.links-mobile {
		display: none;
	}

	.social-links.links-desktop {
		display: flex;
	}
	
}
