/** Shopify CDN: Minification failed

Line 525:3 Unexpected "zoom"
Line 654:3 Unexpected "zoom"
Line 1193:3 Unexpected "zoom"

**/
/*============================================================================
  [replace with theme name] | Built with Slate
    - You cannot use native CSS/Sass @imports in this file without a build script
==============================================================================*/
/*================ UTILS ================*/
/*================ Mixins ================*/
/*============================================================================
  Prefix mixin for generating vendor prefixes.
  Based on https://github.com/thoughtbot/bourbon/blob/v4-stable/app/assets/stylesheets/addons/_prefixer.scss

  Usage:
    // Input:
    .element {
      @include prefix(transform, scale(1), ms webkit spec);
    }

    // Output:
    .element {
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
==============================================================================*/
/*================ Media Query Mixin ================*/
/*================ Responsive Show/Hide Helper ================*/
/*================ Responsive Text Alignment Helper ================*/
/* 
  Reset ul
  Usage:  @include ul-reset;
*/
@font-face {
  font-family: 'GT-Walsheim-Medium';
  src: url(/cdn/shop/t/18/assets/GT-Walsheim-Medium.eot?v=116756675652522597361685632240);
  src: url(/cdn/shop/t/18/assets/GT-Walsheim-Medium.eot?%23iefix&v=116756675652522597361685632240) format("embedded-opentype"), url(/cdn/shop/t/18/assets/GT-Walsheim-Medium.woff2?v=10117819510076115881685632240) format("woff2"), url(/cdn/shop/t/18/assets/GT-Walsheim-Medium.woff?v=9125239169873423581685632240) format("woff"), url(/cdn/shop/t/18/assets/GT-Walsheim-Medium.ttf?v=155225722085416606391685632240) format("truetype"); }

@font-face {
  font-family: 'GT-Walsheim-Light';
  src: url(/cdn/shop/t/18/assets/GT-Walsheim-Light.eot?v=66756426635941671981685632240);
  src: url(/cdn/shop/t/18/assets/GT-Walsheim-Light.eot?%23iefix&v=66756426635941671981685632240) format("embedded-opentype"), url(/cdn/shop/t/18/assets/GT-Walsheim-Light.woff2?v=114610362674118046841685632240) format("woff2"), url(/cdn/shop/t/18/assets/GT-Walsheim-Light.woff?v=86042707729101790011685632240) format("woff"), url(/cdn/shop/t/18/assets/GT-Walsheim-Light.ttf?v=121799037469435665541685632240) format("truetype"); }

@font-face {
  font-family: 'GT-Walsheim-Regular';
  src: url(/cdn/shop/t/18/assets/GT-Walsheim-Regular.eot?v=124206725338841629251685632240);
  src: url(/cdn/shop/t/18/assets/GT-Walsheim-Regular.eot?%23iefix&v=124206725338841629251685632240) format("embedded-opentype"), url(/cdn/shop/t/18/assets/GT-Walsheim-Regular.woff2?v=23835699219140311191685632240) format("woff2"), url(/cdn/shop/t/18/assets/GT-Walsheim-Regular.woff?v=92444749600890031381685632240) format("woff"), url(/cdn/shop/t/18/assets/GT-Walsheim-Regular.ttf?v=91296347063405636321685632240) format("truetype"); }

/*================ Typography ================*/
html {
  font-size: 10px; }

/* Type styles */
/*================ SETTINGS ================*/
/*================ Color Variables ================*/
/*================ Typography Variables ================*/
/*============================================================================
  Grid Breakpoints and Class Names
    - Do not change the variable names
==============================================================================*/
/*============================================================================
  Generate breakpoint-specific column widths and push classes
    - Default column widths: $breakpoint-has-widths: ($small, $medium-up);
    - Default is no push classes
    - Will not work if `styles/global/grid.scss` is removed
==============================================================================*/
/*================ Sizing Variables ================*/
/*================ Z-Index ================*/
/*================ SVG ================*/
/*================ COMMON ================*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

/*================ Slate specific reset ================*/
*,
*::before,
*::after {
  box-sizing: border-box; }

body,
input,
textarea,
button,
select {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

a:focus {
  color: inherit; }

img {
  max-width: 100%; }

/*================ Form element helpers ================*/
form {
  margin: 0; }

@media only screen and (max-width: 989px) {
  input,
  textarea,
  select {
    font-size: 16px; } }
button,
input[type="submit"],
label[for] {
  cursor: pointer; }

optgroup {
  font-weight: 700; }

option {
  color: black;
  background-color: white; }

[tabindex='-1']:focus {
  outline: none; }

/*============================================================================
  Fast Tap
  enables no-delay taps (FastClick-esque) on supporting browsers
==============================================================================*/
a,
button,
[role="button"],
input,
label,
select,
textarea {
  touch-action: manipulation; }

/*================ Helper Classes ================*/
.clearfix {
  *zoom: 1; }
  .clearfix::after {
    content: '';
    display: table;
    clear: both; }

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

.js-focus-hidden:focus {
  outline: none; }

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

.visually-shown {
  position: inherit !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0; }

.no-js:not(html) {
  display: none; }
  .no-js .no-js:not(html) {
    display: block; }

.no-js .js {
  display: none; }

.supports-no-cookies:not(html) {
  display: none; }
  html.supports-no-cookies .supports-no-cookies:not(html) {
    display: block; }

html.supports-no-cookies .supports-cookies {
  display: none; }

/*============================================================================
  Skip to content button
    - Overrides .visually-hidden when focused
==============================================================================*/
.skip-link:focus {
  position: absolute !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: black;
  background-color: white;
  padding: 15px;
  z-index: 10000;
  transition: none; }

/*============================================================================
  Flexbox
==============================================================================*/
.flex {
  -ms-display: flex;
  display: flex;
  display: -webkit-flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row; }
  .flex.column {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
  .flex.row-reverse {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .flex.wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .flex.space {
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .flex.flex-center {
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center; }
  .flex.flex-end {
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end; }
  .flex.baseline {
    -ms-align-items: baseline;
    -webkit-align-items: baseline;
    align-items: baseline; }
  .flex.align-right {
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
  .flex.align-center {
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center; }

/*============================================================================
  Grid
    - Based on CSS Wizardry grid
==============================================================================*/
.grid, .grid--uniform, .grid--rev {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -30px; }
  .grid::after, .grid--uniform::after, .grid--rev::after {
    content: '';
    display: table;
    clear: both; }

.grid__item {
  float: left;
  padding-left: 30px;
  width: 100%; }
  .grid__item[class*='--push'] {
    position: relative; }

/*============================================================================
  Reversed grids allow you to structure your source in the opposite
  order to how your rendered layout will appear.
==============================================================================*/
.grid--rev {
  direction: rtl;
  text-align: left; }
  .grid--rev > .grid__item {
    direction: ltr;
    text-align: left;
    float: right; }

/*============================================================================
  Grid Columns
    - Create width classes, prepended by the breakpoint name.
==============================================================================*/
/*================ Grid push classes ================*/
/*================ Clearfix helper on uniform grids ================*/
/*================ Build Base Grid Classes ================*/
/** Whole */
.one-whole {
  width: 100%; }

/* Halves */
.one-half {
  width: 50%; }

/* Thirds */
.one-third {
  width: 33.33333%; }

.two-thirds {
  width: 66.66667%; }

/* Quarters */
.one-quarter {
  width: 25%; }

.two-quarters {
  width: 50%; }

.three-quarters {
  width: 75%; }

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

.two-fifths {
  width: 40%; }

.three-fifths {
  width: 60%; }

.four-fifths {
  width: 80%; }

/* Sixths */
.one-sixth {
  width: 16.66667%; }

.two-sixths {
  width: 33.33333%; }

.three-sixths {
  width: 50%; }

.four-sixths {
  width: 66.66667%; }

.five-sixths {
  width: 83.33333%; }

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

.two-eighths {
  width: 25%; }

.three-eighths {
  width: 37.5%; }

.four-eighths {
  width: 50%; }

.five-eighths {
  width: 62.5%; }

.six-eighths {
  width: 75%; }

.seven-eighths {
  width: 87.5%; }

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

.two-tenths {
  width: 20%; }

.three-tenths {
  width: 30%; }

.four-tenths {
  width: 40%; }

.five-tenths {
  width: 50%; }

.six-tenths {
  width: 60%; }

.seven-tenths {
  width: 70%; }

.eight-tenths {
  width: 80%; }

.nine-tenths {
  width: 90%; }

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

.two-twelfths {
  width: 16.66667%; }

.three-twelfths {
  width: 25%; }

.four-twelfths {
  width: 33.33333%; }

.five-twelfths {
  width: 41.66667%; }

.six-twelfths {
  width: 50%; }

.seven-twelfths {
  width: 58.33333%; }

.eight-twelfths {
  width: 66.66667%; }

.nine-twelfths {
  width: 75%; }

.ten-twelfths {
  width: 83.33333%; }

.eleven-twelfths {
  width: 91.66667%; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

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

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

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

/*================ Build Responsive Grid Classes ================*/
@media only screen and (max-width: 799px) {
  /** Whole */
  .small--one-whole {
    width: 100%; }

  /* Halves */
  .small--one-half {
    width: 50%; }

  /* Thirds */
  .small--one-third {
    width: 33.33333%; }

  .small--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .small--one-quarter {
    width: 25%; }

  .small--two-quarters {
    width: 50%; }

  .small--three-quarters {
    width: 75%; }

  /* Fifths */
  .small--one-fifth {
    width: 20%; }

  .small--two-fifths {
    width: 40%; }

  .small--three-fifths {
    width: 60%; }

  .small--four-fifths {
    width: 80%; }

  /* Sixths */
  .small--one-sixth {
    width: 16.66667%; }

  .small--two-sixths {
    width: 33.33333%; }

  .small--three-sixths {
    width: 50%; }

  .small--four-sixths {
    width: 66.66667%; }

  .small--five-sixths {
    width: 83.33333%; }

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

  .small--two-eighths {
    width: 25%; }

  .small--three-eighths {
    width: 37.5%; }

  .small--four-eighths {
    width: 50%; }

  .small--five-eighths {
    width: 62.5%; }

  .small--six-eighths {
    width: 75%; }

  .small--seven-eighths {
    width: 87.5%; }

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

  .small--two-tenths {
    width: 20%; }

  .small--three-tenths {
    width: 30%; }

  .small--four-tenths {
    width: 40%; }

  .small--five-tenths {
    width: 50%; }

  .small--six-tenths {
    width: 60%; }

  .small--seven-tenths {
    width: 70%; }

  .small--eight-tenths {
    width: 80%; }

  .small--nine-tenths {
    width: 90%; }

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

  .small--two-twelfths {
    width: 16.66667%; }

  .small--three-twelfths {
    width: 25%; }

  .small--four-twelfths {
    width: 33.33333%; }

  .small--five-twelfths {
    width: 41.66667%; }

  .small--six-twelfths {
    width: 50%; }

  .small--seven-twelfths {
    width: 58.33333%; }

  .small--eight-twelfths {
    width: 66.66667%; }

  .small--nine-twelfths {
    width: 75%; }

  .small--ten-twelfths {
    width: 83.33333%; }

  .small--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .small--one-half:nth-child(2n+1),
  .grid--uniform .small--one-third:nth-child(3n+1),
  .grid--uniform .small--one-quarter:nth-child(4n+1),
  .grid--uniform .small--one-fifth:nth-child(5n+1),
  .grid--uniform .small--one-sixth:nth-child(6n+1),
  .grid--uniform .small--two-sixths:nth-child(3n+1),
  .grid--uniform .small--three-sixths:nth-child(2n+1),
  .grid--uniform .small--one-eighth:nth-child(8n+1),
  .grid--uniform .small--two-eighths:nth-child(4n+1),
  .grid--uniform .small--four-eighths:nth-child(2n+1),
  .grid--uniform .small--five-tenths:nth-child(2n+1),
  .grid--uniform .small--one-twelfth:nth-child(12n+1),
  .grid--uniform .small--two-twelfths:nth-child(6n+1),
  .grid--uniform .small--three-twelfths:nth-child(4n+1),
  .grid--uniform .small--four-twelfths:nth-child(3n+1),
  .grid--uniform .small--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .small--show {
    display: block !important; }

  .small--hide, .collection-layout .sidebar, .template-search .main-wrapper .other-results .article-img {
    display: none !important; }

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

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

  .small--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 800px) {
  /** Whole */
  .medium-up--one-whole {
    width: 100%; }

  /* Halves */
  .medium-up--one-half {
    width: 50%; }

  /* Thirds */
  .medium-up--one-third {
    width: 33.33333%; }

  .medium-up--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .medium-up--one-quarter {
    width: 25%; }

  .medium-up--two-quarters {
    width: 50%; }

  .medium-up--three-quarters {
    width: 75%; }

  /* Fifths */
  .medium-up--one-fifth {
    width: 20%; }

  .medium-up--two-fifths {
    width: 40%; }

  .medium-up--three-fifths {
    width: 60%; }

  .medium-up--four-fifths {
    width: 80%; }

  /* Sixths */
  .medium-up--one-sixth {
    width: 16.66667%; }

  .medium-up--two-sixths {
    width: 33.33333%; }

  .medium-up--three-sixths {
    width: 50%; }

  .medium-up--four-sixths {
    width: 66.66667%; }

  .medium-up--five-sixths {
    width: 83.33333%; }

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

  .medium-up--two-eighths {
    width: 25%; }

  .medium-up--three-eighths {
    width: 37.5%; }

  .medium-up--four-eighths {
    width: 50%; }

  .medium-up--five-eighths {
    width: 62.5%; }

  .medium-up--six-eighths {
    width: 75%; }

  .medium-up--seven-eighths {
    width: 87.5%; }

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

  .medium-up--two-tenths {
    width: 20%; }

  .medium-up--three-tenths {
    width: 30%; }

  .medium-up--four-tenths {
    width: 40%; }

  .medium-up--five-tenths {
    width: 50%; }

  .medium-up--six-tenths {
    width: 60%; }

  .medium-up--seven-tenths {
    width: 70%; }

  .medium-up--eight-tenths {
    width: 80%; }

  .medium-up--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .medium-up--one-twelfth {
    width: 8.33333%; }

  .medium-up--two-twelfths {
    width: 16.66667%; }

  .medium-up--three-twelfths {
    width: 25%; }

  .medium-up--four-twelfths {
    width: 33.33333%; }

  .medium-up--five-twelfths {
    width: 41.66667%; }

  .medium-up--six-twelfths {
    width: 50%; }

  .medium-up--seven-twelfths {
    width: 58.33333%; }

  .medium-up--eight-twelfths {
    width: 66.66667%; }

  .medium-up--nine-twelfths {
    width: 75%; }

  .medium-up--ten-twelfths {
    width: 83.33333%; }

  .medium-up--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .medium-up--one-half:nth-child(2n+1),
  .grid--uniform .medium-up--one-third:nth-child(3n+1),
  .grid--uniform .medium-up--one-quarter:nth-child(4n+1),
  .grid--uniform .medium-up--one-fifth:nth-child(5n+1),
  .grid--uniform .medium-up--one-sixth:nth-child(6n+1),
  .grid--uniform .medium-up--two-sixths:nth-child(3n+1),
  .grid--uniform .medium-up--three-sixths:nth-child(2n+1),
  .grid--uniform .medium-up--one-eighth:nth-child(8n+1),
  .grid--uniform .medium-up--two-eighths:nth-child(4n+1),
  .grid--uniform .medium-up--four-eighths:nth-child(2n+1),
  .grid--uniform .medium-up--five-tenths:nth-child(2n+1),
  .grid--uniform .medium-up--one-twelfth:nth-child(12n+1),
  .grid--uniform .medium-up--two-twelfths:nth-child(6n+1),
  .grid--uniform .medium-up--three-twelfths:nth-child(4n+1),
  .grid--uniform .medium-up--four-twelfths:nth-child(3n+1),
  .grid--uniform .medium-up--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .medium-up--show {
    display: block !important; }

  .medium-up--hide {
    display: none !important; }

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

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

  .medium-up--text-center {
    text-align: center !important; } }
/*================ Build Grid Push Classes ================*/
/*================ General layout styles ================*/
body,
html {
  background-color: white; }

.page-width {
  *zoom: 1;
  max-width: 1140px;
  padding: 0 30px;
  margin: 0 auto; }
  .page-width::after {
    content: '';
    display: table;
    clear: both; }
  .page-width.page-width-2 {
    max-width: 1240px; }

body {
  font-family: "GT-Walsheim-Light", serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none;
  color: black; }

.main-wrapper {
  padding-top: 60px;
  border-top: 1px solid #eeeeee; }
  .template-index .main-wrapper {
    padding-top: 0;
    border-top: none; }

/*================ Sticky footer ================*/
html {
  height: 100%; }

body {
  -ms-display: flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%; }

#shopify-section-header,
#shopify-section-footer {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.main-wrapper {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

/*================ Icons ================*/
.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: currentColor; }
  .no-svg .icon {
    display: none; }

.icon--wide {
  width: 40px; }

svg.icon:not(.icon--full-color) circle,
svg.icon:not(.icon--full-color) ellipse,
svg.icon:not(.icon--full-color) g,
svg.icon:not(.icon--full-color) line,
svg.icon:not(.icon--full-color) path,
svg.icon:not(.icon--full-color) polygon,
svg.icon:not(.icon--full-color) polyline,
svg.icon:not(.icon--full-color) rect,
symbol.icon:not(.icon--full-color) circle,
symbol.icon:not(.icon--full-color) ellipse,
symbol.icon:not(.icon--full-color) g,
symbol.icon:not(.icon--full-color) line,
symbol.icon:not(.icon--full-color) path,
symbol.icon:not(.icon--full-color) polygon,
symbol.icon:not(.icon--full-color) polyline,
symbol.icon:not(.icon--full-color) rect {
  fill: inherit;
  stroke: inherit; }

/*============================================================================
  A generic way to visually hide content while
  remaining accessible to screen readers (h5bp.com)
==============================================================================*/
.icon-fallback-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
  .no-svg .icon-fallback-text {
    position: static !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0; }

/*================ Payment Icons ================*/
.payment-icons {
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-user-select: "none";
  user-select: "none";
  cursor: default; }

/*================ Shopify icon on password page ================*/
.icon-shopify-logo {
  width: 51.42857px;
  height: 15px; }

/*================ Rich Text Editor ================*/
.rte,
.shopify-policy__container {
  line-height: 1.7; }
  .rte a,
  .shopify-policy__container a {
    color: #f594a9; }
    .rte a:hover, .rte a:focus,
    .shopify-policy__container a:hover,
    .shopify-policy__container a:focus {
      color: black; }
  .rte img,
  .shopify-policy__container img {
    height: auto; }
  .rte table,
  .shopify-policy__container table {
    table-layout: fixed; }
  .rte ul,
  .rte ol,
  .shopify-policy__container ul,
  .shopify-policy__container ol {
    margin: 0 0 15px 30px; }
  .rte ul,
  .shopify-policy__container ul {
    list-style: disc outside; }
    .rte ul ul,
    .shopify-policy__container ul ul {
      list-style: circle outside; }
      .rte ul ul ul,
      .shopify-policy__container ul ul ul {
        list-style: square outside; }
  .rte p:last-child,
  .shopify-policy__container p:last-child {
    margin-bottom: 0; }
  .rte h1, .rte h2,
  .shopify-policy__container h1,
  .shopify-policy__container h2 {
    font-family: "GT-Walsheim-Medium", serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase; }
  .rte h3,
  .shopify-policy__container h3 {
    font-family: "GT-Walsheim-Regular", serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: normal;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: .5em; }
  .rte h4,
  .shopify-policy__container h4 {
    font-family: "GT-Walsheim-Medium", serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: .5em;
    margin-top: 1.5em; }
  .rte h5,
  .shopify-policy__container h5 {
    font-family: "GT-Walsheim-Regular", serif;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: normal;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: .75em; }
  .rte h6,
  .shopify-policy__container h6 {
    font-family: "GT-Walsheim-Medium", serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 0; }

.text-center.rte ul,
.text-center.rte ol,
.text-center .rte ul,
.text-center .rte ol {
  margin-left: 0;
  list-style-position: inside; }

.rte-table {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.rte__video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  height: auto; }
  .rte__video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.rte__table-wrapper {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/*============================================================================
  Responsive tables, defined with .responsive-table on table element.
==============================================================================*/
@media only screen and (max-width: 799px) {
  .responsive-table {
    width: 100%; }
    .responsive-table thead {
      display: none; }
    .responsive-table tr {
      display: block; }
    .responsive-table tr,
    .responsive-table td {
      float: left;
      clear: both;
      width: 100%; }
    .responsive-table th,
    .responsive-table td {
      display: block;
      text-align: right;
      padding: 15px;
      margin: 0; }
    .responsive-table td::before {
      content: attr(data-label);
      float: left;
      text-align: center;
      padding-right: 10px; }

  .responsive-table-row + .responsive-table-row,
  tfoot > .responsive-table-row:first-child {
    position: relative;
    margin-top: 10px;
    padding-top: 15px; }
    .responsive-table-row + .responsive-table-row::after,
    tfoot > .responsive-table-row:first-child::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 15px;
      right: 15px;
      border-bottom: 1px solid #eeeeee; } }
@media only screen and (min-width: 990px) {
  .responsive-table th,
  .responsive-table td {
    padding: 5px; } }

/*================ Links & Buttons ================*/
.btn {
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-user-select: "none";
  user-select: "none";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 0;
  background-color: #f594a9;
  color: white;
  padding: 18px 60px 18px 60px;
  font-family: "GT-Walsheim-Medium", serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: normal;
  border-radius: 1px; }
  .btn:hover, .btn:focus {
    background-color: black;
    color: white;
    outline: none;
    border: none; }
  .btn[disabled] {
    background-color: #222222; }
    .btn[disabled]:hover, .btn[disabled]:focus {
      background-color: #222222; }
  .btn.btn-2 {
    font-family: "GT-Walsheim-Medium", serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0 0 5px 0;
    background-color: transparent;
    color: black;
    border-bottom: 2px solid #ed1c24; }
    .btn.btn-2:hover, .btn.btn-2:focus {
      background-color: transparent;
      border-bottom: 2px solid #ed1c24;
      color: black; }
  .btn.btn-3 {
    font-family: "GT-Walsheim-Medium", serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 13px 70px;
    background-color: transparent;
    color: white;
    border: 2px solid white; }
    .btn.btn-3:hover, .btn.btn-3:focus {
      background-color: white;
      border: 2px solid white;
      color: #f594a9; }
  .btn.btn-4 {
    border: 1px solid #f594a9;
    color: #f594a9;
    background-color: white; }
    .btn.btn-4:hover, .btn.btn-4:focus {
      border: 1px solid black;
      color: black;
      background-color: white; }

a {
  color: #f594a9;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    color: black; }

.toggle {
  color: black; }
  .toggle:hover {
    cursor: pointer; }
  .toggle:hover, .toggle:focus {
    color: #f594a9;
    outline: none; }

.toggled-content {
  display: none; }

/*============================================================================
  Form scaffolding
    - Selectors setup for you to style form elements how you want
    - Focus, error, and disabled states are set to be extended
==============================================================================*/
input,
textarea,
select {
  border: 1px solid black;
  border-radius: 0;
  max-width: 100%;
  padding: 15px;
  font-family: "GT-Walsheim-Light", serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none;
  font-size: 16px;
  font-size: 1.6rem; }
  @media only screen and (min-width: 800px) {
    input,
    textarea,
    select {
      font-size: 14px;
      font-size: 1.4rem; } }
  input:focus,
  textarea:focus,
  select:focus {
    border: 1px solid black;
    outline: none; }
  input[disabled],
  textarea[disabled],
  select[disabled] {
    cursor: default;
    background-color: #222222;
    border-color: #222222; }

textarea {
  min-height: 100px; }

::-webkit-input-placeholder {
  opacity: 1;
  color: black; }

::-moz-placeholder {
  opacity: 1;
  color: black; }

:-ms-input-placeholder {
  opacity: 1;
  color: black; }

:-moz-placeholder {
  opacity: 1;
  color: black; }

input::-ms-clear {
  display: none; }

/*================ Custom select style ================*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url(/cdn/shop/t/18/assets/ico-select.svg?v=16861682405172533571685632240);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: transparent;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  /*================ Hide the svg arrow in IE9 ================*/ }
  .ie9 select {
    padding-right: 10px;
    background-image: none; }

select::-ms-expand {
  display: none; }

/*================ Error styles ================*/
input.input-error,
select.input-error,
textarea.input-error {
  border-color: #e00548;
  background-color: #ffeaed;
  color: #e00548; }

.form-success,
.note--success {
  background-color: #eaffef;
  padding: 20px;
  margin-bottom: 1em;
  text-align: center;
  color: black; }

.errors,
.note--error {
  background-color: #ffeaed;
  padding: 20px;
  text-align: left;
  margin-bottom: 1em;
  border: 1px solid red;
  color: black; }

ul.shopify-challenge__error {
  padding-left: 0; }

/*================ Contact forms ================*/
.form-vertical,
.contact-form {
  max-width: 600px;
  margin: 30px auto; }
  .form-vertical label,
  .contact-form label {
    display: block;
    margin-bottom: 5px; }
  .form-vertical input[type="text"],
  .form-vertical input[type="email"],
  .form-vertical input[type="tel"],
  .form-vertical textarea,
  .form-vertical fieldset,
  .contact-form input[type="text"],
  .contact-form input[type="email"],
  .contact-form input[type="tel"],
  .contact-form textarea,
  .contact-form fieldset {
    display: block;
    width: 100%;
    margin-bottom: 25px; }
  .form-vertical select,
  .contact-form select {
    margin-bottom: 25px; }
  .form-vertical input[type="checkbox"],
  .form-vertical input[type="radio"],
  .contact-form input[type="checkbox"],
  .contact-form input[type="radio"] {
    display: inline-block;
    margin-bottom: 35px; }
    .form-vertical input[type="checkbox"] + label,
    .form-vertical input[type="radio"] + label,
    .contact-form input[type="checkbox"] + label,
    .contact-form input[type="radio"] + label {
      display: inline-block;
      margin-right: 20px;
      padding-left: 5px; }
  .form-vertical .btn,
  .contact-form .btn {
    display: block;
    margin: 0 auto;
    width: auto; }
  .form-vertical ul,
  .contact-form ul {
    list-style-type: none;
    padding-left: 0; }
    .form-vertical ul input[type="checkbox"],
    .contact-form ul input[type="checkbox"] {
      margin-bottom: 0; }

.placeholder-svg {
  display: block;
  fill: rgba(0, 0, 0, 0.35);
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2); }

.placeholder-svg--small {
  width: 480px; }

.placeholder-noblocks {
  padding: 40px;
  text-align: center; }

.placeholder-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .placeholder-background .icon {
    border: 0; }

/*================ VENDOR ================*/
body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s,visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable=true] {
  cursor: text; }

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:nth-child(1), .fancybox-button--pause svg:nth-child(1), .fancybox-button--play svg:nth-child(2) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  transition-timing-function: linear;
  z-index: 99998; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1; }

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0); }

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1); }

@media (max-height: 576px) {
  .fancybox-caption {
    padding: 12px; }

  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }

  .fancybox-slide--image {
    padding: 6px 0; }

  .fancybox-close-small {
    right: -6px; }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus:before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
  0%,20%,53%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0); }

  40%,43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  0%,20%,53%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0); }

  40%,43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

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

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

  25%,75% {
    opacity: 0; } }

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

  25%,75% {
    opacity: 0; } }

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

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

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

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(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: scaleX(1);
    transform: scaleX(1); } }

@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(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: scaleX(1);
    transform: scaleX(1); } }

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

