@charset "UTF-8";
/*
Theme Name: Olive
Version: 1.0
Author: Kai Wong
Author URI: https://www.yellowtang.ca
*/
:root {
  --primary: #D22F20;
  --primary-darken: #9d2318;
  --primary-lighten: #e4584c;
  --secondary: #FFB820;
  --secondary-darken: #eca100;
  --secondary-lighten: #ffc853;
  --tertiary: #313666;
  --tertiary-darken: #25294e;
  --highlight: #EFF4EF;
  --highlight-darken: #d1dfd1;
  --white: #FFFFFF;
  --black: #000000;
  --background-color: #F0F2ED;
  --color-green: #2F8020;
  --color-orange: #EF6406;
  --color-bg-yellow: #FBF9F0;
  --input-bg-color: #FBFDFB;
  --border-color: #DCDFDF;
  --border-color--dark: #BCBFBF;
  --logo-width: 12rem;
  --font: 'Arvo', serif;
  --font-title: 'Arvo', serif;
  --font-title--weight-heavy: 600;
  --font-title--weight: 500;
  --font-title--text-transform: uppercase;
  --font-text: 'Nunito Sans', sans-serif;
  --font-text--weight: 400;
  --font-text--color: #424242;
  --text-color: #424242;
  --font-navigation: 'Nunito Sans', sans-serif;
  --font-navigation--weight: 300;
  --font-navigation--style: uppercase;
  --font-size--xxsmall: 0.75rem;
  --font-size--xsmall: 0.875rem;
  --font-size--small: 0.925rem;
  --font-size: 1rem;
  --font-size--medium: 1.25rem;
  --font-size--large: 1.5rem;
  --spacing-xs: 0.5rem;
  --spacing-s: 1rem;
  --spacing-sm: 2rem;
  --spacing-m: 3rem;
  --spacing-l: 4rem;
  --spacing-xl: 5rem;
  --block-gap: 1.5rem;
  --block-gap-m: 2.5rem;
  --block-gap-l: 5rem;
  --block-gap-xl: 7.5rem;
  --shadow: 0 3px 10px rgba(93, 118, 141, 0.2), 0 1px 3px rgba(93, 118, 141, 0.3); }

/* ==========================================================================
	CSS Start Now
========================================================================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

body {
  font-size: 100%;
  font-family: var(--font-text);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  background: var(--background-color);
  font-size: 1rem; }

div, section, article {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

hr {
  border: none;
  background: #dcdfdf;
  height: 1px;
  margin: 4rem 0; }

.center {
  text-align: center; }
  @media (max-width: 767px) {
    .center--mobile {
      text-align: center; } }

.relative {
  position: relative; }

mark {
  background: none;
  color: var(--primary); }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

@media (min-width: 768px) {
  .newline {
    display: block; } }

@media (max-width: 767px) {
  .display-none-tablet {
    display: none; } }

.spacing--xs {
  margin-bottom: var(--spacing-xs) !important; }

.spacing--s {
  margin-bottom: var(--spacing-s) !important; }

.spacing--sm {
  margin-bottom: var(--spacing-sm) !important; }

.spacing--m {
  margin-bottom: var(--spacing-m) !important; }

.spacing--l {
  margin-bottom: var(--spacing-l) !important; }

.max-width-xxxs {
  max-width: 5rem;
  margin-left: auto;
  margin-right: auto; }

.max-width-xxs {
  max-width: 10rem;
  margin-left: auto;
  margin-right: auto; }

.max-width-xs {
  max-width: 15rem;
  margin-left: auto;
  margin-right: auto; }

.max-width-sm {
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto; }

.max-width-md {
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto; }

.max-width-lg {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto; }

.max-width-xl {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto; }

.max-width-xxl {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto; }

.max-width-xxxl {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto; }

.maxwidth--90 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto; }

.maxwidth--80 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto; }

.maxwidth--75 {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto; }

.maxwidth--70 {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto; }

.maxwidth--60 {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto; }

.maxwidth--50 {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto; }

.maxwidth--40 {
  max-width: 40%;
  margin-left: auto;
  margin-right: auto; }

.maxwidth--30 {
  max-width: 30%;
  margin-left: auto;
  margin-right: auto; }

.maxwidth--25 {
  max-width: 25%;
  margin-left: auto;
  margin-right: auto; }

.mb-2 {
  margin-bottom: 0.5rem; }

.mb-3 {
  margin-bottom: 0.75rem; }

.mb-4 {
  margin-bottom: 1rem; }

.mb-5 {
  margin-bottom: 1.25rem; }

.mb-6 {
  margin-bottom: 1.5rem; }

.mb-7 {
  margin-bottom: 1.75rem; }

.mb-8 {
  margin-bottom: 2rem; }

.mb-9 {
  margin-bottom: 2.25rem; }

.mb-10 {
  margin-bottom: 2.5rem; }

.mb-12 {
  margin-bottom: 3rem; }

.mb-16 {
  margin-bottom: 4rem; }

.mb-20 {
  margin-bottom: 5rem; }

/* ==========================================================================
	Columns
========================================================================== */
/* ........................... bootstrap grid ....................................... */
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important; }

.align-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  justify-content: center !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

/* row and columns */
.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .row.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  @media (min-width: 768px) {
    .row .copy {
      padding: 0 4rem; }
    .row .left .copy {
      padding: 0 4rem; } }
  .row--spacing {
    margin-top: 6rem; }

@media (min-width: 768px) {
  .section > .container .row .copy {
    padding: 0 0 0 3rem; }
  .section > .container .row .left .copy {
    padding: 0 3rem 0 0; } }

.col {
  -ms-flex-preferred-size: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 576px) {
    .col {
      -ms-flex-preferred-size: 0;
      flex-basis: 0; } }

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 768px) {
    .col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
      max-width: 576px;
      margin: 0 auto; } }

@media (max-width: 767px) {
  .mobile-spacing .col-1 {
    margin-bottom: 1.5rem; }
    .mobile-spacing .col-1:last-child {
      margin-bottom: 0; }
  .mobile-spacing .col-2 {
    margin-bottom: 1.5rem; }
    .mobile-spacing .col-2:last-child {
      margin-bottom: 0; }
  .mobile-spacing .col-3 {
    margin-bottom: 1.5rem; }
    .mobile-spacing .col-3:last-child {
      margin-bottom: 0; }
  .mobile-spacing .col-4 {
    margin-bottom: 1.5rem; }
    .mobile-spacing .col-4:last-child {
      margin-bottom: 0; }
  .mobile-spacing .col-5 {
    margin-bottom: 1.5rem; }
    .mobile-spacing .col-5:last-child {
      margin-bottom: 0; }
  .mobile-spacing .col-6 {
    margin-bottom: 1.5rem; }
    .mobile-spacing .col-6:last-child {
      margin-bottom: 0; }
  .mobile-spacing .col-7 {
    margin-bottom: 1.5rem; }
    .mobile-spacing .col-7:last-child {
      margin-bottom: 0; }
  .mobile-spacing .col-8 {
    margin-bottom: 1.5rem; }
    .mobile-spacing .col-8:last-child {
      margin-bottom: 0; }
  .mobile-spacing .col-9 {
    margin-bottom: 1.5rem; }
    .mobile-spacing .col-9:last-child {
      margin-bottom: 0; }
  .mobile-spacing .col-10 {
    margin-bottom: 1.5rem; }
    .mobile-spacing .col-10:last-child {
      margin-bottom: 0; }
  .mobile-spacing .col-11 {
    margin-bottom: 1.5rem; }
    .mobile-spacing .col-11:last-child {
      margin-bottom: 0; }
  .mobile-spacing .col-12 {
    margin-bottom: 1.5rem; }
    .mobile-spacing .col-12:last-child {
      margin-bottom: 0; } }

@media (min-width: 768px) {
  .col-1 {
    width: 8.33333%;
    max-width: 8.33333%; }
  .col-2 {
    width: 16.66667%;
    max-width: 16.66667%; }
  .col-3 {
    width: 25%;
    max-width: 25%; }
  .col-4 {
    width: 33.33333%;
    max-width: 33.33333%; }
  .col-5 {
    width: 41.66667%;
    max-width: 41.66667%; }
  .col-6 {
    width: 50%;
    max-width: 50%; }
  .col-7 {
    width: 58.33333%;
    max-width: 58.33333%; }
  .col-8 {
    width: 66.66667%;
    max-width: 66.66667%; }
  .col-9 {
    width: 75%;
    max-width: 75%; }
  .col-10 {
    width: 83.33333%;
    max-width: 83.33333%; }
  .col-11 {
    width: 91.66667%;
    max-width: 91.66667%; }
  .col-12 {
    width: 100%;
    max-width: 100%; }
  .padded {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .padded .col-1 {
      width: 7.08333%;
      max-width: 7.08333%; }
    .padded .col-2 {
      width: 15.41667%;
      max-width: 15.41667%; }
    .padded .col-3 {
      width: 23.75%;
      max-width: 23.75%; }
    .padded .col-4 {
      width: 32.08333%;
      max-width: 32.08333%; }
    .padded .col-5 {
      width: 40.41667%;
      max-width: 40.41667%; }
    .padded .col-6 {
      width: 48.75%;
      max-width: 48.75%; }
    .padded .col-7 {
      width: 57.08333%;
      max-width: 57.08333%; }
    .padded .col-8 {
      width: 65.41667%;
      max-width: 65.41667%; }
    .padded .col-9 {
      width: 73.75%;
      max-width: 73.75%; }
    .padded .col-10 {
      width: 82.08333%;
      max-width: 82.08333%; }
    .padded .col-11 {
      width: 90.41667%;
      max-width: 90.41667%; }
    .padded .col-12 {
      width: 98.75%;
      max-width: 98.75%; }
  .offset-1 {
    margin-left: 8.33333%; }
  .offset-2 {
    margin-left: 16.66667%; }
  .offset-3 {
    margin-left: 25%; }
  .offset-4 {
    margin-left: 33.33333%; }
  .offset-5 {
    margin-left: 41.66667%; }
  .offset-6 {
    margin-left: 50%; }
  .offset-7 {
    margin-left: 58.33333%; }
  .offset-8 {
    margin-left: 66.66667%; }
  .offset-9 {
    margin-left: 75%; }
  .offset-10 {
    margin-left: 83.33333%; }
  .offset-11 {
    margin-left: 91.66667%; } }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.border > .col,
.border > [class*="col-"] {
  background-color: #eff4ef;
  border: 1px solid #dcdfdf; }

.row.flush-center > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* vertical alignment of flex items */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* center flex items vertically */ }

@media (min-width: 768px) {
  .row > .left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .row > .right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; } }

