/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, ../sass/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../sass/_normalize.scss */
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.
 */
/* line 45, ../sass/_normalize.scss */
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.
 */
/* line 57, ../sass/_normalize.scss */
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.
 */
/* line 67, ../sass/_normalize.scss */
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/11, Safari, and Firefox < 22.
 */
/* line 78, ../sass/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../sass/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 98, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

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

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

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

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

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 169, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

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

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../sass/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 232, ../sass/_normalize.scss */
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.
 */
/* line 256, ../sass/_normalize.scss */
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.
 */
/* line 266, ../sass/_normalize.scss */
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.
 */
/* line 278, ../sass/_normalize.scss */
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.
 */
/* line 293, ../sass/_normalize.scss */
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.
 */
/* line 303, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 312, ../sass/_normalize.scss */
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.
 */
/* line 322, ../sass/_normalize.scss */
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.
 */
/* line 335, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  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`.
 */
/* line 347, ../sass/_normalize.scss */
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
 *    (include `-moz` to future-proof).
 */
/* line 357, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * 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).
 */
/* line 371, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, ../sass/_normalize.scss */
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.
 */
/* line 390, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, ../sass/_normalize.scss */
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.
 */
/* line 408, ../sass/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 425, ../sass/_normalize.scss */
td,
th {
  padding: 0;
}

/* Magnific Popup CSS */
/* line 2, ../sass/_libraries.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 14, ../sass/_libraries.scss */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 24, ../sass/_libraries.scss */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 36, ../sass/_libraries.scss */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 42, ../sass/_libraries.scss */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 45, ../sass/_libraries.scss */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 54, ../sass/_libraries.scss */
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 58, ../sass/_libraries.scss */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 62, ../sass/_libraries.scss */
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 67, ../sass/_libraries.scss */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 73, ../sass/_libraries.scss */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 79, ../sass/_libraries.scss */
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 84, ../sass/_libraries.scss */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 87, ../sass/_libraries.scss */
.mfp-hide {
  display: none !important;
}

/* line 90, ../sass/_libraries.scss */
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

/* line 101, ../sass/_libraries.scss */
.mfp-preloader a {
  color: #cccccc;
}

/* line 104, ../sass/_libraries.scss */
.mfp-preloader a:hover {
  color: white;
}

/* line 107, ../sass/_libraries.scss */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 110, ../sass/_libraries.scss */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 114, ../sass/_libraries.scss */
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 126, ../sass/_libraries.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 130, ../sass/_libraries.scss */
.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: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

/* line 145, ../sass/_libraries.scss */
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

/* line 147, ../sass/_libraries.scss */
.mfp-close:active {
  top: 1px;
}

/* line 150, ../sass/_libraries.scss */
.mfp-close-btn-in .mfp-close {
  color: #333333;
}

/* line 154, ../sass/_libraries.scss */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 161, ../sass/_libraries.scss */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

/* line 169, ../sass/_libraries.scss */
.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);
}

/* line 180, ../sass/_libraries.scss */
.mfp-arrow:active {
  margin-top: -54px;
}

/* line 184, ../sass/_libraries.scss */
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

/* line 189, ../sass/_libraries.scss */
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

/* line 201, ../sass/_libraries.scss */
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

/* line 206, ../sass/_libraries.scss */
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}

/* line 210, ../sass/_libraries.scss */
.mfp-arrow-left {
  left: 0;
}

/* line 213, ../sass/_libraries.scss */
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

/* line 217, ../sass/_libraries.scss */
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

/* line 221, ../sass/_libraries.scss */
.mfp-arrow-right {
  right: 0;
}

/* line 224, ../sass/_libraries.scss */
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

/* line 228, ../sass/_libraries.scss */
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

/* line 231, ../sass/_libraries.scss */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 235, ../sass/_libraries.scss */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

/* line 240, ../sass/_libraries.scss */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

/* line 246, ../sass/_libraries.scss */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* line 256, ../sass/_libraries.scss */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

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

/* The shadow behind the image */
/* line 273, ../sass/_libraries.scss */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

/* line 287, ../sass/_libraries.scss */
.mfp-figure {
  line-height: 0;
}

/* line 290, ../sass/_libraries.scss */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 298, ../sass/_libraries.scss */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 305, ../sass/_libraries.scss */
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

/* line 311, ../sass/_libraries.scss */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 314, ../sass/_libraries.scss */
.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
   */
  /* line 321, ../sass/_libraries.scss */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 325, ../sass/_libraries.scss */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  /* The shadow behind the image */
  /* line 329, ../sass/_libraries.scss */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  /* line 333, ../sass/_libraries.scss */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 344, ../sass/_libraries.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  /* line 347, ../sass/_libraries.scss */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  /* line 351, ../sass/_libraries.scss */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }

  /* line 362, ../sass/_libraries.scss */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}
@media all and (max-width: 900px) {
  /* line 366, ../sass/_libraries.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  /* line 370, ../sass/_libraries.scss */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  /* line 374, ../sass/_libraries.scss */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  /* line 378, ../sass/_libraries.scss */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* line 381, ../sass/_libraries.scss */
.mfp-ie7 .mfp-img {
  padding: 0;
}

/* line 383, ../sass/_libraries.scss */
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

/* line 389, ../sass/_libraries.scss */
.mfp-ie7 .mfp-container {
  padding: 0;
}

/* line 391, ../sass/_libraries.scss */
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

/* line 393, ../sass/_libraries.scss */
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
/* line 413, ../sass/_libraries.scss */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
/* line 420, ../sass/_libraries.scss */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

/* line 425, ../sass/_libraries.scss */
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/* line 432, ../sass/_libraries.scss */
.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

/* line 437, ../sass/_libraries.scss */
.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
/* line 444, ../sass/_libraries.scss */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
/* line 450, ../sass/_libraries.scss */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

/* line 464, ../sass/_libraries.scss */
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/* line 471, ../sass/_libraries.scss */
.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

/* line 476, ../sass/_libraries.scss */
.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
/* line 484, ../sass/_libraries.scss */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
/* line 490, ../sass/_libraries.scss */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

/* line 515, ../sass/_libraries.scss */
.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

/* line 519, ../sass/_libraries.scss */
.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */
/* line 539, ../sass/_libraries.scss */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

/* line 560, ../sass/_libraries.scss */
.remodal-confirm {
  color: #fff;
  background: #81c784;
}

/* line 566, ../sass/_libraries.scss */
.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

/* line 570, ../sass/_libraries.scss */
.remodal-cancel {
  color: #fff;
  background: #e57373;
}

/* line 576, ../sass/_libraries.scss */
.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
/* line 584, ../sass/_libraries.scss */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  /* line 594, ../sass/_libraries.scss */
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }

  /* line 600, ../sass/_libraries.scss */
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-opening-keyframes {
  /* line 612, ../sass/_libraries.scss */
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }

  /* line 618, ../sass/_libraries.scss */
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  /* line 630, ../sass/_libraries.scss */
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  /* line 636, ../sass/_libraries.scss */
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  /* line 648, ../sass/_libraries.scss */
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  /* line 654, ../sass/_libraries.scss */
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  /* line 666, ../sass/_libraries.scss */
  from {
    opacity: 0;
  }

  /* line 669, ../sass/_libraries.scss */
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  /* line 675, ../sass/_libraries.scss */
  from {
    opacity: 0;
  }

  /* line 678, ../sass/_libraries.scss */
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  /* line 684, ../sass/_libraries.scss */
  from {
    opacity: 1;
  }

  /* line 687, ../sass/_libraries.scss */
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  /* line 693, ../sass/_libraries.scss */
  from {
    opacity: 1;
  }

  /* line 696, ../sass/_libraries.scss */
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  /* line 705, ../sass/_libraries.scss */
  .remodal {
    max-width: 700px;
  }
}
/* IE8
   ========================================================================== */
/* line 713, ../sass/_libraries.scss */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

