@charset "UTF-8";
/*------------------------------------*    STYLE.CSS
\*------------------------------------*/
/**
 *
 * sass --watch style.scss:style.min.css --style compressed
 *
 * Here we pull in some variables, include the inuit.css framework, then add our
 * project-specific components afterwards.
 */
/**
 * Setup
 */
/*------------------------------------*    VARS.SCSS
\*------------------------------------*/
/**
 * Any variables you find set in inuit.css’ `_vars.scss` that you do not wish to
 * keep, simply redefine here. This means that if inuit.css, for example, sets
 * your `$base-font-size` at 16px and you wish it to be 14px, simply redeclare
 * that variable in this file. inuit.css ignores its own variables in favour of
 * using your own, so you can completely modify how inuit.css works without ever
 * having to alter the framework itself.
 */
/*------------------------------------*    $OBJECTS-AND-ABSTRACTIONS
\*------------------------------------*/
/**
 * All of inuit.css’ objects and abstractions are initially turned off by
 * default. This means that you start any project with as little as possible,
 * and introducing objects and abstractions is as simple as switching the
 * following variables to `true`.
 */
/*------------------------------------*    $OVERRIDES
\*------------------------------------*/
/**
 * Place any variables that should override inuit.css’ defaults here.
 */
/*------------------------------------*    $CUSTOM
\*------------------------------------*/
/**
 * Place any of your own variables that sit on top of inuit.css here.
 */
/*------------------------------------*    INUIT.CSS
\*------------------------------------*/
/*!*
 *
 * inuitcss.com -- @inuitcss -- @csswizardry
 *
 */
/**
 * inuit.css acts as a base stylesheet which you should extend with your own
 * theme stylesheet.
 *
 * inuit.css aims to do the heavy lifting; sorting objects and abstractions,
 * design patterns and fiddly bits of CSS, whilst leaving as much design as
 * possible to you. inuit.css is the scaffolding to your decorator.
 *
 * This stylesheet is heavily documented and contains lots of comments, please
 * take care to read and refer to them as you build. For further support please
 * tweet at @inuitcss.
 *
 * Owing to the amount of comments please only ever use minified CSS in
 * production. This file is purely a dev document.
 *
 * The table of contents below maps to section titles of the same name, to jump
 * to any section simply run a find for $[SECTION-TITLE].
 *
 * Most objects and abstractions come with a chunk of markup that you should be
 * able to paste into any view to quickly see how the CSS works in conjunction
 * with the correct HTML.
 *
 * inuit.css is written to this standard: github.com/csswizardry/CSS-Guidelines
 *
 * 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.
 *
 * Thank you for choosing inuit.css. May your web fonts render perfectly.
 */
/*------------------------------------*    $CONTENTS
\*------------------------------------*/
/**
 * CONTENTS............You’re reading it!
 * WARNING.............Here be dragons!
 * IMPORTS.............Begin importing the sections below
 *
 * MIXINS..............Super-simple Sass stuff
 * NORMALIZE...........normalize.css
 * RESET...............Set some defaults
 * CLEARFIX............
 * SHARED..............Shared declarations
 *
 * MAIN................High-level elements like `html`, `body`, etc.
 * HEADINGS............Double-stranded heading hierarchy
 * PARAGRAPHS..........
 * SMALLPRINT..........Smaller text elements like `small`
 * QUOTES..............
 * CODE................
 * LISTS...............
 * IMAGES..............
 * TABLES..............
 * FORMS...............
 *
 * GRIDS...............Fluid, proportional and nestable grids
 * FLEXBOX.............Crudely emulate flexbox
 * COLUMNS.............CSS3 columns
 * NAV.................A simple abstraction to put a list in horizontal nav mode
 * OPTIONS.............Grouped nav items
 * PAGINATION..........Very stripped back, basic paginator
 * BREADCRUMB..........Simple breadcrumb trail object
 * MEDIA...............Media object
 * MARGINALIA..........Simple marginalia content
 * ISLAND..............Boxed off content
 * BLOCK-LIST..........Blocky lists of content
 * MATRIX..............Gridded lists
 * SPLIT...............A simple split-in-two object
 * THIS-OR-THIS........Options object
 * LINK-COMPLEX........
 * FLYOUT..............Flyout-on-hover object
 * ARROWS..............CSS arrows
 * SPRITE..............Generic spriting element
 * ICON-TEXT...........Icon and text couplings
 * BEAUTONS............Use the beautons micro library
 * LOZENGES............Basic lozenge styles
 * RULES...............Horizontal rules
 * STATS...............Simple stats object
 * GREYBOX.............Wireframing styles
 *
 * WIDTHS..............Width classes for use alongside the grid system etc.
 * PUSH................Push classes for manipulating grids
 * PULL................Pull classes for manipulating grids
 * BRAND...............Helper class to apply brand treatment to elements
 * HELPER..............A series of helper classes to use arbitrarily
 * DEBUG...............Enable to add visual flags for debugging purposes
 */
/*------------------------------------*    $WARNING
\*------------------------------------*/
/*
 * inuit.css, being an OO framework, works in keeping with the open/closed
 * principle. The variables you set previously are now being used throughout
 * inuit.css to style everything we need for a base. Any modules styles SHOULD
 * NOT be added or modified in inuit.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 tweet at @inuitcss.
 */
/*------------------------------------*    $IMPORTS
\*------------------------------------*/
/**
 * Generic utility styles etc.
 */
/*------------------------------------*    $DEFAULTS
\*------------------------------------*/
/**
 * inuit.css’ default variables. Redefine these in your `_vars.scss` file (found
 * in the inuit.css-web-template) to override them.
 */
/*------------------------------------*    $DEBUG
\*------------------------------------*/
/**
 * Debug mode will visually highlight any potential markup/accessibility quirks
 * in the browser. Set to `true` or `false`.
 */
/*------------------------------------*    $BORDER-BOX
\*------------------------------------*/
/**
 * Do you want all elements to adopt `box-sizing:border-box;` as per
 * paulirish.com/2012/box-sizing-border-box-ftw ?
 */
/*------------------------------------*    $BASE
\*------------------------------------*/
/**
 * Base stuff
 */
/**
 * Base font-family.
 */
/**
 * Default colour for objects’ borders etc.
 */
/*------------------------------------*    $RESPONSIVE
\*------------------------------------*/
/**
 * Responsiveness?
 */
/**
 * Responsiveness for widescreen/high resolution desktop monitors and beyond?
 * Note: `$responsive` variable above must be set to true before enabling this.
 */
/**
 * 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 inuit.css when breakpoints start.
 */
/*------------------------------------*    $FONT-SIZES
\*------------------------------------*/
/**
 * Font-sizes (in pixels). Refer to relevant sections for their implementations.
 */
/*------------------------------------*    $QUOTES
\*------------------------------------*/
/**
 * English quote marks?
 */
/**
 * If you want English quotes then please do not edit these; they’re only here
 * because Sass needs them.
 */
/**
 * If you need non-English quotes, please alter the following values accordingly:
 */
/*------------------------------------*    $BRAND
\*------------------------------------*/
/**
 * Brand stuff
 */
/**
 * How big would you like round corners to be by default?
 */
/*------------------------------------*    $OBJECTS AND ABSTRACTIONS
\*------------------------------------*/
/**
 * Which objects and abstractions would you like to use?
 */
/*------------------------------------*    $FRAMEWORK
\*------------------------------------*/
/**
 * inuit.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.
 */
/*------------------------------------*    $MIXINS
\*------------------------------------*/
/**
 * Create a fully formed type style (sizing and vertical rhythm) by passing in a
 * single value, e.g.:
 *
   `@include font-size(10px);`
 *
 * Thanks to @redclov3r for the `line-height` Sass:
 * twitter.com/redclov3r/status/250301539321798657
 */
/**
 * Style any number of headings in one fell swoop, e.g.:
 *
   .foo{
       @include headings(1, 3){
           color:#BADA55;
       }
    }
 *
 * With thanks to @lar_zzz, @paranoida, @rowanmanning and ultimately
 * @thierrylemoulec for refining and improving my initial mixin.
 */
/**
 * Create vendor-prefixed CSS in one go, e.g.
 *
   `@include vendor(border-radius, 4px);`
 *
 */
/**
 * Create CSS keyframe animations for all vendors in one go, e.g.:
 *
   .foo{
       @include vendor(animation, shrink 3s);
   }

   @include keyframe(shrink){
       from{
           font-size:5em;
       }
   }
 *
 * Courtesy of @integralist: twitter.com/integralist/status/260484115315437569
 */
/**
 * Force overly long spans of text to truncate, e.g.:
 *
   `@include truncate(100%);`
 *
 * Where `$truncation-boundary` is a united measurement.
 */
/**
 * CSS arrows!!! But... before you read on, you might want to grab a coffee...
 *
 * This mixin creates a CSS arrow on a given element. We can have the arrow
 * appear in one of 12 locations, thus:
 *
 *       01    02    03
 *    +------------------+
 * 12 |                  | 04
 *    |                  |
 * 11 |                  | 05
 *    |                  |
 * 10 |                  | 06
 *    +------------------+
 *       09    08    07
 *
 * You pass this position in along with a desired arrow color and optional
 * border color, for example:
 *
 * `@include arrow(top, left, red)`
 *
 * for just a single, red arrow, or:
 *
 * `@include arrow(bottom, center, red, black)`
 *
 * which will create a red triangle with a black border which sits at the bottom
 * center of the element. Call the mixin thus:
 *
   .foo{
       background-color:#BADA55;
       border:1px solid #ACE;
       @include arrow(top, left, #BADA55, #ACE);
   }
 *
 */
/**
 * Media query mixin.
 *
 * It’s not great practice to define solid breakpoints up-front, preferring to
 * modify your design when it needs it, rather than assuming you’ll want a
 * change at ‘mobile’. However, as inuit.css is required to take a hands off
 * approach to design decisions, this is the closest we can get to baked-in
 * responsiveness. It’s flexible enough to allow you to set your own breakpoints
 * but solid enough to be frameworkified.
 *
 * We define some broad breakpoints in our vars file that are picked up here
 * for use in a simple media query mixin. Our options are:
 *
 * palm
 * lap
 * lap-and-up
 * portable
 * desk
 * desk-wide
 *
 * Not using a media query will, naturally, serve styles to all devices.
 *
 * `@include media-query(palm){ [styles here] }`
 *
 * We work out your end points for you:
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Correct `block` display not defined in IE 8/9.
 */
@import url("https://fonts.googleapis.com/css?family=Overpass:400,600,700,800");
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  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: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 {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  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:focus,
textarea:active,
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, .nav:after, .flex-grid:after, .flex-grid__item: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,
.form-fields > li,
.gform_fields > li,
.media,
.island,
.islet {
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }
  .islet h1, .islet h2, .islet h3, .islet h4, .islet h5, .islet h6, .islet hgroup, .islet
  ul, .islet ol, .islet dl, .islet
  blockquote, .islet p, .islet address, .islet
  table, .islet
  fieldset, .islet figure, .islet
  pre,
  .islet .form-fields > li,
  .islet .gform_fields > li, .islet
  .media, .islet
  .island, .islet
  .islet {
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }

/**
 * Doubled up `margin-bottom` helper class.
 */
.landmark {
  margin-bottom: 40px;
  margin-bottom: 2.5rem; }

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

/**
 * 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: 40px;
  margin-left: 2.5rem; }

/**
 * Base styles; unclassed HTML elements etc.
 */
/*------------------------------------*    $MAIN
\*------------------------------------*/
html {
  font: 1em/1.625 sans-serif;
  overflow-y: scroll;
  min-height: 100%; }

/*------------------------------------*    $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=alpha` to a `h3`; a double-stranded
 * heading hierarchy.
 */
h1, .alpha {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.3; }

h2, .beta {
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1.52941; }

h3, .gamma {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.73333; }

h4, .delta {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.18182; }

h5, .epsilon {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.44444; }

h6, .zeta {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625; }

/**
 * Heading groups and generic any-heading class.
 * To target any heading of any level simply apply a class of `.hN`, e.g.:
 *
   <hgroup>
       <h1 class=hN>inuit.css</h1>
       <h2 class=hN>Best. Framework. Ever!</h2>
   </hgroup>
 *
 */
hgroup .hN {
  margin-bottom: 0; }

/**
 * A series of classes for setting massive type; for use in heroes, mastheads,
 * promos, etc.
 */
.giga {
  font-size: 64px;
  font-size: 4rem;
  line-height: 1.21875; }

.mega {
  font-size: 56px;
  font-size: 3.5rem;
  line-height: 1.39286; }

.kilo {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.08333; }

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

/*------------------------------------*    $SMALLPRINT
\*------------------------------------*/
/**
 * A series of classes for setting tiny type; for use in smallprint etc.
 */
.smallprint,
.milli {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.85714; }

.micro {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2.16667; }

/*------------------------------------*    $QUOTES
\*------------------------------------*/
/**
 * If English quotes are set in `_vars.scss`, define them here.
 */
/**
 * Big up @boblet: html5doctor.com/blockquote-q-cite
 */
/**
 * Inline quotes.
 */
q {
  quotes: "‘" "’" "\\201C " "\\201D "; }
  q:before {
    content: "\2018";
    content: open-quote; }
  q:after {
    content: "\2019";
    content: close-quote; }
  q q:before {
    content: "\201C";
    content: open-quote; }
  q q:after {
    content: "\201D";
    content: close-quote; }

blockquote {
  quotes: "\\201C " "\\201D "; }
  blockquote p:before {
    content: "\\201C ";
    content: open-quote; }
  blockquote p:after {
    content: "";
    content: no-close-quote; }
  blockquote p:last-of-type:after {
    content: "\\201D ";
    content: close-quote; }
  blockquote q:before {
    content: "\2018";
    content: open-quote; }
  blockquote q:after {
    content: "\2019";
    content: close-quote; }

/**
 *
   <blockquote>
       <p>Insanity: doing the same thing over and over again and expecting
       different results.</p>
       <b class=source>Albert Einstein</b>
   </blockquote>
 *
 */
blockquote {
  /**
     * .4em is roughly equal to the width of the opening “ that we wish to hang.
     */
  text-indent: -0.41em; }
  blockquote p:last-of-type {
    margin-bottom: 0; }

.source {
  display: block;
  text-indent: 0; }
  .source:before {
    content: "\2014"; }

/*------------------------------------*    $CODE
\*------------------------------------*/
/**
 * Use an explicit font stack to ensure browsers render correct `line-height`.
 */
pre {
  overflow: auto; }

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); }

/**
 * You can add line numbers to your code examples but be warned, it requires
 * some pretty funky looking markup, e.g.:
 *
   <ol class=line-numbers>
       <li><code>.nav{</code></li>
       <li><code>    list-style:none;</code></li>
       <li><code>    margin-left:0;</code></li>
       <li><code>}</code></li>
       <li><code>    .nav > li,</code></li>
       <li><code>        .nav > li > a{</code></li>
       <li><code>            display:inline-block;</code></li>
       <li><code>           *display:inline-block;</code></li>
       <li><code>            zoom:1;</code></li>
       <li><code>        }</code></li>
   </ol>
 *
 * 1. Make the list look like code.
 * 2. Give the list flush numbers with a leading zero.
 * 3. Make sure lines of code don’t wrap.
 * 4. Give the code form by forcing the `code` to honour white-space.
 */
.line-numbers {
  font-family: monospace, serif;
  /* [1] */
  list-style: decimal-leading-zero inside;
  /* [2] */
  white-space: nowrap;
  /* [3] */
  overflow: auto;
  /* [3] */
  margin-left: 0; }

.line-numbers code {
  white-space: pre;
  /* [4] */ }

/*------------------------------------*    $IMAGES
\*------------------------------------*/
/**
 * Demo: jsfiddle.net/inuitcss/yMtur
 */
/**
 * Fluid images.
 */
img {
  max-width: 100%; }

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

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

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

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

.img--center {
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  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: 100px; }

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

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

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

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

/*------------------------------------*    $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: 5px;
  text-align: left; }
  @media screen and (min-width: 480px) {
    th,
    td {
      padding: 10px; } }

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

/**
 * Bordered tables
 */
.table--bordered th,
.table--bordered td {
  border: 1px solid #525252; }
  .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; }

/*------------------------------------*    $FORMS
\*------------------------------------*/
/**
 *
 * Demo: jsfiddle.net/inuitcss/MhHHU
 *
 */
fieldset {
  padding: 20px; }

/**
 * Text inputs
 *
 * Instead of a `[type]` selector for each kind of form input, we just use a
 * class to target any/every one, e.g.:
   <input type=text class=text-input>
   <input type=email class=text-input>
   <input type=password class=text-input>
 *
 */
.text-input,
textarea {
  /**
     * Style these via your theme stylesheet.
     */ }

/**
 * Group sets of form fields in a list, e.g.:
 *
   <ul class=form-fields>
       <li>
           <label />
           <input />
       </li>
       <li>
           <label />
           <select />
       </li>
       <li>
           <label />
           <input />
       </li>
   </ul>
 *
 */
.form-fields, .gform_fields {
  list-style: none;
  margin: 0; }

.form-fields > li:last-child, .gform_fields > li:last-child {
  margin-bottom: 0; }

/**
 * Labels
 *
 * Define a `.label` class as well as a `label` element. This means we can apply
 * label-like styling to meta-labels for groups of options where a `label`
 * element is not suitable, e.g.:
 *
   <li>
       <span class=label>Select an option below:</span>
       <ul class="multi-list  four-cols">
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
       </ul>
   </li>
 *
 */
label,
.label {
  display: block; }

/**
     * Extra help text in `label`s, e.g.:
     *
       <label>Card number <small class=additional>No spaces</small></label>
     *
     */
.additional {
  display: block;
  font-weight: normal; }

/*
 * Groups of checkboxes and radios, e.g.:
 *
   <li>
       <ul class=check-list>
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
       </ul>
   </li>
 *
 */
.check-list,
ul.gfield_radio,
ul.gfield_checkbox {
  list-style: none;
  margin: 0; }

/*
     * Labels in check-lists
     */
.check-label, .check-list label,
ul.gfield_radio label,
ul.gfield_checkbox label, .check-list .label,
ul.gfield_radio .label,
ul.gfield_checkbox .label {
  display: inline-block; }

/**
 * Spoken forms are for forms that read like spoken word, e.g.:
 *
   <li class=spoken-form>
       Hello, my <label for=spoken-name>name</label> is
       <input type=text class=text-input id=spoken-name>. My home
       <label for=country>country</label> is
       <select id=country>
           <option>UK</option>
           <option>US</option>
           <option>Other</option>
       </select>
   </li>
 *
 */
.spoken-form label {
  display: inline-block;
  font: inherit; }

/**
 * Extra help text displayed after a field when that field is in focus, e.g.:
 *
   <label for=email>Email:</label>
   <input type=email class=text-input id=email>
   <small class=extra-help>.edu emails only</small>
 *
 * We leave the help text in the document flow and merely set it to
 * `visibility:hidden;`. This means that it won’t interfere with anything once
 * it reappears.
 *
 */
/*small*/
.extra-help {
  display: inline-block;
  visibility: hidden; }

.text-input:active + .extra-help,
.text-input:focus + .extra-help {
  visibility: visible; }

/**
 * Objects and abstractions
 */
/*------------------------------------*    $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>
 *
 * Demo: jsfiddle.net/inuitcss/CLYUC
 *
 */
/**
 * Grid wrapper
 */
.grid {
  margin-left: -20px;
  list-style: none;
  margin-bottom: 0; }

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

/**
     * Grid
     */
.grid__item {
  display: inline-block;
  width: 100%;
  padding-left: 20px;
  vertical-align: top; }

/*------------------------------------*    $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>
 *
 * Demo: jsfiddle.net/inuitcss/Vnph4
 *
 */
.nav {
  list-style: none;
  margin-left: 0; }
  .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: 10px; }

/**
 * 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>
 *
 * Thanks to @pimpl for this idea!
 */
.nav--fit {
  display: table;
  width: 100%; }
  .nav--fit > li {
    display: table-cell; }
    .nav--fit > li > a {
      display: block; }

/**
 * Make a list of keywords. Extends `.nav`, e.g.:
 *
   `<ul class="nav  nav--keywords>`
 *
 */
.nav--keywords > li:after {
  content: "\002C" "\00A0"; }

.nav--keywords > li:last-child:after {
  display: none; }

/*------------------------------------*    $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>
 *
 * Giving an element a class of `.icon` will throw it into ‘icon’ mode and will
 * not add a background, but should be used for icon fonts and is populated
 * through a `data-icon` attribute and the `:after` pseudo-element, e.g.:
 *
   <a href=#><i class=icon data-icon="&#xF000;"></i> View your favourites</a>
 *
 * Where ‘&#xF000;’ might map to a star in your particular icon font.
 *
 * These all 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; }
 *
 * Demo: jsfiddle.net/inuitcss/6TKuS
 *
 */
.sprite, .icon, .ginput_card_security_code_icon,
.gform_card_icon,
.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; }

.sprite, .icon, .ginput_card_security_code_icon,
.gform_card_icon {
  /**
     * 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; }
  .sprite:before, .icon:before, .ginput_card_security_code_icon:before,
  .gform_card_icon:before {
    content: "";
    display: block;
    width: 0;
    height: 100%; }

/**
 * Set up icon font
 */
.icon {
  font-size: 16px;
  /**
     * Place the icon in a box the exact same dimensions as the icon itself.
     */
  width: 1em;
  height: 1em; }
  .icon:before {
    content: attr(data-icon); }

/**
 * Icon size modifiers.
 */
.icon--large {
  font-size: 32px; }

.icon--huge {
  font-size: 64px; }

.icon--natural {
  font-size: inherit; }

/*------------------------------------*    $BEAUTONS.CSS
\*------------------------------------*/
/**
 * beautons is 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, .btn:hover {
  text-decoration: none;
  /* [9] */ }

.btn:active, .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: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; }

/**
 * Style trumps; helper and brand classes
 */
/*------------------------------------*    $WIDTHS
\*------------------------------------*/
/**
 * Sizes in human readable format. These are used in conjunction with other
 * objects and abstractions found in inuit.css, most commonly the grid system
 * and faux flexbox.
 *
 * 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%; }

/**
 * If you have set `$responsive` to ‘true’ in `_vars.scss` then you now have
 * access to these classes. 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.
 *
 * Demo: jsfiddle.net/inuitcss/WS4Ge
 *
 */
