@charset "UTF-8";
/*------------------------------------*\
    STYLE.CSS
\*------------------------------------*/
/**
 *
 * Here we pull in some variables, include the dr.css framework,
 * then add our project-specific components afterwards.
 */
/**
 * Setup
 */
/*------------------------------------*\
    VARS.SCSS
\*------------------------------------*/
/*------------------------------------*\
    DR.CSS
\*------------------------------------*/
/*!*
 *
 * Digital Republiq Responsive CSS Framework
 *
 * Heavily borrowed what we need from the awesome inuit.css framework
 *
 */
/*------------------------------------*\
    $WARNING
\*------------------------------------*/
/*
 * dr.css, being an OO framework, works in keeping with the open/closed principle.
 * The variables you set previously are now being used throughout dr.css
 * to style everything we need for a base.
 * Any modules styles SHOULD NOT be added or modified in dr.css directly,
 * but added via your theme stylesheet as per the open/closed principle:
 *
 * csswizardry.com/2012/06/the-open-closed-principle-applied-to-css
 *
 * Try not to edit any CSS beyond this point;
 * if you find you need to do so it is a failing of the framework
 * so please email ben@digitalrepubliq.com.au
 */
/*------------------------------------*\
    $IMPORTS
\*------------------------------------*/
/**
 * Generic utility styles etc.
 */
/*------------------------------------*\
    $DEFAULTS
\*------------------------------------*/
/**
 * dr.css’ default variables.
 * Redefine these in your own `_vars.scss` file
 */
/*------------------------------------*\
    $BASE
\*------------------------------------*/
/**
 * Base stuff
 */
/**
 * Base font-family.
 */
/**
 * Default colour for objects’ borders etc.
 */
/**
 * Default border-radius
 */
/**
 * Responsive push and pull produce a LOT of code,
 * only turn them on if you definitely need them.
 */
/**
 * Note: `$push` variable above must be set to true before enabling these.
 */
/**
 * Note: `$pull` variable above must be set to true before enabling these.
 */
/**
 * Tell dr.css when breakpoints start.
 */
/*------------------------------------*\
    $FONT-SIZES
\*------------------------------------*/
/**
 * Font-sizes (in pixels)
 */
/*------------------------------------*\
    $FRAMEWORK
\*------------------------------------*/
/**
 * dr.css will work these next ones out for use within the framework.
 *
 * Assign our `$base-line-height` to a new spacing var for more transparency.
 */
/*------------------------------------*\
    $FORMS
\*------------------------------------*/
/*------------------------------------*\
    $MIXINS
\*------------------------------------*/
/**
 * Create a fully formed type style (sizing and vertical rhythm) by passing in a
 * single value, e.g.:
 *
   `@include font-size(10px);`
 *
 */
/**
 * Style any number of headings in one fell swoop, e.g.:
 *
   .foo{
       @include headings(1, 3){
           color:#BADA55;
       }
    }
 *
 */
/**
 * Force overly long spans of text to truncate, e.g.:
 *
   `@include truncate(100%);`
 *
 * Where `$truncation-boundary` is a united measurement.
 */
/**
 * Media query mixin.
 *
 * Some broad breakpoints are defined in our vars file that are picked up here
 * for use in a simple media query mixin. Our options are:
 *
 * small
 * medium
 * small-and-medium
 * medium-and-up
 * large
 * extra-large
 *
 * Not using a media query will, naturally, serve styles to all devices.
 *
 * `@include media-query(small){ [styles here] }`
 *
 * We work out your end points for you:
 */
/**
 * Hide content off-screen without resorting to `display:none;`, also provide
 * breakpoint specific hidden elements.
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  position: relative;
  display: block; }

/*
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a.nice-select.open,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/*
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/*
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/*
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/*
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/*
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/*
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/*
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/*
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*------------------------------------*\
    $RESET
\*------------------------------------*/
/**
 * A more considered reset; more of a restart...
 * As per: csswizardry.com/2011/10/reset-restarted
 */
/**
* Let’s make the box model all nice, shall we...?
*/
*, *:before, *:after {
  box-sizing: border-box; }

/**
 * The usual...
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0; }

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
abbr[title], dfn[title] {
  cursor: help; }

/**
 * Remove underlines from potentially troublesome elements.
 */
u, ins {
  text-decoration: none; }

/**
 * Apply faux underline via `border-bottom`.
 */
ins {
  border-bottom: 1px solid; }

/**
 * So that `alt` text is visually offset if images don’t load.
 */
img {
  font-style: italic; }

/**
 * Give form elements some cursor interactions...
 */
label,
input,
textarea,
button,
select,
option {
  cursor: pointer; }

.text-input:active, .text-input.nice-select.open,
.text-input:focus,
textarea:active,
textarea.nice-select.open,
textarea:focus {
  cursor: text;
  outline: none; }

/*------------------------------------*\
    $CLEARFIX
\*------------------------------------*/
/**
 * Micro clearfix, as per: css-101.org/articles/clearfix/latest-new-clearfix-so-far.php
 * Extend the clearfix class with Sass to avoid the `.cf` class appearing over
 * and over in your markup.
 */
.cf:after {
  content: "";
  display: table;
  clear: both; }

/*------------------------------------*\
    $SHARED
\*------------------------------------*/
/**
 * Where `margin-bottom` is concerned, this value will be the same as the
 * base line-height. This allows us to keep a consistent vertical rhythm.
 * As per: csswizardry.com/2012/06/single-direction-margin-declarations
 */
/**
 * Base elements
 */
h1, h2, h3, h4, h5, h6, hgroup,
ul, ol, dl,
blockquote, p, address,
table,
fieldset, figure,
pre,
.gform_fields > .gfield {
  margin-bottom: 25px;
  margin-bottom: 1.78571rem; }

/**
 * `hr` elements only take up a few pixels, so we need to give them special
 * treatment regarding vertical rhythm.
 */
hr {
  margin-bottom: 23px;
  margin-bottom: 1.64286rem; }

/**
 * Where `margin-left` is concerned we want to try and indent certain elements
 * by a consistent amount. Define that amount once, here.
 */
ul, ol, dd {
  margin-left: 50px;
  margin-left: 3.57143rem; }

/**
 * Base styles; unclassed HTML elements etc.
 */
/*------------------------------------*\
    $MAIN
\*------------------------------------*/
html,
body {
  height: 100%; }

html {
  font: 0.875em/1.78571 "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  overflow-y: scroll;
  min-height: 100%; }

p,
ul,
ol,
dl,
blockquote,
table,
h1,
h2,
h3,
h4,
h5,
h6,
figure {
  margin-bottom: 25px; }

address {
  font-style: normal; }

@media only screen and (max-width: 559px) {
  * {
    -webkit-overflow-scrolling: touch; } }

/*------------------------------------*\
    $HEADINGS
\*------------------------------------*/
/**
 * As per: csswizardry.com/2012/02/pragmatic-practical-font-sizing-in-css
 *
 * When we define a heading we also define a corresponding class to go with it.
 * This allows us to apply, say, `class=h1` to a `h3`; a double-stranded
 * heading hierarchy.
 */
h1, .h1 {
  font-size: 30px;
  font-size: 2.14286rem;
  line-height: 1.66667; }

h2, .h2 {
  font-size: 25px;
  font-size: 1.78571rem;
  line-height: 1; }

h3, .h3 {
  font-size: 20px;
  font-size: 1.42857rem;
  line-height: 1.25; }

h4, .h4 {
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 1.38889; }

h5, .h5 {
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 1.5625; }

h6, .h6 {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.78571; }

/**
 * A series of classes for setting massive type; for use in heroes, mastheads,
 * promos, etc.
 */
.super-large-text {
  font-size: 40px;
  font-size: 2.85714rem;
  line-height: 1.25; }

.extra-large-text {
  font-size: 30px;
  font-size: 2.14286rem;
  line-height: 1.66667; }

.large-text {
  font-size: 20px;
  font-size: 1.42857rem;
  line-height: 1.25; }

/*------------------------------------*\
    $PARAGRAPHS
\*------------------------------------*/
/**
 * The `.intro-text` class is used to make the introductory text (usually a paragraph) of a document slightly larger.
 */
.intro-text {
  font-size: 15.75px;
  font-size: 1.125rem;
  line-height: 1.5873; }

/*------------------------------------*\
    $SMALLPRINT
\*------------------------------------*/
/**
 * A series of classes for setting tiny type; for use in smallprint etc.
 */
.small-text {
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 1.92308; }

.tiny-text {
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 2.08333; }

/*------------------------------------*\
    $CODE
\*------------------------------------*/
/**
 * Use an explicit font stack to ensure browsers render correct `line-height`.
 */
pre {
  overflow: auto;
  font-size: 12px;
  line-height: 1;
  border: 1px solid #fff;
  padding: 25px; }

pre mark {
  background: none;
  border-bottom: 1px solid;
  color: inherit; }

/**
 * Add comments to your code examples, e.g.:
 *
   <code>&lt;/div&gt;<span class=code-comment>&lt;!-- /wrapper --&gt;</span></code>
 *
 */
.code-comment {
  /**
     * Override this setting in your theme stylesheet
     */
  opacity: 0.75;
  filter: alpha(opacity=75); }

/*------------------------------------*\
    $IMAGES
\*------------------------------------*/
/**
 * Fluid images.
 */
img {
  width: auto;
  height: auto; }
  img, img[height], img[width] {
    max-width: 100%; }
  img.img--full {
    width: 100%; }

/**
 * Non-fluid images if you've specify `width` and/or `height` attributes.
 */
img[width].img--auto,
img[height].img--auto {
  max-width: none; }

/**
 * Rounded images.
 */
.img--round {
  border-radius: 0; }

/**
 * Image placement variations.
 */
.img--right {
  float: right;
  margin-bottom: 25px;
  margin-left: 25px; }

.img--left {
  float: left;
  margin-right: 25px;
  margin-bottom: 25px; }

.img--center {
  display: block;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto; }

/**
 * Keep your images on your baseline.
 *
 * Please note, these will not work too nicely with fluid images and will
 * distort when resized below a certain width. Use with caution.
 */
.img--short {
  height: 125px; }

.img--medium {
  height: 250px; }

.img--tall {
  height: 375px; }

/**
 * Images in `figure` elements.
 */
figure > img {
  display: block; }

.bg-image {
  background-repeat: no-repeat;
  background-position: center center; }

.bg-image--cover {
  background-size: cover; }

.bg-image--contain {
  background-size: contain; }

/*------------------------------------*\
    $LISTS
\*------------------------------------*/
/**
 * Remove vertical spacing from nested lists.
 */
li > ul,
li > ol {
  margin-bottom: 0; }

/**
 * Have a numbered `ul` without the semantics implied by using an `ol`.
 */
/*ul*/
.numbered-list {
  list-style-type: decimal; }

ul.no-style,
ol.no-style {
  list-style: none;
  padding: 0;
  margin: 0 0 25px; }

/*------------------------------------*\
    $TABLES
\*------------------------------------*/
/**
 * We have a lot at our disposal for making very complex table constructs, e.g.:
 *
   <table class="table--bordered table--striped table--data">
       <colgroup>
           <col class="t10">
           <col class="t10">
           <col class="t10">
           <col>
       </colgroup>
       <thead>
           <tr>
               <th colspan="3">Foo</th>
               <th>Bar</th>
           </tr>
           <tr>
               <th>Lorem</th>
               <th>Ipsum</th>
               <th class="numerical">Dolor</th>
               <th>Sit</th>
           </tr>
       </thead>
       <tbody>
           <tr>
               <th rowspan="3">Sit</th>
               <td>Dolor</td>
               <td class="numerical">03.788</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <td>Dolor</td>
               <td class="numerical">32.210</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <td>Dolor</td>
               <td class="numerical">47.797</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <th rowspan=2>Sit</th>
               <td>Dolor</td>
               <td class="numerical">09.640</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <td>Dolor</td>
               <td class="numerical">12.117</td>
               <td>Lorem</td>
           </tr>
       </tbody>
   </table>
 *
 */
table {
  width: 100%; }

th,
td {
  padding: 6.25px;
  text-align: left; }
  @media only screen and (max-width: 559px) {
    th,
    td {
      padding: 12.5px; } }

/**
 * Cell alignments
 */
[colspan] {
  text-align: center; }

[colspan="1"] {
  text-align: left; }

[rowspan] {
  vertical-align: middle; }

[rowspan="1"] {
  vertical-align: top; }

.numerical {
  text-align: right; }

/**
 * In the HTML above we see several `col` elements with classes whose numbers
 * represent a percentage width for that column. We leave one column free of a
 * class so that column can soak up the effects of any accidental breakage in
 * the table.
 */
.t5 {
  width: 5%; }

.t10 {
  width: 10%; }

.t12 {
  width: 12.5%; }

/* 1/8 */
.t15 {
  width: 15%; }

.t20 {
  width: 20%; }

.t25 {
  width: 25%; }

/* 1/4 */
.t30 {
  width: 30%; }

.t33 {
  width: 33.333%; }

/* 1/3 */
.t35 {
  width: 35%; }

.t37 {
  width: 37.5%; }

/* 3/8 */
.t40 {
  width: 40%; }

.t45 {
  width: 45%; }

.t50 {
  width: 50%; }

/* 1/2 */
.t55 {
  width: 55%; }

.t60 {
  width: 60%; }

.t62 {
  width: 62.5%; }

/* 5/8 */
.t65 {
  width: 65%; }

.t66 {
  width: 66.666%; }

/* 2/3 */
.t70 {
  width: 70%; }

.t75 {
  width: 75%; }

/* 3/4*/
.t80 {
  width: 80%; }

.t85 {
  width: 85%; }

.t87 {
  width: 87.5%; }

/* 7/8 */
.t90 {
  width: 90%; }

.t95 {
  width: 95%; }

