@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

a {
  color: inherit;
  text-decoration: none; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

button {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  width: auto; }

select:focus,
input:focus,
button:focus {
  outline: 0; }

input {
  border: 1px solid;
  box-sizing: border-box; }

textarea {
  resize: none; }

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

/*$breakpoints: (
    'phone': 320px,
    'tablet': 768px,
    'desktop': 1024px
) !default;*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

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

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

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

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #6a6a6a; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #555555; }
  .nice-select:after {
    border-bottom: 2px solid #555555;
    border-right: 2px solid #555555;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -ms-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -ms-transform: rotate(-135deg);
        transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -ms-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
    max-height: 400px;
    overflow: auto; }
  .nice-select.disabled {
    border-color: #7c7c7c;
    color: #555555;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #888888; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 30px;
    line-height: 28px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 28px;
      min-height: 28px; }
  .nice-select .list {
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
    -ms-transform: scale(0.75) translateY(-21px);
        transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #eeeeee; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #555555;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

@font-face {
  font-family: "GeCy1000-Bd";
  src: url("../fonts/GeCy1000-Bd.eot?") format("eot"), url("../fonts/GeCy1000-Bd.woff2") format("woff2"), url("../fonts/GeCy1000-Bd.woff") format("woff"), url("../fonts/GeCy1000-Bd.ttf") format("truetype"), url("../fonts/GeCy1000-Bd.svg#GeCy1000-Bd") format("svg"); }

@font-face {
  font-family: "GeCy1000-SmBd";
  src: url("../fonts/GeCy1000-SmBd.eot?") format("eot"), url("../fonts/GeCy1000-SmBd.woff2") format("woff2"), url("../fonts/GeCy1000-SmBd.woff") format("woff"), url("../fonts/GeCy1000-SmBd.ttf") format("truetype"), url("../fonts/GeCy1000-SmBd.svg#GeCy1000-SmBd") format("svg"); }

@font-face {
  font-family: "GeCy1000-Rg";
  src: url("../fonts/GeCy1000-Rg.eot?") format("eot"), url("../fonts/GeCy1000-Rg.woff2") format("woff2"), url("../fonts/GeCy1000-Rg.woff") format("woff"), url("../fonts/GeCy1000-Rg.ttf") format("truetype"), url("../fonts/GeCy1000-Rg.svg#GeCy1000-Rg") format("svg"); }

.h1 {
  font-family: "GeCy1000-SmBd";
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 34px;
  line-height: 2.125rem;
  color: #3c3c3c;
  -webkit-font-smoothing: antialiased; }
  @media (min-width: 992px) {
    .h1 {
      font-size: 40px;
      font-size: 2.5rem;
      line-height: 46px;
      line-height: 2.875rem; } }
  @media (min-width: 1630px) {
    .h1 {
      font-size: 50px;
      font-size: 3.125rem;
      line-height: 56px;
      line-height: 3.5rem; } }

.h2 {
  font-family: "GeCy1000-SmBd";
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 34px;
  line-height: 2.125rem;
  color: #3c3c3c;
  -webkit-font-smoothing: antialiased; }
  @media (min-width: 992px) {
    .h2 {
      font-size: 40px;
      font-size: 2.5rem;
      line-height: 46px;
      line-height: 2.875rem; } }
  @media (min-width: 1630px) {
    .h2 {
      font-size: 50px;
      font-size: 3.125rem;
      line-height: 56px;
      line-height: 3.5rem; } }
  .h2--inverted {
    color: #fff; }
  .h2--centered {
    text-align: center; }

.h3 {
  font-family: "GeCy1000-SmBd";
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 26px;
  line-height: 1.625rem;
  color: #3c3c3c;
  -webkit-font-smoothing: antialiased; }
  @media (min-width: 992px) {
    .h3 {
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 36px;
      line-height: 2.25rem; } }

.h4 {
  font-family: "GeCy1000-SmBd";
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #3c3c3c;
  -webkit-font-smoothing: antialiased; }
  @media (min-width: 768px) {
    .h4 {
      font-size: 18px;
      font-size: 1.125rem; } }
  @media (min-width: 992px) {
    .h4 {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 28px;
      line-height: 1.75rem; } }
  .h4--inverted {
    color: #fff; }

::selection {
  background: #91c53c;
  color: #fff; }

body {
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden; }
  @media (min-width: 1200px) {
    body:before {
      content: '';
      display: inline-block;
      width: calc((100% - 1600px)/2);
      height: 300px;
      position: absolute;
      background-color: #fff;
      z-index: 999; } }
  @media (min-width: 1200px) {
    body:after {
      content: '';
      display: inline-block;
      width: calc((100% - 1600px)/2);
      height: 300px;
      position: absolute;
      top: 0;
      right: 0;
      background-color: #fff;
      z-index: 999; } }

.overflow {
  height: 100vh;
  overflow: hidden; }

.button {
  display: inline-block;
  font-family: "GeCy1000-SmBd";
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  line-height: 18px;
  line-height: 1.125rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  color: #3c3c3c;
  color: #000;
  background-image: linear-gradient(to bottom, #fefefe 0%, #e1e1e1 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEFEFE', endColorstr='#FFE1E1E1', GradientType=0);
  padding-top: 8px;
  padding-top: 0.5rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  background-color: rgba(255, 255, 255, 0);
  transition: background 0.3s ease-out, color 0.3s ease-out;
  cursor: pointer; }
  @media (min-width: 992px) {
    .button {
      font-size: 16px;
      font-size: 1rem;
      line-height: 20px;
      line-height: 1.25rem; } }
  @media (min-width: 992px) {
    .button {
      padding-top: 14px;
      padding-top: 0.875rem;
      padding-right: 20px;
      padding-right: 1.25rem;
      padding-bottom: 13px;
      padding-bottom: 0.8125rem;
      padding-left: 20px;
      padding-left: 1.25rem; } }
  @media (min-width: 992px) {
    .button {
      padding-right: 40px;
      padding-right: 2.5rem;
      padding-left: 40px;
      padding-left: 2.5rem; } }
  .button:hover {
    background-image: none;
    background-color: #3c3c3c;
    color: #fff; }
  .button--green {
    color: #fff;
    background-image: linear-gradient(to bottom, #91c53c 0%, #27853b 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF91C53C', endColorstr='#FF27853B', GradientType=0); }
  .button--inverted {
    border: none;
    background-image: linear-gradient(to bottom, #fefefe 0%, #e1e1e1 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEFEFE', endColorstr='#FFE1E1E1', GradientType=0); }

.burger {
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  right: 10px;
  width: 48px;
  width: 3rem;
  height: 48px;
  height: 3rem;
  color: #27853b;
  box-sizing: border-box;
  transition: opacity 0.2s ease-out;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer; }
  @media (min-width: 992px) {
    .burger {
      display: none; } }
  .burger__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    width: 35px; }
  .burger__line {
    content: '';
    display: block;
    position: absolute;
    height: 4px;
    width: 35px;
    background: #27853b;
    -ms-transform-origin: left;
        transform-origin: left;
    transition: all 0.2s ease-out; }
    .burger__line:before, .burger__line:after {
      border-radius: 1px;
      height: 4px;
      width: 35px;
      background: #27853b;
      position: absolute;
      display: block;
      content: '';
      transition: all 0.2s ease-out; }
    .burger__line:before {
      top: -9px; }
    .burger__line:after {
      bottom: -9px; }
    .burger__line--cross {
      background-color: transparent; }
      .burger__line--cross:before {
        -ms-transform: rotate(33deg);
            transform: rotate(33deg);
        top: 0; }
      .burger__line--cross:after {
        -ms-transform: rotate(-33deg);
            transform: rotate(-33deg);
        bottom: 0; }

.content h1 {
  font-family: "GeCy1000-SmBd";
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 34px;
  line-height: 2.125rem;
  color: #3c3c3c;
  -webkit-font-smoothing: antialiased; }
  @media (min-width: 992px) {
    .content h1 {
      font-size: 40px;
      font-size: 2.5rem;
      line-height: 46px;
      line-height: 2.875rem; } }
  @media (min-width: 1630px) {
    .content h1 {
      font-size: 50px;
      font-size: 3.125rem;
      line-height: 56px;
      line-height: 3.5rem; } }

.content h2 {
  font-family: "GeCy1000-SmBd";
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 26px;
  line-height: 1.625rem;
  color: #3c3c3c;
  -webkit-font-smoothing: antialiased; }
  @media (min-width: 992px) {
    .content h2 {
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 36px;
      line-height: 2.25rem; } }

.content h3 {
  font-family: "GeCy1000-SmBd";
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #3c3c3c;
  -webkit-font-smoothing: antialiased; }
  @media (min-width: 768px) {
    .content h3 {
      font-size: 18px;
      font-size: 1.125rem; } }
  @media (min-width: 992px) {
    .content h3 {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 28px;
      line-height: 1.75rem; } }

.content h4 {
  font-family: "GeCy1000-Rg";
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem;
  -webkit-font-smoothing: antialiased; }

.content p {
  font-family: "GeCy1000-Rg";
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #3c3c3c;
  margin-bottom: 10px;
  margin-bottom: 0.625rem; }
  @media (min-width: 992px) {
    .content p {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 26px;
      line-height: 1.625rem; } }

.content td {
  font-family: "GeCy1000-Rg";
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #3c3c3c; }
  @media (min-width: 992px) {
    .content td {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 26px;
      line-height: 1.625rem; } }

.content b,
.content strong {
  font-family: "GeCy1000-Bd"; }

.content i,
.content em {
  font-style: italic; }

.content ul,
.content ol {
  font-family: "GeCy1000-Rg";
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #3c3c3c;
  margin-left: 20px;
  margin-left: 1.25rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem; }
  @media (min-width: 992px) {
    .content ul,
    .content ol {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 26px;
      line-height: 1.625rem; } }

.content ul {
  list-style-type: square; }
  .content ul ul {
    list-style-type: disc; }

.content ol {
  list-style-type: decimal; }

.browser-message {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 100; }
  .browser-message__text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 250px;
    margin: -125px 0 0 -250px; }
  .browser-message__toggle {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -10px;
    cursor: pointer; }
  .browser-message--cookies {
    background: #91c53c;
    height: auto;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2); }
    .browser-message--cookies,
    .browser-message--cookies a {
      color: #fff; }
    .browser-message--cookies .browser-message__text {
      position: static;
      width: 100%;
      height: auto;
      min-height: 15px;
      font-size: 13px;
      line-height: 17px;
      vertical-align: middle;
      margin: 9px 0;
      padding: 0 30px 0 0; }

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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-envelope:before {
  content: ""; }

.icon-facebook-official:before {
  content: "";
  color: #fff; }

.icon-google-plus:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-calendar:before {
  content: "";
  color: #fff; }

.icon-eye:before {
  content: "";
  color: #fff; }

.icon-user-circle-o:before {
  content: "";
  color: #fff; }

.icon-paper-plane:before {
  content: ""; }

.icon-angle-left:before {
  content: ""; }

.icon-angle-right:before {
  content: ""; }

.icon-check:before {
  content: ""; }

.icon-cloud-download:before {
  content: ""; }

.icon-edit:before {
  content: ""; }

.icon-heart:before {
  content: ""; }

.icon-home:before {
  content: ""; }

.icon-level:before {
  content: ""; }

.icon-levels:before {
  content: ""; }

.icon-long-arrow-right:before {
  content: ""; }

.icon-mail:before {
  content: ""; }

.icon-map-marker:before {
  content: ""; }

.icon-marker:before {
  content: ""; }

.icon-marketing:before {
  content: ""; }

.icon-packaging:before {
  content: ""; }

.icon-phone:before {
  content: ""; }

.icon-play:before {
  content: ""; }

.icon-reload:before {
  content: ""; }

.icon-ruler:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-suitcase:before {
  content: ""; }

.icon-truck:before {
  content: ""; }

.icon-upload:before {
  content: ""; }

.icon-window:before {
  content: ""; }

.search {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 100%;
  height: calc(50vh - 40px);
  background-image: linear-gradient(to bottom, #91c53c 0%, #27853b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF91C53C', endColorstr='#FF27853B', GradientType=0);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
  z-index: 1000; }
  .search--open {
    opacity: 1;
    pointer-events: all; }
  .search__wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    border: none;
    text-align: center; }
    .search__wrapper .icon-search {
      vertical-align: middle; }
  .search input {
    height: 30px;
    width: 200px;
    vertical-align: middle; }

.header__right .icon-search {
  z-index: 5; }

.mobile-menu {
  display: none;
  position: absolute;
  top: 77px;
  left: 0;
  width: 100%;
  height: calc(100vh - 77px);
  min-height: calc(100vh - 100px);
  z-index: 101;
  box-sizing: border-box;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  background-image: linear-gradient(to bottom, #91c53c 0%, #27853b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF91C53C', endColorstr='#FF27853B', GradientType=0);
  overflow: scroll; }
  .mobile-menu__li:first-of-type {
    border-top: 2px solid rgba(255, 255, 255, 0.6); }
  .mobile-menu__link {
    background-image: url("../img/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 11px;
    font-family: "GeCy1000-SmBd";
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    color: #3c3c3c;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    font-family: "GeCy1000-SmBd" !important; }
    @media (min-width: 768px) {
      .mobile-menu__link {
        font-size: 18px;
        font-size: 1.125rem; } }
    @media (min-width: 992px) {
      .mobile-menu__link {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 28px;
        line-height: 1.75rem; } }
    .mobile-menu__link:before {
      padding-right: 10px;
      padding-right: 0.625rem;
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .mobile-menu__link--open {
      background-image: url("../img/arrow-up.svg"); }
  .mobile-menu__link {
    display: inline-block;
    padding-top: 10px;
    padding-top: 0.625rem;
    padding-right: 20px;
    padding-right: 1.25rem;
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
    padding-left: 20px;
    padding-left: 1.25rem;
    font-family: "GeCy1000-SmBd";
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    color: #3c3c3c;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    text-transform: uppercase;
    border-bottom: 2px solid rgba(255, 255, 255, 0.6);
    width: 100%;
    text-align: left;
    font-family: "GeCy1000-SmBd" !important; }
    @media (min-width: 768px) {
      .mobile-menu__link {
        font-size: 18px;
        font-size: 1.125rem; } }
    @media (min-width: 992px) {
      .mobile-menu__link {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 28px;
        line-height: 1.75rem; } }
  .mobile-menu__subitems {
    display: none;
    background-color: rgba(255, 255, 255, 0.2); }
  .mobile-menu__subitem-link {
    display: inline-block;
    width: 100%;
    padding-top: 10px;
    padding-top: 0.625rem;
    padding-right: 20px;
    padding-right: 1.25rem;
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
    padding-left: 20px;
    padding-left: 1.25rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.6);
    font-family: "GeCy1000-SmBd";
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    color: #3c3c3c;
    -webkit-font-smoothing: antialiased;
    color: #fff; }
    @media (min-width: 768px) {
      .mobile-menu__subitem-link {
        font-size: 18px;
        font-size: 1.125rem; } }
    @media (min-width: 992px) {
      .mobile-menu__subitem-link {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 28px;
        line-height: 1.75rem; } }

.addresses-search__select .multiselect {
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 18px;
  background: #fff;
  cursor: pointer; }
  @media (min-width: 993px) {
    .addresses-search__select .multiselect {
      padding-bottom: 10px; } }
  .addresses-search__select .multiselect--active .multiselect__select {
    top: 47%;
    right: 12px; }
  .addresses-search__select .multiselect .multiselect__tags {
    border-radius: 0;
    padding: 0;
    border: 0;
    min-height: 0; }
  .addresses-search__select .multiselect__single {
    padding-left: 0;
    margin-bottom: 0;
    font-family: "GeCy1000-Rg";
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
    color: #3c3c3c; }
    @media (min-width: 992px) {
      .addresses-search__select .multiselect__single {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 26px;
        line-height: 1.625rem; } }
  .addresses-search__select .multiselect__content-wrapper {
    top: 64px;
    left: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 0 0 transparent;
    min-height: 160px; }
    @media (min-width: 993px) {
      .addresses-search__select .multiselect__content-wrapper {
        top: 74px; } }
  .addresses-search__select .multiselect__select {
    width: 0;
    height: 0;
    right: 5px;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .addresses-search__select .multiselect__select:before {
      border-width: 0;
      border-bottom: 2px solid #555555;
      border-right: 2px solid #555555;
      content: '';
      display: block;
      height: 5px;
      margin-top: -4px;
      pointer-events: none;
      position: absolute;
      right: 12px;
      top: 50%;
      -ms-transform-origin: 66% 66%;
          transform-origin: 66% 66%;
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
      transition: all 0.15s ease-in-out;
      width: 5px; }
  .addresses-search__select .multiselect__option {
    font-family: "GeCy1000-Rg";
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
    color: #3c3c3c; }
    @media (min-width: 992px) {
      .addresses-search__select .multiselect__option {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 26px;
        line-height: 1.625rem; } }
    .addresses-search__select .multiselect__option--highlight {
      background-color: #91c53c; }
      .addresses-search__select .multiselect__option--highlight.multiselect__option--selected {
        background-color: #91c53c; }

.spinner {
  width: 40px;
  height: 40px;
  background-color: #3c3c3c;
  margin: 100px auto;
  animation: sk-rotateplane 1.2s infinite ease-in-out; }

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section {
  margin-top: 40px;
  margin-top: 2.5rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  padding-left: 20px;
  padding-left: 1.25rem; }
  @media (min-width: 768px) {
    .section {
      padding-right: 40px;
      padding-right: 2.5rem;
      padding-left: 40px;
      padding-left: 2.5rem; } }
  @media (min-width: 992px) {
    .section {
      max-width: 1600px;
      max-width: 100rem;
      margin-top: 80px;
      margin-top: 5rem;
      margin-bottom: 80px;
      margin-bottom: 5rem;
      margin-right: auto;
      margin-left: auto; } }
  @media (min-width: 1630px) {
    .section {
      padding-right: 0px;
      padding-right: 0rem;
      padding-left: 0px;
      padding-left: 0rem; } }
  .section--no-space {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0; }
  .section--padding, .section--grey, .section--dark-grey {
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 0px;
    margin-bottom: 0rem;
    padding-top: 40px;
    padding-top: 2.5rem;
    padding-bottom: 40px;
    padding-bottom: 2.5rem; }
    @media (min-width: 992px) {
      .section--padding, .section--grey, .section--dark-grey {
        padding-top: 80px;
        padding-top: 5rem;
        padding-bottom: 80px;
        padding-bottom: 5rem; } }
  .section--grey {
    background-color: #eeeeee; }
  .section--dark-grey {
    background-color: #3c3c3c; }
  .section--green {
    background-image: linear-gradient(to bottom, #91c53c 0%, #27853b 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF91C53C', endColorstr='#FF27853B', GradientType=0); }
  .section--image {
    background-size: cover;
    background-position: center; }
  .section__content {
    margin: auto; }
    @media (min-width: 1200px) {
      .section__content {
        max-width: 1400px;
        max-width: 87.5rem; } }
    @media (min-width: 1630px) {
      .section__content {
        width: 1400px;
        width: 87.5rem; } }
  @media (min-width: 992px) {
    .section__smaller {
      width: 83.33333%;
      margin: auto; } }

.s-content section + section {
  margin-top: 20px;
  margin-top: 1.25rem; }
  @media (min-width: 768px) {
    .s-content section + section {
      margin-top: 40px;
      margin-top: 2.5rem; } }

.s-shop-locator__button-wrapper {
  margin-bottom: 80px;
  text-align: center; }

.columns {
  margin-bottom: 50px;
  margin-bottom: 3.125rem; }
  .columns__title {
    font-family: "GeCy1000-SmBd";
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 34px;
    line-height: 2.125rem;
    color: #3c3c3c;
    -webkit-font-smoothing: antialiased;
    padding-bottom: 20px;
    padding-bottom: 1.25rem; }
    @media (min-width: 992px) {
      .columns__title {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 46px;
        line-height: 2.875rem; } }
    @media (min-width: 1630px) {
      .columns__title {
        font-size: 50px;
        font-size: 3.125rem;
        line-height: 56px;
        line-height: 3.5rem; } }
  @media (min-width: 992px) {
    .columns__content {
      column-count: 2;
      column-gap: 40px;
      column-gap: 2.5rem; } }
  .columns__content-single {
    column-count: 1; }

.picture {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }
  @media (min-width: 992px) {
    .picture {
      margin-bottom: 40px;
      margin-bottom: 2.5rem; } }

.hero {
  padding-right: 0;
  padding-left: 0; }
  .hero__slides {
    position: relative;
    height: 340px;
    height: 21.25rem;
    overflow: hidden; }
    @media (min-width: 480px) {
      .hero__slides {
        height: 384px;
        height: 24rem; } }
    @media (min-width: 992px) {
      .hero__slides {
        height: 498px;
        height: 31.125rem; } }
    @media (min-width: 1630px) {
      .hero__slides {
        height: 637px;
        height: 39.8125rem; } }
  .hero__slide {
    display: none; }
    .hero__slide:first-of-type {
      display: block; }
  .hero__picture {
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
    @media (min-width: 992px) {
      .hero__picture {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); } }
  .hero__content {
    position: absolute;
    height: 480px;
    padding-right: 20px;
    padding-right: 1.25rem;
    padding-left: 20px;
    padding-left: 1.25rem;
    width: calc(100% - 40px);
    box-sizing: border-box; }
    @media (min-width: 480px) {
      .hero__content {
        height: 384px; } }
    @media (min-width: 768px) {
      .hero__content {
        width: 100%;
        padding-right: 40px;
        padding-right: 2.5rem;
        padding-left: 40px;
        padding-left: 2.5rem; } }
    @media (min-width: 992px) {
      .hero__content {
        width: 1400px;
        width: 87.5rem;
        height: 100%; } }
    @media (min-width: 1630px) {
      .hero__content {
        padding-right: 0px;
        padding-right: 0rem;
        padding-left: 0px;
        padding-left: 0rem;
        height: 640px; } }
  .hero__desc {
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    background-image: linear-gradient(to bottom, #91c53c 0%, #27853b 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF91C53C', endColorstr='#FF27853B', GradientType=0);
    width: 100%;
    padding: 20px;
    padding: 1.25rem;
    box-sizing: border-box; }
    @media (min-width: 768px) {
      .hero__desc {
        width: 58.33333%; } }
    @media (min-width: 992px) {
      .hero__desc {
        padding: 30px;
        padding: 1.875rem;
        width: 41.66667%; } }
    @media (min-width: 1630px) {
      .hero__desc {
        padding: 40px;
        padding: 2.5rem; } }
    .hero__desc:hover .hero__link {
      background-image: none;
      background-color: #3c3c3c;
      color: #fff; }
  .hero__link {
    transition: color 0.3s ease-out, background-color 0.3s ease-out; }
  .hero__title {
    font-family: "GeCy1000-SmBd";
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 34px;
    line-height: 2.125rem;
    color: #3c3c3c;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    margin-top: -10px;
    margin-top: -0.625rem;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem; }
    @media (min-width: 992px) {
      .hero__title {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 46px;
        line-height: 2.875rem; } }
    @media (min-width: 1630px) {
      .hero__title {
        font-size: 50px;
        font-size: 3.125rem;
        line-height: 56px;
        line-height: 3.5rem; } }
    @media (min-width: 1630px) {
      .hero__title {
        margin-bottom: 23px;
        margin-bottom: 1.4375rem; } }
  .hero__text {
    display: none;
    font-family: "GeCy1000-Rg";
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    margin-bottom: 33px;
    margin-bottom: 2.0625rem; }
    @media (min-width: 480px) {
      .hero__text {
        display: inline-block; } }
  .hero__grey {
    background-color: #eeeeee; }
    @media (min-width: 992px) {
      .hero__grey {
        display: block;
        background-color: #eeeeee; } }
  .hero__tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media (min-width: 768px) {
      .hero__tabs {
        -ms-flex-direction: row;
            flex-direction: row; } }
  .hero__tab {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex: 1;
        flex: 1;
    position: relative;
    text-align: left;
    padding-top: 10px;
    padding-top: 0.625rem;
    padding-right: 10px;
    padding-right: 0.625rem;
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
    padding-left: 10px;
    padding-left: 0.625rem;
    font-family: "GeCy1000-SmBd";
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    color: #3c3c3c;
    -webkit-font-smoothing: antialiased;
    color: #000;
    cursor: pointer;
    transition: background-color 0.3s ease-out, color 0.3s ease-out;
    border-bottom: 1px solid #3c3c3c; }
    @media (min-width: 768px) {
      .hero__tab {
        font-size: 18px;
        font-size: 1.125rem; } }
    @media (min-width: 992px) {
      .hero__tab {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 28px;
        line-height: 1.75rem; } }
    .hero__tab:last-of-type {
      border-bottom: none; }
    @media (min-width: 768px) {
      .hero__tab {
        border-bottom: none;
        padding-top: 20px;
        padding-top: 1.25rem;
        padding-right: 20px;
        padding-right: 1.25rem;
        padding-bottom: 20px;
        padding-bottom: 1.25rem;
        padding-left: 20px;
        padding-left: 1.25rem; }
        .hero__tab:before {
          content: '';
          top: -20px;
          left: 50%;
          border: 10px solid transparent;
          border-bottom-color: #3c3c3c;
          position: absolute;
          height: 0;
          width: 0;
          margin-left: -10px;
          pointer-events: none;
          opacity: 0;
          transition: opacity 0.3s ease-out;
          z-index: 99; } }
    @media (min-width: 1200px) {
      .hero__tab {
        padding-right: 40px;
        padding-right: 2.5rem;
        padding-left: 40px;
        padding-left: 2.5rem; } }
    .hero__tab--active {
      background-color: #3c3c3c;
      color: #fff; }
      .hero__tab--active:before {
        opacity: 1; }
      .hero__tab--active .hero__teaser {
        color: #fff; }
  .hero__teaser {
    font-family: "GeCy1000-SmBd";
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    line-height: 18px;
    line-height: 1.125rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    color: #3c3c3c;
    transition: color 0.3s ease-out; }
    @media (min-width: 992px) {
      .hero__teaser {
        font-size: 16px;
        font-size: 1rem;
        line-height: 20px;
        line-height: 1.25rem; } }
    @media (min-width: 992px) {
      .hero__teaser {
        font-size: 14px;
        font-size: 0.875rem; } }

.card__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0; }

.card__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  position: relative;
  box-sizing: border-box;
  margin-top: 20px;
  margin-top: 1.25rem;
  transition: background-color 0.3s ease-out;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-align: center;
      align-items: center; }
  @media (min-width: 992px) {
    .card__item {
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      width: calc(50% - (20px)/2);
      margin-left: 20px;
      -ms-flex-direction: column;
          flex-direction: column;
      margin-top: 40px;
      margin-top: 2.5rem;
      -ms-flex-align: stretch;
          align-items: stretch; }
      .card__item:nth-of-type(2n + 1) {
        margin-left: 0; } }
  @media (min-width: 1200px) {
    .card__item {
      width: calc(33.33333% - (40px)*2/3);
      margin-left: 40px; }
      .card__item:nth-of-type(2n + 1) {
        margin-left: 40px; }
      .card__item:nth-of-type(3n + 1) {
        margin-left: 0; } }
  .card__item:hover {
    background-color: #3c3c3c; }
    .card__item:hover .card__desc {
      color: #fff; }
    .card__item:hover .card__title {
      color: #fff; }
    .card__item:hover .card__teaser {
      color: #fff; }
  @media (min-width: 1200px) {
    .card__item--four-items {
      width: calc(25% - (40px)*2/3); } }
  .card__item--article {
    background-color: #eeeeee; }
  .card__item--product {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: calc( 50% - (20px)/4);
    overflow: hidden;
    margin-left: 10px; }
    .card__item--product:nth-of-type(2n + 1) {
      margin-left: 0; }
    @media (min-width: 992px) {
      .card__item--product {
        width: calc(25% - 30px + 7.5px);
        margin-left: 30px; }
        .card__item--product:nth-of-type(2n + 1) {
          margin-left: 30px; }
        .card__item--product:nth-of-type(3n + 1) {
          margin-left: 30px; }
        .card__item--product:nth-of-type(4n + 1) {
          margin-left: 0; } }
    .card__item--product .card__picture {
      display: inline-block;
      font-size: 0;
      width: 100%; }
    .card__item--product .card__image {
      min-width: 100%;
      min-height: 100%; }
    .card__item--product .card__desc {
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex: 1;
          flex: 1;
      background-image: linear-gradient(to bottom, #91c53c 0%, #27853b 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF91C53C', endColorstr='#FF27853B', GradientType=0);
      color: #fff; }
      @media (max-width: 991px) {
        .card__item--product .card__desc {
          padding: 10px;
          padding: 0.625rem; } }
  .card__item--bigger {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center; }
    @media (min-width: 992px) {
      .card__item--bigger {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
    @media (min-width: 1200px) {
      .card__item--bigger {
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        width: calc(66.66667% - (40px)/3); } }
    .card__item--bigger .card__picture {
      width: auto; }
      @media (min-width: 992px) {
        .card__item--bigger .card__picture {
          -ms-flex: 1 1 calc(50% - 40px);
              flex: 1 1 calc(50% - 40px); } }
    @media (min-width: 992px) {
      .card__item--bigger .card__desc {
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
        padding: 40px;
        padding: 2.5rem; } }
    @media (min-width: 992px) {
      .card__item--bigger .card__text {
        margin-top: 20px;
        margin-top: 1.25rem;
        margin-bottom: 20px;
        margin-bottom: 1.25rem; } }
    @media (min-width: 1630px) {
      .card__item--bigger .card__text {
        margin-top: 40px;
        margin-top: 2.5rem;
        margin-bottom: 40px;
        margin-bottom: 2.5rem; } }

.card__picture {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: hidden; }
  @media (min-width: 992px) {
    .card__picture {
      -ms-flex-pack: center;
          justify-content: center;
      width: 100%; } }

.card__desc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  font-family: "GeCy1000-Rg";
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #3c3c3c;
  box-sizing: border-box;
  transition: color 0.3s ease-out;
  -ms-flex-item-align: stretch;
      align-self: stretch; }
  @media (min-width: 992px) {
    .card__desc {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 26px;
      line-height: 1.625rem; } }
  @media (min-width: 992px) {
    .card__desc {
      padding: 20px;
      padding: 1.25rem; } }

.card__title {
  font-family: "GeCy1000-SmBd";
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #3c3c3c;
  -webkit-font-smoothing: antialiased;
  transition: color 0.3s ease-out; }
  @media (min-width: 768px) {
    .card__title {
      font-size: 18px;
      font-size: 1.125rem; } }
  @media (min-width: 992px) {
    .card__title {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 28px;
      line-height: 1.75rem; } }
  @media (min-width: 992px) {
    .card__title--bigger {
      font-family: "GeCy1000-SmBd";
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 26px;
      line-height: 1.625rem;
      color: #3c3c3c;
      -webkit-font-smoothing: antialiased; } }
  @media (min-width: 992px) and (min-width: 992px) {
    .card__title--bigger {
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 36px;
      line-height: 2.25rem; } }
  .card__title--space {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem; }
  .card__title--inverted {
    color: #fff; }

.card__text {
  display: none; }
  @media (min-width: 992px) {
    .card__text {
      display: inline-block; } }

.card__teaser {
  display: none; }
  @media (min-width: 768px) {
    .card__teaser {
      display: block;
      margin-top: 15px;
      margin-top: 0.9375rem;
      font-family: "GeCy1000-SmBd";
      font-size: 14px;
      font-size: 0.875rem;
      text-transform: uppercase;
      line-height: 18px;
      line-height: 1.125rem;
      letter-spacing: 1px;
      letter-spacing: 0.0625rem;
      color: #3c3c3c;
      color: #69b022;
      transition: color 0.3s ease-out; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .card__teaser {
      font-size: 16px;
      font-size: 1rem;
      line-height: 20px;
      line-height: 1.25rem; } }
  @media (min-width: 992px) {
    .card__teaser {
      margin-top: 30px;
      margin-top: 1.875rem; } }

.card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.3s ease-out; }
  .card__overlay:hover {
    opacity: 1; }

.blockquote {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem; }
  @media (min-width: 992px) {
    .blockquote {
      padding-top: 170px;
      padding-top: 10.625rem;
      padding-bottom: 166px;
      padding-bottom: 10.375rem; } }
  @media (min-width: 992px) {
    .blockquote--in-content {
      padding-top: 80px;
      padding-top: 5rem;
      padding-bottom: 80px;
      padding-bottom: 5rem; } }
  .blockquote--in-content .blockquote__quote {
    background-color: #91c53c;
    box-shadow: 20px 0 0 #91c53c, -20px 0 0 #91c53c; }
  .blockquote--in-content .blockquote__author {
    background-color: #91c53c;
    box-shadow: 10px 0 0 #91c53c, -10px 0 0 #91c53c; }
  .blockquote__item {
    max-width: calc(1400px - 40px);
    margin: auto; }
  .blockquote__wrapper {
    width: 91.66667%;
    padding-right: 20px;
    padding-right: 1.25rem;
    padding-left: 20px;
    padding-left: 1.25rem; }
    @media (min-width: 992px) {
      .blockquote__wrapper {
        width: 66.66667%; } }
  .blockquote__quote {
    display: inline;
    font-family: "GeCy1000-SmBd";
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 26px;
    line-height: 1.625rem;
    color: #3c3c3c;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    background-color: #3c3c3c;
    padding-top: 2px;
    padding-top: 0.125rem;
    padding-bottom: 2px;
    padding-bottom: 0.125rem;
    box-shadow: 20px 0 0 #3c3c3c, -20px 0 0 #3c3c3c;
    line-height: 36px;
    line-height: 2.25rem; }
    @media (min-width: 992px) {
      .blockquote__quote {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 36px;
        line-height: 2.25rem; } }
    @media (min-width: 992px) {
      .blockquote__quote {
        line-height: 48px;
        line-height: 3rem; } }
    .blockquote__quote:before {
      content: '\201C'; }
    .blockquote__quote:after {
      content: '\201D'; }
  .blockquote__footer {
    position: relative;
    margin-top: 10px; }
  .blockquote__dash {
    display: inline-block;
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    border-top: 1px solid #fff;
    width: 50px; }
  .blockquote__author {
    display: inline;
    margin-left: -10px;
    padding-left: 80px;
    padding-left: 80 / 16rem;
    font-family: "GeCy1000-Rg";
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
    color: #3c3c3c;
    color: #eeeeee;
    background-color: #3c3c3c;
    line-height: 46px;
    line-height: 2.875rem;
    box-shadow: 10px 0 0 #3c3c3c, -10px 0 0 #3c3c3c; }
    @media (min-width: 992px) {
      .blockquote__author {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 26px;
        line-height: 1.625rem; } }
    @media (min-width: 1200px) {
      .blockquote__author {
        font-size: 20px;
        font-size: 1.25rem; } }

.product-tab__selectbox {
  font-family: "GeCy1000-SmBd";
  font-size: 18px;
  font-size: 1.125rem;
  border: 2px solid #69b022;
  color: #69b022;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 10px;
  padding: 0.625rem; }
  @media (min-width: 480px) {
    .product-tab__selectbox {
      padding: 20px;
      padding: 1.25rem; } }
  @media (min-width: 768px) {
    .product-tab__selectbox {
      display: none; } }
  .product-tab__selectbox:after {
    border-color: #69b022; }
  .product-tab__selectbox:hover {
    border-color: #3c3c3c;
    color: #3c3c3c; }
    .product-tab__selectbox:hover:after {
      border-color: #3c3c3c; }
  .product-tab__selectbox .list {
    width: 100%; }

.product-tab__buttons {
  display: none; }
  @media (min-width: 768px) {
    .product-tab__buttons {
      display: -ms-flexbox;
      display: flex;
      margin-top: 40px;
      margin-top: 2.5rem;
      margin-right: -20px;
      margin-right: -1.25rem;
      margin-left: -20px;
      margin-left: -1.25rem; } }

.product-tab__button {
  position: relative;
  -ms-flex: 1;
      flex: 1;
  font-family: "GeCy1000-SmBd";
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  line-height: 18px;
  line-height: 1.125rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  color: #3c3c3c;
  text-align: left;
  border-top: 1px solid #eeeeee;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem; }
  @media (min-width: 992px) {
    .product-tab__button {
      font-size: 16px;
      font-size: 1rem;
      line-height: 20px;
      line-height: 1.25rem; } }
  @media (min-width: 768px) {
    .product-tab__button {
      margin-right: 20px;
      margin-right: 1.25rem;
      margin-left: 20px;
      margin-left: 1.25rem;
      text-align: center;
      border-top: 0px;
      border-bottom: 1px solid #b4b8ba;
      cursor: pointer;
      transition: border 0.3s ease-out, color 0.3s ease-out, background 0.3s ease-out; }
      .product-tab__button:hover {
        color: #fff;
        background-color: #3c3c3c;
        border-color: #3c3c3c; } }
  .product-tab__button--active {
    border-bottom: 0;
    background-image: linear-gradient(to bottom, #91c53c 0%, #27853b 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF91C53C', endColorstr='#FF27853B', GradientType=0);
    color: #fff;
    pointer-events: none; }

.product-tab__wrapper {
  display: none; }
  .product-tab__wrapper:first-of-type {
    display: block; }

.product-tab__item {
  margin-top: 20px;
  margin-top: 1.25rem;
  overflow: hidden; }
  @media (min-width: 992px) {
    .product-tab__item {
      margin-top: 40px;
      margin-top: 2.5rem; } }

.product-tab__hero {
  position: relative;
  padding-top: 40px;
  padding-top: 2.5rem; }

.product-tab__picture {
  width: 100%; }

.product-tab__big-image {
  width: 100%; }

.product-tab__image {
  position: absolute; }

.product-tab__cta-button {
  position: absolute;
  right: 40px;
  bottom: 40px; }

.product-tab__desc {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 80px;
  padding-top: 5rem;
  padding-right: 40px;
  padding-right: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  padding-left: 40px;
  padding-left: 2.5rem;
  box-sizing: border-box;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(145, 197, 60, 0.85) 50%, rgba(39, 133, 59, 0.99));
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#FC27853B', GradientType=0); }
  @media (min-width: 768px) {
    .product-tab__desc {
      padding-top: 160px;
      padding-top: 10rem;
      padding-right: 80px;
      padding-right: 5rem;
      padding-bottom: 40px;
      padding-bottom: 2.5rem;
      padding-left: 80px;
      padding-left: 5rem; } }

.product-tab__title {
  font-family: "GeCy1000-SmBd";
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 26px;
  line-height: 1.625rem;
  color: #3c3c3c;
  -webkit-font-smoothing: antialiased;
  color: #fff; }
  @media (min-width: 992px) {
    .product-tab__title {
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 36px;
      line-height: 2.25rem; } }

.product-tab__text {
  margin-top: 5px;
  margin-top: 0.3125rem;
  font-family: "GeCy1000-SmBd";
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #3c3c3c;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  font-family: "GeCy1000-Rg"; }
  @media (min-width: 768px) {
    .product-tab__text {
      font-size: 18px;
      font-size: 1.125rem; } }
  @media (min-width: 992px) {
    .product-tab__text {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 28px;
      line-height: 1.75rem; } }

.logos__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.logos__item {
  margin-right: 20px;
  margin-right: 1.25rem;
  margin-left: 20px;
  margin-left: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }
  @media (min-width: 768px) {
    .logos__item {
      margin-bottom: 40px;
      margin-bottom: 2.5rem; } }
  @media (min-width: 992px) {
    .logos__item {
      margin-bottom: 0; } }
  @media (min-width: 1630px) {
    .logos__item:first-of-type {
      margin-left: 0; } }
  @media (min-width: 1630px) {
    .logos__item:last-of-type {
      margin-right: 0; } }

.facts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (min-width: 768px) {
    .facts {
      -ms-flex-direction: row;
          flex-direction: row; } }
  .facts__item {
    -ms-flex: 1;
        flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
  .facts__number {
    font-family: "GeCy1000-SmBd";
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 34px;
    line-height: 2.125rem;
    color: #3c3c3c;
    -webkit-font-smoothing: antialiased;
    color: #69b022;
    margin-top: 20px;
    margin-top: 1.25rem; }
    @media (min-width: 992px) {
      .facts__number {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 46px;
        line-height: 2.875rem; } }
    @media (min-width: 1630px) {
      .facts__number {
        font-size: 50px;
        font-size: 3.125rem;
        line-height: 56px;
        line-height: 3.5rem; } }
    @media (min-width: 768px) {
      .facts__number {
        margin-bottom: 7px;
        margin-bottom: 0.4375rem; } }
  .facts__desc {
    font-family: "GeCy1000-Rg";
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
    color: #3c3c3c; }
    @media (min-width: 992px) {
      .facts__desc {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 26px;
        line-height: 1.625rem; } }

.image-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (min-width: 992px) {
    .image-text {
      padding: 0; } }
  .image-text__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    margin-top: 40px;
    margin-top: 2.5rem; }
    @media (min-width: 992px) {
      .image-text__item {
        -ms-flex-direction: row;
            flex-direction: row;
        margin-top: 0px;
        margin-top: 0rem; } }
    @media (min-width: 992px) {
      .image-text__item--reverse {
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; } }
    @media (min-width: 1200px) {
      .image-text__item--reverse .image-text__wrapper {
        padding-right: 100px;
        padding-right: 6.25rem;
        padding-left: 80px;
        padding-left: 5rem; } }
  .image-text__wrapper {
    padding-top: 20px;
    padding-top: 1.25rem;
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
    box-sizing: border-box; }
    @media (min-width: 992px) {
      .image-text__wrapper {
        width: 50%;
        padding-top: 40px;
        padding-top: 2.5rem;
        padding-right: 40px;
        padding-right: 2.5rem;
        padding-bottom: 40px;
        padding-bottom: 2.5rem;
        padding-left: 40px;
        padding-left: 2.5rem; } }
    @media (min-width: 1200px) {
      .image-text__wrapper {
        padding-top: 80px;
        padding-top: 5rem;
        padding-right: 80px;
        padding-right: 5rem;
        padding-bottom: 80px;
        padding-bottom: 5rem;
        padding-left: 100px;
        padding-left: 6.25rem; } }
  .image-text__picture {
    width: 100%;
    overflow: hidden;
    font-size: 0; }
    @media (min-width: 992px) {
      .image-text__picture {
        width: 50%; } }
  .image-text__image {
    max-width: 100%; }
    @media (min-width: 992px) {
      .image-text__image {
        max-width: none;
        min-height: 100%;
        min-width: 100%; } }
  .image-text__teaser {
    font-family: "GeCy1000-SmBd";
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    color: #3c3c3c;
    -webkit-font-smoothing: antialiased;
    color: #69b022;
    margin-bottom: 7px;
    margin-bottom: 0.4375rem; }
    @media (min-width: 768px) {
      .image-text__teaser {
        font-size: 18px;
        font-size: 1.125rem; } }
    @media (min-width: 992px) {
      .image-text__teaser {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 28px;
        line-height: 1.75rem; } }
  .image-text__title {
    font-family: "GeCy1000-SmBd";
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 34px;
    line-height: 2.125rem;
    color: #3c3c3c;
    -webkit-font-smoothing: antialiased; }
    @media (min-width: 992px) {
      .image-text__title {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 46px;
        line-height: 2.875rem; } }
    @media (min-width: 1630px) {
      .image-text__title {
        font-size: 50px;
        font-size: 3.125rem;
        line-height: 56px;
        line-height: 3.5rem; } }
  .image-text__fact {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 20px;
    margin-top: 1.25rem; }
    @media (min-width: 992px) {
      .image-text__fact {
        margin-top: 40px;
        margin-top: 2.5rem; } }
  .image-text__icon {
    margin-right: 20px;
    margin-right: 1.25rem; }
    @media (min-width: 992px) {
      .image-text__icon {
        margin-right: 40px;
        margin-right: 2.5rem; } }
    .image-text__icon:before {
      font-size: 56px; }
      @supports (-webkit-text-fill-color: transparent) {
        .image-text__icon:before {
          background-image: linear-gradient(to bottom, #91c53c 0%, #27853b 100%);
          background-repeat: repeat-x;
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF91C53C', endColorstr='#FF27853B', GradientType=0);
          -webkit-background-clip: text !important;
          -webkit-text-fill-color: rgba(255, 255, 255, 0); } }
  .image-text__headline {
    font-family: "GeCy1000-SmBd";
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    color: #3c3c3c;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 3px;
    margin-bottom: 0.1875rem; }
    @media (min-width: 768px) {
      .image-text__headline {
        font-size: 18px;
        font-size: 1.125rem; } }
    @media (min-width: 992px) {
      .image-text__headline {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 28px;
        line-height: 1.75rem; } }
  .image-text__text {
    font-family: "GeCy1000-Rg";
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
    color: #3c3c3c; }
    @media (min-width: 992px) {
      .image-text__text {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 26px;
        line-height: 1.625rem; } }

.product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0; }
  .product__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    position: relative;
    margin-top: 20px;
    margin-top: 1.25rem;
    width: 100%; }
    @media (min-width: 480px) {
      .product__item {
        width: calc(50% - 10px + 5px);
        margin-left: 10px; }
        .product__item:nth-of-type(2n + 1) {
          margin-left: 0; } }
    @media (min-width: 768px) {
      .product__item {
        margin-top: 40px;
        margin-top: 2.5rem;
        width: calc(33.33333% - 26.66667px + 8.88889px);
        margin-left: 26.66667px; }
        .product__item:nth-of-type(2n + 1) {
          margin-left: 26.66667px; }
        .product__item:nth-of-type(3n + 1) {
          margin-left: 0; } }
    @media (min-width: 1200px) {
      .product__item {
        width: calc(25% - 30px + 7.5px);
        margin-left: 30px; }
        .product__item:nth-of-type(2n + 1) {
          margin-left: 30px; }
        .product__item:nth-of-type(3n + 1) {
          margin-left: 30px; }
        .product__item:nth-of-type(4n + 1) {
          margin-left: 0; } }
    .product__item--empty {
      margin-top: 0; }
  .product__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(60, 60, 60, 0.4);
    opacity: 0;
    transition: opacity 0.3s ease-out; }
    .product__overlay:hover {
      opacity: 1; }
  .product__image {
    width: 100%; }
  .product__name {
    -ms-flex: 1;
        flex: 1;
    font-family: "GeCy1000-SmBd";
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    color: #3c3c3c;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    background-image: linear-gradient(to bottom, #91c53c 0%, #27853b 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF91C53C', endColorstr='#FF27853B', GradientType=0);
    padding-top: 8px;
    padding-top: 0.5rem;
    padding-right: 13px;
    padding-right: 0.8125rem;
    padding-bottom: 8px;
    padding-bottom: 0.5rem;
    padding-left: 13px;
    padding-left: 0.8125rem; }
    @media (min-width: 768px) {
      .product__name {
        font-size: 18px;
        font-size: 1.125rem; } }
    @media (min-width: 992px) {
      .product__name {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 28px;
        line-height: 1.75rem; } }
    @media (min-width: 992px) {
      .product__name {
        padding-top: 13px;
        padding-top: 0.8125rem;
        padding-right: 18px;
        padding-right: 1.125rem;
        padding-bottom: 13px;
        padding-bottom: 0.8125rem;
        padding-left: 18px;
        padding-left: 1.125rem; } }

.teaser {
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .teaser__bg {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.1) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC000000', endColorstr='#1A000000', GradientType=1);
    opacity: 0.8;
    transition: opacity 0.3s ease-out; }
    .teaser__bg:hover {
      opacity: 1; }
      .teaser__bg:hover .teaser__button {
        background-image: none;
        background-color: #3c3c3c; }
  .teaser__content {
    width: 100%; }
    @media (min-width: 480px) {
      .teaser__content {
        width: 75%; } }
    @media (min-width: 768px) {
      .teaser__content {
        width: 66.66667%; } }
    @media (min-width: 992px) {
      .teaser__content {
        width: 50%; } }
  .teaser__button {
    margin-top: 20px;
    margin-top: 1.25rem;
    transition: background-color 0.3s ease-out; }
    @media (min-width: 992px) {
      .teaser__button {
        margin-top: 40px;
        margin-top: 2.5rem; } }

.related__items {
  margin-top: 20px;
  margin-top: 1.25rem; }
  @media (min-width: 992px) {
    .related__items {
      margin-top: 40px;
      margin-top: 2.5rem; } }

.related__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-color: #fff;
  margin-top: 10px;
  margin-top: 0.625rem;
  transition: background-color 0.3s ease-out; }
  @media (min-width: 992px) {
    .related__item {
      margin-top: 20px;
      margin-top: 1.25rem; } }
  .related__item:hover {
    background-color: #3c3c3c; }
    .related__item:hover .related__title {
      color: #fff; }
    .related__item:hover .related__desc {
      color: #fff; }
    .related__item:hover .related__text {
      color: #fff; }
    .related__item:hover .related__link {
      color: #fff; }

.related__picture {
  display: -ms-flexbox;
  display: flex; }

.related__title {
  font-family: "GeCy1000-SmBd";
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #3c3c3c;
  -webkit-font-smoothing: antialiased;
  transition: color 0.3s ease-out;
  line-height: 1.2rem; }
  @media (min-width: 768px) {
    .related__title {
      font-size: 18px;
      font-size: 1.125rem; } }
  @media (min-width: 992px) {
    .related__title {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 28px;
      line-height: 1.75rem; } }
  @media (min-width: 768px) {
    .related__title {
      line-height: 1.5rem; } }

.related__desc {
  -ms-flex: 1;
      flex: 1;
  margin-left: 20px;
  margin-left: 1.25rem;
  margin-right: 20px;
  margin-right: 1.25rem;
  transition: color 0.3s ease-out; }
  @media (min-width: 992px) {
    .related__desc {
      margin-left: 40px;
      margin-left: 2.5rem;
      margin-right: 40px;
      margin-right: 2.5rem; } }

.related__text {
  display: none; }
  @media (min-width: 768px) {
    .related__text {
      display: inline-block;
      font-family: "GeCy1000-Rg";
      -webkit-font-smoothing: antialiased;
      font-size: 16px;
      font-size: 1rem;
      line-height: 22px;
      line-height: 1.375rem;
      color: #3c3c3c;
      margin-top: 8px;
      margin-top: 0.5rem;
      transition: color 0.3s ease-out; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .related__text {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 26px;
      line-height: 1.625rem; } }

.related__link {
  display: none; }
  @media (min-width: 1200px) {
    .related__link {
      display: inline-block;
      font-family: "GeCy1000-SmBd";
      font-size: 14px;
      font-size: 0.875rem;
      text-transform: uppercase;
      line-height: 18px;
      line-height: 1.125rem;
      letter-spacing: 1px;
      letter-spacing: 0.0625rem;
      color: #3c3c3c;
      color: #69b022;
      margin-right: 40px;
      margin-right: 2.5rem;
      margin-left: 40px;
      margin-left: 2.5rem;
      transition: color 0.3s ease-out; } }
  @media (min-width: 1200px) and (min-width: 992px) {
    .related__link {
      font-size: 16px;
      font-size: 1rem;
      line-height: 20px;
      line-height: 1.25rem; } }

.download {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-left: 2px solid #69b022;
  margin-top: 10px;
  margin-top: 0.625rem;
  background-color: #e1e1e1;
  transition: background-color 0.3s ease-out; }
  @media (min-width: 992px) {
    .download {
      margin-top: 20px;
      margin-top: 1.25rem; } }
  .download:hover {
    background-color: #3c3c3c; }
    .download:hover .download__name {
      color: #fff; }
    .download:hover .download__type {
      color: #fff;
      border-color: #fff; }
    .download:hover .download__size {
      color: #fff; }
  .download__name {
    -ms-flex: 1;
        flex: 1;
    padding: 10px;
    padding: 0.625rem;
    font-family: "GeCy1000-SmBd";
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    color: #3c3c3c;
    -webkit-font-smoothing: antialiased;
    transition: color 0.3s ease-out; }
    @media (min-width: 768px) {
      .download__name {
        font-size: 18px;
        font-size: 1.125rem; } }
    @media (min-width: 992px) {
      .download__name {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 28px;
        line-height: 1.75rem; } }
    @media (min-width: 768px) {
      .download__name {
        padding-top: 23px;
        padding-top: 1.4375rem;
        padding-right: 26px;
        padding-right: 1.625rem;
        padding-bottom: 23px;
        padding-bottom: 1.4375rem;
        padding-left: 26px;
        padding-left: 1.625rem; } }
  .download__type {
    display: none;
    font-family: "GeCy1000-Rg";
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
    color: #3c3c3c;
    border-right: 1px solid #3c3c3c;
    padding-right: 10px;
    padding-right: 0.625rem;
    transition: color 0.3s ease-out, border-color 0.3s ease-out; }
    @media (min-width: 992px) {
      .download__type {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 26px;
        line-height: 1.625rem; } }
    @media (min-width: 768px) {
      .download__type {
        display: inline-block; } }
  .download__size {
    display: none;
    font-family: "GeCy1000-Rg";
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
    color: #3c3c3c;
    padding-left: 10px;
    padding-left: 0.625rem;
    padding-right: 26px;
    padding-right: 1.625rem;
    transition: color 0.3s ease-out; }
    @media (min-width: 992px) {
      .download__size {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 26px;
        line-height: 1.625rem; } }
    @media (min-width: 768px) {
      .download__size {
        display: inline-block; } }
  .download__icon {
    display: inline-block;
    width: 25%;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    background-image: linear-gradient(to bottom, #91c53c 0%, #27853b 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF91C53C', endColorstr='#FF27853B', GradientType=0); }
    @media (min-width: 480px) {
      .download__icon {
        width: 16.66667%; } }
    @media (min-width: 992px) {
      .download__icon {
        width: 8.33333%; } }
    .download__icon:before {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      height: 100%;
      font-size: 22px;
      font-size: 1.375rem;
      color: #fff; }
      @media (min-width: 768px) {
        .download__icon:before {
          font-size: 30px;
          font-size: 1.875rem; } }

.product-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (min-width: 768px) {
    .product-header {
      -ms-flex-direction: row;
          flex-direction: row; } }
  .product-header__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    @media (min-width: 768px) {
      .product-header__wrapper {
        padding-left: 20px;
        padding-left: 1.25rem; } }
    @media (min-width: 992px) {
      .product-header__wrapper {
        padding-left: 40px;
        padding-left: 2.5rem; } }
  .product-header__headline {
    font-family: "GeCy1000-SmBd";
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 34px;
    line-height: 2.125rem;
    color: #3c3c3c;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }
    @media (min-width: 992px) {
      .product-header__headline {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 46px;
        line-height: 2.875rem; } }
    @media (min-width: 1630px) {
      .product-header__headline {
        font-size: 50px;
        font-size: 3.125rem;
        line-height: 56px;
        line-height: 3.5rem; } }
    @media (min-width: 992px) {
      .product-header__headline {
        margin-bottom: 40px;
        margin-bottom: 2.5rem; } }
  .product-header__advantages {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 10px;
    margin-top: 0.625rem; }
    @media (min-width: 992px) {
      .product-header__advantages {
        margin-top: 20px;
        margin-top: 1.25rem; } }
  .product-header__advantage {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
    font-family: "GeCy1000-Rg";
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
    color: #3c3c3c;
    box-sizing: border-box;
    font-family: "GeCy1000-Rg" !important; }
    @media (min-width: 992px) {
      .product-header__advantage {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 26px;
        line-height: 1.625rem; } }
    .product-header__advantage:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    @media (min-width: 992px) {
      .product-header__advantage {
        -ms-flex-preferred-size: 33.33333%;
            flex-basis: 33.33333%;
        margin-bottom: 40px;
        margin-bottom: 2.5rem;
        padding-right: 40px;
        padding-right: 2.5rem; } }
    .product-header__advantage:before {
      font-size: 10px;
      font-size: 0.625rem;
      color: #69b022;
      margin-top: 6px;
      margin-top: 0.375rem;
      margin-right: 10px;
      margin-right: 0.625rem; }
      @media (min-width: 992px) {
        .product-header__advantage:before {
          margin-right: 20px;
          margin-right: 1.25rem;
          font-size: 12px;
          font-size: 0.75rem; } }
  .product-header__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-top: auto;
    -ms-flex-direction: column;
        flex-direction: column; }
    @media (min-width: 992px) {
      .product-header__buttons {
        -ms-flex-direction: row;
            flex-direction: row; } }
  .product-header__button {
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }
    @media (min-width: 992px) {
      .product-header__button {
        margin-right: 40px;
        margin-right: 2.5rem;
        margin-bottom: 0px;
        margin-bottom: 0rem; } }

.product-slider {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
  margin-top: -40px; }
  @media (min-width: 768px) {
    .product-slider {
      margin: 0;
      width: 357px; } }
  @media (min-width: 1200px) {
    .product-slider {
      width: 536px; } }
  .product-slider__wrapper {
    position: relative;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem; }
  .product-slider__picture {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    overflow: hidden; }
  .product-slider__arrow {
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    padding-top: 14px;
    padding-top: 0.875rem;
    padding-right: 10px;
    padding-right: 0.625rem;
    padding-bottom: 14px;
    padding-bottom: 0.875rem;
    padding-left: 12px;
    padding-left: 0.75rem;
    font-size: 26px;
    font-size: 1.625rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    transition: background 0.3s ease-out;
    cursor: pointer; }
    .product-slider__arrow--next {
      right: 0px; }
    .product-slider__arrow:hover {
      background-color: rgba(0, 0, 0, 0.8); }
  .product-slider__nav {
    display: none; }
    @media (min-width: 768px) {
      .product-slider__nav {
        display: block; } }
    .product-slider__nav .slick-list {
      margin: 0 -7px; }
  .product-slider__small-image-wrapper {
    margin: 0 7px; }
    .product-slider__small-image-wrapper:focus {
      outline: 0; }
  .product-slider__small-image {
    width: 100%;
    cursor: pointer; }
  .product-slider__description {
    background: #000;
    color: #fff;
    display: block;
    width: calc(100% - 10px);
    font-family: "GeCy1000-Rg";
    -webkit-font-smoothing: antialiased;
    padding: 5px; }

.contact {
  position: relative;
  overflow: hidden; }
  .contact__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    @media (min-width: 768px) {
      .contact__content {
        -ms-flex-direction: row;
            flex-direction: row; } }
  .contact__text {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%; }
    @media (min-width: 768px) {
      .contact__text {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; } }
    @media (min-width: 1200px) {
      .contact__text {
        -ms-flex-preferred-size: 66.66667%;
            flex-basis: 66.66667%; } }
  .contact__image {
    position: relative;
    margin-top: 20px;
    margin-top: 1.25rem;
    overflow: hidden; }
    @media (min-width: 768px) {
      .contact__image {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        position: static;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
        margin-top: 0px;
        margin-top: 0rem;
        overflow: auto; } }
    @media (min-width: 992px) {
      .contact__image {
        -ms-flex-preferred-size: 33.33333%;
            flex-basis: 33.33333%; } }
  .contact__title {
    font-family: "GeCy1000-SmBd";
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 34px;
    line-height: 2.125rem;
    color: #3c3c3c;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }
    @media (min-width: 992px) {
      .contact__title {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 46px;
        line-height: 2.875rem; } }
    @media (min-width: 1630px) {
      .contact__title {
        font-size: 50px;
        font-size: 3.125rem;
        line-height: 56px;
        line-height: 3.5rem; } }
    @media (min-width: 1200px) {
      .contact__title {
        margin-bottom: 40px;
        margin-bottom: 2.5rem; } }
  .contact__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .contact__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    padding-top: 20px;
    padding-top: 1.25rem;
    box-sizing: border-box; }
    @media (min-width: 768px) {
      .contact__item {
        max-width: 83.33333%;
        padding-top: 40px;
        padding-top: 2.5rem;
        padding-right: 40px;
        padding-right: 2.5rem; } }
    @media (min-width: 1200px) {
      .contact__item {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        padding-top: 50px;
        padding-top: 3.125rem;
        padding-bottom: 50px;
        padding-bottom: 3.125rem;
        padding-right: 100px;
        padding-right: 6.25rem; } }
    .contact__item:hover .contact__icon {
      opacity: 0.8; }
    .contact__item:hover .contact__headline {
      border-color: #3c3c3c; }
    .contact__item:hover .contact__paragraph {
      color: rgba(60, 60, 60, 0.6); }
    @media (min-width: 1200px) {
      .contact__item:nth-of-type(-n + 2) {
        padding-top: 90px;
        padding-top: 5.625rem; } }
  .contact__icon {
    font-size: 64px;
    font-size: 4rem;
    color: #91c53c;
    background: -webkit-linear-gradient(#91c63c, #25843b);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    margin-right: 50px;
    margin-right: 3.125rem;
    transition: opacity 0.3s ease-out; }
  .contact__headline {
    display: inline-block;
    font-family: "GeCy1000-SmBd";
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    color: #3c3c3c;
    -webkit-font-smoothing: antialiased;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    transition: border 0.3s ease-out; }
    @media (min-width: 768px) {
      .contact__headline {
        font-size: 18px;
        font-size: 1.125rem; } }
    @media (min-width: 992px) {
      .contact__headline {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 28px;
        line-height: 1.75rem; } }
  .contact__paragraph {
    padding-top: 10px;
    padding-top: 0.625rem;
    transition: color 0.3s ease-out; }
    @media (min-width: 768px) {
      .contact__paragraph {
        padding-top: 20px;
        padding-top: 1.25rem; } }
  .contact__desc {
    font-family: "GeCy1000-Rg";
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
    color: #3c3c3c; }
    @media (min-width: 992px) {
      .contact__desc {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 26px;
        line-height: 1.625rem; } }
  @media (min-width: 1200px) {
    .contact__wysiwyg {
      max-width: 58.33333%; } }
  .contact__picture {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    @media (min-width: 768px) {
      .contact__picture {
        -ms-flex-pack: end;
            justify-content: flex-end;
        position: absolute;
        bottom: 0; } }
  .contact__staff {
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    bottom: 20px;
    bottom: 1.25rem;
    background-image: linear-gradient(to bottom, #91c53c 0%, #27853b 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF91C53C', endColorstr='#FF27853B', GradientType=0);
    padding: 20px;
    padding: 1.25rem;
    margin-top: auto;
    width: 66.66667%; }
    @media (min-width: 480px) {
      .contact__staff {
        width: 41.66667%; } }
    @media (min-width: 768px) {
      .contact__staff {
        position: relative;
        -ms-transform: none;
            transform: none;
        left: auto;
        padding: 40px;
        padding: 2.5rem; } }
  .contact__name {
    font-family: "GeCy1000-SmBd";
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    color: #3c3c3c;
    -webkit-font-smoothing: antialiased;
    color: #fff; }
    @media (min-width: 768px) {
      .contact__name {
        font-size: 18px;
        font-size: 1.125rem; } }
    @media (min-width: 992px) {
      .contact__name {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 28px;
        line-height: 1.75rem; } }
  .contact__department {
    font-family: "GeCy1000-Rg";
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
    color: #3c3c3c;
    color: #fff; }
    @media (min-width: 992px) {
      .contact__department {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 26px;
        line-height: 1.625rem; } }

.tab__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (min-width: 768px) {
    .tab__wrapper {
      -ms-flex-direction: row;
          flex-direction: row; } }
  .tab__wrapper--horizontal {
    -ms-flex-direction: column;
        flex-direction: column; }

.tab__desc {
  box-sizing: border-box; }
  @media (min-width: 768px) {
    .tab__desc {
      width: 33.33333%;
      padding-right: 20px;
      padding-right: 1.25rem; } }
  @media (min-width: 992px) {
    .tab__desc {
      padding-right: 40px;
      padding-right: 2.5rem; } }

.tab__content {
  display: none; }
  @media (min-width: 768px) {
    .tab__content--active {
      display: block; } }
  .tab__content--mobile {
    display: block; }
    @media (min-width: 768px) {
      .tab__content--mobile {
        display: none; } }
  .tab__content--vertical {
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px;
    padding: 1.25rem; }
    @media (min-width: 768px) {
      .tab__content--vertical {
        padding: 40px;
        padding: 2.5rem;
        width: 66.66667%; } }
    @media (min-width: 992px) {
      .tab__content--vertical {
        padding: 80px;
        padding: 5rem; } }
  .tab__content-product-block {
    margin-bottom: 30px;
    margin-bottom: 1.875rem; }
    @media (min-width: 768px) {
      .tab__content-product-block {
        margin-bottom: 50px;
        margin-bottom: 3.125rem; } }
  .tab__content-hl {
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }
  .tab__content-image {
    width: 100%; }

.tab__title {
  font-family: "GeCy1000-SmBd";
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 34px;
  line-height: 2.125rem;
  color: #3c3c3c;
  -webkit-font-smoothing: antialiased; }
  @media (min-width: 992px) {
    .tab__title {
      font-size: 40px;
      font-size: 2.5rem;
      line-height: 46px;
      line-height: 2.875rem; } }
  @media (min-width: 1630px) {
    .tab__title {
      font-size: 50px;
      font-size: 3.125rem;
      line-height: 56px;
      line-height: 3.5rem; } }

.tab__wysiwyg {
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }
  @media (min-width: 992px) {
    .tab__wysiwyg {
      margin-top: 40px;
      margin-top: 2.5rem;
      margin-bottom: 40px;
      margin-bottom: 2.5rem; } }

.tab__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .tab__container--horizontal {
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media (min-width: 768px) {
      .tab__container--horizontal {
        -ms-flex-direction: row;
            flex-direction: row;
        margin-right: -20px;
        margin-right: -1.25rem;
        margin-left: -20px;
        margin-left: -1.25rem;
        margin-bottom: 40px;
        margin-bottom: 2.5rem; } }
  .tab__container--vertical {
    -ms-flex-direction: column;
        flex-direction: column; }
    @media (min-width: 768px) {
      .tab__container--vertical {
        width: 100%;
        overflow: hidden; } }
    @media (min-width: 992px) {
      .tab__container--vertical {
        width: 300px;
        width: 18.75rem; } }
  .tab__container .tab__content {
    display: none; }
    @media (min-width: 768px) {
      .tab__container .tab__content:first-of-type {
        display: none; } }
  .tab__container .tab__content--mobile--active {
    display: block; }
    @media (min-width: 768px) {
      .tab__container .tab__content--mobile--active {
        display: none; } }

.tab__button--vertical {
  text-align: left;
  font-family: "GeCy1000-SmBd";
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #3c3c3c;
  -webkit-font-smoothing: antialiased;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  cursor: pointer;
  transition: transform 0.3s ease-out, background-color 0.3s ease-out; }
  @media (min-width: 768px) {
    .tab__button--vertical {
      font-size: 18px;
      font-size: 1.125rem; } }
  @media (min-width: 992px) {
    .tab__button--vertical {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 28px;
      line-height: 1.75rem; } }
  @media (min-width: 768px) {
    .tab__button--vertical {
      padding-left: 20px;
      padding-left: 1.25rem;
      -ms-transform: translateX(-20px);
          transform: translateX(-20px); } }
  @media (min-width: 992px) {
    .tab__button--vertical {
      padding-top: 20px;
      padding-top: 1.25rem;
      padding-left: 40px;
      padding-left: 2.5rem;
      padding-bottom: 20px;
      padding-bottom: 1.25rem;
      -ms-transform: translateX(-30px);
          transform: translateX(-30px); } }
  .tab__button--vertical:hover {
    -ms-transform: translateX(0);
        transform: translateX(0); }
  .tab__button--vertical.tab__button--active {
    color: #fff;
    background-color: #3c3c3c; }
    @media (max-width: 768px) {
      .tab__button--vertical.tab__button--active {
        padding-left: 10px; } }
    @media (min-width: 768px) {
      .tab__button--vertical.tab__button--active {
        -ms-transform: translateX(0);
            transform: translateX(0); } }
    .tab__button--vertical.tab__button--active .tab__icon:before {
      display: inline-block;
      color: #fff;
      -ms-transform-origin: center;
          transform-origin: center;
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
      @media (max-width: 768px) {
        .tab__button--vertical.tab__button--active .tab__icon:before {
          padding-right: 0px;
          padding-right: 0rem; } }
      @media (min-width: 768px) {
        .tab__button--vertical.tab__button--active .tab__icon:before {
          -ms-transform: rotate(0);
              transform: rotate(0); } }

.tab__button--horizontal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex: 1;
      flex: 1;
  font-family: "GeCy1000-SmBd";
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  line-height: 18px;
  line-height: 1.125rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  color: #3c3c3c;
  text-align: left;
  border-top: 1px solid #eeeeee;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem; }
  @media (min-width: 992px) {
    .tab__button--horizontal {
      font-size: 16px;
      font-size: 1rem;
      line-height: 20px;
      line-height: 1.25rem; } }
  @media (min-width: 768px) {
    .tab__button--horizontal {
      margin-right: 20px;
      margin-right: 1.25rem;
      margin-left: 20px;
      margin-left: 1.25rem;
      text-align: center;
      border-top: 0px;
      border-bottom: 1px solid #b4b8ba;
      cursor: pointer;
      transition: border 0.3s ease-out, color 0.3s ease-out, background 0.3s ease-out; }
      .tab__button--horizontal:hover {
        color: #fff;
        background-color: #3c3c3c;
        border-color: #3c3c3c; } }
  @media (min-width: 768px) {
    .tab__button--horizontal {
      display: inline-block; } }
  .tab__button--horizontal.tab__button--active {
    border-bottom: 0;
    color: #69b022; }
    @media (min-width: 768px) {
      .tab__button--horizontal.tab__button--active {
        background-image: linear-gradient(to bottom, #91c53c 0%, #27853b 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF91C53C', endColorstr='#FF27853B', GradientType=0);
        color: #fff;
        pointer-events: none; } }
    .tab__button--horizontal.tab__button--active .tab__arrow:before {
      display: inline-block;
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.tab__arrow {
  color: #69b022;
  font-size: 24px;
  font-size: 1.5rem;
  transition: transform 0.3s ease-out; }
  @media (min-width: 768px) {
    .tab__arrow {
      display: none; } }

.tab__icon:before {
  color: #69b022;
  padding-right: 10px;
  padding-right: 0.625rem;
  transition: transform 0.3s ease-out; }
  @media (min-width: 992px) {
    .tab__icon:before {
      padding-right: 20px;
      padding-right: 1.25rem; } }

.map {
  height: 70vh; }
  .map--invisible {
    display: none; }

.addresses--all .addresses__headline--all {
  display: block; }

.addresses--all .addresses__headline--filtered {
  display: none; }

.addresses--all .addresses__text--distance {
  display: none; }

.addresses__headline {
  font-family: "GeCy1000-SmBd";
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 26px;
  line-height: 1.625rem;
  color: #3c3c3c;
  -webkit-font-smoothing: antialiased; }
  @media (min-width: 992px) {
    .addresses__headline {
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 36px;
      line-height: 2.25rem; } }
  .addresses__headline--all {
    display: none; }
  .addresses__headline--filtered {
    display: block; }

.addresses__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-left: -20px;
  margin-left: -1.25rem;
  margin-right: -20px;
  margin-right: -1.25rem; }
  @media (min-width: 992px) {
    .addresses__items {
      padding-bottom: -40px;
      padding-bottom: -2.5rem;
      margin-top: 40px;
      margin-top: 2.5rem;
      margin-left: -40px;
      margin-left: -2.5rem;
      margin-right: -40px;
      margin-right: -2.5rem; } }

.addresses__item {
  width: 50%;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  box-sizing: border-box; }
  @media (min-width: 768px) {
    .addresses__item {
      width: 33.33333%; } }
  @media (min-width: 992px) {
    .addresses__item {
      width: 25%;
      padding-left: 40px;
      padding-left: 2.5rem;
      padding-right: 40px;
      padding-right: 2.5rem;
      padding-bottom: 40px;
      padding-bottom: 2.5rem; } }

.addresses__title {
  font-family: "GeCy1000-SmBd";
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #3c3c3c;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }
  @media (min-width: 768px) {
    .addresses__title {
      font-size: 18px;
      font-size: 1.125rem; } }
  @media (min-width: 992px) {
    .addresses__title {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 28px;
      line-height: 1.75rem; } }
  @media (min-width: 1200px) {
    .addresses__title {
      line-height: 24px;
      line-height: 1.5rem; } }

.addresses__text {
  font-family: "GeCy1000-Rg";
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #3c3c3c; }
  @media (min-width: 992px) {
    .addresses__text {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 26px;
      line-height: 1.625rem; } }

.addresses__link {
  display: inline-block;
  margin-top: 20px;
  margin-top: 1.25rem;
  font-family: "GeCy1000-SmBd";
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  line-height: 18px;
  line-height: 1.125rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  color: #3c3c3c;
  color: #69b022;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  transition: border 0.3s ease-out, color 0.3s ease-out; }
  @media (min-width: 992px) {
    .addresses__link {
      font-size: 16px;
      font-size: 1rem;
      line-height: 20px;
      line-height: 1.25rem; } }
  .addresses__link:hover {
    color: #3c3c3c;
    border-color: #3c3c3c; }

.addresses-search__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (min-width: 992px) {
    .addresses-search__content {
      -ms-flex-direction: row;
          flex-direction: row; } }

.addresses-search__select {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  font-family: "GeCy1000-Rg";
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #3c3c3c;
  margin-top: 15px; }
  @media (min-width: 992px) {
    .addresses-search__select {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 26px;
      line-height: 1.625rem; } }
  @media (min-width: 992px) {
    .addresses-search__select {
      width: calc(33.33333% - 20px);
      margin-top: 0px;
      font-size: 20px;
      font-size: 1.25rem; } }
  .section--green .addresses-search__select {
    border: 2px solid #3c3c3c; }
  .addresses-search__select--smaller {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box; }
    @media (min-width: 992px) {
      .addresses-search__select--smaller {
        width: 25%; } }

.addresses-search__input-wrapper {
  font-family: "GeCy1000-Rg";
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #3c3c3c;
  border: 0;
  padding: 20px;
  padding: 1.25rem;
  box-sizing: border-box; }
  @media (min-width: 992px) {
    .addresses-search__input-wrapper {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 26px;
      line-height: 1.625rem; } }
  @media (min-width: 992px) {
    .addresses-search__input-wrapper {
      width: calc(33.33333% - 20px);
      font-size: 20px;
      font-size: 1.25rem; } }
  .section--green .addresses-search__input-wrapper {
    border: 2px solid #3c3c3c; }

.addresses-search__button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  transition: opacity 0.3s ease-out;
  margin-top: 15px;
  height: 64px;
  width: calc(100% - 4px);
  margin-left: 2px; }
  @media (min-width: 993px) {
    .addresses-search__button {
      margin-top: 0;
      width: calc(100% - 4px);
      margin-left: 0;
      width: unset;
      height: unset; } }
  .addresses-search__button.button--green:hover {
    background-image: linear-gradient(to bottom, #91c53c 0%, #27853b 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF91C53C', endColorstr='#FF27853B', GradientType=0); }
  .addresses-search__button:hover {
    opacity: 0.9; }

.events__title {
  font-family: "GeCy1000-SmBd";
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 34px;
  line-height: 2.125rem;
  color: #3c3c3c;
  -webkit-font-smoothing: antialiased;
  text-align: center; }
  @media (min-width: 992px) {
    .events__title {
      font-size: 40px;
      font-size: 2.5rem;
      line-height: 46px;
      line-height: 2.875rem; } }
  @media (min-width: 1630px) {
    .events__title {
      font-size: 50px;
      font-size: 3.125rem;
      line-height: 56px;
      line-height: 3.5rem; } }

.events__filters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }

.events-filter {
  display: inline-block;
  width: 400px;
  padding: 15px 20px;
  border: 3px solid #91c53c;
  background-color: rgba(255, 255, 255, 0);
  font-family: "GeCy1000-SmBd";
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #3c3c3c;
  -webkit-font-smoothing: antialiased;
  color: #91c53c;
  margin: 20px;
  margin: 1.25rem; }
  @media (min-width: 768px) {
    .events-filter {
      font-size: 18px;
      font-size: 1.125rem; } }
  @media (min-width: 992px) {
    .events-filter {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 28px;
      line-height: 1.75rem; } }
  .events-filter .list {
    width: calc(100% + 6px);
    margin-left: -3px;
    border: 3px solid #3c3c3c; }
  .events-filter:after {
    right: 25px;
    height: 10px;
    width: 10px;
    margin-top: -9px;
    border-color: #91c53c;
    border-width: 3px; }

.events__datepicker {
  display: inline-block;
  width: 400px;
  padding: 15px 20px;
  border: 3px solid #91c53c;
  background-color: rgba(255, 255, 255, 0);
  font-family: "GeCy1000-SmBd";
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #3c3c3c;
  -webkit-font-smoothing: antialiased;
  color: #91c53c;
  margin: 20px;
  margin: 1.25rem; }
  @media (min-width: 768px) {
    .events__datepicker {
      font-size: 18px;
      font-size: 1.125rem; } }
  @media (min-width: 992px) {
    .events__datepicker {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 28px;
      line-height: 1.75rem; } }
  .events__datepicker .list {
    width: calc(100% + 6px);
    margin-left: -3px;
    border: 3px solid #3c3c3c; }
  .events__datepicker:after {
    right: 25px;
    height: 10px;
    width: 10px;
    margin-top: -9px;
    border-color: #91c53c;
    border-width: 3px; }

.event {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: 0.625rem;
  padding: 0.625rem 1.25rem;
  background-color: #fff;
  transition: background-color 0.3s ease-out; }
  @media (min-width: 480px) {
    .event {
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center; } }
  @media (min-width: 768px) {
    .event {
      margin-top: 1.25rem;
      padding: 1.25rem 2.5rem; } }
  .event:hover {
    background-color: #3c3c3c; }
    .event:hover .event__title {
      color: #fff; }
    .event:hover .event__desc {
      color: #fff; }
    .event:hover .event__text {
      color: #fff; }
    .event:hover .event__link {
      color: #fff; }
  .event__picture {
    margin-right: 2.5rem;
    height: 100px;
    overflow: hidden; }
  .event__title {
    margin-top: 10px;
    margin-top: 0.625rem;
    margin-bottom: 4px;
    margin-bottom: 0.25rem;
    font-family: "GeCy1000-SmBd";
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    color: #3c3c3c;
    -webkit-font-smoothing: antialiased;
    transition: color 0.3s ease-out; }
    @media (min-width: 768px) {
      .event__title {
        font-size: 18px;
        font-size: 1.125rem; } }
    @media (min-width: 992px) {
      .event__title {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 28px;
        line-height: 1.75rem; } }
    @media (min-width: 480px) {
      .event__title {
        margin-top: 0px;
        margin-top: 0rem;
        margin-bottom: 10px;
        margin-bottom: 0.625rem; } }
  .event__text {
    font-family: "GeCy1000-Rg";
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
    color: #3c3c3c;
    transition: color 0.3s ease-out; }
    @media (min-width: 992px) {
      .event__text {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 26px;
        line-height: 1.625rem; } }
  .event__strong {
    font-family: "GeCy1000-SmBd"; }
  .event__teaser {
    font-family: "GeCy1000-SmBd";
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    line-height: 18px;
    line-height: 1.125rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    color: #91c53c; }
    @media (min-width: 992px) {
      .event__teaser {
        font-size: 16px;
        font-size: 1rem;
        line-height: 20px;
        line-height: 1.25rem; } }
    @media (min-width: 480px) {
      .event__teaser {
        margin-left: auto; } }

.event-detail__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (min-width: 768px) {
    .event-detail__content {
      -ms-flex-direction: row;
          flex-direction: row; } }

.event-detail__picture {
  width: 100%;
  margin-right: 1.25rem; }
  @media (min-width: 768px) {
    .event-detail__picture {
      width: auto;
      max-width: 50%; } }
  @media (min-width: 1200px) {
    .event-detail__picture {
      margin-right: 2.5rem; } }
  @media (min-width: 1630px) {
    .event-detail__picture {
      margin-right: 6.25rem; } }

.event-detail__image {
  width: 100%; }

.event-detail__title {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-family: "GeCy1000-SmBd";
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 34px;
  line-height: 2.125rem;
  color: #3c3c3c;
  -webkit-font-smoothing: antialiased; }
  @media (min-width: 992px) {
    .event-detail__title {
      font-size: 40px;
      font-size: 2.5rem;
      line-height: 46px;
      line-height: 2.875rem; } }
  @media (min-width: 1630px) {
    .event-detail__title {
      font-size: 50px;
      font-size: 3.125rem;
      line-height: 56px;
      line-height: 3.5rem; } }
  @media (min-width: 768px) {
    .event-detail__title {
      margin-top: 0; } }
  @media (min-width: 1200px) {
    .event-detail__title {
      margin-bottom: 2.5rem; } }

.event-detail__text {
  display: -ms-flexbox;
  display: flex;
  font-family: "GeCy1000-Rg";
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #3c3c3c;
  margin-top: 0.625rem; }
  @media (min-width: 992px) {
    .event-detail__text {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 26px;
      line-height: 1.625rem; } }
  @media (min-width: 992px) {
    .event-detail__text {
      margin-top: 1.25rem; } }
  .event-detail__text--intro {
    margin-bottom: 1.25rem; }
    @media (min-width: 992px) {
      .event-detail__text--intro {
        margin-bottom: 2.5rem; } }
  .event-detail__text--link {
    color: #91c53c; }
    .event-detail__text--link:hover {
      text-decoration: underline; }
      .event-detail__text--link:hover .event-detail__strong {
        text-decoration: none; }

.event-detail__strong {
  display: inline-block;
  width: 50%;
  font-family: "GeCy1000-SmBd";
  text-transform: uppercase;
  color: #3c3c3c; }
  @media (min-width: 992px) {
    .event-detail__strong {
      width: 25%; } }

.jobs__title {
  font-family: "GeCy1000-SmBd";
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 34px;
  line-height: 2.125rem;
  color: #3c3c3c;
  -webkit-font-smoothing: antialiased;
  text-align: center; }
  @media (min-width: 992px) {
    .jobs__title {
      font-size: 40px;
      font-size: 2.5rem;
      line-height: 46px;
      line-height: 2.875rem; } }
  @media (min-width: 1630px) {
    .jobs__title {
      font-size: 50px;
      font-size: 3.125rem;
      line-height: 56px;
      line-height: 3.5rem; } }

.jobs__filters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }

.jobs-filter {
  display: inline-block;
  width: 400px;
  padding: 15px 20px;
  border: 3px solid #91c53c;
  background-color: rgba(255, 255, 255, 0);
  font-family: "GeCy1000-SmBd";
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #3c3c3c;
  -webkit-font-smoothing: antialiased;
  color: #91c53c;
  margin: 20px;
  margin: 1.25rem; }
  @media (min-width: 768px) {
    .jobs-filter {
      font-size: 18px;
      font-size: 1.125rem; } }
  @media (min-width: 992px) {
    .jobs-filter {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 28px;
      line-height: 1.75rem; } }
  .jobs-filter .list {
    width: calc(100% + 6px);
    margin-left: -3px;
    border: 3px solid #3c3c3c; }
  .jobs-filter:after {
    right: 25px;
    height: 10px;
    width: 10px;
    margin-top: -9px;
    border-color: #91c53c;
    border-width: 3px; }
  .jobs-filter:-ms-input-placeholder {
    color: #91c53c; }
  .jobs-filter::placeholder {
    color: #91c53c; }

.job {
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.625rem;
  background-color: #fff;
  transition: background-color 0.3s ease-out; }
  @media (min-width: 768px) {
    .job {
      -ms-flex-align: center;
          align-items: center;
      margin-top: 1.25rem; } }
  .job--clickable:hover {
    background-color: #3c3c3c; }
    .job--clickable:hover .job__title {
      color: #fff; }
    .job--clickable:hover .job__desc {
      color: #fff; }
    .job--clickable:hover .job__text {
      color: #fff; }
    .job--clickable:hover .job__link {
      color: #fff; }
  .job__picture {
    margin-right: 2.5rem;
    overflow: hidden;
    font-size: 0; }
  .job__desc {
    padding: 0.625rem 0; }
    @media (min-width: 768px) {
      .job__desc {
        padding: 1.25rem 0; } }
  .job__title {
    margin-top: 10px;
    margin-top: 0.625rem;
    margin-bottom: 4px;
    margin-bottom: 0.25rem;
    font-family: "GeCy1000-SmBd";
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    color: #3c3c3c;
    -webkit-font-smoothing: antialiased;
    transition: color 0.3s ease-out; }
    @media (min-width: 768px) {
      .job__title {
        font-size: 18px;
        font-size: 1.125rem; } }
    @media (min-width: 992px) {
      .job__title {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 28px;
        line-height: 1.75rem; } }
    @media (min-width: 480px) {
      .job__title {
        margin-top: 0px;
        margin-top: 0rem;
        margin-bottom: 10px;
        margin-bottom: 0.625rem; } }
  .job__text {
    font-family: "GeCy1000-Rg";
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
    color: #3c3c3c;
    transition: color 0.3s ease-out; }
    @media (min-width: 992px) {
      .job__text {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 26px;
        line-height: 1.625rem; } }
  .job__strong {
    font-family: "GeCy1000-SmBd"; }
  .job__teaser {
    font-family: "GeCy1000-SmBd";
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    line-height: 18px;
    line-height: 1.125rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    color: #91c53c;
    padding-right: 1.25rem; }
    @media (min-width: 992px) {
      .job__teaser {
        font-size: 16px;
        font-size: 1rem;
        line-height: 20px;
        line-height: 1.25rem; } }
    @media (min-width: 480px) {
      .job__teaser {
        margin-left: auto; } }
    @media (min-width: 768px) {
      .job__teaser {
        padding-right: 2.5rem; } }

.newsletter__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media (min-width: 768px) {
    .newsletter__content {
      -ms-flex-direction: row;
          flex-direction: row; } }

.newsletter__teaser {
  margin-bottom: 10px;
  font-family: "GeCy1000-Rg";
  font-size: 20px;
  color: #fff; }
  @media (min-width: 992px) {
    .newsletter__teaser {
      font-size: 26px; } }

.newsletter__title {
  font-family: "GeCy1000-SmBd";
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 34px;
  line-height: 2.125rem;
  color: #3c3c3c;
  -webkit-font-smoothing: antialiased;
  color: #fff; }
  @media (min-width: 992px) {
    .newsletter__title {
      font-size: 40px;
      font-size: 2.5rem;
      line-height: 46px;
      line-height: 2.875rem; } }
  @media (min-width: 1630px) {
    .newsletter__title {
      font-size: 50px;
      font-size: 3.125rem;
      line-height: 56px;
      line-height: 3.5rem; } }

.newsletter__input-container {
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.25rem;
  width: 100%; }
  @media (min-width: 480px) {
    .newsletter__input-container {
      width: 83.33333%; } }
  @media (min-width: 768px) {
    .newsletter__input-container {
      width: 50%;
      margin-top: 0; } }
  @media (min-width: 992px) {
    .newsletter__input-container {
      width: 41.66667%; } }

.newsletter__input {
  padding: 1.25rem 1.25rem;
  border: 0;
  font-family: "GeCy1000-Rg";
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #3c3c3c;
  width: calc(100% - 100px); }
  @media (min-width: 992px) {
    .newsletter__input {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 26px;
      line-height: 1.625rem; } }

.newsletter__icon {
  width: 100px;
  background-image: linear-gradient(to bottom, #fefefe 0%, #e1e1e1 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEFEFE', endColorstr='#FFE1E1E1', GradientType=0); }
  .newsletter__icon:before {
    font-size: 28px;
    color: #3c3c3c; }

@media (min-width: 768px) {
  .questions {
    width: 75%;
    margin: auto; } }

@media (min-width: 992px) {
  .questions {
    width: 58.33333%; } }

.questions__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .questions__item {
      margin-bottom: 60px; } }

.questions__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 30px;
  width: 30px;
  border: 3px solid #69b022;
  border-radius: 50%;
  font-family: "GeCy1000-SmBd";
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 26px;
  line-height: 1.625rem;
  color: #3c3c3c;
  -webkit-font-smoothing: antialiased;
  color: #69b022; }
  @media (min-width: 992px) {
    .questions__icon {
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 36px;
      line-height: 2.25rem; } }
  @media (min-width: 768px) {
    .questions__icon {
      height: 50px;
      width: 50px;
      border: 4px solid #69b022; } }

.questions__desc {
  width: calc(100% - 30px);
  padding-left: 1.25rem;
  box-sizing: border-box; }
  @media (min-width: 768px) {
    .questions__desc {
      width: calc(100% - 50px);
      padding-left: 2.5rem; } }

.questions__question {
  font-family: "GeCy1000-Rg";
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #3c3c3c;
  font-family: "GeCy1000-SmBd"; }
  @media (min-width: 992px) {
    .questions__question {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 26px;
      line-height: 1.625rem; } }
  @media (min-width: 1200px) {
    .questions__question {
      font-size: 20px; } }

.questions__answer {
  font-family: "GeCy1000-Rg";
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #3c3c3c; }
  @media (min-width: 992px) {
    .questions__answer {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 26px;
      line-height: 1.625rem; } }
  .questions__answer p {
    margin-top: 0.625rem; }
    @media (min-width: 768px) {
      .questions__answer p {
        margin-top: 1.25rem; } }

.post-header {
  position: relative; }
  .post-header__header {
    position: relative; }
  .post-header__image {
    width: 100%; }
  .post-header__desc {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    width: 91.66667%; }
    @media (min-width: 992px) {
      .post-header__desc {
        width: 50%; } }
  .post-header__category {
    padding: 3px 13px;
    background-color: #fff;
    font-family: "GeCy1000-SmBd";
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    line-height: 18px;
    line-height: 1.125rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    color: #3c3c3c;
    white-space: nowrap; }
    @media (min-width: 992px) {
      .post-header__category {
        font-size: 16px;
        font-size: 1rem;
        line-height: 20px;
        line-height: 1.25rem; } }
  .post-header__title {
    margin-top: 10px;
    font-family: "GeCy1000-SmBd";
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 34px;
    line-height: 2.125rem;
    color: #3c3c3c;
    -webkit-font-smoothing: antialiased;
    color: #fff; }
    @media (min-width: 992px) {
      .post-header__title {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 46px;
        line-height: 2.875rem; } }
    @media (min-width: 1630px) {
      .post-header__title {
        font-size: 50px;
        font-size: 3.125rem;
        line-height: 56px;
        line-height: 3.5rem; } }
    @media (min-width: 768px) {
      .post-header__title {
        margin-top: 40px;
        margin-top: 2.5rem; } }
  .post-header__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    margin: 20px 0;
    position: relative; }
    @media (min-width: 480px) {
      .post-header__wrapper {
        display: block;
        -ms-transform: translateY(-40%);
            transform: translateY(-40%);
        text-align: center;
        margin: 0; } }
  .post-header__author {
    width: 70px;
    border-radius: 50%; }
    @media (min-width: 480px) {
      .post-header__author {
        border: 4px solid #fff;
        width: 80px; } }
    @media (min-width: 992px) {
      .post-header__author {
        border: 5px solid #fff;
        width: 100px; } }
  .post-header__details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-top: 10px; }
    @media (min-width: 480px) {
      .post-header__details {
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: center;
            justify-content: center; } }
  .post-header__detail {
    font-family: "GeCy1000-Rg";
    -webkit-font-smoothing: antialiased;
    margin: 5px 25px; }
    @media (min-width: 480px) {
      .post-header__detail {
        margin: 0 30px; } }
    .post-header__detail:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin-right: 15px; }
    .post-header__detail--user:before {
      content: ""; }
    .post-header__detail--date:before {
      content: ""; }
    .post-header__detail--view_count {
      display: -ms-flexbox;
      display: flex; }
      .post-header__detail--view_count:before {
        content: ""; }
  .post-header__intro {
    font-family: "GeCy1000-Rg";
    font-size: 18px;
    line-height: 24px; }
    @media (min-width: 768px) {
      .post-header__intro {
        width: 75%;
        margin: auto;
        font-size: 20px;
        line-height: 28px; } }
    @media (min-width: 992px) {
      .post-header__intro {
        width: 58.33333%;
        font-size: 24px;
        line-height: 34px; } }

.social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (min-width: 480px) {
    .social {
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (min-width: 992px) {
    .social {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  .social__icon {
    display: inline-block;
    padding: 10px 30px;
    margin: 5px 0px;
    width: calc(100% - 60px);
    font-family: "GeCy1000-SmBd";
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    line-height: 18px;
    line-height: 1.125rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    color: #fff;
    text-align: center; }
    @media (min-width: 992px) {
      .social__icon {
        font-size: 16px;
        font-size: 1rem;
        line-height: 20px;
        line-height: 1.25rem; } }
    @media (min-width: 768px) {
      .social__icon {
        width: calc(50% - 80px);
        margin: 10px; } }
    @media (min-width: 992px) {
      .social__icon {
        width: 160px;
        margin: 0px 20px; } }
    .social__icon:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      padding-right: 10px; }
    .social__icon--facebook {
      background-color: #2e609a; }
      .social__icon--facebook:before {
        content: ""; }
    .social__icon--twitter {
      background-color: #04a7ec; }
      .social__icon--twitter:before {
        content: ""; }
    .social__icon--google {
      background-color: #e9252d; }
      .social__icon--google:before {
        content: ""; }
    .social__icon--email {
      background-color: #6e6b65; }
      .social__icon--email:before {
        content: ""; }

.post-more__headline {
  margin-bottom: 40px;
  font-family: "GeCy1000-SmBd";
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 26px;
  line-height: 1.625rem;
  color: #3c3c3c;
  -webkit-font-smoothing: antialiased; }
  @media (min-width: 992px) {
    .post-more__headline {
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 36px;
      line-height: 2.25rem; } }

.post-more__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media (min-width: 480px) {
    .post-more__items {
      -ms-flex-direction: row;
          flex-direction: row; } }

.post-more__item {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  background-color: #eeeeee;
  overflow: hidden; }
  @media (min-width: 480px) {
    .post-more__item {
      width: calc(50% - (20px*3/4));
      margin-bottom: 0px; } }
  @media (min-width: 768px) {
    .post-more__item {
      width: calc(33.33333% - (20px*3/4)); } }
  @media (min-width: 992px) {
    .post-more__item {
      width: calc(33.33333% - (40px*3/4)); } }
  @media (min-width: 1400px) {
    .post-more__item {
      width: calc(25% - (40px*3/4)); } }
  @media (min-width: 480px) {
    .post-more__item:nth-child(3) {
      display: none; } }
  @media (min-width: 768px) {
    .post-more__item:nth-child(3) {
      display: block; } }
  .post-more__item:nth-child(4) {
    display: none; }
    @media (min-width: 1400px) {
      .post-more__item:nth-child(4) {
        display: block; } }

.post-more__wrapper {
  position: relative; }

.post-more__image {
  width: 100%; }

.post-more__categories {
  position: absolute;
  top: 20px;
  left: 20px;
  max-width: calc(100% - 60px);
  padding: 5px 10px;
  font-family: "GeCy1000-SmBd";
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  line-height: 18px;
  line-height: 1.125rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  color: #3c3c3c;
  background-color: #fff; }
  @media (min-width: 992px) {
    .post-more__categories {
      font-size: 16px;
      font-size: 1rem;
      line-height: 20px;
      line-height: 1.25rem; } }

.post-more__desc {
  padding: 20px 20px 60px; }

.post-more__title {
  margin-bottom: 20px;
  font-family: "GeCy1000-SmBd";
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #3c3c3c;
  -webkit-font-smoothing: antialiased; }
  @media (min-width: 768px) {
    .post-more__title {
      font-size: 18px;
      font-size: 1.125rem; } }
  @media (min-width: 992px) {
    .post-more__title {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 28px;
      line-height: 1.75rem; } }

.post-more__text {
  margin-bottom: 20px;
  font-family: "GeCy1000-Rg";
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #3c3c3c; }
  @media (min-width: 992px) {
    .post-more__text {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 26px;
      line-height: 1.625rem; } }

.post-more__link {
  position: absolute;
  left: 20px;
  bottom: 20px;
  margin-top: auto;
  font-family: "GeCy1000-SmBd";
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  line-height: 18px;
  line-height: 1.125rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  color: #91c53c; }
  @media (min-width: 992px) {
    .post-more__link {
      font-size: 16px;
      font-size: 1rem;
      line-height: 20px;
      line-height: 1.25rem; } }

.gallery {
  position: relative; }
  @media (min-width: 768px) {
    .gallery {
      width: 75%;
      margin: auto; } }
  .gallery__image {
    width: 100%; }
  .gallery__arrows {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    width: 100%;
    pointer-events: none; }
  .gallery__arrow {
    pointer-events: all;
    cursor: pointer; }
    .gallery__arrow:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #fff;
      font-size: 50px; }
      @media (min-width: 992px) {
        .gallery__arrow:before {
          font-size: 60px; } }
    .gallery__arrow--next:before {
      content: ""; }
    .gallery__arrow--prev:before {
      content: ""; }

.s-products-filter {
  width: 100%;
  padding: 0; }
  .s-products-filter__hotspot {
    position: relative; }
  .s-products-filter__picture {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: start;
        justify-content: flex-start;
    width: 100%; }
  .s-products-filter__image {
    width: 100%; }
  .s-products-filter__selectbox {
    position: absolute;
    top: 10%;
    right: 8.33333%;
    border: 3px solid #69b022;
    padding: 15px 20px;
    width: 25%;
    font-family: "GeCy1000-SmBd";
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    color: #3c3c3c;
    -webkit-font-smoothing: antialiased;
    color: #69b022; }
    @media (min-width: 768px) {
      .s-products-filter__selectbox {
        font-size: 18px;
        font-size: 1.125rem; } }
    @media (min-width: 992px) {
      .s-products-filter__selectbox {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 28px;
        line-height: 1.75rem; } }
    .s-products-filter__selectbox:hover {
      border-color: #69b022; }
    .s-products-filter__selectbox:after {
      border-color: #69b022;
      width: 12px;
      height: 12px;
      top: 43%;
      right: 26px; }
    .s-products-filter__selectbox .list {
      width: 100%; }
  .s-products-filter__dot {
    display: inline-block;
    position: absolute;
    border: 3px solid #fff;
    background-color: #c9222f;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 0 0 transparent; }
    @media (min-width: 992px) {
      .s-products-filter__dot {
        border: 5px solid #fff;
        height: 40px;
        width: 40px; } }
    .s-products-filter__dot--roof {
      top: 10%;
      left: 50%; }
    .s-products-filter__dot--balcony {
      top: 32%;
      right: 26%; }
    .s-products-filter__dot--terrace {
      left: 27%;
      bottom: 3%; }
    .s-products-filter__dot--terrace-roof {
      left: 21%;
      bottom: 24%; }
    .s-products-filter__dot--wall {
      left: 43.5%;
      bottom: 25%; }
    .s-products-filter__dot--garage {
      top: 68%;
      right: 21%; }
    .s-products-filter__dot--garden {
      right: 8%;
      bottom: 5%; }
  .s-products-filter__filter {
    background-image: linear-gradient(to bottom, #91c53c 0%, #27853b 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF91C53C', endColorstr='#FF27853B', GradientType=0); }
  .s-products-filter__filter-inner {
    display: none;
    margin: auto;
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 0px;
    margin-bottom: 0rem;
    padding: 40px;
    padding: 2.5rem; }
    @media (min-width: 992px) {
      .s-products-filter__filter-inner {
        padding-top: 80px;
        padding-top: 5rem;
        padding-bottom: 80px;
        padding-bottom: 5rem; } }
    @media (min-width: 1200px) {
      .s-products-filter__filter-inner {
        max-width: 1400px;
        max-width: 87.5rem; } }
    @media (min-width: 1630px) {
      .s-products-filter__filter-inner {
        width: 1400px;
        width: 87.5rem; } }
  .s-products-filter__title {
    font-family: "GeCy1000-SmBd";
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 26px;
    line-height: 1.625rem;
    color: #3c3c3c;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    display: none; }
    @media (min-width: 992px) {
      .s-products-filter__title {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 36px;
        line-height: 2.25rem; } }
  .s-products-filter__functions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .s-products-filter__function {
    width: 100%;
    margin-top: 20px; }
    @media (min-width: 480px) {
      .s-products-filter__function {
        width: 50%; } }
    @media (min-width: 768px) {
      .s-products-filter__function {
        width: 33.33333%;
        margin-top: 25px; } }
    @media (min-width: 1200px) {
      .s-products-filter__function {
        width: 25%;
        margin-top: 30px; } }
  .s-products-filter__function-input {
    display: none; }
  .s-products-filter__label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-family: "GeCy1000-SmBd";
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    line-height: 18px;
    line-height: 1.125rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    color: #fff; }
    @media (min-width: 992px) {
      .s-products-filter__label {
        font-size: 16px;
        font-size: 1rem;
        line-height: 20px;
        line-height: 1.25rem; } }
    .s-products-filter__label:before {
      content: '';
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      height: 14px;
      width: 14px;
      border: 3px solid #fff;
      margin-right: 10px; }
  .s-products-filter__function-input:checked + .s-products-filter__label:before {
    content: ""; }

.product__wrapper-headline {
  display: none; }

.s-products-filter__selectbox::first-letter {
  display: none; }

.s-products-filter__selectbox [data-value="0"] {
  padding-left: 10px; }

.s-products-filter__selectbox [data-value="1"] {
  padding-left: 10px; }

.s-products-filter__selectbox [data-value="2"] {
  padding-left: 20px; }

.s-products-filter__selectbox [data-value="3"] {
  padding-left: 30px; }

.s-products-filter__selectbox [data-value="4"] {
  padding-left: 40px; }

.s-products-filter__selectbox [data-value="5"] {
  padding-left: 50px; }

.s-products-filter__selectbox [data-value="6"] {
  padding-left: 60px; }

.s-products-filter__selectbox [data-value="7"] {
  padding-left: 70px; }

.option__depth--1 {
  padding-left: 20px !important; }

.option__depth--2 {
  padding-left: 30px !important; }

.option__depth--3 {
  padding-left: 40px !important; }

.option__depth--4 {
  padding-left: 50px !important; }

.option__depth--5 {
  padding-left: 60px !important; }

/*!
 * Datepicker v0.6.4
 * https://github.com/fengyuanchen/datepicker
 *
 * Copyright (c) 2014-2017 Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2017-11-24T14:38:19.628Z
 */
.datepicker-container {
  background-color: #fff;
  direction: ltr;
  left: 0;
  line-height: 30px;
  position: fixed;
  top: 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 210px;
  z-index: -1;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  font-family: "GeCy1000-Rg";
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #3c3c3c; }
  @media (min-width: 992px) {
    .datepicker-container {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 26px;
      line-height: 1.625rem; } }

.datepicker-container::before,
.datepicker-container::after {
  border: 12px solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0; }

.datepicker-dropdown {
  border: 1px solid #ccc;
  box-shadow: 0 3px 6px #ccc;
  box-sizing: content-box;
  position: absolute;
  z-index: 1; }

.datepicker-inline {
  position: static; }

.datepicker-top-left,
.datepicker-top-right {
  border-width: 3px;
  border-color: #91c53c; }

.datepicker-top-left::before,
.datepicker-top-left::after,
.datepicker-top-right::before,
.datepicker-top-right::after {
  border-top: 0;
  left: 20px;
  top: -12px; }

.datepicker-top-left::before,
.datepicker-top-right::before {
  border-bottom-color: #91c53c;
  border-width: 12px; }

.datepicker-top-left::after,
.datepicker-top-right::after {
  border-bottom-color: #fff;
  top: -7px; }

.datepicker-bottom-left,
.datepicker-bottom-right {
  border-bottom-color: #91c53c;
  border-width: 3px; }

.datepicker-bottom-left::before,
.datepicker-bottom-left::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  border-bottom: 0;
  bottom: -5px;
  left: 10px; }

.datepicker-bottom-left::before,
.datepicker-bottom-right::before {
  border-top-color: #91c53c;
  border-width: 3px; }

.datepicker-bottom-left::after,
.datepicker-bottom-right::after {
  border-top-color: #fff;
  bottom: -4px; }

.datepicker-top-right::before,
.datepicker-top-right::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  left: auto;
  right: 10px; }

.datepicker-panel > ul {
  margin: 0;
  padding: 0;
  width: 102%; }

.datepicker-panel > ul::before,
.datepicker-panel > ul::after {
  content: " ";
  display: table; }

.datepicker-panel > ul::after {
  clear: both; }

.datepicker-panel > ul > li {
  background-color: #fff;
  cursor: pointer;
  float: left;
  height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 30px; }

.datepicker-panel > ul > li:hover {
  background-color: rgba(145, 197, 60, 0.6); }

.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
  color: #999; }

.datepicker-panel > ul > li.highlighted,
.datepicker-panel > ul > li.highlighted:hover {
  background-color: rgba(145, 197, 60, 0.6); }

.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
  background-color: #fff;
  color: #ccc;
  cursor: default; }

