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

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

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

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

/*
.slick-arrow{
    position: absolute;
    z-index: 9;
    top: 50%;
    margin-top: -33px;
    border: none;
    background: none;
    font-size: 0;
    line-height: 0;
    color: #fff;
    display: inline-block;
    width: 25px;
    height: 42px;

    @media screen and (max-width: $screen-md) {
        margin-top: 0;
    }

    @media screen and (max-width: $screen-sm) {
        margin-top: -30px;
    }

    @media screen and (max-width: 440px) {
        display: none !important;
    }

    &:hover,
    &:hover{
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    &:hover:after,
    &:hover:before{
        background: rgba(255,255,255,0.5);
    }

    &:active,
    &:focus{
        outline: none;
    }
}

.slick-next{
    right: 70px;

    @media screen and (max-width: $screen-sm) {
        right: 30px;
    }

    &:before,
    &:after{
        content: '';
        position: absolute;
        z-index: -1;
        width: 40px;
        height: 2px;
        background: $c-white;
    }

    &:before{
        left: 0;
        top: 4px;
        transform: rotate(55deg);
    }

    &:after{
        left: 0;
        bottom: 4px;
        transform: rotate(-55deg);
    }
}

.slick-prev{
    left: 70px;

    @media screen and (max-width: $screen-sm) {
        left: 30px;
    }

    &:before,
    &:after{
        content: '';
        position: absolute;
        z-index: -1;
        width: 40px;
        height: 2px;
        background: $c-white;
    }

    &:before{
        right: 0;
        top: 4px;
        transform: rotate(-55deg);
    }

    &:after{
        right: 0;
        bottom: 4px;
        transform: rotate(55deg);
    }
}

.slick-dots{
    width: 100%;
    position: absolute;
    bottom: 60px;
    list-style-type: none;
    text-align: center;

    @media screen and (max-width: $screen-md) {
        bottom: 20px;
    }

    @media screen and (max-width: $screen-sm) {
        bottom: 10px;
    }

    li{
        display: inline-block;
        vertical-align: middle;

        button{
            display: inline-block;
            width: 11px;
            height: 11px;
            padding: 0;
            margin:  0 3px;
            background: $c-white;
            border: none;
            text-indent: -10000px;
            border-radius: 50%;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear;

            &:hover{
                background: rgba(255,255,255,0.5);
            }

            &:focus,
            &:active{
                outline: none;
            }
        }

        &.slick-active{
            button{
                width: 13px;
                height: 13px;
                border: 2px solid $c-white;
                background: transparent;
            }
        }
    }
}

*/
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important; }

#swipebox-overlay img {
  border: none !important; }

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%; }

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer; }

#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block; }

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle; }

#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

#swipebox-slider .slide-loading {
  background: url(../images/loader.gif) no-repeat center center; }

#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%; }

#swipebox-bottom-bar {
  bottom: -50px; }

#swipebox-bottom-bar.visible-bars {
  /*
  -webkit-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);
          */ }

#swipebox-top-bar {
  top: -50px; }

#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0); }

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center; }

#swipebox-prev,
#swipebox-next {
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: -5px; }

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px; }

#swipebox-prev {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 50%;
  left: 0;
  z-index: 9999;
  background-image: url("../images/svg/arrow-left.svg") !important;
  background-size: 31px 50px;
  background-position: 10% 47%; }

#swipebox-next {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  z-index: 8881;
  background-image: url("../images/svg/arrow-right.svg") !important;
  background-size: 31px 50px;
  background-position: 90% 45%; }

#swipebox-next.disabled,
#swipebox-prev.disabled {
  display: none !important; }

#swipebox-close {
  position: absolute;
  top: 20px !important;
  right: 5% !important;
  z-index: 9999;
  display: block;
  width: 22px;
  height: 40px;
  background-image: url("../images/svg/close.svg") !important;
  background-size: 22px 40px;
  background-position: 50% 50%; }

.swipebox-no-close-button #swipebox-close {
  display: none; }

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3; }

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s; }

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s; }

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0; }

.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
  box-shadow: inset 10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
  box-shadow: inset -10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1; }

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1; }

@-webkit-keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px; }
  #swipebox-arrows {
    width: 100%; } }

/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #fff; }

#swipebox-bottom-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%; }

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif; }

/*!
 * fullPage 2.8.8
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none; }

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box; }

.fp-slide {
  float: left; }

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent; }

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: hidden;
  position: relative; }

.fp-scroller {
  overflow: hidden; }

.iScrollIndicator {
  border: 0 !important; }

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important; }

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0); }

#fp-nav.right {
  right: 17px; }

#fp-nav.left {
  left: 17px; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fp-slidesNav.bottom {
  bottom: 17px; }

.fp-slidesNav.top {
  top: 17px; }

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0; }

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative; }

.fp-slidesNav ul li {
  display: inline-block; }

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%; }

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px; }

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer; }

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1; }

#fp-nav ul li .fp-tooltip.right {
  right: 20px; }

#fp-nav ul li .fp-tooltip.left {
  left: 20px; }

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important; }

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important; }

/*
.fullpage-wrapper {
    width: 100%!important;
    transform: none!important;
}
.fp-section {
    width: 100%!important;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 0;
    transition: all 1s ease-in-out;
}
.fp-section.active {
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

.fp-tableCell{
    position: relative;
}
*/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, menu {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-family: inherit;
  vertical-align: baseline; }

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

/*
a {
  color: $link-color;
  text-decoration: none;

  &:hover,
  &:focus {
    color: $link-hover-color;
    text-decoration: $link-hover-decoration;
  }

  &:focus {
    @include tab-focus;
  }
}
*/
figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1210px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

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

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

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

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

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

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

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

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat-Regular';
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat-Bold';
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@media (min-width: 911px) {
  .animation-rotate-arrow:hover .overlay__svg__arrow {
    -webkit-animation: spin 0.5s linear 1;
    -moz-animation: spin 0.5s linear 1;
    animation: spin 0.5s linear 1; } }

@media (min-width: 911px) {
  .animation-rotate-title:hover .overlay__svg__cirle {
    -webkit-animation: spin 0.5s linear 1;
    -moz-animation: spin 0.5s linear 1;
    animation: spin 0.5s linear 1; } }

@media (min-width: 911px) {
  .animation-rotate:hover {
    -webkit-animation: spin 0.5s linear 1;
    -moz-animation: spin 0.5s linear 1;
    animation: spin 0.5s linear 1; } }

@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(0.89); }
  100% {
    transform: scale(1); } }

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

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

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

* {
  box-sizing: border-box; }

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

html,
body {
  position: relative;
  height: 100%;
  font-size: 10px;
  font-family: "Montserrat-Bold";
  min-width: 320px;
  min-height: 460px; }
  @media screen and (max-width: 670px) {
    html,
    body {
      font-size: 8px; } }
  @media screen and (max-width: 360px) {
    html,
    body {
      font-size: 6px; } }

body {
  background: #fff; }

sup, sub {
  position: relative;
  font-size: 0.5em; }

sup {
  top: -1em; }

sub {
  bottom: -1em; }

button:focus, button:active, button:hover,
input:focus,
input:active,
input:hover,
textarea:focus,
textarea:active,
textarea:hover {
  outline: none; }

::-webkit-input-placeholder {
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase; }

:-moz-placeholder {
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase; }

::-moz-placeholder {
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase; }

:-ms-input-placeholder {
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase; }

a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer; }
  a:hover {
    text-decoration: underline; }

input {
  width: 100%;
  padding: 1.05em 1.389em;
  color: #3b9fde;
  border: none;
  -webkit-appearance: none;
  font-size: 18px;
  font-size: 1.8rem; }