@media (max-width: 767px) {
  .responsive-pad {
    margin-top: 2rem; } }

.grid {
  display: -ms-grid;
  display: grid; }
  .grid-border {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    background: var(--primary-background); }
    @media (min-width: 576px) {
      .grid-border {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 992px) {
      .grid-border {
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr); } }
    .grid-border__item {
      background-color: var(--white);
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      -ms-transition: all 0.25s ease;
      transition: all 0.25s ease;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 30rem;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (min-width: 576px) {
        .grid-border__item.landscape {
          grid-column: auto / span 2; } }
      .grid-border__item h3 {
        font-size: 1.5rem;
        text-align: center; }
      .grid-border__item h5 {
        text-align: center;
        font-size: 1.325rem;
        text-transform: capitalize;
        margin-bottom: 1rem; }
      .grid-border__item.dark {
        color: var(--white); }
        .grid-border__item.dark h5 {
          color: var(--white); }
    .grid-border__inner {
      display: block;
      height: 100%; }
      .grid-border__inner--padded {
        padding: 3rem; }

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 1rem, 0);
    transform: translate3d(0, 1rem, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 1rem, 0);
    transform: translate3d(0, 1rem, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    -o-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* ==========================================================================
	Layout
========================================================================== */
.container {
  width: auto;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1rem;
  position: relative; }
  @media (max-width: 576px) {
    .container {
      padding: 0 0.7rem; } }
  .container.overflow {
    overflow: visible; }
  .container.narrow {
    max-width: 992px; }
  .container--colorbg {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
    max-width: 600px;
    background: rgba(138, 198, 90, 0.75);
    padding: 1.5rem;
    margin: 0 auto;
    display: block; }
  .container--content {
    border: 1px solid #ffffff;
    background: rgba(255, 255, 255, 0.1);
    padding: 1.25rem;
    margin: 0 auto;
    display: block; }
    .container--content h2 {
      color: #ffffff;
      margin: 0 0 1.25rem;
      text-align: center; }
    .container--content p {
      font-size: 19px;
      color: #ffffff;
      font-weight: 300; }

.mw-6 {
  max-width: 6rem; }

.mw-8 {
  max-width: 8rem; }

.mw-12 {
  max-width: 12rem; }

.mw-16 {
  max-width: 16rem; }

.mw-24 {
  max-width: 24rem; }

.mw-32 {
  max-width: 32rem; }

.mw-48 {
  max-width: 48rem; }

.mw-60 {
  max-width: 60rem; }

.m-auto {
  margin-left: auto;
  margin-right: auto; }

.full-container {
  width: auto;
  max-width: 1200px;
  display: block;
  margin: 0 auto; }

.xsmall-container {
  width: auto;
  max-width: 150px;
  display: block;
  margin: 0 auto; }

.small-container {
  width: auto;
  max-width: 225px;
  display: block;
  margin: 0 auto; }

.one-fourth-container {
  width: auto;
  max-width: 300px;
  display: block;
  margin: 0 auto; }

.one-third-container {
  width: auto;
  max-width: 400px;
  display: block;
  margin: 0 auto; }

.one-half-container {
  width: auto;
  max-width: 600px;
  display: block;
  margin: 0 auto; }

.box {
  height: 100%;
  border: 1px solid #dcdfdf; }
  .box.white {
    background-color: #ffffff; }
  .box.padded {
    padding: 0.5rem; }
  .box.style {
    border-top: 5px solid var(--secondary); }
  .box .copy {
    padding: 2rem; }

.box-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3; }

.section {
  padding: 3rem 0; }
  .section.alt {
    background-color: #eff4ef; }
  .section.extra-pad {
    padding: 8rem 0; }
  .section.bg-image {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
  .section.featured h2.title {
    text-align: center;
    margin-bottom: 4rem; }
  .section.featured h4 {
    margin-bottom: 1rem;
    margin-top: 0.25rem; }
    @media (max-width: 768px) {
      .section.featured h4 {
        margin-top: 1rem; } }
  .section.featured .row + .row {
    margin-top: 4rem; }

.sub-section {
  padding: 2rem 0; }
  .sub-section h2.sub-title {
    font-size: 21px;
    text-transform: uppercase;
    text-align: center; }

.parallax_section .copy {
  text-align: center;
  color: #fff;
  padding-top: 18%;
  padding-bottom: 21%; }
  .parallax_section .copy h2 {
    font-size: 50px; }

.circle-wrap {
  background-color: rgba(110, 112, 73, 0.75);
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%; }
  .circle-wrap-content {
    width: 80%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.green {
  background-color: #e22f20; }
  .green h2, .green h3, .green h4, .green h5, .green h6, .green p {
    color: #ffffff; }
  .green var(--secondary) .btn {
    background-color: var(--secondary); }
  .green.withbg {
    background-image: url("/wp-content/uploads/2021/04/green-bg.svg");
    background-repeat: no-repeat;
    background-position: right bottom; }

.light-green {
  background-color: #eff4ef; }

.cyan {
  background-color: #ffb820; }

.sand {
  background-color: #eff4ef; }

.gray {
  background-color: #f0f2ed; }

.primary-background {
  background-color: var(--primary); }

.secondary-background {
  background-color: var(--secondary); }

.tertiary-background {
  background-color: var(--tertiary); }

.green-background {
  background-color: var(--color-green); }

.orange-background {
  background-color: var(--color-orange); }

.blog-content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .blog-content .blog-posts, .blog-content .blog-sidebar {
    position: relative;
    width: 100%;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .blog-content .blog-sidebar {
    background-color: #ffffff;
    padding: 0.5rem 1.5rem 1.5rem;
    position: -webkit-sticky;
    position: sticky;
    top: 135px; }
  @media (min-width: 992px) {
    .blog-content .blog-posts {
      width: calc(72% - 0.5rem); }
      .blog-content .blog-posts.full-width {
        width: 100%; }
    .blog-content .blog-sidebar {
      width: calc(28% - 0.5rem); } }
  .blog-content .category-header h1 + p {
    margin-top: -1rem; }
  .blog-content .category-header p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    font-weight: 300;
    text-align: center;
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto; }
  .blog-content .teaser {
    height: 100%;
    background-color: var(--white);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    .blog-content .teaser:hover {
      box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.25);
      -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.25); }
    .blog-content .teaser-link {
      text-decoration: none;
      display: block; }
      .blog-content .teaser-link h2 {
        color: #2d2f4a; }
      .blog-content .teaser-link:hover h2 {
        color: #e22f20; }
    .blog-content .teaser-image {
      line-height: 0; }
    .blog-content .teaser-content {
      background-color: var(--white);
      padding: 1rem; }
      .blog-content .teaser-content__title {
        font-size: 1.175rem;
        line-height: 1.5;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        -ms-transition: all 0.25s ease;
        transition: all 0.25s ease; }
    .blog-content .teaser__category {
      color: var(--primary);
      font-family: "Nunito Sans", sans-serif;
      text-transform: uppercase; }
      .blog-content .teaser__category a {
        color: #e22f20;
        text-decoration: none; }
        .blog-content .teaser__category a:hover {
          color: var(--secondary); }
  .blog-content #featured {
    background-color: #ffffff; }
    .blog-content #featured .featured-teaser {
      position: relative;
      overflow-y: hidden; }
      .blog-content #featured .featured-teaser:hover {
        box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.25); }
      .blog-content #featured .featured-teaser .teaser-link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1; }
        .blog-content #featured .featured-teaser .teaser-link:hover ~ .featured-teaser-content, .blog-content #featured .featured-teaser .teaser-link:focus ~ .featured-teaser-content {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
          .blog-content #featured .featured-teaser .teaser-link:hover ~ .featured-teaser-content .featured-teaser-content__title, .blog-content #featured .featured-teaser .teaser-link:focus ~ .featured-teaser-content .featured-teaser-content__title {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            color: var(--secondary);
            background: none; }
          .blog-content #featured .featured-teaser .teaser-link:hover ~ .featured-teaser-content .featured-teaser-content__body p, .blog-content #featured .featured-teaser .teaser-link:focus ~ .featured-teaser-content .featured-teaser-content__body p {
            opacity: 1; }
      .blog-content #featured .featured-teaser__category {
        position: absolute;
        font-family: "Nunito Sans", sans-serif;
        text-transform: uppercase;
        background-color: #e22f20;
        padding: .5rem 1rem .35rem;
        margin-top: 5%;
        z-index: 2; }
        .blog-content #featured .featured-teaser__category a {
          color: #ffffff;
          text-decoration: none; }
          .blog-content #featured .featured-teaser__category a:hover {
            color: #2d2f4a; }
      .blog-content #featured .featured-teaser-content {
        -webkit-transition: -webkit-transform 500ms;
        transition: -webkit-transform 500ms;
        -o-transition: transform 500ms;
        transition: transform 500ms;
        transition: transform 500ms, -webkit-transform 500ms;
        background: rgba(45, 47, 74, 0.85); }
        .blog-content #featured .featured-teaser-content__title {
          display: block;
          -webkit-transition: -webkit-transform 500ms;
          transition: -webkit-transform 500ms;
          -o-transition: transform 500ms;
          transition: transform 500ms;
          transition: transform 500ms, -webkit-transform 500ms;
          padding: 1rem;
          font-size: 1.25rem;
          line-height: 1.5;
          margin: 0;
          color: #ffffff; }
        .blog-content #featured .featured-teaser-content__body {
          padding: 0 1rem 1rem; }
          .blog-content #featured .featured-teaser-content__body p {
            -webkit-transition: all 0.5s ease-in;
            -o-transition: all 0.5s ease-in;
            transition: all 0.5s ease-in;
            color: #ffffff; }
        @media (min-width: 768px) {
          .blog-content #featured .featured-teaser-content {
            -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
            position: absolute;
            bottom: 0; }
            .blog-content #featured .featured-teaser-content__title {
              -webkit-transform: translate3d(0, -100%, 0);
              transform: translate3d(0, -100%, 0);
              background: rgba(45, 47, 74, 0.85); }
            .blog-content #featured .featured-teaser-content__body p {
              opacity: 0; } }
  .blog-content #featured + .recent-posts {
    margin-top: 1rem; }
  .blog-content .padded .col-6 {
    width: calc(50% - 0.5rem);
    max-width: calc(50% - 0.5rem); }

