@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

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

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

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

/* Links
   ========================================================================== */
/**
 * 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 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in 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; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

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

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
 * 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 OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

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

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

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0rem;
  padding-right: 0rem; }
  @media (min-width: 544px) {
    .container {
      max-width: 100%; } }
  @media (min-width: 768px) {
    .container {
      max-width: 100%; } }
  @media (min-width: 1024px) {
    .container {
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 100%; } }
  @media (min-width: 1440px) {
    .container {
      max-width: 100%; } }
  @media (min-width: 1900px) {
    .container {
      max-width: 1920px; } }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0rem;
  padding-right: 0rem; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 0rem;
  margin-right: 0rem; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0rem;
  padding-right: 0rem; }

.col-xs-1 {
  -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%; }

.col-xs-2 {
  -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%; }

.col-xs-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%; }

.col-xs-4 {
  -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%; }

.col-xs-5 {
  -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%; }

.col-xs-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%; }

.col-xs-7 {
  -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%; }

.col-xs-8 {
  -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%; }

.col-xs-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%; }

.col-xs-10 {
  -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%; }

.col-xs-11 {
  -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%; }

.col-xs-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 544px) {
  .col-sm-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 768px) {
  .col-md-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1024px) {
  .col-lg-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-xl-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
  .col-xl-pull-0 {
    right: auto; }
  .col-xl-pull-1 {
    right: 8.33333%; }
  .col-xl-pull-2 {
    right: 16.66667%; }
  .col-xl-pull-3 {
    right: 25%; }
  .col-xl-pull-4 {
    right: 33.33333%; }
  .col-xl-pull-5 {
    right: 41.66667%; }
  .col-xl-pull-6 {
    right: 50%; }
  .col-xl-pull-7 {
    right: 58.33333%; }
  .col-xl-pull-8 {
    right: 66.66667%; }
  .col-xl-pull-9 {
    right: 75%; }
  .col-xl-pull-10 {
    right: 83.33333%; }
  .col-xl-pull-11 {
    right: 91.66667%; }
  .col-xl-pull-12 {
    right: 100%; }
  .col-xl-push-0 {
    left: auto; }
  .col-xl-push-1 {
    left: 8.33333%; }
  .col-xl-push-2 {
    left: 16.66667%; }
  .col-xl-push-3 {
    left: 25%; }
  .col-xl-push-4 {
    left: 33.33333%; }
  .col-xl-push-5 {
    left: 41.66667%; }
  .col-xl-push-6 {
    left: 50%; }
  .col-xl-push-7 {
    left: 58.33333%; }
  .col-xl-push-8 {
    left: 66.66667%; }
  .col-xl-push-9 {
    left: 75%; }
  .col-xl-push-10 {
    left: 83.33333%; }
  .col-xl-push-11 {
    left: 91.66667%; }
  .col-xl-push-12 {
    left: 100%; }
  .col-xl-offset-0 {
    margin-left: 0%; }
  .col-xl-offset-1 {
    margin-left: 8.33333%; }
  .col-xl-offset-2 {
    margin-left: 16.66667%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-4 {
    margin-left: 33.33333%; }
  .col-xl-offset-5 {
    margin-left: 41.66667%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-7 {
    margin-left: 58.33333%; }
  .col-xl-offset-8 {
    margin-left: 66.66667%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-10 {
    margin-left: 83.33333%; }
  .col-xl-offset-11 {
    margin-left: 91.66667%; }
  .col-xl-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1440px) {
  .col-xxl-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%; }
  .col-xxl-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%; }
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%; }
  .col-xxl-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%; }
  .col-xxl-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%; }
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%; }
  .col-xxl-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%; }
  .col-xxl-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%; }
  .col-xxl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%; }
  .col-xxl-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%; }
  .col-xxl-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%; }
  .col-xxl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
  .col-xxl-pull-0 {
    right: auto; }
  .col-xxl-pull-1 {
    right: 8.33333%; }
  .col-xxl-pull-2 {
    right: 16.66667%; }
  .col-xxl-pull-3 {
    right: 25%; }
  .col-xxl-pull-4 {
    right: 33.33333%; }
  .col-xxl-pull-5 {
    right: 41.66667%; }
  .col-xxl-pull-6 {
    right: 50%; }
  .col-xxl-pull-7 {
    right: 58.33333%; }
  .col-xxl-pull-8 {
    right: 66.66667%; }
  .col-xxl-pull-9 {
    right: 75%; }
  .col-xxl-pull-10 {
    right: 83.33333%; }
  .col-xxl-pull-11 {
    right: 91.66667%; }
  .col-xxl-pull-12 {
    right: 100%; }
  .col-xxl-push-0 {
    left: auto; }
  .col-xxl-push-1 {
    left: 8.33333%; }
  .col-xxl-push-2 {
    left: 16.66667%; }
  .col-xxl-push-3 {
    left: 25%; }
  .col-xxl-push-4 {
    left: 33.33333%; }
  .col-xxl-push-5 {
    left: 41.66667%; }
  .col-xxl-push-6 {
    left: 50%; }
  .col-xxl-push-7 {
    left: 58.33333%; }
  .col-xxl-push-8 {
    left: 66.66667%; }
  .col-xxl-push-9 {
    left: 75%; }
  .col-xxl-push-10 {
    left: 83.33333%; }
  .col-xxl-push-11 {
    left: 91.66667%; }
  .col-xxl-push-12 {
    left: 100%; }
  .col-xxl-offset-0 {
    margin-left: 0%; }
  .col-xxl-offset-1 {
    margin-left: 8.33333%; }
  .col-xxl-offset-2 {
    margin-left: 16.66667%; }
  .col-xxl-offset-3 {
    margin-left: 25%; }
  .col-xxl-offset-4 {
    margin-left: 33.33333%; }
  .col-xxl-offset-5 {
    margin-left: 41.66667%; }
  .col-xxl-offset-6 {
    margin-left: 50%; }
  .col-xxl-offset-7 {
    margin-left: 58.33333%; }
  .col-xxl-offset-8 {
    margin-left: 66.66667%; }
  .col-xxl-offset-9 {
    margin-left: 75%; }
  .col-xxl-offset-10 {
    margin-left: 83.33333%; }
  .col-xxl-offset-11 {
    margin-left: 91.66667%; }
  .col-xxl-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1900px) {
  .col-xxxl-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%; }
  .col-xxxl-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%; }
  .col-xxxl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%; }
  .col-xxxl-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%; }
  .col-xxxl-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%; }
  .col-xxxl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%; }
  .col-xxxl-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%; }
  .col-xxxl-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%; }
  .col-xxxl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%; }
  .col-xxxl-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%; }
  .col-xxxl-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%; }
  .col-xxxl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
  .col-xxxl-pull-0 {
    right: auto; }
  .col-xxxl-pull-1 {
    right: 8.33333%; }
  .col-xxxl-pull-2 {
    right: 16.66667%; }
  .col-xxxl-pull-3 {
    right: 25%; }
  .col-xxxl-pull-4 {
    right: 33.33333%; }
  .col-xxxl-pull-5 {
    right: 41.66667%; }
  .col-xxxl-pull-6 {
    right: 50%; }
  .col-xxxl-pull-7 {
    right: 58.33333%; }
  .col-xxxl-pull-8 {
    right: 66.66667%; }
  .col-xxxl-pull-9 {
    right: 75%; }
  .col-xxxl-pull-10 {
    right: 83.33333%; }
  .col-xxxl-pull-11 {
    right: 91.66667%; }
  .col-xxxl-pull-12 {
    right: 100%; }
  .col-xxxl-push-0 {
    left: auto; }
  .col-xxxl-push-1 {
    left: 8.33333%; }
  .col-xxxl-push-2 {
    left: 16.66667%; }
  .col-xxxl-push-3 {
    left: 25%; }
  .col-xxxl-push-4 {
    left: 33.33333%; }
  .col-xxxl-push-5 {
    left: 41.66667%; }
  .col-xxxl-push-6 {
    left: 50%; }
  .col-xxxl-push-7 {
    left: 58.33333%; }
  .col-xxxl-push-8 {
    left: 66.66667%; }
  .col-xxxl-push-9 {
    left: 75%; }
  .col-xxxl-push-10 {
    left: 83.33333%; }
  .col-xxxl-push-11 {
    left: 91.66667%; }
  .col-xxxl-push-12 {
    left: 100%; }
  .col-xxxl-offset-0 {
    margin-left: 0%; }
  .col-xxxl-offset-1 {
    margin-left: 8.33333%; }
  .col-xxxl-offset-2 {
    margin-left: 16.66667%; }
  .col-xxxl-offset-3 {
    margin-left: 25%; }
  .col-xxxl-offset-4 {
    margin-left: 33.33333%; }
  .col-xxxl-offset-5 {
    margin-left: 41.66667%; }
  .col-xxxl-offset-6 {
    margin-left: 50%; }
  .col-xxxl-offset-7 {
    margin-left: 58.33333%; }
  .col-xxxl-offset-8 {
    margin-left: 66.66667%; }
  .col-xxxl-offset-9 {
    margin-left: 75%; }
  .col-xxxl-offset-10 {
    margin-left: 83.33333%; }
  .col-xxxl-offset-11 {
    margin-left: 91.66667%; }
  .col-xxxl-offset-12 {
    margin-left: 100%; } }

.col-xs-first {
  -ms-flex-order: -1;
      order: -1; }

.col-xs-last {
  -ms-flex-order: 1;
      order: 1; }

@media (min-width: 544px) {
  .col-sm-first {
    -ms-flex-order: -1;
        order: -1; }
  .col-sm-last {
    -ms-flex-order: 1;
        order: 1; } }

@media (min-width: 768px) {
  .col-md-first {
    -ms-flex-order: -1;
        order: -1; }
  .col-md-last {
    -ms-flex-order: 1;
        order: 1; } }

@media (min-width: 1024px) {
  .col-lg-first {
    -ms-flex-order: -1;
        order: -1; }
  .col-lg-last {
    -ms-flex-order: 1;
        order: 1; } }

@media (min-width: 1200px) {
  .col-xl-first {
    -ms-flex-order: -1;
        order: -1; }
  .col-xl-last {
    -ms-flex-order: 1;
        order: 1; } }

@media (min-width: 1440px) {
  .col-xxl-first {
    -ms-flex-order: -1;
        order: -1; }
  .col-xxl-last {
    -ms-flex-order: 1;
        order: 1; } }

@media (min-width: 1900px) {
  .col-xxxl-first {
    -ms-flex-order: -1;
        order: -1; }
  .col-xxxl-last {
    -ms-flex-order: 1;
        order: 1; } }

.row-xs-top {
  -ms-flex-align: start;
      align-items: flex-start; }

.row-xs-center {
  -ms-flex-align: center;
      align-items: center; }

.row-xs-bottom {
  -ms-flex-align: end;
      align-items: flex-end; }

@media (min-width: 544px) {
  .row-sm-top {
    -ms-flex-align: start;
        align-items: flex-start; }
  .row-sm-center {
    -ms-flex-align: center;
        align-items: center; }
  .row-sm-bottom {
    -ms-flex-align: end;
        align-items: flex-end; } }

@media (min-width: 768px) {
  .row-md-top {
    -ms-flex-align: start;
        align-items: flex-start; }
  .row-md-center {
    -ms-flex-align: center;
        align-items: center; }
  .row-md-bottom {
    -ms-flex-align: end;
        align-items: flex-end; } }

@media (min-width: 1024px) {
  .row-lg-top {
    -ms-flex-align: start;
        align-items: flex-start; }
  .row-lg-center {
    -ms-flex-align: center;
        align-items: center; }
  .row-lg-bottom {
    -ms-flex-align: end;
        align-items: flex-end; } }

@media (min-width: 1200px) {
  .row-xl-top {
    -ms-flex-align: start;
        align-items: flex-start; }
  .row-xl-center {
    -ms-flex-align: center;
        align-items: center; }
  .row-xl-bottom {
    -ms-flex-align: end;
        align-items: flex-end; } }

@media (min-width: 1440px) {
  .row-xxl-top {
    -ms-flex-align: start;
        align-items: flex-start; }
  .row-xxl-center {
    -ms-flex-align: center;
        align-items: center; }
  .row-xxl-bottom {
    -ms-flex-align: end;
        align-items: flex-end; } }

@media (min-width: 1900px) {
  .row-xxxl-top {
    -ms-flex-align: start;
        align-items: flex-start; }
  .row-xxxl-center {
    -ms-flex-align: center;
        align-items: center; }
  .row-xxxl-bottom {
    -ms-flex-align: end;
        align-items: flex-end; } }

.col-xs-top {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.col-xs-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

.col-xs-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end; }

@media (min-width: 544px) {
  .col-sm-top {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .col-sm-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  .col-sm-bottom {
    -ms-flex-item-align: end;
        align-self: flex-end; } }

@media (min-width: 768px) {
  .col-md-top {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .col-md-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  .col-md-bottom {
    -ms-flex-item-align: end;
        align-self: flex-end; } }

@media (min-width: 1024px) {
  .col-lg-top {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .col-lg-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  .col-lg-bottom {
    -ms-flex-item-align: end;
        align-self: flex-end; } }

@media (min-width: 1200px) {
  .col-xl-top {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .col-xl-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  .col-xl-bottom {
    -ms-flex-item-align: end;
        align-self: flex-end; } }

@media (min-width: 1440px) {
  .col-xxl-top {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .col-xxl-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  .col-xxl-bottom {
    -ms-flex-item-align: end;
        align-self: flex-end; } }

@media (min-width: 1900px) {
  .col-xxxl-top {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .col-xxxl-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  .col-xxxl-bottom {
    -ms-flex-item-align: end;
        align-self: flex-end; } }

.col-xs-1 {
  max-width: 8.33333%; }

.col-xs-2 {
  max-width: 16.66667%; }

.col-xs-3 {
  max-width: 25%; }

.col-xs-4 {
  max-width: 33.33333%; }

.col-xs-5 {
  max-width: 41.66667%; }

.col-xs-6 {
  max-width: 50%; }

.col-xs-7 {
  max-width: 58.33333%; }

.col-xs-8 {
  max-width: 66.66667%; }

.col-xs-9 {
  max-width: 75%; }

.col-xs-10 {
  max-width: 83.33333%; }

.col-xs-11 {
  max-width: 91.66667%; }

.col-xs-12 {
  max-width: 100%; }

@media (min-width: 544px) {
  .col-sm-1 {
    max-width: 8.33333%; }
  .col-sm-2 {
    max-width: 16.66667%; }
  .col-sm-3 {
    max-width: 25%; }
  .col-sm-4 {
    max-width: 33.33333%; }
  .col-sm-5 {
    max-width: 41.66667%; }
  .col-sm-6 {
    max-width: 50%; }
  .col-sm-7 {
    max-width: 58.33333%; }
  .col-sm-8 {
    max-width: 66.66667%; }
  .col-sm-9 {
    max-width: 75%; }
  .col-sm-10 {
    max-width: 83.33333%; }
  .col-sm-11 {
    max-width: 91.66667%; }
  .col-sm-12 {
    max-width: 100%; } }

@media (min-width: 768px) {
  .col-md-1 {
    max-width: 8.33333%; }
  .col-md-2 {
    max-width: 16.66667%; }
  .col-md-3 {
    max-width: 25%; }
  .col-md-4 {
    max-width: 33.33333%; }
  .col-md-5 {
    max-width: 41.66667%; }
  .col-md-6 {
    max-width: 50%; }
  .col-md-7 {
    max-width: 58.33333%; }
  .col-md-8 {
    max-width: 66.66667%; }
  .col-md-9 {
    max-width: 75%; }
  .col-md-10 {
    max-width: 83.33333%; }
  .col-md-11 {
    max-width: 91.66667%; }
  .col-md-12 {
    max-width: 100%; } }

@media (min-width: 1024px) {
  .col-lg-1 {
    max-width: 8.33333%; }
  .col-lg-2 {
    max-width: 16.66667%; }
  .col-lg-3 {
    max-width: 25%; }
  .col-lg-4 {
    max-width: 33.33333%; }
  .col-lg-5 {
    max-width: 41.66667%; }
  .col-lg-6 {
    max-width: 50%; }
  .col-lg-7 {
    max-width: 58.33333%; }
  .col-lg-8 {
    max-width: 66.66667%; }
  .col-lg-9 {
    max-width: 75%; }
  .col-lg-10 {
    max-width: 83.33333%; }
  .col-lg-11 {
    max-width: 91.66667%; }
  .col-lg-12 {
    max-width: 100%; } }

@media (min-width: 1200px) {
  .col-xl-1 {
    max-width: 8.33333%; }
  .col-xl-2 {
    max-width: 16.66667%; }
  .col-xl-3 {
    max-width: 25%; }
  .col-xl-4 {
    max-width: 33.33333%; }
  .col-xl-5 {
    max-width: 41.66667%; }
  .col-xl-6 {
    max-width: 50%; }
  .col-xl-7 {
    max-width: 58.33333%; }
  .col-xl-8 {
    max-width: 66.66667%; }
  .col-xl-9 {
    max-width: 75%; }
  .col-xl-10 {
    max-width: 83.33333%; }
  .col-xl-11 {
    max-width: 91.66667%; }
  .col-xl-12 {
    max-width: 100%; } }

@media (min-width: 1440px) {
  .col-xxl-1 {
    max-width: 8.33333%; }
  .col-xxl-2 {
    max-width: 16.66667%; }
  .col-xxl-3 {
    max-width: 25%; }
  .col-xxl-4 {
    max-width: 33.33333%; }
  .col-xxl-5 {
    max-width: 41.66667%; }
  .col-xxl-6 {
    max-width: 50%; }
  .col-xxl-7 {
    max-width: 58.33333%; }
  .col-xxl-8 {
    max-width: 66.66667%; }
  .col-xxl-9 {
    max-width: 75%; }
  .col-xxl-10 {
    max-width: 83.33333%; }
  .col-xxl-11 {
    max-width: 91.66667%; }
  .col-xxl-12 {
    max-width: 100%; } }

@media (min-width: 1900px) {
  .col-xxxl-1 {
    max-width: 8.33333%; }
  .col-xxxl-2 {
    max-width: 16.66667%; }
  .col-xxxl-3 {
    max-width: 25%; }
  .col-xxxl-4 {
    max-width: 33.33333%; }
  .col-xxxl-5 {
    max-width: 41.66667%; }
  .col-xxxl-6 {
    max-width: 50%; }
  .col-xxxl-7 {
    max-width: 58.33333%; }
  .col-xxxl-8 {
    max-width: 66.66667%; }
  .col-xxxl-9 {
    max-width: 75%; }
  .col-xxxl-10 {
    max-width: 83.33333%; }
  .col-xxxl-11 {
    max-width: 91.66667%; }
  .col-xxxl-12 {
    max-width: 100%; } }

@font-face {
  font-family: 'BentonSans';
  src: url("BentonSans-Regular.woff2") format("woff2"), url("BentonSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'BentonSans';
  src: url("BentonSans-Light.woff2") format("woff2"), url("BentonSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'BentonSans';
  src: url("BentonSans-Bold.woff2") format("woff2"), url("BentonSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

img, video {
  display: block;
  width: 100%;
  height: auto; }

a {
  text-decoration: none;
  color: #2A2A2A; }

ul {
  padding: 0;
  margin: 0;
  margin-bottom: 0;
  list-style: none; }

.red {
  color: #EF7B7B !important; }

.ui-link {
  color: inherit;
  text-decoration: inherit; }

.underline-link {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 200;
  color: #585858;
  letter-spacing: 0.3px;
  position: relative;
  transition: color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1); }
  .underline-link:after {
    transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
    content: "";
    border-bottom: 1px solid #EF7B7B;
    display: block;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    -ms-transform: scaleX(0);
        transform: scaleX(0); }
  .underline-link:hover:after {
    -ms-transform: scaleX(1);
        transform: scaleX(1); }

.lowercase {
  text-transform: lowercase !important;
  font-size: 1rem; }

.red-arrows {
  color: #EF7B7B !important;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.6; }

.line-through {
  text-decoration: line-through; }

.line-through-red {
  position: relative; }
  .line-through-red:after {
    content: "";
    border-bottom: 2px solid #EF7B7B;
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 45%;
    left: 0; }

html, body {
  width: 100%;
  height: 100%;
  max-height: 100%; }

body {
  background-color: #DEDEDE;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  box-sizing: border-box; }

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

html {
  -webkit-tap-highlight-color: transparent; }

[tabindex="-1"]:focus {
  outline: none !important; }

input[type="checkbox"],
input[type="radio"] {
  display: none; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  cursor: pointer;
  position: relative;
  padding-left: 35px;
  display: inline-block; }
  @media (min-width: 768px) {
    input[type="checkbox"] + label,
    input[type="radio"] + label {
      padding-left: 45px; } }
  @media (min-width: 1024px) {
    input[type="checkbox"] + label,
    input[type="radio"] + label {
      padding-left: 30px; } }
  @media (min-width: 1200px) {
    input[type="checkbox"] + label,
    input[type="radio"] + label {
      padding-left: 35px; } }

input[type="checkbox"] + label:hover .checkbox-btn,
input[type="radio"] + label:hover .radio-btn {
  border-color: #E54C4C; }

input[type="checkbox"] + label:hover .checkbox-btn--blue,
input[type="radio"] + label:hover .radio-btn--blue {
  border-color: #090849; }

input[type="checkbox"] + label .checkbox-btn,
input[type="radio"] + label .radio-btn {
  position: absolute;
  top: 1px;
  left: 3px;
  width: 18px;
  height: 18px;
  display: inline-block;
  border: 2px #EF7B7B solid;
  transition: background-color 100ms ease-in, border-color 100ms cubic-bezier(0.25, 0.1, 0.25, 1); }
  @media (min-width: 544px) {
    input[type="checkbox"] + label .checkbox-btn,
    input[type="radio"] + label .radio-btn {
      top: 3px; } }
  @media (min-width: 768px) {
    input[type="checkbox"] + label .checkbox-btn,
    input[type="radio"] + label .radio-btn {
      top: 6px;
      width: 26px;
      height: 26px; } }
  @media (min-width: 1024px) {
    input[type="checkbox"] + label .checkbox-btn,
    input[type="radio"] + label .radio-btn {
      top: 3px;
      width: 18px;
      height: 18px; } }
  @media (min-width: 1440px) {
    input[type="checkbox"] + label .checkbox-btn,
    input[type="radio"] + label .radio-btn {
      top: 6px; } }
  @media (min-width: 1900px) {
    input[type="checkbox"] + label .checkbox-btn,
    input[type="radio"] + label .radio-btn {
      top: 8px; } }

input[type="checkbox"] + label .checkbox-btn--blue,
input[type="radio"] + label .radio-btn--blue {
  border-color: #181749; }

input[type="checkbox"] + label .checkbox-btn {
  border-radius: 4px; }

input[type="radio"] + label .radio-btn {
  border-radius: 100%; }

input[type="checkbox"]:checked + label .checkbox-btn,
input[type="radio"]:checked + label .radio-btn {
  background-color: #EF7B7B; }

input[type="checkbox"]:checked + label .checkbox-btn--blue,
input[type="radio"]:checked + label .radio-btn--blue {
  background-color: #181749; }

input[type="checkbox"]:checked + label .checkbox-btn {
  background: url(../assets/checkbox-checkmark.svg) no-repeat center center;
  background-color: #EF7B7B; }

input[type="checkbox"]:checked + label .checkbox-btn--blue {
  background-color: #181749; }

input[type="checkbox"]:checked + label:hover .checkbox-btn,
input[type="radio"]:checked + label:hover .radio-btn {
  background-color: #E54C4C; }

input[type="checkbox"]:checked + label:hover .checkbox-btn--blue,
input[type="radio"]:checked + label:hover .radio-btn--blue {
  background-color: #090849; }

input[type=range] {
  -webkit-appearance: none;
  /* Hides the slider so that custom slider can be made */
  width: 100%;
  /* Specific width is required for Firefox. */
  background: transparent;
  /* Otherwise white in Chrome */ }