input[type=submit] {
  display: inline-block;
  padding: 20px 26px;
  padding: 2rem 2.6rem;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #fff;
  background: #3b9fde;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

textarea {
  width: 100%;
  height: 180px;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 1.1em 1.389em;
  color: #3b9fde;
  resize: none;
  border: none;
  border-radius: 6px; }
  textarea:active, textarea:focus, textarea:hover {
    outline: none; }

.shadow {
  -webkit-filter: drop-shadow(-5px -5px 5px #000);
  filter: drop-shadow(-5px -5px 5px #000); }

.c-video {
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background: #000;
  display: none; }

@media (min-width: 1025px) and (min-height: 500px) {
  .c-video {
    display: block; } }

@media (min-width: 769px) and (min-height: 800px) {
  .c-video {
    display: block; } }

@media (max-width: 1024px) and (max-height: 768px) {
  .c-video {
    display: none; } }

.c-video video {
  position: absolute;
  min-width: 100vw;
  height: 100%;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0); }

@media screen and (min-aspect-ratio: 16 / 9) {
  .c-video video {
    height: auto;
    width: 100%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); } }

.content {
  line-height: 160%;
  font-family: "Montserrat-Bold";
  text-transform: uppercase;
  padding-bottom: 100px; }
  .content h1, .content h2 {
    font-size: 100px;
    font-size: 10rem;
    font-family: "Montserrat-Bold";
    text-align: center;
    text-transform: uppercase;
    line-height: 110%;
    padding: 120px 0 40px 0; }
    .content h1:first-child, .content h2:first-child {
      padding: 160px 0 80px 0; }
    @media (max-width: 1420px) {
      .content h1, .content h2 {
        font-size: 70px;
        font-size: 7rem; } }
    @media (max-width: 911px) {
      .content h1, .content h2 {
        padding: 80px 0 40px 0;
        font-size: 40px;
        font-size: 4rem; } }
  .content h3 {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 40px;
    line-height: 160%;
    font-size: 50px;
    font-size: 5rem; }
    @media (max-width: 1420px) {
      .content h3 {
        font-size: 30px;
        font-size: 3rem;
        padding-top: 40px; } }
    @media (max-width: 911px) {
      .content h3 {
        font-size: 30px;
        font-size: 3rem;
        padding-bottom: 20px; } }
    .content h3.top {
      padding-top: 80px; }
      @media (max-width: 911px) {
        .content h3.top {
          padding-top: 40px; } }
    .content h3.nopd {
      padding: 0; }
  .content a {
    color: #000000;
    text-decoration: underline; }
    .content a:hover {
      text-decoration: none; }
  .content p {
    padding-bottom: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 200%;
    text-align: justify;
    text-align-last: left;
    font-family: "Montserrat-Regular"; }
    @media (max-width: 911px) {
      .content p {
        padding-bottom: 30px; } }
  .content strong {
    font-family: "Montserrat-Bold"; }
  .content ul {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Montserrat-Regular";
    padding-bottom: 30px;
    padding-left: 20px; }
    .content ul li {
      line-height: 200%; }

.ng-hide {
  display: none; }

[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none; }

.overlay {
  display: block;
  position: fixed;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background: transparent;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  /*
    &__polygon{
        position: absolute;
        z-index: 2;
        top: -5px;
        right: 0;
        width: 41.5px;

        svg{
            width: 41.5px;
            height: 38.06px;
            fill: $color-white;
        }
    }
    */ }
  .overlay.open .overlay__title {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4); }
    .overlay.open .overlay__title a:hover {
      text-decoration: none; }
  .overlay.open .overlay__title__svg svg {
    width: 175px;
    height: 31px; }
    @media (max-width: 560px), (max-height: 745px) {
      .overlay.open .overlay__title__svg svg {
        width: 125px;
        height: 22px; } }
    @media (max-width: 340px) {
      .overlay.open .overlay__title__svg svg {
        width: 85px;
        height: 15px; } }
    @media (max-height: 480px) {
      .overlay.open .overlay__title__svg svg {
        width: 60px;
        height: 10px; } }
  .overlay.open .overlay__title__svg svg, .overlay.open .overlay__title__svg path {
    fill: #fff; }
  .overlay.open .overlay__open {
    opacity: 1;
    visibility: visible;
    z-index: 10; }
    .overlay.open .overlay__open:after, .overlay.open .overlay__open:before {
      opacity: 1;
      visibility: visible; }
  .overlay.open .overlay__close {
    opacity: 0;
    visibility: hidden; }
    .overlay.open .overlay__close:after, .overlay.open .overlay__close:before {
      opacity: 0;
      visibility: hidden; }
  .overlay.close .overlay__open {
    opacity: 0;
    visibility: hidden; }
    .overlay.close .overlay__open:after, .overlay.close .overlay__open:before {
      opacity: 0;
      visibility: hidden; }
  .overlay.close .overlay__close {
    opacity: 1;
    visibility: visible; }
    .overlay.close .overlay__close:after, .overlay.close .overlay__close:before {
      opacity: 1;
      visibility: visible; }
  .overlay__open {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .overlay__close {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .overlay__wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999; }
  .overlay__close__wrapper {
    display: block;
    opacity: 1; }
    .overlay__close__wrapper:after {
      content: '';
      opacity: 1;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      display: inline-block;
      width: 100%;
      height: 50%;
      background: #fff;
      transform: translate(0, -285px); }
      @media (max-width: 560px), (max-height: 745px) {
        .overlay__close__wrapper:after {
          transform: translate(0, -195px); } }
      @media (max-width: 340px) {
        .overlay__close__wrapper:after {
          transform: translate(0, -145px); } }
      @media (max-height: 480px) {
        .overlay__close__wrapper:after {
          transform: translate(0, -98px); } }
    .overlay__close__wrapper:before {
      content: '';
      opacity: 1;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      display: inline-block;
      width: 100%;
      height: 50%;
      background: #fff;
      transform: translate(0, 285px); }
      @media (max-width: 560px), (max-height: 745px) {
        .overlay__close__wrapper:before {
          transform: translate(0, 195px); } }
      @media (max-width: 340px) {
        .overlay__close__wrapper:before {
          transform: translate(0, 145px); } }
      @media (max-height: 480px) {
        .overlay__close__wrapper:before {
          transform: translate(0, 98px); } }
  .overlay__inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer; }
    .overlay__inner:before {
      content: '';
      opacity: 1;
      position: absolute;
      z-index: 2;
      left: 0;
      top: 0;
      bottom: 0;
      display: block;
      width: 50%;
      height: 100%;
      background: #fff;
      transform: translate(-285px, 0); }
      @media (max-width: 560px), (max-height: 745px) {
        .overlay__inner:before {
          transform: translate(-195px, 0); } }
      @media (max-width: 340px) {
        .overlay__inner:before {
          transform: translate(-145px, 0); } }
      @media (max-height: 480px) {
        .overlay__inner:before {
          transform: translate(-98px, 0); } }
    .overlay__inner:after {
      content: '';
      opacity: 1;
      position: absolute;
      z-index: 2;
      top: 0;
      bottom: 0;
      right: 0;
      display: block;
      width: 50%;
      height: 100%;
      background: #fff;
      transform: translate(285px, 0); }
      @media (max-width: 560px), (max-height: 745px) {
        .overlay__inner:after {
          transform: translate(195px, 0); } }
      @media (max-width: 340px) {
        .overlay__inner:after {
          transform: translate(145px, 0); } }
      @media (max-height: 480px) {
        .overlay__inner:after {
          transform: translate(98px, 0); } }
  .overlay .overlay__title {
    -webkit-animation: pulse 1.6s linear infinite;
    -moz-animation: pulse 1.6s linear infinite;
    animation: pulse 1.6s linear infinite; }
  .overlay .overlay__title__svg svg {
    background: transparent;
    width: 175px;
    height: 31px; }
    @media (max-width: 560px), (max-height: 745px) {
      .overlay .overlay__title__svg svg {
        width: 125px;
        height: 22px; } }
    @media (max-width: 340px) {
      .overlay .overlay__title__svg svg {
        width: 85px;
        height: 15px; } }
    @media (max-height: 480px) {
      .overlay .overlay__title__svg svg {
        width: 60px;
        height: 10px; } }
  .overlay__item {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    margin-left: -290px;
    height: 600px;
    margin-top: -290px;
    background: transparent; }
    @media (max-width: 560px), (max-height: 745px) {
      .overlay__item {
        width: 400px;
        height: 400px;
        margin-top: -200px;
        margin-left: -200px; } }
    @media (max-width: 340px) {
      .overlay__item {
        width: 300px;
        height: 300px;
        margin-top: -150px;
        margin-left: -150px; } }
    @media (max-height: 480px) {
      .overlay__item {
        width: 200px;
        height: 200px;
        margin-top: -100px;
        margin-left: -100px; } }
  .overlay__svg__cirle {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 600px;
    height: 600px; }
    @media (max-width: 560px), (max-height: 745px) {
      .overlay__svg__cirle {
        width: 400px;
        height: 400px; } }
    @media (max-width: 340px) {
      .overlay__svg__cirle {
        width: 300px;
        height: 300px; } }
    @media (max-height: 480px) {
      .overlay__svg__cirle {
        width: 200px;
        height: 200px; } }
    .overlay__svg__cirle path {
      fill: #fff; }
  .overlay__svg__arrow {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 600px;
    height: 600px; }
    @media (max-width: 560px), (max-height: 745px) {
      .overlay__svg__arrow {
        width: 400px;
        height: 400px; } }
    @media (max-width: 340px) {
      .overlay__svg__arrow {
        width: 300px;
        height: 300px; } }
    @media (max-height: 480px) {
      .overlay__svg__arrow {
        width: 200px;
        height: 200px; } }
    .overlay__svg__arrow path {
      fill: #fff; }
  .overlay__item__inner {
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .overlay__title {
    position: relative;
    z-index: 2;
    width: 100%;
    line-height: 600px;
    font-family: "Montserrat-Bold";
    font-weight: bold;
    font-size: 38px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    @media (max-width: 560px), (max-height: 745px) {
      .overlay__title {
        line-height: 400px;
        font-size: 27px; } }
    @media (max-width: 340px) {
      .overlay__title {
        line-height: 300px;
        font-size: 20px; } }
    @media (max-height: 480px) {
      .overlay__title {
        line-height: 200px;
        font-size: 14px; } }
    .overlay__title--white {
      color: #fff; }
  .overlay__status {
    position: absolute;
    z-index: 2;
    bottom: 50px;
    left: 50%;
    margin-left: -35px;
    cursor: pointer;
    /*
        @media screen and (max-height: 780px){
            bottom: 30px;
        }
        */ }
    @media screen and (max-height: 830px) {
      .overlay__status {
        bottom: 40px; } }
    @media screen and (max-height: 570px) {
      .overlay__status {
        display: none; } }
    .overlay__status.hide {
      display: none; }
  .overlay__graph {
    -ms-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg); }
  .overlay__status__value {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 2px;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 70px;
    font-family: "Montserrat-Regular";
    font-size: 12px;
    font-size: 1.2rem; }
  .overlay__polygon {
    position: absolute;
    z-index: 2;
    top: -11px;
    right: -11px;
    width: 90px;
    height: 90px; }
    .overlay__polygon svg {
      width: 90px;
      height: 90px;
      fill: #fff; }
  .overlay__sign {
    position: absolute;
    z-index: 9991;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    color: #dedede;
    font-size: 10px;
    font-family: "Montserrat-Regular"; }
    @media (max-width: 911px) {
      .overlay__sign {
        font-size: 10px; } }
    .overlay__sign svg {
      width: 25px;
      height: 7.95px; }
      .overlay__sign svg path {
        fill: #dedede; }
  .overlay__left {
    position: absolute;
    z-index: 9991;
    left: 0;
    top: 50%;
    width: auto;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    color: #000000;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
    .overlay__left:before, .overlay__left:after {
      content: " ";
      display: table; }
    .overlay__left:after {
      clear: both; }
    @media (max-width: 911px) {
      .overlay__left {
        height: 30px;
        line-height: 30px;
        top: 0;
        left: 50%;
        margin-top: 0;
        margin-left: -15px; } }
    @media (max-height: 480px) {
      .overlay__left {
        height: 30px;
        line-height: 30px;
        margin-top: -15px;
        margin-left: 0;
        left: 0;
        top: 50%; } }
    .overlay__left:hover {
      text-decoration: none;
      -ms-transform: translate(50px, 0);
      -webkit-transform: translate(50px, 0);
      transform: translate(50px, 0); }
  .overlay__left__ico {
    float: left;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #000000; }
    @media (max-width: 911px) {
      .overlay__left__ico {
        border-top: none;
        border-bottom: none;
        border-left: none;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid #000000; } }
    @media (max-height: 480px) {
      .overlay__left__ico {
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 15px solid #000000;
        border-right: none; } }
    .overlay__left__ico:after {
      position: absolute;
      top: 0;
      left: -50px;
      content: '';
      width: 50px;
      height: 60px;
      background: #000000; }
      @media (max-width: 911px) {
        .overlay__left__ico:after {
          display: none; } }
  .overlay__left__text {
    float: right;
    font-size: 38px;
    font-family: "Montserrat-Bold";
    margin-left: 6px; }
    @media (max-width: 911px) {
      .overlay__left__text {
        font-size: 20px;
        float: none;
        display: block;
        margin-left: 0; } }
    @media (max-width: 560px), (max-height: 745px) {
      .overlay__left__text {
        font-size: 27px; } }
    @media (max-width: 340px) {
      .overlay__left__text {
        font-size: 20px; } }
    @media (max-height: 480px) {
      .overlay__left__text {
        float: right;
        margin-left: 6px;
        font-size: 20px; } }
  .overlay__right {
    position: absolute;
    z-index: 9991;
    right: 0;
    top: 50%;
    width: auto;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    color: #000000;
    -ms-transform: translate(0x, 0);
    -webkit-transform: translate(0x, 0);
    transform: translate(0x, 0); }
    .overlay__right:before, .overlay__right:after {
      content: " ";
      display: table; }
    .overlay__right:after {
      clear: both; }
    @media (max-width: 911px) {
      .overlay__right {
        height: 30px;
        line-height: 30px;
        margin-top: -15px;
        bottom: 20px;
        top: auto;
        left: 0;
        right: 0;
        width: 100%;
        text-align: center;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); } }
    .overlay__right:hover {
      text-decoration: none;
      -ms-transform: translate(-50px, 0);
      -webkit-transform: translate(-50px, 0);
      transform: translate(-50px, 0); }
  .overlay__right__ico {
    float: right;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 30px solid #000000; }
    @media (max-width: 911px) {
      .overlay__right__ico {
        position: absolute;
        bottom: -20px;
        left: 50%;
        content: '';
        width: 0;
        height: 0;
        margin-left: -15px;
        padding-right: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 15px solid #000000;
        background: transparent; } }
    .overlay__right__ico:after {
      position: absolute;
      top: 0;
      right: -50px;
      content: '';
      width: 50px;
      height: 60px;
      background: #000000; }
      @media (max-width: 911px) {
        .overlay__right__ico:after {
          display: none; } }
  .overlay__right__text {
    float: left;
    font-size: 38px;
    font-family: "Montserrat-Bold";
    margin-right: 6px; }
    @media (max-width: 911px) {
      .overlay__right__text {
        font-size: 20px;
        padding-left: 0;
        top: 0;
        margin-right: 0;
        float: none; } }
    @media (max-width: 560px), (max-height: 745px) {
      .overlay__right__text {
        font-size: 27px; } }
    @media (max-width: 340px) {
      .overlay__right__text {
        font-size: 20px; } }

.section {
  min-height: 600px; }
  .section__video {
    position: absolute;
    z-index: 4;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%; }
  .section__back {
    position: absolute;
    z-index: 9;
    top: 50%;
    margin-top: -20px;
    right: 0;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    font-size: 38px;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -ms-transform: translate(50px, 0);
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0); }
    .section__back:before, .section__back:after {
      content: " ";
      display: table; }
    .section__back:after {
      clear: both; }
    @media (max-width: 911px) {
      .section__back {
        top: 50px;
        bottom: auto;
        left: 0;
        right: 0;
        width: 100%;
        text-align: center;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); } }
    @media (max-width: 560px), (max-height: 745px) {
      .section__back {
        font-size: 27px; } }
    @media (max-width: 340px) {
      .section__back {
        font-size: 20px;
        top: 20px; } }
    @media (max-height: 480px) {
      .section__back {
        position: absolute;
        width: auto;
        z-index: 9;
        top: 50%;
        right: 0;
        left: auto;
        display: inline-block;
        margin-top: -15px;
        height: 30px;
        line-height: 30px; } }
    .section__back:hover {
      text-decoration: none;
      -ms-transform: translate(0px, 0);
      -webkit-transform: translate(0px, 0);
      transform: translate(0px, 0); }
  .section__back__ico {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 60px;
    background: #fff; }
    @media (max-width: 911px) {
      .section__back__ico {
        position: absolute;
        top: -30px;
        left: 50%;
        content: '';
        width: 0;
        height: 0;
        margin-left: -30px;
        padding-right: 0;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top: 30px solid #fff;
        background: transparent; } }
    @media (max-height: 480px) {
      .section__back__ico {
        bottom: auto;
        top: 50%;
        left: auto;
        right: 0px;
        margin-top: -15px;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-right: 15px solid #fff; } }
    .section__back__ico:after {
      position: absolute;
      z-index: 10;
      top: 0;
      left: -30px;
      content: '';
      width: 0;
      height: 0;
      border-top: 30px solid transparent;
      border-bottom: 30px solid transparent;
      border-right: 30px solid #fff; }
      @media (max-width: 911px) {
        .section__back__ico:after {
          display: none; } }
  .section__back__text {
    display: inline-block;
    padding-right: 30px;
    position: relative;
    top: -17px; }
    @media (max-width: 911px) {
      .section__back__text {
        padding-right: 0;
        top: 0; } }
    @media (max-height: 480px) {
      .section__back__text {
        float: left;
        top: auto;
        display: inline-block;
        padding-right: 20px;
        position: relative;
        font-size: 14px; } }
  .section__more {
    position: absolute;
    z-index: 9999;
    top: 50%;
    margin-top: -20px;
    left: 0;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    font-size: 38px;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -ms-transform: translate(-60px, 0);
    -webkit-transform: translate(-60px, 0);
    transform: translate(-60px, 0); }
    .section__more:before, .section__more:after {
      content: " ";
      display: table; }
    .section__more:after {
      clear: both; }
    @media (max-width: 911px) {
      .section__more {
        bottom: 20px;
        top: auto;
        left: 0;
        right: 0;
        width: 100%;
        text-align: center;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); } }
    @media (max-width: 560px), (max-height: 745px) {
      .section__more {
        font-size: 27px; } }
    @media (max-width: 340px) {
      .section__more {
        font-size: 20px;
        bottom: 0; } }
    @media (max-height: 480px) {
      .section__more {
        top: 50%;
        left: 0;
        right: auto;
        width: auto;
        margin-top: -15px;
        height: 30px;
        line-height: 30px; } }
    .section__more:hover {
      text-decoration: none;
      -ms-transform: translate(0px, 0);
      -webkit-transform: translate(0px, 0);
      transform: translate(0px, 0); }
  .section__more__ico {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 60px;
    padding-right: 60px;
    background: #fff; }
    @media (max-width: 911px) {
      .section__more__ico {
        position: absolute;
        bottom: -20px;
        left: 50%;
        content: '';
        width: 0;
        height: 0;
        margin-left: -30px;
        padding-right: 0;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-bottom: 30px solid #fff;
        background: transparent; } }
    @media (max-height: 480px) {
      .section__more__ico {
        bottom: auto;
        top: 50%;
        left: 30px;
        margin-top: -15px;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 15px solid #fff; } }
    .section__more__ico:after {
      position: absolute;
      top: 0;
      right: -30px;
      content: '';
      width: 0;
      height: 0;
      border-top: 30px solid transparent;
      border-bottom: 30px solid transparent;
      border-left: 30px solid #fff; }
      @media (max-width: 911px) {
        .section__more__ico:after {
          display: none; } }
  .section__more__text {
    display: inline-block;
    padding-left: 30px;
    position: relative;
    top: -17px; }
    @media (max-width: 911px) {
      .section__more__text {
        padding-left: 0;
        top: 0; } }
    @media (max-height: 480px) {
      .section__more__text {
        padding-left: 20px;
        position: relative;
        top: auto;
        float: right;
        font-size: 14px; } }

.container {
  width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 1200px) {
    .container {
      width: 100%;
      padding: 0 60px; } }
  @media screen and (max-width: 1200px) and (max-width: 911px) {
    .container {
      padding: 0 30px; } }

.composter .slimScrollDiv {
  height: 100% !important; }
  .composter .slimScrollDiv .c-modal__inner {
    height: 100% !important; }

.composter .content {
  padding-bottom: 0; }

.composter .c-modal__content {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.composter .italic {
  font-weight: 400;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Montserrat-Regular"; }

@media (max-width: 911px) {
  .composter .content h2 {
    padding: 80px 0; } }

@media (max-width: 911px) {
  .composter .content h3 {
    line-height: 100%; } }

.composter .composter-inner h3 {
  text-align: center;
  color: #97c11f; }
  .composter .composter-inner h3 a {
    text-decoration: underline;
    color: #97c11f; }
    .composter .composter-inner h3 a:hover {
      text-decoration: none; }

@media (max-width: 911px) {
  .composter .composter-inner {
    margin: 0 0 50px 0; } }

.composter .button {
  width: 33%;
  text-align: center;
  display: inline-block;
  font-size: 40px;
  font-size: 4rem;
  /*.total, .reserved, .distributed {
       padding: 30px 0;
     }*/ }
  .composter .button div:first-child {
    padding: 30px 0; }
  @media (max-width: 911px) {
    .composter .button {
      width: 100%; } }

.composter .button-pdf {
  width: 33%;
  text-align: center;
  display: inline-block;
  font-size: 40px;
  font-size: 4rem;
  margin-bottom: 40px;
  vertical-align: top; }
  .composter .button-pdf .total, .composter .button-pdf .reserved, .composter .button-pdf .distributed {
    padding: 30px 0; }
  .composter .button-pdf .c-modal__text {
    padding: 30px; }
  @media (max-width: 911px) {
    .composter .button-pdf {
      width: 49%;
      margin-bottom: 0; } }

.composter .c-modal {
  position: fixed;
  z-index: 9991;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  /*    @include mobile {
      @include modalPosition(0px);
    }*/ }
  .composter .c-modal__text {
    color: #000;
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    padding: 30px 70px;
    text-transform: initial; }
    @media (max-width: 911px) {
      .composter .c-modal__text {
        padding: 30px 0 0 0; } }
  .composter .c-modal__up {
    z-index: 9992;
    display: inline-block;
    font-size: 38px;
    color: #fff;
    background: #000;
    margin-top: 30px;
    /*-ms-transform: translate(0, 50px);
      -webkit-transform: translate(0, 50px);
      transform: translate(0, 50px);
      transition: all .4s ease;*/
    /*&:hover{
        text-decoration: none;
        -ms-transform: translate(0px, 0);
        -webkit-transform: translate(0px, 0);
        transform: translate(0px, 0);

        @include mobile{
          -ms-transform: translate(0, 0);
          -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
        }
      }*/ }
    .composter .c-modal__up:before, .composter .c-modal__up:after {
      content: " ";
      display: table; }
    .composter .c-modal__up:after {
      clear: both; }
    .composter .c-modal__up--white {
      background: transparent;
      color: #fff; }
      .composter .c-modal__up--white .c-modal__close__ico {
        background: #fff; }
        .composter .c-modal__up--white .c-modal__close__ico:after {
          border-right: 30px solid #fff; }
    .composter .c-modal__up--black {
      background: transparent;
      color: #000000; }
      .composter .c-modal__up--black .c-modal__close__ico {
        background: #fff; }
        .composter .c-modal__up--black .c-modal__close__ico:after {
          border-right: 30px solid #000000; }
  .composter .c-modal__up__ico {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 70px;
    background: #000000;
    padding: 25px 10px;
    text-transform: lowercase; }
    .composter .c-modal__up__ico:after {
      position: absolute;
      z-index: 10;
      top: -30px;
      left: 0px;
      content: '';
      width: 0;
      height: 0;
      background: #000;
      border-right: 35px solid #fff;
      border-bottom: 30px solid transparent;
      border-left: 35px solid #fff;
      /*        @include mobile-landscape {
          border-top: 15px solid transparent;
          border-bottom: 15px solid transparent;
          border-right: 15px solid $color-white;
          left: 0px;
        }*/ }
    .composter .c-modal__up__ico--big {
      width: 130px;
      height: 0; }
      .composter .c-modal__up__ico--big:after {
        top: -65px;
        border-right: 65px solid #fff;
        border-bottom: 65px solid transparent;
        border-left: 65px solid #fff; }
      @media (max-width: 911px) {
        .composter .c-modal__up__ico--big {
          width: 130px;
          height: 100px; } }
  .composter .c-modal__up__ico.pdf {
    padding: 8px; }

.composter .c-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  z-index: 0; }
  .composter .c-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .composter .c-video .transparent {
    position: absolute;
    width: 100%;
    height: 90%;
    background-color: transparent;
    z-index: 9999; }

.composter h3 {
  text-align: left;
  font-size: 30px;
  font-size: 3rem; }

.sako-form {
  margin-bottom: 100px; }
  .sako-form .error {
    display: block;
    color: red;
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 1.4rem; }
  .sako-form form {
    padding-bottom: 80px; }
    @media (max-width: 911px) {
      .sako-form form {
        padding-bottom: 50px; } }
  .sako-form .question {
    margin-bottom: 50px; }
  .sako-form .question .answer label label:checked {
    color: #97c11f; }
  .sako-form .question.red {
    /*.answer{
      label:first-child{
        label{
          color: red;
        }
      }
    }*/ }
    .sako-form .question.red .number, .sako-form .question.red .text {
      color: red; }
  .sako-form .number {
    font-size: 24px;
    font-size: 2.4rem;
    text-align: left;
    font-family: "Montserrat-Bold"; }
  .sako-form .text {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: left;
    font-family: "Montserrat-Regular";
    line-height: 150%; }
  .sako-form .answer {
    display: block;
    padding: 10px 0; }
    .sako-form .answer label, .sako-form .answer .slash {
      display: inline-block;
      font-size: 18px;
      font-size: 1.8rem;
      text-align: left;
      font-family: "Montserrat-Bold";
      cursor: pointer; }
    .sako-form .answer .slash {
      padding: 0 3px; }
  .sako-form textarea {
    margin-top: 20px; }
  .sako-form .personal input[type="text"], .sako-form .personal input[type="email"] {
    width: 100%;
    padding: 15px;
    color: #000;
    border: 1px solid #000;
    -webkit-appearance: none;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "Montserrat-Regular";
    margin: 20px 0 40px 0; }
  .sako-form .personal label {
    font-size: 24px;
    font-size: 2.4rem;
    text-align: left;
    font-family: "Montserrat-Bold"; }
  @media screen and (max-width: 768px) {
    .sako-form .personal {
      width: 100%; } }
  .sako-form .personal .left, .sako-form .personal .right {
    width: 40%;
    text-align: left;
    display: inline-block; }
    @media (max-width: 911px) {
      .sako-form .personal .left, .sako-form .personal .right {
        width: 100%; } }
  .sako-form .personal .right {
    float: right; }
  .sako-form .personal .volume {
    display: block;
    margin-top: 30px; }
    .sako-form .personal .volume input {
      margin: 10px 0 30px 0; }
    .sako-form .personal .volume label {
      font-size: 24px;
      font-size: 2.4rem;
      text-align: left;
      font-family: "Montserrat-Bold"; }
  .sako-form .personal .address .small {
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
    padding: 0; }
  .sako-form .myplace span {
    font-size: 24px;
    font-size: 2.4rem;
    text-align: left;
    font-family: "Montserrat-Bold";
    display: block;
    padding: 20px 0; }
    @media (max-width: 911px) {
      .sako-form .myplace span {
        line-height: 20px; } }
  .sako-form .myplace .error {
    display: block;
    color: red;
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 1.4rem; }
  .sako-form .myplace input[type=checkbox] {
    display: none; }
  .sako-form .myplace input[type=checkbox] + label {
    display: block;
    padding-left: 40px;
    margin: 10px 0;
    height: 32px;
    background-position: 0 0;
    background-repeat: no-repeat;
    line-height: 32px;
    cursor: pointer;
    background-image: url("../images/checkbox.png"); }
  .sako-form .myplace input[type=checkbox]:checked + label {
    background-position: left -32px; }
  .sako-form .myplace label {
    font-size: 20px;
    font-size: 2rem; }
    @media (max-width: 911px) {
      .sako-form .myplace label {
        font-size: 17px;
        font-size: 1.7rem; } }
  .sako-form input[type="radio"] {
    font-family: "Montserrat-Bold";
    color: #000000;
    display: none; }
    .sako-form input[type="radio"]:checked + label {
      color: #97c11f; }
  .sako-form .question.red input[type="radio"] {
    font-family: "Montserrat-Bold";
    color: #000000;
    display: none; }
    .sako-form .question.red input[type="radio"] + label {
      color: #000; }
  .sako-form .question.red input[type="radio"] {
    font-family: "Montserrat-Bold";
    color: #000000;
    display: none; }
    .sako-form .question.red input[type="radio"]:checked + label {
      color: #97c11f; }
  .sako-form .question.green input[type="radio"] {
    font-family: "Montserrat-Bold";
    color: #000000;
    display: none; }
    .sako-form .question.green input[type="radio"] + label {
      color: #000; }
  .sako-form .question.green input[type="radio"] {
    font-family: "Montserrat-Bold";
    color: #000000;
    display: none; }
    .sako-form .question.green input[type="radio"]:checked + label {
      color: #97c11f; }
  .sako-form .line {
    display: inline-block; }
  .sako-form textarea {
    border: 1px solid black;
    border-radius: 0;
    font-family: "Montserrat-Regular";
    color: #000; }
  .sako-form select {
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 15px;
    border: 1px solid #000;
    margin: 20px 0 30px 0; }

input[type=submit] {
  margin: 0 auto;
  width: auto;
  display: block;
  background: #fff;
  color: #000;
  font-size: 40px;
  font-size: 4rem;
  font-family: "Montserrat-Bold";
  padding-top: 30px;
  letter-spacing: 0;
  transition: all .2s ease-in-out; }
  input[type=submit]:hover {
    transform: scale(1.1); }

.center {
  text-align: center;
  position: relative; }
  .center .c-modal__up {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    width: 130px;
    height: 100px;
    margin: 0 auto;
    transition: all .2s ease-in-out;
    transform: translate(0) !important; }

.result {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  padding-top: 25px; }

.result-error {
  color: red;
  line-height: 1.5;
  padding-bottom: 50px; }

.result-success {
  color: #97c11f; }

.loga {
  text-align: center; }
  .loga img {
    width: 24%;
    height: auto; }
    @media screen and (max-width: 768px) {
      .loga img {
        width: 40%;
        margin: 10px; } }

.slimScrollBar {
  height: 200px !important; }

.c-modal {
  position: fixed;
  z-index: 9991;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5); }
  @media (max-width: 911px) {
    .c-modal {
      top: 0px;
      bottom: 0px;
      left: 0px;
      right: 0px; } }
  .c-modal--video {
    width: 560px;
    height: 400px;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    margin-top: -200px;
    margin-left: -280px; }
  .c-modal__wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.9); }
  .c-modal__content {
    position: absolute;
    top: 50px;
    bottom: 50px;
    left: 50px;
    right: 50px;
    background: #fff;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5);
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .c-modal__content {
        top: 10px;
        bottom: 10px;
        left: 10px;
        right: 10px; } }
  .c-modal__inner {
    position: absolute;
    z-index: 9991;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    overflow-y: scroll; }
  .c-modal__close {
    position: absolute;
    z-index: 9992;
    display: inline-block;
    top: 0;
    right: 0;
    font-size: 38px;
    text-transform: uppercase;
    color: #fff;
    background: transparent;
    padding-left: 20px;
    padding-top: 20px;
    -ms-transform: translate(50px, 0);
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0); }
    .c-modal__close:before, .c-modal__close:after {
      content: " ";
      display: table; }
    .c-modal__close:after {
      clear: both; }
    @media (max-width: 911px) {
      .c-modal__close {
        padding-top: 10px;
        width: 100%;
        text-align: right;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); } }
    .c-modal__close--white {
      background: transparent;
      color: #fff; }
      .c-modal__close--white .c-modal__close__ico {
        background: #fff; }
        .c-modal__close--white .c-modal__close__ico:after {
          border-right: 30px solid #fff; }
    .c-modal__close--black {
      background: transparent;
      color: #000000; }
      .c-modal__close--black .c-modal__close__ico {
        background: #000000; }
        .c-modal__close--black .c-modal__close__ico:after {
          border-right: 30px solid #000000; }
    .c-modal__close--pop {
      background: #fff;
      color: #000000; }
      .c-modal__close--pop .c-modal__close__ico {
        background: #000000; }
        .c-modal__close--pop .c-modal__close__ico:after {
          border-right: 30px solid #000000; }
    @media (max-width: 560px), (max-height: 745px) {
      .c-modal__close {
        font-size: 27px; } }
    @media (max-height: 480px) {
      .c-modal__close {
        font-size: 20px;
        top: 0;
        height: 30px;
        padding-top: 5px; } }
    .c-modal__close:hover {
      text-decoration: none;
      -ms-transform: translate(0px, 0);
      -webkit-transform: translate(0px, 0);
      transform: translate(0px, 0); }
      @media (max-width: 911px) {
        .c-modal__close:hover {
          -ms-transform: translate(0, 0);
          -webkit-transform: translate(0, 0);
          transform: translate(0, 0); } }
  .c-modal__close__text {
    display: inline-block;
    padding-right: 30px;
    position: relative;
    top: -17px; }
    @media (max-width: 911px) {
      .c-modal__close__text {
        padding-right: 0;
        top: -20px; } }
    @media (max-height: 480px) {
      .c-modal__close__text {
        top: -10px;
        font-size: 14px; } }
  .c-modal__close__ico {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 60px;
    background: #000000; }
    @media (max-width: 911px) {
      .c-modal__close__ico {
        -ms-transform: translate(50px, 0);
        -webkit-transform: translate(50px, 0);
        transform: translate(50px, 0); } }
    @media (max-height: 480px) {
      .c-modal__close__ico {
        height: 30px;
        width: 15px; } }
    .c-modal__close__ico:after {
      position: absolute;
      z-index: 10;
      top: 0;
      left: -30px;
      content: '';
      width: 0;
      height: 0;
      border-top: 30px solid transparent;
      border-bottom: 30px solid transparent;
      border-right: 30px solid #000000; }
      @media (max-height: 480px) {
        .c-modal__close__ico:after {
          border-top: 15px solid transparent;
          border-bottom: 15px solid transparent;
          border-right: 15px solid #fff;
          left: 0px; } }

.c-data {
  padding-bottom: 12em; }
  .c-data__item {
    width: 100%;
    margin: 6em 0 0 0; }
    .c-data__item:before, .c-data__item:after {
      content: " ";
      display: table; }
    .c-data__item:after {
      clear: both; }
  .c-data__graph {
    display: inline-block; }
    .c-data__graph:before, .c-data__graph:after {
      content: " ";
      display: table; }
    .c-data__graph:after {
      clear: both; }
  .c-data__ico {
    float: left;
    position: relative;
    display: inline-block;
    width: 50px;
    height: 60px;
    background: #000000; }
    .c-data__ico--medium {
      width: 120px; }
    .c-data__ico--large {
      width: 190px; }
    .c-data__ico:after {
      position: absolute;
      z-index: 10;
      top: 0;
      right: -30px;
      content: '';
      width: 0;
      height: 0;
      border-top: 30px solid transparent;
      border-bottom: 30px solid transparent;
      border-left: 30px solid #000000; }
  .c-data__text {
    float: left;
    display: inline-block;
    padding-left: 45px;
    line-height: 60px;
    font-size: 38px;
    text-transform: lowercase; }
    @media (max-width: 560px), (max-height: 745px) {
      .c-data__text {
        font-size: 27px; } }
    @media (max-width: 340px) {
      .c-data__text {
        font-size: 20px; } }
  .c-data__desc {
    float: right;
    width: 45%;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Montserrat-Regular";
    line-height: 200%;
    text-align: right; }
    @media screen and (max-width: 1180px) {
      .c-data__desc {
        width: 100%;
        text-align: left;
        margin: 10px 0 0 0; } }
    .c-data__desc span {
      display: block; }
      @media screen and (max-width: 1180px) {
        .c-data__desc span {
          display: inline; } }

.c-vertical-center {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle; }
  .c-vertical-center__row {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle; }

.c-partners {
  padding: 1em 0 10em 0;
  text-align: center; }
  .c-partners:before, .c-partners:after {
    content: " ";
    display: table; }
  .c-partners:after {
    clear: both; }
  .c-partners__inner {
    display: inline-block; }
    .c-partners__inner:before, .c-partners__inner:after {
      content: " ";
      display: table; }
    .c-partners__inner:after {
      clear: both; }
  .c-partners__item {
    display: inline-block;
    float: left;
    padding: 0 10px;
    margin-top: 2em; }
    .c-partners__item img {
      max-width: 100%;
      max-height: 100%; }

.c-video-wrapper {
  /*
    position: relative;
    padding-bottom: 40%;
    padding-top: 25px;
    height: 0;
    text-align: center;
    */ }
  .c-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center; }

