/** Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) http://cssreset.com */
@import url(https://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic,300,300italic);
html,
body,
div,
span,
applet,
object,
iframe,
h1 h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter {
  display: block;
  margin: 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a .alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a .alignnone {
  margin: 5px 20px 20px 0; }

a .alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #e5e5e5;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }
  .wp-caption.alignnone, .wp-caption.alignleft, .wp-caption.alignright {
    margin: 5px 20px 20px 0; }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }
  .wp-caption .wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
            box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
            box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: #000000;
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #000000;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 79.875em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 79.9375em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 79.9375em) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 79.875em) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 79.9375em) and (max-width: 89.9375em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 79.875em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important; } }

@media screen and (min-width: 90em) {
  .hide-for-xxlarge {
    display: none !important; } }

@media screen and (max-width: 89.9375em) {
  .show-for-xxlarge {
    display: none !important; } }

@media screen and (min-width: 90em) {
  .hide-for-xxlarge-only {
    display: none !important; } }

@media screen and (max-width: 89.9375em) {
  .show-for-xxlarge-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
   * Remove default margin.
   */
body {
  margin: 0; }

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none; }

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted; }

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold; }

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic; }

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000; }

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0; }

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px; }

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto; }

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible; }

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select {
  text-transform: none; }

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: not-allowed; }

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal; }

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */ }

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto; }

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold; }

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=79.9375em&xxlarge=90em"; }

html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

body {
  padding: 0;
  margin: 0;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #444;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

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

.align-justify {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

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

.align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

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

.align-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.align-self-middle {
  -ms-flex-item-align: center;
      align-self: center; }

.align-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.align-self-stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch; }

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

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

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

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

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

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

@media screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; } }

@media screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; } }

@media screen and (min-width: 79.9375em) {
  .xlarge-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .xlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .xlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .xlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .xlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .xlarge-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; } }

@media screen and (min-width: 90em) {
  .xxlarge-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .xxlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .xxlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .xxlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .xxlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .xxlarge-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; } }

.row {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .row .row {
    margin-left: -10px;
    margin-left: -0.625rem;
    margin-right: -10px;
    margin-right: -0.625rem; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -1.25rem;
        margin-right: -1.25rem; } }
  .row.expanded {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.is-collapse-child,
  .row.collapse > .column > .row,
  .row.collapse > .columns > .row {
    margin-left: 0;
    margin-right: 0; }

.column, .columns {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  min-width: 0;
  min-width: initial; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }

.column.row.row, .row.row.columns {
  float: none;
  display: block; }

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0; }

.small-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.small-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

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

.small-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

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

.small-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

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

.small-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

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

.small-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

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

.small-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

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

.small-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

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

.small-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

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

.small-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

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

.small-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

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

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

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

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

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

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

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

.small-up-1 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }

.small-up-2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }

.small-up-3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.small-up-4 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }

.small-up-5 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }

.small-up-6 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.small-up-7 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.small-up-8 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem; }

@media screen and (min-width: 40em) {
  .medium-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .medium-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 14.28571%;
              flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .medium-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 12.5%;
              flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
  @media screen and (min-width: 40em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }

@media screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }

@media screen and (min-width: 64em) {
  .large-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .large-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .large-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 14.28571%;
              flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .large-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 12.5%;
              flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; } }

.row.large-unstack > .column, .row.large-unstack > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
  @media screen and (min-width: 64em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }

@media screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }

@media screen and (min-width: 79.9375em) {
  .xlarge-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .xlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .xlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .xlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .xlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .xlarge-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .xlarge-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
  .xlarge-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
  .xlarge-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .xlarge-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
  .xlarge-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      max-width: 20%; }
  .xlarge-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .xlarge-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 14.28571%;
              flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .xlarge-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 12.5%;
              flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 79.9375em) and (min-width: 79.9375em) {
  .xlarge-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; } }

.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
  @media screen and (min-width: 79.9375em) {
    .row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }

@media screen and (min-width: 79.9375em) {
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }

@media screen and (min-width: 90em) {
  .xxlarge-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .xxlarge-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xxlarge-offset-1 {
    margin-left: 8.33333%; }
  .xxlarge-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .xxlarge-offset-2 {
    margin-left: 16.66667%; }
  .xxlarge-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xxlarge-offset-3 {
    margin-left: 25%; }
  .xxlarge-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .xxlarge-offset-4 {
    margin-left: 33.33333%; }
  .xxlarge-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .xxlarge-offset-5 {
    margin-left: 41.66667%; }
  .xxlarge-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .xxlarge-offset-6 {
    margin-left: 50%; }
  .xxlarge-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xxlarge-offset-7 {
    margin-left: 58.33333%; }
  .xxlarge-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .xxlarge-offset-8 {
    margin-left: 66.66667%; }
  .xxlarge-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .xxlarge-offset-9 {
    margin-left: 75%; }
  .xxlarge-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .xxlarge-offset-10 {
    margin-left: 83.33333%; }
  .xxlarge-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .xxlarge-offset-11 {
    margin-left: 91.66667%; }
  .xxlarge-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .xxlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .xxlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .xxlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .xxlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .xxlarge-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .xxlarge-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
  .xxlarge-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
  .xxlarge-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .xxlarge-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
  .xxlarge-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      max-width: 20%; }
  .xxlarge-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .xxlarge-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 14.28571%;
              flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .xxlarge-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 12.5%;
              flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 90em) and (min-width: 90em) {
  .xxlarge-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; } }

.row.xxlarge-unstack > .column, .row.xxlarge-unstack > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
  @media screen and (min-width: 90em) {
    .row.xxlarge-unstack > .column, .row.xxlarge-unstack > .columns {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }

@media screen and (min-width: 90em) {
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }

.shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%; }