.slider-control-container {
  /* Special styling for WebKit/Blink */
  /* All the same stuff for Firefox */
  /* All the same stuff for IE */ }
  .slider-control-container input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none; }
  .slider-control-container input[type=range]:focus {
    outline: none;
    /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */ }
  .slider-control-container input[type=range]::-ms-track {
    width: 100%;
    cursor: pointer;
    /* Hides the slider so custom styles can be added */
    background: transparent;
    border-color: transparent;
    color: transparent; }
  .slider-control-container input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    margin-top: -14px;
    border: 3px solid #EF7B7B;
    height: 37px;
    width: 37px;
    border-radius: 100%;
    background-color: #ffffff;
    cursor: pointer;
    position: relative;
    top: -3px;
    transition: background-color 100ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    overflow: visible; }
  .slider-control-container input[type=range]:hover::-webkit-slider-thumb {
    border: 3px solid #EF7B7B;
    background: #EF7B7B; }
  .slider-control-container input[type=range]::-moz-range-thumb {
    border: 3px solid #EF7B7B;
    height: 37px;
    width: 37px;
    border-radius: 100%;
    background-color: #ffffff;
    cursor: pointer;
    position: relative;
    top: -3px;
    transition: background-color 100ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    overflow: visible; }
  .slider-control-container input[type=range]:hover::-moz-range-thumb {
    border: 3px solid #EF7B7B;
    background: #EF7B7B; }
  .slider-control-container input[type=range]::-ms-thumb {
    border: 3px solid #EF7B7B;
    height: 37px;
    width: 37px;
    border-radius: 100%;
    background-color: #ffffff;
    cursor: pointer;
    position: relative;
    top: -3px;
    transition: background-color 100ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    overflow: visible; }
  .slider-control-container input[type=range]:hover::-ms-thumb {
    border: 3px solid #EF7B7B;
    background: #EF7B7B; }
  .slider-control-container input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    background-color: #E8E8E8;
    overflow: visible; }
  .slider-control-container input[type=range]::-moz-range-track {
    width: 100%;
    height: 2px;
    background-color: #E8E8E8;
    overflow: visible; }
  .slider-control-container input[type=range]::-ms-track {
    width: 100%;
    height: 2px;
    background-color: #E8E8E8;
    overflow: visible;
    padding: 24px 0;
    background: linear-gradient(to bottom, transparent 24px, #E8E8E8 2px, transparent 24px); }
  .slider-control-container input[type=range]::-ms-fill-lower {
    background: #E8E8E8; }
  .slider-control-container input[type=range]:focus::-ms-fill-lower {
    background: #E8E8E8; }
  .slider-control-container input[type=range]::-ms-fill-upper {
    background: #E8E8E8; }
  .slider-control-container input[type=range]:focus::-ms-fill-upper {
    background: #E8E8E8; }
  .slider-control-container input[type=range]:focus::-ms-tooltip {
    display: none; }

html {
  font-size: 17px;
  -webkit-tap-highlight-color: transparent; }
  @media (min-width: 544px) {
    html {
      font-size: 20px; } }
  @media (min-width: 768px) {
    html {
      font-size: 30px; } }
  @media (min-width: 1024px) {
    html {
      font-size: 16px; } }
  @media (min-width: 1200px) {
    html {
      font-size: 18px; } }
  @media (min-width: 1440px) {
    html {
      font-size: 20px; } }
  @media (min-width: 1900px) {
    html {
      font-size: 24px; } }

body {
  font-family: "BentonSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.5;
  color: black; }

[tabindex="-1"]:focus {
  outline: none !important; }

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

p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 2;
  color: #2A2A2A; }
  @media (min-width: 1024px) {
    p {
      line-height: 1.7; } }

b, strong {
  font-weight: bold; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 10px;
  font-family: "BentonSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  line-height: 1.3;
  color: black; }

h1 {
  font-size: 1.6rem;
  line-height: 1.5; }
  @media (min-width: 544px) {
    h1 {
      font-size: 2rem; } }
  @media (min-width: 768px) {
    h1 {
      font-size: 2.133rem; } }
  @media (min-width: 1024px) {
    h1 {
      font-size: 2.4rem; } }

h2 {
  font-size: 1.6rem;
  line-height: 1.3; }
  @media (min-width: 1024px) {
    h2 {
      font-size: 2.4rem; } }

h3 {
  font-size: 0.8333rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #2A2A2A; }
  @media (min-width: 1024px) {
    h3 {
      font-size: 1rem; } }

.underline {
  text-decoration: underline; }

iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left; }

.icon {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  overflow: hidden;
  fill: currentColor; }

.icon--small {
  width: 24px;
  height: 24px; }

.icon--large {
  width: 48px;
  height: 48px; }

.icon--xlarge {
  width: 64px;
  height: 64px; }

.logo {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
  text-indent: 110%;
  background: transparent no-repeat center center;
  background-size: 100% auto; }
  .logo:before {
    content: ' ';
    display: inline-block;
    width: 100%;
    height: 0;
    padding-top: 21.92982%; }

.logo--babylist {
  background-image: url("../assets/logo-babylist.png"); }

.logo--buybuybaby {
  background-image: url("../assets/logo-buybuybaby.png"); }

.logo--target {
  background-image: url("../assets/logo-target.svg"); }

.logo--amazon {
  background-image: url("../assets/logo-amazon.svg"); }

br.phone {
  display: inline; }
  @media (min-width: 768px) {
    br.phone {
      display: none; } }

br.tablet {
  display: none; }
  @media (min-width: 768px) {
    br.tablet {
      display: inline; } }
  @media (min-width: 1024px) {
    br.tablet {
      display: none; } }

br.desktop {
  display: none; }
  @media (min-width: 1024px) {
    br.desktop {
      display: inline; } }

.hamburger {
  width: 34px;
  height: 30px;
  position: relative;
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer; }
  @media (min-width: 544px) {
    .hamburger {
      width: 44px;
      height: 40px; } }

.hamburger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: white;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  transition: .25s ease-in-out; }
  @media (min-width: 544px) {
    .hamburger span {
      height: 5px; } }

.hamburger span:nth-child(1) {
  top: 0px;
  -ms-transform-origin: left center;
      transform-origin: left center; }

.hamburger span:nth-child(2) {
  top: 13px;
  -ms-transform-origin: left center;
      transform-origin: left center; }
  @media (min-width: 544px) {
    .hamburger span:nth-child(2) {
      top: 17px; } }

.hamburger span:nth-child(3) {
  top: 26px;
  -ms-transform-origin: left center;
      transform-origin: left center; }
  @media (min-width: 544px) {
    .hamburger span:nth-child(3) {
      top: 34px; } }

.hamburger.open span:nth-child(1) {
  -ms-transform: rotate(42deg);
      transform: rotate(42deg);
  top: -1px;
  left: 1px;
  width: 124%; }

.hamburger.open span:nth-child(2) {
  width: 0%;
  opacity: 0; }

.hamburger.open span:nth-child(3) {
  -ms-transform: rotate(-42deg);
      transform: rotate(-42deg);
  top: 27px;
  left: 1px;
  width: 124%; }
  @media (min-width: 544px) {
    .hamburger.open span:nth-child(3) {
      top: 36px; } }

.order-button {
  display: inline-block;
  text-align: center;
  color: white;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #EF7B7B;
  padding: 22px 65px;
  border-radius: 10px;
  font-size: 14px;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1); }
  .order-button:hover {
    background-color: #E54C4C !important; }
  @media (min-width: 544px) {
    .order-button {
      font-size: 30px;
      padding: 20px 65px; } }
  @media (min-width: 1024px) {
    .order-button {
      padding: 30px 65px;
      font-size: 14px; } }

.passive-button {
  display: inline-block;
  text-align: center;
  color: white;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #959595;
  padding: 22px 65px;
  border-radius: 10px;
  font-size: 14px;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1); }
  .passive-button:hover {
    background-color: #7c7c7c !important; }
  @media (min-width: 544px) {
    .passive-button {
      font-size: 30px;
      padding: 20px 65px; } }
  @media (min-width: 1024px) {
    .passive-button {
      padding: 30px 65px;
      font-size: 14px; } }

.product-pricing {
  margin: 0 0 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  @media (min-width: 768px) {
    .product-pricing {
      margin: 0 0 30px; } }

.product-price-onetime,
.product-price-affirm {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  padding: 0 10px; }

.product-price-onetime {
  border-right: 1px solid #DADADA; }

.product-price-detail,
.affirm-default,
.affirm-as-low-as {
  margin: 10px 0;
  line-height: 1.3;
  font-weight: 200;
  text-align: center; }

.affirm-default a,
.affirm-as-low-as a {
  text-decoration: underline;
  white-space: nowrap; }

.affirm-as-low-as .loading {
  display: inline-block;
  position: relative;
  border-color: #c1edf4;
  border-top-color: #35d2ea;
  border-width: 6px; }

.product-price-accent {
  font-weight: inherit;
  display: block;
  font-size: 1.25rem;
  color: #EF7B7B; }
  @media (min-width: 544px) {
    .product-price-accent {
      font-size: 1.8rem; } }
  @media (min-width: 768px) {
    .product-price-accent {
      font-size: 1.4rem; } }
  @media (min-width: 1024px) {
    .product-price-accent {
      font-size: 2.4rem; } }

.old-price {
  text-decoration: none;
  position: relative;
  color: #2A2A2A; }
  .old-price:after {
    content: "";
    position: absolute;
    height: 3px;
    left: 0;
    bottom: 48%;
    right: 0;
    background-color: #EF7B7B; }

.price {
  color: #EF7B7B; }

.pricing-options {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  text-align: left; }
  .pricing-options .option {
    width: 100%;
    min-width: 0px;
    position: relative;
    min-height: 1px;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -ms-flexbox;
    display: flex; }
    .pricing-options .option .padding {
      padding-bottom: 28px;
      min-height: 100%;
      -ms-flex: 1;
          flex: 1; }
      @media (min-width: 544px) {
        .pricing-options .option .padding {
          padding-bottom: 48px; } }
      @media (min-width: 1024px) {
        .pricing-options .option .padding {
          padding: 0 10px;
          display: -ms-flexbox;
          display: flex; } }
      @media (min-width: 1200px) {
        .pricing-options .option .padding {
          padding: 0 18px; } }
      @media (min-width: 1440px) {
        .pricing-options .option .padding {
          padding: 0 22px; } }
    @media (min-width: 1024px) {
      .pricing-options .option {
        -ms-flex: 1 0 33%;
            flex: 1 0 33%; } }
    .pricing-options .option .inner {
      border: 1px #979797 solid;
      border-radius: 10px;
      padding: 30px 20px;
      transition: border-color 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
      min-height: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      position: relative;
      width: 100%; }
      @media (min-width: 544px) {
        .pricing-options .option .inner {
          padding: 30px 28px; } }
      @media (min-width: 768px) {
        .pricing-options .option .inner {
          padding: 55px 40px 40px; } }
      @media (min-width: 1024px) {
        .pricing-options .option .inner {
          padding: 30px 28px; } }
    .pricing-options .option:nth-child(2) .inner {
      border-color: #EF7B7B; }
    .pricing-options .option h2 {
      border-bottom: 1px #FC8989 solid;
      padding-bottom: 10px;
      margin-bottom: 10px;
      font-size: 18px;
      font-weight: bold; }
      @media (min-width: 544px) {
        .pricing-options .option h2 {
          font-size: 1.2rem;
          padding-bottom: 25px;
          margin-bottom: 22px; } }
      @media (min-width: 768px) {
        .pricing-options .option h2 {
          font-size: 1.2rem; } }
      @media (min-width: 1024px) {
        .pricing-options .option h2 {
          font-size: 0.9rem; } }
      @media (min-width: 1200px) {
        .pricing-options .option h2 {
          font-size: 1rem; } }
    .pricing-options .option p {
      margin-bottom: 0;
      font-size: 1rem;
      line-height: 1.7; }
      @media (min-width: 544px) {
        .pricing-options .option p {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        .pricing-options .option p {
          font-size: 1rem; } }
      @media (min-width: 1024px) {
        .pricing-options .option p {
          font-size: 0.9rem; } }
      @media (min-width: 1200px) {
        .pricing-options .option p {
          font-size: 0.9rem; } }
      .pricing-options .option p strong {
        font-weight: 600; }
    .pricing-options .option p:first-child {
      margin-bottom: 10px;
      font-size: 1rem;
      font-weight: 400;
      min-height: 68px; }
      @media (min-width: 1024px) {
        .pricing-options .option p:first-child {
          font-size: 1rem; } }
      @media (min-width: 1440px) {
        .pricing-options .option p:first-child {
          font-size: 1rem; } }
    .pricing-options .option .description {
      margin-bottom: 20px; }
      @media (min-width: 544px) {
        .pricing-options .option .description {
          margin-bottom: 40px;
          padding-right: 20px; } }
      @media (min-width: 768px) {
        .pricing-options .option .description {
          margin-bottom: 60px;
          padding-right: 20px; } }
      @media (min-width: 1024px) {
        .pricing-options .option .description {
          margin-bottom: 20px; } }
      @media (min-width: 1200px) {
        .pricing-options .option .description {
          padding-right: 0; } }
    .pricing-options .option .prices {
      -ms-flex-pack: start;
          justify-content: flex-start;
      padding: 0;
      margin-top: auto; }
    .pricing-options .option .price, .pricing-options .option .old-price {
      font-size: 2rem;
      padding: 0; }
      @media (min-width: 768px) {
        .pricing-options .option .price, .pricing-options .option .old-price {
          font-size: 1.7rem; } }
      @media (min-width: 1024px) {
        .pricing-options .option .price, .pricing-options .option .old-price {
          font-size: 1.7rem; } }
      @media (min-width: 1440px) {
        .pricing-options .option .price, .pricing-options .option .old-price {
          font-size: 2rem; } }
    .pricing-options .option .old-price {
      margin-right: 20px; }
      @media (min-width: 1024px) {
        .pricing-options .option .old-price {
          margin-right: 10px; } }
    .pricing-options .option .order-button {
      width: 100%;
      margin-top: 10px;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%; }
      @media (min-width: 1024px) {
        .pricing-options .option .order-button {
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; } }
    .pricing-options .option .label {
      position: absolute;
      top: 36px;
      right: 20px;
      font-size: 10px;
      font-weight: 400;
      color: #EF7B7B;
      text-transform: uppercase; }
      @media (min-width: 544px) {
        .pricing-options .option .label {
          right: 28px;
          top: 38px;
          font-size: 16px; } }
      @media (min-width: 768px) {
        .pricing-options .option .label {
          top: 66px;
          font-size: 18px; } }
      @media (min-width: 1024px) {
        .pricing-options .option .label {
          top: 32px;
          right: 28px;
          font-size: 12px; } }
      @media (min-width: 1200px) {
        .pricing-options .option .label {
          top: 34px; } }
      @media (min-width: 1440px) {
        .pricing-options .option .label {
          top: 37px; } }

.inverted-colors .pricing-options .inner {
  background-color: white;
  color: black; }
  .inverted-colors .pricing-options .inner h2, .inverted-colors .pricing-options .inner .description p {
    color: black; }

@media (min-width: 1024px) {
  .flyin {
    opacity: 0;
    -ms-transform: translateY(80px);
        transform: translateY(80px);
    transition: opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1); }
  .flyin.active {
    -ms-transform: translateY(0);
        transform: translateY(0);
    opacity: 1; }
  .scalein {
    transition: transform 1.2s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 1.2s cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transform: scale(1.05);
        transform: scale(1.05);
    opacity: 0; }
  .scalein.active {
    -ms-transform: scale(1);
        transform: scale(1);
    opacity: 1; }
  .fadein {
    opacity: 0;
    transition: opacity 1.2s cubic-bezier(0.25, 0.1, 0.25, 1); }
  .fadein.active {
    opacity: 1; }
  .movein {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
    transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1); }
  .movein.active {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

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

@keyframes pulse {
  50% {
    background: white; } }

.loading {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 0.25rem solid rgba(255, 255, 255, 0.2);
  border-top-color: white;
  animation: spin 1s infinite linear; }
  .loading--double {
    border-style: double;
    border-width: .5rem; }

.loading-pulse {
  position: relative;
  width: 6px;
  height: 24px;
  background: rgba(255, 255, 255, 0.2);
  animation: pulse 750ms infinite;
  animation-delay: 250ms; }
  .loading-pulse:before, .loading-pulse:after {
    content: '';
    position: absolute;
    display: block;
    height: 16px;
    width: 6px;
    background: rgba(255, 255, 255, 0.2);
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    animation: pulse 750ms infinite; }
  .loading-pulse:before {
    left: -12px; }
  .loading-pulse:after {
    left: 12px;
    animation-delay: 500ms; }

.quantity {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .quantity label, .quantity button, .quantity input {
    display: inline-block; }
  .quantity label {
    margin-right: 15px; }
  .quantity input {
    border: none;
    text-align: center;
    width: 65px;
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
    color: #EF7B7B; }
    @media (min-width: 768px) {
      .quantity input {
        font-size: 1.2rem; } }
    @media (min-width: 1024px) {
      .quantity input {
        font-size: 2rem; } }
  .quantity .price {
    margin-left: 20px; }
  .quantity button {
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    line-height: 1.1;
    color: white;
    font-weight: 400;
    cursor: pointer;
    background-color: #EF7B7B;
    transition: background-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1);
    padding: 0; }
    .quantity button:hover {
      background-color: #E54C4C; }
    .quantity button.inactive {
      background-color: #A7A9AC;
      cursor: default; }
      .quantity button.inactive:active {
        background-color: #A7A9AC; }
    @media (min-width: 544px) {
      .quantity button {
        line-height: 1; } }
    @media (min-width: 768px) {
      .quantity button {
        width: 30px;
        height: 30px; } }
    @media (min-width: 1024px) {
      .quantity button {
        line-height: 1;
        width: 24px;
        height: 24px; } }
    @media (min-width: 1900px) {
      .quantity button {
        line-height: 0.8;
        width: 29px;
        height: 29px; } }
  .quantity button:focus {
    outline: 0; }
  .quantity .loading {
    border-top-color: #EF7B7B;
    position: absolute;
    left: 50%;
    display: none; }

.dropdown {
  position: relative;
  z-index: 50; }
  .dropdown.is-active .dropdown-label {
    color: white;
    background: black;
    border-radius: 10px 10px 0 0; }
  .dropdown.is-active .dropdown-menu {
    visibility: visible;
    opacity: 1; }

.dropdown-label {
  display: block;
  padding: 10px 10px 6px;
  border-radius: 10px 10px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  cursor: pointer; }
  .dropdown-label .icon {
    width: 32px;
    height: 32px;
    margin-top: -4px;
    vertical-align: middle; }

.dropdown-menu {
  position: absolute;
  z-index: 51;
  top: 100%;
  left: 0;
  width: 100%;
  border-radius: 0 0 10px 10px;
  border: 2px solid;
  border-top: 0;
  background: white;
  visibility: hidden; }

.dropdown-items {
  margin: 0 !important; }

.dropdown-link {
  display: block;
  padding: 8px 10px;
  text-align: center;
  transition: background 0.25s ease; }
  .dropdown-link .logo {
    width: 100%;
    max-width: 114px; }
  .dropdown-link:focus, .dropdown-link:hover, .dropdown-link.is-active {
    background: #EEEEEE; }

.dropdown--green .dropdown-label {
  color: #70c7b2; }

.dropdown--green .dropdown-menu {
  border-color: #70c7b2; }

.dropdown--green.is-active .dropdown-label {
  color: white;
  background: #70c7b2; }

.collapsible {
  position: relative; }
  .collapsible.is-active .collapsible-toggle {
    color: white;
    background-color: #181749; }
    .collapsible.is-active .collapsible-toggle:before {
      content: '–'; }
  .collapsible.is-active .collapsible-body {
    display: block; }

.collapsible-summary {
  position: relative;
  padding-right: 40px; }

.collapsible-toggle {
  position: absolute;
  top: 0;
  right: 5px;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  border: 2px solid #181749;
  border-radius: 100%;
  line-height: 1;
  color: #181749;
  font-weight: 400;
  cursor: pointer;
  background-color: transparent;
  transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1);
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden; }
  .collapsible-toggle:before {
    content: '+';
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    text-indent: 0; }
  .collapsible-toggle:hover {
    color: white;
    background-color: #090849; }
  .collapsible-toggle.inactive {
    background-color: #A7A9AC;
    cursor: default; }
    .collapsible-toggle.inactive:active {
      background-color: #A7A9AC; }

.collapsible-body {
  display: none; }

@media (min-width: 768px) {
  .collapsible-summary {
    padding-right: 50px; }
  .collapsible-toggle {
    top: 8px;
    width: 30px;
    height: 30px; } }

@media (min-width: 1024px) {
  .collapsible-summary {
    padding-right: 40px; }
  .collapsible-toggle {
    top: 0;
    width: 24px;
    height: 24px; } }

@media (min-width: 1440px) {
  .collapsible-toggle {
    top: 3px; } }

@media (min-width: 1900px) {
  .collapsible-heading {
    padding-right: 50px; }
  .collapsible-toggle {
    top: 5px;
    width: 30px;
    height: 30px; } }

.bundle-items {
  margin: 20px 0; }
  @media (min-width: 768px) {
    .bundle-items {
      margin: 30px 0; } }
  @media (min-width: 1024px) {
    .bundle-items {
      margin: 20px 0; } }
  @media (min-width: 1440px) {
    .bundle-items {
      margin: 30px 0; } }

.bundle-item {
  position: relative;
  margin: 20px 0; }

.bundle-item-icon {
  position: absolute;
  left: 0;
  top: 50%;
  width: 20%;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  text-align: center;
  color: #181749; }
  @media (min-width: 1024px) {
    .bundle-item-icon {
      width: 80px; } }
  .bundle-item-icon .icon {
    width: 32px;
    height: 32px;
    vertical-align: middle; }
    @media (min-width: 544px) {
      .bundle-item-icon .icon {
        width: 48px;
        height: 48px; } }
    @media (min-width: 768px) {
      .bundle-item-icon .icon {
        width: 64px;
        height: 64px; } }
    @media (min-width: 1024px) {
      .bundle-item-icon .icon {
        width: 48px;
        height: 48px; } }
    @media (min-width: 1440px) {
      .bundle-item-icon .icon {
        width: 64px;
        height: 64px; } }

.bundle-item-text {
  margin: 0 0 0 20%;
  color: #181749; }
  .bundle-item-text a {
    color: inherit;
    text-decoration: underline; }
  @media (min-width: 1024px) {
    .bundle-item-text {
      margin: 0 0 0 80px; } }

.bundle-item-heading {
  display: block;
  font-weight: 500; }

.bundle-item-caption {
  display: block; }

#page {
  margin-top: 60px;
  overflow: hidden; }
  @media (min-width: 1024px) {
    #page {
      margin-top: 20px; } }
  #page > main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 0rem;
    margin-right: 0rem; }
  #page section {
    width: 100%; }

.page-header {
  width: 100%;
  padding: 5rem 0.85rem 3rem;
  text-align: center;
  background: #F7F7F7; }

.page-title {
  font-size: 2rem; }

.page-caption {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 28em; }

@media (min-width: 544px) {
  .page-header {
    padding: 5rem 7.4% 3rem; }
  .page-title {
    font-size: 2.13333rem; } }

@media (min-width: 768px) {
  .page-header {
    padding: 4rem 9.4% 2.5rem; }
  .page-title {
    font-size: 2.33333rem; } }

@media (min-width: 1024px) {
  .page-header {
    padding: 8.5rem 4.5rem 5rem; }
  .page-title {
    font-size: 2.4rem; }
  .page-caption {
    font-size: 1.125rem; } }

a.order-button.btn-fixed {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  border-radius: 0;
  z-index: 14;
  padding: 11.5px;
  text-transform: uppercase;
  border-top: 1px solid #fff;
  font-size: 18px; }
  @media (min-width: 1024px) {
    a.order-button.btn-fixed {
      display: none; } }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000; }

.header-inner {
  position: relative;
  background-color: white;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
  height: 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0 20px; }

.header-left, .header-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%; }

.header-button {
  display: none; }
  @media (min-width: 1024px) {
    .header-button {
      display: inline-block;
      text-align: center;
      color: white;
      font-weight: 400;
      text-decoration: none;
      background-color: #EF7B7B;
      padding: 9px 25px;
      border-radius: 10px;
      font-size: 14px;
      letter-spacing: 1px;
      transition: background-color 200ms ease; }
      .header-button:hover {
        background-color: #E54C4C; } }

.header-marketing-text {
  display: none; }
  @media (min-width: 1024px) {
    .header-marketing-text {
      display: block;
      font-size: 14px;
      margin-right: 20px;
      font-weight: 400;
      position: relative;
      color: #585858; }
      .header-marketing-text br {
        display: none; } }

.header-desktop-nav {
  display: none; }
  @media (min-width: 1024px) {
    .header-desktop-nav {
      display: block; }
      .header-desktop-nav li {
        display: inline-block;
        margin-left: 20px; }
      .header-desktop-nav a {
        font-size: 16px;
        font-weight: 400;
        color: #585858;
        transition: color 200ms ease; }
        .header-desktop-nav a:hover {
          color: black; } }

.header-brand svg {
  width: 125px;
  position: relative;
  top: 4px; }

.header-nav-dropdown a {
  color: #181749;
  cursor: default; }
  .header-nav-dropdown a:hover {
    color: #181749; }

.header-nav-dropdown svg {
  margin-left: 5px;
  transition: transform 400ms ease;
  fill: #181749; }

.header-nav-dropdown .open svg {
  transform: rotateX(180deg); }

.header-hambuger span {
  background: #181749; }

@media (min-width: 1024px) {
  .header-hambuger {
    display: none; } }

.header-strip {
  position: relative;
  color: white;
  background-color: #FC8989;
  font-size: 15px;
  height: 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: height 500ms ease;
  font-weight: 400;
  z-index: 1000;
  line-height: 1.2; }
  .header-strip span {
    text-align: center; }
  @media (min-width: 768px) {
    .header-strip {
      font-size: 18px; } }
  @media (min-width: 1024px) {
    .header-strip {
      height: 37px; }
      .header-strip span {
        max-width: none; } }
  .header-strip span {
    opacity: 1;
    transition: opacity 400ms ease; }

.opaque .header-strip {
  background-color: #FC8989;
  height: 0; }
  .opaque .header-strip span {
    opacity: 0; }

.header-dropdown-menu {
  height: 100%;
  background-color: #D6D7D8;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
  position: fixed;
  top: 92px;
  left: 0;
  right: 0;
  padding: 25px 8px 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 400ms ease 0s, visibility 0s linear 500ms, top 500ms ease 0s;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch; }
  .header-dropdown-menu.open {
    opacity: 1;
    visibility: visible;
    transition: opacity 400ms ease 0s, visibility 0s linear 0s, top 500ms ease 0s; }
  @media (min-width: 768px) {
    .header-dropdown-menu {
      padding: 30px 0 0; } }
  @media (min-width: 1024px) {
    .header-dropdown-menu {
      position: absolute;
      height: 118px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
      padding: 0 20px;
      overflow-x: auto;
      opacity: 1;
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
      transition: transform 400ms ease 0s, visibility 0s linear 500ms, top 500ms ease 0s; }
      .header-dropdown-menu.open {
        -ms-transform: translateY(0);
            transform: translateY(0);
        transition: transform 400ms ease 0s, visibility 0s linear 0s, top 500ms ease 0s; } }
  @media (min-width: 1200px) {
    .header-dropdown-menu {
      -ms-flex-pack: start;
          justify-content: flex-start;
      padding: 0 130px; } }

.header-products-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (min-width: 768px) {
    .header-products-items {
      -ms-flex-direction: row;
          flex-direction: row; } }

.header-products-item {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 5px; }
  .header-products-item a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    @media (min-width: 768px) {
      .header-products-item a {
        display: inline; } }
  .header-products-item .image {
    -ms-flex: 0 0 100px;
        flex: 0 0 100px; }
  .header-products-item img {
    height: 55px;
    width: auto;
    margin: 0 auto; }
  .header-products-item span {
    display: block;
    color: #181749;
    -ms-flex: 0 0 150px;
        flex: 0 0 150px;
    text-align: left; }
    @media (min-width: 768px) {
      .header-products-item span {
        text-align: center; } }
  .header-products-item.header-main-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0;
    text-align: center; }
  @media (min-width: 544px) {
    .header-products-item.header-main-item {
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      margin-right: 10px; } }
  @media (min-width: 768px) {
    .header-products-item.header-main-item {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      margin-right: 0;
      text-align: center; }
    .header-products-item img {
      height: 77px; } }
  @media (min-width: 1024px) {
    .header-products-item {
      margin-right: 60px;
      font-size: 12px;
      font-weight: 400;
      margin-bottom: 0; }
      .header-products-item.header-main-item {
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        padding-right: 60px;
        margin-right: 60px;
        border-right: 1px solid #BCBDBE; } }

.products-section-headline {
  text-align: center;
  margin-bottom: 10px;
  color: #181749; }
  .products-section-headline svg {
    display: block;
    margin: 0 auto;
    fill: #181749; }
  @media (min-width: 768px) {
    .products-section-headline {
      margin-bottom: 30px; } }
  @media (min-width: 1024px) {
    .products-section-headline {
      display: none; } }

.opaque .header-dropdown-menu {
  top: 55px; }

@media (min-width: 768px) {
  .header-mobile-nav {
    overflow-y: auto; } }

.header-mobile-nav a {
  display: block;
  text-align: center;
  border-top: 1px solid #BDBDBD;
  font-size: 20px;
  padding: 10px 0; }

@media (min-width: 1024px) {
  .header-mobile-nav {
    display: none; } }

@media (min-width: 1024px) {
  .header-button svg {
    fill: white;
    width: 18px;
    height: 18px;
    position: relative;
    top: 3px; } }

#footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  margin-left: 0rem;
  margin-right: 0rem;
  background-color: #EF7B7B;
  background-image: url(../img/shapes-footer-mobile.svg);
  background-repeat: no-repeat;
  background-position: center 110px;
  background-size: 90%;
  color: white;
  font-weight: 400;
  padding: 60px 30px;
  font-size: 18px; }
  @media (min-width: 768px) {
    #footer {
      font-size: 32px;
      padding: 100px 70px 50px;
      background-position: center 455px; } }
  @media (min-width: 1024px) {
    #footer {
      font-size: 12px;
      padding: 60px 90px 30px;
      background-position: center 170px;
      background-image: url(../img/shapes-footer.svg);
      background-size: 98%; } }
  @media (min-width: 1200px) {
    #footer {
      font-size: 14px;
      padding: 75px 120px 35px;
      background-position: center 230px; } }
  @media (min-width: 1440px) {
    #footer {
      padding: 85px 125px 45px;
      background-position: center 230px; } }
  @media (min-width: 1900px) {
    #footer {
      font-size: 16px;
      padding: 105px 195px 45px;
      background-position: center 270px; } }
  #footer .headline {
    display: block;
    padding-bottom: 3px;
    font-weight: bold;
    cursor: default; }
    @media (min-width: 1024px) {
      #footer .headline {
        text-align: left; } }
  #footer .link-list {
    list-style: none;
    text-align: center;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    margin-bottom: 40px; }
    @media (min-width: 1024px) {
      #footer .link-list {
        margin-bottom: 135px;
        text-align: left; }
        #footer .link-list:nth-child(1) {
          -ms-flex: 0 0 18%;
              flex: 0 0 18%; }
        #footer .link-list:nth-child(2) {
          -ms-flex: 0 0 13.8%;
              flex: 0 0 13.8%; }
        #footer .link-list:nth-child(3) {
          -ms-flex: 0 0 11.6%;
              flex: 0 0 11.6%; }
        #footer .link-list:nth-child(4) {
          -ms-flex: 0 0 13.8%;
              flex: 0 0 13.8%; } }
    @media (min-width: 1200px) {
      #footer .link-list {
        margin-bottom: 185px; } }
    @media (min-width: 1900px) {
      #footer .link-list {
        margin-bottom: 225px; } }
    #footer .link-list a {
      display: inline-block;
      position: relative;
      color: white;
      text-decoration: none;
      padding: 3px 0; }
    #footer .link-list .link-list-headline {
      display: inline-block;
      padding-bottom: 10px;
      font-weight: bold;
      cursor: default; }
  #footer .social {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    -ms-flex-line-pack: start;
        align-content: flex-start; }
    @media (min-width: 768px) {
      #footer .social {
        margin-bottom: 40px; } }
    @media (min-width: 1024px) {
      #footer .social {
        margin-top: 0;
        -ms-flex: 0 0 222px;
            flex: 0 0 222px; } }
    #footer .social .headline {
      text-align: center; }
      @media (min-width: 1024px) {
        #footer .social .headline {
          text-align: left; } }
    #footer .social .newsletter {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
      @media (min-width: 768px) {
        #footer .social .newsletter {
          -ms-flex: 0 0 80%;
              flex: 0 0 80%; } }
      @media (min-width: 1024px) {
        #footer .social .newsletter {
          -ms-flex: 0 0 90%;
              flex: 0 0 90%; } }
      #footer .social .newsletter span {
        padding: 0 0 20px; }
        @media (min-width: 1024px) {
          #footer .social .newsletter span {
            padding: 0 0 25px; } }
      #footer .social .newsletter form {
        position: relative;
        background-color: white;
        height: 40px;
        border-radius: 5px;
        overflow: hidden;
        margin-bottom: 30px;
        border: 2px white solid; }
        @media (min-width: 544px) {
          #footer .social .newsletter form {
            height: 72px; } }
        @media (min-width: 1024px) {
          #footer .social .newsletter form {
            height: 40px; } }
      #footer .social .newsletter input {
        width: 100%;
        height: 100%;
        border: none;
        padding: 4px 15px 0;
        display: block;
        font-size: 14px; }
        @media (min-width: 544px) {
          #footer .social .newsletter input {
            font-size: 24px; } }
        @media (min-width: 1024px) {
          #footer .social .newsletter input {
            font-size: 14px; } }
      #footer .social .newsletter input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #CCCCC6; }
      #footer .social .newsletter input::-moz-placeholder {
        /* Firefox 19+ */
        color: #CCCCC6; }
      #footer .social .newsletter input:-ms-input-placeholder {
        /* IE 10+ */
        color: #CCCCC6; }
      #footer .social .newsletter input:-moz-placeholder {
        /* Firefox 18- */
        color: #CCCCC6; }
      #footer .social .newsletter button {
        position: absolute;
        right: 0;
        top: 0;
        height: 36px;
        width: 40px;
        border-radius: 0 5px 5px 0;
        border: none;
        background-color: #5C5C5C;
        padding: 0;
        cursor: pointer; }
        @media (min-width: 544px) {
          #footer .social .newsletter button {
            height: 68px;
            width: 68px; } }
        @media (min-width: 1024px) {
          #footer .social .newsletter button {
            height: 36px;
            width: 40px; } }
        #footer .social .newsletter button:before {
          content: "";
          display: inline-block;
          position: relative;
          top: 1px;
          left: 0px;
          width: 22px;
          height: 17px;
          background-image: url(../img/mail.svg);
          background-repeat: no-repeat;
          background-size: 100%; }
          @media (min-width: 544px) {
            #footer .social .newsletter button:before {
              top: 4px;
              width: 32px;
              height: 27px; } }
          @media (min-width: 1024px) {
            #footer .social .newsletter button:before {
              top: 3px;
              left: 0px;
              width: 22px;
              height: 17px; } }
    #footer .social .networks {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: baseline;
          align-items: baseline;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        #footer .social .networks {
          -ms-flex: 0 0 80%;
              flex: 0 0 80%; } }
      @media (min-width: 1024px) {
        #footer .social .networks {
          -ms-flex: 0 0 90%;
              flex: 0 0 90%;
          margin-top: 3px; } }
      #footer .social .networks img {
        width: 33px; }
        @media (min-width: 544px) {
          #footer .social .networks img {
            width: 43px; } }
        @media (min-width: 768px) {
          #footer .social .networks img {
            width: 66px; } }
        @media (min-width: 1024px) {
          #footer .social .networks img {
            width: 25px; } }
        @media (min-width: 1200px) {
          #footer .social .networks img {
            width: 30px; } }
        @media (min-width: 1440px) {
          #footer .social .networks img {
            width: auto; } }
    #footer .social .apps {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: baseline;
          align-items: baseline;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      margin: 30px 0;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media (min-width: 768px) {
        #footer .social .apps {
          -ms-flex: 0 0 80%;
              flex: 0 0 80%; } }
      @media (min-width: 1024px) {
        #footer .social .apps {
          -ms-flex: 0 0 90%;
              flex: 0 0 90%;
          text-align: left; } }
      #footer .social .apps .headline {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        padding-bottom: 25px; }
  #footer .copyright {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    text-align: center;
    margin-top: 25px;
    font-size: 12px; }
    @media (min-width: 544px) {
      #footer .copyright {
        font-size: 18px; } }
    @media (min-width: 768px) {
      #footer .copyright {
        font-size: 26px; } }
    @media (min-width: 1024px) {
      #footer .copyright {
        font-size: 12px; } }
    @media (min-width: 1024px) {
      #footer .copyright span {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        text-align: center; } }
    #footer .copyright a {
      color: white;
      text-decoration: underline; }

