@charset "UTF-8";
/*
|* ==========================================================================
|* Main Styling
|* ==========================================================================
*/
@import url("https://fonts.googleapis.com/css?family=Sue+Ellen+Francisco|Ubuntu:400,400i,500,700");
/* ========================================================================== *   SETTINGS - Animations
\* ========================================================================== */
@keyframes sway {
  0% {
    transform: translateX(0); }
  25% {
    transform: translateX(2.5px); }
  75% {
    transform: translateX(-2.5px); }
  100% {
    transform: translateX(0); } }

@keyframes sway-left {
  0% {
    transform: translateX(0); }
  25% {
    transform: translateX(-2.5px); }
  75% {
    transform: translateX(2.5px); }
  100% {
    transform: translateX(0); } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes bounce {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-3px); }
  100% {
    transform: translateY(0); } }

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

@font-face {
  font-family: 'salanova';
  src: url("../fonts/salanova/fonts/salanova.woff2?h4fhte") format("woff2"), url("../fonts/salanova/fonts/salanova.ttf?h4fhte") format("truetype"), url("../fonts/salanova/fonts/salanova.woff?h4fhte") format("woff"), url("../fonts/salanova/fonts/salanova.svg?h4fhte#salanova") 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: 'salanova' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-facebook:before {
  content: ""; }

.icon-instagram:before {
  content: ""; }

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

.icon-vine:before {
  content: ""; }

.icon-youtube:before {
  content: ""; }

.icon-vimeo:before {
  content: ""; }

.icon-linkedin:before {
  content: ""; }

.icon-pinterest:before {
  content: ""; }

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

.icon-timer:before {
  content: ""; }

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

.icon-buy:before {
  content: ""; }

.icon-like:before {
  content: ""; }

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

.icon-chevron-down:before {
  content: ""; }

.icon-chevron-left:before {
  content: ""; }

.icon-chevron-up:before {
  content: ""; }

.icon-chevron-right:before {
  content: ""; }

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #1565c0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Ubuntu", Arial, sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #11519a;
    color: #fff; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover {
      background-color: #1565c0; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: "Ubuntu", Arial, sans-serif;
  font-size: 1em; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple] {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
  select[multiple]:hover {
    border-color: #b1b1b1; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
  select[multiple]:focus {
    border-color: #1565c0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(18, 89, 169, 0.7);
    outline: none; }
  input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled,
  select[multiple]:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
    select[multiple]:disabled:hover {
      border: 1px solid #ddd; }
  input[type="color"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder,
  select[multiple]:-ms-input-placeholder {
    color: #999; }
  input[type="color"]::placeholder, input[type="date"]::placeholder, input[type="datetime"]::placeholder, input[type="datetime-local"]::placeholder, input[type="email"]::placeholder, input[type="month"]::placeholder, input[type="number"]::placeholder, input[type="password"]::placeholder, input[type="search"]::placeholder, input[type="tel"]::placeholder, input[type="text"]::placeholder, input[type="time"]::placeholder, input[type="url"]::placeholder, input[type="week"]::placeholder, input:not([type])::placeholder, textarea::placeholder,
  select[multiple]::placeholder {
    color: #999; }

textarea {
  resize: vertical; }

[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  max-width: 100%;
  width: auto; }

html {
  box-sizing: border-box; }

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

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #333;
  font-family: "Ubuntu", Arial, sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Ubuntu", Arial, sans-serif;
  font-size: 1.333em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #1565c0;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #104c90; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

/* ================================================================== */
/* This file has a mobile-to-tablet, and tablet-to-desktop breakpoint */
/* ================================================================== */
@media (max-width: 400px) {
  @-ms-viewport {
    width: 320px; } }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.grid-container:before, .section__inner:before, .grid-5:before, .mobile-grid-5:before, .tablet-grid-5:before, .grid-10:before, .mobile-grid-10:before, .tablet-grid-10:before, .grid-15:before, .mobile-grid-15:before, .tablet-grid-15:before, .grid-20:before, .mobile-grid-20:before, .tablet-grid-20:before, .grid-25:before, .mobile-grid-25:before, .tablet-grid-25:before, .grid-30:before, .mobile-grid-30:before, .tablet-grid-30:before, .grid-35:before, .mobile-grid-35:before, .tablet-grid-35:before, .grid-40:before, .mobile-grid-40:before, .tablet-grid-40:before, .grid-45:before, .mobile-grid-45:before, .tablet-grid-45:before, .grid-50:before, .images__column:before, .mobile-grid-50:before, .tablet-grid-50:before, .grid-55:before, .mobile-grid-55:before, .tablet-grid-55:before, .grid-60:before, .mobile-grid-60:before, .tablet-grid-60:before, .grid-65:before, .mobile-grid-65:before, .tablet-grid-65:before, .grid-70:before, .mobile-grid-70:before, .tablet-grid-70:before, .grid-75:before, .mobile-grid-75:before, .tablet-grid-75:before, .grid-80:before, .mobile-grid-80:before, .tablet-grid-80:before, .grid-85:before, .mobile-grid-85:before, .tablet-grid-85:before, .grid-90:before, .mobile-grid-90:before, .tablet-grid-90:before, .grid-95:before, .mobile-grid-95:before, .tablet-grid-95:before, .grid-100:before, .mobile-grid-100:before, .tablet-grid-100:before, .grid-33:before, .mobile-grid-33:before, .tablet-grid-33:before, .grid-66:before, .mobile-grid-66:before, .tablet-grid-66:before, .clearfix:before,
.grid-container:after,
.section__inner:after,
.grid-5:after,
.mobile-grid-5:after,
.tablet-grid-5:after,
.grid-10:after,
.mobile-grid-10:after,
.tablet-grid-10:after,
.grid-15:after,
.mobile-grid-15:after,
.tablet-grid-15:after,
.grid-20:after,
.mobile-grid-20:after,
.tablet-grid-20:after,
.grid-25:after,
.mobile-grid-25:after,
.tablet-grid-25:after,
.grid-30:after,
.mobile-grid-30:after,
.tablet-grid-30:after,
.grid-35:after,
.mobile-grid-35:after,
.tablet-grid-35:after,
.grid-40:after,
.mobile-grid-40:after,
.tablet-grid-40:after,
.grid-45:after,
.mobile-grid-45:after,
.tablet-grid-45:after,
.grid-50:after,
.images__column:after,
.mobile-grid-50:after,
.tablet-grid-50:after,
.grid-55:after,
.mobile-grid-55:after,
.tablet-grid-55:after,
.grid-60:after,
.mobile-grid-60:after,
.tablet-grid-60:after,
.grid-65:after,
.mobile-grid-65:after,
.tablet-grid-65:after,
.grid-70:after,
.mobile-grid-70:after,
.tablet-grid-70:after,
.grid-75:after,
.mobile-grid-75:after,
.tablet-grid-75:after,
.grid-80:after,
.mobile-grid-80:after,
.tablet-grid-80:after,
.grid-85:after,
.mobile-grid-85:after,
.tablet-grid-85:after,
.grid-90:after,
.mobile-grid-90:after,
.tablet-grid-90:after,
.grid-95:after,
.mobile-grid-95:after,
.tablet-grid-95:after,
.grid-100:after,
.mobile-grid-100:after,
.tablet-grid-100:after,
.grid-33:after,
.mobile-grid-33:after,
.tablet-grid-33:after,
.grid-66:after,
.mobile-grid-66:after,
.tablet-grid-66:after,
.clearfix:after {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0; }

.grid-container:after, .section__inner:after, .grid-5:after, .mobile-grid-5:after, .tablet-grid-5:after, .grid-10:after, .mobile-grid-10:after, .tablet-grid-10:after, .grid-15:after, .mobile-grid-15:after, .tablet-grid-15:after, .grid-20:after, .mobile-grid-20:after, .tablet-grid-20:after, .grid-25:after, .mobile-grid-25:after, .tablet-grid-25:after, .grid-30:after, .mobile-grid-30:after, .tablet-grid-30:after, .grid-35:after, .mobile-grid-35:after, .tablet-grid-35:after, .grid-40:after, .mobile-grid-40:after, .tablet-grid-40:after, .grid-45:after, .mobile-grid-45:after, .tablet-grid-45:after, .grid-50:after, .images__column:after, .mobile-grid-50:after, .tablet-grid-50:after, .grid-55:after, .mobile-grid-55:after, .tablet-grid-55:after, .grid-60:after, .mobile-grid-60:after, .tablet-grid-60:after, .grid-65:after, .mobile-grid-65:after, .tablet-grid-65:after, .grid-70:after, .mobile-grid-70:after, .tablet-grid-70:after, .grid-75:after, .mobile-grid-75:after, .tablet-grid-75:after, .grid-80:after, .mobile-grid-80:after, .tablet-grid-80:after, .grid-85:after, .mobile-grid-85:after, .tablet-grid-85:after, .grid-90:after, .mobile-grid-90:after, .tablet-grid-90:after, .grid-95:after, .mobile-grid-95:after, .tablet-grid-95:after, .grid-100:after, .mobile-grid-100:after, .tablet-grid-100:after, .grid-33:after, .mobile-grid-33:after, .tablet-grid-33:after, .grid-66:after, .mobile-grid-66:after, .tablet-grid-66:after, .clearfix:after {
  clear: both; }

.grid-container, .section__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px; }

.grid-5, .mobile-grid-5, .tablet-grid-5, .grid-10, .mobile-grid-10, .tablet-grid-10, .grid-15, .mobile-grid-15, .tablet-grid-15, .grid-20, .mobile-grid-20, .tablet-grid-20, .grid-25, .mobile-grid-25, .tablet-grid-25, .grid-30, .mobile-grid-30, .tablet-grid-30, .grid-35, .mobile-grid-35, .tablet-grid-35, .grid-40, .mobile-grid-40, .tablet-grid-40, .grid-45, .mobile-grid-45, .tablet-grid-45, .grid-50, .images__column, .mobile-grid-50, .tablet-grid-50, .grid-55, .mobile-grid-55, .tablet-grid-55, .grid-60, .mobile-grid-60, .tablet-grid-60, .grid-65, .mobile-grid-65, .tablet-grid-65, .grid-70, .mobile-grid-70, .tablet-grid-70, .grid-75, .mobile-grid-75, .tablet-grid-75, .grid-80, .mobile-grid-80, .tablet-grid-80, .grid-85, .mobile-grid-85, .tablet-grid-85, .grid-90, .mobile-grid-90, .tablet-grid-90, .grid-95, .mobile-grid-95, .tablet-grid-95, .grid-100, .mobile-grid-100, .tablet-grid-100, .grid-33, .mobile-grid-33, .tablet-grid-33, .grid-66, .mobile-grid-66, .tablet-grid-66 {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px; }

.grid-parent {
  padding-left: 0;
  padding-right: 0; }

@media (max-width: 767px) {
  .mobile-push-5, .mobile-pull-5, .mobile-push-10, .mobile-pull-10, .mobile-push-15, .mobile-pull-15, .mobile-push-20, .mobile-pull-20, .mobile-push-25, .mobile-pull-25, .mobile-push-30, .mobile-pull-30, .mobile-push-35, .mobile-pull-35, .mobile-push-40, .mobile-pull-40, .mobile-push-45, .mobile-pull-45, .mobile-push-50, .mobile-pull-50, .mobile-push-55, .mobile-pull-55, .mobile-push-60, .mobile-pull-60, .mobile-push-65, .mobile-pull-65, .mobile-push-70, .mobile-pull-70, .mobile-push-75, .mobile-pull-75, .mobile-push-80, .mobile-pull-80, .mobile-push-85, .mobile-pull-85, .mobile-push-90, .mobile-pull-90, .mobile-push-95, .mobile-pull-95, .mobile-push-33, .mobile-pull-33, .mobile-push-66, .mobile-pull-66 {
    position: relative; }
  .hide-on-mobile {
    display: none !important; }
  .mobile-grid-5 {
    float: left;
    width: 5%; }
  .mobile-prefix-5 {
    margin-left: 5%; }
  .mobile-suffix-5 {
    margin-right: 5%; }
  .mobile-push-5 {
    left: 5%; }
  .mobile-pull-5 {
    left: -5%; }
  .mobile-grid-10 {
    float: left;
    width: 10%; }
  .mobile-prefix-10 {
    margin-left: 10%; }
  .mobile-suffix-10 {
    margin-right: 10%; }
  .mobile-push-10 {
    left: 10%; }
  .mobile-pull-10 {
    left: -10%; }
  .mobile-grid-15 {
    float: left;
    width: 15%; }
  .mobile-prefix-15 {
    margin-left: 15%; }
  .mobile-suffix-15 {
    margin-right: 15%; }
  .mobile-push-15 {
    left: 15%; }
  .mobile-pull-15 {
    left: -15%; }
  .mobile-grid-20 {
    float: left;
    width: 20%; }
  .mobile-prefix-20 {
    margin-left: 20%; }
  .mobile-suffix-20 {
    margin-right: 20%; }
  .mobile-push-20 {
    left: 20%; }
  .mobile-pull-20 {
    left: -20%; }
  .mobile-grid-25 {
    float: left;
    width: 25%; }
  .mobile-prefix-25 {
    margin-left: 25%; }
  .mobile-suffix-25 {
    margin-right: 25%; }
  .mobile-push-25 {
    left: 25%; }
  .mobile-pull-25 {
    left: -25%; }
  .mobile-grid-30 {
    float: left;
    width: 30%; }
  .mobile-prefix-30 {
    margin-left: 30%; }
  .mobile-suffix-30 {
    margin-right: 30%; }
  .mobile-push-30 {
    left: 30%; }
  .mobile-pull-30 {
    left: -30%; }
  .mobile-grid-35 {
    float: left;
    width: 35%; }
  .mobile-prefix-35 {
    margin-left: 35%; }
  .mobile-suffix-35 {
    margin-right: 35%; }
  .mobile-push-35 {
    left: 35%; }
  .mobile-pull-35 {
    left: -35%; }
  .mobile-grid-40 {
    float: left;
    width: 40%; }
  .mobile-prefix-40 {
    margin-left: 40%; }
  .mobile-suffix-40 {
    margin-right: 40%; }
  .mobile-push-40 {
    left: 40%; }
  .mobile-pull-40 {
    left: -40%; }
  .mobile-grid-45 {
    float: left;
    width: 45%; }
  .mobile-prefix-45 {
    margin-left: 45%; }
  .mobile-suffix-45 {
    margin-right: 45%; }
  .mobile-push-45 {
    left: 45%; }
  .mobile-pull-45 {
    left: -45%; }
  .mobile-grid-50 {
    float: left;
    width: 50%; }
  .mobile-prefix-50 {
    margin-left: 50%; }
  .mobile-suffix-50 {
    margin-right: 50%; }
  .mobile-push-50 {
    left: 50%; }
  .mobile-pull-50 {
    left: -50%; }
  .mobile-grid-55 {
    float: left;
    width: 55%; }
  .mobile-prefix-55 {
    margin-left: 55%; }
  .mobile-suffix-55 {
    margin-right: 55%; }
  .mobile-push-55 {
    left: 55%; }
  .mobile-pull-55 {
    left: -55%; }
  .mobile-grid-60 {
    float: left;
    width: 60%; }
  .mobile-prefix-60 {
    margin-left: 60%; }
  .mobile-suffix-60 {
    margin-right: 60%; }
  .mobile-push-60 {
    left: 60%; }
  .mobile-pull-60 {
    left: -60%; }
  .mobile-grid-65 {
    float: left;
    width: 65%; }
  .mobile-prefix-65 {
    margin-left: 65%; }
  .mobile-suffix-65 {
    margin-right: 65%; }
  .mobile-push-65 {
    left: 65%; }
  .mobile-pull-65 {
    left: -65%; }
  .mobile-grid-70 {
    float: left;
    width: 70%; }
  .mobile-prefix-70 {
    margin-left: 70%; }
  .mobile-suffix-70 {
    margin-right: 70%; }
  .mobile-push-70 {
    left: 70%; }
  .mobile-pull-70 {
    left: -70%; }
  .mobile-grid-75 {
    float: left;
    width: 75%; }
  .mobile-prefix-75 {
    margin-left: 75%; }
  .mobile-suffix-75 {
    margin-right: 75%; }
  .mobile-push-75 {
    left: 75%; }
  .mobile-pull-75 {
    left: -75%; }
  .mobile-grid-80 {
    float: left;
    width: 80%; }
  .mobile-prefix-80 {
    margin-left: 80%; }
  .mobile-suffix-80 {
    margin-right: 80%; }
  .mobile-push-80 {
    left: 80%; }
  .mobile-pull-80 {
    left: -80%; }
  .mobile-grid-85 {
    float: left;
    width: 85%; }
  .mobile-prefix-85 {
    margin-left: 85%; }
  .mobile-suffix-85 {
    margin-right: 85%; }
  .mobile-push-85 {
    left: 85%; }
  .mobile-pull-85 {
    left: -85%; }
  .mobile-grid-90 {
    float: left;
    width: 90%; }
  .mobile-prefix-90 {
    margin-left: 90%; }
  .mobile-suffix-90 {
    margin-right: 90%; }
  .mobile-push-90 {
    left: 90%; }
  .mobile-pull-90 {
    left: -90%; }
  .mobile-grid-95 {
    float: left;
    width: 95%; }
  .mobile-prefix-95 {
    margin-left: 95%; }
  .mobile-suffix-95 {
    margin-right: 95%; }
  .mobile-push-95 {
    left: 95%; }
  .mobile-pull-95 {
    left: -95%; }
  .mobile-grid-33 {
    float: left;
    width: 33.33333%; }
  .mobile-prefix-33 {
    margin-left: 33.33333%; }
  .mobile-suffix-33 {
    margin-right: 33.33333%; }
  .mobile-push-33 {
    left: 33.33333%; }
  .mobile-pull-33 {
    left: -33.33333%; }
  .mobile-grid-66 {
    float: left;
    width: 66.66667%; }
  .mobile-prefix-66 {
    margin-left: 66.66667%; }
  .mobile-suffix-66 {
    margin-right: 66.66667%; }
  .mobile-push-66 {
    left: 66.66667%; }
  .mobile-pull-66 {
    left: -66.66667%; }
  .mobile-grid-100, .images__column {
    clear: both;
    width: 100%; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .tablet-push-5, .tablet-pull-5, .tablet-push-10, .tablet-pull-10, .tablet-push-15, .tablet-pull-15, .tablet-push-20, .tablet-pull-20, .tablet-push-25, .tablet-pull-25, .tablet-push-30, .tablet-pull-30, .tablet-push-35, .tablet-pull-35, .tablet-push-40, .tablet-pull-40, .tablet-push-45, .tablet-pull-45, .tablet-push-50, .tablet-pull-50, .tablet-push-55, .tablet-pull-55, .tablet-push-60, .tablet-pull-60, .tablet-push-65, .tablet-pull-65, .tablet-push-70, .tablet-pull-70, .tablet-push-75, .tablet-pull-75, .tablet-push-80, .tablet-pull-80, .tablet-push-85, .tablet-pull-85, .tablet-push-90, .tablet-pull-90, .tablet-push-95, .tablet-pull-95, .tablet-push-33, .tablet-pull-33, .tablet-push-66, .tablet-pull-66 {
    position: relative; }
  .hide-on-tablet {
    display: none !important; }
  .tablet-grid-5 {
    float: left;
    width: 5%; }
  .tablet-prefix-5 {
    margin-left: 5%; }
  .tablet-suffix-5 {
    margin-right: 5%; }
  .tablet-push-5 {
    left: 5%; }
  .tablet-pull-5 {
    left: -5%; }
  .tablet-grid-10 {
    float: left;
    width: 10%; }
  .tablet-prefix-10 {
    margin-left: 10%; }
  .tablet-suffix-10 {
    margin-right: 10%; }
  .tablet-push-10 {
    left: 10%; }
  .tablet-pull-10 {
    left: -10%; }
  .tablet-grid-15 {
    float: left;
    width: 15%; }
  .tablet-prefix-15 {
    margin-left: 15%; }
  .tablet-suffix-15 {
    margin-right: 15%; }
  .tablet-push-15 {
    left: 15%; }
  .tablet-pull-15 {
    left: -15%; }
  .tablet-grid-20 {
    float: left;
    width: 20%; }
  .tablet-prefix-20 {
    margin-left: 20%; }
  .tablet-suffix-20 {
    margin-right: 20%; }
  .tablet-push-20 {
    left: 20%; }
  .tablet-pull-20 {
    left: -20%; }
  .tablet-grid-25 {
    float: left;
    width: 25%; }
  .tablet-prefix-25 {
    margin-left: 25%; }
  .tablet-suffix-25 {
    margin-right: 25%; }
  .tablet-push-25 {
    left: 25%; }
  .tablet-pull-25 {
    left: -25%; }
  .tablet-grid-30 {
    float: left;
    width: 30%; }
  .tablet-prefix-30 {
    margin-left: 30%; }
  .tablet-suffix-30 {
    margin-right: 30%; }
  .tablet-push-30 {
    left: 30%; }
  .tablet-pull-30 {
    left: -30%; }
  .tablet-grid-35 {
    float: left;
    width: 35%; }
  .tablet-prefix-35 {
    margin-left: 35%; }
  .tablet-suffix-35 {
    margin-right: 35%; }
  .tablet-push-35 {
    left: 35%; }
  .tablet-pull-35 {
    left: -35%; }
  .tablet-grid-40 {
    float: left;
    width: 40%; }
  .tablet-prefix-40 {
    margin-left: 40%; }
  .tablet-suffix-40 {
    margin-right: 40%; }
  .tablet-push-40 {
    left: 40%; }
  .tablet-pull-40 {
    left: -40%; }
  .tablet-grid-45 {
    float: left;
    width: 45%; }
  .tablet-prefix-45 {
    margin-left: 45%; }
  .tablet-suffix-45 {
    margin-right: 45%; }
  .tablet-push-45 {
    left: 45%; }
  .tablet-pull-45 {
    left: -45%; }
  .tablet-grid-50, .images__column {
    float: left;
    width: 50%; }
  .tablet-prefix-50 {
    margin-left: 50%; }
  .tablet-suffix-50 {
    margin-right: 50%; }
  .tablet-push-50 {
    left: 50%; }
  .tablet-pull-50 {
    left: -50%; }
  .tablet-grid-55 {
    float: left;
    width: 55%; }
  .tablet-prefix-55 {
    margin-left: 55%; }
  .tablet-suffix-55 {
    margin-right: 55%; }
  .tablet-push-55 {
    left: 55%; }
  .tablet-pull-55 {
    left: -55%; }
  .tablet-grid-60 {
    float: left;
    width: 60%; }
  .tablet-prefix-60 {
    margin-left: 60%; }
  .tablet-suffix-60 {
    margin-right: 60%; }
  .tablet-push-60 {
    left: 60%; }
  .tablet-pull-60 {
    left: -60%; }
  .tablet-grid-65 {
    float: left;
    width: 65%; }
  .tablet-prefix-65 {
    margin-left: 65%; }
  .tablet-suffix-65 {
    margin-right: 65%; }
  .tablet-push-65 {
    left: 65%; }
  .tablet-pull-65 {
    left: -65%; }
  .tablet-grid-70 {
    float: left;
    width: 70%; }
  .tablet-prefix-70 {
    margin-left: 70%; }
  .tablet-suffix-70 {
    margin-right: 70%; }
  .tablet-push-70 {
    left: 70%; }
  .tablet-pull-70 {
    left: -70%; }
  .tablet-grid-75 {
    float: left;
    width: 75%; }
  .tablet-prefix-75 {
    margin-left: 75%; }
  .tablet-suffix-75 {
    margin-right: 75%; }
  .tablet-push-75 {
    left: 75%; }
  .tablet-pull-75 {
    left: -75%; }
  .tablet-grid-80 {
    float: left;
    width: 80%; }
  .tablet-prefix-80 {
    margin-left: 80%; }
  .tablet-suffix-80 {
    margin-right: 80%; }
  .tablet-push-80 {
    left: 80%; }
  .tablet-pull-80 {
    left: -80%; }
  .tablet-grid-85 {
    float: left;
    width: 85%; }
  .tablet-prefix-85 {
    margin-left: 85%; }
  .tablet-suffix-85 {
    margin-right: 85%; }
  .tablet-push-85 {
    left: 85%; }
  .tablet-pull-85 {
    left: -85%; }
  .tablet-grid-90 {
    float: left;
    width: 90%; }
  .tablet-prefix-90 {
    margin-left: 90%; }
  .tablet-suffix-90 {
    margin-right: 90%; }
  .tablet-push-90 {
    left: 90%; }
  .tablet-pull-90 {
    left: -90%; }
  .tablet-grid-95 {
    float: left;
    width: 95%; }
  .tablet-prefix-95 {
    margin-left: 95%; }
  .tablet-suffix-95 {
    margin-right: 95%; }
  .tablet-push-95 {
    left: 95%; }
  .tablet-pull-95 {
    left: -95%; }
  .tablet-grid-33 {
    float: left;
    width: 33.33333%; }
  .tablet-prefix-33 {
    margin-left: 33.33333%; }
  .tablet-suffix-33 {
    margin-right: 33.33333%; }
  .tablet-push-33 {
    left: 33.33333%; }
  .tablet-pull-33 {
    left: -33.33333%; }
  .tablet-grid-66 {
    float: left;
    width: 66.66667%; }
  .tablet-prefix-66 {
    margin-left: 66.66667%; }
  .tablet-suffix-66 {
    margin-right: 66.66667%; }
  .tablet-push-66 {
    left: 66.66667%; }
  .tablet-pull-66 {
    left: -66.66667%; }
  .tablet-grid-100 {
    clear: both;
    width: 100%; } }

@media (min-width: 1025px) {
  .push-5, .pull-5, .push-10, .pull-10, .push-15, .pull-15, .push-20, .pull-20, .push-25, .pull-25, .push-30, .pull-30, .push-35, .pull-35, .push-40, .pull-40, .push-45, .pull-45, .push-50, .pull-50, .push-55, .pull-55, .push-60, .pull-60, .push-65, .pull-65, .push-70, .pull-70, .push-75, .pull-75, .push-80, .pull-80, .push-85, .pull-85, .push-90, .pull-90, .push-95, .pull-95, .push-33, .pull-33, .push-66, .pull-66 {
    position: relative; }
  .hide-on-desktop {
    display: none !important; }
  .grid-5 {
    float: left;
    width: 5%; }
  .prefix-5 {
    margin-left: 5%; }
  .suffix-5 {
    margin-right: 5%; }
  .push-5 {
    left: 5%; }
  .pull-5 {
    left: -5%; }
  .grid-10 {
    float: left;
    width: 10%; }
  .prefix-10 {
    margin-left: 10%; }
  .suffix-10 {
    margin-right: 10%; }
  .push-10 {
    left: 10%; }
  .pull-10 {
    left: -10%; }
  .grid-15 {
    float: left;
    width: 15%; }
  .prefix-15 {
    margin-left: 15%; }
  .suffix-15 {
    margin-right: 15%; }
  .push-15 {
    left: 15%; }
  .pull-15 {
    left: -15%; }
  .grid-20 {
    float: left;
    width: 20%; }
  .prefix-20 {
    margin-left: 20%; }
  .suffix-20 {
    margin-right: 20%; }
  .push-20 {
    left: 20%; }
  .pull-20 {
    left: -20%; }
  .grid-25 {
    float: left;
    width: 25%; }
  .prefix-25 {
    margin-left: 25%; }
  .suffix-25 {
    margin-right: 25%; }
  .push-25 {
    left: 25%; }
  .pull-25 {
    left: -25%; }
  .grid-30 {
    float: left;
    width: 30%; }
  .prefix-30 {
    margin-left: 30%; }
  .suffix-30 {
    margin-right: 30%; }
  .push-30 {
    left: 30%; }
  .pull-30 {
    left: -30%; }
  .grid-35 {
    float: left;
    width: 35%; }
  .prefix-35 {
    margin-left: 35%; }
  .suffix-35 {
    margin-right: 35%; }
  .push-35 {
    left: 35%; }
  .pull-35 {
    left: -35%; }
  .grid-40 {
    float: left;
    width: 40%; }
  .prefix-40 {
    margin-left: 40%; }
  .suffix-40 {
    margin-right: 40%; }
  .push-40 {
    left: 40%; }
  .pull-40 {
    left: -40%; }
  .grid-45 {
    float: left;
    width: 45%; }
  .prefix-45 {
    margin-left: 45%; }
  .suffix-45 {
    margin-right: 45%; }
  .push-45 {
    left: 45%; }
  .pull-45 {
    left: -45%; }
  .grid-50, .images__column {
    float: left;
    width: 50%; }
  .prefix-50 {
    margin-left: 50%; }
  .suffix-50 {
    margin-right: 50%; }
  .push-50 {
    left: 50%; }
  .pull-50 {
    left: -50%; }
  .grid-55 {
    float: left;
    width: 55%; }
  .prefix-55 {
    margin-left: 55%; }
  .suffix-55 {
    margin-right: 55%; }
  .push-55 {
    left: 55%; }
  .pull-55 {
    left: -55%; }
  .grid-60 {
    float: left;
    width: 60%; }
  .prefix-60 {
    margin-left: 60%; }
  .suffix-60 {
    margin-right: 60%; }
  .push-60 {
    left: 60%; }
  .pull-60 {
    left: -60%; }
  .grid-65 {
    float: left;
    width: 65%; }
  .prefix-65 {
    margin-left: 65%; }
  .suffix-65 {
    margin-right: 65%; }
  .push-65 {
    left: 65%; }
  .pull-65 {
    left: -65%; }
  .grid-70 {
    float: left;
    width: 70%; }
  .prefix-70 {
    margin-left: 70%; }
  .suffix-70 {
    margin-right: 70%; }
  .push-70 {
    left: 70%; }
  .pull-70 {
    left: -70%; }
  .grid-75 {
    float: left;
    width: 75%; }
  .prefix-75 {
    margin-left: 75%; }
  .suffix-75 {
    margin-right: 75%; }
  .push-75 {
    left: 75%; }
  .pull-75 {
    left: -75%; }
  .grid-80 {
    float: left;
    width: 80%; }
  .prefix-80 {
    margin-left: 80%; }
  .suffix-80 {
    margin-right: 80%; }
  .push-80 {
    left: 80%; }
  .pull-80 {
    left: -80%; }
  .grid-85 {
    float: left;
    width: 85%; }
  .prefix-85 {
    margin-left: 85%; }
  .suffix-85 {
    margin-right: 85%; }
  .push-85 {
    left: 85%; }
  .pull-85 {
    left: -85%; }
  .grid-90 {
    float: left;
    width: 90%; }
  .prefix-90 {
    margin-left: 90%; }
  .suffix-90 {
    margin-right: 90%; }
  .push-90 {
    left: 90%; }
  .pull-90 {
    left: -90%; }
  .grid-95 {
    float: left;
    width: 95%; }
  .prefix-95 {
    margin-left: 95%; }
  .suffix-95 {
    margin-right: 95%; }
  .push-95 {
    left: 95%; }
  .pull-95 {
    left: -95%; }
  .grid-33 {
    float: left;
    width: 33.33333%; }
  .prefix-33 {
    margin-left: 33.33333%; }
  .suffix-33 {
    margin-right: 33.33333%; }
  .push-33 {
    left: 33.33333%; }
  .pull-33 {
    left: -33.33333%; }
  .grid-66 {
    float: left;
    width: 66.66667%; }
  .prefix-66 {
    margin-left: 66.66667%; }
  .suffix-66 {
    margin-right: 66.66667%; }
  .push-66 {
    left: 66.66667%; }
  .pull-66 {
    left: -66.66667%; }
  .grid-100 {
    clear: both;
    width: 100%; } }

.show-on-mobile {
  display: none !important; }
  @media (max-width: 767px) {
    .show-on-mobile {
      display: block !important; } }

.show-on-tablet {
  display: none !important; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .show-on-tablet {
      display: block !important; } }

.show-on-desktop {
  display: none !important; }
  @media (min-width: 1025px) and (max-width: 1499px) {
    .show-on-desktop {
      display: block !important; } }

.show-on-tv {
  display: none !important; }
  @media (min-width: 1500px) {
    .show-on-tv {
      display: block !important; } }

@media (max-width: 767px) {
  .hide-on-mobile {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .hide-on-tablet {
    display: none !important; } }

@media (min-width: 1025px) and (max-width: 1499px) {
  .hide-on-desktop {
    display: none !important; } }

@media (min-width: 1500px) {
  .hide-on-tv {
    display: none !important; } }

/* ========================================================================== *   BASE - Global
\* ========================================================================== */
@-ms-viewport {
  width: device-width;
  height: device-height; }
@-o-viewport {
  width: device-width;
  height: device-height; }
@viewport {
  width: device-width;
  height: device-height; }

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

html,
body {
  min-height: 100%; }

html {
  box-sizing: border-box; }

body {
  background-color: #fff;
  color: #424242;
  font-family: "Ubuntu", Arial, sans-serif;
  font-size: 16px;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size-adjust: auto;
  min-width: 320px; }

main {
  height: 100%; }

@media (min-width: 768px) {
  body {
    font-size: 16px; } }

@media (min-width: 1024px) {
  body {
    font-size: 16px; } }

/* ========================================================================== *   BASE - Typography
\* ========================================================================== */
p {
  margin: 0 0 30px; }

address {
  font-style: normal; }

q {
  quotes: '\201c' '\201d' '\2018' '\2019'; }
  q p {
    display: inline; }

.written, .hero__payoff, .cta__title {
  font-family: 'Sue Ellen Francisco';
  text-transform: uppercase; }

/* ========================================================================== *   BASE - Headings
\* ========================================================================== */
h1,
.h1, h2,
.h2, h3,
.h3, h4,
.h4, h5,
.h5, h6,
.h6, .hero__action {
  font-family: "Ubuntu", Arial, sans-serif;
  line-height: 1;
  font-weight: 500;
  display: block;
  margin: 0 0 .5em; }

h1,
.h1 {
  font-size: 34px; }

h2,
.h2 {
  font-size: 28px; }

h3,
.h3 {
  font-size: 24px; }

h4,
.h4, .hero__action {
  font-size: 20px; }

h5,
.h5 {
  font-size: 18px; }

h6,
.h6 {
  font-size: 16px; }

@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 40px; }
  h2,
  .h2 {
    font-size: 34px; }
  h3,
  .h3 {
    font-size: 30px; }
  h4,
  .h4, .hero__action {
    font-size: 26px; }
  h5,
  .h5 {
    font-size: 18px; }
  h6,
  .h6 {
    font-size: 16px; } }

@media (min-width: 1025px) {
  h1,
  .h1 {
    font-size: 46px; }
  h2,
  .h2 {
    font-size: 40px; }
  h3,
  .h3 {
    font-size: 36px; }
  h4,
  .h4, .hero__action {
    font-size: 32px; }
  h5,
  .h5 {
    font-size: 18px; }
  h6,
  .h6 {
    font-size: 16px; } }

/* ========================================================================== *   BASE - Links
\* ========================================================================== */
a {
  color: inherit;
  text-decoration: underline;
  transition: all 0.25s ease; }
  a:hover {
    color: #95b4bb; }

.faux-link {
  color: inherit;
  text-decoration: underline; }

button:hover, button:active {
  outline: none; }

.link--medium {
  font-size: 16px;
  line-height: 32px; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .link--medium {
      font-size: 18px;
      line-height: 36px; } }
  @media (min-width: 1025px) {
    .link--medium {
      line-height: 40px;
      font-size: 20px; } }

.link--secondary {
  color: #424242; }
  .link--secondary:hover {
    color: #95b4bb; }

.link--white {
  color: #fff; }
  .link--white:hover {
    color: #fff; }

/* ========================================================================== *   BASE - Figures
\* ========================================================================== */
img {
  display: block;
  max-width: 100%;
  height: auto; }

figure {
  margin: 0; }

/* ========================================================================== *   BASE - Lists
\* ========================================================================== */
ul,
ol {
  display: block;
  padding: 0 0 30px 20px;
  margin: 0; }

ol {
  list-style-type: decimal;
  list-style-position: inside;
  padding-left: 0; }

ul {
  list-style-type: disc; }

.unstyled {
  list-style: none; }

body {
  background-color: #fff;
  padding: 60px 0 0 !important; }
  @media (min-width: 768px) {
    body {
      padding: 90px 30px 0 !important; } }

.footer {
  background-color: #fff;
  color: #9b9b9b;
  padding: 20px;
  text-align: center;
  position: relative;
  font-size: 13px;
  line-height: 1.33333; }
  .footer p {
    margin-bottom: 1em; }
  @media (min-width: 768px) {
    .footer {
      padding-left: 30px;
      padding-right: 30px; }
      .footer p {
        margin-bottom: 0; } }

.footer__initiated img {
  display: inline-block; }

@media (min-width: 768px) {
  .footer__initiated {
    position: absolute;
    right: 0;
    top: 20px; } }

.footer__nav ul {
  list-style: none;
  margin: 0;
  padding: 10px 0 0; }
  .footer__nav ul::after {
    clear: both;
    content: "";
    display: table; }

.footer__nav li {
  display: inline-block;
  margin: 0;
  padding: 0; }

.footer__nav li + li:before {
  content: '|';
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px; }

.header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 20; }
  .header::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 768px) {
    .header {
      height: 90px; } }

.header__inner {
  padding: 10px 20px 10px 30px;
  transform: translateZ(0);
  perspective: 1px; }
  @media (min-width: 768px) {
    .header__inner {
      float: left;
      padding: 20px 30px; } }

.header__toggle {
  width: 40px;
  height: 40px;
  position: relative;
  float: right;
  cursor: pointer; }
  @media (min-width: 768px) {
    .header__toggle {
      display: none; } }
  .header__toggle:before, .header__toggle:after,
  .header__toggle i:before,
  .header__toggle i:after {
    background-color: #000;
    content: '';
    border-radius: 3px;
    position: absolute;
    height: 3px;
    width: 24px;
    transition: all 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    left: 8px; }
  .header__toggle:before {
    top: 12px; }
  .header__toggle i:before,
  .header__toggle i:after {
    top: 18px; }
  .header__toggle:after {
    top: 24px; }
  .show-menu .header__toggle:before,
  .show-menu .header__toggle:after {
    opacity: 0; }
  .show-menu .header__toggle i:before {
    transform: rotateZ(45deg); }
  .show-menu .header__toggle i:after {
    transform: rotateZ(-45deg); }

.header__toggle--nav {
  position: absolute;
  top: 10px;
  right: 20px; }

@media (max-width: 767px) {
  .show-menu {
    overflow: hidden; } }

.logo {
  float: left; }

.logo__image {
  border: 0;
  display: block;
  height: 50px; }
  @media (max-width: 767px) {
    .logo__image {
      height: 40px;
      padding-top: 8px;
      padding-bottom: 8px; } }

.navigation {
  padding: 10px 20px; }
  @media (max-width: 767px) {
    .navigation {
      background-color: #fff;
      top: 60px;
      left: 0;
      width: 100%;
      height: 0;
      position: fixed;
      z-index: 21;
      padding: 0;
      overflow: hidden;
      transition: height 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transform: translateZ(0); }
      .show-menu .navigation {
        height: calc(100% - 60px); } }
  @media (min-width: 768px) {
    .navigation {
      float: right;
      padding: 25px 30px; } }

@media (max-width: 767px) {
  .navigation__inner {
    padding: 30px;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; }
    .navigation__inner::after {
      clear: both;
      content: "";
      display: table; } }

@media (min-width: 768px) {
  #block-greendelight-main-menu,
  .nav {
    float: left; } }

.nav--main {
  font-size: 16px; }
  @media (max-width: 767px) {
    .nav--main {
      font-size: 20px; } }

.nav__items {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .nav__items {
      padding-top: 12px;
      padding-bottom: 12px;
      margin-bottom: 0;
      line-height: 1; } }

.nav__item {
  position: relative; }
  @media (min-width: 768px) {
    .nav__item {
      float: left;
      margin: 0 20px;
      margin-bottom: 20px; } }
  .nav__item a {
    color: #000;
    display: block;
    text-decoration: none;
    position: relative;
    z-index: 2; }
    @media (max-width: 767px) {
      .nav__item a {
        line-height: 20px;
        padding-top: 10px;
        padding-bottom: 10px; } }
  @media (max-width: 767px) {
    .nav__item .is-active {
      color: #95b4bb; } }
  @media (min-width: 768px) {
    .nav__item span {
      position: relative;
      background-color: #fdeba3;
      height: 5px;
      width: 0;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 1;
      transition: width 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .no-touch .nav__item a:hover + span {
      width: 100%; }
    .nav__item .is-active + span {
      background-color: #fad36a;
      width: 100%; } }

@media (min-width: 768px) {
  .language-switcher-language-url {
    float: left; } }

.language {
  color: #000;
  font-size: 16px;
  position: relative;
  min-width: 170px; }
  @media (max-width: 767px) {
    .language {
      border-top: 1px solid #e0e0e0;
      padding-top: 20px;
      width: 100%;
      font-size: 14px;
      font-weight: 300; } }
  @media (min-width: 768px) {
    .language:after {
      content: "";
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'salanova' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Enable Ligatures ================ */
      letter-spacing: 0;
      -webkit-font-feature-settings: "liga";
      -ms-font-feature-settings: "liga" 1;
      font-feature-settings: "liga";
      -webkit-font-variant-ligatures: discretionary-ligatures;
      font-variant-ligatures: discretionary-ligatures;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      line-height: 20px;
      right: 0;
      top: 10px;
      text-align: center;
      width: 40px;
      border-left: 1px solid #cbd5e3;
      pointer-events: none; }
    .language.open:after {
      content: ""; }
    .language.open .language__list {
      display: block; } }

.language__current {
  background-color: #e8eff8;
  cursor: default;
  line-height: 20px;
  padding: 10px 55px 10px 15px; }
  @media (max-width: 767px) {
    .language__current {
      display: none; } }

.language__list {
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (min-width: 768px) {
    .language__list {
      background-color: #e8eff8;
      border-top: 1px solid #cbd5e3;
      display: none;
      position: absolute;
      top: 100%;
      right: 0;
      min-width: 100%; } }

.language__item {
  margin: 0;
  padding: 0; }

.language__link {
  display: block;
  text-decoration: none;
  padding: 5px 0;
  line-height: 20px; }
  @media (min-width: 768px) {
    .language__link {
      background-color: #e8eff8;
      padding: 10px 15px; }
      .language__link:hover {
        background-color: #dee8f5;
        color: inherit; } }

@media (max-width: 767px) {
  .language__link--active {
    color: #95b4bb; } }

.btn {
  color: #000;
  display: inline-block;
  text-decoration: none; }

.btn[target="_blank"]:after {
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'salanova' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-left: 10px; }

.btn--black {
  background-color: #000;
  color: #fff;
  border-radius: 6px;
  font-size: 18px;
  line-height: 2;
  padding: 12px 40px;
  text-align: center; }
  .btn--black:hover {
    background-color: #fff;
    color: #000; }

.btn--white {
  background-color: #fff;
  color: #000;
  border-radius: 6px;
  font-size: 18px;
  line-height: 2;
  padding: 12px 40px;
  text-align: center; }
  .btn--white:hover {
    background-color: #000;
    color: #fff; }

.btn--link {
  text-decoration: underline; }

.btn--large {
  font-weight: 500;
  font-size: 40px; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .btn--large {
      font-size: 20px; } }
  @media (min-width: 1025px) {
    .btn--large {
      font-size: 32px; } }

.hero {
  background-color: #fff;
  color: #000;
  position: relative;
  height: 66vh;
  max-height: 600px;
  min-height: 340px; }

.hero__link {
  color: inherit;
  display: block;
  text-decoration: none;
  position: relative;
  width: 100%;
  height: 100%; }
  .hero__link:hover {
    color: inherit; }

.hero__visual {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
  .hero__visual::after {
    clear: both;
    content: "";
    display: table; }

.hero__visual-part {
  float: left;
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: relative; }
  @media (min-width: 768px) {
    .hero__visual-part {
      width: 33.33333%; } }

.hero__visual-part--left {
  display: none; }
  @media (min-width: 768px) {
    .hero__visual-part--left {
      display: block; } }

.hero__visual-part--middle {
  background-color: #fff8f4; }
  .hero__visual-part--middle .hero__image {
    right: 0; }

.hero__visual-part--right {
  background-color: #c7dbdf;
  text-align: left; }
  .hero__visual-part--right .hero__image {
    left: 0; }

.hero__image {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%); }

.hero__image--hover {
  position: absolute;
  opacity: 0;
  transition: opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  z-index: 2;
  top: 0;
  left: 0; }
  .hero:hover .hero__image--hover {
    opacity: 1; }

.hero__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3; }
  @media (max-width: 767px) {
    .hero__content {
      background-color: rgba(0, 0, 0, 0.15);
      color: #fff; } }

.hero__wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%; }

.hero__inner {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  padding: 30px; }

.hero__title,
.hero__action {
  color: inherit; }

.hero__title {
  line-height: 1.125; }

.hero__action {
  font-weight: normal;
  display: inline-block;
  position: relative;
  line-height: 1;
  text-decoration: none; }
  .hero__action span {
    position: relative;
    z-index: 2; }
  .hero__action:before {
    background-color: #fad36a;
    content: '';
    height: .25em;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: width 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .no-touch .hero__action:hover {
    color: inherit; }
    .no-touch .hero__action:hover:before {
      width: 100%; }

.hero__payoff {
  color: #000;
  display: block;
  font-size: 18px;
  line-height: 1.25;
  position: absolute;
  bottom: 0;
  pointer-events: none; }
  @media (max-width: 767px) {
    .hero__payoff {
      width: 100%;
      padding: 30px 0;
      text-align: center;
      left: 0; } }
  @media (min-width: 768px) {
    .hero__payoff {
      font-size: 22px;
      right: 50%;
      bottom: 12.5%;
      transform: rotateZ(13deg) translateZ(0);
      max-width: 170px; }
      .hero__payoff:before {
        background: url("../img/home/line.svg") no-repeat 0 0;
        content: '';
        display: block;
        width: 70px;
        height: 42px;
        position: absolute;
        left: 100%;
        top: -20px; } }

.hero--home .hero__title,
.hero--home .hero__action {
  max-width: 400px; }

.no-touch .hero--home:hover .hero__title,
.no-touch .hero--home:hover .hero__action {
  opacity: 1;
  transform: translateY(0px); }

.no-touch .hero--home .hero__title,
.no-touch .hero--home .hero__action {
  transform: translate3d(0, 20px, 0);
  transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .hero:hover .no-touch .hero--home .hero__title, .hero:hover
  .no-touch .hero--home .hero__action {
    opacity: 1;
    transform: translate3d(0, 0, 0); }

.no-touch .hero--home .hero__action {
  opacity: 0; }

.hero--content {
  background: linear-gradient(to bottom right, #3E4B51 0%, #1E2021 100%);
  text-align: center; }
  .hero--content .hero__visual img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .hero--content .hero__title {
    color: #fff;
    font-weight: bold; }
    @media (min-width: 1025px) {
      .hero--content .hero__title {
        font-size: 58px; } }

.products {
  transform: translateZ(0);
  perspective: 0; }

.product {
  position: relative;
  color: #fff; }
  @media (min-width: 768px) {
    .product {
      float: left;
      width: 50%; } }

.product--pink {
  background: linear-gradient(to bottom right, #dfcbc7 0%, #bb9b95 100%); }
  .no-touch .product--pink .product__image {
    filter: drop-shadow(10px 10px 23px #a47d75); }

.product--yellow {
  background: linear-gradient(to bottom right, #fdeba3 0%, #fad36a 100%); }
  .no-touch .product--yellow .product__image {
    filter: drop-shadow(10px 10px 23px #d0a532); }

.product--light-blue {
  background: linear-gradient(to bottom right, #f5f8fc 0%, #e8eff8 100%);
  color: #000; }
  .no-touch .product--light-blue .product__image {
    filter: drop-shadow(10px 10px 23px #98a4b4); }

.product--salmon {
  background: linear-gradient(to bottom right, #fff8f4 0%, #ffefe5 100%);
  color: #000; }
  .no-touch .product--salmon .product__image {
    filter: drop-shadow(10px 10px 23px #eec3a8); }

.product--mint {
  background: linear-gradient(to bottom right, #f9fae6 0%, #f0f4c8 100%);
  color: #000; }
  .no-touch .product--mint .product__image {
    filter: drop-shadow(10px 10px 23px #b9c075); }

.product--blue {
  background: linear-gradient(to bottom right, #c7dbdf 0%, #95b4bb 100%); }
  .no-touch .product--blue .product__image {
    filter: drop-shadow(10px 10px 23px #648188); }

.product--opal {
  background: linear-gradient(to bottom right, #ebf5f2 0%, #d3e8e1 100%);
  color: #000; }
  .no-touch .product--opal .product__image {
    filter: drop-shadow(10px 10px 23px #93aba3); }

.product--no-shadow .product__image {
  filter: none !important; }

.product__visual {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 75%; }

.product__image {
  display: block;
  height: auto !important;
  width: auto !important;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  transition: opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .product:hover .product__image,
  .product.hover .product__image {
    opacity: 0; }
  .product--no-hover .product__image {
    opacity: 1 !important; }

.product__image--hover {
  opacity: 0;
  z-index: 2;
  filter: none !important; }
  .product:hover .product__image--hover,
  .product.hover .product__image--hover {
    opacity: .5; }
  .product--no-hover .product__image--hover {
    display: none; }

.product__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none; }

.product__wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%; }

.product__inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 100%;
  width: 100%;
  padding: 20px; }

.product__title,
.product__description {
  color: inherit;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  max-width: 400px;
  margin-left: auto;
  margin-right: auto; }
  .product:hover .product__title,
  .product.hover .product__title, .product:hover
  .product__description,
  .product.hover
  .product__description {
    opacity: 1;
    transform: translateY(0px); }

.product__title {
  text-decoration: underline; }

.product__description {
  font-size: 18px;
  line-height: 1.125;
  margin-bottom: 0; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .product__description {
      font-size: 20px; } }
  @media (min-width: 1025px) {
    .product__description {
      font-size: 22px; } }

.product--cta:before {
  background: linear-gradient(to bottom right, #3E4B51 0%, #1E2021 100%);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 75%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.product--cta:hover:before {
  opacity: 1; }

.cta__link {
  color: #fff;
  display: block;
  text-decoration: none;
  text-align: center; }
  .cta__link:hover {
    color: #fff; }

.cta__title {
  font-size: 30px;
  margin-bottom: .25em;
  line-height: 1.25; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .cta__title {
      font-size: 40px; } }
  @media (min-width: 1025px) {
    .cta__title {
      font-size: 50px; } }

.cta__subtitle {
  font-size: 16px; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .cta__subtitle {
      font-size: 18px; } }
  @media (min-width: 1025px) {
    .cta__subtitle {
      font-size: 22px; } }

.blocks {
  position: relative;
  width: 100%; }
  @media (min-width: 768px) {
    .blocks {
      padding-top: 300%; } }
  .blocks .written, .blocks .hero__payoff, .blocks .cta__title {
    color: #fff;
    line-height: 1.25;
    font-size: 30px; }
    @media (min-width: 1025px) and (max-width: 1499px) {
      .blocks .written, .blocks .hero__payoff, .blocks .cta__title {
        font-size: 50px; } }
    @media (min-width: 1500px) {
      .blocks .written, .blocks .hero__payoff, .blocks .cta__title {
        font-size: 70px; } }

@media (min-width: 768px) {
  .block {
    position: absolute; } }

.block__inner {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
  position: relative; }

.block__visual {
  position: relative;
  z-index: 1; }
  @media (min-width: 768px) {
    .block__visual {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden; } }
  .block__visual img {
    width: 100%;
    height: auto; }

.block__content,
.block__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2; }

.block__overlay {
  z-index: 3; }

.table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%; }

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

.block__top,
.block__middle,
.block__bottom {
  display: table-row; }
  .block__top .table__cell,
  .block__middle .table__cell,
  .block__bottom .table__cell {
    height: auto; }

.block__top .table__cell {
  vertical-align: top;
  padding-top: 40px; }
  @media (min-width: 1500px) {
    .block__top .table__cell {
      padding-top: 80px; } }

.block__bottom .table__cell {
  vertical-align: bottom;
  padding-bottom: 40px; }
  @media (min-width: 1500px) {
    .block__bottom .table__cell {
      padding-bottom: 80px; } }

.block--2, .block--4, .block--6, .block--7, .block--11, .block--13, .block--14, .block--15, .block--20 {
  background-color: #eeeeee;
  width: 100%; }
  @media (min-width: 768px) {
    .block--2, .block--4, .block--6, .block--7, .block--11, .block--13, .block--14, .block--15, .block--20 {
      height: calc(100% / 12);
      width: 25%; } }

.block--3 {
  background: linear-gradient(to bottom right, #dfcbc7 0%, #bb9b95 100%);
  color: #fff; }
  @media (max-width: 767px) {
    .block--3 .block__inner:before {
      display: none; }
    .block--3 .block__content {
      position: static;
      padding-top: 30px;
      padding-bottom: 30px; } }
  .block--3 .block__inner:before {
    background: linear-gradient(to bottom right, #3E4B51 0%, #1E2021 100%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .block--3:hover .block__inner:before {
    opacity: 1; }
  .block--3 .block__icon {
    display: block;
    text-align: center;
    margin-bottom: 20px;
    font-size: 60px; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .block--3 .block__icon {
        font-size: 100px; } }
    @media (min-width: 1025px) and (max-width: 1499px) {
      .block--3 .block__icon {
        font-size: 140px;
        margin-bottom: 40px; } }
    @media (min-width: 1500px) {
      .block--3 .block__icon {
        font-size: 180px; } }
  .block--3 .block__inner:hover {
    color: #fff; }
  .block--3 .written, .block--3 .hero__payoff, .block--3 .cta__title {
    max-width: 4em;
    margin-left: auto;
    margin-right: auto; }
  @media (min-width: 768px) {
    .block--3 {
      height: calc(100% / 6);
      width: 25%; } }

.block--5 {
  background-color: #f5f8fc;
  color: #000; }
  .block--5 .block__inner:before {
    background: linear-gradient(to bottom right, #c7dbdf 0%, #95b4bb 100%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .block--5 .block__inner:hover {
    color: #fff; }
    .block--5 .block__inner:hover:before {
      opacity: 1; }
  .block--5 .block__icon {
    display: block;
    text-align: center;
    font-size: 60px;
    margin-bottom: 20px; }
    @media (min-width: 1500px) {
      .block--5 .block__icon {
        font-size: 80px; } }
  .block--5 .like-text {
    font-size: 20px;
    line-height: 1.125;
    font-weight: 500;
    max-width: 6em;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 918px) and (max-width: 1024px) {
      .block--5 .like-text {
        font-size: 30px; } }
    @media (min-width: 1025px) and (max-width: 1499px) {
      .block--5 .like-text {
        font-size: 30px; } }
    @media (min-width: 1500px) {
      .block--5 .like-text {
        font-size: 45px; } }
  @media (max-width: 767px) {
    .block--5 .block__inner:before {
      display: none; }
    .block--5 .block__content {
      position: static;
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media (min-width: 768px) {
    .block--5 {
      width: 25%;
      height: calc(100% / 12); } }

.block--10 {
  background: linear-gradient(to bottom right, #c7dbdf 0%, #95b4bb 100%); }
  .block--10 .block__overlay {
    background: linear-gradient(to bottom right, #c7dbdf 0%, #95b4bb 100%);
    opacity: 0;
    transition: opacity 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .block--10 .block__inner:hover .block__overlay {
    opacity: 1; }
  .block--10 .block__icon {
    color: #000;
    display: inline-block;
    font-size: 60px;
    line-height: 80px;
    float: left; }
    @media (min-width: 1500px) {
      .block--10 .block__icon {
        font-size: 80px; } }
  .block--10 .icon-facebook {
    position: absolute;
    top: 30px;
    left: 30px; }
  .block--10 .like-text {
    display: inline-block;
    font-size: 20px;
    line-height: 80px;
    font-weight: 500;
    margin-right: 20px;
    float: left; }
    @media (min-width: 918px) and (max-width: 1024px) {
      .block--10 .like-text {
        font-size: 30px; } }
    @media (min-width: 1025px) and (max-width: 1499px) {
      .block--10 .like-text {
        font-size: 30px;
        margin-right: 30px; } }
    @media (min-width: 1500px) {
      .block--10 .like-text {
        font-size: 45px;
        margin-right: 30px; } }
  @media (max-width: 767px) {
    .block--10 .block__inner:before {
      display: none; }
    .block--10 .block__content {
      position: static;
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media (min-width: 768px) {
    .block--10 .facebook__message {
      display: -webkit-box;
      overflow-y: hidden;
      text-overflow: ellipsis; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .block--10 .facebook__message {
      font-size: 14px;
      -webkit-line-clamp: 2; } }
  @media (min-width: 1025px) and (max-width: 1499px) {
    .block--10 .facebook__message {
      font-size: 16px;
      -webkit-line-clamp: 3; } }
  @media (min-width: 1500px) {
    .block--10 .facebook__message {
      font-size: 18px;
      -webkit-line-clamp: 5; } }
  @media (min-width: 768px) {
    .block--10 {
      width: 50%;
      height: calc(100% / 12); } }
  .block--10 .table__cell {
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
    color: #fff; }
    .block--10 .table__cell a {
      color: inherit; }
    @media (min-width: 1500px) {
      .block--10 .table__cell {
        padding-right: 90px;
        padding-left: 90px; } }
  .block--10 .block__bottom .table__cell {
    font-size: 0.75em; }

.block--1, .block--8, .block--12, .block--16, .block--18 {
  background-color: #bdbdbd; }
  @media (min-width: 768px) {
    .block--1, .block--8, .block--12, .block--16, .block--18 {
      height: calc(100% / 6);
      width: 50%; } }

@media (min-width: 1025px) {
  .block--1 .block__content, .block--18 .block__content {
    transition: background-color 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .block--1 .block__inner:hover .block__content, .block--18 .block__inner:hover .block__content {
    background-color: rgba(0, 0, 0, 0.3); }
  .block--1 .block__inner:hover .btn, .block--18 .block__inner:hover .btn {
    opacity: 1;
    transform: translateY(0); }
  .block--1 .btn, .block--18 .btn {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955); } }

.block--1 .btn, .block--18 .btn {
  color: #fff; }

.block--9, .block--17, .block--19 {
  color: #fff; }
  .block--9 .block__visual, .block--17 .block__visual, .block--19 .block__visual {
    overflow: hidden; }
    .block--9 .block__visual:before, .block--17 .block__visual:before, .block--19 .block__visual:before {
      background-color: #231F20;
      content: '';
      width: 150%;
      height: 150%;
      position: absolute;
      top: -75%;
      left: calc(-180% + 100px);
      transform: rotateZ(45deg); }
  @media (min-width: 1025px) {
    .block--9 .block__inner:hover .btn, .block--17 .block__inner:hover .btn, .block--19 .block__inner:hover .btn {
      opacity: 1;
      transform: translateY(0); } }
  .block--9 .recipe__icon, .block--17 .recipe__icon, .block--19 .recipe__icon {
    color: #fff;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2; }
    .block--9 .recipe__icon:before, .block--17 .recipe__icon:before, .block--19 .recipe__icon:before {
      content: "";
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'salanova' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Enable Ligatures ================ */
      letter-spacing: 0;
      -webkit-font-feature-settings: "liga";
      -ms-font-feature-settings: "liga" 1;
      font-feature-settings: "liga";
      -webkit-font-variant-ligatures: discretionary-ligatures;
      font-variant-ligatures: discretionary-ligatures;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 26px; }
  .block--9 .btn, .block--17 .btn, .block--19 .btn {
    color: #fff;
    opacity: 1; }
    @media (min-width: 1025px) {
      .block--9 .btn, .block--17 .btn, .block--19 .btn {
        opacity: 0;
        transform: translateY(30px);
        transition: all 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955); } }
  @media (min-width: 768px) {
    .block--9, .block--17, .block--19 {
      width: 25%;
      height: calc(100% / 12); } }

.block--1 {
  left: calc(0 * 25%);
  top: calc(0 * 100% / 12); }

.block--2 {
  left: calc(2 * 25%);
  top: calc(0 * 100% / 12);
  overflow: hidden; }
  .block--2 video {
    display: block;
    -o-object-fit: cover;
    object-fit: cover; }
  .no-touch .block--2:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.block--3 {
  left: calc(2 * 25%);
  top: calc(1 * 100% / 12); }

.block--4 {
  left: calc(3 * 25%);
  top: calc(1 * 100% / 12); }

.block--5 {
  left: calc(1 * 25%);
  top: calc(2 * 100% / 12); }

.block--6 {
  left: calc(0 * 25%);
  top: calc(3 * 100% / 12); }

.block--7 {
  left: calc(1 * 25%);
  top: calc(3 * 100% / 12); }

.block--8 {
  left: calc(2 * 25%);
  top: calc(3 * 100% / 12);
  background: linear-gradient(to bottom right, #fdeba3 0%, #fad36a 100%); }
  .block--8 h2 {
    color: #90711c;
    max-width: 8em;
    margin-left: auto;
    margin-right: auto; }
  .block--8 .btn:after {
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'salanova' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Enable Ligatures ================ */
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 10px; }
  @media (min-width: 1025px) {
    .block--8 h2,
    .block--8 .btn {
      transition: all 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      opacity: 0; }
    .block--8 h2 {
      transform: translateY(-30px); }
    .block--8 .btn {
      transform: translateY(30px); }
    .block--8 .block__inner:hover h2,
    .block--8 .block__inner:hover .btn {
      transform: translateY(0);
      opacity: 1; } }

.block--9 {
  left: calc(0 * 25%);
  top: calc(4 * 100% / 12); }

.block--10 {
  left: calc(0 * 25%);
  top: calc(5 * 100% / 12); }

.block--11 {
  left: calc(2 * 25%);
  top: calc(5 * 100% / 12); }

.block--12 {
  left: calc(1 * 25%);
  top: calc(6 * 100% / 12);
  background: linear-gradient(to bottom right, #c8cab9 0%, #b2b69a 100%);
  color: #fff; }
  .block--12 .block__visual {
    opacity: 1;
    transition: opacity 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    text-align: center;
    max-width: 100%;
    width: 100%;
    height: auto; }
    @media (max-width: 767px) {
      .block--12 .block__visual {
        opacity: 0.36; } }
  .block--12 .written, .block--12 .hero__payoff, .block--12 .cta__title {
    max-width: 7em;
    margin: 0 auto .5em;
    transform: translateY(-60px); }
    @media (min-width: 1025px) and (max-width: 1499px) {
      .block--12 .written, .block--12 .hero__payoff, .block--12 .cta__title {
        transform: translateY(-100px); } }
    @media (min-width: 1500px) {
      .block--12 .written, .block--12 .hero__payoff, .block--12 .cta__title {
        transform: translateY(-120px); } }
  .block--12 .written, .block--12 .hero__payoff, .block--12 .cta__title,
  .block--12 .btn {
    transition: all 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .block--12 .btn {
    transform: translateY(30px);
    opacity: 0; }
  .block--12:hover .block__visual {
    opacity: 0.36; }
  .block--12:hover .written, .block--12:hover .hero__payoff, .block--12:hover .cta__title,
  .block--12:hover .btn {
    transform: translateY(0px);
    opacity: 1; }

.block--13 {
  left: calc(3 * 25%);
  top: calc(6 * 100% / 12); }

.block--14 {
  left: calc(0 * 25%);
  top: calc(7 * 100% / 12); }

.block--15 {
  left: calc(0 * 25%);
  top: calc(8 * 100% / 12); }

.block--16 {
  left: calc(2 * 25%);
  top: calc(8 * 100% / 12);
  background: linear-gradient(to bottom right, #f5f8fc 0%, #e8eff8 100%); }
  .block--16 .written, .block--16 .hero__payoff, .block--16 .cta__title,
  .block--16 .btn,
  .block--16 .block__visual {
    transition: all 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .block--16 .written, .block--16 .hero__payoff, .block--16 .cta__title {
    color: #000;
    max-width: 7em;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(-60px); }
    @media (min-width: 768px) and (max-width: 1024px) {
      .block--16 .written, .block--16 .hero__payoff, .block--16 .cta__title {
        transform: translateY(-80px); } }
    @media (min-width: 1025px) and (max-width: 1499px) {
      .block--16 .written, .block--16 .hero__payoff, .block--16 .cta__title {
        transform: translateY(-100px); } }
    @media (min-width: 1500px) {
      .block--16 .written, .block--16 .hero__payoff, .block--16 .cta__title {
        transform: translateY(-120px); } }
  .block--16 .btn {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translate(-50%, 30px);
    opacity: 0; }
  .block--16 .block__inner:hover .written, .block--16 .block__inner:hover .hero__payoff, .block--16 .block__inner:hover .cta__title {
    transform: translateY(-30px); }
  .block--16 .block__inner:hover .btn {
    opacity: 1;
    transform: translate(-50%, 0px); }
  .block--16 .block__inner:hover .block__visual {
    opacity: .5; }

.block--17 {
  left: calc(1 * 25%);
  top: calc(9 * 100% / 12); }

.block--18 {
  left: calc(0 * 25%);
  top: calc(10 * 100% / 12); }

.block--19 {
  left: calc(3 * 25%);
  top: calc(10 * 100% / 12); }

.block--20 {
  left: calc(2 * 25%);
  top: calc(11 * 100% / 12); }

.instagram {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  transition: color 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .instagram:hover {
    color: #fff; }
    .instagram:hover .instagram__overlay {
      background-color: rgba(0, 0, 0, 0.35); }

.instagram__visual,
.instagram__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

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

.instagram__visual:after {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 50%);
  transition: opacity 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.instagram__overlay {
  padding: 20px;
  transition: background-color 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  @media (min-width: 1025px) and (max-width: 1499px) {
    .instagram__overlay {
      padding: 30px; } }
  @media (min-width: 1500px) {
    .instagram__overlay {
      padding: 40px; } }

.instagram__icon:before {
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'salanova' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
  display: inline-block;
  font-size: 22px;
  line-height: 22px;
  margin-right: 10px; }
  @media (min-width: 1025px) {
    .instagram__icon:before {
      font-size: 26px;
      line-height: 26px;
      margin-right: 15px; } }

.instagram__user {
  float: left;
  font-weight: 500;
  line-height: 20px; }
  @media (min-width: 1025px) {
    .instagram__user {
      font-size: 18px;
      line-height: 22px; } }
  .instagram__user:before {
    content: '@';
    display: inline; }

.gallery {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  @media (max-width: 767px) {
    .gallery {
      padding-top: 100%; } }

.gallery__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }
  .gallery__item.velocity-animating {
    z-index: 2; }

.messages {
  position: fixed;
  top: 230px;
  left: 50px;
  right: 50px;
  z-index: 30;
  padding: 20px;
  border-radius: 2px;
  background-color: #def; }

.messages--error {
  background-color: #c00;
  color: #fff; }

.layout-content--login {
  padding: 80px 20px 40px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto; }

.section--intro, .section--body {
  margin: 20px 0; }

.section--info + .section {
  margin-top: 40px; }

.section--intro {
  font-size: 18px; }
  @media (min-width: 1025px) {
    .section--intro {
      font-size: 20px; } }

.images__image {
  margin-bottom: 30px; }
  .images__column:last-child .images__image {
    margin-bottom: 0; }
  .images__image img {
    width: 100%; }

.images__footer {
  padding-top: 15px;
  line-height: 1.5; }

.images__title {
  font-size: 14px;
  display: block;
  font-weight: 600; }
  @media (min-width: 1025px) {
    .images__title {
      font-size: 17px; } }

.images__description {
  color: #7d7d7d; }

@media (min-width: 768px) {
  .section--body {
    font-size: 18px; } }

.section--cta .section__link {
  background: linear-gradient(to bottom right, #c7dbdf 0%, #95b4bb 100%);
  color: #fff;
  display: block;
  text-decoration: none;
  position: relative; }
  .section--cta .section__link:hover {
    color: #fff; }

.section--cta .section__link-inner {
  position: relative;
  text-align: center;
  padding: 30px;
  z-index: 2; }
  .section--cta .section__link-inner p {
    color: #424242; }
  .section--cta .section__link-inner form .form-element {
    text-align: left;
    margin-bottom: 30px; }
    .section--cta .section__link-inner form .form-element label {
      font-weight: normal;
      text-align: center; }
    .section--cta .section__link-inner form .form-element label.error {
      color: red; }
    .section--cta .section__link-inner form .form-element input[type="checkbox"] {
      display: none; }
    .section--cta .section__link-inner form .form-element input[type="checkbox"] + label {
      color: #424242;
      display: block;
      text-align: left;
      padding-left: 44px;
      position: relative; }
      .section--cta .section__link-inner form .form-element input[type="checkbox"] + label:before {
        content: '';
        width: 24px;
        height: 24px;
        display: block;
        position: absolute;
        top: 4px;
        left: 0;
        border: 1px solid #fff;
        background-color: transparent; }
    .section--cta .section__link-inner form .form-element input[type="checkbox"]:checked + label:before {
      background-image: url("/themes/custom/greendelight/src/icons/checkbox.svg");
      background-repeat: no-repeat;
      background-position: center center;
      background-color: #fff; }
    .section--cta .section__link-inner form .form-element input[type="text"], .section--cta .section__link-inner form .form-element input[type="email"] {
      background: transparent;
      border: 1px solid #fff;
      outline: none;
      box-shadow: none;
      border-radius: 0;
      margin: 0;
      text-align: center; }
      .section--cta .section__link-inner form .form-element input[type="text"]:focus, .section--cta .section__link-inner form .form-element input[type="email"]:focus {
        border: 2px solid #fff;
        padding: calc(0.5em - 1px); }
    .section--cta .section__link-inner form .form-element button {
      font-weight: normal;
      width: 100%; }
  @media (max-width: 767px) {
    .section--cta .section__link-inner .btn {
      padding: 12px 20px;
      font-size: 16px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .section--cta .section__link-inner {
      padding: 40px; }
      .section--cta .section__link-inner form {
        padding: 0 60px; } }
  @media (min-width: 1025px) {
    .section--cta .section__link-inner {
      padding: 60px; }
      .section--cta .section__link-inner form {
        padding: 0 60px; } }
  .section--cta .section__link-inner .written, .section--cta .section__link-inner .hero__payoff, .section--cta .section__link-inner .cta__title {
    font-size: 24px; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .section--cta .section__link-inner .written, .section--cta .section__link-inner .hero__payoff, .section--cta .section__link-inner .cta__title {
        font-size: 38px; } }
    @media (min-width: 1025px) {
      .section--cta .section__link-inner .written, .section--cta .section__link-inner .hero__payoff, .section--cta .section__link-inner .cta__title {
        font-size: 50px; } }

.section--info {
  border-bottom: 1px solid #f5f5f5;
  padding: 20px 0; }

.info {
  list-style: none;
  margin: 0;
  padding: 0; }

.info__item {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 35px;
  margin-right: 30px; }
  @media (min-width: 768px) {
    .info__item {
      display: inline-block; } }

.info__item:before {
  float: left;
  font-size: 24px;
  line-height: 35px !important;
  margin-right: 10px;
  width: 20px;
  text-align: center; }

.info__item--people:before {
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'salanova' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.info__item--timer:before {
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'salanova' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.info__item--category:before {
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'salanova' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.steps {
  list-style: none;
  counter-reset: steps; }

.steps__step {
  counter-increment: steps;
  position: relative;
  padding-left: 74px;
  padding-bottom: 2.5em;
  min-height: 54px; }
  .steps__step:last-child {
    padding-bottom: 0; }
    .steps__step:last-child:after {
      display: none; }
  .steps__step:before {
    content: counter(steps);
    border: 1px solid currentColor;
    border-radius: 100%;
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    position: absolute;
    left: 0;
    top: .5em;
    width: 54px;
    height: 54px;
    line-height: 52px; }
  .steps__step:after {
    content: '';
    position: absolute;
    border-left: 1px dotted currentColor;
    top: 74px;
    left: 26px;
    bottom: 0; }

@media (min-width: 768px) {
  .buy__country {
    display: table;
    width: 100%;
    table-layout: fixed; }
  .buy__category {
    display: table-row;
    width: 100%; }
  .buy__intro,
  .buy__body {
    display: table-cell; } }

.buy__intro {
  vertical-align: top; }

.buy__inner {
  color: #fff;
  position: relative; }
  @media (min-width: 768px) {
    .buy__inner:before {
      content: '';
      padding-top: 50%;
      display: block;
      width: 100%; } }

.buy__inner-inner {
  padding: 30px; }
  @media (min-width: 768px) {
    .buy__inner-inner {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; } }
  @media (min-width: 918px) and (max-width: 1024px) {
    .buy__inner-inner {
      padding: 60px; } }
  @media (min-width: 1025px) {
    .buy__inner-inner {
      padding: 90px; } }

.buy__body {
  vertical-align: top; }

.buy__title {
  font-size: 18px;
  margin: 0;
  line-height: 1.125;
  margin-bottom: .5em; }
  @media (min-width: 918px) and (max-width: 1499px) {
    .buy__title {
      font-size: 22px; } }
  @media (min-width: 1500px) {
    .buy__title {
      font-size: 24px; } }

.buy__description {
  margin: 0;
  line-height: 1.5; }
  @media (min-width: 918px) and (max-width: 1499px) {
    .buy__description {
      font-size: 18px; } }
  @media (min-width: 1500px) {
    .buy__description {
      font-size: 20px; } }

.buy__stores::after {
  clear: both;
  content: "";
  display: table; }

.buy__store {
  float: left;
  width: 50%; }

.buy__link {
  background-color: #f5f8fc;
  display: block;
  position: relative; }
  .buy__link:before {
    content: '';
    display: block;
    padding-top: 100%;
    width: 100%;
    opacity: 0;
    transition: opacity 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .buy__link:hover:before {
    opacity: 1; }
  .buy__link:hover .buy__image {
    top: calc(50% - 20px); }
  .buy__link:hover .buy__online {
    opacity: 1;
    transform: translateY(0px); }

.buy__image {
  display: inline-block;
  max-width: 75%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: top 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.buy__online {
  color: #fff;
  display: block;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 30px;
  text-align: center;
  font-size: 18px;
  opacity: 0;
  transition: all 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform: translateY(-20px); }
  .buy__online:after {
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'salanova' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Enable Ligatures ================ */
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 10px; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .buy__online {
      padding-bottom: 60px; } }
  @media (min-width: 1025px) {
    .buy__online {
      padding-bottom: 90px; } }

.buy__category--lettuce .buy__inner,
.buy__category--lettuce .buy__link:before {
  background: linear-gradient(to bottom right, #c7dbdf 0%, #95b4bb 100%); }

.buy__category--seeds .buy__inner,
.buy__category--seeds .buy__link:before {
  background: linear-gradient(to bottom right, #dfcbc7 0%, #bb9b95 100%); }

.buy__category--cutter .buy__inner,
.buy__category--cutter .buy__link:before {
  background: linear-gradient(to bottom right, #c8cab9 0%, #b2b69a 100%); }

.dropdown {
  display: block;
  max-width: 300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  position: relative; }
  .dropdown.open .dropdown__current:after {
    content: ""; }
  .dropdown.open .dropdown__items {
    display: block; }

.dropdown__current {
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  display: block;
  line-height: 23px;
  font-size: 16px;
  padding: 10px 85px 10px 20px;
  position: relative; }
  .dropdown__current:after {
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'salanova' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Enable Ligatures ================ */
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-left: 1px solid #fff;
    position: absolute;
    top: 11px;
    line-height: 20px;
    font-size: 16px;
    right: 0;
    width: 40px;
    height: 20px;
    text-align: center; }
  @media (min-width: 768px) {
    .dropdown__current {
      font-size: 20px;
      padding-top: 20px;
      padding-bottom: 20px; }
      .dropdown__current:after {
        height: 40px;
        line-height: 40px;
        width: 55px; } }

.dropdown__items {
  background-color: #fff;
  display: none;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0; }

.dropdown__item {
  margin: 0;
  padding: 0; }
  .dropdown__item a {
    color: #424242;
    display: block;
    font-size: 16px;
    padding: 10px 20px;
    text-decoration: none;
    line-height: 20px; }
    @media (min-width: 768px) {
      .dropdown__item a {
        padding-top: 15px;
        padding-bottom: 15px; } }
  .dropdown__item a:hover {
    color: #95b4bb; }

.social {
  border-top: 1px solid #e0e0e0;
  padding-top: 20px;
  margin-bottom: 20px; }

.social__title {
  color: #000;
  font-size: 16px;
  margin-bottom: 10px; }

.social__items {
  list-style: none;
  margin: 0;
  padding: 0; }

.social__item {
  display: inline-block;
  margin: 0 10px 0 0; }

.social__link {
  color: #000;
  display: block;
  text-decoration: none; }
  .social__link:hover {
    color: #000; }

.social__link:before {
  font-size: 26px; }

.social__link--facebook:before {
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'salanova' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.social__link--instagram:before {
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'salanova' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#block-greendelight-local-tasks {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 18;
  background-color: rgba(255, 255, 255, 0.65);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top: 1px solid rgba(0, 0, 0, 0.05); }
  @media (min-width: 768px) {
    #block-greendelight-local-tasks {
      left: 30px;
      right: 30px; } }
  #block-greendelight-local-tasks > ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #block-greendelight-local-tasks > ul::after {
      clear: both;
      content: "";
      display: table; }
    #block-greendelight-local-tasks > ul li {
      float: left;
      border-right: 1px solid rgba(0, 0, 0, 0.05); }
    #block-greendelight-local-tasks > ul a {
      display: block;
      padding: 5px 15px;
      text-decoration: none; }
      #block-greendelight-local-tasks > ul a:hover {
        background-color: rgba(0, 0, 0, 0.025); }
  @media (min-width: 768px) {
    #block-greendelight-local-tasks {
      top: 90px; } }

.toolbar-fixed {
  padding-top: 99px !important; }
  @media (min-width: 768px) {
    .toolbar-fixed {
      padding-top: 129px !important; } }
  .toolbar-fixed #block-greendelight-local-tasks {
    top: 99px; }
    @media (min-width: 768px) {
      .toolbar-fixed #block-greendelight-local-tasks {
        top: 129px; } }
  .toolbar-fixed .header {
    top: 39px; }
  .toolbar-fixed .navigation {
    top: 99px; }
  .toolbar-fixed.toolbar-tray-open {
    padding-top: 139px !important; }
    @media (min-width: 768px) {
      .toolbar-fixed.toolbar-tray-open {
        padding-top: 169px !important; } }
    .toolbar-fixed.toolbar-tray-open .header {
      top: 79px; }
    .toolbar-fixed.toolbar-tray-open .navigation {
      top: 139px; }
    .toolbar-fixed.toolbar-tray-open #block-greendelight-local-tasks {
      top: 139px; }
      @media (min-width: 768px) {
        .toolbar-fixed.toolbar-tray-open #block-greendelight-local-tasks {
          top: 169px; } }