/* line 717, ../sass/_libraries.scss */
.lt-ie9 .remodal {
  width: 700px;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
/* line 736, ../sass/_libraries.scss */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
/* line 746, ../sass/_libraries.scss */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
/* line 752, ../sass/_libraries.scss */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
/* line 765, ../sass/_libraries.scss */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

/* line 781, ../sass/_libraries.scss */
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
/* line 793, ../sass/_libraries.scss */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
/* line 800, ../sass/_libraries.scss */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* line 810, ../sass/_libraries.scss */
.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/* line 19, ../sass/_grid.scss */
.contenedor-principal {
  width: 100%;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}

/* line 26, ../sass/_grid.scss */
.contenedor-estrecho {
  /* for IE 6/7 */
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
  /* non-JS fallback */
  *zoom: 1;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 7%;
  max-width: 1470px;
}
/* line 48, ../../../../../../../../var/lib/gems/1.9.1/gems/singularitygs-1.1.2/stylesheets/singularitygs/helpers/_clearfix.scss */
.contenedor-estrecho:before, .contenedor-estrecho:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 55, ../../../../../../../../var/lib/gems/1.9.1/gems/singularitygs-1.1.2/stylesheets/singularitygs/helpers/_clearfix.scss */
.contenedor-estrecho:after {
  clear: both;
}
@media (min-width: 481px) {
  /* line 26, ../sass/_grid.scss */
  .contenedor-estrecho {
    padding: 0 7%;
  }
}
@media (min-width: 960px) {
  /* line 26, ../sass/_grid.scss */
  .contenedor-estrecho {
    padding: 0 5%;
  }
}
@media (min-width: 1470px) {
  /* line 26, ../sass/_grid.scss */
  .contenedor-estrecho {
    padding: 0;
  }
}

/* line 44, ../sass/_grid.scss */
.ancho100 {
  width: 100%;
}

@media (min-width: 960px) {
  /* line 48, ../sass/_grid.scss */
  .ancho50 {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    width: 50%;
  }
}

@media (min-width: 960px) {
  /* line 55, ../sass/_grid.scss */
  .ancho60 {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    width: 60%;
  }
}

@media (min-width: 960px) {
  /* line 62, ../sass/_grid.scss */
  .ancho40 {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    width: 39%;
  }
}

/* line 70, ../sass/_grid.scss */
.rayado {
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(255, 0, 0, 0.5)), color-stop(47.61905%, rgba(255, 0, 0, 0.5)), color-stop(47.61905%, rgba(255, 0, 0, 0.25)), color-stop(52.38095%, rgba(255, 0, 0, 0.25)), color-stop(52.38095%, rgba(255, 0, 0, 0.5)), color-stop(100%, rgba(255, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, rgba(255, 0, 0, 0.5), rgba(255, 0, 0, 0.5) 47.61905%, rgba(255, 0, 0, 0.25) 47.61905%, rgba(255, 0, 0, 0.25) 52.38095%, rgba(255, 0, 0, 0.5) 52.38095%, rgba(255, 0, 0, 0.5) 100%);
  background-image: -moz-linear-gradient(left, rgba(255, 0, 0, 0.5), rgba(255, 0, 0, 0.5) 47.61905%, rgba(255, 0, 0, 0.25) 47.61905%, rgba(255, 0, 0, 0.25) 52.38095%, rgba(255, 0, 0, 0.5) 52.38095%, rgba(255, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 0, 0, 0.5), rgba(255, 0, 0, 0.5) 47.61905%, rgba(255, 0, 0, 0.25) 47.61905%, rgba(255, 0, 0, 0.25) 52.38095%, rgba(255, 0, 0, 0.5) 52.38095%, rgba(255, 0, 0, 0.5) 100%);
  background-image: linear-gradient(left, rgba(255, 0, 0, 0.5), rgba(255, 0, 0, 0.5) 47.61905%, rgba(255, 0, 0, 0.25) 47.61905%, rgba(255, 0, 0, 0.25) 52.38095%, rgba(255, 0, 0, 0.5) 52.38095%, rgba(255, 0, 0, 0.5) 100%);
}
@media (min-width: 481px) {
  /* line 70, ../sass/_grid.scss */
  .rayado {
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(255, 0, 0, 0.5)), color-stop(5.71429%, rgba(255, 0, 0, 0.5)), color-stop(5.71429%, rgba(255, 0, 0, 0.25)), color-stop(8.57143%, rgba(255, 0, 0, 0.25)), color-stop(8.57143%, rgba(255, 0, 0, 0.5)), color-stop(14.28571%, rgba(255, 0, 0, 0.5)), color-stop(14.28571%, rgba(255, 0, 0, 0.25)), color-stop(17.14286%, rgba(255, 0, 0, 0.25)), color-stop(17.14286%, rgba(255, 0, 0, 0.5)), color-stop(22.85714%, rgba(255, 0, 0, 0.5)), color-stop(22.85714%, rgba(255, 0, 0, 0.25)), color-stop(25.71429%, rgba(255, 0, 0, 0.25)), color-stop(25.71429%, rgba(255, 0, 0, 0.5)), color-stop(31.42857%, rgba(255, 0, 0, 0.5)), color-stop(31.42857%, rgba(255, 0, 0, 0.25)), color-stop(34.28571%, rgba(255, 0, 0, 0.25)), color-stop(34.28571%, rgba(255, 0, 0, 0.5)), color-stop(40%, rgba(255, 0, 0, 0.5)), color-stop(40%, rgba(255, 0, 0, 0.25)), color-stop(42.85714%, rgba(255, 0, 0, 0.25)), color-stop(42.85714%, rgba(255, 0, 0, 0.5)), color-stop(48.57143%, rgba(255, 0, 0, 0.5)), color-stop(48.57143%, rgba(255, 0, 0, 0.25)), color-stop(51.42857%, rgba(255, 0, 0, 0.25)), color-stop(51.42857%, rgba(255, 0, 0, 0.5)), color-stop(57.14286%, rgba(255, 0, 0, 0.5)), color-stop(57.14286%, rgba(255, 0, 0, 0.25)), color-stop(60.0%, rgba(255, 0, 0, 0.25)), color-stop(60.0%, rgba(255, 0, 0, 0.5)), color-stop(65.71429%, rgba(255, 0, 0, 0.5)), color-stop(65.71429%, rgba(255, 0, 0, 0.25)), color-stop(68.57143%, rgba(255, 0, 0, 0.25)), color-stop(68.57143%, rgba(255, 0, 0, 0.5)), color-stop(74.28571%, rgba(255, 0, 0, 0.5)), color-stop(74.28571%, rgba(255, 0, 0, 0.25)), color-stop(77.14286%, rgba(255, 0, 0, 0.25)), color-stop(77.14286%, rgba(255, 0, 0, 0.5)), color-stop(82.85714%, rgba(255, 0, 0, 0.5)), color-stop(82.85714%, rgba(255, 0, 0, 0.25)), color-stop(85.71429%, rgba(255, 0, 0, 0.25)), color-stop(85.71429%, rgba(255, 0, 0, 0.5)), color-stop(91.42857%, rgba(255, 0, 0, 0.5)), color-stop(91.42857%, rgba(255, 0, 0, 0.25)), color-stop(94.28571%, rgba(255, 0, 0, 0.25)), color-stop(94.28571%, rgba(255, 0, 0, 0.5)), color-stop(100%, rgba(255, 0, 0, 0.5)));
    background-image: -webkit-linear-gradient(left, rgba(255, 0, 0, 0.5), rgba(255, 0, 0, 0.5) 5.71429%, rgba(255, 0, 0, 0.25) 5.71429%, rgba(255, 0, 0, 0.25) 8.57143%, rgba(255, 0, 0, 0.5) 8.57143%, rgba(255, 0, 0, 0.5) 14.28571%, rgba(255, 0, 0, 0.25) 14.28571%, rgba(255, 0, 0, 0.25) 17.14286%, rgba(255, 0, 0, 0.5) 17.14286%, rgba(255, 0, 0, 0.5) 22.85714%, rgba(255, 0, 0, 0.25) 22.85714%, rgba(255, 0, 0, 0.25) 25.71429%, rgba(255, 0, 0, 0.5) 25.71429%, rgba(255, 0, 0, 0.5) 31.42857%, rgba(255, 0, 0, 0.25) 31.42857%, rgba(255, 0, 0, 0.25) 34.28571%, rgba(255, 0, 0, 0.5) 34.28571%, rgba(255, 0, 0, 0.5) 40%, rgba(255, 0, 0, 0.25) 40%, rgba(255, 0, 0, 0.25) 42.85714%, rgba(255, 0, 0, 0.5) 42.85714%, rgba(255, 0, 0, 0.5) 48.57143%, rgba(255, 0, 0, 0.25) 48.57143%, rgba(255, 0, 0, 0.25) 51.42857%, rgba(255, 0, 0, 0.5) 51.42857%, rgba(255, 0, 0, 0.5) 57.14286%, rgba(255, 0, 0, 0.25) 57.14286%, rgba(255, 0, 0, 0.25) 60.0%, rgba(255, 0, 0, 0.5) 60.0%, rgba(255, 0, 0, 0.5) 65.71429%, rgba(255, 0, 0, 0.25) 65.71429%, rgba(255, 0, 0, 0.25) 68.57143%, rgba(255, 0, 0, 0.5) 68.57143%, rgba(255, 0, 0, 0.5) 74.28571%, rgba(255, 0, 0, 0.25) 74.28571%, rgba(255, 0, 0, 0.25) 77.14286%, rgba(255, 0, 0, 0.5) 77.14286%, rgba(255, 0, 0, 0.5) 82.85714%, rgba(255, 0, 0, 0.25) 82.85714%, rgba(255, 0, 0, 0.25) 85.71429%, rgba(255, 0, 0, 0.5) 85.71429%, rgba(255, 0, 0, 0.5) 91.42857%, rgba(255, 0, 0, 0.25) 91.42857%, rgba(255, 0, 0, 0.25) 94.28571%, rgba(255, 0, 0, 0.5) 94.28571%, rgba(255, 0, 0, 0.5) 100%);
    background-image: -moz-linear-gradient(left, rgba(255, 0, 0, 0.5), rgba(255, 0, 0, 0.5) 5.71429%, rgba(255, 0, 0, 0.25) 5.71429%, rgba(255, 0, 0, 0.25) 8.57143%, rgba(255, 0, 0, 0.5) 8.57143%, rgba(255, 0, 0, 0.5) 14.28571%, rgba(255, 0, 0, 0.25) 14.28571%, rgba(255, 0, 0, 0.25) 17.14286%, rgba(255, 0, 0, 0.5) 17.14286%, rgba(255, 0, 0, 0.5) 22.85714%, rgba(255, 0, 0, 0.25) 22.85714%, rgba(255, 0, 0, 0.25) 25.71429%, rgba(255, 0, 0, 0.5) 25.71429%, rgba(255, 0, 0, 0.5) 31.42857%, rgba(255, 0, 0, 0.25) 31.42857%, rgba(255, 0, 0, 0.25) 34.28571%, rgba(255, 0, 0, 0.5) 34.28571%, rgba(255, 0, 0, 0.5) 40%, rgba(255, 0, 0, 0.25) 40%, rgba(255, 0, 0, 0.25) 42.85714%, rgba(255, 0, 0, 0.5) 42.85714%, rgba(255, 0, 0, 0.5) 48.57143%, rgba(255, 0, 0, 0.25) 48.57143%, rgba(255, 0, 0, 0.25) 51.42857%, rgba(255, 0, 0, 0.5) 51.42857%, rgba(255, 0, 0, 0.5) 57.14286%, rgba(255, 0, 0, 0.25) 57.14286%, rgba(255, 0, 0, 0.25) 60.0%, rgba(255, 0, 0, 0.5) 60.0%, rgba(255, 0, 0, 0.5) 65.71429%, rgba(255, 0, 0, 0.25) 65.71429%, rgba(255, 0, 0, 0.25) 68.57143%, rgba(255, 0, 0, 0.5) 68.57143%, rgba(255, 0, 0, 0.5) 74.28571%, rgba(255, 0, 0, 0.25) 74.28571%, rgba(255, 0, 0, 0.25) 77.14286%, rgba(255, 0, 0, 0.5) 77.14286%, rgba(255, 0, 0, 0.5) 82.85714%, rgba(255, 0, 0, 0.25) 82.85714%, rgba(255, 0, 0, 0.25) 85.71429%, rgba(255, 0, 0, 0.5) 85.71429%, rgba(255, 0, 0, 0.5) 91.42857%, rgba(255, 0, 0, 0.25) 91.42857%, rgba(255, 0, 0, 0.25) 94.28571%, rgba(255, 0, 0, 0.5) 94.28571%, rgba(255, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(255, 0, 0, 0.5), rgba(255, 0, 0, 0.5) 5.71429%, rgba(255, 0, 0, 0.25) 5.71429%, rgba(255, 0, 0, 0.25) 8.57143%, rgba(255, 0, 0, 0.5) 8.57143%, rgba(255, 0, 0, 0.5) 14.28571%, rgba(255, 0, 0, 0.25) 14.28571%, rgba(255, 0, 0, 0.25) 17.14286%, rgba(255, 0, 0, 0.5) 17.14286%, rgba(255, 0, 0, 0.5) 22.85714%, rgba(255, 0, 0, 0.25) 22.85714%, rgba(255, 0, 0, 0.25) 25.71429%, rgba(255, 0, 0, 0.5) 25.71429%, rgba(255, 0, 0, 0.5) 31.42857%, rgba(255, 0, 0, 0.25) 31.42857%, rgba(255, 0, 0, 0.25) 34.28571%, rgba(255, 0, 0, 0.5) 34.28571%, rgba(255, 0, 0, 0.5) 40%, rgba(255, 0, 0, 0.25) 40%, rgba(255, 0, 0, 0.25) 42.85714%, rgba(255, 0, 0, 0.5) 42.85714%, rgba(255, 0, 0, 0.5) 48.57143%, rgba(255, 0, 0, 0.25) 48.57143%, rgba(255, 0, 0, 0.25) 51.42857%, rgba(255, 0, 0, 0.5) 51.42857%, rgba(255, 0, 0, 0.5) 57.14286%, rgba(255, 0, 0, 0.25) 57.14286%, rgba(255, 0, 0, 0.25) 60.0%, rgba(255, 0, 0, 0.5) 60.0%, rgba(255, 0, 0, 0.5) 65.71429%, rgba(255, 0, 0, 0.25) 65.71429%, rgba(255, 0, 0, 0.25) 68.57143%, rgba(255, 0, 0, 0.5) 68.57143%, rgba(255, 0, 0, 0.5) 74.28571%, rgba(255, 0, 0, 0.25) 74.28571%, rgba(255, 0, 0, 0.25) 77.14286%, rgba(255, 0, 0, 0.5) 77.14286%, rgba(255, 0, 0, 0.5) 82.85714%, rgba(255, 0, 0, 0.25) 82.85714%, rgba(255, 0, 0, 0.25) 85.71429%, rgba(255, 0, 0, 0.5) 85.71429%, rgba(255, 0, 0, 0.5) 91.42857%, rgba(255, 0, 0, 0.25) 91.42857%, rgba(255, 0, 0, 0.25) 94.28571%, rgba(255, 0, 0, 0.5) 94.28571%, rgba(255, 0, 0, 0.5) 100%);
    background-image: linear-gradient(left, rgba(255, 0, 0, 0.5), rgba(255, 0, 0, 0.5) 5.71429%, rgba(255, 0, 0, 0.25) 5.71429%, rgba(255, 0, 0, 0.25) 8.57143%, rgba(255, 0, 0, 0.5) 8.57143%, rgba(255, 0, 0, 0.5) 14.28571%, rgba(255, 0, 0, 0.25) 14.28571%, rgba(255, 0, 0, 0.25) 17.14286%, rgba(255, 0, 0, 0.5) 17.14286%, rgba(255, 0, 0, 0.5) 22.85714%, rgba(255, 0, 0, 0.25) 22.85714%, rgba(255, 0, 0, 0.25) 25.71429%, rgba(255, 0, 0, 0.5) 25.71429%, rgba(255, 0, 0, 0.5) 31.42857%, rgba(255, 0, 0, 0.25) 31.42857%, rgba(255, 0, 0, 0.25) 34.28571%, rgba(255, 0, 0, 0.5) 34.28571%, rgba(255, 0, 0, 0.5) 40%, rgba(255, 0, 0, 0.25) 40%, rgba(255, 0, 0, 0.25) 42.85714%, rgba(255, 0, 0, 0.5) 42.85714%, rgba(255, 0, 0, 0.5) 48.57143%, rgba(255, 0, 0, 0.25) 48.57143%, rgba(255, 0, 0, 0.25) 51.42857%, rgba(255, 0, 0, 0.5) 51.42857%, rgba(255, 0, 0, 0.5) 57.14286%, rgba(255, 0, 0, 0.25) 57.14286%, rgba(255, 0, 0, 0.25) 60.0%, rgba(255, 0, 0, 0.5) 60.0%, rgba(255, 0, 0, 0.5) 65.71429%, rgba(255, 0, 0, 0.25) 65.71429%, rgba(255, 0, 0, 0.25) 68.57143%, rgba(255, 0, 0, 0.5) 68.57143%, rgba(255, 0, 0, 0.5) 74.28571%, rgba(255, 0, 0, 0.25) 74.28571%, rgba(255, 0, 0, 0.25) 77.14286%, rgba(255, 0, 0, 0.5) 77.14286%, rgba(255, 0, 0, 0.5) 82.85714%, rgba(255, 0, 0, 0.25) 82.85714%, rgba(255, 0, 0, 0.25) 85.71429%, rgba(255, 0, 0, 0.5) 85.71429%, rgba(255, 0, 0, 0.5) 91.42857%, rgba(255, 0, 0, 0.25) 91.42857%, rgba(255, 0, 0, 0.25) 94.28571%, rgba(255, 0, 0, 0.5) 94.28571%, rgba(255, 0, 0, 0.5) 100%);
  }
}
@media (min-width: 1470px) {
  /* line 70, ../sass/_grid.scss */
  .rayado {
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(255, 0, 0, 0.5)), color-stop(5.71429%, rgba(255, 0, 0, 0.5)), color-stop(5.71429%, rgba(255, 0, 0, 0.25)), color-stop(8.57143%, rgba(255, 0, 0, 0.25)), color-stop(8.57143%, rgba(255, 0, 0, 0.5)), color-stop(14.28571%, rgba(255, 0, 0, 0.5)), color-stop(14.28571%, rgba(255, 0, 0, 0.25)), color-stop(17.14286%, rgba(255, 0, 0, 0.25)), color-stop(17.14286%, rgba(255, 0, 0, 0.5)), color-stop(22.85714%, rgba(255, 0, 0, 0.5)), color-stop(22.85714%, rgba(255, 0, 0, 0.25)), color-stop(25.71429%, rgba(255, 0, 0, 0.25)), color-stop(25.71429%, rgba(255, 0, 0, 0.5)), color-stop(31.42857%, rgba(255, 0, 0, 0.5)), color-stop(31.42857%, rgba(255, 0, 0, 0.25)), color-stop(34.28571%, rgba(255, 0, 0, 0.25)), color-stop(34.28571%, rgba(255, 0, 0, 0.5)), color-stop(40%, rgba(255, 0, 0, 0.5)), color-stop(40%, rgba(255, 0, 0, 0.25)), color-stop(42.85714%, rgba(255, 0, 0, 0.25)), color-stop(42.85714%, rgba(255, 0, 0, 0.5)), color-stop(48.57143%, rgba(255, 0, 0, 0.5)), color-stop(48.57143%, rgba(255, 0, 0, 0.25)), color-stop(51.42857%, rgba(255, 0, 0, 0.25)), color-stop(51.42857%, rgba(255, 0, 0, 0.5)), color-stop(57.14286%, rgba(255, 0, 0, 0.5)), color-stop(57.14286%, rgba(255, 0, 0, 0.25)), color-stop(60.0%, rgba(255, 0, 0, 0.25)), color-stop(60.0%, rgba(255, 0, 0, 0.5)), color-stop(65.71429%, rgba(255, 0, 0, 0.5)), color-stop(65.71429%, rgba(255, 0, 0, 0.25)), color-stop(68.57143%, rgba(255, 0, 0, 0.25)), color-stop(68.57143%, rgba(255, 0, 0, 0.5)), color-stop(74.28571%, rgba(255, 0, 0, 0.5)), color-stop(74.28571%, rgba(255, 0, 0, 0.25)), color-stop(77.14286%, rgba(255, 0, 0, 0.25)), color-stop(77.14286%, rgba(255, 0, 0, 0.5)), color-stop(82.85714%, rgba(255, 0, 0, 0.5)), color-stop(82.85714%, rgba(255, 0, 0, 0.25)), color-stop(85.71429%, rgba(255, 0, 0, 0.25)), color-stop(85.71429%, rgba(255, 0, 0, 0.5)), color-stop(91.42857%, rgba(255, 0, 0, 0.5)), color-stop(91.42857%, rgba(255, 0, 0, 0.25)), color-stop(94.28571%, rgba(255, 0, 0, 0.25)), color-stop(94.28571%, rgba(255, 0, 0, 0.5)), color-stop(100%, rgba(255, 0, 0, 0.5)));
    background-image: -webkit-linear-gradient(left, rgba(255, 0, 0, 0.5), rgba(255, 0, 0, 0.5) 5.71429%, rgba(255, 0, 0, 0.25) 5.71429%, rgba(255, 0, 0, 0.25) 8.57143%, rgba(255, 0, 0, 0.5) 8.57143%, rgba(255, 0, 0, 0.5) 14.28571%, rgba(255, 0, 0, 0.25) 14.28571%, rgba(255, 0, 0, 0.25) 17.14286%, rgba(255, 0, 0, 0.5) 17.14286%, rgba(255, 0, 0, 0.5) 22.85714%, rgba(255, 0, 0, 0.25) 22.85714%, rgba(255, 0, 0, 0.25) 25.71429%, rgba(255, 0, 0, 0.5) 25.71429%, rgba(255, 0, 0, 0.5) 31.42857%, rgba(255, 0, 0, 0.25) 31.42857%, rgba(255, 0, 0, 0.25) 34.28571%, rgba(255, 0, 0, 0.5) 34.28571%, rgba(255, 0, 0, 0.5) 40%, rgba(255, 0, 0, 0.25) 40%, rgba(255, 0, 0, 0.25) 42.85714%, rgba(255, 0, 0, 0.5) 42.85714%, rgba(255, 0, 0, 0.5) 48.57143%, rgba(255, 0, 0, 0.25) 48.57143%, rgba(255, 0, 0, 0.25) 51.42857%, rgba(255, 0, 0, 0.5) 51.42857%, rgba(255, 0, 0, 0.5) 57.14286%, rgba(255, 0, 0, 0.25) 57.14286%, rgba(255, 0, 0, 0.25) 60.0%, rgba(255, 0, 0, 0.5) 60.0%, rgba(255, 0, 0, 0.5) 65.71429%, rgba(255, 0, 0, 0.25) 65.71429%, rgba(255, 0, 0, 0.25) 68.57143%, rgba(255, 0, 0, 0.5) 68.57143%, rgba(255, 0, 0, 0.5) 74.28571%, rgba(255, 0, 0, 0.25) 74.28571%, rgba(255, 0, 0, 0.25) 77.14286%, rgba(255, 0, 0, 0.5) 77.14286%, rgba(255, 0, 0, 0.5) 82.85714%, rgba(255, 0, 0, 0.25) 82.85714%, rgba(255, 0, 0, 0.25) 85.71429%, rgba(255, 0, 0, 0.5) 85.71429%, rgba(255, 0, 0, 0.5) 91.42857%, rgba(255, 0, 0, 0.25) 91.42857%, rgba(255, 0, 0, 0.25) 94.28571%, rgba(255, 0, 0, 0.5) 94.28571%, rgba(255, 0, 0, 0.5) 100%);
    background-image: -moz-linear-gradient(left, rgba(255, 0, 0, 0.5), rgba(255, 0, 0, 0.5) 5.71429%, rgba(255, 0, 0, 0.25) 5.71429%, rgba(255, 0, 0, 0.25) 8.57143%, rgba(255, 0, 0, 0.5) 8.57143%, rgba(255, 0, 0, 0.5) 14.28571%, rgba(255, 0, 0, 0.25) 14.28571%, rgba(255, 0, 0, 0.25) 17.14286%, rgba(255, 0, 0, 0.5) 17.14286%, rgba(255, 0, 0, 0.5) 22.85714%, rgba(255, 0, 0, 0.25) 22.85714%, rgba(255, 0, 0, 0.25) 25.71429%, rgba(255, 0, 0, 0.5) 25.71429%, rgba(255, 0, 0, 0.5) 31.42857%, rgba(255, 0, 0, 0.25) 31.42857%, rgba(255, 0, 0, 0.25) 34.28571%, rgba(255, 0, 0, 0.5) 34.28571%, rgba(255, 0, 0, 0.5) 40%, rgba(255, 0, 0, 0.25) 40%, rgba(255, 0, 0, 0.25) 42.85714%, rgba(255, 0, 0, 0.5) 42.85714%, rgba(255, 0, 0, 0.5) 48.57143%, rgba(255, 0, 0, 0.25) 48.57143%, rgba(255, 0, 0, 0.25) 51.42857%, rgba(255, 0, 0, 0.5) 51.42857%, rgba(255, 0, 0, 0.5) 57.14286%, rgba(255, 0, 0, 0.25) 57.14286%, rgba(255, 0, 0, 0.25) 60.0%, rgba(255, 0, 0, 0.5) 60.0%, rgba(255, 0, 0, 0.5) 65.71429%, rgba(255, 0, 0, 0.25) 65.71429%, rgba(255, 0, 0, 0.25) 68.57143%, rgba(255, 0, 0, 0.5) 68.57143%, rgba(255, 0, 0, 0.5) 74.28571%, rgba(255, 0, 0, 0.25) 74.28571%, rgba(255, 0, 0, 0.25) 77.14286%, rgba(255, 0, 0, 0.5) 77.14286%, rgba(255, 0, 0, 0.5) 82.85714%, rgba(255, 0, 0, 0.25) 82.85714%, rgba(255, 0, 0, 0.25) 85.71429%, rgba(255, 0, 0, 0.5) 85.71429%, rgba(255, 0, 0, 0.5) 91.42857%, rgba(255, 0, 0, 0.25) 91.42857%, rgba(255, 0, 0, 0.25) 94.28571%, rgba(255, 0, 0, 0.5) 94.28571%, rgba(255, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(255, 0, 0, 0.5), rgba(255, 0, 0, 0.5) 5.71429%, rgba(255, 0, 0, 0.25) 5.71429%, rgba(255, 0, 0, 0.25) 8.57143%, rgba(255, 0, 0, 0.5) 8.57143%, rgba(255, 0, 0, 0.5) 14.28571%, rgba(255, 0, 0, 0.25) 14.28571%, rgba(255, 0, 0, 0.25) 17.14286%, rgba(255, 0, 0, 0.5) 17.14286%, rgba(255, 0, 0, 0.5) 22.85714%, rgba(255, 0, 0, 0.25) 22.85714%, rgba(255, 0, 0, 0.25) 25.71429%, rgba(255, 0, 0, 0.5) 25.71429%, rgba(255, 0, 0, 0.5) 31.42857%, rgba(255, 0, 0, 0.25) 31.42857%, rgba(255, 0, 0, 0.25) 34.28571%, rgba(255, 0, 0, 0.5) 34.28571%, rgba(255, 0, 0, 0.5) 40%, rgba(255, 0, 0, 0.25) 40%, rgba(255, 0, 0, 0.25) 42.85714%, rgba(255, 0, 0, 0.5) 42.85714%, rgba(255, 0, 0, 0.5) 48.57143%, rgba(255, 0, 0, 0.25) 48.57143%, rgba(255, 0, 0, 0.25) 51.42857%, rgba(255, 0, 0, 0.5) 51.42857%, rgba(255, 0, 0, 0.5) 57.14286%, rgba(255, 0, 0, 0.25) 57.14286%, rgba(255, 0, 0, 0.25) 60.0%, rgba(255, 0, 0, 0.5) 60.0%, rgba(255, 0, 0, 0.5) 65.71429%, rgba(255, 0, 0, 0.25) 65.71429%, rgba(255, 0, 0, 0.25) 68.57143%, rgba(255, 0, 0, 0.5) 68.57143%, rgba(255, 0, 0, 0.5) 74.28571%, rgba(255, 0, 0, 0.25) 74.28571%, rgba(255, 0, 0, 0.25) 77.14286%, rgba(255, 0, 0, 0.5) 77.14286%, rgba(255, 0, 0, 0.5) 82.85714%, rgba(255, 0, 0, 0.25) 82.85714%, rgba(255, 0, 0, 0.25) 85.71429%, rgba(255, 0, 0, 0.5) 85.71429%, rgba(255, 0, 0, 0.5) 91.42857%, rgba(255, 0, 0, 0.25) 91.42857%, rgba(255, 0, 0, 0.25) 94.28571%, rgba(255, 0, 0, 0.5) 94.28571%, rgba(255, 0, 0, 0.5) 100%);
    background-image: linear-gradient(left, rgba(255, 0, 0, 0.5), rgba(255, 0, 0, 0.5) 5.71429%, rgba(255, 0, 0, 0.25) 5.71429%, rgba(255, 0, 0, 0.25) 8.57143%, rgba(255, 0, 0, 0.5) 8.57143%, rgba(255, 0, 0, 0.5) 14.28571%, rgba(255, 0, 0, 0.25) 14.28571%, rgba(255, 0, 0, 0.25) 17.14286%, rgba(255, 0, 0, 0.5) 17.14286%, rgba(255, 0, 0, 0.5) 22.85714%, rgba(255, 0, 0, 0.25) 22.85714%, rgba(255, 0, 0, 0.25) 25.71429%, rgba(255, 0, 0, 0.5) 25.71429%, rgba(255, 0, 0, 0.5) 31.42857%, rgba(255, 0, 0, 0.25) 31.42857%, rgba(255, 0, 0, 0.25) 34.28571%, rgba(255, 0, 0, 0.5) 34.28571%, rgba(255, 0, 0, 0.5) 40%, rgba(255, 0, 0, 0.25) 40%, rgba(255, 0, 0, 0.25) 42.85714%, rgba(255, 0, 0, 0.5) 42.85714%, rgba(255, 0, 0, 0.5) 48.57143%, rgba(255, 0, 0, 0.25) 48.57143%, rgba(255, 0, 0, 0.25) 51.42857%, rgba(255, 0, 0, 0.5) 51.42857%, rgba(255, 0, 0, 0.5) 57.14286%, rgba(255, 0, 0, 0.25) 57.14286%, rgba(255, 0, 0, 0.25) 60.0%, rgba(255, 0, 0, 0.5) 60.0%, rgba(255, 0, 0, 0.5) 65.71429%, rgba(255, 0, 0, 0.25) 65.71429%, rgba(255, 0, 0, 0.25) 68.57143%, rgba(255, 0, 0, 0.5) 68.57143%, rgba(255, 0, 0, 0.5) 74.28571%, rgba(255, 0, 0, 0.25) 74.28571%, rgba(255, 0, 0, 0.25) 77.14286%, rgba(255, 0, 0, 0.5) 77.14286%, rgba(255, 0, 0, 0.5) 82.85714%, rgba(255, 0, 0, 0.25) 82.85714%, rgba(255, 0, 0, 0.25) 85.71429%, rgba(255, 0, 0, 0.5) 85.71429%, rgba(255, 0, 0, 0.5) 91.42857%, rgba(255, 0, 0, 0.25) 91.42857%, rgba(255, 0, 0, 0.25) 94.28571%, rgba(255, 0, 0, 0.5) 94.28571%, rgba(255, 0, 0, 0.5) 100%);
  }
}