.post-single {
  background-color: var(--white);
  margin: 2rem auto;
  border-top: 5px solid var(--secondary); }
  .post-single__title {
    font-size: 2.5rem;
    line-height: 1.3;
    max-width: 43.75rem;
    letter-spacing: -.005em;
    margin: 2rem auto;
    font-weight: 400; }
  .post-single__info {
    border-top: 1px solid #dcdfdf;
    border-bottom: 1px solid #dcdfdf;
    padding: 0.5rem 0; }
  .post-single__category {
    color: #e22f20;
    font-family: "Nunito Sans", sans-serif;
    text-transform: uppercase; }
    .post-single__category a {
      color: #e22f20;
      text-decoration: none; }
      .post-single__category a:hover {
        color: var(--secondary); }
  .post-single figure img {
    width: 100%;
    height: auto; }
  .post-single .full-bleed {
    max-width: calc(100% + 4rem);
    width: calc(100% + 4rem);
    margin-left: -2rem;
    margin-right: -2rem; }
  .post-single-header {
    padding: 2rem; }
    @media (max-width: 576px) {
      .post-single-header {
        padding: 1.25rem; } }
  .post-single__header {
    display: block;
    text-align: center; }
  .post-single__footer {
    display: block;
    margin-top: 2rem;
    text-align: center;
    border-top: 1px solid #dcdfdf;
    padding: 2rem; }
  .post-single__content {
    margin: 0 auto;
    max-width: 58rem;
    padding-bottom: 4rem; }
    @media (max-width: 1200px) {
      .post-single__content {
        padding-left: 2rem;
        padding-right: 2rem; } }
    @media (max-width: 576px) {
      .post-single__content {
        padding-left: 1.25rem;
        padding-right: 1.25rem; } }
    .post-single__content p + figure {
      margin-top: 2rem; }
    .post-single__content .figure-block {
      margin-bottom: 2rem; }
    .post-single__content .info-block {
      margin: 3rem auto; }
    .post-single__content h2, .post-single__content h3, .post-single__content h4, .post-single__content h5, .post-single__content h6, .post-single__content p, .post-single__content .mw-post {
      max-width: 43.75rem;
      margin-left: auto;
      margin-right: auto; }
    .post-single__content h2 {
      font-size: 1.625rem;
      margin-top: 1.5rem;
      margin-bottom: 1rem;
      font-weight: 400;
      width: 100%; }
    .post-single__content h4 {
      font-size: 1.25rem;
      margin-top: 1rem;
      margin-bottom: 1rem; }
    .post-single__content h5 {
      font-size: 1.15rem;
      margin-top: 1rem;
      margin-bottom: 1rem; }
    .post-single__content p + h2, .post-single__content p + h4 {
      margin-top: 2rem; }
    .post-single__content p {
      width: 100%;
      font-size: 1.15rem; }
    .post-single__content ul, .post-single__content ol {
      padding-top: 1rem;
      padding-bottom: 1rem; }
    .post-single__content blockquote {
      margin: 1.25rem 0;
      border-top: 0.5rem solid var(--secondary);
      border-bottom: 1px solid var(--secondary);
      padding: 1rem 0; }
      .post-single__content blockquote p {
        line-height: 1.7;
        font-size: 1.05rem;
        font-style: normal;
        text-align: center; }
      .post-single__content blockquote cite {
        margin-top: 2rem;
        text-align: right;
        display: block;
        font-size: 1.125rem;
        font-family: var(--font); }
        .post-single__content blockquote cite span {
          display: block; }
          .post-single__content blockquote cite span.quote-position {
            font-family: var(--font-text);
            font-size: var(--font-size); }
      .post-single__content blockquote.featured {
        margin: 2rem 0;
        padding: 2rem 0;
        border-color: var(--primary); }
        .post-single__content blockquote.featured p {
          font-size: 2rem;
          line-height: 1.3;
          font-weight: 600; }
  .post-single__more-posts {
    margin-top: 2rem;
    margin: 2rem auto;
    max-width: 64rem;
    text-align: center; }

figure.portrait {
  max-width: 13rem;
  margin: 0 auto 1rem; }
  figure.portrait img {
    border-radius: 50%; }