@-webkit-keyframes shake {
  0%,to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0%,to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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-name: headShake;
  -webkit-animation-timing-function: ease-in-out;
  animation-name: headShake;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

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

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }

  10%,20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }

  30%,50%,70%,90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }

  40%,60%,80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }

  10%,20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }

  30%,50%,70%,90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }

  40%,60%,80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

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

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg); }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg); }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg); }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg); }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

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

@-webkit-keyframes jello {
  0%,11.1%,to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0%,11.1%,to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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;
  -webkit-transform-origin: center;
  animation-name: jello;
  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-duration: 1.3s;
  -webkit-animation-name: heartBeat;
  -webkit-animation-timing-function: ease-in-out;
  animation-duration: 1.3s;
  animation-name: heartBeat;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes bounceIn {
  0%,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% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    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% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1;
    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 {
    -webkit-transform: scaleX(1);
    opacity: 1;
    transform: scaleX(1); } }

@keyframes bounceIn {
  0%,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% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    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% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1;
    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 {
    -webkit-transform: scaleX(1);
    opacity: 1;
    transform: scaleX(1); } }

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

@-webkit-keyframes bounceInDown {
  0%,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% {
    -webkit-transform: translate3d(0, -3000px, 0);
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }

  60% {
    -webkit-transform: translate3d(0, 25px, 0);
    opacity: 1;
    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: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInDown {
  0%,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% {
    -webkit-transform: translate3d(0, -3000px, 0);
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }

  60% {
    -webkit-transform: translate3d(0, 25px, 0);
    opacity: 1;
    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: translateZ(0);
    transform: translateZ(0); } }

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

@-webkit-keyframes bounceInLeft {
  0%,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% {
    -webkit-transform: translate3d(-3000px, 0, 0);
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }

  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    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: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInLeft {
  0%,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% {
    -webkit-transform: translate3d(-3000px, 0, 0);
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }

  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    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: translateZ(0);
    transform: translateZ(0); } }

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

@-webkit-keyframes bounceInRight {
  0%,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% {
    -webkit-transform: translate3d(3000px, 0, 0);
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }

  60% {
    -webkit-transform: translate3d(-25px, 0, 0);
    opacity: 1;
    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: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInRight {
  0%,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% {
    -webkit-transform: translate3d(3000px, 0, 0);
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }

  60% {
    -webkit-transform: translate3d(-25px, 0, 0);
    opacity: 1;
    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: translateZ(0);
    transform: translateZ(0); } }

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

@-webkit-keyframes bounceInUp {
  0%,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% {
    -webkit-transform: translate3d(0, 3000px, 0);
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }

  60% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    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: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInUp {
  0%,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% {
    -webkit-transform: translate3d(0, 3000px, 0);
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }

  60% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    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: translateZ(0);
    transform: translateZ(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% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }

  to {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    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% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }

  to {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

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

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  40%,45% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0); }

  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  40%,45% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0); }

  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

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

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

  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

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

  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

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

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

  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

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

  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 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% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 1;
    transform: translate3d(0, 20px, 0); }

  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  40%,45% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 1;
    transform: translate3d(0, 20px, 0); }

  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

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

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  to {
    opacity: 1; } }

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

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

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

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

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

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

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

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

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

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

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

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

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

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

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

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

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

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

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

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

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

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

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

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

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

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

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

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

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

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

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

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0); }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0); }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

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

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

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

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

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

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

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

  to {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  to {
    opacity: 0; } }

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

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }

  to {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1; }

  to {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

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

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }

  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }

  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

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

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }

  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1; }

  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

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

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }

  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }

  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

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

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }

  to {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1; }

  to {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

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

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }

  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }

  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

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

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }

  to {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1; }

  to {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

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

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }

  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }

  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

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

@-webkit-keyframes flip {
  0% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn); }

  40% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg); }

  50% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg); }

  80% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg); }

  to {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg); } }

@keyframes flip {
  0% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn); }

  40% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg); }

  50% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg); }

  80% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg); }

  to {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg); } }

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

@-webkit-keyframes flipInX {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateX(90deg); }

  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateX(-20deg); }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    opacity: 1;
    transform: perspective(400px) rotateX(10deg); }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg); }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateX(90deg); }

  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateX(-20deg); }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    opacity: 1;
    transform: perspective(400px) rotateX(10deg); }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg); }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

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