@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat/Montserrat Bold.eot");
  src: url("fonts/Montserrat/Montserrat Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat/Montserrat Bold.woff2") format("woff2"), url("fonts/Montserrat/Montserrat Bold.woff") format("woff"), url("fonts/Montserrat/Montserrat Bold.svg#Montserrat Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2212;
}

@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat/Montserrat Light.eot");
  src: url("fonts/Montserrat/Montserrat Light.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat/Montserrat Light.woff2") format("woff2"), url("fonts/Montserrat/Montserrat Light.woff") format("woff"), url("fonts/Montserrat/Montserrat Light.svg#Montserrat Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2212;
}

/* line 2, ../sass/_home.scss */
.header {
  background: #fff;
  margin: 0;
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  text-align: center;
}

/* line 14, ../sass/_home.scss */
.logo-mini {
  width: 52px;
}
@media (min-width: 960px) {
  /* line 14, ../sass/_home.scss */
  .logo-mini {
    width: 70px;
  }
}

/* line 20, ../sass/_home.scss */
.change-lang {
  position: absolute;
  top: 5px;
  left: 12px;
}
/* line 24, ../sass/_home.scss */
.change-lang a {
  font-size: 13px;
  font-family: Montserrat;
  font-weight: 300;
  color: #a5a5a5;
  text-decoration: none;
  margin: 0 8px;
}
/* line 31, ../sass/_home.scss */
.change-lang a:hover, .change-lang a.active {
  color: #ee6d05;
}
/* line 34, ../sass/_home.scss */
.change-lang a.active {
  font-weight: 700;
}