@media only screen and (max-width: 419px) {
  /**
    * Whole
    */
  .palm-one-whole {
    width: 100%; }
  /**
    * Halves
    */
  .palm-one-half, .palm-two-quarters, .palm-three-sixths, .palm-four-eighths, .palm-five-tenths, .palm-six-twelfths {
    width: 50%; }
  /**
    * Thirds
    */
  .palm-one-third, .palm-two-sixths, .palm-four-twelfths {
    width: 33.333%; }
  .palm-two-thirds, .palm-four-sixths, .palm-eight-twelfths {
    width: 66.666%; }
  /**
    * Quarters
    */
  .palm-one-quarter, .palm-two-eighths, .palm-three-twelfths {
    width: 25%; }
  .palm-three-quarters, .palm-six-eighths, .palm-nine-twelfths {
    width: 75%; }
  /**
    * Fifths
    */
  .palm-one-fifth, .palm-two-tenths {
    width: 20%; }
  .palm-two-fifths, .palm-four-tenths {
    width: 40%; }
  .palm-three-fifths, .palm-six-tenths {
    width: 60%; }
  .palm-four-fifths, .palm-eight-tenths {
    width: 80%; }
  /**
    * Sixths
    */
  .palm-one-sixth, .palm-two-twelfths {
    width: 16.666%; }
  .palm-five-sixths, .palm-ten-twelfths {
    width: 83.333%; }
  /**
    * Eighths
    */
  .palm-one-eighth {
    width: 12.5%; }
  .palm-three-eighths {
    width: 37.5%; }
  .palm-five-eighths {
    width: 62.5%; }
  .palm-seven-eighths {
    width: 87.5%; }
  /**
    * Tenths
    */
  .palm-one-tenth {
    width: 10%; }
  .palm-three-tenths {
    width: 30%; }
  .palm-seven-tenths {
    width: 70%; }
  .palm-nine-tenths {
    width: 90%; }
  /**
    * Twelfths
    */
  .palm-one-twelfth {
    width: 8.333%; }
  .palm-five-twelfths {
    width: 41.666%; }
  .palm-seven-twelfths {
    width: 58.333%; }
  .palm-eleven-twelfths {
    width: 91.666%; } }

@media only screen and (min-width: 420px) and (max-width: 768px) {
  /**
    * Whole
    */
  .lap-one-whole {
    width: 100%; }
  /**
    * Halves
    */
  .lap-one-half, .lap-two-quarters, .lap-three-sixths, .lap-four-eighths, .lap-five-tenths, .lap-six-twelfths {
    width: 50%; }
  /**
    * Thirds
    */
  .lap-one-third, .lap-two-sixths, .lap-four-twelfths {
    width: 33.333%; }
  .lap-two-thirds, .lap-four-sixths, .lap-eight-twelfths {
    width: 66.666%; }
  /**
    * Quarters
    */
  .lap-one-quarter, .lap-two-eighths, .lap-three-twelfths {
    width: 25%; }
  .lap-three-quarters, .lap-six-eighths, .lap-nine-twelfths {
    width: 75%; }
  /**
    * Fifths
    */
  .lap-one-fifth, .lap-two-tenths {
    width: 20%; }
  .lap-two-fifths, .lap-four-tenths {
    width: 40%; }
  .lap-three-fifths, .lap-six-tenths {
    width: 60%; }
  .lap-four-fifths, .lap-eight-tenths {
    width: 80%; }
  /**
    * Sixths
    */
  .lap-one-sixth, .lap-two-twelfths {
    width: 16.666%; }
  .lap-five-sixths, .lap-ten-twelfths {
    width: 83.333%; }
  /**
    * Eighths
    */
  .lap-one-eighth {
    width: 12.5%; }
  .lap-three-eighths {
    width: 37.5%; }
  .lap-five-eighths {
    width: 62.5%; }
  .lap-seven-eighths {
    width: 87.5%; }
  /**
    * Tenths
    */
  .lap-one-tenth {
    width: 10%; }
  .lap-three-tenths {
    width: 30%; }
  .lap-seven-tenths {
    width: 70%; }
  .lap-nine-tenths {
    width: 90%; }
  /**
    * Twelfths
    */
  .lap-one-twelfth {
    width: 8.333%; }
  .lap-five-twelfths {
    width: 41.666%; }
  .lap-seven-twelfths {
    width: 58.333%; }
  .lap-eleven-twelfths {
    width: 91.666%; } }

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

@media only screen and (max-width: 768px) {
  /**
    * Whole
    */
  .portable-one-whole {
    width: 100%; }
  /**
    * Halves
    */
  .portable-one-half, .portable-two-quarters, .portable-three-sixths, .portable-four-eighths, .portable-five-tenths, .portable-six-twelfths {
    width: 50%; }
  /**
    * Thirds
    */
  .portable-one-third, .portable-two-sixths, .portable-four-twelfths {
    width: 33.333%; }
  .portable-two-thirds, .portable-four-sixths, .portable-eight-twelfths {
    width: 66.666%; }
  /**
    * Quarters
    */
  .portable-one-quarter, .portable-two-eighths, .portable-three-twelfths {
    width: 25%; }
  .portable-three-quarters, .portable-six-eighths, .portable-nine-twelfths {
    width: 75%; }
  /**
    * Fifths
    */
  .portable-one-fifth, .portable-two-tenths {
    width: 20%; }
  .portable-two-fifths, .portable-four-tenths {
    width: 40%; }
  .portable-three-fifths, .portable-six-tenths {
    width: 60%; }
  .portable-four-fifths, .portable-eight-tenths {
    width: 80%; }
  /**
    * Sixths
    */
  .portable-one-sixth, .portable-two-twelfths {
    width: 16.666%; }
  .portable-five-sixths, .portable-ten-twelfths {
    width: 83.333%; }
  /**
    * Eighths
    */
  .portable-one-eighth {
    width: 12.5%; }
  .portable-three-eighths {
    width: 37.5%; }
  .portable-five-eighths {
    width: 62.5%; }
  .portable-seven-eighths {
    width: 87.5%; }
  /**
    * Tenths
    */
  .portable-one-tenth {
    width: 10%; }
  .portable-three-tenths {
    width: 30%; }
  .portable-seven-tenths {
    width: 70%; }
  .portable-nine-tenths {
    width: 90%; }
  /**
    * Twelfths
    */
  .portable-one-twelfth {
    width: 8.333%; }
  .portable-five-twelfths {
    width: 41.666%; }
  .portable-seven-twelfths {
    width: 58.333%; }
  .portable-eleven-twelfths {
    width: 91.666%; } }

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

/**
 * If you have set the additional `$responsive-extra` variable to ‘true’ in
 * `_vars.scss` then you now have access to the following class available to
 * accomodate much larger screen resolutions.
 */
@media only screen and (min-width: 1200px) {
  /**
    * Whole
    */
  .desk-wide-one-whole {
    width: 100%; }
  /**
    * Halves
    */
  .desk-wide-one-half, .desk-wide-two-quarters, .desk-wide-three-sixths, .desk-wide-four-eighths, .desk-wide-five-tenths, .desk-wide-six-twelfths {
    width: 50%; }
  /**
    * Thirds
    */
  .desk-wide-one-third, .desk-wide-two-sixths, .desk-wide-four-twelfths {
    width: 33.333%; }
  .desk-wide-two-thirds, .desk-wide-four-sixths, .desk-wide-eight-twelfths {
    width: 66.666%; }
  /**
    * Quarters
    */
  .desk-wide-one-quarter, .desk-wide-two-eighths, .desk-wide-three-twelfths {
    width: 25%; }
  .desk-wide-three-quarters, .desk-wide-six-eighths, .desk-wide-nine-twelfths {
    width: 75%; }
  /**
    * Fifths
    */
  .desk-wide-one-fifth, .desk-wide-two-tenths {
    width: 20%; }
  .desk-wide-two-fifths, .desk-wide-four-tenths {
    width: 40%; }
  .desk-wide-three-fifths, .desk-wide-six-tenths {
    width: 60%; }
  .desk-wide-four-fifths, .desk-wide-eight-tenths {
    width: 80%; }
  /**
    * Sixths
    */
  .desk-wide-one-sixth, .desk-wide-two-twelfths {
    width: 16.666%; }
  .desk-wide-five-sixths, .desk-wide-ten-twelfths {
    width: 83.333%; }
  /**
    * Eighths
    */
  .desk-wide-one-eighth {
    width: 12.5%; }
  .desk-wide-three-eighths {
    width: 37.5%; }
  .desk-wide-five-eighths {
    width: 62.5%; }
  .desk-wide-seven-eighths {
    width: 87.5%; }
  /**
    * Tenths
    */
  .desk-wide-one-tenth {
    width: 10%; }
  .desk-wide-three-tenths {
    width: 30%; }
  .desk-wide-seven-tenths {
    width: 70%; }
  .desk-wide-nine-tenths {
    width: 90%; }
  /**
    * Twelfths
    */
  .desk-wide-one-twelfth {
    width: 8.333%; }
  .desk-wide-five-twelfths {
    width: 41.666%; }
  .desk-wide-seven-twelfths {
    width: 58.333%; }
  .desk-wide-eleven-twelfths {
    width: 91.666%; } }

/* endif */
/*------------------------------------*    $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.
 */
/*------------------------------------*    $BRAND
\*------------------------------------*/
/**
 * `.brand` is a quick and simple way to apply your brand face and/or color to
 * any element using a handy helper class.
 */