@-webkit-keyframes flipInY {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateY(90deg); }

  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateY(-20deg); }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    opacity: 1;
    transform: perspective(400px) rotateY(10deg); }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg); }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateY(90deg); }

  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateY(-20deg); }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    opacity: 1;
    transform: perspective(400px) rotateY(10deg); }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg); }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

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

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }

  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
    transform: perspective(400px) rotateX(-20deg); }

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
    transform: perspective(400px) rotateX(90deg); } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }

  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
    transform: perspective(400px) rotateX(-20deg); }

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
    transform: perspective(400px) rotateX(90deg); } }

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

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }

  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
    transform: perspective(400px) rotateY(-15deg); }

  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
    transform: perspective(400px) rotateY(90deg); } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }

  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
    transform: perspective(400px) rotateY(-15deg); }

  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
    transform: perspective(400px) rotateY(90deg); } }

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

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

  60% {
    -webkit-transform: skewX(20deg);
    opacity: 1;
    transform: skewX(20deg); }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

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

  60% {
    -webkit-transform: skewX(20deg);
    opacity: 1;
    transform: skewX(20deg); }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

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

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(30deg); } }

@keyframes lightSpeedOut {
  0% {
    opacity: 1; }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(30deg); } }

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

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(-200deg);
    transform-origin: center; }

  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: center;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: center; } }

@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(-200deg);
    transform-origin: center; }

  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: center;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: center; } }

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

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom; }

  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom; }

  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom; } }

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

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: right bottom; }

  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: right bottom; }

  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom; } }

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

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom; }

  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom; }

  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom; } }

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

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom; }

  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom; }

  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom; } }

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

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    opacity: 1;
    transform-origin: center; }

  to {
    -webkit-transform: rotate(200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(200deg);
    transform-origin: center; } }

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    opacity: 1;
    transform-origin: center; }

  to {
    -webkit-transform: rotate(200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(200deg);
    transform-origin: center; } }

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

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom; }

  to {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom; } }

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom; }

  to {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom; } }

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

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom; }

  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: right bottom; } }

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom; }

  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: right bottom; } }

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

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom; }

  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom; } }

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom; }

  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom; } }

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

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom; }

  to {
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right bottom; } }

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom; }

  to {
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right bottom; } }

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

@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform-origin: top left; }

  20%,60% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform: rotate(80deg);
    transform-origin: top left; }

  40%,80% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
    transform: rotate(60deg);
    transform-origin: top left; }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    opacity: 0;
    transform: translate3d(0, 700px, 0); } }

@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform-origin: top left; }

  20%,60% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform: rotate(80deg);
    transform-origin: top left; }

  40%,80% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
    transform: rotate(60deg);
    transform-origin: top left; }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    opacity: 0;
    transform: translate3d(0, 700px, 0); } }

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

@-webkit-keyframes jackInTheBox {
  0% {
    -webkit-transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }

  to {
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1); } }

@keyframes jackInTheBox {
  0% {
    -webkit-transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }

  to {
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1); } }

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

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

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

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

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

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

@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }

  to {
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1; }

  to {
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg); } }

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

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

  50% {
    opacity: 1; } }

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

  50% {
    opacity: 1; } }

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

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

  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); } }

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

  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); } }

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

@-webkit-keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); }

  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); } }

@keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); }

  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); } }

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

@-webkit-keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); }

  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); } }

@keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); }

  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); } }

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

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

  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); } }

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

  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); } }

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

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }

  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }

  to {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1; }

  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }

  to {
    opacity: 0; } }

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

@-webkit-keyframes zoomOutDown {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); }

  to {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom; } }

@keyframes zoomOutDown {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); }

  to {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom; } }

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

@-webkit-keyframes zoomOutLeft {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }

  to {
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }

  to {
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }

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

@-webkit-keyframes zoomOutRight {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }

  to {
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }

  to {
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }

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

@-webkit-keyframes zoomOutUp {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); }

  to {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom; } }

@keyframes zoomOutUp {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); }

  to {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom; } }

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

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

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

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

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

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

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

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

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

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

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

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

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

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

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

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

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

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

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

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

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

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

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

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

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

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

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

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

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

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

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

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

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

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

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

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

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

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

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

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

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

.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  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: .8s;
  animation-duration: .8s; }

.animated.faster {
  -webkit-animation-duration: .5s;
  animation-duration: .5s; }

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

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

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    -webkit-transition: none !important;
    animation: unset !important;
    transition: none !important; } }
/*================ MODULES ================*/
/*================ Site Header ================*/
.topbar {
  text-align: center;
  padding: 8px 0 8px 0;
  font-family: "GT-Walsheim-Medium", serif;
  font-size: 10px;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: .16em;
  text-transform: uppercase;
  background-color: #f594a9;
  color: black; }
  .topbar a {
    color: white; }
    .topbar a:hover, .topbar a:focus {
      text-decoration: underline; }
  .topbar p {
    margin: 0; }