/* line 40, ../sass/_home.scss */
.subheader {
  display: none;
}

/* line 43, ../sass/_home.scss */
.contact-envelope {
  position: absolute;
  right: 20px;
  top: 5px;
  cursor: pointer;
}

/* line 49, ../sass/_home.scss */
.navlist {
  padding: 0;
  margin: 0;
}

/* line 53, ../sass/_home.scss */
.navlist__item {
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: Montserrat;
  text-transform: uppercase;
  font-weight: 300;
  border-bottom: 1px dotted #dddddd;
  padding: 20px 5px;
}
/* line 63, ../sass/_home.scss */
.navlist__item:last-child {
  border-bottom: none;
}
/* line 66, ../sass/_home.scss */
.navlist__item:hover {
  background-color: #f5f5f5;
}
/* line 69, ../sass/_home.scss */
.navlist__item a {
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  text-decoration: none;
  color: #7D8C93;
}
/* line 73, ../sass/_home.scss */
.navlist__item a:hover {
  color: #ee6d05;
}

/* line 80, ../sass/_home.scss */
#nav-icon {
  width: 33px;
  height: 25px;
  position: absolute;
  right: 70px;
  top: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

/* line 97, ../sass/_home.scss */
#nav-icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #ee6d05;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/* line 116, ../sass/_home.scss */
#nav-icon span:nth-child(1) {
  top: 0px;
}