.column.align-top, .align-top.columns {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.column.align-bottom, .align-bottom.columns {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.column.align-middle, .align-middle.columns {
  -ms-flex-item-align: center;
      align-self: center; }

.column.align-stretch, .align-stretch.columns {
  -ms-flex-item-align: stretch;
      align-self: stretch; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
  font-weight: 700; }

strong {
  font-weight: 700; }

i,
em {
  font-style: italic; }

a {
  color: #e73f2a;
  outline: none; }

.section__title {
  font-size: 24px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase; }
  .section__title:after {
    border-top: 1px solid #444;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    width: 30px; }

.page-title {
  color: #e73f2a;
  font-size: 23px;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase; }
  .page-title:after {
    border-top: 1px solid #e73f2a;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    width: 30px; }

.row {
  padding-left: 20px;
  padding-right: 20px; }
  .row.collapse {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0; }

@media screen and (min-width: 40em) {
  .row.medium-collapse {
    padding-left: 0;
    padding-right: 0; } }

@media only screen and (max-width: 1024px) {
  .row {
    max-width: 930px; } }

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .row {
    max-width: 1170px; } }

@media only screen and (min-width: 1281px) and (max-width: 1440px) {
  .row {
    max-width: 1290px; } }

.header {
  position: relative;
  z-index: 2; }
  .header:after {
    content: '';
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear; }
  .header.opacity:after {
    background: #000000;
    background: rgba(0, 0, 0, .5);
    content: '';
    height: 100%;
    left: 0;
    opacity: 1;
    position: fixed;
    top: 0;
    width: 100%; }

.header__left-wrap {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 29px 20px;
  padding-left: 0;
  position: relative; }
  .header__left-wrap:after {
    background: #fff;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }

.header__right {
  background: #e73f2a; }

@media screen and (min-width: 40em) {
  .header__left-wrap {
    padding: 30px 20px 30px 0; } }

@media screen and (min-width: 64em) {
  .header {
    position: relative; }
    .header:after {
      background: #e73f2a;
      content: '';
      height: 100%;
      opacity: 1;
      position: absolute;
      right: 0;
      top: 0;
      width: 50%;
      z-index: -1; }
  .header__left-wrap {
    display: block;
    padding-bottom: 26px; }
    .header__left-wrap:after {
      display: none; } }

@media only screen and (min-width: 1441px) {
  .header__left {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 80%;
            flex: 1 0 80%;
    max-width: 1166px; }
  .header__right {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 20%;
            flex: 1 0 20%;
    max-width: 274px; } }

.header-menu {
  background: #fff none repeat scroll 0 0;
  bottom: 500px;
  display: block;
  left: 0;
  padding-top: 80px;
  position: absolute;
  text-transform: uppercase;
  -webkit-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  width: 100%;
  z-index: 1; }

.header-menu--open {
  bottom: -470px; }

.header-menu__list {
  padding-left: 0;
  padding-right: 0;
  width: 100%; }

.header-menu__list-item {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
  display: block;
  height: auto;
  padding: 0 15px;
  position: relative;
  text-align: left;
  width: 100%; }
  .header-menu__list-item:first-of-type {
    border-top: 1px solid #e5e5e5; }
  .header-menu__list-item a {
    color: #222;
    cursor: pointer;
    text-decoration: none; }
    .header-menu__list-item a:hover {
      color: #e73f2a;
      text-decoration: none; }
  .header-menu__list-item.current-menu-item a {
    color: #e73f2a; }

.header-menu__children-list {
  background: #fff;
  display: none;
  width: 100%; }

.header-menu__children-list--shown {
  display: block; }

.header-menu__children-list-item {
  border-top: 1px solid #e5e5e5;
  display: block;
  text-align: left;
  text-transform: none;
  text-transform: initial;
  width: 100%; }
  .header-menu__children-list-item:hover {
    background: #e5e5e5; }

.header-menu__list-item-text {
  background: #fff url("../../assets/svg/slider-arrow-red.svg") right center no-repeat;
  background-size: 24px 24px;
  display: block;
  font-weight: 700;
  line-height: 100%;
  padding: 24px 0; }

.header-menu__list-item-text--children {
  margin-left: 0; }

.header-menu__search {
  left: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.header-menu__link-open {
  display: none; }

@media screen and (min-width: 64em) and (max-width: 79.875em) {
  .header-menu__list-item {
    font-size: 14px; } }

@media screen and (min-width: 64em) {
  .header-menu {
    bottom: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    left: inherit;
    opacity: 1;
    padding-left: 40px;
    padding-right: 20px;
    padding-top: 25px;
    position: relative;
    top: inherit;
    z-index: inherit; }
  .header-menu__list {
    max-width: auto;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: auto; }
  .header-menu__list-item {
    border-bottom: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0;
    width: auto; }
    .header-menu__list-item:first-child {
      border-top: none;
      padding-left: 0; }
    .header-menu__list-item a:hover {
      color: #e73f2a; }
  .header-menu__list-item-text {
    background: none;
    line-height: 120%;
    padding: 0; }
  .header-menu__search {
    bottom: 0;
    left: inherit;
    padding-left: 40px;
    padding-right: 20px;
    position: absolute;
    right: 0;
    top: inherit;
    -webkit-transition: width .1s linear;
    transition: width .1s linear;
    visibility: hidden;
    width: 88px;
    z-index: -1; }
    .header-menu__search.header-menu__search--opened {
      visibility: visible;
      width: 100%;
      z-index: 1; }
      .header-menu__search.header-menu__search--opened .search-form__buttom {
        display: none; }
      .header-menu__search.header-menu__search--opened .search-form__close {
        display: block; }
  .header-menu__link-open {
    display: block;
    outline: none; }
    .header-menu__link-open:hover .search-form__icon {
      fill: #e73f2a; } }

.header-menu__toggle {
  display: block;
  margin-left: 20px;
  position: relative;
  z-index: 2; }

.header-menu__toggle--open .header-menu__burguer-line {
  visibility: hidden; }

.header-menu__toggle--open .header-menu__button-line--first {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  visibility: visible; }

.header-menu__toggle--open .header-menu__button-line--last {
  margin: -10.5px 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  visibility: visible; }

.header-menu__burguer {
  display: block;
  float: right;
  height: 30px;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease; }

.header-menu__burguer-line {
  background-color: #000;
  display: block;
  height: 4px;
  margin: 6px 0;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
  width: 30px; }

.header-menu__button-text {
  display: inline-block;
  margin-left: 7px;
  vertical-align: middle; }

@media screen and (min-width: 64em) {
  .header-menu__toggle {
    display: none; } }

.header-top {
  position: relative;
  z-index: 2; }

.header-top__logo {
  display: block;
  line-height: 0; }

.header-top__logo-img {
  height: 38px;
  max-width: 260px;
  width: 100%; }

.header-top__claim {
  color: #222;
  font-size: 13px;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
  max-width: 280px; }

.main-content ol,
.main-content ul {
  list-style: disc;
  margin-left: 15px; }

.footer__wrap {
  width: 100%; }

.footer-top {
  padding: 40px 0; }

.footer-top__logo {
  display: block;
  margin-bottom: 20px;
  text-align: center; }

.footer-top__logo-img {
  height: 38px;
  max-width: 260px;
  width: 100%; }

.footer-bottom {
  padding: 40px 0; }

.footer__separator {
  border: 0;
  border-top: 1px solid #e5e5e5; }

.copyright__title {
  font-size: 13px;
  margin-bottom: 20px;
  text-align: center; }

.footer-menu__list-item-text {
  color: #444;
  font-size: 13px;
  text-decoration: none; }
  .footer-menu__list-item-text:hover {
    text-decoration: underline; }

@media screen and (min-width: 40em) {
  .footer-top__logo {
    margin-bottom: 0;
    text-align: left; }
  .copyright__title {
    margin-bottom: 0;
    text-align: left; } }

.bricomania-video-wrapper {
  padding-bottom: 0;
  padding-top: 0; }

.bricomania-video-wrapper__text-container {
  padding-top: 0; }

.bricomania-video-wrapper__video-container {
  display: block;
  position: relative; }
  .bricomania-video-wrapper__video-container:hover .bricomania-video-wrapper__play {
    background: #000000;
    background: rgba(0, 0, 0, .4); }
  .bricomania-video-wrapper__video-container:hover .bricomania-video-wrapper__icon-play {
    -webkit-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2); }

.bricomania-video-wrapper__image {
  width: 100%; }

.bricomania-video-wrapper__play {
  background: #000000;
  background: rgba(0, 0, 0, .2);
  border: 3px solid #fff;
  border-radius: 50%;
  height: 90px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
  width: 90px;
  z-index: 1; }

.bricomania-video-wrapper__play-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  width: 100%; }

.bricomania-video-wrapper__icon-play {
  fill: #fff;
  height: 35px;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
  width: 35px; }

.bricomania-video-wrapper__text {
  color: #e73f2a;
  font-size: 23px;
  font-weight: 700;
  margin: 25px 0; }
  .bricomania-video-wrapper__text:last-child {
    margin: 50px 0 0; }

.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 1px solid #e73f2a;
  border-radius: 0;
  color: #e73f2a;
  cursor: pointer;
  display: inline-block;
  outline: none;
  padding: 12px 30px;
  text-transform: uppercase;
  -webkit-transition: background .2s linear, color .2s linear;
  transition: background .2s linear, color .2s linear; }
  .button span {
    display: inline-block;
    line-height: 20px; }
  .button:hover {
    background: #e73f2a;
    color: #fff; }
    .button:hover .button__icon {
      fill: #fff; }

.button__icon {
  fill: #e73f2a;
  float: left;
  height: 20px;
  margin-right: 15px;
  -webkit-transition: fill .2s linear;
  transition: fill .2s linear;
  vertical-align: middle;
  width: 20px; }

.button--small {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 10px 15px;
  text-align: left; }

.campaign-landing {
  margin-bottom: 50px; }
  .campaign-landing .slider__item {
    height: auto;
    max-height: 400px;
    min-height: 200px; }
  .campaign-landing .slider__item picture,
  .campaign-landing .slider__item picture img {
    min-height: inherit; }
  .campaign-landing .main-content {
    padding-top: 40px; }

.campaign-landing__title h1 {
  color: #222;
  display: block;
  font-size: 44px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 20px;
  text-decoration: none; }

.campaign-landing__content ul {
  margin: 15px 0 30px;
  max-width: 380px;
  padding-left: 20px; }

.campaign-landing__button {
  margin: 30px 0; }
  .campaign-landing__button a {
    text-align: center;
    text-decoration: none;
    width: 150px; }

.comment__container {
  padding: 10px 0 18px; }

.comment__item {
  margin-bottom: 30px; }

.comment__item--child {
  padding-left: 60px; }

.comment__title {
  font-size: 23px;
  font-weight: bold;
  line-height: 120%;
  margin: 0; }

.comment__author-container {
  color: #e73f2a; }

.comment__author {
  font-weight: bold; }

.comment__link {
  color: inherit; }
  .comment__link:hover {
    color: #e73f2a; }

.comment-reply-title,
.comment-notes {
  display: none; }

.comment-respond {
  margin: 0 0 60px; }

.comment-form__input,
.comment-form__textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-bottom: 1px solid #444;
  border-radius: 0;
  color: #444;
  height: 40px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  width: 100%; }
  .comment-form__input:focus,
  .comment-form__textarea:focus {
    border-bottom-color: #e73f2a;
    outline: none; }
  .comment-form__input::-webkit-input-placeholder,
  .comment-form__textarea::-webkit-input-placeholder {
    color: #444;
    opacity: 1; }
  .comment-form__input::-moz-placeholder,
  .comment-form__textarea::-moz-placeholder {
    color: #444;
    opacity: 1; }
  .comment-form__input::-ms-input-placeholder,
  .comment-form__textarea::-ms-input-placeholder {
    color: #444;
    opacity: 1; }
  .comment-form__input::placeholder,
  .comment-form__textarea::placeholder {
    color: #444;
    opacity: 1; }

.comment-form__input {
  display: inline-block;
  margin-bottom: 30px;
  margin-right: 0;
  width: 100%; }

.comment-form__textarea {
  margin: 0 0 30px;
  max-height: 300px;
  min-height: 40px;
  padding: 7px 0; }

.comment-form__link-container {
  margin-bottom: 30px;
  width: 100%; }

.logged-in-as {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .logged-in-as input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 1px solid #444;
    border-radius: 0;
    color: #444;
    cursor: pointer;
    height: 14px;
    margin-right: 5px;
    min-width: 14px;
    outline: none;
    width: 14px; }
    .logged-in-as input:checked {
      background-color: #e73f2a; }
  .logged-in-as a {
    color: #444;
    font-weight: bold;
    margin: 0 10px 0 0;
    text-decoration: underline; }
    .logged-in-as a:hover {
      color: #e73f2a;
      text-decoration: underline; }
    .logged-in-as a:last-child {
      margin-left: 10px; }

.form-submit {
  text-align: right;
  width: 100%; }
  .form-submit input:hover {
    background: #e73f2a;
    color: #fff; }

@media screen and (min-width: 40em) {
  .comment__title {
    margin: 0 0 50px; }
  .comment__container {
    padding: 30px 0 60px; } }

@media screen and (min-width: 64em) {
  .comment-form__input {
    margin-right: 4.5%;
    width: 30%; }
    .comment-form__input:last-of-type {
      margin-right: 0; }
  .comment-form__link-container {
    display: inline-block;
    margin-bottom: 0;
    width: 70%; }
  .form-submit {
    display: inline-block;
    text-align: right;
    width: 30%; } }

.consulting-handyman__conversation-wrapper {
  height: 0;
  overflow: hidden;
  padding-left: 60px;
  -webkit-transition: height .2s ease-in-out;
  transition: height .2s ease-in-out;
  visibility: hidden; }

.consulting-handyman__conversation-wrapper--visible {
  height: auto;
  visibility: visible; }

.consulting-handyman__conversation-item {
  margin: 20px 0; }

.consulting-handyman__conversation-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.consulting-handyman__conversation-image {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 20px;
  overflow: hidden;
  width: 80px; }
  .consulting-handyman__conversation-image img {
    height: auto;
    width: 100%; }

.consulting-handyman__conversation-title {
  color: #e73f2a;
  text-transform: uppercase;
  width: 120px; }

.consulting-handyman__conversation-separator {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 1em;
  margin-top: 15px;
  text-align: center;
  text-decoration: none;
  width: 100%; }
  .consulting-handyman__conversation-separator:before, .consulting-handyman__conversation-separator:after {
    border-bottom: 1px solid #999;
    content: '';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 14px; }
  .consulting-handyman__conversation-separator:before {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30px;
            flex: 0 1 30px;
    margin-right: -3px; }
  .consulting-handyman__conversation-separator:after {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    margin-left: -3px; }

.consulting-handyman__conversation-separator-icon {
  fill: #999;
  height: 26px;
  width: 32px; }

.consulting-handyman__conversation-text p {
  padding: 5px 0; }

.cookies {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  bottom: 0;
  font-size: 12px;
  padding: 20px 40px;
  position: fixed;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  width: 100%;
  z-index: 100; }

.cookies__text {
  margin: 0; }

.cookies--visible {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.cookies__link {
  color: #e73f2a;
  cursor: pointer;
  text-decoration: none; }
  .cookies__link:hover {
    text-decoration: underline; }

.cookies__actions {
  cursor: pointer;
  margin-top: 20px;
  text-align: center; }

@media screen and (min-width: 40em) {
  .cookies {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px; }
  .cookies__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 40px; }
  .cookies__actions {
    margin: 0; } }

@media screen and (min-width: 64em) {
  .cookies {
    font-size: 16px; } }

.no-flexbox .deprecation-notice {
  display: block; }

.deprecation-notice {
  background: #fff;
  bottom: 0;
  display: none;
  left: 0;
  padding-top: 30px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 200; }

.deprecation-notice__title,
.deprecation-notice__content {
  margin: auto;
  max-width: 500px;
  padding: 0 40px; }

.deprecation-notice__title {
  font-size: 25px;
  font-weight: bold;
  margin: 10px auto; }

.difficulty-level {
  line-height: 20px;
  margin: 20px 0; }
  .difficulty-level .difficulty-level__text {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle; }
  .difficulty-level .difficulty-level__indicators,
  .difficulty-level .difficulty-level__indicators:before,
  .difficulty-level .difficulty-level__indicators:after {
    border-color: #e73f2a;
    border-radius: 20px;
    border-style: solid;
    border-width: 2px;
    display: inline-block;
    height: 20px;
    margin-left: 30px;
    margin-right: 30px;
    position: relative;
    vertical-align: middle;
    width: 20px; }
  .difficulty-level .difficulty-level__indicators:before,
  .difficulty-level .difficulty-level__indicators:after {
    content: '';
    left: 0;
    margin-left: -30px;
    margin-right: 0;
    position: absolute;
    top: -2px; }
  .difficulty-level .difficulty-level__indicators:after {
    left: auto;
    left: initial;
    margin-right: -30px;
    right: 0; }
  .difficulty-level.difficulty-level--Alto .difficulty-level__indicators,
  .difficulty-level.difficulty-level--Alto .difficulty-level__indicators:before,
  .difficulty-level.difficulty-level--Alto .difficulty-level__indicators:after {
    background: #e73f2a; }
  .difficulty-level.difficulty-level--Medio .difficulty-level__indicators,
  .difficulty-level.difficulty-level--Medio .difficulty-level__indicators:before {
    background: #e73f2a; }
  .difficulty-level.difficulty-level--Bajo .difficulty-level__indicators:before {
    background: #e73f2a; }
  .difficulty-level.difficulty-level--false {
    display: none; }

.filter-list {
  padding-bottom: 0;
  padding-top: 30px; }

.filter-list__item,
.filter-list__item--view-all {
  border: 1px solid #e73f2a;
  border-radius: 2px;
  color: #e73f2a;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 2px 1px;
  opacity: 1;
  padding: 7px 14px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background .2s linear, color .2s linear, opacity .2s linear;
  transition: background .2s linear, color .2s linear, opacity .2s linear; }
  .filter-list__item:visited, .filter-list__item:active,
  .filter-list__item--view-all:visited,
  .filter-list__item--view-all:active {
    background: #fff;
    color: #e73f2a; }
  .filter-list__item.active,
  .filter-list__item--view-all.active {
    background: #e73f2a;
    color: #fff;
    position: relative; }
    .filter-list__item.active:after,
    .filter-list__item--view-all.active:after {
      background: url("../../assets/svg/close-white.svg") center center no-repeat;
      background-size: 5px 5px;
      color: #fff;
      content: '';
      font-size: 8px;
      height: 5px;
      position: absolute;
      right: 4px;
      top: 4px;
      width: 5px; }

.filter-list__item--view-all {
  border: 1px solid #000;
  color: #000; }
  .filter-list__item--view-all.active {
    background: #fff;
    color: #000; }
    .filter-list__item--view-all.active:after {
      background: url("../../assets/svg/close.svg") center center no-repeat;
      color: #000; }

.filter-list__item--hidden {
  display: none;
  opacity: 0; }

.gallery-with-steps__description {
  font-size: 18px;
  padding-bottom: 25px; }
  .gallery-with-steps__description a {
    color: #e73f2a;
    text-decoration: none; }
    .gallery-with-steps__description a:hover {
      text-decoration: underline; }

.gallery-with-steps__item {
  padding-bottom: 25px;
  padding-top: 25px; }
  .gallery-with-steps__item p {
    margin-bottom: 20px; }

.gallery-with-steps__title {
  font-size: 23px;
  margin-bottom: 25px;
  margin-top: 0; }

.gallery-with-steps__number {
  color: #e73f2a; }

.gallery-with-steps__image {
  width: 100%; }

.gallery-with-steps__image-footer {
  font-size: 12px;
  font-style: italic;
  margin-bottom: 0;
  margin-top: 10px; }

@media screen and (min-width: 64em) {
  .row .collapse .gallery-with-steps__image-left {
    padding-right: 15px; }
  .row .collapse .gallery-with-steps__image-right {
    padding-left: 15px; } }

.no-object-fit .masonry-wrapper__image {
  max-width: none;
  width: auto; }

.masonry-wrapper__image-back-big {
  display: none;
  width: 100%; }

.masonry-wrapper__image-back-small {
  display: block;
  width: 100%; }

.masonry-wrapper__container {
  margin: 0 auto;
  max-width: 1440px; }
  .masonry-wrapper__container:after {
    clear: both; }
  .masonry-wrapper__container:before, .masonry-wrapper__container:after {
    content: '';
    display: table; }

.masonry-wrapper {
  float: left;
  width: 100%; }
  .masonry-wrapper:first-child .masonry-wrapper__image-back-big {
    display: block; }
  .masonry-wrapper:first-child .masonry-wrapper__image-back-small {
    display: none; }
  .masonry-wrapper:first-child .masonry-wrapper__link {
    color: #fff;
    display: block;
    position: relative; }
    .masonry-wrapper:first-child .masonry-wrapper__link:hover .masonry-wrapper__link-icon {
      fill: #000; }
  .masonry-wrapper:first-child .masonry-wrapper__image-container {
    width: 100%; }
  .masonry-wrapper:first-child .masonry-wrapper__text-container {
    background: #e73f2a;
    background: rgba(231, 63, 42, .85); }
    .masonry-wrapper:first-child .masonry-wrapper__text-container:after {
      border-bottom-color: rgba(231, 63, 42, .85); }
  .masonry-wrapper:first-child .masonry-wrapper__term {
    color: #000; }
  .masonry-wrapper:first-child .masonry-wrapper__title {
    color: #fff; }
  .masonry-wrapper:first-child .masonry-wrapper__link-icon {
    fill: #fff; }
  .masonry-wrapper:nth-child(5) .masonry-wrapper__text-container {
    background: #000;
    color: #fff; }
    .masonry-wrapper:nth-child(5) .masonry-wrapper__text-container:after {
      border-bottom-color: #000; }
  .masonry-wrapper:nth-child(5) .masonry-wrapper__title {
    color: #fff; }

.masonry-wrapper__link {
  color: #444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none; }
  .masonry-wrapper__link:hover .masonry-wrapper__image {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1); }
  .masonry-wrapper__link:hover .masonry-wrapper__link-icon {
    fill: #e73f2a;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }

.masonry-wrapper__image-container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
  position: relative;
  width: 100%; }

.masonry-wrapper__image {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
  width: 100%; }

.masonry-wrapper__text-container {
  position: relative;
  width: 100%;
  z-index: 1; }
  .masonry-wrapper__text-container .masonry-wrapper__image-back-small {
    display: none; }
  .masonry-wrapper__text-container:after {
    border-bottom: 20px solid #fff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    content: '';
    height: 0;
    left: 20%;
    position: absolute;
    top: -20px;
    width: 0; }

.masonry-wrapper__text-wrap {
  padding: 5%;
  width: 100%; }

.masonry-wrapper__term {
  color: #e73f2a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 7px;
  text-transform: uppercase; }

.masonry-wrapper__title {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 7px; }

.masonry-wrapper__link-icon-wrap {
  display: block;
  height: 40px;
  overflow: hidden;
  padding-right: 10px; }

.masonry-wrapper__link-icon {
  fill: #999;
  height: 40px;
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: fill .2s linear, -webkit-transform .2s linear;
  transition: fill .2s linear, -webkit-transform .2s linear;
  transition: transform .2s linear, fill .2s linear;
  transition: transform .2s linear, fill .2s linear, -webkit-transform .2s linear;
  width: 65px; }

@media screen and (min-width: 40em) {
  .masonry-wrapper {
    width: 50%; }
    .masonry-wrapper:first-child {
      width: 100%; }
      .masonry-wrapper:first-child .masonry-wrapper__text-container {
        bottom: 0;
        height: 50%;
        position: absolute;
        right: 0;
        width: 50%; }
        .masonry-wrapper:first-child .masonry-wrapper__text-container:after {
          border-bottom: 20px solid transparent;
          border-left-width: 0;
          border-right-color: rgba(231, 63, 42, .85);
          border-top: 20px solid transparent;
          left: -20px;
          top: 30%; }
  .masonry-wrapper__text-container .masonry-wrapper__image-back-small {
    display: block; }
  .masonry-wrapper__text-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    left: 0;
    padding: 5% 12%;
    position: absolute;
    top: 0; }
  .masonry-wrapper__link-icon-wrap {
    height: 27px; }
  .masonry-wrapper__link-icon {
    width: 40px; } }

@media screen and (min-width: 64em) {
  .masonry-wrapper {
    width: 33.33333%; }
    .masonry-wrapper:first-child {
      width: 66.66666%; }
    .masonry-wrapper:nth-child(3) {
      clear: both; } }

@media screen and (min-width: 79.9375em) {
  .masonry-wrapper {
    float: left;
    width: 50%; }
    .masonry-wrapper:first-child {
      width: 50%; }
    .masonry-wrapper:nth-child(2) .masonry-wrapper__image-container {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .masonry-wrapper:nth-child(2) .masonry-wrapper__text-container:after {
      border-left: 20px solid #fff;
      border-right-width: 0;
      left: inherit;
      right: -20px; }
    .masonry-wrapper:nth-child(3) {
      clear: none; }
    .masonry-wrapper:nth-child(5) .masonry-wrapper__text-container:after {
      border-bottom-color: transparent;
      border-left: 20px solid #000;
      border-right-width: 0;
      left: inherit;
      right: -20px; }
    .masonry-wrapper:nth-child(5) .masonry-wrapper__image-container {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
  .masonry-wrapper__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .masonry-wrapper__image-container {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    width: 50%; }
  .masonry-wrapper__text-container {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    width: 50%; }
    .masonry-wrapper__text-container:after {
      border-bottom: 20px solid transparent;
      border-left-width: 0;
      border-right: 20px solid #fff;
      border-top: 20px solid transparent;
      left: -20px;
      top: 30%; } }

.modal__code {
  background: #fff;
  margin: 15px auto;
  max-width: 500px;
  padding: 15px;
  position: relative;
  width: auto; }
  .modal__code .gform_wrapper {
    background: #fff;
    padding: 30px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .modal__code .gform_body p {
    margin: 15px 0; }
  .modal__code .gform_title {
    font-size: 20px; }
  .modal__code .gfield {
    margin: 30px 0; }
  .modal__code .textarea {
    height: 100px !important;
    width: 100% !important; }
  .modal__code .validation_error {
    color: #e73f2a; }
  .modal__code .row {
    padding: 0; }
  .modal__code .image_column,
  .modal__code .content_column {
    padding: 0; }
  .modal__code .image_column img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; }
  .modal__code.modal--big {
    max-width: 800px; }

.modal__close-link-wrapper {
  padding: 0;
  position: absolute;
  right: 15px;
  text-align: right;
  top: 15px; }

.modal__close-link-icon {
  cursor: pointer;
  display: block;
  height: 20px;
  line-height: 1;
  margin: 0;
  padding: 0;
  width: 20px; }

.modal-quest {
  display: none; }

.modal-quest__title {
  margin: auto;
  max-width: 600px;
  padding-top: 40px;
  text-align: center; }

.modal-quest__gender {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
  margin-top: 60px; }
  .modal-quest__gender a {
    margin-left: 10px;
    margin-right: 10px; }

.no-object-fit .page-header__bkg {
  height: auto;
  min-height: 100%; }

.page-header__wrap {
  height: 250px;
  overflow: hidden;
  position: relative;
  width: 100%; }

.page-header__bkg {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%; }

.page-header__title-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  left: 0;
  padding-left: 11%;
  padding-right: 11%;
  position: absolute;
  top: 0;
  width: 100%; }

.page-header__title {
  color: #fff;
  font-size: 30px;
  line-height: 100%;
  margin: 0;
  max-width: 400px;
  text-transform: uppercase; }

.page-header__title--search-results {
  max-width: 850px; }

.page-header-description__text {
  font-size: 18px;
  font-weight: 400;
  margin: 30px 0 20px; }

.page-header--not-found .page-header__title-container {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.page-header--not-found .page-header__title {
  color: #644e50;
  font-size: 25px; }

.page-header--not-found .page-header__title--big {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 25px; }

@media screen and (min-width: 64em) {
  .page-header {
    position: relative; }
    .page-header:after {
      background: #e73f2a;
      content: '';
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      width: 50%;
      z-index: -1; } }

@media screen and (min-height: 700px) {
  .page-header__wrap {
    height: 300px; }
  .page-header__title {
    font-size: 40px; } }

@media screen and (min-height: 900px) {
  .page-header__wrap {
    height: 400px; }
  .page-header__title {
    font-size: 50px; } }

.paginator,
.ajax-paginator {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2em;
  max-width: 100%;
  text-align: left; }

.paginator--left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.paginator__item {
  background: #fff;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 150%;
  padding: .3em .5em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
  width: 35px; }
  .paginator__item:hover {
    background: #e73f2a;
    color: #fff; }
  .paginator__item.current {
    background: #e73f2a;
    color: #fff;
    cursor: inherit; }

.paginator__item--prev,
.paginator__item--next {
  border: 1px solid #bdbdbd;
  margin-left: 10px;
  width: 40px; }
  .paginator__item--prev:hover,
  .paginator__item--next:hover {
    background: #595959;
    border: 1px solid #595959; }
    .paginator__item--prev:hover .paginator__item-icon,
    .paginator__item--next:hover .paginator__item-icon {
      fill: #fff; }

.paginator__item--prev {
  margin-left: 0;
  margin-right: 10px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.paginator__item--arrow {
  line-height: 19px; }

.paginator__item-icon {
  fill: #646464;
  height: 10px;
  width: 10px; }

.post-detail__content {
  font-size: 18px;
  padding-top: 30px; }
  .post-detail__content [class*='wp-image'] {
    margin-bottom: 20px;
    width: 100%; }
  .post-detail__content p {
    margin-bottom: 20px; }
  .post-detail__content a {
    color: #e73f2a;
    text-decoration: none; }
    .post-detail__content a:hover {
      text-decoration: underline; }

.post-detail__content--last {
  padding-top: 0; }

.post-wrapper__container {
  padding-bottom: 30px;
  padding-top: 30px; }

.post-wrapper__container--imagecont .post-wrapper__image-container {
  display: block;
  max-height: 266px;
  overflow: hidden;
  position: relative; }

.post-wrapper {
  padding-bottom: 30px;
  padding-top: 30px; }

.post-wrapper__image-container {
  display: none; }

.post-wrapper__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%; }

.post-wrapper__date-term {
  font-size: 13px;
  margin-bottom: 20px; }

.post-wrapper__term {
  color: #e73f2a;
  font-weight: 700;
  letter-spacing: 1px;
  margin-right: 10px;
  text-decoration: none;
  text-transform: uppercase; }
  .post-wrapper__term:hover {
    text-decoration: underline; }

.post-wrapper__date {
  color: #999; }

.post-wrapper__title {
  color: #222;
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 20px;
  text-decoration: none; }
  .post-wrapper__title:hover {
    text-decoration: underline; }

.post-wrapper__text {
  font-size: 18px;
  margin-bottom: 20px; }

.post-wrapper__link {
  display: block;
  height: 40px;
  overflow: hidden; }
  .post-wrapper__link:hover .post-wrapper__link-icon {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }

.post-wrapper__link-icon {
  fill: #e73f2a;
  height: 40px;
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
  width: 65px; }

.post-wrapper__overlay {
  background-color: #000000;
  background-color: rgba(0, 0, 0, .5);
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.post-wrapper__overlay-play {
  fill: #fff;
  height: 60px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60px; }

.post-wrapper__overlay-logo {
  bottom: 0;
  height: 30px;
  left: 0;
  position: absolute;
  width: 134px; }

.post-wrapper__image-container--bricomania .post-wrapper__overlay {
  display: block; }

@media screen and (min-width: 64em) {
  .post-wrapper__link {
    height: 30px; }
  .post-wrapper__link-icon {
    width: 40px; } }

@media screen and (min-width: 64em) {
  .post-wrapper__image {
    min-height: 267px;
    -o-object-fit: cover;
       object-fit: cover; } }

.prev-next-paginator__wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px 60px;
  width: 100%; }

.prev-next-paginator__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none; }
  .prev-next-paginator__link:hover .prev-next-paginator__icon--prev {
    -webkit-transform: translateX(0) rotate(180deg);
        -ms-transform: translateX(0) rotate(180deg);
            transform: translateX(0) rotate(180deg); }
  .prev-next-paginator__link:hover .prev-next-paginator__icon--next {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }

.prev-next-paginator__link--hidden {
  visibility: hidden; }

.prev-next-paginator__icon-wrapper {
  height: 30px;
  overflow: hidden;
  position: relative;
  width: 40px; }

.prev-next-paginator__icon-wrapper--prev {
  margin-right: 10px; }

.prev-next-paginator__icon-wrapper--next {
  margin-left: 10px; }

.prev-next-paginator__icon {
  fill: #e73f2a;
  height: 30px;
  position: absolute;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
  width: 40px; }

.prev-next-paginator__icon--prev {
  right: 0;
  -webkit-transform: translateX(10px) rotate(180deg);
      -ms-transform: translateX(10px) rotate(180deg);
          transform: translateX(10px) rotate(180deg); }

.prev-next-paginator__icon--next {
  left: 0;
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px); }

.product-slider__container {
  margin-top: 100px;
  position: relative; }

.product-slider__lister {
  padding-left: 5px;
  padding-right: 5px; }

.product-slider__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding: 5px;
  text-align: center; }
  .product-slider__item:hover {
    border: 1px solid #000; }

.product-slider__img {
  height: auto;
  margin: 0 auto;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto; }

.product-slider__link-icon {
  -ms-flex-item-align: end;
      align-self: flex-end;
  fill: #fff;
  height: 30px;
  width: 30px; }

.product-slider__header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  padding: 0 5px; }

.product-slider__title {
  margin-right: 10px; }

.product-slider__buttons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 70px; }

.product-slider__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 10px;
  padding: 8px; }
  .product-slider__button:hover {
    border: 1px solid #000; }
    .product-slider__button:hover .product-slider__icon {
      fill: #000; }

.product-slider__button--left {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.product-slider__icon {
  fill: #444;
  height: 12px;
  width: 12px; }

@media screen and (min-width: 64em) {
  .product-slider__item {
    height: 150px; } }

.search-form {
  line-height: 0;
  min-height: 22px;
  position: relative;
  z-index: 1; }

.search-form__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #f2f2f2;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 50px;
  color: #999;
  font-family: "Lato", sans-serif;
  margin: 0 15px;
  min-height: 22px;
  outline: none;
  padding: 15px 15px 15px 55px;
  width: 92%; }
  .search-form__input::-webkit-input-placeholder {
    color: #999;
    font-style: italic;
    opacity: 1; }
  .search-form__input::-moz-placeholder {
    color: #999;
    font-style: italic;
    opacity: 1; }
  .search-form__input::-ms-input-placeholder {
    color: #999;
    font-style: italic;
    opacity: 1; }
  .search-form__input::placeholder {
    color: #999;
    font-style: italic;
    opacity: 1; }
  .search-form__input:focus {
    outline: none; }

.search-form__buttom {
  outline: none;
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  .search-form__buttom:hover .search-form__icon {
    fill: #e73f2a; }

.search-form__icon {
  fill: #999;
  height: 24px;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
  width: 24px; }
  .search-form__icon:hover {
    fill: #e73f2a; }

.search-form__icon-close {
  fill: #222;
  height: 16px;
  width: 16px; }
  .search-form__icon-close:hover {
    fill: #e73f2a; }

.search-form__close {
  display: none; }

@media screen and (min-width: 64em) {
  .search-form__input {
    background: #fff;
    border-bottom-color: #444;
    border-radius: 0;
    color: #000;
    height: 26px;
    margin: 0;
    padding: 0 22px 0 5px;
    width: 100%; }
    .search-form__input::-webkit-input-placeholder {
      color: #444;
      font-size: 13px; }
    .search-form__input::-moz-placeholder {
      color: #444;
      font-size: 13px; }
    .search-form__input::-ms-input-placeholder {
      color: #444;
      font-size: 13px; }
    .search-form__input::placeholder {
      color: #444;
      font-size: 13px; }
  .search-form__buttom {
    display: none; }
  .search-form__icon {
    fill: #222;
    height: 16px;
    width: 16px; }
  .search-form__close {
    display: block;
    position: absolute;
    right: 21px;
    text-decoration: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1; } }

@media screen and (min-width: 90em) {
  .search-form__buttom {
    display: block;
    right: 0; }
  .search-form__close {
    display: none; } }

.seo-description-text {
  font-size: 18px;
  font-weight: 500;
  margin: 30px 0 20px; }

.sidebar-form__title {
  cursor: pointer;
  font-size: 23px;
  font-weight: bold;
  line-height: 120%;
  margin-top: 0;
  padding-bottom: 15px;
  position: relative; }
  .sidebar-form__title:after {
    border-top: 1px solid #e73f2a;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    width: 95%; }

.sidebar-form__title-text {
  padding-right: 30px; }

.sidebar-form__title--open:after {
  display: none; }

.sidebar-form__title--open .sidebar-form__open-icon {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.sidebar-form__open-icon {
  display: block;
  fill: #e73f2a;
  height: 15px;
  margin-left: 5px;
  position: absolute;
  right: 15px;
  top: 7.5px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  width: 15px; }

.sidebar-form__code {
  height: 0;
  overflow: hidden; }

.sidebar-form__code--open {
  height: 100%; }

.gfield {
  margin: 50px 0; }

.gfield_required,
.gform_drop_instructions,
.gform_validation_container {
  display: none; }

.ginput_container_text input,
.ginput_container_text textarea,
.ginput_container_email input,
.ginput_container_email textarea,
.ginput_container_textarea input,
.ginput_container_textarea textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-bottom: 1px solid #444;
  border-radius: 0;
  color: #444;
  height: 40px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  width: 100%; }
  .ginput_container_text input:focus,
  .ginput_container_text textarea:focus,
  .ginput_container_email input:focus,
  .ginput_container_email textarea:focus,
  .ginput_container_textarea input:focus,
  .ginput_container_textarea textarea:focus {
    border-bottom-color: #e73f2a;
    outline: none; }
  .ginput_container_text input::-webkit-input-placeholder,
  .ginput_container_text textarea::-webkit-input-placeholder,
  .ginput_container_email input::-webkit-input-placeholder,
  .ginput_container_email textarea::-webkit-input-placeholder,
  .ginput_container_textarea input::-webkit-input-placeholder,
  .ginput_container_textarea textarea::-webkit-input-placeholder {
    color: #444;
    opacity: 1; }
  .ginput_container_text input::-moz-placeholder,
  .ginput_container_text textarea::-moz-placeholder,
  .ginput_container_email input::-moz-placeholder,
  .ginput_container_email textarea::-moz-placeholder,
  .ginput_container_textarea input::-moz-placeholder,
  .ginput_container_textarea textarea::-moz-placeholder {
    color: #444;
    opacity: 1; }
  .ginput_container_text input::-ms-input-placeholder,
  .ginput_container_text textarea::-ms-input-placeholder,
  .ginput_container_email input::-ms-input-placeholder,
  .ginput_container_email textarea::-ms-input-placeholder,
  .ginput_container_textarea input::-ms-input-placeholder,
  .ginput_container_textarea textarea::-ms-input-placeholder {
    color: #444;
    opacity: 1; }
  .ginput_container_text input::placeholder,
  .ginput_container_text textarea::placeholder,
  .ginput_container_email input::placeholder,
  .ginput_container_email textarea::placeholder,
  .ginput_container_textarea input::placeholder,
  .ginput_container_textarea textarea::placeholder {
    color: #444;
    opacity: 1; }

.ginput_container_text textarea,
.ginput_container_email textarea,
.ginput_container_textarea textarea {
  max-height: 300px;
  min-height: 40px;
  padding: 7px 0; }

.ginput_container_fileupload {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px dashed #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
  min-height: 150px;
  padding: 15px;
  width: 100%; }

.gform_button_select_files {
  border: 0;
  color: #444;
  font-size: 14px;
  font-weight: bold;
  outline: none;
  padding: 0;
  text-decoration: underline;
  text-transform: none; }
  .gform_button_select_files:hover {
    background: none;
    color: #e73f2a;
    text-decoration: underline; }

.screen-reader-text {
  color: #999;
  font-size: 12px; }

.validation_message {
  color: #e73f2a;
  font-size: 12px;
  font-style: italic; }

.gfield_legal-terms input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #444;
  border-radius: 0;
  color: #444;
  cursor: pointer;
  height: 14px;
  margin-right: 5px;
  min-width: 14px;
  outline: none;
  width: 14px; }
  .gfield_legal-terms input:checked {
    background-color: #e73f2a; }

.gfield_legal-terms a {
  color: #444;
  font-weight: bold;
  text-decoration: underline; }
  .gfield_legal-terms a:hover {
    color: #e73f2a;
    text-decoration: underline; }

.ginput_container_checkbox {
  font-size: 14px; }

.gform_button {
  width: 100%; }
  .gform_button:hover {
    background: #e73f2a;
    color: #fff; }

@media screen and (min-width: 40em) {
  .sidebar-form__code {
    height: 100%; }
  .sidebar-form__title {
    cursor: inherit;
    padding-bottom: 0; }
    .sidebar-form__title .sidebar-form__open-icon {
      display: none; }
    .sidebar-form__title:after {
      display: none; }
  .sidebar--reverse .sidebar-form__title {
    text-transform: uppercase; }
  .sidebar-form__title-text {
    padding-right: 0; }
  .sidebar-form__title--red {
    color: #e73f2a; } }

.sidebar {
  padding-bottom: 0;
  padding-top: 30px; }

.sidebar-header {
  padding-bottom: 30px; }

.sidebar-header--social {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 30px; }

.sidebar-header__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.sidebar-header__image-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
  margin-right: 20px;
  width: 30%; }

.sidebar-header__image {
  border-radius: 50%;
  height: auto;
  max-height: 100px;
  max-width: 100px;
  width: 100%; }

.sidebar-header__title-container {
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative; }
  .sidebar-header__title-container:after {
    border-top: 1px solid #e73f2a;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    width: 30px; }
  .sidebar-header__title-container.sidebar-header__title-container--second-col {
    width: 70%; }

.sidebar-header__title {
  color: #e73f2a;
  font-size: 23px;
  margin-top: 0;
  text-transform: uppercase; }

.sidebar-header__subtitle {
  color: #e73f2a;
  font-size: inherit;
  font-weight: 400; }

.sidebar-header__text {
  font-size: 23px;
  font-weight: bold;
  line-height: 120%;
  margin-bottom: 20px; }

.sidebar--reverse {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .sidebar--reverse .sidebar-header {
    padding-bottom: 15px; }
  .sidebar--reverse .sidebar-header__text {
    color: #e73f2a;
    text-transform: uppercase; }
  .sidebar--reverse .sidebar-header__subtext {
    color: #e73f2a;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative; }
    .sidebar--reverse .sidebar-header__subtext:after {
      border-top: 1px solid #e73f2a;
      bottom: 0;
      content: '';
      left: 0;
      position: absolute;
      width: 30px; }

@media screen and (min-width: 40em) {
  .sidebar {
    max-width: 300px;
    padding-bottom: 60px;
    padding-top: 30px; }
  .sidebar--big {
    max-width: 540px; }
  .sidebar--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .sidebar--reverse .sidebar-header {
      padding-top: 60px; }
    .sidebar--reverse .sidebar-header__text {
      color: inherit;
      text-transform: none; }
    .sidebar--reverse .sidebar-header__subtext {
      color: inherit;
      margin-bottom: 0;
      padding-bottom: 0; }
      .sidebar--reverse .sidebar-header__subtext:after {
        display: none; } }

.no-object-fit .slider__img {
  height: auto;
  min-height: 100%; }

.slider__wrap {
  max-width: 100%;
  position: relative; }

.slider__item {
  height: 300px;
  overflow: hidden;
  position: relative; }

.slider__img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%; }

.slider__stamp-container {
  bottom: 0;
  position: absolute;
  right: 0;
  width: 100%; }

.slider__link {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000000;
  background: rgba(0, 0, 0, .75);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 76px;
  opacity: 0;
  padding: 30px;
  text-decoration: none;
  -webkit-transition: background .2s linear;
  transition: background .2s linear; }
  .slider__link:hover {
    background: #000000;
    background: rgba(0, 0, 0, .9); }
    .slider__link:hover .slider__link-icon {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }

.slick-current .slider__link {
  opacity: 1;
  -webkit-transition: opacity .4s linear .5s;
  transition: opacity .4s linear .5s; }

.slider__text {
  font-size: 17px;
  padding-right: 20px;
  text-decoration: none;
  text-transform: uppercase; }

.slider__link-icon-wrap {
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: block;
  height: 27px;
  margin-bottom: 5px;
  overflow: hidden;
  padding-right: 10px; }

.slider__link-icon {
  fill: #fff;
  height: 40px;
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
  width: 40px; }

.slider__button {
  cursor: pointer; }

.slider__button--left {
  left: 1em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg); }

.slider__button--right {
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.slider__icon {
  display: block;
  fill: #fff;
  height: 37px;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
  width: 37px; }
  .slider__icon:hover {
    -webkit-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1); }

.slider__overlay {
  background-color: #000000;
  background-color: rgba(0, 0, 0, .5);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.slider__overlay-logo {
  bottom: 0;
  height: 45px;
  left: 0;
  position: absolute;
  width: 200px; }

@media screen and (min-width: 40em) {
  .slider__stamp-container {
    max-width: 500px; }
  .slider__link {
    padding: 30px 50px; }
  .slider__link-icon-wrap {
    margin-bottom: 10px; } }

@media screen and (min-width: 64em) {
  .slider__container {
    position: relative; }
    .slider__container:after {
      background: #e73f2a;
      content: '';
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      width: 50%;
      z-index: -1; } }

@media screen and (min-height: 500px) {
  .slider__item {
    height: 400px; }
  .slider__link {
    padding: 19px 35px; } }

@media screen and (min-height: 700px) {
  .slider__item {
    height: 450px; } }

@media screen and (min-height: 900px) {
  .slider__item {
    height: 600px; }
  .slider__text {
    font-size: 22px; } }

@media screen and (min-height: 1200px) {
  .slider__item {
    height: 800px; } }

.slider-header.slick {
  display: none; }
  .slider-header.slick.slick-initialized {
    display: block; }

.slider-header__wrap {
  max-width: 100%;
  position: relative; }

.slider-header__fix-icon-container {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%; }

.slider-header__fix-icon {
  cursor: pointer;
  fill: #fff;
  height: 25px;
  width: 87px; }

.slider-header__img-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 79px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%; }

.slider-header__img {
  height: auto;
  width: auto; }

.no-object-fit .slider-page__img {
  height: auto;
  min-height: 100%; }

.slider-page__img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%; }

.slider-page__buttons {
  bottom: 0;
  position: absolute;
  right: 0; }

.slider-page__button {
  background: #000000;
  background: rgba(0, 0, 0, .8);
  cursor: pointer;
  float: left;
  padding: .5em;
  -webkit-transition: background .2s linear;
  transition: background .2s linear; }
  .slider-page__button:hover {
    background: #000000;
    background: rgba(0, 0, 0, .9); }
    .slider-page__button:hover .slider-page__icon {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }

.slider__button--left-page {
  margin-right: -1px;
  position: static;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.slider__button--right-page {
  position: static;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

.slider-page__icon-wrap {
  display: block;
  overflow: hidden;
  padding-right: 10px; }

.slider-page__icon {
  display: block;
  fill: #fff;
  height: 40px;
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
  width: 40px; }

@media screen and (min-width: 64em) {
  .slider-page__button {
    padding: 2.5em; } }

@media screen and (min-height: 500px) {
  .slider-page__button {
    padding: .5em; } }

.social-links {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.social-links__label {
  color: #222;
  display: none;
  font-size: 13px;
  font-style: italic; }

.share__link {
  border-color: #000000;
  border-color: rgba(0, 0, 0, .1);
  border-style: solid;
  border-width: 1px;
  display: block;
  height: 28px;
  margin-left: 8px;
  position: relative;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  width: 28px; }
  .share__link:hover {
    border-color: #000; }

.share__icon {
  display: block;
  fill: #000;
  height: 20px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px; }

.facebook-link {
  border-color: #3c588f;
  border-color: rgba(60, 88, 143, .1);
  border-style: solid;
  border-width: 1px;
  display: block;
  height: 28px;
  margin-left: 8px;
  position: relative;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  width: 28px; }
  .facebook-link:hover {
    border-color: #3c588f; }

.facebook-icon {
  display: block;
  fill: #3c588f;
  height: 20px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 16px;
  width: 15px; }

.twitter-link {
  border-color: #3aa8dd;
  border-color: rgba(58, 168, 221, .1);
  border-style: solid;
  border-width: 1px;
  display: block;
  height: 28px;
  margin-left: 8px;
  position: relative;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  width: 28px; }
  .twitter-link:hover {
    border-color: #3aa8dd; }

.twitter-icon {
  display: block;
  fill: #3aa8dd;
  height: 20px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px; }

.youtube-link {
  border-color: #fc2939;
  border-color: rgba(252, 41, 57, .1);
  border-style: solid;
  border-width: 1px;
  display: block;
  height: 28px;
  margin-left: 8px;
  position: relative;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  width: 28px; }
  .youtube-link:hover {
    border-color: #fc2939; }

.youtube-icon {
  display: block;
  fill: #fc2939;
  height: 20px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px; }

.whatsapp-link {
  border-color: #25d366;
  border-color: rgba(37, 211, 102, .1);
  border-style: solid;
  border-width: 1px;
  display: block;
  height: 28px;
  margin-left: 8px;
  position: relative;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  width: 28px; }
  .whatsapp-link:hover {
    border-color: #25d366; }

.whatsapp-icon {
  display: block;
  fill: #25d366;
  height: 20px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px; }

.rss-icon {
  height: 16px;
  width: 15px; }

.pinterest-link {
  border-color: #fc2939;
  border-color: rgba(252, 41, 57, .1);
  border-style: solid;
  border-width: 1px;
  display: block;
  height: 28px;
  margin-left: 8px;
  position: relative;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  width: 28px; }
  .pinterest-link:hover {
    border-color: #fc2939; }

.pinterest-icon {
  display: block;
  fill: #fc2939;
  height: 20px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 16px;
  width: 15px; }

.instagram-link {
  border-color: #fa8f21;
  border-color: rgba(250, 143, 33, .1);
  border-style: solid;
  border-width: 1px;
  display: block;
  height: 28px;
  margin-left: 8px;
  position: relative;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  width: 28px; }
  .instagram-link:hover {
    border-color: #fa8f21; }

.instagram-icon {
  display: block;
  fill: #fa8f21;
  height: 20px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 16px;
  width: 15px; }

@media screen and (min-width: 1180px) {
  .social-links__label {
    display: block; } }

.social-share__label {
  color: #222;
  font-size: 13px;
  font-style: italic;
  margin-bottom: 10px;
  text-transform: uppercase; }

.social-share__link-container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.social-share__link-container--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.social-share__label--center {
  text-align: center; }

.social-share__link:first-child {
  margin-left: 0; }

.subscription__wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000 url("../../assets/images/newsletter-bkg-768.jpg") center center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 390px;
  padding: 75px 0; }

.subscription__container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 600px;
          flex: 1 1 600px;
  max-width: 600px;
  text-align: center; }

.subscription__title {
  color: #e73f2a;
  font-size: 22px;
  letter-spacing: 1px;
  margin: 0 0 20px;
  text-transform: uppercase; }

.subscription__subtitle {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 20px; }

.subscription__form-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: 0;
  border-radius: 0;
  color: #444;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  height: 45px;
  margin-bottom: 20px;
  margin-right: 10px;
  padding: 5px 10px;
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
  width: 100%; }
  .subscription__form-input:focus {
    background: #ffffff;
    background: rgba(255, 255, 255, .8);
    outline: none; }

.subscription__form-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #fff;
  height: 45px; }
  .subscription__form-button.disabled {
    pointer-events: none; }

.subscription__form-checkbox,
.quest-input-acceptance label {
  color: #fff;
  font-weight: 400;
  margin-top: 10px; }
  .subscription__form-checkbox input,
  .quest-input-acceptance label input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    height: 16px;
    margin-right: 5px;
    min-width: 16px;
    outline: none;
    width: 16px; }
    .subscription__form-checkbox input:checked,
    .quest-input-acceptance label input:checked {
      background-color: #e73f2a; }
  .subscription__form-checkbox a,
  .quest-input-acceptance label a {
    color: #fff;
    font-weight: 400;
    text-decoration: underline; }
    .subscription__form-checkbox a:hover,
    .quest-input-acceptance label a:hover {
      color: #e73f2a; }

@media screen and (min-width: 40em) {
  .subscription__wrap {
    background: #000 url("../../assets/images/newsletter-bkg-1024.jpg") center center no-repeat;
    background-size: cover; }
  .subscription__form-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .subscription__form-input {
    margin-bottom: 0;
    width: auto; } }

@media screen and (min-width: 64em) {
  .subscription__wrap {
    background: #000 url("../../assets/images/newsletter-bkg.jpg") center center no-repeat;
    background-size: cover; } }

.tags-list {
  padding-bottom: 18px;
  padding-top: 23px; }

.tags-list__item {
  border: 1px solid #e73f2a;
  border-radius: 2px;
  color: #e73f2a;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 2px 1px;
  padding: 7px 14px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background .2s linear, color .2s linear;
  transition: background .2s linear, color .2s linear; }
  .tags-list__item:hover {
    background: #e73f2a;
    color: #fff; }
  .tags-list__item.active {
    background: #e73f2a;
    color: #fff;
    cursor: inherit; }

@media screen and (min-width: 64em) {
  .tags-list {
    padding-bottom: 60px;
    padding-top: 30px; } }

.tool-material-list {
  margin: 60px 0 0;
  position: relative; }

.tool-material-list__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 13px;
  font-weight: 700;
  height: 70px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 4; }
  .tool-material-list__link:hover {
    text-decoration: underline; }

.tool-material-list__link-icon {
  fill: #000;
  height: 30px;
  margin-right: 15px;
  width: 30px; }

.tool-material-list__background {
  display: none;
  height: 400px;
  left: 0;
  position: static;
  top: 70px;
  width: 100%;
  z-index: -1; }
  .tool-material-list__background img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; }

.tool-material-list__container {
  z-index: 4; }

.tool-list {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #e73f2a), to(#e73f2a));
  background: linear-gradient(#e73f2a 30%, #e73f2a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #e73f2a), to(rgba(231, 63, 42, .8)));
  background: linear-gradient(#e73f2a 30%, rgba(231, 63, 42, .8) 100%);
  padding: 20px 40px 50px; }

.tool-list__item {
  color: #fff;
  list-style-type: disc;
  list-style-type: initial;
  margin-bottom: 6px;
  margin-left: 15px; }

.tool-list__title {
  font-size: 18px;
  font-weight: bold;
  list-style: none;
  margin-bottom: 10px;
  margin-left: 0; }

.material-list {
  background: #fff;
  padding: 35px 40px;
  z-index: 4; }

.material-list__item {
  color: #000;
  list-style-type: disc;
  list-style-type: initial;
  margin-bottom: 6px;
  margin-left: 15px; }
  .material-list__item a {
    color: #000;
    cursor: pointer;
    text-decoration: none; }
    .material-list__item a:hover {
      text-decoration: underline; }

.material-list__title {
  color: #e73f2a;
  font-size: 18px;
  font-weight: bold;
  list-style: none;
  margin-left: 0; }

.material-list-action-buttons {
  background: #fff;
  padding: 0 40px 35px; }
  .material-list-action-buttons .button {
    display: block;
    margin: 0 0 15px;
    width: 205px; }
    .material-list-action-buttons .button:last-child {
      margin-bottom: 0; }

@media screen and (min-width: 64em) {
  .tool-material-list__background {
    display: block;
    position: absolute; } }

@media screen and (min-width: 64em) {
  .tool-material-list__container {
    margin-left: 30%; }
  .tool-material-list {
    margin: 100px 0 0; }
  .material-list {
    margin-top: 100px; } }

.top-scroll-progress-bar {
  background: #000000;
  background: rgba(0, 0, 0, .075);
  display: none;
  height: 3px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 30000000000; }
  .top-scroll-progress-bar .fill {
    background: #e73f2a;
    display: block;
    height: inherit;
    -webkit-transition: width .2s;
    transition: width .2s;
    width: 20px; }

.video-wrapper {
  padding-bottom: 60px;
  padding-top: 60px; }

.video-wrapper__text-container {
  padding-top: 0; }

.video-wrapper__video-container {
  display: block;
  position: relative; }
  .video-wrapper__video-container:hover .video-wrapper__play {
    background: #000000;
    background: rgba(0, 0, 0, .4); }
  .video-wrapper__video-container:hover .video-wrapper__icon-play {
    -webkit-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2); }

.video-wrapper__image {
  width: 100%; }

.video-wrapper__play {
  background: #000000;
  background: rgba(0, 0, 0, .2);
  border: 3px solid #fff;
  border-radius: 50%;
  height: 90px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
  width: 90px;
  z-index: 1; }

.video-wrapper__play-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  width: 100%; }

.video-wrapper__icon-play {
  fill: #fff;
  height: 35px;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
  width: 35px; }

.scroll-top {
  background: #000;
  bottom: -40px;
  cursor: pointer;
  height: 40px;
  padding: 10px;
  position: fixed;
  right: 20px;
  -webkit-transition: background .3s, bottom .3s;
  transition: background .3s, bottom .3s;
  width: 40px;
  z-index: 50; }
  .scroll-top:hover {
    background: #595959; }

.scroll-top--visible {
  bottom: 40px; }

.scroll-top__arrow {
  fill: #fff;
  height: 100%;
  width: 100%; }

@media screen and (min-width: 40em) {
  .scroll-top {
    right: 40px; } }

.floating-footer {
  background-color: #3b3b3a;
  bottom: 0;
  left: 0;
  opacity: 0;
  padding: 15px 0;
  position: fixed;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  width: 100%;
  z-index: 9999; }
  .floating-footer .row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .floating-footer .subscription__subtitle {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    padding: 0 15px;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    padding: 0 0 15px; }
  .floating-footer .subscription__subtitle--red {
    color: #e73f2a;
    text-transform: uppercase; }
  .floating-footer .subscription__form {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    padding: 0 15px;
    width: 100%;
    font-size: 15px;
    padding: 0; }
  .floating-footer .subscription__form-input {
    height: 35px;
    margin: 0;
    max-width: 70%;
    padding-left: 10px !important;
    width: 70%; }
  .floating-footer .clear {
    width: 0; }
  .floating-footer .subscription__form-button {
    background-image: url("../../assets/svg/paper-plane.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    font-size: 0;
    height: 35px;
    padding: 5px 50px;
    width: 30%; }
  .floating-footer .social-links {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    padding: 0 15px;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 0 15px; }
    .floating-footer .social-links .facebook-link {
      background-color: #3b3b3a;
      border: 0;
      height: 15px;
      margin-left: 30px;
      padding: 0;
      width: 15px;
      margin-left: 0; }
      .floating-footer .social-links .facebook-link:hover .share__icon {
        fill: #3c588f; }
    .floating-footer .social-links .twitter-link {
      background-color: #3b3b3a;
      border: 0;
      height: 15px;
      margin-left: 30px;
      padding: 0;
      width: 15px; }
      .floating-footer .social-links .twitter-link:hover .share__icon {
        fill: #3aa8dd; }
    .floating-footer .social-links .youtube-link {
      background-color: #3b3b3a;
      border: 0;
      height: 15px;
      margin-left: 30px;
      padding: 0;
      width: 15px; }
      .floating-footer .social-links .youtube-link:hover .share__icon {
        fill: #fc2939; }
    .floating-footer .social-links .pinterest-link {
      background-color: #3b3b3a;
      border: 0;
      height: 15px;
      margin-left: 30px;
      padding: 0;
      width: 15px; }
      .floating-footer .social-links .pinterest-link:hover .share__icon {
        fill: #fc2939; }
    .floating-footer .social-links .instagram-link {
      background-color: #3b3b3a;
      border: 0;
      height: 15px;
      margin-left: 30px;
      padding: 0;
      width: 15px; }
      .floating-footer .social-links .instagram-link:hover .share__icon {
        fill: #fa8f21; }
    .floating-footer .social-links .rss-link {
      background-color: #3b3b3a;
      border: 0;
      height: 15px;
      margin-left: 30px;
      padding: 0;
      width: 15px; }
      .floating-footer .social-links .rss-link:hover .share__icon {
        fill: #000; }
    .floating-footer .social-links .share__icon {
      display: block;
      fill: #fff;
      height: 20px;
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 20px;
      height: 20px;
      -webkit-transition: fill .2s ease-in-out;
      transition: fill .2s ease-in-out;
      width: 20px; }
    .floating-footer .social-links .facebook-icon,
    .floating-footer .social-links .rss-icon {
      height: 16px;
      width: 16px; }
  .floating-footer .floating-footer__close {
    background-color: transparent;
    cursor: pointer;
    fill: #fff;
    height: 15px;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    -webkit-transition: fill .2s ease-in-out;
    transition: fill .2s ease-in-out;
    width: 15px; }
    .floating-footer .floating-footer__close:hover {
      fill: #e73f2a; }
  .floating-footer .show-for-custom-up {
    display: none; }

@media only screen and (min-width: 768px) {
  .floating-footer {
    padding: 30px 0; }
    .floating-footer .row {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0; }
    .floating-footer .subscription__subtitle {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
      max-width: 100%;
      padding: 0 15px;
      width: 100%;
      border-bottom: 1px solid rgba(153, 153, 153, .5);
      font-size: 16px;
      padding: 0 15px 15px; }
    .floating-footer .subscription__form {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 75%;
              flex: 1 1 75%;
      max-width: 75%;
      padding: 0 15px;
      width: 100%;
      font-size: 16px;
      padding-top: 20px; }
    .floating-footer .subscription__form-input {
      margin-right: 10px;
      max-width: none;
      padding-left: 30px !important;
      width: 100%; }
    .floating-footer .clear {
      width: auto; }
    .floating-footer .subscription__form-button {
      background-image: none;
      font-size: 16px;
      padding: 5px 30px;
      width: 100%; }
    .floating-footer .social-links {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 25%;
              flex: 1 1 25%;
      max-width: 25%;
      padding: 0 15px;
      width: 100%;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      font-size: 16px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: 38px 0 0 45px; }
    .floating-footer .show-for-small-up {
      display: none; }
    .floating-footer .show-for-custom-up {
      display: block; } }

@media screen and (min-width: 64em) {
  .floating-footer .row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .floating-footer .social-links {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
            flex: 1 1 25%;
    max-width: 25%;
    padding: 0 15px;
    width: 100%;
    padding: 24px 0 0 45px; }
  .floating-footer .subscription__subtitle {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33.33333%;
            flex: 1 1 33.33333%;
    max-width: 33.33333%;
    padding: 0 15px;
    width: 100%;
    border-bottom: 0; }
  .floating-footer .subscription__form {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 41.66667%;
            flex: 1 1 41.66667%;
    max-width: 41.66667%;
    padding: 0 15px;
    width: 100%;
    padding: 5px 0; } }

.quest-heading {
  margin: 0 0 30px; }

.quest-content {
  margin: 0 auto 30px;
  max-width: 600px;
  padding-top: 40px;
  text-align: center; }
  .quest-content p {
    margin: 0 0 10px; }
  .quest-content .ok-symbol {
    color: #20d040;
    display: block;
    font-size: 64px;
    margin: 0 auto 10px; }

.quest-bottom {
  margin: 30px auto 60px;
  text-align: center; }
  .quest-bottom a {
    text-decoration: none; }

.quest-notice {
  border: 1px solid #e73f2a;
  font-size: 13px;
  margin-bottom: 15px;
  padding: 10px 10px 10px 30px;
  position: relative;
  text-align: left; }
  .quest-notice:before {
    background: #e73f2a;
    border-radius: 20px;
    color: #fff;
    content: 'x';
    font-size: 12px;
    height: 16px;
    left: 5px;
    line-height: 16px;
    margin-top: -8px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    width: 16px; }

.quest-nav {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px; }

.quest-main {
  display: none;
  min-height: 500px; }

.quest-item {
  border-top: 1px solid #e5e5e5;
  display: none;
  padding: 15px; }
  .quest-item.active {
    display: block; }

.quest-item__question {
  color: #222;
  font-size: 24px;
  font-weight: 500;
  margin: 0 auto 30px; }

.quest-item__answers {
  margin: 15px 0; }

.quest-item__answer {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 24px;
  margin: 0 0 10px;
  padding: 5px;
  -webkit-transition: color .3s;
  transition: color .3s; }
  .quest-item__answer:hover, .quest-item__answer.selected {
    color: #e73f2a; }
  .quest-item__answer.selected .quest-answer-num {
    background: #e73f2a;
    color: #fff; }

.quest-answer-num {
  border: 1px solid #ef7d6f;
  border-radius: 32px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  height: 32px;
  line-height: 30px;
  margin-right: 10px;
  text-align: center;
  -webkit-transition: background .3s;
  transition: background .3s;
  vertical-align: middle;
  width: 32px; }

.quest-answer-text {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  line-height: inherit;
  vertical-align: middle; }

.quest-item__actions {
  margin: 40px auto 15px;
  text-align: center; }
  .quest-item__actions button {
    margin-right: 20px; }
    .quest-item__actions button :last-child {
      margin-right: 0; }
    .quest-item__actions button [disabled] {
      background: #fff;
      opacity: .5; }
      .quest-item__actions button [disabled] :hover {
        background: #fff;
        color: #e73f2a; }

.quest-input-field {
  background: #fff;
  border: 1px solid #e5e5e5;
  color: #222;
  display: block;
  font-size: 16px;
  margin: 0 auto 15px;
  padding: 10px;
  text-align: center;
  width: 300px; }
  .quest-input-field:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none; }

.quest-personal-data-inputs {
  padding-top: 20px;
  position: relative; }
  .quest-personal-data-inputs .quest-notice {
    border: 0;
    color: #e73f2a;
    padding: 0;
    position: absolute;
    text-align: center;
    top: -20px;
    width: 100%; }
    .quest-personal-data-inputs .quest-notice:before {
      display: none; }

.quest-input-acceptance {
  display: block;
  margin: 15px auto;
  text-align: center; }
  .quest-input-acceptance label {
    color: #222;
    cursor: pointer;
    display: inline-block; }
    .quest-input-acceptance label a {
      color: #222; }
    .quest-input-acceptance label input {
      border-color: #222; }

.quest-pre-finish {
  display: none;
  padding: 20px;
  text-align: center; }

.quest-results-landing__wrap {
  width: 100%; }

.quest-results-landing__quest-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative; }

.quest-results-landing__quest-content-image {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px; }
  .quest-results-landing__quest-content-image img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%; }

.quest-results-landing__social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
  margin-top: 50px; }

.quest-results-landing__quest-content-description {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .quest-results-landing__quest-content-description h2 {
    color: #e73f2a; }

.quest-results-landing__title {
  font-size: 10px;
  text-align: center; }
  .quest-results-landing__title h2 {
    font-size: 16px; }

.lds-facebook {
  display: inline-block;
  height: 64px;
  position: relative;
  width: 64px; }
  .lds-facebook div {
    -webkit-animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
            animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    background: #e73f2a;
    display: inline-block;
    left: 6px;
    position: absolute;
    width: 13px; }
  .lds-facebook div:nth-child(1) {
    -webkit-animation-delay: -.24s;
            animation-delay: -.24s;
    left: 6px; }
  .lds-facebook div:nth-child(2) {
    -webkit-animation-delay: -.12s;
            animation-delay: -.12s;
    left: 26px; }
  .lds-facebook div:nth-child(3) {
    -webkit-animation-delay: 0;
            animation-delay: 0;
    left: 45px; }

.quest-item__load-screen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.quest-item__load-screen-wrap {
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .quest-item__load-screen-wrap p {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    width: 100%; }

@-webkit-keyframes lds-facebook {
  0% {
    height: 51px;
    top: 6px; }
  50% {
    height: 26px;
    top: 19px; }
  100% {
    height: 26px;
    top: 19px; } }

@keyframes lds-facebook {
  0% {
    height: 51px;
    top: 6px; }
  50% {
    height: 26px;
    top: 19px; }
  100% {
    height: 26px;
    top: 19px; } }

@media screen and (min-width: 64em) {
  .quest-results-landing__quest-content {
    margin-top: 50px; }
  .quest-results-landing__quest-content-image img {
    height: 300px;
    width: auto; }
  .quest-results-landing__title {
    opacity: 0;
    position: inherit;
    text-align: center; } }

@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.quiz-form li, .quiz-form ul {
  list-style: none;
  margin: 0; }

.quiz-form .quiz-form__radio {
  list-style: none;
  margin: 0; }
  .quiz-form .quiz-form__radio .ginput_container_radio {
    margin-top: 30px; }
  .quiz-form .quiz-form__radio .gfield_radio {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .quiz-form .quiz-form__radio .gfield_radio li {
    height: 55px;
    list-style: none;
    margin: 0 5px 5px 0;
    position: relative; }
  .quiz-form .quiz-form__radio .gfield_radio label, .quiz-form .quiz-form__radio .gfield_radio input {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  .quiz-form .quiz-form__radio .gfield_radio input[type="radio"] {
    opacity: 0.01;
    z-index: 100; }
  .quiz-form .quiz-form__radio .gfield_radio input[type="text"] {
    border: 1px solid #e73f2a;
    color: #e73f2a;
    padding: 10px 30px;
    text-transform: uppercase;
    width: 100%; }
  .quiz-form .quiz-form__radio .gfield_radio input[type="text"]:focus {
    border-color: #444;
    color: #444;
    padding: 10px;
    text-transform: uppercase; }
  .quiz-form .quiz-form__radio .gfield_radio input[type="radio"]:checked + label, .quiz-form .quiz-form__radio .Checked + label {
    background: #e73f2a;
    color: #fff; }
  .quiz-form .quiz-form__radio .gfield_radio label {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: transparent;
    border-radius: 0;
    border: 1px solid #e73f2a;
    color: #e73f2a;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 30px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: background .2s linear, color .2s linear;
    transition: background .2s linear, color .2s linear;
    z-index: 90; }
  .quiz-form .quiz-form__radio .gfield_radio label:hover {
    background: #e73f2a;
    color: #fff; }

.quiz-form .quiz-form__radio--true-false .gfield_radio li {
  width: 100px; }

.quiz-form li.quiz-form__text {
  list-style: none; }

.quiz-form input.gform_button {
  max-width: 150px; }

.quiz-form .gform_page_footer {
  margin-top: 30px; }

@media screen {
  .gfield_radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .gfield_radio li {
    width: 100%; }
  .gfield_radio label {
    font-size: 12px; }
  .gfield_radio input[type="text"] {
    font-size: 12px;
    text-align: center; } }

@media screen and (min-width: 79.9375em) {
  .gfield_radio {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .gfield_radio li {
    width: 48%; }
  .gfield_radio label {
    font-size: 16px; }
  .gfield_radio input[type="text"] {
    font-size: 16px; } }

.list-header__title-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.post-detail__date-term {
  font-size: 13px; }

.post-detail__term {
  color: #e73f2a;
  font-weight: 700;
  margin-right: 10px;
  text-decoration: none;
  text-transform: uppercase; }

.post-detail__date {
  color: #999; }

.post-detail__title {
  color: #222;
  display: block;
  font-size: 30px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 20px;
  text-decoration: none; }

@media screen and (min-width: 64em) {
  .post-detail__container {
    margin-left: 20%;
    width: 80%; }
  .post-detail__title {
    font-size: 44px; } }

.consulting-handyman__container {
  padding-bottom: 30px;
  padding-top: 30px; }

.consulting-handyman__container--social {
  padding-bottom: 60px; }

.consulting-handyman__link-container {
  padding-bottom: 30px; }

.consulting-handyman__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .consulting-handyman__item:hover .consulting-handyman__link-icon {
    display: block; }

.consulting-handyman__link {
  color: #444;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  padding: 15px 0;
  text-decoration: none;
  text-transform: uppercase; }
  .consulting-handyman__link:hover {
    color: #e73f2a;
    text-decoration: none; }

.consulting-handyman__link--active {
  color: #e73f2a; }

.consulting-handyman__link-icon {
  color: #e73f2a;
  display: none;
  fill: #e73f2a;
  height: 15px;
  margin-right: 30px;
  text-align: right;
  width: 15px; }

.consulting-handyman__link-icon--open {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out; }

.consulting-handyman__link-icon--close {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }

.consulting-handyman__button-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 60px;
  padding-top: 0; }

.consulting-handyman__button {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e73f2a;
  border-radius: 0;
  color: #e73f2a;
  cursor: pointer;
  display: inline-block;
  margin-top: 15px;
  outline: medium none;
  padding: 15px 30px;
  text-decoration: none;
  -webkit-transition: background .2s linear 0s, color .2s linear 0s;
  transition: background .2s linear 0s, color .2s linear 0s; }
  .consulting-handyman__button:hover {
    background: #e73f2a;
    color: #fff; }

.page-container {
  margin-bottom: 80px; }

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.campaign-landing__content h1,
.campaign-landing__content h2,
.campaign-landing__content h3,
.campaign-landing__content h4 {
  margin-bottom: 20px; }

.page-content h3,
.campaign-landing__content h3 {
  font-size: 20px; }

.page-content h4,
.campaign-landing__content h4 {
  font-size: 18px; }

.page-content ul,
.campaign-landing__content ul {
  list-style-type: disc;
  list-style-type: initial;
  margin: 20px 0;
  padding-left: 40px; }
  .page-content ul li,
  .campaign-landing__content ul li {
    margin-bottom: 5px; }

.page-content p,
.campaign-landing__content p {
  margin: 0 0 10px; }
  .page-content p + h3,
  .page-content p + h4,
  .campaign-landing__content p + h3,
  .campaign-landing__content p + h4 {
    margin-top: 20px; }

.project__container {
  padding-bottom: 30px;
  padding-top: 30px; }

.search-page__form {
  position: relative;
  width: 100%; }

.search-page__input {
  border: 0;
  border-bottom: 1px solid #444;
  font-family: "Lato", sans-serif;
  min-height: 22px;
  outline: none;
  padding: 10px 15px;
  width: 100%; }
  .search-page__input:focus {
    outline: none; }

.search-page__buttom {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  .search-page__buttom:hover .search-page__icon {
    fill: #e73f2a; }

.search-page__icon {
  fill: #222;
  height: 16px;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
  width: 16px; }

.home .post-wrapper__container .section__title {
  display: none; }

.page-header__title--not-found {
  max-width: 850px; }

.not-found-content {
  padding-bottom: 30px;
  padding-top: 60px; }

.not-found__title {
  color: #e73f2a;
  font-size: 24px;
  font-weight: 700; }

.not-found__text {
  font-size: 18px; }

.not-found-menu {
  padding-bottom: 30px;
  padding-top: 30px; }

.not-found-menu__list-item {
  margin-bottom: 38px; }

.not-found-menu__list-item-link {
  display: block;
  height: 100%;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%; }
  .not-found-menu__list-item-link:after {
    background: #000000;
    background: rgba(0, 0, 0, .3);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: background .2s linear;
    transition: background .2s linear;
    width: 100%;
    z-index: 1; }
  .not-found-menu__list-item-link:hover:after {
    background: #000000;
    background: rgba(0, 0, 0, .5); }

.not-found-menu__bkg {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%; }

.not-found-menu__text {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  left: 50%;
  padding: 5px;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  z-index: 2; }

@media screen and (min-width: 64em) {
  .not-found-menu__list-item {
    margin-bottom: 0; } }