.table {
  border: 1px solid #fff; }
  .table th,
  .table thead td {
    font-weight: bold; }
  .table th,
  .table td {
    vertical-align: top; }
  .table thead tr td,
  .table thead tr th,
  .table tbody tr:not(:last-child) td {
    border-bottom: 1px solid #fff; }

@media only screen and (max-width: 559px) {
  .table {
    width: 100%; }
    .table thead tr td,
    .table thead tr th,
    .table tbody tr:not(:last-child) td {
      border-bottom: none; }
    .table tbody tr:not(:last-child) td:last-child {
      border-bottom: 1px solid #fff; }
    .table.table--reversed tbody tr:not(:last-child) td:last-child {
      border-color: #fff; }
    .table thead {
      display: none; }
    .table tbody td {
      display: block; }
      .table tbody td:before {
        content: attr(data-th);
        font-weight: bold;
        display: block; } }

/**
 * Bordered tables
 */
.table--bordered th,
.table--bordered td {
  border: 1px solid #fff; }
  .table--bordered th:empty,
  .table--bordered td:empty {
    border: none; }

.table--bordered thead tr:last-child th {
  border-bottom-width: 2px; }

.table--bordered tbody tr th:last-of-type {
  border-right-width: 2px; }

/**
 * Striped tables
 */
.table--striped tbody tr:nth-of-type(odd) {
  background-color: #ffc;
  /* Override this color in your theme stylesheet */ }

/**
 * Data table
 */
.table--data {
  font: 12px/1.5 sans-serif; }

/**
 * Objects and abstractions
 */
.wrap {
  width: 950px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative; }
  .wrap:after {
    content: "";
    display: table;
    clear: both; }
  .wrap.wrap--narrow {
    width: 560px; }
  .wrap.wrap--wide {
    width: 990px; }
  .wrap.wrap--extra-wide {
    width: 1440px; }
  .wrap.wrap--full {
    width: 100%;
    padding-right: 50px;
    padding-left: 50px; }
  .wrap.wrap--hard {
    padding-right: 0 !important;
    padding-left: 0 !important; }

@media only screen and (max-width: 1050px) {
  .wrap:not(.wrap--wide):not(.wrap--extra-wide):not(.wrap--narrow) {
    padding-left: 50px;
    padding-right: 50px; } }

@media only screen and (max-width: 660px) {
  .wrap.wrap--narrow {
    padding-left: 50px;
    padding-right: 50px; } }

@media only screen and (max-width: 1090px) {
  .wrap.wrap--wide {
    padding-left: 50px;
    padding-right: 50px; } }

@media only screen and (max-width: 1540px) {
  .wrap.wrap--extra-wide {
    padding-left: 50px;
    padding-right: 50px; } }

@media only screen and (max-width: 859px) {
  .wrap:not(.wrap--hard) {
    padding-left: 25px !important;
    padding-right: 25px !important; } }

/*------------------------------------*\
    $GRIDS
\*------------------------------------*/
/**
 * Fluid and nestable grid system, e.g.:
 *
   <div class="grid">
       <div class="grid__item one-third">
           <p>One third grid</p>
       </div>
       <div class="grid__item two-thirds">
           <p>Two thirds grid</p>
       </div>
       <div class="grid__item one-half">
           <p>One half grid</p>
       </div>
       <div class="grid__item one-quarter">
           <p>One quarter grid</p>
       </div>
       <div class="grid__item one-quarter">
           <p>One quarter grid</p>
       </div>
   </div>
 *
 */
/**
 * Grid wrapper
 */
.grid {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -25px; }
  .grid:after {
    content: "";
    display: table;
    clear: both; }
  .grid.grid--reverse {
    flex-direction: row-reverse; }
  .grid.grid--hard {
    margin-left: 0; }
    .grid.grid--hard > .grid__item {
      padding-left: 0; }
  .grid.grid--top {
    align-items: flex-start; }
  .grid.grid--center {
    align-items: center; }
  .grid.grid--bottom {
    align-items: flex-end; }

/**
 * Very infrequently occuring grid wrappers as children of grid wrappers.
 */
.grid > .grid {
  margin-left: 0; }

.grid__item {
  padding-left: 25px;
  max-width: 100%;
  vertical-align: top; }
  .grid__item:after {
    content: "";
    display: table;
    clear: both; }
  .grid__item.grid__item--top {
    align-self: flex-start; }
  .grid__item.grid__item--center {
    align-self: center; }
  .grid__item.grid__item--bottom {
    align-self: flex-end; }

/*------------------------------------*\
    $NAV
\*------------------------------------*/
/**
 * Nav abstraction as per: csswizardry.com/2011/09/the-nav-abstraction
 * When used on an `ol` or `ul`, this class throws the list into horizontal mode
 * e.g.:
 *
   <ul class="nav">
       <li><a href="#">Home</a></li>
       <li><a href="#">About</a></li>
       <li><a href="#">Portfolio</a></li>
       <li><a href="#">Contact</a></li>
   </ul>
 *
 */
.nav {
  list-style: none;
  margin-left: 0; }
  .nav:after {
    content: "";
    display: table;
    clear: both; }
  .nav,
  .nav li {
    margin-bottom: 0; }
  .nav li.ignore > a {
    cursor: default;
    pointer-events: none; }
  .nav > li,
  .nav > li > a {
    display: inline-block;
    *display: inline;
    zoom: 1; }

/**
 * `.nav--stacked` extends `.nav` and throws the list into vertical mode, e.g.:
 *
   <ul class="nav nav--stacked">
       <li><a href="#">Home</a></li>
       <li><a href="#">About</a></li>
       <li><a href="#">Portfolio</a></li>
       <li><a href="#">Contact</a></li>
   </ul>
 *
 */
.nav--stacked > li {
  display: list-item; }
  .nav--stacked > li > a {
    display: block; }

/**
 * `.nav--banner` extends `.nav` and centres the list, e.g.:
 *
   <ul class="nav nav--banner">
       <li><a href="#">Home</a></li>
       <li><a href="#">About</a></li>
       <li><a href="#">Portfolio</a></li>
       <li><a href="#">Contact</a></li>
   </ul>
 *
 */
.nav--banner {
  text-align: center; }

/**
 * Give nav links a big, blocky hit area. Extends `.nav`, e.g.:
 *
   <ul class="nav nav--block">
       <li><a href="#">Home</a></li>
       <li><a href="#">About</a></li>
       <li><a href="#">Portfolio</a></li>
       <li><a href="#">Contact</a></li>
   </ul>
 *
 */
.nav--block {
  line-height: 1;
  /**
     * Remove whitespace caused by `inline-block`.
     */
  letter-spacing: -0.31em;
  word-spacing: -0.43em;
  white-space: nowrap; }
  .nav--block > li {
    letter-spacing: normal;
    word-spacing: normal; }
    .nav--block > li > a {
      padding: 12.5px; }

/**
 * Force a nav to occupy 100% of the available width of its parent. Extends
 * `.nav`, e.g.:
 *
   <ul class="nav nav--fit">
       <li><a href="#">Home</a></li>
       <li><a href="#">About</a></li>
       <li><a href="#">Portfolio</a></li>
       <li><a href="#">Contact</a></li>
   </ul>
 *
 */
.nav--fit {
  display: table;
  width: 100%; }
  .nav--fit > li {
    display: table-cell; }
    .nav--fit > li > a {
      display: block; }

/*------------------------------------*\
    $BREADCRUMB
\*------------------------------------*/
/**
 * Simple breadcrumb styling to apply to (ordered) lists. Extends `.nav`, e.g.:
 *
   <ol class="nav breadcrumb">
       <li><a href="#">Home</a></li>
       <li><a href="#">About</a></li>
       <li><a href="#">The Board</a></li>
       <li class="current"><a href="#">Directors</a></li>
   </ol>
 *
 */
.breadcrumb > li + li:before {
  content: "\00BB" "\00A0"; }

/**
 * For denoting a path-like structure, GitHub style, e.g.:
 *
   <ol class="nav breadcrumb--path">
       <li class="breadcrumb__root"><a href="#">dr.css</a></li>
       <li><a href="#">dr.css</a></li>
       <li><a href="#">partials</a></li>
       <li class="current"><a href="#">objects</a></li>
   </ol>
 *
 */
.breadcrumb--path > li + li:before {
  content: "\002F" "\00A0"; }

/**
 * Assign a delimiter on the fly through a data attribute, e.g.:
 *
   <ol class="nav breadcrumb">
       <li><a href="#">Home</a></li>
       <li data-breadcrumb="|"><a href="#">About</a></li>
       <li data-breadcrumb="|"><a href="#">The Board</a></li>
       <li data-breadcrumb="|" class="current"><a href="#">Directors</a></li>
   </ol>
 *
 */
.breadcrumb > li + li[data-breadcrumb]:before {
  content: attr(data-breadcrumb) " "; }

/**
 * Denote the root of the tree.
 */
.breadcrumb__root {
  font-weight: bold; }

/*------------------------------------*\
    $SPRITE
\*------------------------------------*/
/**
 * Giving an element a class of `.sprite` will throw it into ‘sprite’ mode and apply
 * a background image e.g.:
 *
   <a class="sprite sprite--question-mark">More info&hellip;</a>
 *
 * or
 *
   <a href=#><i class="sprite sprite--question-mark"></i> Help and FAQ</a>
 *
 * These require extension in your theme stylesheet, e.g. in your own CSS:
 *
   .sprite {
       background-image:url(path/to/your/sprite.png);
   }
   .sprite--link { background-position: 0 0; }
   .sprite--star { background-position: 0 -16px; }
 *
 */
.sprite, .ginput_card_security_code_icon,
.gform_card_icon {
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: middle;
  zoom: 1;
  /**
     * So using `.icon` on certain elements doesn’t make a visual difference.
     */
  font-style: normal;
  font-weight: normal;
  /**
     * So icons added using `.icon` sit in the centre of the element.
     */
  text-align: center;
  /**
	 * The typical size of most icons. Override in your theme stylesheet.
	 */
  width: 16px;
  height: 16px;
  top: -1px;
  /*
	 * H5BP method image replacement:
	 * github.com/h5bp/html5-boilerplate/commit/adecc5da035d6d76b77e3fa95c6abde841073da2
	 */
  overflow: hidden;
  *text-indent: -9999px;
  position: relative;
  display: inline-block;
  top: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  max-width: 100%; }
  .sprite:before, .ginput_card_security_code_icon:before,
  .gform_card_icon:before {
    content: "";
    display: block;
    width: 0;
    height: 100%; }

a.sprite, a.ginput_card_security_code_icon,
a.gform_card_icon,
a.ico,
button.sprite,
button.ginput_card_security_code_icon,
button.gform_card_icon,
button.ico {
  padding: 0;
  border: none;
  background-color: transparent;
  text-indent: -9999px;
  outline: none; }
  a.sprite:hover, a.ginput_card_security_code_icon:hover,
  a.gform_card_icon:hover,
  a.ico:hover,
  button.sprite:hover,
  button.ginput_card_security_code_icon:hover,
  button.gform_card_icon:hover,
  button.ico:hover {
    background-color: transparent; }
  a.sprite:focus, a.ginput_card_security_code_icon:focus,
  a.gform_card_icon:focus, a.sprite:active, a.ginput_card_security_code_icon:active, a.ginput_card_security_code_icon.nice-select.open,
  a.gform_card_icon:active, a.gform_card_icon.nice-select.open, a.sprite.nice-select.open,
  a.ico:focus,
  a.ico:active,
  a.ico.nice-select.open,
  button.sprite:focus,
  button.ginput_card_security_code_icon:focus,
  button.gform_card_icon:focus,
  button.sprite:active,
  button.ginput_card_security_code_icon:active,
  button.ginput_card_security_code_icon.nice-select.open,
  button.gform_card_icon:active,
  button.gform_card_icon.nice-select.open,
  button.sprite.nice-select.open,
  button.ico:focus,
  button.ico:active,
  button.ico.nice-select.open {
    outline: none; }

/*------------------------------------*\
    $BUTTONS.CSS
\*------------------------------------*/
/**
 * Based on beautons - a beautifully simple button toolkit.
 *
 * LICENSE
 * 
 * Copyright 2013 Harry Roberts
 * 
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 * 
 * http://apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * 
 */
/*!*
 * 
 * @csswizardry -- csswizardry.com/beautons
 * 
 */
/*------------------------------------*\
    $BASE
\*------------------------------------*/
/**
 * Base button styles.
 *
 * 1. Allow us to better style box model properties.
 * 2. Line different sized buttons up a little nicer.
 * 3. Stop buttons wrapping and looking broken.
 * 4. Make buttons inherit font styles.
 * 5. Force all elements using beautons to appear clickable.
 * 6. Normalise box model styles.
 * 7. If the button’s text is 1em, and the button is (3 * font-size) tall, then
 *    there is 1em of space above and below that text. We therefore apply 1em
 *    of space to the left and right, as padding, to keep consistent spacing.
 * 8. Basic cosmetics for default buttons. Change or override at will.
 * 9. Don’t allow buttons to have underlines; it kinda ruins the illusion.
 */
.btn {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  white-space: nowrap;
  /* [3] */
  font-family: inherit;
  /* [4] */
  font-size: 100%;
  /* [4] */
  cursor: pointer;
  /* [5] */
  border: none;
  /* [6] */
  margin: 0;
  /* [6] */
  padding-top: 0;
  /* [6] */
  padding-bottom: 0;
  /* [6] */
  line-height: 3;
  /* [7] */
  padding-right: 1em;
  /* [7] */
  padding-left: 1em;
  /* [7] */
  border-radius: 0;
  /* [8] */ }

.btn {
  background: none;
  background-color: transparent;
  text-decoration: none; }
  .btn, .btn:hover {
    text-decoration: none;
    /* [9] */ }
  .btn:active, .btn.nice-select.open, .btn:focus {
    outline: none; }

/*------------------------------------*\
    $SIZES
\*------------------------------------*/
/**
 * Button size modifiers.
 *
 * These all follow the same sizing rules as above; text is 1em, space around it
 * remains uniform.
 */
.btn--small {
  padding-right: 0.5em;
  padding-left: 0.5em;
  line-height: 2; }

.btn--large {
  padding-right: 1.5em;
  padding-left: 1.5em;
  line-height: 4; }

.btn--huge {
  padding-right: 2em;
  padding-left: 2em;
  line-height: 5; }

/**
 * These buttons will fill the entirety of their container.
 *
 * 1. Remove padding so that widths and paddings don’t conflict.
 */
.btn--full {
  width: 100%;
  padding-right: 0;
  /* [1] */
  padding-left: 0;
  /* [1] */
  text-align: center; }

/*------------------------------------*\
    $FONT-SIZES
\*------------------------------------*/
/**
 * Button font-size modifiers.
 */
.btn--alpha {
  font-size: 3rem; }

.btn--beta {
  font-size: 2rem; }

.btn--gamma {
  font-size: 1rem; }

/**
 * Make the button inherit sizing from its parent.
 */
.btn--natural {
  vertical-align: baseline;
  font-size: inherit;
  line-height: inherit;
  padding-right: 0.5em;
  padding-left: 0.5em; }

/*------------------------------------*\
    $FUNCTIONS
\*------------------------------------*/
/**
 * Button function modifiers.
 */
/**
 * Positive actions; e.g. sign in, purchase, submit, etc.
 */
.btn--positive {
  background-color: #4A993E;
  color: #fff; }

/**
 * Negative actions; e.g. close account, delete photo, remove friend, etc.
 */
.btn--negative {
  background-color: #b33630;
  color: #fff; }

/**
 * Inactive, disabled buttons.
 * 
 * 1. Make the button look like normal text when hovered.
 */
.btn--inactive,
.btn--inactive:hover,
.btn--inactive:active,
.btn--inactive.nice-select.open,
.btn--inactive:focus {
  background-color: #ddd;
  color: #777;
  cursor: text;
  /* [1] */ }

/*------------------------------------*\
    $STYLES
\*------------------------------------*/
/**
 * Button style modifiers.
 *
 * 1. Use an overly-large number to ensure completely rounded, pill-like ends.
 */
.btn--soft {
  border-radius: 200px;
  /* [1] */ }

.btn--hard {
  border-radius: 0; }

.btn--auto {
  min-width: 0; }

.icon-btn,
.btn--ico,
.btn--trans {
  outline: none;
  border: none;
  padding: 0;
  line-height: 1;
  min-width: 0;
  min-height: 0; }

.trans-btn, .trans-btn:focus, .trans-btn:hover, .trans-btn:active, .trans-btn.nice-select.open,
.btn--trans,
.btn--trans:focus,
.btn--trans:hover,
.btn--trans:active,
.btn--trans.nice-select.open {
  border-radius: 0;
  background: none;
  background-color: transparent;
  border: none;
  outline: none; }

.icon-btn,
.btn--ico {
  text-align: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  line-height: 40px;
  padding: 0;
  transition: background-color 0.4s, border-color 0.4s; }
  .icon-btn .ico,
  .btn--ico .ico {
    transition: color 0.4s; }

/*------------------------------------*\
    $LOZENGES
\*------------------------------------*/
/**
 * Create pill- and lozenge-like runs of text, e.g.:
 *
   <p>This <span class="pill">here</span> is a pill!</p>
 *
   <p>This <span class="loz">here</span> is also a lozenge!</p>
 *
 * Pills have fully rounded ends, lozenges have only their corners rounded.
 *
 */
.pill, .loz {
  display: inline-block;
  /**
     * These numbers set in ems mean that, at its narrowest, a lozenge will be
     * the same width as the `line-height` set on the `html` element.
     * This allows us to use the `.loz` in almost any `font-size` we wish.
     */
  min-width: 1.19048em;
  padding-right: 0.29762em;
  padding-left: 0.29762em;
  /* =1.50em */
  text-align: center;
  background-color: #fff;
  color: #fff;
  /* Override this color in your theme stylesheet */
  /**
     * Normally we’d use border-radius:100%; but instead here we just use an
     * overly large number; `border-radius:100%;` would create an oval on
     * non-square elements whereas we just want to round the ends of an element.
     */
  border-radius: 100px; }

.loz {
  border-radius: 0; }

.gform_title {
  margin-bottom: 0;
  line-height: 1; }

.gform_heading {
  padding-bottom: 25px; }

.gform_description {
  display: block;
  padding-top: 25px; }

.gform_fields {
  list-style: none;
  margin: 0;
  padding-left: 0 !important; }
  .gform_fields:after {
    content: "";
    display: table;
    clear: both; }

.gform_fields > .gfield:last-child {
  margin-bottom: 0; }

.gfield_required {
  padding-left: 4px; }

.gfield_description,
.gform_fields .instruction {
  color: #5f5e5f;
  font-size: 13px;
  font-style: italic; }

.gform_fields .instruction {
  padding-top: 4px; }

.gfield_label,
.gpoll_field_label {
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 6px; }

.ginput_container label {
  display: block;
  font-weight: normal;
  color: #fff; }

::-webkit-input-placeholder {
  color: #5f5e5f; }

::-moz-placeholder {
  color: #5f5e5f; }

:-ms-input-placeholder {
  color: #5f5e5f; }

input:-moz-placeholder {
  color: #5f5e5f; }

.gform_fields textarea,
.gform_fields input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
  display: block;
  max-width: 100%;
  width: 100%;
  background: transparent;
  border: 1px solid #5f5e5f;
  color: #fff;
  padding: 8px 15px;
  height: 52px;
  vertical-align: middle;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
  transition: all ease-in-out 0.4s;
  cursor: default;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none; }
  .gform_fields textarea.placeholder,
  .gform_fields input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]).placeholder {
    color: #5f5e5f; }
  .gform_fields textarea:focus,
  .gform_fields input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus {
    outline: none;
    border-color: #fff;
    box-shadow: none; }
  .gform_fields textarea:hover,
  .gform_fields input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):hover {
    cursor: text; }

.gform_fields textarea {
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  height: 130px;
  resize: vertical; }

ul.gfield_radio,
ul.gfield_checkbox {
  list-style: none;
  margin: 0;
  padding: 12.5px 0 0 0; }
  ul.gfield_radio li, ul.gfield_radio label,
  ul.gfield_checkbox li,
  ul.gfield_checkbox label {
    display: inline-block;
    margin: 0;
    font-size: 13px;
    vertical-align: top; }
  ul.gfield_radio label,
  ul.gfield_checkbox label {
    padding-left: 8px;
    margin-top: 4px; }
  ul.gfield_radio li,
  ul.gfield_checkbox li {
    width: auto;
    margin-bottom: 7px;
    margin-right: 20px; }
  ul.gfield_radio li:last-child,
  ul.gfield_checkbox li:last-child {
    margin-right: 0; }
  ul.gfield_radio input[type="checkbox"],
  ul.gfield_radio input[type="radio"],
  ul.gfield_checkbox input[type="checkbox"],
  ul.gfield_checkbox input[type="radio"] {
    vertical-align: top;
    margin-top: 6px; }
    ul.gfield_radio input[type="checkbox"][value="gf_other_choice"],
    ul.gfield_radio input[type="radio"][value="gf_other_choice"],
    ul.gfield_checkbox input[type="checkbox"][value="gf_other_choice"],
    ul.gfield_checkbox input[type="radio"][value="gf_other_choice"] {
      margin-top: 14px; }
  ul.gfield_radio input[value="gf_other_choice"] + input[type="text"],
  ul.gfield_checkbox input[value="gf_other_choice"] + input[type="text"] {
    display: inline-block;
    width: 80%;
    margin-left: 25px; }

.list-vertical ul.gfield_radio li,
.list-vertical ul.gfield_checkbox li {
  display: block;
  margin-left: 0;
  margin-right: 0; }

@media only screen and (min-width: 560px) and (max-width: 859px) {
  ul.gfield_radio li,
  ul.gfield_checkbox li {
    width: auto; } }

@media only screen and (max-width: 559px) {
  ul.gfield_radio li,
  ul.gfield_checkbox li {
    width: auto; } }

.gform_fields select.hasCustomSelect {
  width: 100% !important; }

.gform_fields select:focus {
  outline: none; }

.gform_fields select[multiple] {
  padding: 12px;
  height: 80px; }

.ginput_container_select {
  position: relative; }

.gform_fields .file {
  min-height: 43px; }
  .gform_fields .file .ginput_container {
    position: relative; }
  .gform_fields .file .btn {
    width: 100%;
    max-width: 100%;
    height: 52px;
    line-height: 52px; }
  .gform_fields .file input[type="file"] {
    width: 100%;
    max-width: 100%;
    position: absolute;
    z-index: 2;
    height: 52px;
    padding: 0;
    color: white;
    font-weight: normal;
    font-size: 12px;
    opacity: 0;
    cursor: pointer; }

.ginput_container_fileupload {
  /*
	input[type="file"] {
		color: #ccc;
	}
	*/ }
  .ginput_container_fileupload .gform_button_select_files {
    margin-left: 20px; }
    @media only screen and (max-width: 559px) {
      .ginput_container_fileupload .gform_button_select_files {
        margin-left: 0;
        width: 100%;
        margin-top: 15px; } }

.ginput_complex {
  margin-bottom: 10px; }
  .ginput_complex > span {
    display: block;
    margin-bottom: 20px; }
  .ginput_complex label {
    font-size: 13px;
    padding-top: 4px; }

.ginput_full,
.ginput_card_expiration_container {
  margin-bottom: 4px;
  display: block;
  width: 100%; }
  .ginput_full:after,
  .ginput_card_expiration_container:after {
    content: "";
    display: table;
    clear: both; }
  .ginput_full input,
  .ginput_card_expiration_container input {
    width: 100%; }

.ginput_left,
.ginput_cardinfo_left,
.ginput_card_expiration_container .customSelect:first-of-type {
  margin-bottom: 4px;
  display: inline-block;
  width: 50%;
  padding-right: 10px;
  float: left;
  position: relative; }
  .ginput_left input,
  .ginput_cardinfo_left input,
  .ginput_card_expiration_container .customSelect:first-of-type input {
    width: 100%; }

.ginput_right,
.ginput_cardinfo_right,
.ginput_card_expiration_container .customSelect:last-of-type {
  margin-bottom: 4px;
  display: inline-block;
  width: 50%;
  padding-left: 10px;
  float: right;
  clear: none;
  position: relative; }
  .ginput_right input,
  .ginput_cardinfo_right input,
  .ginput_card_expiration_container .customSelect:last-of-type input {
    width: 100%; }

.gform_card_icon_container {
  margin-bottom: 6px; }

.ginput_card_security_code_icon,
.gform_card_icon {
  background-image: url(../../../plugins/gravityforms/images/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  width: 32px;
  height: 24px; }

.ginput_card_security_code {
  margin-bottom: 6px; }

.ginput_card_security_code_icon {
  background-position: 0 -128px; }
  .ginput_card_security_code_icon + label {
    display: inline-block;
    margin-left: 10px; }

.gform_card_icon {
  margin-left: 6px; }
  .gform_card_icon:first-child {
    margin-left: 0; }
  .gform_card_icon.gform_card_icon_visa {
    background-position: -2px -4px; }
  .gform_card_icon.gform_card_icon_mastercard {
    background-position: -38px -4px; }
  .gform_card_icon.gform_card_icon_amex {
    background-position: -74px -4px; }

.chzn-drop {
  color: #fff; }

.gfield.with-chzn .ginput_container {
  height: 52px; }

.gfield.with-chzn .chzn-container .chzn-single {
  height: 52px;
  line-height: 52px;
  background-image: none;
  background-color: transparent;
  border-color: #5f5e5f;
  padding-left: 12px;
  font-size: 14px; }
  .gfield.with-chzn .chzn-container .chzn-single div b {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAICAYAAAD9aA/QAAAAfElEQVQoFZXRgQ2AIAwEwI7AKIzESIzACIzCCI7gBvUxhWDFtJp8REqPCEREBeEfKcxMVu4FQJsTbhY46gMOgA8D7/UwGq33/CU0ReREdsfS56OFrfUJ90k8CdnBaW3yjB+w4Fnh2QPpNS9Y8Cp41Q3e7y84AC6I+7L0hhc28oiRLYTxoAAAAABJRU5ErkJggg==);
    background-position: right 50%; }

.gfield.with-chzn .chzn-container.chzn-container-active .chzn-single {
  outline: none;
  border-color: #5f5e5f;
  box-shadow: none; }

.gfield.with-chzn .chzn-container.chzn-container-single .chzn-single div {
  background-image: none;
  background-color: transparent;
  border: none;
  width: 23px; }

.gfield.with-chzn .chzn-container .chzn-search input {
  width: 100% !important;
  height: auto; }

.gfield.with-chzn.gfield_error .chzn-container .chzn-single {
  border-color: #9f172f; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  height: 52px; }

.gform_wrapper .chosen-container .chosen-drop {
  color: #fff; }

.gfield_date_day,
.gfield_date_month,
.gfield_date_year,
.gfield_date_dropdown_day,
.gfield_date_dropdown_month,
.gfield_date_dropdown_year,
.gfield_time_hour,
.gfield_time_minute,
.gfield_time_ampm {
  display: inline-block !important;
  width: 30.9% !important;
  margin-right: 2.8%; }
  .gfield_date_day:last-child,
  .gfield_date_month:last-child,
  .gfield_date_year:last-child,
  .gfield_date_dropdown_day:last-child,
  .gfield_date_dropdown_month:last-child,
  .gfield_date_dropdown_year:last-child,
  .gfield_time_hour:last-child,
  .gfield_time_minute:last-child,
  .gfield_time_ampm:last-child {
    margin-right: 0; }
  .gfield_date_day i,
  .gfield_date_day label,
  .gfield_date_month i,
  .gfield_date_month label,
  .gfield_date_year i,
  .gfield_date_year label,
  .gfield_date_dropdown_day i,
  .gfield_date_dropdown_day label,
  .gfield_date_dropdown_month i,
  .gfield_date_dropdown_month label,
  .gfield_date_dropdown_year i,
  .gfield_date_dropdown_year label,
  .gfield_time_hour i,
  .gfield_time_hour label,
  .gfield_time_minute i,
  .gfield_time_minute label,
  .gfield_time_ampm i,
  .gfield_time_ampm label {
    display: inline-block;
    font-size: 13px; }

.gfield_date_year,
.gfield_date_dropdown_year,
.gfield_time_ampm {
  margin-right: 0; }

.gfield_time_hour input {
  display: inline-block;
  max-width: 90%; }

.gfield_time_ampm {
  display: block;
  float: right; }

.gf_hide_ampm .gfield_time_ampm {
  display: none !important; }

.ginput_container.ginput_container_date,
.ginput_container.ginput_container_time {
  position: relative; }

/*
.datepicker_with_icon {
	max-width: 90% !important;
	display: inline-block !important;
}
*/
.ui-datepicker-trigger {
  display: block;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%); }

.gfield .clear-multi {
  height: 52px; }
  .gfield .clear-multi > .ginput_container:last-child {
    float: right; }

.ginput_container_date {
  position: relative; }
  .ginput_container_date input.datepicker_with_icon {
    padding-right: 50px; }
    .ginput_container_date input.datepicker_with_icon + .ui-datepicker-trigger {
      width: 20px;
      right: 10px;
      cursor: pointer; }

.gsection_title {
  margin-bottom: 0;
  line-height: 1;
  font-size: 20px;
  font-size: 1.42857rem;
  line-height: 1.25; }
  .gsection_title:empty {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; }

.gsection_description {
  padding: 12.5px 0 0;
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 1.5625; }

.gf_page_steps {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-radius: 0;
  overflow: auto;
  padding-left: 12.5px; }

.gf_step {
  float: left;
  margin-right: 50px;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.78571;
  line-height: 1.5; }
  .gf_step a {
    color: #fff; }
  .gf_step.gf_step_active {
    color: #929293; }

.gf_progressbar_wrapper {
  padding: 25px 0;
  margin-bottom: 25px; }

.gf_progressbar_title {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.78571;
  margin-bottom: 12.5px;
  color: #929293; }

.gf_progressbar {
  background: transparent;
  height: 25px;
  overflow: hidden;
  border: 1px solid #929293;
  border-radius: 0; }

.gf_progressbar_percentage {
  background: #929293;
  height: 19px;
  margin: 2px;
  border-radius: 0; }
  .gf_progressbar_percentage span {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; }

.gform_page_footer {
  padding: 25px 0;
  margin: 25px 0;
  text-align: left;
  position: relative;
  margin-top: 30px; }
  .gform_page_footer:after {
    content: "";
    display: table;
    clear: both; }

.gform_page .gform_page_footer {
  min-height: 100px; }
  .gform_page .gform_page_footer .gform_ajax_spinner {
    float: none;
    display: block;
    position: absolute;
    left: 50%;
    top: 60px;
    transform: translateX(-50%); }
  .gform_page .gform_page_footer input[type="submit"],
  .gform_page .gform_page_footer button[type="submit"] {
    float: right; }

.gform_page:first-child .gform_page_footer .gform_save_link {
  float: left; }

.gform_page:first-child .gform_page_footer .gform_ajax_spinner {
  top: 50%;
  transform: translateX(-50%) translateY(-50%); }

.gform_page:not(:first-child) .gform_page_footer .gform_ajax_spinner {
  top: 25px; }

.gform_page:not(:first-child) .gform_page_footer .gform_save_link {
  display: block;
  clear: both;
  margin-top: 100px; }

.submit-on-left .gform_page .gform_page_footer input[type="submit"],
.submit-on-left .gform_page .gform_page_footer button[type="submit"] {
  float: left; }

.gform_save_link {
  display: inline-block;
  margin-top: 15px; }

@media only screen and (max-width: 559px) {
  .gform_page:not(:first-child) .gform_page_footer .gform_ajax_spinner {
    top: 100px; }
  .gform_page:not(:first-child) .gform_page_footer .gform_save_link {
    margin-top: 150px; } }

table.gfield_list {
  border: 0;
  margin-bottom: 0; }
  table.gfield_list thead + tbody tr:first-child td {
    padding-top: 25px; }
    @media only screen and (max-width: 859px) {
      table.gfield_list thead + tbody tr:first-child td.gfield_list_icons {
        margin-left: auto; } }
  table.gfield_list thead tr th {
    border-bottom: 0 !important;
    font-size: 13px;
    padding-bottom: 4px; }
  table.gfield_list tr {
    border-bottom: 0; }
    table.gfield_list tr td.gfield_list_cell, table.gfield_list tr td.gfield_list_icons {
      border-bottom: 0 !important;
      padding-bottom: 10px; }
    table.gfield_list tr td.gfield_list_cell {
      padding-right: 15px; }

.gfield_list td {
  padding-top: 0; }

.gfield_list_cell {
  padding-left: 12.5px;
  padding-right: 12.5px; }
  .gfield_list_cell input {
    width: 100%; }
  .gfield_list_cell:first-child {
    padding-left: 0; }

.gfield_list_icons {
  text-align: right;
  padding-right: 0;
  width: 40px;
  padding-top: 8px !important; }

.validation_error,
.gfield_description.validation_message,
.gfield_error .gfield_label,
.gfield.single-option.gfield_error .ginput_container label,
.gfield.no-label.gfield_error .ginput_container label {
  font-style: normal;
  padding: 0;
  font-size: 13px;
  color: #9f172f;
  background: none; }

.gfield_error textarea,
.gfield_error input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
  border-color: #9f172f;
  background-color: #fff;
  color: #9f172f; }

.gfield_error .styled-select,
.gfield_error .customSelect {
  border-color: #9f172f;
  color: #9f172f; }

.validation_error {
  margin-bottom: 25px;
  background: #9f172f;
  padding: 6.25px 25px;
  border-radius: 0;
  color: #fff; }

.gfield_description.validation_message {
  display: none; }

#gforms_confirmation_message {
  margin-bottom: 25px; }

.gform_wrapper .gfield_password_strength {
  border: 1px solid #929293;
  margin: 0;
  padding: 12.5px;
  text-align: center;
  min-width: 200px;
  width: 100%;
  background-color: #fff;
  color: #fff;
  clear: both;
  border-radius: 0; }
  .gform_wrapper .gfield_password_strength.bad {
    background-color: #ffe5d5;
    border-color: #FF853C;
    color: #FF853C; }
  .gform_wrapper .gfield_password_strength.good {
    background-color: #ffeb99;
    border-color: #FC0;
    color: #cca300; }
  .gform_wrapper .gfield_password_strength.strong {
    background-color: green;
    border-color: green;
    color: #fff; }
  .gform_wrapper .gfield_password_strength.short, .gform_wrapper .gfield_password_strength.mismatch {
    background-color: #fbcece;
    border-color: #f04040;
    color: #f04040; }

.gform_footer {
  text-align: left;
  padding: 25px 0 0; }
  .gform_footer:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (max-width: 559px) {
    .gform_footer {
      padding-left: 12.5px;
      padding-right: 12.5px; } }

.submit-on-right .gform_footer {
  text-align: right; }

.submit-on-left .gform_footer {
  text-align: left; }

.gform_ajax_spinner {
  display: block;
  width: 42px;
  height: 42px; }

.gform_validation_container {
  display: none; }

.gform_hidden {
  display: none !important; }

.gform_wrapper input[type="button"],
.gform_wrapper input[type="submit"],
.gform_wrapper button[type="submit"] {
  cursor: pointer;
  display: inline-block;
  position: relative;
  max-width: 100%;
  vertical-align: middle; }

.gform_wrapper form.waiting input[type="submit"],
.gform_wrapper form.waiting button[type="submit"] {
  color: transparent !important;
  background-color: #fff; }
  .gform_wrapper form.waiting input[type="submit"][disabled],
  .gform_wrapper form.waiting button[type="submit"][disabled] {
    opacity: 1 !important; }
  .gform_wrapper form.waiting input[type="submit"]:after,
  .gform_wrapper form.waiting button[type="submit"]:after {
    content: "";
    background-image: url(../images/spinner.svg);
    background-size: contain;
    width: 42px;
    height: 42px;
    right: auto;
    left: 50%;
    margin-left: -21px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

.gform_wrapper form.waiting .gform_ajax_spinner {
  display: none !important; }

.gform_wrapper input[type="submit"][disabled="disabled"],
.gform_wrapper button[type="submit"][disabled="disabled"],
.gform_page_footer .gform_next_button[disabled="disabled"] {
  cursor: default;
  opacity: 0.3; }

@media only screen and (max-width: 559px) {
  .gform_wrapper input[type="button"],
  .gform_wrapper input[type="submit"],
  .gform_wrapper button[type="submit"] {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 100%; } }

.gfield.no-label > .gfield_label {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.gfield.single-option .check-list li,
.gfield.single-option ul.gfield_radio li,
.gfield.single-option ul.gfield_checkbox li {
  width: 100%; }

.gfield.single-option .check-list label,
.gfield.single-option ul.gfield_radio label,
.gfield.single-option ul.gfield_checkbox label {
  max-width: calc(100% - 30px); }

.gfield.offscreen {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.gfield.gf_fourth_one,
.gfield.gf_fourth_two,
.gfield.gf_fourth_three,
.gfield.gf_fourth_four,
.gfield.gf_left_third,
.gfield.gf_middle_third,
.gfield.gf_right_third,
.gfield.gf_right_two_thirds,
.gfield.gf_left_half,
.gfield.gf_right_half {
  float: left; }

.gfield.gf_fourth_four,
.gfield.gf_right_third,
.gfield.gf_right_two_thirds,
.gfield.gf_right_half {
  float: right; }

.gfield.gf_left_half,
.gfield.gf_right_half {
  width: 50%; }

.gfield.gf_left_third,
.gfield.gf_middle_third,
.gfield.gf_right_third {
  width: 33.333%; }

.gfield.gf_right_two_thirds {
  width: 66.666%; }

.gfield.gf_fourth_one,
.gfield.gf_fourth_two,
.gfield.gf_fourth_three,
.gfield.gf_fourth_four {
  width: 25%; }

.gfield.gf_fourth_one,
.gfield.gf_left_third,
.gfield.gf_left_half {
  padding-right: 10px; }

.gfield.gf_fourth_two {
  padding-right: 10px; }

.gfield.gf_fourth_three {
  padding-left: 10px; }

.gfield.gf_fourth_four,
.gfield.gf_right_third,
.gfield.gf_right_two_thirds,
.gfield.gf_right_half {
  padding-left: 10px; }

.gfield.gf_fourth_one,
.gfield.gf_fourth_two,
.gfield.gf_fourth_three,
.gfield.gf_fourth_four,
.gfield.gf_middle_third,
.gfield.gf_right_third,
.gfield.gf_right_two_thirds,
.gfield.gf_right_half {
  clear: none; }

@media only screen and (min-width: 560px) and (max-width: 859px) {
  .gfield.gf_left_third,
  .gfield.gf_middle_third,
  .gfield.gf_right_third,
  .gfield.gf_right_two_thirds {
    float: left;
    width: 50%;
    padding-left: 0;
    padding-right: 0; }
  .gfield.gf_left_third {
    padding-right: 12.5px; } }

@media only screen and (max-width: 559px) {
  .gfield.gf_left_third,
  .gfield.gf_middle_third,
  .gfield.gf_right_third,
  .gfield.gf_right_two_thirds,
  .gfield.gf_left_half,
  .gfield.gf_right_half {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .gfield.gf_fourth_one,
  .gfield.gf_fourth_two,
  .gfield.gf_fourth_three,
  .gfield.gf_fourth_four {
    float: none;
    padding-right: 0;
    padding-left: 0;
    width: 50%; }
  .gfield.gf_fourth_one,
  .gfield.gf_fourth_three {
    float: left;
    padding-right: 6.25px; }
  .gfield.gf_fourth_two,
  .gfield.gf_fourth_four {
    float: right;
    padding-left: 6.25px; }
  .gfield.gf_fourth_three {
    clear: both; }
  .gfield.gf_fourth_two,
  .gfield.gf_fourth_four {
    padding-right: 0; } }

/**
 * Style trumps; helper and brand classes
 */
/*------------------------------------*\
    $WIDTHS
\*------------------------------------*/
/**
 * Sizes in human readable format. These are used in conjunction with other
 * objects and abstractions found in dr.css, most commonly the grid system
 *
 * We have a mixin to generate our widths and their breakpoint-specific variations.
 */
/**
    * Whole
    */
.one-whole {
  width: 100%; }

/**
    * Halves
    */
.one-half, .two-quarters, .three-sixths, .four-eighths, .five-tenths, .six-twelfths {
  width: 50%; }

/**
    * Thirds
    */
.one-third, .two-sixths, .four-twelfths {
  width: 33.333%; }

.two-thirds, .four-sixths, .eight-twelfths {
  width: 66.666%; }

/**
    * Quarters
    */
.one-quarter, .two-eighths, .three-twelfths {
  width: 25%; }

.three-quarters, .six-eighths, .nine-twelfths {
  width: 75%; }

/**
    * Fifths
    */
.one-fifth, .two-tenths {
  width: 20%; }

.two-fifths, .four-tenths {
  width: 40%; }

.three-fifths, .six-tenths {
  width: 60%; }

.four-fifths, .eight-tenths {
  width: 80%; }

/**
    * Sixths
    */
.one-sixth, .two-twelfths {
  width: 16.666%; }

.five-sixths, .ten-twelfths {
  width: 83.333%; }

/**
    * Eighths
    */
.one-eighth {
  width: 12.5%; }

.three-eighths {
  width: 37.5%; }

.five-eighths {
  width: 62.5%; }

.seven-eighths {
  width: 87.5%; }

/**
    * Tenths
    */
.one-tenth {
  width: 10%; }

.three-tenths {
  width: 30%; }

.seven-tenths {
  width: 70%; }

.nine-tenths {
  width: 90%; }

/**
    * Twelfths
    */
.one-twelfth {
  width: 8.333%; }

.five-twelfths {
  width: 41.666%; }

.seven-twelfths {
  width: 58.333%; }

.eleven-twelfths {
  width: 91.666%; }

.hide {
  display: none !important; }

.hard--sides {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.soft--sides {
  padding-right: 25px !important;
  padding-left: 25px !important; }

.text--left {
  text-align: left !important; }

.text--right {
  text-align: right !important; }

.text--center {
  text-align: center !important; }

.float--left {
  float: left !important; }

.float--right {
  float: right !important; }

.float-none {
  float: none !important; }

.hard--left {
  padding-left: 0 !important; }

.hard--right {
  padding-right: 0 !important; }

/**
 * You can define at which breakpoint you’d like an element to be a certain size, e.g.:
 *
 * `<div class="g one-quarter lap-one-half palm-one-whole"> ... </div>`
 *
 * This would create a `div` that, at ‘desktop’ sizes, takes up a quarter of the
 * horizontal space, a half of that space at ‘tablet’ sizes, and goes full width
 * at ‘mobile’ sizes.
 *
 */
@media only screen and (max-width: 559px) {
  /**
    * Whole
    */
  .small-one-whole {
    width: 100%; }
  /**
    * Halves
    */
  .small-one-half, .small-two-quarters, .small-three-sixths, .small-four-eighths, .small-five-tenths, .small-six-twelfths {
    width: 50%; }
  /**
    * Thirds
    */
  .small-one-third, .small-two-sixths, .small-four-twelfths {
    width: 33.333%; }
  .small-two-thirds, .small-four-sixths, .small-eight-twelfths {
    width: 66.666%; }
  /**
    * Quarters
    */
  .small-one-quarter, .small-two-eighths, .small-three-twelfths {
    width: 25%; }
  .small-three-quarters, .small-six-eighths, .small-nine-twelfths {
    width: 75%; }
  /**
    * Fifths
    */
  .small-one-fifth, .small-two-tenths {
    width: 20%; }
  .small-two-fifths, .small-four-tenths {
    width: 40%; }
  .small-three-fifths, .small-six-tenths {
    width: 60%; }
  .small-four-fifths, .small-eight-tenths {
    width: 80%; }
  /**
    * Sixths
    */
  .small-one-sixth, .small-two-twelfths {
    width: 16.666%; }
  .small-five-sixths, .small-ten-twelfths {
    width: 83.333%; }
  /**
    * Eighths
    */
  .small-one-eighth {
    width: 12.5%; }
  .small-three-eighths {
    width: 37.5%; }
  .small-five-eighths {
    width: 62.5%; }
  .small-seven-eighths {
    width: 87.5%; }
  /**
    * Tenths
    */
  .small-one-tenth {
    width: 10%; }
  .small-three-tenths {
    width: 30%; }
  .small-seven-tenths {
    width: 70%; }
  .small-nine-tenths {
    width: 90%; }
  /**
    * Twelfths
    */
  .small-one-twelfth {
    width: 8.333%; }
  .small-five-twelfths {
    width: 41.666%; }
  .small-seven-twelfths {
    width: 58.333%; }
  .small-eleven-twelfths {
    width: 91.666%; }
  .small-hide {
    display: none !important; }
  .small-hard--sides {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .small-soft--sides {
    padding-right: 25px !important;
    padding-left: 25px !important; }
  .small-text--left {
    text-align: left !important; }
  .small-text--right {
    text-align: right !important; }
  .small-text--center {
    text-align: center !important; }
  .small-float--left {
    float: left !important; }
  .small-float--right {
    float: right !important; }
  .small-float-none {
    float: none !important; }
  .small-hard--left {
    padding-left: 0 !important; }
  .small-hard--right {
    padding-right: 0 !important; } }

@media only screen and (min-width: 560px) and (max-width: 859px) {
  /**
    * Whole
    */
  .medium-one-whole {
    width: 100%; }
  /**
    * Halves
    */
  .medium-one-half, .medium-two-quarters, .medium-three-sixths, .medium-four-eighths, .medium-five-tenths, .medium-six-twelfths {
    width: 50%; }
  /**
    * Thirds
    */
  .medium-one-third, .medium-two-sixths, .medium-four-twelfths {
    width: 33.333%; }
  .medium-two-thirds, .medium-four-sixths, .medium-eight-twelfths {
    width: 66.666%; }
  /**
    * Quarters
    */
  .medium-one-quarter, .medium-two-eighths, .medium-three-twelfths {
    width: 25%; }
  .medium-three-quarters, .medium-six-eighths, .medium-nine-twelfths {
    width: 75%; }
  /**
    * Fifths
    */
  .medium-one-fifth, .medium-two-tenths {
    width: 20%; }
  .medium-two-fifths, .medium-four-tenths {
    width: 40%; }
  .medium-three-fifths, .medium-six-tenths {
    width: 60%; }
  .medium-four-fifths, .medium-eight-tenths {
    width: 80%; }
  /**
    * Sixths
    */
  .medium-one-sixth, .medium-two-twelfths {
    width: 16.666%; }
  .medium-five-sixths, .medium-ten-twelfths {
    width: 83.333%; }
  /**
    * Eighths
    */
  .medium-one-eighth {
    width: 12.5%; }
  .medium-three-eighths {
    width: 37.5%; }
  .medium-five-eighths {
    width: 62.5%; }
  .medium-seven-eighths {
    width: 87.5%; }
  /**
    * Tenths
    */
  .medium-one-tenth {
    width: 10%; }
  .medium-three-tenths {
    width: 30%; }
  .medium-seven-tenths {
    width: 70%; }
  .medium-nine-tenths {
    width: 90%; }
  /**
    * Twelfths
    */
  .medium-one-twelfth {
    width: 8.333%; }
  .medium-five-twelfths {
    width: 41.666%; }
  .medium-seven-twelfths {
    width: 58.333%; }
  .medium-eleven-twelfths {
    width: 91.666%; }
  .medium-hide {
    display: none !important; }
  .medium-hard--sides {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .medium-soft--sides {
    padding-right: 25px !important;
    padding-left: 25px !important; }
  .medium-text--left {
    text-align: left !important; }
  .medium-text--right {
    text-align: right !important; }
  .medium-text--center {
    text-align: center !important; }
  .medium-float--left {
    float: left !important; }
  .medium-float--right {
    float: right !important; }
  .medium-float-none {
    float: none !important; }
  .medium-hard--left {
    padding-left: 0 !important; }
  .medium-hard--right {
    padding-right: 0 !important; } }

@media only screen and (min-width: 560px) {
  /**
    * Whole
    */
  .medium-and-up-one-whole {
    width: 100%; }
  /**
    * Halves
    */
  .medium-and-up-one-half, .medium-and-up-two-quarters, .medium-and-up-three-sixths, .medium-and-up-four-eighths, .medium-and-up-five-tenths, .medium-and-up-six-twelfths {
    width: 50%; }
  /**
    * Thirds
    */
  .medium-and-up-one-third, .medium-and-up-two-sixths, .medium-and-up-four-twelfths {
    width: 33.333%; }
  .medium-and-up-two-thirds, .medium-and-up-four-sixths, .medium-and-up-eight-twelfths {
    width: 66.666%; }
  /**
    * Quarters
    */
  .medium-and-up-one-quarter, .medium-and-up-two-eighths, .medium-and-up-three-twelfths {
    width: 25%; }
  .medium-and-up-three-quarters, .medium-and-up-six-eighths, .medium-and-up-nine-twelfths {
    width: 75%; }
  /**
    * Fifths
    */
  .medium-and-up-one-fifth, .medium-and-up-two-tenths {
    width: 20%; }
  .medium-and-up-two-fifths, .medium-and-up-four-tenths {
    width: 40%; }
  .medium-and-up-three-fifths, .medium-and-up-six-tenths {
    width: 60%; }
  .medium-and-up-four-fifths, .medium-and-up-eight-tenths {
    width: 80%; }
  /**
    * Sixths
    */
  .medium-and-up-one-sixth, .medium-and-up-two-twelfths {
    width: 16.666%; }
  .medium-and-up-five-sixths, .medium-and-up-ten-twelfths {
    width: 83.333%; }
  /**
    * Eighths
    */
  .medium-and-up-one-eighth {
    width: 12.5%; }
  .medium-and-up-three-eighths {
    width: 37.5%; }
  .medium-and-up-five-eighths {
    width: 62.5%; }
  .medium-and-up-seven-eighths {
    width: 87.5%; }
  /**
    * Tenths
    */
  .medium-and-up-one-tenth {
    width: 10%; }
  .medium-and-up-three-tenths {
    width: 30%; }
  .medium-and-up-seven-tenths {
    width: 70%; }
  .medium-and-up-nine-tenths {
    width: 90%; }
  /**
    * Twelfths
    */
  .medium-and-up-one-twelfth {
    width: 8.333%; }
  .medium-and-up-five-twelfths {
    width: 41.666%; }
  .medium-and-up-seven-twelfths {
    width: 58.333%; }
  .medium-and-up-eleven-twelfths {
    width: 91.666%; }
  .medium-and-up-hide {
    display: none !important; }
  .medium-and-up-hard--sides {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .medium-and-up-soft--sides {
    padding-right: 25px !important;
    padding-left: 25px !important; }
  .medium-and-up-text--left {
    text-align: left !important; }
  .medium-and-up-text--right {
    text-align: right !important; }
  .medium-and-up-text--center {
    text-align: center !important; }
  .medium-and-up-float--left {
    float: left !important; }
  .medium-and-up-float--right {
    float: right !important; }
  .medium-and-up-float-none {
    float: none !important; }
  .medium-and-up-hard--left {
    padding-left: 0 !important; }
  .medium-and-up-hard--right {
    padding-right: 0 !important; } }

@media only screen and (max-width: 859px) {
  /**
    * Whole
    */
  .small-and-medium-one-whole {
    width: 100%; }
  /**
    * Halves
    */
  .small-and-medium-one-half, .small-and-medium-two-quarters, .small-and-medium-three-sixths, .small-and-medium-four-eighths, .small-and-medium-five-tenths, .small-and-medium-six-twelfths {
    width: 50%; }
  /**
    * Thirds
    */
  .small-and-medium-one-third, .small-and-medium-two-sixths, .small-and-medium-four-twelfths {
    width: 33.333%; }
  .small-and-medium-two-thirds, .small-and-medium-four-sixths, .small-and-medium-eight-twelfths {
    width: 66.666%; }
  /**
    * Quarters
    */
  .small-and-medium-one-quarter, .small-and-medium-two-eighths, .small-and-medium-three-twelfths {
    width: 25%; }
  .small-and-medium-three-quarters, .small-and-medium-six-eighths, .small-and-medium-nine-twelfths {
    width: 75%; }
  /**
    * Fifths
    */
  .small-and-medium-one-fifth, .small-and-medium-two-tenths {
    width: 20%; }
  .small-and-medium-two-fifths, .small-and-medium-four-tenths {
    width: 40%; }
  .small-and-medium-three-fifths, .small-and-medium-six-tenths {
    width: 60%; }
  .small-and-medium-four-fifths, .small-and-medium-eight-tenths {
    width: 80%; }
  /**
    * Sixths
    */
  .small-and-medium-one-sixth, .small-and-medium-two-twelfths {
    width: 16.666%; }
  .small-and-medium-five-sixths, .small-and-medium-ten-twelfths {
    width: 83.333%; }
  /**
    * Eighths
    */
  .small-and-medium-one-eighth {
    width: 12.5%; }
  .small-and-medium-three-eighths {
    width: 37.5%; }
  .small-and-medium-five-eighths {
    width: 62.5%; }
  .small-and-medium-seven-eighths {
    width: 87.5%; }
  /**
    * Tenths
    */
  .small-and-medium-one-tenth {
    width: 10%; }
  .small-and-medium-three-tenths {
    width: 30%; }
  .small-and-medium-seven-tenths {
    width: 70%; }
  .small-and-medium-nine-tenths {
    width: 90%; }
  /**
    * Twelfths
    */
  .small-and-medium-one-twelfth {
    width: 8.333%; }
  .small-and-medium-five-twelfths {
    width: 41.666%; }
  .small-and-medium-seven-twelfths {
    width: 58.333%; }
  .small-and-medium-eleven-twelfths {
    width: 91.666%; }
  .small-and-medium-hide {
    display: none !important; }
  .small-and-medium-hard--sides {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .small-and-medium-soft--sides {
    padding-right: 25px !important;
    padding-left: 25px !important; }
  .small-and-medium-text--left {
    text-align: left !important; }
  .small-and-medium-text--right {
    text-align: right !important; }
  .small-and-medium-text--center {
    text-align: center !important; }
  .small-and-medium-float--left {
    float: left !important; }
  .small-and-medium-float--right {
    float: right !important; }
  .small-and-medium-float-none {
    float: none !important; }
  .small-and-medium-hard--left {
    padding-left: 0 !important; }
  .small-and-medium-hard--right {
    padding-right: 0 !important; } }

@media only screen and (min-width: 860px) {
  /**
    * Whole
    */
  .large-one-whole {
    width: 100%; }
  /**
    * Halves
    */
  .large-one-half, .large-two-quarters, .large-three-sixths, .large-four-eighths, .large-five-tenths, .large-six-twelfths {
    width: 50%; }
  /**
    * Thirds
    */
  .large-one-third, .large-two-sixths, .large-four-twelfths {
    width: 33.333%; }
  .large-two-thirds, .large-four-sixths, .large-eight-twelfths {
    width: 66.666%; }
  /**
    * Quarters
    */
  .large-one-quarter, .large-two-eighths, .large-three-twelfths {
    width: 25%; }
  .large-three-quarters, .large-six-eighths, .large-nine-twelfths {
    width: 75%; }
  /**
    * Fifths
    */
  .large-one-fifth, .large-two-tenths {
    width: 20%; }
  .large-two-fifths, .large-four-tenths {
    width: 40%; }
  .large-three-fifths, .large-six-tenths {
    width: 60%; }
  .large-four-fifths, .large-eight-tenths {
    width: 80%; }
  /**
    * Sixths
    */
  .large-one-sixth, .large-two-twelfths {
    width: 16.666%; }
  .large-five-sixths, .large-ten-twelfths {
    width: 83.333%; }
  /**
    * Eighths
    */
  .large-one-eighth {
    width: 12.5%; }
  .large-three-eighths {
    width: 37.5%; }
  .large-five-eighths {
    width: 62.5%; }
  .large-seven-eighths {
    width: 87.5%; }
  /**
    * Tenths
    */
  .large-one-tenth {
    width: 10%; }
  .large-three-tenths {
    width: 30%; }
  .large-seven-tenths {
    width: 70%; }
  .large-nine-tenths {
    width: 90%; }
  /**
    * Twelfths
    */
  .large-one-twelfth {
    width: 8.333%; }
  .large-five-twelfths {
    width: 41.666%; }
  .large-seven-twelfths {
    width: 58.333%; }
  .large-eleven-twelfths {
    width: 91.666%; }
  .large-hide {
    display: none !important; }
  .large-hard--sides {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .large-soft--sides {
    padding-right: 25px !important;
    padding-left: 25px !important; }
  .large-text--left {
    text-align: left !important; }
  .large-text--right {
    text-align: right !important; }
  .large-text--center {
    text-align: center !important; }
  .large-float--left {
    float: left !important; }
  .large-float--right {
    float: right !important; }
  .large-float-none {
    float: none !important; }
  .large-hard--left {
    padding-left: 0 !important; }
  .large-hard--right {
    padding-right: 0 !important; } }

@media only screen and (min-width: 1180px) {
  /**
    * Whole
    */
  .extra-large-one-whole {
    width: 100%; }
  /**
    * Halves
    */
  .extra-large-one-half, .extra-large-two-quarters, .extra-large-three-sixths, .extra-large-four-eighths, .extra-large-five-tenths, .extra-large-six-twelfths {
    width: 50%; }
  /**
    * Thirds
    */
  .extra-large-one-third, .extra-large-two-sixths, .extra-large-four-twelfths {
    width: 33.333%; }
  .extra-large-two-thirds, .extra-large-four-sixths, .extra-large-eight-twelfths {
    width: 66.666%; }
  /**
    * Quarters
    */
  .extra-large-one-quarter, .extra-large-two-eighths, .extra-large-three-twelfths {
    width: 25%; }
  .extra-large-three-quarters, .extra-large-six-eighths, .extra-large-nine-twelfths {
    width: 75%; }
  /**
    * Fifths
    */
  .extra-large-one-fifth, .extra-large-two-tenths {
    width: 20%; }
  .extra-large-two-fifths, .extra-large-four-tenths {
    width: 40%; }
  .extra-large-three-fifths, .extra-large-six-tenths {
    width: 60%; }
  .extra-large-four-fifths, .extra-large-eight-tenths {
    width: 80%; }
  /**
    * Sixths
    */
  .extra-large-one-sixth, .extra-large-two-twelfths {
    width: 16.666%; }
  .extra-large-five-sixths, .extra-large-ten-twelfths {
    width: 83.333%; }
  /**
    * Eighths
    */
  .extra-large-one-eighth {
    width: 12.5%; }
  .extra-large-three-eighths {
    width: 37.5%; }
  .extra-large-five-eighths {
    width: 62.5%; }
  .extra-large-seven-eighths {
    width: 87.5%; }
  /**
    * Tenths
    */
  .extra-large-one-tenth {
    width: 10%; }
  .extra-large-three-tenths {
    width: 30%; }
  .extra-large-seven-tenths {
    width: 70%; }
  .extra-large-nine-tenths {
    width: 90%; }
  /**
    * Twelfths
    */
  .extra-large-one-twelfth {
    width: 8.333%; }
  .extra-large-five-twelfths {
    width: 41.666%; }
  .extra-large-seven-twelfths {
    width: 58.333%; }
  .extra-large-eleven-twelfths {
    width: 91.666%; }
  .extra-large-hide {
    display: none !important; }
  .extra-large-hard--sides {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .extra-large-soft--sides {
    padding-right: 25px !important;
    padding-left: 25px !important; }
  .extra-large-text--left {
    text-align: left !important; }
  .extra-large-text--right {
    text-align: right !important; }
  .extra-large-text--center {
    text-align: center !important; }
  .extra-large-float--left {
    float: left !important; }
  .extra-large-float--right {
    float: right !important; }
  .extra-large-float-none {
    float: none !important; }
  .extra-large-hard--left {
    padding-left: 0 !important; }
  .extra-large-hard--right {
    padding-right: 0 !important; } }

@media only screen and (min-width: 1440px) {
  /**
    * Whole
    */
  .super-large-one-whole {
    width: 100%; }
  /**
    * Halves
    */
  .super-large-one-half, .super-large-two-quarters, .super-large-three-sixths, .super-large-four-eighths, .super-large-five-tenths, .super-large-six-twelfths {
    width: 50%; }
  /**
    * Thirds
    */
  .super-large-one-third, .super-large-two-sixths, .super-large-four-twelfths {
    width: 33.333%; }
  .super-large-two-thirds, .super-large-four-sixths, .super-large-eight-twelfths {
    width: 66.666%; }
  /**
    * Quarters
    */
  .super-large-one-quarter, .super-large-two-eighths, .super-large-three-twelfths {
    width: 25%; }
  .super-large-three-quarters, .super-large-six-eighths, .super-large-nine-twelfths {
    width: 75%; }
  /**
    * Fifths
    */
  .super-large-one-fifth, .super-large-two-tenths {
    width: 20%; }
  .super-large-two-fifths, .super-large-four-tenths {
    width: 40%; }
  .super-large-three-fifths, .super-large-six-tenths {
    width: 60%; }
  .super-large-four-fifths, .super-large-eight-tenths {
    width: 80%; }
  /**
    * Sixths
    */
  .super-large-one-sixth, .super-large-two-twelfths {
    width: 16.666%; }
  .super-large-five-sixths, .super-large-ten-twelfths {
    width: 83.333%; }
  /**
    * Eighths
    */
  .super-large-one-eighth {
    width: 12.5%; }
  .super-large-three-eighths {
    width: 37.5%; }
  .super-large-five-eighths {
    width: 62.5%; }
  .super-large-seven-eighths {
    width: 87.5%; }
  /**
    * Tenths
    */
  .super-large-one-tenth {
    width: 10%; }
  .super-large-three-tenths {
    width: 30%; }
  .super-large-seven-tenths {
    width: 70%; }
  .super-large-nine-tenths {
    width: 90%; }
  /**
    * Twelfths
    */
  .super-large-one-twelfth {
    width: 8.333%; }
  .super-large-five-twelfths {
    width: 41.666%; }
  .super-large-seven-twelfths {
    width: 58.333%; }
  .super-large-eleven-twelfths {
    width: 91.666%; }
  .super-large-hide {
    display: none !important; }
  .super-large-hard--sides {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .super-large-soft--sides {
    padding-right: 25px !important;
    padding-left: 25px !important; }
  .super-large-text--left {
    text-align: left !important; }
  .super-large-text--right {
    text-align: right !important; }
  .super-large-text--center {
    text-align: center !important; }
  .super-large-float--left {
    float: left !important; }
  .super-large-float--right {
    float: right !important; }
  .super-large-float-none {
    float: none !important; }
  .super-large-hard--left {
    padding-left: 0 !important; }
  .super-large-hard--right {
    padding-right: 0 !important; } }

/*------------------------------------*\
    $PUSH
\*------------------------------------*/
/**
 * Push classes, to move grid items over to the right by certain amounts.
 */
/*------------------------------------*\
    $PULL
\*------------------------------------*/
/**
 * Pull classes, to move grid items over to the right by certain amounts.
 */
/*------------------------------------*\
    $HELPER
\*------------------------------------*/
/**
 * A series of helper classes to use arbitrarily. Only use a helper class if an
 * element/component doesn’t already have a class to which you could apply this
 * styling, e.g. if you need to float `.main-nav` left then add `float:left;` to
 * that ruleset as opposed to adding the `.float--left` class to the markup.
 *
 * A lot of these classes carry `!important` as you will always want them to win
 * out over other selectors.
 */
/**
 * Add/remove floats
 */
.float--right {
  float: right !important; }

.float--left {
  float: left !important; }

.float--none {
  float: none !important; }

/**
 * Text alignment
 */
.text--left {
  text-align: left  !important; }

.text--center {
  text-align: center !important; }

.text--right {
  text-align: right !important; }

/**
 * Font weights
 */
.weight--light {
  font-weight: 300 !important; }

.weight--normal {
  font-weight: 400 !important; }

.weight--semibold {
  font-weight: 600 !important; }

/**
 * Add/remove margins
 */
.push {
  margin: 25px !important; }

.push--top {
  margin-top: 25px !important; }

.push--right {
  margin-right: 25px !important; }

.push--bottom {
  margin-bottom: 25px !important; }

.push--left {
  margin-left: 25px !important; }

.push--ends {
  margin-top: 25px !important;
  margin-bottom: 25px !important; }

.push--sides {
  margin-right: 25px !important;
  margin-left: 25px !important; }

.push-half {
  margin: 12.5px !important; }

.push-half--top {
  margin-top: 12.5px !important; }

.push-half--right {
  margin-right: 12.5px !important; }

.push-half--bottom {
  margin-bottom: 12.5px !important; }

.push-half--left {
  margin-left: 12.5px !important; }

.push-half--ends {
  margin-top: 12.5px !important;
  margin-bottom: 12.5px !important; }

.push-half--sides {
  margin-right: 12.5px !important;
  margin-left: 12.5px !important; }

.push-double {
  margin: 50px !important; }

.push-double--top {
  margin-top: 50px !important; }

.push-double--right {
  margin-right: 50px !important; }

.push-double--bottom {
  margin-bottom: 50px !important; }

.push-double--left {
  margin-left: 50px !important; }

.push-double--ends {
  margin-top: 50px !important;
  margin-bottom: 50px !important; }

.push-double--sides {
  margin-right: 50px !important;
  margin-left: 50px !important; }

.flush {
  margin: 0 !important; }

.flush--top {
  margin-top: 0 !important; }

.flush--right {
  margin-right: 0 !important; }

.flush--bottom {
  margin-bottom: 0 !important; }

.flush--left {
  margin-left: 0 !important; }

.flush--ends {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.flush--sides {
  margin-right: 0 !important;
  margin-left: 0 !important; }

/**
 * Add/remove paddings
 */
.soft {
  padding: 25px !important; }

.soft--top {
  padding-top: 25px !important; }

.soft--right {
  padding-right: 25px !important; }

.soft--bottom {
  padding-bottom: 25px !important; }

.soft--left {
  padding-left: 25px !important; }

.soft--ends {
  padding-top: 25px !important;
  padding-bottom: 25px !important; }

.soft--sides {
  padding-right: 25px !important;
  padding-left: 25px !important; }

.soft-half {
  padding: 12.5px !important; }

.soft-half--top {
  padding-top: 12.5px !important; }

.soft-half--right {
  padding-right: 12.5px !important; }

.soft-half--bottom {
  padding-bottom: 12.5px !important; }

.soft-half--left {
  padding-left: 12.5px !important; }

.soft-half--ends {
  padding-top: 12.5px !important;
  padding-bottom: 12.5px !important; }

.soft-half--sides {
  padding-right: 12.5px !important;
  padding-left: 12.5px !important; }

.soft-double {
  padding: 50px !important; }

.soft-double--top {
  padding-top: 50px !important; }

.soft-double--right {
  padding-right: 50px !important; }

.soft-double--bottom {
  padding-bottom: 50px !important; }

.soft-double--left {
  padding-left: 50px !important; }

.soft-double--ends {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

.soft-double--sides {
  padding-right: 50px !important;
  padding-left: 50px !important; }

.hard {
  padding: 0 !important; }

.hard--top {
  padding-top: 0 !important; }

.hard--right {
  padding-right: 0 !important; }

.hard--bottom {
  padding-bottom: 0 !important; }

.hard--left {
  padding-left: 0 !important; }

.hard--ends {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.hard--sides {
  padding-right: 0 !important;
  padding-left: 0 !important; }

/**
 * Pull items full width of `.island` parents.
 */
.full-bleed {
  margin-right: -25px !important;
  margin-left: -25px !important; }

/**
 * Add a help cursor to any element that gives the user extra information on
 * `:hover`.
 */
.informative {
  cursor: help !important; }

/**
 * Mute an object by reducing its opacity.
 */
.muted {
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important; }

/**
 * Align items to the right where they imply progression/movement forward, e.g.:
 *
   <p class=proceed><a href=#>Read more...</a></p>
 *
 */
.proceed {
  text-align: right !important; }

/**
 * Add a right-angled quote to links that imply movement, e.g.:
 *
   <a href=# class=go>Read more</a>
 *
 */
.go:after {
  content: " " "»" !important; }

/**
 * Apply capital/lowercase case to an element
 */
.caps,
.uppercase {
  text-transform: uppercase !important; }

.lowercase {
  text-transform: lowercase !important; }

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

@media only screen and (max-width: 559px) {
  .accessibility--small,
  .visuallyhidden--small {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media only screen and (min-width: 560px) and (max-width: 859px) {
  .accessibility--medium,
  .visuallyhidden--medium {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media only screen and (min-width: 560px) {
  .accessibility--medium-and-up,
  .visuallyhidden--medium-and-up {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media only screen and (max-width: 859px) {
  .accessibility--small-and-medium,
  .visuallyhidden--small-and-medium {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media only screen and (min-width: 860px) {
  .accessibility--large,
  .visuallyhidden--large {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media only screen and (min-width: 1180px) {
  .accessibility--extra-large,
  .visuallyhidden--extra-large {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset; }

.color--error {
  color: #9f172f !important; }

.bg--error {
  background-color: #9f172f !important; }

.border--error {
  border: 2px solid #9f172f !important; }

.border-x--error {
  border-left: 2px solid #9f172f !important;
  border-right: 2px solid #9f172f !important; }

.border-y--error {
  border-top: 2px solid #9f172f !important;
  border-bottom: 2px solid #9f172f !important; }

.border-top--error {
  border-top: 2px solid #9f172f !important; }

.border-bottom--error {
  border-bottom: 2px solid #9f172f !important; }

.border-right--error {
  border-right: 2px solid #9f172f !important; }

.border-left--error {
  border-left: 2px solid #9f172f !important; }

.color--success {
  color: #476d4f !important; }

.bg--success {
  background-color: #476d4f !important; }

.border--success {
  border: 2px solid #476d4f !important; }

.border-x--success {
  border-left: 2px solid #476d4f !important;
  border-right: 2px solid #476d4f !important; }

.border-y--success {
  border-top: 2px solid #476d4f !important;
  border-bottom: 2px solid #476d4f !important; }

.border-top--success {
  border-top: 2px solid #476d4f !important; }

.border-bottom--success {
  border-bottom: 2px solid #476d4f !important; }

.border-right--success {
  border-right: 2px solid #476d4f !important; }

.border-left--success {
  border-left: 2px solid #476d4f !important; }

.color--light {
  color: #fff !important; }

.bg--light {
  background-color: #fff !important; }

.border--light {
  border: 2px solid #fff !important; }

.border-x--light {
  border-left: 2px solid #fff !important;
  border-right: 2px solid #fff !important; }

.border-y--light {
  border-top: 2px solid #fff !important;
  border-bottom: 2px solid #fff !important; }

.border-top--light {
  border-top: 2px solid #fff !important; }

.border-bottom--light {
  border-bottom: 2px solid #fff !important; }

.border-right--light {
  border-right: 2px solid #fff !important; }

.border-left--light {
  border-left: 2px solid #fff !important; }

.color--dark {
  color: #1a191b !important; }

.bg--dark {
  background-color: #1a191b !important; }

.border--dark {
  border: 2px solid #1a191b !important; }

.border-x--dark {
  border-left: 2px solid #1a191b !important;
  border-right: 2px solid #1a191b !important; }

.border-y--dark {
  border-top: 2px solid #1a191b !important;
  border-bottom: 2px solid #1a191b !important; }

.border-top--dark {
  border-top: 2px solid #1a191b !important; }

.border-bottom--dark {
  border-bottom: 2px solid #1a191b !important; }

.border-right--dark {
  border-right: 2px solid #1a191b !important; }

.border-left--dark {
  border-left: 2px solid #1a191b !important; }

.color--soft {
  color: #929293 !important; }

.bg--soft {
  background-color: #929293 !important; }

.border--soft {
  border: 2px solid #929293 !important; }

.border-x--soft {
  border-left: 2px solid #929293 !important;
  border-right: 2px solid #929293 !important; }

.border-y--soft {
  border-top: 2px solid #929293 !important;
  border-bottom: 2px solid #929293 !important; }

.border-top--soft {
  border-top: 2px solid #929293 !important; }

.border-bottom--soft {
  border-bottom: 2px solid #929293 !important; }

.border-right--soft {
  border-right: 2px solid #929293 !important; }

.border-left--soft {
  border-left: 2px solid #929293 !important; }

.color--primary {
  color: #929293 !important; }

.bg--primary {
  background-color: #929293 !important; }

.border--primary {
  border: 2px solid #929293 !important; }

.border-x--primary {
  border-left: 2px solid #929293 !important;
  border-right: 2px solid #929293 !important; }

.border-y--primary {
  border-top: 2px solid #929293 !important;
  border-bottom: 2px solid #929293 !important; }

.border-top--primary {
  border-top: 2px solid #929293 !important; }

.border-bottom--primary {
  border-bottom: 2px solid #929293 !important; }

.border-right--primary {
  border-right: 2px solid #929293 !important; }

.border-left--primary {
  border-left: 2px solid #929293 !important; }

.color--secondary {
  color: #1a191b !important; }

.bg--secondary {
  background-color: #1a191b !important; }

.border--secondary {
  border: 2px solid #1a191b !important; }

.border-x--secondary {
  border-left: 2px solid #1a191b !important;
  border-right: 2px solid #1a191b !important; }

.border-y--secondary {
  border-top: 2px solid #1a191b !important;
  border-bottom: 2px solid #1a191b !important; }

.border-top--secondary {
  border-top: 2px solid #1a191b !important; }

.border-bottom--secondary {
  border-bottom: 2px solid #1a191b !important; }

.border-right--secondary {
  border-right: 2px solid #1a191b !important; }

.border-left--secondary {
  border-left: 2px solid #1a191b !important; }

.color--tertiary {
  color: #fff !important; }

.bg--tertiary {
  background-color: #fff !important; }

.border--tertiary {
  border: 2px solid #fff !important; }

.border-x--tertiary {
  border-left: 2px solid #fff !important;
  border-right: 2px solid #fff !important; }

.border-y--tertiary {
  border-top: 2px solid #fff !important;
  border-bottom: 2px solid #fff !important; }

.border-top--tertiary {
  border-top: 2px solid #fff !important; }

.border-bottom--tertiary {
  border-bottom: 2px solid #fff !important; }

.border-right--tertiary {
  border-right: 2px solid #fff !important; }

.border-left--tertiary {
  border-left: 2px solid #fff !important; }

/**
 * Begin importing your stuff here.
 */
/*
FROM: https://github.com/bfred-it/object-fit-images
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.5.0 (11/03/2018)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
@font-face {
  font-family: 'lightcase';
  src: url("../fonts/lightcase/lightcase.eot?55356177");
  src: url("../fonts/lightcase/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../fonts/lightcase/lightcase.woff?55356177") format("woff"), url("../fonts/lightcase/lightcase.ttf?55356177") format("truetype"), url("../fonts/lightcase/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal; }

/* line 12, ../scss/components/fonts/_font-lightcase.scss */
[class*='lightcase-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

/* Codes */
/* line 35, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-play:before {
  content: '\e800'; }

/* line 36, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-pause:before {
  content: '\e801'; }

/* line 37, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-close:before {
  content: '\e802'; }

/* line 38, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-prev:before {
  content: '\e803'; }

/* line 39, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-next:before {
  content: '\e804'; }

/* line 40, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-spin:before {
  content: '\e805'; }

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes lightcase-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

@keyframes lightcase-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

/* line 1, ../scss/components/modules/_case.scss */
#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

@media screen and (max-width: 640px) {
  /* line 16, ../scss/components/modules/_case.scss */
  html[data-lc-type=inline] #lightcase-case, html[data-lc-type=ajax] #lightcase-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important; } }

@media screen and (min-width: 641px) {
  /* line 4, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden; } }

@media screen and (min-width: 641px) {
  /* line 23, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content, html[data-lc-type=video] #lightcase-content {
    background-color: #333; } }

/* line 31, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
  -o-box-shadow: none;
  box-shadow: none; }

@media screen and (max-width: 640px) {
  /* line 31, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important; } }

/* line 43, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
  -o-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (max-width: 640px) {
  /* line 43, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    padding: 15px; }
  /* line 52, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=error] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important; }
  /* line 59, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important; } }

@media screen and (max-width: 640px) {
  /* line 70, ../scss/components/modules/_content.scss */
  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch; } }

@media screen and (max-width: 640px) and (min-width: 641px) {
  /* line 74, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content .lightcase-contentInner, html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75; } }

/* line 82, ../scss/components/modules/_content.scss */
html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important; }

@media screen and (max-width: 640px) {
  /* line 91, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important; } }

@media screen and (min-width: 641px) {
  /* line 100, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -o-box-sizing: border-box;
    box-sizing: border-box; } }

@media screen and (max-width: 640px) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #aaa; } }

@media screen and (min-width: 641px) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #333; } }

/* line 3, ../scss/components/modules/_error.scss */
#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa; }

@media screen and (max-width: 640px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 30px 0; } }

@media screen and (min-width: 641px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 0; } }

/* line 4, ../scss/components/modules/_global.scss */
.lightcase-open {
  overflow: hidden; }

/*
.lightcase-open body {
  overflow: hidden;
}
*/
/* line 8, ../scss/components/modules/_global.scss */
.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%; }

/* line 1, ../scss/components/modules/_info.scss */
#lightcase-info {
  position: absolute;
  padding-top: 15px; }

/* line 9, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis; }

/* line 19, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #aaa; }

@media screen and (max-width: 640px) {
  /* line 19, ../scss/components/modules/_info.scss */
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #333; } }

/* line 33, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #aaa; }

/* line 39, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa; }

@media screen and (max-width: 640px) {
  /* line 45, ../scss/components/modules/_info.scss */
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px; }
  /* line 51, ../scss/components/modules/_info.scss */
  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static; } }

/* line 1, ../scss/components/modules/_loading.scss */
#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear; }

/* line 20, ../scss/components/mixins/_presets.scss */
#lightcase-loading, #lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  transition: color, opacity, ease-in-out 0.25s; }

/* line 32, ../scss/components/mixins/_presets.scss */
#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px; }

/* line 2, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer; }

/* line 20, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-'], a[class*='lightcase-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  transition: color, opacity, ease-in-out 0.25s; }

/* line 32, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-'] > span {
  display: inline-block;
  text-indent: -9999px; }

/* line 49, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-']:hover {
  color: white;
  text-shadow: 0 0 15px white; }

/* line 10, ../scss/components/modules/_navigation.scss */
.lightcase-isMobileDevice a[class*='lightcase-icon-']:hover {
  color: #aaa;
  text-shadow: none; }

/* line 17, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none; }

/* line 28, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-prev {
  left: 15px; }

/* line 33, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-next {
  right: 15px; }

/* line 38, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em; }

@media screen and (min-width: 641px) {
  /* line 38, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
    opacity: 0; } }

@media screen and (max-width: 640px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'] {
    bottom: 15px;
    font-size: 24px; } }

@media screen and (min-width: 641px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em; }
  /* line 57, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-']:hover, #lightcase-case:hover ~ a[class*='lightcase-icon-'] {
    opacity: 1; } }

/* line 1, ../scss/components/modules/_overlay.scss */
#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333; }

@media screen and (max-width: 640px) {
  /* line 1, ../scss/components/modules/_overlay.scss */
  #lightcase-overlay {
    opacity: 1 !important; } }

@font-face {
  font-family: "Neue Plak Text W04 Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Neue Plak Text W04 Regular"), url("../fonts/neue-plak-text/12ea4496-da88-4292-89e0-58f2fc9da2bf.woff") format("woff"); }

@font-face {
  font-family: "Neue Plak Text W04 Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Neue Plak Text W04 Italic"), url("../fonts/neue-plak-text/4fc8b212-53e3-4e94-8388-19bca8ad3000.woff") format("woff"); }

@font-face {
  font-family: "Neue Plak Text W04 Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Neue Plak Text W04 Bold"), url("../fonts/neue-plak-text/7f78a096-76ae-4cce-9f16-dbac3035417e.woff") format("woff"); }

@font-face {
  font-family: "Neue Plak Text W04 Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Neue Plak Text W04 Bold Italic"), url("../fonts/neue-plak-text/55340bfa-0d32-4e3d-9745-9e6e1e8732b4.woff") format("woff"); }

html {
  overflow-y: visible;
  min-height: auto; }
  html .header,
  html .main,
  html .footer,
  html .overlay,
  html .scroll-progress,
  html .cursor {
    transition: opacity 0.4s; }
  html.loading .header,
  html.loading .main,
  html.loading .footer,
  html.loading .overlay,
  html.loading .scroll-progress,
  html.loading .cursor {
    pointer-events: none;
    opacity: 0; }
  html.loading.overlay-open .header,
  html.loading.overlay-open .main,
  html.loading.overlay-open .footer,
  html.loading.overlay-open .scroll-progress,
  html.loading.overlay-open .cursor {
    transition-duration: 0s; }

html,
body {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  background-color: #1a191b;
  height: auto;
  min-height: 100%; }

.is-touch .is-touch-hide {
  display: none !important; }

body {
  color: #fff;
  font-family: "Neue Plak Text W04 Regular";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

::-moz-selection {
  background-color: #929293;
  color: #fff; }

::selection {
  background-color: #929293;
  color: #fff; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Neue Plak Text W04 Regular";
  font-style: normal;
  font-weight: normal; }
  h1 strong, h1 b, h2 strong, h2 b, h3 strong, h3 b, h4 strong, h4 b, h5 strong, h5 b, h6 strong, h6 b,
  .h1 strong,
  .h1 b, .h2 strong, .h2 b, .h3 strong, .h3 b, .h4 strong, .h4 b, .h5 strong, .h5 b, .h6 strong, .h6 b {
    font-family: "Neue Plak Text W04 Bold";
    font-style: normal;
    font-weight: normal; }
    h1 strong i, h1 strong em, h1 b i, h1 b em, h2 strong i, h2 strong em, h2 b i, h2 b em, h3 strong i, h3 strong em, h3 b i, h3 b em, h4 strong i, h4 strong em, h4 b i, h4 b em, h5 strong i, h5 strong em, h5 b i, h5 b em, h6 strong i, h6 strong em, h6 b i, h6 b em,
    .h1 strong i,
    .h1 strong em,
    .h1 b i,
    .h1 b em, .h2 strong i, .h2 strong em, .h2 b i, .h2 b em, .h3 strong i, .h3 strong em, .h3 b i, .h3 b em, .h4 strong i, .h4 strong em, .h4 b i, .h4 b em, .h5 strong i, .h5 strong em, .h5 b i, .h5 b em, .h6 strong i, .h6 strong em, .h6 b i, .h6 b em {
      font-family: "Neue Plak Text W04 Bold Italic";
      font-style: normal;
      font-weight: normal; }
  h1 i, h1 em, h2 i, h2 em, h3 i, h3 em, h4 i, h4 em, h5 i, h5 em, h6 i, h6 em,
  .h1 i,
  .h1 em, .h2 i, .h2 em, .h3 i, .h3 em, .h4 i, .h4 em, .h5 i, .h5 em, .h6 i, .h6 em {
    font-family: "Neue Plak Text W04 Italic";
    font-style: normal;
    font-weight: normal; }
    h1 i strong, h1 i b, h1 em strong, h1 em b, h2 i strong, h2 i b, h2 em strong, h2 em b, h3 i strong, h3 i b, h3 em strong, h3 em b, h4 i strong, h4 i b, h4 em strong, h4 em b, h5 i strong, h5 i b, h5 em strong, h5 em b, h6 i strong, h6 i b, h6 em strong, h6 em b,
    .h1 i strong,
    .h1 i b,
    .h1 em strong,
    .h1 em b, .h2 i strong, .h2 i b, .h2 em strong, .h2 em b, .h3 i strong, .h3 i b, .h3 em strong, .h3 em b, .h4 i strong, .h4 i b, .h4 em strong, .h4 em b, .h5 i strong, .h5 i b, .h5 em strong, .h5 em b, .h6 i strong, .h6 i b, .h6 em strong, .h6 em b {
      font-family: "Neue Plak Text W04 Bold Italic";
      font-style: normal;
      font-weight: normal; }

.super-large-text {
  line-height: 1.3; }

h1, .h1, .extra-large-text {
  line-height: 1.4; }

h2, .h2 {
  line-height: 1.5; }

h3, .h3, .large-text {
  line-height: 1.7; }

h4, .h4 {
  line-height: 1.7; }

h5, .h5 {
  line-height: 1.6;
  margin-bottom: 12.5px; }

h6, .h6 {
  line-height: 1.7;
  margin-bottom: 12.5px; }

a {
  text-decoration: none;
  color: #fff;
  transition: color 0.4s; }
  a:hover {
    color: #929293; }

.nav.nav--stacked a {
  display: inline-block; }

ul, ol {
  margin-left: 17px; }
  ul.list--plain, ol.list--plain {
    list-style: none;
    margin-left: 0; }

ol li {
  padding-left: 4px; }

.cta {
  display: block; }

.cta__link,
.cta__label,
.cta__action {
  display: block; }

.cta__label {
  font-size: 13px;
  color: #929293;
  margin-bottom: 0;
  font-family: "Neue Plak Text W04 Bold";
  font-style: normal;
  font-weight: normal; }

.cta__action {
  font-size: 20px; }

.cta__link {
  position: relative;
  padding: 25px 0;
  color: rgba(255, 255, 255, 0.2);
  transition: color 0.4s, padding 0.4s; }
  .cta__link .cta__label {
    color: rgba(255, 255, 255, 0.2); }
  .cta__link:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 85px;
    max-width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    transition: background-color 0.4s, width 0.4s, height 0.4s; }
  .cta__link:hover {
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px; }
    .cta__link:hover:after {
      width: 100%;
      height: 3px;
      background-color: #fff; }

.br {
  display: block;
  width: 0; }

@font-face {
  font-family: "dr-icons";
  src: url("../fonts/dr-icons/dr-icons.woff2?48ldyw") format("woff2"), url("../fonts/dr-icons/dr-icons.ttf?48ldyw") format("truetype"), url("../fonts/dr-icons/dr-icons.woff?48ldyw") format("woff"), url("../fonts/dr-icons/dr-icons.svg?48ldyw#dr-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

.ico {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "dr-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ico--arrow-left:before {
  content: ""; }

.ico--arrow-right:before {
  content: ""; }

.ico--arrow-down:before {
  content: ""; }

.ico--arrow-up:before {
  content: ""; }

.ico--chevron-left:before {
  content: ""; }

.ico--chevron-right:before {
  content: ""; }

.ico--chevron-up:before {
  content: ""; }

.ico--chevron-down:before {
  content: ""; }

.ico--close:before {
  content: ""; }

.ico--play-circle:before {
  content: ""; }

.ico--play-outline:before {
  content: ""; }

.color--softest {
  color: #eaeaea !important; }

.bg--softest {
  background-color: #eaeaea !important; }

.border--softest {
  border: 2px solid #eaeaea !important; }

.border-x--softest {
  border-left: 2px solid #eaeaea !important;
  border-right: 2px solid #eaeaea !important; }

.border-y--softest {
  border-top: 2px solid #eaeaea !important;
  border-bottom: 2px solid #eaeaea !important; }

.border-top--softest {
  border-top: 2px solid #eaeaea !important; }

.border-bottom--softest {
  border-bottom: 2px solid #eaeaea !important; }

.border-right--softest {
  border-right: 2px solid #eaeaea !important; }

.border-left--softest {
  border-left: 2px solid #eaeaea !important; }

.bg--soft-gradient {
  background: radial-gradient(circle, #F9F9F9 0%, #E6E6E6 100%) !important; }

.nav-color--soft {
  color: #929293; }
  .nav-color--soft a:not(.btn) {
    color: #929293; }
    .nav-color--soft a:not(.btn):hover {
      color: #fff; }

.grid.grid--pad {
  margin-left: -40px; }
  .grid.grid--pad > .grid__item {
    padding-left: 40px; }

.media {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  max-width: 100%; }
  .media img {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50%;
    object-position: 50%;
    font-family: "object-fit: contain; object-position: 50%"; }
  .media img.media__placeholder {
    z-index: 1;
    position: relative;
    width: 100%;
    height: auto; }
  .media img.media__image {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .media a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3; }

.media--hmax {
  height: 100%; }
  .media--hmax img {
    width: auto !important;
    height: 100% !important; }

.media--bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
  .media--bg img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50%;
    object-position: 50%;
    font-family: "object-fit: cover; object-position: 50%"; }

/*
.media--constrained {
	max-height: 100%;
	img {
		max-height: 100%;
	}
	img.media__image {
		height: 100%;
	}
}
*/
.media.alignleft {
  align-self: flex-start; }

.media.alignright {
  align-self: flex-end; }

.media.aligncenter {
  align-self: center; }

.media--lazy img {
  transition: opacity 0.5s linear; }
  .media--lazy img:not(.loaded) {
    opacity: 0; }

.media--lazy img.media__placeholder {
  transition-duration: 0.4s;
  transition-delay: 0.5s; }

.media--lazy:not(.media--loading) img.media__placeholder {
  transition-delay: 0.7s;
  opacity: 0; }

.media--loading:before {
  content: "";
  width: 20px;
  height: 20px;
  overflow: hidden;
  background: none;
  background-size: contain;
  position: absolute;
  top: 6.25px;
  right: 6.25px;
  z-index: 10; }

.media__link .ico {
  font-size: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff; }

[data-scroll] {
  -ms-scroll-chaining: none;
      overscroll-behavior: none; }

[data-scroll-content] {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  will-change: transform; }

[class*="pos--"] {
  display: block;
  position: absolute;
  z-index: 20; }

.pos--left-top {
  left: 0;
  top: 0; }

.pos--left-middle {
  left: 0;
  top: 50%;
  transform: translateY(-50%); }

.pos--left-bottom {
  left: 0;
  bottom: 0; }

.pos--center-top {
  left: 50%;
  top: 0;
  transform: translateX(-50%); }

.pos--center-middle {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.pos--left-bottom {
  left: 50%;
  bottom: 0;
  transform: translateX(-50%); }

.pos--right-top {
  right: 0;
  top: 0; }

.pos--right-middle {
  right: 0;
  top: 50%;
  transform: translateY(-50%); }

.pos--right-bottom {
  right: 0;
  bottom: 0; }

.ct-init {
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .ct-init[data-ct="fade-in"], .ct-init[data-ct="fade-up"], .ct-init[data-ct="fade-left"], .ct-init[data-ct="fade-right"], .ct-init[data-ct="fade-up-left"], .ct-init[data-ct="fade-up-right"], .ct-init[data-ct="fade-down"], .ct-init[data-ct="fade-down-left"], .ct-init[data-ct="fade-down-right"] {
    opacity: 0;
    transition: opacity 0s, transform 0s;
    transition-delay: 0s;
    will-change: opacity, transform; }
    .ct-init[data-ct="fade-in"].ct-in, .ct-init[data-ct="fade-up"].ct-in, .ct-init[data-ct="fade-left"].ct-in, .ct-init[data-ct="fade-right"].ct-in, .ct-init[data-ct="fade-up-left"].ct-in, .ct-init[data-ct="fade-up-right"].ct-in, .ct-init[data-ct="fade-down"].ct-in, .ct-init[data-ct="fade-down-left"].ct-in, .ct-init[data-ct="fade-down-right"].ct-in {
      transition-duration: 0.7s;
      opacity: 1; }
  .ct-init[data-ct="fade-up"] {
    transform: translateY(80px); }
  .ct-init[data-ct="fade-left"] {
    transform: translateX(80px); }
  .ct-init[data-ct="fade-right"] {
    transform: translateX(-80px); }
  .ct-init[data-ct="fade-up-right"] {
    transform: translate(80px, 80px); }
  .ct-init[data-ct="fade-up-left"] {
    transform: translate(-80px, 80px); }
  .ct-init[data-ct="fade-down"] {
    transform: translateY(-80px); }
  .ct-init[data-ct="fade-down-right"] {
    transform: translate(-80px, -80px); }
  .ct-init[data-ct="fade-down-left"] {
    transform: translate(80px, -80px); }
  .ct-init[data-ct="fade-up"].ct-in, .ct-init[data-ct="fade-left"].ct-in, .ct-init[data-ct="fade-right"].ct-in, .ct-init[data-ct="fade-up-left"].ct-in, .ct-init[data-ct="fade-up-right"].ct-in, .ct-init[data-ct="fade-down"].ct-in, .ct-init[data-ct="fade-down-left"].ct-in, .ct-init[data-ct="fade-down-right"].ct-in {
    transform: translate(0, 0); }

#lightcase-overlay {
  background: #1a191b; }

html:not([data-lc-type=error]) #lightcase-content {
  background-color: transparent; }

a[class*='lightcase-icon-'], a[class*='lightcase-icon-']:focus {
  color: #fff; }

a[class*='lightcase-icon-']:hover {
  text-shadow: none; }

html.custom-cursor *, html.custom-cursor *:before, html.custom-cursor *:after {
  cursor: none !important; }

@-webkit-keyframes scroll {
  0% {
    transform: translateY(0); }
  30% {
    transform: translateY(100px); } }

@keyframes scroll {
  0% {
    transform: translateY(0); }
  30% {
    transform: translateY(100px); } }

.cursor {
  pointer-events: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999999;
  font-size: 0;
  line-height: 0;
  mix-blend-mode: difference; }

.cursor__outer,
.cursor__fill,
.cursor__inner {
  display: block;
  border-radius: 50%;
  position: fixed;
  left: 0;
  top: 0;
  will-change: transform, opacity, width, height, margin-top, margin-left; }
  .cursor__outer:not([style]),
  .cursor__fill:not([style]),
  .cursor__inner:not([style]) {
    opacity: 0; }

.cursor__outer,
.cursor__fill {
  width: 48px;
  height: 48px;
  margin-left: -24px;
  margin-top: -24px; }

.cursor__outer {
  border: 2px solid #fff;
  transition: width 0.4s ease, height 0.4s ease, margin-top 0.4s ease, margin-left 0.4s ease; }

.cursor__fill {
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.4s ease, width 0.4s ease, height 0.4s ease, margin-top 0.4s ease, margin-left 0.4s ease; }

.cursor__inner {
  width: 4px;
  height: 4px;
  margin-left: -2px;
  margin-top: -2px;
  background-color: #fff;
  transition: opacity 0.4s ease, width 0.4s ease, height 0.4s ease, margin-top 0.4s ease, margin-left 0.4s ease; }

.cursor__scroll {
  display: block;
  width: 27px;
  height: 43px;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: -13px;
  margin-top: -21px;
  opacity: 0;
  will-change: transform, opacity;
  transition: opacity 0.4s; }
  .cursor__scroll svg {
    width: 100%;
    height: 100%;
    -webkit-animation: none;
            animation: none; }

html.game-open .cursor.idle .cursor__inner,
.cursor.over .cursor__inner,
.cursor.over-btn .cursor__inner,
.cursor.over-large-btn .cursor__inner {
  opacity: 0; }

.cursor.over {
  /*
	.cursor__inner {
		width: 20px;
		height: 20px;
		margin-left: -10px;
		margin-top: -10px;
	}
	*/ }
  .cursor.over .cursor__outer {
    border-width: 10px; }

.cursor.over .cursor__outer,
.cursor.over .cursor__fill,
.cursor.over-large-btn .cursor__outer,
.cursor.over-large-btn .cursor__fill {
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px; }

.cursor.over-btn .cursor__outer,
.cursor.over-btn .cursor__fill {
  width: 48px;
  height: 48px;
  margin-left: -24px;
  margin-top: -24px; }

.cursor.fill .cursor__fill {
  opacity: 1; }

.cursor.fill .cursor__inner {
  opacity: 0; }

.cursor.square .cursor__outer,
.cursor.square .cursor__fill {
  border-radius: 0; }

.cursor.invisible .cursor__outer,
.cursor.invisible .cursor__fill,
.cursor.invisible .cursor__inner {
  opacity: 0; }

.cursor.invisible .cursor__outer,
.cursor.invisible .cursor__fill {
  width: 10px;
  height: 10px;
  margin-left: -5px;
  margin-top: -5px; }

.cursor.press .cursor__outer,
.cursor.press .cursor__inner,
.cursor.press .cursor__fill {
  width: 10px;
  height: 10px;
  margin-left: -5px;
  margin-top: -5px; }

.cursor.scrollable .cursor__outer,
.cursor.scrollable .cursor__inner,
.cursor.scrollable .cursor__fill {
  opacity: 0; }

.cursor.scrollable .cursor__scroll {
  opacity: 1; }
  .cursor.scrollable .cursor__scroll svg #wheel {
    -webkit-animation: scroll ease 1.5s infinite;
            animation: scroll ease 1.5s infinite; }

.cursor.mini .cursor__outer,
.cursor.mini .cursor__fill,
.cursor.scrolling .cursor__outer,
.cursor.scrolling .cursor__fill {
  opacity: 0; }

.cursor.mini .cursor__inner,
.cursor.scrolling .cursor__inner {
  opacity: 1;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  margin-top: -5px; }

.cursor.mini .cursor__scroll,
.cursor.scrolling .cursor__scroll {
  opacity: 0; }
  .cursor.mini .cursor__scroll svg #wheel,
  .cursor.scrolling .cursor__scroll svg #wheel {
    -webkit-animation: none;
            animation: none; }

/*
.cursor {

	pointer-events: none;
	display: block;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 99999999;
	font-size: 0;
	line-height: 0;
	//mix-blend-mode: difference;

	.cursor__outer,
	.cursor__inner {
		display: block;
		border-radius: 50%;
		position: absolute;
		left: 50vw;
		top: 50vh;
		will-change: transform;
		&:not([style]) {
			opacity: 0;
		}
	}

	.cursor__outer {
		width: 40px;
		height: 40px;
		border: 2px solid $colour-white;
		background-color: rgba($colour-white, 0);
		margin-left: -20px;
		margin-top: -20px;
		transition: transform 0.2s $easeOut-cubic, width $transition-duration, height $transition-duration, background-color $transition-duration, border-color $transition-duration, border-width $transition-duration $easeOut-cubic, margin $transition-duration;
	}

	.cursor__inner {
		width: 4px;
		height: 4px;
		background-color: rgba($colour-white, 0.7);
		margin-left: -2px;
		margin-top: -2px;
		transition: width $transition-duration, height $transition-duration, background-color $transition-duration, margin $transition-duration, opacity $transition-duration;
	}

	.cursor__scroll {
		display: block;
		width: 27px;
		height: 43px;
		opacity: 0;
		position: absolute;
		left: 0;
		top: 0;
		margin-left: -13px;
		margin-top: -21px;
		transition: transform 0.4s $easeOut-cubic, opacity 0.2s linear;
		will-change: transform, opacity;
		svg {
			width: 100%;
			height: 100%;
		}
	}

	&.over {
		.cursor__outer {
			width: 80px;
			height: 80px;
			border-width: 10px;
			margin-left: -40px;
			margin-top: -40px;
		}
		.cursor__inner {
			width: 20px;
			height: 20px;
			margin-left: -10px;
			margin-top: -10px;
			opacity: 0;
		}
	}

	&.over-btn,
	&.over-large-btn {
		.cursor__outer {
			border-color: $colour-light;
			background-color: $colour-light;
			border-width: 2px;
		}
		.cursor__inner {
			width: 0;
			height: 0;
			margin-left: 0;
			margin-top: 0;
		}
	}

	&.over-btn {
		.cursor__outer {
			width: 48px;
			height: 48px;
			margin-left: -24px;
			margin-top: -24px;
		}
	}

	&.over-large-btn {
		.cursor__outer {
			width: 80px;
			height: 80px;
			margin-left: -40px;
			margin-top: -40px;
		}
	}

	&.invisible,
	&.over-secondary-link {
		.cursor__inner,
		.cursor__outer {
			opacity: 0;
		}
	}

	&.scrollable {
		.cursor__inner,
		.cursor__outer {
			opacity: 0;
		}
		.cursor__scroll {
			opacity: 1;
			svg #wheel {
				animation: scroll ease 1.5s infinite;
			}
		}
		&.scrolling {
			.cursor__inner {
				opacity: 1;
				width: 10px;
				height: 10px;
				margin-left: -5px;
				margin-top: -5px;
			}
			.cursor__scroll {
				opacity: 0;
				svg #wheel {
					animation: none;
				}
			}
		}
	}

	&.press {
		.cursor__outer {
			width: 20px;
			height: 20px;
			margin-left: -10px;
			margin-top: -10px;
			border-width: 10px;
		}
	}

	&.fill {
		.cursor__outer {
			background-color: $colour-white;
		}
	}

}
*/
/*
.cursor2 {
	position: fixed;
	border-radius: 50%;
	pointer-events: none;
	z-index: 99999999;
	top: -20px;
	left: -20px;
	background-color: hotpink;
}

.cursor2__outer {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid $colour-white;
	background-color: rgba($colour-white, 0);
	transition: transform 0.2s ease, opacity 0.3s ease;
}

.cursor2.is-active {
	.cursor2__outer {
		transform: scale(2.5);
	}
}
*/
.scroll-progress {
  height: 3px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform-origin: left;
  transform: scaleX(0);
  z-index: 88888888;
  mix-blend-mode: difference;
  will-change: transform; }

html:not(.backgroundblendmode) .scroll-progress {
  border-bottom: 1px solid #1a191b; }

html.loading .scroll-progress, html.loading.scrolled .scroll-progress {
  opacity: 0; }

@media only screen and (max-width: 559px) {
  .scroll-progress {
    opacity: 0;
    top: 77px; }
  html.scrolled .scroll-progress {
    opacity: 1; } }

.attract-hover-easing {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

#DR_Logo_SVG {
  position: relative; }
  #DR_Logo_SVG.reversed .DR_Logo_Path {
    fill: #1a191b; }

.DR_Logo_Path {
  fill: #fff;
  transition: fill 0.4s; }

.btn--primary {
  color: #fff;
  padding: 0 0 3px;
  position: relative; }
  .btn--primary span {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
    transition: padding 0.4s;
    mix-blend-mode: difference; }
  .btn--primary .ico {
    display: inline-block;
    position: relative;
    top: 1px;
    margin-left: 50px; }
    .btn--primary .ico.ico--arrow-left {
      margin-left: 0;
      margin-right: 50px; }
  .btn--primary:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0 0;
    transition: transform 0.4s;
    z-index: 1; }
  .btn--primary:hover {
    color: #1a191b; }
    .btn--primary:hover span {
      color: #fff;
      padding-left: 6.25px;
      padding-right: 6.25px; }
    .btn--primary:hover:before {
      transform: scaleX(1); }

.btn--primary.btn--large {
  font-size: 20px;
  line-height: 1.5;
  padding: 0 0 3px; }

.gform_footer .btn--primary {
  color: #5f5e5f; }

.icon-btn--primary {
  border: 2px solid #eaeaea;
  background-color: rgba(255, 255, 255, 0);
  color: #eaeaea; }
  .icon-btn--primary:hover {
    border-color: #fff;
    background-color: #fff;
    color: #1a191b; }

.btn-color--light.icon-btn--primary {
  border-color: #fff;
  color: #fff; }
  .btn-color--light.icon-btn--primary:hover {
    border-color: #1a191b;
    background-color: #1a191b;
    color: #fff; }

.btn-color--dark.icon-btn--primary {
  border-color: #1a191b;
  color: #1a191b; }
  .btn-color--dark.icon-btn--primary:hover {
    border-color: #fff;
    background-color: #fff;
    color: #1a191b; }

.swiper-slide--bottom {
  align-self: flex-end; }

.swiper-slide--top {
  align-self: flex-start; }

.swiper-slide--middle {
  align-self: center; }

.swiper-button-prev,
.swiper-button-next {
  background-image: none !important;
  width: 80px;
  height: 80px;
  margin: 0;
  color: #1a191b;
  transform: translateY(-50%); }
  .swiper-button-prev:before, .swiper-button-prev:after,
  .swiper-button-next:before,
  .swiper-button-next:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 0;
    transform: translate(-50%, -50%);
    transition: background-color 0.4s; }
  .swiper-button-prev:before,
  .swiper-button-next:before {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0); }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    width: 40px;
    height: 3px;
    background-color: #1a191b; }
  .swiper-button-prev:hover:before,
  .swiper-button-next:hover:before {
    background-color: #fff; }

.swiper-button-next {
  right: 0; }

.swiper-button-prev {
  left: 0; }

a.primary-link {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  position: relative;
  padding-left: 50px; }
  a.primary-link:before, a.primary-link:after {
    content: "";
    height: 3px;
    width: 0;
    overflow: hidden;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    pointer-events: none;
    transition: width 0.4s; }
  a.primary-link:before {
    left: 0;
    width: 36px; }
  a.primary-link:after {
    right: 0; }
  a.primary-link span {
    display: inline-block;
    transition: transform 0.4s; }
  a.primary-link:hover:before, a.primary-link:hover:after {
    width: 18px; }
  a.primary-link:hover span {
    transform: translate(-24px, 0); }
  a.primary-link.color--dark {
    color: #1a191b; }
    a.primary-link.color--dark:before, a.primary-link.color--dark:after {
      background-color: #1a191b; }

.secondary-link {
  display: inline-block;
  position: relative; }
  .secondary-link span {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
    mix-blend-mode: difference;
    transition: padding 0.4s; }
  .secondary-link .ico {
    display: inline-block;
    margin-left: 50px;
    position: relative;
    top: 1px; }
  .secondary-link:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0 0;
    transition: transform 0.4s;
    z-index: 1; }
  .secondary-link:hover {
    color: #1a191b; }
    .secondary-link:hover span {
      color: #fff;
      padding-left: 6.25px;
      padding-right: 6.25px; }
    .secondary-link:hover:before {
      transform: scaleX(1); }

html.no-backgroundblendmode .secondary-link span {
  transition: padding 0.4s, color 0.4s; }

html.no-backgroundblendmode .secondary-link .ico {
  transition: color 0.4s; }

html.no-backgroundblendmode .secondary-link:hover span,
html.no-backgroundblendmode .secondary-link:hover .ico {
  color: #1a191b; }

.fv-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3; }
  .fv-link:not(.fv-ready) {
    pointer-events: none; }

.fv__thumb {
  transition-duration: 0s !important; }

.media img.fv__image,
.fv__image {
  pointer-events: none;
  position: fixed;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0; }

.fv-stage {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 0; }
  .fv-stage.fv-active {
    z-index: 88888889; }

.fv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  padding: 2rem;
  z-index: 88888889;
  grid-template-columns: 100%;
  pointer-events: none; }

.fv__item {
  pointer-events: none;
  grid-area: 1 / 1 / 2 / 2;
  display: grid;
  grid-template-columns: 50% 50%; }

.fv__item-title {
  display: inline-block;
  margin: 0 0 0 0.25rem;
  line-height: 1;
  opacity: 0;
  align-self: end;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 25px; }

.fv__close {
  position: fixed;
  top: 2rem;
  right: 2rem;
  z-index: 88888899;
  pointer-events: none;
  opacity: 0;
  border: none; }

.fv__item--current {
  pointer-events: auto; }

.fv__item--current ~ .fv__close {
  pointer-events: auto; }

html.fv-open, html.fv-open body {
  overflow-y: hidden; }

.tile,
.tile__media .media {
  width: 390px;
  height: 620px; }

.tile__inner {
  max-width: 390px;
  max-height: 620px; }

.tile {
  display: block;
  pointer-events: none;
  z-index: 9; }

.tile__inner {
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  transform-style: preserve-3d;
  will-change: transform; }

.tile__media {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1; }
  .tile__media:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    z-index: 2;
    background: black;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none; }
  .tile__media .media {
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%; }

.tile__content {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 0;
  padding: 37.5px;
  color: #fff;
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  transition: opacity 0s;
  transition-delay: 0s;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateZ(100px);
  will-change: opacity, transform; }

.tile__title,
.tile__excerpt {
  text-shadow: 1px 0 4px rgba(0, 0, 0, 0.9); }

.tile__title {
  font-family: "Neue Plak Text W04 Bold";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 12.5px;
  line-height: 1.2; }

.tile__excerpt {
  line-height: 1.2; }

.tile__link {
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  pointer-events: all;
  will-change: width, height;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .tile__link:focus {
    outline: none; }

.tile__link__icon {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s;
  transition-delay: 0.8s; }
  .tile__link__icon:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 100%;
    height: 3px; }

.tile.active {
  z-index: 10; }
  .tile.active .tile__inner {
    pointer-events: all; }
  .tile.active .tile__content {
    opacity: 1;
    transition-delay: 0.8s;
    transition-duration: 0.4s; }
  .tile.active .tile__link {
    z-index: 11;
    width: 100%;
    height: 100%; }
  .tile.active .tile__link__icon {
    width: 100%;
    transition-delay: 0s; }

/*
html.svgclippaths {

	.tile__media {

		clip-path: inset(calc(50% - 1px) 0);
		transition: clip-path $transition-duration;
		will-change: clip-path;
		transition-delay: 0s;

		.media {
			width: calc(100% + 20px);
			height: calc(100% + 20px);

			clip-path: inset(0 calc(50% - 1px));
			transition: clip-path $transition-duration;
			will-change: clip-path;
			transition-delay: $transition-duration;
		}

	}

	.tile__link__icon:before {
		transition: opacity $transition-duration;
		transition-delay: $transition-duration * 2;
	}

	.tile.active {

		.tile__media {
			clip-path: inset(0 0);
			transition-delay: $transition-duration;
			.media {
				transition-delay: 0s;
				clip-path: inset(0 0);
			}
		}
		.tile__link__icon:before {
			opacity: 0;
			transition-delay: 0s;
		}

	}

}
*/
.tile__media:before {
  opacity: 0;
  transition: opacity 0.4s;
  transition-delay: 0s; }

.tile__media .media {
  width: 100%;
  height: 100%; }
  .tile__media .media:before, .tile__media .media:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    background-color: #1a191b;
    transition: height 0.4s;
    transition-delay: 0.4s;
    z-index: 3; }
  .tile__media .media:before {
    top: 0; }
  .tile__media .media:after {
    bottom: 0; }

.tile__link__icon:before {
  transition: opacity 0.4s;
  transition-delay: 0.8s; }

.tile.active .tile__media:before {
  transition-delay: 0.8s;
  opacity: 1; }

.tile.active .tile__media .media:before, .tile.active .tile__media .media:after {
  height: 0; }

.tile.active .tile__link__icon:before {
  opacity: 0;
  transition-delay: 0.4s; }

@media only screen and (min-width: 560px) and (max-width: 859px) {
  .tile,
  .tile__media .media {
    width: calc(50vw - 37.5px);
    height: calc(50vw * 1.2); }
  .tile__inner {
    max-width: calc(50vw - 37.5px);
    max-height: calc(50vw * 1.2); }
  .tile:nth-child(odd) {
    margin-right: auto;
    margin-left: 25px; }
  .tile:nth-child(even) {
    margin-right: 25px;
    margin-left: auto; } }

@media only screen and (max-width: 559px) {
  .tile,
  .tile__media .media {
    width: calc(100vw - 50px);
    height: calc(100vw * 1.2); }
  .tile__inner {
    max-width: calc(100vw - 50px);
    max-height: calc(100vw * 1.2); } }

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 88888889;
  pointer-events: none; }

.overlay__inner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-color: rgba(26, 25, 27, 0);
  transition: background-color 0.8s;
  transition-delay: 1.2s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap; }

.overlay__body {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  position: relative;
  z-index: 3; }

.overlay__header {
  align-self: flex-start;
  width: 100%;
  padding: 50px;
  padding-bottom: 0;
  text-align: center;
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 0.4s, transform 0.8s;
  transition-delay: 0.4s; }

.overlay__section {
  opacity: 0;
  transform-origin: 0 0;
  transform: translate(0, 80px) rotate(2deg) scale(0.9);
  transition: opacity 0.4s, transform 0.8s;
  transition-delay: 0s; }
  .overlay__section:nth-child(1) {
    transition-delay: 0s; }
  .overlay__section:nth-child(2) {
    transition-delay: 0.4s; }

.overlay__close {
  position: fixed;
  top: 25px;
  right: 25px;
  z-index: 88888899;
  border: none;
  pointer-events: none;
  opacity: 0;
  transform: translateX(50px);
  transition-delay: 0s;
  transition: transform 0.4s, opacity 0.4s; }

.overlay.active {
  pointer-events: all; }
  .overlay.active .overlay__inner {
    background-color: #1a191b;
    transition-delay: 0s; }
  .overlay.active .overlay__header {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s; }
  .overlay.active .overlay__section {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg) scale(1); }
    .overlay.active .overlay__section:nth-child(1) {
      transition-delay: 0.8s; }
    .overlay.active .overlay__section:nth-child(2) {
      transition-delay: 0.4s; }
  .overlay.active .overlay__close {
    opacity: 1;
    transform: translateX(0);
    pointer-events: all;
    transition-delay: 1.6s; }

html.overlay-open, html.overlay-open body {
  overflow-y: hidden; }

@media only screen and (max-width: 859px) {
  .overlay__body {
    flex-direction: column; }
  .overlay__section {
    width: 100%; } }

@media only screen and (max-width: 559px) {
  .overlay__close {
    top: 0;
    right: 0; }
  .overlay__header {
    padding: 50px 25px 0; } }

.fs-link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3; }
  .fs-link:not(.fs-ready) {
    pointer-events: none; }

.fs {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow-y: hidden;
  z-index: 88888889; }

.fs__close {
  position: fixed;
  top: 2rem;
  right: 2rem;
  z-index: 1000;
  pointer-events: none;
  opacity: 0;
  transform: translate(50px, 0);
  transition: all 0.4s; }

.fs__item {
  pointer-events: none;
  padding: 0 100px;
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: none;
  text-align: center; }

.fs__item-title {
  display: block;
  position: fixed;
  left: 50px;
  bottom: 50px;
  opacity: 0;
  transform: translate(50px, 0);
  transition: opacity 0.4s, transform 0.4s; }

.fs__item--current {
  display: block;
  pointer-events: auto; }
  .fs__item--current .fs__item-title {
    opacity: 1;
    transform: translate(0, 0); }
  .fs__item--current ~ .fs__close {
    pointer-events: auto;
    opacity: 1;
    transform: translate(0, 0); }

html.fs-open, html.fs-open body {
  overflow-y: hidden; }

html.fs-open .fs {
  overflow-y: scroll; }

@media only screen and (max-width: 859px) {
  .fs__close {
    top: 12.5px;
    right: 12.5px;
    background-color: #1a191b;
    border-color: #1a191b; }
    .fs__close, .fs__close .ico {
      color: #fff; }
    .fs__close:hover {
      background-color: #fff;
      border-color: #1a191b; }
      .fs__close:hover, .fs__close:hover .ico {
        color: #1a191b; } }

.iScrollIndicator {
  background: rgba(255, 255, 255, 0.4) !important;
  border: 1px solid rgba(146, 146, 147, 0.4) !important; }

.device {
  position: relative;
  max-width: 100%; }
  .device .media {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    position: absolute;
    top: 0;
    left: 0; }
    .device .media img {
      width: 100%;
      height: auto;
      max-height: none; }

.device__frame {
  width: 100%;
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
  pointer-events: none; }

.device__inner {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .device__inner > * {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }

.device.device--mobile {
  width: 347px;
  height: 696px; }
  .device.device--mobile .iScrollVerticalScrollbar {
    top: 2.299% !important;
    bottom: 4.3103% !important; }
  .device.device--mobile .device__frame {
    background-image: url(../images/devices/phone-2x.png);
    padding-top: 200.576%; }
  .device.device--mobile .device__inner {
    width: 89.048%;
    padding-top: 192%;
    left: 5.476%;
    top: 2%;
    box-shadow: 50px 50px 100px 0 rgba(0, 0, 0, 0.2); }

.device.device--desktop {
  width: 630px;
  height: 356px; }
  .device.device--desktop .device__frame {
    background-image: url(../images/devices/macbook-1x.png);
    padding-top: 57%; }
  .device.device--desktop .device__inner {
    width: 76%;
    padding-top: 48%;
    left: 11.904%;
    top: 4.3%; }

.device.device--video .device__inner {
  background-color: #1a191b; }

@media only screen and (min-width: 1180px) {
  .device.device--desktop .device__inner {
    top: 5.5%; } }

@media screen and (min-width: 860px) and (max-width: 1180px) {
  .device.device--desktop .device__inner {
    top: 4%; } }

@media only screen and (min-width: 560px) and (max-width: 859px) {
  .device {
    margin: 40px auto; }
  .device.device--desktop {
    width: 670px;
    height: 382px; }
    .device.device--desktop .device__inner {
      top: 4.9%; }
  .device.device--mobile {
    width: 300px;
    height: 601px; } }

@media only screen and (max-width: 559px) {
  .device {
    margin: 40px auto; }
  .device.device--desktop {
    width: 320px;
    height: 182px; }
    .device.device--desktop .device__inner {
      top: 5.3%; }
  .device.device--mobile {
    width: 229px;
    height: 460px; } }

.post-item:not(:last-child) {
  margin-bottom: 100px; }

.post-item__more {
  display: inline-block;
  max-width: 100%; }

.post-item__meta > p {
  margin-bottom: 0; }

.post-item__meta a.secondary-link {
  color: #929293; }

@media only screen and (max-width: 559px) {
  .post-item:not(:last-child) {
    margin-bottom: 50px; }
  .post-item__meta {
    margin-bottom: 25px; }
  .post-item__more {
    width: 100%;
    display: block;
    text-align: right;
    margin-bottom: 0; } }

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  min-height: 100px;
  padding: 0 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  mix-blend-mode: difference;
  z-index: 99;
  pointer-events: none; }

.header__logo {
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 100px;
  height: 42px;
  transition: width 0.4s, height 0.4s;
  margin-left: 0;
  margin-right: auto;
  pointer-events: all; }
  .header__logo a {
    width: 100%;
    height: 100%; }
  .header__logo svg {
    width: 100%;
    height: 100%; }

html.browser-explorer .header__logo {
  margin-top: 29px; }

.header__links {
  justify-self: flex-end;
  margin-right: 0;
  margin-left: auto;
  pointer-events: all; }

@media only screen and (max-width: 859px) {
  .header {
    background-color: rgba(26, 25, 27, 0);
    transition: background-color 0.4s; }
  html.scrolled .header {
    background-color: #1a191b;
    mix-blend-mode: unset; } }

@media only screen and (max-width: 559px) {
  .header {
    padding: 0 25px;
    min-height: 80px; }
  .header__logo {
    height: 38px; } }

.footer {
  padding-top: 150px;
  padding-bottom: 200px; }
  .footer .nav > li:first-child {
    margin-right: 12.5px; }
  .footer .nav > li:not(:first-child):not(:last-child) {
    margin-right: 6.25px; }

.footer__inner {
  width: 950px;
  max-width: 100%;
  margin: 0 auto; }

.footer__section:not(:last-child) {
  margin-bottom: 50px; }

.footer__logo {
  width: 100px;
  height: 40px; }

@media screen and (max-width: 950px) {
  .footer__inner {
    padding-left: 50px;
    padding-right: 50px; } }

@media only screen and (min-width: 560px) and (max-width: 859px) {
  .footer {
    padding-top: 80px;
    padding-bottom: 50px; }
    .footer .nav > li:first-child {
      display: block;
      margin-bottom: 25px; } }

@media only screen and (max-width: 559px) {
  .footer {
    padding-top: 80px;
    padding-bottom: 50px; }
    .footer .cta__action {
      margin-bottom: 12.5px; }
    .footer .nav > li:first-child {
      display: block;
      margin-bottom: 25px; }
  .footer__links {
    margin-bottom: 25px; }
  .footer__inner {
    padding-left: 25px;
    padding-right: 25px; } }

.main {
  position: relative; }

[data-scroll] .main {
  width: 100%;
  height: 100%; }

.ginput_container:after {
  content: "";
  display: table;
  clear: both; }

.gform_fields textarea,
.gform_fields input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
  border: none;
  border-bottom: 3px solid #5f5e5f;
  padding: 0 0 10px;
  font-size: 20px;
  line-height: 1.8; }

.gform_fields textarea {
  height: 150px; }

.gfield_label,
.gpoll_field_label,
.ginput_container label {
  color: #929293; }

.gform_page_footer button,
.gform_footer button {
  position: relative; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background-color: transparent !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0 30px #1a191b inset !important;
  transition: background-color 5000s ease-in-out 0s; }

.nice-select {
  width: 100%;
  height: 52px;
  font-size: 20px;
  line-height: 1.8;
  background-color: transparent;
  border: none;
  border-bottom: 3px solid #5f5e5f;
  padding: 0 50px 10px 0;
  border-radius: 0;
  font-family: "Neue Plak Text W04 Regular";
  font-style: normal;
  font-weight: normal; }
  .nice-select.open {
    border-color: #fff; }
  .nice-select .list {
    border-radius: 0;
    margin: 3px 0 0 0;
    min-width: 100%;
    box-shadow: -30px 30px 60px 0 rgba(0, 0, 0, 0.2); }
  .nice-select .option {
    min-height: 52px;
    padding: 4px 12.5px 0;
    line-height: 1.8;
    color: #1a191b;
    font-family: "Neue Plak Text W04 Regular";
    font-style: normal;
    font-weight: normal; }
    .nice-select .option:after {
      content: "";
      display: table;
      clear: both; }
    .nice-select .option.focus {
      background-color: #fff;
      transition: background-color 0.4s; }
    .nice-select .option:hover {
      background-color: #f7f7f7; }
    .nice-select .option.selected {
      background-color: #eaeaea !important;
      font-family: "Neue Plak Text W04 Bold";
      font-style: normal;
      font-weight: normal; }
  .nice-select:after {
    content: none; }
  .nice-select:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "dr-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #797779;
    position: absolute;
    font-size: 7px;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }

/* iCheck plugin Minimal skin, black
----------------------------------- */
.icheckbox_minimal,
.iradio_minimal {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 25px;
  height: 25px;
  background: url("../images/icheck.png?v=1") no-repeat;
  border: none;
  cursor: pointer;
  top: 6px; }

.icheckbox_minimal {
  background-position: 0 0;
  background-position: -27px 0; }

.icheckbox_minimal.hover {
  background-position: -27px 0; }

.icheckbox_minimal.checked {
  background-position: -54px 0; }

.icheckbox_minimal.disabled {
  opacity: 0.5;
  cursor: default; }

.iradio_minimal {
  background-position: -81px 0;
  background-position: -108px 0; }

.iradio_minimal.hover {
  background-position: -108px 0; }

.iradio_minimal.checked {
  background-position: -135px 0; }

.iradio_minimal.disabled {
  opacity: 0.5;
  cursor: default; }

/* HiDPI support */
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  .icheckbox_minimal,
  .iradio_minimal {
    background-image: url("../images/icheck@2x.png");
    background-size: 160px 25px; } }

ul.gfield_radio li .iradio_minimal ~ label,
ul.gfield_checkbox li .icheckbox_minimal ~ label {
  margin-top: 0;
  font-size: 20px; }

.section#category_header {
  padding-bottom: 0; }

.section#blog_feed {
  padding: 180px 0 100px; }

@media only screen and (max-width: 559px) {
  .section#blog_feed {
    padding: 75px 0 50px; } }

.post-type-archive-project .section--two-column:first-child {
  min-height: 50vh; }

.section--tiles#projects_feed {
  padding: 180px 0;
  height: auto;
  max-height: none;
  min-height: 0;
  overflow: visible; }
  .section--tiles#projects_feed .tiles {
    align-items: flex-start;
    flex-wrap: wrap; }

.overlay#menu .nav .cta__link {
  display: block; }

.overlay#menu:before, .overlay#menu:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  transform: scaleX(0);
  transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #fff;
  mix-blend-mode: difference;
  z-index: 1; }

.overlay#menu:before {
  left: 0;
  top: 0;
  transform-origin: 100% 100%;
  transition-delay: 2s; }

.overlay#menu:after {
  right: 0;
  bottom: 0;
  transform-origin: 0 0;
  transition-delay: 1.6s; }

.overlay#menu .overlay__inner {
  background-color: transparent;
  transition: none; }
  .overlay#menu .overlay__inner:before, .overlay#menu .overlay__inner:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 50%;
    transform: scaleX(0);
    transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: #1a191b;
    z-index: 1; }
  .overlay#menu .overlay__inner:before {
    left: 0;
    top: 0;
    transform-origin: 0 0;
    transition-delay: 1.2s; }
  .overlay#menu .overlay__inner:after {
    right: 0;
    bottom: 0;
    transform-origin: 100% 100%;
    transition-delay: 0.8s; }

.overlay#menu .overlay__body {
  width: 950px;
  max-width: 100%;
  margin: auto;
  flex-direction: row-reverse; }

.overlay#menu .overlay__section:first-child {
  margin-left: auto;
  margin-right: 0; }

.overlay#menu .overlay__section:last-child {
  margin-left: 0;
  margin-right: auto; }

.overlay#menu .overlay__section:nth-child(1) {
  transition-delay: 0.4s; }

.overlay#menu .overlay__section:nth-child(2) {
  transition-delay: 0s; }

.overlay#menu.active .overlay__inner {
  background-color: transparent; }

.overlay#menu.active:before, .overlay#menu.active:after {
  transform: scaleX(1); }

.overlay#menu.active:before {
  transition-delay: 0s; }

.overlay#menu.active:after {
  transition-delay: 0.4s; }

.overlay#menu.active .overlay__inner:before, .overlay#menu.active .overlay__inner:after {
  transform: scaleX(1); }

.overlay#menu.active .overlay__inner:before {
  transition-delay: 0.48s; }

.overlay#menu.active .overlay__inner:after {
  transition-delay: 0.96s; }

.overlay#menu.active .overlay__section:nth-child(1) {
  transition-delay: 1.6s; }

.overlay#menu.active .overlay__section:nth-child(2) {
  transition-delay: 2s; }

.overlay#menu.active .overlay__close {
  transition-delay: 2.4s; }

@media only screen and (max-width: 859px) {
  .overlay#menu .overlay__body {
    flex-direction: column;
    padding: 50px; }
  .overlay#menu .overlay__section:first-child {
    margin: 120px 0 auto 0; }
  .overlay#menu .overlay__section:last-child {
    margin: auto 0 0 0; }
  .overlay#menu .nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px; }
    .overlay#menu .nav > li:nth-child(odd) {
      grid-column: 1; }
    .overlay#menu .nav > li:nth-child(even) {
      grid-column: 2; }
    .overlay#menu .nav .cta__link {
      height: 100%; }
      .overlay#menu .nav .cta__link:after {
        width: 100%; }
      .overlay#menu .nav .cta__link:hover {
        padding-bottom: 50px;
        padding-top: 50px; } }

@media only screen and (max-width: 559px) {
  .overlay#menu .overlay__body {
    padding: 25px; }
  .overlay#menu .overlay__section:first-child {
    margin-top: 80px; }
  .overlay#menu .nav {
    grid-gap: 25px; }
    .overlay#menu .nav .cta__link:hover {
      padding-bottom: 25px;
      padding-top: 25px; } }

.overlay {
  /*
	.gfield:not(.gfield_error) .gfield_required {
		@include accessibility;
	}
	*/ }
  .overlay .gform_footer,
  .overlay .gform_page_footer {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap; }
    .overlay .gform_footer input[type="submit"],
    .overlay .gform_footer button[type="submit"],
    .overlay .gform_page_footer input[type="submit"],
    .overlay .gform_page_footer button[type="submit"] {
      float: none;
      width: auto; }
  .overlay .gform_next_button,
  .overlay button[type="submit"] {
    margin-left: auto;
    margin-right: 0; }
  .overlay .gform_previous_button {
    margin-left: 0;
    margin-right: auto;
    color: #929293; }
  .overlay .gfield:not(.gf_invisible):not(.gfield_visibility_hidden):not(.offscreen):not(.visuallyhidden):not(.accessibility):not(.gform_validation_container):not(.gform_hidden) {
    min-height: 114px; }
  .overlay .gfield_description {
    padding-top: 10px;
    min-height: 30px; }
  .overlay .gfield_required {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; }
  .overlay .validation_error {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; }
  .overlay .gfield_description.validation_message {
    display: block;
    color: #9f172f; }
  .overlay .validation_error,
  .overlay .gfield_error .gfield_label,
  .overlay .gfield.single-option.gfield_error .ginput_container label,
  .overlay .gfield.no-label.gfield_error .ginput_container label {
    color: #fff; }
  .overlay .gfield_error .gfield_required {
    color: #9f172f; }
  .overlay .gfield_error textarea,
  .overlay .gfield_error input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
    background-color: transparent;
    color: #fff;
    border-color: #9f172f; }
  .overlay .gform_form.waiting .gform_previous_button,
  .overlay .gform_form.waiting .gform_next_button,
  .overlay .gform_form.waiting button[type="submit"] {
    pointer-events: none;
    color: transparent !important; }
    .overlay .gform_form.waiting .gform_previous_button:before,
    .overlay .gform_form.waiting .gform_next_button:before,
    .overlay .gform_form.waiting button[type="submit"]:before {
      background-color: transparent; }
  .overlay .gform_form.waiting button[type="submit"]:after,
  .overlay .gform_form.waiting .gform_page:not([style*="display:none;"]) .gform_page_footer:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/spinner.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
  .overlay .gform_form.waiting .gform_page:not([style*="display:none;"]) .gform_page_footer:after {
    right: 50%;
    transform: translate(-50%, -50%); }

@media only screen and (max-width: 559px) {
  .overlay .gform_fields textarea,
  .overlay .gform_fields input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
    font-size: 18px;
    line-height: 1.8; }
  .overlay .gform_footer .btn--primary.btn--large,
  .overlay .gform_page_footer .btn--primary.btn--large {
    font-size: 18px; }
    .overlay .gform_footer .btn--primary.btn--large .ico.ico--arrow-left,
    .overlay .gform_page_footer .btn--primary.btn--large .ico.ico--arrow-left {
      margin-right: 25px; }
    .overlay .gform_footer .btn--primary.btn--large .ico.ico--arrow-right,
    .overlay .gform_page_footer .btn--primary.btn--large .ico.ico--arrow-right {
      margin-left: 25px; } }

.overlay#game .overlay__section {
  width: 100%;
  height: 100%; }

.overlay#game iframe {
  pointer-events: none !important;
  border: none;
  margin: 0;
  width: 100% !important;
  height: 100% !important; }

.section {
  position: relative;
  background: none;
  color: #929293; }
  .section h1, .section h2, .section h3, .section h4, .section h5, .section h6,
  .section .h1, .section .h2, .section .h3, .section .h4, .section .h5, .section .h6 {
    color: #fff; }

.section__header *:last-child,
.section__footer *:last-child,
.section__content *:last-child {
  margin-bottom: 0; }

.section__header,
.section__footer {
  width: 640px;
  max-width: 100%; }
  .section__header.align--right,
  .section__footer.align--right {
    margin-right: 0;
    margin-left: auto; }
  .section__header.align--center,
  .section__footer.align--center {
    margin-right: auto;
    margin-left: auto; }
  .section__header .section__header--full,
  .section__footer .section__header--full {
    width: 100%; }

.section__header {
  padding-bottom: 50px; }

.section__footer {
  padding-top: 50px; }

.section__media {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  line-height: 0; }
  .section__media .media--lazy:not(.bg--trans) {
    background-color: #1d1b1e; }

.section--vpad {
  padding-top: 160px;
  padding-bottom: 160px; }

.section--light,
.section--softest,
.section--soft,
.section--soft-gradient {
  color: #1a191b; }
  .section--light h1, .section--light h2, .section--light h3, .section--light h4, .section--light h5, .section--light h6,
  .section--light .h1, .section--light .h2, .section--light .h3, .section--light .h4, .section--light .h5, .section--light .h6,
  .section--softest h1,
  .section--softest h2,
  .section--softest h3,
  .section--softest h4,
  .section--softest h5,
  .section--softest h6,
  .section--softest .h1,
  .section--softest .h2,
  .section--softest .h3,
  .section--softest .h4,
  .section--softest .h5,
  .section--softest .h6,
  .section--soft h1,
  .section--soft h2,
  .section--soft h3,
  .section--soft h4,
  .section--soft h5,
  .section--soft h6,
  .section--soft .h1,
  .section--soft .h2,
  .section--soft .h3,
  .section--soft .h4,
  .section--soft .h5,
  .section--soft .h6,
  .section--soft-gradient h1,
  .section--soft-gradient h2,
  .section--soft-gradient h3,
  .section--soft-gradient h4,
  .section--soft-gradient h5,
  .section--soft-gradient h6,
  .section--soft-gradient .h1,
  .section--soft-gradient .h2,
  .section--soft-gradient .h3,
  .section--soft-gradient .h4,
  .section--soft-gradient .h5,
  .section--soft-gradient .h6 {
    color: #1a191b; }
  .section--light a.primary-link,
  .section--softest a.primary-link,
  .section--soft a.primary-link,
  .section--soft-gradient a.primary-link {
    color: #1a191b; }
    .section--light a.primary-link:before, .section--light a.primary-link:after,
    .section--softest a.primary-link:before,
    .section--softest a.primary-link:after,
    .section--soft a.primary-link:before,
    .section--soft a.primary-link:after,
    .section--soft-gradient a.primary-link:before,
    .section--soft-gradient a.primary-link:after {
      background-color: #1a191b; }
  .section--light a.secondary-link:before,
  .section--softest a.secondary-link:before,
  .section--soft a.secondary-link:before,
  .section--soft-gradient a.secondary-link:before {
    background-color: #1a191b; }
  .section--light ::-moz-selection,
  .section--softest ::-moz-selection,
  .section--soft ::-moz-selection,
  .section--soft-gradient ::-moz-selection {
    background-color: #eaeaea;
    color: #1a191b; }
  .section--light ::selection,
  .section--softest ::selection,
  .section--soft ::selection,
  .section--soft-gradient ::selection {
    background-color: #eaeaea;
    color: #1a191b; }

.section--light {
  background-color: #fff;
  color: #929293; }
  .section--light .section__media .media--lazy:not(.bg--trans) {
    background-color: #f7f7f7; }

.section--softest {
  background-color: #eaeaea; }
  .section--softest .section__media .media--lazy:not(.bg--trans) {
    background-color: #dddddd; }

.section--soft {
  background-color: #929293; }
  .section--soft .section__media .media--lazy:not(.bg--trans) {
    background-color: #eaeaea; }

.section--soft-gradient {
  background-color: #eaeaea;
  background: radial-gradient(circle, #F9F9F9 0%, #E6E6E6 100%); }
  .section--soft-gradient .section__media .media--lazy:not(.bg--trans) {
    background-color: transparent; }

.section--content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 240px 0; }
  .section--content .section__content {
    width: 820px;
    max-width: 100%; }

@media only screen and (min-width: 560px) and (max-width: 859px) {
  .section--content {
    padding: 120px 0; }
  .page > .section--content:first-child {
    min-height: 50vh; } }

@media only screen and (max-width: 559px) {
  .section--content {
    padding: 80px 0; }
  .page > .section--content:first-child {
    min-height: calc(100vh - 80px); } }

.section--tiles {
  width: 100%;
  height: 100vh;
  max-height: 1024px;
  max-width: 100%;
  min-height: 800px;
  overflow: hidden;
  display: block; }
  .section--tiles .section__inner,
  .section--tiles .section__body {
    position: relative;
    width: 100%;
    height: 100%; }
  .section--tiles .tiles {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-wrap: wrap; }
  .section--tiles .tile {
    position: relative; }
  .section--tiles .section__header,
  .section--tiles .section__footer {
    position: absolute;
    width: 100%;
    left: 0;
    min-height: 100px;
    padding: 0 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 90; }
  .section--tiles .section__header {
    top: 0; }
  .section--tiles .section__footer {
    bottom: 0;
    justify-content: flex-end; }

.home .section--tiles {
  max-height: none; }

@media only screen and (max-width: 859px) {
  .section--tiles {
    height: auto;
    max-height: none;
    min-height: 0;
    overflow: visible; }
    .section--tiles .section__header,
    .section--tiles .section__footer {
      position: relative;
      left: auto;
      top: auto;
      bottom: auto; }
    .section--tiles .tiles {
      position: relative;
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: center;
      flex-wrap: nowrap;
      flex-wrap: wrap; }
    .section--tiles .tile {
      position: relative;
      top: auto;
      left: auto;
      transform: none;
      transition: none; }
      .section--tiles .tile:not(:last-child) {
        margin-bottom: 25px; }
  .home .section--tiles {
    min-height: 100vh;
    height: auto;
    padding-top: 120px; } }

@media only screen and (max-width: 559px) {
  .section--tiles .section__header,
  .section--tiles .section__footer {
    padding: 0 25px; }
  .home .section--tiles {
    padding-top: calc( (100vh - calc(100vw * 1.2)) * 0.5); } }

.tiles.debug .tile:nth-child(1) {
  border: 1px solid deeppink; }
  .tiles.debug .tile:nth-child(1) .tile__link {
    background-color: rgba(255, 20, 147, 0.5); }

.tiles.debug .tile:nth-child(2) {
  border: 1px solid cadetblue; }
  .tiles.debug .tile:nth-child(2) .tile__link {
    background-color: rgba(95, 158, 160, 0.5); }

.tiles.debug .tile:nth-child(3) {
  border: 1px solid yellow; }
  .tiles.debug .tile:nth-child(3) .tile__link {
    background-color: rgba(255, 255, 0, 0.5); }

.tiles.debug .tile:nth-child(4) {
  border: 1px solid darkorange; }
  .tiles.debug .tile:nth-child(4) .tile__link {
    background-color: rgba(255, 140, 0, 0.5); }

.tiles.debug .tile:nth-child(5) {
  border: 1px solid greenyellow; }
  .tiles.debug .tile:nth-child(5) .tile__link {
    background-color: rgba(173, 255, 47, 0.5); }

.section--two-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 240px 0; }
  .section--two-column .section__content .grid__item:first-child {
    padding-right: 75px; }
  .section--two-column .section__content .grid__item:last-child {
    padding-left: 75px; }

.section--two-column.section--boxed .wrap {
  width: 1100px; }

.section--two-column.section--boxed .section__inner {
  padding: 100px 75px 180px;
  background-color: #1a191b; }

.section--two-column.section--boxed .section__inner.parallax {
  top: -100px;
  will-change: transform; }

.section--two-column.section--boxed.section--light .section__inner {
  background-color: #fff; }

.section--two-column.section--boxed.section--soft .section__inner {
  background-color: #929293; }

.section--two-column.section--boxed.section--soft-gradient {
  background: none; }
  .section--two-column.section--boxed.section--soft-gradient .section__inner {
    background-color: #929293;
    background: radial-gradient(circle, #F9F9F9 0%, #E6E6E6 100%); }

.page > .section--two-column:first-child {
  min-height: 80vh; }

@media screen and (max-width: 1050px) {
  .section--two-column .section__content .grid__item:first-child {
    padding-right: 50px; }
  .section--two-column .section__content .grid__item:last-child {
    padding-left: 50px; } }

@media only screen and (min-width: 560px) and (max-width: 859px) {
  .section--two-column {
    padding: 120px 0; }
    .section--two-column .section__content .grid__item:first-child {
      padding-right: 25px; }
    .section--two-column .section__content .grid__item:last-child {
      padding-left: 25px; }
  .page > .section--two-column:first-child {
    min-height: 100vh; } }

@media only screen and (max-width: 559px) {
  .section--two-column {
    padding: 80px 0; }
    .section--two-column .section__content .grid__item:first-child {
      padding-right: 0;
      margin-bottom: 50px; }
    .section--two-column .section__content .grid__item:last-child {
      padding-left: 25px; }
  .page > .section--two-column:first-child .section__header {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap; } }

.section--single-media .section__body {
  position: relative; }

.section--single-media .section__content {
  width: 500px;
  max-width: 100%;
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }

.section--single-media .section__media {
  margin: 0 0 0 140px;
  position: relative;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }

.section--single-media .parallax .media {
  top: -200px;
  will-change: transform; }

.section--single-media.js-layout .section__media,
.section--single-media.js-layout .section__content, .section--single-media.fv-active .section__media,
.section--single-media.fv-active .section__content {
  opacity: 0; }

.section--single-media--fill .section__media {
  margin: 0;
  height: 100vh;
  max-height: 800px;
  overflow: hidden; }
  .section--single-media--fill .section__media.parallax .media {
    height: calc(100% + 300px);
    top: -340px;
    will-change: transform; }

.section--single-media--3d .section__media--hmax {
  max-height: 1024px; }
  .section--single-media--3d .section__media--hmax .media {
    height: 100%; }

.section--single-media--3d .media {
  width: 100%; }
  .section--single-media--3d .media canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    background: transparent; }

@media only screen and (min-width: 560px) and (max-width: 859px) {
  .section--single-media .section__content {
    width: 300px;
    padding-left: 50px; }
  .section--single-media--fill .section__media {
    height: 70vh; }
    .section--single-media--fill .section__media.parallax .media {
      height: calc(100% + 200px);
      top: -220px; } }

@media only screen and (max-width: 559px) {
  .section--single-media .section__content {
    width: 100%;
    padding: 50px 25px;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none; }
  .section--single-media .section__media {
    margin: 0; }
  .section--single-media--fill .section__media {
    height: 70vh; }
    .section--single-media--fill .section__media.parallax .media {
      height: calc(100% + 200px);
      top: -220px; } }

.section--media-content .section__media {
  width: 720px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 90px;
  padding-left: 0;
  margin-right: 0;
  margin-left: auto; }

.section--media-content .section__content {
  width: 530px;
  max-width: 100%;
  padding: 90px; }

.section--media-content .grid__item {
  height: auto; }

.section--media-content .grid__item--media {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap; }
  .section--media-content .grid__item--media:not([class*="bg--"]) {
    background: radial-gradient(circle, #F9F9F9 0%, #E6E6E6 100%); }

.section--media-content .grid__item--content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap; }

.section--media-content .grid--reverse .section__media {
  padding: 90px;
  padding-right: 0;
  margin-right: auto;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap; }

.section--media-content .grid--reverse .grid__item--content {
  align-items: flex-end; }

.section--media-content--device .grid__item {
  min-height: 1024px; }

.section--media-content--device .section__media {
  margin: auto; }
  .section--media-content--device .section__media .media:not([class*="bg--"]) {
    background-color: transparent; }

.section--media-content--device .section__media--mobile {
  padding: 90px; }

.section--media-content--device .section__media--desktop {
  padding: 90px 45px; }

.section--media-content--float .grid__item {
  min-height: 1024px;
  position: relative; }

.section--media-content--float .section__media {
  padding: 0;
  position: absolute;
  width: 130%;
  max-width: 1008px;
  top: 50%;
  right: 0;
  transform: translateX(30%) translateY(-50%);
  z-index: 2;
  pointer-events: none; }
  .section--media-content--float .section__media .media:not([class*="bg--"]) {
    background-color: transparent; }
  .section--media-content--float .section__media.parallax .media {
    top: -80px;
    will-change: transform; }

.section--media-content--float .section__content {
  padding-left: 180px;
  padding-right: 0; }

.section--media-content--float .grid--reverse .section__media {
  padding: 0;
  left: 0;
  transform: translateX(-30%) translateY(-50%); }

.section--media-content--float .grid--reverse .section__content {
  padding-right: 180px;
  padding-left: 0; }

.section--media-content--popout .grid__item {
  position: relative;
  height: 100vh;
  max-height: 1024px; }

.section--media-content--popout .grid__item--media {
  justify-content: flex-end; }

.section--media-content--popout .section__media {
  padding: 0;
  padding-top: 100px;
  position: relative;
  z-index: 2;
  left: auto;
  right: -10%; }
  .section--media-content--popout .section__media .media:not([class*="bg--"]) {
    background-color: transparent; }

.section--media-content--popout .section__content {
  padding-left: 180px;
  padding-right: 0; }

.section--media-content--popout .grid--reverse .section__media {
  padding: 0;
  padding-top: 100px;
  left: -10%;
  right: auto; }

.section--media-content--popout .grid--reverse .section__content {
  padding-right: 180px;
  padding-left: 0; }

@media only screen and (min-width: 560px) and (max-width: 859px) {
  .section--media-content .section__content {
    width: 100%;
    padding: 75px 50px; }
  .section--media-content--device .section__media {
    padding: 75px 25px; }
  .section--media-content--device .grid--reverse .section__media {
    padding: 75px 25px; }
  .section--media-content--device .grid__item.medium-one-whole .section__media {
    margin-left: auto;
    margin-right: auto; }
  .section--media-content--device .grid__item {
    min-height: 0; }
  .section--media-content--float .grid__item {
    min-height: 60vh; }
  .section--media-content--float .section__content {
    padding: 75px 50px; }
  .section--media-content--float .section__media {
    transform: translateX(20%) translateY(-50%); }
  .section--media-content--float .grid--reverse .section__content {
    padding: 75px 50px; }
  .section--media-content--float .grid--reverse .section__media {
    transform: translateX(-20%) translateY(-50%); }
  .section--media-content--popout .grid__item {
    height: auto;
    max-height: none; }
    .section--media-content--popout .grid__item:first-child {
      min-height: 60vh; }
  .section--media-content--popout .section__content {
    padding: 75px 50px; }
  .section--media-content--popout .section__media {
    right: -5%; }
  .section--media-content--popout .grid--reverse .section__media {
    right: auto;
    left: -5%; } }

@media only screen and (max-width: 559px) {
  .section--media-content .section__content {
    width: 100%;
    padding: 75px 25px; }
  .section--media-content .section__media {
    padding: 0; }
  .section--media-content .grid--reverse .section__media {
    padding: 0; }
  .section--media-content--device .section__media {
    padding: 50px 25px; }
  .section--media-content--device .grid--reverse .section__media {
    padding: 50px 25px; }
  .section--media-content--device .grid__item {
    min-height: 0; }
  .section--media-content--float .grid__item {
    min-height: 0; }
  .section--media-content--float .section__content {
    padding: 75px 25px; }
  .section--media-content--float .section__media {
    position: relative;
    width: 100%;
    max-width: none;
    top: auto;
    right: auto;
    transform: none; }
    .section--media-content--float .section__media.parallax .media {
      top: 40px; }
  .section--media-content--float .grid--reverse .section__media {
    left: auto;
    transform: none; }
  .section--media-content--float .grid--reverse .section__content {
    padding: 75px 25px; }
  .section--media-content--popout .grid__item {
    height: auto;
    max-height: none; }
    .section--media-content--popout .grid__item:first-child {
      min-height: 50vh; }
  .section--media-content--popout .section__media {
    padding: 0;
    left: auto;
    right: auto;
    position: absolute;
    height: 120%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap; }
  .section--media-content--popout .section__content {
    padding: 75px 25px; }
  .section--media-content--popout .grid--reverse .section__media {
    padding: 0;
    left: auto;
    right: auto;
    position: absolute;
    height: 120%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap; }
  .section--media-content--popout .grid--reverse .section__content {
    padding: 75px 25px; } }

.section--media-boxes {
  padding: 140px 0; }
  .section--media-boxes .swiper-container {
    width: 100%;
    height: auto; }
  .section--media-boxes .swiper-slide {
    width: 100%;
    height: 100%;
    max-width: 100%;
    position: relative;
    background-color: #1a191b; }
  .section--media-boxes .media-boxes__nav {
    margin-top: 50px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap; }
    .section--media-boxes .media-boxes__nav :not(:last-child) {
      margin-right: 12.5px; }
    .section--media-boxes .media-boxes__nav .disabled {
      opacity: 0;
      pointer-events: none; }
  .section--media-boxes.section--light .swiper-slide {
    background-color: #fff; }
  .section--media-boxes .grid__item.six-tenths .swiper-wrapper {
    height: 790px; }
  .section--media-boxes .grid__item.four-tenths .swiper-wrapper {
    height: 445px; }

@media only screen and (min-width: 560px) and (max-width: 859px) {
  .section--media-boxes {
    padding: 60px 0; }
    .section--media-boxes .grid__item.six-tenths .swiper-wrapper {
      height: 480px; }
    .section--media-boxes .grid__item.four-tenths .swiper-wrapper {
      height: 340px; } }

@media only screen and (max-width: 559px) {
  .section--media-boxes {
    padding: 40px 0; }
    .section--media-boxes .media-boxes .grid__item {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      flex-wrap: nowrap; }
      .section--media-boxes .media-boxes .grid__item:last-child {
        flex-direction: column-reverse; }
    .section--media-boxes .media-boxes__nav {
      margin-top: 0;
      margin-bottom: 25px; }
    .section--media-boxes .media-boxes__nav-prev {
      margin-left: 0;
      margin-right: auto !important; }
    .section--media-boxes .grid__item:first-child {
      margin-bottom: 25px; }
    .section--media-boxes .swiper-wrapper {
      height: 40vh !important; } }

.section--media-grid {
  padding: 240px 0; }
  .section--media-grid .grid__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin-bottom: 25px; }

@media only screen and (min-width: 560px) and (max-width: 859px) {
  .section--media-grid {
    padding: 120px 0; } }

@media only screen and (max-width: 559px) {
  .section--media-grid {
    padding: 80px 0; } }

.section--slider .section__media {
  line-height: 0; }

.section--slider .swiper-slide {
  text-align: center;
  height: auto; }

.section--slider .section__body,
.section--slider .section__media,
.section--slider .swiper-container,
.section--slider .swiper-slide {
  height: 100%; }

.section--slider--default .section__inner {
  height: 100vh;
  max-height: 1024px; }

.section--slider--default .swiper-slide {
  max-height: 864px; }

.section--slider--default .swiper-slide--middle {
  max-height: 824px; }

.section--slider--default .swiper-slide--top .media img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 0;
  object-position: 50% 0;
  font-family: "object-fit: contain; object-position: 50% 0"; }

.section--slider--default .swiper-slide--bottom .media img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
  font-family: "object-fit: contain; object-position: 50% 100%"; }

.section--slider--screens {
  padding: 120px 0; }
  .section--slider--screens .swiper-container {
    width: 100%;
    height: 100%; }
  .section--slider--screens .swiper-wrapper {
    align-items: flex-end;
    min-height: 0;
    height: auto; }
  .section--slider--screens .swiper-slide {
    padding-right: 25px;
    width: 580px;
    max-width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end; }
  .section--slider--screens .swiper-button-prev:before,
  .section--slider--screens .swiper-button-next:before {
    background-color: #fff; }

@media only screen and (max-width: 559px) {
  .section--slider--default .section__inner {
    height: 80vh;
    max-height: none; }
  .section--slider--default .swiper-wrapper,
  .section--slider--default .swiper-slide {
    max-height: calc(80vh - 80px); }
  .section--slider--default .swiper-slide--middle {
    max-height: calc(80vh - 120px); }
  .section--slider--default .swiper-button-prev,
  .section--slider--default .swiper-button-next {
    top: auto;
    bottom: 0;
    transform: none; }
  .section--slider--default .swiper-button-prev {
    left: -25px; }
  .section--slider--default .swiper-button-next {
    right: -25px; }
  .section--slider--screens {
    padding: 75px 0; }
    .section--slider--screens .swiper-container {
      padding-bottom: 80px; }
    .section--slider--screens .swiper-slide {
      padding-left: 25px; }
    .section--slider--screens .swiper-button-prev,
    .section--slider--screens .swiper-button-next {
      top: auto;
      bottom: 0;
      transform: none; }
    .section--slider--screens .swiper-button-prev {
      left: -25px; }
    .section--slider--screens .swiper-button-next {
      right: -25px; } }

.section--posts {
  padding: 240px 0; }
  .section--posts .section__header {
    padding-bottom: 90px; }

@media only screen and (min-width: 560px) and (max-width: 859px) {
  .section--posts {
    padding: 120px 0; }
    .section--posts .section__header {
      padding-bottom: 75px; } }

@media only screen and (max-width: 559px) {
  .section--posts {
    padding: 80px 0; }
    .section--posts .section__header {
      padding-bottom: 50px; }
    .section--posts .post-item .grid__item:first-child {
      margin-bottom: 12.5px; }
    .section--posts .post-item .grid__item:last-child {
      display: flex;
      flex-direction: column-reverse;
      align-items: flex-start;
      justify-content: flex-start;
      flex-wrap: nowrap; } }
