/* Compass
 * -------------------- */
/* Import 'susy'
 * -------------------- */
/* Helpers
 * -------------------- */
/**
 * Variables
 * -----------------------------------------------------------------------------
 */
/**
 * Dimensions
 * -----------------------------------------------------------------------------
 */
/**
 * Colors
 * -----------------------------------------------------------------------------
 */
/* Helpers
 * -------------------- */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * Set box-sizing to "border-box" for all elements
 */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  background-color: #000;
  border: none;
  box-sizing: content-box;
  display: block;
  height: 1px;
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

td,
th {
  padding: 0; }

th {
  font-weight: normal; }

/* Input placeholders
   ========================================================================== */
::-webkit-input-placeholder {
  color: #000000; }

/* FF 18- */
:-moz-placeholder {
  color: #000000; }

/* FF 19+ */
::-moz-placeholder {
  color: #000000; }

:-ms-input-placeholder {
  color: #000000; }

/* Reset headings
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  margin: 0; }

/* Reset definition lists
   ========================================================================== */
dl,
dt,
dd {
  margin: 0;
  padding: 0; }

/* Reset anchors
   ========================================================================== */
a,
a:hover,
a:visited {
  text-decoration: none; }

a:focus {
  outline: none; }

/* Reset nav elements
   ========================================================================== */
nav ol,
nav ul,
nav li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

li {
  display: inline-block; }

/* Set text selection to lightgrey
   ========================================================================== */
::-moz-selection {
  background: #c5c5c5;
  text-shadow: none; }

::selection {
  background: #c5c5c5;
  text-shadow: none; }

/* Remove italic style
   ========================================================================== */
i,
em,
address {
  font-style: normal; }

/* Add font weight bold
   ========================================================================== */
b, strong {
  font-weight: bold; }

/* Remove margins for paragraphs
   ========================================================================== */
p {
  margin: 0; }

/**
 * Functions
 * -----------------------------------------------------------------------------
 */
/**
 * Get value from map
 * -----------------------------------------------------------------------------
 * 
 * Usage: get($map, $key);
 *
 */
/**
 * Base print styling
 * -----------------------------------------------------------------------------
 * Source: http://html5boilerplate.com/
 */
@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
    *:before, *:after {
      background: transparent !important;
      color: #000000 !important;
      box-shadow: none !important;
      text-shadow: none !important; }

  a {
    text-decoration: underline; }
    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 #999999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr {
    page-break-inside: avoid; }

  img {
    page-break-inside: avoid;
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/**
 * Mixins
 * -----------------------------------------------------------------------------
 */
/**
 * Scrollbars
 * -----------------------------------------------------------------------------
 */
/**
 * Vertical align
 * -----------------------------------------------------------------------------
 * 
 * Usage:
 *
 *      element {
 *          @include vertical-align($position);
 *      }
 *
 */
/**
 * Cross browser opacity
 * -----------------------------------------------------------------------------
 * 
 * Usage:
 *
 *      img {
 *          @include opacity(1,100);
 *      }
 *
 */
/**
 * Set box shadow
 * -----------------------------------------------------------------------------
 * 
 * Usage:
 *
 *      div {
 *          @include box-shadow(values);
 *      }
 *
 */
/**
 * Transform formater
 * -----------------------------------------------------------------------------
 * 
 */
/**
 * transform-origin formater
 * -----------------------------------------------------------------------------
 * 
 */
/**
 * transform-origin formater
 * -----------------------------------------------------------------------------
 * 
 */
/**
 * Grayscale an image
 * -----------------------------------------------------------------------------
 * 
 * Usage:
 *
 *      img {
 *          @include filter-grayscale(value);
 *      }
 *
 */
/**
 * Background defaults
 * -----------------------------------------------------------------------------
 * 
 * Usage:
 *
 *      header {
 *          @include background-default($opts)
 *      }
 *
 */
/**
 * Visually hide an element
 * -----------------------------------------------------------------------------
 * This placeholder selector will visually hide an element while
 * still make it accessible for screenreaders.
 * 
 * Usage:
 *
 *      p {
 *          @extend %visually-hidden;
 *      }
 *
 */
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px); }

/**
 * Transform formater
 * -----------------------------------------------------------------------------
 * 
 */
/**
 * transform-origin formater
 * -----------------------------------------------------------------------------
 * 
 */
/**
 * transform-origin formater
 * -----------------------------------------------------------------------------
 * 
 */
/**
 * Clearfix
 * -----------------------------------------------------------------------------
 * A solid clearfix by Nicolas Gallagher.
 * Source: (http://nicolasgallagher.com/micro-clearfix-hack/)
 * 
 * Usage:
 *
 *      p {
 *          @extend %clearfix;
 *      }
 *
 */
.grid-row, footer .row, footer .row .col3, main .image-text, main .plan .upperrow, main .plan .caption,
.clearfix {
  *zoom: 1; }
  .grid-row:before, footer .row:before, footer .row .col3:before, main .image-text:before, main .plan .upperrow:before, main .plan .caption:before,
  .clearfix:before {
    content: ' ';
    display: table; }
  .grid-row:after, footer .row:after, footer .row .col3:after, main .image-text:after, main .plan .upperrow:after, main .plan .caption:after,
  .clearfix:after {
    content: ' ';
    display: table;
    clear: both; }

/**
 * Media Queries
 * -----------------------------------------------------------------------------
 * A simple mixin for using media queries. Change the values to
 * fit your sites needs.
 * 
 * Usage:
 *
 *      header {
 *          @include bp-small() {
 *              display: none;
 *          }
 *          @include bp-huge() {
 *              display: block;
 *          }
 *      }
 */
/**
 * Set a single (responsive) property
 * -----------------------------------------------------------------------------
 * 
 * Usage:
 *
 *      p {
 *          @include responsive-prop('prop', $value, '!important');
 *      }
 *
 */
/* Vendor (3rd party stuff)
 * -------------------- */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }
  .hamburger.is-active:hover {
    opacity: 1; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #416717; }

.hamburger-box {
  width: 30px;
  height: 16px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #416717;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -7px; }
  .hamburger-inner::after {
    bottom: -7px; }

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.2s -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.2s -webkit-transform; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

/* Components
 * -------------------- */
/**
 * Webfonts
 * -----------------------------------------------------------------------------
 */
@font-face {
  font-family: 'Arsilon';
  src: url("fonts/DhanStudio-Arsilon.eot");
  src: url("fonts/DhanStudio-Arsilon.eot?#iefix") format("embedded-opentype"), url("fonts/DhanStudio-Arsilon.woff2") format("woff2"), url("fonts/DhanStudio-Arsilon.woff") format("woff"), url("fonts/DhanStudio-Arsilon.svg#Arsilon") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Arsilon Underlines';
  src: url("fonts/DhanStudio-ArsilonUnderlines.eot");
  src: url("fonts/DhanStudio-ArsilonUnderlines.eot?#iefix") format("embedded-opentype"), url("fonts/DhanStudio-ArsilonUnderlines.woff2") format("woff2"), url("fonts/DhanStudio-ArsilonUnderlines.woff") format("woff"), url("fonts/DhanStudio-ArsilonUnderlines.svg#ArsilonUnderlines") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'TheSans Bold';
  src: url("fonts/TheSans-B6SemiBold.eot");
  src: url("fonts/TheSans-B6SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/TheSans-B6SemiBold.woff2") format("woff2"), url("fonts/TheSans-B6SemiBold.woff") format("woff"), url("fonts/TheSans-B6SemiBold.svg#ArsilonUnderlines") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'TheSans Bold Italic';
  src: url("fonts/TheSanBolIta.eot");
  src: url("fonts/TheSanBolIta.eot?#iefix") format("embedded-opentype"), url("fonts/TheSanBolIta.woff2") format("woff2"), url("fonts/TheSanBolIta.woff") format("woff"), url("fonts/TheSanBolIta.svg#TheSansBold-Italic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'TheSans SemiBold';
  src: url("fonts/TheSans-B6SemiBold.eot");
  src: url("fonts/TheSans-B6SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/TheSans-B6SemiBold.woff2") format("woff2"), url("fonts/TheSans-B6SemiBold.woff") format("woff"), url("fonts/TheSans-B6SemiBold.svg#TheSans-B6SemiBold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'TheSans ExtraBold';
  src: url("fonts/TheSans-B8ExtraBold.eot");
  src: url("fonts/TheSans-B8ExtraBold.eot?#iefix") format("embedded-opentype"), url("fonts/TheSans-B8ExtraBold.woff2") format("woff2"), url("fonts/TheSans-B8ExtraBold.woff") format("woff"), url("fonts/TheSans-B8ExtraBold.svg#TheSans-B8ExtraBold") format("svg");
  font-weight: normal;
  font-style: normal; }
/**
 * Typography - Mixins
 * -----------------------------------------------------------------------------
 */
/**
 * Add font smoothing
 * -----------------------------------------------------------------------------
 * 
 * Usage:
 *
 *      p {
 *          @include font-smoothing();
 *      }
 *
 */
/**
 * Font: Light
 * -----------------------------------------------------------------------------
 * 
 * Usage:
 *
 *      p {
 *          @include font-regular();
 *      }
 *
 */
/**
 * Define the font size
 * -----------------------------------------------------------------------------
 * 
 * Usage:
 *
 *      p {
 *          @include font-size(1.6);
 *      }
 *
 */
/**
 * Typography - Helpers classes
 * -----------------------------------------------------------------------------
 */
/**
 * Links
 * -----------------------------------------------------------------------------
 */
/**
 * The Content Block
 * -----------------------------------------------------------------------------
 *
 */
/**
 * Buttons
 * -----------------------------------------------------------------------------
 */
.btn {
  display: inline-block;
  font-family: 'TheSans ExtraBold', sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-size: 17px;
  line-height: 1.2;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
  border: 2px solid #416717;
  color: #416717;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (min-width: 720px) {
    .btn {
      font-size: 19px;
      line-height: 1.2; } }
  @media screen and (min-width: 1024px) {
    .btn {
      font-size: 21px;
      line-height: 1.2; } }
  @media screen and (min-width: 1440px) {
    .btn {
      font-size: 22px;
      line-height: 1.2; } }
  @media screen and (min-width: 720px) {
    .btn {
      padding-bottom: 6.5px; } }
  @media screen and (min-width: 1024px) {
    .btn {
      padding-bottom: 8.5px; } }
  @media screen and (min-width: 1440px) {
    .btn {
      padding-bottom: 10px; } }
  @media screen and (min-width: 720px) {
    .btn {
      padding-top: 6.5px; } }
  @media screen and (min-width: 1024px) {
    .btn {
      padding-top: 8.5px; } }
  @media screen and (min-width: 1440px) {
    .btn {
      padding-top: 10px; } }
  @media screen and (min-width: 720px) {
    .btn {
      padding-left: 19.5px; } }
  @media screen and (min-width: 1024px) {
    .btn {
      padding-left: 25.5px; } }
  @media screen and (min-width: 1440px) {
    .btn {
      padding-left: 30px; } }
  @media screen and (min-width: 720px) {
    .btn {
      padding-right: 19.5px; } }
  @media screen and (min-width: 1024px) {
    .btn {
      padding-right: 25.5px; } }
  @media screen and (min-width: 1440px) {
    .btn {
      padding-right: 30px; } }
  .btn:hover {
    color: #79a11d;
    border: 2px solid #79a11d; }

/**
 * Forms
 * -----------------------------------------------------------------------------
 */
form {
  display: block; }

/**
 * Grid
 * -----------------------------------------------------------------------------
 */
.grid-row .grid-col {
  margin-bottom: 20px; }
  @media screen and (min-width: 720px) {
    .grid-row .grid-col {
      margin-bottom: 26px; } }
  @media screen and (min-width: 1024px) {
    .grid-row .grid-col {
      margin-bottom: 34px; } }
  @media screen and (min-width: 1440px) {
    .grid-row .grid-col {
      margin-bottom: 40px; } }
  @media only screen and (min-width: 720px) {
    .grid-row .grid-col {
      width: 48%;
      float: left; }
      .grid-row .grid-col:last-child {
        margin-left: 4%; } }

/**
 * Headings
 * -----------------------------------------------------------------------------
 */
h1, h2, h4 {
  font-size: 36px;
  line-height: 1.1;
  font-family: 'Arsilon', sans-serif;
  font-style: normal;
  font-stretch: normal;
  color: #284C00; }
  @media screen and (min-width: 720px) {
    h1, h2, h4 {
      font-size: 42px;
      line-height: 1; } }
  @media screen and (min-width: 1024px) {
    h1, h2, h4 {
      font-size: 50px;
      line-height: 1; } }
  @media screen and (min-width: 1440px) {
    h1, h2, h4 {
      font-size: 60px;
      line-height: 1; } }

h3 {
  font-family: 'TheSans ExtraBold', sans-serif;
  font-style: normal;
  font-stretch: normal;
  padding-bottom: 18px; }
  @media screen and (min-width: 720px) {
    h3 {
      padding-bottom: 22px; } }
  @media screen and (min-width: 1024px) {
    h3 {
      padding-bottom: 25px; } }
  @media screen and (min-width: 1440px) {
    h3 {
      padding-bottom: 28px; } }

strong {
  font-family: 'TheSans ExtraBold', sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal; }

/**
 * Icons
 * -----------------------------------------------------------------------------
 */
/**
 * Lists
 * -----------------------------------------------------------------------------
 */
/**
 * Tables
 * -----------------------------------------------------------------------------
 */
table {
  width: 100%; }

/**
 * Utilities
 * -----------------------------------------------------------------------------
 */
em,
address {
  font-style: normal; }

p:not(:last-child) {
  margin-bottom: 18px; }
  @media screen and (min-width: 720px) {
    p:not(:last-child) {
      margin-bottom: 22px; } }
  @media screen and (min-width: 1024px) {
    p:not(:last-child) {
      margin-bottom: 25px; } }
  @media screen and (min-width: 1440px) {
    p:not(:last-child) {
      margin-bottom: 28px; } }

nav, .flap, .flexed {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center; }

/**
 * Special Styles
 * -----------------------------------------------------------------------------
 */
/* Layout
 * -------------------- */
/**
 * Base
 * -----------------------------------------------------------------------------
 */
html {
  overflow-y: scroll; }

html,
body {
  height: 100%;
  min-height: 100%;
  width: 100%;
  margin: 0;
  padding: 0; }

body {
  font-family: 'TheSans SemiBold', sans-serif;
  font-style: normal;
  font-stretch: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.4;
  background-image: url("../img/background.jpg"); }
  @media screen and (min-width: 720px) {
    body {
      font-size: 17px;
      line-height: 1.4; } }
  @media screen and (min-width: 1024px) {
    body {
      font-size: 18px;
      line-height: 1.5; } }
  @media screen and (min-width: 1440px) {
    body {
      font-size: 20px;
      line-height: 1.5; } }

.page-wrapper {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px; }
  @media screen and (min-width: 720px) {
    .page-wrapper {
      padding-left: 90px; } }
  @media screen and (min-width: 1024px) {
    .page-wrapper {
      padding-left: 120px; } }
  @media screen and (min-width: 1440px) {
    .page-wrapper {
      padding-left: 150px; } }
  @media screen and (min-width: 720px) {
    .page-wrapper {
      padding-right: 90px; } }
  @media screen and (min-width: 1024px) {
    .page-wrapper {
      padding-right: 120px; } }
  @media screen and (min-width: 1440px) {
    .page-wrapper {
      padding-right: 150px; } }

.startscreen {
  background-image: url("../img/spross-garten-forum-schudel.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative; }
  .startscreen img {
    width: 100%;
    height: auto; }
  @media only screen and (min-width: 720px) {
    .startscreen {
      height: 100%; }
      .startscreen img {
        display: none; } }
  .startscreen .gradient-overflow {
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: black;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%); }
    @media only screen and (min-width: 720px) {
      .startscreen .gradient-overflow {
        display: none; } }

.slider {
  position: fixed;
  height: 100%;
  top: 0;
  width: 100%;
  left: -100%;
  z-index: 5;
  background-color: #416717;
  -webkit-transition: left 0.8s ease-out;
  -moz-transition: left 0.8s ease-out;
  -o-transition: left 0.8s ease-out;
  transition: left 0.8s ease-out;
  color: #ffffff; }
  @media only screen and (min-width: 720px) {
    .slider {
      width: 50%;
      left: -50%; } }
  .slider a {
    color: #ffffff; }

@media only screen and (max-width: 719px) {
  .home .slider {
    position: relative;
    width: 100%;
    left: 0; } }
@media only screen and (max-width: 719px) {
  .home .slider {
    position: relative;
    left: 0 !important; } }

body.home.open-slider .slider {
  left: 0%; }

nav {
  background-color: #416717;
  height: 100%;
  width: 50%;
  top: 0;
  right: 0;
  position: absolute;
  z-index: 0;
  -webkit-transition: right 0.6s ease-out;
  -moz-transition: right 0.6s ease-out;
  -o-transition: right 0.6s ease-out;
  transition: right 0.6s ease-out; }
  @media only screen and (max-width: 1439px) {
    nav {
      width: 70%; } }
  nav.open {
    right: -50%; }
    @media only screen and (max-width: 1439px) {
      nav.open {
        right: -70%; } }
  @media only screen and (max-width: 719px) {
    nav {
      -webkit-transition: left 0.3s ease-out;
      -moz-transition: left 0.3s ease-out;
      -o-transition: left 0.3s ease-out;
      transition: left 0.3s ease-out;
      z-index: 8;
      height: 100%;
      width: 100%;
      position: fixed;
      left: -100%;
      right: 0; }
      nav.open {
        left: 0%; } }

.hamburger {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 10;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  @media screen and (min-width: 720px) {
    .hamburger {
      top: 30px; } }
  @media screen and (min-width: 1024px) {
    .hamburger {
      top: 40px; } }
  @media screen and (min-width: 1440px) {
    .hamburger {
      top: 50px; } }
  @media screen and (min-width: 720px) {
    .hamburger {
      left: 30px; } }
  @media screen and (min-width: 1024px) {
    .hamburger {
      left: 40px; } }
  @media screen and (min-width: 1440px) {
    .hamburger {
      left: 50px; } }
  @media only screen and (max-width: 719px) {
    .hamburger {
      left: 15px;
      top: 15px; } }

body.open-slider .hamburger-inner, body.open-nav .hamburger-inner, .hamburger.white .hamburger-inner {
  background-color: #ffffff !important; }
  body.open-slider .hamburger-inner:after, body.open-slider .hamburger-inner:before, body.open-nav .hamburger-inner:after, body.open-nav .hamburger-inner:before, .hamburger.white .hamburger-inner:after, .hamburger.white .hamburger-inner:before {
    background-color: #ffffff !important; }

.flap {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #416717;
  z-index: 1;
  padding: 10%; }

a[href^=tel] {
  text-decoration: inherit;
  color: inherit; }

/**
 *  Scrollbars
 * -----------------------------------------------------------------------------
 */
::-webkit-scrollbar {
  height: 8px;
  width: 8px; }

::-webkit-scrollbar-track {
  background-color: #ffffff;
  -webkit-border-radius: 0;
  border-radius: 0; }

::-webkit-scrollbar-thumb {
  background-color: #dddddd; }

::-webkit-scrollbar-thumb:window-inactive {
  background-color: #dddddd; }

/**
 * NAV
 * -----------------------------------------------------------------------------
 */
nav {
  font-family: 'Arsilon', sans-serif;
  font-style: normal;
  font-stretch: normal;
  padding: 20px;
  font-size: 36px;
  line-height: 1.1; }
  @media screen and (min-width: 720px) {
    nav {
      padding: 26px; } }
  @media screen and (min-width: 1024px) {
    nav {
      padding: 34px; } }
  @media screen and (min-width: 1440px) {
    nav {
      padding: 40px; } }
  @media screen and (min-width: 720px) {
    nav {
      font-size: 42px;
      line-height: 1; } }
  @media screen and (min-width: 1024px) {
    nav {
      font-size: 50px;
      line-height: 1; } }
  @media screen and (min-width: 1440px) {
    nav {
      font-size: 60px;
      line-height: 1; } }
  nav li {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 27px;
    padding-top: 5px; }
    @media screen and (min-width: 720px) {
      nav li {
        padding-bottom: 35.1px; } }
    @media screen and (min-width: 1024px) {
      nav li {
        padding-bottom: 45.9px; } }
    @media screen and (min-width: 1440px) {
      nav li {
        padding-bottom: 54px; } }
    @media screen and (min-width: 720px) {
      nav li {
        padding-top: 6.5px; } }
    @media screen and (min-width: 1024px) {
      nav li {
        padding-top: 8.5px; } }
    @media screen and (min-width: 1440px) {
      nav li {
        padding-top: 10px; } }
    nav li:not(:last-child):after {
      content: 'u';
      position: absolute;
      width: 100%;
      font-family: 'Arsilon Underlines', sans-serif;
      font-style: normal;
      font-stretch: normal;
      text-align: center;
      bottom: 0;
      left: 0; }
  nav a {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    nav a:hover {
      color: #79a11d; }

/**
 * NAV
 * -----------------------------------------------------------------------------
 */
footer {
  background-color: #203D00;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 35px;
  padding-top: 35px;
  padding-bottom: 10px; }
  @media screen and (min-width: 720px) {
    footer {
      font-size: 14px;
      line-height: 1.5; } }
  @media screen and (min-width: 1024px) {
    footer {
      font-size: 15px;
      line-height: 1.5; } }
  @media screen and (min-width: 1440px) {
    footer {
      font-size: 16px;
      line-height: 1.5; } }
  @media screen and (min-width: 720px) {
    footer {
      margin-top: 45.5px; } }
  @media screen and (min-width: 1024px) {
    footer {
      margin-top: 59.5px; } }
  @media screen and (min-width: 1440px) {
    footer {
      margin-top: 70px; } }
  @media screen and (min-width: 720px) {
    footer {
      padding-top: 45.5px; } }
  @media screen and (min-width: 1024px) {
    footer {
      padding-top: 59.5px; } }
  @media screen and (min-width: 1440px) {
    footer {
      padding-top: 70px; } }
  @media screen and (min-width: 720px) {
    footer {
      padding-bottom: 13px; } }
  @media screen and (min-width: 1024px) {
    footer {
      padding-bottom: 17px; } }
  @media screen and (min-width: 1440px) {
    footer {
      padding-bottom: 20px; } }
  footer .row:first-child {
    padding-bottom: 35px; }
    @media screen and (min-width: 720px) {
      footer .row:first-child {
        padding-bottom: 45.5px; } }
    @media screen and (min-width: 1024px) {
      footer .row:first-child {
        padding-bottom: 59.5px; } }
    @media screen and (min-width: 1440px) {
      footer .row:first-child {
        padding-bottom: 70px; } }
  footer label {
    color: #79a11d;
    display: block;
    padding-bottom: 10px;
    font-family: 'TheSans ExtraBold', sans-serif;
    font-style: normal;
    font-stretch: normal; }
    @media screen and (min-width: 720px) {
      footer label {
        padding-bottom: 13px; } }
    @media screen and (min-width: 1024px) {
      footer label {
        padding-bottom: 17px; } }
    @media screen and (min-width: 1440px) {
      footer label {
        padding-bottom: 20px; } }
  footer a {
    color: #79a11d; }
  footer .inline-link {
    display: inline-block;
    padding-right: 15px; }
  footer .logo {
    width: 200px;
    height: auto;
    margin-bottom: 20px; }
    @media screen and (min-width: 720px) {
      footer .logo {
        margin-bottom: 26px; } }
    @media screen and (min-width: 1024px) {
      footer .logo {
        margin-bottom: 34px; } }
    @media screen and (min-width: 1440px) {
      footer .logo {
        margin-bottom: 40px; } }
    @media only screen and (min-width: 720px) {
      footer .logo {
        width: 268px; } }
  footer .subnav {
    padding: 0;
    margin: 0; }
    footer .subnav li {
      display: block; }
    footer .subnav a {
      color: #ffffff; }
      footer .subnav a:hover {
        color: #79a11d; }
  footer .row .col1, footer .row .col2, footer .row .col3 {
    width: 100%;
    display: block; }
    @media only screen and (min-width: 720px) {
      footer .row .col1, footer .row .col2, footer .row .col3 {
        float: left; } }
  @media only screen and (min-width: 720px) {
    footer .row .col1 {
      width: 30%; }
    footer .row .col2 {
      width: 30%; }
    footer .row .col3 {
      width: 40%; } }
  footer .col-half {
    width: 47%;
    float: left;
    margin-right: 6%; }
    footer .col-half:last-child {
      margin-right: 0; }
    @media only screen and (max-width: 719px) {
      footer .col-half {
        width: 40%;
        float: left;
        margin-right: 20%; }
        footer .col-half:last-child {
          margin-right: 0; } }

/* Views
 * -------------------- */
.rotate {
  -moz-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg); }

.flap {
  font-size: 20px;
  line-height: 1.2;
  font-family: 'TheSans Bold Italic', sans-serif;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  position: relative; }
  @media screen and (min-width: 720px) {
    .flap {
      font-size: 23px;
      line-height: 1.2; } }
  @media screen and (min-width: 1024px) {
    .flap {
      font-size: 26px;
      line-height: 1.2; } }
  @media screen and (min-width: 1440px) {
    .flap {
      font-size: 28px;
      line-height: 1.2; } }
  .flap h1 {
    font-size: 44px;
    line-height: 0.95;
    position: relative;
    padding-bottom: 12%;
    color: #ffffff; }
    @media screen and (min-width: 720px) {
      .flap h1 {
        font-size: 55px;
        line-height: 0.95; } }
    @media screen and (min-width: 1024px) {
      .flap h1 {
        font-size: 90px;
        line-height: 0.95; } }
    @media screen and (min-width: 1440px) {
      .flap h1 {
        font-size: 110px;
        line-height: 0.95; } }
    .flap h1:after {
      content: 'u';
      position: absolute;
      width: 100%;
      font-family: 'Arsilon Underlines', sans-serif;
      font-style: normal;
      font-stretch: normal;
      text-align: center;
      bottom: 0;
      left: 0; }
  .flap .img-wrapper {
    text-align: right; }
    .flap .img-wrapper img {
      width: 32%;
      margin-bottom: 10%;
      height: auto; }
  .flap .arrow {
    position: absolute;
    bottom: 5%;
    left: 48%;
    width: 4%;
    height: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .flap .arrow:hover {
      opacity: 0.5;
      cursor: pointer;
      bottom: 4.5%; }
  .flap .inner {
    margin-bottom: 60px; }
    @media screen and (min-width: 720px) {
      .flap .inner {
        margin-bottom: 78px; } }
    @media screen and (min-width: 1024px) {
      .flap .inner {
        margin-bottom: 102px; } }
    @media screen and (min-width: 1440px) {
      .flap .inner {
        margin-bottom: 120px; } }

main h2 {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 10% 0; }
  @media only screen and (max-width: 1023px) {
    main h2 {
      margin-top: 40px;
      margin-bottom: 30px;
      max-width: 95%; } }
  @media only screen and (max-width: 1023px) and (min-width: 720px) {
    main h2 {
      margin-top: 52px; } }
  @media only screen and (max-width: 1023px) and (min-width: 1024px) {
    main h2 {
      margin-top: 68px; } }
  @media only screen and (max-width: 1023px) and (min-width: 1440px) {
    main h2 {
      margin-top: 80px; } }
  @media only screen and (max-width: 1023px) and (min-width: 720px) {
    main h2 {
      margin-bottom: 39px; } }
  @media only screen and (max-width: 1023px) and (min-width: 1024px) {
    main h2 {
      margin-bottom: 51px; } }
  @media only screen and (max-width: 1023px) and (min-width: 1440px) {
    main h2 {
      margin-bottom: 60px; } }

main img {
  max-width: 100%;
  height: auto; }
main .teaser {
  font-family: 'TheSans ExtraBold', sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 40px;
  position: relative; }
  @media screen and (min-width: 720px) {
    main .teaser {
      font-size: 20px;
      line-height: 1.5; } }
  @media screen and (min-width: 1024px) {
    main .teaser {
      font-size: 23px;
      line-height: 1.5; } }
  @media screen and (min-width: 1440px) {
    main .teaser {
      font-size: 25px;
      line-height: 1.5; } }
  @media screen and (min-width: 720px) {
    main .teaser {
      margin-bottom: 52px; } }
  @media screen and (min-width: 1024px) {
    main .teaser {
      margin-bottom: 68px; } }
  @media screen and (min-width: 1440px) {
    main .teaser {
      margin-bottom: 80px; } }
  main .teaser:last-child {
    margin-bottom: 0; }
  main .teaser img {
    margin-bottom: 20px; }
    @media screen and (min-width: 720px) {
      main .teaser img {
        margin-bottom: 26px; } }
    @media screen and (min-width: 1024px) {
      main .teaser img {
        margin-bottom: 34px; } }
    @media screen and (min-width: 1440px) {
      main .teaser img {
        margin-bottom: 40px; } }
    @media only screen and (min-width: 720px) {
      main .teaser img {
        max-width: 70%; } }
main .contact-teaser {
  text-align: center;
  max-width: 600px;
  margin: 0 auto; }
  main .contact-teaser.margin-top {
    margin-top: 40px; }
    @media screen and (min-width: 720px) {
      main .contact-teaser.margin-top {
        margin-top: 52px; } }
    @media screen and (min-width: 1024px) {
      main .contact-teaser.margin-top {
        margin-top: 68px; } }
    @media screen and (min-width: 1440px) {
      main .contact-teaser.margin-top {
        margin-top: 80px; } }
  main .contact-teaser .btn {
    margin-top: 20px; }
    @media screen and (min-width: 720px) {
      main .contact-teaser .btn {
        margin-top: 26px; } }
    @media screen and (min-width: 1024px) {
      main .contact-teaser .btn {
        margin-top: 34px; } }
    @media screen and (min-width: 1440px) {
      main .contact-teaser .btn {
        margin-top: 40px; } }
  @media only screen and (max-width: 1439px) {
    main .contact-teaser {
      margin-top: 50px;
      margin-bottom: 50px; } }
  @media only screen and (max-width: 1439px) and (min-width: 720px) {
    main .contact-teaser {
      margin-top: 65px; } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) {
    main .contact-teaser {
      margin-top: 85px; } }
  @media only screen and (max-width: 1439px) and (min-width: 1440px) {
    main .contact-teaser {
      margin-top: 100px; } }
  @media only screen and (max-width: 1439px) and (min-width: 720px) {
    main .contact-teaser {
      margin-bottom: 65px; } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) {
    main .contact-teaser {
      margin-bottom: 85px; } }
  @media only screen and (max-width: 1439px) and (min-width: 1440px) {
    main .contact-teaser {
      margin-bottom: 100px; } }
  @media only screen and (max-width: 1439px) {
      main .contact-teaser .btn {
        margin-top: 30px; } }
    @media only screen and (max-width: 1439px) and (min-width: 720px) {
      main .contact-teaser .btn {
        margin-top: 39px; } }
    @media only screen and (max-width: 1439px) and (min-width: 1024px) {
      main .contact-teaser .btn {
        margin-top: 51px; } }
    @media only screen and (max-width: 1439px) and (min-width: 1440px) {
      main .contact-teaser .btn {
        margin-top: 60px; } }

main .image-text {
  width: 100%;
  margin-top: 20px;
  position: relative; }
  @media screen and (min-width: 720px) {
    main .image-text {
      margin-top: 26px; } }
  @media screen and (min-width: 1024px) {
    main .image-text {
      margin-top: 34px; } }
  @media screen and (min-width: 1440px) {
    main .image-text {
      margin-top: 40px; } }
  @media only screen and (min-width: 720px) {
    main .image-text {
      margin-top: 50px; } }
  @media only screen and (min-width: 720px) and (min-width: 720px) {
    main .image-text {
      margin-top: 65px; } }
  @media only screen and (min-width: 720px) and (min-width: 1024px) {
    main .image-text {
      margin-top: 85px; } }
  @media only screen and (min-width: 720px) and (min-width: 1440px) {
    main .image-text {
      margin-top: 100px; } }

  main .image-text .image-text--image {
    width: 100%; }
    @media only screen and (min-width: 720px) {
      main .image-text .image-text--image {
        float: left;
        width: 30%; } }
  main .image-text .image-text--text {
    width: 100%;
    margin-bottom: 20px; }
    @media screen and (min-width: 720px) {
      main .image-text .image-text--text {
        margin-bottom: 26px; } }
    @media screen and (min-width: 1024px) {
      main .image-text .image-text--text {
        margin-bottom: 34px; } }
    @media screen and (min-width: 1440px) {
      main .image-text .image-text--text {
        margin-bottom: 40px; } }
    @media only screen and (min-width: 720px) {
      main .image-text .image-text--text {
        float: right;
        width: 50%;
        margin-right: 17%; } }
    @media only screen and (max-width: 1023px) {
      main .image-text .image-text--text {
        width: 67%;
        margin-right: 0; } }
    @media only screen and (max-width: 719px) {
      main .image-text .image-text--text {
        width: 100%; } }
main .swiper-container {
  width: 100%;
  padding-bottom: 40px; }
  main .swiper-container img {
    width: 100%;
    height: auto; }
  main .swiper-container .swiper-pagination-bullet-active {
    background-color: #416717; }
main .plan {
  display: none;
  margin-top: 40px; }
  @media only screen and (min-width: 720px) {
    main .plan .map {
      position: absolute;
      right: 0;
      max-width: 1100px;
      width: 63%; } }
  @media only screen and (max-width: 1439px) {
    main .plan .map {
      width: 57%; } }
  @media only screen and (max-width: 719px) {
    main .plan .map {
      width: 90%;
      position: relative;
      position: absolute;
      right: 0; } }
  main .plan .map-placeholder {
    visibility: hidden;
    margin-bottom: 40px; }
    @media only screen and (min-width: 720px) {
      main .plan .map-placeholder {
        display: none; } }
  @media screen and (min-width: 720px) {
    main .plan {
      margin-top: 52px; } }
  @media screen and (min-width: 1024px) {
    main .plan {
      margin-top: 68px; } }
  @media screen and (min-width: 1440px) {
    main .plan {
      margin-top: 80px; } }
  main .plan .upperrow {
    position: relative; }
    main .plan .upperrow .facts {
      width: 50%; }
      @media only screen and (max-width: 1439px) {
        main .plan .upperrow .facts {
          width: 45%; } }
      @media only screen and (max-width: 719px) {
        main .plan .upperrow .facts {
          width: 100%;
          margin-top: 40px; } }
  @media only screen and (max-width: 719px) and (min-width: 720px) {
    main .plan .upperrow .facts {
      margin-top: 52px; } }
  @media only screen and (max-width: 719px) and (min-width: 1024px) {
    main .plan .upperrow .facts {
      margin-top: 68px; } }
  @media only screen and (max-width: 719px) and (min-width: 1440px) {
    main .plan .upperrow .facts {
      margin-top: 80px; } }

      main .plan .upperrow .facts label {
        display: inline-block;
        position: relative; }
        main .plan .upperrow .facts label:after {
          content: '';
          position: absolute;
          width: 100%;
          height: 1px;
          left: 0;
          bottom: 4px;
          background-color: #000000; }
  main .plan .caption {
    padding-top: 16%;
    width: 100%; }
    @media only screen and (min-width: 1024px) {
      main .plan .caption {
        padding-top: 28%; } }
    @media only screen and (min-width: 1440px) {
      main .plan .caption {
        padding-top: 36%; } }
    @media only screen and (min-width: 720px) {
      main .plan .caption {
        width: 75%; } }
    @media only screen and (max-width: 719px) {
      main .plan .caption {
        padding-top: 20px; } }
  @media only screen and (max-width: 719px) and (min-width: 720px) {
    main .plan .caption {
      padding-top: 26px; } }
  @media only screen and (max-width: 719px) and (min-width: 1024px) {
    main .plan .caption {
      padding-top: 34px; } }
  @media only screen and (max-width: 719px) and (min-width: 1440px) {
    main .plan .caption {
      padding-top: 40px; } }

    main .plan .caption .caption--zones img {
      margin-right: 5px; }
    @media only screen and (min-width: 720px) {
      main .plan .caption .caption--zones {
        float: left;
        width: 40%;
        margin-right: 10%; } }
    main .plan .caption .caption--numbers {
      margin: 0;
      padding: 0;
      display: block; }
      @media only screen and (max-width: 719px) {
        main .plan .caption .caption--numbers {
          padding-top: 20px; } }
  @media only screen and (max-width: 719px) and (min-width: 720px) {
    main .plan .caption .caption--numbers {
      padding-top: 26px; } }
  @media only screen and (max-width: 719px) and (min-width: 1024px) {
    main .plan .caption .caption--numbers {
      padding-top: 34px; } }
  @media only screen and (max-width: 719px) and (min-width: 1440px) {
    main .plan .caption .caption--numbers {
      padding-top: 40px; } }

      main .plan .caption .caption--numbers li {
        display: block; }
      @media only screen and (min-width: 720px) {
        main .plan .caption .caption--numbers {
          float: left;
          width: 50%; } }
  @media only screen and (min-width: 720px) {
    main .plan.desktop {
      display: block; } }
  @media only screen and (max-width: 719px) {
    main .plan.mobile {
      display: block; } }
  main .plan.mobile .facts, main .plan.mobile .caption--numbers {
    margin-bottom: 20px; }
    @media screen and (min-width: 720px) {
      main .plan.mobile .facts, main .plan.mobile .caption--numbers {
        margin-bottom: 26px; } }
    @media screen and (min-width: 1024px) {
      main .plan.mobile .facts, main .plan.mobile .caption--numbers {
        margin-bottom: 34px; } }
    @media screen and (min-width: 1440px) {
      main .plan.mobile .facts, main .plan.mobile .caption--numbers {
        margin-bottom: 40px; } }