.post-type-page {
  margin: 2rem auto; }
  .post-type-page .post-content {
    background-color: #ffffff; }
    .post-type-page .post-content .copy {
      padding: 2rem; }
      @media (max-width: 576px) {
        .post-type-page .post-content .copy {
          padding: 1.25rem; } }
    .post-type-page .post-content.with_bg {
      background-position: bottom center;
      background-repeat: no-repeat;
      padding-bottom: 10rem; }
    .post-type-page .post-content.strawberries {
      background-image: url("/wp-content/uploads/2023/06/strawberries-bg.png?v=2"); }
  .post-type-page .post-content + .post-content {
    margin-top: 2rem; }

.page .entry-container {
  background-color: var(--white);
  padding: 2rem; }
  @media (max-width: 576px) {
    .page .entry-container {
      padding: 1.25rem; } }

/* ==========================================================================
	Typography
========================================================================== */
a {
  color: #e22f20;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer; }

a:hover {
  color: var(--tertiary); }

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Arvo", serif; }

h1, h3 {
  font-weight: 600; }

.main-navigation ul > li > a,
.mobile-navigation ul > li > a {
  font-family: "Arvo", serif; }

h1, h2, h3, h4, h5, h6 {
  margin: .25rem 0 .5rem; }

h1 a, h2 a, h3 a, h4 a, h5 a {
  text-decoration: none; }

.section-title {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  position: relative;
  z-index: 1; }
  .section-title span {
    background-color: #f0f2ed;
    padding: 0 1rem; }
  .section-title:before {
    content: '';
    position: absolute;
    height: 2px;
    left: 0;
    right: 0;
    top: 50%;
    width: 99%;
    z-index: -1;
    background-color: #e22f20; }

.section-subtitle {
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.75rem;
  margin: 1rem 0 0.5rem;
  font-weight: 200; }

.section-paragraph {
  text-align: center;
  margin-bottom: 1.5rem; }

.category-simple-pleasures h1.page-title,
.category-wellness h1.page-title,
.category-food h1.page-title,
.category-pediatrics h1.page-title,
.category-life h1.page-title,
.category-life-lessons h1.page-title {
  padding-top: 2.5rem;
  margin-top: 0; }
  .category-simple-pleasures h1.page-title:before,
  .category-wellness h1.page-title:before,
  .category-food h1.page-title:before,
  .category-pediatrics h1.page-title:before,
  .category-life h1.page-title:before,
  .category-life-lessons h1.page-title:before {
    content: '';
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    left: 50%;
    margin-left: -1.25rem;
    top: -0.25rem;
    background-size: cover; }

.category-simple-pleasures h1.page-title:before {
  background-image: url("/wp-content/uploads/2021/06/icon-simple-pleasures-color.svg"); }

.category-food h1.page-title:before {
  background-image: url("/wp-content/uploads/2021/06/icon-food-color.svg"); }

.category-wellness h1.page-title:before {
  background-image: url("/wp-content/uploads/2021/06/icon-wellness-color.svg"); }

.category-pediatrics h1.page-title:before {
  background-image: url("/wp-content/uploads/2021/06/icon-pediatric-color.svg"); }

.category-life h1.page-title:before, .category-life-lessons h1.page-title:before {
  background-image: url("/wp-content/uploads/2021/06/icon-life-color.svg"); }

h1 {
  font-size: 3rem; }
  @media (max-width: 576px) {
    h1 {
      font-size: 2.5rem;
      text-align: center; } }
  h1.page-title {
    text-align: center;
    font-size: 2.5rem;
    margin-top: 1rem;
    margin-bottom: 3rem;
    text-transform: uppercase;
    letter-spacing: .075rem; }
  h1.entry-title {
    position: relative;
    /*
		&:before {
			content: "";
	    position: absolute;
	    z-index: -1;
	    display: block;
	    left: 0;
	    bottom: -10px;
			background: $main;
			width: 4rem;
    	height: 0.5rem;
		}*/
    margin-bottom: 1.25rem; }

h2 {
  font-size: 38px;
  font-weight: 500; }
  h2 a {
    color: #e22f20; }

h3 {
  color: #e22f20;
  font-size: 1.65rem;
  margin-bottom: 1.5rem;
  line-height: 1.4;
  text-transform: capitalize;
  word-spacing: -0.1rem; }
  h3.widget-title {
    text-align: center;
    font-size: 1.125rem;
    font-weight: 400;
    position: relative;
    z-index: 1; }
    h3.widget-title span {
      background-color: #ffffff;
      padding: 0 1rem; }
    h3.widget-title:before {
      content: '';
      position: absolute;
      height: 2px;
      left: 0;
      right: 0;
      top: 50%;
      width: 100%;
      z-index: -1;
      background-color: var(--secondary); }

h4 {
  font-weight: 500;
  font-size: 24px; }
  h4.sub-title {
    border-bottom: 1px solid #e22f20;
    padding-bottom: 0.25rem; }

h5 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5; }
  h5.subtitle {
    color: #e22f20;
    margin: 1rem 0; }

h6 {
  font-weight: 600;
  font-size: 1.125rem;
  font-size: 1.05rem;
  margin: 0.5rem 0; }

p {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  font-size: 1.05rem;
  color: #2f3030; }
  p.subtitle {
    font-size: 21px; }
  p.first-paragraph::first-letter {
    float: left;
    font-size: 3.275rem;
    line-height: 1;
    padding-right: 5px; }

p + p, p + h6 {
  margin-top: 1rem; }

blockquote {
  margin: 1rem 0; }
  blockquote p {
    font-size: 0.975rem;
    font-style: italic;
    font-family: "Arvo", serif; }
  blockquote.style-1 {
    margin-top: 1rem; }
    blockquote.style-1 footer {
      margin-top: 1rem; }

.type-light h2, .type-light h3, .type-light p {
  color: #fff; }

.btn-container {
  width: auto;
  max-width: 1200px;
  display: block;
  margin: 1rem auto;
  text-align: center; }

.btn {
  font-family: "Arvo", serif;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  background-color: #e22f20;
  text-decoration: none;
  cursor: pointer;
  padding: 10px 15px;
  border: 0;
  border-radius: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-transform: capitalize;
  font-size: 16px;
  display: inline-block; }
  .btn:hover {
    background-color: var(--secondary);
    color: #ffffff; }
  .btn--container {
    width: 100%;
    margin: 4rem auto 0;
    display: block;
    text-align: center; }

.btn-2 {
  padding: 9px 15px;
  display: inline-block;
  border: 1px solid var(--secondary);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 0.75rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .btn-2:hover {
    background-color: #e22f20;
    color: #ffffff;
    border-color: #e22f20; }

/* ==========================================================================
	Header
========================================================================== */
#header-fix-gap {
  height: 120px; }
  @media (max-width: 576px) {
    #header-fix-gap {
      height: 78px; } }

header#site-header {
  width: 100% !important;
  display: block;
  position: relative;
  border-bottom: 1px solid #dcdfdf;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  z-index: 10;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: fixed; }
  header#site-header .container {
    position: relative;
    width: 100%; }
  header#site-header .site-header-top {
    border-bottom: 1px solid #ffffff;
    border-bottom-color: rgba(255, 255, 255, 0.33);
    background-color: rgba(0, 0, 0, 0.1);
    background-color: #e22f20; }
    @media (max-width: 576px) {
      header#site-header .site-header-top {
        display: none; } }
    header#site-header .site-header-top .grid-panel {
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      -ms-transition: all 0.25s ease;
      transition: all 0.25s ease;
      -ms-grid-columns: minmax(200px, 1fr) auto;
      grid-template-columns: minmax(200px, 1fr) auto;
      grid-gap: 20px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 768px) {
        header#site-header .site-header-top .grid-panel {
          -ms-grid-columns: 1fr;
          grid-template-columns: 1fr; } }
      @media (max-width: 992px) {
        header#site-header .site-header-top .grid-panel__message {
          display: none; } }
      header#site-header .site-header-top .grid-panel__message p {
        color: #ffffff;
        font-size: 14px; }
      header#site-header .site-header-top .grid-panel__nav ul {
        text-align: right; }
        header#site-header .site-header-top .grid-panel__nav ul li {
          display: inline-block;
          margin: 0;
          padding: 0;
          border-left: 1px solid #ffffff; }
          header#site-header .site-header-top .grid-panel__nav ul li a {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding: 0.25rem 0.5rem;
            display: inline-block; }
            header#site-header .site-header-top .grid-panel__nav ul li a:hover {
              color: var(--secondary); }
          header#site-header .site-header-top .grid-panel__nav ul li:first-child {
            border-left: 0px; }
    header#site-header .site-header-top .menu li a {
      text-decoration: none;
      color: #ffffff; }
  @media (max-width: 576px) {
    header#site-header .site-header-bottom {
      border-top: 5px solid var(--primary); } }
  header#site-header .site-header-bottom .grid-header {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -ms-grid-columns: 250px 1fr;
    grid-template-columns: 250px 1fr;
    height: 85px;
    grid-gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 576px) {
      header#site-header .site-header-bottom .grid-header {
        height: 70px;
        -ms-grid-columns: 225px 1fr;
        grid-template-columns: 225px 1fr; } }
    header#site-header .site-header-bottom .grid-header__logo {
      display: block; }
      @media (max-width: 992px) {
        header#site-header .site-header-bottom .grid-header__logo {
          text-align: left; } }
      header#site-header .site-header-bottom .grid-header__logo h1 {
        margin: 0;
        display: inline-block;
        vertical-align: middle;
        float: none;
        text-transform: uppercase;
        font-weight: 300;
        font-size: 28px;
        text-align: left; }
        header#site-header .site-header-bottom .grid-header__logo h1 a {
          color: #ffffff; }
      header#site-header .site-header-bottom .grid-header__logo svg {
        width: 100%;
        height: auto;
        display: block; }
      header#site-header .site-header-bottom .grid-header__logo img {
        width: 100%; }
        header#site-header .site-header-bottom .grid-header__logo img.img-scroll {
          display: none; }
    header#site-header .site-header-bottom .grid-header__nav-toolbar {
      -ms-grid-columns: 1fr 75px 65px;
      grid-template-columns: 1fr 75px 65px;
      grid-gap: 5px;
      text-align: right;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      header#site-header .site-header-bottom .grid-header__nav-toolbar .social-media {
        display: none; }
      @media (max-width: 576px) {
        header#site-header .site-header-bottom .grid-header__nav-toolbar {
          display: none; } }
    header#site-header .site-header-bottom .grid-header__callout {
      height: 100%; }
    @media (max-width: 991px) {
      header#site-header .site-header-bottom .grid-header__nav {
        display: none; } }
    header#site-header .site-header-bottom .grid-header__mobile-nav {
      text-align: right; }
      @media (min-width: 992px) {
        header#site-header .site-header-bottom .grid-header__mobile-nav {
          display: none; } }

#slogan {
  padding: 0.25rem 0;
  background-color: #e22f20;
  margin-top: .5rem; }
  #slogan p {
    color: #ffffff; }

#svg-balloon {
  -webkit-animation: MovingBalloon 6s ease 0s infinite alternate;
  animation: MovingBalloon 6s ease 0s infinite alternate; }

#svg-balloon-path {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }

#drLogo path, #drLogo polygon {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease; }

#drLogo:hover path, #drLogo:hover polygon {
  fill: #e22f20; }

#drLogo:hover #svg-girl {
  fill: #2d2f4a; }

#drLogo:hover #svg-balloon-path {
  -webkit-transform: translateY(-0.1rem);
  -ms-transform: translateY(-0.1rem);
  transform: translateY(-0.1rem); }

/* ==========================================================================
	Footer
========================================================================== */
footer#footer-main {
  background-color: var(--tertiary-darken);
  background-image: url("/wp-content/uploads/2023/06/graphic-icon-bg-geometric.svg");
  color: #ffffff; }
  footer#footer-main #footer-widget {
    width: 100%;
    clear: both;
    margin: 0px;
    padding: 4rem 0 6rem;
    border-top: 1px solid #dcdfdf; }
    footer#footer-main #footer-widget .logo {
      max-width: 14rem;
      margin-bottom: 0.5rem; }
      footer#footer-main #footer-widget .logo img {
        width: 100%;
        height: auto; }
    footer#footer-main #footer-widget h1, footer#footer-main #footer-widget h2, footer#footer-main #footer-widget h3, footer#footer-main #footer-widget h4, footer#footer-main #footer-widget h5, footer#footer-main #footer-widget h6 {
      display: inline-block; }
    footer#footer-main #footer-widget h1 {
      font-size: 2rem; }
    footer#footer-main #footer-widget h4 {
      color: var(--secondary);
      font-size: 16px;
      text-transform: uppercase;
      margin-bottom: 15px; }
    footer#footer-main #footer-widget h6 {
      color: #ffffff;
      position: relative;
      font-weight: 400; }
    footer#footer-main #footer-widget p {
      color: #ffffff;
      margin-bottom: 1rem; }
    footer#footer-main #footer-widget p + h4 {
      margin-top: 1rem; }
    footer#footer-main #footer-widget ul {
      list-style-type: none; }
      footer#footer-main #footer-widget ul li a {
        text-decoration: none;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        position: relative;
        display: inline-block;
        margin-bottom: 5px;
        font-size: 15px;
        color: #ffffff; }
        footer#footer-main #footer-widget ul li a:after {
          content: '';
          position: absolute;
          width: 100%;
          left: 0;
          bottom: 0;
          opacity: 0;
          border-bottom: 1px solid var(--secondary);
          -webkit-transition: opacity 0.3s ease-in-out;
          -o-transition: opacity 0.3s ease-in-out;
          transition: opacity 0.3s ease-in-out; }
        footer#footer-main #footer-widget ul li a:hover {
          color: var(--secondary); }
          footer#footer-main #footer-widget ul li a:hover:after {
            opacity: 1; }
  footer#footer-main #copyright {
    text-align: center;
    width: 100%;
    clear: both;
    margin: 0px;
    font-size: 13px; }
    footer#footer-main #copyright a {
      color: var(--secondary); }
    footer#footer-main #copyright > .container {
      border-top: 1px solid #dcdfdf;
      padding: 2rem 0; }
  footer#footer-main cite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px; }
    footer#footer-main cite img {
      max-width: 2.5rem; }

.working-hours-widget h6 {
  color: #2f3030;
  margin: 0 0 0.75rem !important;
  display: block !important; }
  .working-hours-widget h6 span {
    font-size: 13px;
    display: table-cell;
    white-space: nowrap;
    width: 1%;
    text-transform: uppercase; }
    .working-hours-widget h6 span.wh-day {
      padding-right: 5px; }
    .working-hours-widget h6 span.wh-dots {
      width: 98%; }
      .working-hours-widget h6 span.wh-dots span {
        border-bottom: 1px dotted;
        display: block;
        width: 100%;
        margin: 0; }
    .working-hours-widget h6 span.wh-hours {
      padding-left: 5px; }

/* ==========================================================================
	Navigation
========================================================================== */
.menu {
  list-style: none; }

#main-navigation ul > li {
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 15px; }
  #main-navigation ul > li .icon {
    position: absolute;
    width: 27px;
    height: 27px;
    left: 50%;
    margin-left: -12px;
    top: -12px;
    background-size: cover;
    opacity: 0;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    #main-navigation ul > li .icon.icon-life {
      background-image: url("/wp-content/uploads/2021/05/icon-life.svg"); }
    #main-navigation ul > li .icon.icon-wellness {
      background-image: url("/wp-content/uploads/2021/05/icon-wellness.svg"); }
    #main-navigation ul > li .icon.icon-pediatrics {
      background-image: url("/wp-content/uploads/2021/05/icon-pediatric.svg"); }
    #main-navigation ul > li .icon.icon-pleasure {
      background-image: url("/wp-content/uploads/2021/06/icon-simple-pleasures.svg"); }
    #main-navigation ul > li .icon.icon-food {
      background-image: url("/wp-content/uploads/2021/05/icon-food.svg"); }
  #main-navigation ul > li a {
    position: relative;
    text-decoration: none;
    padding: 20px 15px 12px;
    /* important - height of top bar */
    display: inline-block;
    color: #2f3030; }
  #main-navigation ul > li:hover > a {
    color: var(--primary);
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px); }
    #main-navigation ul > li:hover > a .icon {
      opacity: 1;
      top: -0.6rem; }
  #main-navigation ul > li.current-menu-item > a {
    color: var(--primary); }
  #main-navigation ul > li.menu-item-has-children {
    position: relative;
    padding-right: 0.75rem; }
    #main-navigation ul > li.menu-item-has-children > a:after, #main-navigation ul > li.menu-item-has-children > a:before {
      content: "";
      width: 8px;
      height: 1px;
      background-color: #000;
      border-radius: 0px;
      position: absolute;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      -o-transition-property: transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transition-duration: 0.25s;
      -o-transition-duration: 0.25s;
      transition-duration: 0.25s;
      -webkit-transition-timing-function: ease;
      -o-transition-timing-function: ease;
      transition-timing-function: ease;
      top: 28px;
      -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
      transform-origin: 100% 100%; }
    #main-navigation ul > li.menu-item-has-children > a:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      right: 10px; }
    #main-navigation ul > li.menu-item-has-children > a:after {
      -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      right: 2px; }
    #main-navigation ul > li.menu-item-has-children ul.sub-menu {
      -webkit-box-shadow: 0px 10px 20px -8px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 10px 20px -8px rgba(0, 0, 0, 0.15);
      -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      transform: translateY(-10px);
      visibility: hidden;
      opacity: 0;
      position: absolute;
      width: 250px;
      z-index: -1;
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      -ms-transition: all 0.25s ease;
      transition: all 0.25s ease; }
      #main-navigation ul > li.menu-item-has-children ul.sub-menu > li {
        width: 100%; }
        #main-navigation ul > li.menu-item-has-children ul.sub-menu > li.menu-item-has-children > a:before {
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          right: 20px;
          top: 20px; }
        #main-navigation ul > li.menu-item-has-children ul.sub-menu > li.menu-item-has-children > a:after {
          -webkit-transform-origin: 0% 0%;
          -ms-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
          -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
          transform: rotate(135deg);
          right: 11px;
          top: 21px; }
        #main-navigation ul > li.menu-item-has-children ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu {
          display: block;
          visibility: visible;
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          transform: translateY(0);
          opacity: 1; }
        #main-navigation ul > li.menu-item-has-children ul.sub-menu > li > a {
          color: #2f3030;
          background-color: #f0f2ed;
          text-transform: capitalize;
          display: block;
          padding: 7px 10px;
          border-bottom: 1px solid #eee;
          text-align: left; }
          #main-navigation ul > li.menu-item-has-children ul.sub-menu > li > a:hover {
            color: var(--primary);
            background-color: #f0f0f0; }
    #main-navigation ul > li.menu-item-has-children > ul.sub-menu {
      visibility: hidden;
      opacity: 0; }
      #main-navigation ul > li.menu-item-has-children > ul.sub-menu > li > ul.sub-menu {
        top: 0;
        left: 250px; }
    #main-navigation ul > li.menu-item-has-children:hover {
      -webkit-transition: opacity .15s ease-in-out;
      -o-transition: opacity .15s ease-in-out;
      transition: opacity .15s ease-in-out; }
      #main-navigation ul > li.menu-item-has-children:hover > a:after, #main-navigation ul > li.menu-item-has-children:hover > a:before {
        background-color: var(--primary); }
      #main-navigation ul > li.menu-item-has-children:hover > a:before {
        -webkit-transform: rotate(35deg);
        -ms-transform: rotate(35deg);
        transform: rotate(35deg); }
      #main-navigation ul > li.menu-item-has-children:hover > a:after {
        -webkit-transform: rotate(-35deg);
        -ms-transform: rotate(-35deg);
        transform: rotate(-35deg); }
      #main-navigation ul > li.menu-item-has-children:hover > ul.sub-menu {
        display: block;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1; }

#mobile-navigation {
  padding: 0;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  position: fixed;
  background-color: #ffffff;
  height: calc(100vh - 58px);
  z-index: 99;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  border-top: 1px solid #dcdfdf;
  background: -webkit-gradient(linear, left bottom, left top, from(var(--primary)), to(var(--white)));
  background: -webkit-linear-gradient(bottom, var(--primary), var(--white));
  background: -o-linear-gradient(bottom, var(--primary), var(--white));
  background: linear-gradient(to top, var(--primary), var(--white)); }
  #mobile-navigation.is-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  #mobile-navigation > ul {
    background-image: url("/wp-content/uploads/2023/06/graphic-icon-bg-geometric-mobile-navigation.svg");
    background-position: center;
    height: 100%; }
    #mobile-navigation > ul > li {
      border-bottom: 1px solid #dcdfdf;
      list-style-type: none;
      background-color: rgba(255, 255, 255, 0.5); }
      #mobile-navigation > ul > li > a {
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        font-size: 18px;
        color: #2f3030;
        text-decoration: none;
        padding: 15px;
        display: block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-weight: 500; }
      #mobile-navigation > ul > li.menu-item-has-children {
        position: relative; }
        #mobile-navigation > ul > li.menu-item-has-children > a:after {
          font-family: "FontAwesome";
          font-size: 13px;
          content: "\f078";
          vertical-align: top;
          margin-left: 1em; }
      #mobile-navigation > ul > li.current-menu-item > a {
        color: var(--secondary); }
      #mobile-navigation > ul > li:last-child > a {
        border-bottom: 0px; }
      #mobile-navigation > ul > li.btn-buy-now {
        padding: 0;
        text-align: center; }
        #mobile-navigation > ul > li.btn-buy-now > a {
          font-size: 17px; }
          #mobile-navigation > ul > li.btn-buy-now > a:hover {
            color: var(--secondary);
            background-color: #FFFF; }
      #mobile-navigation > ul > li > .sub-menu {
        display: none;
        list-style-type: none; }
        #mobile-navigation > ul > li > .sub-menu > li {
          border-top: 0px solid #dcdfdf; }
          #mobile-navigation > ul > li > .sub-menu > li:last-child {
            margin-bottom: 20px; }
          #mobile-navigation > ul > li > .sub-menu > li > a {
            color: #2f3030;
            display: block;
            text-decoration: none;
            padding: 8px 10px 8px 30px;
            font-size: 1rem; }
            #mobile-navigation > ul > li > .sub-menu > li > a:hover {
              background-color: #f0f0f0;
              color: #000; }
      #mobile-navigation > ul > li:hover {
        background-color: rgba(255, 255, 255, 0.85); }
        #mobile-navigation > ul > li:hover > a {
          color: var(--primary); }
  @media (min-width: 992px) {
    #mobile-navigation {
      display: none; } }

.hamburger {
  padding: 10px 10px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }

.hamburger-box {
  width: 30px;
  height: 18px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #000;
    border-radius: 0px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    bottom: -8px; }

.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
  -o-transition-duration: 0.075s;
  transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
    -o-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
    -o-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

figure {
  line-height: 0; }
  figure.framed figcaption {
    padding: 1.25rem 1.25rem 1.5rem;
    background-color: #f8f9f3;
    background-color: rgba(255, 185, 32, 0.05);
    border-bottom: 1px solid var(--secondary);
    border-color: rgba(255, 185, 32, 0.5);
    margin-top: 0;
    border-top: 0; }
  figure img {
    width: 100%;
    height: auto; }
    figure img.border {
      border: 1px solid #dcdfdf; }
  figure.icon {
    width: 125px;
    max-width: 125px;
    margin: 0 auto 0.5rem; }
    figure.icon.small {
      width: 75px;
      max-width: 75px; }
  figure figcaption {
    margin-top: 1rem;
    line-height: 1.3; }

.rescaled-img, .attachment-post-thumbnail, figure.figure-style img, img.size-full {
  width: 100%;
  height: auto; }

.bg-cover, .parallax {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center; }

.parallax {
  background-attachment: fixed; }

.circle-img {
  border-radius: 50%; }

.image-border {
  position: relative; }
  .image-border:before {
    content: '';
    border: 2px solid #a3d5b3;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 15px;
    top: 15px; }
  .image-border.stick-left:before {
    left: -15px; }

.slick-slide:focus, .slick-slide a {
  outline: none; }

#masthead .slider, #masthead .slide {
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (min-width: 992px) {
    #masthead .slider, #masthead .slide {
      height: 650px; } }

#masthead .slide {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px; }
  #masthead .slide .slide_img {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: auto;
    overflow: hidden; }
    #masthead .slide .slide_img img {
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      height: 650px;
      opacity: 1 !important;
      -webkit-animation-duration: 3s;
      animation-duration: 3s;
      -webkit-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease; }
  #masthead .slide .slide_content {
    position: relative;
    background-color: rgba(0, 0, 0, 0.25);
    border: 1px solid #fff;
    padding: 2rem;
    text-align: center;
    max-width: 625px; }
    #masthead .slide .slide_content--headings {
      text-align: center; }
      #masthead .slide .slide_content--headings h2 {
        font-size: 40px;
        margin-bottom: 10px;
        line-height: 1.25;
        color: #fff;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.35); }
      #masthead .slide .slide_content--headings p {
        color: #fff;
        font-size: 18px;
        text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
        margin-bottom: 1rem; }
      #masthead .slide .slide_content--headings .btn {
        padding: 10px 18px;
        border: 2px solid #fff;
        background-color: rgba(0, 0, 0, 0.35);
        color: #fff;
        text-decoration: none;
        display: inline-block;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 10px; }
        #masthead .slide .slide_content--headings .btn:hover {
          color: #e22f20;
          border-color: #e22f20; }
      #masthead .slide .slide_content--headings .animated {
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease; }

#masthead .slick-dots {
  position: absolute;
  bottom: 25px; }
  #masthead .slick-dots button {
    background-color: #fff; }

.newsCarousel:first-child {
  margin-left: 0; }

.newsCarousel:last-child {
  margin-right: 0; }

.newsCarousel .slick-slide {
  margin: 0 10px;
  -webkit-box-shadow: 0 10px 28px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 28px 0 rgba(0, 0, 0, 0.05); }

.slider [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-transition: opacity 0.5s ease 0.3s;
  -o-transition: opacity 0.5s ease 0.3s;
  transition: opacity 0.5s ease 0.3s; }

.slick-dotted .slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      display: block;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }

.simple-dots .slick-dots li {
  width: 14px;
  height: 14px; }
  .simple-dots .slick-dots li button {
    border-radius: 50%;
    background-color: #e22f20;
    opacity: 0.5;
    width: 14px;
    height: 14px; }
    .simple-dots .slick-dots li button:hover, .simple-dots .slick-dots li button:focus {
      opacity: 1; }
  .simple-dots .slick-dots li.slick-active button {
    color: #ffb820;
    opacity: 0.75; }

.stick-dots .slick-dots li {
  height: 4px;
  width: 50px; }
  .stick-dots .slick-dots li button {
    position: relative;
    background-color: #e22f20;
    opacity: 0.5;
    width: 50px;
    height: 3px;
    padding: 0; }
    .stick-dots .slick-dots li button:hover, .stick-dots .slick-dots li button:focus {
      opacity: 1; }
  .stick-dots .slick-dots li.slick-active button {
    color: #ffb820;
    opacity: 0.75; }
    .stick-dots .slick-dots li.slick-active button:hover, .stick-dots .slick-dots li.slick-active button:focus {
      opacity: 1; }

/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); } }
@keyframes zoomInImage {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); } }

.zoomInImage {
  -webkit-animation-name: zoomInImage;
  animation-name: zoomInImage; }

@-webkit-keyframes zoomOutImage {
  from {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes zoomOutImage {
  from {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
  animation-name: zoomOutImage; }

.hero {
  height: 450px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: relative; }
  .hero .linear-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.4)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.4));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.4));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.4)); }
  .hero .hero-copy-container {
    display: table;
    height: 100%;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative; }
    .hero .hero-copy-container .hero-copy {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      color: #fff;
      text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.35); }
      .hero .hero-copy-container .hero-copy p {
        color: #ffffff;
        font-size: 19px;
        font-weight: 300;
        max-width: 768px;
        margin: 0 auto; }
      .hero .hero-copy-container .hero-copy .btn-2 {
        padding: 12px 20px;
        border: 2px solid #ffffff;
        background-color: rgba(0, 0, 0, 0.35);
        color: #ffffff;
        margin-top: 20px;
        font-size: 16px;
        margin-left: 5px;
        margin-right: 5px; }
        .hero .hero-copy-container .hero-copy .btn-2:hover {
          color: #e22f20;
          background-color: rgba(0, 0, 0, 0.5);
          border-color: #e22f20; }

.feature {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 10px; }
  .feature.withbg {
    height: 250px;
    background-size: cover; }
    .feature.withbg .feature__content {
      border: 1px solid rgba(255, 255, 255, 0.3);
      background-color: rgba(0, 0, 0, 0.15);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0.5rem; }
      .feature.withbg .feature__content h3.title {
        color: #fff;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.35); }
      .feature.withbg .feature__content p {
        color: #ffffff;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.35);
        font-size: 1.175rem; }
      .feature.withbg .feature__content cite {
        margin-top: 1.5rem;
        color: #ffffff;
        font-size: 1rem;
        position: absolute;
        right: 8px;
        bottom: 0; }
  .feature__content {
    position: relative;
    z-index: 10;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center; }

polygon, line, path, polyline, ellipse {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000; }

#butterfly-animation svg {
  max-width: 500px; }

.init #flight-path path {
  animation-name: DrawLine;
  -webkit-animation-name: DrawLine;
  -webkit-animation-direction: normal;
  animation-direction: normal; }

.init #butterfly polygon:nth-of-type(1), .init #butterfly line:nth-of-type(1), .init #butterfly path:nth-of-type(1), .init #butterfly polyline:nth-of-type(1), .init #butterfly ellipse:nth-of-type(1) {
  animation-name: DrawLine;
  -webkit-animation-name: DrawLine;
  -webkit-animation-direction: normal;
  animation-direction: normal; }

.init #butterfly polygon:nth-of-type(2), .init #butterfly line:nth-of-type(2), .init #butterfly path:nth-of-type(2), .init #butterfly polyline:nth-of-type(2), .init #butterfly ellipse:nth-of-type(2) {
  animation-name: DrawLine;
  -webkit-animation-name: DrawLine;
  -webkit-animation-direction: normal;
  animation-direction: normal; }

.init #butterfly polygon:nth-of-type(3), .init #butterfly line:nth-of-type(3), .init #butterfly path:nth-of-type(3), .init #butterfly polyline:nth-of-type(3), .init #butterfly ellipse:nth-of-type(3) {
  animation-name: DrawLine;
  -webkit-animation-name: DrawLine;
  -webkit-animation-direction: normal;
  animation-direction: normal; }

.init #butterfly polygon:nth-of-type(4), .init #butterfly line:nth-of-type(4), .init #butterfly path:nth-of-type(4), .init #butterfly polyline:nth-of-type(4), .init #butterfly ellipse:nth-of-type(4) {
  animation-name: DrawLine;
  -webkit-animation-name: DrawLine;
  -webkit-animation-direction: normal;
  animation-direction: normal; }

.init #butterfly polygon:nth-of-type(5), .init #butterfly line:nth-of-type(5), .init #butterfly path:nth-of-type(5), .init #butterfly polyline:nth-of-type(5), .init #butterfly ellipse:nth-of-type(5) {
  animation-name: DrawLine;
  -webkit-animation-name: DrawLine;
  -webkit-animation-direction: normal;
  animation-direction: normal; }

#flight-path path {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