.site-header {
  padding: 20px 0; }
  @media only screen and (min-width: 800px) {
    .site-header {
      padding: 20px 0 33px 0; } }
  @media only screen and (min-width: 800px) {
    .site-header .header-search,
    .site-header .account-cart {
      font-family: "GT-Walsheim-Medium", serif;
      font-size: 11px;
      font-size: 1.1rem;
      font-weight: normal;
      letter-spacing: 1px;
      text-transform: uppercase;
      padding-top: 20px;
      -ms-flex: 0 0 30%;
      flex: 0 0 30%; } }
  .site-header .header-search a,
  .site-header .account-cart a {
    color: black; }
    .site-header .header-search a:hover, .site-header .header-search a:focus,
    .site-header .account-cart a:hover,
    .site-header .account-cart a:focus {
      color: #f594a9; }
  @media only screen and (min-width: 800px) {
    .site-header ul {
      margin-top: 0;
      margin-bottom: 0;
      list-style: none;
      margin-left: 0;
      margin-right: 0;
      padding: 0; }
      .site-header ul > li {
        margin: 0;
        padding: 0;
        background-image: none; }
      .site-header ul li {
        display: inline-block; } }
  @media only screen and (min-width: 800px) {
    .site-header .header-logo {
      -ms-flex: 0 0 40%;
      flex: 0 0 40%; } }
  .site-header .account-cart {
    text-align: right; }
    .site-header .account-cart p,
    .site-header .account-cart ul {
      margin: 0; }
    @media only screen and (min-width: 800px) {
      .site-header .account-cart ul,
      .site-header .account-cart .header-cart {
        display: inline-block; } }
    .site-header .account-cart ul li {
      line-height: 1;
      margin-right: 15px; }
  .site-header .header-search form {
    max-width: 180px; }

.site-logo {
  display: block;
  margin: 0 auto;
  max-width: 323px;
  text-align: center; }
  .site-logo img {
    display: block;
    margin: 0 auto;
    width: 180px; }
    @media screen and (min-width: 380px) {
      .site-logo img {
        width: 323px; } }

.site-logo-h1 {
  margin: 0; }

.main-navigation {
  display: none; }
  @media only screen and (min-width: 800px) {
    .main-navigation {
      display: block; } }

ul.site-nav {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "GT-Walsheim-Medium", serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase; }
  ul.site-nav > li {
    margin: 0;
    padding: 0;
    background-image: none; }
  ul.site-nav > li {
    padding-bottom: 15px; }
  ul.site-nav li {
    display: inline-block;
    position: relative;
    line-height: 1; }
    ul.site-nav li:not(:last-of-type) {
      margin-right: 35px; }
    ul.site-nav li a {
      color: black; }
      ul.site-nav li a:hover, ul.site-nav li a:focus {
        color: #f594a9; }
    ul.site-nav li ul {
      z-index: 1;
      display: none;
      position: absolute;
      list-style: none;
      margin-left: 0;
      margin-right: 0;
      padding: 0;
      top: 100%;
      width: 220px;
      margin-left: -110px;
      left: 50%;
      background-color: #fff6f8;
      padding-top: 15px; }
      ul.site-nav li ul > li {
        margin: 0;
        padding: 0;
        background-image: none; }
      ul.site-nav li ul li {
        display: block;
        margin-bottom: 10px; }
        ul.site-nav li ul li:before {
          display: none; }
        ul.site-nav li ul li:not(:last-of-type) {
          margin-right: 0; }
        ul.site-nav li ul li a {
          color: black;
          display: block; }
        ul.site-nav li ul li:last-of-type a {
          padding-bottom: 15px; }
    ul.site-nav li:hover ul {
      display: block; }

.header-search form,
.mobile-search form,
.search-bar form {
  border-bottom: 2px solid #f594a9;
  max-width: 330px; }
.header-search input,
.mobile-search input,
.search-bar input {
  border: none;
  font-family: "GT-Walsheim-Medium", serif;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 0 5px 0;
  width: 80%;
  border-radius: 0;
  -webkit-appearance: none; }
  @media only screen and (min-width: 800px) {
    .header-search input,
    .mobile-search input,
    .search-bar input {
      font-size: 11px;
      font-size: 1.1rem; } }
.header-search button,
.mobile-search button,
.search-bar button {
  background-color: white;
  padding: 0 0 5px 0;
  width: 20%;
  text-align: right; }
  .header-search button:hover, .header-search button:focus,
  .mobile-search button:hover,
  .mobile-search button:focus,
  .search-bar button:hover,
  .search-bar button:focus {
    background-color: white; }
.header-search img,
.mobile-search img,
.search-bar img {
  width: 14px; }

a.header-cart {
  font-weight: normal; }
  a.header-cart img {
    width: 22px;
    vertical-align: middle;
    margin-right: 3px;
    margin-top: -5px; }
  @media only screen and (max-width: 799px) {
    a.header-cart {
      display: block;
      text-align: center;
      max-width: 55px;
      float: right; } }

/* Mobile menu layout */
.desktop-header {
  display: none; }
  @media only screen and (min-width: 800px) {
    .desktop-header {
      display: block; } }

@media only screen and (min-width: 800px) {
  .mobile-header {
    display: none; } }
.mobile-header .mobile-menu-button,
.mobile-header .mobile-cart {
  -ms-flex: 0 0 20%;
  -webkit-flex: 0 0 20%;
  flex: 0 0 20%; }
.mobile-header .mobile-logo {
  -ms-flex: 0 0 60%;
  -webkit-flex: 0 0 60%;
  flex: 0 0 60%;
  padding: 0 5px; }
.mobile-header .mobile-cart {
  text-align: right;
  font-family: "GT-Walsheim-Medium", serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase; }
  .mobile-header .mobile-cart a {
    color: black; }
    .mobile-header .mobile-cart a:hover, .mobile-header .mobile-cart a:active {
      color: #f594a9; }
  @media screen and (max-width: 500px) {
    .mobile-header .mobile-cart .header-cart {
      display: block;
      float: right;
      width: 55px; } }
  @media screen and (max-width: 500px) {
    .mobile-header .mobile-cart .count {
      display: block;
      width: 55px;
      text-align: center;
      padding-top: 3px;
      letter-spacing: 1.5px;
      padding-left: 2px; } }

.mobile-menu-button {
  display: block;
  position: relative; }
  .mobile-menu-button a {
    color: black; }
    .mobile-menu-button a:hover, .mobile-menu-button a:active {
      color: #f594a9; }
  .mobile-menu-button .fa-bars {
    font-size: 35px;
    font-size: 3.5rem; }
  .mobile-menu-button:hover {
    cursor: pointer; }
  @media only screen and (min-width: 800px) {
    .mobile-menu-button {
      display: none; } }

.mobile-menu {
  position: fixed;
  top: 0;
  left: -4px;
  background-color: #fff6f8;
  z-index: 20;
  height: 100%;
  overflow: hidden;
  border-right: 2px solid white;
  width: 300px;
  -webkit-transition: transform 300ms;
  transition: transform 300ms;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  font-family: "GT-Walsheim-Medium", serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none; }
  .mobile-menu.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    overflow-y: visible; }
  .mobile-menu .fa-times {
    position: absolute;
    top: 20px;
    right: 10px;
    height: 30px;
    width: 30px;
    cursor: pointer; }
    .mobile-menu .fa-times:hover {
      color: #f594a9; }
  .mobile-menu a {
    color: black; }
    .mobile-menu a:hover, .mobile-menu a:focus {
      color: #f594a9; }
  .mobile-menu .mobile-search {
    padding: 15px;
    margin-top: 20px; }
    .mobile-menu .mobile-search form {
      max-width: 100%;
      padding: 5px 10px 4px 10px; }
      .mobile-menu .mobile-search form input[type="search"] {
        width: 75%;
        font-size: 14px;
        font-size: 1.4rem;
        padding-left: 0;
        background-color: #fff6f8; }
      .mobile-menu .mobile-search form button {
        text-align: right;
        width: 22%;
        background-color: #fff6f8; }
  .mobile-menu ul.nav-menu {
    list-style: none;
    margin: 60px 0 0 0;
    padding: 0;
    position: relative;
    left: 0;
    -webkit-transition: left 300ms;
    transition: left 300ms; }
    .mobile-menu ul.nav-menu.secondary-open {
      left: -100%; }
    .mobile-menu ul.nav-menu .top-link,
    .mobile-menu ul.nav-menu .trigger-secondary {
      display: inline-block;
      height: 50px;
      vertical-align: top; }
    .mobile-menu ul.nav-menu .top-link {
      width: 78%; }
    .mobile-menu ul.nav-menu .trigger-secondary {
      width: 20%;
      padding: 15px 13px 15px 0; }
    .mobile-menu ul.nav-menu .mobile-info-link {
      border-bottom: 0; }
      .mobile-menu ul.nav-menu .mobile-info-link a {
        padding-bottom: 0; }
    .mobile-menu ul.nav-menu .account-menu {
      margin: 10px 0;
      text-align: center;
      font-family: "GT-Walsheim-Medium", serif;
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: normal;
      letter-spacing: 1px;
      text-transform: uppercase; }
      .mobile-menu ul.nav-menu .account-menu li {
        display: inline-block;
        border: none; }
        .mobile-menu ul.nav-menu .account-menu li a {
          padding: 0 5px; }
        .mobile-menu ul.nav-menu .account-menu li.sign-out, .mobile-menu ul.nav-menu .account-menu li.cart {
          padding-left: 6px;
          border-left: 1px solid #f594a9; }
        .mobile-menu ul.nav-menu .account-menu li.cart img {
          width: 22px;
          vertical-align: middle;
          margin-top: -5px;
          margin-right: 3px; }
    .mobile-menu ul.nav-menu li {
      padding: 0;
      border-bottom: 2px solid white; }
      .mobile-menu ul.nav-menu li ul.secondary-links {
        list-style: none;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        left: 100%;
        display: none; }
        .mobile-menu ul.nav-menu li ul.secondary-links > li {
          margin: 0;
          padding: 0;
          background-image: none; }
        .mobile-menu ul.nav-menu li ul.secondary-links li {
          border-bottom: 2px solid white; }
        .mobile-menu ul.nav-menu li ul.secondary-links li.has-grandchild > a {
          display: inline-block;
          width: 80%; }
        .mobile-menu ul.nav-menu li ul.secondary-links li.has-grandchild .trigger-tertiary {
          float: right;
          width: 20%;
          text-align: right;
          padding: 15px 15px 15px 20px; }
          .mobile-menu ul.nav-menu li ul.secondary-links li.has-grandchild .trigger-tertiary .fa-chevron-down,
          .mobile-menu ul.nav-menu li ul.secondary-links li.has-grandchild .trigger-tertiary .fa-chevron-up {
            float: right;
            font-size: 22px; }
          .mobile-menu ul.nav-menu li ul.secondary-links li.has-grandchild .trigger-tertiary .fa-chevron-down {
            display: block; }
          .mobile-menu ul.nav-menu li ul.secondary-links li.has-grandchild .trigger-tertiary .fa-chevron-up {
            display: none; }
          .mobile-menu ul.nav-menu li ul.secondary-links li.has-grandchild .trigger-tertiary.tertiary-open .fa-chevron-down {
            display: none; }
          .mobile-menu ul.nav-menu li ul.secondary-links li.has-grandchild .trigger-tertiary.tertiary-open .fa-chevron-up {
            display: block; }
      .mobile-menu ul.nav-menu li a {
        display: block;
        width: 100%;
        padding: 17px 20px 15px 20px; }
        .mobile-menu ul.nav-menu li a .fa-chevron-right,
        .mobile-menu ul.nav-menu li a .fa-chevron-left {
          font-size: 22px;
          vertical-align: -.26em; }
        .mobile-menu ul.nav-menu li a .fa-chevron-right {
          float: right;
          margin-left: 8px; }
        .mobile-menu ul.nav-menu li a .fa-chevron-left {
          margin-right: 8px; }
      .mobile-menu ul.nav-menu li ul.tertiary-links {
        list-style: none;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        width: 100%;
        height: 0px;
        overflow: hidden;
        font-family: "GT-Walsheim-Medium", serif;
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: normal;
        letter-spacing: 2px;
        text-transform: uppercase; }
        .mobile-menu ul.nav-menu li ul.tertiary-links > li {
          margin: 0;
          padding: 0;
          background-image: none; }
        .mobile-menu ul.nav-menu li ul.tertiary-links li {
          border-bottom: none;
          margin-bottom: 5px; }
        .mobile-menu ul.nav-menu li ul.tertiary-links li:last-of-type:after {
          display: none; }
        .mobile-menu ul.nav-menu li ul.tertiary-links li a {
          padding: 10px 20px 0 20px; }
        .mobile-menu ul.nav-menu li ul.tertiary-links li:last-child a {
          padding-bottom: 25px; }
        .mobile-menu ul.nav-menu li ul.tertiary-links.tertiary-links-active {
          height: 100%; }
          .mobile-menu ul.nav-menu li ul.tertiary-links.tertiary-links-active a img {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
        .mobile-menu ul.nav-menu li ul.tertiary-links a {
          display: block;
          width: 100%;
          padding: 10px 20px; }

/*================ Mega menu ================*/
#shopify-section-header {
  position: relative; }

ul.site-nav {
  text-align: center; }
  ul.site-nav li.site-nav--has-megamenu {
    position: static; }
    ul.site-nav li.site-nav--has-megamenu > a {
      color: #ed1c24; }
  ul.site-nav > li div.site-nav__megamenu {
    background-color: white;
    cursor: initial;
    z-index: -1;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    border: 1px solid #eeeeee;
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.11);
    padding: 40px 50px;
    display: none; }
    @media only screen and (min-width: 990px) {
      ul.site-nav > li div.site-nav__megamenu {
        width: 80%;
        left: 10%; } }
    ul.site-nav > li div.site-nav__megamenu .col {
      -ms-flex: 1;
      flex: 1;
      padding: 0 20px;
      text-align: left; }
      ul.site-nav > li div.site-nav__megamenu .col:first-child {
        padding-left: 0; }
      ul.site-nav > li div.site-nav__megamenu .col:last-child {
        -ms-flex: 1.5;
        flex: 1.5;
        padding: 0;
        text-align: center; }
        ul.site-nav > li div.site-nav__megamenu .col:last-child img {
          margin-bottom: 10px; }
        ul.site-nav > li div.site-nav__megamenu .col:last-child p {
          font-family: "GT-Walsheim-Regular", serif;
          font-size: 12px;
          font-size: 1.2rem;
          font-weight: normal;
          letter-spacing: 0;
          text-transform: none; }
      ul.site-nav > li div.site-nav__megamenu .col a {
        padding-right: 0; }
      ul.site-nav > li div.site-nav__megamenu .col h3 {
        font-family: "GT-Walsheim-Medium", serif;
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: normal;
        letter-spacing: .05em;
        text-transform: uppercase;
        margin: 0 0 15px 0; }
      ul.site-nav > li div.site-nav__megamenu .col p.grandchild {
        font-family: "GT-Walsheim-Regular", serif;
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: normal;
        letter-spacing: 0;
        text-transform: none;
        margin-top: 0;
        margin-bottom: 12px; }
      ul.site-nav > li div.site-nav__megamenu .col ul {
        list-style: none;
        margin-left: 0;
        margin-right: 0;
        padding: 0; }
        ul.site-nav > li div.site-nav__megamenu .col ul > li {
          margin: 0;
          padding: 0;
          background-image: none; }
        ul.site-nav > li div.site-nav__megamenu .col ul a {
          padding-bottom: 0;
          margin-bottom: 15px; }
  ul.site-nav > li:hover div.site-nav__megamenu, ul.site-nav > li:focus div.site-nav__megamenu {
    top: calc(100%);
    opacity: 1;
    z-index: 8;
    display: block; }

.site-footer {
  margin-top: 90px;
  color: white;
  background-image: url(/cdn/shop/t/18/assets/footer-bg.png?v=32157838155220993391685632240);
  background-size: 1280px 50px;
  background-position: center top;
  background-repeat: repeat-x;
  padding-top: 50px; }
  .site-footer .footer-wrapper {
    background-color: black;
    padding-top: 68px; }
  .site-footer a {
    color: white; }
    .site-footer a:hover, .site-footer a:focus {
      color: #f594a9; }
  .site-footer ul {
    list-style: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0; }
    .site-footer ul > li {
      margin: 0;
      padding: 0;
      background-image: none; }
    .site-footer ul li {
      margin-bottom: 8px;
      font-family: "GT-Walsheim-Medium", serif;
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: normal;
      letter-spacing: 1px;
      text-transform: uppercase; }
  .site-footer p {
    margin-top: 0; }
  @media only screen and (max-width: 799px) {
    .site-footer .flex.footer-sections {
      -ms-display: block;
      display: block; } }
  .site-footer .footer-sections.top .footer-section {
    font-family: "GT-Walsheim-Regular", serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1.7; }
    @media only screen and (min-width: 800px) {
      .site-footer .footer-sections.top .footer-section:nth-of-type(1) {
        width: 31%; } }
    .site-footer .footer-sections.top .footer-section:nth-of-type(1) h3 {
      font-family: "GT-Walsheim-Medium", serif;
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: normal;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin-bottom: 18px; }
    @media only screen and (min-width: 800px) {
      .site-footer .footer-sections.top .footer-section:nth-of-type(2), .site-footer .footer-sections.top .footer-section:nth-of-type(3) {
        width: 21%; } }
    @media only screen and (min-width: 800px) {
      .site-footer .footer-sections.top .footer-section:nth-of-type(4) {
        width: 36%; } }
    .site-footer .footer-sections.top .footer-section:nth-of-type(4) h3 {
      margin-top: 0;
      font-family: "GT-Walsheim-Medium", serif;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: normal;
      letter-spacing: 2px;
      text-transform: uppercase;
      line-height: 1.2;
      margin-bottom: 12px; }
    .site-footer .footer-sections.top .footer-section:nth-of-type(4) .rte {
      font-family: "GT-Walsheim-Light", serif;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: normal;
      letter-spacing: 0;
      text-transform: none;
      margin-bottom: 20px; }
    @media only screen and (min-width: 800px) {
      .site-footer .footer-sections.top .footer-section:nth-of-type(5) {
        width: 11%; } }
    .site-footer .footer-sections.top .footer-section h3 {
      margin-bottom: 25px;
      margin-top: 0; }
    @media only screen and (max-width: 799px) {
      .site-footer .footer-sections.top .footer-section {
        -ms-flex: none;
        flex: none;
        text-align: center;
        padding-top: 25px;
        padding-bottom: 25px; } }

@media only screen and (max-width: 799px) {
  .newsletter-form {
    max-width: 420px;
    margin: 0 auto; } }
.site-footer .newsletter-form ::-webkit-input-placeholder {
  color: white; }
.site-footer .newsletter-form ::-moz-placeholder {
  color: white; }
.site-footer .newsletter-form :-ms-input-placeholder {
  color: white; }
.site-footer .newsletter-form :-moz-placeholder {
  color: white; }
.newsletter-form input,
.newsletter-form .btn,
.newsletter-form input[type="email"] {
  border: 1px solid #f594a9;
  background-color: transparent;
  padding: 15px 10px; }
  .site-footer .newsletter-form input, .site-footer
  .newsletter-form .btn, .site-footer
  .newsletter-form input[type="email"] {
    color: white; }
  @media only screen and (min-width: 800px) {
    .newsletter-form input,
    .newsletter-form .btn,
    .newsletter-form input[type="email"] {
      padding: 15px 15px 15px 17px; } }
.newsletter-form input {
  font-family: "GT-Walsheim-Regular", serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 0; }
  .newsletter-form input[type="email"] {
    width: 60%; }
    @media only screen and (min-width: 800px) {
      .newsletter-form input[type="email"] {
        width: 72%; } }
.newsletter-form .btn {
  font-family: "GT-Walsheim-Medium", serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  width: 40%;
  border-left: none;
  background-color: #f594a9; }
  @media only screen and (min-width: 800px) {
    .newsletter-form .btn {
      width: 28%; } }
  .newsletter-form .btn:hover, .newsletter-form .btn:focus {
    background-color: black;
    color: white;
    border: 1px solid black; }
@media screen and (min-width: 800px) and (max-width: 1100px) {
  .newsletter-form input[type="email"],
  .newsletter-form .btn {
    font-size: 11px;
    font-size: 1.1rem; }
  .newsletter-form input[type="email"] {
    width: 60%; }
  .newsletter-form .btn {
    width: 40%;
    padding-left: 0;
    padding-right: 0; } }

ul.social {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0; }
  ul.social > li {
    margin: 0;
    padding: 0;
    background-image: none; }
  ul.social li {
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
    margin: 0 10px; }
    @media only screen and (min-width: 800px) {
      ul.social li {
        display: block;
        text-align: right;
        margin: 0 0 12px 0; } }

.credit {
  padding: 50px 0 20px 0;
  color: white;
  font-family: "GT-Walsheim-Regular", serif;
  font-size: 8px;
  font-size: 0.8rem;
  font-weight: normal;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-align: center; }
  .credit a {
    color: white; }
    .credit a:hover, .credit a:focus {
      color: #f594a9; }
  .credit ul li {
    text-align: center;
    font-family: "GT-Walsheim-Regular", serif;
    font-size: 8px;
    font-size: 0.8rem;
    font-weight: normal;
    letter-spacing: .2em;
    text-transform: uppercase; }
    @media only screen and (max-width: 799px) {
      .credit ul li {
        margin: 20px 0; } }
    @media only screen and (min-width: 800px) {
      .credit ul li {
        display: inline-block; } }
    @media only screen and (min-width: 800px) {
      .credit ul li:not(:last-of-type) {
        margin-right: 20px; } }

/*================ Giftcard Template ================*/
.giftcard-qr img {
  display: block;
  margin: 0 auto; }

.apple-wallet-image {
  display: block;
  margin: 0 auto; }

/*================ Print Giftcard Styles ================*/
@media print {
  @page {
    margin: 0.5cm; }

  p {
    orphans: 3;
    widows: 3; }

  html,
  body {
    background-color: #fff;
    color: #000; }

  .print-giftcard,
  .apple-wallet {
    display: none; } }
.page-title,
.spr-header-title {
  font-family: "GT-Walsheim-Regular", serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 60px; }
  .page-title span,
  .spr-header-title span {
    display: inline-block;
    padding-bottom: 25px;
    background-image: url(/cdn/shop/t/18/assets/dotted-line.png?v=26189690243674461981685632240);
    background-size: 107px 3px;
    background-position: center bottom;
    background-repeat: no-repeat; }

/*================ Home page ================*/
.index-section {
  margin-bottom: 100px; }
  @media screen and (min-width: 900px) {
    .index-section {
      margin-bottom: 130px; } }
  .index-section.hero-section {
    margin-bottom: 0;
    line-height: 0; }
  .index-section h2 {
    margin-top: 0; }

.hero-main {
  text-align: center;
  position: relative; }
  @media screen and (min-width: 900px) {
    .hero-main {
      line-height: 0; } }
  .hero-main .image1 {
    display: none; }
    @media screen and (min-width: 900px) {
      .hero-main .image1 {
        display: block; } }
  .hero-main .image2 {
    display: block; }
    @media screen and (min-width: 900px) {
      .hero-main .image2 {
        display: none; } }
  .hero-main .caption-wrapper {
    margin: 0 auto;
    display: inline-block;
    width: 100%; }
    @media screen and (min-width: 900px) {
      .hero-main .caption-wrapper {
        max-width: 320px; } }
    .hero-main .caption-wrapper h2 {
      font-family: "GT-Walsheim-Regular", serif;
      font-size: 34px;
      font-size: 3.4rem;
      font-weight: normal;
      letter-spacing: .05em;
      text-transform: uppercase;
      margin-bottom: 30px;
      color: white; }
      .hero-main .caption-wrapper h2 a {
        color: white; }
    .hero-main .caption-wrapper.hero--dark h2 {
      color: black; }
      .hero-main .caption-wrapper.hero--dark h2 a {
        color: black; }
    .hero-main .caption-wrapper.hero--dark .btn-3 {
      border: 2px solid black;
      color: black; }
      .hero-main .caption-wrapper.hero--dark .btn-3:hover, .hero-main .caption-wrapper.hero--dark .btn-3:active {
        border: 2px solid black;
        color: black; }
  .hero-main .hero__inner {
    line-height: 1; }
    @media screen and (max-width: 899px) {
      .hero-main .hero__inner {
        padding: 30px 0 60px 0;
        background-color: #f594a9; } }
    @media screen and (min-width: 900px) {
      .hero-main .hero__inner.no-show-inside {
        display: none; } }
    @media screen and (min-width: 900px) {
      .hero-main .hero__inner.show-inside {
        position: absolute;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%; } }
    .hero-main .hero__inner.show-inside.hero--right {
      right: 3%; }
    .hero-main .hero__inner.show-inside.hero--left {
      left: 3%; }

.info-section.index-section {
  margin-top: -50px;
  text-align: center;
  padding-top: 50px;
  position: relative;
  background-image: url(/cdn/shop/t/18/assets/border-pink.png?v=77569987570454204391685632240);
  background-size: 1280px 50px;
  background-position: left top;
  background-repeat: repeat-x; }
  @media only screen and (min-width: 800px) {
    .info-section.index-section {
      margin-bottom: 80px; } }
  .info-section.index-section .wrapper {
    background-color: #fff6f8;
    padding: 50px 0; }
    @media screen and (min-width: 850px) {
      .info-section.index-section .wrapper {
        padding: 100px 0; } }
  .info-section.index-section .page-width {
    max-width: 680px; }
  .info-section.index-section .rte {
    font-family: "GT-Walsheim-Medium", serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1.8; }
    .info-section.index-section .rte p:first-child {
      margin-top: 0; }
  .info-section.index-section .btn {
    margin-top: 25px; }
  .info-section.index-section .rainbow, .info-section.index-section .eraser, .info-section.index-section .clover, .info-section.index-section .heart, .info-section.index-section .gem, .info-section.index-section .pencil {
    display: none; }
  @media screen and (min-width: 850px) {
    .info-section.index-section .rainbow {
      display: block;
      width: 110px;
      position: absolute;
      left: 0;
      top: 80px; } }
  @media screen and (min-width: 850px) {
    .info-section.index-section .eraser {
      display: block;
      width: 150px;
      position: absolute;
      left: -60px;
      top: 215px; } }
  @media screen and (min-width: 1020px) {
    .info-section.index-section .eraser {
      left: 50px; } }
  @media screen and (min-width: 850px) {
    .info-section.index-section .clover {
      display: block;
      width: 75px;
      position: absolute;
      left: 0;
      bottom: 0;
      margin-bottom: -60px; } }
  @media screen and (min-width: 850px) {
    .info-section.index-section .heart {
      display: block;
      width: 40px;
      position: absolute;
      right: 120px;
      top: 90px; } }
  @media screen and (min-width: 850px) {
    .info-section.index-section .gem {
      display: block;
      width: 80px;
      position: absolute;
      right: 0;
      top: 210px; } }
  @media screen and (min-width: 850px) {
    .info-section.index-section .pencil {
      display: block;
      width: 120px;
      position: absolute;
      right: 0;
      bottom: 0;
      margin-bottom: -60px; } }

.info-section-2.index-section {
  text-align: center; }
  .info-section-2.index-section .page-width {
    max-width: 870px; }
  @media only screen and (min-width: 800px) {
    .info-section-2.index-section .grid--uniform {
      margin-left: -95px; } }
  @media only screen and (min-width: 800px) {
    .info-section-2.index-section .grid--uniform .grid__item {
      padding-left: 95px; } }
  .info-section-2.index-section img {
    margin-bottom: 20px; }
  .info-section-2.index-section p {
    font-family: "GT-Walsheim-Regular", serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 20px; }
  .info-section-2.index-section a {
    color: black; }
    .info-section-2.index-section a:hover, .info-section-2.index-section a:active {
      color: #f594a9; }

.featured-collection.index-section .page-width,
.related-products .page-width {
  max-width: 1070px; }
.featured-collection.index-section .slide,
.related-products .slide {
  text-align: center;
  padding: 0 10px; }
  @media only screen and (min-width: 990px) {
    .featured-collection.index-section .slide,
    .related-products .slide {
      padding: 0 40px; } }
  .featured-collection.index-section .slide a,
  .related-products .slide a {
    color: black; }
    .featured-collection.index-section .slide a:hover, .featured-collection.index-section .slide a:active,
    .related-products .slide a:hover,
    .related-products .slide a:active {
      color: #f594a9; }
  .featured-collection.index-section .slide .product-title,
  .related-products .slide .product-title {
    font-family: "GT-Walsheim-Light", serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none;
    margin-top: 30px;
    margin-bottom: 8px; }
  .featured-collection.index-section .slide .price,
  .related-products .slide .price {
    font-family: "GT-Walsheim-Medium", serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0; }
    .featured-collection.index-section .slide .price .on-sale,
    .related-products .slide .price .on-sale {
      color: #f594a9; }
    .featured-collection.index-section .slide .price s,
    .related-products .slide .price s {
      color: black; }

.visit-section.index-section {
  position: relative; }
  .visit-section.index-section .sun {
    display: none; }
    @media screen and (min-width: 1000px) {
      .visit-section.index-section .sun {
        display: block;
        width: 100px;
        position: absolute;
        top: 0;
        right: -50px;
        margin-top: -50px; } }
  @media screen and (max-width: 700px) {
    .visit-section.index-section .flex {
      -ms-display: block;
      display: block; } }
  @media screen and (min-width: 701px) {
    .visit-section.index-section .caption-wrapper {
      -ms-flex: 0 0 42%;
      flex: 0 0 42%; } }
  @media screen and (min-width: 701px) {
    .visit-section.index-section .image-wrapper {
      -ms-flex: 0 0 58%;
      flex: 0 0 58%;
      position: relative; } }
  .visit-section.index-section .caption-wrapper2 {
    margin: 0 auto 40px auto; }
    @media screen and (min-width: 701px) {
      .visit-section.index-section .caption-wrapper2 {
        padding: 0 50px 0 0;
        max-width: 400px;
        margin: 0 auto 0 auto; } }
  .visit-section.index-section .caption-wrapper2 {
    text-align: center; }
  .visit-section.index-section h2 {
    font-family: "GT-Walsheim-Regular", serif;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: normal;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin-bottom: 30px; }
  .visit-section.index-section .address {
    font-family: "GT-Walsheim-Medium", serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 20px;
    line-height: 1.5; }
  .visit-section.index-section .hours {
    font-family: "GT-Walsheim-Light", serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none; }

.featured-articles.index-section {
  padding: 50px 0;
  background-color: #faf9f4;
  position: relative; }
  @media only screen and (min-width: 800px) {
    .featured-articles.index-section {
      margin-bottom: 120px;
      padding: 100px 0; } }
  .featured-articles.index-section .book {
    display: none; }
    @media only screen and (min-width: 800px) {
      .featured-articles.index-section .book {
        display: block;
        position: absolute;
        top: 0;
        left: 30px;
        width: 170px;
        margin-top: -100px; } }
  @media only screen and (min-width: 800px) {
    .featured-articles.index-section .grid--uniform {
      margin-left: -90px; } }
  .featured-articles.index-section .grid__item {
    margin-bottom: 20px; }
    .featured-articles.index-section .grid__item:last-of-type {
      margin-bottom: 0; }
    @media only screen and (min-width: 800px) {
      .featured-articles.index-section .grid__item {
        margin-bottom: 0;
        padding-left: 90px; } }
  .featured-articles.index-section h3 a,
  .featured-articles.index-section .rte a {
    color: black; }
    .featured-articles.index-section h3 a:hover, .featured-articles.index-section h3 a:active,
    .featured-articles.index-section .rte a:hover,
    .featured-articles.index-section .rte a:active {
      color: #f594a9; }
  .featured-articles.index-section h3 {
    font-family: "GT-Walsheim-Medium", serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none; }
  .featured-articles.index-section .read-more.toggle,
  .featured-articles.index-section .read-less.toggle {
    text-decoration: underline; }
  .featured-articles.index-section .rte,
  .featured-articles.index-section .read-more.toggle {
    font-family: "GT-Walsheim-Light", serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none; }

.newsletter-section.index-section {
  position: relative; }
  .newsletter-section.index-section .rte {
    margin-bottom: 1em; }
  .newsletter-section.index-section .page-width {
    max-width: 970px; }
  .newsletter-section.index-section .circles {
    display: none; }
    @media screen and (min-width: 1000px) {
      .newsletter-section.index-section .circles {
        display: block;
        width: 130px;
        position: absolute;
        top: 0;
        left: 0;
        margin-top: -40px;
        margin-left: -100px; } }
  .newsletter-section.index-section .sun {
    display: none; }
    @media screen and (min-width: 1000px) {
      .newsletter-section.index-section .sun {
        display: block;
        width: 80px;
        position: absolute;
        bottom: 0;
        right: 0;
        margin-bottom: -40px; } }
  @media screen and (max-width: 600px) {
    .newsletter-section.index-section .flex {
      -ms-display: block;
      display: block; } }
  @media screen and (max-width: 800px) {
    .newsletter-section.index-section .flex.newsletter-form {
      -ms-display: block;
      display: block;
      max-width: 400px; }
      .newsletter-section.index-section .flex.newsletter-form input {
        margin-bottom: 10px; }
      .newsletter-section.index-section .flex.newsletter-form input,
      .newsletter-section.index-section .flex.newsletter-form .btn {
        width: 100%; } }
  .newsletter-section.index-section .image-wrapper {
    margin-bottom: 20px; }
    @media screen and (min-width: 601px) {
      .newsletter-section.index-section .image-wrapper {
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        position: relative;
        margin-bottom: 0; } }
  @media screen and (min-width: 601px) {
    .newsletter-section.index-section .caption-wrapper {
      -ms-flex: 0 0 55%;
      flex: 0 0 55%; } }
  @media screen and (min-width: 601px) {
    .newsletter-section.index-section .caption-wrapper2 {
      padding: 0 0 0 50px;
      max-width: 400px;
      margin: 0 auto; } }
  .newsletter-section.index-section .caption-wrapper2 {
    text-align: center; }
  .newsletter-section.index-section h2 {
    font-family: "GT-Walsheim-Regular", serif;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: normal;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding-bottom: 30px;
    background-image: url(/cdn/shop/t/18/assets/dotted-line.png?v=26189690243674461981685632240);
    background-size: 107px 3px;
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-top: 0; }

.instafeed {
  text-align: center;
  margin-bottom: 0; }
  .instafeed h2 {
    font-family: "GT-Walsheim-Medium", serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 45px; }
    .instafeed h2 span {
      border-bottom: 2px solid #ed1c24;
      padding-bottom: 10px; }
    .instafeed h2 a {
      color: #222222; }
      .instafeed h2 a:hover, .instafeed h2 a:focus {
        color: black; }

/*================ About page ================*/
.template-page-about .about-section {
  margin-bottom: 50px; }
  @media only screen and (min-width: 800px) {
    .template-page-about .about-section {
      margin-bottom: 80px; } }
@media only screen and (max-width: 799px) {
  .template-page-about .about-section-1 .flex {
    -ms-display: block;
    display: block; } }
.template-page-about .about-section-1 .image-wrapper {
  position: relative;
  margin-bottom: 30px; }
  @media only screen and (min-width: 800px) {
    .template-page-about .about-section-1 .image-wrapper {
      -ms-flex: 0 0 52%;
      flex: 0 0 52%;
      margin-bottom: 0; } }
@media only screen and (min-width: 800px) {
  .template-page-about .about-section-1 .caption-wrapper {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%; } }
@media only screen and (min-width: 800px) {
  .template-page-about .about-section-1 .caption-wrapper2 {
    padding-left: 40px; } }
.template-page-about .about-section-1 .circles {
  display: none; }
  @media screen and (min-width: 800px) {
    .template-page-about .about-section-1 .circles {
      display: block;
      width: 130px;
      position: absolute;
      top: 0;
      left: 0;
      margin-top: -50px;
      margin-left: -70px; } }
.template-page-about .about-section-1 .rte {
  font-family: "GT-Walsheim-Light", serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none; }
  .template-page-about .about-section-1 .rte p:first-child {
    margin-top: 0; }
  .template-page-about .about-section-1 .rte.larger {
    font-family: "GT-Walsheim-Light", serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 25px; }
  .template-page-about .about-section-1 .rte.smaller {
    margin-bottom: 25px;
    padding-bottom: 30px;
    background-image: url(/cdn/shop/t/18/assets/dotted-line.png?v=26189690243674461981685632240);
    background-size: 107px 3px;
    background-position: left bottom;
    background-repeat: repeat-x; }
  .template-page-about .about-section-1 .rte a {
    color: #ed1c24;
    font-family: "GT-Walsheim-Medium", serif; }
    .template-page-about .about-section-1 .rte a:hover, .template-page-about .about-section-1 .rte a:active {
      color: #f594a9; }
.template-page-about .about-section-1 h2 {
  font-family: "GT-Walsheim-Medium", serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 25px; }
.template-page-about .featured-articles.index-section {
  background-color: white;
  background-image: url(/cdn/shop/t/18/assets/border-pink.png?v=77569987570454204391685632240);
  background-size: 1280px 50px;
  background-position: left top;
  background-repeat: no-repeat;
  padding: 50px 0 0 0; }
  .template-page-about .featured-articles.index-section .articles-wrapper {
    padding: 90px 0;
    background-color: #fff6f8; }
  @media only screen and (min-width: 800px) {
    .template-page-about .featured-articles.index-section .book {
      left: auto;
      right: 40px;
      margin-top: -20px; } }
.template-page-about .about-clients {
  position: relative; }
  .template-page-about .about-clients .rainbow, .template-page-about .about-clients .sun {
    display: none; }
  @media screen and (min-width: 850px) {
    .template-page-about .about-clients .rainbow {
      display: block;
      width: 110px;
      position: absolute;
      left: 0;
      top: -150px; } }
  @media screen and (min-width: 1000px) {
    .template-page-about .about-clients .sun {
      display: block;
      width: 70px;
      position: absolute;
      top: 70px;
      right: 0; } }
  .template-page-about .about-clients .flex {
    max-width: 900px;
    margin: 0 auto; }
    @media only screen and (max-width: 799px) {
      .template-page-about .about-clients .flex {
        -ms-display: block;
        display: block; } }
    @media only screen and (min-width: 800px) {
      .template-page-about .about-clients .flex .column {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%; } }
    .template-page-about .about-clients .flex .rte {
      font-family: "GT-Walsheim-Light", serif;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: normal;
      letter-spacing: 0;
      text-transform: none;
      text-align: center;
      padding: 0 20px;
      line-height: 2.2; }
      .template-page-about .about-clients .flex .rte p:first-child {
        margin-top: 0; }
  .template-page-about .about-clients .toggle {
    text-align: center;
    margin-top: 50px;
    font-family: "GT-Walsheim-Medium", serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase; }
    .template-page-about .about-clients .toggle .fa-plus,
    .template-page-about .about-clients .toggle .fa-minus {
      font-size: 10px;
      font-size: 1rem; }
    .template-page-about .about-clients .toggle span {
      padding-bottom: 5px;
      border-bottom: 2px solid #ed1c24; }
.template-page-about .about-press {
  position: relative;
  background-color: #faf9f4;
  padding: 75px 0 85px 0;
  margin-bottom: 160px; }
  .template-page-about .about-press .gem {
    display: none; }
    @media screen and (min-width: 1000px) {
      .template-page-about .about-press .gem {
        display: block;
        width: 150px;
        position: absolute;
        top: -26px;
        left: 50px; } }
  .template-page-about .about-press .slider-testimonials {
    max-width: 1000px;
    margin: 0 auto 0 auto;
    text-align: center; }
    .template-page-about .about-press .slider-testimonials .rte {
      font-family: "GT-Walsheim-Medium", serif;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: normal;
      letter-spacing: 0;
      text-transform: none;
      color: #4a4a4a; }
      .template-page-about .about-press .slider-testimonials .rte p:first-child {
        margin-top: 0; }
  @media screen and (max-width: 500px) {
    .template-page-about .about-press .flex {
      -ms-display: block;
      display: block; } }
  .template-page-about .about-press .flex .partner-item {
    padding: 80px 50px 0 50px;
    text-align: center; }

/*================ Portfolio page ================*/
.template-page-portfolio .page-title {
  margin-bottom: 45px; }
.template-page-portfolio .site-footer {
  margin-top: 0; }
.template-page-portfolio .portfolio-gallery {
  margin-bottom: 100px; }
.template-page-portfolio .load-more {
  text-align: center;
  font-family: "GT-Walsheim-Medium", serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: uppercase; }
  .template-page-portfolio .load-more .fa-plus {
    font-size: 10px;
    font-size: 1rem; }
  .template-page-portfolio .load-more a {
    color: black; }
  .template-page-portfolio .load-more span {
    padding-bottom: 5px;
    border-bottom: 2px solid #ed1c24; }
.template-page-portfolio .grid--uniform {
  margin-left: -20px; }
  .template-page-portfolio .grid--uniform .grid__item {
    padding-left: 20px; }
.template-page-portfolio .grid__item {
  margin-bottom: 20px;
  position: relative; }
  @media only screen and (min-width: 800px) {
    .template-page-portfolio .grid__item:hover .details {
      background: rgba(34, 34, 34, 0.8);
      color: white;
      font-family: "GT-Walsheim-Medium", serif;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: normal;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      -ms-flex-direction: column;
      -moz-flex-direction: column;
      -webkit-flex-direction: column;
      flex-direction: column;
      /* Flexbox wrapper styles */
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 3px;
      left: 20px;
      /* Vertical Centering */
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      /* Horizontal Centering */
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .template-page-portfolio .grid__item:hover .details span {
        padding-bottom: 5px;
        border-bottom: 2px solid #ed1c24; } }
  .template-page-portfolio .grid__item .details {
    display: none; }
.template-page-portfolio .fancybox-content {
  padding: 30px;
  overflow-x: hidden; }
  @media only screen and (min-width: 800px) {
    .template-page-portfolio .fancybox-content {
      max-width: 70%; } }
  .template-page-portfolio .fancybox-content .fancybox-close-small {
    width: 50px;
    height: 50px;
    top: -8px;
    right: -8px; }
  @media only screen and (max-width: 799px) {
    .template-page-portfolio .fancybox-content .flex {
      -ms-display: block;
      display: block; } }
  @media only screen and (min-width: 800px) {
    .template-page-portfolio .fancybox-content .flex .image-wrapper {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; } }
  @media only screen and (min-width: 800px) {
    .template-page-portfolio .fancybox-content .flex .caption-wrapper {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; } }
  .template-page-portfolio .fancybox-content .flex .rte {
    font-family: "GT-Walsheim-Regular", serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1.7; }
    @media only screen and (min-width: 800px) {
      .template-page-portfolio .fancybox-content .flex .rte {
        padding-left: 25px; } }
    .template-page-portfolio .fancybox-content .flex .rte a:focus {
      color: #f594a9; }
.template-page-portfolio .portfolio-contact {
  background-color: #fff6f8;
  padding: 100px 0 160px 0;
  text-align: center;
  margin-bottom: -60px; }
  .template-page-portfolio .portfolio-contact .rte {
    max-width: 550px;
    margin: 0 auto 30px auto; }
  .template-page-portfolio .portfolio-contact .page-title {
    margin-bottom: 30px; }

/*================ Classes page ================*/
.template-page-classes .classes-gallery {
  margin-bottom: 90px; }
@media only screen and (min-width: 800px) {
  .template-page-classes .grid--uniform {
    margin-left: -70px; } }
.template-page-classes .grid__item {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  font-family: "GT-Walsheim-Light", serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none; }
  @media screen and (max-width: 550px) {
    .template-page-classes .grid__item {
      width: 100%; } }
  @media only screen and (min-width: 800px) {
    .template-page-classes .grid__item {
      padding-left: 70px;
      margin-bottom: 70px; } }
  .template-page-classes .grid__item a {
    color: black; }
    .template-page-classes .grid__item a:hover, .template-page-classes .grid__item a:focus {
      color: #f594a9; }
  .template-page-classes .grid__item img {
    margin-bottom: 10px; }
  .template-page-classes .grid__item p {
    margin: 10px 0; }
  .template-page-classes .grid__item .learn-more a {
    border-bottom: 2px solid #ed1c24;
    display: inline-block;
    padding-bottom: 8px;
    color: black;
    font-family: "GT-Walsheim-Medium", serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase; }
    .template-page-classes .grid__item .learn-more a:hover, .template-page-classes .grid__item .learn-more a:focus {
      color: #f594a9; }
.template-page-classes .site-footer {
  margin-top: 0; }
.template-page-classes .classes-gallery .heading-grid-item img {
  width: 245px;
  margin-top: 40px; }
.template-page-classes .classes-gallery-2 {
  background-color: #fff6f8;
  margin-bottom: -40px;
  padding: 120px 0; }
  .template-page-classes .classes-gallery-2 .heading-grid-item img {
    width: 222px;
    margin-top: 40px; }

/*================ Visit page ================*/
.template-page-visit .visit-section {
  margin-bottom: 50px; }
  @media only screen and (min-width: 800px) {
    .template-page-visit .visit-section {
      margin-bottom: 80px; } }
.template-page-visit .visit-section-1 .page-width {
  max-width: 1000px; }
@media only screen and (max-width: 799px) {
  .template-page-visit .visit-section-1 .flex {
    -ms-display: block;
    display: block; } }
.template-page-visit .visit-section-1 .image-wrapper {
  position: relative;
  margin-bottom: 30px; }
  @media only screen and (min-width: 800px) {
    .template-page-visit .visit-section-1 .image-wrapper {
      -ms-flex: 0 0 60%;
      flex: 0 0 60%;
      margin-bottom: 0; } }
@media only screen and (min-width: 800px) {
  .template-page-visit .visit-section-1 .caption-wrapper {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%; } }
@media only screen and (min-width: 800px) {
  .template-page-visit .visit-section-1 .caption-wrapper2 {
    padding-left: 50px; } }
.template-page-visit .visit-section-1 .clover {
  display: none; }
  @media screen and (min-width: 1000px) {
    .template-page-visit .visit-section-1 .clover {
      display: block;
      width: 106px;
      position: absolute;
      top: 0;
      left: 0;
      margin-top: -50px;
      margin-left: -70px; } }
.template-page-visit .visit-section-1 .heart {
  display: none; }
  @media screen and (min-width: 1000px) {
    .template-page-visit .visit-section-1 .heart {
      display: block;
      width: 27px;
      position: absolute;
      top: 0;
      left: 0;
      margin-top: -60px;
      margin-left: 40px; } }
.template-page-visit .visit-section-1 .rte {
  font-family: "GT-Walsheim-Light", serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none; }
  .template-page-visit .visit-section-1 .rte p:first-child {
    margin-top: 0; }
  .template-page-visit .visit-section-1 .rte.larger {
    font-family: "GT-Walsheim-Light", serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 25px; }
  .template-page-visit .visit-section-1 .rte.smaller {
    margin-bottom: 30px;
    padding-bottom: 20px; }
  .template-page-visit .visit-section-1 .rte a {
    color: #ed1c24;
    font-family: "GT-Walsheim-Medium", serif; }
    .template-page-visit .visit-section-1 .rte a:hover, .template-page-visit .visit-section-1 .rte a:active {
      color: #f594a9; }
.template-page-visit .visit-section-1 h2 {
  font-family: "GT-Walsheim-Medium", serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px; }
.template-page-visit .visit-section-2 {
  position: relative;
  background-image: url(/cdn/shop/t/18/assets/border-pink.png?v=77569987570454204391685632240);
  background-size: 1280px 50px;
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 50px; }
  .template-page-visit .visit-section-2 .wrapper {
    background-color: #fff6f8;
    padding: 80px 0; }
  .template-page-visit .visit-section-2 .page-width {
    max-width: 1000px; }
  @media only screen and (max-width: 799px) {
    .template-page-visit .visit-section-2 .flex {
      -ms-display: block;
      display: block; } }
  .template-page-visit .visit-section-2 .caption-wrapper {
    text-align: center;
    margin-bottom: 30px; }
    @media only screen and (min-width: 800px) {
      .template-page-visit .visit-section-2 .caption-wrapper {
        -ms-flex: 0 0 32%;
        flex: 0 0 32%;
        margin-bottom: 0; } }
  @media only screen and (min-width: 800px) {
    .template-page-visit .visit-section-2 .image-wrapper2 {
      padding-left: 50px; } }
  .template-page-visit .visit-section-2 .image-wrapper {
    position: relative;
    margin-bottom: 30px; }
    @media only screen and (min-width: 800px) {
      .template-page-visit .visit-section-2 .image-wrapper {
        -ms-flex: 0 0 68%;
        flex: 0 0 68%;
        margin-bottom: 0; } }
  .template-page-visit .visit-section-2 .circles {
    display: none; }
    @media screen and (min-width: 1000px) {
      .template-page-visit .visit-section-2 .circles {
        display: block;
        width: 150px;
        position: absolute;
        top: 0;
        right: 0;
        margin-top: -160px;
        margin-right: -90px; } }
  .template-page-visit .visit-section-2 .rte {
    font-family: "GT-Walsheim-Medium", serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1.5; }
  .template-page-visit .visit-section-2 .rte2 {
    font-family: "GT-Walsheim-Regular", serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1.7;
    color: #4a4a4a; }
  .template-page-visit .visit-section-2 h2 {
    font-family: "GT-Walsheim-Regular", serif;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: normal;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 0; }
.template-page-visit .featured-collection {
  position: relative;
  margin-bottom: 0; }
  .template-page-visit .featured-collection .star,
  .template-page-visit .featured-collection .moon,
  .template-page-visit .featured-collection .rainbow,
  .template-page-visit .featured-collection .heart,
  .template-page-visit .featured-collection .sun {
    display: none; }
    @media screen and (min-width: 1000px) {
      .template-page-visit .featured-collection .star,
      .template-page-visit .featured-collection .moon,
      .template-page-visit .featured-collection .rainbow,
      .template-page-visit .featured-collection .heart,
      .template-page-visit .featured-collection .sun {
        display: block;
        position: absolute;
        top: 0; } }
  @media screen and (min-width: 1000px) {
    .template-page-visit .featured-collection .rainbow {
      width: 100px;
      left: 0;
      margin-top: -20px; } }
  @media screen and (min-width: 1000px) {
    .template-page-visit .featured-collection .star {
      width: 20px;
      margin-top: -39px;
      left: 135px; } }
  @media screen and (min-width: 1000px) {
    .template-page-visit .featured-collection .heart {
      margin-top: -105px;
      width: 50px;
      left: 45px; } }
  @media screen and (min-width: 1000px) {
    .template-page-visit .featured-collection .moon {
      width: 40px;
      margin-top: -50px;
      left: 110px; } }
  @media screen and (min-width: 1000px) {
    .template-page-visit .featured-collection .sun {
      width: 75px;
      bottom: 0;
      right: 0;
      top: auto;
      margin-bottom: -20px; } }

/*================ Popup ================*/
#popup {
  background-color: #fff6f8;
  border: 0;
  text-align: center;
  width: 90%;
  max-width: 900px;
  min-height: 396px;
  color: black;
  padding: 0;
  position: relative; }
  @media only screen and (min-width: 800px) {
    #popup {
      background-image: url(/cdn/shop/t/18/assets/newsletter-background.jpg?v=123938299445418074591685632240);
      background-size: cover;
      background-position: 0 0;
      background-repeat: no-repeat; } }
  #popup .fancybox-content {
    padding: 0 !important; }
  #popup .pop-content {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    width: 100%; }
  #popup .rte {
    margin-bottom: 25px; }
  #popup .pop-wrapper {
    max-width: 360px;
    margin: 0 auto; }
  #popup .page-title {
    font-family: "GT-Walsheim-Regular", serif;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: normal;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 0; }

/*================ 404 page ================*/
.template-404 .main-wrapper .page-width {
  max-width: 980px; }
@media only screen and (max-width: 799px) {
  .template-404 .main-wrapper .flex.img-caption {
    -ms-display: block;
    display: block; } }
@media only screen and (min-width: 800px) {
  .template-404 .main-wrapper .img {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; } }
.template-404 .main-wrapper .caption {
  text-align: left; }
  @media only screen and (min-width: 800px) {
    .template-404 .main-wrapper .caption {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; } }
  @media only screen and (min-width: 800px) {
    .template-404 .main-wrapper .caption .caption-wrapper {
      padding-left: 30px; } }
  @media only screen and (min-width: 990px) {
    .template-404 .main-wrapper .caption .caption-wrapper {
      padding-left: 100px; } }
  .template-404 .main-wrapper .caption h1 {
    font-family: "GT-Walsheim-Medium", serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: normal;
    letter-spacing: .09em;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 25px; }
  .template-404 .main-wrapper .caption .rte {
    margin-bottom: 30px;
    font-family: "GT-Walsheim-Light", serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1.7; }
    .template-404 .main-wrapper .caption .rte a {
      text-decoration: underline;
      color: black; }
      .template-404 .main-wrapper .caption .rte a:focus, .template-404 .main-wrapper .caption .rte a:hover {
        color: #f594a9; }
  .template-404 .main-wrapper .caption .header-search {
    margin-bottom: 40px; }
    .template-404 .main-wrapper .caption .header-search form {
      max-width: 100%;
      border: none; }
      .template-404 .main-wrapper .caption .header-search form input {
        padding: 10px;
        border: 1px solid #f594a9;
        width: 85%;
        font-family: "GT-Walsheim-Regular", serif;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: normal;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        padding: 15px; }
      .template-404 .main-wrapper .caption .header-search form .btn {
        background-color: #f594a9;
        text-align: center;
        width: 12%;
        padding: 18px 0 15px 0; }
        .template-404 .main-wrapper .caption .header-search form .btn:hover, .template-404 .main-wrapper .caption .header-search form .btn:focus {
          background-color: black; }

.template-article .social-sharing {
  margin-top: 30px; }

.breadcrumb {
  font-family: "GT-Walsheim-Regular", serif;
  font-size: 8px;
  font-size: 0.8rem;
  font-weight: normal;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #4a4a4a; }
  .breadcrumb a {
    color: #4a4a4a; }
  .breadcrumb .bullet {
    padding: 0 2px; }

.collection-header {
  margin: 0 auto 80px auto;
  text-align: center; }

@media only screen and (max-width: 799px) {
  .collection-layout {
    -ms-display: block;
    display: block; } }
@media only screen and (min-width: 800px) {
  .collection-layout .sidebar {
    margin: 0 0 20px 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; } }
@media only screen and (min-width: 800px) {
  .collection-layout .collection-grid {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    padding-bottom: 100px; } }

.product-grid-item {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  font-family: "GT-Walsheim-Light", serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none; }
  .product-grid-item .product-flags {
    position: absolute;
    top: -25px;
    right: -25px; }
    .product-grid-item .product-flags p {
      margin: 0; }
    .product-grid-item .product-flags img {
      width: 63px; }
  .product-grid-item .price {
    margin-top: 0;
    margin-bottom: 0;
    font-family: "GT-Walsheim-Medium", serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase; }
    .product-grid-item .price .on-sale {
      color: #f594a9; }
    .product-grid-item .price s {
      color: black; }
  .product-grid-item a {
    color: black; }
    .product-grid-item a:focus, .product-grid-item a:hover {
      color: #f594a9; }
  .product-grid-item .sold-out {
    color: #ed1c24; }

.pagination {
  text-align: center;
  margin-top: 40px;
  font-family: "GT-Walsheim-Light", serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none; }
  .pagination .page {
    margin: 0 10px; }
  .pagination a {
    color: black; }
    .pagination a:hover, .pagination a:active {
      color: #f594a9; }
  .pagination .next {
    float: right; }
    @media only screen and (min-width: 800px) {
      .pagination .next {
        margin-left: 30px;
        float: none; } }
  .pagination .prev {
    float: left; }
    @media only screen and (min-width: 800px) {
      .pagination .prev {
        margin-right: 30px;
        float: none; } }
  .pagination .next,
  .pagination .prev {
    display: inline-block; }
  .pagination .current {
    color: #f594a9; }
  .pagination .page-list span {
    padding: 0 2px; }

.collections-nav {
  padding-right: 40px; }
  .collections-nav ul {
    list-style: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    margin-top: 0; }
    .collections-nav ul > li {
      margin: 0;
      padding: 0;
      background-image: none; }
  .collections-nav a {
    color: black; }
    .collections-nav a:hover, .collections-nav a:focus {
      color: #f594a9; }
  .collections-nav li {
    display: block; }
    .collections-nav li a {
      display: block;
      padding-left: 12px; }
    .collections-nav li.parent > a {
      padding-bottom: 12px;
      padding-left: 0;
      background-image: url(/cdn/shop/t/18/assets/dotted-line.png?v=26189690243674461981685632240);
      background-size: 107px 3px;
      background-position: left bottom;
      background-repeat: no-repeat;
      margin: 70px 0 20px 10px; }
    .collections-nav li.parent:first-child a {
      margin-top: 0; }
    .collections-nav li.parent > a, .collections-nav li.parent > a:visited {
      font-family: "GT-Walsheim-Medium", serif;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: normal;
      letter-spacing: 1.5px;
      text-transform: uppercase; }
    .collections-nav li > ul > li:hover a, .collections-nav li.active > a, .collections-nav li.active > a:visited {
      color: #ed1c24;
      background-image: url(/cdn/shop/t/18/assets/heart.svg?v=118522242069543377131685632240);
      background-size: 8px 9px;
      background-position: 0 2px;
      background-repeat: no-repeat; }
  .collections-nav > ul > li {
    margin-bottom: 16px;
    font-family: "GT-Walsheim-Regular", serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none; }

@media screen and (max-width: 500px) {
  .template-list-collections .product-grid-item {
    width: 100% !important; } }

.template-product .breadcrumb {
  margin-bottom: 70px;
  text-align: left; }

@media only screen and (max-width: 799px) {
  .flex.product-content {
    -ms-display: block;
    display: block; } }

.product-images-slider .product-main-image-slider {
  display: none; }
  @media screen and (max-width: 500px) {
    .product-images-slider .product-main-image-slider {
      display: block; } }
.product-images-slider .product-main-image {
  text-align: center; }
  @media screen and (max-width: 500px) {
    .product-images-slider .product-main-image {
      display: none; } }
@media screen and (max-width: 500px) {
  .product-images-slider .thumbs-wrapper {
    display: none; } }
.product-images-slider .product-slider {
  margin-left: 10px;
  margin-right: 10px; }
  .product-images-slider .product-slider .slick-prev, .product-images-slider .product-slider .slick-next {
    display: block;
    height: 27px;
    width: 15px;
    background-size: 15px 27px;
    background-position: 0 0;
    background-repeat: no-repeat; }
  .product-images-slider .product-slider .slick-prev {
    background-image: url(/cdn/shop/t/18/assets/arrow-left.svg?v=92882369694530686951685632240); }
  .product-images-slider .product-slider .slick-next {
    background-image: url(/cdn/shop/t/18/assets/arrow-right.svg?v=160151987135472025231685632240); }
  .product-images-slider .product-slider .slick-prev {
    left: -34px; }
  .product-images-slider .product-slider .slick-next {
    right: -35px; }

.product-images {
  min-width: 0;
  min-height: 0;
  margin-bottom: 30px; }
  @media only screen and (min-width: 800px) {
    .product-images {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      margin-bottom: 0; } }

@media only screen and (min-width: 800px) {
  .product-info {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 70px; } }

.product-images .product-main-image {
  margin: 0 auto 5px auto;
  position: relative; }
  .product-images .product-main-image .image-zoom {
    display: inline-block;
    position: relative; }
    .product-images .product-main-image .image-zoom [data-product-featured-image] {
      width: 100%; }
.product-images .image-zoom {
  width: 100%; }

.product-thumbs {
  width: 98%;
  margin: 0 auto; }
  .product-thumbs .slick-slide {
    padding: 0 7px; }

.product-thumbs.slick-initialized {
  display: none !important; }
  @media screen and (min-width: 601px) {
    .product-thumbs.slick-initialized {
      display: block !important; } }

.product-info .tagline,
.product-info form,
.product-info .description,
.product-info .social-sharing {
  margin-bottom: 25px; }
.product-info [data-product-price],
.product-info [data-compare-price],
.product-info .sale-label {
  vertical-align: middle; }
.product-info ul {
  margin-left: 0; }
.product-info form {
  padding-bottom: 20px; }
.product-info h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: "GT-Walsheim-Regular", serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  letter-spacing: .08em;
  text-transform: uppercase; }
.product-info .product-price {
  font-family: "GT-Walsheim-Medium", serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 30px; }
  .product-info .product-price s {
    color: #f594a9;
    margin-left: 5px; }
  @media screen and (min-width: 1105px) {
    .product-info .product-price .jdgm-widget.jdgm-widget.jdgm-preview-badge {
      display: inline-block;
      padding-left: 20px; } }
.product-info .sale-label,
.product-info [data-compare-price] {
  font-size: 17px; }
.product-info .sale-label.show {
  display: inline-block !important;
  margin-left: 5px;
  color: #f594a9; }
.product-info .btn[disabled] {
  background-color: #222222; }
  .product-info .btn[disabled]:hover, .product-info .btn[disabled]:focus {
    background-color: #222222; }
.product-info .selector-wrapper,
.product-info .product-buttons {
  margin-bottom: 15px; }
.product-info .selector-wrapper label {
  font-family: "GT-Walsheim-Medium", serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
  display: block; }
.product-info select {
  width: 100%;
  font-family: "GT-Walsheim-Regular", serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem; }
  @media only screen and (min-width: 800px) {
    .product-info select {
      font-size: 14px;
      font-size: 1.4rem; } }
.product-info .qty-addcart {
  margin-top: 20px; }
  @media screen and (max-width: 700px) {
    .product-info .qty-addcart {
      -ms-display: block;
      display: block; } }
  .product-info .qty-addcart input#Quantity {
    max-width: 80px;
    text-align: center;
    height: 50px;
    margin-bottom: 20px; }
    @media screen and (min-width: 701px) {
      .product-info .qty-addcart input#Quantity {
        margin-bottom: 0; } }
  .product-info .qty-addcart .btn {
    padding: 12px 20px 10px 22px;
    height: 50px;
    width: 100%; }
    @media screen and (min-width: 701px) and (max-width: 799px) {
      .product-info .qty-addcart .btn {
        width: 85%; } }
    @media screen and (min-width: 800px) and (max-width: 849px) {
      .product-info .qty-addcart .btn {
        width: 70%; } }
    @media screen and (min-width: 850px) and (max-width: 1029px) {
      .product-info .qty-addcart .btn {
        width: 75%; } }
    @media screen and (min-width: 1030px) {
      .product-info .qty-addcart .btn {
        width: 80%; } }
.product-info .description {
  font-family: "GT-Walsheim-Light", serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none; }
  .product-info .description h2 {
    color: #f594a9;
    font-family: "GT-Walsheim-Medium", serif;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase; }
.product-info .description-tabs {
  margin-bottom: 20px;
  background-image: url(/cdn/shop/t/18/assets/dotted-line.png?v=26189690243674461981685632240);
  background-size: 107px 3px;
  background-position: left bottom;
  background-repeat: repeat-x;
  font-family: "GT-Walsheim-Light", serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none; }
.product-info .product-tab-area {
  margin-bottom: 0; }
.product-info h5.toggle {
  background-image: url(/cdn/shop/t/18/assets/dotted-line.png?v=26189690243674461981685632240);
  background-size: 107px 3px;
  background-position: left top;
  background-repeat: repeat-x;
  padding-top: 18px;
  padding-bottom: 15px;
  margin-bottom: 0;
  margin-top: 0;
  color: black;
  font-family: "GT-Walsheim-Medium", serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase; }
  .product-info h5.toggle .fa-sort-down,
  .product-info h5.toggle .fa-sort-up {
    float: right;
    margin-top: 3px; }
.product-info .toggled-content {
  padding-bottom: 20px; }
  .product-info .toggled-content p {
    margin-top: 0; }
    .product-info .toggled-content p:last-of-type {
      margin-bottom: 0; }

.related-products {
  margin-top: 30px;
  margin-bottom: 40px;
  text-align: center;
  padding: 50px 0 65px 0; }

[data-fancybox]:focus {
  outline: none; }

.fancybox-is-open .fancybox-bg {
  background: black;
  opacity: .7; }

.reviews-badge-link {
  color: black; }
  .reviews-badge-link:hover, .reviews-badge-link:focus {
    color: #f594a9; }

.spr-badge {
  font-family: "GT-Walsheim-Regular", serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.7;
  margin-bottom: 12px; }
  .spr-badge .spr-badge-starrating .spr-icon {
    font-size: 95%; }
  .spr-badge .spr-badge-caption {
    margin-left: 8px;
    text-decoration: underline; }

.product-reviews {
  background-color: #fff6f8;
  margin: 80px 0 0 0;
  padding: 92px 0; }
  .product-reviews .page-width {
    max-width: 840px; }
  .product-reviews .spr-header-title {
    margin: 0 0 30px 0; }
  .product-reviews .spr-summary {
    text-align: center; }
  .product-reviews .spr-summary-actions-newreview {
    float: none;
    margin-left: 10px;
    padding-left: 12px;
    border-left: 1px solid #ddd;
    font-family: "GT-Walsheim-Medium", serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: underline;
    color: black; }
    .product-reviews .spr-summary-actions-newreview:hover, .product-reviews .spr-summary-actions-newreview:focus {
      color: #f594a9; }
  .product-reviews .spr-summary-actions-togglereviews {
    font-family: "GT-Walsheim-Regular", serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1.7; }
  .product-reviews .spr-container {
    border: none;
    padding: 0; }
  .product-reviews .spr-form-title,
  .product-reviews .spr-review-header-title {
    font-family: "GT-Walsheim-Medium", serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none; }
  .product-reviews .spr-review-header-title {
    margin: 10px 0 10px 0; }
  .product-reviews .spr-review-header-byline,
  .product-reviews .spr-review-content-body,
  .product-reviews .spr-review-reply-body {
    font-family: "GT-Walsheim-Light", serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none;
    font-style: normal;
    color: black;
    opacity: 1; }
  .product-reviews .spr-review-header-byline {
    display: block;
    margin-bottom: 20px; }
    .product-reviews .spr-review-header-byline .date {
      float: right;
      font-family: "GT-Walsheim-Medium", serif;
      font-size: 10px;
      font-size: 1rem;
      font-weight: normal;
      letter-spacing: .16em;
      text-transform: uppercase; }
  .product-reviews .spr-review {
    border-top: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: 24px; }
    .product-reviews .spr-review:last-child {
      border-bottom: 0; }
  .product-reviews .spr-review-reply {
    background-color: white; }

.product-nav {
  margin-top: 30px;
  font-family: "GT-Walsheim-Medium", serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase; }
  .product-nav .prev {
    float: left; }
  .product-nav .next {
    float: right; }

.product-thumbs,
.product-slider,
.home-slider,
.slider-testimonials {
  display: none;
  /* prevent flash */ }
  .product-thumbs.slick-initialized,
  .product-slider.slick-initialized,
  .home-slider.slick-initialized,
  .slider-testimonials.slick-initialized {
    display: block; }
  .product-thumbs a:focus,
  .product-slider a:focus,
  .home-slider a:focus,
  .slider-testimonials a:focus {
    outline: none; }
  .product-thumbs img,
  .product-slider img,
  .home-slider img,
  .slider-testimonials img {
    width: 100%; }

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  cursor: pointer;
  background: transparent;
  color: #6f6f6f;
  font-size: 30px;
  font-size: 3rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    color: black;
    outline: none;
    background: transparent; }

.slick-prev {
  left: -20px; }
  @media screen and (min-width: 1100px) {
    .slick-prev {
      left: -35px; } }

.slick-next {
  right: -20px; }
  @media screen and (min-width: 1100px) {
    .slick-next {
      right: -35px; } }

.home-slider .slick-next,
.home-slider .slick-prev {
  top: 35%; }

.product-thumbs .slick-next,
.product-thumbs .slick-prev,
.home-slider .slick-next,
.home-slider .slick-prev,
.slider-testimonials .slick-next,
.slider-testimonials .slick-prev {
  display: block;
  height: 27px;
  width: 15px;
  background-size: 15px 27px;
  background-position: 0 0;
  background-repeat: no-repeat; }
.product-thumbs .slick-prev,
.home-slider .slick-prev,
.slider-testimonials .slick-prev {
  background-image: url(/cdn/shop/t/18/assets/arrow-left.svg?v=92882369694530686951685632240); }
.product-thumbs .slick-next,
.home-slider .slick-next,
.slider-testimonials .slick-next {
  background-image: url(/cdn/shop/t/18/assets/arrow-right.svg?v=160151987135472025231685632240); }

.slick-dots {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  text-align: center; }
  .slick-dots li {
    margin: 0 .75rem; }
  .slick-dots button {
    display: block;
    width: 6px;
    height: 6px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: white;
    border: 1px solid #f594a9;
    text-indent: -9999px; }
    .slick-dots button:focus {
      outline: none; }
  .slick-dots li.slick-active button {
    background-color: #f594a9; }

.template-cart #MainContent .cart-empty {
  text-align: center; }
.template-cart #MainContent .page-title {
  margin-bottom: 30px; }
.template-cart #MainContent form table {
  border-spacing: 0;
  border-collapse: separate;
  width: 100%; }
  @media only screen and (min-width: 800px) {
    .template-cart #MainContent form table {
      margin-bottom: 30px; } }
  @media only screen and (max-width: 799px) {
    .template-cart #MainContent form table .responsive-table-row + .responsive-table-row::after, .template-cart #MainContent form table tfoot > .responsive-table-row:first-child::after {
      border-bottom: 1px solid #eeeeee;
      left: 0;
      right: 0; } }
  .template-cart #MainContent form table .product-info {
    text-align: left; }
  .template-cart #MainContent form table input[type="number"] {
    text-align: center;
    width: 80px;
    font-size: 11px;
    font-size: 1.1rem; }
  .template-cart #MainContent form table thead th {
    font-family: "GT-Walsheim-Medium", serif;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee; }
  .template-cart #MainContent form table td,
  .template-cart #MainContent form table th {
    padding: 5px 0; }
    @media only screen and (min-width: 800px) {
      .template-cart #MainContent form table td,
      .template-cart #MainContent form table th {
        border-bottom: 1px solid #eeeeee;
        text-align: center;
        padding: 15px; } }
    .template-cart #MainContent form table td:first-child,
    .template-cart #MainContent form table th:first-child {
      padding-left: 0;
      text-align: left; }
    .template-cart #MainContent form table td:last-child,
    .template-cart #MainContent form table th:last-child {
      padding-right: 0;
      text-align: right; }
  .template-cart #MainContent form table [data-label="Product"] {
    max-width: 100px;
    line-height: 0;
    padding-left: 0;
    text-align: left; }
    @media only screen and (max-width: 799px) {
      .template-cart #MainContent form table [data-label="Product"] {
        max-width: 35%;
        padding-right: 20px; } }
    @media only screen and (max-width: 799px) {
      .template-cart #MainContent form table [data-label="Product"]:before {
        text-align: left;
        display: none; } }
  @media only screen and (max-width: 799px) {
    .template-cart #MainContent form table .product-info {
      max-width: 65%;
      clear: none; } }
  .template-cart #MainContent form table .product-info p {
    margin: 0 0 5px 0; }
  .template-cart #MainContent form table .product-info .item-title {
    font-family: "GT-Walsheim-Medium", serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 10px; }
  .template-cart #MainContent form table .product-info .remove {
    font-family: "GT-Walsheim-Medium", serif;
    font-size: 10px;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: .16em;
    text-transform: uppercase;
    margin-top: 20px; }
  .template-cart #MainContent form table .product-info small {
    display: block; }
    @media only screen and (min-width: 800px) {
      .template-cart #MainContent form table .product-info small {
        margin-top: 20px; } }
  @media only screen and (max-width: 799px) {
    .template-cart #MainContent form table [data-label="Product"],
    .template-cart #MainContent form table .product-info {
      padding-top: 20px;
      padding-bottom: 10px; } }
  .template-cart #MainContent form table [data-label="Price"] s {
    color: #f594a9; }
  .template-cart #MainContent form table [data-label="Price"]::before {
    font-family: "GT-Walsheim-Medium", serif;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .template-cart #MainContent form table [data-label="Price"],
  .template-cart #MainContent form table [data-label="Total"] {
    font-family: "GT-Walsheim-Light", serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none; }
  @media only screen and (max-width: 799px) {
    .template-cart #MainContent form table .qty,
    .template-cart #MainContent form table [data-label="Total"] {
      padding-bottom: 25px;
      max-width: 50%; }
      .template-cart #MainContent form table .qty::before,
      .template-cart #MainContent form table [data-label="Total"]::before {
        float: none;
        display: block;
        padding: 0;
        font-family: "GT-Walsheim-Medium", serif;
        font-size: 11px;
        font-size: 1.1rem;
        font-weight: normal;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-bottom: 5px; } }
  @media only screen and (max-width: 799px) {
    .template-cart #MainContent form table .qty::before {
      text-align: left; }
    .template-cart #MainContent form table .qty input {
      float: left; } }
  @media only screen and (max-width: 799px) {
    .template-cart #MainContent form table [data-label="Total"] {
      clear: none; }
      .template-cart #MainContent form table [data-label="Total"]::before {
        text-align: right; } }
.template-cart #MainContent .cart-footer {
  max-width: 100%;
  margin: auto; }
  @media only screen and (max-width: 989px) {
    .template-cart #MainContent .cart-footer.flex {
      -ms-display: block;
      display: block; } }
  @media only screen and (min-width: 990px) {
    .template-cart #MainContent .cart-footer .cart-message {
      margin: 0 0 20px 0;
      text-align: left;
      -ms-flex: 0 0 40%;
      flex: 0 0 40%; } }
  .template-cart #MainContent .cart-footer .cart-message textarea {
    border: 1px solid #eeeeee; }
  .template-cart #MainContent .cart-footer .cart-totals {
    text-align: right;
    font-family: "GT-Walsheim-Medium", serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase; }
    @media screen and (max-width: 499px) {
      .template-cart #MainContent .cart-footer .cart-totals {
        text-align: center; } }
    @media only screen and (min-width: 990px) {
      .template-cart #MainContent .cart-footer .cart-totals {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%; } }
    @media screen and (max-width: 999px) {
      .template-cart #MainContent .cart-footer .cart-totals {
        margin-top: 20px; } }
  @media only screen and (max-width: 799px) {
    .template-cart #MainContent .cart-footer {
      border-top: 1px solid #eeeeee;
      padding-top: 25px;
      margin-top: 5px; } }
  .template-cart #MainContent .cart-footer label, .template-cart #MainContent .cart-footer textarea {
    display: block;
    width: 100%; }
  .template-cart #MainContent .cart-footer label {
    margin-top: 0;
    margin-bottom: 10px; }
  .template-cart #MainContent .cart-footer .promo-shipping-note,
  .template-cart #MainContent .cart-footer .free-shipping-success-note {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "GT-Walsheim-Medium", serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none;
    color: #f594a9; }
    @media screen and (max-width: 499px) {
      .template-cart #MainContent .cart-footer .promo-shipping-note,
      .template-cart #MainContent .cart-footer .free-shipping-success-note {
        text-align: center; } }
    .template-cart #MainContent .cart-footer .promo-shipping-note span.note-style,
    .template-cart #MainContent .cart-footer .free-shipping-success-note span.note-style {
      display: inline-block; }
  .template-cart #MainContent .cart-footer .shipping-note {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: "GT-Walsheim-Light", serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none;
    font-style: italic;
    color: #4a4a4a; }
    @media screen and (max-width: 499px) {
      .template-cart #MainContent .cart-footer .shipping-note {
        text-align: center; } }
  .template-cart #MainContent .cart-footer .subtotal,
  .template-cart #MainContent .cart-footer .total {
    display: inline-block;
    font-family: "GT-Walsheim-Regular", serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    vertical-align: top;
    margin-top: 0;
    margin-bottom: 20px; }
  .template-cart #MainContent .cart-footer .subtotal {
    margin-right: 5px; }
  .template-cart #MainContent .cart-footer textarea {
    margin-bottom: 25px; }
  .template-cart #MainContent .cart-footer .btn-update {
    font-family: "GT-Walsheim-Medium", serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background: transparent;
    border: 0;
    margin-right: 1em;
    color: #f594a9; }
    .template-cart #MainContent .cart-footer .btn-update:hover, .template-cart #MainContent .cart-footer .btn-update:focus {
      color: black; }
  .template-cart #MainContent .cart-footer .btn-continue {
    color: #f594a9;
    font-family: "GT-Walsheim-Medium", serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-right: 1em; }
    .template-cart #MainContent .cart-footer .btn-continue:hover, .template-cart #MainContent .cart-footer .btn-continue:focus {
      color: black; }
  .template-cart #MainContent .cart-footer .btn-update,
  .template-cart #MainContent .cart-footer .btn {
    display: block;
    width: 100%;
    vertical-align: top; }
    @media screen and (min-width: 500px) {
      .template-cart #MainContent .cart-footer .btn-update,
      .template-cart #MainContent .cart-footer .btn {
        display: inline-block;
        width: auto; } }
  .template-cart #MainContent .cart-footer .btn {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px; }
    @media screen and (min-width: 400px) {
      .template-cart #MainContent .cart-footer .btn {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 15px 20px 15px 22px; } }

.template-login .main-wrapper h1,
.template-activate_account .main-wrapper h1,
.template-register .main-wrapper h1,
.template-order .main-wrapper h1,
.template-addresses .main-wrapper h1,
.template-account .main-wrapper h1,
.template-reset_password .main-wrapper h1,
.template-cart .main-wrapper h1 {
  text-align: center;
  margin-bottom: 30px; }

.template-login .main-wrapper h2 {
  text-align: center;
  padding-top: 30px;
  margin-bottom: 30px; }

.template-login .main-wrapper .btn-return,
.template-activate_account .main-wrapper .btn-return,
.template-register .main-wrapper .btn-return,
.template-order .main-wrapper .btn-return,
.template-addresses .main-wrapper .btn-return,
.template-reset_password .main-wrapper .btn-return {
  text-align: center;
  margin-bottom: 50px; }
.template-login .main-wrapper .address-new-toggle,
.template-activate_account .main-wrapper .address-new-toggle,
.template-register .main-wrapper .address-new-toggle,
.template-order .main-wrapper .address-new-toggle,
.template-addresses .main-wrapper .address-new-toggle,
.template-reset_password .main-wrapper .address-new-toggle {
  margin: 0 auto;
  display: block; }
.template-login .main-wrapper form input,
.template-activate_account .main-wrapper form input,
.template-register .main-wrapper form input,
.template-order .main-wrapper form input,
.template-addresses .main-wrapper form input,
.template-reset_password .main-wrapper form input {
  width: 100%;
  margin-bottom: 15px; }
.template-login .main-wrapper form select,
.template-activate_account .main-wrapper form select,
.template-register .main-wrapper form select,
.template-order .main-wrapper form select,
.template-addresses .main-wrapper form select,
.template-reset_password .main-wrapper form select {
  margin: 0 0 15px 0; }
.template-login .main-wrapper form input[type="checkbox"],
.template-activate_account .main-wrapper form input[type="checkbox"],
.template-register .main-wrapper form input[type="checkbox"],
.template-order .main-wrapper form input[type="checkbox"],
.template-addresses .main-wrapper form input[type="checkbox"],
.template-reset_password .main-wrapper form input[type="checkbox"] {
  width: auto;
  display: inline-block;
  margin-right: 10px; }
  .template-login .main-wrapper form input[type="checkbox"] + label,
  .template-activate_account .main-wrapper form input[type="checkbox"] + label,
  .template-register .main-wrapper form input[type="checkbox"] + label,
  .template-order .main-wrapper form input[type="checkbox"] + label,
  .template-addresses .main-wrapper form input[type="checkbox"] + label,
  .template-reset_password .main-wrapper form input[type="checkbox"] + label {
    display: inline-block; }
.template-login .main-wrapper form label,
.template-activate_account .main-wrapper form label,
.template-register .main-wrapper form label,
.template-order .main-wrapper form label,
.template-addresses .main-wrapper form label,
.template-reset_password .main-wrapper form label {
  display: block;
  margin: 5px 0 10px 0; }
.template-login .main-wrapper form .btn,
.template-activate_account .main-wrapper form .btn,
.template-register .main-wrapper form .btn,
.template-order .main-wrapper form .btn,
.template-addresses .main-wrapper form .btn,
.template-reset_password .main-wrapper form .btn {
  margin: 15px auto 10px auto;
  display: block; }
.template-login .main-wrapper form p,
.template-activate_account .main-wrapper form p,
.template-register .main-wrapper form p,
.template-order .main-wrapper form p,
.template-addresses .main-wrapper form p,
.template-reset_password .main-wrapper form p {
  margin: 0; }
.template-login .main-wrapper form button,
.template-activate_account .main-wrapper form button,
.template-register .main-wrapper form button,
.template-order .main-wrapper form button,
.template-addresses .main-wrapper form button,
.template-reset_password .main-wrapper form button {
  margin: 0 auto; }

.template-login #MainContent,
.template-activate_account #MainContent,
.template-register #MainContent,
.template-reset_password #MainContent {
  max-width: 380px;
  margin: 0 auto; }