.footer-apps {
  background-color: #181749;
  padding: 50px 0;
  -ms-flex-pack: center;
      justify-content: center; }
  .footer-apps .headline {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 20px;
    color: white; }
  .footer-apps .app-links {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    .footer-apps .app-links a {
      width: 54px;
      height: 54px;
      background-color: white;
      margin: 0 8px;
      border-radius: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
    .footer-apps .app-links svg {
      height: 32px; }
    .footer-apps .app-links svg path {
      fill: #181749; }
    .footer-apps .app-links img {
      height: 40px;
      max-width: 40px;
      width: auto; }
      @media (min-width: 768px) {
        .footer-apps .app-links img {
          height: 80px; } }
      @media (min-width: 1024px) {
        .footer-apps .app-links img {
          height: 40px; } }
    .footer-apps .app-links a:last-child img {
      margin-right: 0; }

body {
  background-color: #DEDEDE; }

#page {
  background-color: white; }

.brand {
  color: white;
  text-decoration: none; }

.error-page {
  padding: 120px 20px 168px;
  text-align: center;
  background-image: url(/img/shapes-full-width-mobile.svg);
  background-repeat: no-repeat;
  background-position: center bottom 10px;
  background-size: 98%; }
  @media (min-width: 544px) {
    .error-page {
      padding: 140px 20px 268px; } }
  @media (min-width: 768px) {
    .error-page {
      padding: 170px 20px 308px; } }
  @media (min-width: 1024px) {
    .error-page {
      background-image: url(/img/shapes-full-width.svg);
      background-position: center bottom 30px;
      padding: 210px 20px 388px; } }
  .error-page h1 {
    margin-bottom: 55px; }
  .error-page p {
    margin-bottom: 84px; }
  .error-page .order-button {
    width: 100%; }
    @media (min-width: 544px) {
      .error-page .order-button {
        width: auto;
        padding-left: 95px;
        padding-right: 95px; } }

.product-details-panel {
  padding: 80px 15px 44px; }
  @media (min-width: 544px) {
    .product-details-panel {
      padding: 100px 7.4% 140px; } }
  @media (min-width: 768px) {
    .product-details-panel {
      padding: 100px 9.4% 140px; } }
  @media (min-width: 1024px) {
    .product-details-panel {
      padding: 120px 75px 80px; } }
  @media (min-width: 1200px) {
    .product-details-panel {
      padding: 120px 75px 140px; } }
  @media (min-width: 1440px) {
    .product-details-panel {
      padding: 160px 5.2% 140px; } }
  .product-details-panel .row {
    display: block;
    margin: 0; }
    .product-details-panel .row:after {
      content: ' ';
      display: block;
      clear: both; }
  .product-details-panel .col {
    width: 100%;
    min-width: 0px;
    min-height: 1px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    @media (min-width: 1024px) {
      .product-details-panel .col {
        float: left;
        width: 48%; } }
    .product-details-panel .col.col-mobile-padding {
      padding: 0 30px; }
      @media (min-width: 768px) {
        .product-details-panel .col.col-mobile-padding {
          padding: 0; } }
    @media (min-width: 1024px) {
      .product-details-panel .col.col-shorter {
        float: right;
        width: 46.5%;
        margin-left: -100%; }
      .product-details-panel .col.col-under {
        float: left;
        clear: left;
        margin-right: -100%; } }
  .product-details-panel .col-inner {
    font-size: 0.8rem; }
    @media (min-width: 768px) {
      .product-details-panel .col-inner {
        font-size: 0.9rem; } }
    @media (min-width: 1024px) {
      .product-details-panel .col-inner {
        font-size: 1rem; } }
  .product-details-panel .image-zoom .loading,
  .product-details-panel .thumbnails .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none; }
  .product-details-panel .image-zoom .loading.active,
  .product-details-panel .thumbnails .loading.active {
    display: block; }
  .product-details-panel .image-zoom {
    border: 1px solid #DADADA; }
  .product-details-panel .big-image-front {
    position: absolute;
    top: 0;
    visibility: visible;
    opacity: 1;
    transition: visibility 400ms, opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1); }
    .product-details-panel .big-image-front.hide {
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s, opacity 0s; }
  .product-details-panel .thumbnails {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    width: 100%;
    position: relative;
    min-height: 1px;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin: 10px 0; }
    @media (min-width: 1024px) {
      .product-details-panel .thumbnails {
        margin: 16px 0; } }
    .product-details-panel .thumbnails .thumbnail {
      -ms-flex: 0 0 24.1%;
          flex: 0 0 24.1%;
      cursor: pointer;
      margin-right: 1.2%;
      border: 1px solid #DADADA; }
      .product-details-panel .thumbnails .thumbnail:last-child {
        margin-right: 0; }
  .product-details-panel .youtube-video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: black;
    z-index: 800;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease; }
    .product-details-panel .youtube-video iframe {
      width: 100%;
      height: 100%; }
  .product-details-panel .youtube-video-open {
    visibility: visible;
    opacity: 1; }
  .product-details-panel .headline {
    line-height: 1.2;
    margin-bottom: 10px; }
    @media (min-width: 1024px) {
      .product-details-panel .headline {
        margin-bottom: 20px;
        line-height: 1.5;
        text-align: left;
        margin-bottom: 0; } }
    .product-details-panel .headline small {
      display: block;
      font-size: 55%; }
      @media (min-width: 1024px) {
        .product-details-panel .headline small {
          display: inline;
          margin-left: 15px; } }
  .product-details-panel .product-text p, .product-details-panel .product-text li {
    font-size: 0.8rem;
    color: #2A2A2A; }
    @media (min-width: 1024px) {
      .product-details-panel .product-text p, .product-details-panel .product-text li {
        font-size: 1rem; } }
  .product-details-panel .line-through-red {
    margin-right: 5px; }
  .product-details-panel .option-muted {
    font-size: 0.8rem; }
  .product-details-panel .hide-it {
    display: none; }
  .product-details-panel .quantity {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
  .product-details-panel .prices {
    position: relative;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    font-size: 2.2rem;
    line-height: 1;
    font-weight: 200;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .product-details-panel .prices {
        font-size: 1.4rem;
        line-height: 1.3;
        margin-bottom: 0; } }
    @media (min-width: 1024px) {
      .product-details-panel .prices {
        font-size: 2.4rem; } }
    .product-details-panel .prices .inner:not(:first-child) {
      position: absolute;
      top: 0; }
    .product-details-panel .prices .inner {
      transition: visibility 200ms, opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1);
      transition-delay: 0; }
    .product-details-panel .prices .inner.active {
      visibility: visible;
      opacity: 1; }
  .product-details-panel .product-upsell input[type="checkbox"] + label {
    font-weight: 400;
    color: #181749; }
  .product-details-panel .order-button {
    width: 100%;
    padding: 8px 10px;
    text-transform: uppercase;
    font-size: 16px; }
    @media (min-width: 544px) {
      .product-details-panel .order-button {
        font-size: 18px; } }
    @media (min-width: 768px) {
      .product-details-panel .order-button {
        font-size: 22px; } }
    @media (min-width: 1024px) {
      .product-details-panel .order-button {
        font-size: 16px; } }
    @media (min-width: 1440px) {
      .product-details-panel .order-button {
        font-size: 22px; } }
  .product-details-panel .end-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-top: 10px; }
    @media (min-width: 1024px) {
      .product-details-panel .end-column {
        margin-top: 40px; } }
  @media (min-width: 1024px) {
    .product-details-panel .quantity label, .product-details-panel .quantity .price {
      margin-bottom: 0; } }
  .product-details-panel .quantity .price {
    margin-left: 20	px; }
  .product-details-panel .margin-left {
    margin-left: 20px; }
  .product-details-panel .discount-promo {
    color: #EF7B7B; }
  .product-details-panel .promo {
    margin-top: 7px; }
  .product-details-panel .col-under {
    margin-top: 30px; }
    @media (min-width: 1024px) {
      .product-details-panel .col-under .divider {
        display: none; } }
  .product-details-panel .shipping-info {
    padding: 20px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 30px;
    text-align: center;
    color: #585858; }
    @media (min-width: 768px) {
      .product-details-panel .shipping-info {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        margin-top: 20px;
        text-align: left; } }
    .product-details-panel .shipping-info .image {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .product-details-panel .shipping-info .image {
          -ms-flex-preferred-size: 30%;
              flex-basis: 30%;
          margin-bottom: 0; } }
      @media (min-width: 1024px) {
        .product-details-panel .shipping-info .image {
          -ms-flex: 0 0 120px;
              flex: 0 0 120px; } }
    .product-details-panel .shipping-info img {
      display: inline-block;
      width: auto;
      height: 65px; }
      @media (min-width: 1024px) {
        .product-details-panel .shipping-info img {
          height: 50px; } }
    .product-details-panel .shipping-info .text {
      width: 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
      @media (min-width: 768px) {
        .product-details-panel .shipping-info .text {
          -ms-flex-preferred-size: 70%;
              flex-basis: 70%; } }
      @media (min-width: 1024px) {
        .product-details-panel .shipping-info .text {
          -ms-flex-preferred-size: 80%;
              flex-basis: 80%; } }
    .product-details-panel .shipping-info strong {
      font-weight: 400;
      color: black; }
  .product-details-panel .happiness {
    padding: 0 10px 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 30px;
    text-align: center;
    color: #585858; }
    @media (min-width: 768px) {
      .product-details-panel .happiness {
        text-align: left;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
    .product-details-panel .happiness .image {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .product-details-panel .happiness .image {
          -ms-flex-preferred-size: 30%;
              flex-basis: 30%;
          margin-bottom: 0; } }
      @media (min-width: 1024px) {
        .product-details-panel .happiness .image {
          -ms-flex: 0 0 120px;
              flex: 0 0 120px; } }
    .product-details-panel .happiness img {
      display: inline-block;
      width: auto;
      height: 65px; }
      @media (min-width: 1024px) {
        .product-details-panel .happiness img {
          height: 50px; } }
    .product-details-panel .happiness .text {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
      @media (min-width: 768px) {
        .product-details-panel .happiness .text {
          -ms-flex-preferred-size: 70%;
              flex-basis: 70%; } }
      @media (min-width: 1024px) {
        .product-details-panel .happiness .text {
          -ms-flex-preferred-size: 80%;
              flex-basis: 80%; } }
    .product-details-panel .happiness strong {
      font-weight: 400;
      color: black; }
    .product-details-panel .happiness .underline {
      text-transform: underline; }
  .product-details-panel .headline {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.3rem;
    color: #EF7B7B; }
    @media (min-width: 768px) {
      .product-details-panel .headline {
        margin-top: 30px;
        margin-bottom: 20px;
        font-size: 1.6rem; } }
    @media (min-width: 1024px) {
      .product-details-panel .headline {
        margin-top: 0;
        margin-bottom: 10px;
        text-align: inherit;
        font-size: 2.0rem; } }
    @media (min-width: 1200px) {
      .product-details-panel .headline {
        font-size: 2.6rem; } }
  .product-details-panel .sub-headline {
    font-weight: 400;
    margin-bottom: 10px; }
  .product-details-panel .product-text {
    line-height: 2;
    margin-bottom: 0; }
  .product-details-panel .option-field {
    margin-bottom: 10px; }
    .product-details-panel .option-field label {
      letter-spacing: 0.5px;
      color: #2a2a2a; }
  .product-details-panel [type="checkbox"]:checked + label .price-diff,
  .product-details-panel [type="radio"]:checked + label .price-diff {
    display: none; }
  .product-details-panel .camera-options {
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      .product-details-panel .camera-options {
        margin-bottom: 40px; } }
  .product-details-panel .divider {
    height: 1px;
    background-color: #DADADA;
    margin: 30px 0; }
    @media (min-width: 1200px) {
      .product-details-panel .divider {
        margin: 40px 0; } }
  .product-details-panel .checkout-table {
    letter-spacing: 0.5px;
    line-height: 2; }
    .product-details-panel .checkout-table:after {
      content: ' ';
      display: block;
      clear: both; }
    .product-details-panel .checkout-table .checkout-table-quantity {
      margin-bottom: 30px;
      text-align: center;
      font-weight: 400; }
      .product-details-panel .checkout-table .checkout-table-quantity .quantity {
        display: inline-block; }
        .product-details-panel .checkout-table .checkout-table-quantity .quantity > * {
          vertical-align: middle; }
      @media (min-width: 768px) {
        .product-details-panel .checkout-table .checkout-table-quantity {
          float: left;
          width: 30%;
          margin: 0; } }
      @media (min-width: 1024px) {
        .product-details-panel .checkout-table .checkout-table-quantity {
          width: 130px; } }
      @media (min-width: 1440px) {
        .product-details-panel .checkout-table .checkout-table-quantity {
          width: 200px; } }
    @media (min-width: 768px) {
      .product-details-panel .checkout-table .checkout-table-button {
        margin-left: 30%;
        padding-left: 20px; } }
    @media (min-width: 1024px) {
      .product-details-panel .checkout-table .checkout-table-button {
        margin-left: 130px; } }
    @media (min-width: 1440px) {
      .product-details-panel .checkout-table .checkout-table-button {
        margin-left: 200px; } }
    .product-details-panel .checkout-table .checkout-table-registry {
      margin-top: 10px; }
      .product-details-panel .checkout-table .checkout-table-registry .dropdown-label {
        font-size: 16px; }
        .product-details-panel .checkout-table .checkout-table-registry .dropdown-label .icon {
          width: 24px;
          height: 24px; }
      @media (min-width: 544px) {
        .product-details-panel .checkout-table .checkout-table-registry .dropdown-label {
          font-size: 18px; } }
      @media (min-width: 768px) {
        .product-details-panel .checkout-table .checkout-table-registry {
          margin-left: 30%;
          padding-left: 20px; }
          .product-details-panel .checkout-table .checkout-table-registry .dropdown-label {
            font-size: 22px; }
            .product-details-panel .checkout-table .checkout-table-registry .dropdown-label .icon {
              width: 32px;
              height: 32px; } }
      @media (min-width: 1024px) {
        .product-details-panel .checkout-table .checkout-table-registry {
          margin-left: 130px; }
          .product-details-panel .checkout-table .checkout-table-registry .dropdown-label {
            font-size: 16px; }
            .product-details-panel .checkout-table .checkout-table-registry .dropdown-label .icon {
              width: 24px;
              height: 24px; } }
      @media (min-width: 1440px) {
        .product-details-panel .checkout-table .checkout-table-registry {
          margin-left: 200px; }
          .product-details-panel .checkout-table .checkout-table-registry .dropdown-label {
            font-size: 22px; }
            .product-details-panel .checkout-table .checkout-table-registry .dropdown-label .icon {
              width: 32px;
              height: 32px; } }
  .product-details-panel .steps-subheadline {
    font-weight: 400;
    width: 100%; }
    @media (min-width: 1024px) {
      .product-details-panel .steps-subheadline {
        margin-bottom: 0; } }
  .product-details-panel .steps-content {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .product-details-panel .steps-content {
        margin-bottom: 30px; } }
    @media (min-width: 1024px) {
      .product-details-panel .steps-content {
        margin-bottom: 30px; } }
    .product-details-panel .steps-content p {
      margin-bottom: 10px; }

.pdp-panels {
  padding: 60px 0; }
  @media (min-width: 768px) {
    .pdp-panels {
      padding: 120px 0; } }
  .pdp-panels .headline {
    text-align: center;
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .pdp-panels .headline {
        margin-bottom: 90px; } }
    .pdp-panels .headline small {
      display: block;
      font-size: 75%; }
  .pdp-panels .subheadline {
    color: #EF7B7B;
    font-size: 1.35rem;
    line-height: 1.7;
    display: block;
    text-transform: none;
    margin: 0; }

.pdp-panel-1 {
  background-color: #f4f4f4; }
  .pdp-panel-1 .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    @media (min-width: 1024px) {
      .pdp-panel-1 .row {
        -ms-flex-direction: row;
            flex-direction: row; } }
  @media (min-width: 1024px) {
    .pdp-panel-1 .col {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; } }
  .pdp-panel-1 .column {
    display: column; }
    .pdp-panel-1 .column > div {
      box-sizing: border-box;
      max-width: 565px;
      padding: 0 20px;
      margin: 0 auto;
      margin-bottom: 30px;
      line-height: 2; }
      @media (min-width: 1024px) {
        .pdp-panel-1 .column > div {
          margin: 0;
          margin-bottom: 50px; } }
  .pdp-panel-1 .image {
    width: 100%; }

.pdp-panel-2 {
  position: relative;
  padding: 60px 0 30px; }
  @media (min-width: 768px) {
    .pdp-panel-2 {
      padding: 120px 0 60px; } }
  .pdp-panel-2 .row {
    position: relative;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-width: 320px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .pdp-panel-2 .row {
        max-width: none;
        margin: 0;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media (min-width: 768px) {
      .pdp-panel-2 .row > div {
        -ms-flex: 0 0 48%;
            flex: 0 0 48%; } }
    @media (min-width: 1024px) {
      .pdp-panel-2 .row > div {
        -ms-flex: 0 0 24%;
            flex: 0 0 24%; } }
  .pdp-panel-2 .subheadline {
    text-align: center;
    margin-bottom: 15px; }
  .pdp-panel-2:after {
    content: '';
    background-color: #f4f4f4;
    width: 100%;
    height: 8%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    @media (min-width: 1024px) {
      .pdp-panel-2:after {
        height: 28%; } }

.pdp-panel-3 {
  background-color: #f4f4f4; }
  .pdp-panel-3 .carousel .slick-slide {
    text-align: center;
    padding: 16px;
    opacity: 0.6;
    transition: opacity 200ms ease; }
    .pdp-panel-3 .carousel .slick-slide.slick-active {
      opacity: 1; }
  .pdp-panel-3 .carousel .slick-arrow {
    position: absolute;
    top: calc(50% - 2rem);
    margin-top: -60px;
    height: 120px;
    width: 120px;
    border-radius: 100%;
    left: 50px;
    background-color: white;
    border: 0 none;
    opacity: 0.8;
    transition: opacity 200ms ease;
    z-index: 2;
    font-size: 0;
    line-height: 0; }
    .pdp-panel-3 .carousel .slick-arrow:after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 30px 40px 30px 0;
      border-color: transparent #96989C transparent transparent;
      margin-left: -10px;
      opacity: 0.8;
      transition: opacity 200ms ease; }
    .pdp-panel-3 .carousel .slick-arrow:hover {
      opacity: 1; }
      .pdp-panel-3 .carousel .slick-arrow:hover:after {
        opacity: 1; }
  .pdp-panel-3 .carousel .slick-next {
    left: auto;
    right: 50px; }
    .pdp-panel-3 .carousel .slick-next:after {
      border-width: 30px 0 30px 40px;
      border-color: transparent transparent transparent #96989C;
      margin-right: -10px;
      margin-left: 0; }
  .pdp-panel-3 .carousel .carousel-text {
    position: relative;
    font-size: 1.2rem;
    line-height: 1.7;
    padding-top: 40px;
    opacity: 0;
    transition: opacity 400ms ease; }
    .pdp-panel-3 .carousel .carousel-text:before {
      content: '';
      display: block;
      position: absolute;
      top: 15px;
      left: 50%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 10px 15px 10px;
      border-color: transparent transparent #96989C transparent; }
  .pdp-panel-3 .carousel .slick-active .carousel-text {
    opacity: 1; }

.pdp-panel-insights {
  background-color: #f4f4f4;
  padding: 60px 0; }
  @media (min-width: 768px) {
    .pdp-panel-insights {
      padding: 120px 0; } }
  .pdp-panel-insights .headline {
    text-align: center;
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .pdp-panel-insights .headline {
        margin-bottom: 90px; } }
  .pdp-panel-insights .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column; }
    @media (min-width: 768px) {
      .pdp-panel-insights .row {
        -ms-flex-direction: row;
            flex-direction: row; } }
  .pdp-panel-insights .col {
    text-align: center;
    background-color: white;
    color: #515151;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
    margin: 0 17px 34px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden; }
  .pdp-panel-insights .head {
    background-color: #C7C7C7;
    color: #515151;
    height: 5.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 400; }
    .pdp-panel-insights .head.pink {
      background-color: #EF7B7B;
      color: white; }
    @media (min-width: 768px) {
      .pdp-panel-insights .head {
        font-size: 1.9rem;
        height: 7.5rem; } }
  .pdp-panel-insights .content {
    padding: 1rem;
    line-height: 2;
    font-size: 1rem;
    line-height: 2.1rem; }
    @media (min-width: 768px) {
      .pdp-panel-insights .content {
        padding: 2.2rem 5rem;
        font-size: 1.3rem; } }
  .pdp-panel-insights .divider {
    height: 1px;
    width: 100%;
    background: linear-gradient(to right, rgba(239, 123, 123, 0) 0%, #ef7b7b 20%, #ef7b7b 50%, #ef7b7b 80%, rgba(239, 123, 123, 0) 100%);
    margin: 20px 0; }
    @media (min-width: 768px) {
      .pdp-panel-insights .divider {
        margin: 35px 0; } }
  .pdp-panel-insights .price-section {
    font-size: 1.35rem; }
    .pdp-panel-insights .price-section strong {
      font-weight: 700;
      color: #EF7B7B; }
    @media (min-width: 768px) {
      .pdp-panel-insights .price-section {
        font-size: 1.65rem; } }
  .pdp-panel-insights .save span {
    color: #EF7B7B;
    font-size: 0.7rem;
    line-height: 1;
    text-transform: uppercase;
    background-color: #EDEDED;
    padding: 3px 5px;
    font-weight: 400; }

.product-details-camera-includes {
  position: relative; }
  .product-details-camera-includes .text-overlay {
    padding: 35px 15px 115px 35px; }
    @media (min-width: 544px) {
      .product-details-camera-includes .text-overlay {
        padding: 60px 20px 120px 65px; } }
    @media (min-width: 768px) {
      .product-details-camera-includes .text-overlay {
        padding: 90px 30px 140px 75px; } }
    @media (min-width: 1024px) {
      .product-details-camera-includes .text-overlay {
        padding: 40px 60px;
        position: absolute;
        top: 0; } }
    @media (min-width: 1440px) {
      .product-details-camera-includes .text-overlay {
        padding: 50px 60px; } }
    @media (min-width: 1900px) {
      .product-details-camera-includes .text-overlay {
        padding: 120px 120px 140px 120px; } }
  .product-details-camera-includes h3 {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6;
    margin-top: 20px;
    margin-bottom: 0;
    text-transform: none; }
    @media (min-width: 768px) {
      .product-details-camera-includes h3 {
        margin-top: 40px; } }
  .product-details-camera-includes p {
    font-size: 0.75rem; }
    @media (min-width: 1024px) {
      .product-details-camera-includes p {
        font-size: 1rem;
        line-height: 1.3;
        max-width: 290px; } }
    @media (min-width: 1200px) {
      .product-details-camera-includes p {
        max-width: 330px; } }
    @media (min-width: 1440px) {
      .product-details-camera-includes p {
        max-width: 370px; } }
    @media (min-width: 1900px) {
      .product-details-camera-includes p {
        max-width: 440px; } }
  @media (min-width: 1024px) {
    .product-details-camera-includes img {
      height: 750px;
      font-family: "object-fit:cover";
      object-fit: cover; } }
  @media (min-width: 1200px) {
    .product-details-camera-includes img {
      height: 800px; } }
  @media (min-width: 1440px) {
    .product-details-camera-includes img {
      height: 900px; } }
  @media (min-width: 1900px) {
    .product-details-camera-includes img {
      height: 1100px; } }

.single-product-details .prices {
  padding: 0;
  margin-bottom: 20px; }

.single-product-details .quantity {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .single-product-details .quantity {
      margin-bottom: 0; } }

.single-product-details .description ul {
  list-style: initial;
  padding-left: 1.5rem; }
  .single-product-details .description ul li {
    margin-bottom: 0.6rem; }

.cart-panel {
  font-size: 0.9rem;
  padding: 100px 15px 44px; }
  @media (min-width: 544px) {
    .cart-panel {
      padding: 140px 7.4% 140px; } }
  @media (min-width: 768px) {
    .cart-panel {
      font-size: 0.6rem;
      padding: 140px 12.4% 140px; } }
  @media (min-width: 1024px) {
    .cart-panel {
      font-size: 1rem;
      padding: 180px 75px 80px; } }
  @media (min-width: 1200px) {
    .cart-panel {
      padding: 180px 75px 140px; } }
  @media (min-width: 1440px) {
    .cart-panel {
      padding: 200px 5.2% 140px; } }
  .cart-panel strong {
    font-weight: 400; }
  .cart-panel h1 {
    font-size: 1.2rem; }
    @media (min-width: 544px) {
      .cart-panel h1 {
        font-size: 1.3rem; } }
    @media (min-width: 1024px) {
      .cart-panel h1 {
        font-size: 2rem; } }
  .cart-panel .row--underline {
    border-bottom: 1px #dbe3e5 solid;
    padding-top: 25px;
    padding-bottom: 25px; }
  .cart-panel .col--vertical-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .cart-panel .col--vertical-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center; }
  .cart-panel .row--right {
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .cart-panel .row--total {
    margin-top: 25px; }
  .cart-panel .h1 {
    padding: 0;
    margin: 0; }
  .cart-panel .col--small-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end; }
  .cart-panel .align-left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .cart-panel .align-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
  .cart-panel .align-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .cart-panel .col-text-align-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    .cart-panel .col-text-align-right strong {
      display: block;
      text-align: right;
      margin-bottom: 10px; }
      .cart-panel .col-text-align-right strong:last-child {
        font-weight: 700; }
  .cart-panel .order-button--full {
    margin-top: 25px;
    width: 100%; }
  .cart-panel .line-img {
    height: 110px;
    font-family: "object-fit:contain";
    object-fit: contain; }
  .cart-panel .keep-shopping-link {
    position: relative;
    top: 25px; }
  .cart-panel .discount {
    color: #EF7B7B; }
  @media (min-width: 768px) {
    .cart-panel .product-title {
      margin-left: 10px; } }
  .cart-panel .fineprint {
    margin-top: 1rem;
    font-size: 0.6rem; }
    @media (min-width: 768px) {
      .cart-panel .fineprint {
        font-size: 0.4rem; } }
    @media (min-width: 1024px) {
      .cart-panel .fineprint {
        font-size: 0.6rem; } }

.removal-modal-container {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1200;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: visibility 200ms, opacity 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .removal-modal-container.open {
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    opacity: 1; }

.removal-modal {
  background-color: white;
  width: 490px;
  padding: 50px 25px; }
  @media (min-width: 768px) {
    .removal-modal {
      padding: 50px 75px; } }
  .removal-modal p {
    font-size: 0.8rem;
    line-height: 1.3; }
  .removal-modal button {
    width: 100%;
    padding: 15px; }

@media (min-width: 768px) and (max-width: 1023px) {
  .removal-modal button {
    font-size: 0.5rem; } }
  .removal-modal .passive-button {
    margin-right: 15px; }
  .removal-modal .order-button {
    margin-left: 15px; }
  .removal-modal .close {
    display: inline-block;
    width: 21px;
    height: auto;
    position: absolute;
    top: 35px;
    right: 40px;
    z-index: 1210; }

.hide {
  display: none !important; }

.abtest {
  padding: 80px 15px 44px; }
  @media (min-width: 544px) {
    .abtest {
      padding: 100px 7.4% 140px; } }
  @media (min-width: 768px) {
    .abtest {
      padding: 100px 9.4% 140px; } }
  @media (min-width: 1024px) {
    .abtest {
      padding: 120px 75px 80px; } }
  @media (min-width: 1200px) {
    .abtest {
      padding: 120px 75px 140px; } }
  @media (min-width: 1440px) {
    .abtest {
      prett: 160px 5.2% 140px; } }
  .abtest .row {
    margin: 0; }
  .abtest .col {
    width: 100%;
    min-width: 0px;
    position: relative;
    min-height: 1px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .abtest .col:last-child {
    margin-left: auto; }
  @media (min-width: 1024px) {
    .abtest .col {
      -ms-flex: 0 0 46%;
      flex: 0 0 46%; } }
  .abtest .col.col-mobile-padding {
    padding: 0 30px; }
  @media (min-width: 768px) {
    .abtest .col.col-mobile-padding {
      padding: 0; } }
  .abtest .col-inner {
    font-size: 0.8rem; }
  @media (min-width: 768px) {
    .abtest .col-inner {
      font-size: 0.9rem; } }
  @media (min-width: 1024px) {
    .abtest .col-inner {
      font-size: 1rem; } }
  .abtest .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none; }
  .abtest .loading.active {
    display: block; }
  .abtest .big-image-front {
    position: absolute;
    top: 0;
    visibility: visible;
    opacity: 1;
    transition: visibility 400ms, opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1); }
  .abtest .big-image-front.hide {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0s; }
  .abtest .thumbnails {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    position: relative;
    min-height: 1px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 10px 0; }
  @media (min-width: 1024px) {
    .abtest .thumbnails {
      margin: 16px 0; } }
  .abtest .thumbnails .thumbnail {
    -ms-flex: 0 0 24.1%;
    flex: 0 0 24.1%;
    cursor: pointer;
    margin-right: 1.2%; }
  .abtest .thumbnails .thumbnail:last-child {
    margin-right: 0; }
  .abtest .youtube-video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: black;
    z-index: 800;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease; }
  .abtest .youtube-video iframe {
    width: 100%;
    height: 100%; }
  .abtest .youtube-video-open {
    visibility: visible;
    opacity: 1; }
  .abtest h1 {
    text-align: center;
    line-height: 1.2;
    margin-bottom: 10px; }
  @media (min-width: 1024px) {
    .abtest h1 {
      margin-bottom: 20px; } }
  @media (min-width: 1024px) {
    .abtest h1 {
      line-height: 1.5;
      text-align: left;
      margin-bottom: 0; } }
  .abtest h1 small {
    display: block;
    font-size: 55%; }
  @media (min-width: 1024px) {
    .abtest h1 small {
      display: inline;
      margin-left: 15px; } }
  .abtest dl {
    margin: 0;
    counter-reset: my-badass-counter; }
  .abtest dt {
    position: relative; }
  .abtest dt:before {
    content: counter(my-badass-counter);
    counter-increment: my-badass-counter;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 200;
    text-align: center;
    width: 25px;
    display: inline-block; }
  .abtest dt {
    padding-left: 30px; }
  @media (min-width: 768px) {
    .abtest dt {
      padding-left: 55px; } }
  @media (min-width: 1024px) {
    .abtest dt {
      padding-left: 40px; } }
  .abtest dd {
    margin-left: 30px; }
  @media (min-width: 768px) {
    .abtest dd {
      margin-left: 50px; } }
  @media (min-width: 1024px) {
    .abtest dd {
      margin-left: 40px; } }
  @media (min-width: 1024px) {
    .abtest dl,
    .abtest .end-column {
      max-width: 570px; } }
  .abtest .option-muted {
    font-size: 0.8rem; }
  .abtest .quantity {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  .abtest .prices {
    position: relative;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 1.7rem; }
  @media (min-width: 768px) {
    .abtest .prices {
      font-size: 1.7rem; } }
  .abtest .prices span {
    margin-right: 10px; }
  @media (min-width: 768px) {
    .abtest .prices span {
      margin-right: 20px; } }
  .abtest .prices .inner:not(:first-child) {
    position: absolute;
    top: 0; }
  .abtest .prices .inner {
    transition: visibility 200ms, opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-delay: 0; }
  .abtest .prices .inner.active {
    visibility: visible;
    opacity: 1; }
  .abtest .order-button {
    width: 100%;
    padding: 20px 65px; }
  .abtest .end-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px; }
  @media (min-width: 1024px) {
    .abtest .end-column {
      margin-top: 40px; } }
  @media (min-width: 1024px) {
    .abtest .quantity label,
    .abtest .quantity .price {
      margin-bottom: 0; } }
  .abtest .quantity .price {
    margin-left: 20 px; }
  .abtest .margin-left {
    margin-left: 20px; }
  .abtest .discount-promo {
    color: #ef7b7b; }
  .abtest .shipping-info {
    padding: 20px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    color: #585858;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    width: 100%; }
  .abtest .shipping-info img {
    width: auto;
    height: 35px;
    margin-right: 30px; }
  .abtest .shipping-info .image {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    text-align: left; }
  @media (min-width: 1024px) {
    .abtest .shipping-info .image {
      -ms-flex-preferred-size: 20%;
      flex-basis: 20%; } }
  .abtest .shipping-info .text {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%; }
  @media (min-width: 1024px) {
    .abtest .shipping-info .text {
      -ms-flex-preferred-size: 80%;
      flex-basis: 80%; } }
  .abtest .happiness {
    padding: 20px 10px 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    color: #585858;
    -ms-flex-align: center;
    align-items: center;
    border-top: 3px #a7a9ac solid;
    margin-top: 20px;
    border-top: 3px #a7a9ac solid; }
  .abtest .happiness img {
    width: auto;
    height: 35px;
    margin-right: 30px; }
  .abtest .happiness .image {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    text-align: left; }
  @media (min-width: 1024px) {
    .abtest .happiness .image {
      -ms-flex-preferred-size: 20%;
      flex-basis: 20%; } }
  .abtest .happiness .text {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%; }
  @media (min-width: 1024px) {
    .abtest .happiness .text {
      -ms-flex-preferred-size: 80%;
      flex-basis: 80%; } }
  .abtest .steps-headline {
    font-size: 1.3rem;
    color: #ef7b7b;
    margin-bottom: 10px;
    margin-top: 10px; }
  @media (min-width: 768px) {
    .abtest .steps-headline {
      font-size: 1.6rem;
      margin-bottom: 20px;
      margin-top: 30px; } }
  @media (min-width: 1024px) {
    .abtest .steps-headline {
      font-size: 2rem;
      margin-top: 0;
      margin-bottom: 10px; } }
  .abtest .steps-subheadline {
    font-weight: 400;
    width: 100%; }
  @media (min-width: 1024px) {
    .abtest .steps-subheadline {
      margin-bottom: 0; } }
  .abtest .steps-content {
    margin-bottom: 20px; }
  @media (min-width: 768px) {
    .abtest .steps-content {
      margin-bottom: 30px; } }
  @media (min-width: 1024px) {
    .abtest .steps-content {
      margin-bottom: 30px; } }
  .abtest .steps-content p {
    margin-bottom: 10px; }
  .abtest p,
  .abtest li {
    font-size: 0.8rem;
    color: #2a2a2a; }
  @media (min-width: 1024px) {
    .abtest p,
    .abtest li {
      font-size: 1rem; } }
  .abtest ul {
    margin: 0 0 1rem; }
  .abtest .quantity {
    margin-top: 5px; }
  .abtest .quantity input {
    color: black;
    font-size: 1rem; }
  .abtest .quantity-selector {
    width: 40px; }
  @media (min-width: 1024px) {
    .abtest .order-button {
      font-size: 14px; } }

.hide-it {
  display: none; }

.collection-digest {
  padding: 3rem 0.85rem 1.5rem; }

.collection-digest + .collection-digest {
  border-top: 1px solid #DADADA; }

.collection-digest-heading {
  margin: 0 0 2rem; }

.collection-digest-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }

.collection-digest-item {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  margin: 0 0 3rem; }

.product-digest-object {
  display: block; }

.product-digest-body {
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 1.25rem 0 0; }

.product-digest-header,
.product-digest-footer {
  text-align: center; }

.product-digest-header {
  margin-bottom: 0.65rem; }

.product-digest-title {
  margin: 0;
  font-size: 1rem;
  text-transform: none;
  color: #EF7B7B; }

.product-digest-caption {
  margin: 0;
  font-size: 1rem;
  color: #EF7B7B; }

.product-digest-price {
  font-weight: 400; }

.product-digest-cta {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: white;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #EF7B7B;
  padding: 0.65em 1em;
  border-radius: 10px;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1); }
  .product-digest-cta:hover {
    background-color: #E54C4C !important; }

@media (min-width: 544px) {
  .collection-digest {
    padding: 3.5rem 7.4% 1.75rem; } }

@media (min-width: 768px) {
  .collection-digest {
    padding: 3rem 9.4% 1.75rem; } }

@media (min-width: 1024px) {
  .collection-digest {
    padding: 4rem 4.65rem 2.5rem; }
  .collection-digest-list {
    margin: 0 -2rem; }
  .collection-digest-item {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    margin: 0 0 2.5rem;
    padding: 0 2rem; }
  .product-digest-title {
    font-size: 1rem; }
  .product-digest-cta {
    font-size: 0.85rem; } }

@media (min-width: 1200px) {
  .collection-digest {
    padding: 4rem 4rem 2.5rem; } }

@media (min-width: 1440px) {
  .collection-digest {
    padding: 4rem 5.2% 2.5rem; } }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 1023px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 1024px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

@media (max-width: 1439px) {
  .hidden-xl-down {
    display: none !important; } }

@media (min-width: 1440px) {
  .hidden-xxl-up {
    display: none !important; } }

@media (max-width: 1899px) {
  .hidden-xxl-down {
    display: none !important; } }

@media (min-width: 1900px) {
  .hidden-xxxl-up {
    display: none !important; } }

.hidden-xxxl-down {
  display: none !important; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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 {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .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; }


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

.plyr {
  position: relative;
  max-width: 100%;
  min-width: 200px; }
  .plyr,
  .plyr *,
  .plyr *::after,
  .plyr *::before {
    box-sizing: border-box; }
  .plyr a, .plyr button, .plyr input, .plyr label {
    -ms-touch-action: manipulation;
        touch-action: manipulation; }
  .plyr video,
  .plyr audio {
    width: 100%;
    height: auto;
    vertical-align: middle;
    border-radius: inherit; }
  .plyr input[type='range'] {
    display: block;
    height: 20px;
    width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
    border: none;
    background: transparent; }
    .plyr input[type='range']::-webkit-slider-runnable-track {
      height: 8px;
      background: transparent;
      border: 0;
      border-radius: 4px;
      -webkit-user-select: none;
              user-select: none; }
    .plyr input[type='range']::-webkit-slider-thumb {
      -webkit-appearance: none;
      margin-top: -4px;
      position: relative;
      height: 16px;
      width: 16px;
      background: #fff;
      border: 2px solid transparent;
      border-radius: 100%;
      transition: background .2s ease, border .2s ease, transform .2s ease;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
      box-sizing: border-box; }
    .plyr input[type='range']::-moz-range-track {
      height: 8px;
      background: transparent;
      border: 0;
      border-radius: 4px;
      -moz-user-select: none;
           user-select: none; }
    .plyr input[type='range']::-moz-range-thumb {
      position: relative;
      height: 16px;
      width: 16px;
      background: #fff;
      border: 2px solid transparent;
      border-radius: 100%;
      transition: background .2s ease, border .2s ease, transform .2s ease;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
      box-sizing: border-box; }
    .plyr input[type='range']::-ms-track {
      height: 8px;
      background: transparent;
      border: 0;
      color: transparent; }
    .plyr input[type='range']::-ms-fill-upper {
      height: 8px;
      background: transparent;
      border: 0;
      border-radius: 4px;
      -ms-user-select: none;
          user-select: none; }
    .plyr input[type='range']::-ms-fill-lower {
      height: 8px;
      background: transparent;
      border: 0;
      border-radius: 4px;
      -ms-user-select: none;
          user-select: none;
      background: #EF7B7B; }
    .plyr input[type='range']::-ms-thumb {
      position: relative;
      height: 16px;
      width: 16px;
      background: #fff;
      border: 2px solid transparent;
      border-radius: 100%;
      transition: background .2s ease, border .2s ease, transform .2s ease;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
      box-sizing: border-box;
      margin-top: 0; }
    .plyr input[type='range']::-ms-tooltip {
      display: none; }
    .plyr input[type='range']:focus {
      outline: 0; }
    .plyr input[type='range']::-moz-focus-outer {
      border: 0; }
    .plyr input[type='range'].tab-focus:focus {
      outline-offset: 3px; }
    .plyr input[type='range']:active::-webkit-slider-thumb {
      background: #EF7B7B;
      border-color: #fff;
      transform: scale(1.25); }
    .plyr input[type='range']:active::-moz-range-thumb {
      background: #EF7B7B;
      border-color: #fff;
      transform: scale(1.25); }
    .plyr input[type='range']:active::-ms-thumb {
      background: #EF7B7B;
      border-color: #fff;
      -ms-transform: scale(1.25);
          transform: scale(1.25); }

.plyr--video input[type='range'].tab-focus:focus {
  outline: 1px dotted rgba(255, 255, 255, 0.5); }

.plyr--audio input[type='range'].tab-focus:focus {
  outline: 1px dotted rgba(86, 93, 100, 0.5); }

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

.plyr__video-wrapper {
  position: relative;
  background: #000;
  border-radius: inherit;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC); }

.plyr__video-embed {
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  overflow: hidden;
  border-radius: inherit; }
  .plyr__video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .plyr__video-embed > div {
    position: relative;
    padding-bottom: 200%;
    -ms-transform: translateY(-35.95%);
        transform: translateY(-35.95%); }

.plyr .plyr__video-embed iframe {
  pointer-events: none; }

.plyr video::-webkit-media-text-track-container {
  display: none; }

.plyr__captions {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  -ms-transform: translateY(-60px);
      transform: translateY(-60px);
  transition: transform .3s ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 400; }
  .plyr__captions span {
    border-radius: 2px;
    padding: 3px 10px;
    background: rgba(0, 0, 0, 0.7); }
  .plyr__captions span:empty {
    display: none; }
  @media (min-width: 768px) {
    .plyr__captions {
      font-size: 24px; } }

.plyr--captions-active .plyr__captions {
  display: block; }

.plyr--fullscreen-active .plyr__captions {
  font-size: 32px; }

.plyr--hide-controls .plyr__captions {
  -ms-transform: translateY(-20px);
      transform: translateY(-20px); }

.plyr__controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1;
  text-align: center;
  transition: opacity .3s ease; }
  .plyr__controls > button,
  .plyr__controls .plyr__progress,
  .plyr__controls .plyr__time {
    margin-left: 5px; }
    .plyr__controls > button:first-child,
    .plyr__controls .plyr__progress:first-child,
    .plyr__controls .plyr__time:first-child {
      margin-left: 0; }
  .plyr__controls .plyr__volume {
    margin-left: 5px; }
  .plyr__controls [data-plyr="pause"] {
    margin-left: 0; }
  .plyr__controls button {
    position: relative;
    display: inline-block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    overflow: visible;
    vertical-align: middle;
    padding: 7px;
    border: 0;
    background: transparent;
    border-radius: 3px;
    cursor: pointer;
    transition: background .3s ease, color .3s ease, opacity .3s ease;
    color: inherit; }
    .plyr__controls button svg {
      width: 18px;
      height: 18px;
      display: block;
      fill: currentColor; }
    .plyr__controls button:focus {
      outline: 0; }
  .plyr__controls .icon--exit-fullscreen,
  .plyr__controls .icon--muted,
  .plyr__controls .icon--captions-on {
    display: none; }
  @media (min-width: 480px) {
    .plyr__controls > button,
    .plyr__controls .plyr__progress,
    .plyr__controls .plyr__time {
      margin-left: 10px; } }

.plyr--hide-controls .plyr__controls {
  opacity: 0; }

.plyr--video .plyr__controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 50px 10px 10px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  color: #fff; }
  .plyr--video .plyr__controls button.tab-focus:focus, .plyr--video .plyr__controls button:hover {
    background: #EF7B7B;
    color: #fff; }

.plyr--audio .plyr__controls {
  padding: 10px;
  border-radius: inherit;
  background: #fff;
  border: 1px solid #dbe3e8;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  color: #565D64; }
  .plyr--audio .plyr__controls button.tab-focus:focus, .plyr--audio .plyr__controls button:hover {
    background: #EF7B7B;
    color: #fff; }

.plyr__play-large {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  padding: 10px;
  background: #EF7B7B;
  border: 4px solid currentColor;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: #fff;
  transition: opacity .3s ease, visibility .3s ease; }
  .plyr__play-large svg {
    position: relative;
    left: 2px;
    width: 20px;
    height: 20px;
    display: block;
    fill: currentColor; }
  .plyr__play-large:focus {
    outline: 1px dotted rgba(255, 255, 255, 0.5); }

.plyr .plyr__play-large {
  display: inline-block; }

.plyr--audio .plyr__play-large {
  display: none; }

.plyr--playing .plyr__play-large {
  opacity: 0;
  visibility: hidden; }

.plyr__controls [data-plyr='pause'],
.plyr--playing .plyr__controls [data-plyr='play'] {
  display: none; }

.plyr--playing .plyr__controls [data-plyr='pause'] {
  display: inline-block; }

.plyr--fullscreen-active .icon--exit-fullscreen,
.plyr--muted .plyr__controls .icon--muted,
.plyr--captions-active .plyr__controls .icon--captions-on {
  display: block; }
  .plyr--fullscreen-active .icon--exit-fullscreen + svg,
  .plyr--muted .plyr__controls .icon--muted + svg,
  .plyr--captions-active .plyr__controls .icon--captions-on + svg {
    display: none; }

.plyr [data-plyr='captions'],
.plyr [data-plyr='fullscreen'] {
  display: none; }

.plyr--captions-enabled [data-plyr='captions'],
.plyr--fullscreen-enabled [data-plyr='fullscreen'] {
  display: inline-block; }

.plyr__tooltip {
  position: absolute;
  z-index: 2;
  bottom: 100%;
  margin-bottom: 10px;
  padding: 5px 7.5px;
  pointer-events: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  -ms-transform: translate(-50%, 10px) scale(0.8);
      transform: translate(-50%, 10px) scale(0.8);
  -ms-transform-origin: 50% 100%;
      transform-origin: 50% 100%;
  transition: transform .2s .1s ease, opacity .2s .1s ease; }
  .plyr__tooltip::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    bottom: -4px;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(0, 0, 0, 0.7);
    border-left: 4px solid transparent;
    z-index: 2; }

.plyr button:hover .plyr__tooltip,
.plyr button.tab-focus:focus .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  -ms-transform: translate(-50%, 0) scale(1);
      transform: translate(-50%, 0) scale(1); }

.plyr button:hover .plyr__tooltip {
  z-index: 3; }

.plyr__progress {
  display: none;
  position: relative;
  -ms-flex: 1;
      flex: 1; }
  .plyr__progress input[type="range"] {
    position: relative;
    z-index: 2; }
    .plyr__progress input[type="range"]::-webkit-slider-runnable-track {
      background: transparent; }
    .plyr__progress input[type="range"]::-moz-range-track {
      background: transparent; }
    .plyr__progress input[type="range"]::-ms-fill-upper {
      background: transparent; }
  .plyr__progress .plyr__tooltip {
    left: 0; }

.plyr .plyr__progress {
  display: inline-block; }

.plyr__progress--buffer,
.plyr__progress--played,
.plyr__volume--display {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 8px;
  margin: -4px 0 0;
  padding: 0;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 100px; }
  .plyr__progress--buffer::-webkit-progress-bar,
  .plyr__progress--played::-webkit-progress-bar,
  .plyr__volume--display::-webkit-progress-bar {
    background: transparent; }
  .plyr__progress--buffer::-webkit-progress-value,
  .plyr__progress--played::-webkit-progress-value,
  .plyr__volume--display::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: 8px; }
  .plyr__progress--buffer::-moz-progress-bar,
  .plyr__progress--played::-moz-progress-bar,
  .plyr__volume--display::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: 8px; }
  .plyr__progress--buffer::-ms-fill,
  .plyr__progress--played::-ms-fill,
  .plyr__volume--display::-ms-fill {
    border-radius: 100px; }

.plyr__progress--played,
.plyr__volume--display {
  z-index: 1;
  color: #EF7B7B;
  background: transparent;
  transition: none; }
  .plyr__progress--played::-webkit-progress-value,
  .plyr__volume--display::-webkit-progress-value {
    min-width: 8px;
    max-width: 99%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    transition: none; }
  .plyr__progress--played::-moz-progress-bar,
  .plyr__volume--display::-moz-progress-bar {
    min-width: 8px;
    max-width: 99%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    transition: none; }
  .plyr__progress--played::-ms-fill,
  .plyr__volume--display::-ms-fill {
    display: none; }

.plyr__progress--buffer::-webkit-progress-value {
  transition: width .2s ease; }

.plyr__progress--buffer::-moz-progress-bar {
  transition: width .2s ease; }

.plyr__progress--buffer::-ms-fill {
  transition: width .2s ease; }

.plyr--video .plyr__progress--buffer,
.plyr--video .plyr__volume--display {
  background: rgba(255, 255, 255, 0.25); }

.plyr--video .plyr__progress--buffer {
  color: rgba(255, 255, 255, 0.25); }

.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
  background: rgba(198, 214, 219, 0.67); }

.plyr--audio .plyr__progress--buffer {
  color: rgba(198, 214, 219, 0.67); }

.plyr--loading .plyr__progress--buffer {
  animation: plyr-progress 1s linear infinite;
  background-size: 25px 25px;
  background-repeat: repeat-x;
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
  color: transparent; }

.plyr--video.plyr--loading .plyr__progress--buffer {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--audio.plyr--loading .plyr__progress--buffer {
  background-color: rgba(198, 214, 219, 0.67); }

.plyr__time {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: .95; }

.plyr__time + .plyr__time {
  display: none; }
  @media (min-width: 768px) {
    .plyr__time + .plyr__time {
      display: inline-block; } }
  .plyr__time + .plyr__time::before {
    content: '\2044';
    margin-right: 10px; }

.plyr__volume {
  display: none; }

.plyr .plyr__volume {
  -ms-flex: 1;
      flex: 1;
  position: relative; }
  .plyr .plyr__volume input[type="range"] {
    position: relative;
    z-index: 2; }
  @media (min-width: 480px) {
    .plyr .plyr__volume {
      display: block;
      max-width: 60px; } }
  @media (min-width: 768px) {
    .plyr .plyr__volume {
      max-width: 100px; } }

.plyr--is-ios .plyr__volume,
.plyr--is-ios [data-plyr='mute'] {
  display: none !important; }

.plyr--fullscreen,
.plyr--fullscreen-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 10000000;
  background: #000;
  border-radius: 0; }
  .plyr--fullscreen video,
  .plyr--fullscreen-active video {
    height: 100%; }
  .plyr--fullscreen .plyr__video-wrapper,
  .plyr--fullscreen-active .plyr__video-wrapper {
    height: 100%;
    width: 100%; }
  .plyr--fullscreen .plyr__controls,
  .plyr--fullscreen-active .plyr__controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
  .plyr--fullscreen.plyr--vimeo .plyr__video-wrapper,
  .plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }

