@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* line 11, sass/utilities/normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, sass/utilities/normalize.scss */
body {
  margin: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 45, sass/utilities/normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 68, sass/utilities/normalize.scss */
a {
  background-color: transparent; }

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 87, sass/utilities/normalize.scss */
b,
strong {
  font-weight: bolder; }

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

/**
 * Add the correct font size in all browsers.
 */
/* line 108, sass/utilities/normalize.scss */
small {
  font-size: 80%; }

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

/* line 125, sass/utilities/normalize.scss */
sub {
  bottom: -0.25em; }

/* line 129, sass/utilities/normalize.scss */
sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 140, sass/utilities/normalize.scss */
img {
  border-style: none; }

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 168, sass/utilities/normalize.scss */
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.
 */
/* line 178, sass/utilities/normalize.scss */
button,
select {
  /* 1 */
  text-transform: none; }

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

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 198, sass/utilities/normalize.scss */
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.
 */
/* line 210, sass/utilities/normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
/* line 221, sass/utilities/normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 245, sass/utilities/normalize.scss */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 253, sass/utilities/normalize.scss */
textarea {
  overflow: auto; }

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 272, sass/utilities/normalize.scss */
[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.
 */
/* line 282, sass/utilities/normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 312, sass/utilities/normalize.scss */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
/* line 320, sass/utilities/normalize.scss */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 331, sass/utilities/normalize.scss */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
/* line 339, sass/utilities/normalize.scss */
[hidden] {
  display: none; }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/**
 * Global variables
 */
/**
 * Mixin for centering element
 */
/**
 * Mixin for centering element
 */
/**
 * No-select
 * Disables selection/higlighting for element
 */
/**
 * bleed-fullscreen
 * to span an element exceeding parent width to fill the screen
 */
/**
 * Mixin handling breakpoint, mobile first
 */
/**
 * Mixin handling breakpoint, desktop first
 */
/* line 14, sass/patch.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 26, sass/patch.scss */
body {
  margin: 0; }

/* line 30, sass/patch.scss */
body.overlay-active {
  overflow: hidden; }
  /* line 32, sass/patch.scss */
  body.overlay-active::after {
    content: "";
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 200; }

/* line 44, sass/patch.scss */
.trade-landing-page .page-wrapper .promos a .watermark-holder .watermark {
  z-index: 199; }

/* line 48, sass/patch.scss */
#product-pages #product-detail a.back-to-top {
  display: none !important; }

/* line 55, sass/patch.scss */
#page-header *,
#page-header *::before,
#page-header *::after,
#page-nav *,
#page-nav *::before,
#page-nav *::after,
#page-footer *,
#page-footer *::before,
#page-footer *::after {
  box-sizing: border-box; }

/* line 62, sass/patch.scss */
.page-wrapper {
  padding-top: 150px; }
  @media (min-width: 768px) {
    /* line 62, sass/patch.scss */
    .page-wrapper {
      padding-top: 114px; } }
  @media (min-width: 1200px) {
    /* line 62, sass/patch.scss */
    .page-wrapper {
      padding-top: 192px; } }
  /* line 70, sass/patch.scss */
  .page-wrapper .subnavbar {
    display: none !important; }

/* line 75, sass/patch.scss */
.page-body {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto; }

/* line 1, sass/utilities/_base.scss */
body.overlay-active--page-nav {
  overflow: hidden; }

/* line 5, sass/utilities/_base.scss */
body.overlay-cover {
  overflow: hidden; }

/* line 9, sass/utilities/_base.scss */
body.overlay-active {
  overflow: hidden; }
  /* line 11, sass/utilities/_base.scss */
  body.overlay-active::after {
    content: "";
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 200; }

/* 
  apple pay styles template
  https://developer.apple.com/documentation/apple_pay_on_the_web/displaying_apple_pay_buttons
*/
@supports (-webkit-appearance: -apple-pay-button) {
  /* line 28, sass/utilities/_base.scss */
  .apple-pay-button {
    display: inline-block;
    -webkit-appearance: -apple-pay-button; }
  /* line 32, sass/utilities/_base.scss */
  .apple-pay-button-black {
    -apple-pay-button-style: black; }
  /* line 35, sass/utilities/_base.scss */
  .apple-pay-button-white {
    -apple-pay-button-style: white; }
  /* line 39, sass/utilities/_base.scss */
  .apple-pay-button-white-with-line {
    -apple-pay-button-style: white-outline; } }

@supports not (-webkit-appearance: -apple-pay-button) {
  /* line 44, sass/utilities/_base.scss */
  .apple-pay-button {
    display: inline-block;
    background-size: 100% 60%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 5px;
    padding: 0px;
    box-sizing: border-box;
    min-width: 100px;
    min-height: 32px;
    max-height: 64px; }
  /* line 56, sass/utilities/_base.scss */
  .apple-pay-button-black {
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-color: black; }
  /* line 60, sass/utilities/_base.scss */
  .apple-pay-button-white {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: white; }
  /* line 64, sass/utilities/_base.scss */
  .apple-pay-button-white-with-line {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: white;
    border: .5px solid black; } }

/* line 72, sass/utilities/_base.scss */
.page-wrapper {
  padding-top: 150px; }
  @media (min-width: 768px) {
    /* line 72, sass/utilities/_base.scss */
    .page-wrapper {
      padding-top: 113px; } }
  @media (min-width: 1200px) {
    /* line 72, sass/utilities/_base.scss */
    .page-wrapper {
      padding-top: 192px; } }
  /* line 82, sass/utilities/_base.scss */
  .page-wrapper *, .page-wrapper *::before, .page-wrapper *::after {
    box-sizing: border-box; }

/* line 87, sass/utilities/_base.scss */
.page-body-wrapper {
  position: relative; }

/* line 93, sass/utilities/_base.scss */
.page-body {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto; }

/* line 13, sass/actrol.scss */
.home,
#page-header {
  /**
 * Swiper 4.2.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 1, 2018
 */
  /* Auto Height */
  /* 3D Effects */
  /* IE10 Windows Phone 8 Fixes */
  /* Common Styles */
  /* Bullets */
  /* Progress */
  /* Scrollbar */
  /* Preloader */
  /* a11y */ }
  /* line 12, sass/plugins/swiper.scss */
  .home .swiper-container,
  #page-header .swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1; }
  /* line 21, sass/plugins/swiper.scss */
  .home .swiper-container-no-flexbox .swiper-slide,
  #page-header .swiper-container-no-flexbox .swiper-slide {
    float: left; }
  /* line 24, sass/plugins/swiper.scss */
  .home .swiper-container-vertical > .swiper-wrapper,
  #page-header .swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  /* line 31, sass/plugins/swiper.scss */
  .home .swiper-wrapper,
  #page-header .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }
  /* line 48, sass/plugins/swiper.scss */
  .home .swiper-container-android .swiper-slide,
  .home .swiper-wrapper,
  #page-header .swiper-container-android .swiper-slide,
  #page-header .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0); }
  /* line 53, sass/plugins/swiper.scss */
  .home .swiper-container-multirow > .swiper-wrapper,
  #page-header .swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  /* line 58, sass/plugins/swiper.scss */
  .home .swiper-container-free-mode > .swiper-wrapper,
  #page-header .swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto; }
  /* line 64, sass/plugins/swiper.scss */
  .home .swiper-slide,
  #page-header .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform; }
  /* line 77, sass/plugins/swiper.scss */
  .home .swiper-invisible-blank-slide,
  #page-header .swiper-invisible-blank-slide {
    visibility: hidden; }
  /* line 81, sass/plugins/swiper.scss */
  .home .swiper-container-autoheight,
  .home .swiper-container-autoheight .swiper-slide,
  #page-header .swiper-container-autoheight,
  #page-header .swiper-container-autoheight .swiper-slide {
    height: auto; }
  /* line 85, sass/plugins/swiper.scss */
  .home .swiper-container-autoheight .swiper-wrapper,
  #page-header .swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform; }
  /* line 97, sass/plugins/swiper.scss */
  .home .swiper-container-3d,
  #page-header .swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px; }
  /* line 101, sass/plugins/swiper.scss */
  .home .swiper-container-3d .swiper-wrapper,
  .home .swiper-container-3d .swiper-slide,
  .home .swiper-container-3d .swiper-slide-shadow-left,
  .home .swiper-container-3d .swiper-slide-shadow-right,
  .home .swiper-container-3d .swiper-slide-shadow-top,
  .home .swiper-container-3d .swiper-slide-shadow-bottom,
  .home .swiper-container-3d .swiper-cube-shadow,
  #page-header .swiper-container-3d .swiper-wrapper,
  #page-header .swiper-container-3d .swiper-slide,
  #page-header .swiper-container-3d .swiper-slide-shadow-left,
  #page-header .swiper-container-3d .swiper-slide-shadow-right,
  #page-header .swiper-container-3d .swiper-slide-shadow-top,
  #page-header .swiper-container-3d .swiper-slide-shadow-bottom,
  #page-header .swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  /* line 111, sass/plugins/swiper.scss */
  .home .swiper-container-3d .swiper-slide-shadow-left,
  .home .swiper-container-3d .swiper-slide-shadow-right,
  .home .swiper-container-3d .swiper-slide-shadow-top,
  .home .swiper-container-3d .swiper-slide-shadow-bottom,
  #page-header .swiper-container-3d .swiper-slide-shadow-left,
  #page-header .swiper-container-3d .swiper-slide-shadow-right,
  #page-header .swiper-container-3d .swiper-slide-shadow-top,
  #page-header .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }
  /* line 123, sass/plugins/swiper.scss */
  .home .swiper-container-3d .swiper-slide-shadow-left,
  #page-header .swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  /* line 129, sass/plugins/swiper.scss */
  .home .swiper-container-3d .swiper-slide-shadow-right,
  #page-header .swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  /* line 135, sass/plugins/swiper.scss */
  .home .swiper-container-3d .swiper-slide-shadow-top,
  #page-header .swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  /* line 141, sass/plugins/swiper.scss */
  .home .swiper-container-3d .swiper-slide-shadow-bottom,
  #page-header .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  /* line 148, sass/plugins/swiper.scss */
  .home .swiper-container-wp8-horizontal,
  .home .swiper-container-wp8-horizontal > .swiper-wrapper,
  #page-header .swiper-container-wp8-horizontal,
  #page-header .swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y; }
  /* line 153, sass/plugins/swiper.scss */
  .home .swiper-container-wp8-vertical,
  .home .swiper-container-wp8-vertical > .swiper-wrapper,
  #page-header .swiper-container-wp8-vertical,
  #page-header .swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x; }
  /* line 158, sass/plugins/swiper.scss */
  .home .swiper-button-prev,
  .home .swiper-button-next,
  #page-header .swiper-button-prev,
  #page-header .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat; }
  /* line 171, sass/plugins/swiper.scss */
  .home .swiper-button-prev.swiper-button-disabled,
  .home .swiper-button-next.swiper-button-disabled,
  #page-header .swiper-button-prev.swiper-button-disabled,
  #page-header .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none; }
  /* line 177, sass/plugins/swiper.scss */
  .home .swiper-button-prev,
  .home .swiper-container-rtl .swiper-button-next,
  #page-header .swiper-button-prev,
  #page-header .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto; }
  /* line 183, sass/plugins/swiper.scss */
  .home .swiper-button-next,
  .home .swiper-container-rtl .swiper-button-prev,
  #page-header .swiper-button-next,
  #page-header .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto; }
  /* line 189, sass/plugins/swiper.scss */
  .home .swiper-button-prev.swiper-button-white,
  .home .swiper-container-rtl .swiper-button-next.swiper-button-white,
  #page-header .swiper-button-prev.swiper-button-white,
  #page-header .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }
  /* line 193, sass/plugins/swiper.scss */
  .home .swiper-button-next.swiper-button-white,
  .home .swiper-container-rtl .swiper-button-prev.swiper-button-white,
  #page-header .swiper-button-next.swiper-button-white,
  #page-header .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }
  /* line 197, sass/plugins/swiper.scss */
  .home .swiper-button-prev.swiper-button-black,
  .home .swiper-container-rtl .swiper-button-next.swiper-button-black,
  #page-header .swiper-button-prev.swiper-button-black,
  #page-header .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }
  /* line 201, sass/plugins/swiper.scss */
  .home .swiper-button-next.swiper-button-black,
  .home .swiper-container-rtl .swiper-button-prev.swiper-button-black,
  #page-header .swiper-button-next.swiper-button-black,
  #page-header .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }
  /* line 205, sass/plugins/swiper.scss */
  .home .swiper-button-lock,
  #page-header .swiper-button-lock {
    display: none; }
  /* line 208, sass/plugins/swiper.scss */
  .home .swiper-pagination,
  #page-header .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10; }
  /* line 218, sass/plugins/swiper.scss */
  .home .swiper-pagination.swiper-pagination-hidden,
  #page-header .swiper-pagination.swiper-pagination-hidden {
    opacity: 0; }
  /* line 222, sass/plugins/swiper.scss */
  .home .swiper-pagination-fraction,
  .home .swiper-pagination-custom,
  .home .swiper-container-horizontal > .swiper-pagination-bullets,
  #page-header .swiper-pagination-fraction,
  #page-header .swiper-pagination-custom,
  #page-header .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%; }
  /* line 230, sass/plugins/swiper.scss */
  .home .swiper-pagination-bullets-dynamic,
  #page-header .swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0; }
  /* line 234, sass/plugins/swiper.scss */
  .home .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
  #page-header .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative; }
  /* line 240, sass/plugins/swiper.scss */
  .home .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
  #page-header .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  /* line 245, sass/plugins/swiper.scss */
  .home .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main,
  #page-header .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  /* line 250, sass/plugins/swiper.scss */
  .home .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
  #page-header .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66); }
  /* line 255, sass/plugins/swiper.scss */
  .home .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
  #page-header .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33); }
  /* line 260, sass/plugins/swiper.scss */
  .home .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
  #page-header .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66); }
  /* line 265, sass/plugins/swiper.scss */
  .home .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,
  #page-header .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33); }
  /* line 270, sass/plugins/swiper.scss */
  .home .swiper-pagination-bullet,
  #page-header .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2; }
  /* line 278, sass/plugins/swiper.scss */
  .home button.swiper-pagination-bullet,
  #page-header button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  /* line 288, sass/plugins/swiper.scss */
  .home .swiper-pagination-clickable .swiper-pagination-bullet,
  #page-header .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer; }
  /* line 291, sass/plugins/swiper.scss */
  .home .swiper-pagination-bullet-active,
  #page-header .swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff; }
  /* line 295, sass/plugins/swiper.scss */
  .home .swiper-container-vertical > .swiper-pagination-bullets,
  #page-header .swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0); }
  /* line 301, sass/plugins/swiper.scss */
  .home .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
  #page-header .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block; }
  /* line 305, sass/plugins/swiper.scss */
  .home .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
  #page-header .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px; }
  /* line 312, sass/plugins/swiper.scss */
  .home .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
  #page-header .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform; }
  /* line 320, sass/plugins/swiper.scss */
  .home .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  #page-header .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px; }
  /* line 323, sass/plugins/swiper.scss */
  .home .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
  #page-header .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap; }
  /* line 330, sass/plugins/swiper.scss */
  .home .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
  #page-header .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform; }
  /* line 337, sass/plugins/swiper.scss */
  .home .swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
  #page-header .swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform; }
  /* line 345, sass/plugins/swiper.scss */
  .home .swiper-pagination-progressbar,
  #page-header .swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute; }
  /* line 349, sass/plugins/swiper.scss */
  .home .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
  #page-header .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top; }
  /* line 363, sass/plugins/swiper.scss */
  .home .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
  #page-header .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top; }
  /* line 368, sass/plugins/swiper.scss */
  .home .swiper-container-horizontal > .swiper-pagination-progressbar,
  .home .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
  #page-header .swiper-container-horizontal > .swiper-pagination-progressbar,
  #page-header .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0; }
  /* line 375, sass/plugins/swiper.scss */
  .home .swiper-container-vertical > .swiper-pagination-progressbar,
  .home .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
  #page-header .swiper-container-vertical > .swiper-pagination-progressbar,
  #page-header .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0; }
  /* line 382, sass/plugins/swiper.scss */
  .home .swiper-pagination-white .swiper-pagination-bullet-active,
  #page-header .swiper-pagination-white .swiper-pagination-bullet-active {
    background: #ffffff; }
  /* line 385, sass/plugins/swiper.scss */
  .home .swiper-pagination-progressbar.swiper-pagination-white,
  #page-header .swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25); }
  /* line 388, sass/plugins/swiper.scss */
  .home .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill,
  #page-header .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #ffffff; }
  /* line 391, sass/plugins/swiper.scss */
  .home .swiper-pagination-black .swiper-pagination-bullet-active,
  #page-header .swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000000; }
  /* line 394, sass/plugins/swiper.scss */
  .home .swiper-pagination-progressbar.swiper-pagination-black,
  #page-header .swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25); }
  /* line 397, sass/plugins/swiper.scss */
  .home .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill,
  #page-header .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000000; }
  /* line 400, sass/plugins/swiper.scss */
  .home .swiper-pagination-lock,
  #page-header .swiper-pagination-lock {
    display: none; }
  /* line 404, sass/plugins/swiper.scss */
  .home .swiper-scrollbar,
  #page-header .swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1); }
  /* line 410, sass/plugins/swiper.scss */
  .home .swiper-container-horizontal > .swiper-scrollbar,
  #page-header .swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%; }
  /* line 418, sass/plugins/swiper.scss */
  .home .swiper-container-vertical > .swiper-scrollbar,
  #page-header .swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%; }
  /* line 426, sass/plugins/swiper.scss */
  .home .swiper-scrollbar-drag,
  #page-header .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0; }
  /* line 435, sass/plugins/swiper.scss */
  .home .swiper-scrollbar-cursor-drag,
  #page-header .swiper-scrollbar-cursor-drag {
    cursor: move; }
  /* line 438, sass/plugins/swiper.scss */
  .home .swiper-scrollbar-lock,
  #page-header .swiper-scrollbar-lock {
    display: none; }
  /* line 441, sass/plugins/swiper.scss */
  .home .swiper-zoom-container,
  #page-header .swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; }
  /* line 458, sass/plugins/swiper.scss */
  .home .swiper-zoom-container > img,
  .home .swiper-zoom-container > svg,
  .home .swiper-zoom-container > canvas,
  #page-header .swiper-zoom-container > img,
  #page-header .swiper-zoom-container > svg,
  #page-header .swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }
  /* line 466, sass/plugins/swiper.scss */
  .home .swiper-slide-zoomed,
  #page-header .swiper-slide-zoomed {
    cursor: move; }
  /* line 470, sass/plugins/swiper.scss */
  .home .swiper-lazy-preloader,
  #page-header .swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite; }
  /* line 485, sass/plugins/swiper.scss */
  .home .swiper-lazy-preloader:after,
  #page-header .swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat; }
  /* line 495, sass/plugins/swiper.scss */
  .home .swiper-lazy-preloader-white:after,
  #page-header .swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

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

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
  /* line 511, sass/plugins/swiper.scss */
  .home .swiper-container .swiper-notification,
  #page-header .swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000; }
  /* line 519, sass/plugins/swiper.scss */
  .home .swiper-container-fade.swiper-container-free-mode .swiper-slide,
  #page-header .swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  /* line 524, sass/plugins/swiper.scss */
  .home .swiper-container-fade .swiper-slide,
  #page-header .swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity; }
  /* line 530, sass/plugins/swiper.scss */
  .home .swiper-container-fade .swiper-slide .swiper-slide,
  #page-header .swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none; }
  /* line 533, sass/plugins/swiper.scss */
  .home .swiper-container-fade .swiper-slide-active,
  .home .swiper-container-fade .swiper-slide-active .swiper-slide-active,
  #page-header .swiper-container-fade .swiper-slide-active,
  #page-header .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto; }
  /* line 537, sass/plugins/swiper.scss */
  .home .swiper-container-cube,
  #page-header .swiper-container-cube {
    overflow: visible; }
  /* line 540, sass/plugins/swiper.scss */
  .home .swiper-container-cube .swiper-slide,
  #page-header .swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%; }
  /* line 552, sass/plugins/swiper.scss */
  .home .swiper-container-cube .swiper-slide .swiper-slide,
  #page-header .swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none; }
  /* line 555, sass/plugins/swiper.scss */
  .home .swiper-container-cube.swiper-container-rtl .swiper-slide,
  #page-header .swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0; }
  /* line 560, sass/plugins/swiper.scss */
  .home .swiper-container-cube .swiper-slide-active,
  .home .swiper-container-cube .swiper-slide-active .swiper-slide-active,
  #page-header .swiper-container-cube .swiper-slide-active,
  #page-header .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto; }
  /* line 564, sass/plugins/swiper.scss */
  .home .swiper-container-cube .swiper-slide-active,
  .home .swiper-container-cube .swiper-slide-next,
  .home .swiper-container-cube .swiper-slide-prev,
  .home .swiper-container-cube .swiper-slide-next + .swiper-slide,
  #page-header .swiper-container-cube .swiper-slide-active,
  #page-header .swiper-container-cube .swiper-slide-next,
  #page-header .swiper-container-cube .swiper-slide-prev,
  #page-header .swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible; }
  /* line 571, sass/plugins/swiper.scss */
  .home .swiper-container-cube .swiper-slide-shadow-top,
  .home .swiper-container-cube .swiper-slide-shadow-bottom,
  .home .swiper-container-cube .swiper-slide-shadow-left,
  .home .swiper-container-cube .swiper-slide-shadow-right,
  #page-header .swiper-container-cube .swiper-slide-shadow-top,
  #page-header .swiper-container-cube .swiper-slide-shadow-bottom,
  #page-header .swiper-container-cube .swiper-slide-shadow-left,
  #page-header .swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  /* line 579, sass/plugins/swiper.scss */
  .home .swiper-container-cube .swiper-cube-shadow,
  #page-header .swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0; }
  /* line 591, sass/plugins/swiper.scss */
  .home .swiper-container-flip,
  #page-header .swiper-container-flip {
    overflow: visible; }
  /* line 594, sass/plugins/swiper.scss */
  .home .swiper-container-flip .swiper-slide,
  #page-header .swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1; }
  /* line 600, sass/plugins/swiper.scss */
  .home .swiper-container-flip .swiper-slide .swiper-slide,
  #page-header .swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none; }
  /* line 603, sass/plugins/swiper.scss */
  .home .swiper-container-flip .swiper-slide-active,
  .home .swiper-container-flip .swiper-slide-active .swiper-slide-active,
  #page-header .swiper-container-flip .swiper-slide-active,
  #page-header .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto; }
  /* line 607, sass/plugins/swiper.scss */
  .home .swiper-container-flip .swiper-slide-shadow-top,
  .home .swiper-container-flip .swiper-slide-shadow-bottom,
  .home .swiper-container-flip .swiper-slide-shadow-left,
  .home .swiper-container-flip .swiper-slide-shadow-right,
  #page-header .swiper-container-flip .swiper-slide-shadow-top,
  #page-header .swiper-container-flip .swiper-slide-shadow-bottom,
  #page-header .swiper-container-flip .swiper-slide-shadow-left,
  #page-header .swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  /* line 615, sass/plugins/swiper.scss */
  .home .swiper-container-coverflow .swiper-wrapper,
  #page-header .swiper-container-coverflow .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px; }

/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
/* line 6, sass/plugins/nouislider.scss */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 19, sass/plugins/nouislider.scss */
.noUi-target {
  position: relative;
  direction: ltr; }

/* line 23, sass/plugins/nouislider.scss */
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

/* Wrapper for all connect elements.
  */
/* line 32, sass/plugins/nouislider.scss */
.noUi-connects {
  overflow: hidden;
  z-index: 0; }

/* line 36, sass/plugins/nouislider.scss */
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

/* Offset direction
  */
/* line 51, sass/plugins/nouislider.scss */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0; }

/* Give origins 0 height/width so they don't interfere with clicking the
  * connect elements.
  */
/* line 58, sass/plugins/nouislider.scss */
.noUi-vertical .noUi-origin {
  width: 0; }

/* line 61, sass/plugins/nouislider.scss */
.noUi-horizontal .noUi-origin {
  height: 0; }

/* line 64, sass/plugins/nouislider.scss */
.noUi-handle {
  position: absolute; }

/* line 67, sass/plugins/nouislider.scss */
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s; }

/* line 72, sass/plugins/nouislider.scss */
.noUi-state-drag * {
  cursor: inherit !important; }

/* Slider size and handle placement;
  */
/* line 77, sass/plugins/nouislider.scss */
.noUi-horizontal {
  height: 18px; }

/* line 80, sass/plugins/nouislider.scss */
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px; }

/* line 86, sass/plugins/nouislider.scss */
.noUi-vertical {
  width: 18px; }

/* line 89, sass/plugins/nouislider.scss */
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

/* line 95, sass/plugins/nouislider.scss */
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto; }

/* Styling;
  * Giving the connect element a border radius causes issues with using transform: scale
  */
/* line 102, sass/plugins/nouislider.scss */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB; }

/* line 108, sass/plugins/nouislider.scss */
.noUi-connects {
  border-radius: 3px; }

/* line 111, sass/plugins/nouislider.scss */
.noUi-connect {
  background: #3FB8AF; }

/* Handles and cursors;
  */
/* line 116, sass/plugins/nouislider.scss */
.noUi-draggable {
  cursor: ew-resize; }

/* line 119, sass/plugins/nouislider.scss */
.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

/* line 122, sass/plugins/nouislider.scss */
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB; }

/* line 129, sass/plugins/nouislider.scss */
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; }

/* Handle stripes;
  */
/* line 134, sass/plugins/nouislider.scss */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px; }

/* line 145, sass/plugins/nouislider.scss */
.noUi-handle:after {
  left: 17px; }

/* line 148, sass/plugins/nouislider.scss */
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

/* line 155, sass/plugins/nouislider.scss */
.noUi-vertical .noUi-handle:after {
  top: 17px; }

/* Disabled state;
  */
/* line 160, sass/plugins/nouislider.scss */
[disabled] .noUi-connect {
  background: #B8B8B8; }

/* line 163, sass/plugins/nouislider.scss */
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* Base;
  *
  */
/* line 171, sass/plugins/nouislider.scss */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 176, sass/plugins/nouislider.scss */
.noUi-pips {
  position: absolute;
  color: #999; }

/* Values;
  *
  */
/* line 183, sass/plugins/nouislider.scss */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

/* line 188, sass/plugins/nouislider.scss */
.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

/* Markings;
  *
  */
/* line 195, sass/plugins/nouislider.scss */
.noUi-marker {
  position: absolute;
  background: #CCC; }

/* line 199, sass/plugins/nouislider.scss */
.noUi-marker-sub {
  background: #AAA; }

/* line 202, sass/plugins/nouislider.scss */
.noUi-marker-large {
  background: #AAA; }

/* Horizontal layout;
  *
  */
/* line 208, sass/plugins/nouislider.scss */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

/* line 215, sass/plugins/nouislider.scss */
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }

/* line 219, sass/plugins/nouislider.scss */
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%); }

/* line 223, sass/plugins/nouislider.scss */
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

/* line 228, sass/plugins/nouislider.scss */
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

/* line 231, sass/plugins/nouislider.scss */
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

/* Vertical layout;
  *
  */
/* line 237, sass/plugins/nouislider.scss */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

/* line 243, sass/plugins/nouislider.scss */
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px; }

/* line 248, sass/plugins/nouislider.scss */
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%); }

/* line 252, sass/plugins/nouislider.scss */
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

/* line 257, sass/plugins/nouislider.scss */
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

/* line 260, sass/plugins/nouislider.scss */
.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

/* line 263, sass/plugins/nouislider.scss */
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }

/* line 274, sass/plugins/nouislider.scss */
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

/* line 280, sass/plugins/nouislider.scss */
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

/* vars */
/* line 1, sass/includes/_header.scss */
.page-header-wrapper {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 201;
  transition: transform 1s cubic-bezier(0.46, 0, 0.07, 1); }
  /* line 11, sass/includes/_header.scss */
  .page-header-wrapper.hide-menu {
    transform: translateY(-100%); }

/* styles copied from reece main / bootstrap */
/* line 18, sass/includes/_header.scss */
#site-message {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0; }
  /* line 21, sass/includes/_header.scss */
  #site-message.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px; }
  /* line 27, sass/includes/_header.scss */
  #site-message.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d; }
    /* line 31, sass/includes/_header.scss */
    #site-message.alert-success hr {
      border-top-color: #c9e2b3; }
    /* line 34, sass/includes/_header.scss */
    #site-message.alert-success .alert-link {
      color: #2b542c; }
  /* line 39, sass/includes/_header.scss */
  #site-message.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #c09853; }
    /* line 43, sass/includes/_header.scss */
    #site-message.alert-warning hr {
      border-top-color: #f7e1b5; }
    /* line 46, sass/includes/_header.scss */
    #site-message.alert-warning .alert-link {
      color: #a47e3c; }
  /* line 51, sass/includes/_header.scss */
  #site-message.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442; }
    /* line 55, sass/includes/_header.scss */
    #site-message.alert-danger hr {
      border-top-color: #e4b9c0; }
    /* line 58, sass/includes/_header.scss */
    #site-message.alert-danger .alert-link {
      color: #843534; }
  /* line 63, sass/includes/_header.scss */
  #site-message .close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20); }
  /* line 73, sass/includes/_header.scss */
  #site-message .close:hover,
  #site-message .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }
  /* line 81, sass/includes/_header.scss */
  #site-message button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    position: inherit; }
  /* line 90, sass/includes/_header.scss */
  #site-message .content-container {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 20px; }
    /* line 95, sass/includes/_header.scss */
    #site-message .content-container p {
      margin: 0; }

/* line 1, sass/includes/_header-top.scss */
.page-header-top-wrapper {
  display: none;
  background-color: #303030;
  border-bottom: 1px solid #464646;
  position: relative;
  z-index: 200; }
  @media (min-width: 1200px) {
    /* line 1, sass/includes/_header-top.scss */
    .page-header-top-wrapper {
      display: block; } }

/* line 12, sass/includes/_header-top.scss */
.page-header__top {
  max-width: 1900px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 20px;
  display: flex;
  font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
  align-items: center;
  justify-content: space-between; }
  /* line 20, sass/includes/_header-top.scss */
  .page-header__top nav {
    line-height: 1em; }

/* line 25, sass/includes/_header-top.scss */
.header-top-left-nav__link {
  padding: 13px 2px;
  margin-right: 14px;
  display: inline-block;
  color: #efefef;
  line-height: 1em;
  font-size: 11px;
  cursor: pointer;
  transition: color 0.4s ease;
  text-decoration: none; }
  /* line 36, sass/includes/_header-top.scss */
  .header-top-left-nav__link:hover {
    text-decoration: none;
    color: #999999; }

/* line 43, sass/includes/_header-top.scss */
.header-top-right-nav__ul {
  margin: 0;
  padding: 0;
  list-style: none; }

/* line 48, sass/includes/_header-top.scss */
.header-top-right-nav__li {
  display: inline-block;
  position: relative;
  z-index: 0;
  transition: background-color 0.4s ease; }
  /* line 54, sass/includes/_header-top.scss */
  .header-top-right-nav__li > a:not([href])::after {
    content: '\f2f2';
    margin-left: 5px;
    font-size: 12px;
    line-height: 1em;
    vertical-align: middle;
    font-family: 'Material-Design-Iconic-Font'; }
  /* line 63, sass/includes/_header-top.scss */
  .header-top-right-nav__li:hover {
    background-color: #ededed; }
    /* line 65, sass/includes/_header-top.scss */
    .header-top-right-nav__li:hover > a {
      color: #d50810; }
    /* line 68, sass/includes/_header-top.scss */
    .header-top-right-nav__li:hover .header-top-right-nav__sub-nav {
      display: block; }

/* line 73, sass/includes/_header-top.scss */
.header-top-right-nav__link {
  padding: 12px;
  display: block;
  color: #efefef;
  cursor: pointer;
  font-size: 11px;
  font-weight: 400;
  line-height: 1em;
  transition: color 0.4s ease;
  text-decoration: none; }
  /* line 84, sass/includes/_header-top.scss */
  .header-top-right-nav__link:hover {
    text-decoration: none;
    color: #999999; }
  /* line 88, sass/includes/_header-top.scss */
  .header-top-right-nav__link::before {
    margin-right: 4px;
    font-size: 13px;
    line-height: 1em;
    font-family: 'Material-Design-Iconic-Font'; }

/* line 95, sass/includes/_header-top.scss */
.header-top-right-nav__sub-nav {
  display: none;
  position: absolute;
  top: 37px;
  right: 0;
  background-color: #ededed;
  border-bottom: 2px solid #d50810; }

/* line 103, sass/includes/_header-top.scss */
.header-top-right-nav__sub-nav-heading {
  display: block;
  padding: 8px 20px;
  font-size: 12px;
  font-weight: 500; }

/* line 109, sass/includes/_header-top.scss */
.header-top-right-nav__sub-nav-link {
  display: block;
  padding: 6px 40px 6px 20px;
  position: relative;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7em;
  color: #222222;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.4s ease;
  border-top: 1px solid #d6d6d6;
  z-index: 0; }
  /* line 124, sass/includes/_header-top.scss */
  .header-top-right-nav__sub-nav-link:hover {
    color: inherit;
    text-decoration: none;
    background-color: #d6d6d6; }
  /* line 130, sass/includes/_header-top.scss */
  .header-top-right-nav__sub-nav-link span {
    display: block;
    font-size: 10px;
    font-weight: normal;
    color: #666666; }
  /* line 138, sass/includes/_header-top.scss */
  .header-top-right-nav__sub-nav-link.active::after {
    content: '\f26b';
    position: absolute;
    right: 10px;
    top: 50%;
    color: #87a11e;
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: 600;
    font-family: 'Material-Design-Iconic-Font'; }
  /* line 153, sass/includes/_header-top.scss */
  .header-top-right-nav__sub-nav-link--all::after {
    content: '\f2fb';
    margin-left: 8px;
    vertical-align: baseline;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Material-Design-Iconic-Font'; }

/* line 166, sass/includes/_header-top.scss */
.header-top-right-nav__icon--help::before {
  content: '\f1f6';
  vertical-align: middle; }

/* line 172, sass/includes/_header-top.scss */
.header-top-right-nav__icon--store::before {
  content: '\f1ab';
  vertical-align: middle; }

/* line 178, sass/includes/_header-top.scss */
.header-top-right-nav__icon--login::before {
  content: '\f205';
  vertical-align: middle; }

/* line 184, sass/includes/_header-top.scss */
.header-top-right-nav__icon--register::before {
  content: '\f1ad';
  vertical-align: middle;
  font-weight: 900;
  font-family: "Font Awesome 5 Free"; }

/* line 1, sass/includes/_header-main.scss */
.page-header-main-wrapper {
  padding-top: 39px;
  background-color: #303030; }
  @media (min-width: 768px) {
    /* line 1, sass/includes/_header-main.scss */
    .page-header-main-wrapper {
      padding-top: 0; } }

/* line 9, sass/includes/_header-main.scss */
.page-header__main {
  max-width: 1900px;
  width: 100%;
  margin: 0 auto;
  padding: 15px 16px;
  display: flex;
  align-items: center;
  flex: 0 1 auto;
  font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
  justify-content: space-between; }

/* line 19, sass/includes/_header-main.scss */
.actrol-logo-wrapper {
  width: 100%;
  text-align: center; }
  @media (min-width: 768px) {
    /* line 19, sass/includes/_header-main.scss */
    .actrol-logo-wrapper {
      width: auto;
      flex: 1 2 25%;
      text-align: left; } }

/* line 29, sass/includes/_header-main.scss */
.actrol-logo--header {
  width: 130px;
  height: auto;
  display: inline-block;
  vertical-align: middle; }
  @media (min-width: 768px) {
    /* line 29, sass/includes/_header-main.scss */
    .actrol-logo--header {
      width: 150px; } }

/* line 41, sass/includes/_header-main.scss */
#page-header .header-main__search-wrapper {
  width: 100%;
  top: 105px;
  left: 0;
  position: fixed;
  z-index: 100;
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.08); }
  @media (min-width: 768px) {
    /* line 41, sass/includes/_header-main.scss */
    #page-header .header-main__search-wrapper {
      flex: 4 1 75%;
      max-width: 500px;
      margin: 0 20px;
      position: relative;
      top: 0;
      z-index: 100;
      box-shadow: none; } }
  @media (min-width: 1200px) {
    /* line 41, sass/includes/_header-main.scss */
    #page-header .header-main__search-wrapper {
      max-width: 725px;
      margin-left: 0;
      margin-right: 0; } }

/* line 63, sass/includes/_header-main.scss */
#page-header .header-main__search {
  margin: 0;
  position: relative; }

/* line 67, sass/includes/_header-main.scss */
#page-header .header-main__search-button {
  position: absolute;
  padding: 10px 15px;
  height: 100%;
  top: 50%;
  right: 0;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  color: #d50810;
  line-height: 1em;
  text-transform: uppercase;
  background-color: transparent;
  transform: translateY(-50%);
  outline: none;
  border: none;
  transition: color 0.4s ease, background-color 0.4s ease; }

/* line 85, sass/includes/_header-main.scss */
#page-header .header-main__search-button--results {
  margin-top: 10px;
  padding: 10px;
  width: 100%;
  height: inherit;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #222;
  outline: none;
  border: none;
  transition: all 0.4s ease; }

/* line 100, sass/includes/_header-main.scss */
#page-header .header-main__icons {
  padding-left: 5px;
  min-width: 75px;
  display: flex;
  align-content: center;
  justify-content: flex-end;
  font-weight: 500; }
  @media (min-width: 768px) {
    /* line 100, sass/includes/_header-main.scss */
    #page-header .header-main__icons {
      flex: 1 1 25%;
      min-width: 90px; } }
  @media (min-width: 992px) {
    /* line 100, sass/includes/_header-main.scss */
    #page-header .header-main__icons {
      max-width: 100%; } }

/* line 115, sass/includes/_header-main.scss */
#page-header .header-main__icon--menu {
  display: none;
  text-align: left;
  padding: 4px;
  margin-right: 20px;
  font-size: 25px;
  cursor: pointer;
  background: none;
  border: none;
  color: #fff; }
  @media (max-width: 767px) {
    /* line 115, sass/includes/_header-main.scss */
    #page-header .header-main__icon--menu {
      margin-right: 0;
      min-width: 75px; } }
  @media (max-width: 1199px) {
    /* line 115, sass/includes/_header-main.scss */
    #page-header .header-main__icon--menu {
      display: block; } }
  /* line 132, sass/includes/_header-main.scss */
  #page-header .header-main__icon--menu::after {
    content: '\f197';
    font-size: 25px;
    font-family: 'Material-Design-Iconic-Font'; }
  /* line 137, sass/includes/_header-main.scss */
  #page-header .header-main__icon--menu:focus {
    outline: none; }

/* line 141, sass/includes/_header-main.scss */
#page-header .header-main__icon--cart {
  min-width: 30px;
  display: inline-block;
  color: #fff;
  font-size: 11px;
  line-height: 1.2em;
  text-align: center;
  text-decoration: none;
  cursor: pointer; }
  @media (min-width: 768px) {
    /* line 141, sass/includes/_header-main.scss */
    #page-header .header-main__icon--cart {
      min-width: 40px; } }
  @media (min-width: 992px) {
    /* line 141, sass/includes/_header-main.scss */
    #page-header .header-main__icon--cart {
      min-width: 90px;
      margin: 0 10px;
      text-align: left; } }
  /* line 158, sass/includes/_header-main.scss */
  #page-header .header-main__icon--cart:hover, #page-header .header-main__icon--cart:focus {
    text-decoration: none;
    color: #999999; }
  /* line 163, sass/includes/_header-main.scss */
  #page-header .header-main__icon--cart::before {
    content: '\f1cb';
    display: block;
    color: #d50810;
    font-size: 22px;
    font-family: 'Material-Design-Iconic-Font';
    line-height: 1em; }
    @media (min-width: 768px) {
      /* line 163, sass/includes/_header-main.scss */
      #page-header .header-main__icon--cart::before {
        font-size: 28px; } }
    @media (min-width: 992px) {
      /* line 163, sass/includes/_header-main.scss */
      #page-header .header-main__icon--cart::before {
        float: left;
        margin-right: 6px; } }
  /* line 178, sass/includes/_header-main.scss */
  #page-header .header-main__icon--cart span {
    display: none; }
    @media (min-width: 992px) {
      /* line 178, sass/includes/_header-main.scss */
      #page-header .header-main__icon--cart span {
        display: block; } }

/* line 187, sass/includes/_header-main.scss */
#search-input.header-main__search-input {
  height: 44px;
  width: 100%;
  margin: 0;
  padding: 13px 90px 13px 15px;
  font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  background-color: transparent;
  box-shadow: none;
  outline-color: transparent;
  background-color: #fff;
  border: 1px solid #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0; }
  /* line 203, sass/includes/_header-main.scss */
  #search-input.header-main__search-input:focus {
    box-shadow: none;
    border-color: #fff; }
  /* line 207, sass/includes/_header-main.scss */
  #search-input.header-main__search-input::-webkit-input-placeholder {
    font-style: italic; }

/* line 211, sass/includes/_header-main.scss */
#page-header .header-main__search-input:focus + svg + .header-main__search-button {
  color: #fff;
  background-color: #d50810; }

/* line 217, sass/includes/_header-main.scss */
.search-result-wrapper {
  display: none;
  position: absolute;
  left: 0;
  padding: 20px;
  width: 100%;
  background-color: #fff;
  z-index: 100;
  box-shadow: 0px 1px 5px #ccc; }

/* line 228, sass/includes/_header-main.scss */
.search-result__section {
  margin-bottom: 20px; }

/* line 231, sass/includes/_header-main.scss */
.search-result__section-title {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1.25rem; }

/* line 237, sass/includes/_header-main.scss */
.search-result__list--text {
  margin: 0;
  padding: 0;
  list-style: none; }

/* line 242, sass/includes/_header-main.scss */
.search-result__list-item--text {
  padding: 3px 0;
  font-size: 12px;
  border-bottom: 1px solid #ddd; }
  /* line 246, sass/includes/_header-main.scss */
  .search-result__list-item--text > a {
    color: #222222;
    text-decoration: none; }
    /* line 249, sass/includes/_header-main.scss */
    .search-result__list-item--text > a:hover, .search-result__list-item--text > a:focus {
      color: #222222;
      text-decoration: none; }
  /* line 256, sass/includes/_header-main.scss */
  .search-result__list-item--text:last-child {
    border-bottom: none; }

/* line 260, sass/includes/_header-main.scss */
.search-result__list--block {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap; }

/* line 267, sass/includes/_header-main.scss */
.search-result__list-item--block {
  width: 50%;
  padding-right: 20px; }
  @media (min-width: 576px) {
    /* line 267, sass/includes/_header-main.scss */
    .search-result__list-item--block {
      width: 25%; } }
  /* line 273, sass/includes/_header-main.scss */
  .search-result__list-item--block > a {
    color: #222222;
    text-decoration: none; }

/* line 278, sass/includes/_header-main.scss */
.search-result__list-item-img {
  margin: 0 0 10px 0;
  width: 100%;
  overflow: hidden; }
  /* line 282, sass/includes/_header-main.scss */
  .search-result__list-item-img img {
    width: 100%;
    height: auto;
    display: block; }

/* line 288, sass/includes/_header-main.scss */
.search-result__list-item-name {
  margin: 0 0 10px 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4em; }

/* line 294, sass/includes/_header-main.scss */
.search-result__list-item-price1 {
  margin: 0 0 10px 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4em;
  color: #222222; }
  /* line 301, sass/includes/_header-main.scss */
  .search-result__list-item-price1 span {
    display: block;
    text-transform: uppercase; }

/* line 306, sass/includes/_header-main.scss */
.search-result__list-item-price2 {
  font-size: 12px;
  line-height: 1.4em;
  color: #d6d6d6; }
  /* line 310, sass/includes/_header-main.scss */
  .search-result__list-item-price2 span {
    text-transform: uppercase;
    display: block; }

/* line 1, sass/includes/_navigation.scss */
.page-nav-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 39px;
  bottom: 0;
  left: -100%;
  font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #222;
  z-index: 100;
  transition: left 0.4s ease;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.25);
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }
  /* line 15, sass/includes/_navigation.scss */
  .page-nav-wrapper::-webkit-scrollbar {
    display: none; }
  @media (min-width: 768px) {
    /* line 1, sass/includes/_navigation.scss */
    .page-nav-wrapper {
      top: 0;
      max-width: 400px;
      z-index: 200;
      box-shadow: 0px 0 10px #222; } }
  @media (min-width: 1200px) {
    /* line 1, sass/includes/_navigation.scss */
    .page-nav-wrapper {
      position: static;
      width: 100%;
      max-width: 100%;
      background-color: #fff;
      overflow-y: visible;
      z-index: 100;
      box-shadow: none;
      border-top: 1px solid #d6d6d6; } }
  /* line 34, sass/includes/_navigation.scss */
  .page-nav-wrapper.active {
    left: 0; }
  /* line 37, sass/includes/_navigation.scss */
  .page-nav-wrapper nav {
    line-height: 1em; }

/* line 41, sass/includes/_navigation.scss */
.page-nav-top {
  background-color: #303030;
  position: relative;
  overflow: hidden;
  transition: height 0.4s ease;
  z-index: 105;
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.15); }
  @media (min-width: 1200px) {
    /* line 41, sass/includes/_navigation.scss */
    .page-nav-top {
      display: none; } }
  /* line 54, sass/includes/_navigation.scss */
  .page-nav-top._active {
    display: block; }
  /* line 58, sass/includes/_navigation.scss */
  .page-nav-top__close-btn {
    padding: 0 4px;
    margin: 0;
    display: inline-block;
    font-size: 25px;
    background: transparent;
    outline: none;
    border: none; }
    /* line 67, sass/includes/_navigation.scss */
    .page-nav-top__close-btn::after {
      content: '\f136';
      font-size: 25px;
      font-family: 'Material-Design-Iconic-Font';
      color: #fff; }
  /* line 75, sass/includes/_navigation.scss */
  .page-nav-top__group {
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  /* line 82, sass/includes/_navigation.scss */
  .page-nav-top__link-group-ul {
    margin: 0;
    padding: 0 0 0 10px;
    width: 100%;
    display: flex;
    list-style: none; }
  /* line 89, sass/includes/_navigation.scss */
  .page-nav-top__link-group-li {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden; }
    /* line 95, sass/includes/_navigation.scss */
    .page-nav-top__link-group-li.active {
      background-color: #ededed; }
      /* line 98, sass/includes/_navigation.scss */
      .page-nav-top__link-group-li.active > a::before {
        content: '\f135';
        font-weight: normal;
        font-family: 'Material-Design-Iconic-Font'; }
      /* line 104, sass/includes/_navigation.scss */
      .page-nav-top__link-group-li.active .page-nav-top__link {
        color: #d50810; }
  /* line 109, sass/includes/_navigation.scss */
  .page-nav-top__link-group {
    width: 100%;
    overflow: hidden; }
  /* line 113, sass/includes/_navigation.scss */
  .page-nav-top__link {
    width: 100%;
    display: block;
    padding: 24px 5px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    cursor: pointer; }
    /* line 125, sass/includes/_navigation.scss */
    .page-nav-top__link:hover, .page-nav-top__link:focus {
      text-decoration: none;
      color: #fff; }
    /* line 130, sass/includes/_navigation.scss */
    .page-nav-top__link::before {
      margin-right: 4px;
      font-size: 13px;
      font-family: 'Material-Design-Iconic-Font'; }
  /* line 138, sass/includes/_navigation.scss */
  .page-nav-top__link-sub-group {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
    background-color: #e3e3e3; }
    /* line 146, sass/includes/_navigation.scss */
    .page-nav-top__link-sub-group > a:not([href])::after {
      content: '\f2f2';
      margin-left: 5px;
      vertical-align: middle;
      font-family: 'Material-Design-Iconic-Font'; }
    /* line 152, sass/includes/_navigation.scss */
    .page-nav-top__link-sub-group.active {
      display: block; }
  /* line 156, sass/includes/_navigation.scss */
  .page-nav-top__link-sub {
    padding: 14px 20px;
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #222222;
    position: relative;
    border-bottom: 1px solid #d6d6d6;
    z-index: 0; }
    /* line 165, sass/includes/_navigation.scss */
    .page-nav-top__link-sub span {
      display: block;
      color: #666;
      font-size: 10px;
      font-weight: normal; }
    /* line 171, sass/includes/_navigation.scss */
    .page-nav-top__link-sub:hover, .page-nav-top__link-sub:focus {
      color: inherit;
      text-decoration: none; }
    /* line 178, sass/includes/_navigation.scss */
    .page-nav-top__link-sub.active::after {
      content: '\f26b';
      color: #87a11e;
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%);
      color: #87a11e;
      font-size: 16px;
      font-weight: 600;
      font-family: 'Material-Design-Iconic-Font'; }
    /* line 194, sass/includes/_navigation.scss */
    .page-nav-top__link-sub--all::after {
      content: '\f2fb';
      margin-left: 8px;
      vertical-align: baseline;
      font-size: 12px;
      font-weight: 500;
      font-family: 'Material-Design-Iconic-Font'; }
  /* line 206, sass/includes/_navigation.scss */
  .page-nav-top__sub-nav-heading {
    display: block;
    padding: 8px 20px;
    font-size: 12px;
    font-weight: 500;
    border-bottom: 1px solid #d6d6d6; }
  /* line 214, sass/includes/_navigation.scss */
  .page-nav-top__icon--store::before {
    content: '\f1ab';
    vertical-align: middle; }
  /* line 220, sass/includes/_navigation.scss */
  .page-nav-top__icon--login::before {
    content: '\f205';
    vertical-align: middle; }
  /* line 225, sass/includes/_navigation.scss */
  .page-nav-top__icon--register {
    width: 100%; }
    /* line 227, sass/includes/_navigation.scss */
    .page-nav-top__icon--register::before {
      content: '\f1ad';
      vertical-align: middle;
      font-weight: 900;
      font-family: "Font Awesome 5 Free"; }

/* line 237, sass/includes/_navigation.scss */
.page-nav-main {
  position: relative;
  background-color: #efefef;
  transition: height 0.4s ease;
  overflow: hidden; }
  @media (min-width: 1200px) {
    /* line 237, sass/includes/_navigation.scss */
    .page-nav-main {
      background-color: transparent;
      overflow: visible;
      line-height: 1em; } }

@media (min-width: 1200px) {
  /* line 250, sass/includes/_navigation.scss */
  .page-nav-level {
    display: block;
    overflow: visible; } }

/* line 255, sass/includes/_navigation.scss */
.page-nav-level__back-btn {
  padding: 14px 20px;
  display: block;
  color: #d50810;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
  border-bottom: 1px solid #d6d6d6;
  background-color: #fff; }
  @media (min-width: 1200px) {
    /* line 255, sass/includes/_navigation.scss */
    .page-nav-level__back-btn {
      display: none; } }
  /* line 268, sass/includes/_navigation.scss */
  .page-nav-level__back-btn:hover {
    color: #a4060c;
    text-decoration: none; }
  /* line 272, sass/includes/_navigation.scss */
  .page-nav-level__back-btn::before {
    content: '\f2ea';
    margin-right: 10px;
    font-size: 13px;
    font-family: 'Material-Design-Iconic-Font'; }

/* line 279, sass/includes/_navigation.scss */
.page-nav-level__heading {
  color: #fff;
  display: block; }

/* line 284, sass/includes/_navigation.scss */
.page-nav-level.active {
  right: 0;
  visibility: visible;
  display: block;
  z-index: 100; }

/* line 294, sass/includes/_navigation.scss */
.page-nav-level-0 .page-nav-link:hover, .page-nav-level-0 .page-nav-link:focus {
  text-decoration: none;
  color: #d50810; }

/* line 300, sass/includes/_navigation.scss */
.page-nav-level-0__ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (min-width: 1200px) {
    /* line 300, sass/includes/_navigation.scss */
    .page-nav-level-0__ul {
      display: flex;
      justify-content: center; } }

/* line 309, sass/includes/_navigation.scss */
.page-nav-level-0__li {
  border-bottom: 1px solid #d6d6d6; }
  @media (min-width: 1200px) {
    /* line 309, sass/includes/_navigation.scss */
    .page-nav-level-0__li {
      border-bottom: none; } }
  @media (min-width: 1200px) {
    /* line 315, sass/includes/_navigation.scss */
    .page-nav-level-0__li:first-child > a {
      border-top: none;
      text-transform: uppercase;
      font-weight: 700;
      border-left: 1px solid #d6d6d6;
      border-right: 1px solid #d6d6d6; } }
  /* line 326, sass/includes/_navigation.scss */
  .page-nav-level-0__li:last-child > a {
    font-weight: 400; }
    @media (min-width: 1200px) {
      /* line 326, sass/includes/_navigation.scss */
      .page-nav-level-0__li:last-child > a {
        font-weight: 600; } }
  /* line 335, sass/includes/_navigation.scss */
  .page-nav-level-0__li.active > a {
    position: relative;
    color: #d50810;
    background-color: #efefef;
    z-index: 101; }
  /* line 345, sass/includes/_navigation.scss */
  .page-nav-level-0__li > a {
    padding: 14px 20px;
    display: block;
    cursor: pointer;
    font-size: 13px;
    letter-spacing: 0.03em;
    font-weight: 500;
    color: #222222;
    text-decoration: none;
    transition: background-color 0.2s ease; }
    @media (min-width: 1200px) {
      /* line 345, sass/includes/_navigation.scss */
      .page-nav-level-0__li > a {
        padding: 13px 14px;
        font-weight: 500;
        line-height: 1em;
        color: #222222;
        border-left: 1px solid transparent;
        border-right: 1px solid transparent; } }
  /* line 364, sass/includes/_navigation.scss */
  .page-nav-level-0__li > a:not([href])::after {
    content: '\f2fb';
    position: absolute;
    right: 15px;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Material-Design-Iconic-Font';
    color: #d50810; }
    @media (min-width: 1200px) {
      /* line 364, sass/includes/_navigation.scss */
      .page-nav-level-0__li > a:not([href])::after {
        content: '\f2f9';
        margin-left: 10px;
        position: static; } }
  /* line 379, sass/includes/_navigation.scss */
  .page-nav-level-0__li > a:not([href])::after,
  .page-nav-level-0__li #Max-Megamenu::after {
    content: "\f2fb";
    position: absolute;
    right: 15px;
    font-size: 13px;
    font-weight: 500;
    font-family: "Material-Design-Iconic-Font";
    color: #d50810; }
    @media (min-width: 1200px) {
      /* line 379, sass/includes/_navigation.scss */
      .page-nav-level-0__li > a:not([href])::after,
      .page-nav-level-0__li #Max-Megamenu::after {
        content: "\f2f9";
        margin-left: 10px;
        position: static; } }
  /* line 394, sass/includes/_navigation.scss */
  .page-nav-level-0__li .link--max {
    display: inline-block;
    width: 34px;
    height: 12px;
    vertical-align: middle;
    background: url(/resources/themes/actrol/assets/common/icon-max.png) no-repeat top center;
    background-size: 100%; }
    @media (min-width: 1200px) {
      /* line 394, sass/includes/_navigation.scss */
      .page-nav-level-0__li .link--max {
        background-size: 100%; } }

/* line 408, sass/includes/_navigation.scss */
.page-nav-level-1 {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  right: -100%;
  background-color: #efefef;
  z-index: 100;
  transition: right 0.4s ease; }
  @media (min-width: 1200px) {
    /* line 408, sass/includes/_navigation.scss */
    .page-nav-level-1 {
      display: none;
      padding: 40px 0;
      height: initial;
      position: absolute;
      top: 38px;
      left: 0;
      background-color: #ddd;
      background: linear-gradient(#efefef, #d4d4d4);
      border-top: 1px solid #d6d6d6;
      border-bottom: 2px solid #d50810;
      z-index: 0; } }
  /* line 432, sass/includes/_navigation.scss */
  .page-nav-level-1__ul--type-1 {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none; }
    @media (min-width: 1200px) {
      /* line 432, sass/includes/_navigation.scss */
      .page-nav-level-1__ul--type-1 {
        position: relative; } }
  /* line 441, sass/includes/_navigation.scss */
  .page-nav-level-1__li--type-1 {
    margin: 0;
    display: block;
    border-bottom: 1px solid #d6d6d6; }
    @media (min-width: 1200px) {
      /* line 441, sass/includes/_navigation.scss */
      .page-nav-level-1__li--type-1 {
        width: 100%;
        max-width: 200px;
        border-bottom: none; } }
    /* line 453, sass/includes/_navigation.scss */
    .page-nav-level-1__li--type-1.active > a {
      color: #fff;
      background-color: #d50810; }
      @media (min-width: 1200px) {
        /* line 453, sass/includes/_navigation.scss */
        .page-nav-level-1__li--type-1.active > a {
          background-color: #303030; }
          /* line 461, sass/includes/_navigation.scss */
          .page-nav-level-1__li--type-1.active > a:not([href])::after {
            color: #fff; }
          /* line 465, sass/includes/_navigation.scss */
          .page-nav-level-1__li--type-1.active > a .icon-reece {
            color: #fff; } }
    /* line 472, sass/includes/_navigation.scss */
    .page-nav-level-1__li--type-1 > a {
      padding: 14px 20px;
      display: flex;
      cursor: pointer;
      position: relative;
      color: #222222;
      font-size: 13px;
      font-weight: 500;
      line-height: 1.4em;
      transition: color 0.2s ease, background-color 0.2s ease;
      z-index: 0; }
      @media (min-width: 1200px) {
        /* line 472, sass/includes/_navigation.scss */
        .page-nav-level-1__li--type-1 > a {
          color: #222222;
          font-weight: 600;
          padding: 10px 26px 10px 18px; } }
      /* line 488, sass/includes/_navigation.scss */
      .page-nav-level-1__li--type-1 > a:hover {
        text-decoration: none; }
    /* line 492, sass/includes/_navigation.scss */
    .page-nav-level-1__li--type-1 > a:not([href])::after {
      content: '\f2fb';
      position: absolute;
      right: 17px;
      font-size: 13px;
      font-family: 'Material-Design-Iconic-Font';
      transition: right 0.2s ease;
      color: #d50810; }
    /* line 501, sass/includes/_navigation.scss */
    .page-nav-level-1__li--type-1 > a:not([href]):hover::after {
      right: 15px; }
  /* line 505, sass/includes/_navigation.scss */
  .page-nav-level-1 .icon-reece, .page-nav-level-1 .icon-actrol {
    margin-right: 7px;
    color: #d50810; }
    @media (min-width: 992px) {
      /* line 505, sass/includes/_navigation.scss */
      .page-nav-level-1 .icon-reece, .page-nav-level-1 .icon-actrol {
        display: inline-block; } }
  /* line 513, sass/includes/_navigation.scss */
  .page-nav-level-1__li-last--type-1 > a {
    display: block;
    padding: 14px 20px;
    cursor: pointer;
    color: #222222;
    font-style: italic;
    font-size: 13px;
    font-weight: 500; }
    @media (min-width: 1200px) {
      /* line 513, sass/includes/_navigation.scss */
      .page-nav-level-1__li-last--type-1 > a {
        color: #222222;
        text-decoration: underline;
        padding: 8px 24px 8px 18px; }
        /* line 528, sass/includes/_navigation.scss */
        .page-nav-level-1__li-last--type-1 > a:hover {
          color: #d50810;
          text-decoration: underline !important; }
          /* line 531, sass/includes/_navigation.scss */
          .page-nav-level-1__li-last--type-1 > a:hover::after {
            color: #d50810; } }
    /* line 536, sass/includes/_navigation.scss */
    .page-nav-level-1__li-last--type-1 > a:hover {
      text-decoration: none; }
    /* line 539, sass/includes/_navigation.scss */
    .page-nav-level-1__li-last--type-1 > a::after {
      content: '\f2fb';
      display: inline-block;
      margin-left: 10px;
      text-decoration: none !important;
      font-size: 13px;
      font-family: 'Material-Design-Iconic-Font';
      transition: margin-left 0.2s ease;
      color: #303030; }
    /* line 549, sass/includes/_navigation.scss */
    .page-nav-level-1__li-last--type-1 > a:hover::after {
      margin-left: 12px; }
  /* line 555, sass/includes/_navigation.scss */
  .page-nav-level-1__ul--type-2 {
    margin: 0;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none; }
    @media (min-width: 1200px) {
      /* line 555, sass/includes/_navigation.scss */
      .page-nav-level-1__ul--type-2 {
        display: flex;
        justify-content: center; } }
  /* line 565, sass/includes/_navigation.scss */
  .page-nav-level-1__li--type-2 {
    border-bottom: 1px solid #d6d6d6; }
    @media (min-width: 1200px) {
      /* line 565, sass/includes/_navigation.scss */
      .page-nav-level-1__li--type-2 {
        max-width: 220px;
        border-bottom: none;
        flex: 1 1 auto; } }
    @media (min-width: 1200px) {
      /* line 572, sass/includes/_navigation.scss */
      .page-nav-level-1__li--type-2:first-child {
        display: block; } }
    /* line 577, sass/includes/_navigation.scss */
    .page-nav-level-1__li--type-2 > a {
      padding: 14px 20px;
      display: block;
      cursor: pointer;
      font-size: 13px;
      color: #222222;
      text-decoration: none; }
      @media (min-width: 1200px) {
        /* line 577, sass/includes/_navigation.scss */
        .page-nav-level-1__li--type-2 > a {
          padding: 0 10px; } }
      /* line 587, sass/includes/_navigation.scss */
      .page-nav-level-1__li--type-2 > a::after {
        content: '';
        display: none; }
        @media (min-width: 1200px) {
          /* line 587, sass/includes/_navigation.scss */
          .page-nav-level-1__li--type-2 > a::after {
            margin-top: 14px;
            display: block;
            width: 100%;
            border-bottom: 6px solid #222222;
            transform: scaleX(0);
            transform-origin: 0 0;
            transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955); } }
      /* line 600, sass/includes/_navigation.scss */
      .page-nav-level-1__li--type-2 > a:hover {
        text-decoration: none; }
      /* line 603, sass/includes/_navigation.scss */
      .page-nav-level-1__li--type-2 > a:hover::after {
        transform: scaleX(1); }
    /* line 607, sass/includes/_navigation.scss */
    .page-nav-level-1__li--type-2 img {
      display: none; }
      @media (min-width: 1200px) {
        /* line 607, sass/includes/_navigation.scss */
        .page-nav-level-1__li--type-2 img {
          display: block; } }
  @media (min-width: 1200px) {
    /* line 616, sass/includes/_navigation.scss */
    .page-nav-level-1__li--type-2-menu-the-gauge {
      flex: 2 1 50%;
      border-right: 1px solid #999999;
      margin-right: 30px;
      max-width: 550px; }
      /* line 624, sass/includes/_navigation.scss */
      .page-nav-level-1__li--type-2-menu-the-gauge a::after {
        display: none; } }
  /* line 632, sass/includes/_navigation.scss */
  .page-nav-level-1__ul--type-3 {
    margin: 0;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none; }
    @media (min-width: 1200px) {
      /* line 632, sass/includes/_navigation.scss */
      .page-nav-level-1__ul--type-3 {
        display: flex;
        justify-content: center; } }
  /* line 642, sass/includes/_navigation.scss */
  .page-nav-level-1__li--type-3 {
    border-bottom: 1px solid #d6d6d6; }
    @media (min-width: 1200px) {
      /* line 642, sass/includes/_navigation.scss */
      .page-nav-level-1__li--type-3 {
        flex: 1 1 auto;
        border-bottom: none;
        max-width: 200px; } }
    /* line 649, sass/includes/_navigation.scss */
    .page-nav-level-1__li--type-3 > a {
      padding: 14px 20px;
      display: block;
      cursor: pointer;
      font-size: 13px;
      font-weight: 500;
      color: #222222;
      text-decoration: none; }
      @media (min-width: 1200px) {
        /* line 649, sass/includes/_navigation.scss */
        .page-nav-level-1__li--type-3 > a {
          padding: 14px;
          text-align: center;
          color: #d50810;
          font-weight: 400; } }
      /* line 663, sass/includes/_navigation.scss */
      .page-nav-level-1__li--type-3 > a:hover {
        text-decoration: none; }
      /* line 666, sass/includes/_navigation.scss */
      .page-nav-level-1__li--type-3 > a::after {
        content: '';
        display: none; }
        @media (min-width: 1200px) {
          /* line 666, sass/includes/_navigation.scss */
          .page-nav-level-1__li--type-3 > a::after {
            margin-top: 14px;
            display: block;
            width: 100%;
            border-bottom: 6px solid #222222;
            transform: scaleX(0);
            transform-origin: 0 0;
            transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955); } }
      /* line 679, sass/includes/_navigation.scss */
      .page-nav-level-1__li--type-3 > a:hover::after {
        transform: scaleX(1); }
    /* line 685, sass/includes/_navigation.scss */
    .page-nav-level-1__li--type-3.disabled a, .page-nav-level-1__li--type-3.disabled span {
      cursor: not-allowed;
      color: #989898 !important; }
    /* line 689, sass/includes/_navigation.scss */
    .page-nav-level-1__li--type-3.disabled .icon-reece, .page-nav-level-1__li--type-3.disabled .icon-actrol {
      color: #989898 !important; }
    /* line 692, sass/includes/_navigation.scss */
    .page-nav-level-1__li--type-3.disabled a:hover::after {
      display: none; }
  /* line 698, sass/includes/_navigation.scss */
  .page-nav-level-1__icon--type-3 {
    display: none; }
    @media (min-width: 1200px) {
      /* line 698, sass/includes/_navigation.scss */
      .page-nav-level-1__icon--type-3 {
        display: block;
        margin-bottom: 15px;
        font-size: 30px;
        color: #d50810; } }
  /* line 707, sass/includes/_navigation.scss */
  .page-nav-level-1__title--type-3 {
    display: block; }
    @media (min-width: 1200px) {
      /* line 707, sass/includes/_navigation.scss */
      .page-nav-level-1__title--type-3 {
        color: #222222;
        font-size: 14px;
        font-weight: 500; } }
  /* line 715, sass/includes/_navigation.scss */
  .page-nav-level-1__desc--type-3 {
    display: none; }
    @media (min-width: 1200px) {
      /* line 715, sass/includes/_navigation.scss */
      .page-nav-level-1__desc--type-3 {
        margin-top: 10px;
        display: block;
        color: #222222; } }
  /* line 725, sass/includes/_navigation.scss */
  .page-nav-level-1__ul--type-4 {
    margin: 0;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none; }
    @media (min-width: 1200px) {
      /* line 725, sass/includes/_navigation.scss */
      .page-nav-level-1__ul--type-4 {
        display: flex;
        justify-content: center; } }
  /* line 735, sass/includes/_navigation.scss */
  .page-nav-level-1__li--type-4 {
    border-bottom: 1px solid #d6d6d6; }
    @media (min-width: 1200px) {
      /* line 735, sass/includes/_navigation.scss */
      .page-nav-level-1__li--type-4 {
        max-width: 200px;
        flex: 1 1 auto;
        border-bottom: none; } }
    /* line 742, sass/includes/_navigation.scss */
    .page-nav-level-1__li--type-4 > a {
      padding: 14px 20px;
      display: block;
      cursor: pointer;
      font-size: 13px;
      color: #222222;
      font-weight: 500;
      text-decoration: none; }
      @media (min-width: 1200px) {
        /* line 742, sass/includes/_navigation.scss */
        .page-nav-level-1__li--type-4 > a {
          padding: 14px;
          text-align: center;
          color: #d50810;
          font-weight: 400;
          border-bottom: 8px solid transparent; } }
      /* line 757, sass/includes/_navigation.scss */
      .page-nav-level-1__li--type-4 > a:hover {
        text-decoration: none; }
      /* line 760, sass/includes/_navigation.scss */
      .page-nav-level-1__li--type-4 > a::after {
        content: '';
        display: none; }
        @media (min-width: 1200px) {
          /* line 760, sass/includes/_navigation.scss */
          .page-nav-level-1__li--type-4 > a::after {
            margin-top: 14px;
            display: block;
            width: 100%;
            border-bottom: 6px solid #222222;
            transform: scaleX(0);
            transform-origin: 0 0;
            transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955); } }
      /* line 773, sass/includes/_navigation.scss */
      .page-nav-level-1__li--type-4 > a:hover::after {
        transform: scaleX(1); }
  /* line 778, sass/includes/_navigation.scss */
  .page-nav-level-1__li-last--type-4 {
    border-bottom: 1px solid #d6d6d6; }
    @media (min-width: 1200px) {
      /* line 778, sass/includes/_navigation.scss */
      .page-nav-level-1__li-last--type-4 {
        max-width: 200px;
        flex: 1 1 auto;
        border-bottom: none; } }
    /* line 785, sass/includes/_navigation.scss */
    .page-nav-level-1__li-last--type-4 > a {
      padding: 14px 20px;
      display: block;
      cursor: pointer;
      font-size: 13px;
      color: #222222;
      font-weight: 500;
      text-decoration: none; }
      @media (min-width: 1200px) {
        /* line 785, sass/includes/_navigation.scss */
        .page-nav-level-1__li-last--type-4 > a {
          padding: 14px;
          text-align: center;
          font-size: 14px;
          color: #d50810; } }
      /* line 799, sass/includes/_navigation.scss */
      .page-nav-level-1__li-last--type-4 > a:hover {
        text-decoration: none; }
  /* line 805, sass/includes/_navigation.scss */
  .page-nav-level-1__img--type-4 {
    display: none; }
    @media (min-width: 1200px) {
      /* line 805, sass/includes/_navigation.scss */
      .page-nav-level-1__img--type-4 {
        display: block;
        margin-bottom: 15px; }
        /* line 810, sass/includes/_navigation.scss */
        .page-nav-level-1__img--type-4 > img {
          display: block;
          width: 100%;
          height: auto; } }
  /* line 819, sass/includes/_navigation.scss */
  .page-nav-level-1__label--type-4 {
    display: none; }
    @media (min-width: 1200px) {
      /* line 819, sass/includes/_navigation.scss */
      .page-nav-level-1__label--type-4 {
        margin-bottom: 10px;
        display: block; } }
  /* line 826, sass/includes/_navigation.scss */
  .page-nav-level-1__title--type-4 {
    display: block; }
    @media (min-width: 1200px) {
      /* line 826, sass/includes/_navigation.scss */
      .page-nav-level-1__title--type-4 {
        color: #303030;
        font-size: 14px;
        font-weight: 500; } }
  /* line 834, sass/includes/_navigation.scss */
  .page-nav-level-1__desc--type-4 {
    display: none; }
    @media (min-width: 1200px) {
      /* line 834, sass/includes/_navigation.scss */
      .page-nav-level-1__desc--type-4 {
        display: block;
        color: #222222; } }
  /* line 842, sass/includes/_navigation.scss */
  .page-nav-level-1__type-4-more-link {
    font-style: italic;
    font-weight: 500; }
    /* line 847, sass/includes/_navigation.scss */
    .page-nav-level-1__type-4-more-link:hover .page-nav-level-1__type-4-more-link-icon {
      margin-left: 12px; }
    @media (min-width: 1200px) {
      /* line 842, sass/includes/_navigation.scss */
      .page-nav-level-1__type-4-more-link {
        position: relative;
        top: 40%;
        margin-left: 20px;
        transform: translate(0, -50%);
        font-style: normal;
        color: #222222 !important; }
        /* line 860, sass/includes/_navigation.scss */
        .page-nav-level-1__type-4-more-link:hover .page-nav-level-1__type-4-more-link-icon {
          transform: translate(5%, 0%); } }
  /* line 868, sass/includes/_navigation.scss */
  .page-nav-level-1__type-4-more-link-icon {
    display: inline-block;
    margin-left: 10px;
    text-decoration: none;
    font-size: 13px;
    transition: margin-left 0.2s ease;
    color: #303030;
    font-style: italic; }
    /* line 877, sass/includes/_navigation.scss */
    .page-nav-level-1__type-4-more-link-icon > * {
      font-style: italic; }
    @media (min-width: 1200px) {
      /* line 868, sass/includes/_navigation.scss */
      .page-nav-level-1__type-4-more-link-icon {
        color: #d50810;
        display: block;
        margin-top: 6px;
        font-size: 28px;
        font-style: normal;
        transition: transform 200ms ease; }
        /* line 887, sass/includes/_navigation.scss */
        .page-nav-level-1__type-4-more-link-icon > * {
          font-style: normal; } }

/* line 895, sass/includes/_navigation.scss */
.page-nav-level-2 {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  right: -100%;
  background-color: #efefef;
  z-index: 100;
  transition: right 0.4s ease; }
  @media (min-width: 1200px) {
    /* line 895, sass/includes/_navigation.scss */
    .page-nav-level-2 {
      width: calc(100% - 200px);
      height: auto;
      visibility: hidden;
      position: absolute;
      top: 0;
      left: 200px;
      right: auto;
      background-color: transparent;
      border-left: 2px solid #303030; } }
  @media (min-width: 1200px) {
    /* line 915, sass/includes/_navigation.scss */
    .page-nav-level-2.active {
      left: 200px; } }
  /* line 920, sass/includes/_navigation.scss */
  .page-nav-level-2__ul--type-1 {
    margin: 0;
    padding: 0;
    list-style: none; }
    @media (min-width: 1200px) {
      /* line 920, sass/includes/_navigation.scss */
      .page-nav-level-2__ul--type-1 {
        display: flex;
        flex-wrap: wrap; } }
  /* line 929, sass/includes/_navigation.scss */
  .page-nav-level-2__li--type-1 {
    display: block;
    padding: 0;
    border-bottom: 1px solid #d6d6d6; }
    @media (min-width: 1200px) {
      /* line 929, sass/includes/_navigation.scss */
      .page-nav-level-2__li--type-1 {
        margin-bottom: 30px;
        padding: 0 30px;
        width: 25%;
        border-right: 1px solid #d3d2d2;
        border-bottom: none; } }
    /* line 941, sass/includes/_navigation.scss */
    .page-nav-level-2__li--type-1 > a {
      padding: 14px 20px;
      display: block;
      cursor: pointer;
      color: #222222;
      font-size: 13px;
      font-weight: 500;
      text-decoration: none; }
      @media (min-width: 1200px) {
        /* line 941, sass/includes/_navigation.scss */
        .page-nav-level-2__li--type-1 > a {
          margin-bottom: 8px;
          padding: 0;
          color: #222222;
          font-weight: 600;
          font-size: 14px;
          transition: opacity 0.4s ease; } }
      /* line 957, sass/includes/_navigation.scss */
      .page-nav-level-2__li--type-1 > a:hover {
        text-decoration: none; }
        @media (min-width: 1200px) {
          /* line 957, sass/includes/_navigation.scss */
          .page-nav-level-2__li--type-1 > a:hover {
            color: #303030;
            opacity: 0.75; } }
  /* line 967, sass/includes/_navigation.scss */
  .page-nav-level-2__link--type-1 {
    padding: 14px 20px;
    display: block;
    color: #222222;
    font-style: italic;
    font-size: 13px;
    border-bottom: 1px solid #d6d6d6;
    transition: opacity 0.4s ease;
    text-decoration: none; }
    /* line 976, sass/includes/_navigation.scss */
    .page-nav-level-2__link--type-1::after {
      content: '\f2fb';
      color: #303030;
      position: absolute;
      right: 15px;
      font-size: 13px;
      font-style: normal;
      font-weight: 500;
      font-family: 'Material-Design-Iconic-Font';
      transition: margin-left 0.4s ease;
      text-decoration: none; }
    @media (min-width: 1200px) {
      /* line 967, sass/includes/_navigation.scss */
      .page-nav-level-2__link--type-1 {
        margin-bottom: 10px;
        padding: 10px 30px;
        font-style: normal;
        font-weight: 500;
        display: inline-block;
        text-transform: uppercase;
        text-decoration: none;
        color: #222222;
        border-bottom: none; }
        /* line 998, sass/includes/_navigation.scss */
        .page-nav-level-2__link--type-1::after {
          margin-left: 10px;
          font-style: normal;
          position: static; } }
    /* line 1004, sass/includes/_navigation.scss */
    .page-nav-level-2__link--type-1:hover, .page-nav-level-2__link--type-1:focus {
      text-decoration: none;
      color: #303030; }
      @media (min-width: 1200px) {
        /* line 1004, sass/includes/_navigation.scss */
        .page-nav-level-2__link--type-1:hover, .page-nav-level-2__link--type-1:focus {
          color: #d50810;
          opacity: 0.75; }
          /* line 1011, sass/includes/_navigation.scss */
          .page-nav-level-2__link--type-1:hover::after, .page-nav-level-2__link--type-1:focus::after {
            color: #d50810; } }
    /* line 1016, sass/includes/_navigation.scss */
    .page-nav-level-2__link--type-1:hover::after, .page-nav-level-2__link--type-1:focus::after {
      margin-left: 12px; }

/* line 1023, sass/includes/_navigation.scss */
.page-nav-level-3 {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  right: -100%;
  background-color: #efefef;
  z-index: 100;
  transition: right 0.4s ease; }
  @media (min-width: 1200px) {
    /* line 1023, sass/includes/_navigation.scss */
    .page-nav-level-3 {
      position: static;
      background-color: transparent; } }
  /* line 1037, sass/includes/_navigation.scss */
  .page-nav-level-3__ul--type-1 {
    margin: 0;
    padding: 0;
    display: block; }
  /* line 1042, sass/includes/_navigation.scss */
  .page-nav-level-3__li--type-1 {
    display: block;
    border-bottom: 1px solid #d6d6d6; }
    @media (min-width: 1200px) {
      /* line 1042, sass/includes/_navigation.scss */
      .page-nav-level-3__li--type-1 {
        border-bottom: none; } }
    /* line 1048, sass/includes/_navigation.scss */
    .page-nav-level-3__li--type-1 > a {
      display: block;
      padding: 14px 20px;
      cursor: pointer;
      font-size: 13px;
      font-weight: 500;
      color: #222222;
      text-decoration: none; }
      @media (min-width: 1200px) {
        /* line 1048, sass/includes/_navigation.scss */
        .page-nav-level-3__li--type-1 > a {
          display: inline-block;
          padding: 3px 0;
          font-size: 12px;
          font-weight: 400;
          color: #222222;
          box-shadow: none; } }
      /* line 1065, sass/includes/_navigation.scss */
      .page-nav-level-3__li--type-1 > a:hover {
        text-decoration: none; }
        @media (min-width: 1200px) {
          /* line 1065, sass/includes/_navigation.scss */
          .page-nav-level-3__li--type-1 > a:hover {
            text-decoration: underline; } }
  /* line 1073, sass/includes/_navigation.scss */
  .page-nav-level-3__link--type-1 {
    padding: 14px 20px;
    display: block;
    font-style: italic;
    font-size: 13px;
    color: #222222;
    text-decoration: underline; }
    /* line 1080, sass/includes/_navigation.scss */
    .page-nav-level-3__link--type-1::after {
      content: '\f2fb';
      display: inline-block;
      position: absolute;
      right: 15px;
      color: #d50810;
      font-style: normal;
      font-family: 'Material-Design-Iconic-Font';
      transition: margin-left 0.4s ease; }
    @media (min-width: 1200px) {
      /* line 1073, sass/includes/_navigation.scss */
      .page-nav-level-3__link--type-1 {
        display: inline-block;
        margin-top: 5px;
        padding: 0;
        font-size: 12px;
        font-weight: 600;
        color: #222222;
        text-decoration: underline;
        border-bottom: none;
        transition: color 0.4s ease; }
        /* line 1100, sass/includes/_navigation.scss */
        .page-nav-level-3__link--type-1::after {
          margin-left: 10px;
          font-style: italic;
          position: static;
          color: #303030; } }
    /* line 1107, sass/includes/_navigation.scss */
    .page-nav-level-3__link--type-1:hover, .page-nav-level-3__link--type-1:focus {
      color: #d50810; }
      @media (min-width: 1200px) {
        /* line 1107, sass/includes/_navigation.scss */
        .page-nav-level-3__link--type-1:hover, .page-nav-level-3__link--type-1:focus {
          color: #d50810; }
          /* line 1112, sass/includes/_navigation.scss */
          .page-nav-level-3__link--type-1:hover::after, .page-nav-level-3__link--type-1:focus::after {
            color: #d50810; } }
    /* line 1117, sass/includes/_navigation.scss */
    .page-nav-level-3__link--type-1:hover::after, .page-nav-level-3__link--type-1:focus::after {
      margin-left: 12px; }

/* line 1124, sass/includes/_navigation.scss */
.page-nav-btm {
  border-top: 2px solid #d50810;
  padding-bottom: 150px; }
  @media (min-width: 1200px) {
    /* line 1124, sass/includes/_navigation.scss */
    .page-nav-btm {
      border-top: none;
      display: none; } }
  /* line 1131, sass/includes/_navigation.scss */
  .page-nav-btm ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    /* line 1136, sass/includes/_navigation.scss */
    .page-nav-btm ul li > a {
      padding: 14px 20px;
      display: block;
      cursor: pointer;
      font-size: 13px;
      color: #fff;
      text-decoration: none; }
      /* line 1143, sass/includes/_navigation.scss */
      .page-nav-btm ul li > a:hover {
        text-decoration: none; }

/* line 1153, sass/includes/_navigation.scss */
.page-nav-link:not([href])::after {
  content: '\f2fb';
  position: absolute;
  right: 15px;
  font-size: 13px;
  font-family: 'Material-Design-Iconic-Font';
  color: #d50810; }
  @media (min-width: 1200px) {
    /* line 1153, sass/includes/_navigation.scss */
    .page-nav-link:not([href])::after {
      content: ''; } }

/* line 1165, sass/includes/_navigation.scss */
.nav-menu-the-gauge-block {
  display: block;
  font-size: 0px; }
  /* line 1170, sass/includes/_navigation.scss */
  .nav-menu-the-gauge-block__img-container {
    display: none; }
  /* line 1174, sass/includes/_navigation.scss */
  .nav-menu-the-gauge-block__text-block {
    font-size: 12px;
    font-weight: 500; }
  /* line 1179, sass/includes/_navigation.scss */
  .nav-menu-the-gauge-block__text-title {
    font-size: 12px;
    line-height: 20px; }
  /* line 1184, sass/includes/_navigation.scss */
  .nav-menu-the-gauge-block__text-content {
    display: none; }
  @media (min-width: 1200px) {
    /* line 1190, sass/includes/_navigation.scss */
    .nav-menu-the-gauge-block__img-container {
      display: inline-block;
      vertical-align: middle;
      width: 50%; }
      /* line 1195, sass/includes/_navigation.scss */
      .nav-menu-the-gauge-block__img-container > img {
        display: block;
        width: 100%;
        height: auto; }
    /* line 1202, sass/includes/_navigation.scss */
    .nav-menu-the-gauge-block__text-block {
      display: inline-block;
      vertical-align: middle;
      width: 50%;
      padding: 10px 20px;
      font-size: 11px;
      line-height: 1.4em;
      font-weight: 400; }
    /* line 1212, sass/includes/_navigation.scss */
    .nav-menu-the-gauge-block__text-title {
      display: block;
      margin-bottom: 6px;
      font-size: 14px;
      font-weight: 500; }
    /* line 1219, sass/includes/_navigation.scss */
    .nav-menu-the-gauge-block__text-content {
      display: block; } }
  /* line 1225, sass/includes/_navigation.scss */
  .nav-menu-the-gauge-block--article .nav-menu-the-gauge-block__text-title {
    display: inline-block; }
  /* line 1228, sass/includes/_navigation.scss */
  .nav-menu-the-gauge-block--article .nav-menu-the-gauge-block__text-content {
    display: inline-block;
    font-size: 12px;
    line-height: 20px; }
  @media (min-width: 1200px) {
    /* line 1224, sass/includes/_navigation.scss */
    .nav-menu-the-gauge-block--article {
      border-right: none;
      max-width: 200px;
      padding: 0px 20px; }
      /* line 1239, sass/includes/_navigation.scss */
      .nav-menu-the-gauge-block--article .nav-menu-the-gauge-block__img-container {
        display: block;
        width: 100%; }
      /* line 1244, sass/includes/_navigation.scss */
      .nav-menu-the-gauge-block--article .nav-menu-the-gauge-block__text-block {
        display: block;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center; }
      /* line 1256, sass/includes/_navigation.scss */
      .nav-menu-the-gauge-block--article .nav-menu-the-gauge-block__text-title {
        margin-bottom: 4px;
        color: #222222;
        font-size: 11px;
        font-weight: 400; }
      /* line 1263, sass/includes/_navigation.scss */
      .nav-menu-the-gauge-block--article .nav-menu-the-gauge-block__text-content {
        font-size: 13px;
        font-weight: 500;
        line-height: 1.4em;
        display: -webkit-box;
        font-size: 13px;
        line-height: 1.4;
        height: 36.4px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; } }

/* line 1, sass/includes/_header-value-proposition.scss */
.page-value-proposition-wrapper {
  width: 100vw;
  height: 39px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 11px;
  text-align: center;
  font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #999999; }
  @media (min-width: 768px) {
    /* line 1, sass/includes/_header-value-proposition.scss */
    .page-value-proposition-wrapper {
      position: static;
      max-width: 100%; } }
  @media (min-width: 992px) {
    /* line 18, sass/includes/_header-value-proposition.scss */
    .page-value-proposition-wrapper .swiper-wrapper {
      justify-content: space-around; } }

/* line 26, sass/includes/_header-value-proposition.scss */
.value-proposition__list {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-around; }

/* line 30, sass/includes/_header-value-proposition.scss */
.value-proposition__list-item {
  padding: 12px 15px;
  background: transparent;
  white-space: nowrap;
  line-height: 1.3em;
  overflow: hidden;
  text-overflow: ellipsis; }
  @media (min-width: 992px) {
    /* line 30, sass/includes/_header-value-proposition.scss */
    .value-proposition__list-item {
      width: auto !important;
      white-space: normal; } }

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/resources/themes/actrol/font/fontawesome-webfont.eot?v=4.3.0");
  src: url("/resources/themes/actrol/font/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("/resources/themes/actrol/font/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("/resources/themes/actrol/font/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("/resources/themes/actrol/font/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("/resources/themes/actrol/font/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

/* line 4, bower_components/fontawesome/scss/_core.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

/* makes the font 33% larger relative to the icon container */
/* line 5, bower_components/fontawesome/scss/_larger.scss */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

/* line 10, bower_components/fontawesome/scss/_larger.scss */
.fa-2x {
  font-size: 2em; }

/* line 11, bower_components/fontawesome/scss/_larger.scss */
.fa-3x {
  font-size: 3em; }

/* line 12, bower_components/fontawesome/scss/_larger.scss */
.fa-4x {
  font-size: 4em; }

/* line 13, bower_components/fontawesome/scss/_larger.scss */
.fa-5x {
  font-size: 5em; }

/* line 3, bower_components/fontawesome/scss/_fixed-width.scss */
.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

/* line 4, bower_components/fontawesome/scss/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  /* line 8, bower_components/fontawesome/scss/_list.scss */
  .fa-ul > li {
    position: relative; }

/* line 10, bower_components/fontawesome/scss/_list.scss */
.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  /* line 16, bower_components/fontawesome/scss/_list.scss */
  .fa-li.fa-lg {
    left: -1.8571428571em; }

/* line 4, bower_components/fontawesome/scss/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

/* line 10, bower_components/fontawesome/scss/_bordered-pulled.scss */
.pull-right {
  float: right; }

/* line 11, bower_components/fontawesome/scss/_bordered-pulled.scss */
.pull-left {
  float: left; }

/* line 14, bower_components/fontawesome/scss/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em; }

/* line 15, bower_components/fontawesome/scss/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em; }

/* line 4, bower_components/fontawesome/scss/_animated.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

/* line 9, bower_components/fontawesome/scss/_animated.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

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

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

/* line 4, bower_components/fontawesome/scss/_rotated-flipped.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

/* line 5, bower_components/fontawesome/scss/_rotated-flipped.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

/* line 6, bower_components/fontawesome/scss/_rotated-flipped.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

/* line 8, bower_components/fontawesome/scss/_rotated-flipped.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

/* line 9, bower_components/fontawesome/scss/_rotated-flipped.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

/* line 14, bower_components/fontawesome/scss/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

/* line 4, bower_components/fontawesome/scss/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

/* line 12, bower_components/fontawesome/scss/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

/* line 18, bower_components/fontawesome/scss/_stacked.scss */
.fa-stack-1x {
  line-height: inherit; }

/* line 19, bower_components/fontawesome/scss/_stacked.scss */
.fa-stack-2x {
  font-size: 2em; }

/* line 20, bower_components/fontawesome/scss/_stacked.scss */
.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 4, bower_components/fontawesome/scss/_icons.scss */
.fa-glass:before {
  content: ""; }

/* line 5, bower_components/fontawesome/scss/_icons.scss */
.fa-music:before {
  content: ""; }

/* line 6, bower_components/fontawesome/scss/_icons.scss */
.fa-search:before {
  content: ""; }

/* line 7, bower_components/fontawesome/scss/_icons.scss */
.fa-envelope-o:before {
  content: ""; }

/* line 8, bower_components/fontawesome/scss/_icons.scss */
.fa-heart:before {
  content: ""; }

/* line 9, bower_components/fontawesome/scss/_icons.scss */
.fa-star:before {
  content: ""; }

/* line 10, bower_components/fontawesome/scss/_icons.scss */
.fa-star-o:before {
  content: ""; }

/* line 11, bower_components/fontawesome/scss/_icons.scss */
.fa-user:before {
  content: ""; }

/* line 12, bower_components/fontawesome/scss/_icons.scss */
.fa-film:before {
  content: ""; }

/* line 13, bower_components/fontawesome/scss/_icons.scss */
.fa-th-large:before {
  content: ""; }

/* line 14, bower_components/fontawesome/scss/_icons.scss */
.fa-th:before {
  content: ""; }

/* line 15, bower_components/fontawesome/scss/_icons.scss */
.fa-th-list:before {
  content: ""; }

/* line 16, bower_components/fontawesome/scss/_icons.scss */
.fa-check:before {
  content: ""; }

/* line 17, bower_components/fontawesome/scss/_icons.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

/* line 20, bower_components/fontawesome/scss/_icons.scss */
.fa-search-plus:before {
  content: ""; }

/* line 21, bower_components/fontawesome/scss/_icons.scss */
.fa-search-minus:before {
  content: ""; }

/* line 22, bower_components/fontawesome/scss/_icons.scss */
.fa-power-off:before {
  content: ""; }

/* line 23, bower_components/fontawesome/scss/_icons.scss */
.fa-signal:before {
  content: ""; }

/* line 24, bower_components/fontawesome/scss/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: ""; }

/* line 26, bower_components/fontawesome/scss/_icons.scss */
.fa-trash-o:before {
  content: ""; }

/* line 27, bower_components/fontawesome/scss/_icons.scss */
.fa-home:before {
  content: ""; }

/* line 28, bower_components/fontawesome/scss/_icons.scss */
.fa-file-o:before {
  content: ""; }

/* line 29, bower_components/fontawesome/scss/_icons.scss */
.fa-clock-o:before {
  content: ""; }

/* line 30, bower_components/fontawesome/scss/_icons.scss */
.fa-road:before {
  content: ""; }

/* line 31, bower_components/fontawesome/scss/_icons.scss */
.fa-download:before {
  content: ""; }

/* line 32, bower_components/fontawesome/scss/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: ""; }

/* line 33, bower_components/fontawesome/scss/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: ""; }

/* line 34, bower_components/fontawesome/scss/_icons.scss */
.fa-inbox:before {
  content: ""; }

/* line 35, bower_components/fontawesome/scss/_icons.scss */
.fa-play-circle-o:before {
  content: ""; }

/* line 36, bower_components/fontawesome/scss/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

/* line 38, bower_components/fontawesome/scss/_icons.scss */
.fa-refresh:before {
  content: ""; }

/* line 39, bower_components/fontawesome/scss/_icons.scss */
.fa-list-alt:before {
  content: ""; }

/* line 40, bower_components/fontawesome/scss/_icons.scss */
.fa-lock:before {
  content: ""; }

/* line 41, bower_components/fontawesome/scss/_icons.scss */
.fa-flag:before {
  content: ""; }

/* line 42, bower_components/fontawesome/scss/_icons.scss */
.fa-headphones:before {
  content: ""; }

/* line 43, bower_components/fontawesome/scss/_icons.scss */
.fa-volume-off:before {
  content: ""; }

/* line 44, bower_components/fontawesome/scss/_icons.scss */
.fa-volume-down:before {
  content: ""; }

/* line 45, bower_components/fontawesome/scss/_icons.scss */
.fa-volume-up:before {
  content: ""; }

/* line 46, bower_components/fontawesome/scss/_icons.scss */
.fa-qrcode:before {
  content: ""; }

/* line 47, bower_components/fontawesome/scss/_icons.scss */
.fa-barcode:before {
  content: ""; }

/* line 48, bower_components/fontawesome/scss/_icons.scss */
.fa-tag:before {
  content: ""; }

/* line 49, bower_components/fontawesome/scss/_icons.scss */
.fa-tags:before {
  content: ""; }

/* line 50, bower_components/fontawesome/scss/_icons.scss */
.fa-book:before {
  content: ""; }

/* line 51, bower_components/fontawesome/scss/_icons.scss */
.fa-bookmark:before {
  content: ""; }

/* line 52, bower_components/fontawesome/scss/_icons.scss */
.fa-print:before {
  content: ""; }

/* line 53, bower_components/fontawesome/scss/_icons.scss */
.fa-camera:before {
  content: ""; }

/* line 54, bower_components/fontawesome/scss/_icons.scss */
.fa-font:before {
  content: ""; }

/* line 55, bower_components/fontawesome/scss/_icons.scss */
.fa-bold:before {
  content: ""; }

/* line 56, bower_components/fontawesome/scss/_icons.scss */
.fa-italic:before {
  content: ""; }

/* line 57, bower_components/fontawesome/scss/_icons.scss */
.fa-text-height:before {
  content: ""; }

/* line 58, bower_components/fontawesome/scss/_icons.scss */
.fa-text-width:before {
  content: ""; }

/* line 59, bower_components/fontawesome/scss/_icons.scss */
.fa-align-left:before {
  content: ""; }

/* line 60, bower_components/fontawesome/scss/_icons.scss */
.fa-align-center:before {
  content: ""; }

/* line 61, bower_components/fontawesome/scss/_icons.scss */
.fa-align-right:before {
  content: ""; }

/* line 62, bower_components/fontawesome/scss/_icons.scss */
.fa-align-justify:before {
  content: ""; }

/* line 63, bower_components/fontawesome/scss/_icons.scss */
.fa-list:before {
  content: ""; }

/* line 64, bower_components/fontawesome/scss/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

/* line 66, bower_components/fontawesome/scss/_icons.scss */
.fa-indent:before {
  content: ""; }

/* line 67, bower_components/fontawesome/scss/_icons.scss */
.fa-video-camera:before {
  content: ""; }

/* line 68, bower_components/fontawesome/scss/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

/* line 71, bower_components/fontawesome/scss/_icons.scss */
.fa-pencil:before {
  content: ""; }

/* line 72, bower_components/fontawesome/scss/_icons.scss */
.fa-map-marker:before {
  content: ""; }

/* line 73, bower_components/fontawesome/scss/_icons.scss */
.fa-adjust:before {
  content: ""; }

/* line 74, bower_components/fontawesome/scss/_icons.scss */
.fa-tint:before {
  content: ""; }

/* line 75, bower_components/fontawesome/scss/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

/* line 77, bower_components/fontawesome/scss/_icons.scss */
.fa-share-square-o:before {
  content: ""; }

/* line 78, bower_components/fontawesome/scss/_icons.scss */
.fa-check-square-o:before {
  content: ""; }

/* line 79, bower_components/fontawesome/scss/_icons.scss */
.fa-arrows:before {
  content: ""; }

/* line 80, bower_components/fontawesome/scss/_icons.scss */
.fa-step-backward:before {
  content: ""; }

/* line 81, bower_components/fontawesome/scss/_icons.scss */
.fa-fast-backward:before {
  content: ""; }

/* line 82, bower_components/fontawesome/scss/_icons.scss */
.fa-backward:before {
  content: ""; }

/* line 83, bower_components/fontawesome/scss/_icons.scss */
.fa-play:before {
  content: ""; }

/* line 84, bower_components/fontawesome/scss/_icons.scss */
.fa-pause:before {
  content: ""; }

/* line 85, bower_components/fontawesome/scss/_icons.scss */
.fa-stop:before {
  content: ""; }

/* line 86, bower_components/fontawesome/scss/_icons.scss */
.fa-forward:before {
  content: ""; }

/* line 87, bower_components/fontawesome/scss/_icons.scss */
.fa-fast-forward:before {
  content: ""; }

/* line 88, bower_components/fontawesome/scss/_icons.scss */
.fa-step-forward:before {
  content: ""; }

/* line 89, bower_components/fontawesome/scss/_icons.scss */
.fa-eject:before {
  content: ""; }

/* line 90, bower_components/fontawesome/scss/_icons.scss */
.fa-chevron-left:before {
  content: ""; }

/* line 91, bower_components/fontawesome/scss/_icons.scss */
.fa-chevron-right:before {
  content: ""; }

/* line 92, bower_components/fontawesome/scss/_icons.scss */
.fa-plus-circle:before {
  content: ""; }

/* line 93, bower_components/fontawesome/scss/_icons.scss */
.fa-minus-circle:before {
  content: ""; }

/* line 94, bower_components/fontawesome/scss/_icons.scss */
.fa-times-circle:before {
  content: ""; }

/* line 95, bower_components/fontawesome/scss/_icons.scss */
.fa-check-circle:before {
  content: ""; }

/* line 96, bower_components/fontawesome/scss/_icons.scss */
.fa-question-circle:before {
  content: ""; }

/* line 97, bower_components/fontawesome/scss/_icons.scss */
.fa-info-circle:before {
  content: ""; }

/* line 98, bower_components/fontawesome/scss/_icons.scss */
.fa-crosshairs:before {
  content: ""; }

/* line 99, bower_components/fontawesome/scss/_icons.scss */
.fa-times-circle-o:before {
  content: ""; }

/* line 100, bower_components/fontawesome/scss/_icons.scss */
.fa-check-circle-o:before {
  content: ""; }

/* line 101, bower_components/fontawesome/scss/_icons.scss */
.fa-ban:before {
  content: ""; }

/* line 102, bower_components/fontawesome/scss/_icons.scss */
.fa-arrow-left:before {
  content: ""; }

/* line 103, bower_components/fontawesome/scss/_icons.scss */
.fa-arrow-right:before {
  content: ""; }

/* line 104, bower_components/fontawesome/scss/_icons.scss */
.fa-arrow-up:before {
  content: ""; }

/* line 105, bower_components/fontawesome/scss/_icons.scss */
.fa-arrow-down:before {
  content: ""; }

/* line 106, bower_components/fontawesome/scss/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

/* line 108, bower_components/fontawesome/scss/_icons.scss */
.fa-expand:before {
  content: ""; }

/* line 109, bower_components/fontawesome/scss/_icons.scss */
.fa-compress:before {
  content: ""; }

/* line 110, bower_components/fontawesome/scss/_icons.scss */
.fa-plus:before {
  content: ""; }

/* line 111, bower_components/fontawesome/scss/_icons.scss */
.fa-minus:before {
  content: ""; }

/* line 112, bower_components/fontawesome/scss/_icons.scss */
.fa-asterisk:before {
  content: ""; }

/* line 113, bower_components/fontawesome/scss/_icons.scss */
.fa-exclamation-circle:before {
  content: ""; }

/* line 114, bower_components/fontawesome/scss/_icons.scss */
.fa-gift:before {
  content: ""; }

/* line 115, bower_components/fontawesome/scss/_icons.scss */
.fa-leaf:before {
  content: ""; }

/* line 116, bower_components/fontawesome/scss/_icons.scss */
.fa-fire:before {
  content: ""; }

/* line 117, bower_components/fontawesome/scss/_icons.scss */
.fa-eye:before {
  content: ""; }

/* line 118, bower_components/fontawesome/scss/_icons.scss */
.fa-eye-slash:before {
  content: ""; }

/* line 119, bower_components/fontawesome/scss/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

/* line 121, bower_components/fontawesome/scss/_icons.scss */
.fa-plane:before {
  content: ""; }

/* line 122, bower_components/fontawesome/scss/_icons.scss */
.fa-calendar:before {
  content: ""; }

/* line 123, bower_components/fontawesome/scss/_icons.scss */
.fa-random:before {
  content: ""; }

/* line 124, bower_components/fontawesome/scss/_icons.scss */
.fa-comment:before {
  content: ""; }

/* line 125, bower_components/fontawesome/scss/_icons.scss */
.fa-magnet:before {
  content: ""; }

/* line 126, bower_components/fontawesome/scss/_icons.scss */
.fa-chevron-up:before {
  content: ""; }

/* line 127, bower_components/fontawesome/scss/_icons.scss */
.fa-chevron-down:before {
  content: ""; }

/* line 128, bower_components/fontawesome/scss/_icons.scss */
.fa-retweet:before {
  content: ""; }

/* line 129, bower_components/fontawesome/scss/_icons.scss */
.fa-shopping-cart:before {
  content: ""; }

/* line 130, bower_components/fontawesome/scss/_icons.scss */
.fa-folder:before {
  content: ""; }

/* line 131, bower_components/fontawesome/scss/_icons.scss */
.fa-folder-open:before {
  content: ""; }

/* line 132, bower_components/fontawesome/scss/_icons.scss */
.fa-arrows-v:before {
  content: ""; }

/* line 133, bower_components/fontawesome/scss/_icons.scss */
.fa-arrows-h:before {
  content: ""; }

/* line 134, bower_components/fontawesome/scss/_icons.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

/* line 136, bower_components/fontawesome/scss/_icons.scss */
.fa-twitter-square:before {
  content: ""; }

/* line 137, bower_components/fontawesome/scss/_icons.scss */
.fa-facebook-square:before {
  content: ""; }

/* line 138, bower_components/fontawesome/scss/_icons.scss */
.fa-camera-retro:before {
  content: ""; }

/* line 139, bower_components/fontawesome/scss/_icons.scss */
.fa-key:before {
  content: ""; }

/* line 140, bower_components/fontawesome/scss/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: ""; }

/* line 142, bower_components/fontawesome/scss/_icons.scss */
.fa-comments:before {
  content: ""; }

/* line 143, bower_components/fontawesome/scss/_icons.scss */
.fa-thumbs-o-up:before {
  content: ""; }

/* line 144, bower_components/fontawesome/scss/_icons.scss */
.fa-thumbs-o-down:before {
  content: ""; }

/* line 145, bower_components/fontawesome/scss/_icons.scss */
.fa-star-half:before {
  content: ""; }

/* line 146, bower_components/fontawesome/scss/_icons.scss */
.fa-heart-o:before {
  content: ""; }

/* line 147, bower_components/fontawesome/scss/_icons.scss */
.fa-sign-out:before {
  content: ""; }

/* line 148, bower_components/fontawesome/scss/_icons.scss */
.fa-linkedin-square:before {
  content: ""; }

/* line 149, bower_components/fontawesome/scss/_icons.scss */
.fa-thumb-tack:before {
  content: ""; }

/* line 150, bower_components/fontawesome/scss/_icons.scss */
.fa-external-link:before {
  content: ""; }

/* line 151, bower_components/fontawesome/scss/_icons.scss */
.fa-sign-in:before {
  content: ""; }

/* line 152, bower_components/fontawesome/scss/_icons.scss */
.fa-trophy:before {
  content: ""; }

/* line 153, bower_components/fontawesome/scss/_icons.scss */
.fa-github-square:before {
  content: ""; }

/* line 154, bower_components/fontawesome/scss/_icons.scss */
.fa-upload:before {
  content: ""; }

/* line 155, bower_components/fontawesome/scss/_icons.scss */
.fa-lemon-o:before {
  content: ""; }

/* line 156, bower_components/fontawesome/scss/_icons.scss */
.fa-phone:before {
  content: ""; }

/* line 157, bower_components/fontawesome/scss/_icons.scss */
.fa-square-o:before {
  content: ""; }

/* line 158, bower_components/fontawesome/scss/_icons.scss */
.fa-bookmark-o:before {
  content: ""; }

/* line 159, bower_components/fontawesome/scss/_icons.scss */
.fa-phone-square:before {
  content: ""; }

/* line 160, bower_components/fontawesome/scss/_icons.scss */
.fa-twitter:before {
  content: ""; }

/* line 161, bower_components/fontawesome/scss/_icons.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

/* line 163, bower_components/fontawesome/scss/_icons.scss */
.fa-github:before {
  content: ""; }

/* line 164, bower_components/fontawesome/scss/_icons.scss */
.fa-unlock:before {
  content: ""; }

/* line 165, bower_components/fontawesome/scss/_icons.scss */
.fa-credit-card:before {
  content: ""; }

/* line 166, bower_components/fontawesome/scss/_icons.scss */
.fa-rss:before {
  content: ""; }

/* line 167, bower_components/fontawesome/scss/_icons.scss */
.fa-hdd-o:before {
  content: ""; }

/* line 168, bower_components/fontawesome/scss/_icons.scss */
.fa-bullhorn:before {
  content: ""; }

/* line 169, bower_components/fontawesome/scss/_icons.scss */
.fa-bell:before {
  content: ""; }

/* line 170, bower_components/fontawesome/scss/_icons.scss */
.fa-certificate:before {
  content: ""; }

/* line 171, bower_components/fontawesome/scss/_icons.scss */
.fa-hand-o-right:before {
  content: ""; }

/* line 172, bower_components/fontawesome/scss/_icons.scss */
.fa-hand-o-left:before {
  content: ""; }

/* line 173, bower_components/fontawesome/scss/_icons.scss */
.fa-hand-o-up:before {
  content: ""; }

/* line 174, bower_components/fontawesome/scss/_icons.scss */
.fa-hand-o-down:before {
  content: ""; }

/* line 175, bower_components/fontawesome/scss/_icons.scss */
.fa-arrow-circle-left:before {
  content: ""; }

/* line 176, bower_components/fontawesome/scss/_icons.scss */
.fa-arrow-circle-right:before {
  content: ""; }

/* line 177, bower_components/fontawesome/scss/_icons.scss */
.fa-arrow-circle-up:before {
  content: ""; }

/* line 178, bower_components/fontawesome/scss/_icons.scss */
.fa-arrow-circle-down:before {
  content: ""; }

/* line 179, bower_components/fontawesome/scss/_icons.scss */
.fa-globe:before {
  content: ""; }

/* line 180, bower_components/fontawesome/scss/_icons.scss */
.fa-wrench:before {
  content: ""; }

/* line 181, bower_components/fontawesome/scss/_icons.scss */
.fa-tasks:before {
  content: ""; }

/* line 182, bower_components/fontawesome/scss/_icons.scss */
.fa-filter:before {
  content: ""; }

/* line 183, bower_components/fontawesome/scss/_icons.scss */
.fa-briefcase:before {
  content: ""; }

/* line 184, bower_components/fontawesome/scss/_icons.scss */
.fa-arrows-alt:before {
  content: ""; }

/* line 185, bower_components/fontawesome/scss/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: ""; }

/* line 187, bower_components/fontawesome/scss/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: ""; }

/* line 189, bower_components/fontawesome/scss/_icons.scss */
.fa-cloud:before {
  content: ""; }

/* line 190, bower_components/fontawesome/scss/_icons.scss */
.fa-flask:before {
  content: ""; }

/* line 191, bower_components/fontawesome/scss/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: ""; }

/* line 193, bower_components/fontawesome/scss/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: ""; }

/* line 195, bower_components/fontawesome/scss/_icons.scss */
.fa-paperclip:before {
  content: ""; }

/* line 196, bower_components/fontawesome/scss/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

/* line 198, bower_components/fontawesome/scss/_icons.scss */
.fa-square:before {
  content: ""; }

/* line 199, bower_components/fontawesome/scss/_icons.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

/* line 202, bower_components/fontawesome/scss/_icons.scss */
.fa-list-ul:before {
  content: ""; }

/* line 203, bower_components/fontawesome/scss/_icons.scss */
.fa-list-ol:before {
  content: ""; }

/* line 204, bower_components/fontawesome/scss/_icons.scss */
.fa-strikethrough:before {
  content: ""; }

/* line 205, bower_components/fontawesome/scss/_icons.scss */
.fa-underline:before {
  content: ""; }

/* line 206, bower_components/fontawesome/scss/_icons.scss */
.fa-table:before {
  content: ""; }

/* line 207, bower_components/fontawesome/scss/_icons.scss */
.fa-magic:before {
  content: ""; }

/* line 208, bower_components/fontawesome/scss/_icons.scss */
.fa-truck:before {
  content: ""; }

/* line 209, bower_components/fontawesome/scss/_icons.scss */
.fa-pinterest:before {
  content: ""; }

/* line 210, bower_components/fontawesome/scss/_icons.scss */
.fa-pinterest-square:before {
  content: ""; }

/* line 211, bower_components/fontawesome/scss/_icons.scss */
.fa-google-plus-square:before {
  content: ""; }

/* line 212, bower_components/fontawesome/scss/_icons.scss */
.fa-google-plus:before {
  content: ""; }

/* line 213, bower_components/fontawesome/scss/_icons.scss */
.fa-money:before {
  content: ""; }

/* line 214, bower_components/fontawesome/scss/_icons.scss */
.fa-caret-down:before {
  content: ""; }

/* line 215, bower_components/fontawesome/scss/_icons.scss */
.fa-caret-up:before {
  content: ""; }

/* line 216, bower_components/fontawesome/scss/_icons.scss */
.fa-caret-left:before {
  content: ""; }

/* line 217, bower_components/fontawesome/scss/_icons.scss */
.fa-caret-right:before {
  content: ""; }

/* line 218, bower_components/fontawesome/scss/_icons.scss */
.fa-columns:before {
  content: ""; }

/* line 219, bower_components/fontawesome/scss/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

/* line 221, bower_components/fontawesome/scss/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

/* line 223, bower_components/fontawesome/scss/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

/* line 225, bower_components/fontawesome/scss/_icons.scss */
.fa-envelope:before {
  content: ""; }

/* line 226, bower_components/fontawesome/scss/_icons.scss */
.fa-linkedin:before {
  content: ""; }

/* line 227, bower_components/fontawesome/scss/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

/* line 229, bower_components/fontawesome/scss/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: ""; }

/* line 231, bower_components/fontawesome/scss/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

/* line 233, bower_components/fontawesome/scss/_icons.scss */
.fa-comment-o:before {
  content: ""; }

/* line 234, bower_components/fontawesome/scss/_icons.scss */
.fa-comments-o:before {
  content: ""; }

/* line 235, bower_components/fontawesome/scss/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: ""; }

/* line 237, bower_components/fontawesome/scss/_icons.scss */
.fa-sitemap:before {
  content: ""; }

/* line 238, bower_components/fontawesome/scss/_icons.scss */
.fa-umbrella:before {
  content: ""; }

/* line 239, bower_components/fontawesome/scss/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

/* line 241, bower_components/fontawesome/scss/_icons.scss */
.fa-lightbulb-o:before {
  content: ""; }

/* line 242, bower_components/fontawesome/scss/_icons.scss */
.fa-exchange:before {
  content: ""; }

/* line 243, bower_components/fontawesome/scss/_icons.scss */
.fa-cloud-download:before {
  content: ""; }

/* line 244, bower_components/fontawesome/scss/_icons.scss */
.fa-cloud-upload:before {
  content: ""; }

/* line 245, bower_components/fontawesome/scss/_icons.scss */
.fa-user-md:before {
  content: ""; }

/* line 246, bower_components/fontawesome/scss/_icons.scss */
.fa-stethoscope:before {
  content: ""; }

/* line 247, bower_components/fontawesome/scss/_icons.scss */
.fa-suitcase:before {
  content: ""; }

/* line 248, bower_components/fontawesome/scss/_icons.scss */
.fa-bell-o:before {
  content: ""; }

/* line 249, bower_components/fontawesome/scss/_icons.scss */
.fa-coffee:before {
  content: ""; }

/* line 250, bower_components/fontawesome/scss/_icons.scss */
.fa-cutlery:before {
  content: ""; }

/* line 251, bower_components/fontawesome/scss/_icons.scss */
.fa-file-text-o:before {
  content: ""; }

/* line 252, bower_components/fontawesome/scss/_icons.scss */
.fa-building-o:before {
  content: ""; }

/* line 253, bower_components/fontawesome/scss/_icons.scss */
.fa-hospital-o:before {
  content: ""; }

/* line 254, bower_components/fontawesome/scss/_icons.scss */
.fa-ambulance:before {
  content: ""; }

/* line 255, bower_components/fontawesome/scss/_icons.scss */
.fa-medkit:before {
  content: ""; }

/* line 256, bower_components/fontawesome/scss/_icons.scss */
.fa-fighter-jet:before {
  content: ""; }

/* line 257, bower_components/fontawesome/scss/_icons.scss */
.fa-beer:before {
  content: ""; }

/* line 258, bower_components/fontawesome/scss/_icons.scss */
.fa-h-square:before {
  content: ""; }

/* line 259, bower_components/fontawesome/scss/_icons.scss */
.fa-plus-square:before {
  content: ""; }

/* line 260, bower_components/fontawesome/scss/_icons.scss */
.fa-angle-double-left:before {
  content: ""; }

/* line 261, bower_components/fontawesome/scss/_icons.scss */
.fa-angle-double-right:before {
  content: ""; }

/* line 262, bower_components/fontawesome/scss/_icons.scss */
.fa-angle-double-up:before {
  content: ""; }

/* line 263, bower_components/fontawesome/scss/_icons.scss */
.fa-angle-double-down:before {
  content: ""; }

/* line 264, bower_components/fontawesome/scss/_icons.scss */
.fa-angle-left:before {
  content: ""; }

/* line 265, bower_components/fontawesome/scss/_icons.scss */
.fa-angle-right:before {
  content: ""; }

/* line 266, bower_components/fontawesome/scss/_icons.scss */
.fa-angle-up:before {
  content: ""; }

/* line 267, bower_components/fontawesome/scss/_icons.scss */
.fa-angle-down:before {
  content: ""; }

/* line 268, bower_components/fontawesome/scss/_icons.scss */
.fa-desktop:before {
  content: ""; }

/* line 269, bower_components/fontawesome/scss/_icons.scss */
.fa-laptop:before {
  content: ""; }

/* line 270, bower_components/fontawesome/scss/_icons.scss */
.fa-tablet:before {
  content: ""; }

/* line 271, bower_components/fontawesome/scss/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

/* line 273, bower_components/fontawesome/scss/_icons.scss */
.fa-circle-o:before {
  content: ""; }

/* line 274, bower_components/fontawesome/scss/_icons.scss */
.fa-quote-left:before {
  content: ""; }

/* line 275, bower_components/fontawesome/scss/_icons.scss */
.fa-quote-right:before {
  content: ""; }

/* line 276, bower_components/fontawesome/scss/_icons.scss */
.fa-spinner:before {
  content: ""; }

/* line 277, bower_components/fontawesome/scss/_icons.scss */
.fa-circle:before {
  content: ""; }

/* line 278, bower_components/fontawesome/scss/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

/* line 280, bower_components/fontawesome/scss/_icons.scss */
.fa-github-alt:before {
  content: ""; }

/* line 281, bower_components/fontawesome/scss/_icons.scss */
.fa-folder-o:before {
  content: ""; }

/* line 282, bower_components/fontawesome/scss/_icons.scss */
.fa-folder-open-o:before {
  content: ""; }

/* line 283, bower_components/fontawesome/scss/_icons.scss */
.fa-smile-o:before {
  content: ""; }

/* line 284, bower_components/fontawesome/scss/_icons.scss */
.fa-frown-o:before {
  content: ""; }

/* line 285, bower_components/fontawesome/scss/_icons.scss */
.fa-meh-o:before {
  content: ""; }

/* line 286, bower_components/fontawesome/scss/_icons.scss */
.fa-gamepad:before {
  content: ""; }

/* line 287, bower_components/fontawesome/scss/_icons.scss */
.fa-keyboard-o:before {
  content: ""; }

/* line 288, bower_components/fontawesome/scss/_icons.scss */
.fa-flag-o:before {
  content: ""; }

/* line 289, bower_components/fontawesome/scss/_icons.scss */
.fa-flag-checkered:before {
  content: ""; }

/* line 290, bower_components/fontawesome/scss/_icons.scss */
.fa-terminal:before {
  content: ""; }

/* line 291, bower_components/fontawesome/scss/_icons.scss */
.fa-code:before {
  content: ""; }

/* line 292, bower_components/fontawesome/scss/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

/* line 294, bower_components/fontawesome/scss/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

/* line 297, bower_components/fontawesome/scss/_icons.scss */
.fa-location-arrow:before {
  content: ""; }

/* line 298, bower_components/fontawesome/scss/_icons.scss */
.fa-crop:before {
  content: ""; }

/* line 299, bower_components/fontawesome/scss/_icons.scss */
.fa-code-fork:before {
  content: ""; }

/* line 300, bower_components/fontawesome/scss/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

/* line 302, bower_components/fontawesome/scss/_icons.scss */
.fa-question:before {
  content: ""; }

/* line 303, bower_components/fontawesome/scss/_icons.scss */
.fa-info:before {
  content: ""; }

/* line 304, bower_components/fontawesome/scss/_icons.scss */
.fa-exclamation:before {
  content: ""; }

/* line 305, bower_components/fontawesome/scss/_icons.scss */
.fa-superscript:before {
  content: ""; }

/* line 306, bower_components/fontawesome/scss/_icons.scss */
.fa-subscript:before {
  content: ""; }

/* line 307, bower_components/fontawesome/scss/_icons.scss */
.fa-eraser:before {
  content: ""; }

/* line 308, bower_components/fontawesome/scss/_icons.scss */
.fa-puzzle-piece:before {
  content: ""; }

/* line 309, bower_components/fontawesome/scss/_icons.scss */
.fa-microphone:before {
  content: ""; }

/* line 310, bower_components/fontawesome/scss/_icons.scss */
.fa-microphone-slash:before {
  content: ""; }

/* line 311, bower_components/fontawesome/scss/_icons.scss */
.fa-shield:before {
  content: ""; }

/* line 312, bower_components/fontawesome/scss/_icons.scss */
.fa-calendar-o:before {
  content: ""; }

/* line 313, bower_components/fontawesome/scss/_icons.scss */
.fa-fire-extinguisher:before {
  content: ""; }

/* line 314, bower_components/fontawesome/scss/_icons.scss */
.fa-rocket:before {
  content: ""; }

/* line 315, bower_components/fontawesome/scss/_icons.scss */
.fa-maxcdn:before {
  content: ""; }

/* line 316, bower_components/fontawesome/scss/_icons.scss */
.fa-chevron-circle-left:before {
  content: ""; }

/* line 317, bower_components/fontawesome/scss/_icons.scss */
.fa-chevron-circle-right:before {
  content: ""; }

/* line 318, bower_components/fontawesome/scss/_icons.scss */
.fa-chevron-circle-up:before {
  content: ""; }

/* line 319, bower_components/fontawesome/scss/_icons.scss */
.fa-chevron-circle-down:before {
  content: ""; }

/* line 320, bower_components/fontawesome/scss/_icons.scss */
.fa-html5:before {
  content: ""; }

/* line 321, bower_components/fontawesome/scss/_icons.scss */
.fa-css3:before {
  content: ""; }

/* line 322, bower_components/fontawesome/scss/_icons.scss */
.fa-anchor:before {
  content: ""; }

/* line 323, bower_components/fontawesome/scss/_icons.scss */
.fa-unlock-alt:before {
  content: ""; }

/* line 324, bower_components/fontawesome/scss/_icons.scss */
.fa-bullseye:before {
  content: ""; }

/* line 325, bower_components/fontawesome/scss/_icons.scss */
.fa-ellipsis-h:before {
  content: ""; }

/* line 326, bower_components/fontawesome/scss/_icons.scss */
.fa-ellipsis-v:before {
  content: ""; }

/* line 327, bower_components/fontawesome/scss/_icons.scss */
.fa-rss-square:before {
  content: ""; }

/* line 328, bower_components/fontawesome/scss/_icons.scss */
.fa-play-circle:before {
  content: ""; }

/* line 329, bower_components/fontawesome/scss/_icons.scss */
.fa-ticket:before {
  content: ""; }

/* line 330, bower_components/fontawesome/scss/_icons.scss */
.fa-minus-square:before {
  content: ""; }

/* line 331, bower_components/fontawesome/scss/_icons.scss */
.fa-minus-square-o:before {
  content: ""; }

/* line 332, bower_components/fontawesome/scss/_icons.scss */
.fa-level-up:before {
  content: ""; }

/* line 333, bower_components/fontawesome/scss/_icons.scss */
.fa-level-down:before {
  content: ""; }

/* line 334, bower_components/fontawesome/scss/_icons.scss */
.fa-check-square:before {
  content: ""; }

/* line 335, bower_components/fontawesome/scss/_icons.scss */
.fa-pencil-square:before {
  content: ""; }

/* line 336, bower_components/fontawesome/scss/_icons.scss */
.fa-external-link-square:before {
  content: ""; }

/* line 337, bower_components/fontawesome/scss/_icons.scss */
.fa-share-square:before {
  content: ""; }

/* line 338, bower_components/fontawesome/scss/_icons.scss */
.fa-compass:before {
  content: ""; }

/* line 339, bower_components/fontawesome/scss/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

/* line 341, bower_components/fontawesome/scss/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

/* line 343, bower_components/fontawesome/scss/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

/* line 345, bower_components/fontawesome/scss/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: ""; }

/* line 347, bower_components/fontawesome/scss/_icons.scss */
.fa-gbp:before {
  content: ""; }

/* line 348, bower_components/fontawesome/scss/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: ""; }

/* line 350, bower_components/fontawesome/scss/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: ""; }

/* line 352, bower_components/fontawesome/scss/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

/* line 356, bower_components/fontawesome/scss/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

/* line 359, bower_components/fontawesome/scss/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: ""; }

/* line 361, bower_components/fontawesome/scss/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

/* line 363, bower_components/fontawesome/scss/_icons.scss */
.fa-file:before {
  content: ""; }

/* line 364, bower_components/fontawesome/scss/_icons.scss */
.fa-file-text:before {
  content: ""; }

/* line 365, bower_components/fontawesome/scss/_icons.scss */
.fa-sort-alpha-asc:before {
  content: ""; }

/* line 366, bower_components/fontawesome/scss/_icons.scss */
.fa-sort-alpha-desc:before {
  content: ""; }

/* line 367, bower_components/fontawesome/scss/_icons.scss */
.fa-sort-amount-asc:before {
  content: ""; }

/* line 368, bower_components/fontawesome/scss/_icons.scss */
.fa-sort-amount-desc:before {
  content: ""; }

/* line 369, bower_components/fontawesome/scss/_icons.scss */
.fa-sort-numeric-asc:before {
  content: ""; }

/* line 370, bower_components/fontawesome/scss/_icons.scss */
.fa-sort-numeric-desc:before {
  content: ""; }

/* line 371, bower_components/fontawesome/scss/_icons.scss */
.fa-thumbs-up:before {
  content: ""; }

/* line 372, bower_components/fontawesome/scss/_icons.scss */
.fa-thumbs-down:before {
  content: ""; }

/* line 373, bower_components/fontawesome/scss/_icons.scss */
.fa-youtube-square:before {
  content: ""; }

/* line 374, bower_components/fontawesome/scss/_icons.scss */
.fa-youtube:before {
  content: ""; }

/* line 375, bower_components/fontawesome/scss/_icons.scss */
.fa-xing:before {
  content: ""; }

/* line 376, bower_components/fontawesome/scss/_icons.scss */
.fa-xing-square:before {
  content: ""; }

/* line 377, bower_components/fontawesome/scss/_icons.scss */
.fa-youtube-play:before {
  content: ""; }

/* line 378, bower_components/fontawesome/scss/_icons.scss */
.fa-dropbox:before {
  content: ""; }

/* line 379, bower_components/fontawesome/scss/_icons.scss */
.fa-stack-overflow:before {
  content: ""; }

/* line 380, bower_components/fontawesome/scss/_icons.scss */
.fa-instagram:before {
  content: ""; }

/* line 381, bower_components/fontawesome/scss/_icons.scss */
.fa-flickr:before {
  content: ""; }

/* line 382, bower_components/fontawesome/scss/_icons.scss */
.fa-adn:before {
  content: ""; }

/* line 383, bower_components/fontawesome/scss/_icons.scss */
.fa-bitbucket:before {
  content: ""; }

/* line 384, bower_components/fontawesome/scss/_icons.scss */
.fa-bitbucket-square:before {
  content: ""; }

/* line 385, bower_components/fontawesome/scss/_icons.scss */
.fa-tumblr:before {
  content: ""; }

/* line 386, bower_components/fontawesome/scss/_icons.scss */
.fa-tumblr-square:before {
  content: ""; }

/* line 387, bower_components/fontawesome/scss/_icons.scss */
.fa-long-arrow-down:before {
  content: ""; }

/* line 388, bower_components/fontawesome/scss/_icons.scss */
.fa-long-arrow-up:before {
  content: ""; }

/* line 389, bower_components/fontawesome/scss/_icons.scss */
.fa-long-arrow-left:before {
  content: ""; }

/* line 390, bower_components/fontawesome/scss/_icons.scss */
.fa-long-arrow-right:before {
  content: ""; }

/* line 391, bower_components/fontawesome/scss/_icons.scss */
.fa-apple:before {
  content: ""; }

/* line 392, bower_components/fontawesome/scss/_icons.scss */
.fa-windows:before {
  content: ""; }

/* line 393, bower_components/fontawesome/scss/_icons.scss */
.fa-android:before {
  content: ""; }

/* line 394, bower_components/fontawesome/scss/_icons.scss */
.fa-linux:before {
  content: ""; }

/* line 395, bower_components/fontawesome/scss/_icons.scss */
.fa-dribbble:before {
  content: ""; }

/* line 396, bower_components/fontawesome/scss/_icons.scss */
.fa-skype:before {
  content: ""; }

/* line 397, bower_components/fontawesome/scss/_icons.scss */
.fa-foursquare:before {
  content: ""; }

/* line 398, bower_components/fontawesome/scss/_icons.scss */
.fa-trello:before {
  content: ""; }

/* line 399, bower_components/fontawesome/scss/_icons.scss */
.fa-female:before {
  content: ""; }

/* line 400, bower_components/fontawesome/scss/_icons.scss */
.fa-male:before {
  content: ""; }

/* line 401, bower_components/fontawesome/scss/_icons.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

/* line 403, bower_components/fontawesome/scss/_icons.scss */
.fa-sun-o:before {
  content: ""; }

/* line 404, bower_components/fontawesome/scss/_icons.scss */
.fa-moon-o:before {
  content: ""; }

/* line 405, bower_components/fontawesome/scss/_icons.scss */
.fa-archive:before {
  content: ""; }

/* line 406, bower_components/fontawesome/scss/_icons.scss */
.fa-bug:before {
  content: ""; }

/* line 407, bower_components/fontawesome/scss/_icons.scss */
.fa-vk:before {
  content: ""; }

/* line 408, bower_components/fontawesome/scss/_icons.scss */
.fa-weibo:before {
  content: ""; }

/* line 409, bower_components/fontawesome/scss/_icons.scss */
.fa-renren:before {
  content: ""; }

/* line 410, bower_components/fontawesome/scss/_icons.scss */
.fa-pagelines:before {
  content: ""; }

/* line 411, bower_components/fontawesome/scss/_icons.scss */
.fa-stack-exchange:before {
  content: ""; }

/* line 412, bower_components/fontawesome/scss/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: ""; }

/* line 413, bower_components/fontawesome/scss/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: ""; }

/* line 414, bower_components/fontawesome/scss/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

/* line 416, bower_components/fontawesome/scss/_icons.scss */
.fa-dot-circle-o:before {
  content: ""; }

/* line 417, bower_components/fontawesome/scss/_icons.scss */
.fa-wheelchair:before {
  content: ""; }

/* line 418, bower_components/fontawesome/scss/_icons.scss */
.fa-vimeo-square:before {
  content: ""; }

/* line 419, bower_components/fontawesome/scss/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

/* line 421, bower_components/fontawesome/scss/_icons.scss */
.fa-plus-square-o:before {
  content: ""; }

/* line 422, bower_components/fontawesome/scss/_icons.scss */
.fa-space-shuttle:before {
  content: ""; }

/* line 423, bower_components/fontawesome/scss/_icons.scss */
.fa-slack:before {
  content: ""; }

/* line 424, bower_components/fontawesome/scss/_icons.scss */
.fa-envelope-square:before {
  content: ""; }

/* line 425, bower_components/fontawesome/scss/_icons.scss */
.fa-wordpress:before {
  content: ""; }

/* line 426, bower_components/fontawesome/scss/_icons.scss */
.fa-openid:before {
  content: ""; }

/* line 427, bower_components/fontawesome/scss/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

/* line 430, bower_components/fontawesome/scss/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

/* line 432, bower_components/fontawesome/scss/_icons.scss */
.fa-yahoo:before {
  content: ""; }

/* line 433, bower_components/fontawesome/scss/_icons.scss */
.fa-google:before {
  content: ""; }

/* line 434, bower_components/fontawesome/scss/_icons.scss */
.fa-reddit:before {
  content: ""; }

/* line 435, bower_components/fontawesome/scss/_icons.scss */
.fa-reddit-square:before {
  content: ""; }

/* line 436, bower_components/fontawesome/scss/_icons.scss */
.fa-stumbleupon-circle:before {
  content: ""; }

/* line 437, bower_components/fontawesome/scss/_icons.scss */
.fa-stumbleupon:before {
  content: ""; }

/* line 438, bower_components/fontawesome/scss/_icons.scss */
.fa-delicious:before {
  content: ""; }

/* line 439, bower_components/fontawesome/scss/_icons.scss */
.fa-digg:before {
  content: ""; }

/* line 440, bower_components/fontawesome/scss/_icons.scss */
.fa-pied-piper:before {
  content: ""; }

/* line 441, bower_components/fontawesome/scss/_icons.scss */
.fa-pied-piper-alt:before {
  content: ""; }

/* line 442, bower_components/fontawesome/scss/_icons.scss */
.fa-drupal:before {
  content: ""; }

/* line 443, bower_components/fontawesome/scss/_icons.scss */
.fa-joomla:before {
  content: ""; }

/* line 444, bower_components/fontawesome/scss/_icons.scss */
.fa-language:before {
  content: ""; }

/* line 445, bower_components/fontawesome/scss/_icons.scss */
.fa-fax:before {
  content: ""; }

/* line 446, bower_components/fontawesome/scss/_icons.scss */
.fa-building:before {
  content: ""; }

/* line 447, bower_components/fontawesome/scss/_icons.scss */
.fa-child:before {
  content: ""; }

/* line 448, bower_components/fontawesome/scss/_icons.scss */
.fa-paw:before {
  content: ""; }

/* line 449, bower_components/fontawesome/scss/_icons.scss */
.fa-spoon:before {
  content: ""; }

/* line 450, bower_components/fontawesome/scss/_icons.scss */
.fa-cube:before {
  content: ""; }

/* line 451, bower_components/fontawesome/scss/_icons.scss */
.fa-cubes:before {
  content: ""; }

/* line 452, bower_components/fontawesome/scss/_icons.scss */
.fa-behance:before {
  content: ""; }

/* line 453, bower_components/fontawesome/scss/_icons.scss */
.fa-behance-square:before {
  content: ""; }

/* line 454, bower_components/fontawesome/scss/_icons.scss */
.fa-steam:before {
  content: ""; }

/* line 455, bower_components/fontawesome/scss/_icons.scss */
.fa-steam-square:before {
  content: ""; }

/* line 456, bower_components/fontawesome/scss/_icons.scss */
.fa-recycle:before {
  content: ""; }

/* line 457, bower_components/fontawesome/scss/_icons.scss */
.fa-automobile:before,
.fa-car:before {
  content: ""; }

/* line 459, bower_components/fontawesome/scss/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
  content: ""; }

/* line 461, bower_components/fontawesome/scss/_icons.scss */
.fa-tree:before {
  content: ""; }

/* line 462, bower_components/fontawesome/scss/_icons.scss */
.fa-spotify:before {
  content: ""; }

/* line 463, bower_components/fontawesome/scss/_icons.scss */
.fa-deviantart:before {
  content: ""; }

/* line 464, bower_components/fontawesome/scss/_icons.scss */
.fa-soundcloud:before {
  content: ""; }

/* line 465, bower_components/fontawesome/scss/_icons.scss */
.fa-database:before {
  content: ""; }

/* line 466, bower_components/fontawesome/scss/_icons.scss */
.fa-file-pdf-o:before {
  content: ""; }

/* line 467, bower_components/fontawesome/scss/_icons.scss */
.fa-file-word-o:before {
  content: ""; }

/* line 468, bower_components/fontawesome/scss/_icons.scss */
.fa-file-excel-o:before {
  content: ""; }

/* line 469, bower_components/fontawesome/scss/_icons.scss */
.fa-file-powerpoint-o:before {
  content: ""; }

/* line 470, bower_components/fontawesome/scss/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

/* line 473, bower_components/fontawesome/scss/_icons.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

/* line 475, bower_components/fontawesome/scss/_icons.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

/* line 477, bower_components/fontawesome/scss/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

/* line 479, bower_components/fontawesome/scss/_icons.scss */
.fa-file-code-o:before {
  content: ""; }

/* line 480, bower_components/fontawesome/scss/_icons.scss */
.fa-vine:before {
  content: ""; }

/* line 481, bower_components/fontawesome/scss/_icons.scss */
.fa-codepen:before {
  content: ""; }

/* line 482, bower_components/fontawesome/scss/_icons.scss */
.fa-jsfiddle:before {
  content: ""; }

/* line 483, bower_components/fontawesome/scss/_icons.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

/* line 488, bower_components/fontawesome/scss/_icons.scss */
.fa-circle-o-notch:before {
  content: ""; }

/* line 489, bower_components/fontawesome/scss/_icons.scss */
.fa-ra:before,
.fa-rebel:before {
  content: ""; }

/* line 491, bower_components/fontawesome/scss/_icons.scss */
.fa-ge:before,
.fa-empire:before {
  content: ""; }

/* line 493, bower_components/fontawesome/scss/_icons.scss */
.fa-git-square:before {
  content: ""; }

/* line 494, bower_components/fontawesome/scss/_icons.scss */
.fa-git:before {
  content: ""; }

/* line 495, bower_components/fontawesome/scss/_icons.scss */
.fa-hacker-news:before {
  content: ""; }

/* line 496, bower_components/fontawesome/scss/_icons.scss */
.fa-tencent-weibo:before {
  content: ""; }

/* line 497, bower_components/fontawesome/scss/_icons.scss */
.fa-qq:before {
  content: ""; }

/* line 498, bower_components/fontawesome/scss/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

/* line 500, bower_components/fontawesome/scss/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

/* line 502, bower_components/fontawesome/scss/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

/* line 504, bower_components/fontawesome/scss/_icons.scss */
.fa-history:before {
  content: ""; }

/* line 505, bower_components/fontawesome/scss/_icons.scss */
.fa-genderless:before,
.fa-circle-thin:before {
  content: ""; }

/* line 507, bower_components/fontawesome/scss/_icons.scss */
.fa-header:before {
  content: ""; }

/* line 508, bower_components/fontawesome/scss/_icons.scss */
.fa-paragraph:before {
  content: ""; }

/* line 509, bower_components/fontawesome/scss/_icons.scss */
.fa-sliders:before {
  content: ""; }

/* line 510, bower_components/fontawesome/scss/_icons.scss */
.fa-share-alt:before {
  content: ""; }

/* line 511, bower_components/fontawesome/scss/_icons.scss */
.fa-share-alt-square:before {
  content: ""; }

/* line 512, bower_components/fontawesome/scss/_icons.scss */
.fa-bomb:before {
  content: ""; }

/* line 513, bower_components/fontawesome/scss/_icons.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

/* line 515, bower_components/fontawesome/scss/_icons.scss */
.fa-tty:before {
  content: ""; }

/* line 516, bower_components/fontawesome/scss/_icons.scss */
.fa-binoculars:before {
  content: ""; }

/* line 517, bower_components/fontawesome/scss/_icons.scss */
.fa-plug:before {
  content: ""; }

/* line 518, bower_components/fontawesome/scss/_icons.scss */
.fa-slideshare:before {
  content: ""; }

/* line 519, bower_components/fontawesome/scss/_icons.scss */
.fa-twitch:before {
  content: ""; }

/* line 520, bower_components/fontawesome/scss/_icons.scss */
.fa-yelp:before {
  content: ""; }

/* line 521, bower_components/fontawesome/scss/_icons.scss */
.fa-newspaper-o:before {
  content: ""; }

/* line 522, bower_components/fontawesome/scss/_icons.scss */
.fa-wifi:before {
  content: ""; }

/* line 523, bower_components/fontawesome/scss/_icons.scss */
.fa-calculator:before {
  content: ""; }

/* line 524, bower_components/fontawesome/scss/_icons.scss */
.fa-paypal:before {
  content: ""; }

/* line 525, bower_components/fontawesome/scss/_icons.scss */
.fa-google-wallet:before {
  content: ""; }

/* line 526, bower_components/fontawesome/scss/_icons.scss */
.fa-cc-visa:before {
  content: ""; }

/* line 527, bower_components/fontawesome/scss/_icons.scss */
.fa-cc-mastercard:before {
  content: ""; }

/* line 528, bower_components/fontawesome/scss/_icons.scss */
.fa-cc-discover:before {
  content: ""; }

/* line 529, bower_components/fontawesome/scss/_icons.scss */
.fa-cc-amex:before {
  content: ""; }

/* line 530, bower_components/fontawesome/scss/_icons.scss */
.fa-cc-paypal:before {
  content: ""; }

/* line 531, bower_components/fontawesome/scss/_icons.scss */
.fa-cc-stripe:before {
  content: ""; }

/* line 532, bower_components/fontawesome/scss/_icons.scss */
.fa-bell-slash:before {
  content: ""; }

/* line 533, bower_components/fontawesome/scss/_icons.scss */
.fa-bell-slash-o:before {
  content: ""; }

/* line 534, bower_components/fontawesome/scss/_icons.scss */
.fa-trash:before {
  content: ""; }

/* line 535, bower_components/fontawesome/scss/_icons.scss */
.fa-copyright:before {
  content: ""; }

/* line 536, bower_components/fontawesome/scss/_icons.scss */
.fa-at:before {
  content: ""; }

/* line 537, bower_components/fontawesome/scss/_icons.scss */
.fa-eyedropper:before {
  content: ""; }

/* line 538, bower_components/fontawesome/scss/_icons.scss */
.fa-paint-brush:before {
  content: ""; }

/* line 539, bower_components/fontawesome/scss/_icons.scss */
.fa-birthday-cake:before {
  content: ""; }

/* line 540, bower_components/fontawesome/scss/_icons.scss */
.fa-area-chart:before {
  content: ""; }

/* line 541, bower_components/fontawesome/scss/_icons.scss */
.fa-pie-chart:before {
  content: ""; }

/* line 542, bower_components/fontawesome/scss/_icons.scss */
.fa-line-chart:before {
  content: ""; }

/* line 543, bower_components/fontawesome/scss/_icons.scss */
.fa-lastfm:before {
  content: ""; }

/* line 544, bower_components/fontawesome/scss/_icons.scss */
.fa-lastfm-square:before {
  content: ""; }

/* line 545, bower_components/fontawesome/scss/_icons.scss */
.fa-toggle-off:before {
  content: ""; }

/* line 546, bower_components/fontawesome/scss/_icons.scss */
.fa-toggle-on:before {
  content: ""; }

/* line 547, bower_components/fontawesome/scss/_icons.scss */
.fa-bicycle:before {
  content: ""; }

/* line 548, bower_components/fontawesome/scss/_icons.scss */
.fa-bus:before {
  content: ""; }

/* line 549, bower_components/fontawesome/scss/_icons.scss */
.fa-ioxhost:before {
  content: ""; }

/* line 550, bower_components/fontawesome/scss/_icons.scss */
.fa-angellist:before {
  content: ""; }

/* line 551, bower_components/fontawesome/scss/_icons.scss */
.fa-cc:before {
  content: ""; }

/* line 552, bower_components/fontawesome/scss/_icons.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

/* line 555, bower_components/fontawesome/scss/_icons.scss */
.fa-meanpath:before {
  content: ""; }

/* line 556, bower_components/fontawesome/scss/_icons.scss */
.fa-buysellads:before {
  content: ""; }

/* line 557, bower_components/fontawesome/scss/_icons.scss */
.fa-connectdevelop:before {
  content: ""; }

/* line 558, bower_components/fontawesome/scss/_icons.scss */
.fa-dashcube:before {
  content: ""; }

/* line 559, bower_components/fontawesome/scss/_icons.scss */
.fa-forumbee:before {
  content: ""; }

/* line 560, bower_components/fontawesome/scss/_icons.scss */
.fa-leanpub:before {
  content: ""; }

/* line 561, bower_components/fontawesome/scss/_icons.scss */
.fa-sellsy:before {
  content: ""; }

/* line 562, bower_components/fontawesome/scss/_icons.scss */
.fa-shirtsinbulk:before {
  content: ""; }

/* line 563, bower_components/fontawesome/scss/_icons.scss */
.fa-simplybuilt:before {
  content: ""; }

/* line 564, bower_components/fontawesome/scss/_icons.scss */
.fa-skyatlas:before {
  content: ""; }

/* line 565, bower_components/fontawesome/scss/_icons.scss */
.fa-cart-plus:before {
  content: ""; }

/* line 566, bower_components/fontawesome/scss/_icons.scss */
.fa-cart-arrow-down:before {
  content: ""; }

/* line 567, bower_components/fontawesome/scss/_icons.scss */
.fa-diamond:before {
  content: ""; }

/* line 568, bower_components/fontawesome/scss/_icons.scss */
.fa-ship:before {
  content: ""; }

/* line 569, bower_components/fontawesome/scss/_icons.scss */
.fa-user-secret:before {
  content: ""; }

/* line 570, bower_components/fontawesome/scss/_icons.scss */
.fa-motorcycle:before {
  content: ""; }

/* line 571, bower_components/fontawesome/scss/_icons.scss */
.fa-street-view:before {
  content: ""; }

/* line 572, bower_components/fontawesome/scss/_icons.scss */
.fa-heartbeat:before {
  content: ""; }

/* line 573, bower_components/fontawesome/scss/_icons.scss */
.fa-venus:before {
  content: ""; }

/* line 574, bower_components/fontawesome/scss/_icons.scss */
.fa-mars:before {
  content: ""; }

/* line 575, bower_components/fontawesome/scss/_icons.scss */
.fa-mercury:before {
  content: ""; }

/* line 576, bower_components/fontawesome/scss/_icons.scss */
.fa-transgender:before {
  content: ""; }

/* line 577, bower_components/fontawesome/scss/_icons.scss */
.fa-transgender-alt:before {
  content: ""; }

/* line 578, bower_components/fontawesome/scss/_icons.scss */
.fa-venus-double:before {
  content: ""; }

/* line 579, bower_components/fontawesome/scss/_icons.scss */
.fa-mars-double:before {
  content: ""; }

/* line 580, bower_components/fontawesome/scss/_icons.scss */
.fa-venus-mars:before {
  content: ""; }

/* line 581, bower_components/fontawesome/scss/_icons.scss */
.fa-mars-stroke:before {
  content: ""; }

/* line 582, bower_components/fontawesome/scss/_icons.scss */
.fa-mars-stroke-v:before {
  content: ""; }

/* line 583, bower_components/fontawesome/scss/_icons.scss */
.fa-mars-stroke-h:before {
  content: ""; }

/* line 584, bower_components/fontawesome/scss/_icons.scss */
.fa-neuter:before {
  content: ""; }

/* line 585, bower_components/fontawesome/scss/_icons.scss */
.fa-facebook-official:before {
  content: ""; }

/* line 586, bower_components/fontawesome/scss/_icons.scss */
.fa-pinterest-p:before {
  content: ""; }

/* line 587, bower_components/fontawesome/scss/_icons.scss */
.fa-whatsapp:before {
  content: ""; }

/* line 588, bower_components/fontawesome/scss/_icons.scss */
.fa-server:before {
  content: ""; }

/* line 589, bower_components/fontawesome/scss/_icons.scss */
.fa-user-plus:before {
  content: ""; }

/* line 590, bower_components/fontawesome/scss/_icons.scss */
.fa-user-times:before {
  content: ""; }

/* line 591, bower_components/fontawesome/scss/_icons.scss */
.fa-hotel:before,
.fa-bed:before {
  content: ""; }

/* line 593, bower_components/fontawesome/scss/_icons.scss */
.fa-viacoin:before {
  content: ""; }

/* line 594, bower_components/fontawesome/scss/_icons.scss */
.fa-train:before {
  content: ""; }

/* line 595, bower_components/fontawesome/scss/_icons.scss */
.fa-subway:before {
  content: ""; }

/* line 596, bower_components/fontawesome/scss/_icons.scss */
.fa-medium:before {
  content: ""; }

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

/* line 20, bower_components/plyr/src/scss/plyr.scss */
.plyr {
  position: relative;
  max-width: 100%;
  min-width: 200px;
  font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  direction: ltr; }
  /* line 30, bower_components/plyr/src/scss/plyr.scss */
  .plyr,
  .plyr *,
  .plyr *::after,
  .plyr *::before {
    box-sizing: border-box; }
  /* line 40, bower_components/plyr/src/scss/plyr.scss */
  .plyr a,
  .plyr button,
  .plyr input,
  .plyr label {
    touch-action: manipulation; }
  /* line 49, bower_components/plyr/src/scss/plyr.scss */
  .plyr:focus {
    outline: 0; }
  /* line 54, bower_components/plyr/src/scss/plyr.scss */
  .plyr video,
  .plyr audio {
    width: 100%;
    height: auto;
    vertical-align: middle;
    border-radius: inherit; }
  /* line 64, bower_components/plyr/src/scss/plyr.scss */
  .plyr input[type="range"] {
    display: block;
    height: 20px;
    width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    appearance: none;
    cursor: pointer;
    border: none;
    background: transparent; }
    /* line 78, bower_components/plyr/src/scss/plyr.scss */
    .plyr input[type="range"]::-webkit-slider-runnable-track {
      height: 8px;
      background: transparent;
      border: 0;
      border-radius: 4px;
      user-select: none; }
    /* line 81, bower_components/plyr/src/scss/plyr.scss */
    .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; }
    /* line 88, bower_components/plyr/src/scss/plyr.scss */
    .plyr input[type="range"]::-moz-range-track {
      height: 8px;
      background: transparent;
      border: 0;
      border-radius: 4px;
      user-select: none; }
    /* line 91, bower_components/plyr/src/scss/plyr.scss */
    .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; }
    /* line 96, bower_components/plyr/src/scss/plyr.scss */
    .plyr input[type="range"]::-ms-track {
      height: 8px;
      background: transparent;
      border: 0;
      color: transparent; }
    /* line 102, bower_components/plyr/src/scss/plyr.scss */
    .plyr input[type="range"]::-ms-fill-upper {
      height: 8px;
      background: transparent;
      border: 0;
      border-radius: 4px;
      user-select: none; }
    /* line 105, bower_components/plyr/src/scss/plyr.scss */
    .plyr input[type="range"]::-ms-fill-lower {
      height: 8px;
      background: transparent;
      border: 0;
      border-radius: 4px;
      user-select: none;
      background: #3498db; }
    /* line 109, bower_components/plyr/src/scss/plyr.scss */
    .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; }
    /* line 114, bower_components/plyr/src/scss/plyr.scss */
    .plyr input[type="range"]::-ms-tooltip {
      display: none; }
    /* line 119, bower_components/plyr/src/scss/plyr.scss */
    .plyr input[type="range"]:focus {
      outline: 0; }
    /* line 122, bower_components/plyr/src/scss/plyr.scss */
    .plyr input[type="range"]::-moz-focus-outer {
      border: 0; }
    /* line 125, bower_components/plyr/src/scss/plyr.scss */
    .plyr input[type="range"].tab-focus:focus {
      outline-offset: 3px; }
    /* line 131, bower_components/plyr/src/scss/plyr.scss */
    .plyr input[type="range"]:active::-webkit-slider-thumb {
      background: #3498db;
      border-color: #fff;
      transform: scale(1.25); }
    /* line 134, bower_components/plyr/src/scss/plyr.scss */
    .plyr input[type="range"]:active::-moz-range-thumb {
      background: #3498db;
      border-color: #fff;
      transform: scale(1.25); }
    /* line 137, bower_components/plyr/src/scss/plyr.scss */
    .plyr input[type="range"]:active::-ms-thumb {
      background: #3498db;
      border-color: #fff;
      transform: scale(1.25); }

/* line 145, bower_components/plyr/src/scss/plyr.scss */
.plyr--video input[type="range"].tab-focus:focus {
  outline: 1px dotted rgba(255, 255, 255, 0.5); }

/* line 150, bower_components/plyr/src/scss/plyr.scss */
.plyr--audio input[type="range"].tab-focus:focus {
  outline: 1px dotted rgba(86, 93, 100, 0.5); }

/* line 155, bower_components/plyr/src/scss/plyr.scss */
.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; }

/* line 176, bower_components/plyr/src/scss/plyr.scss */
.plyr__video-wrapper {
  position: relative;
  background: #000;
  border-radius: inherit; }

/* line 183, bower_components/plyr/src/scss/plyr.scss */
.plyr__video-embed {
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  border-radius: inherit;
  overflow: hidden;
  z-index: 0; }
  /* line 192, bower_components/plyr/src/scss/plyr.scss */
  .plyr__video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    user-select: none; }
  /* line 203, bower_components/plyr/src/scss/plyr.scss */
  .plyr__video-embed > div {
    position: relative;
    padding-bottom: 200%;
    transform: translateY(-35.95%); }

/* line 210, bower_components/plyr/src/scss/plyr.scss */
.plyr .plyr__video-embed iframe {
  pointer-events: none; }

/* line 217, bower_components/plyr/src/scss/plyr.scss */
.plyr video::-webkit-media-text-track-container {
  display: none; }

/* line 220, bower_components/plyr/src/scss/plyr.scss */
.plyr__captions {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  transform: translateY(-60px);
  transition: transform 0.3s ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 400; }
  /* line 234, bower_components/plyr/src/scss/plyr.scss */
  .plyr__captions span {
    border-radius: 2px;
    padding: 3px 10px;
    background: rgba(0, 0, 0, 0.7);
    box-decoration-break: clone;
    line-height: 150%; }
  /* line 241, bower_components/plyr/src/scss/plyr.scss */
  .plyr__captions span:empty {
    display: none; }
  @media (min-width: 768px) {
    /* line 220, bower_components/plyr/src/scss/plyr.scss */
    .plyr__captions {
      font-size: 24px; } }

/* line 249, bower_components/plyr/src/scss/plyr.scss */
.plyr--captions-active .plyr__captions {
  display: block; }

/* line 252, bower_components/plyr/src/scss/plyr.scss */
.plyr--hide-controls .plyr__captions {
  transform: translateY(-20px); }

@media (min-width: 1024px) {
  /* line 257, bower_components/plyr/src/scss/plyr.scss */
  .plyr--fullscreen-active .plyr__captions {
    font-size: 32px; } }

/* line 265, bower_components/plyr/src/scss/plyr.scss */
.plyr ::-webkit-media-controls {
  display: none; }

/* line 270, bower_components/plyr/src/scss/plyr.scss */
.plyr__controls {
  display: flex;
  align-items: center;
  line-height: 1;
  text-align: center;
  pointer-events: none; }
  /* line 277, bower_components/plyr/src/scss/plyr.scss */
  .plyr__controls > * {
    pointer-events: all; }
  /* line 282, bower_components/plyr/src/scss/plyr.scss */
  .plyr__controls > button,
  .plyr__controls .plyr__progress,
  .plyr__controls .plyr__time {
    margin-left: 5px; }
    /* line 287, bower_components/plyr/src/scss/plyr.scss */
    .plyr__controls > button:first-child,
    .plyr__controls .plyr__progress:first-child,
    .plyr__controls .plyr__time:first-child {
      margin-left: 0; }
  /* line 291, bower_components/plyr/src/scss/plyr.scss */
  .plyr__controls .plyr__volume {
    margin-left: 5px; }
  /* line 294, bower_components/plyr/src/scss/plyr.scss */
  .plyr__controls [data-plyr="pause"] {
    margin-left: 0; }
  /* line 299, bower_components/plyr/src/scss/plyr.scss */
  .plyr__controls button {
    position: relative;
    display: inline-block;
    flex-shrink: 0;
    overflow: visible;
    vertical-align: middle;
    padding: 7px;
    border: 0;
    background: transparent;
    border-radius: 3px;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
    color: inherit; }
    /* line 313, bower_components/plyr/src/scss/plyr.scss */
    .plyr__controls button svg {
      width: 18px;
      height: 18px;
      display: block;
      fill: currentColor; }
    /* line 321, bower_components/plyr/src/scss/plyr.scss */
    .plyr__controls button:focus {
      outline: 0; }
  /* line 327, bower_components/plyr/src/scss/plyr.scss */
  .plyr__controls .icon--exit-fullscreen,
  .plyr__controls .icon--muted,
  .plyr__controls .icon--captions-on {
    display: none; }
  @media (min-width: 480px) {
    /* line 334, bower_components/plyr/src/scss/plyr.scss */
    .plyr__controls > button,
    .plyr__controls .plyr__progress,
    .plyr__controls .plyr__time {
      margin-left: 10px; } }

/* line 342, bower_components/plyr/src/scss/plyr.scss */
.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none; }

/* line 348, bower_components/plyr/src/scss/plyr.scss */
.plyr--video .plyr__controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 50px 10px 10px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  color: #fff;
  transition: opacity 0.3s ease; }
  /* line 365, bower_components/plyr/src/scss/plyr.scss */
  .plyr--video .plyr__controls button.tab-focus:focus, .plyr--video .plyr__controls button:hover {
    background: #3498db;
    color: #fff; }

/* line 374, bower_components/plyr/src/scss/plyr.scss */
.plyr--audio .plyr__controls {
  padding: 10px;
  border-radius: inherit;
  background: #fff;
  border: 1px solid #dbe3e8;
  color: #565D64; }
  /* line 383, bower_components/plyr/src/scss/plyr.scss */
  .plyr--audio .plyr__controls button.tab-focus:focus, .plyr--audio .plyr__controls button:hover {
    background: #3498db;
    color: #fff; }

/* line 392, bower_components/plyr/src/scss/plyr.scss */
.plyr__play-large {
  display: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  background: #3498db;
  border: 4px solid currentColor;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: #fff;
  transition: all 0.3s ease; }
  /* line 407, bower_components/plyr/src/scss/plyr.scss */
  .plyr__play-large svg {
    position: relative;
    left: 2px;
    width: 20px;
    height: 20px;
    display: block;
    fill: currentColor; }
  /* line 416, bower_components/plyr/src/scss/plyr.scss */
  .plyr__play-large:focus {
    outline: 1px dotted rgba(255, 255, 255, 0.5); }

/* line 420, bower_components/plyr/src/scss/plyr.scss */
.plyr .plyr__play-large {
  display: inline-block; }

/* line 423, bower_components/plyr/src/scss/plyr.scss */
.plyr--audio .plyr__play-large {
  display: none; }

/* line 426, bower_components/plyr/src/scss/plyr.scss */
.plyr--playing .plyr__play-large {
  opacity: 0;
  visibility: hidden; }

/* line 432, bower_components/plyr/src/scss/plyr.scss */
.plyr__controls [data-plyr="pause"],
.plyr--playing .plyr__controls [data-plyr="play"] {
  display: none; }

/* line 436, bower_components/plyr/src/scss/plyr.scss */
.plyr--playing .plyr__controls [data-plyr="pause"] {
  display: inline-block; }

/* line 441, bower_components/plyr/src/scss/plyr.scss */
.plyr--fullscreen-active .icon--exit-fullscreen,
.plyr--muted .plyr__controls .icon--muted,
.plyr--captions-active .plyr__controls .icon--captions-on {
  display: block; }
  /* line 446, bower_components/plyr/src/scss/plyr.scss */
  .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; }

/* line 452, bower_components/plyr/src/scss/plyr.scss */
.plyr [data-plyr="captions"],
.plyr [data-plyr="fullscreen"] {
  display: none; }

/* line 456, bower_components/plyr/src/scss/plyr.scss */
.plyr--captions-enabled [data-plyr="captions"],
.plyr--fullscreen-enabled [data-plyr="fullscreen"] {
  display: inline-block; }

/* line 463, bower_components/plyr/src/scss/plyr.scss */
.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;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease; }
  /* line 483, bower_components/plyr/src/scss/plyr.scss */
  .plyr__tooltip::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 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; }

/* line 500, bower_components/plyr/src/scss/plyr.scss */
.plyr button:hover .plyr__tooltip,
.plyr button.tab-focus:focus .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1); }

/* line 506, bower_components/plyr/src/scss/plyr.scss */
.plyr button:hover .plyr__tooltip {
  z-index: 3; }

/* line 511, bower_components/plyr/src/scss/plyr.scss */
.plyr__controls button:first-child .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%; }
  /* line 516, bower_components/plyr/src/scss/plyr.scss */
  .plyr__controls button:first-child .plyr__tooltip::before {
    left: 16px; }

/* line 522, bower_components/plyr/src/scss/plyr.scss */
.plyr__controls button:last-child .plyr__tooltip {
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%; }
  /* line 527, bower_components/plyr/src/scss/plyr.scss */
  .plyr__controls button:last-child .plyr__tooltip::before {
    left: auto;
    right: 16px;
    transform: translateX(50%); }

/* line 536, bower_components/plyr/src/scss/plyr.scss */
.plyr__controls button:first-child:hover .plyr__tooltip,
.plyr__controls button:first-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:first-child .plyr__tooltip--visible,
.plyr__controls button:last-child:hover .plyr__tooltip,
.plyr__controls button:last-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:last-child .plyr__tooltip--visible {
  transform: translate(0, 0) scale(1); }

/* line 546, bower_components/plyr/src/scss/plyr.scss */
.plyr__progress {
  display: none;
  position: relative;
  flex: 1; }
  /* line 551, bower_components/plyr/src/scss/plyr.scss */
  .plyr__progress input[type="range"] {
    position: relative;
    z-index: 2; }
    /* line 555, bower_components/plyr/src/scss/plyr.scss */
    .plyr__progress input[type="range"]::-webkit-slider-runnable-track {
      background: transparent; }
    /* line 558, bower_components/plyr/src/scss/plyr.scss */
    .plyr__progress input[type="range"]::-moz-range-track {
      background: transparent; }
    /* line 561, bower_components/plyr/src/scss/plyr.scss */
    .plyr__progress input[type="range"]::-ms-fill-upper {
      background: transparent; }
  /* line 567, bower_components/plyr/src/scss/plyr.scss */
  .plyr__progress .plyr__tooltip {
    left: 0; }

/* line 571, bower_components/plyr/src/scss/plyr.scss */
.plyr .plyr__progress {
  display: inline-block; }

/* line 575, bower_components/plyr/src/scss/plyr.scss */
.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;
  appearance: none;
  border: none;
  border-radius: 100px; }
  /* line 590, bower_components/plyr/src/scss/plyr.scss */
  .plyr__progress--buffer::-webkit-progress-bar,
  .plyr__progress--played::-webkit-progress-bar,
  .plyr__volume--display::-webkit-progress-bar {
    background: transparent; }
  /* line 593, bower_components/plyr/src/scss/plyr.scss */
  .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; }
  /* line 598, bower_components/plyr/src/scss/plyr.scss */
  .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; }
  /* line 603, bower_components/plyr/src/scss/plyr.scss */
  .plyr__progress--buffer::-ms-fill,
  .plyr__progress--played::-ms-fill,
  .plyr__volume--display::-ms-fill {
    border-radius: 100px; }

/* line 607, bower_components/plyr/src/scss/plyr.scss */
.plyr__progress--played,
.plyr__volume--display {
  z-index: 1;
  color: #3498db;
  background: transparent;
  transition: none; }
  /* line 614, bower_components/plyr/src/scss/plyr.scss */
  .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; }
  /* line 621, bower_components/plyr/src/scss/plyr.scss */
  .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; }
  /* line 628, bower_components/plyr/src/scss/plyr.scss */
  .plyr__progress--played::-ms-fill,
  .plyr__volume--display::-ms-fill {
    display: none; }

/* line 633, bower_components/plyr/src/scss/plyr.scss */
.plyr__progress--buffer::-webkit-progress-value {
  transition: width 0.2s ease; }

/* line 636, bower_components/plyr/src/scss/plyr.scss */
.plyr__progress--buffer::-moz-progress-bar {
  transition: width 0.2s ease; }

/* line 639, bower_components/plyr/src/scss/plyr.scss */
.plyr__progress--buffer::-ms-fill {
  transition: width 0.2s ease; }

/* line 643, bower_components/plyr/src/scss/plyr.scss */
.plyr--video .plyr__progress--buffer,
.plyr--video .plyr__volume--display {
  background: rgba(255, 255, 255, 0.25); }

/* line 647, bower_components/plyr/src/scss/plyr.scss */
.plyr--video .plyr__progress--buffer {
  color: rgba(255, 255, 255, 0.25); }

/* line 650, bower_components/plyr/src/scss/plyr.scss */
.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
  background: rgba(198, 214, 219, 0.67); }

/* line 654, bower_components/plyr/src/scss/plyr.scss */
.plyr--audio .plyr__progress--buffer {
  color: rgba(198, 214, 219, 0.67); }

/* line 659, bower_components/plyr/src/scss/plyr.scss */
.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; }

/* line 675, bower_components/plyr/src/scss/plyr.scss */
.plyr--video.plyr--loading .plyr__progress--buffer {
  background-color: rgba(255, 255, 255, 0.25); }

/* line 678, bower_components/plyr/src/scss/plyr.scss */
.plyr--audio.plyr--loading .plyr__progress--buffer {
  background-color: rgba(198, 214, 219, 0.67); }

/* line 684, bower_components/plyr/src/scss/plyr.scss */
.plyr__time {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px; }

/* line 690, bower_components/plyr/src/scss/plyr.scss */
.plyr__time + .plyr__time {
  display: none; }
  @media (min-width: 768px) {
    /* line 690, bower_components/plyr/src/scss/plyr.scss */
    .plyr__time + .plyr__time {
      display: inline-block; } }
  /* line 698, bower_components/plyr/src/scss/plyr.scss */
  .plyr__time + .plyr__time::before {
    content: "\2044";
    margin-right: 10px; }

/* line 706, bower_components/plyr/src/scss/plyr.scss */
.plyr__volume {
  display: none; }

/* line 709, bower_components/plyr/src/scss/plyr.scss */
.plyr .plyr__volume {
  flex: 1;
  position: relative; }
  /* line 713, bower_components/plyr/src/scss/plyr.scss */
  .plyr .plyr__volume input[type="range"] {
    position: relative;
    z-index: 2; }
  @media (min-width: 480px) {
    /* line 709, bower_components/plyr/src/scss/plyr.scss */
    .plyr .plyr__volume {
      display: block;
      max-width: 60px; } }
  @media (min-width: 768px) {
    /* line 709, bower_components/plyr/src/scss/plyr.scss */
    .plyr .plyr__volume {
      max-width: 100px; } }

/* line 729, bower_components/plyr/src/scss/plyr.scss */
.plyr--is-ios .plyr__volume,
.plyr--is-ios [data-plyr="mute"] {
  display: none !important; }

/* line 736, bower_components/plyr/src/scss/plyr.scss */
.plyr--fullscreen-active {
  height: 100%;
  width: 100%;
  background: #000;
  border-radius: 0 !important; }
  /* line 742, bower_components/plyr/src/scss/plyr.scss */
  .plyr--fullscreen-active video {
    height: 100%; }
  /* line 745, bower_components/plyr/src/scss/plyr.scss */
  .plyr--fullscreen-active .plyr__video-wrapper {
    height: 100%;
    width: 100%; }
  /* line 749, bower_components/plyr/src/scss/plyr.scss */
  .plyr--fullscreen-active .plyr__video-embed {
    overflow: visible; }
  /* line 755, bower_components/plyr/src/scss/plyr.scss */
  .plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%); }

/* line 763, bower_components/plyr/src/scss/plyr.scss */
.plyr--fullscreen-fallback.plyr--fullscreen-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000000; }

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

/* line 18, sass/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  /* line 24, sass/_slick.scss */
  .slick-list:focus {
    outline: none; }
  /* line 27, sass/_slick.scss */
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

/* line 33, sass/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* line 42, sass/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  /* line 47, sass/_slick.scss */
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  /* line 52, sass/_slick.scss */
  .slick-track:after {
    clear: both; }
  /* line 55, sass/_slick.scss */
  .slick-loading .slick-track {
    visibility: hidden; }

/* line 60, sass/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  /* line 64, sass/_slick.scss */
  [dir="rtl"] .slick-slide {
    float: right; }
  /* line 67, sass/_slick.scss */
  .slick-slide img {
    display: block; }
  /* line 70, sass/_slick.scss */
  .slick-slide.slick-loading img {
    display: none; }
  /* line 74, sass/_slick.scss */
  .slick-slide.dragging img {
    pointer-events: none; }
  /* line 77, sass/_slick.scss */
  .slick-initialized .slick-slide {
    display: block; }
  /* line 80, sass/_slick.scss */
  .slick-loading .slick-slide {
    visibility: hidden; }
  /* line 83, sass/_slick.scss */
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* line 90, sass/_slick.scss */
.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/* Icons */
/* Arrows */
/* line 150, sass/_slick.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1;
  width: 26px;
  height: 46px; }
  /* line 171, sass/_slick.scss */
  .slick-prev svg,
  .slick-next svg {
    display: inline-block;
    width: 8px;
    height: 20px;
    fill: white; }
  /* line 177, sass/_slick.scss */
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    /* line 182, sass/_slick.scss */
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  /* line 186, sass/_slick.scss */
  .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    opacity: 0.25; }
  /* line 189, sass/_slick.scss */
  .slick-prev:before,
  .slick-next:before {
    font-family: "helvetica";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

/* line 200, sass/_slick.scss */
.slick-prev {
  left: 1.25rem;
  text-align: left; }
  /* line 203, sass/_slick.scss */
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  /* line 207, sass/_slick.scss */
  .slick-prev:before {
    /*content: $slick-prev-character;
        [dir="rtl"] & {
            content: $slick-next-character;
        }*/ }

/* line 215, sass/_slick.scss */
.slick-next {
  right: 1.25rem;
  text-align: right; }
  /* line 218, sass/_slick.scss */
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  /* line 222, sass/_slick.scss */
  .slick-next:before {
    /*content: $slick-next-character;
        [dir="rtl"] & {
            content: $slick-prev-character;
        }*/ }

/* Dots */
/* line 233, sass/_slick.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

/* line 237, sass/_slick.scss */
.slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  bottom: 1.5625em;
  left: 0; }
  /* line 247, sass/_slick.scss */
  .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    cursor: pointer; }
    /* line 253, sass/_slick.scss */
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      width: 1.25rem;
      height: 1.25rem;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 0;
      cursor: pointer; }
      /* line 265, sass/_slick.scss */
      .slick-dots li button:before {
        content: " ";
        display: block;
        width: 0.4375rem;
        height: 0.4375rem;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        opacity: 0.5;
        background: white; }
      /* line 274, sass/_slick.scss */
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        /* line 277, sass/_slick.scss */
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
    /* line 283, sass/_slick.scss */
    .slick-dots li.slick-active button:before {
      opacity: 1; }

/* line 1, sass/helpers/_background-img.scss */
.has-bg-img {
  position: relative; }

/* line 5, sass/helpers/_background-img.scss */
.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center; }

/* line 16, sass/helpers/_background-img.scss */
.bg-img + .bg-img {
  opacity: 1;
  visibility: visible; }
  @media (min-width: 768px) {
    /* line 16, sass/helpers/_background-img.scss */
    .bg-img + .bg-img {
      opacity: 0;
      visibility: hidden; } }

/* line 26, sass/helpers/_background-img.scss */
.bg-img + .rte {
  position: relative; }

/* line 2, sass/helpers/_background.scss */
.bg-black {
  background-color: #000000 !important; }

/* line 6, sass/helpers/_background.scss */
.bg-white {
  background-color: #ffffff !important; }

/* line 10, sass/helpers/_background.scss */
.bg-grey {
  background-color: #d6d6d6 !important; }

/* line 14, sass/helpers/_background.scss */
.bg-light-grey {
  background-color: #eceded !important; }

/* line 18, sass/helpers/_background.scss */
.bg-dark-grey {
  background-color: #1A1A1A !important; }

/* line 22, sass/helpers/_background.scss */
.bg-flexitrack-grey {
  background-color: #3D424F !important; }

/* line 26, sass/helpers/_background.scss */
.bg-purple {
  background-color: #260D54 !important; }

/* line 1, sass/helpers/_text-color.scss */
.text-white {
  color: #ffffff !important; }

/* line 5, sass/helpers/_text-color.scss */
.text-pink {
  color: #EC9FBC !important; }

/* line 9, sass/helpers/_text-color.scss */
.text-green {
  color: #2BC54D !important; }

/* line 13, sass/helpers/_text-color.scss */
.text-aqua {
  color: #4DD0DF !important; }

/* line 17, sass/helpers/_text-color.scss */
.text-black {
  color: #000000 !important; }

/* line 1, sass/_main.scss */
html {
  font-size: 16px; }

/* line 4, sass/_main.scss */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.6;
  font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #303030; }
  /* line 11, sass/_main.scss */
  body header, body footer {
    font-size: 16px !important; }
  /* line 14, sass/_main.scss */
  body footer {
    margin-top: 0; }

/* line 19, sass/_main.scss */
html.modal-overflow, body.modal-overflow {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; }

/* line 29, sass/_main.scss */
.content-wrapper {
  position: relative;
  height: 100%;
  width: 100%; }

/* line 35, sass/_main.scss */
img {
  max-width: 100%; }

/* line 38, sass/_main.scss */
svg, svg:not(:root) {
  overflow: visible; }

/* line 41, sass/_main.scss */
p {
  margin-bottom: 15px; }

/* line 44, sass/_main.scss */
h1,
h2,
h3,
h4 {
  margin-top: 0;
  margin-bottom: 1.25rem; }

/* line 52, sass/_main.scss */
a {
  color: #d50810;
  transition: color 0.3s ease-out; }
  /* line 55, sass/_main.scss */
  a:hover {
    color: black; }

/* line 59, sass/_main.scss */
main {
  display: block; }

/* line 60, sass/_main.scss */
h2 {
  font-size: 1.5625em;
  font-weight: 400;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase; }

/* line 67, sass/_main.scss */
.close-btn {
  border: none;
  border-radius: 0;
  display: block;
  appearance: none;
  background: none;
  font-size: 1em;
  width: 2.8125em;
  height: 2.8125em;
  line-height: 2.8125em; }
  /* line 77, sass/_main.scss */
  .close-btn svg {
    margin: 0 auto;
    display: block;
    fill: #d50810;
    width: 1.25em;
    height: 1.25em; }

/* line 85, sass/_main.scss */
.btn, input[type=submit], button {
  font-weight: 700;
  font-size: 0.875em;
  border: none;
  border-radius: 0;
  line-height: 2.5rem;
  padding: 0 2.1428571429em;
  transition: color 0.3s ease-out, border 0.3s ease-out, background 0.3s ease-out; }
  @media (min-width: 992px) {
    /* line 85, sass/_main.scss */
    .btn, input[type=submit], button {
      font-size: 0.8125em;
      padding: 0 2.3076923077em; } }
  /* line 97, sass/_main.scss */
  .btn .arrow-right, input[type=submit] .arrow-right, button .arrow-right {
    display: inline-block;
    width: 0.3125rem;
    height: 0.625rem;
    fill: #d50810;
    vertical-align: middle;
    margin-left: 0.3125rem;
    opacity: 1;
    transition: opacity 0.3s ease-out, margin-left 0.3s ease-out; }
  /* line 108, sass/_main.scss */
  .btn:hover .arrow-right, .btn:active .arrow-right, .btn:focus .arrow-right, input[type=submit]:hover .arrow-right, input[type=submit]:active .arrow-right, input[type=submit]:focus .arrow-right, button:hover .arrow-right, button:active .arrow-right, button:focus .arrow-right {
    margin-left: 0.625rem !important; }

/* line 113, sass/_main.scss */
.btn-red {
  background: #d50810;
  color: white; }
  /* line 116, sass/_main.scss */
  .btn-red .arrow-right {
    fill: white;
    margin-bottom: 2px; }
  /* line 120, sass/_main.scss */
  .btn-red:hover, .btn-red:active, .btn-red:focus {
    background: black;
    color: white; }

/* line 126, sass/_main.scss */
.btn-max {
  background: #1177ad;
  color: white; }
  /* line 129, sass/_main.scss */
  .btn-max .arrow-right {
    fill: white; }
  /* line 132, sass/_main.scss */
  .btn-max:hover, .btn-max:active, .btn-max:focus {
    background: white;
    color: #1177ad; }
    /* line 136, sass/_main.scss */
    .btn-max:hover .arrow-right, .btn-max:active .arrow-right, .btn-max:focus .arrow-right {
      fill: #1177ad; }

/* line 141, sass/_main.scss */
.btn-black {
  background: black;
  color: white; }
  /* line 144, sass/_main.scss */
  .btn-black .arrow-right {
    fill: white; }
  /* line 147, sass/_main.scss */
  .btn-black:hover, .btn-black:active, .btn-black:focus {
    background: #d50810;
    color: white; }

/* line 153, sass/_main.scss */
.btn-grey {
  background: #d6d6d6;
  color: #d50810; }
  /* line 156, sass/_main.scss */
  .btn-grey:hover, .btn-grey:active, .btn-grey:focus {
    background: #d50810;
    color: white; }
    /* line 160, sass/_main.scss */
    .btn-grey:hover .btn-icon, .btn-grey:active .btn-icon, .btn-grey:focus .btn-icon {
      fill: white; }

/* line 165, sass/_main.scss */
.btn-with-icon {
  background: none;
  appearance: none;
  border: none; }

/* line 170, sass/_main.scss */
.btn-icon {
  fill: white; }

/* line 173, sass/_main.scss */
.link {
  appearance: none;
  display: inline-block;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  padding-bottom: 1px;
  border-bottom: 1px solid white;
  color: #d50810;
  font-weight: 700; }
  /* line 184, sass/_main.scss */
  .link .arrow-right {
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 8px;
    fill: #d50810;
    margin-left: 5px;
    line-height: 1; }

/* line 194, sass/_main.scss */
.form-control {
  font-size: 1em;
  height: 2.5rem;
  border: none;
  border-radius: 0;
  line-height: 1;
  box-shadow: none;
  transition: background 0.3s ease-out, padding 0.3s ease-out; }
  /* line 163, sass/_mixins.scss */
  .form-control::-webkit-input-placeholder {
    font-size: 0.9375em;
    line-height: 1.2em;
    color: #646464; }
  /* line 163, sass/_mixins.scss */
  .form-control:-ms-input-placeholder {
    font-size: 0.9375em;
    line-height: 1.2em;
    color: #646464; }
  /* line 163, sass/_mixins.scss */
  .form-control:-moz-placeholder {
    font-size: 0.9375em;
    color: #646464; }
  /* line 163, sass/_mixins.scss */
  .form-control::-moz-placeholder {
    font-size: 0.9375em;
    color: #646464; }
  @media (min-width: 992px) {
    /* line 163, sass/_mixins.scss */
    .form-control::-webkit-input-placeholder {
      font-size: 0.8125em;
      line-height: 1.3846153846em; }
    /* line 163, sass/_mixins.scss */
    .form-control:-ms-input-placeholder {
      font-size: 0.8125em;
      line-height: 1.3846153846em; }
    /* line 163, sass/_mixins.scss */
    .form-control:-moz-placeholder {
      font-size: 0.8125em; }
    /* line 163, sass/_mixins.scss */
    .form-control::-moz-placeholder {
      font-size: 0.8125em; } }
  /* line 220, sass/_main.scss */
  .form-control:focus {
    box-shadow: none;
    padding-left: 1.875em; }

/* line 225, sass/_main.scss */
textarea.form-control {
  padding-top: 0.75rem; }

/* line 228, sass/_main.scss */
.error {
  border: 1px solid #d50810;
  color: #d50810; }

/* line 232, sass/_main.scss */
.message {
  border: none;
  display: none;
  font-size: 0.75em;
  padding: 5px 10px;
  border-radius: 4px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); }
  /* line 239, sass/_main.scss */
  .message.show {
    display: block;
    margin-top: -0.9375em;
    margin-bottom: 1.25em; }
  /* line 244, sass/_main.scss */
  .message.error {
    background: #ffeaea;
    border: 1px solid #fde7e8;
    border: none;
    color: #d50810; }
    /* line 249, sass/_main.scss */
    .message.error svg {
      display: inline-block;
      width: 1em;
      height: 1em;
      line-height: 1;
      vertical-align: middle;
      fill: #d50810;
      margin-right: 0.25em; }
  /* line 259, sass/_main.scss */
  .message.success {
    background: #eaffea;
    border: 1px solid #e7fdf1;
    color: green; }

/* line 265, sass/_main.scss */
.search-box {
  position: relative; }
  /* line 267, sass/_main.scss */
  .search-box .form-control {
    border: none;
    font-size: 1em;
    height: 2.5em;
    padding: 0 2em;
    color: #303030; }
    /* line 163, sass/_mixins.scss */
    .search-box .form-control::-webkit-input-placeholder {
      color: #303030;
      transition: color 0.3s ease-out; }
    /* line 163, sass/_mixins.scss */
    .search-box .form-control:-ms-input-placeholder {
      color: #303030;
      transition: color 0.3s ease-out; }
    /* line 163, sass/_mixins.scss */
    .search-box .form-control:-moz-placeholder {
      color: #303030;
      transition: color 0.3s ease-out; }
    /* line 163, sass/_mixins.scss */
    .search-box .form-control::-moz-placeholder {
      color: #303030;
      transition: color 0.3s ease-out; }
    /* line 281, sass/_main.scss */
    .search-box .form-control:focus {
      padding-left: 3.75em; }
  /* line 285, sass/_main.scss */
  .search-box .search-icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 2.5em;
    line-height: 2.5em;
    width: 2em;
    text-align: center; }
  /* line 294, sass/_main.scss */
  .search-box .btn-icon {
    width: 0.9375em;
    height: 0.9375em;
    display: inline-block;
    fill: #303030;
    vertical-align: middle;
    transition: fill 0.3s ease-out; }
    /* line 301, sass/_main.scss */
    .search-box .btn-icon.white {
      fill: white; }
  /* line 305, sass/_main.scss */
  .search-box .btn-red {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 700;
    font-size: 0.9375em;
    height: 2.6666666667em; }

/* line 314, sass/_main.scss */
.breadcrumb {
  background: none;
  border: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: none;
  padding-top: 2.2em;
  padding-bottom: 0;
  margin-bottom: 2em;
  display: none; }
  @media (min-width: 992px) {
    /* line 314, sass/_main.scss */
    .breadcrumb {
      display: block; } }
  /* line 328, sass/_main.scss */
  .breadcrumb a {
    color: #d50810; }
  /* line 331, sass/_main.scss */
  .breadcrumb .active {
    color: #303030; }

/* line 335, sass/_main.scss */
.card {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #ffffff;
  color: black;
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease-out; }
  /* line 345, sass/_main.scss */
  .card .image {
    position: relative;
    padding-bottom: 65%;
    overflow: hidden; }
    /* line 350, sass/_main.scss */
    .card .image img {
      opacity: 0;
      width: auto;
      max-width: none;
      min-height: 100%;
      min-width: 100%;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      transform: translateX(-50%) translateY(-50%);
      transition: all 0.3s ease-out; }
  /* line 366, sass/_main.scss */
  .card .image-bg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    transition: transform 0.3s ease-out; }
  /* line 377, sass/_main.scss */
  .card .link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 1.25em 1.25em; }
  /* line 385, sass/_main.scss */
  .card .image--icon {
    text-align: center; }
    /* line 388, sass/_main.scss */
    .card .image--icon img {
      max-width: 144px;
      max-height: 120px;
      margin: 2.5em auto 0; }

/* line 395, sass/_main.scss */
a.card {
  cursor: pointer;
  text-decoration: none;
  font-weight: 400; }
  /* line 399, sass/_main.scss */
  a.card:hover, a.card:focus {
    color: #000;
    box-shadow: 3px 4px 18.4px 1.6px rgba(0, 0, 0, 0.1); }
    /* line 402, sass/_main.scss */
    a.card:hover .image-bg, a.card:focus .image-bg {
      transform: scale(1.1); }

/* line 408, sass/_main.scss */
.rte a {
  color: #d50810;
  text-decoration: underline; }
  /* line 411, sass/_main.scss */
  .rte a:hover {
    color: black; }

/* line 415, sass/_main.scss */
.rte h2 {
  font-size: 1.5625em;
  letter-spacing: 0.045em;
  line-height: 1.08em; }

/* line 420, sass/_main.scss */
.rte h3 {
  font-size: 1.25em;
  line-height: 1.2em; }

/* line 424, sass/_main.scss */
.rte .table-images {
  margin: 0;
  margin-bottom: 10px;
  border: none;
  padding: 0; }
  /* line 429, sass/_main.scss */
  .rte .table-images td {
    padding: 0;
    padding-right: 10px; }
  /* line 433, sass/_main.scss */
  .rte .table-images img {
    max-width: 100%;
    display: block;
    height: auto !important; }

/* line 440, sass/_main.scss */
.slick-slider {
  margin-bottom: 0; }

/* line 443, sass/_main.scss */
.card-description {
  padding: 1.5625em 1.25em 3.75em;
  text-align: center; }
  /* line 446, sass/_main.scss */
  .card-description h3 {
    font-weight: 400;
    font-size: 1.25em;
    margin-bottom: 0.25em; }
  /* line 451, sass/_main.scss */
  .card-description .link {
    font-size: 0.8125em;
    line-height: 1.3076923077em;
    padding: 0 1.5384615385em 2.3076923077em; }

@media (min-width: 768px) {
  /* line 193, sass/_mixins.scss */
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16 {
    padding-left: 10px;
    padding-right: 10px; }
  /* line 460, sass/_main.scss */
  .row {
    margin-right: -10px;
    margin-left: -10px; }
    /* line 9, sass/_mixins.scss */
    .row:before, .row:after {
      content: "";
      display: table; }
    /* line 14, sass/_mixins.scss */
    .row:after {
      clear: both; }
  /* line 463, sass/_main.scss */
  .container {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto; }
    /* line 9, sass/_mixins.scss */
    .container:before, .container:after {
      content: "";
      display: table; }
    /* line 14, sass/_mixins.scss */
    .container:after {
      clear: both; } }

@media (min-width: 992px) {
  /* line 469, sass/_main.scss */
  body .submenu-list {
    width: 18.375em;
    height: auto;
    left: 0;
    z-index: -1;
    visibility: hidden;
    top: 100%;
    opacity: 0;
    transform: translateX(-10px); } }

@media (max-width: 992px) {
  /* line 485, sass/_main.scss */
  body .desktop-only {
    display: none; }
  /* line 488, sass/_main.scss */
  body .mobile-only {
    display: block !important; }
  /* line 491, sass/_main.scss */
  body > header {
    border-bottom: 3px solid #d50810; } }
  @media (max-width: 992px) and (min-width: 992px) {
    /* line 491, sass/_main.scss */
    body > header {
      height: 3.75em;
      line-height: 3.75em; } }

@media (max-width: 992px) and (min-width: 992px) {
  /* line 498, sass/_main.scss */
  body .header-btn-search {
    display: block; } }

@media (max-width: 992px) and (min-width: 768px) {
  /* line 505, sass/_main.scss */
  body .top-menu .container {
    width: 100%; }
  /* line 508, sass/_main.scss */
  body .top-menu .middle-section {
    width: 62.5%; } }

@media (max-width: 992px) {
  /* line 519, sass/_main.scss */
  body .main-menu {
    display: none; }
  /* line 522, sass/_main.scss */
  body .top-menu-left {
    display: block;
    text-align: center;
    width: 100%;
    align-items: center; } }

@media (max-width: 992px) and (min-width: 992px) {
  /* line 528, sass/_main.scss */
  body .logo-wrap {
    text-align: center;
    height: 3.75rem;
    padding: 0;
    line-height: 3.75rem;
    margin-right: 0; } }

@media (max-width: 992px) and (min-width: 992px) {
  /* line 537, sass/_main.scss */
  body .logo {
    position: relative;
    top: 0.1875em;
    width: 7.1875em;
    height: 1.375em; } }

@media (max-width: 992px) and (min-width: 992px) {
  /* line 545, sass/_main.scss */
  body .left-section {
    display: block; } }

@media (max-width: 992px) and (min-width: 992px) {
  /* line 550, sass/_main.scss */
  body .right-section {
    display: block; } }

@media (max-width: 992px) {
  /* line 555, sass/_main.scss */
  body .top-menu-list {
    padding: 3.75em 0 1em; }
    /* line 557, sass/_main.scss */
    body .top-menu-list .user,
    body .top-menu-list .account {
      height: 2.5em; }
      /* line 560, sass/_main.scss */
      body .top-menu-list .user .submenu-list,
      body .top-menu-list .account .submenu-list {
        top: 100%;
        min-width: 100%;
        width: auto;
        height: auto;
        padding-right: 3.125em; }
        /* line 566, sass/_main.scss */
        body .top-menu-list .user .submenu-list li,
        body .top-menu-list .account .submenu-list li {
          white-space: nowrap; }
        /* line 569, sass/_main.scss */
        body .top-menu-list .user .submenu-list a,
        body .top-menu-list .account .submenu-list a {
          text-align: left; }
    /* line 575, sass/_main.scss */
    body .top-menu-list .user {
      padding-right: 3.125em;
      max-width: none; }
    /* line 579, sass/_main.scss */
    body .top-menu-list .account {
      padding-right: 1.875em;
      max-width: none; }
    /* line 583, sass/_main.scss */
    body .top-menu-list .menu-label {
      display: inline;
      display: inline-block;
      margin-right: 0.3571428571em;
      vertical-align: middle;
      width: 3.5714285714em;
      text-align: right;
      white-space: nowrap;
      overflow: hidden; }
    /* line 593, sass/_main.scss */
    body .top-menu-list .menu-select {
      text-align: left;
      white-space: nowrap;
      vertical-align: middle; }
    /* line 598, sass/_main.scss */
    body .top-menu-list .account-title,
    body .top-menu-list .user-name,
    body .top-menu-list .account-name {
      vertical-align: middle;
      display: inline-block;
      font-weight: 600;
      color: white;
      font-size: 0.875em;
      line-height: 2.7142857143em;
      width: 100%;
      overflow: hidden; }
    /* line 610, sass/_main.scss */
    body .top-menu-list .logout {
      font-size: 0.9375em;
      height: 2.6666666667em;
      line-height: 2.5333333333em;
      padding: 0 0.6666666667em;
      font-weight: 700;
      color: white;
      display: inline-block;
      text-decoration: none;
      border: none;
      background: #d50810; }
      /* line 621, sass/_main.scss */
      body .top-menu-list .logout:hover {
        background: white; } }

/* line 630, sass/_main.scss */
section.section-black {
  background: #000; }

/* line 633, sass/_main.scss */
section.section-white {
  background: white; }

/* line 636, sass/_main.scss */
section.section-dark-grey {
  background: #1A1A1A; }

/* line 639, sass/_main.scss */
section.section-light-grey {
  background: #eceded; }

/* line 642, sass/_main.scss */
section.section-grey {
  background: #d6d6d6; }

/* line 645, sass/_main.scss */
section.section-purple {
  background: #260D54; }

/* line 648, sass/_main.scss */
section.section-red {
  background: #d50810; }

/* line 651, sass/_main.scss */
section.color-white {
  color: white; }

/* line 654, sass/_main.scss */
section.no-top-padding {
  padding-top: 0; }

/* line 659, sass/_main.scss */
.error-page .container {
  color: #363636;
  text-align: center;
  padding-top: 115px;
  padding-bottom: 110px; }

/* line 2, sass/_rte.scss */
.rte table, .rte .table {
  border-collapse: collapse;
  font-size: 14px;
  border: 1px solid #eceded; }
  /* line 6, sass/_rte.scss */
  .rte table th, .rte .table th {
    vertical-align: middle; }
  /* line 9, sass/_rte.scss */
  .rte table td, .rte .table td {
    border-top: 1px solid #eceded;
    border-right: 1px solid #eceded; }
    /* line 12, sass/_rte.scss */
    .rte table td:last-child, .rte .table td:last-child {
      border-right: none; }

/* line 17, sass/_rte.scss */
.rte ul {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-left: 20px;
  padding-bottom: 15px; }
  /* line 23, sass/_rte.scss */
  .rte ul li {
    position: relative;
    padding-left: 12px; }
    /* line 26, sass/_rte.scss */
    .rte ul li:before {
      content: ' ';
      display: block;
      height: 9px;
      width: 9px;
      background-image: url("/resources/themes/actrol/assets/common/svgs/arrow-list-right.svg");
      background-size: 6px 9px;
      background-repeat: no-repeat;
      position: absolute;
      top: 10px;
      left: 0; }

/* line 1, sass/includes/_footer.scss */
footer {
  color: white;
  overflow: hidden; }
  /* line 4, sass/includes/_footer.scss */
  footer * {
    box-sizing: border-box; }
  /* line 7, sass/includes/_footer.scss */
  footer .container {
    margin-right: auto;
    margin-left: auto;
    padding: 0 10px;
    max-width: 1200px; }
    @media (min-width: 768px) {
      /* line 7, sass/includes/_footer.scss */
      footer .container {
        padding: 0 10px; } }
  /* line 16, sass/includes/_footer.scss */
  footer .row {
    margin-left: -10px;
    margin-right: -10px; }
  /* line 20, sass/includes/_footer.scss */
  footer .list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px; }
    /* line 25, sass/includes/_footer.scss */
    footer .list-inline > li {
      display: inline-block;
      padding-left: 5px;
      padding-right: 5px; }
  /* line 31, sass/includes/_footer.scss */
  footer .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    transition: background 0.3s ease-out, padding 0.3s ease-out;
    border: none;
    line-height: 1;
    height: 2.5em;
    font-size: 1em;
    box-sizing: border-box; }
  /* line 47, sass/includes/_footer.scss */
  footer .list-unstyled {
    margin: 0;
    list-style: none;
    padding: 0; }
  /* line 52, sass/includes/_footer.scss */
  footer .logo {
    fill: #d9272e;
    width: 7.5em;
    height: 1.4375em; }
    @media (min-width: 1200px) {
      /* line 52, sass/includes/_footer.scss */
      footer .logo {
        width: 9.5625em;
        height: 1.875em; } }
  @media (min-width: 768px) {
    /* line 1, sass/includes/_footer.scss */
    footer {
      margin-top: 2.1875em; } }
  /* line 64, sass/includes/_footer.scss */
  footer .logo-wrap {
    padding: 0; }
  /* line 67, sass/includes/_footer.scss */
  footer .search-box-wrap {
    display: none;
    margin-bottom: 1.25em; }
    @media (min-width: 992px) {
      /* line 67, sass/includes/_footer.scss */
      footer .search-box-wrap {
        display: block; } }
    /* line 73, sass/includes/_footer.scss */
    footer .search-box-wrap .btn {
      display: none; }
    /* line 76, sass/includes/_footer.scss */
    footer .search-box-wrap .form-control {
      padding-left: 1.25em; }
      /* line 78, sass/includes/_footer.scss */
      footer .search-box-wrap .form-control:focus {
        padding-left: 1.875em; }
  /* line 83, sass/includes/_footer.scss */
  footer .footer-title {
    display: block; }
    /* line 85, sass/includes/_footer.scss */
    footer .footer-title .btn-icon {
      fill: white;
      width: 0.75em;
      height: 0.75em;
      display: inline-block;
      vertical-align: middle;
      margin-right: 0.4375em; }
  /* line 95, sass/includes/_footer.scss */
  footer .footer-contact-location .footer-title {
    display: none;
    text-align: right; }
    @media (min-width: 992px) {
      /* line 95, sass/includes/_footer.scss */
      footer .footer-contact-location .footer-title {
        display: block; } }
  @media (max-width: 991px) {
    /* line 103, sass/includes/_footer.scss */
    footer .store-finder-block {
      padding-left: 0; } }
  /* line 109, sass/includes/_footer.scss */
  footer .store-finder-button .btn {
    display: block;
    text-decoration: none;
    white-space: nowrap;
    text-align: center; }
  @media (min-width: 1200px) {
    /* line 116, sass/includes/_footer.scss */
    footer div.container {
      width: 1200px; } }
  /* line 120, sass/includes/_footer.scss */
  footer div.container .footer-contact-location .footer-title {
    margin-bottom: 1.25rem; }
  /* line 123, sass/includes/_footer.scss */
  footer div.container .search-box input.form-control {
    padding-right: 2em;
    padding-left: 1.25em;
    width: 100%;
    height: 2.5em; }
  /* line 131, sass/includes/_footer.scss */
  footer #footer-btt.back-to-top {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 0px;
    right: 0;
    color: #fff;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    background-color: #d50810;
    border: none; }
  /* line 145, sass/includes/_footer.scss */
  footer .back-to-top-icon {
    font-size: 25px; }

/* line 149, sass/includes/_footer.scss */
.footer-row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap; }

/* line 154, sass/includes/_footer.scss */
.footer-column {
  background: #303030;
  padding: 1.875em 0 1.4375em;
  padding-left: 17%;
  border-bottom: 2px solid #3b3b3b; }
  @media (min-width: 768px) {
    /* line 154, sass/includes/_footer.scss */
    .footer-column {
      float: left;
      padding: 0 0 1.4375em;
      height: 100%;
      border: none; } }

/* line 166, sass/includes/_footer.scss */
.footer-column--logo {
  width: 25%;
  float: left; }
  @media (max-width: 991px) {
    /* line 166, sass/includes/_footer.scss */
    .footer-column--logo {
      display: none; } }

/* line 173, sass/includes/_footer.scss */
.column-0 {
  display: none; }
  @media (min-width: 992px) {
    /* line 173, sass/includes/_footer.scss */
    .column-0 {
      display: block;
      width: 17.5%; } }

@media (min-width: 768px) {
  /* line 180, sass/includes/_footer.scss */
  .column-1, .column-2, .column-3 {
    width: 18%; } }

@media (min-width: 992px) {
  /* line 180, sass/includes/_footer.scss */
  .column-1, .column-2, .column-3 {
    width: 12.95%; } }

@media (min-width: 768px) {
  /* line 188, sass/includes/_footer.scss */
  .column-4 {
    width: 26%; } }

@media (min-width: 992px) {
  /* line 188, sass/includes/_footer.scss */
  .column-4 {
    width: 19.37%; } }

@media (min-width: 768px) {
  /* line 196, sass/includes/_footer.scss */
  .column-5 {
    width: 20%; } }

@media (min-width: 992px) {
  /* line 196, sass/includes/_footer.scss */
  .column-5 {
    width: 24.28%; } }

/* line 205, sass/includes/_footer.scss */
.footer-contact-location {
  background: #3b3a3a;
  margin: 0 -10px;
  padding: 1.875em 17% 2.1875em;
  text-align: center; }
  @media (min-width: 768px) {
    /* line 205, sass/includes/_footer.scss */
    .footer-contact-location {
      background: none;
      text-align: left;
      margin: 0;
      padding: 0; } }

/* line 217, sass/includes/_footer.scss */
.footer-column-last {
  background: #2c2c2c;
  border-bottom: none; }
  @media (min-width: 768px) {
    /* line 217, sass/includes/_footer.scss */
    .footer-column-last {
      background: none; } }

/* line 224, sass/includes/_footer.scss */
.footer-title {
  font-size: 1em;
  text-transform: uppercase;
  color: white;
  font-weight: 700;
  display: inline-block; }
  @media (min-width: 768px) {
    /* line 224, sass/includes/_footer.scss */
    .footer-title {
      font-size: 0.8125em; } }

/* line 234, sass/includes/_footer.scss */
.footer-title-link {
  color: white;
  text-decoration: none; }
  /* line 237, sass/includes/_footer.scss */
  .footer-title-link:focus {
    color: #d50810; }
  /* line 240, sass/includes/_footer.scss */
  .footer-title-link:hover, .footer-title-link:active {
    text-decoration: underline;
    color: white; }

/* line 245, sass/includes/_footer.scss */
.footer-link {
  color: #b0afaf;
  line-height: 1.4444444444em;
  font-size: 1.125em;
  padding: 0.3888888889em 0;
  display: inline-block;
  text-decoration: none;
  position: relative; }
  @media (min-width: 768px) {
    /* line 245, sass/includes/_footer.scss */
    .footer-link {
      font-size: 0.8125em;
      letter-spacing: 0.04em; } }
  /* line 257, sass/includes/_footer.scss */
  .footer-link:focus {
    color: #d50810; }
  /* line 260, sass/includes/_footer.scss */
  .footer-link:hover, .footer-link:active {
    color: white;
    text-decoration: underline; }
  /* line 264, sass/includes/_footer.scss */
  .footer-link .icon-wrap {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 5px; }
  /* line 270, sass/includes/_footer.scss */
  .footer-link .icon {
    fill: #646464;
    width: 0.3888888889em;
    height: 0.5555555556em; }

@media (min-width: 768px) {
  /* line 277, sass/includes/_footer.scss */
  .sublinks li {
    margin-left: 0.5625em; } }

/* line 281, sass/includes/_footer.scss */
.sublinks li a {
  padding-left: 0.8333333333em;
  padding-right: 0.8333333333em; }

/* line 287, sass/includes/_footer.scss */
.footer-contact-links {
  margin: 0;
  white-space: nowrap;
  overflow: hidden; }

/* line 292, sass/includes/_footer.scss */
.footer-link-btn {
  font-weight: 700;
  background: #eceded;
  display: block;
  padding: 0;
  color: black;
  margin-bottom: 0.46875em;
  text-align: center; }
  @media (min-width: 992px) {
    /* line 292, sass/includes/_footer.scss */
    .footer-link-btn {
      background: #d50810;
      color: white; }
      /* line 304, sass/includes/_footer.scss */
      .footer-link-btn:hover {
        background: black;
        color: white; } }

/* line 310, sass/includes/_footer.scss */
.footer-link-icon {
  fill: #9d9d9d;
  display: block;
  width: 1.3125em;
  height: 1.5625em; }

/* line 316, sass/includes/_footer.scss */
.footer-copy {
  background: #202020;
  color: #737373; }
  /* line 319, sass/includes/_footer.scss */
  .footer-copy .col-xs-6 {
    padding-left: 0; }
  /* line 323, sass/includes/_footer.scss */
  .footer-copy a:hover {
    color: white; }

/* line 328, sass/includes/_footer.scss */
.footer-copy--left {
  float: left;
  width: 50%;
  padding: 0 10px; }
  /* line 332, sass/includes/_footer.scss */
  .footer-copy--left a {
    text-decoration: none; }
    /* line 334, sass/includes/_footer.scss */
    .footer-copy--left a:hover {
      text-decoration: underline; }

/* line 339, sass/includes/_footer.scss */
.footer-copy--right {
  float: left;
  width: 50%;
  padding: 0 10px; }
  @media (max-width: 850px) {
    /* line 339, sass/includes/_footer.scss */
    .footer-copy--right {
      padding-right: 50px; } }
  @media (min-width: 992px) and (max-width: 1070px) {
    /* line 339, sass/includes/_footer.scss */
    .footer-copy--right {
      padding-right: 50px; } }

/* line 350, sass/includes/_footer.scss */
.footer-copy-links {
  margin: 0;
  padding: 0.625em;
  padding-left: 0.9375em; }
  /* line 354, sass/includes/_footer.scss */
  .footer-copy-links li {
    padding: 0; }
  /* line 358, sass/includes/_footer.scss */
  .footer-copy-links li:last-child .footer-copy-link:after {
    content: "";
    display: none; }

/* line 364, sass/includes/_footer.scss */
.footer-copy-link {
  color: #737373;
  font-weight: 400;
  font-size: 0.8125em;
  line-height: 2em;
  letter-spacing: 0.04em;
  vertical-align: middle; }
  /* line 371, sass/includes/_footer.scss */
  .footer-copy-link:after {
    content: " ";
    display: inline-block;
    height: 1em;
    width: 1px;
    background: #737373;
    vertical-align: middle;
    margin-left: 0.4615384615em;
    margin-right: 0.2307692308em; }

/* line 382, sass/includes/_footer.scss */
.footer-social-links {
  margin: 0;
  padding: 0.625em;
  padding-right: 0.9375em;
  padding-left: 0;
  text-align: right; }
  /* line 388, sass/includes/_footer.scss */
  .footer-social-links li {
    margin-left: 1.25em; }
  /* line 391, sass/includes/_footer.scss */
  .footer-social-links li:first-child {
    margin-left: 0; }

/* line 395, sass/includes/_footer.scss */
.footer-social-link {
  fill: #9d9d9d; }

/* line 1, sass/includes/_section.scss */
.section-container {
  margin: 0 auto;
  padding: 0 20px; }
  @media (min-width: 768px) {
    /* line 1, sass/includes/_section.scss */
    .section-container {
      width: 750px;
      padding: 0 10px; } }
  @media (min-width: 992px) {
    /* line 1, sass/includes/_section.scss */
    .section-container {
      width: 970px; } }
  @media (min-width: 1200px) {
    /* line 1, sass/includes/_section.scss */
    .section-container {
      width: 1200px; } }

/* line 15, sass/includes/_section.scss */
.section-intro {
  padding-bottom: 2.125em; }
  @media (min-width: 768px) {
    /* line 15, sass/includes/_section.scss */
    .section-intro {
      display: flex;
      align-items: center; } }
  /* line 21, sass/includes/_section.scss */
  .section-intro h2 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.045em;
    margin-bottom: 0; }
  /* line 27, sass/includes/_section.scss */
  .section-intro .section-intro-text {
    width: 100%;
    padding-bottom: 30px; }
    @media (min-width: 768px) {
      /* line 27, sass/includes/_section.scss */
      .section-intro .section-intro-text {
        flex-grow: 1;
        flex-shrink: 1;
        padding-bottom: 0;
        width: auto; } }
  /* line 37, sass/includes/_section.scss */
  .section-intro .section-intro-button {
    width: 100%; }
    @media (min-width: 768px) {
      /* line 37, sass/includes/_section.scss */
      .section-intro .section-intro-button {
        flex-grow: 0;
        flex-shrink: 0;
        width: calc(33.33% - 20px); } }
    @media (min-width: 992px) {
      /* line 37, sass/includes/_section.scss */
      .section-intro .section-intro-button {
        width: calc(25% - 20px); } }

/* line 49, sass/includes/_section.scss */
.section-intro-text {
  flex-grow: 1; }

/* line 52, sass/includes/_section.scss */
.section-intro-text--left {
  text-align: left; }

/* line 55, sass/includes/_section.scss */
.section-intro-text--center {
  text-align: center; }

/* line 58, sass/includes/_section.scss */
.section-intro-text--right {
  text-align: right; }

/* line 61, sass/includes/_section.scss */
.section-pagination {
  padding-top: 1.875em;
  padding-bottom: 1.25em;
  text-align: center; }

/* line 13, sass/includes/_selectric.scss */
.selectric-wrapper {
  position: relative;
  cursor: pointer; }

/* line 18, sass/includes/_selectric.scss */
.selectric-responsive {
  width: 100%; }

/* line 22, sass/includes/_selectric.scss */
.selectric {
  border: 0px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden; }
  /* line 29, sass/includes/_selectric.scss */
  .selectric .label {
    text-align: left;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 40px 0 10px;
    font-size: 12px;
    line-height: 40px;
    color: #444;
    height: 40px;
    user-select: none;
    font-weight: 400; }
  /* line 44, sass/includes/_selectric.scss */
  .selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #F8f8f8;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    *font: 20px/40px Lucida Sans Unicode, Arial Unicode MS, Arial; }
    /* line 58, sass/includes/_selectric.scss */
    .selectric .button svg {
      width: 0.75em;
      height: 0.4375em;
      fill: #646464;
      font-size: 16px;
      line-height: 40px;
      vertical-align: middle;
      display: inline-block;
      height: 40px; }

/* line 71, sass/includes/_selectric.scss */
.selectric-focus .selectric {
  border-color: #aaaaaa; }

/* line 75, sass/includes/_selectric.scss */
.selectric-hover .selectric {
  border-color: #c4c3c3; }
  /* line 78, sass/includes/_selectric.scss */
  .selectric-hover .selectric .button {
    color: #a2a1a1; }
    /* line 81, sass/includes/_selectric.scss */
    .selectric-hover .selectric .button:after {
      border-top-color: #a2a1a1; }

/* line 87, sass/includes/_selectric.scss */
.selectric-open {
  z-index: 9999; }
  /* line 90, sass/includes/_selectric.scss */
  .selectric-open .selectric {
    border-color: #c4c3c3; }
  /* line 94, sass/includes/_selectric.scss */
  .selectric-open .selectric-items {
    display: block; }

/* line 99, sass/includes/_selectric.scss */
.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none; }

/* line 106, sass/includes/_selectric.scss */
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }
  /* line 112, sass/includes/_selectric.scss */
  .selectric-hide-select select {
    position: absolute;
    left: -100%; }
  /* line 117, sass/includes/_selectric.scss */
  .selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10; }
    /* line 123, sass/includes/_selectric.scss */
    .selectric-hide-select.selectric-is-native select {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      border: none;
      z-index: 1;
      box-sizing: border-box;
      opacity: 0; }

/* line 138, sass/includes/_selectric.scss */
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

/* line 154, sass/includes/_selectric.scss */
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
/* line 161, sass/includes/_selectric.scss */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c3c3;
  z-index: -1; }
  /* line 170, sass/includes/_selectric.scss */
  .selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto; }
  /* line 175, sass/includes/_selectric.scss */
  .selectric-above .selectric-items {
    top: auto;
    bottom: 100%; }
  /* line 180, sass/includes/_selectric.scss */
  .selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px; }
  /* line 189, sass/includes/_selectric.scss */
  .selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer; }
    /* line 195, sass/includes/_selectric.scss */
    .selectric-items li.selected {
      background: #E0E0E0;
      color: #444; }
    /* line 200, sass/includes/_selectric.scss */
    .selectric-items li.highlighted {
      background: #D0D0D0;
      color: #444; }
    /* line 205, sass/includes/_selectric.scss */
    .selectric-items li:hover {
      background: #D5D5D5;
      color: #444; }
  /* line 211, sass/includes/_selectric.scss */
  .selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    user-select: none; }
  /* line 221, sass/includes/_selectric.scss */
  .selectric-items .selectric-group .selectric-group-label {
    padding-left: 10px;
    cursor: default;
    user-select: none;
    background: none;
    color: #444; }
  /* line 229, sass/includes/_selectric.scss */
  .selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1; }
  /* line 234, sass/includes/_selectric.scss */
  .selectric-items .selectric-group li {
    padding-left: 25px; }

/* line 1, sass/includes/_form.scss */
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  margin: 0;
  top: 6px; }

/* line 5, sass/includes/_form.scss */
fieldset input[type=text], fieldset input[type=password], fieldset input[type=email], fieldset input[type=number], fieldset input[type=telephone], fieldset textarea {
  font-size: 1em;
  width: 100%;
  height: 2.5rem;
  border: none;
  line-height: 1;
  padding-right: 0.9375em;
  padding-left: 0.9375em;
  box-shadow: none;
  transition: background 0.3s ease-out, padding 0.3s ease-out; }
  /* line 163, sass/_mixins.scss */
  fieldset input[type=text]::-webkit-input-placeholder, fieldset input[type=password]::-webkit-input-placeholder, fieldset input[type=email]::-webkit-input-placeholder, fieldset input[type=number]::-webkit-input-placeholder, fieldset input[type=telephone]::-webkit-input-placeholder, fieldset textarea::-webkit-input-placeholder {
    font-size: 0.9375em;
    line-height: 1.2em;
    color: #646464; }
  /* line 163, sass/_mixins.scss */
  fieldset input[type=text]:-ms-input-placeholder, fieldset input[type=password]:-ms-input-placeholder, fieldset input[type=email]:-ms-input-placeholder, fieldset input[type=number]:-ms-input-placeholder, fieldset input[type=telephone]:-ms-input-placeholder, fieldset textarea:-ms-input-placeholder {
    font-size: 0.9375em;
    line-height: 1.2em;
    color: #646464; }
  /* line 163, sass/_mixins.scss */
  fieldset input[type=text]:-moz-placeholder, fieldset input[type=password]:-moz-placeholder, fieldset input[type=email]:-moz-placeholder, fieldset input[type=number]:-moz-placeholder, fieldset input[type=telephone]:-moz-placeholder, fieldset textarea:-moz-placeholder {
    font-size: 0.9375em;
    color: #646464; }
  /* line 163, sass/_mixins.scss */
  fieldset input[type=text]::-moz-placeholder, fieldset input[type=password]::-moz-placeholder, fieldset input[type=email]::-moz-placeholder, fieldset input[type=number]::-moz-placeholder, fieldset input[type=telephone]::-moz-placeholder, fieldset textarea::-moz-placeholder {
    font-size: 0.9375em;
    color: #646464; }
  @media (min-width: 992px) {
    /* line 163, sass/_mixins.scss */
    fieldset input[type=text]::-webkit-input-placeholder, fieldset input[type=password]::-webkit-input-placeholder, fieldset input[type=email]::-webkit-input-placeholder, fieldset input[type=number]::-webkit-input-placeholder, fieldset input[type=telephone]::-webkit-input-placeholder, fieldset textarea::-webkit-input-placeholder {
      font-size: 0.8125em;
      line-height: 1.3846153846em; }
    /* line 163, sass/_mixins.scss */
    fieldset input[type=text]:-ms-input-placeholder, fieldset input[type=password]:-ms-input-placeholder, fieldset input[type=email]:-ms-input-placeholder, fieldset input[type=number]:-ms-input-placeholder, fieldset input[type=telephone]:-ms-input-placeholder, fieldset textarea:-ms-input-placeholder {
      font-size: 0.8125em;
      line-height: 1.3846153846em; }
    /* line 163, sass/_mixins.scss */
    fieldset input[type=text]:-moz-placeholder, fieldset input[type=password]:-moz-placeholder, fieldset input[type=email]:-moz-placeholder, fieldset input[type=number]:-moz-placeholder, fieldset input[type=telephone]:-moz-placeholder, fieldset textarea:-moz-placeholder {
      font-size: 0.8125em; }
    /* line 163, sass/_mixins.scss */
    fieldset input[type=text]::-moz-placeholder, fieldset input[type=password]::-moz-placeholder, fieldset input[type=email]::-moz-placeholder, fieldset input[type=number]::-moz-placeholder, fieldset input[type=telephone]::-moz-placeholder, fieldset textarea::-moz-placeholder {
      font-size: 0.8125em; } }
  /* line 33, sass/includes/_form.scss */
  fieldset input[type=text]:focus, fieldset input[type=password]:focus, fieldset input[type=email]:focus, fieldset input[type=number]:focus, fieldset input[type=telephone]:focus, fieldset textarea:focus {
    box-shadow: none;
    padding-left: 1.25em; }

/* line 38, sass/includes/_form.scss */
.login-form {
  color: white;
  background: #303030;
  padding: 2.5em;
  max-width: 21.875em;
  margin: 0 auto;
  margin-bottom: 3.75em; }
  /* line 45, sass/includes/_form.scss */
  .login-form input {
    color: black; }
  /* line 48, sass/includes/_form.scss */
  .login-form legend {
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    border: none; }
  /* line 56, sass/includes/_form.scss */
  .login-form label {
    font-size: 15px; }
  /* line 59, sass/includes/_form.scss */
  .login-form #ForgotPassword a {
    font-size: 14px; }
    /* line 61, sass/includes/_form.scss */
    .login-form #ForgotPassword a:hover {
      color: white; }
  /* line 65, sass/includes/_form.scss */
  .login-form input[type=submit] {
    background: #d50810;
    color: white;
    margin-bottom: 10px;
    width: 100%; }
  /* line 71, sass/includes/_form.scss */
  .login-form input.checkbox {
    display: none; }
    /* line 73, sass/includes/_form.scss */
    .login-form input.checkbox + label {
      position: relative; }
      /* line 75, sass/includes/_form.scss */
      .login-form input.checkbox + label:before {
        position: absolute;
        left: 0;
        content: " ";
        width: 12px;
        height: 12px;
        border: 1px solid white;
        top: 50%;
        margin-top: -6px;
        transition: border 0.3s ease-out; }
      /* line 86, sass/includes/_form.scss */
      .login-form input.checkbox + label:after {
        background: #d50810;
        position: absolute;
        left: 0;
        content: " ";
        width: 4px;
        height: 4px;
        opacity: 0;
        top: 50%;
        left: 6px;
        margin-top: -2px;
        margin-left: -2px;
        transition: opacity 0.3s ease-out; }
    /* line 103, sass/includes/_form.scss */
    .login-form input.checkbox:checked + label:before {
      border: 1px solid #d50810; }
    /* line 106, sass/includes/_form.scss */
    .login-form input.checkbox:checked + label:after {
      opacity: 1; }

/* line 2, sass/includes/_my-account-compatibility.scss */
#main #my-account, #main #cconnect {
  padding-bottom: 20px; }

/* line 7, sass/includes/_my-account-compatibility.scss */
#main #myaccount .breadcrumb > li + li::before, #main #my-account .breadcrumb > li + li::before {
  background: none;
  width: auto; }

/* line 11, sass/includes/_my-account-compatibility.scss */
#main #myaccount .breadcrumb > li, #main #myaccount .breadcrumb > li a, #main #my-account .breadcrumb > li, #main #my-account .breadcrumb > li a {
  font-weight: 400; }

@media (min-width: 1200px) {
  /* line 17, sass/includes/_my-account-compatibility.scss */
  body.myaccount-legacy-theme .container, body.myaccount-theme .container {
    width: 1200px; } }

/* line 22, sass/includes/_my-account-compatibility.scss */
body.myaccount-legacy-theme .content-container .row,
body.myaccount-theme .content-container .row,
body.myaccount-legacy-theme .container .row,
body.myaccount-theme .container .row {
  margin-left: 0;
  margin-right: 0; }

/* line 30, sass/includes/_my-account-compatibility.scss */
body.myaccount-theme .page-body-wrapper,
body.myaccount-legacy-theme .page-body-wrapper {
  max-width: 1200px;
  margin: 0 auto 40px; }

/* line 1, sass/components/_comp-slider.scss */
.hero-banner {
  width: 100%; }
  /* line 5, sass/components/_comp-slider.scss */
  .hero-banner__slider {
    position: relative; }
  /* line 14, sass/components/_comp-slider.scss */
  .hero-banner__slide {
    width: 100%; }
  /* line 18, sass/components/_comp-slider.scss */
  .hero-banner__slide-img-container {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto; }
    /* line 26, sass/components/_comp-slider.scss */
    .hero-banner__slide-img-container img {
      width: 100%;
      height: auto; }
  /* line 32, sass/components/_comp-slider.scss */
  .hero-banner__slide-img--desktop {
    display: none; }
    @media (min-width: 768px) {
      /* line 32, sass/components/_comp-slider.scss */
      .hero-banner__slide-img--desktop {
        display: block; } }
  /* line 39, sass/components/_comp-slider.scss */
  .hero-banner__slide-img--mobile {
    display: block; }
    @media (min-width: 768px) {
      /* line 39, sass/components/_comp-slider.scss */
      .hero-banner__slide-img--mobile {
        display: none; } }
  /* line 46, sass/components/_comp-slider.scss */
  .hero-banner__nav-arrow {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    display: block;
    background-color: rgba(250, 252, 252, 0.25);
    border-radius: 100%;
    min-width: 44px;
    width: 5%;
    max-width: 48px;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
    z-index: 100; }
    /* line 58, sass/components/_comp-slider.scss */
    .hero-banner__nav-arrow:after {
      content: "";
      display: block;
      padding-bottom: 100%; }
  /* line 66, sass/components/_comp-slider.scss */
  .hero-banner__nav-arrow-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #8f8f8f;
    font-size: 40px; }
  /* line 76, sass/components/_comp-slider.scss */
  .hero-banner__nav-arrow--next {
    right: 5%; }
  /* line 80, sass/components/_comp-slider.scss */
  .hero-banner__nav-arrow--prev {
    left: 5%; }

/* line 1, sass/components/_comp-max.scss */
.comp-max {
  position: relative;
  background: white;
  background-image: url(/resources/themes/actrol/assets/common/svgs/max-bg.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 3.125em;
  overflow: hidden;
  flex: 1 1 auto; }
  /* line 12, sass/components/_comp-max.scss */
  .comp-max:before {
    position: absolute;
    content: ' ';
    display: block;
    width: 100%;
    bottom: 0;
    height: 20%;
    background: #eceded; }
  @media (min-width: 992px) {
    /* line 1, sass/components/_comp-max.scss */
    .comp-max {
      padding-top: 0;
      background-position: bottom right;
      text-align: left; }
      /* line 25, sass/components/_comp-max.scss */
      .comp-max:after {
        display: block;
        content: ' ';
        position: relative;
        padding-bottom: 124%; } }
  @media (min-width: 1200px) {
    /* line 33, sass/components/_comp-max.scss */
    .comp-max:after {
      content: ' ';
      position: relative;
      padding-bottom: 105%; } }
  /* line 39, sass/components/_comp-max.scss */
  .comp-max .comp-max-intro {
    padding: 0 1.875em;
    min-height: 240px;
    z-index: 2; }
    @media (min-width: 768px) {
      /* line 39, sass/components/_comp-max.scss */
      .comp-max .comp-max-intro {
        min-height: 0;
        text-align: left;
        padding-left: 3.125em; } }
    @media (min-width: 992px) {
      /* line 39, sass/components/_comp-max.scss */
      .comp-max .comp-max-intro {
        text-align: left;
        position: absolute;
        padding: 0;
        top: 4.4375em;
        left: 1.875em; } }
    @media (min-width: 1200px) {
      /* line 39, sass/components/_comp-max.scss */
      .comp-max .comp-max-intro {
        left: 3.125em; } }
    /* line 58, sass/components/_comp-max.scss */
    .comp-max .comp-max-intro .rte {
      color: #303030;
      font-size: 1.25em;
      line-height: 1.1111111111em;
      max-width: 17.4444444444em;
      margin: 0 auto;
      margin-bottom: 2em; }
      @media (min-width: 768px) {
        /* line 58, sass/components/_comp-max.scss */
        .comp-max .comp-max-intro .rte {
          margin: 0;
          margin-bottom: 2.7777777778em; } }
      @media (min-width: 992px) {
        /* line 58, sass/components/_comp-max.scss */
        .comp-max .comp-max-intro .rte {
          margin: 0;
          font-size: 1.125em;
          margin-bottom: 2.7777777778em;
          max-width: 8.6111111111em; } }
  /* line 77, sass/components/_comp-max.scss */
  .comp-max .max-logo {
    width: 9em;
    height: 5.1875em;
    margin-bottom: 2.5em; }
    @media (min-width: 992px) {
      /* line 77, sass/components/_comp-max.scss */
      .comp-max .max-logo {
        display: block; } }
  /* line 85, sass/components/_comp-max.scss */
  .comp-max .btn-max {
    font-size: 0.875em;
    font-weight: 700;
    padding: 0;
    padding-left: 2.2857142857em;
    padding-right: 2.2857142857em;
    margin-bottom: 2.6923076923em; }
    @media (min-width: 992px) {
      /* line 85, sass/components/_comp-max.scss */
      .comp-max .btn-max {
        font-size: 0.8125em;
        margin-bottom: 0; } }
  /* line 97, sass/components/_comp-max.scss */
  .comp-max .comp-max-image {
    margin: 0 auto;
    max-width: 31.25em;
    padding: 0 30px 30px; }
    @media (min-width: 768px) {
      /* line 97, sass/components/_comp-max.scss */
      .comp-max .comp-max-image {
        padding: 0;
        position: absolute;
        right: -27%;
        bottom: 14.125em;
        max-width: 31.25em; } }
    @media (min-width: 992px) {
      /* line 97, sass/components/_comp-max.scss */
      .comp-max .comp-max-image {
        right: -70%;
        bottom: 12.625em; } }
    @media (min-width: 1200px) {
      /* line 97, sass/components/_comp-max.scss */
      .comp-max .comp-max-image {
        right: -50%;
        max-width: 35.3125em; } }
  /* line 117, sass/components/_comp-max.scss */
  .comp-max .comp-max-features {
    background: #eceded;
    text-align: center;
    padding: 1.5em 0 3.75em;
    min-height: 12em;
    position: relative;
    z-index: 2;
    box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.1); }
    /* line 9, sass/_mixins.scss */
    .comp-max .comp-max-features:before, .comp-max .comp-max-features:after {
      content: "";
      display: table; }
    /* line 14, sass/_mixins.scss */
    .comp-max .comp-max-features:after {
      clear: both; }
    @media (min-width: 992px) {
      /* line 117, sass/components/_comp-max.scss */
      .comp-max .comp-max-features {
        min-height: 0;
        padding: 1.5em 0;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%; } }
  /* line 135, sass/components/_comp-max.scss */
  .comp-max .comp-max-features-list {
    max-width: 18.75em;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      /* line 135, sass/components/_comp-max.scss */
      .comp-max .comp-max-features-list {
        max-width: 100%;
        flex-wrap: nowrap; } }
    @media (min-width: 992px) {
      /* line 135, sass/components/_comp-max.scss */
      .comp-max .comp-max-features-list {
        max-width: 26.5em; } }
  /* line 151, sass/components/_comp-max.scss */
  .comp-max .feature {
    position: relative;
    text-align: center;
    color: #1177ad;
    float: left;
    margin-top: 0.9375em;
    vertical-align: top;
    transition: margin-top 0.3s ease-out;
    width: 50%; }
    @media (min-width: 768px) {
      /* line 151, sass/components/_comp-max.scss */
      .comp-max .feature {
        margin-top: 0;
        width: 25%;
        flex-grow: 1; } }
  /* line 166, sass/components/_comp-max.scss */
  .comp-max .feature-image {
    background: white;
    width: 4.875em;
    height: 4.875em;
    line-height: 4.875em;
    text-align: center;
    transition: width 0.3s ease-out, height 0.3s ease-out, line-height 0.3s ease-out;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 0.625em;
    position: relative; }
  /* line 178, sass/components/_comp-max.scss */
  .comp-max .feature-icon {
    display: inline-block;
    width: 2.5625em;
    height: 2.5625em;
    fill: #1177ad;
    vertical-align: middle;
    margin: 0 auto;
    transition: width 0.3s ease-out, height 0.3s ease-out; }
  /* line 187, sass/components/_comp-max.scss */
  .comp-max .feature-cart-icon {
    width: 2.875em;
    height: 2.375em; }
    @media (min-width: 992px) {
      /* line 187, sass/components/_comp-max.scss */
      .comp-max .feature-cart-icon {
        width: 2.875em;
        height: 2.375em; } }
  /* line 195, sass/components/_comp-max.scss */
  .comp-max .feature-delivery-icon {
    width: 3.1875em;
    height: 2.0625em; }
    @media (min-width: 992px) {
      /* line 195, sass/components/_comp-max.scss */
      .comp-max .feature-delivery-icon {
        width: 3.1875em;
        height: 2.0625em; } }
  /* line 203, sass/components/_comp-max.scss */
  .comp-max .feature-quote-icon {
    width: 2.0625em;
    height: 2.5625em; }
    @media (min-width: 992px) {
      /* line 203, sass/components/_comp-max.scss */
      .comp-max .feature-quote-icon {
        width: 2.0625em;
        height: 2.5625em; } }
  /* line 211, sass/components/_comp-max.scss */
  .comp-max .feature-description {
    font-size: 0.875em;
    line-height: 1;
    display: block;
    max-width: 7em;
    margin: 0 auto; }

/* line 1, sass/components/_comp-tags.scss */
.comp-tags {
  background: #eceded;
  padding: 0.375em;
  margin-bottom: 1.25em;
  min-height: 3.5em; }
  /* line 9, sass/_mixins.scss */
  .comp-tags:before, .comp-tags:after {
    content: "";
    display: table; }
  /* line 14, sass/_mixins.scss */
  .comp-tags:after {
    clear: both; }
  /* line 7, sass/components/_comp-tags.scss */
  .comp-tags .comp-tags-list {
    float: left;
    width: 100%;
    padding: 0.625em 0.625em;
    margin: 0; }
    @media (min-width: 768px) {
      /* line 7, sass/components/_comp-tags.scss */
      .comp-tags .comp-tags-list {
        width: 80%; } }
    /* line 15, sass/components/_comp-tags.scss */
    .comp-tags .comp-tags-list li {
      padding: 0; }
  /* line 19, sass/components/_comp-tags.scss */
  .comp-tags .addthis_button {
    position: relative; }
  /* line 23, sass/components/_comp-tags.scss */
  .comp-tags .addthis-animated {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }
  /* line 29, sass/components/_comp-tags.scss */
  .comp-tags .at-share-btn {
    width: 3.125em;
    height: 3.125em;
    background: none;
    opacity: 0; }
  /* line 36, sass/components/_comp-tags.scss */
  .comp-tags .tag {
    display: block;
    border: 1px solid #d6d6d6;
    text-transform: uppercase;
    font-size: 0.8125em;
    line-height: 2.3076923077em;
    height: 2.4615384615em;
    text-align: center;
    color: #747373;
    padding: 0 2em;
    letter-spacing: 0.040em; }
    @media (min-width: 992px) {
      /* line 36, sass/components/_comp-tags.scss */
      .comp-tags .tag {
        line-height: 2.3076923077em;
        height: 2.4615384615em; } }
  /* line 52, sass/components/_comp-tags.scss */
  .comp-tags .comp-tags-share {
    float: right;
    width: 100%;
    margin: 0;
    text-align: right; }
    @media (min-width: 768px) {
      /* line 52, sass/components/_comp-tags.scss */
      .comp-tags .comp-tags-share {
        width: 20%; } }
  /* line 61, sass/components/_comp-tags.scss */
  .comp-tags .comp-tags-share-list {
    margin: 0;
    padding: 0; }
    /* line 64, sass/components/_comp-tags.scss */
    .comp-tags .comp-tags-share-list li {
      padding: 0; }
  /* line 68, sass/components/_comp-tags.scss */
  .comp-tags .btn {
    padding: 0;
    font-size: 1em;
    width: 3.125em;
    height: 3.125em;
    border-radius: 0.25em;
    text-align: center;
    line-height: 3.125em; }
  /* line 77, sass/components/_comp-tags.scss */
  .comp-tags .btn-icon {
    fill: #d50810;
    width: 1.4375em;
    height: 1.4375em;
    line-height: 1;
    vertical-align: middle;
    display: inline-block; }

/* line 1, sass/components/_comp-cards-list-block.scss */
.comp-cards-list-block {
  position: relative;
  padding: 2.125em 0 1.25em;
  overflow: hidden; }
  @media (min-width: 768px) {
    /* line 5, sass/components/_comp-cards-list-block.scss */
    .comp-cards-list-block .cards {
      display: flex;
      flex-wrap: wrap;
      justify-content: stretch;
      margin: 0 -10px; } }
  /* line 13, sass/components/_comp-cards-list-block.scss */
  .comp-cards-list-block .card {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      /* line 13, sass/components/_comp-cards-list-block.scss */
      .comp-cards-list-block .card {
        flex-grow: 0;
        flex-shrink: 1;
        margin: 0 10px;
        width: calc(50% - 20px);
        margin-bottom: 20px; } }
    @media (min-width: 992px) {
      /* line 13, sass/components/_comp-cards-list-block.scss */
      .comp-cards-list-block .card {
        width: calc(33.33% - 20px); } }
    @media (min-width: 1200px) {
      /* line 13, sass/components/_comp-cards-list-block.scss */
      .comp-cards-list-block .card {
        width: calc(25% - 20px); } }
    /* line 29, sass/components/_comp-cards-list-block.scss */
    .comp-cards-list-block .card h3 {
      margin-bottom: 0.9375em; }
  /* line 33, sass/components/_comp-cards-list-block.scss */
  .comp-cards-list-block .rte p {
    font-size: 0.875em; }
  /* line 36, sass/components/_comp-cards-list-block.scss */
  .comp-cards-list-block .slick-list {
    overflow: visible; }
    @media (min-width: 768px) {
      /* line 36, sass/components/_comp-cards-list-block.scss */
      .comp-cards-list-block .slick-list {
        width: 100%; } }
  /* line 42, sass/components/_comp-cards-list-block.scss */
  .comp-cards-list-block .slick-list, .comp-cards-list-block .slick-track {
    display: flex;
    height: auto;
    align-items: stretch; }
    /* line 46, sass/components/_comp-cards-list-block.scss */
    .comp-cards-list-block .slick-list:after, .comp-cards-list-block .slick-list:before, .comp-cards-list-block .slick-track:after, .comp-cards-list-block .slick-track:before {
      content: '';
      display: none; }
  /* line 51, sass/components/_comp-cards-list-block.scss */
  .comp-cards-list-block .slick-slide {
    display: flex;
    height: auto;
    flex-shrink: 0; }

@media (min-width: 1200px) {
  /* line 58, sass/components/_comp-cards-list-block.scss */
  .comp-cards-list-block--visible-3 .card {
    width: calc(33.33% - 20px); } }

/* line 65, sass/components/_comp-cards-list-block.scss */
.comp-cards-list-block--slide:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  width: 3.75em;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+8,000000+100&0+9,0.24+100 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 8%, rgba(0, 0, 0, 0) 9%, rgba(0, 0, 0, 0.24) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 8%, rgba(0, 0, 0, 0) 9%, rgba(0, 0, 0, 0.24) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 8%, rgba(0, 0, 0, 0) 9%, rgba(0, 0, 0, 0.24) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#3d000000',GradientType=1 );
  /* IE6-9 */
  pointer-events: none; }
  @media (min-width: 992px) {
    /* line 65, sass/components/_comp-cards-list-block.scss */
    .comp-cards-list-block--slide:after {
      display: none;
      content: none; } }

/* line 83, sass/components/_comp-cards-list-block.scss */
.comp-cards-list-block--slide .card {
  display: block;
  width: 100%;
  max-width: 300px;
  margin-bottom: 0;
  margin: 0 10px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 300px; }
  @media (min-width: 992px) {
    /* line 83, sass/components/_comp-cards-list-block.scss */
    .comp-cards-list-block--slide .card {
      flex-grow: 0;
      flex-shrink: 1;
      max-width: none;
      margin-bottom: 20px;
      width: calc(25% - 20px);
      flex-basis: auto; } }
  /* line 100, sass/components/_comp-cards-list-block.scss */
  .comp-cards-list-block--slide .card h3 {
    margin-bottom: 0.9375em; }

@media (min-width: 992px) {
  /* line 105, sass/components/_comp-cards-list-block.scss */
  .comp-cards-list-block--slide.comp-cards-list-block--visible-3 .card {
    width: calc(33.33% - 20px); } }

@media (max-width: 991px) {
  /* line 64, sass/components/_comp-cards-list-block.scss */
  .comp-cards-list-block--slide {
    padding: 2.125em 0 2.5em; }
    /* line 113, sass/components/_comp-cards-list-block.scss */
    .comp-cards-list-block--slide .section-container {
      width: 100%; }
    /* line 116, sass/components/_comp-cards-list-block.scss */
    .comp-cards-list-block--slide .section-intro {
      max-width: 750px;
      margin: 0 auto;
      padding-left: 10px;
      padding-right: 10px; }
    /* line 122, sass/components/_comp-cards-list-block.scss */
    .comp-cards-list-block--slide .section-content {
      max-width: 750px;
      margin: 0 auto;
      padding-left: 20px; } }

@media (max-width: 767px) {
  /* line 130, sass/components/_comp-cards-list-block.scss */
  .comp-cards-list-block--slide .section-content {
    padding-left: 10px; } }

@media (max-width: 991px) {
  /* line 3, sass/components/_comp-page-intro.scss */
  #comp-page-intro .container {
    width: 100%; } }

/* line 7, sass/components/_comp-page-intro.scss */
#comp-page-intro .banner {
  position: relative;
  background-size: cover;
  background-position: center center;
  padding-bottom: 108%;
  margin: 0 -15px;
  margin-bottom: 2.5em; }
  /* line 12, sass/components/_comp-page-intro.scss */
  #comp-page-intro .banner:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+78,000000+78&0.5+0,0+77 */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 78%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 78%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 78%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=1 );
    /* IE6-9 */ }
  @media (min-width: 768px) {
    /* line 7, sass/components/_comp-page-intro.scss */
    #comp-page-intro .banner {
      padding-bottom: 47%;
      margin: 0 -10px;
      margin-bottom: 2.5em; } }
  @media (min-width: 992px) {
    /* line 7, sass/components/_comp-page-intro.scss */
    #comp-page-intro .banner {
      margin: 0;
      margin-bottom: 2.5em; } }

/* line 38, sass/components/_comp-page-intro.scss */
#comp-page-intro .banner-top-bg {
  background: #d50810;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 43.4%; }
  @media (min-width: 768px) {
    /* line 38, sass/components/_comp-page-intro.scss */
    #comp-page-intro .banner-top-bg {
      display: none; } }

/* line 50, sass/components/_comp-page-intro.scss */
#comp-page-intro .banner-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 43.4%;
  text-align: center; }
  @media (min-width: 768px) {
    /* line 50, sass/components/_comp-page-intro.scss */
    #comp-page-intro .banner-title {
      top: auto;
      left: 6%;
      padding-bottom: 0;
      bottom: 3.25em;
      max-width: 17.5em; } }

/* line 65, sass/components/_comp-page-intro.scss */
#comp-page-intro h1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  font-size: 1.875em;
  font-weight: 400;
  color: white;
  text-align: center;
  margin: 0;
  padding: 0 0.625em; }
  @media (min-width: 768px) {
    /* line 65, sass/components/_comp-page-intro.scss */
    #comp-page-intro h1 {
      text-align: left;
      font-size: 2.75em;
      line-height: 1;
      padding: 0;
      position: relative;
      top: auto;
      left: auto;
      transform: none; } }
  @media (min-width: 768px) {
    /* line 86, sass/components/_comp-page-intro.scss */
    #comp-page-intro h1:before {
      content: "";
      display: block;
      width: 2.1136363636em;
      height: 2px;
      background: white;
      margin-bottom: 1.5909090909em; } }

/* line 98, sass/components/_comp-page-intro.scss */
#comp-page-intro .sidebar-links .sidebar-title {
  padding: 0; }

@media (min-width: 768px) {
  /* line 97, sass/components/_comp-page-intro.scss */
  #comp-page-intro .sidebar-links {
    background: #303030;
    position: relative; } }

@media (min-width: 992px) {
  /* line 97, sass/components/_comp-page-intro.scss */
  #comp-page-intro .sidebar-links {
    padding-bottom: 0.625em;
    margin-bottom: 1.25em; } }

/* line 110, sass/components/_comp-page-intro.scss */
#comp-page-intro .sidebar-list {
  width: 100%; }
  /* line 112, sass/components/_comp-page-intro.scss */
  #comp-page-intro .sidebar-list a {
    color: #b0afaf;
    display: block;
    font-size: 0.875em;
    line-height: 1.4285714286em;
    padding: 0.7em 0;
    letter-spacing: 0.04em;
    padding-left: 3.3571428571em;
    padding-right: 2.1428571429em;
    text-decoration: none;
    transition: color 0.3s ease-out, background 0.3s ease-out; }
    /* line 123, sass/components/_comp-page-intro.scss */
    #comp-page-intro .sidebar-list a:hover {
      background: rgba(0, 0, 0, 0.4);
      color: white; }
    /* line 127, sass/components/_comp-page-intro.scss */
    #comp-page-intro .sidebar-list a.active {
      color: white;
      background: #212121; }
    /* line 131, sass/components/_comp-page-intro.scss */
    #comp-page-intro .sidebar-list a .arrow-right {
      display: inline-block;
      width: 0.3125rem;
      height: 0.5325rem;
      fill: #646464;
      margin-right: 0.3125rem; }
  /* line 139, sass/components/_comp-page-intro.scss */
  #comp-page-intro .sidebar-list .sidebar-title {
    display: block;
    text-decoration: none;
    background: #d50810;
    color: white;
    font-size: 1em;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 1.125em 0.625em 1.125em 2.9375em; }

/* line 153, sass/components/_comp-page-intro.scss */
#comp-page-intro .submenu a {
  position: relative;
  padding-left: 5em; }
  /* line 156, sass/components/_comp-page-intro.scss */
  #comp-page-intro .submenu a .arrow-right {
    position: absolute;
    left: 3.75em;
    top: 18px; }

@media (min-width: 992px) {
  /* line 164, sass/components/_comp-page-intro.scss */
  .comp-page-intro-row {
    display: flex; } }

/* line 169, sass/components/_comp-page-intro.scss */
.comp-page-intro-content {
  padding: 0 0.9375em 3.125em; }
  @media (min-width: 992px) {
    /* line 169, sass/components/_comp-page-intro.scss */
    .comp-page-intro-content {
      padding: 0 4.375em 1.25em 3.125em; } }
  /* line 175, sass/components/_comp-page-intro.scss */
  .comp-page-intro-content .content {
    padding-bottom: 2.5em; }

/* line 1, sass/components/_comp-two-boxes-max.scss */
.comp-two-boxes-max {
  background: #d6d6d6;
  padding: 0; }
  @media (min-width: 992px) {
    /* line 1, sass/components/_comp-two-boxes-max.scss */
    .comp-two-boxes-max {
      padding: 3.125em 0; } }
  /* line 7, sass/components/_comp-two-boxes-max.scss */
  .comp-two-boxes-max h2 {
    font-size: 1.5625em;
    font-weight: 700;
    letter-spacing: 0.045em;
    text-transform: uppercase; }
  /* line 13, sass/components/_comp-two-boxes-max.scss */
  .comp-two-boxes-max h3 {
    font-weight: 400;
    font-size: 2.5em; }
  /* line 17, sass/components/_comp-two-boxes-max.scss */
  .comp-two-boxes-max .slick-slider, .comp-two-boxes-max .slick-track, .comp-two-boxes-max .slick-list {
    margin-bottom: 0;
    display: flex;
    flex: 1 0 auto;
    height: auto;
    width: 100%; }
  /* line 25, sass/components/_comp-two-boxes-max.scss */
  .comp-two-boxes-max .slick-track:before {
    content: '';
    display: none; }
  /* line 30, sass/components/_comp-two-boxes-max.scss */
  .comp-two-boxes-max .slick-dots {
    text-align: left;
    top: 2.5em;
    left: 3.375em;
    bottom: auto;
    width: auto; }
    /* line 38, sass/components/_comp-two-boxes-max.scss */
    .comp-two-boxes-max .slick-dots li button:before {
      background: #d50810; }
  /* line 44, sass/components/_comp-two-boxes-max.scss */
  .comp-two-boxes-max .slide {
    text-align: center;
    padding: 4.375em 0;
    background-size: cover;
    background-position: center center;
    position: relative; }
    /* line 50, sass/components/_comp-two-boxes-max.scss */
    .comp-two-boxes-max .slide:before {
      content: " ";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: white;
      opacity: 0.4; }
    @media (min-width: 768px) {
      /* line 44, sass/components/_comp-two-boxes-max.scss */
      .comp-two-boxes-max .slide {
        text-align: left;
        padding-left: 3.75em; } }
  /* line 66, sass/components/_comp-two-boxes-max.scss */
  .comp-two-boxes-max .slide-content {
    display: block;
    width: 100%;
    position: relative; }
    /* line 70, sass/components/_comp-two-boxes-max.scss */
    .comp-two-boxes-max .slide-content h3 {
      color: #303030; }
  /* line 75, sass/components/_comp-two-boxes-max.scss */
  .comp-two-boxes-max .section-container {
    display: block; }
    @media (max-width: 991px) {
      /* line 75, sass/components/_comp-two-boxes-max.scss */
      .comp-two-boxes-max .section-container {
        width: 100%;
        padding: 0; } }
    @media (min-width: 992px) {
      /* line 75, sass/components/_comp-two-boxes-max.scss */
      .comp-two-boxes-max .section-container {
        padding: 0;
        display: flex;
        justify-content: space-between; } }
  @media (min-width: 992px) {
    /* line 87, sass/components/_comp-two-boxes-max.scss */
    .comp-two-boxes-max .left-box,
    .comp-two-boxes-max .right-box {
      margin: 0 10px; } }
  /* line 93, sass/components/_comp-two-boxes-max.scss */
  .comp-two-boxes-max .left-box {
    background: #303030;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1; }
    @media (min-width: 992px) {
      /* line 93, sass/components/_comp-two-boxes-max.scss */
      .comp-two-boxes-max .left-box {
        flex-grow: 0;
        flex-shrink: 1;
        overflow: hidden;
        width: calc(50% - 20px); } }
  /* line 106, sass/components/_comp-two-boxes-max.scss */
  .comp-two-boxes-max .top-box {
    color: white;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    text-align: center;
    padding: 2.375em 2em 2em; }
    @media (min-width: 768px) {
      /* line 106, sass/components/_comp-two-boxes-max.scss */
      .comp-two-boxes-max .top-box {
        padding: 4.375em 3.125em 4.375em;
        text-align: left;
        margin: 0; } }
    @media (min-width: 992px) {
      /* line 106, sass/components/_comp-two-boxes-max.scss */
      .comp-two-boxes-max .top-box {
        padding: 4.375em 2em 4.375em; } }
    @media (min-width: 1200px) {
      /* line 106, sass/components/_comp-two-boxes-max.scss */
      .comp-two-boxes-max .top-box {
        padding: 4.375em 3.125em 4.375em; } }
    /* line 124, sass/components/_comp-two-boxes-max.scss */
    .comp-two-boxes-max .top-box h2 {
      margin-bottom: 1.625rem; }
      @media (min-width: 768px) {
        /* line 124, sass/components/_comp-two-boxes-max.scss */
        .comp-two-boxes-max .top-box h2 {
          margin-bottom: 3.125rem; } }
    /* line 130, sass/components/_comp-two-boxes-max.scss */
    .comp-two-boxes-max .top-box .rte {
      max-width: 29.25em; }
      @media (min-width: 992px) {
        /* line 130, sass/components/_comp-two-boxes-max.scss */
        .comp-two-boxes-max .top-box .rte {
          max-width: 17.4375em; } }
      @media (min-width: 992px) {
        /* line 135, sass/components/_comp-two-boxes-max.scss */
        .comp-two-boxes-max .top-box .rte p {
          font-size: 0.875em;
          line-height: 1.4285714286em; } }
  /* line 143, sass/components/_comp-two-boxes-max.scss */
  .comp-two-boxes-max .bottom-box {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 330px;
    display: flex;
    flex-direction: column;
    margin-bottom: -1px; }
  @media (min-width: 992px) {
    /* line 151, sass/components/_comp-two-boxes-max.scss */
    .comp-two-boxes-max .right-box {
      width: calc(50% - 20px);
      display: flex;
      flex-direction: column;
      flex-grow: 0;
      flex-shrink: 1; } }
  /* line 160, sass/components/_comp-two-boxes-max.scss */
  .comp-two-boxes-max .comp-max {
    flex-grow: 1; }

/* line 10, sass/components/_comp-the-gauge.scss */
.comp-the-gauge .intro {
  color: white;
  text-align: center;
  padding: 3.75em 1.875em 3.125em; }
  @media (min-width: 992px) {
    /* line 10, sass/components/_comp-the-gauge.scss */
    .comp-the-gauge .intro {
      padding: 3.75em 0 3.125em;
      text-align: left;
      color: #303030; } }

/* line 20, sass/components/_comp-the-gauge.scss */
.comp-the-gauge .the-gauge-logo {
  width: 11.5em;
  height: 3.0625em;
  fill: white;
  margin-bottom: 1.875em; }
  @media (min-width: 768px) {
    /* line 20, sass/components/_comp-the-gauge.scss */
    .comp-the-gauge .the-gauge-logo {
      width: 18.75em;
      height: 5em; } }
  @media (min-width: 992px) {
    /* line 20, sass/components/_comp-the-gauge.scss */
    .comp-the-gauge .the-gauge-logo {
      fill: #231f20;
      width: 16.5625em;
      height: 4.4375em; } }

/* line 35, sass/components/_comp-the-gauge.scss */
.comp-the-gauge .slider-wrap {
  position: relative; }
  @media (min-width: 768px) {
    /* line 38, sass/components/_comp-the-gauge.scss */
    .comp-the-gauge .slider-wrap .cards-row {
      display: flex;
      align-items: stretch;
      flex-wrap: wrap;
      padding-left: 4.0625em; } }
  @media (min-width: 1200px) {
    /* line 38, sass/components/_comp-the-gauge.scss */
    .comp-the-gauge .slider-wrap .cards-row {
      padding-left: 0; } }

/* line 51, sass/components/_comp-the-gauge.scss */
.comp-the-gauge .cards-row .column {
  margin-bottom: 1.25em; }
  @media (min-width: 768px) {
    /* line 51, sass/components/_comp-the-gauge.scss */
    .comp-the-gauge .cards-row .column {
      margin-bottom: 0; } }

@media (min-width: 768px) {
  /* line 58, sass/components/_comp-the-gauge.scss */
  .comp-the-gauge .column {
    display: flex; } }

/* line 63, sass/components/_comp-the-gauge.scss */
.comp-the-gauge .issue-title {
  position: absolute;
  top: 0;
  left: -0.9375em;
  background: white;
  width: 2.8125em;
  padding: 0; }
  @media (min-width: 768px) {
    /* line 63, sass/components/_comp-the-gauge.scss */
    .comp-the-gauge .issue-title {
      left: 0; } }
  @media (min-width: 1200px) {
    /* line 63, sass/components/_comp-the-gauge.scss */
    .comp-the-gauge .issue-title {
      left: -0.9375em;
      transform: translateX(-100%); } }

/* line 78, sass/components/_comp-the-gauge.scss */
.comp-the-gauge .slider {
  margin-bottom: 1.875em;
  margin-left: 2.1875em;
  display: flex; }
  @media (min-width: 768px) {
    /* line 78, sass/components/_comp-the-gauge.scss */
    .comp-the-gauge .slider {
      margin: 0 -0.625em;
      margin-bottom: 1.25em; } }
  @media (min-width: 992px) {
    /* line 78, sass/components/_comp-the-gauge.scss */
    .comp-the-gauge .slider {
      margin-bottom: 0;
      padding-left: 0; } }

/* line 92, sass/components/_comp-the-gauge.scss */
.comp-the-gauge .slick-track {
  display: flex; }
  /* line 94, sass/components/_comp-the-gauge.scss */
  .comp-the-gauge .slick-track:before {
    content: '';
    display: none; }

/* line 99, sass/components/_comp-the-gauge.scss */
.comp-the-gauge .slick-slide {
  display: flex;
  height: auto; }

/* line 103, sass/components/_comp-the-gauge.scss */
.comp-the-gauge .issue-number {
  padding: 0.5em 0;
  text-align: center;
  width: 100%;
  background: #d50810;
  color: white;
  font-weight: 700; }
  /* line 110, sass/components/_comp-the-gauge.scss */
  .comp-the-gauge .issue-number small {
    display: block;
    text-transform: uppercase;
    font-size: 0.625em;
    line-height: 1; }
  /* line 116, sass/components/_comp-the-gauge.scss */
  .comp-the-gauge .issue-number span {
    font-size: 1.0625em;
    line-height: 1; }

/* line 121, sass/components/_comp-the-gauge.scss */
.comp-the-gauge .issue-text {
  font-weight: 700;
  padding: 1.5625em 0;
  display: inline-block;
  overflow: hidden;
  width: 2.8125em;
  line-height: 2.8125em; }

/* line 129, sass/components/_comp-the-gauge.scss */
.comp-the-gauge .issue-text-inner {
  font-size: 0.875em;
  display: inline-block;
  white-space: nowrap;
  margin-right: -999px;
  transform-origin: top left;
  transform: rotate(-90deg) translate(-100%); }
  /* line 136, sass/components/_comp-the-gauge.scss */
  .comp-the-gauge .issue-text-inner:after {
    content: "";
    float: left;
    margin-top: 100%; }

/* line 142, sass/components/_comp-the-gauge.scss */
.comp-the-gauge .article-wrap {
  padding: 0 5px;
  display: flex; }
  @media (max-width: 767px) {
    /* line 142, sass/components/_comp-the-gauge.scss */
    .comp-the-gauge .article-wrap {
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: 270px; } }
  @media (min-width: 600px) and (max-width: 767px) {
    /* line 142, sass/components/_comp-the-gauge.scss */
    .comp-the-gauge .article-wrap {
      flex-basis: 353px; } }
  @media (min-width: 768px) {
    /* line 142, sass/components/_comp-the-gauge.scss */
    .comp-the-gauge .article-wrap {
      padding: 0 10px;
      width: 50%; } }

/* line 158, sass/components/_comp-the-gauge.scss */
.comp-the-gauge .article {
  position: relative;
  width: 100%;
  flex: 1 0 auto;
  background: white;
  color: #303030;
  text-align: center;
  padding-bottom: 2.5em; }
  @media (min-width: 768px) {
    /* line 158, sass/components/_comp-the-gauge.scss */
    .comp-the-gauge .article {
      max-width: none; } }
  /* line 169, sass/components/_comp-the-gauge.scss */
  .comp-the-gauge .article .link {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2.5rem; }

/* line 176, sass/components/_comp-the-gauge.scss */
.comp-the-gauge .article-description {
  padding: 1.5625em 1.25em 2.1875em; }
  @media (min-width: 768px) {
    /* line 178, sass/components/_comp-the-gauge.scss */
    .comp-the-gauge .article-description h3 {
      font-size: 1.25em; } }

/* line 184, sass/components/_comp-the-gauge.scss */
.comp-the-gauge .rte {
  margin-bottom: 1.7857142857em;
  font-size: 0.875em;
  line-height: 1.4285714286em; }

/* line 189, sass/components/_comp-the-gauge.scss */
.comp-the-gauge .link {
  color: #d50810;
  font-weight: 700;
  font-size: 0.875rem; }

@media (min-width: 992px) {
  /* line 194, sass/components/_comp-the-gauge.scss */
  .comp-the-gauge .the-issue {
    flex: 1 1; } }

/* line 199, sass/components/_comp-the-gauge.scss */
.comp-the-gauge .image-add {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 108%; }
  @media (min-width: 768px) {
    /* line 199, sass/components/_comp-the-gauge.scss */
    .comp-the-gauge .image-add {
      flex: 1 1 auto; } }
  @media (min-width: 992px) {
    /* line 199, sass/components/_comp-the-gauge.scss */
    .comp-the-gauge .image-add {
      background-size: contain;
      padding-bottom: 0; } }
  /* line 215, sass/components/_comp-the-gauge.scss */
  .comp-the-gauge .image-add img {
    display: none; }
    @media (min-width: 992px) {
      /* line 215, sass/components/_comp-the-gauge.scss */
      .comp-the-gauge .image-add img {
        opacity: 0;
        display: block; } }
    @media (min-width: 1200px) {
      /* line 215, sass/components/_comp-the-gauge.scss */
      .comp-the-gauge .image-add img {
        opacity: 0; } }

/* line 1, sass/components/_comp-gauge-newsletter.scss */
.comp-gauge-newsletter {
  padding: 1.5625em 0;
  margin: 0;
  color: #2c2c2c; }
  @media (min-width: 992px) {
    /* line 1, sass/components/_comp-gauge-newsletter.scss */
    .comp-gauge-newsletter {
      color: white; } }
  /* line 8, sass/components/_comp-gauge-newsletter.scss */
  .comp-gauge-newsletter .comp-gnwlt-wrapper {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3.125em 0 0.875em; }
    /* line 9, sass/_mixins.scss */
    .comp-gauge-newsletter .comp-gnwlt-wrapper:before, .comp-gauge-newsletter .comp-gnwlt-wrapper:after {
      content: "";
      display: table; }
    /* line 14, sass/_mixins.scss */
    .comp-gauge-newsletter .comp-gnwlt-wrapper:after {
      clear: both; }
    @media (min-width: 768px) {
      /* line 8, sass/components/_comp-gauge-newsletter.scss */
      .comp-gauge-newsletter .comp-gnwlt-wrapper {
        padding: 0.875em 0 2.25em; } }
    @media (min-width: 992px) {
      /* line 8, sass/components/_comp-gauge-newsletter.scss */
      .comp-gauge-newsletter .comp-gnwlt-wrapper {
        padding: 1.5625em 1.5625em 0.875em;
        flex-wrap: nowrap; } }
    @media (max-width: 991px) {
      /* line 8, sass/components/_comp-gauge-newsletter.scss */
      .comp-gauge-newsletter .comp-gnwlt-wrapper {
        background: none !important; } }
  /* line 25, sass/components/_comp-gauge-newsletter.scss */
  .comp-gauge-newsletter .issue-image {
    max-width: 5.9375em;
    float: left;
    margin-bottom: 1.25em;
    position: relative;
    margin-right: 1.25em; }
    @media (min-width: 992px) {
      /* line 25, sass/components/_comp-gauge-newsletter.scss */
      .comp-gauge-newsletter .issue-image {
        max-width: 3.8125em;
        display: none;
        padding: 0;
        margin-bottom: 0; }
        /* line 36, sass/components/_comp-gauge-newsletter.scss */
        .comp-gauge-newsletter .issue-image:before {
          content: "";
          display: none; } }
  /* line 42, sass/components/_comp-gauge-newsletter.scss */
  .comp-gauge-newsletter .comp-gnwlt-copy {
    padding-left: 7.625em;
    padding-right: 1.875em;
    padding-top: 0.625em; }
    @media (min-width: 992px) {
      /* line 42, sass/components/_comp-gauge-newsletter.scss */
      .comp-gauge-newsletter .comp-gnwlt-copy {
        padding-left: 0;
        padding-top: 0;
        padding-right: 1.25em;
        float: left;
        width: 50%; } }
  /* line 55, sass/components/_comp-gauge-newsletter.scss */
  .comp-gauge-newsletter .comp-gnwlt-text {
    font-size: 0.875em; }
  /* line 58, sass/components/_comp-gauge-newsletter.scss */
  .comp-gauge-newsletter .comp-the-gauge-link {
    margin-right: 1.25em;
    display: none; }
    @media (min-width: 992px) {
      /* line 58, sass/components/_comp-gauge-newsletter.scss */
      .comp-gauge-newsletter .comp-the-gauge-link {
        display: block;
        margin-right: 0;
        float: left;
        width: 20%;
        padding-right: 10px; }
        /* line 67, sass/components/_comp-gauge-newsletter.scss */
        .comp-gauge-newsletter .comp-the-gauge-link .btn {
          width: 100%; } }
  /* line 73, sass/components/_comp-gauge-newsletter.scss */
  .comp-gauge-newsletter .comp-the-gauge-form {
    clear: both; }
    @media (min-width: 768px) {
      /* line 73, sass/components/_comp-gauge-newsletter.scss */
      .comp-gauge-newsletter .comp-the-gauge-form {
        clear: none;
        margin-top: 1.5625em; } }
    @media (min-width: 992px) {
      /* line 73, sass/components/_comp-gauge-newsletter.scss */
      .comp-gauge-newsletter .comp-the-gauge-form {
        float: left;
        margin-top: 0;
        padding-left: 10px;
        width: 30%; } }
  /* line 86, sass/components/_comp-gauge-newsletter.scss */
  .comp-gauge-newsletter .form-group {
    position: relative; }
    @media (min-width: 992px) {
      /* line 86, sass/components/_comp-gauge-newsletter.scss */
      .comp-gauge-newsletter .form-group {
        padding-top: 0.3125em; } }
  /* line 92, sass/components/_comp-gauge-newsletter.scss */
  .comp-gauge-newsletter .message {
    position: absolute;
    left: 0;
    bottom: -0.8333333333em;
    margin: 0;
    transform: translateY(100%); }
  /* line 99, sass/components/_comp-gauge-newsletter.scss */
  .comp-gauge-newsletter .input-group-btn {
    font-size: 1em; }
  /* line 102, sass/components/_comp-gauge-newsletter.scss */
  .comp-gauge-newsletter .btn {
    font-size: 0.8125em;
    padding: 0 1.1538461538em; }
    /* line 105, sass/components/_comp-gauge-newsletter.scss */
    .comp-gauge-newsletter .btn .arrow-right {
      margin-left: 0.4615384615em;
      display: inline-block;
      width: 5px;
      height: 14px;
      fill: white;
      vertical-align: middle;
      opacity: 1; }
  /* line 115, sass/components/_comp-gauge-newsletter.scss */
  .comp-gauge-newsletter h3 {
    color: inherit;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
    font-size: 1em;
    line-height: 1.375em;
    letter-spacing: 0.040em; }
    @media (min-width: 768px) {
      /* line 115, sass/components/_comp-gauge-newsletter.scss */
      .comp-gauge-newsletter h3 {
        font-size: 1.5em; } }
    @media (min-width: 992px) {
      /* line 115, sass/components/_comp-gauge-newsletter.scss */
      .comp-gauge-newsletter h3 {
        font-weight: 400; } }
  @media (max-width: 991px) {
    /* line 131, sass/components/_comp-gauge-newsletter.scss */
    .comp-gauge-newsletter.style-2 {
      background: #eceded !important; } }
  @media (min-width: 992px) {
    /* line 131, sass/components/_comp-gauge-newsletter.scss */
    .comp-gauge-newsletter.style-2 {
      color: white; }
      /* line 137, sass/components/_comp-gauge-newsletter.scss */
      .comp-gauge-newsletter.style-2 .issue-image {
        display: block;
        float: left;
        width: 10%;
        margin: 0;
        padding-right: 1.25em; }
      /* line 144, sass/components/_comp-gauge-newsletter.scss */
      .comp-gauge-newsletter.style-2 h3 {
        font-size: 1.4375em;
        line-height: 1.0869565217em;
        margin-bottom: 0; }
      /* line 149, sass/components/_comp-gauge-newsletter.scss */
      .comp-gauge-newsletter.style-2 .col-xs-16 {
        display: flex;
        align-items: center; }
      /* line 153, sass/components/_comp-gauge-newsletter.scss */
      .comp-gauge-newsletter.style-2 .comp-the-gauge-link {
        display: inline-block; }
      /* line 156, sass/components/_comp-gauge-newsletter.scss */
      .comp-gauge-newsletter.style-2 .comp-gnwlt-copy {
        width: 50%;
        display: flex;
        align-items: center; }
      /* line 161, sass/components/_comp-gauge-newsletter.scss */
      .comp-gauge-newsletter.style-2 .comp-gnwlt-title {
        float: left;
        width: 40%; }
      /* line 165, sass/components/_comp-gauge-newsletter.scss */
      .comp-gauge-newsletter.style-2 .comp-gnwlt-text {
        float: left;
        width: 60%;
        padding-left: 1.25em; }
        /* line 169, sass/components/_comp-gauge-newsletter.scss */
        .comp-gauge-newsletter.style-2 .comp-gnwlt-text p {
          margin: 0;
          font-size: 0.9285714286em;
          line-height: 1.2307692308em; } }
      @media (min-width: 992px) and (min-width: 992px) {
        /* line 169, sass/components/_comp-gauge-newsletter.scss */
        .comp-gauge-newsletter.style-2 .comp-gnwlt-text p {
          font-size: 1.0714285714em; } }
  @media (min-width: 992px) {
      /* line 178, sass/components/_comp-gauge-newsletter.scss */
      .comp-gauge-newsletter.style-2 .comp-gnwlt-form {
        display: flex;
        align-items: center;
        flex: 1 1 auto; }
      /* line 183, sass/components/_comp-gauge-newsletter.scss */
      .comp-gauge-newsletter.style-2 .comp-the-gauge-form {
        margin: 0;
        padding: 0;
        float: left;
        width: 40%; } }

/* line 193, sass/components/_comp-gauge-newsletter.scss */
.comp-gauge-newsletter-small {
  padding: 2.8125em 1.875em 1.875em;
  background: #eceded;
  margin: 0 -15px;
  margin-bottom: 1.25em; }
  @media (min-width: 768px) {
    /* line 193, sass/components/_comp-gauge-newsletter.scss */
    .comp-gauge-newsletter-small {
      margin: 0;
      margin-bottom: 1.25em;
      padding: 0.9375em 1.5em; } }
  /* line 203, sass/components/_comp-gauge-newsletter.scss */
  .comp-gauge-newsletter-small .message {
    position: absolute;
    left: 0;
    bottom: -0.8333333333em;
    margin: 0;
    transform: translateY(100%); }
  /* line 210, sass/components/_comp-gauge-newsletter.scss */
  .comp-gauge-newsletter-small .issue-image {
    max-width: 4.75em;
    float: left;
    margin-bottom: 1.25em;
    position: relative;
    margin-right: 1.25em;
    /*&:before{
	    content: " ";
	    display: block;
	    position: absolute;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    background: $actrol-red;
	    mix-blend-mode: multiply;
		}*/ }
    @media (min-width: 992px) {
      /* line 210, sass/components/_comp-gauge-newsletter.scss */
      .comp-gauge-newsletter-small .issue-image {
        padding: 0;
        max-width: 1.875em;
        margin-bottom: 0;
        margin-right: 0.625em; } }
    @media (min-width: 1200px) {
      /* line 210, sass/components/_comp-gauge-newsletter.scss */
      .comp-gauge-newsletter-small .issue-image {
        max-width: 4.75em;
        margin-bottom: 1.25em;
        padding: 0.3125em;
        margin-right: 1.25em; } }
  /* line 240, sass/components/_comp-gauge-newsletter.scss */
  .comp-gauge-newsletter-small h3 {
    color: inherit;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 0.625rem;
    font-size: 1em;
    line-height: 1.125em;
    letter-spacing: 0.045em; }
  /* line 250, sass/components/_comp-gauge-newsletter.scss */
  .comp-gauge-newsletter-small .comp-gnwlt-text {
    font-size: 0.8125em;
    line-height: 1.3076923077em; }
  /* line 254, sass/components/_comp-gauge-newsletter.scss */
  .comp-gauge-newsletter-small .comp-the-gauge-form {
    clear: both;
    width: 100%; }
  /* line 258, sass/components/_comp-gauge-newsletter.scss */
  .comp-gauge-newsletter-small .input-group-btn {
    font-size: 1em; }
    /* line 260, sass/components/_comp-gauge-newsletter.scss */
    .comp-gauge-newsletter-small .input-group-btn .btn {
      font-size: 0.8125em;
      padding: 0;
      width: 4em; }

/* line 1, sass/components/_comp-max-slider-with-cards.scss */
.comp-max-slider-with-cards {
  text-align: center;
  padding: 0; }
  @media (min-width: 768px) {
    /* line 1, sass/components/_comp-max-slider-with-cards.scss */
    .comp-max-slider-with-cards {
      padding: 3.125em 0 0; } }
  @media (min-width: 992px) {
    /* line 1, sass/components/_comp-max-slider-with-cards.scss */
    .comp-max-slider-with-cards {
      padding: 4.375em 0 3.125em; } }
  /* line 10, sass/components/_comp-max-slider-with-cards.scss */
  .comp-max-slider-with-cards .slick-slider, .comp-max-slider-with-cards .slick-track, .comp-max-slider-with-cards .slick-list {
    display: flex;
    flex: 1 0 auto;
    height: auto;
    width: 100%; }
  /* line 18, sass/components/_comp-max-slider-with-cards.scss */
  .comp-max-slider-with-cards .slick-track:before, .comp-max-slider-with-cards .slick-track:after {
    content: ' ';
    display: none; }
  /* line 23, sass/components/_comp-max-slider-with-cards.scss */
  .comp-max-slider-with-cards .section-container {
    display: block; }
    @media (max-width: 991px) {
      /* line 23, sass/components/_comp-max-slider-with-cards.scss */
      .comp-max-slider-with-cards .section-container {
        width: 100%;
        padding: 0; } }
    @media (min-width: 992px) {
      /* line 23, sass/components/_comp-max-slider-with-cards.scss */
      .comp-max-slider-with-cards .section-container {
        display: flex;
        justify-content: space-between; } }
  @media (min-width: 992px) {
    /* line 34, sass/components/_comp-max-slider-with-cards.scss */
    .comp-max-slider-with-cards .comp-max, .comp-max-slider-with-cards .comp-slider {
      width: calc(50% - 7.5px);
      flex-grow: 0;
      flex-shrink: 1; } }
  /* line 41, sass/components/_comp-max-slider-with-cards.scss */
  .comp-max-slider-with-cards .cards-slider {
    padding: 1.875em 0.625em 3.125em;
    margin: 0; }
    @media (min-width: 992px) {
      /* line 41, sass/components/_comp-max-slider-with-cards.scss */
      .comp-max-slider-with-cards .cards-slider {
        padding: 0;
        width: calc(50% - 7.5px);
        flex-grow: 0;
        flex-shrink: 1; } }
  @media (min-width: 768px) {
    /* line 53, sass/components/_comp-max-slider-with-cards.scss */
    .comp-max-slider-with-cards .comp-slider .slick-list {
      width: 100%; } }
  @media (min-width: 768px) {
    /* line 58, sass/components/_comp-max-slider-with-cards.scss */
    .comp-max-slider-with-cards .comp-slider .slick-list, .comp-max-slider-with-cards .comp-slider .slick-track {
      flex: 1 0 auto;
      display: flex; } }
  /* line 65, sass/components/_comp-max-slider-with-cards.scss */
  .comp-max-slider-with-cards .card-slide {
    height: auto;
    padding: 0 0.3125em;
    flex: 1 1 auto;
    display: flex !important;
    max-width: 17.8125em;
    flex-shrink: 0; }
    @media (min-width: 768px) {
      /* line 65, sass/components/_comp-max-slider-with-cards.scss */
      .comp-max-slider-with-cards .card-slide {
        max-width: none;
        padding: 0 0.625em; } }
  /* line 77, sass/components/_comp-max-slider-with-cards.scss */
  .comp-max-slider-with-cards .comp-cards-inline-title {
    margin-bottom: 3.125em; }
  @media (min-width: 768px) {
    /* line 80, sass/components/_comp-max-slider-with-cards.scss */
    .comp-max-slider-with-cards .cards-row {
      display: flex;
      flex-wrap: wrap; }
      /* line 19, sass/_mixins.scss */
      .comp-max-slider-with-cards .cards-row:before {
        content: none; }
      /* line 22, sass/_mixins.scss */
      .comp-max-slider-with-cards .cards-row:after {
        content: ''; } }
  @media (max-width: 767px) {
    /* line 80, sass/components/_comp-max-slider-with-cards.scss */
    .comp-max-slider-with-cards .cards-row {
      display: flex;
      flex-direction: column; }
      /* line 89, sass/components/_comp-max-slider-with-cards.scss */
      .comp-max-slider-with-cards .cards-row .column-title {
        order: 2;
        padding: 3.75em 1.875em 2.1875em;
        margin-bottom: 0; }
        /* line 93, sass/components/_comp-max-slider-with-cards.scss */
        .comp-max-slider-with-cards .cards-row .column-title h2 {
          font-size: 1.125em; }
        /* line 96, sass/components/_comp-max-slider-with-cards.scss */
        .comp-max-slider-with-cards .cards-row .column-title:after {
          content: " ";
          position: absolute;
          right: 0;
          top: 0;
          width: 3.75em;
          height: 100%;
          background: -moz-linear-gradient(left, transparent 8%, transparent 9%, rgba(0, 0, 0, 0.24) 100%);
          background: -webkit-linear-gradient(left, transparent 8%, transparent 9%, rgba(0, 0, 0, 0.24) 100%);
          background: linear-gradient(to right, transparent 8%, transparent 9%, rgba(0, 0, 0, 0.24) 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#3d000000',GradientType=1 );
          pointer-events: none; }
      /* line 110, sass/components/_comp-max-slider-with-cards.scss */
      .comp-max-slider-with-cards .cards-row .column-max {
        padding: 0;
        order: 1; }
        /* line 113, sass/components/_comp-max-slider-with-cards.scss */
        .comp-max-slider-with-cards .cards-row .column-max #comp-max {
          margin-bottom: 0; }
      /* line 117, sass/components/_comp-max-slider-with-cards.scss */
      .comp-max-slider-with-cards .cards-row .column-slider {
        padding: 0;
        padding-bottom: 3.125em;
        order: 3; }
        /* line 121, sass/components/_comp-max-slider-with-cards.scss */
        .comp-max-slider-with-cards .cards-row .column-slider:after {
          content: " ";
          position: absolute;
          right: 0;
          top: 0;
          width: 3.75em;
          height: 100%;
          background: -moz-linear-gradient(left, transparent 8%, transparent 9%, rgba(0, 0, 0, 0.24) 100%);
          background: -webkit-linear-gradient(left, transparent 8%, transparent 9%, rgba(0, 0, 0, 0.24) 100%);
          background: linear-gradient(to right, transparent 8%, transparent 9%, rgba(0, 0, 0, 0.24) 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#3d000000',GradientType=1 );
          pointer-events: none; }
        /* line 134, sass/components/_comp-max-slider-with-cards.scss */
        .comp-max-slider-with-cards .cards-row .column-slider .cards-slider {
          margin: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    /* line 140, sass/components/_comp-max-slider-with-cards.scss */
    .comp-max-slider-with-cards .cards-row .column-title {
      order: 2;
      padding: 3.75em 1.875em 2.1875em;
      margin-bottom: 0; }
    /* line 145, sass/components/_comp-max-slider-with-cards.scss */
    .comp-max-slider-with-cards .cards-row .column-max {
      order: 1; }
    /* line 148, sass/components/_comp-max-slider-with-cards.scss */
    .comp-max-slider-with-cards .cards-row .column-slider {
      padding-bottom: 3.125em;
      order: 3; } }
  /* line 153, sass/components/_comp-max-slider-with-cards.scss */
  .comp-max-slider-with-cards .cards-row #comp-max {
    padding-bottom: 0; }
  @media (min-width: 768px) {
    /* line 157, sass/components/_comp-max-slider-with-cards.scss */
    .comp-max-slider-with-cards .column {
      display: flex; } }
  /* line 162, sass/components/_comp-max-slider-with-cards.scss */
  .comp-max-slider-with-cards .card {
    flex: 1 1 auto; }
    /* line 164, sass/components/_comp-max-slider-with-cards.scss */
    .comp-max-slider-with-cards .card h3 {
      font-size: 1.25em;
      line-height: 1;
      margin-bottom: 1.25em; }
    @media (max-width: 767px) {
      /* line 162, sass/components/_comp-max-slider-with-cards.scss */
      .comp-max-slider-with-cards .card {
        margin-bottom: 0.9375em;
        box-shadow: 3px 4px 18.4px 1.6px rgba(0, 0, 0, 0.1); } }
  /* line 174, sass/components/_comp-max-slider-with-cards.scss */
  .comp-max-slider-with-cards .rte {
    max-width: 35.7142857143em;
    margin: 0 auto;
    font-size: 0.875em;
    line-height: 1.4285714286em; }
  @media (min-width: 992px) {
    /* line 181, sass/components/_comp-max-slider-with-cards.scss */
    .comp-max-slider-with-cards .slides .slick-list, .comp-max-slider-with-cards .slides .slick-track {
      display: flex; } }
  @media (min-width: 992px) {
    /* line 187, sass/components/_comp-max-slider-with-cards.scss */
    .comp-max-slider-with-cards .slick-initialized .slick-slide {
      display: flex;
      height: auto;
      flex: 1 1 auto; } }
  @media (min-width: 768px) {
    /* line 194, sass/components/_comp-max-slider-with-cards.scss */
    .comp-max-slider-with-cards .comp-slider, .comp-max-slider-with-cards .slides {
      width: 100%;
      display: flex;
      margin: 0; } }
  /* line 201, sass/components/_comp-max-slider-with-cards.scss */
  .comp-max-slider-with-cards .comp-slider {
    margin-bottom: 1.875em; }
    @media (min-width: 992px) {
      /* line 201, sass/components/_comp-max-slider-with-cards.scss */
      .comp-max-slider-with-cards .comp-slider {
        margin-bottom: 0; } }
    @media (min-width: 992px) {
      /* line 206, sass/components/_comp-max-slider-with-cards.scss */
      .comp-max-slider-with-cards .comp-slider img {
        opacity: 0; } }
  /* line 212, sass/components/_comp-max-slider-with-cards.scss */
  .comp-max-slider-with-cards .slide-content {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; }
    /* line 216, sass/components/_comp-max-slider-with-cards.scss */
    .comp-max-slider-with-cards .slide-content.cover {
      background-size: cover; }

/* line 1, sass/components/_comp-sidebar-links-list.scss */
.comp-sidebar-links-list {
  padding-top: 3.125em;
  padding-bottom: 1.875em;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  background: #eceded;
  margin: 0 -15px; }
  @media (min-width: 768px) {
    /* line 1, sass/components/_comp-sidebar-links-list.scss */
    .comp-sidebar-links-list {
      margin: 0 -10px; } }
  @media (min-width: 992px) {
    /* line 1, sass/components/_comp-sidebar-links-list.scss */
    .comp-sidebar-links-list {
      padding-right: 2em;
      padding-left: 2.375em;
      margin: 0;
      background: none; } }
  /* line 17, sass/components/_comp-sidebar-links-list.scss */
  .comp-sidebar-links-list h3 {
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.045em;
    font-size: 1em;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-bottom: 0.9375em; }
    @media (min-width: 992px) {
      /* line 17, sass/components/_comp-sidebar-links-list.scss */
      .comp-sidebar-links-list h3 {
        text-align: left;
        max-width: 8.4375em;
        margin-bottom: 0; } }
  /* line 31, sass/components/_comp-sidebar-links-list.scss */
  .comp-sidebar-links-list .link-card {
    text-decoration: none;
    position: relative;
    padding-left: 5em;
    display: block;
    color: black;
    border-bottom: 1px solid #dddddd;
    font-size: 1em;
    line-height: 1.0625em;
    padding-top: 1.25em;
    text-decoration: none; }
    @media (min-width: 992px) {
      /* line 31, sass/components/_comp-sidebar-links-list.scss */
      .comp-sidebar-links-list .link-card {
        font-size: 0.875em;
        line-height: 1.0714285714em;
        padding-left: 3.375em;
        padding-top: 1.4285714286em; } }
  /* line 49, sass/components/_comp-sidebar-links-list.scss */
  .comp-sidebar-links-list .icon {
    position: absolute;
    top: 1.4285714286em;
    left: 0; }
  /* line 54, sass/components/_comp-sidebar-links-list.scss */
  .comp-sidebar-links-list .form-icon {
    fill: #d50810;
    width: 3.75em;
    height: 5em; }
    @media (min-width: 992px) {
      /* line 54, sass/components/_comp-sidebar-links-list.scss */
      .comp-sidebar-links-list .form-icon {
        width: 2.375em;
        height: 3.1875em; } }
  /* line 63, sass/components/_comp-sidebar-links-list.scss */
  .comp-sidebar-links-list .title {
    display: inline-block;
    margin-bottom: 0.7142857143em; }
  /* line 67, sass/components/_comp-sidebar-links-list.scss */
  .comp-sidebar-links-list .content {
    display: block;
    margin-bottom: 1em; }
  /* line 71, sass/components/_comp-sidebar-links-list.scss */
  .comp-sidebar-links-list .link {
    border: none;
    text-decoration: none;
    margin-bottom: 1.4285714286em; }

/* line 1, sass/components/_comp-brand-header-block.scss */
.brand-header {
  padding-top: 2em; }

/* line 5, sass/components/_comp-brand-header-block.scss */
.brand-header__logo {
  margin-bottom: 1em; }
  /* line 8, sass/components/_comp-brand-header-block.scss */
  .brand-header__logo img {
    max-height: 85px; }
  @media (min-width: 992px) {
    /* line 5, sass/components/_comp-brand-header-block.scss */
    .brand-header__logo {
      margin-top: 2em;
      margin-bottom: 2em; } }

/* line 19, sass/components/_comp-brand-header-block.scss */
.brand-header__image img {
  max-height: 421px; }

/* line 24, sass/components/_comp-brand-header-block.scss */
.brand-header__description {
  max-width: 360px;
  margin: 2em auto;
  text-align: center; }
  /* line 29, sass/components/_comp-brand-header-block.scss */
  .brand-header__description h1, .brand-header__description h2, .brand-header__description h3, .brand-header__description h4, .brand-header__description h5, .brand-header__description h6,
  .brand-header__description .h1, .brand-header__description .h2, .brand-header__description .h3, .brand-header__description .h4, .brand-header__description .h5, .brand-header__description .h6 {
    font-weight: 700;
    line-height: 1; }
  @media (min-width: 360px) {
    /* line 35, sass/components/_comp-brand-header-block.scss */
    .brand-header__description h1, .brand-header__description .h1 {
      font-size: 2.625em; } }

/* line 1, sass/components/_comp-brand-dropdown-block.scss */
.branddropdownsblock {
  position: relative; }

/* line 5, sass/components/_comp-brand-dropdown-block.scss */
.dropdown__description {
  text-transform: uppercase;
  text-align: center; }
  /* line 9, sass/components/_comp-brand-dropdown-block.scss */
  .dropdown__description h3 {
    font-size: 13px;
    letter-spacing: 1.5px;
    line-heihgt: 32px;
    font-weight: 700; }

/* line 17, sass/components/_comp-brand-dropdown-block.scss */
.dropdown-list,
.dropdown-sublist {
  padding: 0;
  margin: 1em auto 2em;
  list-style: none; }

/* line 24, sass/components/_comp-brand-dropdown-block.scss */
.dropdown-list {
  display: flex;
  justify-content: center; }

/* line 29, sass/components/_comp-brand-dropdown-block.scss */
.dropdown-list__item {
  padding: 4px;
  text-align: center; }
  @media (min-width: 768px) {
    /* line 29, sass/components/_comp-brand-dropdown-block.scss */
    .dropdown-list__item {
      padding: 10px; } }

/* line 38, sass/components/_comp-brand-dropdown-block.scss */
.dropdown-list__link {
  height: 71px;
  width: auto;
  min-width: 95px;
  padding: 0 5px;
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 54px;
  font-weight: 700;
  text-decoration: none;
  color: white;
  background-color: transparent;
  border: 1px solid white; }
  @media (min-width: 768px) {
    /* line 38, sass/components/_comp-brand-dropdown-block.scss */
    .dropdown-list__link {
      width: 182px;
      padding: 0 10px; } }
  /* line 60, sass/components/_comp-brand-dropdown-block.scss */
  .dropdown-list__link:hover, .dropdown-list__link:active, .dropdown-list__link:focus {
    text-decoration: none;
    color: white;
    background-color: #4DD0DF;
    border-color: #4DD0DF; }
  /* line 69, sass/components/_comp-brand-dropdown-block.scss */
  .dropdown-list__link .arrow-down {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: perspective(1px) translateX(-50%);
    width: 10px;
    height: 9px;
    fill: white;
    transform: rotate(0);
    transition: all .7s ease; }

/* line 82, sass/components/_comp-brand-dropdown-block.scss */
.dropdown-list__message {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  font-weight: 400; }

/* line 89, sass/components/_comp-brand-dropdown-block.scss */
.dropdown-sublist {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  padding: 1em 1em 1.5em;
  transition: all .2s ease;
  visibility: hidden;
  opacity: 0; }

/* line 102, sass/components/_comp-brand-dropdown-block.scss */
.dropdown-list__item.dropdown--visible .dropdown-list__link .arrow-down {
  transform: rotate(180deg); }

/* line 106, sass/components/_comp-brand-dropdown-block.scss */
.dropdown-list__item.dropdown--visible .dropdown-sublist {
  visibility: visible;
  opacity: 1; }

/* line 112, sass/components/_comp-brand-dropdown-block.scss */
.dropdown-sublist__outer {
  margin: 0 auto; }

/* line 117, sass/components/_comp-brand-dropdown-block.scss */
.dropdown-sublist__inner {
  display: inline-flex;
  flex-wrap: wrap;
  max-width: 900px; }

/* line 123, sass/components/_comp-brand-dropdown-block.scss */
.dropdown-sublist__item {
  border: .5px solid transparent; }

/* line 127, sass/components/_comp-brand-dropdown-block.scss */
.dropdown-sublist__card {
  width: 285px;
  height: 70px;
  display: block;
  text-align: left;
  color: black;
  background-color: white;
  text-decoration: none; }
  /* line 137, sass/components/_comp-brand-dropdown-block.scss */
  .dropdown-sublist__card:hover, .dropdown-sublist__card:active, .dropdown-sublist__card:focus {
    background-color: #eceded;
    text-decoration: none; }

/* line 145, sass/components/_comp-brand-dropdown-block.scss */
.dropdown-card__img,
.dropdown-card__title,
.dropdown-card__link {
  display: inline-block;
  vertical-align: middle; }

/* line 152, sass/components/_comp-brand-dropdown-block.scss */
.dropdown-card__img {
  width: 70px;
  height: 70px;
  padding: 5px; }
  /* line 157, sass/components/_comp-brand-dropdown-block.scss */
  .dropdown-card__img img {
    max-width: 100%;
    height: auto; }

/* line 163, sass/components/_comp-brand-dropdown-block.scss */
.dropdown-card__title {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0;
  font-weight: 700;
  width: 110px;
  padding: 0 5px; }

/* line 173, sass/components/_comp-brand-dropdown-block.scss */
.dropdown-card__link {
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0;
  font-weight: 700; }
  /* line 179, sass/components/_comp-brand-dropdown-block.scss */
  .dropdown-card__link .arrow-right {
    width: 10px;
    height: 6px;
    padding-left: 4px; }

/* line 1, sass/components/_comp-tool-promo-hero.scss */
.tool-promo-hero {
  padding-top: 30px;
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    /* line 1, sass/components/_comp-tool-promo-hero.scss */
    .tool-promo-hero {
      padding-top: 50px;
      padding-bottom: 120px; } }

/* line 1, sass/components/_comp-tool-promo-offer.scss */
.tool-promo-offer {
  padding-top: 25px;
  padding-bottom: 25px; }

/* line 1, sass/components/_comp-tool-promo-brands.scss */
.tool-promo-brands {
  padding-top: 40px;
  padding-bottom: 40px; }
  /* line 10, sass/components/_comp-tool-promo-brands.scss */
  .tool-promo-brands .brand-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px -10px; }
  /* line 17, sass/components/_comp-tool-promo-brands.scss */
  .tool-promo-brands .brands-list h3 {
    padding: 30px 0;
    line-height: 1; }
  /* line 22, sass/components/_comp-tool-promo-brands.scss */
  .tool-promo-brands .brand-card {
    width: 100%;
    padding: 10px; }
    @media (min-width: 768px) {
      /* line 22, sass/components/_comp-tool-promo-brands.scss */
      .tool-promo-brands .brand-card {
        width: 50%; }
        /* line 29, sass/components/_comp-tool-promo-brands.scss */
        .tool-promo-brands .brand-card.brand-card--featured {
          width: 50%; } }
    @media (min-width: 992px) {
      /* line 22, sass/components/_comp-tool-promo-brands.scss */
      .tool-promo-brands .brand-card {
        width: 33.3333333333%; }
        /* line 37, sass/components/_comp-tool-promo-brands.scss */
        .tool-promo-brands .brand-card.brand-card--featured {
          width: 50%; } }
  /* line 43, sass/components/_comp-tool-promo-brands.scss */
  .tool-promo-brands .rte > img {
    display: block; }
  /* line 47, sass/components/_comp-tool-promo-brands.scss */
  .tool-promo-brands .brand-card-content {
    border: 1px solid #A3A3A3; }
  /* line 51, sass/components/_comp-tool-promo-brands.scss */
  .tool-promo-brands .brand-card-body {
    padding: 0 20px 40px 20px; }
    @media (min-width: 768px) {
      /* line 51, sass/components/_comp-tool-promo-brands.scss */
      .tool-promo-brands .brand-card-body {
        padding: 0 20px 40px 30px; } }
    @media (min-width: 992px) {
      /* line 51, sass/components/_comp-tool-promo-brands.scss */
      .tool-promo-brands .brand-card-body {
        padding: 0 20px 40px 40px; } }
  /* line 64, sass/components/_comp-tool-promo-brands.scss */
  .tool-promo-brands .brand-card--featured .brand-card-body {
    padding: 0 20px 30px; }
    @media (min-width: 768px) {
      /* line 64, sass/components/_comp-tool-promo-brands.scss */
      .tool-promo-brands .brand-card--featured .brand-card-body {
        padding: 0 30px 30px; } }
    @media (min-width: 992px) {
      /* line 64, sass/components/_comp-tool-promo-brands.scss */
      .tool-promo-brands .brand-card--featured .brand-card-body {
        padding: 0 40px 30px; } }
  /* line 77, sass/components/_comp-tool-promo-brands.scss */
  .tool-promo-brands .brand-card-footer {
    padding: 10px 5px 10px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 140px; }
    /* line 84, sass/components/_comp-tool-promo-brands.scss */
    .tool-promo-brands .brand-card-footer .rte-image, .tool-promo-brands .brand-card-footer .rte {
      width: 100%; }
    /* line 88, sass/components/_comp-tool-promo-brands.scss */
    .tool-promo-brands .brand-card-footer .rte-image {
      padding: 0 5px;
      min-width: 225px; }
    /* line 93, sass/components/_comp-tool-promo-brands.scss */
    .tool-promo-brands .brand-card-footer .rte {
      padding: 5px 5px; }
    @media (min-width: 768px) {
      /* line 77, sass/components/_comp-tool-promo-brands.scss */
      .tool-promo-brands .brand-card-footer {
        padding: 10px 5px 10px 30px; } }
    @media (min-width: 992px) {
      /* line 77, sass/components/_comp-tool-promo-brands.scss */
      .tool-promo-brands .brand-card-footer {
        padding: 10px 5px 10px 40px;
        flex-wrap: nowrap; }
        /* line 105, sass/components/_comp-tool-promo-brands.scss */
        .tool-promo-brands .brand-card-footer .rte-image, .tool-promo-brands .brand-card-footer .rte {
          width: 50%; }
        /* line 109, sass/components/_comp-tool-promo-brands.scss */
        .tool-promo-brands .brand-card-footer .rte-image {
          max-width: 250px; } }

/* line 1, sass/components/_comp-tool-promo-win.scss */
.tool-promo-win {
  padding: 25px 0; }
  @media (min-width: 768px) {
    /* line 1, sass/components/_comp-tool-promo-win.scss */
    .tool-promo-win {
      padding: 55px 0; } }
  @media (min-width: 992px) {
    /* line 1, sass/components/_comp-tool-promo-win.scss */
    .tool-promo-win {
      padding: 95px 0; } }
  /* line 12, sass/components/_comp-tool-promo-win.scss */
  .tool-promo-win .has-bg-img:before {
    content: " ";
    display: block;
    padding-bottom: 53%; }
  @media (min-width: 992px) {
    /* line 18, sass/components/_comp-tool-promo-win.scss */
    .tool-promo-win .has-bg-img:before {
      content: "";
      display: none; } }
  /* line 24, sass/components/_comp-tool-promo-win.scss */
  .tool-promo-win .win__container {
    display: flex;
    flex-wrap: wrap; }
  /* line 29, sass/components/_comp-tool-promo-win.scss */
  .tool-promo-win .rte {
    width: 100%;
    padding: 45px 25px 25px; }
    @media (min-width: 768px) {
      /* line 29, sass/components/_comp-tool-promo-win.scss */
      .tool-promo-win .rte {
        width: 60%; } }
    @media (min-width: 992px) {
      /* line 29, sass/components/_comp-tool-promo-win.scss */
      .tool-promo-win .rte {
        width: 40%; } }
    @media (min-width: 1200px) {
      /* line 29, sass/components/_comp-tool-promo-win.scss */
      .tool-promo-win .rte {
        width: 35%; } }
  /* line 46, sass/components/_comp-tool-promo-win.scss */
  .tool-promo-win .rte-image {
    width: 100%; }
    @media (min-width: 768px) {
      /* line 46, sass/components/_comp-tool-promo-win.scss */
      .tool-promo-win .rte-image {
        width: 40%; } }
    @media (min-width: 992px) {
      /* line 46, sass/components/_comp-tool-promo-win.scss */
      .tool-promo-win .rte-image {
        width: 60%; } }
    @media (min-width: 1200px) {
      /* line 46, sass/components/_comp-tool-promo-win.scss */
      .tool-promo-win .rte-image {
        width: 65%; } }

/* line 1, sass/components/_comp-tool-promo-catalogue.scss */
.tool-promo-catalogue {
  padding: 50px 0 30px; }
  /* line 4, sass/components/_comp-tool-promo-catalogue.scss */
  .tool-promo-catalogue .catalogue-box {
    min-height: 250px;
    padding: 25px 20px 15px;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      /* line 4, sass/components/_comp-tool-promo-catalogue.scss */
      .tool-promo-catalogue .catalogue-box {
        padding: 35px 30px 15px; } }
  /* line 14, sass/components/_comp-tool-promo-catalogue.scss */
  .tool-promo-catalogue #CountdownTo {
    text-align: center;
    display: flex;
    justify-content: center;
    padding-top: 15px; }
    /* line 20, sass/components/_comp-tool-promo-catalogue.scss */
    .tool-promo-catalogue #CountdownTo .number {
      font-weight: 700;
      font-size: 44px;
      display: block;
      line-height: 45px;
      min-width: 80px;
      border-right: 1px solid #A3A3A3;
      margin-bottom: 10px;
      padding-right: 10px;
      padding-left: 10px;
      border-right: 1px solid #A3A3A3; }
    /* line 33, sass/components/_comp-tool-promo-catalogue.scss */
    .tool-promo-catalogue #CountdownTo span:not(.number) {
      display: block;
      font-size: 14px;
      font-weight: 300; }
    /* line 39, sass/components/_comp-tool-promo-catalogue.scss */
    .tool-promo-catalogue #CountdownTo .time-block:last-of-type .number {
      border-right: 0 none; }

/* line 1, sass/components/_comp-tool-promo-terms.scss */
.tool-promo-terms {
  padding: 60px 0; }
  /* line 4, sass/components/_comp-tool-promo-terms.scss */
  .tool-promo-terms .terms_link,
  .tool-promo-terms .terms_container {
    width: 1000px;
    margin: 0 auto;
    max-width: 100%; }
  /* line 11, sass/components/_comp-tool-promo-terms.scss */
  .tool-promo-terms .terms_container {
    padding: 60px 20px; }
  /* line 15, sass/components/_comp-tool-promo-terms.scss */
  .tool-promo-terms .terms_link {
    margin-bottom: 10px; }
  /* line 19, sass/components/_comp-tool-promo-terms.scss */
  .tool-promo-terms .rte {
    width: 790px;
    margin: 0 auto;
    max-width: 100%; }

/* line 1, sass/components/_comp-video-background-block.scss */
.video-wrapper {
  position: relative;
  background-color: #202020;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  /* line 7, sass/components/_comp-video-background-block.scss */
  .video-wrapper .video-background-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 302px;
    width: 100%;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 1440px;
    margin: 0 auto;
    background-color: #202020; }
    /* line 20, sass/components/_comp-video-background-block.scss */
    .video-wrapper .video-background-container:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: all;
      background: rgba(0, 0, 0, 0);
      content: " ";
      display: block; }
    @media (min-width: 768px) {
      /* line 7, sass/components/_comp-video-background-block.scss */
      .video-wrapper .video-background-container {
        min-height: 568px; } }
    /* line 34, sass/components/_comp-video-background-block.scss */
    .video-wrapper .video-background-container .video-background-container__bg {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-color: transparent;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      transition: all 0.7s ease;
      opacity: 1;
      visibility: visible;
      overflow: hidden; }
    /* line 49, sass/components/_comp-video-background-block.scss */
    .video-wrapper .video-background-container .plyr__controls {
      display: none !important; }
    /* line 52, sass/components/_comp-video-background-block.scss */
    .video-wrapper .video-background-container.plyr--requested .video-background-container__bg {
      opacity: 0;
      visibility: hidden; }
    /* line 57, sass/components/_comp-video-background-block.scss */
    .video-wrapper .video-background-container.plyr--paused:after {
      display: none; }
    /* line 60, sass/components/_comp-video-background-block.scss */
    .video-wrapper .video-background-container.plyr--paused .plyr .plyr__video-embed iframe {
      pointer-events: all; }
    /* line 64, sass/components/_comp-video-background-block.scss */
    .video-wrapper .video-background-container .plyr {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute; }
    /* line 71, sass/components/_comp-video-background-block.scss */
    .video-wrapper .video-background-container .video-background-container__video {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
    /* line 78, sass/components/_comp-video-background-block.scss */
    .video-wrapper .video-background-container .video-background-container__content {
      position: relative;
      color: white;
      z-index: 2;
      padding-left: 15px;
      font-size: 20px;
      line-height: 26px;
      max-width: 333px; }
      @media (min-width: 992px) {
        /* line 78, sass/components/_comp-video-background-block.scss */
        .video-wrapper .video-background-container .video-background-container__content {
          padding-top: 80px;
          padding-bottom: 40px; } }
      /* line 90, sass/components/_comp-video-background-block.scss */
      .video-wrapper .video-background-container .video-background-container__content h2 {
        color: white;
        text-transform: none;
        padding-bottom: 20px;
        margin-bottom: 20px;
        position: relative; }
        @media (min-width: 992px) {
          /* line 90, sass/components/_comp-video-background-block.scss */
          .video-wrapper .video-background-container .video-background-container__content h2 {
            font-size: 44px;
            line-height: 52px; } }
        @media (min-width: 992px) {
          /* line 90, sass/components/_comp-video-background-block.scss */
          .video-wrapper .video-background-container .video-background-container__content h2 {
            padding-bottom: 50px;
            margin-bottom: 60px; } }
        /* line 104, sass/components/_comp-video-background-block.scss */
        .video-wrapper .video-background-container .video-background-container__content h2:after {
          position: absolute;
          left: 0;
          width: 30%;
          height: 2px;
          background-color: white;
          content: "";
          bottom: 0; }
          @media (min-width: 992px) {
            /* line 104, sass/components/_comp-video-background-block.scss */
            .video-wrapper .video-background-container .video-background-container__content h2:after {
              width: 93px; } }
  /* line 119, sass/components/_comp-video-background-block.scss */
  .video-wrapper .video-background-container--gradient {
    position: relative; }
    /* line 121, sass/components/_comp-video-background-block.scss */
    .video-wrapper .video-background-container--gradient:after {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      bottom: 0;
      opacity: 0.5;
      background: linear-gradient(to right, #000000 20%, transparent 40%);
      /* W3C */
      width: 100%;
      z-index: 1; }

/* line 2, sass/pages/_homepage.scss */
body.Home #comp-slider {
  height: 452px;
  overflow: hidden;
  opacity: 0;
  transition: none; }
  @media (max-width: 767px) {
    /* line 7, sass/pages/_homepage.scss */
    body.Home #comp-slider .slick-arrow {
      top: 80% !important; } }
  @media (min-width: 768px) {
    /* line 7, sass/pages/_homepage.scss */
    body.Home #comp-slider .slick-arrow {
      display: none !important; } }

/* line 17, sass/pages/_homepage.scss */
body.Home .latest-products .card {
  padding: 15px 10px 0; }

/* line 22, sass/pages/_homepage.scss */
body.Home .comp-cards-inline h3 {
  font-size: 1.3125em;
  margin-bottom: 0.8em; }
  @media (min-width: 992px) {
    /* line 22, sass/pages/_homepage.scss */
    body.Home .comp-cards-inline h3 {
      font-size: 1.25em;
      margin-bottom: 0.8em; } }

/* line 32, sass/pages/_homepage.scss */
body.Home .comp-slider-sidebar .rte {
  line-height: 1.4285714286em; }

/* line 36, sass/pages/_homepage.scss */
body.Home .card-description {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 3.75em; }
  /* line 40, sass/pages/_homepage.scss */
  body.Home .card-description h3 {
    margin-bottom: 0.25em; }

@media (max-width: 991px) {
  /* line 45, sass/pages/_homepage.scss */
  body.Home .comp-gauge-newsletter {
    color: white;
    background: #231f20; } }

@media (min-width: 768px) {
  /* line 50, sass/pages/_homepage.scss */
  body.Home .comp-gauge-newsletter .comp-gnwlt-wrapper {
    padding-left: 4.0625rem; } }

@media (min-width: 992px) {
  /* line 50, sass/pages/_homepage.scss */
  body.Home .comp-gauge-newsletter .comp-gnwlt-wrapper {
    padding-left: 1.5625rem; } }

/* line 60, sass/pages/_homepage.scss */
body.Home .the-issue {
  margin: 0;
  width: 100%; }
  /* line 63, sass/pages/_homepage.scss */
  body.Home .the-issue a {
    color: white; }
  /* line 66, sass/pages/_homepage.scss */
  body.Home .the-issue .link {
    color: white; }
    /* line 68, sass/pages/_homepage.scss */
    body.Home .the-issue .link .arrow-right {
      fill: white; }

/* line 73, sass/pages/_homepage.scss */
body.Home .the-issue-text {
  display: block;
  width: 100%;
  padding: 0;
  text-align: center; }

/* line 80, sass/pages/_homepage.scss */
body.Home .bottom-box .slider.slick-slider .slick-slide > div {
  height: 100%;
  width: 100%; }
  /* line 83, sass/pages/_homepage.scss */
  body.Home .bottom-box .slider.slick-slider .slick-slide > div > div {
    height: 100%; }
  @media (max-width: 479px) {
    /* line 86, sass/pages/_homepage.scss */
    body.Home .bottom-box .slider.slick-slider .slick-slide > div .slide {
      display: flex !important;
      align-items: center; } }

/* line 94, sass/pages/_homepage.scss */
body.Home .bottom-box .slick-arrow svg {
  fill: #d50810; }

@media (max-width: 991px) {
  /* line 99, sass/pages/_homepage.scss */
  body.Home .comp-the-gauge {
    background: #231f20; } }

/* line 104, sass/pages/_homepage.scss */
body.Home .sectionthegaugeblock {
  padding-bottom: 35px; }

/* line 110, sass/pages/_homepage.scss */
body.ready.Home #comp-slider {
  opacity: 1;
  height: auto;
  overflow: visible;
  transition: opacity 0.3s ease-out; }

/* line 2, sass/pages/_flexitrak.scss */
body.flexitrak .bottom-cards {
  background: #eceded; }

/* line 5, sass/pages/_flexitrak.scss */
body.flexitrak .comp-gauge-newsletter {
  background: #eceded; }

/* line 2, sass/pages/_history.scss */
#history .history-graphics {
  text-align: center; }
  /* line 4, sass/pages/_history.scss */
  #history .history-graphics h1 {
    font-size: 2.75em;
    color: #4b4b4b;
    font-weight: 400; }
  /* line 9, sass/pages/_history.scss */
  #history .history-graphics .intro {
    padding: 1.875em; }
    @media (min-width: 768px) {
      /* line 9, sass/pages/_history.scss */
      #history .history-graphics .intro {
        padding: 2.875em 0 4.875em; } }
  /* line 15, sass/pages/_history.scss */
  #history .history-graphics h2 {
    font-size: 3em;
    color: #666666;
    text-transform: none; }
    @media (min-width: 768px) {
      /* line 15, sass/pages/_history.scss */
      #history .history-graphics h2 {
        font-size: 4.375em; } }
  /* line 23, sass/pages/_history.scss */
  #history .history-graphics .description {
    margin-bottom: 2.5em; }
  /* line 26, sass/pages/_history.scss */
  #history .history-graphics p {
    font-size: 0.875em;
    line-height: 1.2857142857em;
    max-width: 28.5714285714em;
    margin: 0 auto; }

/* line 34, sass/pages/_history.scss */
#history section {
  padding: 2.5em 0; }

/* line 37, sass/pages/_history.scss */
#history .year-1930 {
  padding-bottom: 1.875em; }
  /* line 39, sass/pages/_history.scss */
  #history .year-1930 .description {
    margin-bottom: 0; }
  /* line 42, sass/pages/_history.scss */
  #history .year-1930 svg {
    width: 18.75em;
    height: 12.1875em; }
    @media (min-width: 768px) {
      /* line 42, sass/pages/_history.scss */
      #history .year-1930 svg {
        width: 35.15625em;
        height: 18.39375em; } }
    @media (min-width: 992px) {
      /* line 42, sass/pages/_history.scss */
      #history .year-1930 svg {
        width: 53.9375em;
        height: 28.22em; } }

/* line 55, sass/pages/_history.scss */
#history .success {
  padding-bottom: 3.75em; }
  /* line 57, sass/pages/_history.scss */
  #history .success .description {
    margin-bottom: 5.9375em; }
  /* line 60, sass/pages/_history.scss */
  #history .success svg {
    width: 18.75em;
    height: 8.329375em; }
    @media (min-width: 768px) {
      /* line 60, sass/pages/_history.scss */
      #history .success svg {
        width: 36.75em;
        height: 13.2375em; } }
    @media (min-width: 992px) {
      /* line 60, sass/pages/_history.scss */
      #history .success svg {
        width: 56.75em;
        height: 20.46375em; } }

/* line 73, sass/pages/_history.scss */
#history .rapid-market-expansion {
  padding-bottom: 5.3125em; }
  /* line 75, sass/pages/_history.scss */
  #history .rapid-market-expansion p {
    max-width: 39.2857142857em; }
  /* line 78, sass/pages/_history.scss */
  #history .rapid-market-expansion .description {
    margin-bottom: 3.125em; }
  /* line 81, sass/pages/_history.scss */
  #history .rapid-market-expansion svg {
    width: 18.75em;
    height: 11em; }
    @media (min-width: 768px) {
      /* line 81, sass/pages/_history.scss */
      #history .rapid-market-expansion svg {
        width: 29.68125em;
        height: 14.11875em; } }
    @media (min-width: 992px) {
      /* line 81, sass/pages/_history.scss */
      #history .rapid-market-expansion svg {
        width: 45.625em;
        height: 21.701875em; } }

/* line 94, sass/pages/_history.scss */
#history .nationwide-status {
  padding-bottom: 5em; }
  /* line 96, sass/pages/_history.scss */
  #history .nationwide-status p {
    max-width: 58.2857142857em; }
  /* line 99, sass/pages/_history.scss */
  #history .nationwide-status .description {
    margin-bottom: 7.125em; }
  /* line 102, sass/pages/_history.scss */
  #history .nationwide-status svg {
    width: 18.75em;
    height: 8.25375em; }
    @media (min-width: 768px) {
      /* line 102, sass/pages/_history.scss */
      #history .nationwide-status svg {
        width: 30.96875em;
        height: 11.03125em; } }
    @media (min-width: 992px) {
      /* line 102, sass/pages/_history.scss */
      #history .nationwide-status svg {
        width: 47.375em;
        height: 16.909375em; } }

/* line 115, sass/pages/_history.scss */
#history .year-1979-1986 {
  padding-bottom: 3.125em; }
  /* line 117, sass/pages/_history.scss */
  #history .year-1979-1986 p {
    max-width: 50em; }
  /* line 120, sass/pages/_history.scss */
  #history .year-1979-1986 .description {
    margin-bottom: 1.875em; }
  /* line 123, sass/pages/_history.scss */
  #history .year-1979-1986 svg {
    width: 18.75em;
    height: 5.401875em; }
    @media (min-width: 768px) {
      /* line 123, sass/pages/_history.scss */
      #history .year-1979-1986 svg {
        width: 36em;
        height: 12.15625em; } }
    @media (min-width: 992px) {
      /* line 123, sass/pages/_history.scss */
      #history .year-1979-1986 svg {
        width: 55.5em;
        height: 24.069375em; } }

/* line 136, sass/pages/_history.scss */
#history .the-next-25-years {
  padding-bottom: 2.625em; }
  /* line 138, sass/pages/_history.scss */
  #history .the-next-25-years p {
    max-width: 60em; }
  /* line 141, sass/pages/_history.scss */
  #history .the-next-25-years .description {
    margin-bottom: 0.1875em; }
  /* line 144, sass/pages/_history.scss */
  #history .the-next-25-years svg {
    width: 18.75em;
    height: 9.1425em; }
    @media (min-width: 768px) {
      /* line 144, sass/pages/_history.scss */
      #history .the-next-25-years svg {
        width: 39.375em;
        height: 15.56875em; } }
    @media (min-width: 992px) {
      /* line 144, sass/pages/_history.scss */
      #history .the-next-25-years svg {
        width: 60.875em;
        height: 24.069375em; } }

/* line 157, sass/pages/_history.scss */
#history .year-2010 {
  position: relative;
  padding-bottom: 3.125em; }
  @media (min-width: 768px) {
    /* line 157, sass/pages/_history.scss */
    #history .year-2010 {
      padding-bottom: 6.125em; } }
  /* line 163, sass/pages/_history.scss */
  #history .year-2010 p {
    max-width: 58.2142857143em; }
  /* line 166, sass/pages/_history.scss */
  #history .year-2010 .image {
    text-align: left;
    padding-left: 0.4375em; }
    /* line 169, sass/pages/_history.scss */
    #history .year-2010 .image svg {
      width: 18.75em;
      height: 10.076875em; }
      @media (min-width: 768px) {
        /* line 169, sass/pages/_history.scss */
        #history .year-2010 .image svg {
          width: 23.6875em;
          height: 12.73125em; } }
      @media (min-width: 768px) {
        /* line 169, sass/pages/_history.scss */
        #history .year-2010 .image svg {
          width: 36.5em;
          height: 19.6175em; } }
  /* line 182, sass/pages/_history.scss */
  #history .year-2010:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5.875em;
    background-image: url(/resources/themes/actrol/common/wave.svg);
    background-repeat: repeat-x; }
    @media (min-width: 768px) {
      /* line 182, sass/pages/_history.scss */
      #history .year-2010:after {
        background-size: 114.75em 9.0625em;
        height: 9.0625em; } }

/* line 198, sass/pages/_history.scss */
#history .year-2014 {
  position: relative;
  padding-bottom: 13.12%;
  overflow: hidden; }
  /* line 202, sass/pages/_history.scss */
  #history .year-2014 h2 {
    color: #8b070c; }
  /* line 205, sass/pages/_history.scss */
  #history .year-2014 .description {
    margin-bottom: 13.125em; }
  /* line 208, sass/pages/_history.scss */
  #history .year-2014 p {
    color: white;
    max-width: 54.7142857143em; }
  /* line 212, sass/pages/_history.scss */
  #history .year-2014 .image {
    transform: scale(1.5);
    position: absolute;
    padding-bottom: 13.12%;
    bottom: 5.625em;
    left: 0;
    width: 100%; }
    @media (min-width: 768px) {
      /* line 212, sass/pages/_history.scss */
      #history .year-2014 .image {
        transform: none; } }
  /* line 223, sass/pages/_history.scss */
  #history .year-2014 svg {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block; }

/* line 232, sass/pages/_history.scss */
#history .the-gauge-newsletter {
  text-align: left;
  padding-bottom: 0;
  background: #eceded; }
  @media (min-width: 992px) {
    /* line 232, sass/pages/_history.scss */
    #history .the-gauge-newsletter {
      background: none; } }
  @media (max-width: 991px) {
    /* line 239, sass/pages/_history.scss */
    #history .the-gauge-newsletter #comp-gauge-newsletter {
      padding-top: 0; } }

@-moz-keyframes wave {
  0% {
    background-position: 0 0; }
  50% {
    background-position: 50px 10px; }
  100% {
    background-position: 100px 0; } }

@-ms-keyframes wave {
  /* line 247, sass/pages/_history.scss */
  0% {
    background-position: 0 0; }
  /* line 250, sass/pages/_history.scss */
  50% {
    background-position: 50px 10px; }
  /* line 253, sass/pages/_history.scss */
  100% {
    background-position: 100px 0; } }

@keyframes wave {
  0% {
    background-position: 0 0; }
  50% {
    background-position: 50px 10px; }
  100% {
    background-position: 100px 0; } }

/* line 1, sass/pages/_store-finder.scss */
.storefinder-intro {
  padding-top: 10px;
  padding-bottom: 30px; }

/* line 5, sass/pages/_store-finder.scss */
.storefinder-intro h2,
.storefinder-intro h4 {
  color: #0d2e56; }

@media (max-width: 320px) {
  /* line 10, sass/pages/_store-finder.scss */
  .storefinder-intro {
    padding-bottom: 0px; } }

/* line 14, sass/pages/_store-finder.scss */
.storefinder-intro .row {
  margin: 0; }

/* line 17, sass/pages/_store-finder.scss */
.storefinder-details {
  padding-top: 30px; }

/* line 20, sass/pages/_store-finder.scss */
.storefinder-details h4 {
  color: #231f20; }

/* line 23, sass/pages/_store-finder.scss */
.storefinder-details .branchlist {
  margin-top: 30px; }

/* line 26, sass/pages/_store-finder.scss */
.storefinder-details .branchlist .row {
  margin: 0; }

/* line 29, sass/pages/_store-finder.scss */
.storefinder-details .branch {
  border-top: 1px solid #CCC;
  padding: 20px 0;
  cursor: pointer;
  background-image: url("/resources/themes/actrol/assets/common/arrow-down.png");
  background-repeat: no-repeat;
  background-position: right 20px top 25px; }

@media (max-width: 320px) {
  /* line 38, sass/pages/_store-finder.scss */
  .storefinder-details .branch {
    background-image: none; } }

/* line 42, sass/pages/_store-finder.scss */
.storefinder-details .branch:hover {
  background-color: #e6e6e6; }

/* line 45, sass/pages/_store-finder.scss */
.storefinder-details .branch .branchname {
  color: #231f20; }

/* line 48, sass/pages/_store-finder.scss */
.storefinder-details .branch .branchType {
  font-weight: 700; }

@media (min-width: 992px) {
  /* line 52, sass/pages/_store-finder.scss */
  .storefinder-details .branch .hours {
    padding: 0 50px 0 0; } }

/* line 56, sass/pages/_store-finder.scss */
.storefinder-details .branch .showroomdesc {
  color: #db1e23; }

/* line 59, sass/pages/_store-finder.scss */
.storefinder-details .branch.selectedbranch {
  cursor: auto; }

/* line 62, sass/pages/_store-finder.scss */
.storefinder-details .branch > div {
  padding: 0px 20px; }

/* line 65, sass/pages/_store-finder.scss */
.storefinder-details .moreDetails button,
.storefinder-details .moreDetails a {
  margin-top: 10px; }

/* line 69, sass/pages/_store-finder.scss */
.storefinder-details .expanded {
  background-color: #e6e6e6;
  background-image: url("/resources/themes/actrol/assets/common/arrow-open.png"); }

/* line 73, sass/pages/_store-finder.scss */
.storefinder-details .directionsBranch {
  border-top: none;
  cursor: default; }

/* line 77, sass/pages/_store-finder.scss */
.storefinder-details .directionsBranch:hover {
  background-color: #fff; }

/* line 80, sass/pages/_store-finder.scss */
.storefinder-details #directions {
  display: none; }

/* line 83, sass/pages/_store-finder.scss */
.storefinder-details #directions .adp table {
  width: 100%; }

/* line 86, sass/pages/_store-finder.scss */
.storefinder-details #directions .adp-text {
  width: 97%; }

/* line 89, sass/pages/_store-finder.scss */
.storefinder-details #directions .backtoresults {
  margin-right: 10px; }

@media (max-width: 320px) {
  /* line 93, sass/pages/_store-finder.scss */
  .storefinder-details {
    padding-top: 10px; } }

/* line 97, sass/pages/_store-finder.scss */
.storefinder-details .showMore {
  display: block;
  font-size: 12px;
  text-decoration: underline;
  color: #999; }

/* line 103, sass/pages/_store-finder.scss */
#map_canvas {
  width: 100%;
  height: 560px;
  border: 1px solid gray; }

/* line 108, sass/pages/_store-finder.scss */
#map_canvas .marker {
  margin-top: 12px;
  background: #fff;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 12px; }

/* line 116, sass/pages/_store-finder.scss */
#map_canvas .marker .viewmoreinfo {
  color: #db1e23;
  font-weight: 700;
  cursor: pointer; }

/* line 121, sass/pages/_store-finder.scss */
#map_canvas .gmnoprint div[title^="Pan"] {
  opacity: 0 !important; }

/* line 124, sass/pages/_store-finder.scss */
#branchSearch input[name="address"] {
  border-radius: 0px;
  background-color: #f5f5f5;
  padding: 10px 15px;
  margin: 20px 0px 0px 0px;
  width: 100%; }

@media (max-width: 480px) {
  /* line 132, sass/pages/_store-finder.scss */
  #branchSearch input[name="address"] {
    font-size: 16px; } }

/* line 136, sass/pages/_store-finder.scss */
#branchSearch input[name="address"].error {
  color: #a94442;
  border-color: #d43f3a; }

/* line 140, sass/pages/_store-finder.scss */
#branchSearch input[name="address"].error:focus {
  border-color: rgba(189, 54, 47, 0.8);
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(189, 54, 47, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(189, 54, 47, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(189, 54, 47, 0.6); }

/* line 147, sass/pages/_store-finder.scss */
#branchSearch h5 {
  color: #0397D7; }

/* line 150, sass/pages/_store-finder.scss */
#branchSearch .btn-danger {
  font-weight: 700;
  border-radius: 0px;
  padding: 10px 20px; }

/* line 155, sass/pages/_store-finder.scss */
#branchSearch label {
  float: left;
  width: 30%;
  padding-right: 5px; }

@media (max-width: 1200px) {
  /* line 161, sass/pages/_store-finder.scss */
  #branchSearch label {
    width: 45%; } }

/* line 165, sass/pages/_store-finder.scss */
#branchSearch label input.checkbox {
  padding-left: 0; }

/* line 168, sass/pages/_store-finder.scss */
#branchSearch .searchInput {
  margin: 20px 0px; }

/* line 171, sass/pages/_store-finder.scss */
#branchSearch .findstores {
  margin: 20px 0px 0px 0px; }

@media (max-width: 768px) {
  /* line 175, sass/pages/_store-finder.scss */
  #branchSearch .findstores {
    width: 100%; } }

@media (max-width: 768px) {
  /* line 180, sass/pages/_store-finder.scss */
  #branchSearch .use-location {
    width: 100%;
    padding: 10px 0;
    margin-top: 15px; } }

/* line 186, sass/pages/_store-finder.scss */
#branchSearch hr {
  text-align: center;
  line-height: 1px;
  margin: 25px 5px 5px 5px;
  border-color: #bfbfbf;
  border-bottom: none; }

/* line 193, sass/pages/_store-finder.scss */
#branchSearch hr:after {
  content: "or";
  color: #A9A9A9;
  display: inline;
  background-color: #fff;
  padding: 0 0.5em; }

/* line 200, sass/pages/_store-finder.scss */
.plumbing,
.branchType_P,
.branchType_P a {
  color: #0d2e56; }

/* line 205, sass/pages/_store-finder.scss */
.bathroom,
.branchType_B,
.branchType_B a {
  color: #db1e24; }

/* line 210, sass/pages/_store-finder.scss */
.irrigation,
.branchType_I,
.branchType_I a {
  color: #5e792d; }

/* line 215, sass/pages/_store-finder.scss */
.civil,
.branchType_C,
.branchType_C a {
  color: #b65312; }

/* line 220, sass/pages/_store-finder.scss */
.hvac,
.branchType_H,
.branchType_H a {
  color: #0397D7; }

/* line 225, sass/pages/_store-finder.scss */
.onsite,
.branchType_O,
.branchType_O a {
  color: #f47836; }

/* line 230, sass/pages/_store-finder.scss */
.nav-pills.branch-filters li > a,
.nav-pills.branch-filters li a:hover,
.nav-pills.branch-filters li a:active {
  color: #000;
  font-weight: 700; }

/* line 236, sass/pages/_store-finder.scss */
.nav-pills.branch-filters li.active a {
  color: #000;
  background-color: #f9f9f9; }

/* line 240, sass/pages/_store-finder.scss */
.nav-pills.branch-filters li.active .plumbing,
.nav-pills.branch-filters li.active .bu_P {
  color: #0d2e56; }

/* line 244, sass/pages/_store-finder.scss */
.nav-pills.branch-filters li.active .bathrooms,
.nav-pills.branch-filters li.active .bu_B {
  color: #db1e24; }

/* line 248, sass/pages/_store-finder.scss */
.nav-pills.branch-filters li.active .irrigation,
.nav-pills.branch-filters li.active .bu_I {
  color: #5e792d; }

/* line 252, sass/pages/_store-finder.scss */
.nav-pills.branch-filters li.active .civil,
.nav-pills.branch-filters li.active .bu_C {
  color: #b65312; }

/* line 256, sass/pages/_store-finder.scss */
.nav-pills.branch-filters li.active .hvac,
.nav-pills.branch-filters li.active .bu_H {
  color: #0397D7; }

/* line 260, sass/pages/_store-finder.scss */
.nav-pills.branch-filters li.active .onsite,
.nav-pills.branch-filters li.active .bu_O {
  color: #f47836; }

/* line 264, sass/pages/_store-finder.scss */
.store-finder h1,
.storefinder h1 {
  font-size: 20px; }

/* line 268, sass/pages/_store-finder.scss */
.store-finder .branch-listing .state,
.storefinder .branch-listing .state {
  font-size: 12px;
  padding: 5px;
  margin: 0 0 10px 25px;
  border-bottom: #ddd solid thin; }

/* line 275, sass/pages/_store-finder.scss */
.store-finder .branch-listing .state li,
.storefinder .branch-listing .state li {
  padding-bottom: 5px; }

/* line 279, sass/pages/_store-finder.scss */
.store-finder .branch-listing h2,
.storefinder .branch-listing h2 {
  color: #919191;
  font-size: 1.4em; }

/* line 284, sass/pages/_store-finder.scss */
.store-finder .branch-listing .state ul,
.storefinder .branch-listing .state ul {
  padding-top: 20px; }

@media (min-width: 768px) {
  /* line 289, sass/pages/_store-finder.scss */
  .store-finder .branch-listing .state li,
  .storefinder .branch-listing .state li {
    float: left;
    display: inline-block;
    width: 50%;
    padding: 0 20px 0 0; } }

@media (min-width: 992px) {
  /* line 298, sass/pages/_store-finder.scss */
  .store-finder .branch-listing .state li,
  .storefinder .branch-listing .state li {
    width: 33%; } }

/* line 303, sass/pages/_store-finder.scss */
.store-finder .branch-detail-page h1,
.storefinder .branch-detail-page h1 {
  margin: 0 -1.3%; }

/* line 307, sass/pages/_store-finder.scss */
.store-finder .branch-detail-page h3,
.storefinder .branch-detail-page h3 {
  font-size: 16px;
  margin-bottom: 0px; }

/* line 312, sass/pages/_store-finder.scss */
.store-finder .branch-detail-page .table,
.storefinder .branch-detail-page .table {
  margin-bottom: 0; }

/* line 316, sass/pages/_store-finder.scss */
.store-finder .branch-detail-page .table td,
.storefinder .branch-detail-page .table td {
  border: 0;
  padding: 4px 0; }

/* line 321, sass/pages/_store-finder.scss */
.store-finder .branch-detail-page p,
.storefinder .branch-detail-page p {
  padding: 2px 0;
  margin: 0; }

/* line 326, sass/pages/_store-finder.scss */
.store-finder .branch-detail-page .directionsForm .getDirections,
.storefinder .branch-detail-page .directionsForm .getDirections {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #184E72;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#184E72), to(#184E72));
  background-image: -webkit-linear-gradient(top, #184E72, #184E72);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #184E72, #184E72);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #184E72 #184E72 #184E72;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }

/* line 344, sass/pages/_store-finder.scss */
.store-finder .branch-detail-page .directionsForm label,
.storefinder .branch-detail-page .directionsForm label {
  color: #9e9e9e;
  font-size: 12px; }

/* line 349, sass/pages/_store-finder.scss */
.store-finder .branch-detail-page #googleDirections .adp-marker,
.storefinder .branch-detail-page #googleDirections .adp-marker {
  padding: 5px 10px;
  max-width: none; }

/* line 354, sass/pages/_store-finder.scss */
.store-finder .content-container .inner-wrapper,
.storefinder .content-container .inner-wrapper {
  padding-top: 20px; }

/* line 358, sass/pages/_store-finder.scss */
.store-finder .content-container .header,
.storefinder .content-container .header {
  margin-bottom: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #eaeaea; }

/* line 366, sass/pages/_store-finder.scss */
.store-finder .content-container .header #search-form,
.storefinder .content-container .header #search-form {
  margin: 0; }

/* line 370, sass/pages/_store-finder.scss */
.store-finder .content-container .header #search-form input,
.storefinder .content-container .header #search-form input {
  margin: 0;
  display: inline-block;
  width: 80%; }

/* line 376, sass/pages/_store-finder.scss */
.store-finder .content-container .header #search-form .btn,
.storefinder .content-container .header #search-form .btn {
  display: inline-block;
  float: right; }

/* line 381, sass/pages/_store-finder.scss */
.store-finder .content-container .header .col-sm-12,
.storefinder .content-container .header .col-sm-12 {
  padding: 20px 20px 0px 20px; }

/* line 385, sass/pages/_store-finder.scss */
.store-finder .content-container .header,
.storefinder .content-container .header {
  padding-bottom: 20px; }

@media (max-width: 1224px) {
  /* line 390, sass/pages/_store-finder.scss */
  .store-finder .content-container,
  .storefinder .content-container {
    margin: 0px 10px; } }

@media (max-width: 320px) {
  /* line 396, sass/pages/_store-finder.scss */
  .store-finder .content-container .btn-danger,
  .storefinder .content-container .btn-danger {
    width: 100%;
    margin-top: 20px; }
  /* line 401, sass/pages/_store-finder.scss */
  .store-finder .content-container label,
  .storefinder .content-container label {
    padding: 5px 20px; }
  /* line 405, sass/pages/_store-finder.scss */
  .store-finder .content-container .uselocation,
  .storefinder .content-container .uselocation {
    width: 100%;
    padding: 10px 0;
    margin-top: 15px; }
  /* line 411, sass/pages/_store-finder.scss */
  .store-finder .content-container hr,
  .storefinder .content-container hr {
    text-align: center;
    line-height: 1px;
    margin: 25px 5px 5px 5px;
    border-color: #bfbfbf;
    border-bottom: none; }
  /* line 419, sass/pages/_store-finder.scss */
  .store-finder .content-container hr:after,
  .storefinder .content-container hr:after {
    content: "or";
    color: #A9A9A9;
    display: inline;
    background-color: #fff;
    padding: 0 0.5em; } }

/* line 428, sass/pages/_store-finder.scss */
.store-finder .tel-link,
.storefinder .tel-link {
  color: #003767;
  text-decoration: none; }

/* line 433, sass/pages/_store-finder.scss */
#storefinder-home #map_canvas {
  border: none; }

/* line 436, sass/pages/_store-finder.scss */
.storefinder .directionsForm label.inputError,
.storefinder .modal-body label.inputError {
  color: red; }

/* line 440, sass/pages/_store-finder.scss */
.storefinder .directionsForm input.inputError,
.storefinder .modal-body input.inputError {
  border: 1px solid red; }

/* line 444, sass/pages/_store-finder.scss */
label {
  font-weight: 400; }

/* line 447, sass/pages/_store-finder.scss */
.checkbox {
  display: inline-block; }

/* line 450, sass/pages/_store-finder.scss */
.typeahead.dropdown-menu a {
  font-size: 14px; }

/* line 456, sass/pages/_store-finder.scss */
.branch-detail-page .branch-details td {
  border: none; }

/* line 461, sass/pages/_store-finder.scss */
.branch-detail-page .directionsForm label {
  color: #9e9e9e;
  font-size: 12px; }

/* line 465, sass/pages/_store-finder.scss */
.branch-detail-page .directionsForm .getDirections {
  background: #d50810; }

/* line 469, sass/pages/_store-finder.scss */
.branch-detail-page h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 700; }

/* line 474, sass/pages/_store-finder.scss */
.branch-detail-page input.form-control {
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 10px; }

/* line 482, sass/pages/_store-finder.scss */
.StoreFinderPage .modal-body input.form-control {
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 10px; }

/* line 487, sass/pages/_store-finder.scss */
.StoreFinderPage .modal-body button.getDirections {
  border: 1px solid #ccc;
  border-radius: 4px; }

/* line 493, sass/pages/_store-finder.scss */
.StoreFinderPage .modal-footer button {
  border: 1px solid #ccc;
  border-radius: 4px; }

/* line 498, sass/pages/_store-finder.scss */
.StoreFinderPage #main {
  padding-bottom: 35px; }

/* line 501, sass/pages/_store-finder.scss */
.StoreFinderPage .branchSearchField.form-control {
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 10px; }

/* line 506, sass/pages/_store-finder.scss */
.StoreFinderPage .network-header {
  border-radius: 4px;
  background-color: #eaeaea;
  padding: 20px;
  margin-bottom: 20px; }
  /* line 511, sass/pages/_store-finder.scss */
  .StoreFinderPage .network-header h1 {
    font-size: 36px;
    margin-bottom: 0px; }

/* line 517, sass/pages/_store-finder.scss */
.StoreFinderPage .searchInput input.form-control {
  border: 1px solid #ccc;
  border-radius: 4px; }

/* line 523, sass/pages/_store-finder.scss */
.StoreFinderPage .branchresults .searchAgainMobile {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #231f20; }

/* line 531, sass/pages/_store-finder.scss */
.StoreFinderPage .branch-listing .state h2 {
  margin-top: 20px;
  margin-bottom: 0px; }

/* line 538, sass/pages/_store-finder.scss */
.StoreFinderPage #branchSearch .typeahead.dropdown-menu {
  background: #f0f0f0;
  padding: 0; }
  /* line 541, sass/pages/_store-finder.scss */
  .StoreFinderPage #branchSearch .typeahead.dropdown-menu li {
    border-top: 1px solid #e7e7e7;
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out; }
    /* line 547, sass/pages/_store-finder.scss */
    .StoreFinderPage #branchSearch .typeahead.dropdown-menu li a.dropdown-item {
      padding: 10px 20px; }
    /* line 550, sass/pages/_store-finder.scss */
    .StoreFinderPage #branchSearch .typeahead.dropdown-menu li:after {
      content: " ";
      display: block;
      width: 0;
      height: 1px;
      background: #d50810;
      left: 0;
      position: relative;
      -webkit-transition: width 0.3s ease-out;
      -moz-transition: width 0.3s ease-out;
      -o-transition: width 0.3s ease-out;
      transition: width 0.3s ease-out; }
    /* line 564, sass/pages/_store-finder.scss */
    .StoreFinderPage #branchSearch .typeahead.dropdown-menu li.active a.dropdown-item {
      background: #d6d6d6;
      color: #d50810; }
    /* line 568, sass/pages/_store-finder.scss */
    .StoreFinderPage #branchSearch .typeahead.dropdown-menu li.active:after {
      width: 100%; }

/* line 4, sass/pages/_the-gauge.scss */
body.TheGaugePage h1,
body.TheGaugeArticlePage h1,
body.TheGaugeIssuePage h1 {
  display: none; }

/* line 7, sass/pages/_the-gauge.scss */
body.TheGaugePage .intro,
body.TheGaugeArticlePage .intro,
body.TheGaugeIssuePage .intro {
  padding-top: 2.1875em;
  padding-bottom: 2.875em;
  text-align: center; }
  @media (min-width: 768px) {
    /* line 7, sass/pages/_the-gauge.scss */
    body.TheGaugePage .intro,
    body.TheGaugeArticlePage .intro,
    body.TheGaugeIssuePage .intro {
      text-align: left;
      padding-bottom: 1.25em; } }
  /* line 15, sass/pages/_the-gauge.scss */
  body.TheGaugePage .intro h2,
  body.TheGaugeArticlePage .intro h2,
  body.TheGaugeIssuePage .intro h2 {
    font-size: 1.125em;
    margin: 0; }

/* line 20, sass/pages/_the-gauge.scss */
body.TheGaugePage .the-gauge-logo,
body.TheGaugeArticlePage .the-gauge-logo,
body.TheGaugeIssuePage .the-gauge-logo {
  width: 13.25em;
  height: 3.5625em;
  margin-bottom: 2.5em; }
  @media (min-width: 768px) {
    /* line 20, sass/pages/_the-gauge.scss */
    body.TheGaugePage .the-gauge-logo,
    body.TheGaugeArticlePage .the-gauge-logo,
    body.TheGaugeIssuePage .the-gauge-logo {
      display: block;
      width: 16.8125em;
      height: 4.5em;
      margin: 0 auto;
      margin-bottom: 3.125em; } }

/* line 32, sass/pages/_the-gauge.scss */
body.TheGaugePage .sidebar,
body.TheGaugeArticlePage .sidebar,
body.TheGaugeIssuePage .sidebar {
  position: relative; }

/* line 36, sass/pages/_the-gauge.scss */
.from-this-issue {
  margin-bottom: 1.625em;
  clear: both;
  float: none; }
  /* line 40, sass/pages/_the-gauge.scss */
  .from-this-issue h3 {
    font-size: 1.25em;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    background: #444444;
    color: white;
    line-height: 2em; }
    @media (min-width: 768px) {
      /* line 40, sass/pages/_the-gauge.scss */
      .from-this-issue h3 {
        background: none;
        color: #303030;
        text-align: left; } }
  /* line 54, sass/pages/_the-gauge.scss */
  .from-this-issue .issue-article {
    position: relative;
    padding-left: 7.1875em;
    min-height: 8.125em;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #c8c8c8; }
    @media (min-width: 992px) {
      /* line 54, sass/pages/_the-gauge.scss */
      .from-this-issue .issue-article {
        padding-left: 6.5625em; } }
    @media (min-width: 1200px) {
      /* line 54, sass/pages/_the-gauge.scss */
      .from-this-issue .issue-article {
        padding-left: 7.1875em; } }
  /* line 68, sass/pages/_the-gauge.scss */
  .from-this-issue .issue-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 6.375em;
    height: 6.25em;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    /* line 77, sass/pages/_the-gauge.scss */
    .from-this-issue .issue-image img {
      display: none; }
    @media (min-width: 992px) {
      /* line 68, sass/pages/_the-gauge.scss */
      .from-this-issue .issue-image {
        width: 5.625em;
        height: 5.5em; } }
    @media (min-width: 1200px) {
      /* line 68, sass/pages/_the-gauge.scss */
      .from-this-issue .issue-image {
        width: 6.375em;
        height: 6.25em; } }
  /* line 89, sass/pages/_the-gauge.scss */
  .from-this-issue .issue-description {
    padding-top: 0.375em;
    font-size: 1em;
    line-height: 1.25em;
    margin-bottom: 0.625em; }
  /* line 95, sass/pages/_the-gauge.scss */
  .from-this-issue a {
    font-weight: 700;
    font-size: 0.8125em;
    line-height: 1.3846153846em; }

/* line 101, sass/pages/_the-gauge.scss */
.previous-issues {
  margin-bottom: 1.625em; }
  /* line 103, sass/pages/_the-gauge.scss */
  .previous-issues h3 {
    font-size: 1.25em;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    background: #444444;
    color: white;
    line-height: 2em; }
    @media (min-width: 768px) {
      /* line 103, sass/pages/_the-gauge.scss */
      .previous-issues h3 {
        background: none;
        color: #303030;
        text-align: left; } }
  /* line 117, sass/pages/_the-gauge.scss */
  .previous-issues .previous-issue-link {
    text-decoration: none; }
    /* line 120, sass/pages/_the-gauge.scss */
    .previous-issues .previous-issue-link:hover .text {
      transform: translateX(10px); }
  /* line 125, sass/pages/_the-gauge.scss */
  .previous-issues .issue-icon {
    width: 1.25em;
    height: 1.625em;
    fill: #d50810;
    display: inline-block;
    vertical-align: middle; }
  /* line 132, sass/pages/_the-gauge.scss */
  .previous-issues .text {
    padding-left: 1.25em;
    vertical-align: middle;
    display: inline-block;
    transition: transform 0.3s ease-out; }
    @media (min-width: 768px) {
      /* line 132, sass/pages/_the-gauge.scss */
      .previous-issues .text {
        padding-left: 0.7692307692em;
        font-size: 0.8125em; } }
    @media (min-width: 768px) {
      /* line 132, sass/pages/_the-gauge.scss */
      .previous-issues .text {
        padding-left: 0.625em;
        font-size: 1em; } }
    @media (min-width: 1200px) {
      /* line 132, sass/pages/_the-gauge.scss */
      .previous-issues .text {
        padding-left: 1.5em;
        font-size: 1.25em; } }
    /* line 150, sass/pages/_the-gauge.scss */
    .previous-issues .text .arrow-right {
      display: inline-block;
      width: 6px;
      height: 11px;
      fill: black;
      vertical-align: middle;
      margin-left: 12px; }
      @media (min-width: 768px) {
        /* line 150, sass/pages/_the-gauge.scss */
        .previous-issues .text .arrow-right {
          margin-left: 5px; } }
  /* line 162, sass/pages/_the-gauge.scss */
  .previous-issues a {
    display: block;
    color: black;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.875em 0;
    border-bottom: 1px solid #c8c8c8;
    text-align: center; }
    @media (min-width: 768px) {
      /* line 162, sass/pages/_the-gauge.scss */
      .previous-issues a {
        text-align: left; } }

/* line 175, sass/pages/_the-gauge.scss */
.in-the-news {
  padding-bottom: 1.25em; }
  @media (min-width: 768px) {
    /* line 177, sass/pages/_the-gauge.scss */
    .in-the-news .cards {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 0 -10px; } }
  /* line 185, sass/pages/_the-gauge.scss */
  .in-the-news .card {
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 3px 4px 18.4px 1.6px rgba(0, 0, 0, 0.1); }
    @media (min-width: 768px) {
      /* line 185, sass/pages/_the-gauge.scss */
      .in-the-news .card {
        margin: 0 10px;
        width: calc(50% - 20px);
        margin-bottom: 20px; } }
    /* line 194, sass/pages/_the-gauge.scss */
    .in-the-news .card h3 {
      font-size: 1.4375em;
      max-width: 11.1304347826em;
      margin: 0 auto;
      margin-bottom: 1.2173913043em; }
      @media (min-width: 768px) {
        /* line 194, sass/pages/_the-gauge.scss */
        .in-the-news .card h3 {
          font-size: 1.625em;
          max-width: 11.6538461538em; } }
    /* line 204, sass/pages/_the-gauge.scss */
    .in-the-news .card .card-description {
      padding-top: 1.5625em;
      padding-bottom: 2.5em; }
      @media (min-width: 768px) {
        /* line 204, sass/pages/_the-gauge.scss */
        .in-the-news .card .card-description {
          padding-top: 3.5em; } }
    /* line 211, sass/pages/_the-gauge.scss */
    .in-the-news .card .rte {
      font-size: 0.9375em;
      line-height: 1.3333333333em;
      margin-bottom: 1.5em; }
      @media (min-width: 768px) {
        /* line 211, sass/pages/_the-gauge.scss */
        .in-the-news .card .rte {
          font-size: 0.875em; } }

/* line 221, sass/pages/_the-gauge.scss */
.the-issue {
  background: #d50810;
  margin-bottom: 2.8125em; }

/* line 225, sass/pages/_the-gauge.scss */
.the-issue-title {
  background: #303030;
  color: white;
  text-transform: uppercase; }
  /* line 9, sass/_mixins.scss */
  .the-issue-title:before, .the-issue-title:after {
    content: "";
    display: table; }
  /* line 14, sass/_mixins.scss */
  .the-issue-title:after {
    clear: both; }
  /* line 230, sass/pages/_the-gauge.scss */
  .the-issue-title .the-issue-text {
    display: none;
    width: 68%;
    float: left;
    font-weight: 700;
    font-size: 1.5em;
    padding-left: 0.8333333333em;
    line-height: 2.5em;
    letter-spacing: 0.045em;
    white-space: nowrap; }
    @media (min-width: 992px) {
      /* line 230, sass/pages/_the-gauge.scss */
      .the-issue-title .the-issue-text {
        font-size: 1.1875em;
        line-height: 3.1578947368em;
        display: inline-block; } }
    @media (min-width: 1200px) {
      /* line 230, sass/pages/_the-gauge.scss */
      .the-issue-title .the-issue-text {
        font-size: 1.5em;
        line-height: 2.5em;
        display: inline-block; } }

/* line 252, sass/pages/_the-gauge.scss */
.the-issue-logo-wrap {
  background: #eceded;
  width: 68%;
  float: left;
  line-height: 5em;
  padding-left: 0.625em; }

/* line 262, sass/pages/_the-gauge.scss */
.the-issue-logo {
  display: inline-block;
  vertical-align: middle;
  width: 11.5625em;
  height: 3.125em; }
  @media (min-width: 992px) {
    /* line 262, sass/pages/_the-gauge.scss */
    .the-issue-logo {
      display: none; } }

/* line 271, sass/pages/_the-gauge.scss */
.the-issue-number {
  width: 32%;
  font-weight: 700;
  font-size: 1.875em;
  line-height: 2.6666666667em;
  float: right;
  text-align: center; }
  /* line 278, sass/pages/_the-gauge.scss */
  .the-issue-number span {
    font-size: 0.7333333333em;
    line-height: 1; }
  @media (min-width: 992px) {
    /* line 271, sass/pages/_the-gauge.scss */
    .the-issue-number {
      float: left;
      font-size: 1.5em;
      line-height: 2.5em;
      text-align: right;
      padding-right: 0.8333333333em; }
      /* line 288, sass/pages/_the-gauge.scss */
      .the-issue-number span {
        font-size: 0.6666666667em; } }

/* line 293, sass/pages/_the-gauge.scss */
.the-issue-image {
  position: relative;
  overflow: hidden;
  display: inline-block;
  box-shadow: 3px 4px 9.5px 0.5px rgba(0, 0, 0, 0.18);
  max-height: 14.875em;
  min-height: 6.25em;
  opacity: 0.6;
  mix-blend-mode: multiply; }
  /* line 302, sass/pages/_the-gauge.scss */
  .the-issue-image img {
    max-height: 14.875em; }

/* line 306, sass/pages/_the-gauge.scss */
.the-issue-content-intro {
  font-size: 0.875em;
  text-align: center;
  color: white;
  padding: 1.25em 2.1875em 0; }

/* line 312, sass/pages/_the-gauge.scss */
.the-issue-content {
  color: white;
  text-align: center;
  position: relative;
  padding: 1.25em 2.1875em 1.75em; }
  @media (min-width: 992px) {
    /* line 312, sass/pages/_the-gauge.scss */
    .the-issue-content {
      padding: 0.625em 2.1875em 1.25em; } }
  /* line 321, sass/pages/_the-gauge.scss */
  .the-issue-content .the-issue-links {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    text-align: center; }
  /* line 329, sass/pages/_the-gauge.scss */
  .the-issue-content .link {
    font-size: 2.0625em;
    color: white;
    max-width: 6.9696969697em;
    font-weight: 700;
    border: none;
    text-decoration: underline;
    margin-bottom: 1.2121212121em; }
    @media (min-width: 992px) {
      /* line 329, sass/pages/_the-gauge.scss */
      .the-issue-content .link {
        font-size: 1.375em;
        line-height: 1.3181818182em;
        margin-bottom: 1.8181818182em; }
        /* line 342, sass/pages/_the-gauge.scss */
        .the-issue-content .link:last-child {
          margin-bottom: 0; } }

/* line 2, sass/pages/_the-gauge-article.scss */
body.TheGaugeArticlePage .intro {
  padding: 1.875em 0 0; }
  @media (min-width: 768px) {
    /* line 2, sass/pages/_the-gauge-article.scss */
    body.TheGaugeArticlePage .intro {
      padding: 1.875em 0 0; } }

/* line 8, sass/pages/_the-gauge-article.scss */
body.TheGaugeArticlePage .comp-page-intro-content {
  padding-left: 0;
  max-width: 47.1875em;
  color: #303030;
  padding-bottom: 0; }
  /* line 13, sass/pages/_the-gauge-article.scss */
  body.TheGaugeArticlePage .comp-page-intro-content img {
    margin-bottom: 0.625em; }

/* line 18, sass/pages/_the-gauge-article.scss */
body.TheGaugeArticlePage #comp-page-intro .banner {
  margin-bottom: 1.25em; }
  /* line 21, sass/pages/_the-gauge-article.scss */
  body.TheGaugeArticlePage #comp-page-intro .banner img {
    display: none; }
  @media (max-width: 991px) {
    /* line 18, sass/pages/_the-gauge-article.scss */
    body.TheGaugeArticlePage #comp-page-intro .banner {
      padding: 0;
      background: none !important;
      margin-left: -15px;
      margin-right: -15px;
      margin-bottom: 0; }
      /* line 30, sass/pages/_the-gauge-article.scss */
      body.TheGaugeArticlePage #comp-page-intro .banner img {
        display: block; } }

/* line 33, sass/pages/_the-gauge-article.scss */
body.TheGaugeArticlePage #comp-page-intro .comp-tags {
  margin-bottom: 1.875em; }
  @media (max-width: 991px) {
    /* line 33, sass/pages/_the-gauge-article.scss */
    body.TheGaugeArticlePage #comp-page-intro .comp-tags {
      position: relative;
      padding-right: 7em;
      margin-left: -15px;
      margin-right: -15px; }
      /* line 40, sass/pages/_the-gauge-article.scss */
      body.TheGaugeArticlePage #comp-page-intro .comp-tags .btn {
        width: 2.75em;
        height: 2.75em;
        line-height: 2.75em; }
        /* line 44, sass/pages/_the-gauge-article.scss */
        body.TheGaugeArticlePage #comp-page-intro .comp-tags .btn svg {
          width: 1.25em;
          height: 1.25em; } }

/* line 51, sass/pages/_the-gauge-article.scss */
body.TheGaugeArticlePage #comp-page-intro .comp-tags-list {
  display: flex;
  align-content: flex-start;
  flex-flow: row wrap;
  padding: 0.625em 0 0.3125em; }
  /* line 56, sass/pages/_the-gauge-article.scss */
  body.TheGaugeArticlePage #comp-page-intro .comp-tags-list li {
    padding: 0 0.15625em;
    margin-bottom: 0.3125em;
    flex-grow: 1; }
  @media (max-width: 991px) {
    /* line 51, sass/pages/_the-gauge-article.scss */
    body.TheGaugeArticlePage #comp-page-intro .comp-tags-list {
      padding: 0.25em 0 0; } }

@media (max-width: 767px) {
  /* line 65, sass/pages/_the-gauge-article.scss */
  body.TheGaugeArticlePage #comp-page-intro .comp-tags-share {
    width: auto;
    float: none;
    position: absolute;
    right: 0.625em;
    top: 0.625em; } }

@media (max-width: 991px) {
  /* line 65, sass/pages/_the-gauge-article.scss */
  body.TheGaugeArticlePage #comp-page-intro .comp-tags-share {
    width: auto;
    float: none;
    position: absolute;
    right: 0.625em;
    top: 0.3125em; } }

/* line 82, sass/pages/_the-gauge-article.scss */
body.TheGaugeArticlePage .comp-cards-inline-title {
  margin-bottom: 2.5em; }

@media (max-width: 767px) {
  /* line 85, sass/pages/_the-gauge-article.scss */
  body.TheGaugeArticlePage .comp-gauge-newsletter {
    margin-bottom: 1.25em; } }

/* line 2, sass/pages/_the-gauge-archive.scss */
body.ArchivePage .intro {
  padding: 1.875em 0 2.5em; }
  @media (min-width: 768px) {
    /* line 2, sass/pages/_the-gauge-archive.scss */
    body.ArchivePage .intro {
      padding: 1.875em 0 3.125em; } }

/* line 8, sass/pages/_the-gauge-archive.scss */
body.ArchivePage .the-gauge-logo {
  width: 13.25em;
  height: 3.5625em; }
  @media (min-width: 768px) {
    /* line 8, sass/pages/_the-gauge-archive.scss */
    body.ArchivePage .the-gauge-logo {
      display: block;
      width: 16.8125em;
      height: 4.5em;
      margin: 0 auto; } }

/* line 18, sass/pages/_the-gauge-archive.scss */
body.ArchivePage .comp-cards-list-block {
  background: #eceded; }

/* line 21, sass/pages/_the-gauge-archive.scss */
body.ArchivePage .comp-gauge-newsletter {
  background: #eceded; }

/* line 2, sass/pages/_make-an-enquiry.scss */
.ContactPage .intro {
  text-align: center;
  padding: 1.875em; }
  @media (min-width: 768px) {
    /* line 2, sass/pages/_make-an-enquiry.scss */
    .ContactPage .intro {
      padding: 4.6875em 0 3.125em; } }
  /* line 8, sass/pages/_make-an-enquiry.scss */
  .ContactPage .intro h1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5625em;
    line-height: 1;
    letter-spacing: 0.045em;
    margin: 0; }

@media (min-width: 560px) {
  /* line 17, sass/pages/_make-an-enquiry.scss */
  .ContactPage .cards {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; } }

/* line 25, sass/pages/_make-an-enquiry.scss */
.ContactPage .card {
  margin-bottom: 20px; }
  @media (min-width: 560px) {
    /* line 25, sass/pages/_make-an-enquiry.scss */
    .ContactPage .card {
      margin: 0 10px;
      width: calc(50% - 20px);
      margin-bottom: 20px; } }
  @media (min-width: 992px) {
    /* line 25, sass/pages/_make-an-enquiry.scss */
    .ContactPage .card {
      margin: 0 10px;
      width: calc(33.33% - 20px);
      margin-bottom: 20px; } }

/* line 38, sass/pages/_make-an-enquiry.scss */
.ContactPage .first-two-cards {
  margin-bottom: 1.875em; }
  @media (min-width: 560px) {
    /* line 40, sass/pages/_make-an-enquiry.scss */
    .ContactPage .first-two-cards .card {
      margin: 0 10px;
      width: calc(50% - 20px);
      margin-bottom: 20px; } }
  /* line 47, sass/pages/_make-an-enquiry.scss */
  .ContactPage .first-two-cards .image {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    padding: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    /* line 57, sass/pages/_make-an-enquiry.scss */
    .ContactPage .first-two-cards .image img {
      position: absolute;
      top: 50%;
      left: 50%;
      display: none;
      transform: translateX(-50%) translateY(-50%); }
      @media (min-width: 992px) {
        /* line 57, sass/pages/_make-an-enquiry.scss */
        .ContactPage .first-two-cards .image img {
          display: block; } }
  /* line 68, sass/pages/_make-an-enquiry.scss */
  .ContactPage .first-two-cards .card-description {
    position: relative;
    color: white;
    padding: 6.875em 1.25em 4.6875em; }
  /* line 73, sass/pages/_make-an-enquiry.scss */
  .ContactPage .first-two-cards .rte {
    max-width: 23.75em;
    margin-bottom: 1.5625em;
    min-height: 4.0625em;
    margin: 0 auto; }

/* line 81, sass/pages/_make-an-enquiry.scss */
.ContactPage .comp-features h3 {
  margin-bottom: 0.625rem; }

/* line 84, sass/pages/_make-an-enquiry.scss */
.ContactPage .comp-features .link {
  font-weight: 700; }

/* line 87, sass/pages/_make-an-enquiry.scss */
.ContactPage .comp-features .rte {
  max-width: 20em;
  margin: 0 auto;
  font-size: 0.875em;
  line-height: 1.2857142857em; }

/* line 93, sass/pages/_make-an-enquiry.scss */
.ContactPage .comp-features .image {
  padding-bottom: 48.6%; }

/* line 97, sass/pages/_make-an-enquiry.scss */
.ContactPage .contact-form {
  background: #303030;
  color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out, padding 0.2s ease-out, overflow 0.2s 0.2s linear; }
  /* line 103, sass/pages/_make-an-enquiry.scss */
  .ContactPage .contact-form.open {
    padding: 2.5em 0;
    max-height: 1500px;
    overflow: visible; }
    @media (min-width: 768px) {
      /* line 103, sass/pages/_make-an-enquiry.scss */
      .ContactPage .contact-form.open {
        padding: 3.75em 0; } }
  /* line 111, sass/pages/_make-an-enquiry.scss */
  .ContactPage .contact-form .title {
    text-align: center;
    padding-bottom: 1.25em; }
    @media (min-width: 768px) {
      /* line 111, sass/pages/_make-an-enquiry.scss */
      .ContactPage .contact-form .title {
        padding-bottom: 3.125em; } }
  /* line 118, sass/pages/_make-an-enquiry.scss */
  .ContactPage .contact-form .btn-red {
    float: right; }
  /* line 121, sass/pages/_make-an-enquiry.scss */
  .ContactPage .contact-form label {
    font-weight: 400;
    font-size: 0.875em; }
  /* line 125, sass/pages/_make-an-enquiry.scss */
  .ContactPage .contact-form .form-control, .ContactPage .contact-form .selectric-wrapper {
    margin-bottom: 1.25em; }
  /* line 128, sass/pages/_make-an-enquiry.scss */
  .ContactPage .contact-form textarea {
    height: 12.1875em; }

/* line 132, sass/pages/_make-an-enquiry.scss */
.ContactPage .comp-gauge-newsletter {
  padding: 3.125em 0;
  background: #d6d6d6; }

/* line 136, sass/pages/_make-an-enquiry.scss */
.ContactPage #comp-gauge-newsletter {
  margin: 0; }

/* line 139, sass/pages/_make-an-enquiry.scss */
.ContactPage .userform {
  position: relative; }

/* line 142, sass/pages/_make-an-enquiry.scss */
.ContactPage .userformsstep {
  margin: 0 -0.9375rem; }
  /* line 9, sass/_mixins.scss */
  .ContactPage .userformsstep:before, .ContactPage .userformsstep:after {
    content: "";
    display: table; }
  /* line 14, sass/_mixins.scss */
  .ContactPage .userformsstep:after {
    clear: both; }
  @media (min-width: 1200px) {
    /* line 142, sass/pages/_make-an-enquiry.scss */
    .ContactPage .userformsstep {
      margin: 0 -1.875rem; } }

/* line 149, sass/pages/_make-an-enquiry.scss */
.ContactPage .userformsgroup {
  border: none;
  padding: 0;
  margin: 0;
  padding: 0 0.9375rem; }
  /* line 154, sass/pages/_make-an-enquiry.scss */
  .ContactPage .userformsgroup > .middleColumn {
    margin: 0 -0.625rem; }
  @media (min-width: 992px) {
    /* line 149, sass/pages/_make-an-enquiry.scss */
    .ContactPage .userformsgroup {
      width: 45%;
      float: left; } }
  @media (min-width: 1200px) {
    /* line 149, sass/pages/_make-an-enquiry.scss */
    .ContactPage .userformsgroup {
      width: 50%;
      padding: 0 1.875rem; } }
  /* line 165, sass/pages/_make-an-enquiry.scss */
  .ContactPage .userformsgroup div.field {
    float: left;
    width: 100%;
    padding: 0 0.625rem; }

@media (min-width: 992px) {
  /* line 171, sass/pages/_make-an-enquiry.scss */
  .ContactPage .fields-left {
    width: 55%;
    float: left; } }

@media (min-width: 1200px) {
  /* line 171, sass/pages/_make-an-enquiry.scss */
  .ContactPage .fields-left {
    width: 50%; } }

/* line 179, sass/pages/_make-an-enquiry.scss */
.ContactPage .fields-left div.field {
  float: left;
  padding: 0 0.625rem; }
  @media (min-width: 768px) {
    /* line 179, sass/pages/_make-an-enquiry.scss */
    .ContactPage .fields-left div.field {
      width: 50%; } }

/* line 187, sass/pages/_make-an-enquiry.scss */
.ContactPage .Actions {
  position: absolute;
  right: 0;
  bottom: 3.125rem; }

/* line 194, sass/pages/_make-an-enquiry.scss */
#main.make-an-enquiry .options {
  margin: 0 -0.625em; }
  @media (min-width: 768px) {
    /* line 194, sass/pages/_make-an-enquiry.scss */
    #main.make-an-enquiry .options {
      display: flex;
      flex-wrap: wrap; } }

/* line 201, sass/pages/_make-an-enquiry.scss */
#main.make-an-enquiry .option {
  padding: 0 0.625em; }
  @media (min-width: 768px) {
    /* line 201, sass/pages/_make-an-enquiry.scss */
    #main.make-an-enquiry .option {
      width: 33.3333333333%; } }

/* To the person reading this, I'm very sorry for this abomination.  */
/* Color overrides for Actrol product pages */
/* line 8, sass/pages/_product-pages.scss */
#product-pages.actrol-product-pages .slick-dots li.slick-active button {
  background: #d50810 !important; }

/* line 16, sass/pages/_product-pages.scss */
#product-pages.actrol-product-pages .main-section .progress-button .add-to-cart {
  background-color: #d50810 !important;
  border-color: #d50810 !important; }
  @media (min-width: 768px) {
    /* line 20, sass/pages/_product-pages.scss */
    #product-pages.actrol-product-pages .main-section .progress-button .add-to-cart:hover {
      color: #d50810 !important; } }

/* line 26, sass/pages/_product-pages.scss */
#product-pages.actrol-product-pages .main-section .progress-button.loading svg.progress-circle {
  stroke: #d50810 !important; }

@media (min-width: 768px) {
  /* line 32, sass/pages/_product-pages.scss */
  #product-pages.actrol-product-pages .main-section a:hover {
    color: #d50810 !important; }
  /* line 40, sass/pages/_product-pages.scss */
  #product-pages.actrol-product-pages .main-section#products-category .view-bar ul .btn-icon.active svg {
    fill: #d50810 !important; }
  /* line 48, sass/pages/_product-pages.scss */
  #product-pages.actrol-product-pages .main-section#products-category .results .total-results {
    color: #d50810 !important; }
  /* line 54, sass/pages/_product-pages.scss */
  #product-pages.actrol-product-pages .main-section#products-category #products .product a:hover {
    color: #d50810 !important; }
  /* line 59, sass/pages/_product-pages.scss */
  #product-pages.actrol-product-pages .main-section#products-category #products .product .product-price-my .value {
    color: #d9272e !important; }
  /* line 67, sass/pages/_product-pages.scss */
  #product-pages.actrol-product-pages .main-section#products-category #products .product .product-quantity .quantity-set .radiolabel-set .radio-button.active {
    background-color: #d9272e !important; } }

/* line 79, sass/pages/_product-pages.scss */
#product-pages.actrol-product-pages .main-section#products-landing .categories .category a:hover span {
  color: #d50810 !important; }

/* Overrides to fix integration issue with actrol theme */
/* line 91, sass/pages/_product-pages.scss */
#product-pages aside.sidebar .trade-lists #btn-product-search-current {
  display: none; }

/* line 96, sass/pages/_product-pages.scss */
#product-pages aside .trade-lists .list .list-links .link {
  border-bottom: none;
  display: block; }

/* line 104, sass/pages/_product-pages.scss */
#product-pages .main-section .progress-button .add-to-cart {
  color: #ffffff; }
  @media (min-width: 768px) {
    /* line 107, sass/pages/_product-pages.scss */
    #product-pages .main-section .progress-button .add-to-cart:hover {
      background-color: #ffffff !important; } }

/* line 113, sass/pages/_product-pages.scss */
#product-pages .main-section .progress-button.loading .add-to-cart {
  background-color: transparent !important;
  border-color: #ddd !important; }

/* line 117, sass/pages/_product-pages.scss */
#product-pages .main-section .progress-button.loading svg.progress-circle {
  left: 54% !important; }

/* line 121, sass/pages/_product-pages.scss */
#product-pages .main-section .progress-button.loading.success svg.progress-circle {
  stroke: #1ecd97 !important; }

/* line 129, sass/pages/_product-pages.scss */
#product-pages .main-section .view-bar li.selected a {
  outline: none; }

@media (min-width: 768px) {
  /* line 138, sass/pages/_product-pages.scss */
  #product-pages .main-section#products-category .view-bar ul .btn-icon svg text {
    display: none; }
  /* line 146, sass/pages/_product-pages.scss */
  #product-pages .main-section#products-category .view-bar .view-bar-right .list-inline.trade .price-option-select-container .selectric-wrapper {
    width: 100%; }
    /* line 148, sass/pages/_product-pages.scss */
    #product-pages .main-section#products-category .view-bar .view-bar-right .list-inline.trade .price-option-select-container .selectric-wrapper .label .text-label {
      color: #b7b7b7; }
  /* line 152, sass/pages/_product-pages.scss */
  #product-pages .main-section#products-category .view-bar .view-bar-right .list-inline.trade .price-option-select-container .selectric {
    background: #f4f4f4; }
    /* line 155, sass/pages/_product-pages.scss */
    #product-pages .main-section#products-category .view-bar .view-bar-right .list-inline.trade .price-option-select-container .selectric-items ul {
      text-align: left; }
      /* line 157, sass/pages/_product-pages.scss */
      #product-pages .main-section#products-category .view-bar .view-bar-right .list-inline.trade .price-option-select-container .selectric-items ul .text-label {
        display: none; }
  /* line 168, sass/pages/_product-pages.scss */
  #product-pages .main-section#products-category .results .selectric-wrapper {
    display: inline-block; } }

/* line 177, sass/pages/_product-pages.scss */
#product-pages .main-section #shopping-cart-widget .shopping-cart-product-list .itemlist-section .item-list .one-item footer {
  padding-top: 0; }

/* line 185, sass/pages/_product-pages.scss */
#product-pages .section header {
  background: none;
  color: inherit; }

/* line 192, sass/pages/_product-pages.scss */
#product-pages .h1,
#product-pages .h2,
#product-pages .h3,
#product-pages .h4,
#product-pages .h5,
#product-pages .h6,
#product-pages h1,
#product-pages h2,
#product-pages h3,
#product-pages h4,
#product-pages h5,
#product-pages h6 {
  font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }
  /* line 205, sass/pages/_product-pages.scss */
  #product-pages .h1.normal-weight,
  #product-pages .h2.normal-weight,
  #product-pages .h3.normal-weight,
  #product-pages .h4.normal-weight,
  #product-pages .h5.normal-weight,
  #product-pages .h6.normal-weight,
  #product-pages h1.normal-weight,
  #product-pages h2.normal-weight,
  #product-pages h3.normal-weight,
  #product-pages h4.normal-weight,
  #product-pages h5.normal-weight,
  #product-pages h6.normal-weight {
    font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }

/* line 209, sass/pages/_product-pages.scss */
#product-pages p {
  font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }
  /* line 211, sass/pages/_product-pages.scss */
  #product-pages p em,
  #product-pages p em strong,
  #product-pages p strong,
  #product-pages p strong em {
    font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }

/* line 218, sass/pages/_product-pages.scss */
#product-pages .checkbox-option,
#product-pages .main-section a,
#product-pages .page-title h1,
#product-pages .subnavbar .nav a {
  font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }

/* line 224, sass/pages/_product-pages.scss */
#product-pages .page-title h1 .job-name,
#product-pages .selectric .label,
#product-pages .selectric-items li {
  font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }

/* line 229, sass/pages/_product-pages.scss */
#product-pages aside .trade-lists .list li.active a {
  font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }

/* line 232, sass/pages/_product-pages.scss */
#product-pages .breadcrumb-section .breadcrumb-inner .breadcrumbs {
  font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }
  /* line 234, sass/pages/_product-pages.scss */
  #product-pages .breadcrumb-section .breadcrumb-inner .breadcrumbs li {
    font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }
    /* line 236, sass/pages/_product-pages.scss */
    #product-pages .breadcrumb-section .breadcrumb-inner .breadcrumbs li:after, #product-pages .breadcrumb-section .breadcrumb-inner .breadcrumbs li.active {
      font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }

@media screen and (orientation: portrait) {
  /* line 1, sass/pages/_my-account-landing-page.scss */
  .MyAccountLandingPage {
    padding: 0 !important; } }

/* line 5, sass/pages/_my-account-landing-page.scss */
.MyAccountLandingPage .content-container {
  margin-top: 20px;
  padding-left: 0px !important;
  padding-right: 0px !important; }
  @media screen and (orientation: portrait) {
    /* line 5, sass/pages/_my-account-landing-page.scss */
    .MyAccountLandingPage .content-container {
      margin-top: 80px !important;
      padding-left: 1.3%;
      padding-right: 1.3%; } }
  /* line 14, sass/pages/_my-account-landing-page.scss */
  .MyAccountLandingPage .content-container .row {
    margin-left: -1.3% !important;
    margin-right: -1.3% !important; }
  /* line 18, sass/pages/_my-account-landing-page.scss */
  .MyAccountLandingPage .content-container .account-home-section {
    padding: 0 1.3%;
    background: none; }
  /* line 22, sass/pages/_my-account-landing-page.scss */
  .MyAccountLandingPage .content-container .wrapper {
    background: #e8e8e8; }
    /* line 24, sass/pages/_my-account-landing-page.scss */
    .MyAccountLandingPage .content-container .wrapper h4 {
      margin: 10px 0;
      padding-left: 10px;
      font-weight: 700; }
    /* line 29, sass/pages/_my-account-landing-page.scss */
    .MyAccountLandingPage .content-container .wrapper .account-home-sub-section {
      padding: 0 1.3%; }
      /* line 31, sass/pages/_my-account-landing-page.scss */
      .MyAccountLandingPage .content-container .wrapper .account-home-sub-section .title-block {
        background-color: #000 !important; }
        /* line 33, sass/pages/_my-account-landing-page.scss */
        .MyAccountLandingPage .content-container .wrapper .account-home-sub-section .title-block a {
          background-color: #000 !important;
          font-size: 16px; }
          /* line 36, sass/pages/_my-account-landing-page.scss */
          .MyAccountLandingPage .content-container .wrapper .account-home-sub-section .title-block a img {
            display: inline-block; }
      /* line 41, sass/pages/_my-account-landing-page.scss */
      .MyAccountLandingPage .content-container .wrapper .account-home-sub-section a {
        font-size: 14px; }

/* line 51, sass/pages/_my-account-landing-page.scss */
#my-account input.form-control,
#my-account-modal input.form-control {
  font-size: 15px; }

/* line 59, sass/pages/_my-account-landing-page.scss */
.MyAccountPage.indextrade-user #my-account input.form-control,
.MyAccountPage.indextrade-user #my-account-modal input.form-control {
  font-size: 1.1em; }

/* line 62, sass/pages/_my-account-landing-page.scss */
.MyAccountPage.indextrade-user #my-account .nav-pills > li.active > a,
.MyAccountPage.indextrade-user #my-account-modal .nav-pills > li.active > a {
  background-color: #0D2E56 !important; }
  /* line 64, sass/pages/_my-account-landing-page.scss */
  .MyAccountPage.indextrade-user #my-account .nav-pills > li.active > a:hover, .MyAccountPage.indextrade-user #my-account .nav-pills > li.active > a:focus, .MyAccountPage.indextrade-user #my-account .nav-pills > li.active > a.active,
  .MyAccountPage.indextrade-user #my-account-modal .nav-pills > li.active > a:hover,
  .MyAccountPage.indextrade-user #my-account-modal .nav-pills > li.active > a:focus,
  .MyAccountPage.indextrade-user #my-account-modal .nav-pills > li.active > a.active {
    background-color: #0D2E56 !important; }

/* line 70, sass/pages/_my-account-landing-page.scss */
.MyAccountPage.indextrade-user #my-account .btn-primary,
.MyAccountPage.indextrade-user #my-account-modal .btn-primary {
  background-color: #0D2E56 !important;
  border-color: #0D2E56 !important; }
  /* line 73, sass/pages/_my-account-landing-page.scss */
  .MyAccountPage.indextrade-user #my-account .btn-primary.disabled, .MyAccountPage.indextrade-user #my-account .btn-primary[disabled],
  .MyAccountPage.indextrade-user #my-account-modal .btn-primary.disabled,
  .MyAccountPage.indextrade-user #my-account-modal .btn-primary[disabled] {
    background-color: #0D2E56 !important;
    border-color: #0D2E56 !important; }
    /* line 77, sass/pages/_my-account-landing-page.scss */
    .MyAccountPage.indextrade-user #my-account .btn-primary.disabled.active, .MyAccountPage.indextrade-user #my-account .btn-primary.disabled:hover,
    .MyAccountPage.indextrade-user #my-account .btn-primary.disabled:focus .MyAccountPage.indextrade-user #my-account .btn-primary.disabled:active, .MyAccountPage.indextrade-user #my-account .btn-primary[disabled].active, .MyAccountPage.indextrade-user #my-account .btn-primary[disabled]:hover,
    .MyAccountPage.indextrade-user #my-account .btn-primary[disabled]:focus .MyAccountPage.indextrade-user #my-account .btn-primary.disabled:active,
    .MyAccountPage.indextrade-user #my-account-modal .btn-primary.disabled.active,
    .MyAccountPage.indextrade-user #my-account-modal .btn-primary.disabled:hover,
    .MyAccountPage.indextrade-user #my-account-modal .btn-primary.disabled:focus .MyAccountPage.indextrade-user #my-account .btn-primary.disabled:active,
    .MyAccountPage.indextrade-user #my-account-modal .btn-primary[disabled].active,
    .MyAccountPage.indextrade-user #my-account-modal .btn-primary[disabled]:hover,
    .MyAccountPage.indextrade-user #my-account-modal .btn-primary[disabled]:focus .MyAccountPage.indextrade-user #my-account .btn-primary.disabled:active,
    .MyAccountPage.indextrade-user #my-account .btn-primary.disabled:focus .MyAccountPage.indextrade-user #my-account .btn-primary[disabled]:active,
    .MyAccountPage.indextrade-user #my-account .btn-primary[disabled]:focus .MyAccountPage.indextrade-user #my-account .btn-primary[disabled]:active,
    .MyAccountPage.indextrade-user #my-account-modal .btn-primary.disabled:focus .MyAccountPage.indextrade-user #my-account .btn-primary[disabled]:active,
    .MyAccountPage.indextrade-user #my-account-modal .btn-primary[disabled]:focus .MyAccountPage.indextrade-user #my-account .btn-primary[disabled]:active,
    .MyAccountPage.indextrade-user #my-account .btn-primary.disabled:focus
    .MyAccountPage.indextrade-user #my-account-modal .btn-primary.disabled:active,
    .MyAccountPage.indextrade-user #my-account .btn-primary[disabled]:focus
    .MyAccountPage.indextrade-user #my-account-modal .btn-primary.disabled:active,
    .MyAccountPage.indextrade-user #my-account-modal .btn-primary.disabled:focus
    .MyAccountPage.indextrade-user #my-account-modal .btn-primary.disabled:active,
    .MyAccountPage.indextrade-user #my-account-modal .btn-primary[disabled]:focus
    .MyAccountPage.indextrade-user #my-account-modal .btn-primary.disabled:active,
    .MyAccountPage.indextrade-user #my-account .btn-primary.disabled:focus
    .MyAccountPage.indextrade-user #my-account-modal .btn-primary[disabled]:active,
    .MyAccountPage.indextrade-user #my-account .btn-primary[disabled]:focus
    .MyAccountPage.indextrade-user #my-account-modal .btn-primary[disabled]:active,
    .MyAccountPage.indextrade-user #my-account-modal .btn-primary.disabled:focus
    .MyAccountPage.indextrade-user #my-account-modal .btn-primary[disabled]:active,
    .MyAccountPage.indextrade-user #my-account-modal .btn-primary[disabled]:focus
    .MyAccountPage.indextrade-user #my-account-modal .btn-primary[disabled]:active {
      background-color: #0D2E56 !important;
      border-color: #0D2E56 !important; }

/* line 89, sass/pages/_my-account-landing-page.scss */
.MyAccountPage.indextrade-user fieldset[disabled] #my-account .btn-primary,
.MyAccountPage.indextrade-user fieldset[disabled] #my-account-modal .btn-primary {
  background-color: #0D2E56 !important;
  border-color: #0D2E56 !important; }
  /* line 92, sass/pages/_my-account-landing-page.scss */
  .MyAccountPage.indextrade-user fieldset[disabled] #my-account .btn-primary.active, .MyAccountPage.indextrade-user fieldset[disabled] #my-account .btn-primary:hover,
  .MyAccountPage.indextrade-user fieldset[disabled] #my-account .btn-primary:focus .MyAccountPage.indextrade-user fieldset[disabled] #my-account .btn-primary:active,
  .MyAccountPage.indextrade-user fieldset[disabled] #my-account-modal .btn-primary.active,
  .MyAccountPage.indextrade-user fieldset[disabled] #my-account-modal .btn-primary:hover,
  .MyAccountPage.indextrade-user fieldset[disabled] #my-account-modal .btn-primary:focus .MyAccountPage.indextrade-user fieldset[disabled] #my-account .btn-primary:active,
  .MyAccountPage.indextrade-user fieldset[disabled] #my-account .btn-primary:focus
  .MyAccountPage.indextrade-user fieldset[disabled] #my-account-modal .btn-primary:active,
  .MyAccountPage.indextrade-user fieldset[disabled] #my-account-modal .btn-primary:focus
  .MyAccountPage.indextrade-user fieldset[disabled] #my-account-modal .btn-primary:active {
    background-color: #0D2E56 !important;
    border-color: #0D2E56 !important; }

/* line 2, sass/pages/_payment-options.scss */
body.MyAccountPaymentOptionsPage .nav-pills li:not(.active) a {
  color: #333;
  font-weight: 400; }
  /* line 5, sass/pages/_payment-options.scss */
  body.MyAccountPaymentOptionsPage .nav-pills li:not(.active) a:hover {
    color: #fff; }

/* line 4, sass/pages/_my-account-legacy.scss */
.myaccount-legacy-theme .main-menu .main-menu-right .search-box-wrap {
  height: 49px; }
  /* line 6, sass/pages/_my-account-legacy.scss */
  .myaccount-legacy-theme .main-menu .main-menu-right .search-box-wrap form.search-box {
    margin: 0; }
    /* line 8, sass/pages/_my-account-legacy.scss */
    .myaccount-legacy-theme .main-menu .main-menu-right .search-box-wrap form.search-box input {
      font: inherit;
      vertical-align: top;
      width: 100%; }

/* line 17, sass/pages/_my-account-legacy.scss */
.myaccount-legacy-theme #cconnect {
  font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }
  /* line 22, sass/pages/_my-account-legacy.scss */
  .myaccount-legacy-theme #cconnect #customer-quotes #quoteProductListTabItem #extendedQuoteProductView .selectionToolBar button {
    padding: 4px 6px; }
  /* line 26, sass/pages/_my-account-legacy.scss */
  .myaccount-legacy-theme #cconnect #customer-quotes #quoteProductListTabItem #extendedQuoteProductView .your-total-row .total_amount_label_style {
    font-size: 12px !important; }
  /* line 32, sass/pages/_my-account-legacy.scss */
  .myaccount-legacy-theme #cconnect #customer-quotes #completeTabItem .finalise-quote-panel .instruction {
    font-size: 12px; }

/* line 41, sass/pages/_my-account-legacy.scss */
.myaccount-legacy-theme.product-search-current #cconnect #product-search {
  width: 980px !important; }
  /* line 44, sass/pages/_my-account-legacy.scss */
  .myaccount-legacy-theme.product-search-current #cconnect #product-search .right-column .product-bucket-panel .product-list-item {
    display: flex;
    flex-direction: column;
    height: 40px;
    box-sizing: content-box;
    justify-content: space-between; }
    /* line 50, sass/pages/_my-account-legacy.scss */
    .myaccount-legacy-theme.product-search-current #cconnect #product-search .right-column .product-bucket-panel .product-list-item .first-row {
      display: flex;
      justify-content: space-between;
      align-items: baseline;
      height: auto; }
      /* line 55, sass/pages/_my-account-legacy.scss */
      .myaccount-legacy-theme.product-search-current #cconnect #product-search .right-column .product-bucket-panel .product-list-item .first-row .product-code-section {
        flex: 0.7 0 auto;
        font-size: 13px; }
      /* line 59, sass/pages/_my-account-legacy.scss */
      .myaccount-legacy-theme.product-search-current #cconnect #product-search .right-column .product-bucket-panel .product-list-item .first-row .product-quantity-section {
        flex: 1 0 auto;
        position: inherit; }
        /* line 62, sass/pages/_my-account-legacy.scss */
        .myaccount-legacy-theme.product-search-current #cconnect #product-search .right-column .product-bucket-panel .product-list-item .first-row .product-quantity-section input {
          height: 100%; }
      /* line 66, sass/pages/_my-account-legacy.scss */
      .myaccount-legacy-theme.product-search-current #cconnect #product-search .right-column .product-bucket-panel .product-list-item .first-row .remove-button {
        flex: 0.5 1 auto;
        position: inherit;
        padding: 0; }
  /* line 75, sass/pages/_my-account-legacy.scss */
  .myaccount-legacy-theme.product-search-current #cconnect #product-search .middle-column .page-navigator {
    height: 100%;
    padding: 5px 10px;
    font-size: 13px; }
    /* line 79, sass/pages/_my-account-legacy.scss */
    .myaccount-legacy-theme.product-search-current #cconnect #product-search .middle-column .page-navigator .navigation-right-section {
      display: inline-flex;
      position: initial;
      float: right;
      justify-content: flex-end;
      align-items: center; }
      /* line 85, sass/pages/_my-account-legacy.scss */
      .myaccount-legacy-theme.product-search-current #cconnect #product-search .middle-column .page-navigator .navigation-right-section .gwt-HTML {
        padding-right: 4px; }
        /* line 87, sass/pages/_my-account-legacy.scss */
        .myaccount-legacy-theme.product-search-current #cconnect #product-search .middle-column .page-navigator .navigation-right-section .gwt-HTML button {
          padding: 0; }
  /* line 93, sass/pages/_my-account-legacy.scss */
  .myaccount-legacy-theme.product-search-current #cconnect #product-search .middle-column .show-your-price {
    font-size: 13px; }
    /* line 95, sass/pages/_my-account-legacy.scss */
    .myaccount-legacy-theme.product-search-current #cconnect #product-search .middle-column .show-your-price .product-in-grid {
      box-sizing: content-box; }
      /* line 98, sass/pages/_my-account-legacy.scss */
      .myaccount-legacy-theme.product-search-current #cconnect #product-search .middle-column .show-your-price .product-in-grid .product-quantity-section input {
        height: 18px; }
    /* line 106, sass/pages/_my-account-legacy.scss */
    .myaccount-legacy-theme.product-search-current #cconnect #product-search .middle-column .show-your-price.grid-view .product-info-block .product-info-section button.infoButton {
      padding: 0; }
  /* line 113, sass/pages/_my-account-legacy.scss */
  .myaccount-legacy-theme.product-search-current #cconnect #product-search .middle-column #search-button {
    padding: 1px 6px 3px 6px !important; }

/* line 120, sass/pages/_my-account-legacy.scss */
.myaccount-legacy-theme #ccnav > li.sub ul li,
.myaccount-legacy-theme #product-list-widget > div.product-bucket-widget > div.product-bucket-panel > div > p {
  font-size: 12px !important; }

/* line 124, sass/pages/_my-account-legacy.scss */
.myaccount-legacy-theme #productListsPanel .x-panel-header {
  height: 28px; }

/* line 127, sass/pages/_my-account-legacy.scss */
.myaccount-legacy-theme #ccnav > li.sub li a, .myaccount-legacy-theme label {
  font-weight: 400; }

/* line 131, sass/pages/_my-account-legacy.scss */
.myaccount-legacy-theme #manageProductListContainer #priceColumnCombobox-input {
  color: black;
  height: 18px; }

/* line 135, sass/pages/_my-account-legacy.scss */
.myaccount-legacy-theme #manageProductListContainer .product-status-available {
  padding-right: 20px; }

/* line 140, sass/pages/_my-account-legacy.scss */
.myaccount-legacy-theme #price-file .email-notification-save-button {
  padding: 0; }

/* line 145, sass/pages/_my-account-legacy.scss */
.myaccount-legacy-theme #my-orders #orderSummaryMenu #orderSummaryMenuNav li a {
  height: 31px; }

/* line 149, sass/pages/_my-account-legacy.scss */
.myaccount-legacy-theme #my-orders .orderSummaryFilterPanel .showAllOrders {
  width: 120px;
  left: 645px; }

/* line 153, sass/pages/_my-account-legacy.scss */
.myaccount-legacy-theme #my-orders .orderSummaryFilterPanel .dateRangeFilter .dateField input {
  width: 70px !important; }

/* line 161, sass/pages/_my-account-legacy.scss */
.myaccount-legacy-theme #customer-quotes .quoteFilterPanel .showAllQuotes {
  width: 120px;
  left: 645px; }

/* line 165, sass/pages/_my-account-legacy.scss */
.myaccount-legacy-theme #customer-quotes .quoteFilterPanel .dateRangeFilter .dateField input {
  width: 70px !important; }

/* line 169, sass/pages/_my-account-legacy.scss */
.myaccount-legacy-theme #customer-quotes .product-status-available {
  padding-right: 20px; }

/* line 175, sass/pages/_my-account-legacy.scss */
.myaccount-legacy-theme #tradequotes_module_root #tradeQuotesMenu #tradeQuotesMenuNav li a {
  height: 31px; }

/* line 179, sass/pages/_my-account-legacy.scss */
.myaccount-legacy-theme #tradequotes_module_root .tradeQuoteFilterPanel .showAllTradeQuotes {
  width: 120px;
  left: 645px; }

/* line 183, sass/pages/_my-account-legacy.scss */
.myaccount-legacy-theme #tradequotes_module_root .tradeQuoteFilterPanel .dateRangeFilter .dateField input {
  width: 70px !important; }

/* line 189, sass/pages/_my-account-legacy.scss */
.myaccount-legacy-theme #search-input-container {
  height: 60px; }

/* line 192, sass/pages/_my-account-legacy.scss */
.myaccount-legacy-theme #customerDetailsleftPanel > div.x-form-item > label {
  padding-left: 59px !important;
  width: 163px !important; }

/* line 196, sass/pages/_my-account-legacy.scss */
.myaccount-legacy-theme #order-by-panel {
  font-size: 12px; }

/* line 199, sass/pages/_my-account-legacy.scss */
.myaccount-legacy-theme #orderDetails-suburb {
  width: 300px !important; }

/* line 202, sass/pages/_my-account-legacy.scss */
.myaccount-legacy-theme #orderDetails-suburb-input {
  width: 295px !important; }

/* line 205, sass/pages/_my-account-legacy.scss */
.myaccount-legacy-theme div.x-form-label.GIX5YH2BFL.instructionLabel.x-component.x-item-disabled,
.myaccount-legacy-theme div.x-form-label.GIX5YH2BFL.x-component.instructionLabelOnSelection {
  width: 185px; }

/* line 209, sass/pages/_my-account-legacy.scss */
.myaccount-legacy-theme #gwt-TextBox .GIX5YH2BNK .addressLineTwo {
  margin-left: 81px !important; }

/* line 212, sass/pages/_my-account-legacy.scss */
.myaccount-legacy-theme #gwt-TextBox .GIX5YH2BNK .addressLineTwoOnSelection {
  margin-left: 87px !important; }

/* line 215, sass/pages/_my-account-legacy.scss */
.myaccount-legacy-theme #order-by-panel > div:nth-child(9) > div.GIX5YH2BCL > div:nth-child(7),
.myaccount-legacy-theme #order-by-panel > div:nth-child(9) > div.GIX5YH2BCL > div:nth-child(15) {
  margin-left: 88.800px; }

/* line 219, sass/pages/_my-account-legacy.scss */
.myaccount-legacy-theme #order-by-panel > div:nth-child(9) > div.GIX5YH2BHL > div:nth-child(9),
.myaccount-legacy-theme #order-by-panel > div:nth-child(9) > div.GIX5YH2BHL > div:nth-child(15) {
  margin-left: 73.200px; }

/* line 223, sass/pages/_my-account-legacy.scss */
.myaccount-legacy-theme.my-quotes .quoteFilterPanel {
  box-sizing: content-box; }
  /* line 225, sass/pages/_my-account-legacy.scss */
  .myaccount-legacy-theme.my-quotes .quoteFilterPanel .searchQuote {
    padding-left: 6px;
    padding-right: 6px; }

/* line 231, sass/pages/_my-account-legacy.scss */
.myaccount-legacy-theme.reece-quotes .tradeQuoteFilterPanel {
  box-sizing: content-box; }
  /* line 233, sass/pages/_my-account-legacy.scss */
  .myaccount-legacy-theme.reece-quotes .tradeQuoteFilterPanel .searchTradeQuote {
    padding-left: 6px;
    padding-right: 6px; }

/* line 239, sass/pages/_my-account-legacy.scss */
.myaccount-legacy-theme.my-orders .orderSummaryFilterPanel {
  box-sizing: content-box; }
  /* line 241, sass/pages/_my-account-legacy.scss */
  .myaccount-legacy-theme.my-orders .orderSummaryFilterPanel .searchOrder {
    padding-left: 6px;
    padding-right: 6px; }

@media (max-width: 992px) {
  /* line 250, sass/pages/_my-account-legacy.scss */
  body.myaccount-legacy-theme {
    width: 960px; }
    /* line 255, sass/pages/_my-account-legacy.scss */
    body.myaccount-legacy-theme header .search-box-wrap .close-btn {
      padding-top: 20px; }
    /* line 259, sass/pages/_my-account-legacy.scss */
    body.myaccount-legacy-theme header .mobile-only.right-section {
      text-align: right;
      padding-right: 20px; }
    /* line 264, sass/pages/_my-account-legacy.scss */
    body.myaccount-legacy-theme header .mobile-only.left-section {
      text-align: left;
      padding-left: 20px; }
    /* line 269, sass/pages/_my-account-legacy.scss */
    body.myaccount-legacy-theme header .mobile-only button,
    body.myaccount-legacy-theme header .mobile-only button svg {
      padding: 0px;
      margin: 0px;
      height: 40px; } }