.template-login .main-wrapper,
.template-activate_account .main-wrapper,
.template-register .main-wrapper,
.template-reset_password .main-wrapper {
  text-align: center; }
  .template-login .main-wrapper form p,
  .template-activate_account .main-wrapper form p,
  .template-register .main-wrapper form p,
  .template-reset_password .main-wrapper form p {
    margin: 0; }
  .template-login .main-wrapper form button,
  .template-activate_account .main-wrapper form button,
  .template-register .main-wrapper form button,
  .template-reset_password .main-wrapper form button {
    margin: 0 auto; }
  .template-login .main-wrapper form .form-links,
  .template-activate_account .main-wrapper form .form-links,
  .template-register .main-wrapper form .form-links,
  .template-reset_password .main-wrapper form .form-links {
    margin-top: 25px; }
    .template-login .main-wrapper form .form-links p,
    .template-activate_account .main-wrapper form .form-links p,
    .template-register .main-wrapper form .form-links p,
    .template-reset_password .main-wrapper form .form-links p {
      margin-bottom: 10px; }

.template-reset_password .main-wrapper form p {
  margin-bottom: 1em; }

.template-account h2,
.template-order h2,
.template-addresses h2 {
  font-family: "GT-Walsheim-Medium", serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 20px; }
.template-account p,
.template-order p,
.template-addresses p {
  line-height: 2; }