/* line 120, ../sass/_home.scss */
#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
  top: 10px;
}

/* line 124, ../sass/_home.scss */
#nav-icon span:nth-child(4) {
  top: 20px;
}

/* line 128, ../sass/_home.scss */
#nav-icon.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

/* line 134, ../sass/_home.scss */
#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 141, ../sass/_home.scss */
#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 148, ../sass/_home.scss */
#nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/* line 154, ../sass/_home.scss */
.social-share {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 100%;
  text-align: center;
  padding: 5px 0;
}
@media (min-width: 481px) {
  /* line 154, ../sass/_home.scss */
  .social-share {
    width: auto;
    background: none;
    bottom: auto;
    top: 45%;
    left: 10px;
    padding: 0;
  }
}
@media (min-width: 960px) {
  /* line 154, ../sass/_home.scss */
  .social-share {
    left: 30px;
  }
}

/* line 177, ../sass/_home.scss */
.social-share__title {
  color: #353935;
  font-family: Montserrat;
  font-size: 18px;
  line-height: 21px;
  font-weight: 300;
  margin-right: 20px;
}
@media (min-width: 481px) {
  /* line 177, ../sass/_home.scss */
  .social-share__title {
    -webkit-transform: rotate(270deg) translateY(-35px) translateX(40px);
    -moz-transform: rotate(270deg) translateY(-35px) translateX(40px);
    -ms-transform: rotate(270deg) translateY(-35px) translateX(40px);
    -o-transform: rotate(270deg) translateY(-35px) translateX(40px);
    transform: rotate(270deg) translateY(-35px) translateX(40px);
    display: block;
    margin-right: 0;
  }
}