#butterfly polygon, #butterfly line, #butterfly path, #butterfly polyline, #butterfly ellipse {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000; }
  #butterfly polygon:nth-of-type(1), #butterfly line:nth-of-type(1), #butterfly path:nth-of-type(1), #butterfly polyline:nth-of-type(1), #butterfly ellipse:nth-of-type(1) {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 750ms;
    animation-delay: 750ms; }
  #butterfly polygon:nth-of-type(2), #butterfly line:nth-of-type(2), #butterfly path:nth-of-type(2), #butterfly polyline:nth-of-type(2), #butterfly ellipse:nth-of-type(2) {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 900ms;
    animation-delay: 900ms; }
  #butterfly polygon:nth-of-type(3), #butterfly line:nth-of-type(3), #butterfly path:nth-of-type(3), #butterfly polyline:nth-of-type(3), #butterfly ellipse:nth-of-type(3) {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 1050ms;
    animation-delay: 1050ms; }
  #butterfly polygon:nth-of-type(4), #butterfly line:nth-of-type(4), #butterfly path:nth-of-type(4), #butterfly polyline:nth-of-type(4), #butterfly ellipse:nth-of-type(4) {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 1200ms;
    animation-delay: 1200ms; }
  #butterfly polygon:nth-of-type(5), #butterfly line:nth-of-type(5), #butterfly path:nth-of-type(5), #butterfly polyline:nth-of-type(5), #butterfly ellipse:nth-of-type(5) {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 1350ms;
    animation-delay: 1350ms; }

@keyframes DrawLine {
  to {
    stroke-dashOffset: 0; } }

@keyframes FadeStroke {
  to {
    stroke-opacity: 0; } }

@keyframes FillIn {
  from {
    fill-opacity: 0; }
  to {
    fill-opacity: 1; } }

@-webkit-keyframes DrawLine {
  to {
    stroke-dashOffset: 0; } }

@-webkit-keyframes FadeStroke {
  to {
    stroke-opacity: 0; } }

@-webkit-keyframes FillIn {
  from {
    fill-opacity: 0; }
  to {
    fill-opacity: 1; } }

@-webkit-keyframes MovingBalloon {
  0% {
    -webkit-transform: translateX(0rem);
    transform: translateX(0rem); }
  25% {
    -webkit-transform: translateX(-0.05rem);
    transform: translateX(-0.05rem); }
  50% {
    -webkit-transform: translateX(0rem);
    transform: translateX(0rem); }
  75% {
    -webkit-transform: translateX(0.05rem);
    transform: translateX(0.05rem); }
  100% {
    -webkit-transform: translateX(0rem);
    transform: translateX(0rem); } }

@keyframes MovingBalloon {
  0% {
    -webkit-transform: translateX(0rem);
    transform: translateX(0rem); }
  25% {
    -webkit-transform: translateX(-0.05rem);
    transform: translateX(-0.05rem); }
  50% {
    -webkit-transform: translateX(0rem);
    transform: translateX(0rem); }
  75% {
    -webkit-transform: translateX(0.05rem);
    transform: translateX(0.05rem); }
  100% {
    -webkit-transform: translateX(0rem);
    transform: translateX(0rem); } }

input, textarea {
  -webkit-border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none; }

input:focus, textarea:focus, select:focus {
  border-color: var(--tertiary); }

input[type=text],
input[type=email],
input[type=url],
input[type=password],
textarea {
  width: 100%; }

form, fieldset, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none; }

form {
  display: inline-block;
  width: 100%;
  margin: 10px 0; }
  form input, form textarea, form select {
    padding: 0.5rem 0.75rem;
    background: #fdfdfd;
    font-size: 16px;
    border: 1px solid #dcdfdf;
    margin-right: 10px;
    resize: none;
    background-color: var(--input-bg-color); }
  form input + input[type=submit] {
    margin-top: 1rem; }
  form button[type=submit], form input[type=submit] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 45px;
    font-family: "Arvo", serif;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    background-color: #e22f20;
    cursor: pointer;
    padding: 15px;
    border: 0;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    form button[type=submit]:hover, form input[type=submit]:hover {
      background-color: var(--secondary); }
  form [type="checkbox"],
  form [type="radio"] {
    height: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto; }

input[type="radio"] {
  -webkit-appearance: radio; }

#searchbox {
  max-width: 250px;
  float: right; }
  #searchbox form {
    position: relative;
    margin: 0; }
    #searchbox form input {
      font-size: 1rem;
      font-weight: 300; }
    #searchbox form input[type=text] {
      width: 110px;
      -webkit-transition: width 0.4s ease-in-out;
      -o-transition: width 0.4s ease-in-out;
      transition: width 0.4s ease-in-out;
      margin-right: 0; }
      #searchbox form input[type=text]:focus {
        width: 100%; }
    #searchbox form.searchform .submit {
      position: absolute;
      outline: none;
      border: 0;
      color: var(--secondary);
      background: none;
      top: 0;
      right: 0;
      width: 45px;
      height: 45px;
      text-align: center;
      padding: 0;
      cursor: pointer;
      opacity: 1; }

form.post-password-form {
  margin: 6rem auto !important;
  max-width: 40rem;
  display: block; }
  form.post-password-form label {
    display: block;
    margin-bottom: 1rem; }

main ul, main ol {
  margin-left: 1.25rem; }
  main ul li, main ol li {
    padding-left: 5px;
    margin-bottom: 5px;
    font-size: var(--font-size); }

main .custom-ordered-list {
  counter-reset: custom-counter;
  list-style-type: none;
  padding-left: 0;
  margin-left: 0; }
  main .custom-ordered-list li {
    position: relative;
    counter-increment: custom-counter;
    margin-bottom: 1.5rem;
    padding-left: 2rem; }
    main .custom-ordered-list li::before {
      content: counter(custom-counter) ") ";
      font-weight: bold;
      font-size: var(--font-size--medium);
      margin-right: 0.25rem;
      position: absolute;
      left: 0;
      top: -0.05rem;
      color: var(--tertiary); }
    main .custom-ordered-list li:last-child {
      margin-bottom: 0; }