.datepicker-panel > ul > li.disabled.highlighted,
.datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: #e5f2ff; }

.datepicker-panel > ul > li[data-view="years prev"],
.datepicker-panel > ul > li[data-view="year prev"],
.datepicker-panel > ul > li[data-view="month prev"],
.datepicker-panel > ul > li[data-view="years next"],
.datepicker-panel > ul > li[data-view="year next"],
.datepicker-panel > ul > li[data-view="month next"],
.datepicker-panel > ul > li[data-view="next"] {
  font-size: 18px; }

.datepicker-panel > ul > li[data-view="years current"],
.datepicker-panel > ul > li[data-view="year current"],
.datepicker-panel > ul > li[data-view="month current"] {
  width: 150px; }

.datepicker-panel > ul[data-view="years"] > li,
.datepicker-panel > ul[data-view="months"] > li {
  height: 52.5px;
  line-height: 52.5px;
  width: 52.5px; }

.datepicker-panel > ul[data-view="week"] > li,
.datepicker-panel > ul[data-view="week"] > li:hover {
  background-color: #fff;
  cursor: default; }

.datepicker-hide {
  display: none; }

.hero-item-blog {
  height: 100%; }
  .hero-item-blog__header {
    height: 100%;
    overflow: hidden; }
  .hero-item-blog__picture {
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    min-width: 100%;
    min-height: 100%; }
    @media (min-width: 992px) {
      .hero-item-blog__picture {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); } }
  .hero-item-blog__desc {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    width: 91.66667%; }
    @media (min-width: 992px) {
      .hero-item-blog__desc {
        width: 50%; } }
    @media (min-width: 1630px) {
      .hero-item-blog__desc {
        top: 60%; } }
  .hero-item-blog__category {
    padding: 3px 13px;
    background-color: #fff;
    font-family: "GeCy1000-SmBd";
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    line-height: 18px;
    line-height: 1.125rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    color: #3c3c3c;
    white-space: nowrap; }
    @media (min-width: 992px) {
      .hero-item-blog__category {
        font-size: 16px;
        font-size: 1rem;
        line-height: 20px;
        line-height: 1.25rem; } }
  .hero-item-blog__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(60, 60, 60, 0.4); }
  .hero-item-blog__title {
    margin-top: 10px;
    font-family: "GeCy1000-SmBd";
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 34px;
    line-height: 2.125rem;
    color: #3c3c3c;
    -webkit-font-smoothing: antialiased;
    color: #fff; }
    @media (min-width: 992px) {
      .hero-item-blog__title {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 46px;
        line-height: 2.875rem; } }
    @media (min-width: 1630px) {
      .hero-item-blog__title {
        font-size: 50px;
        font-size: 3.125rem;
        line-height: 56px;
        line-height: 3.5rem; } }
    @media (min-width: 768px) {
      .hero-item-blog__title {
        margin-top: 40px;
        margin-top: 2.5rem; } }
  .hero-item-blog__intro {
    margin-top: 20px;
    font-family: "GeCy1000-SmBd";
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 26px;
    line-height: 1.625rem;
    color: #3c3c3c;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    font-family: "GeCy1000-Rg"; }
    @media (min-width: 992px) {
      .hero-item-blog__intro {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 36px;
        line-height: 2.25rem; } }
    @media (min-width: 992px) {
      .hero-item-blog__intro {
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 30px;
        line-height: 1.875rem; } }
  .hero-item-blog__details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 100px; }
  .hero-item-blog__detail {
    padding: 15px 20px;
    background-color: rgba(60, 60, 60, 0.6);
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    font-family: "GeCy1000-SmBd";
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    line-height: 18px;
    line-height: 1.125rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    color: #3c3c3c;
    color: #fff; }
    @media (min-width: 992px) {
      .hero-item-blog__detail {
        font-size: 16px;
        font-size: 1rem;
        line-height: 20px;
        line-height: 1.25rem; } }
    .hero-item-blog__detail:last-child {
      border-right: 0; }
    .hero-item-blog__detail:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin-right: 10px; }
    .hero-item-blog__detail--view_count:before {
      content: ""; }
    .hero-item-blog__detail--user:before {
      content: ""; }

.content {
  width: 100%;
  padding: 0 1px;
  overflow-x: auto;
  webkit-overflow-scrolling: touch; }
  .content table {
    min-width: 768px;
    width: 100%;
    max-width: 100%;
    width: 100%;
    padding: 0 1px;
    overflow-x: auto;
    webkit-overflow-scrolling: touch; }
  .content th {
    padding: 20px;
    padding: 1.25rem;
    background: #91c53c;
    color: #fff; }
  .content td {
    padding: 20px;
    padding: 1.25rem; }

.header {
  position: relative; }
  .header--menu-open {
    margin-bottom: 87px;
    margin-bottom: 5.4375rem; }
  .header__left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding-top: 10px;
    padding-top: 0.625rem;
    padding-bottom: 10px;
    padding-bottom: 0.625rem; }
    @media (min-width: 768px) {
      .header__left {
        padding-top: 15px;
        padding-top: 0.9375rem;
        padding-bottom: 15px;
        padding-bottom: 0.9375rem; } }
    @media (min-width: 1630px) {
      .header__left {
        padding-top: 20px;
        padding-top: 1.25rem;
        padding-bottom: 20px;
        padding-bottom: 1.25rem; } }
  .header__right {
    display: none; }
    @media (min-width: 992px) {
      .header__right {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; } }
  .header__logo {
    margin-right: 10px;
    margin-right: 0.625rem;
    width: 100px; }
    @media (min-width: 1200px) {
      .header__logo {
        padding-right: 30px;
        padding-right: 1.875rem;
        border-right: 1px solid #e1e1e1; } }
    @media (min-width: 1630px) {
      .header__logo {
        width: 120px; } }
  .header__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .header__dropdown {
    display: none;
    font-family: "GeCy1000-SmBd";
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    line-height: 18px;
    line-height: 1.125rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    color: #3c3c3c;
    color: #3c3c3c;
    background-color: rgba(255, 255, 255, 0);
    z-index: 999; }
    @media (min-width: 992px) {
      .header__dropdown {
        font-size: 16px;
        font-size: 1rem;
        line-height: 20px;
        line-height: 1.25rem; } }
    @media (min-width: 992px) {
      .header__dropdown {
        display: inline-block;
        margin-right: 0px;
        margin-right: 0rem; }
        .header__dropdown:after {
          border-color: #3c3c3c; } }
  @media (min-width: 992px) {
    .header__nav {
      display: inline-block;
      height: 100%; } }
  .header__ul {
    display: -ms-flexbox;
    display: flex;
    height: 100%; }
  .header__li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
    height: 100%; }
    .header__li:after {
      content: '';
      bottom: 0%;
      left: 50%;
      border: solid transparent;
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-width: 10px;
      margin-left: -10px;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s ease-out; }
    .header__li:hover:after {
      pointer-events: all; }
    .header__li:hover .header__subitems {
      opacity: 1;
      pointer-events: all;
      transition-delay: 0s !important; }
    .header__li--b2i:after {
      border-bottom-color: #3c3c3c; }
    .header__li--b2b:after {
      border-bottom-color: #eeeeee; }
    .header__li--b2c:after {
      border-bottom-color: #91c53c; }
  .header__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 100%;
    font-family: "GeCy1000-SmBd";
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    line-height: 18px;
    line-height: 1.125rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    color: #3c3c3c;
    color: #3c3c3c;
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
    cursor: pointer; }
    @media (min-width: 992px) {
      .header__link {
        font-size: 16px;
        font-size: 1rem;
        line-height: 20px;
        line-height: 1.25rem; } }
    @media (min-width: 1200px) {
      .header__link {
        padding-left: 35px;
        padding-left: 2.1875rem;
        padding-right: 35px;
        padding-right: 2.1875rem; } }
  .header__subitems {
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    top: 100%;
    z-index: 2;
    width: 100%;
    width: 5000px;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-out;
    transition-delay: .5s; }
    .header__subitems--b2i {
      background-color: #3c3c3c; }
    .header__subitems--b2b {
      background-color: #eeeeee; }
    .header__subitems--b2c {
      background-image: linear-gradient(to bottom, #91c53c 0%, #27853b 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF91C53C', endColorstr='#FF27853B', GradientType=0); }
  .header__subitem {
    display: inline-block;
    position: relative;
    padding-top: 30px;
    padding-top: 1.875rem;
    padding-bottom: 30px;
    padding-bottom: 1.875rem; }
    .header__subitem--active :after {
      content: '';
      top: 100%;
      left: 50%;
      border: solid transparent;
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(136, 183, 213, 0);
      border-width: 10px;
      margin-left: -10px; }
      .header__subitems--b2i .header__subitem--active :after {
        border-top-color: #3c3c3c; }
      .header__subitems--b2b .header__subitem--active :after {
        border-top-color: #eeeeee; }
      .header__subitems--b2c .header__subitem--active :after {
        border-top-color: #27853b; }
  .header__subitem-link {
    padding: 20px;
    padding: 1.25rem;
    font-family: "GeCy1000-SmBd";
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    line-height: 18px;
    line-height: 1.125rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    color: #3c3c3c;
    color: #fff;
    transition: opacity 0.3s ease-out; }
    @media (min-width: 992px) {
      .header__subitem-link {
        font-size: 16px;
        font-size: 1rem;
        line-height: 20px;
        line-height: 1.25rem; } }
    @media (min-width: 1630px) {
      .header__subitem-link {
        padding: 30px;
        padding: 1.875rem; } }
    .header__subitem-link:hover {
      opacity: 0.5; }
    .header__subitems--b2b .header__subitem-link {
      color: #3c3c3c; }
  .header__icon {
    display: none; }
    @media (min-width: 992px) {
      .header__icon {
        display: inline-block;
        font-size: 34px;
        font-size: 2.125rem;
        color: #3c3c3c;
        padding-left: 20px;
        padding-left: 1.25rem;
        cursor: pointer; } }
    @media (min-width: 1200px) {
      .header__icon {
        padding-left: 50px;
        padding-left: 3.125rem; } }
  .header .icon-search {
    z-index: 1001; }

.footer {
  border-top: 6px solid #c82230;
  padding-top: 50px;
  padding-top: 3.125rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem; }
  @media (min-width: 768px) {
    .footer {
      padding-top: 100px;
      padding-top: 6.25rem;
      padding-bottom: 43px;
      padding-bottom: 2.6875rem; } }
  .footer__logo {
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
    width: 115px; }
    @media (min-width: 992px) {
      .footer__logo {
        display: inline-block;
        margin-bottom: 60px;
        margin-bottom: 3.75rem; } }
  .footer__items {
    display: none; }
    @media (min-width: 992px) {
      .footer__items {
        display: -ms-flexbox;
        display: flex; } }
  .footer__item {
    -ms-flex: 1 1 16.66667%;
        flex: 1 1 16.66667%; }
    @media (min-width: 1200px) {
      .footer__item--bigger {
        -ms-flex: 1 4 33.33333%;
            flex: 1 4 33.33333%; } }
  .footer__title {
    font-family: "GeCy1000-SmBd";
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    color: #3c3c3c;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    margin-bottom: 18px;
    margin-bottom: 1.125rem; }
    @media (min-width: 768px) {
      .footer__title {
        font-size: 18px;
        font-size: 1.125rem; } }
    @media (min-width: 992px) {
      .footer__title {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 28px;
        line-height: 1.75rem; } }
  .footer__text {
    display: block;
    font-family: "GeCy1000-Rg";
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
    color: #3c3c3c;
    color: #fff;
    line-height: 28px;
    line-height: 1.75rem; }
    @media (min-width: 992px) {
      .footer__text {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 26px;
        line-height: 1.625rem; } }
    .footer__text--link {
      transition: color 0.3s ease-out; }
      .footer__text--link:hover {
        color: #3c3c3c; }
  .footer__bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    -ms-flex-align: center;
        align-items: center; }
    @media (min-width: 480px) {
      .footer__bottom {
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: baseline;
            align-items: baseline;
        margin-top: 50px;
        margin-top: 3.125rem;
        padding-top: 50px;
        padding-top: 3.125rem;
        border-top: 1px solid rgba(255, 255, 255, 0.3); } }
    @media (min-width: 992px) {
      .footer__bottom {
        margin-top: 100px;
        margin-top: 6.25rem;
        border-top: 0; } }
  .footer__partners {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 20px;
    padding-top: 1.25rem;
    margin-top: 20px;
    margin-top: 1.25rem;
    font-size: 0; }
    @media (min-width: 480px) {
      .footer__partners {
        width: auto;
        border-top: 0;
        margin-top: 0;
        padding-top: 0; } }
  .footer__partner {
    width: calc(50% - (20px/2));
    height: 100%; }
    @media (min-width: 480px) {
      .footer__partner {
        width: auto;
        height: auto; } }
    @media (min-width: 768px) {
      .footer__partner {
        margin-right: 44px;
        margin-right: 2.75rem; } }
    .footer__partner:first-of-type {
      margin-right: 20px;
      margin-right: 1.25rem; }
      @media (min-width: 768px) {
        .footer__partner:first-of-type {
          margin-right: 40px;
          margin-right: 2.5rem; } }
  .footer__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%; }
    @media (min-width: 480px) {
      .footer__nav {
        display: inline-block;
        width: auto; } }
  .footer__link {
    font-family: "GeCy1000-SmBd";
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.5px;
    letter-spacing: 0.03125rem;
    transition: color 0.3s ease-out; }
    @media (min-width: 480px) {
      .footer__link {
        margin-left: 15px;
        margin-left: 0.9375rem; } }
    @media (min-width: 768px) {
      .footer__link {
        font-size: 16px;
        font-size: 1rem;
        margin-left: 43px;
        margin-left: 2.6875rem; } }
    .footer__link:hover {
      color: #3c3c3c; }