.template-account h3,
.template-account h4,
.template-account strong,
.template-order h3,
.template-order h4,
.template-order strong,
.template-addresses h3,
.template-addresses h4,
.template-addresses strong {
  margin-top: 30px; }
.template-account table,
.template-order table,
.template-addresses table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  margin-bottom: 50px; }
  .template-account table .responsive-table-row + .responsive-table-row::after, .template-account table tfoot > .responsive-table-row:first-child::after,
  .template-order table .responsive-table-row + .responsive-table-row::after,
  .template-order table tfoot > .responsive-table-row:first-child::after,
  .template-addresses table .responsive-table-row + .responsive-table-row::after,
  .template-addresses table tfoot > .responsive-table-row:first-child::after {
    border-bottom: none; }
  .template-account table th,
  .template-account table td,
  .template-order table th,
  .template-order table td,
  .template-addresses table th,
  .template-addresses table td {
    text-align: left;
    border-bottom: 1px solid #eeeeee; }
    @media only screen and (min-width: 800px) {
      .template-account table th,
      .template-account table td,
      .template-order table th,
      .template-order table td,
      .template-addresses table th,
      .template-addresses table td {
        padding: 15px; } }
    .template-account table th:first-child,
    .template-account table td:first-child,
    .template-order table th:first-child,
    .template-order table td:first-child,
    .template-addresses table th:first-child,
    .template-addresses table td:first-child {
      padding-left: 0; }
    .template-account table th:last-child,
    .template-account table td:last-child,
    .template-order table th:last-child,
    .template-order table td:last-child,
    .template-addresses table th:last-child,
    .template-addresses table td:last-child {
      padding-right: 0;
      text-align: right; }
  .template-account table th,
  .template-order table th,
  .template-addresses table th {
    padding-bottom: 15px; }

.template-addresses .main-wrapper form {
  max-width: 600px; }
  .template-addresses .main-wrapper form .btn {
    width: auto; }

.template-password {
  text-align: center;
  padding-top: 30px; }
  .template-password header {
    margin-bottom: 50px; }
  .template-password #MainContent {
    padding-bottom: 0; }
  .template-password .site-logo {
    display: block;
    margin: 0 auto;
    max-width: 300px; }
    .template-password .site-logo img {
      display: block;
      margin: 0 auto;
      width: 300px; }
  .template-password form {
    max-width: 400px;
    margin: 0 auto;
    padding: 0 30px 0 30px; }
  .template-password h2 {
    margin: 0; }
  .template-password h4 {
    margin-bottom: 10px;
    margin-top: 30px; }
  .template-password .social-sharing a {
    margin: 0 20px; }
  .template-password #Login {
    max-width: 900px;
    margin: 60px auto 30px auto; }
    .template-password #Login .btn {
      display: block;
      font-size: 12px;
      font-size: 1.2rem;
      padding: 14px 20px 7px 20px;
      margin-top: 10px; }
      .template-password #Login .btn.winbutton {
        padding: 14px 20px 12px 20px; }
  .template-password input[type="email"] {
    margin-bottom: 10px; }
  .template-password input[type="password"] {
    vertical-align: top; }
  .template-password .btn {
    display: block;
    margin: 0 auto 0 auto; }