.brand {
  font-family: sans-serif!important;
  color: #4fc9a8!important; }

.brand-face {
  font-family: sans-serif!important; }

.brand-color,
.brand-colour {
  color: #4fc9a8!important; }

/*------------------------------------*    $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: 20px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

.push-half--sides {
  margin-right: 10px !important;
  margin-left: 10px !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: 20px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

.soft-half--sides {
  padding-right: 10px !important;
  padding-left: 10px !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: -20px !important;
  margin-left: -20px !important; }
  .islet .full-bleed {
    margin-right: -10px !important;
    margin-left: -10px !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 case to an element (usually a `strong`).
 */
.caps {
  text-transform: uppercase !important; }

/**
 * Hide content off-screen without resorting to `display:none;`, also provide
 * breakpoint specific hidden elements.
 */
.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: 419px) {
  .accessibility--palm,
  .visuallyhidden--palm {
    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: 420px) and (max-width: 768px) {
  .accessibility--lap,
  .visuallyhidden--lap {
    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: 420px) {
  .accessibility--lap-and-up,
  .visuallyhidden--lap-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: 768px) {
  .accessibility--portable,
  .visuallyhidden--portable {
    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: 769px) {
  .accessibility--desk,
  .visuallyhidden--desk {
    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: 1200px) {
  .accessibility--desk-wide,
  .visuallyhidden--desk-wide {
    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; } }

/* endif */
/**
 * She’s all yours, cap’n... Begin importing your stuff here.
 */
@font-face {
  font-family: 'andys-astropix-icons';
  src: url("../fonts/andys-astropix-icons.woff2?d51blu") format("woff2"), url("../fonts/andys-astropix-icons.ttf?d51blu") format("truetype"), url("../fonts/andys-astropix-icons.woff?d51blu") format("woff"), url("../fonts/andys-astropix-icons.svg?d51blu#andys-astropix-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

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

.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--email:before {
  content: ""; }

.ico--facebook:before {
  content: ""; }

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

.ico--instagram:before {
  content: ""; }

.ico--menu:before {
  content: ""; }

.ico--plus-alt:before {
  content: ""; }

.ico--plus:before {
  content: ""; }

.ico--zoom:before {
  content: ""; }

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

.sprite, .icon, .ginput_card_security_code_icon,
.gform_card_icon,
.icon {
  position: relative;
  display: inline-block;
  top: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  max-width: 100%; }

.icon--close {
  width: 20px;
  height: 20px;
  overflow: hidden; }
  .icon--close::before, .icon--close::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff; }
  .icon--close::before {
    transform: rotate(45deg); }
  .icon--close::after {
    transform: rotate(-45deg); }

.btn--close .icon--close::before, .btn--close .icon--close::after {
  transition: box-shadow 0.6s; }

.btn--close:hover .icon--close::before, .btn--close:hover .icon--close::after {
  box-shadow: 0 0 5px 1px rgba(26, 26, 26, 0.4); }

a.icon--close::before, a.icon--close::after {
  transition: box-shadow 0.6s; }

a.icon--close:hover::before, a.icon--close:hover::after {
  box-shadow: 0 0 5px 1px rgba(26, 26, 26, 0.4); }

.icon--plus {
  width: 18px;
  height: 18px; }
  .icon--plus:after {
    content: "+";
    color: #fff;
    font-size: 30px;
    line-height: 18px;
    font-family: 'Overpass', "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: 0; }

.btn .icon.icon--plus {
  top: -1px; }

.icon--menu {
  width: 18px;
  height: 12px;
  overflow: hidden; }
  .icon--menu, .icon--menu:before, .icon--menu:after {
    border-top: 2px solid #fff; }
  .icon--menu:before, .icon--menu:after {
    content: "";
    position: absolute;
    max-width: 100%;
    left: 0; }
  .icon--menu:before {
    width: 14px;
    top: 3px; }
  .icon--menu:after {
    top: 8px;
    width: 6px; }

a.icon--menu, a.icon--menu::before, a.icon--menu::after {
  transition: border-color 0.6s; }

a.icon--menu:hover, a.icon--menu:hover::before, a.icon--menu:hover::after {
  border-color: #4fc9a8; }

.btn--menu .icon--menu, .btn--menu .icon--menu::before, .btn--menu .icon--menu::after {
  transition: border-color 0.6s; }

.btn--menu:hover .icon--menu, .btn--menu:hover .icon--menu::before, .btn--menu:hover .icon--menu::after {
  border-color: #4fc9a8; }

.sprite--logo {
  width: 216px;
  height: 14px;
  background-image: url(../images/logo.svg); }

.sprite--spinner,
.sprite--spinner-alt {
  width: 40px;
  height: 40px; }

.sprite--spinner {
  background-image: url(../images/spinner.svg); }

.sprite--spinner-alt {
  background-image: url(../images/spinner-alt.svg); }

.grid {
  font-size: 0;
  line-height: 0; }
  .grid:after {
    content: "";
    display: table;
    clear: both; }
  .grid.grid--reverse > .grid__item {
    float: right; }

.grid__item {
  font-size: 16px;
  line-height: 26px; }
  .grid__item:after {
    content: "";
    display: table;
    clear: both; }

.flex-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: -20px; }
  .flex-grid.flex-grid--reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .flex-grid.flex-grid--hard {
    margin-left: 0; }
    .flex-grid.flex-grid--hard > .flex-grid__item {
      padding-left: 0; }
  .flex-grid.flex-grid--top {
    -ms-flex-align: start;
    align-items: flex-start; }
  .flex-grid.flex-grid--center {
    -ms-flex-align: center;
    align-items: center; }
  .flex-grid.flex-grid--bottom {
    -ms-flex-align: end;
    align-items: flex-end; }

.flex-grid__item {
  padding-left: 20px;
  max-width: 100%; }
  .flex-grid__item.flex-grid__item--top {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .flex-grid__item.flex-grid__item--center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
  .flex-grid__item.flex-grid__item--bottom {
    -ms-flex-item-align: end;
    align-self: flex-end; }

@media only screen and (min-width: 769px) {
  .desk-hide {
    display: none !important; }
  .desk-hard--sides {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .desk-soft--sides {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .desk-text--left {
    text-align: left !important; }
  .desk-text--right {
    text-align: right !important; }
  .desk-text--center {
    text-align: center !important; }
  .desk-float--left {
    float: left !important; }
  .desk-float--right {
    float: right !important; }
  .desk-float-none {
    float: none !important; }
  .desk-hard--left {
    padding-left: 0 !important; }
  .desk-hard--right {
    padding-right: 0 !important; }
  .desk-pull--bottom {
    margin-bottom: 0 !important; }
  .desk-pull--top {
    margin-top: 0 !important; }
  .grid.grid--reverse > .grid__item.desk-one-whole {
    float: none; } }

@media only screen and (min-width: 420px) {
  .lap-and-up-hide {
    display: none !important; }
  .lap-and-up-hard--sides {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .lap-and-up-soft--sides {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .lap-and-up-text--left {
    text-align: left !important; }
  .lap-and-up-text--right {
    text-align: right !important; }
  .lap-and-up-text--center {
    text-align: center !important; }
  .lap-and-up-float--left {
    float: left !important; }
  .lap-and-up-float--right {
    float: right !important; }
  .lap-and-up-float-none {
    float: none !important; }
  .lap-and-up-hard--left {
    padding-left: 0 !important; }
  .lap-and-up-hard--right {
    padding-right: 0 !important; }
  .lap-and-up-pull--bottom {
    margin-bottom: 0 !important; }
  .lap-and-up-pull--top {
    margin-top: 0 !important; }
  .grid.grid--reverse > .grid__item.lap-and-up-one-whole {
    float: none; } }

@media only screen and (max-width: 768px) {
  .portable-hide {
    display: none !important; }
  .portable-hard--sides {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .portable-soft--sides {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .portable-text--left {
    text-align: left !important; }
  .portable-text--right {
    text-align: right !important; }
  .portable-text--center {
    text-align: center !important; }
  .portable-float--left {
    float: left !important; }
  .portable-float--right {
    float: right !important; }
  .portable-float-none {
    float: none !important; }
  .portable-hard--left {
    padding-left: 0 !important; }
  .portable-hard--right {
    padding-right: 0 !important; }
  .portable-pull--bottom {
    margin-bottom: 0 !important; }
  .portable-pull--top {
    margin-top: 0 !important; }
  .grid.grid--reverse > .grid__item.portable-one-whole {
    float: none; } }

@media only screen and (min-width: 420px) and (max-width: 768px) {
  .lap-hide {
    display: none !important; }
  .lap-hard--sides {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .lap-soft--sides {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .lap-text--left {
    text-align: left !important; }
  .lap-text--right {
    text-align: right !important; }
  .lap-text--center {
    text-align: center !important; }
  .lap-float--left {
    float: left !important; }
  .lap-float--right {
    float: right !important; }
  .lap-float-none {
    float: none !important; }
  .lap-hard--left {
    padding-left: 0 !important; }
  .lap-hard--right {
    padding-right: 0 !important; }
  .lap-pull--bottom {
    margin-bottom: 0 !important; }
  .lap-pull--top {
    margin-top: 0 !important; }
  .grid.grid--reverse > .grid__item.lap-one-whole {
    float: none; }
  .grid__item {
    font-size: 15px; } }

@media only screen and (max-width: 419px) {
  .palm-hide {
    display: none !important; }
  .palm-hard--sides {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .palm-soft--sides {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .palm-text--left {
    text-align: left !important; }
  .palm-text--right {
    text-align: right !important; }
  .palm-text--center {
    text-align: center !important; }
  .palm-float--left {
    float: left !important; }
  .palm-float--right {
    float: right !important; }
  .palm-float-none {
    float: none !important; }
  .palm-hard--left {
    padding-left: 0 !important; }
  .palm-hard--right {
    padding-right: 0 !important; }
  .palm-pull--bottom {
    margin-bottom: 0 !important; }
  .palm-pull--top {
    margin-top: 0 !important; }
  .grid.grid--reverse > .grid__item.palm-one-whole {
    float: none; }
  .grid__item {
    font-size: 13px; } }

html,
body {
  height: 100%;
  overflow: hidden; }

body {
  background-color: #1a1a1a; }

a:focus,
input[type=button]:focus,
input[type=submit]:focus,
button:focus {
  outline: none; }

main,
header,
footer,
article,
section {
  position: relative; }

.nav,
.nav li {
  margin-bottom: 0; }
  .nav.ignore > a,
  .nav li.ignore > a {
    cursor: default;
    pointer-events: none; }

.wrap {
  width: 1180px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative; }
  .wrap:after {
    content: "";
    display: table;
    clear: both; }
  .wrap.wrap--full {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px; }
  .wrap.wrap--hard {
    padding-right: 0 !important;
    padding-left: 0 !important; }

.wrap:not(.wrap--hard) {
  padding-left: 83px; }

.hr {
  font-size: 0;
  padding: 0;
  margin: 20px 0;
  line-height: 0;
  overflow: hidden;
  display: block;
  height: 0;
  border-top: 1px solid #9B9B9B; }

.bg--black {
  background-color: #1a1a1a; }

.color--black {
  color: #1a1a1a; }

.bg--black-alt {
  background-color: #161616; }

.color--black-alt {
  color: #161616; }

.bg--white {
  background-color: #fff; }

.color--white {
  color: #fff; }

.bg--off-white {
  background-color: #fafafa; }

.color--off-white {
  color: #fafafa; }

.bg--grey-primary {
  background-color: #525252; }

.color--grey-primary {
  color: #525252; }

.bg--grey-secondary {
  background-color: #9B9B9B; }

.color--grey-secondary {
  color: #9B9B9B; }

.bg--grey-tertiary {
  background-color: #8A9DAB; }

.color--grey-tertiary {
  color: #8A9DAB; }

.bg--grey-quarternary {
  background-color: #D8D8D8; }

.color--grey-quarternary {
  color: #D8D8D8; }

.bg--grey-quinary {
  background-color: #363636; }

.color--grey-quinary {
  color: #363636; }

.bg--primary {
  background-color: #4fc9a8; }

.color--primary {
  color: #4fc9a8; }

.bg--secondary {
  background-color: #8A9DAB; }

.color--secondary {
  color: #8A9DAB; }

.bg--tertiary {
  background-color: #9B9B9B; }

.color--tertiary {
  color: #9B9B9B; }

.bg--quarternary {
  background-color: #525252; }

.color--quarternary {
  color: #525252; }

.bg--brand {
  background-color: #4fc9a8; }

.color--brand {
  color: #4fc9a8; }

.bg--error {
  background-color: #ba0e1d; }

.color--error {
  color: #ba0e1d; }

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

img {
  width: auto;
  height: auto; }
  img, img[height], img[width] {
    max-width: 100%; }
  img.full {
    width: 100%; }

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  .wrap:not(.wrap--hard) {
    padding-left: 123px;
    padding-right: 40px; } }

@media only screen and (max-width: 768px) {
  .wrap:not(.wrap--hard) {
    padding-left: 20px;
    padding-right: 20px; } }

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

html, body {
  font-family: 'Overpass', "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #525252;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

::selection {
  background-color: #1a1a1a;
  color: #fff; }

a {
  transition: all 0.6s; }
  a, a:visited {
    color: #4fc9a8; }
  a .ico + span:not(.visuallyhidden) {
    display: inline-block;
    margin-left: 6px; }
  a span:not(.visuallyhidden) + .ico {
    display: inline-block;
    margin-left: 6px; }

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

address {
  font-style: normal; }

blockquote {
  text-align: center;
  quotes: none;
  text-indent: 0;
  font-size: 30px;
  padding: 70px 0 0;
  margin: 0 0 20px;
  position: relative; }
  blockquote cite {
    display: block;
    padding-top: 10px;
    color: #525252;
    font-size: 18px; }
    blockquote cite small {
      display: block;
      color: #525252;
      font-weight: 300;
      font-size: 16px; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Overpass', "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: 400;
  font-style: normal; }
  h1 strong, h1 b, h1 .strong, h1 .bold, h1 .font-bold, h2 strong, h2 b, h2 .strong, h2 .bold, h2 .font-bold, h3 strong, h3 b, h3 .strong, h3 .bold, h3 .font-bold, h4 strong, h4 b, h4 .strong, h4 .bold, h4 .font-bold, h5 strong, h5 b, h5 .strong, h5 .bold, h5 .font-bold, h6 strong, h6 b, h6 .strong, h6 .bold, h6 .font-bold,
  .h1 strong,
  .h1 b,
  .h1 .strong,
  .h1 .bold,
  .h1 .font-bold, .h2 strong, .h2 b, .h2 .strong, .h2 .bold, .h2 .font-bold, .h3 strong, .h3 b, .h3 .strong, .h3 .bold, .h3 .font-bold, .h4 strong, .h4 b, .h4 .strong, .h4 .bold, .h4 .font-bold, .h5 strong, .h5 b, .h5 .strong, .h5 .bold, .h5 .font-bold, .h6 strong, .h6 b, .h6 .strong, .h6 .bold, .h6 .font-bold {
    font-weight: 700; }
  h1 .semibold, h1 .font-semibold, h2 .semibold, h2 .font-semibold, h3 .semibold, h3 .font-semibold, h4 .semibold, h4 .font-semibold, h5 .semibold, h5 .font-semibold, h6 .semibold, h6 .font-semibold,
  .h1 .semibold,
  .h1 .font-semibold, .h2 .semibold, .h2 .font-semibold, .h3 .semibold, .h3 .font-semibold, .h4 .semibold, .h4 .font-semibold, .h5 .semibold, .h5 .font-semibold, .h6 .semibold, .h6 .font-semibold {
    font-weight: 600; }
  h1 .extrabold, h1 .font-extrabold, h2 .extrabold, h2 .font-extrabold, h3 .extrabold, h3 .font-extrabold, h4 .extrabold, h4 .font-extrabold, h5 .extrabold, h5 .font-extrabold, h6 .extrabold, h6 .font-extrabold,
  .h1 .extrabold,
  .h1 .font-extrabold, .h2 .extrabold, .h2 .font-extrabold, .h3 .extrabold, .h3 .font-extrabold, .h4 .extrabold, .h4 .font-extrabold, .h5 .extrabold, .h5 .font-extrabold, .h6 .extrabold, .h6 .font-extrabold {
    font-weight: 800; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.3; }

.normal, .font-normal {
  font-weight: 400; }

strong, b, .strong, .bold, .font-bold {
  font-weight: 700; }

.semibold, .font-semibold {
  font-weight: 600; }

.extrabold, .font-extrabold {
  font-weight: 800; }

h1,
.h1 {
  font-size: 40px; }

h2,
.h2 {
  font-size: 34px; }

h3,
.h3 {
  font-size: 30px; }

h4,
.h4 {
  font-size: 22px; }

h5,
.h5 {
  font-size: 18px; }

h6,
.h6 {
  font-size: 16px; }

table:not(.ui-datepicker-calendar) th,
table:not(.ui-datepicker-calendar) td {
  vertical-align: top; }

table.data-table th, table.data-table td {
  padding: 0 0 15px; }

table.data-table tbody th {
  width: 220px; }

table.data-table th {
  color: #1a1a1a; }

table.table {
  border: 2px solid #9B9B9B; }
  table.table th,
  table.table thead td {
    font-family: 'Overpass', "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    font-weight: 700;
    font-style: normal; }
  table.table thead tr td,
  table.table thead tr th,
  table.table tbody tr:not(:last-child) td {
    border-bottom: 2px solid #9B9B9B; }

table.table.table--reversed {
  border-color: #9B9B9B;
  color: #fff; }
  table.table.table--reversed thead tr td,
  table.table.table--reversed thead tr th,
  table.table.table--reversed tbody tr:not(:last-child) td {
    border-color: #9B9B9B; }

table.data-table td.data-table__column {
  width: 50%; }

.uppercase {
  text-transform: uppercase; }

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

ul.no-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 20px; }

span.br,
i.br {
  display: block;
  width: 0; }

@media only screen and (max-width: 419px) {
  table:not(.ui-datepicker-calendar) {
    width: 100%; }
    table:not(.ui-datepicker-calendar) thead {
      display: none; }
    table:not(.ui-datepicker-calendar) tbody td,
    table:not(.ui-datepicker-calendar) tbody th {
      display: block; }
      table:not(.ui-datepicker-calendar) tbody td:before,
      table:not(.ui-datepicker-calendar) tbody th:before {
        content: attr(data-th);
        font-family: 'Overpass', "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
        font-weight: 700;
        font-style: normal;
        display: block; }
  table.table thead tr td,
  table.table thead tr th,
  table.table tbody tr:not(:last-child) td {
    border-bottom: none; }
  table.table tbody tr:not(:last-child) td:last-child {
    border-bottom: 2px solid #9B9B9B; }
  table.table.table--reversed tbody tr:not(:last-child) td:last-child {
    border-color: #9B9B9B; }
  table.data-table td.data-table__column {
    width: 100%; }
  .mega,
  h1,
  .h1 {
    font-size: 2em; }
  h2,
  .h2 {
    font-size: 1.8em; }
  h3,
  .h3 {
    font-size: 1.6em; }
  h4,
  .h4 {
    font-size: 1.4em; }
  h5,
  .h5 {
    font-size: 1.2em; }
  h6,
  .h6 {
    font-size: 1.1em; } }

/**
 * Swiper 4.1.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 10, 2018
 */
.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 {
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  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 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

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

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

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

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

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  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), transparent); }

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

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

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

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

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  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 {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar {
  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: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: 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%;
  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%;
  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"); }

@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;
  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; }

body[data-aos-duration='50'] [data-aos], [data-aos][data-aos][data-aos-duration='50'] {
  transition-duration: 50ms; }

body[data-aos-delay='50'] [data-aos], [data-aos][data-aos][data-aos-delay='50'] {
  transition-delay: 0; }
  body[data-aos-delay='50'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='50'].aos-animate {
    transition-delay: 50ms; }

body[data-aos-duration='100'] [data-aos], [data-aos][data-aos][data-aos-duration='100'] {
  transition-duration: 100ms; }

body[data-aos-delay='100'] [data-aos], [data-aos][data-aos][data-aos-delay='100'] {
  transition-delay: 0; }
  body[data-aos-delay='100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='100'].aos-animate {
    transition-delay: 100ms; }

body[data-aos-duration='150'] [data-aos], [data-aos][data-aos][data-aos-duration='150'] {
  transition-duration: 150ms; }

body[data-aos-delay='150'] [data-aos], [data-aos][data-aos][data-aos-delay='150'] {
  transition-delay: 0; }
  body[data-aos-delay='150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='150'].aos-animate {
    transition-delay: 150ms; }

body[data-aos-duration='200'] [data-aos], [data-aos][data-aos][data-aos-duration='200'] {
  transition-duration: 200ms; }

body[data-aos-delay='200'] [data-aos], [data-aos][data-aos][data-aos-delay='200'] {
  transition-delay: 0; }
  body[data-aos-delay='200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='200'].aos-animate {
    transition-delay: 200ms; }

body[data-aos-duration='250'] [data-aos], [data-aos][data-aos][data-aos-duration='250'] {
  transition-duration: 250ms; }

body[data-aos-delay='250'] [data-aos], [data-aos][data-aos][data-aos-delay='250'] {
  transition-delay: 0; }
  body[data-aos-delay='250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='250'].aos-animate {
    transition-delay: 250ms; }

body[data-aos-duration='300'] [data-aos], [data-aos][data-aos][data-aos-duration='300'] {
  transition-duration: 300ms; }

body[data-aos-delay='300'] [data-aos], [data-aos][data-aos][data-aos-delay='300'] {
  transition-delay: 0; }
  body[data-aos-delay='300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='300'].aos-animate {
    transition-delay: 300ms; }

body[data-aos-duration='350'] [data-aos], [data-aos][data-aos][data-aos-duration='350'] {
  transition-duration: 350ms; }

body[data-aos-delay='350'] [data-aos], [data-aos][data-aos][data-aos-delay='350'] {
  transition-delay: 0; }
  body[data-aos-delay='350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='350'].aos-animate {
    transition-delay: 350ms; }

body[data-aos-duration='400'] [data-aos], [data-aos][data-aos][data-aos-duration='400'] {
  transition-duration: 400ms; }

body[data-aos-delay='400'] [data-aos], [data-aos][data-aos][data-aos-delay='400'] {
  transition-delay: 0; }
  body[data-aos-delay='400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='400'].aos-animate {
    transition-delay: 400ms; }

body[data-aos-duration='450'] [data-aos], [data-aos][data-aos][data-aos-duration='450'] {
  transition-duration: 450ms; }

body[data-aos-delay='450'] [data-aos], [data-aos][data-aos][data-aos-delay='450'] {
  transition-delay: 0; }
  body[data-aos-delay='450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='450'].aos-animate {
    transition-delay: 450ms; }

body[data-aos-duration='500'] [data-aos], [data-aos][data-aos][data-aos-duration='500'] {
  transition-duration: 500ms; }

body[data-aos-delay='500'] [data-aos], [data-aos][data-aos][data-aos-delay='500'] {
  transition-delay: 0; }
  body[data-aos-delay='500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='500'].aos-animate {
    transition-delay: 500ms; }

body[data-aos-duration='550'] [data-aos], [data-aos][data-aos][data-aos-duration='550'] {
  transition-duration: 550ms; }

body[data-aos-delay='550'] [data-aos], [data-aos][data-aos][data-aos-delay='550'] {
  transition-delay: 0; }
  body[data-aos-delay='550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='550'].aos-animate {
    transition-delay: 550ms; }

body[data-aos-duration='600'] [data-aos], [data-aos][data-aos][data-aos-duration='600'] {
  transition-duration: 600ms; }

body[data-aos-delay='600'] [data-aos], [data-aos][data-aos][data-aos-delay='600'] {
  transition-delay: 0; }
  body[data-aos-delay='600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='600'].aos-animate {
    transition-delay: 600ms; }

body[data-aos-duration='650'] [data-aos], [data-aos][data-aos][data-aos-duration='650'] {
  transition-duration: 650ms; }

body[data-aos-delay='650'] [data-aos], [data-aos][data-aos][data-aos-delay='650'] {
  transition-delay: 0; }
  body[data-aos-delay='650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='650'].aos-animate {
    transition-delay: 650ms; }

body[data-aos-duration='700'] [data-aos], [data-aos][data-aos][data-aos-duration='700'] {
  transition-duration: 700ms; }

body[data-aos-delay='700'] [data-aos], [data-aos][data-aos][data-aos-delay='700'] {
  transition-delay: 0; }
  body[data-aos-delay='700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='700'].aos-animate {
    transition-delay: 700ms; }

body[data-aos-duration='750'] [data-aos], [data-aos][data-aos][data-aos-duration='750'] {
  transition-duration: 750ms; }

body[data-aos-delay='750'] [data-aos], [data-aos][data-aos][data-aos-delay='750'] {
  transition-delay: 0; }
  body[data-aos-delay='750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='750'].aos-animate {
    transition-delay: 750ms; }

body[data-aos-duration='800'] [data-aos], [data-aos][data-aos][data-aos-duration='800'] {
  transition-duration: 800ms; }

body[data-aos-delay='800'] [data-aos], [data-aos][data-aos][data-aos-delay='800'] {
  transition-delay: 0; }
  body[data-aos-delay='800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='800'].aos-animate {
    transition-delay: 800ms; }

body[data-aos-duration='850'] [data-aos], [data-aos][data-aos][data-aos-duration='850'] {
  transition-duration: 850ms; }

body[data-aos-delay='850'] [data-aos], [data-aos][data-aos][data-aos-delay='850'] {
  transition-delay: 0; }
  body[data-aos-delay='850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='850'].aos-animate {
    transition-delay: 850ms; }

body[data-aos-duration='900'] [data-aos], [data-aos][data-aos][data-aos-duration='900'] {
  transition-duration: 900ms; }

body[data-aos-delay='900'] [data-aos], [data-aos][data-aos][data-aos-delay='900'] {
  transition-delay: 0; }
  body[data-aos-delay='900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='900'].aos-animate {
    transition-delay: 900ms; }

body[data-aos-duration='950'] [data-aos], [data-aos][data-aos][data-aos-duration='950'] {
  transition-duration: 950ms; }

body[data-aos-delay='950'] [data-aos], [data-aos][data-aos][data-aos-delay='950'] {
  transition-delay: 0; }
  body[data-aos-delay='950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='950'].aos-animate {
    transition-delay: 950ms; }

body[data-aos-duration='1000'] [data-aos], [data-aos][data-aos][data-aos-duration='1000'] {
  transition-duration: 1000ms; }

body[data-aos-delay='1000'] [data-aos], [data-aos][data-aos][data-aos-delay='1000'] {
  transition-delay: 0; }
  body[data-aos-delay='1000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1000'].aos-animate {
    transition-delay: 1000ms; }

body[data-aos-duration='1050'] [data-aos], [data-aos][data-aos][data-aos-duration='1050'] {
  transition-duration: 1050ms; }

body[data-aos-delay='1050'] [data-aos], [data-aos][data-aos][data-aos-delay='1050'] {
  transition-delay: 0; }
  body[data-aos-delay='1050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1050'].aos-animate {
    transition-delay: 1050ms; }

body[data-aos-duration='1100'] [data-aos], [data-aos][data-aos][data-aos-duration='1100'] {
  transition-duration: 1100ms; }

body[data-aos-delay='1100'] [data-aos], [data-aos][data-aos][data-aos-delay='1100'] {
  transition-delay: 0; }
  body[data-aos-delay='1100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1100'].aos-animate {
    transition-delay: 1100ms; }

body[data-aos-duration='1150'] [data-aos], [data-aos][data-aos][data-aos-duration='1150'] {
  transition-duration: 1150ms; }

body[data-aos-delay='1150'] [data-aos], [data-aos][data-aos][data-aos-delay='1150'] {
  transition-delay: 0; }
  body[data-aos-delay='1150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1150'].aos-animate {
    transition-delay: 1150ms; }

body[data-aos-duration='1200'] [data-aos], [data-aos][data-aos][data-aos-duration='1200'] {
  transition-duration: 1200ms; }

body[data-aos-delay='1200'] [data-aos], [data-aos][data-aos][data-aos-delay='1200'] {
  transition-delay: 0; }
  body[data-aos-delay='1200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1200'].aos-animate {
    transition-delay: 1200ms; }

body[data-aos-duration='1250'] [data-aos], [data-aos][data-aos][data-aos-duration='1250'] {
  transition-duration: 1250ms; }

body[data-aos-delay='1250'] [data-aos], [data-aos][data-aos][data-aos-delay='1250'] {
  transition-delay: 0; }
  body[data-aos-delay='1250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1250'].aos-animate {
    transition-delay: 1250ms; }

body[data-aos-duration='1300'] [data-aos], [data-aos][data-aos][data-aos-duration='1300'] {
  transition-duration: 1300ms; }

body[data-aos-delay='1300'] [data-aos], [data-aos][data-aos][data-aos-delay='1300'] {
  transition-delay: 0; }
  body[data-aos-delay='1300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1300'].aos-animate {
    transition-delay: 1300ms; }

body[data-aos-duration='1350'] [data-aos], [data-aos][data-aos][data-aos-duration='1350'] {
  transition-duration: 1350ms; }

body[data-aos-delay='1350'] [data-aos], [data-aos][data-aos][data-aos-delay='1350'] {
  transition-delay: 0; }
  body[data-aos-delay='1350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1350'].aos-animate {
    transition-delay: 1350ms; }

body[data-aos-duration='1400'] [data-aos], [data-aos][data-aos][data-aos-duration='1400'] {
  transition-duration: 1400ms; }

body[data-aos-delay='1400'] [data-aos], [data-aos][data-aos][data-aos-delay='1400'] {
  transition-delay: 0; }
  body[data-aos-delay='1400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1400'].aos-animate {
    transition-delay: 1400ms; }

body[data-aos-duration='1450'] [data-aos], [data-aos][data-aos][data-aos-duration='1450'] {
  transition-duration: 1450ms; }

body[data-aos-delay='1450'] [data-aos], [data-aos][data-aos][data-aos-delay='1450'] {
  transition-delay: 0; }
  body[data-aos-delay='1450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1450'].aos-animate {
    transition-delay: 1450ms; }

body[data-aos-duration='1500'] [data-aos], [data-aos][data-aos][data-aos-duration='1500'] {
  transition-duration: 1500ms; }

body[data-aos-delay='1500'] [data-aos], [data-aos][data-aos][data-aos-delay='1500'] {
  transition-delay: 0; }
  body[data-aos-delay='1500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1500'].aos-animate {
    transition-delay: 1500ms; }

body[data-aos-duration='1550'] [data-aos], [data-aos][data-aos][data-aos-duration='1550'] {
  transition-duration: 1550ms; }

body[data-aos-delay='1550'] [data-aos], [data-aos][data-aos][data-aos-delay='1550'] {
  transition-delay: 0; }
  body[data-aos-delay='1550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1550'].aos-animate {
    transition-delay: 1550ms; }

body[data-aos-duration='1600'] [data-aos], [data-aos][data-aos][data-aos-duration='1600'] {
  transition-duration: 1600ms; }

body[data-aos-delay='1600'] [data-aos], [data-aos][data-aos][data-aos-delay='1600'] {
  transition-delay: 0; }
  body[data-aos-delay='1600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1600'].aos-animate {
    transition-delay: 1600ms; }

body[data-aos-duration='1650'] [data-aos], [data-aos][data-aos][data-aos-duration='1650'] {
  transition-duration: 1650ms; }

body[data-aos-delay='1650'] [data-aos], [data-aos][data-aos][data-aos-delay='1650'] {
  transition-delay: 0; }
  body[data-aos-delay='1650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1650'].aos-animate {
    transition-delay: 1650ms; }

body[data-aos-duration='1700'] [data-aos], [data-aos][data-aos][data-aos-duration='1700'] {
  transition-duration: 1700ms; }

body[data-aos-delay='1700'] [data-aos], [data-aos][data-aos][data-aos-delay='1700'] {
  transition-delay: 0; }
  body[data-aos-delay='1700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1700'].aos-animate {
    transition-delay: 1700ms; }

body[data-aos-duration='1750'] [data-aos], [data-aos][data-aos][data-aos-duration='1750'] {
  transition-duration: 1750ms; }

body[data-aos-delay='1750'] [data-aos], [data-aos][data-aos][data-aos-delay='1750'] {
  transition-delay: 0; }
  body[data-aos-delay='1750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1750'].aos-animate {
    transition-delay: 1750ms; }

body[data-aos-duration='1800'] [data-aos], [data-aos][data-aos][data-aos-duration='1800'] {
  transition-duration: 1800ms; }

body[data-aos-delay='1800'] [data-aos], [data-aos][data-aos][data-aos-delay='1800'] {
  transition-delay: 0; }
  body[data-aos-delay='1800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1800'].aos-animate {
    transition-delay: 1800ms; }

body[data-aos-duration='1850'] [data-aos], [data-aos][data-aos][data-aos-duration='1850'] {
  transition-duration: 1850ms; }

body[data-aos-delay='1850'] [data-aos], [data-aos][data-aos][data-aos-delay='1850'] {
  transition-delay: 0; }
  body[data-aos-delay='1850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1850'].aos-animate {
    transition-delay: 1850ms; }

body[data-aos-duration='1900'] [data-aos], [data-aos][data-aos][data-aos-duration='1900'] {
  transition-duration: 1900ms; }

body[data-aos-delay='1900'] [data-aos], [data-aos][data-aos][data-aos-delay='1900'] {
  transition-delay: 0; }
  body[data-aos-delay='1900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1900'].aos-animate {
    transition-delay: 1900ms; }

body[data-aos-duration='1950'] [data-aos], [data-aos][data-aos][data-aos-duration='1950'] {
  transition-duration: 1950ms; }

body[data-aos-delay='1950'] [data-aos], [data-aos][data-aos][data-aos-delay='1950'] {
  transition-delay: 0; }
  body[data-aos-delay='1950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1950'].aos-animate {
    transition-delay: 1950ms; }

body[data-aos-duration='2000'] [data-aos], [data-aos][data-aos][data-aos-duration='2000'] {
  transition-duration: 2000ms; }

body[data-aos-delay='2000'] [data-aos], [data-aos][data-aos][data-aos-delay='2000'] {
  transition-delay: 0; }
  body[data-aos-delay='2000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2000'].aos-animate {
    transition-delay: 2000ms; }

body[data-aos-duration='2050'] [data-aos], [data-aos][data-aos][data-aos-duration='2050'] {
  transition-duration: 2050ms; }

body[data-aos-delay='2050'] [data-aos], [data-aos][data-aos][data-aos-delay='2050'] {
  transition-delay: 0; }
  body[data-aos-delay='2050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2050'].aos-animate {
    transition-delay: 2050ms; }

body[data-aos-duration='2100'] [data-aos], [data-aos][data-aos][data-aos-duration='2100'] {
  transition-duration: 2100ms; }

body[data-aos-delay='2100'] [data-aos], [data-aos][data-aos][data-aos-delay='2100'] {
  transition-delay: 0; }
  body[data-aos-delay='2100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2100'].aos-animate {
    transition-delay: 2100ms; }

body[data-aos-duration='2150'] [data-aos], [data-aos][data-aos][data-aos-duration='2150'] {
  transition-duration: 2150ms; }

body[data-aos-delay='2150'] [data-aos], [data-aos][data-aos][data-aos-delay='2150'] {
  transition-delay: 0; }
  body[data-aos-delay='2150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2150'].aos-animate {
    transition-delay: 2150ms; }

body[data-aos-duration='2200'] [data-aos], [data-aos][data-aos][data-aos-duration='2200'] {
  transition-duration: 2200ms; }

body[data-aos-delay='2200'] [data-aos], [data-aos][data-aos][data-aos-delay='2200'] {
  transition-delay: 0; }
  body[data-aos-delay='2200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2200'].aos-animate {
    transition-delay: 2200ms; }

body[data-aos-duration='2250'] [data-aos], [data-aos][data-aos][data-aos-duration='2250'] {
  transition-duration: 2250ms; }

body[data-aos-delay='2250'] [data-aos], [data-aos][data-aos][data-aos-delay='2250'] {
  transition-delay: 0; }
  body[data-aos-delay='2250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2250'].aos-animate {
    transition-delay: 2250ms; }

body[data-aos-duration='2300'] [data-aos], [data-aos][data-aos][data-aos-duration='2300'] {
  transition-duration: 2300ms; }

body[data-aos-delay='2300'] [data-aos], [data-aos][data-aos][data-aos-delay='2300'] {
  transition-delay: 0; }
  body[data-aos-delay='2300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2300'].aos-animate {
    transition-delay: 2300ms; }

body[data-aos-duration='2350'] [data-aos], [data-aos][data-aos][data-aos-duration='2350'] {
  transition-duration: 2350ms; }

body[data-aos-delay='2350'] [data-aos], [data-aos][data-aos][data-aos-delay='2350'] {
  transition-delay: 0; }
  body[data-aos-delay='2350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2350'].aos-animate {
    transition-delay: 2350ms; }

body[data-aos-duration='2400'] [data-aos], [data-aos][data-aos][data-aos-duration='2400'] {
  transition-duration: 2400ms; }

body[data-aos-delay='2400'] [data-aos], [data-aos][data-aos][data-aos-delay='2400'] {
  transition-delay: 0; }
  body[data-aos-delay='2400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2400'].aos-animate {
    transition-delay: 2400ms; }

body[data-aos-duration='2450'] [data-aos], [data-aos][data-aos][data-aos-duration='2450'] {
  transition-duration: 2450ms; }

body[data-aos-delay='2450'] [data-aos], [data-aos][data-aos][data-aos-delay='2450'] {
  transition-delay: 0; }
  body[data-aos-delay='2450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2450'].aos-animate {
    transition-delay: 2450ms; }

body[data-aos-duration='2500'] [data-aos], [data-aos][data-aos][data-aos-duration='2500'] {
  transition-duration: 2500ms; }

body[data-aos-delay='2500'] [data-aos], [data-aos][data-aos][data-aos-delay='2500'] {
  transition-delay: 0; }
  body[data-aos-delay='2500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2500'].aos-animate {
    transition-delay: 2500ms; }

body[data-aos-duration='2550'] [data-aos], [data-aos][data-aos][data-aos-duration='2550'] {
  transition-duration: 2550ms; }

body[data-aos-delay='2550'] [data-aos], [data-aos][data-aos][data-aos-delay='2550'] {
  transition-delay: 0; }
  body[data-aos-delay='2550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2550'].aos-animate {
    transition-delay: 2550ms; }

body[data-aos-duration='2600'] [data-aos], [data-aos][data-aos][data-aos-duration='2600'] {
  transition-duration: 2600ms; }

body[data-aos-delay='2600'] [data-aos], [data-aos][data-aos][data-aos-delay='2600'] {
  transition-delay: 0; }
  body[data-aos-delay='2600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2600'].aos-animate {
    transition-delay: 2600ms; }

body[data-aos-duration='2650'] [data-aos], [data-aos][data-aos][data-aos-duration='2650'] {
  transition-duration: 2650ms; }

body[data-aos-delay='2650'] [data-aos], [data-aos][data-aos][data-aos-delay='2650'] {
  transition-delay: 0; }
  body[data-aos-delay='2650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2650'].aos-animate {
    transition-delay: 2650ms; }

body[data-aos-duration='2700'] [data-aos], [data-aos][data-aos][data-aos-duration='2700'] {
  transition-duration: 2700ms; }

body[data-aos-delay='2700'] [data-aos], [data-aos][data-aos][data-aos-delay='2700'] {
  transition-delay: 0; }
  body[data-aos-delay='2700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2700'].aos-animate {
    transition-delay: 2700ms; }

body[data-aos-duration='2750'] [data-aos], [data-aos][data-aos][data-aos-duration='2750'] {
  transition-duration: 2750ms; }

body[data-aos-delay='2750'] [data-aos], [data-aos][data-aos][data-aos-delay='2750'] {
  transition-delay: 0; }
  body[data-aos-delay='2750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2750'].aos-animate {
    transition-delay: 2750ms; }

body[data-aos-duration='2800'] [data-aos], [data-aos][data-aos][data-aos-duration='2800'] {
  transition-duration: 2800ms; }

body[data-aos-delay='2800'] [data-aos], [data-aos][data-aos][data-aos-delay='2800'] {
  transition-delay: 0; }
  body[data-aos-delay='2800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2800'].aos-animate {
    transition-delay: 2800ms; }

body[data-aos-duration='2850'] [data-aos], [data-aos][data-aos][data-aos-duration='2850'] {
  transition-duration: 2850ms; }

body[data-aos-delay='2850'] [data-aos], [data-aos][data-aos][data-aos-delay='2850'] {
  transition-delay: 0; }
  body[data-aos-delay='2850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2850'].aos-animate {
    transition-delay: 2850ms; }

body[data-aos-duration='2900'] [data-aos], [data-aos][data-aos][data-aos-duration='2900'] {
  transition-duration: 2900ms; }

body[data-aos-delay='2900'] [data-aos], [data-aos][data-aos][data-aos-delay='2900'] {
  transition-delay: 0; }
  body[data-aos-delay='2900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2900'].aos-animate {
    transition-delay: 2900ms; }

body[data-aos-duration='2950'] [data-aos], [data-aos][data-aos][data-aos-duration='2950'] {
  transition-duration: 2950ms; }

body[data-aos-delay='2950'] [data-aos], [data-aos][data-aos][data-aos-delay='2950'] {
  transition-delay: 0; }
  body[data-aos-delay='2950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2950'].aos-animate {
    transition-delay: 2950ms; }

body[data-aos-duration='3000'] [data-aos], [data-aos][data-aos][data-aos-duration='3000'] {
  transition-duration: 3000ms; }

body[data-aos-delay='3000'] [data-aos], [data-aos][data-aos][data-aos-delay='3000'] {
  transition-delay: 0; }
  body[data-aos-delay='3000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='3000'].aos-animate {
    transition-delay: 3000ms; }

body[data-aos-easing="linear"] [data-aos], [data-aos][data-aos][data-aos-easing="linear"] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

body[data-aos-easing="ease"] [data-aos], [data-aos][data-aos][data-aos-easing="ease"] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }

body[data-aos-easing="ease-in"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in"] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1); }

body[data-aos-easing="ease-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out"] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1); }

body[data-aos-easing="ease-in-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out"] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1); }

body[data-aos-easing="ease-in-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-back"] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

body[data-aos-easing="ease-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-back"] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

body[data-aos-easing="ease-in-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-back"] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

body[data-aos-easing="ease-in-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-sine"] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

body[data-aos-easing="ease-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-sine"] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

body[data-aos-easing="ease-in-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-sine"] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

body[data-aos-easing="ease-in-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quad"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quad"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quad"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

body[data-aos-easing="ease-in-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-cubic"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-cubic"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-cubic"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

body[data-aos-easing="ease-in-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quart"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quart"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quart"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^='fade'][data-aos^='fade'] {
  opacity: 0;
  transition-property: opacity, transform; }
  [data-aos^='fade'][data-aos^='fade'].aos-animate {
    opacity: 1;
    transform: translate(0, 0); }

[data-aos='fade-up'] {
  transform: translate(0, 100px); }

[data-aos='fade-down'] {
  transform: translate(0, -100px); }

[data-aos='fade-right'] {
  transform: translate(-100px, 0); }

[data-aos='fade-left'] {
  transform: translate(100px, 0); }

[data-aos='fade-up-right'] {
  transform: translate(-100px, 100px); }

[data-aos='fade-up-left'] {
  transform: translate(100px, 100px); }

[data-aos='fade-down-right'] {
  transform: translate(-100px, -100px); }

[data-aos='fade-down-left'] {
  transform: translate(100px, -100px); }

/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */
[data-aos^='zoom'][data-aos^='zoom'] {
  opacity: 0;
  transition-property: opacity, transform; }
  [data-aos^='zoom'][data-aos^='zoom'].aos-animate {
    opacity: 1;
    transform: translate(0, 0) scale(1); }

[data-aos='zoom-in'] {
  transform: scale(0.6); }

[data-aos='zoom-in-up'] {
  transform: translate(0, 100px) scale(0.6); }

[data-aos='zoom-in-down'] {
  transform: translate(0, -100px) scale(0.6); }

[data-aos='zoom-in-right'] {
  transform: translate(-100px, 0) scale(0.6); }

[data-aos='zoom-in-left'] {
  transform: translate(100px, 0) scale(0.6); }

[data-aos='zoom-out'] {
  transform: scale(1.2); }

[data-aos='zoom-out-up'] {
  transform: translate(0, 100px) scale(1.2); }

[data-aos='zoom-out-down'] {
  transform: translate(0, -100px) scale(1.2); }

[data-aos='zoom-out-right'] {
  transform: translate(-100px, 0) scale(1.2); }

[data-aos='zoom-out-left'] {
  transform: translate(100px, 0) scale(1.2); }

/**
 * Slide animations
 */
[data-aos^='slide'][data-aos^='slide'] {
  transition-property: transform; }
  [data-aos^='slide'][data-aos^='slide'].aos-animate {
    transform: translate(0, 0); }

[data-aos='slide-up'] {
  transform: translateY(100%); }

[data-aos='slide-down'] {
  transform: translateY(-100%); }

[data-aos='slide-right'] {
  transform: translateX(-100%); }

[data-aos='slide-left'] {
  transform: translateX(100%); }

/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */
[data-aos^='flip'][data-aos^='flip'] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: transform; }

[data-aos='flip-left'] {
  transform: perspective(2500px) rotateY(-100deg); }
  [data-aos='flip-left'].aos-animate {
    transform: perspective(2500px) rotateY(0); }

[data-aos='flip-right'] {
  transform: perspective(2500px) rotateY(100deg); }
  [data-aos='flip-right'].aos-animate {
    transform: perspective(2500px) rotateY(0); }

[data-aos='flip-up'] {
  transform: perspective(2500px) rotateX(-100deg); }
  [data-aos='flip-up'].aos-animate {
    transform: perspective(2500px) rotateX(0); }

[data-aos='flip-down'] {
  transform: perspective(2500px) rotateX(100deg); }
  [data-aos='flip-down'].aos-animate {
    transform: perspective(2500px) rotateX(0); }

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.4.0 (09/04/2017)
 */
/**
 * 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.eot?55356177");
  src: url("../fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../fonts/lightcase.woff?55356177") format("woff"), url("../fonts/lightcase.ttf?55356177") format("truetype"), url("../fonts/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
 */

@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: -1) {
  /* 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: 0) {
  /* 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: 0) {
  /* 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: -1) {
  /* 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: -1) {
  /* 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: -1) {
  /* 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: -1) and (min-width: 0) {
  /* 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: -1) {
  /* 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: 0) {
  /* 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: -1) {
  /* 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: 0) {
  /* 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: -1) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 30px 0; } }

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

/* line 4, ../scss/components/modules/_global.scss */
.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: -1) {
  /* 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: -1) {
  /* 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%;
  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: 0) {
  /* 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: -1) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'] {
    bottom: 15px;
    font-size: 24px; } }

@media screen and (min-width: 0) {
  /* 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: -1) {
  /* line 1, ../scss/components/modules/_overlay.scss */
  #lightcase-overlay {
    opacity: 1 !important; } }

.r-tabs .r-tabs-nav {
  margin: 0;
  padding: 0; }

.r-tabs .r-tabs-tab {
  display: inline-block;
  margin: 0;
  list-style: none; }

.r-tabs .r-tabs-panel {
  padding: 15px;
  display: none; }

.r-tabs .r-tabs-accordion-title {
  display: none; }

.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block; }

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
  .r-tabs .r-tabs-nav {
    display: none; }
  .r-tabs .r-tabs-accordion-title {
    display: block; } }

.btn,
.btn--default,
.btn--primary {
  background: none;
  background-color: transparent;
  border: none;
  padding: 0;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
  font-family: 'Overpass', "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 0;
  padding: 12px 50px;
  line-height: 1.4;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.6s, color 0.6s, border-color 0.6s;
  background-color: #4fc9a8;
  display: inline-block;
  text-align: center; }
  .btn, .btn:focus, .btn:active, .btn:visited, .btn:hover,
  .btn--default,
  .btn--default:focus,
  .btn--default:active,
  .btn--default:visited,
  .btn--default:hover,
  .btn--primary,
  .btn--primary:focus,
  .btn--primary:active,
  .btn--primary:visited,
  .btn--primary:hover {
    color: #fff;
    text-decoration: none; }
  .btn:hover, .btn:active,
  .btn--default:hover,
  .btn--default:active,
  .btn--primary:hover,
  .btn--primary:active {
    background-color: #3cc39e; }
  .btn:focus,
  .btn--default:focus,
  .btn--primary:focus {
    outline: none; }
  .btn .icon,
  .btn .ico,
  .btn .sprite,
  .btn .icon,
  .btn .ginput_card_security_code_icon,
  .btn
  .gform_card_icon,
  .btn--default .icon,
  .btn--default .ico,
  .btn--default .sprite,
  .btn--default .icon,
  .btn--default .ginput_card_security_code_icon,
  .btn--default
  .gform_card_icon,
  .btn--primary .icon,
  .btn--primary .ico,
  .btn--primary .sprite,
  .btn--primary .icon,
  .btn--primary .ginput_card_security_code_icon,
  .btn--primary
  .gform_card_icon {
    top: -2px; }
  .btn .ico + span:not(.visuallyhidden),
  .btn--default .ico + span:not(.visuallyhidden),
  .btn--primary .ico + span:not(.visuallyhidden) {
    display: inline-block;
    margin-left: 6px; }
  .btn span:not(.visuallyhidden) + .ico,
  .btn--default span:not(.visuallyhidden) + .ico,
  .btn--primary span:not(.visuallyhidden) + .ico {
    display: inline-block;
    margin-left: 6px; }
  .btn .ico,
  .btn .fa,
  .btn--default .ico,
  .btn--default .fa,
  .btn--primary .ico,
  .btn--primary .fa {
    color: #fff;
    position: relative;
    top: 2px; }

.btn--outline,
.btn--outline-default,
.btn--outline-primary {
  background-color: transparent;
  border: 2px solid #4fc9a8; }
  .btn--outline, .btn--outline:focus, .btn--outline:visited,
  .btn--outline-default,
  .btn--outline-default:focus,
  .btn--outline-default:visited,
  .btn--outline-primary,
  .btn--outline-primary:focus,
  .btn--outline-primary:visited {
    color: #4fc9a8; }
  .btn--outline:hover, .btn--outline:active,
  .btn--outline-default:hover,
  .btn--outline-default:active,
  .btn--outline-primary:hover,
  .btn--outline-primary:active {
    background-color: transparent;
    border-color: #3cc39e;
    color: #3cc39e; }
  .btn--outline .ico,
  .btn--outline .fa,
  .btn--outline-default .ico,
  .btn--outline-default .fa,
  .btn--outline-primary .ico,
  .btn--outline-primary .fa {
    color: #4fc9a8; }

.btn--secondary {
  background-color: #8A9DAB; }
  .btn--secondary, .btn--secondary:focus, .btn--secondary:active, .btn--secondary:visited, .btn--secondary:hover {
    color: #fff; }
  .btn--secondary:hover, .btn--secondary:active {
    background-color: #7b91a0; }
  .btn--secondary .ico,
  .btn--secondary .fa {
    color: #fff; }

.btn--outline-secondary {
  background-color: transparent;
  border: 2px solid #8A9DAB; }
  .btn--outline-secondary, .btn--outline-secondary:focus, .btn--outline-secondary:visited {
    color: #8A9DAB; }
  .btn--outline-secondary:hover, .btn--outline-secondary:active {
    background-color: transparent;
    border-color: #7b91a0;
    color: #7b91a0; }
  .btn--outline-secondary .ico,
  .btn--outline-secondary .fa {
    color: #8A9DAB; }

.btn--tertiary {
  background-color: #9B9B9B; }
  .btn--tertiary, .btn--tertiary:focus, .btn--tertiary:active, .btn--tertiary:visited, .btn--tertiary:hover {
    color: #fff; }
  .btn--tertiary:hover, .btn--tertiary:active {
    background-color: #8e8e8e; }
  .btn--tertiary .ico,
  .btn--tertiary .fa {
    color: #fff; }

.btn--outline-tertiary {
  background-color: transparent;
  border: 2px solid #9B9B9B; }
  .btn--outline-tertiary, .btn--outline-tertiary:focus, .btn--outline-tertiary:visited {
    color: #9B9B9B; }
  .btn--outline-tertiary:hover, .btn--outline-tertiary:active {
    background-color: transparent;
    border-color: #8e8e8e;
    color: #8e8e8e; }
  .btn--outline-tertiary .ico,
  .btn--outline-tertiary .fa {
    color: #9B9B9B; }

.btn--quarternary {
  background-color: #525252; }
  .btn--quarternary, .btn--quarternary:focus, .btn--quarternary:active, .btn--quarternary:visited, .btn--quarternary:hover {
    color: #fff; }
  .btn--quarternary:hover, .btn--quarternary:active {
    background-color: #454545; }
  .btn--quarternary .ico,
  .btn--quarternary .fa {
    color: #fff; }

.btn--outline-quarternary {
  background-color: transparent;
  border: 2px solid #525252; }
  .btn--outline-quarternary, .btn--outline-quarternary:focus, .btn--outline-quarternary:visited {
    color: #525252; }
  .btn--outline-quarternary:hover, .btn--outline-quarternary:active {
    background-color: transparent;
    border-color: #454545;
    color: #454545; }
  .btn--outline-quarternary .ico,
  .btn--outline-quarternary .fa {
    color: #525252; }

.btn--grey-primary {
  background: none;
  background-color: transparent;
  border: none;
  padding: 0;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
  font-family: 'Overpass', "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 0;
  padding: 12px 50px;
  line-height: 1.4;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.6s, color 0.6s, border-color 0.6s;
  background-color: #525252;
  display: inline-block;
  text-align: center; }
  .btn--grey-primary, .btn--grey-primary:focus, .btn--grey-primary:active, .btn--grey-primary:visited, .btn--grey-primary:hover {
    color: #fff;
    text-decoration: none; }
  .btn--grey-primary:hover, .btn--grey-primary:active {
    background-color: #454545; }
  .btn--grey-primary:focus {
    outline: none; }
  .btn--grey-primary .icon,
  .btn--grey-primary .ico,
  .btn--grey-primary .sprite,
  .btn--grey-primary .icon,
  .btn--grey-primary .ginput_card_security_code_icon,
  .btn--grey-primary
  .gform_card_icon {
    top: -2px; }
  .btn--grey-primary .ico + span:not(.visuallyhidden) {
    display: inline-block;
    margin-left: 6px; }
  .btn--grey-primary span:not(.visuallyhidden) + .ico {
    display: inline-block;
    margin-left: 6px; }
  .btn--grey-primary .ico,
  .btn--grey-primary .fa {
    color: #fff;
    position: relative;
    top: 2px; }

.btn--outline-grey-primary {
  background-color: transparent;
  border: 2px solid #525252; }
  .btn--outline-grey-primary, .btn--outline-grey-primary:focus, .btn--outline-grey-primary:visited {
    color: #525252; }
  .btn--outline-grey-primary:hover, .btn--outline-grey-primary:active {
    background-color: transparent;
    border-color: #454545;
    color: #454545; }
  .btn--outline-grey-primary .ico,
  .btn--outline-grey-primary .fa {
    color: #525252; }

.btn--grey-secondary {
  background: none;
  background-color: transparent;
  border: none;
  padding: 0;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
  font-family: 'Overpass', "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 0;
  padding: 12px 50px;
  line-height: 1.4;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.6s, color 0.6s, border-color 0.6s;
  background-color: #9B9B9B;
  display: inline-block;
  text-align: center; }
  .btn--grey-secondary, .btn--grey-secondary:focus, .btn--grey-secondary:active, .btn--grey-secondary:visited, .btn--grey-secondary:hover {
    color: #fff;
    text-decoration: none; }
  .btn--grey-secondary:hover, .btn--grey-secondary:active {
    background-color: #8e8e8e; }
  .btn--grey-secondary:focus {
    outline: none; }
  .btn--grey-secondary .icon,
  .btn--grey-secondary .ico,
  .btn--grey-secondary .sprite,
  .btn--grey-secondary .icon,
  .btn--grey-secondary .ginput_card_security_code_icon,
  .btn--grey-secondary
  .gform_card_icon {
    top: -2px; }
  .btn--grey-secondary .ico + span:not(.visuallyhidden) {
    display: inline-block;
    margin-left: 6px; }
  .btn--grey-secondary span:not(.visuallyhidden) + .ico {
    display: inline-block;
    margin-left: 6px; }
  .btn--grey-secondary .ico,
  .btn--grey-secondary .fa {
    color: #fff;
    position: relative;
    top: 2px; }

.btn--outline-grey-secondary {
  background-color: transparent;
  border: 2px solid #9B9B9B; }
  .btn--outline-grey-secondary, .btn--outline-grey-secondary:focus, .btn--outline-grey-secondary:visited {
    color: #9B9B9B; }
  .btn--outline-grey-secondary:hover, .btn--outline-grey-secondary:active {
    background-color: transparent;
    border-color: #8e8e8e;
    color: #8e8e8e; }
  .btn--outline-grey-secondary .ico,
  .btn--outline-grey-secondary .fa {
    color: #9B9B9B; }

.btn--grey-tertiary {
  background: none;
  background-color: transparent;
  border: none;
  padding: 0;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
  font-family: 'Overpass', "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 0;
  padding: 12px 50px;
  line-height: 1.4;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.6s, color 0.6s, border-color 0.6s;
  background-color: #8A9DAB;
  display: inline-block;
  text-align: center; }
  .btn--grey-tertiary, .btn--grey-tertiary:focus, .btn--grey-tertiary:active, .btn--grey-tertiary:visited, .btn--grey-tertiary:hover {
    color: #fff;
    text-decoration: none; }
  .btn--grey-tertiary:hover, .btn--grey-tertiary:active {
    background-color: #7b91a0; }
  .btn--grey-tertiary:focus {
    outline: none; }
  .btn--grey-tertiary .icon,
  .btn--grey-tertiary .ico,
  .btn--grey-tertiary .sprite,
  .btn--grey-tertiary .icon,
  .btn--grey-tertiary .ginput_card_security_code_icon,
  .btn--grey-tertiary
  .gform_card_icon {
    top: -2px; }
  .btn--grey-tertiary .ico + span:not(.visuallyhidden) {
    display: inline-block;
    margin-left: 6px; }
  .btn--grey-tertiary span:not(.visuallyhidden) + .ico {
    display: inline-block;
    margin-left: 6px; }
  .btn--grey-tertiary .ico,
  .btn--grey-tertiary .fa {
    color: #fff;
    position: relative;
    top: 2px; }

.btn--outline-grey-tertiary {
  background-color: transparent;
  border: 2px solid #8A9DAB; }
  .btn--outline-grey-tertiary, .btn--outline-grey-tertiary:focus, .btn--outline-grey-tertiary:visited {
    color: #8A9DAB; }
  .btn--outline-grey-tertiary:hover, .btn--outline-grey-tertiary:active {
    background-color: transparent;
    border-color: #7b91a0;
    color: #7b91a0; }
  .btn--outline-grey-tertiary .ico,
  .btn--outline-grey-tertiary .fa {
    color: #8A9DAB; }

.btn--grey-quarternary {
  background: none;
  background-color: transparent;
  border: none;
  padding: 0;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
  font-family: 'Overpass', "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 0;
  padding: 12px 50px;
  line-height: 1.4;
  font-size: 16px;
  color: #525252;
  text-decoration: none;
  transition: background-color 0.6s, color 0.6s, border-color 0.6s;
  background-color: #D8D8D8;
  display: inline-block;
  text-align: center; }
  .btn--grey-quarternary, .btn--grey-quarternary:focus, .btn--grey-quarternary:active, .btn--grey-quarternary:visited, .btn--grey-quarternary:hover {
    color: #525252;
    text-decoration: none; }
  .btn--grey-quarternary:hover, .btn--grey-quarternary:active {
    background-color: #cbcbcb; }
  .btn--grey-quarternary:focus {
    outline: none; }
  .btn--grey-quarternary .icon,
  .btn--grey-quarternary .ico,
  .btn--grey-quarternary .sprite,
  .btn--grey-quarternary .icon,
  .btn--grey-quarternary .ginput_card_security_code_icon,
  .btn--grey-quarternary
  .gform_card_icon {
    top: -2px; }
  .btn--grey-quarternary .ico + span:not(.visuallyhidden) {
    display: inline-block;
    margin-left: 6px; }
  .btn--grey-quarternary span:not(.visuallyhidden) + .ico {
    display: inline-block;
    margin-left: 6px; }
  .btn--grey-quarternary .ico,
  .btn--grey-quarternary .fa {
    color: #525252;
    position: relative;
    top: 2px; }

.btn--outline-grey-quarternary {
  background-color: transparent;
  border: 2px solid #D8D8D8; }
  .btn--outline-grey-quarternary, .btn--outline-grey-quarternary:focus, .btn--outline-grey-quarternary:visited {
    color: #D8D8D8; }
  .btn--outline-grey-quarternary:hover, .btn--outline-grey-quarternary:active {
    background-color: transparent;
    border-color: #cbcbcb;
    color: #cbcbcb; }
  .btn--outline-grey-quarternary .ico,
  .btn--outline-grey-quarternary .fa {
    color: #D8D8D8; }

.btn--grey-quinary {
  background: none;
  background-color: transparent;
  border: none;
  padding: 0;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
  font-family: 'Overpass', "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 0;
  padding: 12px 50px;
  line-height: 1.4;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.6s, color 0.6s, border-color 0.6s;
  background-color: #363636;
  display: inline-block;
  text-align: center; }
  .btn--grey-quinary, .btn--grey-quinary:focus, .btn--grey-quinary:active, .btn--grey-quinary:visited, .btn--grey-quinary:hover {
    color: #fff;
    text-decoration: none; }
  .btn--grey-quinary:hover, .btn--grey-quinary:active {
    background-color: #292929; }
  .btn--grey-quinary:focus {
    outline: none; }
  .btn--grey-quinary .icon,
  .btn--grey-quinary .ico,
  .btn--grey-quinary .sprite,
  .btn--grey-quinary .icon,
  .btn--grey-quinary .ginput_card_security_code_icon,
  .btn--grey-quinary
  .gform_card_icon {
    top: -2px; }
  .btn--grey-quinary .ico + span:not(.visuallyhidden) {
    display: inline-block;
    margin-left: 6px; }
  .btn--grey-quinary span:not(.visuallyhidden) + .ico {
    display: inline-block;
    margin-left: 6px; }
  .btn--grey-quinary .ico,
  .btn--grey-quinary .fa {
    color: #fff;
    position: relative;
    top: 2px; }

.btn--outline-grey-quinary {
  background-color: transparent;
  border: 2px solid #363636; }
  .btn--outline-grey-quinary, .btn--outline-grey-quinary:focus, .btn--outline-grey-quinary:visited {
    color: #363636; }
  .btn--outline-grey-quinary:hover, .btn--outline-grey-quinary:active {
    background-color: transparent;
    border-color: #292929;
    color: #292929; }
  .btn--outline-grey-quinary .ico,
  .btn--outline-grey-quinary .fa {
    color: #363636; }

.btn--brand {
  background-color: #4fc9a8; }
  .btn--brand, .btn--brand:focus, .btn--brand:active, .btn--brand:visited, .btn--brand:hover {
    color: #fff; }
  .btn--brand:hover, .btn--brand:active {
    background-color: #3cc39e; }
  .btn--brand .ico,
  .btn--brand .fa {
    color: #fff; }

.btn--outline-brand {
  background-color: transparent;
  border: 2px solid #4fc9a8; }
  .btn--outline-brand, .btn--outline-brand:focus, .btn--outline-brand:visited {
    color: #4fc9a8; }
  .btn--outline-brand:hover, .btn--outline-brand:active {
    background-color: transparent;
    border-color: #3cc39e;
    color: #3cc39e; }
  .btn--outline-brand .ico,
  .btn--outline-brand .fa {
    color: #4fc9a8; }

.btn--facebook {
  background-color: #3A5897; }
  .btn--facebook, .btn--facebook:focus, .btn--facebook:active, .btn--facebook:visited, .btn--facebook:hover {
    color: #fff; }
  .btn--facebook:hover, .btn--facebook:active {
    background-color: #334d85; }
  .btn--facebook .ico,
  .btn--facebook .fa {
    color: #fff; }

.btn--outline-facebook {
  background-color: transparent;
  border: 2px solid #3A5897; }
  .btn--outline-facebook, .btn--outline-facebook:focus, .btn--outline-facebook:visited {
    color: #3A5897; }
  .btn--outline-facebook:hover, .btn--outline-facebook:active {
    background-color: transparent;
    border-color: #334d85;
    color: #334d85; }
  .btn--outline-facebook .ico,
  .btn--outline-facebook .fa {
    color: #3A5897; }

.btn--base {
  background: none;
  background-color: transparent;
  border: none;
  padding: 0;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0; }

.btn--close,
.btn--zoom,
.btn--scroll,
.btn--menu {
  background: none;
  background-color: transparent;
  border: none;
  padding: 0;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0; }

.btn--zoom {
  background-color: #fff;
  color: #1a1a1a;
  width: 64px;
  height: 64px;
  overflow: hidden;
  position: relative; }
  .btn--zoom .ico {
    color: #1a1a1a;
    position: absolute;
    font-size: 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: color 0.6s; }
  .btn--zoom:hover .ico, .btn--zoom:focus .ico {
    color: #fff; }

.btn--scroll {
  background-color: transparent;
  color: #fff;
  width: 56px;
  height: 56px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #fff;
  position: relative; }
  .btn--scroll .ico {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: color 0.6s; }
  .btn--scroll:hover, .btn--scroll:focus {
    background-color: #fff; }
    .btn--scroll:hover .ico, .btn--scroll:focus .ico {
      color: #4fc9a8; }

.btn--min {
  padding-left: 15px;
  padding-right: 15px; }

.btn--large {
  padding: 25px 90px;
  font-size: 18px; }

@media only screen and (max-width: 419px) {
  .btn--large {
    padding: 12px 50px;
    font-size: 16px; } }

.loader, .loader .spinner {
  margin: 0;
  font-size: 1em;
  position: relative;
  text-indent: -9999em;
  border: 3px solid rgba(79, 201, 168, 0.2);
  border-left-color: #4fc9a8;
  animation: load8 0.4s infinite linear; }

.loader, .loader .spinner,
.loader:after,
.loader .spinner:after {
  border-radius: 50%;
  width: 3em;
  height: 3em; }

.loader, .loader .spinner {
  min-height: 3em;
  min-width: 3em;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  overflow: hidden;
  margin: -1.5em 0 0 -1.5em; }
  .loader .spinner {
    display: block;
    left: 50%;
    top: 50%;
    position: absolute;
    margin: -1.5em 0 0 -1.5em; }

#main_preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999; }

@keyframes load8 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.overlay {
  pointer-events: none;
  opacity: 0;
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 1.2s;
  background-color: rgba(26, 26, 26, 0.7); }
  .overlay .icon--close::before, .overlay .icon--close::after {
    background-color: #525252 !important; }
  .overlay.open {
    pointer-events: all;
    opacity: 1;
    z-index: 9999; }

.overlay__inner > .wrap {
  padding-top: 20px;
  padding-bottom: 30px; }

.overlay__close {
  position: absolute;
  right: 10px;
  top: 25px;
  z-index: 9999; }

/*
@media screen and (max-width: $site-width) {
	.overlay__close {
		top: $base-spacing-unit*2;
		right: $base-spacing-unit*1.5;
	}
}
*/
@media only screen and (max-width: 419px) {
  .overlay__inner > .wrap {
    padding-top: 20px;
    padding-bottom: 20px; } }

.menubar {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 83px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 998;
  transition: transform 0.6s, background-color 0.6s;
  padding: 32px 0 0 32px; }

.menubar__btn {
  background: none;
  background-color: transparent;
  border: none;
  padding: 0;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
  color: #fff; }

body.menu-open .menubar {
  transform: translateX(-110%) translateY(0); }

@media only screen and (max-width: 768px) {
  .menubar {
    width: 100%;
    height: 67px;
    padding: 22px 0 0 30px;
    bottom: auto;
    background-image: url(../images/logo.svg);
    background-repeat: no-repeat;
    background-position: 80px 29px;
    background-color: rgba(0, 0, 0, 0.9); }
  body.menu-open .menubar {
    transform: translateX(0) translateY(-110%); }
  body.scrolled .menubar {
    background-color: black; } }

.menu-panel {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 998;
  background-color: rgba(26, 26, 26, 0);
  pointer-events: none;
  transition: background-color 0.4s; }
  .menu-panel .logo {
    margin-bottom: 40px; }
  .menu-panel.menu-panel--no-header .menu-panel__header, .menu-panel.menu-panel--mini .menu-panel__header {
    height: 0; }
  .menu-panel.menu-panel--no-header .menu-panel__close-btn, .menu-panel.menu-panel--mini .menu-panel__close-btn {
    left: 15px;
    top: 15px; }
  .menu-panel.menu-panel--no-header .menu-panel__body, .menu-panel.menu-panel--mini .menu-panel__body {
    padding-top: 60px; }

.menu-panel__inner {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 416px;
  max-width: 100%;
  z-index: 999;
  background-color: #1a1a1a;
  box-shadow: 20px 20px 40px 0 rgba(0, 0, 0, 0.76);
  transform: translateX(-120%);
  transition: transform 0.4s;
  overflow-y: scroll; }

.menu-panel__close-btn {
  color: #fff;
  position: fixed;
  left: 34px;
  top: 34px;
  z-index: 1000; }

.menu-panel__header {
  height: 120px;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #525252;
  overflow: hidden; }

.menu-panel__body,
.menu-panel__footer {
  padding-left: 60px;
  padding-right: 60px; }

.menu-panel__body {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px; }
  .menu-panel__body .nav li:not(:last-child) {
    border-bottom: 1px solid #303030; }
  .menu-panel__body .nav a {
    text-decoration: none;
    color: #fff;
    padding: 10px 0; }
    .menu-panel__body .nav a:hover, .menu-panel__body .nav a:active {
      color: #4fc9a8; }

.menu-panel__footer {
  padding-bottom: 40px; }

.menu-panel__footer {
  font-size: 11px;
  color: #9B9B9B; }
  .menu-panel__footer .social-links {
    margin-bottom: 20px; }
    .menu-panel__footer .social-links .nav li:not(:last-child) {
      margin-bottom: 10px; }
  .menu-panel__footer .attributions a {
    color: #9B9B9B;
    text-decoration: none; }
    .menu-panel__footer .attributions a:hover, .menu-panel__footer .attributions a:active {
      color: #4fc9a8; }
  .menu-panel__footer .attributions .copyright,
  .menu-panel__footer .attributions .credit {
    display: block; }

body.menu-open .menu-panel {
  pointer-events: all;
  background-color: rgba(26, 26, 26, 0.4); }

body.menu-open .menu-panel__inner {
  transform: translateX(0); }

@media only screen and (max-width: 419px) {
  .menu-panel.menu-panel--no-header .menu-panel__body, .menu-panel.menu-panel--mini .menu-panel__body {
    padding-left: 30px;
    padding-right: 30px; } }

.home .slides {
  max-height: 827px;
  height: 100vh; }

.slides.slides--vertical .swiper-pagination {
  right: 40px; }

.slides.slides--vertical .swiper-pagination-bullet {
  opacity: 1;
  background: rgba(255, 255, 255, 0);
  border: 2px solid white;
  width: 8px;
  height: 8px;
  margin: 20px 0;
  transition: border-color 0.6s, background 0.6s;
  position: relative; }
  .slides.slides--vertical .swiper-pagination-bullet:after {
    content: "";
    width: 24px;
    height: 24px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    margin: -12px 0 0 -12px;
    border: 2px solid rgba(255, 255, 255, 0);
    transition: border-color 0.6s; }

.slides.slides--vertical .swiper-pagination-bullet-active {
  background: white;
  border-color: rgba(255, 255, 255, 0); }
  .slides.slides--vertical .swiper-pagination-bullet-active:after {
    border-color: white; }

.slides__inner,
.slide {
  height: 100%; }

.slide {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  .slide > .wrap {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-right: 40px; }
    .slide > .wrap > .grid,
    .slide > .wrap > .flex-grid {
      width: 100%; }

.slide__tag {
  color: #4fc9a8;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px; }

.slide__title {
  font-size: 40px; }

.slide__text {
  font-size: 22px;
  line-height: 1.4; }

.slide__content {
  color: #fff;
  width: 520px;
  max-width: 100%;
  padding-bottom: 40px;
  position: relative;
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.6s, transform 0.6s;
  transition-delay: 0s;
  text-shadow: 0 2px 6px rgba(26, 26, 26, 0.7); }
  .slide__content > *:last-child {
    margin-bottom: 0; }
  .slide__content:after {
    content: "";
    background-color: #4fc9a8;
    width: 0;
    height: 5px;
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: -5px;
    left: -40px;
    transition: width 0.6s;
    transition-delay: 0s; }

.slide__cta {
  text-align: right;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.6s, transform 0.6s;
  transition-delay: 0s; }

.slides .swiper-slide.swiper-slide-active .slide__content {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1s; }
  .slides .swiper-slide.swiper-slide-active .slide__content:after {
    width: 66.666%;
    transition-delay: 1s; }

.slides .swiper-slide.swiper-slide-active .slide__cta {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2s; }

@media only screen and (max-width: 1346px) {
  .slide__content:after {
    left: 0; }
  .slides .swiper-slide.swiper-slide-active .slide__content:after {
    width: 50%; } }

@media only screen and (max-width: 768px) {
  .slides.slides--vertical .swiper-pagination {
    right: 20px; } }

@media only screen and (max-width: 419px) {
  .slide__cta {
    text-align: left;
    padding-top: 40px; }
  .home .slides {
    height: 90vh; }
  .home .slide__content {
    padding-top: 80px; } }

.tiles {
  margin-right: -20px; }
  .tiles:after {
    content: "";
    display: table;
    clear: both; }

.home .section--tiles,
.post-type-archive-product .section--tiles,
.archive.tax-product_cat .section--tiles {
  z-index: 10; }
  .home .section--tiles .tiles,
  .post-type-archive-product .section--tiles .tiles,
  .archive.tax-product_cat .section--tiles .tiles {
    margin-top: -70px; }

.section--tiles .section__footer {
  padding: 40px 0;
  text-align: center;
  min-height: 40px; }

.section--tiles.busy .tiles__load-btn {
  pointer-events: none;
  opacity: 0; }

.section--tiles.busy .tiles__spinner {
  opacity: 1; }

.tiles__load-btn {
  position: relative;
  z-index: 2; }
  .tiles__load-btn .ico--plus:after {
    color: #1a1a1a; }

.tiles__spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  z-index: 1;
  pointer-events: none;
  opacity: 0; }

.tile {
  cursor: pointer;
  padding-right: 20px;
  margin-bottom: 20px; }

.tile,
.tile-sizer {
  width: 25%; }

.tile__inner {
  position: relative;
  background-color: #1a1a1a;
  color: #fff;
  float: left;
  width: 100%;
  box-shadow: 20px 20px 40px 0 rgba(0, 0, 0, 0.76);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.tile__media {
  position: relative;
  overflow: hidden;
  min-height: 194px; }

.tile__image {
  display: block;
  position: absolute;
  width: 120%;
  height: 120%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0.85);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  transition: transform 1s;
  opacity: 0.9; }

.tile__excerpt {
  color: #D8D8D8;
  font-size: 14px; }

.tile__content {
  padding: 30px 30px 80px 30px; }

.tile__tag {
  color: #4fc9a8;
  font-size: 12px;
  display: inline-block;
  text-transform: uppercase;
  transition: color 0.6s;
  margin-bottom: 8px; }

.tile__title {
  margin-bottom: 10px; }
  .tile__title a {
    color: #fff;
    text-decoration: none;
    cursor: pointer; }

.tile__title:last-child,
.tile__excerpt:last-child {
  margin-bottom: 0; }

.tile:not(.tile--featured) .tile__inner:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'andys-astropix-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 12px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #525252;
  position: absolute;
  right: 20px;
  bottom: 20px;
  line-height: 0.8;
  transition: color 0.6s; }

.tile.tile--featured {
  width: 50%; }
  .tile.tile--featured .tile__inner {
    min-height: 380px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%; }
  .tile.tile--featured .tile__content {
    padding: 30px;
    position: relative;
    width: 80%; }
  .tile.tile--featured .tile__tag {
    color: #fff;
    background-color: #4fc9a8;
    border-radius: 2px;
    padding: 4px 10px;
    transition: color 0.6s, background-color 0.6s; }
  .tile.tile--featured .tile__media {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }

.tile:hover .tile__image {
  transition-duration: 1s;
  transform: translateX(-50%) translateY(-50%) scale(1); }

.tile:hover .tile__inner:after,
.tile:hover .tile__title,
.tile:hover .tile__title > a {
  color: #4fc9a8 !important; }

@media screen and (max-width: 1180px) {
  .tile {
    width: 33.333%; }
  .tile.tile--featured {
    width: 66.666%; } }

@media only screen and (min-width: 420px) and (max-width: 768px) {
  .tile {
    width: 50%; }
  .tile.tile--featured {
    width: 100%; } }

@media only screen and (max-width: 419px) {
  .tile,
  .tile.tile--featured {
    width: 100%; }
    .tile .tile__inner,
    .tile.tile--featured .tile__inner {
      float: none; }
  .home .section--tiles .tiles,
  .post-type-archive-product .section--tiles .tiles,
  .archive.tax-product_cat .section--tiles .tiles {
    margin-top: 20px; } }

.r-tabs .r-tabs-panel {
  padding: 0 0 40px; }
  .r-tabs .r-tabs-panel:after {
    content: "";
    display: table;
    clear: both; }

.r-tabs .r-tabs-nav {
  margin-bottom: 40px; }
  .r-tabs .r-tabs-nav li {
    position: relative; }
    .r-tabs .r-tabs-nav li:after {
      content: "";
      position: absolute;
      bottom: -1px;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #4fc9a8;
      font-size: 0;
      line-height: 0;
      overflow: hidden;
      opacity: 0;
      transition: opacity 0.6s; }
    .r-tabs .r-tabs-nav li.r-tabs-state-active:after {
      opacity: 1; }

.r-tabs li.r-tabs-state-active a {
  color: #4fc9a8; }

.r-tabs .r-tabs-accordion-title {
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 20px;
  font-size: 22px; }
  .r-tabs .r-tabs-accordion-title a {
    color: #1a1a1a;
    text-decoration: none; }
  .r-tabs .r-tabs-accordion-title.r-tabs-state-active {
    border-bottom: 1px solid #4fc9a8; }
    .r-tabs .r-tabs-accordion-title.r-tabs-state-active a {
      color: #4fc9a8; }

.tabs__nav {
  display: block;
  border-bottom: 1px solid #D8D8D8; }
  .tabs__nav a {
    text-decoration: none;
    font-size: 22px;
    color: #1a1a1a;
    display: inline-block;
    margin-bottom: 20px; }
  .tabs__nav li:not(:last-child) {
    margin-right: 80px; }

.tags {
  margin-top: 40px; }
  .tags li:not(:last-child) {
    margin-right: 5px;
    margin-bottom: 7px; }
  .tags a {
    background-color: #D8D8D8;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    line-height: 1;
    border-radius: 2px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    transition: background-color 0.6s; }
    .tags a:hover {
      background-color: #4fc9a8; }

.form-fields, .gform_fields,
.gform_fields {
  padding-left: 0 !important; }
  .form-fields:after, .gform_fields:after,
  .gform_fields:after {
    content: "";
    display: table;
    clear: both; }
  .form-fields li, .gform_fields li, .form-fields > .gfield, .gform_fields > .gfield,
  .gform_fields li,
  .gform_fields > .gfield {
    margin-bottom: 20px; }

label,
.label,
.gpoll_field_label {
  font-size: 16px;
  margin-bottom: 2px; }

input {
  border-radius: 0; }

.gfield {
  clear: both; }
  .gfield img {
    width: auto;
    height: auto; }

.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 .styled-select:first-of-type {
  margin-bottom: 4px;
  display: inline-block;
  width: 50%;
  padding-right: 10px;
  float: left; }
  .ginput_left input,
  .ginput_cardinfo_left input,
  .ginput_card_expiration_container .styled-select:first-of-type input {
    width: 100%; }

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

.gfield_required {
  padding-left: 4px; }

.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; }

::-webkit-input-placeholder {
  color: #ccc; }

::-moz-placeholder {
  color: #ccc; }

:-ms-input-placeholder {
  color: #ccc; }

input:-moz-placeholder {
  color: #ccc; }

input.text-input,
textarea.text-input,
textarea,
.text-input input,
.text-input textarea,
.gform_fields textarea,
.gform_fields input[type="text"],
.gform_fields input[type="password"],
.gform_fields input[type="name"],
.gform_fields input[type="email"],
.gform_fields input[type="url"],
.gform_fields input[type="tel"],
.gform_fields input[type="color"],
.gform_fields input[type="number"] {
  display: block;
  max-width: 100%;
  width: 100%;
  background: #fff;
  border: 1px solid #9B9B9B;
  color: #525252;
  padding: 4px 10px;
  height: 50px;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.42857143;
  box-shadow: none;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  cursor: default;
  border-radius: 0;
  -webkit-appearance: none; }
  input.text-input.placeholder,
  textarea.text-input.placeholder,
  textarea.placeholder,
  .text-input input.placeholder,
  .text-input textarea.placeholder,
  .gform_fields textarea.placeholder,
  .gform_fields input[type="text"].placeholder,
  .gform_fields input[type="password"].placeholder,
  .gform_fields input[type="name"].placeholder,
  .gform_fields input[type="email"].placeholder,
  .gform_fields input[type="url"].placeholder,
  .gform_fields input[type="tel"].placeholder,
  .gform_fields input[type="color"].placeholder,
  .gform_fields input[type="number"].placeholder {
    color: #ccc; }
  input.text-input:focus,
  textarea.text-input:focus,
  textarea:focus,
  .text-input input:focus,
  .text-input textarea:focus,
  .gform_fields textarea:focus,
  .gform_fields input[type="text"]:focus,
  .gform_fields input[type="password"]:focus,
  .gform_fields input[type="name"]:focus,
  .gform_fields input[type="email"]:focus,
  .gform_fields input[type="url"]:focus,
  .gform_fields input[type="tel"]:focus,
  .gform_fields input[type="color"]:focus,
  .gform_fields input[type="number"]:focus {
    outline: none;
    border-color: #4fc9a8;
    box-shadow: none; }
  input.text-input:hover,
  textarea.text-input:hover,
  textarea:hover,
  .text-input input:hover,
  .text-input textarea:hover,
  .gform_fields textarea:hover,
  .gform_fields input[type="text"]:hover,
  .gform_fields input[type="password"]:hover,
  .gform_fields input[type="name"]:hover,
  .gform_fields input[type="email"]:hover,
  .gform_fields input[type="url"]:hover,
  .gform_fields input[type="tel"]:hover,
  .gform_fields input[type="color"]:hover,
  .gform_fields input[type="number"]:hover {
    cursor: text; }

textarea,
.gform_fields textarea,
.text-input textarea {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 100px;
  resize: vertical; }

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

.ginput_container_fileupload input[type="file"] {
  color: #ccc; }

select {
  border-radius: 0;
  -webkit-appearance: none;
  width: 100%; }
  select:focus {
    outline: none; }

select[multiple] {
  padding: 10px; }

.chzn-drop {
  color: #525252; }

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

.gfield.with-chzn .chzn-container .chzn-single {
  height: 50px;
  line-height: 50px;
  background-image: none;
  background-color: #fff;
  border-color: #9B9B9B;
  padding-left: 12px;
  font-size: 16px; }
  .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: #9B9B9B;
  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: #ba0e1d; }

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

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

.check-list,
ul.gfield_radio,
ul.gfield_checkbox,
ul.gfield_radio,
ul.gfield_checkbox {
  padding: 10px 0 0 0; }
  .check-list li,
  ul.gfield_radio li,
  ul.gfield_checkbox li, .check-list label,
  ul.gfield_radio label,
  ul.gfield_checkbox label,
  ul.gfield_radio li,
  ul.gfield_radio label,
  ul.gfield_checkbox li,
  ul.gfield_checkbox label {
    display: inline-block;
    margin: 0;
    font-size: 16px;
    vertical-align: top; }
  .check-list label,
  ul.gfield_radio label,
  ul.gfield_checkbox label,
  ul.gfield_radio label,
  ul.gfield_checkbox label {
    margin-left: 8px; }
  .check-list li,
  ul.gfield_radio li,
  ul.gfield_checkbox li,
  ul.gfield_radio li,
  ul.gfield_checkbox li {
    width: auto;
    margin-bottom: 7px;
    margin-right: 20px; }
  .check-list li:last-child,
  ul.gfield_radio li:last-child,
  ul.gfield_checkbox li:last-child,
  ul.gfield_radio li:last-child,
  ul.gfield_checkbox li:last-child {
    margin-right: 0; }
  .check-list input[type="checkbox"],
  ul.gfield_radio input[type="checkbox"],
  ul.gfield_checkbox input[type="checkbox"], .check-list input[type="radio"],
  ul.gfield_radio input[type="radio"],
  ul.gfield_checkbox input[type="radio"],
  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; }
    .check-list input[type="checkbox"][value="gf_other_choice"],
    ul.gfield_radio input[type="checkbox"][value="gf_other_choice"],
    ul.gfield_checkbox input[type="checkbox"][value="gf_other_choice"], .check-list input[type="radio"][value="gf_other_choice"],
    ul.gfield_radio input[type="radio"][value="gf_other_choice"],
    ul.gfield_checkbox input[type="radio"][value="gf_other_choice"],
    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; }
  .check-list input[value="gf_other_choice"] + input[type="text"],
  ul.gfield_radio input[value="gf_other_choice"] + input[type="text"],
  ul.gfield_checkbox input[value="gf_other_choice"] + input[type="text"],
  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: 20px; }

.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: 420px) and (max-width: 768px) {
  .check-list li,
  ul.gfield_radio li,
  ul.gfield_checkbox li,
  ul.gfield_radio li,
  ul.gfield_checkbox li {
    width: auto; } }

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

.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: 31% !important;
  margin-right: 3.333%; }
  .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: 16px;
    color: #ccc; }

.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 {
  position: relative; }
  .ginput_container.ginput_container_date input {
    padding-right: 60px; }

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

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

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

.gsection_title {
  font-family: 'Overpass', "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  /*
	padding: 13px;
	background: $brand-color;
	border-radius: 4px 4px 0 0;
	color: $white;
	margin-top: $base-spacing-unit;
	*/ }
  .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: 14px 14px 0; }

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

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

.gf_step {
  float: left;
  margin-right: 40px;
  font-size: 16px;
  line-height: 60px; }
  .gf_step a {
    color: #445e6f; }
  .gf_step.gf_step_active {
    color: #4fc9a8; }

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

.gf_progressbar_title {
  font-size: 18px;
  margin-bottom: 10px;
  color: #4fc9a8; }

.gf_progressbar {
  background: transparent;
  height: 20px;
  overflow: hidden;
  border: 1px solid #4fc9a8;
  border-radius: 0; }

.gf_progressbar_percentage {
  background: #4fc9a8;
  height: 14px;
  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: 20px 0;
  margin: 20px 0;
  text-align: center;
  position: relative; }
  .gform_page_footer:after {
    content: "";
    display: table;
    clear: both; }
  .gform_page_footer .gform_previous_button,
  .gform_page_footer .gform_next_button {
    background: none;
    background-color: transparent;
    border: none;
    padding: 0;
    text-shadow: none;
    box-shadow: none;
    border-radius: 0;
    font-family: 'Overpass', "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    font-weight: 700;
    font-style: normal;
    border-radius: 0;
    padding: 12px 50px;
    line-height: 1.4;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.6s, color 0.6s, border-color 0.6s;
    background-color: #4fc9a8;
    display: inline-block;
    text-align: center; }
    .gform_page_footer .gform_previous_button, .gform_page_footer .gform_previous_button:focus, .gform_page_footer .gform_previous_button:active, .gform_page_footer .gform_previous_button:visited, .gform_page_footer .gform_previous_button:hover,
    .gform_page_footer .gform_next_button,
    .gform_page_footer .gform_next_button:focus,
    .gform_page_footer .gform_next_button:active,
    .gform_page_footer .gform_next_button:visited,
    .gform_page_footer .gform_next_button:hover {
      color: #fff;
      text-decoration: none; }
    .gform_page_footer .gform_previous_button:hover, .gform_page_footer .gform_previous_button:active,
    .gform_page_footer .gform_next_button:hover,
    .gform_page_footer .gform_next_button:active {
      background-color: #3cc39e; }
    .gform_page_footer .gform_previous_button:focus,
    .gform_page_footer .gform_next_button:focus {
      outline: none; }
    .gform_page_footer .gform_previous_button .icon,
    .gform_page_footer .gform_previous_button .ico,
    .gform_page_footer .gform_previous_button .sprite,
    .gform_page_footer .gform_previous_button .icon,
    .gform_page_footer .gform_previous_button .ginput_card_security_code_icon,
    .gform_page_footer .gform_previous_button
    .gform_card_icon,
    .gform_page_footer .gform_next_button .icon,
    .gform_page_footer .gform_next_button .ico,
    .gform_page_footer .gform_next_button .sprite,
    .gform_page_footer .gform_next_button .icon,
    .gform_page_footer .gform_next_button .ginput_card_security_code_icon,
    .gform_page_footer .gform_next_button
    .gform_card_icon {
      top: -2px; }
    .gform_page_footer .gform_previous_button .ico + span:not(.visuallyhidden),
    .gform_page_footer .gform_next_button .ico + span:not(.visuallyhidden) {
      display: inline-block;
      margin-left: 6px; }
    .gform_page_footer .gform_previous_button span:not(.visuallyhidden) + .ico,
    .gform_page_footer .gform_next_button span:not(.visuallyhidden) + .ico {
      display: inline-block;
      margin-left: 6px; }
    .gform_page_footer .gform_previous_button .ico,
    .gform_page_footer .gform_previous_button .fa,
    .gform_page_footer .gform_next_button .ico,
    .gform_page_footer .gform_next_button .fa {
      color: #fff;
      position: relative;
      top: 2px; }
  .gform_page_footer .gform_next_button {
    float: right; }
  .gform_page_footer .gform_previous_button {
    float: left; }

.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: 419px) {
  .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; } }

.gfield_list {
  margin-bottom: 0; }
  .gfield_list thead + tbody tr:first-child td {
    padding-top: 20px; }
    .gfield_list thead + tbody tr:first-child td.gfield_list_icons {
      padding-top: 23px !important; }
  .gfield_list tr {
    border-bottom: 0; }

.gfield_list td {
  padding-top: 0; }

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

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

.ginput_complex > span {
  display: block;
  margin-bottom: 20px; }

.ginput_complex label {
  font-size: 16px;
  color: #ccc;
  padding-top: 4px; }

.gfield_description,
.gform_fields .instruction {
  color: #ccc;
  font-size: 15px;
  font-style: italic; }

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

.validation_error,
.gfield_description.validation_message,
.gfield_error .gfield_label {
  font-style: normal;
  padding: 0;
  font-size: 16px;
  color: #ba0e1d;
  background: none; }

.gfield_error input.text-input,
.gfield_error textarea,
.gfield_error input[type="text"],
.gfield_error input[type="password"],
.gfield_error input[type="name"],
.gfield_error input[type="email"],
.gfield_error input[type="url"],
.gfield_error input[type="tel"],
.gfield_error input[type="color"],
.gfield_error input[type="number"],
.gfield_error.text-input input,
.gfield_error.text-input textarea {
  border-color: #ba0e1d;
  background-color: #fff;
  color: #ba0e1d; }

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

.gform_heading {
  padding-bottom: 20px; }

.validation_error {
  margin-bottom: 20px;
  background: #ba0e1d;
  padding: 6px 20px;
  border-radius: 0;
  color: #fff; }

.gfield_description.validation_message {
  display: none; }

#gforms_confirmation_message {
  margin-bottom: 20px; }

.gform_wrapper .gfield_password_strength {
  border: 1px solid #ccc;
  margin: 0;
  padding: 10px;
  text-align: center;
  min-width: 200px;
  width: 100%;
  background-color: #EEE;
  color: #ccc;
  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: center;
  padding: 20px 0 0; }
  .gform_footer:after {
    content: "";
    display: table;
    clear: both; }

.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; }

@media only screen and (max-width: 419px) {
  .gform_footer {
    padding-left: 0;
    padding-right: 0; } }

.gform_validation_container {
  display: none; }

.gform_hidden {
  display: none !important; }

.gform_fields input[type="button"],
form input[type="submit"],
form button[type="submit"] {
  background: none;
  background-color: transparent;
  border: none;
  padding: 0;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
  font-family: 'Overpass', "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 0;
  padding: 12px 50px;
  line-height: 1.4;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.6s, color 0.6s, border-color 0.6s;
  background-color: #4fc9a8;
  display: inline-block;
  text-align: center;
  padding: 25px 90px;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  max-width: 100%; }
  .gform_fields input[type="button"], .gform_fields input[type="button"]:focus, .gform_fields input[type="button"]:active, .gform_fields input[type="button"]:visited, .gform_fields input[type="button"]:hover,
  form input[type="submit"],
  form input[type="submit"]:focus,
  form input[type="submit"]:active,
  form input[type="submit"]:visited,
  form input[type="submit"]:hover,
  form button[type="submit"],
  form button[type="submit"]:focus,
  form button[type="submit"]:active,
  form button[type="submit"]:visited,
  form button[type="submit"]:hover {
    color: #fff;
    text-decoration: none; }
  .gform_fields input[type="button"]:hover, .gform_fields input[type="button"]:active,
  form input[type="submit"]:hover,
  form input[type="submit"]:active,
  form button[type="submit"]:hover,
  form button[type="submit"]:active {
    background-color: #3cc39e; }
  .gform_fields input[type="button"]:focus,
  form input[type="submit"]:focus,
  form button[type="submit"]:focus {
    outline: none; }
  .gform_fields input[type="button"] .icon,
  .gform_fields input[type="button"] .ico,
  .gform_fields input[type="button"] .sprite,
  .gform_fields input[type="button"] .icon,
  .gform_fields input[type="button"] .ginput_card_security_code_icon,
  .gform_fields input[type="button"]
  .gform_card_icon,
  form input[type="submit"] .icon,
  form input[type="submit"] .ico,
  form input[type="submit"] .sprite,
  form input[type="submit"] .icon,
  form input[type="submit"] .ginput_card_security_code_icon,
  form input[type="submit"]
  .gform_card_icon,
  form button[type="submit"] .icon,
  form button[type="submit"] .ico,
  form button[type="submit"] .sprite,
  form button[type="submit"] .icon,
  form button[type="submit"] .ginput_card_security_code_icon,
  form button[type="submit"]
  .gform_card_icon {
    top: -2px; }
  .gform_fields input[type="button"] .ico + span:not(.visuallyhidden),
  form input[type="submit"] .ico + span:not(.visuallyhidden),
  form button[type="submit"] .ico + span:not(.visuallyhidden) {
    display: inline-block;
    margin-left: 6px; }
  .gform_fields input[type="button"] span:not(.visuallyhidden) + .ico,
  form input[type="submit"] span:not(.visuallyhidden) + .ico,
  form button[type="submit"] span:not(.visuallyhidden) + .ico {
    display: inline-block;
    margin-left: 6px; }
  .gform_fields input[type="button"] .ico,
  .gform_fields input[type="button"] .fa,
  form input[type="submit"] .ico,
  form input[type="submit"] .fa,
  form button[type="submit"] .ico,
  form button[type="submit"] .fa {
    color: #fff;
    position: relative;
    top: 2px; }

.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; }

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

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

.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: 5px; }

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

.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: 420px) and (max-width: 768px) {
  .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: 10px; } }

@media only screen and (max-width: 419px) {
  .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: 5px; }
  .gfield.gf_fourth_two,
  .gfield.gf_fourth_four {
    float: right;
    padding-left: 5px; }
  .gfield.gf_fourth_three {
    clear: both; }
  .gfield.gf_fourth_two,
  .gfield.gf_fourth_four {
    padding-right: 0; } }

.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,
.gfield.single-option ul.gfield_radio li,
.gfield.single-option ul.gfield_checkbox li {
  width: 100%; }

.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; }

.gform_wrapper form.hide-all-labels .gfield > .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; }

.ginput_container_date {
  position: relative; }
  .ginput_container_date:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #9B9B9B;
    overflow: hidden;
    top: 0;
    right: 40px;
    position: absolute; }
  .ginput_container_date input.datepicker_with_icon {
    padding-right: 40px; }
    .ginput_container_date input.datepicker_with_icon + .ui-datepicker-trigger {
      width: 20px;
      right: 10px;
      cursor: pointer; }

ul.gfield_radio li input {
  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; }

ul.gfield_radio li label {
  padding-left: 40px;
  min-height: 28px;
  background-image: url(../images/icons/icon-radio.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 28px; }

ul.gfield_radio li input:checked + label {
  background-image: url(../images/icons/icon-radio-checked.svg); }

.gfield_error ul.gfield_radio li label {
  color: #ba0e1d; }

/*
----------------------------------------------------------------

jquery-ui.custom.css
Gravity Forms Custom jQuery UI styles
http: //www.gravityforms.com
updated: March 18, 2013 4:15 PM

Gravity Forms is a Rocketgenius project
copyright 2013 Rocketgenius Inc.
http: //www.rocketgenius.com
copyright 2009 (http://jqueryui.com/about)
dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.

NOTE: DO NOT EDIT THIS FILE!
THIS FILE IS REPLACED DURING AUTO UPGRADE
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.

----------------------------------------------------------------
*/
#ui-datepicker-div {
  display: none; }

.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  position: absolute;
  left: -99999999px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.ui-helper-clearfix {
  display: inline-block; }

* html .ui-helper-clearfix {
  height: 1%; }

.ui-helper-clearfix {
  display: block; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-state-disabled {
  cursor: default !important; }

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-tabs {
  padding: .2em;
  zoom: 1; }

.ui-tabs[style] {
  border: 1px solid #C2D7EF !important;
  margin: 6px 0 0 !important;
  swidth: 438px !important; }

.ui-tabs .ui-tabs-nav {
  list-style: none;
  position: relative;
  padding: .2em .2em 0 0; }

.ui-tabs .ui-tabs-nav li {
  position: relative;
  float: left;
  border-bottom-width: 0 !important;
  margin: 0 .2em -1px 0;
  padding: 0;
  text-align: center; }

.ui-tabs .ui-tabs-nav li a {
  display: block;
  text-decoration: none;
  padding: .5em 1em;
  text-align: center;
  font-size: 12px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  padding-bottom: 1px;
  border-bottom-width: 0; }

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text; }

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  padding: 1em 1.4em;
  display: block;
  border-width: 0;
  background: none; }

.ui-tabs .ui-tabs-hide {
  display: none !important; }

/*
----------------------------------------------------------------

Gravity Forms Date Picker Styles
http: //www.gravityforms.com
updated: January 31, 2014 3:32 PM

Customized styles for the jQuery UI Datepicker 1.9.2
copyright 2012 jQuery Foundation and other contributors
Released under the MIT license.
http://jquery.org/license
some styles courtesty of http://www.hongkiat.com/

Gravity Forms is a Rocketgenius project
copyright 2008 - 2014 Rocketgenius Inc.
http: //www.rocketgenius.com

NOTE: DO NOT EDIT THIS FILE! MAKE ANY MODIFICATIONS IN YOUR
THEME STYLESHEET. THIS FILE IS REPLACED DURING AUTO-UPDATES
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.

If you need to make extensive customizations,
copy the contents of this file to your theme
style sheet for editing. Then, go to the form
settings page & set the 'output CSS' option
to no.

----------------------------------------------------------------
*/
.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font: 9pt Arial, sans-serif;
  -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }

.ui-datepicker a {
  text-decoration: none; }

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse; }

.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #e0e0e0;
  font-weight: bold;
  -ms-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  -o-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  text-shadow: 1px -1px 0px #000;
  filter: dropshadow(color=#000, offx=1, offy=-1);
  line-height: 30px;
  min-height: 30px !important;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #666; }

.ui-datepicker-title {
  text-align: center;
  padding-bottom: 4px; }

.ui-datepicker-title select {
  margin-top: 2%;
  -webkit-appearance: menulist;
  width: auto; }

.ui-datepicker-prev,
.ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAA8CAYAAACTiBHmAAAKQWlDQ1BJQ0MgUHJvZmlsZQAASA2dlndUU9kWh8+9N73QEiIgJfQaegkg0jtIFQRRiUmAUAKGhCZ2RAVGFBEpVmRUwAFHhyJjRRQLg4Ji1wnyEFDGwVFEReXdjGsJ7601896a/cdZ39nnt9fZZ+9917oAUPyCBMJ0WAGANKFYFO7rwVwSE8vE9wIYEAEOWAHA4WZmBEf4RALU/L09mZmoSMaz9u4ugGS72yy/UCZz1v9/kSI3QyQGAApF1TY8fiYX5QKUU7PFGTL/BMr0lSkyhjEyFqEJoqwi48SvbPan5iu7yZiXJuShGlnOGbw0noy7UN6aJeGjjAShXJgl4GejfAdlvVRJmgDl9yjT0/icTAAwFJlfzOcmoWyJMkUUGe6J8gIACJTEObxyDov5OWieAHimZ+SKBIlJYqYR15hp5ejIZvrxs1P5YjErlMNN4Yh4TM/0tAyOMBeAr2+WRQElWW2ZaJHtrRzt7VnW5mj5v9nfHn5T/T3IevtV8Sbsz55BjJ5Z32zsrC+9FgD2JFqbHbO+lVUAtG0GQOXhrE/vIADyBQC03pzzHoZsXpLE4gwnC4vs7GxzAZ9rLivoN/ufgm/Kv4Y595nL7vtWO6YXP4EjSRUzZUXlpqemS0TMzAwOl89k/fcQ/+PAOWnNycMsnJ/AF/GF6FVR6JQJhIlou4U8gViQLmQKhH/V4X8YNicHGX6daxRodV8AfYU5ULhJB8hvPQBDIwMkbj96An3rWxAxCsi+vGitka9zjzJ6/uf6Hwtcim7hTEEiU+b2DI9kciWiLBmj34RswQISkAd0oAo0gS4wAixgDRyAM3AD3iAAhIBIEAOWAy5IAmlABLJBPtgACkEx2AF2g2pwANSBetAEToI2cAZcBFfADXALDIBHQAqGwUswAd6BaQiC8BAVokGqkBakD5lC1hAbWgh5Q0FQOBQDxUOJkBCSQPnQJqgYKoOqoUNQPfQjdBq6CF2D+qAH0CA0Bv0BfYQRmALTYQ3YALaA2bA7HAhHwsvgRHgVnAcXwNvhSrgWPg63whfhG/AALIVfwpMIQMgIA9FGWAgb8URCkFgkAREha5EipAKpRZqQDqQbuY1IkXHkAwaHoWGYGBbGGeOHWYzhYlZh1mJKMNWYY5hWTBfmNmYQM4H5gqVi1bGmWCesP3YJNhGbjS3EVmCPYFuwl7ED2GHsOxwOx8AZ4hxwfrgYXDJuNa4Etw/XjLuA68MN4SbxeLwq3hTvgg/Bc/BifCG+Cn8cfx7fjx/GvyeQCVoEa4IPIZYgJGwkVBAaCOcI/YQRwjRRgahPdCKGEHnEXGIpsY7YQbxJHCZOkxRJhiQXUiQpmbSBVElqIl0mPSa9IZPJOmRHchhZQF5PriSfIF8lD5I/UJQoJhRPShxFQtlOOUq5QHlAeUOlUg2obtRYqpi6nVpPvUR9Sn0vR5Mzl/OX48mtk6uRa5Xrl3slT5TXl3eXXy6fJ18hf0r+pvy4AlHBQMFTgaOwVqFG4bTCPYVJRZqilWKIYppiiWKD4jXFUSW8koGStxJPqUDpsNIlpSEaQtOledK4tE20Otpl2jAdRzek+9OT6cX0H+i99AllJWVb5SjlHOUa5bPKUgbCMGD4M1IZpYyTjLuMj/M05rnP48/bNq9pXv+8KZX5Km4qfJUilWaVAZWPqkxVb9UU1Z2qbapP1DBqJmphatlq+9Uuq43Pp893ns+dXzT/5PyH6rC6iXq4+mr1w+o96pMamhq+GhkaVRqXNMY1GZpumsma5ZrnNMe0aFoLtQRa5VrntV4wlZnuzFRmJbOLOaGtru2nLdE+pN2rPa1jqLNYZ6NOs84TXZIuWzdBt1y3U3dCT0svWC9fr1HvoT5Rn62fpL9Hv1t/ysDQINpgi0GbwaihiqG/YZ5ho+FjI6qRq9Eqo1qjO8Y4Y7ZxivE+41smsImdSZJJjclNU9jU3lRgus+0zwxr5mgmNKs1u8eisNxZWaxG1qA5wzzIfKN5m/krCz2LWIudFt0WXyztLFMt6ywfWSlZBVhttOqw+sPaxJprXWN9x4Zq42Ozzqbd5rWtqS3fdr/tfTuaXbDdFrtOu8/2DvYi+yb7MQc9h3iHvQ732HR2KLuEfdUR6+jhuM7xjOMHJ3snsdNJp9+dWc4pzg3OowsMF/AX1C0YctFx4bgccpEuZC6MX3hwodRV25XjWuv6zE3Xjed2xG3E3dg92f24+ysPSw+RR4vHlKeT5xrPC16Il69XkVevt5L3Yu9q76c+Oj6JPo0+E752vqt9L/hh/QL9dvrd89fw5/rX+08EOASsCegKpARGBFYHPgsyCRIFdQTDwQHBu4IfL9JfJFzUFgJC/EN2hTwJNQxdFfpzGC4sNKwm7Hm4VXh+eHcELWJFREPEu0iPyNLIR4uNFksWd0bJR8VF1UdNRXtFl0VLl1gsWbPkRoxajCCmPRYfGxV7JHZyqffS3UuH4+ziCuPuLjNclrPs2nK15anLz66QX8FZcSoeGx8d3xD/iRPCqeVMrvRfuXflBNeTu4f7kufGK+eN8V34ZfyRBJeEsoTRRJfEXYljSa5JFUnjAk9BteB1sl/ygeSplJCUoykzqdGpzWmEtPi000IlYYqwK10zPSe9L8M0ozBDuspp1e5VE6JA0ZFMKHNZZruYjv5M9UiMJJslg1kLs2qy3mdHZZ/KUcwR5vTkmuRuyx3J88n7fjVmNXd1Z752/ob8wTXuaw6thdauXNu5Tnddwbrh9b7rj20gbUjZ8MtGy41lG99uit7UUaBRsL5gaLPv5sZCuUJR4b0tzlsObMVsFWzt3WazrWrblyJe0fViy+KK4k8l3JLr31l9V/ndzPaE7b2l9qX7d+B2CHfc3em681iZYlle2dCu4F2t5czyovK3u1fsvlZhW3FgD2mPZI+0MqiyvUqvakfVp+qk6oEaj5rmvep7t+2d2sfb17/fbX/TAY0DxQc+HhQcvH/I91BrrUFtxWHc4azDz+ui6rq/Z39ff0TtSPGRz0eFR6XHwo911TvU1zeoN5Q2wo2SxrHjccdv/eD1Q3sTq+lQM6O5+AQ4ITnx4sf4H++eDDzZeYp9qukn/Z/2ttBailqh1tzWibakNml7THvf6YDTnR3OHS0/m/989Iz2mZqzymdLz5HOFZybOZ93fvJCxoXxi4kXhzpXdD66tOTSna6wrt7LgZevXvG5cqnbvfv8VZerZ645XTt9nX297Yb9jdYeu56WX+x+aem172296XCz/ZbjrY6+BX3n+l37L972un3ljv+dGwOLBvruLr57/17cPel93v3RB6kPXj/Mejj9aP1j7OOiJwpPKp6qP6391fjXZqm99Oyg12DPs4hnj4a4Qy//lfmvT8MFz6nPK0a0RupHrUfPjPmM3Xqx9MXwy4yX0+OFvyn+tveV0auffnf7vWdiycTwa9HrmT9K3qi+OfrW9m3nZOjk03dp76anit6rvj/2gf2h+2P0x5Hp7E/4T5WfjT93fAn88ngmbWbm3/eE8/syOll+AAAB3klEQVRYCe1XsUrEQBA1kkJICEGw9oqrrfwAwV+wT3mHHBwIB4K1kC+QtOltbcN9gE1iYxn8AItgKk/jTMjAZcmOu4sXRTYw7O3O7rzZN7vcW6dpmr1df/u7BsD4FkSLZUuXFl0uN9txHM7d83H37U/VZA1pX4EFvfRVO7hNmVGMLMveV6tVFYbhM4wtwDzyUSuL0dLIOrsIZVk2aEVRfCyXy8r3fQSbgR2ogDgtEs0UWio8Amy7qqr6TJLkLU3Tx7quz9HHxmGd3ekSQQhws9k8TafTk+9AjE4XJFZD4Nh13TMC5Fr2nogLMThQeAcWTyaTV9Ev66uCvECAewh+qxOcQJUKT5O5lqutUU04sCEfu5OhBSZjo+zEgmiVxtJl6dJiQGuyPV2WLi0GtCaPcrpYIUHiTiXtX/+PN6UL1T2q/LXKLqWKXrJ9VPMLVPeo8lHtEwjOl5nUIYCgep+hmkdVj+qelL4KCFt4CuB53kMURafz+dwPgkCbYiWQPM+PQFybvbIgU6WsOvUeA4Wo5rU/VkGK9wTqcAgI1wB2Cb72SQcCvH0iCzXsJaIFQis7sBvoXwDIMY7/OAiBbbcciFJNtoOZ/GbpMgk4tGaUnViQIeqlY5YuKTVDjv9D1xdysESNsEdXVAAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden; }

.ui-datepicker-prev {
  float: left;
  background-position: center -30px; }

.ui-datepicker-next {
  float: right;
  background-position: center 0px; }

.ui-datepicker thead {
  background: #f7f7f7;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #f7f7f7 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
  border-bottom: 1px solid #bbb; }

.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666666;
  text-shadow: 1px 0px 0px #fff;
  filter: dropshadow(color=#fff, offx=1, offy=0); }

.ui-datepicker tbody td {
  padding: 0;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb; }

.ui-datepicker tbody td:last-child {
  border-right: 0px; }

.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb; }

.ui-datepicker tbody tr:last-child {
  border-bottom: 0px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666666;
  text-shadow: 1px 1px 0px #fff;
  filter: dropshadow(color=#fff, offx=1, offy=1); }

.ui-datepicker-calendar .ui-state-default {
  transition: none !important;
  background: #ededed;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #ededed 0%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
  -ms-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
  -o-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
  box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5); }

.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7; }

.ui-datepicker-calendar .ui-state-active {
  background: #FFF2AA;
  /* set the active date background color */
  border: 1px solid #c19163;
  /* set the active date border color */
  color: #666;
  /* set the active date font color */
  -ms-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  text-shadow: 0px 1px 0px #FFF;
  filter: dropshadow(color=#FFF, offx=0, offy=1);
  position: relative;
  margin: -1px; }

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3; }

.ui-datepicker-calendar th {
  background: none; }

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0; }

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0; }

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0; }

td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7; }

table.ui-datepicker-calendar {
  margin: 0 0 0 0 !important; }

body div#ui-datepicker-div[style] {
  z-index: 9999 !important; }

/* enhanced UI/select styles updated in v.1.8.12 -----------------------------------------------------------------*/
.gform_wrapper .chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.gform_wrapper .chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.gform_wrapper .chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

.gform_wrapper .chosen-container a {
  cursor: pointer; }

.gform_wrapper .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

.gform_wrapper .chosen-container-single .chosen-default {
  color: #999; }

.gform_wrapper .chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.gform_wrapper .chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.gform_wrapper .chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../../../plugins/gravityforms/images/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px; }

.gform_wrapper .chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.gform_wrapper .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.gform_wrapper .chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.gform_wrapper .chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../../plugins/gravityforms/images/chosen-sprite.png) no-repeat 0 2px; }

.gform_wrapper .chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.gform_wrapper .chosen-container-single .chosen-search input[type=text] {
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: #fff url(../../../plugins/gravityforms/images/chosen-sprite.png) no-repeat 100% -20px;
  background: url(../../../plugins/gravityforms/images/chosen-sprite.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.gform_wrapper .chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.gform_wrapper .chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

.gform_wrapper .chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.gform_wrapper .chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none; }

.gform_wrapper .chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.gform_wrapper .chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.gform_wrapper .chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff; }

.gform_wrapper .chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4; }

.gform_wrapper .chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default; }

.gform_wrapper .chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.gform_wrapper .chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

.gform_wrapper .chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text; }

.gform_wrapper .chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-field .default {
  color: #999; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px !important;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../../../plugins/gravityforms/images/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.gform_wrapper .chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.gform_wrapper .chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

.gform_wrapper .chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset; }

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: 0;
  background: transparent; }

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.gform_wrapper .chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.gform_wrapper .chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #111 !important; }

.gform_wrapper .chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.gform_wrapper .chosen-disabled .chosen-single {
  cursor: default; }

.gform_wrapper .chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

.gform_wrapper .chosen-rtl {
  text-align: right; }

.gform_wrapper .chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.gform_wrapper .chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.gform_wrapper .chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.gform_wrapper .chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.gform_wrapper .chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.gform_wrapper .chosen-rtl .chosen-choices li {
  float: right; }

.gform_wrapper .chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl; }

.gform_wrapper .chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.gform_wrapper .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.gform_wrapper .chosen-rtl.chosen-container-single-nosearch .chosen-search.gform_wrapper .chosen-rtl .chosen-drop {
  left: 9999px; }

.gform_wrapper .chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.gform_wrapper .chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.gform_wrapper .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: 0; }

.gform_wrapper .chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: #fff url(../../../plugins/gravityforms/images/chosen-sprite.png) no-repeat -30px -20px;
  background: url(../../../plugins/gravityforms/images/chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl; }

.gform_wrapper .chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.gform_wrapper .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .gform_wrapper .chosen-rtl .chosen-search input[type=text].gform_wrapper .chosen-container-single .chosen-single abbr.gform_wrapper .chosen-container-single .chosen-single div b.gform_wrapper .chosen-container-single .chosen-search input[type=text].gform_wrapper .chosen-container-multi .chosen-choices .search-choice .search-choice-close.gform_wrapper .chosen-container .chosen-results-scroll-down span.gform_wrapper .chosen-container .chosen-results-scroll-up span {
    background-image: url(../../../plugins/gravityforms/images/chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

.customSelect {
  display: block;
  max-width: 100%;
  width: 100%;
  background: #fff;
  border: 1px solid #9B9B9B;
  color: #525252;
  padding: 4px 10px;
  height: 50px;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.42857143;
  box-shadow: none;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  cursor: default;
  border-radius: 0;
  -webkit-appearance: none;
  padding-top: 12px; }
  .customSelect.placeholder {
    color: #ccc; }
  .customSelect:focus {
    outline: none;
    border-color: #4fc9a8;
    box-shadow: none; }
  .customSelect:hover {
    cursor: text; }
  .customSelect.changed {
    background-color: #fff; }

.customSelect.customSelectHover {
  /* Styles for when the select box is hovered */ }

.customSelect.customSelectOpen {
  /* Styles for when the select box is open */ }

.customSelect.customSelectFocus {
  /* Styles for when the select box is in focus */
  outline: none;
  border-color: #4fc9a8;
  box-shadow: none; }

.customSelect.customSelectDisabledOption {
  /* Styles for when the selected item is a disabled one */ }

.customSelect.customSelectDisabled {
  /* Styles for when the select box itself is disabled */ }

.customSelectInner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAICAYAAAD9aA/QAAAAfElEQVQoFZXRgQ2AIAwEwI7AKIzESIzACIzCCI7gBvUxhWDFtJp8REqPCEREBeEfKcxMVu4FQJsTbhY46gMOgA8D7/UwGq33/CU0ReREdsfS56OFrfUJ90k8CdnBaW3yjB+w4Fnh2QPpNS9Y8Cp41Q3e7y84AC6I+7L0hhc28oiRLYTxoAAAAABJRU5ErkJggg==);
  background-position: right 50%;
  background-repeat: no-repeat;
  max-width: 100%; }

.site__logo {
  position: absolute;
  left: 130px;
  top: 60px;
  z-index: 10; }

body.post-type-archive-product .site__header.header,
body.archive.tax-product_cat .site__header.header {
  padding-bottom: 120px !important; }

.home .site__inner {
  perspective: 1500px;
  perspective-origin: 0% 50%; }

.home .site__header {
  transform: translate3d(0, 0, 0) rotateX(0deg);
  transform-origin: 100% 50%;
  transform-style: preserve-3d;
  /*
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	*/ }

@media only screen and (max-width: 768px) {
  .site__logo {
    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; } }

.site__footer {
  font-size: 14px;
  color: #9B9B9B;
  padding: 30px 0 40px; }
  .site__footer .attributions {
    font-size: 14px; }
    .site__footer .attributions a {
      color: #9B9B9B;
      text-decoration: none; }
      .site__footer .attributions a:hover, .site__footer .attributions a:active {
        color: #fff; }
    .site__footer .attributions .copyright,
    .site__footer .attributions .credit {
      display: inline-block; }
      .site__footer .attributions .copyright:not(:last-child),
      .site__footer .attributions .credit:not(:last-child) {
        margin-right: 10px; }
  .site__footer .connections {
    text-align: right; }
    @media only screen and (max-width: 419px) {
      .site__footer .connections {
        text-align: center;
        margin-bottom: 20px; } }
    .site__footer .connections li:not(:last-child) {
      margin-right: 20px; }
    .site__footer .connections a {
      text-decoration: none;
      color: #9B9B9B; }
      .site__footer .connections a .ico {
        font-size: 16px; }
      .site__footer .connections a .ico--facebook {
        font-size: 19px; }
      .site__footer .connections a:hover {
        color: #fff; }

@media only screen and (max-width: 419px) {
  .site__footer .attributions .copyright,
  .site__footer .attributions .credit {
    display: block; } }

.site {
  perspective: 1500px;
  position: relative;
  background-color: #000;
  height: 100%;
  overflow: hidden; }

.site__inner {
  overflow-y: scroll;
  height: 100%;
  position: relative;
  background-color: #1a1a1a;
  transform-style: preserve-3d;
  transition: transform 0.3s; }

/*
.home .site__body {
	padding-top: 100vh;
}
*/
.archive.category .site__body,
.archive.tag .site__body {
  padding-top: 40px; }

.featured-image {
  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;
  /*
	position: fixed;
	display: block;
	margin: 0;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index:999;
	background: $white;

	opacity: 0;
	pointer-events: none;
	*/ }

#article {
  background-color: #fff;
  color: #525252;
  padding: 80px 0 120px; }

body:not(.home) .header {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  height: 100vh;
  max-height: 827px;
  padding-bottom: 120px;
  padding-top: 180px; }
  body:not(.home) .header .wrap {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row; }
  body:not(.home) .header.header--mini {
    height: auto;
    padding-bottom: 40px; }
    body:not(.home) .header.header--mini .header__content .btn--scroll {
      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; }

body:not(.home) .header__content {
  color: #fff;
  max-width: 100%; }
  body:not(.home) .header__content .btn--scroll {
    margin-top: 30px; }

body:not(.home) .header__title {
  margin-bottom: 10px; }

body:not(.home) .header__text {
  font-size: 22px;
  width: 720px;
  max-width: 100%; }

body:not(.home) .btn--zoom {
  position: absolute;
  right: 0;
  bottom: 0; }

body:not(.home) .gallery-links {
  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; }

body:not(.home) .header__tags a {
  background-color: #4fc9a8;
  padding: 5px 10px; }
  body:not(.home) .header__tags a:hover {
    background-color: #309c7f; }

#article figure {
  text-align: center; }
  #article figure > img {
    margin: 0 auto; }

#article figcaption {
  display: inline-block;
  padding: 6px 20px;
  border-radius: 3px;
  background-color: #161616;
  color: #fff;
  position: relative;
  top: -10px;
  text-align: center;
  margin: 0 20px;
  font-size: 13px;
  box-shadow: 6px 6px 30px 0 rgba(0, 0, 0, 0.45); }

#lightcase-overlay {
  background: #000; }

#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
  color: #fff; }

body.menu-open .site__inner {
  transform: translate3d(0, 0, -100px); }

.section#next_previous {
  padding-top: 80px; }
  .section#next_previous a, .section#next_previous a:hover, .section#next_previous a:focus, .section#next_previous a:active {
    color: #fff; }
  .section#next_previous .tile .tile__inner {
    min-height: 280px; }
  .section#next_previous .tile .tile__content {
    width: 100%; }
  .section#next_previous .tile .tile__tag {
    background-color: #1a1a1a; }
  .section#next_previous .tile:hover a, .section#next_previous .tile:hover .tile__title {
    color: #fff !important; }
  .section#next_previous .tile:hover .tile__tag {
    background-color: #4fc9a8; }
  .section#next_previous .tile#next_post {
    text-align: right; }
  .section#next_previous .section__footer {
    padding: 40px 20px;
    text-align: center; }

@media only screen and (max-width: 419px) {
  #article {
    padding-bottom: 40px; } }

.block:not(:last-child) {
  padding-bottom: 40px; }

.block:not(:first-child) {
  padding-top: 40px; }

.parallax {
  position: relative;
  overflow: hidden; }

.parallax__image {
  position: absolute;
  top: -40%;
  left: 0;
  width: 100%;
  height: 140%;
  background-position: center;
  background-size: cover; }

.block.block--gallery figure {
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.block.block--gallery figure a {
  display: block;
  line-height: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: transform 0.6s, box-shadow 0.6s;
  box-shadow: 0 0 30px 0 transparent;
  z-index: 1; }
  .block.block--gallery figure a:hover {
    transform: translateY(-10px);
    box-shadow: 6px 6px 30px 0 rgba(0, 0, 0, 0.45); }
    .block.block--gallery figure a:hover + figcaption {
      transform: translateY(10px);
      box-shadow: 0 0 0 0 transparent !important; }
  .block.block--gallery figure a + figcaption {
    position: relative;
    z-index: 2;
    transition: all 0.6s;
    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; }

.block.block--gallery .swiper-container {
  padding-bottom: 40px; }

.block.block--gallery .swiper-pagination {
  bottom: 20px; }

.block.block--gallery .swiper-wrapper {
  -ms-flex-align: center;
  align-items: center; }

.block.block--gallery .swiper-button-prev,
.block.block--gallery .swiper-container-rtl .swiper-button-next,
.block.block--gallery .swiper-button-next,
.block.block--gallery .swiper-container-rtl .swiper-button-prev {
  background-image: none;
  border: none;
  outline: none; }

.block.block--gallery .swiper-button-prev,
.block.block--gallery .swiper-button-next {
  width: 40px;
  background: transparent; }

.block.block--gallery .swiper-button-prev:before,
.block.block--gallery .swiper-container-rtl .swiper-button-next:before,
.block.block--gallery .swiper-button-next:before,
.block.block--gallery .swiper-container-rtl .swiper-button-prev:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'andys-astropix-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 12px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4fc9a8;
  font-size: 42px; }

.block.block--gallery .swiper-button-prev:before,
.block.block--gallery .swiper-container-rtl .swiper-button-next:before {
  content: ""; }

.block.block--gallery .swiper-button-next:before,
.block.block--gallery .swiper-container-rtl .swiper-button-prev:before {
  content: ""; }

.block.block--gallery .swiper-pagination-bullet {
  width: 12px;
  height: 12px; }

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

.block.block--gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #4fc9a8; }

.block.block--pull-quote {
  padding: 40px;
  box-shadow: 6px 6px 30px 0 rgba(0, 0, 0, 0.45); }
  .block.block--pull-quote,
  .block.block--pull-quote .flex-grid {
    min-height: 320px; }
  .block.block--pull-quote .block__content {
    text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.45);
    color: #fff;
    text-align: center; }
  .block.block--pull-quote blockquote {
    padding: 20px;
    margin: 0 80px 0;
    font-size: 40px; }
    .block.block--pull-quote blockquote footer {
      padding-top: 20px;
      font-size: 22px; }

@media only screen and (max-width: 419px) {
  .block.block--pull-quote blockquote {
    margin: 0;
    padding: 10px;
    font-size: 20px; }
    .block.block--pull-quote blockquote footer {
      font-size: 14px; } }

@media only screen and (max-width: 768px) {
  .block.block--content-media {
    background-color: #1a1a1a; } }

.block.block--content-media .flex-grid {
  height: 515px; }
  @media only screen and (max-width: 768px) {
    .block.block--content-media .flex-grid {
      height: auto; } }

.block.block--content-media .flex-grid__item {
  position: relative;
  height: 515px; }
  @media only screen and (max-width: 768px) {
    .block.block--content-media .flex-grid__item {
      height: auto;
      position: static; } }

.block.block--content-media .flex-grid__item {
  background-color: #1a1a1a; }

.block.block--content-media .flex-grid--reverse .flex-grid__item:last-child {
  background-color: transparent; }

.block.block--content-media .block__content {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 514px;
  width: 100%;
  transform: translate(-50%, -50%);
  padding-left: 20px;
  padding-right: 20px; }
  .block.block--content-media .block__content blockquote, .block.block--content-media .block__content cite {
    color: #fff; }
  @media only screen and (max-width: 768px) {
    .block.block--content-media .block__content {
      position: relative;
      top: auto;
      left: auto;
      max-width: 100%;
      padding: 370px 20px 50px;
      transform: none;
      z-index: 1; } }

.block.block--content-media .block__media {
  position: relative;
  height: 515px;
  overflow: hidden; }
  @media only screen and (max-width: 768px) {
    .block.block--content-media .block__media {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 320px;
      z-index: 0; } }

.block.block--content-media .block__background-image,
.block.block--content-media video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #1a1a1a;
  background-size: cover;
  background-position: center; }

.block.block--content-media .block__background-image {
  transition: transform 0.6s; }
  .block.block--content-media .block__background-image:hover {
    transform: scale(1.05); }

.block.block--content-media .block__media-play-button {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
  .block.block--content-media .block__media-play-button:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.section--signup {
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  min-height: 455px; }
  .section--signup .section__inner {
    background-color: rgba(26, 26, 26, 0.1);
    padding: 140px 0; }
  .section--signup .section__header {
    color: #fff; }
    .section--signup .section__header h3 {
      text-transform: uppercase;
      letter-spacing: 15px;
      margin-bottom: 10px; }
  .section--signup .gform_wrapper {
    width: 580px;
    max-width: 100%;
    margin: 0 auto; }
    .section--signup .gform_wrapper .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; }
    .section--signup .gform_wrapper .form-fields li.gfield_error, .section--signup .gform_wrapper .gform_fields li.gfield_error,
    .section--signup .gform_wrapper .gform_fields li.gfield_error,
    .section--signup .gform_wrapper .form-fields > .gfield.gfield_error,
    .section--signup .gform_wrapper .gform_fields > .gfield.gfield_error,
    .section--signup .gform_wrapper .gform_fields > .gfield.gfield_error,
    .section--signup .gform_wrapper .gform_fields li.gfield_error,
    .section--signup .gform_wrapper .gform_fields > .gfield.gfield_error {
      margin-bottom: 7px; }
    .section--signup .gform_wrapper .gform_fields input[type="text"],
    .section--signup .gform_wrapper .gform_fields input[type="name"],
    .section--signup .gform_wrapper .gform_fields input[type="email"] {
      transition: all 0.6s;
      padding-left: 20px;
      padding-right: 20px;
      background-color: rgba(26, 26, 26, 0);
      border: 3px solid #4fc9a8;
      height: 60px;
      font-weight: 700;
      color: #fff;
      text-shadow: 0 2px 5px rgba(26, 26, 26, 0.8); }
      .section--signup .gform_wrapper .gform_fields input[type="text"]:focus,
      .section--signup .gform_wrapper .gform_fields input[type="name"]:focus,
      .section--signup .gform_wrapper .gform_fields input[type="email"]:focus {
        border-color: #fff;
        box-shadow: 0 0 14px 0 rgba(255, 255, 255, 0.6);
        background-color: rgba(26, 26, 26, 0.2); }
    .section--signup .gform_wrapper .gform_fields .gfield_error input[type="text"]:not(:focus),
    .section--signup .gform_wrapper .gform_fields .gfield_error input[type="name"]:not(:focus),
    .section--signup .gform_wrapper .gform_fields .gfield_error input[type="email"]:not(:focus) {
      border-color: #ba0e1d; }
    .section--signup .gform_wrapper .gform_footer {
      padding-top: 0; }
      .section--signup .gform_wrapper .gform_footer .gform_button {
        width: 100%;
        padding-top: 17px;
        padding-bottom: 17px;
        text-transform: uppercase;
        letter-spacing: 6px;
        font-size: 1.2em; }
    .section--signup .gform_wrapper .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; }
    .section--signup .gform_wrapper .gfield_description.validation_message {
      display: block;
      font-size: 12px;
      font-weight: 700; }
    .section--signup .gform_wrapper form.waiting input[type="submit"],
    .section--signup .gform_wrapper form.waiting button[type="submit"] {
      background-color: #4fc9a8;
      color: #4fc9a8; }
      .section--signup .gform_wrapper form.waiting input[type="submit"][disabled],
      .section--signup .gform_wrapper form.waiting button[type="submit"][disabled] {
        opacity: 1 !important; }
      .section--signup .gform_wrapper form.waiting input[type="submit"]:after,
      .section--signup .gform_wrapper form.waiting button[type="submit"]:after {
        background-image: url(../images/spinner-alt.svg); }
  .section--signup ::-webkit-input-placeholder {
    font-weight: 400;
    color: #fff; }
  .section--signup ::-moz-placeholder {
    font-weight: 400;
    color: #fff; }
  .section--signup :-ms-input-placeholder {
    font-weight: 400;
    color: #fff; }
  .section--signup input:-moz-placeholder {
    font-weight: 400;
    color: #fff; }

@media only screen and (max-width: 419px) {
  .section--signup {
    padding: 80px 20px; } }

.woocommerce span.onsale {
  width: 52px;
  height: 52px;
  top: -10px;
  left: -10px;
  line-height: 47px;
  background-color: #4fc9a8; }

.cart_price del {
  text-decoration: none; }
  .cart_price del .price {
    line-height: 1; }
  .cart_price del .amount {
    font-size: 22px !important;
    position: relative;
    z-index: 1; }
    .cart_price del .amount:after {
      content: "";
      display: block;
      font-size: 0;
      line-height: 0;
      position: absolute;
      left: 0;
      width: 100%;
      top: 50%;
      margin-top: -2px;
      border-bottom: 2px solid #525252;
      z-index: 2; }

.cart_price ins {
  border-bottom: none;
  font-weight: 700; }
  .cart_price ins .amount {
    font-size: 30px; }

.tiles.products .price del {
  margin-bottom: 10px;
  display: block; }
  .tiles.products .price del .amount {
    display: inline-block;
    margin-left: 5px;
    font-size: 18px !important; }

.tiles.products .price ins {
  display: block; }
  .tiles.products .price ins .amount {
    display: inline-block; }

.cart_item .cart_price del .amount {
  font-size: 16px !important; }

.cart_item .cart_price ins .amount {
  font-size: 22px !important; }

.woocommerce div.product form.cart .variations select {
  min-width: 0;
  width: 100%;
  display: block; }

.woocommerce div.product form.cart .variations label {
  display: block;
  font-weight: normal;
  margin-top: 8px; }

.woocommerce div.product form.cart .variations label, .woocommerce div.product form.cart .variations input, .woocommerce div.product form.cart .variations select, .woocommerce div.product form.cart .variations textarea, .woocommerce div.product form.cart .variations .customSelect, .woocommerce div.product form.cart .variations .customSelectInner {
  color: #1a1a1a; }

.woocommerce div.product form.cart .variations .reset_variations {
  display: none !important; }

.woocommerce div.product form.cart .variations .customSelect {
  width: 100%; }

.woocommerce div.product form.cart .variations .customSelectInner {
  display: block;
  width: 100% !important; }

form.cart td {
  position: relative; }

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  display: block;
  color: #1a1a1a; }
  .woocommerce div.product p.price .amount,
  .woocommerce div.product span.price .amount {
    font-size: 30px; }

.woocommerce-variation-add-to-cart {
  padding-top: 20px; }

.woocommerce .quantity .qty {
  height: 46px;
  margin-right: 10px;
  border: 1px solid #9B9B9B; }
  @media only screen and (max-width: 419px) {
    .woocommerce .quantity .qty {
      margin-bottom: 20px; } }

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background: none;
  background-color: transparent;
  border: none;
  padding: 0;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
  font-family: 'Overpass', "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 0;
  padding: 12px 50px;
  line-height: 1.4;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.6s, color 0.6s, border-color 0.6s;
  background-color: #8A9DAB;
  display: inline-block;
  text-align: center; }
  .woocommerce #respond input#submit, .woocommerce #respond input#submit:focus, .woocommerce #respond input#submit:active, .woocommerce #respond input#submit:visited, .woocommerce #respond input#submit:hover,
  .woocommerce a.button,
  .woocommerce a.button:focus,
  .woocommerce a.button:active,
  .woocommerce a.button:visited,
  .woocommerce a.button:hover,
  .woocommerce button.button,
  .woocommerce button.button:focus,
  .woocommerce button.button:active,
  .woocommerce button.button:visited,
  .woocommerce button.button:hover,
  .woocommerce input.button,
  .woocommerce input.button:focus,
  .woocommerce input.button:active,
  .woocommerce input.button:visited,
  .woocommerce input.button:hover {
    color: #fff;
    text-decoration: none; }
  .woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:active,
  .woocommerce a.button:hover,
  .woocommerce a.button:active,
  .woocommerce button.button:hover,
  .woocommerce button.button:active,
  .woocommerce input.button:hover,
  .woocommerce input.button:active {
    background-color: #7b91a0; }
  .woocommerce #respond input#submit:focus,
  .woocommerce a.button:focus,
  .woocommerce button.button:focus,
  .woocommerce input.button:focus {
    outline: none; }
  .woocommerce #respond input#submit .icon,
  .woocommerce #respond input#submit .ico,
  .woocommerce #respond input#submit .sprite,
  .woocommerce #respond input#submit .icon,
  .woocommerce #respond input#submit .ginput_card_security_code_icon,
  .woocommerce #respond input#submit
  .gform_card_icon,
  .woocommerce a.button .icon,
  .woocommerce a.button .ico,
  .woocommerce a.button .sprite,
  .woocommerce a.button .icon,
  .woocommerce a.button .ginput_card_security_code_icon,
  .woocommerce a.button
  .gform_card_icon,
  .woocommerce button.button .icon,
  .woocommerce button.button .ico,
  .woocommerce button.button .sprite,
  .woocommerce button.button .icon,
  .woocommerce button.button .ginput_card_security_code_icon,
  .woocommerce button.button
  .gform_card_icon,
  .woocommerce input.button .icon,
  .woocommerce input.button .ico,
  .woocommerce input.button .sprite,
  .woocommerce input.button .icon,
  .woocommerce input.button .ginput_card_security_code_icon,
  .woocommerce input.button
  .gform_card_icon {
    top: -2px; }
  .woocommerce #respond input#submit .ico + span:not(.visuallyhidden),
  .woocommerce a.button .ico + span:not(.visuallyhidden),
  .woocommerce button.button .ico + span:not(.visuallyhidden),
  .woocommerce input.button .ico + span:not(.visuallyhidden) {
    display: inline-block;
    margin-left: 6px; }
  .woocommerce #respond input#submit span:not(.visuallyhidden) + .ico,
  .woocommerce a.button span:not(.visuallyhidden) + .ico,
  .woocommerce button.button span:not(.visuallyhidden) + .ico,
  .woocommerce input.button span:not(.visuallyhidden) + .ico {
    display: inline-block;
    margin-left: 6px; }
  .woocommerce #respond input#submit .ico,
  .woocommerce #respond input#submit .fa,
  .woocommerce a.button .ico,
  .woocommerce a.button .fa,
  .woocommerce button.button .ico,
  .woocommerce button.button .fa,
  .woocommerce input.button .ico,
  .woocommerce input.button .fa {
    color: #fff;
    position: relative;
    top: 2px; }

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  color: inherit;
  background-color: #D8D8D8 !important;
  padding: 12px 50px; }

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: none;
  background-color: transparent;
  border: none;
  padding: 0;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
  font-family: 'Overpass', "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 0;
  padding: 12px 50px;
  line-height: 1.4;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.6s, color 0.6s, border-color 0.6s;
  background-color: #4fc9a8;
  display: inline-block;
  text-align: center; }
  .woocommerce #respond input#submit.alt, .woocommerce #respond input#submit.alt:focus, .woocommerce #respond input#submit.alt:active, .woocommerce #respond input#submit.alt:visited, .woocommerce #respond input#submit.alt:hover,
  .woocommerce a.button.alt,
  .woocommerce a.button.alt:focus,
  .woocommerce a.button.alt:active,
  .woocommerce a.button.alt:visited,
  .woocommerce a.button.alt:hover,
  .woocommerce button.button.alt,
  .woocommerce button.button.alt:focus,
  .woocommerce button.button.alt:active,
  .woocommerce button.button.alt:visited,
  .woocommerce button.button.alt:hover,
  .woocommerce input.button.alt,
  .woocommerce input.button.alt:focus,
  .woocommerce input.button.alt:active,
  .woocommerce input.button.alt:visited,
  .woocommerce input.button.alt:hover {
    color: #fff;
    text-decoration: none; }
  .woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit.alt:active,
  .woocommerce a.button.alt:hover,
  .woocommerce a.button.alt:active,
  .woocommerce button.button.alt:hover,
  .woocommerce button.button.alt:active,
  .woocommerce input.button.alt:hover,
  .woocommerce input.button.alt:active {
    background-color: #3cc39e; }
  .woocommerce #respond input#submit.alt:focus,
  .woocommerce a.button.alt:focus,
  .woocommerce button.button.alt:focus,
  .woocommerce input.button.alt:focus {
    outline: none; }
  .woocommerce #respond input#submit.alt .icon,
  .woocommerce #respond input#submit.alt .ico,
  .woocommerce #respond input#submit.alt .sprite,
  .woocommerce #respond input#submit.alt .icon,
  .woocommerce #respond input#submit.alt .ginput_card_security_code_icon,
  .woocommerce #respond input#submit.alt
  .gform_card_icon,
  .woocommerce a.button.alt .icon,
  .woocommerce a.button.alt .ico,
  .woocommerce a.button.alt .sprite,
  .woocommerce a.button.alt .icon,
  .woocommerce a.button.alt .ginput_card_security_code_icon,
  .woocommerce a.button.alt
  .gform_card_icon,
  .woocommerce button.button.alt .icon,
  .woocommerce button.button.alt .ico,
  .woocommerce button.button.alt .sprite,
  .woocommerce button.button.alt .icon,
  .woocommerce button.button.alt .ginput_card_security_code_icon,
  .woocommerce button.button.alt
  .gform_card_icon,
  .woocommerce input.button.alt .icon,
  .woocommerce input.button.alt .ico,
  .woocommerce input.button.alt .sprite,
  .woocommerce input.button.alt .icon,
  .woocommerce input.button.alt .ginput_card_security_code_icon,
  .woocommerce input.button.alt
  .gform_card_icon {
    top: -2px; }
  .woocommerce #respond input#submit.alt .ico + span:not(.visuallyhidden),
  .woocommerce a.button.alt .ico + span:not(.visuallyhidden),
  .woocommerce button.button.alt .ico + span:not(.visuallyhidden),
  .woocommerce input.button.alt .ico + span:not(.visuallyhidden) {
    display: inline-block;
    margin-left: 6px; }
  .woocommerce #respond input#submit.alt span:not(.visuallyhidden) + .ico,
  .woocommerce a.button.alt span:not(.visuallyhidden) + .ico,
  .woocommerce button.button.alt span:not(.visuallyhidden) + .ico,
  .woocommerce input.button.alt span:not(.visuallyhidden) + .ico {
    display: inline-block;
    margin-left: 6px; }
  .woocommerce #respond input#submit.alt .ico,
  .woocommerce #respond input#submit.alt .fa,
  .woocommerce a.button.alt .ico,
  .woocommerce a.button.alt .fa,
  .woocommerce button.button.alt .ico,
  .woocommerce button.button.alt .fa,
  .woocommerce input.button.alt .ico,
  .woocommerce input.button.alt .fa {
    color: #fff;
    position: relative;
    top: 2px; }

.woocommerce .woocommerce-message a.button,
.woocommerce .woocommerce-message button.button,
.woocommerce .woocommerce-message input.button {
  padding-left: 30px;
  padding-right: 30px; }

.woocommerce-info,
.woocommerce-message {
  border-top-color: #4fc9a8; }
  .woocommerce-info:before,
  .woocommerce-message:before {
    color: #4fc9a8; }

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #4fc9a8; }

.woocommerce a.remove {
  color: #ba0e1d !important; }

.woocommerce a.remove:hover {
  color: #fff !important;
  background: #ba0e1d !important; }

.woocommerce form .form-row label {
  font-size: 16px; }

.woocommerce form .form-row .required {
  color: #ba0e1d; }

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  display: block;
  max-width: 100%;
  width: 100%;
  background: #fff;
  border: 1px solid #9B9B9B;
  color: #525252;
  padding: 4px 10px;
  height: 50px;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.42857143;
  box-shadow: none;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  cursor: default;
  border-radius: 0;
  -webkit-appearance: none; }
  .woocommerce form .form-row input.input-text.placeholder,
  .woocommerce form .form-row textarea.placeholder {
    color: #ccc; }
  .woocommerce form .form-row input.input-text:focus,
  .woocommerce form .form-row textarea:focus {
    outline: none;
    border-color: #4fc9a8;
    box-shadow: none; }
  .woocommerce form .form-row input.input-text:hover,
  .woocommerce form .form-row textarea:hover {
    cursor: text; }

.woocommerce form .form-row textarea {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 100px;
  resize: vertical; }

.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
  width: calc(100% - 220px); }
  @media only screen and (max-width: 768px) {
    .woocommerce #content table.cart td.actions .coupon,
    .woocommerce table.cart td.actions .coupon,
    .woocommerce-page #content table.cart td.actions .coupon,
    .woocommerce-page table.cart td.actions .coupon {
      width: 100%; } }

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  width: 100%;
  max-width: calc(100% - 220px);
  height: 46px; }
  @media only screen and (max-width: 768px) {
    #add_payment_method table.cart td.actions .coupon .input-text,
    .woocommerce-cart table.cart td.actions .coupon .input-text,
    .woocommerce-checkout table.cart td.actions .coupon .input-text {
      width: 50%;
      max-width: 50%; } }

.woocommerce .select2-container:focus,
.woocommerce .select2-selection:focus {
  outline: none; }

.woocommerce .select2-container .select2-selection--single {
  background-color: #fff;
  border: 1px solid #9B9B9B;
  border-radius: 0;
  height: 50px; }
  .woocommerce .select2-container .select2-selection--single:focus {
    border-color: #4fc9a8; }

.woocommerce .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.woocommerce .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #525252; }

.woocommerce .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 12px 30px 8px 15px;
  height: 50px;
  line-height: 1.8; }

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
  width: 40px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAICAYAAAD9aA/QAAAAfElEQVQoFZXRgQ2AIAwEwI7AKIzESIzACIzCCI7gBvUxhWDFtJp8REqPCEREBeEfKcxMVu4FQJsTbhY46gMOgA8D7/UwGq33/CU0ReREdsfS56OFrfUJ90k8CdnBaW3yjB+w4Fnh2QPpNS9Y8Cp41Q3e7y84AC6I+7L0hhc28oiRLYTxoAAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: right 20px; }
  .woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none; }

.woocommerce .select2-search--dropdown .select2-search__field {
  padding: 8px 12px; }

.woocommerce .select2-dropdown {
  border-color: #9B9B9B; }

.woocommerce .select2-container--default .select2-results__option--highlighted[aria-selected],
.woocommerce .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #4fc9a8; }

.woocommerce .select2-results__option {
  padding: 8px 15px; }
  .woocommerce .select2-results__option:focus {
    outline: none !important; }

.tiles.products .price {
  color: #9B9B9B;
  font-size: 14px; }
  .tiles.products .price .amount {
    display: block;
    font-size: 22px;
    line-height: 1;
    color: #fff; }

.woocommerce-form-login {
  width: 640px;
  max-width: 100%; }

.woocommerce-MyAccount-navigation {
  width: 20%;
  margin-bottom: 40px;
  padding-right: 40px; }
  .woocommerce-MyAccount-navigation .nav > li {
    border-bottom: 1px solid #D8D8D8; }
    .woocommerce-MyAccount-navigation .nav > li:last-child {
      border-bottom: none; }
    .woocommerce-MyAccount-navigation .nav > li.is-active > a {
      color: #4fc9a8; }
      .woocommerce-MyAccount-navigation .nav > li.is-active > a:after {
        color: #4fc9a8;
        opacity: 1;
        right: 0; }
    .woocommerce-MyAccount-navigation .nav > li > a {
      text-decoration: none;
      display: block;
      padding: 20px 10px 20px 0;
      color: #525252;
      position: relative; }
      .woocommerce-MyAccount-navigation .nav > li > a:after {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'andys-astropix-icons' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        font-size: 12px;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        position: absolute;
        top: 25px;
        right: 20px;
        opacity: 0;
        pointer-events: none;
        transition: right 0.6s, opacity 0.6s; }
      .woocommerce-MyAccount-navigation .nav > li > a:hover, .woocommerce-MyAccount-navigation .nav > li > a:focus {
        color: #4fc9a8; }