.flex-list {
  min-width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  /*-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;*/
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1% !important;
  margin-left: -1% !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .flex-list > li {
    list-style-type: none !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 0;
    margin-bottom: 2%;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* need this for same height */
    padding-left: 1%;
    padding-right: 1%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; }
    .flex-list > li > div {
      width: 100%; }
    .flex-list > li p {
      padding-bottom: 0; }
    .flex-list > li p + p {
      margin-top: 2rem; }
  @media (min-width: 577px) {
    .flex-list.padded.three > li {
      width: calc((100%/3) - .25rem); } }

.two.flex-list > li {
  width: calc(50%); }
  @media (max-width: 576px) {
    .two.flex-list > li {
      width: 100%; } }

.three.flex-list > li {
  width: calc((100%/3)); }
  @media (max-width: 576px) {
    .three.flex-list > li {
      width: 100%; } }

@media (max-width: 768px) {
  .three.flex-list.large > li {
    max-width: 576px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; } }

.four.flex-list > li {
  width: calc((100%/4)); }
  @media (max-width: 768px) {
    .four.flex-list > li {
      width: calc((100%/2)); } }
  @media (max-width: 576px) {
    .four.flex-list > li {
      width: 100%; } }

.five.flex-list > li {
  width: calc((100%/5)); }
  @media (max-width: 576px) {
    .five.flex-list > li {
      width: 100%; } }

.six.flex-list > li {
  width: calc((100%/6)); }
  @media (max-width: 768px) {
    .six.flex-list > li {
      width: calc((100%/3)); } }
  @media (max-width: 576px) {
    .six.flex-list > li {
      width: 100%; } }

@media (max-width: 576px) {
  .six.flex-list.small > li {
    width: calc((100%/2)); } }

@media (max-width: 400px) {
  .six.flex-list.small > li {
    width: 100%; } }

@media (max-width: 576px) {
  .four.flex-list > li,
  .five.flex-list > li,
  .six.flex-list > li {
    margin-bottom: 1.5rem; } }

.fancy-list, .icon-list {
  margin: 1rem 0; }
  .fancy-list li, .icon-list li {
    list-style: none !important; }

.icon-list li {
  margin-left: 0 !important;
  margin-bottom: 1rem;
  padding: 0;
  clear: both; }
  .icon-list li figure {
    float: left;
    max-width: 50px; }
  .icon-list li div {
    padding-left: 60px; }

nav.custom-pagination {
  display: block;
  text-align: center;
  margin: 2rem 0; }
  nav.custom-pagination .page-num {
    display: block; }
  nav.custom-pagination .page-numbers {
    display: inline-block;
    min-width: 45px;
    text-decoration: none;
    display: inline-block;
    padding: 0.66667rem 1rem;
    border: 1px solid #dcdfdf;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffffff; }
    nav.custom-pagination .page-numbers:hover {
      background-color: #e22f20;
      color: #ffffff; }
    nav.custom-pagination .page-numbers.current {
      background-color: #2d2f4a;
      color: #ffffff;
      padding: 0.66667rem 1rem;
      border: 1px solid #dcdfdf; }

.woocommerce-pagination ul {
  list-style: none; }
  .woocommerce-pagination ul li {
    display: inline-block;
    min-width: 45px; }
    .woocommerce-pagination ul li a {
      text-decoration: none;
      display: block;
      padding: 0.66667rem 1rem;
      border: 1px solid #dcdfdf; }
    .woocommerce-pagination ul li span.current {
      display: block;
      background-color: #e22f20;
      color: #ffffff;
      padding: 0.66667rem 1rem;
      border: 1px solid #dcdfdf; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  font-size: 16px; }
  table .row-width-50 {
    width: 50%;
    min-width: 220px; }
  table .row-width-40 {
    width: 40%;
    min-width: 200px; }
  table .row-width-35 {
    width: 35%;
    min-width: 150px; }
  table .row-width-33 {
    width: 33.33%;
    min-width: 135px; }
  table .row-width-30 {
    width: 30%;
    min-width: 130px; }
  table .row-width-25 {
    width: 25%;
    min-width: 120px; }
  table .row-width-20 {
    width: 20%;
    min-width: 100px; }
  table .row-width-15 {
    width: 15%;
    min-width: 100px; }
  table .row-width-10 {
    width: 10%;
    min-width: 100px; }
  table thead {
    color: #ffffff;
    font-size: 18px;
    text-align: center; }
    table thead tr th {
      padding: 0.5rem;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-color: #2d2f4a;
      border: 1px solid #2d2f4a; }
      table thead tr th.product-remove {
        width: 4rem; }
  table tbody tr th {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    padding: 0.5rem;
    color: #2f3030;
    font-weight: 300;
    background-color: #eee;
    border: 1px solid #dcdfdf; }
  table tbody tr td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.5rem;
    background-color: #ffffff;
    border: 1px solid #dcdfdf; }
  table tfoot tr {
    border-bottom: 1px solid #dcdfdf; }
    table tfoot tr th, table tfoot tr td {
      padding: 0.5rem;
      border: 1px solid #dcdfdf; }
    table tfoot tr th {
      font-weight: 500;
      background-color: #eee;
      text-align: left; }

.video-embed {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.video-player {
  width: 100%;
  /* set the width of the video player to 100% */
  height: auto;
  /* allow the height of the video player to adjust automatically */ }

.tabs-menu {
  display: block;
  margin: 0 auto;
  text-align: center; }
  .tabs-menu li {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none; }
    .tabs-menu li a {
      padding: 1rem; }

body, html {
  height: 100%; }

#coming-soon {
  height: 100%;
  margin: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.3))), url("/wp-content/uploads/2019/03/coming-soon-bg.jpg");
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.3)), url("/wp-content/uploads/2019/03/coming-soon-bg.jpg");
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.3)), url("/wp-content/uploads/2019/03/coming-soon-bg.jpg");
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.3)), url("/wp-content/uploads/2019/03/coming-soon-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff; }
  #coming-soon p {
    color: #ffffff; }
  #coming-soon .screen {
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    background-attachment: fixed; }
  #coming-soon header {
    background-color: rgba(0, 0, 0, 0.25);
    text-align: center;
    padding: 1rem 0; }
    #coming-soon header h1 {
      padding-top: 5px;
      margin-top: 0;
      text-transform: capitalize;
      font-size: 26px; }
    #coming-soon header .subtitle {
      color: #ffffff;
      font-size: 15px; }
  #coming-soon section {
    margin-top: 50px; }
    #coming-soon section .container {
      max-width: 800px; }
    #coming-soon section h1 {
      text-align: center;
      line-height: 1.3;
      text-transform: capitalize; }
      #coming-soon section h1 span {
        display: block;
        font-weight: 200; }
    #coming-soon section .subtitle {
      text-align: center;
      font-size: 22px;
      font-weight: 300;
      margin: 1rem 0 2rem; }
    #coming-soon section .asterisk {
      max-width: 400px;
      font-size: 13px;
      margin: 0 auto;
      margin-bottom: 1rem; }
  #coming-soon form {
    font-family: 'Montserrat', sans-serif;
    max-width: 400px;
    margin: 0 auto;
    display: block; }
    #coming-soon form label {
      font-weight: 500; }
    #coming-soon form p {
      padding-bottom: 10px; }
    #coming-soon form p + p {
      margin-top: 0; }
    #coming-soon form textarea {
      height: 100px; }
    #coming-soon form input[type=submit] {
      border: 2px solid #fff;
      background: none;
      margin-top: 10px;
      cursor: pointer;
      margin: 0 auto;
      width: 100%;
      font-family: 'Montserrat', sans-serif;
      text-align: center; }
    #coming-soon form input[type=submit]:hover {
      background-color: rgba(0, 0, 0, 0.5); }

div.wpforms-container-full {
  margin: 0; }
  div.wpforms-container-full form {
    width: 100%; }
    div.wpforms-container-full form .wpforms-field:first-child {
      padding-top: 0; }
    div.wpforms-container-full form .wpforms-field .wpforms-error {
      margin-top: 0.25rem; }
    div.wpforms-container-full form .wpforms-field .wpforms-field-label {
      margin-bottom: 0.25rem; }
    div.wpforms-container-full form .wpforms-field input, div.wpforms-container-full form .wpforms-field textarea, div.wpforms-container-full form .wpforms-field select {
      background-color: var(--input-bg-color); }
      div.wpforms-container-full form .wpforms-field input:focus, div.wpforms-container-full form .wpforms-field textarea:focus, div.wpforms-container-full form .wpforms-field select:focus {
        border-color: var(--tertiary); }
    div.wpforms-container-full form button[type=submit] {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-family: var(--font);
      text-transform: uppercase;
      font-size: 1rem;
      color: var(--white) !important;
      background-color: var(--primary) !important;
      cursor: pointer;
      padding: 0.5rem 0.75rem;
      border: 0;
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      -ms-transition: all 0.25s ease;
      transition: all 0.25s ease; }
      div.wpforms-container-full form button[type=submit]:hover {
        background-color: var(--primary-darken) !important; }

.ingredient-list {
  max-width: 43.75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0.75rem 1.5rem;
  margin-bottom: 2rem;
  background-color: var(--color-bg-yellow);
  border-radius: 0.25rem; }

.teaser-list .teaser {
  height: 100%;
  background-color: var(--white);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .teaser-list .teaser:hover {
    box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.25); }
  .teaser-list .teaser-link {
    text-decoration: none;
    display: block; }
    .teaser-list .teaser-link h2 {
      color: #2d2f4a; }
    .teaser-list .teaser-link:hover h2 {
      color: #e22f20; }
  .teaser-list .teaser-image {
    line-height: 0; }
  .teaser-list .teaser-content {
    background-color: var(--white);
    padding: 1rem; }
    .teaser-list .teaser-content__title {
      font-size: 1.175rem;
      line-height: 1.5;
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      -ms-transition: all 0.25s ease;
      transition: all 0.25s ease; }

.quotation-list > li {
  min-height: 17rem; }
  .quotation-list > li.span-3 {
    width: 100%; }
  .quotation-list > li > div {
    padding: 1rem;
    height: 100%; }
    .quotation-list > li > div .quotation-list__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      height: 100%;
      padding: 0.5rem;
      border: 1px solid rgba(255, 255, 255, 0.5);
      background-color: rgba(255, 255, 255, 0.035); }
      .quotation-list > li > div .quotation-list__content blockquote {
        margin: 0;
        padding: 4rem 0 2rem; }
        .quotation-list > li > div .quotation-list__content blockquote p {
          max-width: 40rem;
          line-height: 1.8;
          position: relative; }
          .quotation-list > li > div .quotation-list__content blockquote p:first-child::before {
            content: "\201C";
            color: var(--white);
            position: absolute;
            font-size: 6rem;
            top: -5.25rem;
            font-family: var(--font-text);
            margin-left: 50%;
            left: -1.5rem; }
    .quotation-list > li > div.circle, .quotation-list > li > div.butterfly, .quotation-list > li > div.triangle {
      background-position: center; }
    .quotation-list > li > div.circle {
      background-image: url(/wp-content/uploads/2023/06/graphic-icon-bg-circle.svg); }
    .quotation-list > li > div.triangle {
      background-image: url(/wp-content/uploads/2023/06/graphic-icon-bg-triangle.svg); }
    .quotation-list > li > div.butterfly {
      background-image: url(/wp-content/uploads/2023/06/graphic-icon-bg-butterfly.svg); }
    .quotation-list > li > div p, .quotation-list > li > div cite {
      color: var(--white);
      text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.35); }
    .quotation-list > li > div p {
      font-size: 1.1rem; }
    .quotation-list > li > div cite {
      margin-top: 1rem;
      display: block; }
      .quotation-list > li > div cite::before {
        content: "–";
        margin-right: 0.25rem; }

.sticky-col {
  position: -webkit-sticky;
  position: sticky;
  top: 9rem; }

hr {
  border: none;
  background: #dcdfdf;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffb920), color-stop(#e13126), to(#2d2f49));
  background-image: -webkit-linear-gradient(left, #ffb920, #e13126, #2d2f49);
  background-image: -o-linear-gradient(left, #ffb920, #e13126, #2d2f49);
  background-image: linear-gradient(to right, #ffb920, #e13126, #2d2f49);
  height: 1px;
  margin: 3rem 0; }
  hr.alt {
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
    background: none;
    border-bottom: 2px dashed #dcdfdf; }

.gap-top {
  margin-top: 2rem; }

.cf:before, .cf:after, .entry-content:before, .entry-content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after,
.entry-content:after {
  clear: both; }

/* For IE 6/7 only - Include this rule to trigger hasLayout and contain floats. */
.cf,
.entry-content {
  *zoom: 1; }

.edit-link {
  display: block;
  margin: 0.5rem 0 0.25rem; }

/* ==========================================================================
Waypoints - For Animations and delays
========================================================================== */
.wp {
  visibility: hidden;
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s; }

.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight, .fadeIn {
  visibility: visible; }

.fadeOut {
  visibility: hidden; }

.delay-1 {
  animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s; }

.delay-2 {
  animation-delay: 0.50s;
  -webkit-animation-delay: 0.50s; }

.delay-3 {
  animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s; }