.template-search .main-wrapper .page-title {
  margin-top: 30px; }
.template-search .main-wrapper .results-heading {
  text-align: center; }
.template-search .main-wrapper .search-bar {
  text-align: center;
  margin-bottom: 80px;
  margin-top: 30px; }
  @media only screen and (min-width: 800px) {
    .template-search .main-wrapper .search-bar {
      max-width: 50%;
      margin: 30px auto 50px auto; } }
  .template-search .main-wrapper .search-bar form {
    max-width: 500px; }
.template-search .main-wrapper .other-results {
  margin-top: 30px; }
  .template-search .main-wrapper .other-results .flex {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .template-search .main-wrapper .other-results .flex:last-child {
      border-bottom: none; }
    @media only screen and (max-width: 799px) {
      .template-search .main-wrapper .other-results .flex {
        -ms-display: block;
        display: block; } }
  .template-search .main-wrapper .other-results .article-img {
    line-height: 0;
    margin: 0 30px 0 0; }
    @media only screen and (min-width: 800px) {
      .template-search .main-wrapper .other-results .article-img {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%; } }
  @media only screen and (min-width: 800px) {
    .template-search .main-wrapper .other-results .caption {
      -ms-flex: 0 0 80%;
      flex: 0 0 80%; } }
  .template-search .main-wrapper .other-results .caption h5 {
    margin-top: 0;
    margin-bottom: 10px; }

.template-giftcard #MainContent {
  padding: 30px 0 30px 0;
  background-color: #fff6f8; }
.template-giftcard .giftcard-wrapper {
  max-width: 600px;
  background-color: white;
  margin: 0 auto;
  text-align: center;
  padding: 30px;
  border-radius: 20px; }
  @media only screen and (min-width: 800px) {
    .template-giftcard .giftcard-wrapper {
      padding: 60px; } }
  .template-giftcard .giftcard-wrapper header {
    margin-bottom: 40px; }
  .template-giftcard .giftcard-wrapper h1,
  .template-giftcard .giftcard-wrapper h2,
  .template-giftcard .giftcard-wrapper .giftcard__code,
  .template-giftcard .giftcard-wrapper .btn,
  .template-giftcard .giftcard-wrapper .giftcard-qr {
    margin-bottom: 30px; }
  .template-giftcard .giftcard-wrapper .giftcard__code {
    display: block;
    background-color: white;
    padding: 20px 20px 15px 20px;
    border: 1px dashed black; }

.template-404 .main-wrapper {
  text-align: center; }

.wow {
  visibility: hidden; }

.hero-main {
  -webkit-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  -moz-animation-duration: 2s;
  animation-duration: 2s; }

.info-section.index-section .heart {
  -webkit-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  animation-delay: 0.75s; }

.info-section.index-section .pencil {
  -webkit-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  animation-delay: 0.75s; }

.info-section.index-section .gem {
  -webkit-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s; }

.info-section.index-section .clover {
  -webkit-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s; }

.info-section.index-section .eraser {
  -webkit-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s; }

.info-section-2.index-section .grid__item:nth-of-type(odd) {
  -webkit-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s; }
.info-section-2.index-section .grid__item:nth-of-type(even) {
  -webkit-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s; }

.featured-collection.index-section,
.visit-section.index-section,
.featured-articles.index-section,
.newsletter-section.index-section,
.instafeed.index-section {
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s; }

.visit-section.index-section .sun {
  -webkit-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.featured-articles.index-section .book {
  -webkit-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s; }

.newsletter-section.index-section .sun {
  -webkit-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s; }

/* Care card */
.product-extra-fields {
  gap: 20px; }
  .product-extra-fields .selector-wrapper,
  .product-extra-fields input {
    width: 100%; }

.info-section.index-section.keep-in-touch .page-width {
  max-width: 1140px; }

.keepintouch-cont {
  display: flex; }

.kit-left {
  width: 50%; }

.kit-right {
  width: 50%; }

.icon-box img {
  width: 28px; }

.icon-box p {
  margin-top: 0;
  margin-bottom: 1.5em !important;
  line-height: 1.2em; }

.keepintouch-cont h3 {
  font-size: 30px;
  margin-bottom: 1em;
  margin-top: 0; }

.kit-right img {
  width: 80%;
  float: right; }

.keep-in-touch .wrapper {
  padding-bottom: 0 !important; }

.keepintouch-cont a {
  color: #000; }

.classes-cont > div {
  width: 50%; }

.classes-cont {
  margin-bottom: 3em !important; }

.classes-cont a {
  border-bottom: 1px solid;
  padding-bottom: 0.2em; }

.classes-cont .rte.larger p {
  font-weight: 700; }

.classes-gallery-2 {
  padding: 2em 0 0em !important; }

@media only screen and (max-width: 480px) {
  .details {
    flex-direction: column; }

  .details > div:first-child {
    margin-bottom: 1.5em; }

  .keepintouch-cont {
    flex-direction: column-reverse; }

  .kit-left, .kit-right {
    width: 100%; }

  .kit-right {
    margin-bottom: 1em; }

  .icon-box p {
    font-size: 16px; }

  .kit-left {
    margin-bottom: 1em; }

  .classes-cont {
    flex-direction: column; }

  .classes-cont > div {
    width: 100%; }

  .page-width.classes div#shopify-section-classes-section1 .page-width {
    padding: 0; } }
body.template-collection .collection-grid {
  margin-top: 5em; }

body.template-collection .collection-grid .list-collections__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }

body.template-collection .collection-grid .list-collections__grid .list-collections {
  width: calc(25% - 20px) !important; }

body.template-collection .collection-grid .list-collections__grid .list-collections img {
  width: 100%; }

body.template-collection .collection-grid .list-collections__grid .list-collections h3 {
  text-align: center; }

@media only screen and (max-width: 480px) {
  body.template-collection .collection-grid .list-collections__grid .list-collections {
    width: calc(50% - 20px) !important; }

  body.template-collection.template-collection-custom-collection .main-wrapper {
    padding-top: 30px; }

  body.template-collection.template-collection-custom-collection .main-wrapper h1.page-title {
    margin-bottom: 30px; }

  body.template-collection .collection-grid {
    margin-top: 3em; } }