/* line 191, ../sass/_home.scss */
.social-share__icon {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media (min-width: 481px) {
  /* line 191, ../sass/_home.scss */
  .social-share__icon {
    display: block;
    margin: 0 0 5px;
  }
}
/* line 197, ../sass/_home.scss */
.social-share__icon:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/* line 201, ../sass/_home.scss */
section {
  padding-left: 1%;
  padding-right: 1%;
  position: relative;
}

/* line 209, ../sass/_home.scss */
.section1 {
  background-color: #EBEBEB;
  text-align: center;
  padding: 40px 0;
}
@media (min-width: 481px) {
  /* line 209, ../sass/_home.scss */
  .section1 {
    padding: 100px 0;
  }
}
@media (min-width: 960px) {
  /* line 209, ../sass/_home.scss */
  .section1 {
    padding: 200px 0;
  }
}

/* line 221, ../sass/_home.scss */
.section1__main {
  position: relative;
  padding: 0 5%;
}

/* line 225, ../sass/_home.scss */
.section1__drop {
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-left: -100px;
  width: 50%;
  z-index: 10;
}
@media (min-width: 481px) {
  /* line 225, ../sass/_home.scss */
  .section1__drop {
    width: auto;
  }
}
@media (min-width: 960px) {
  /* line 225, ../sass/_home.scss */
  .section1__drop {
    bottom: -90px;
    left: 50%;
    margin-left: -300px;
  }
}

/* line 241, ../sass/_home.scss */
.section1__title {
  color: #353935;
  font-size: 50px;
  line-height: 1.1;
  font-family: Montserrat;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 30;
  margin: 0 0 50px;
}
@media (min-width: 481px) {
  /* line 241, ../sass/_home.scss */
  .section1__title {
    font-size: 75px;
    margin: 0 0 40px;
  }
}
@media (min-width: 960px) {
  /* line 241, ../sass/_home.scss */
  .section1__title {
    font-size: 100px;
    margin: 0 0 80px;
  }
}

/* line 260, ../sass/_home.scss */
.section1__discover {
  color: #E8741F;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 30;
  margin-top: 70px;
}
@media (min-width: 960px) {
  /* line 260, ../sass/_home.scss */
  .section1__discover {
    margin-top: 130px;
  }
}
/* line 276, ../sass/_home.scss */
.section1__discover a {
  color: #E8741F;
  text-decoration: none;
}
/* line 280, ../sass/_home.scss */
.section1__discover span {
  margin-top: 10px;
  display: block;
}

/* line 286, ../sass/_home.scss */
.discover-video {
  position: relative;
  margin-top: 30px;
}

/* line 290, ../sass/_home.scss */
.discover-video__text {
  position: absolute;
  text-align: center;
  top: 38%;
  left: 0;
  width: 100%;
}

/* line 300, ../sass/_home.scss */
.section2 {
  background-color: #f8e2d0;
  padding-top: 60px;
  padding-bottom: 60px;
}

/* line 306, ../sass/_home.scss */
.hombre-perro {
  position: absolute;
  bottom: 2.3%;
  right: 0;
  max-width: 187px;
  width: 23%;
}

/* line 313, ../sass/_home.scss */
.versatile {
  position: absolute;
  top: 43.5%;
  right: 18.5%;
  width: 11%;
  max-width: 91px;
}
@media (min-width: 481px) {
  /* line 313, ../sass/_home.scss */
  .versatile {
    width: 12%;
  }
}
@media (min-width: 1470px) {
  /* line 313, ../sass/_home.scss */
  .versatile {
    width: 14%;
  }
}

/* line 326, ../sass/_home.scss */
.section2__bg {
  position: absolute;
  top: 10%;
  right: 10%;
  z-index: 1;
  display: none;
}
@media (min-width: 960px) {
  /* line 326, ../sass/_home.scss */
  .section2__bg {
    display: block;
  }
}

/* line 336, ../sass/_home.scss */
.zap {
  transform: scale(0, 2.5);
  transition: transform 1.3s ease-in-out;
}

/* line 340, ../sass/_home.scss */
.section2__image {
  display: block;
  width: 90%;
  margin: 0 auto 20px;
  position: relative;
  z-index: 100;
}
@media (min-width: 481px) {
  /* line 340, ../sass/_home.scss */
  .section2__image {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    width: 45%;
    margin: 0 10% 0 0;
  }
}
@media (min-width: 960px) {
  /* line 340, ../sass/_home.scss */
  .section2__image {
    width: 58%;
    max-width: 797px;
    margin: 0 7% 0 0;
  }
}

/* line 357, ../sass/_home.scss */
.text-block {
  z-index: 400;
  position: relative;
  text-align: center;
}
@media (min-width: 481px) {
  /* line 357, ../sass/_home.scss */
  .text-block {
    text-align: left;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    width: 40%;
  }
}
@media (min-width: 960px) {
  /* line 357, ../sass/_home.scss */
  .text-block {
    width: 33%;
  }
}

/* line 370, ../sass/_home.scss */
.text-block__title {
  color: #353935;
  font-family: Montserrat;
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  margin: 0 0 20px;
}
@media (min-width: 481px) {
  /* line 370, ../sass/_home.scss */
  .text-block__title {
    font-size: 50px;
  }
}
@media (min-width: 960px) {
  /* line 370, ../sass/_home.scss */
  .text-block__title {
    font-size: 55px;
  }
}
@media (min-width: 1470px) {
  /* line 370, ../sass/_home.scss */
  .text-block__title {
    font-size: 85px;
  }
}

/* line 387, ../sass/_home.scss */
.text-block__zigzag {
  display: block;
  width: 85px;
  display: none;
}
@media (min-width: 960px) {
  /* line 387, ../sass/_home.scss */
  .text-block__zigzag {
    display: block;
  }
}

/* line 395, ../sass/_home.scss */
.text-block__subtitle {
  color: #353935;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 1.1;
  font-weight: bold;
}
@media (min-width: 481px) {
  /* line 395, ../sass/_home.scss */
  .text-block__subtitle {
    font-size: 20px;
  }
}
@media (min-width: 960px) {
  /* line 395, ../sass/_home.scss */
  .text-block__subtitle {
    font-size: 24px;
  }
}

/* line 408, ../sass/_home.scss */
.text-block__text {
  color: #353935;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 300;
}
@media (min-width: 481px) {
  /* line 408, ../sass/_home.scss */
  .text-block__text {
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  /* line 408, ../sass/_home.scss */
  .text-block__text {
    font-size: 20px;
  }
}

/* line 423, ../sass/_home.scss */
.section3 {
  background-color: #f8e2d0;
  padding-top: 80px;
  padding-bottom: 20px;
}
@media (min-width: 481px) {
  /* line 427, ../sass/_home.scss */
  .section3 .text-block {
    width: 54%;
  }
}
@media (min-width: 960px) {
  /* line 427, ../sass/_home.scss */
  .section3 .text-block {
    width: 35%;
  }
}

/* line 437, ../sass/_home.scss */
.section3__whitebar {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-color: #fff;
}
@media (min-width: 960px) {
  /* line 437, ../sass/_home.scss */
  .section3__whitebar {
    display: block;
  }
}

/* line 449, ../sass/_home.scss */
.section3__image {
  display: block;
  width: 90%;
  margin: 0 auto 20px;
  position: relative;
}
@media (min-width: 481px) {
  /* line 449, ../sass/_home.scss */
  .section3__image {
    float: right;
    width: 45%;
  }
}
@media (min-width: 960px) {
  /* line 449, ../sass/_home.scss */
  .section3__image {
    width: 65%;
    max-width: 788px;
  }
}

/* line 463, ../sass/_home.scss */
.bici {
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 20%;
  max-width: 160px;
}

/* line 470, ../sass/_home.scss */
.moto {
  position: absolute;
  bottom: 32%;
  right: -10%;
  width: 20%;
  max-width: 161px;
}

/* line 478, ../sass/_home.scss */
.minex {
  position: absolute;
  top: 27.2%;
  left: 48%;
  width: 16%;
  max-width: 120px;
}
@media (min-width: 960px) {
  /* line 478, ../sass/_home.scss */
  .minex {
    top: 27.4%;
  }
}
@media (min-width: 1470px) {
  /* line 478, ../sass/_home.scss */
  .minex {
    top: 27.2%;
    width: 20%;
  }
}

/* line 499, ../sass/_home.scss */
.section4 {
  background-color: #FFF;
  padding-top: 40px;
  padding-bottom: 100px;
}

/* line 505, ../sass/_home.scss */
.section4__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  display: none;
}
@media (min-width: 960px) {
  /* line 505, ../sass/_home.scss */
  .section4__bg {
    display: block;
  }
}

/* line 517, ../sass/_home.scss */
.systems {
  text-align: center;
  margin: 0 auto 40px;
}
@media (min-width: 481px) {
  /* line 517, ../sass/_home.scss */
  .systems {
    margin: 0 auto 50px;
  }
}
@media (min-width: 960px) {
  /* line 517, ../sass/_home.scss */
  .systems {
    width: 80%;
    margin: 0 auto 70px;
  }
}

/* line 529, ../sass/_home.scss */
.system {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  text-align: center;
  width: 33.33333%;
  padding: 0 2%;
}

/* line 536, ../sass/_home.scss */
.system__image {
  position: relative;
}
/* line 538, ../sass/_home.scss */
.system__image img {
  width: 100%;
}

/* line 542, ../sass/_home.scss */
.system__image_animated {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* line 548, ../sass/_home.scss */
.system__title {
  color: #353935;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 300;
}

/* line 559, ../sass/_home.scss */
.section4__title {
  color: #353935;
  font-family: Montserrat;
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 100;
}
@media (min-width: 481px) {
  /* line 559, ../sass/_home.scss */
  .section4__title {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    width: 50%;
    margin: -4px 2% 0 3%;
    font-size: 34px;
    text-align: left;
  }
}
@media (min-width: 960px) {
  /* line 559, ../sass/_home.scss */
  .section4__title {
    width: 45%;
    font-size: 63px;
    margin: -20px 2% 0 3%;
  }
}
@media (min-width: 1470px) {
  /* line 559, ../sass/_home.scss */
  .section4__title {
    font-size: 90px;
  }
}

/* line 587, ../sass/_home.scss */
.section4__text {
  color: #353935;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 300;
  text-align: center;
  position: relative;
  z-index: 100;
}
@media (min-width: 481px) {
  /* line 587, ../sass/_home.scss */
  .section4__text {
    font-size: 16px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    width: 40%;
    text-align: left;
  }
}

/* line 609, ../sass/_home.scss */
.section5 {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 481px) {
  /* line 609, ../sass/_home.scss */
  .section5 {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media (min-width: 960px) {
  /* line 609, ../sass/_home.scss */
  .section5 {
    padding-top: 260px;
  }
}
@media (min-width: 1470px) {
  /* line 609, ../sass/_home.scss */
  .section5 {
    padding-top: 400px;
  }
}

/* line 626, ../sass/_home.scss */
.section5__bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 90%;
  margin-left: -45%;
  z-index: 1;
  display: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
@media (min-width: 960px) {
  /* line 626, ../sass/_home.scss */
  .section5__bg {
    display: block;
  }
}
@media (min-width: 960px) {
  /* line 626, ../sass/_home.scss */
  .section5__bg {
    width: 50%;
    margin-left: -25%;
  }
}

/* line 645, ../sass/_home.scss */
.section5__texts {
  position: relative;
  z-index: 100;
  text-align: center;
}
@media (min-width: 960px) {
  /* line 645, ../sass/_home.scss */
  .section5__texts {
    text-align: left;
    width: 35%;
  }
}
@media (min-width: 1470px) {
  /* line 645, ../sass/_home.scss */
  .section5__texts {
    width: 25%;
  }
}

/* line 660, ../sass/_home.scss */
.section5__title {
  color: #353935;
  font-family: Montserrat;
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  margin: 0 0 40px 0;
  text-align: center;
}
@media (min-width: 481px) {
  /* line 660, ../sass/_home.scss */
  .section5__title {
    font-size: 60px;
  }
}
@media (min-width: 960px) {
  /* line 660, ../sass/_home.scss */
  .section5__title {
    text-align: left;
    font-size: 70px;
  }
}
@media (min-width: 1470px) {
  /* line 660, ../sass/_home.scss */
  .section5__title {
    font-size: 90px;
  }
}

/* line 679, ../sass/_home.scss */
.section5__text {
  color: #353935;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 300;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 481px) {
  /* line 679, ../sass/_home.scss */
  .section5__text {
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  /* line 679, ../sass/_home.scss */
  .section5__text {
    text-align: left;
  }
}

/*
.section5__link{
    @include transition(color 0.2s);
    color: #353935;
    font-family: Montserrat;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 700;
    position: relative;
    text-decoration: none;
    //display: block;
    @include inline-block;
    //width: 245px;
    margin: 0 auto;
    text-align: center;
    @include breakpoint($tablet-max){
        @include inline-block;
        width: auto;
    }
    &:hover{
        color: #e8741f;
    }
}
.section5__link:after{
    content:'';
    width:100%;
    position: absolute;
    left:0;
    bottom:-10px;
    height: 8px;
    background: rgba(255,196,77,1);
    background: -moz-linear-gradient(left, rgba(255,196,77,1) 0%, rgba(232,115,31,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,196,77,1)), color-stop(100%, rgba(232,115,31,1)));
    background: -webkit-linear-gradient(left, rgba(255,196,77,1) 0%, rgba(232,115,31,1) 100%);
    background: -o-linear-gradient(left, rgba(255,196,77,1) 0%, rgba(232,115,31,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,196,77,1) 0%, rgba(232,115,31,1) 100%);
    background: linear-gradient(to right, rgba(255,196,77,1) 0%, rgba(232,115,31,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc44d', endColorstr='#e8731f', GradientType=1 );
}
*/
/* line 735, ../sass/_home.scss */
.section5__link {
  -webkit-transition: color, 0.2s;
  -moz-transition: color, 0.2s;
  -o-transition: color, 0.2s;
  transition: color, 0.2s;
  background: #ffc44d;
  background: -moz-linear-gradient(left, #ffc44d 0%, #e8731f 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ffc44d), color-stop(100%, #e8731f));
  background: -webkit-linear-gradient(left, #ffc44d 0%, #e8731f 100%);
  background: -o-linear-gradient(left, #ffc44d 0%, #e8731f 100%);
  background: -ms-linear-gradient(left, #ffc44d 0%, #e8731f 100%);
  background: linear-gradient(to right, #ffc44d 0%, #e8731f 100%);
  color: #353935;
  font-family: Montserrat;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 700;
  padding: 15px 25px;
  text-decoration: none;
}
/* line 751, ../sass/_home.scss */
.section5__link:hover {
  color: #fff;
}

/* line 756, ../sass/_home.scss */
.section5__images {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 100;
}
/* line 762, ../sass/_home.scss */
.section5__images img {
  display: inline-block;
  vertical-align: top;
  width: 46%;
  margin: 0 2% 0;
  max-width: 263px;
}
@media (min-width: 960px) {
  /* line 762, ../sass/_home.scss */
  .section5__images img {
    width: 40%;
    margin: 0 5% 5px 5%;
  }
}
@media (min-width: 960px) {
  /* line 756, ../sass/_home.scss */
  .section5__images {
    margin-bottom: 0;
    position: absolute;
    top: -150px;
    left: 0;
    width: 50%;
    margin-left: 32%;
  }
}
@media (min-width: 1470px) {
  /* line 756, ../sass/_home.scss */
  .section5__images {
    top: -200px;
    margin-left: 25%;
  }
}

/* line 793, ../sass/_home.scss */
.section6 {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 960px) {
  /* line 793, ../sass/_home.scss */
  .section6 {
    padding-top: 60px;
    padding-bottom: 160px;
  }
}

/* line 802, ../sass/_home.scss */
.section6__title {
  color: #353935;
  font-family: Montserrat;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin: 0 0 50px 0;
}
@media (min-width: 481px) {
  /* line 802, ../sass/_home.scss */
  .section6__title {
    font-size: 50px;
  }
}
@media (min-width: 960px) {
  /* line 802, ../sass/_home.scss */
  .section6__title {
    margin: 0 0 100px 0;
    font-size: 80px;
  }
}
@media (min-width: 1470px) {
  /* line 802, ../sass/_home.scss */
  .section6__title {
    font-size: 100px;
  }
}

/* line 821, ../sass/_home.scss */
.section6-products {
  text-align: center;
}
@media (min-width: 960px) {
  /* line 821, ../sass/_home.scss */
  .section6-products {
    padding: 0 5%;
  }
}
@media (min-width: 1470px) {
  /* line 821, ../sass/_home.scss */
  .section6-products {
    padding: 0 15%;
  }
}

/* line 830, ../sass/_home.scss */
.product-item {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 50%;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 50px;
}
@media (min-width: 960px) {
  /* line 830, ../sass/_home.scss */
  .product-item {
    width: 33.33333%;
    margin-bottom: 0;
  }
}

/* line 844, ../sass/_home.scss */
.product-item__container {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  position: relative;
}
/* line 848, ../sass/_home.scss */
.product-item__container:hover .product-item__image--over {
  opacity: 0;
}

/* line 853, ../sass/_home.scss */
.product-item__image {
  display: block;
  margin-bottom: 20px;
  width: 90%;
}
@media (min-width: 960px) {
  /* line 853, ../sass/_home.scss */
  .product-item__image {
    width: 100%;
  }
}

/* line 861, ../sass/_home.scss */
.product-item__image--over {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  display: none;
}
@media (min-width: 960px) {
  /* line 861, ../sass/_home.scss */
  .product-item__image--over {
    width: 100%;
    display: block;
  }
}

/* line 874, ../sass/_home.scss */
.product-item__title {
  color: #353935;
  font-family: Montserrat;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 300;
  margin: 25px 0 10px;
}

/* line 882, ../sass/_home.scss */
.product-item__linkcontainer {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}

/* line 887, ../sass/_home.scss */
.product-item__link {
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  color: #353935;
  font-family: Montserrat;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 700;
  text-decoration: none;
  display: block;
}
/* line 896, ../sass/_home.scss */
.product-item__link:hover {
  color: #e8741f;
}

/* line 901, ../sass/_home.scss */
.product-item__link:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 8px;
  background: #ffc44d;
  background: -moz-linear-gradient(left, #ffc44d 0%, #e8731f 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ffc44d), color-stop(100%, #e8731f));
  background: -webkit-linear-gradient(left, #ffc44d 0%, #e8731f 100%);
  background: -o-linear-gradient(left, #ffc44d 0%, #e8731f 100%);
  background: -ms-linear-gradient(left, #ffc44d 0%, #e8731f 100%);
  background: linear-gradient(to right, #ffc44d 0%, #e8731f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc44d', endColorstr='#e8731f', GradientType=1 );
}

/* line 919, ../sass/_home.scss */
.section7 {
  background-color: #f8e2d0;
  text-align: left;
  padding-top: 120px;
  padding-bottom: 120px;
}

/* line 925, ../sass/_home.scss */
.section7__title {
  color: #353935;
  font-family: Montserrat;
  font-size: 40px;
  font-weight: bold;
  margin-top: 0;
  line-height: 1;
  margin-bottom: 60px;
  text-align: center;
}
@media (min-width: 481px) {
  /* line 925, ../sass/_home.scss */
  .section7__title {
    font-size: 50px;
  }
}
@media (min-width: 960px) {
  /* line 925, ../sass/_home.scss */
  .section7__title {
    font-size: 70px;
    text-align: left;
  }
}
@media (min-width: 1470px) {
  /* line 925, ../sass/_home.scss */
  .section7__title {
    font-size: 100px;
  }
}

/* line 945, ../sass/_home.scss */
.section7__images {
  margin-bottom: 40px;
  text-align: center;
}

/* line 949, ../sass/_home.scss */
.section7__image {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  vertical-align: bottom;
  width: 33.33333%;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  /* line 949, ../sass/_home.scss */
  .section7__image {
    width: 20%;
  }
}
/* line 964, ../sass/_home.scss */
.section7__image img {
  width: 90%;
  max-width: 198px;
}

/* line 970, ../sass/_home.scss */
.section7__texts {
  text-align: center;
}
@media (min-width: 960px) {
  /* line 970, ../sass/_home.scss */
  .section7__texts {
    text-align: left;
    width: 60%;
  }
}
@media (min-width: 1470px) {
  /* line 970, ../sass/_home.scss */
  .section7__texts {
    width: 50%;
  }
}

/* line 983, ../sass/_home.scss */
.section7__subtitle {
  color: #353935;
  font-family: Montserrat;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
}
@media (min-width: 481px) {
  /* line 983, ../sass/_home.scss */
  .section7__subtitle {
    font-size: 20px;
  }
}
@media (min-width: 960px) {
  /* line 983, ../sass/_home.scss */
  .section7__subtitle {
    font-size: 24px;
  }
}

/* line 996, ../sass/_home.scss */
.section7__text {
  color: #353935;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.1;
}
@media (min-width: 481px) {
  /* line 996, ../sass/_home.scss */
  .section7__text {
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  /* line 996, ../sass/_home.scss */
  .section7__text {
    font-size: 20px;
  }
}

/* line 1010, ../sass/_home.scss */
.section7__link {
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  color: #353935;
  font-family: Montserrat;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 700;
  position: relative;
  text-decoration: none;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: 30px auto 0;
  text-align: center;
}
@media (min-width: 960px) {
  /* line 1010, ../sass/_home.scss */
  .section7__link {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    width: auto;
  }
}
/* line 1027, ../sass/_home.scss */
.section7__link:hover {
  color: #e8741f;
}

/* line 1032, ../sass/_home.scss */
.section7__link:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 8px;
  background: #ffc44d;
  background: -moz-linear-gradient(left, #ffc44d 0%, #e8731f 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ffc44d), color-stop(100%, #e8731f));
  background: -webkit-linear-gradient(left, #ffc44d 0%, #e8731f 100%);
  background: -o-linear-gradient(left, #ffc44d 0%, #e8731f 100%);
  background: -ms-linear-gradient(left, #ffc44d 0%, #e8731f 100%);
  background: linear-gradient(to right, #ffc44d 0%, #e8731f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc44d', endColorstr='#e8731f', GradientType=1 );
}

/* line 1052, ../sass/_home.scss */
.onepage-pagination {
  position: fixed;
  right: 10px;
  top: 50%;
  z-index: 5;
  list-style: none;
  margin: -68px 0 0 0;
  padding: 0;
}

/* line 1062, ../sass/_home.scss */
.onepage-pagination li {
  padding: 0;
  text-align: center;
}

/* line 1066, ../sass/_home.scss */
.onepage-pagination li span {
  padding: 10px;
  width: 4px;
  height: 4px;
  display: block;
  position: relative;
}

/* line 1073, ../sass/_home.scss */
.onepage-pagination li span:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 4px;
  background: rgba(0, 0, 0, 0.85);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

/* line 1086, ../sass/_home.scss */
.onepage-pagination li span.active:before {
  width: 10px;
  height: 10px;
  background: none;
  border: 1px solid black;
  margin-top: -4px;
  left: 8px;
}

/* line 1095, ../sass/_home.scss */
.onepage-pagination li span.active:before {
  background: #ababab;
  border: 1px solid #ababab;
  margin-top: auto;
  left: auto;
}

/* line 1102, ../sass/_home.scss */
.onepage-pagination li span:before {
  border: 1px solid #acacac;
  background: none;
  width: 10px;
  height: 10px;
}

/* line 1112, ../sass/_home.scss */
#popup-video {
  padding: 0;
  background: #000;
}

/* line 1117, ../sass/_home.scss */
.popup-form {
  text-align: center;
  color: #353935;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 1.1;
  padding: 35px 35px 50px;
}
@media (min-width: 960px) {
  /* line 1117, ../sass/_home.scss */
  .popup-form {
    background-image: url(../images/background-popup-form.png);
    background-position: bottom right;
    background-repeat: no-repeat;
  }
}
/* line 1129, ../sass/_home.scss */
.popup-form p {
  margin: 0 0 20px;
}
@media (min-width: 960px) {
  /* line 1132, ../sass/_home.scss */
  .popup-form .remodal-close {
    left: auto;
    right: -35px;
    color: #fff;
    background: #D0741B;
  }
}
/* line 1141, ../sass/_home.scss */
.popup-form .remodal-close:before {
  font-size: 40px;
  font-weight: 300;
}

/* line 1146, ../sass/_home.scss */
.popup-form__title {
  text-transform: uppercase;
  margin: 0 0 10px;
  padding: 0;
}

/* line 1151, ../sass/_home.scss */
.popup-form__decoration {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
}
@media (min-width: 960px) {
  /* line 1151, ../sass/_home.scss */
  .popup-form__decoration {
    display: block;
  }
}

/* line 1160, ../sass/_home.scss */
.popup-form__centered {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 481px) {
  /* line 1160, ../sass/_home.scss */
  .popup-form__centered {
    width: 60%;
  }
}

/* line 1168, ../sass/_home.scss */
.frm-contact {
  margin: 0 auto;
  width: 70%;
}

/* line 1172, ../sass/_home.scss */
.frm-contact__text {
  border: 1px solid #C9C9C9;
  font-family: Montserrat;
  font-weight: 300;
  padding: 10px;
  width: 100%;
  display: block;
  margin: 0 0 20px;
}

/* line 1181, ../sass/_home.scss */
.frm-contact__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  border: 1px solid #C9C9C9;
  font-family: Montserrat;
  font-weight: 300;
  padding: 10px;
  width: 100%;
  display: block;
  margin: 0 0 20px;
}

/* line 1194, ../sass/_home.scss */
.frm-contact__textarea {
  border: 1px solid #C9C9C9;
  font-family: Montserrat;
  font-weight: 300;
  padding: 10px;
  width: 100%;
  display: block;
  margin: 0 0 20px;
  height: 120px;
}

/* line 1204, ../sass/_home.scss */
.frm-contact__submit {
  margin: 0 auto;
  display: block;
  width: 110px;
  padding: 10px 0;
  border: none;
  background: #ffc44d;
  background: -moz-linear-gradient(left, #ffc44d 0%, #e8731f 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ffc44d), color-stop(100%, #e8731f));
  background: -webkit-linear-gradient(left, #ffc44d 0%, #e8731f 100%);
  background: -o-linear-gradient(left, #ffc44d 0%, #e8731f 100%);
  background: -ms-linear-gradient(left, #ffc44d 0%, #e8731f 100%);
  background: linear-gradient(to right, #ffc44d 0%, #e8731f 100%);
  color: #FFFFFF;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}

/* line 1226, ../sass/_home.scss */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

/* line 1233, ../sass/_home.scss */
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1241, ../sass/_home.scss */
html {
  width: 100%;
  height: 100%;
}

/* line 1246, ../sass/_home.scss */
.teaser {
  width: 100%;
  height: 100%;
  background-color: #F7F7F7;
  text-align: center;
}

/* line 1252, ../sass/_home.scss */
.teaser__img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  margin-top: -150px;
}
@media (min-width: 481px) {
  /* line 1252, ../sass/_home.scss */
  .teaser__img {
    width: 400px;
    margin-left: -200px;
    margin-top: -200px;
  }
}
@media (min-width: 960px) {
  /* line 1252, ../sass/_home.scss */
  .teaser__img {
    width: 600px;
    margin-left: -300px;
    margin-top: -300px;
  }
}
@media (min-width: 1470px) {
  /* line 1252, ../sass/_home.scss */
  .teaser__img {
    width: 800px;
    margin-left: -400px;
    margin-top: -400px;
  }
}

/* line 1, ../sass/_animations.scss */
.visible {
  transition: opacity 0.4s ease-in-out;
  opacity: 1;
}

/* line 16, ../sass/style.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 20, ../sass/style.scss */
html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  background-color: #e8edee;
}

/* line 28, ../sass/style.scss */
body {
  padding-top: 50px;
}
@media (min-width: 960px) {
  /* line 28, ../sass/style.scss */
  body {
    padding-top: 61px;
  }
}

/* line 35, ../sass/style.scss */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* line 44, ../sass/style.scss */
* html .clearfix {
  zoom: 1;
}

/* IE6 */
/* line 45, ../sass/style.scss */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
/* line 47, ../sass/style.scss */
.clear {
  clear: both;
}

/* line 51, ../sass/style.scss */
img {
  outline: 0;
  max-width: 100%;
  vertical-align: middle;
}
