/* ==========================================================================
   Fonts
   ========================================================================== */
@font-face {
  font-family: 'Gelion Black';
  src: url("../font/Gelion-Black.eot");
  src: url("../font/Gelion-Black.eot?#iefix") format("embedded-opentype"), url("../font/Gelion-Black.woff2") format("woff2"), url("../font/Gelion-Black.woff") format("woff"), url("../font/Gelion-Black.svg#Gelion-Black") format("svg");
  font-weight: normal;
  font-style: normal;
}
/**
* Adds a retina image for the selector
* Usage: selector {
*   background: url('image.png') no-repeat;
*   @include image-2x('image@2x.png', 500px, 300px);
* }
* Outputs a retina media query for this element
*/
/* line 5, ../sass/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}
/* line 11, ../sass/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 3, ../sass/mixins/_box-sizing.scss */
.grid * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 6, ../sass/mixins/_box-sizing.scss */
.search_box * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 1, ../sass/layout/_layout.scss */
html {
  -webkit-text-size-adjust: 100%;
}

/* line 5, ../sass/layout/_layout.scss */
a {
  text-decoration: none;
}

/* line 9, ../sass/layout/_layout.scss */
.general-padding {
  padding: 50px;
}
@media (max-width: 1100px) {
  /* line 9, ../sass/layout/_layout.scss */
  .general-padding {
    padding: 25px;
  }
}

/* line 16, ../sass/layout/_layout.scss */
.notransition {
  -moz-transition: none !important;
  -o-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}

/* line 1, ../sass/layout/_header.scss */
header, header * {
  box-sizing: border-box;
}

/* line 5, ../sass/layout/_header.scss */
header {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
  position: fixed;
  top: 0;
  z-index: 101;
  width: 100%;
  min-width: 320px;
  max-width: 1440px;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Gelion Black", sans-serif;
}
/* line 25, ../sass/layout/_header.scss */
.rightPushMenu-left-open header {
  transform: translateX(-260px);
}
/* line 32, ../sass/layout/_header.scss */
header.general-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 37, ../sass/layout/_header.scss */
header .logo {
  -webkit-order: 1;
  order: 1;
  display: block;
  float: left;
  margin-right: 3.5%;
  margin-bottom: 0;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  max-width: 120px;
  min-width: 130px;
  position: relative;
  z-index: 102;
}
/* line 50, ../sass/layout/_header.scss */
header .logo img {
  display: block;
  width: 100%;
  height: auto;
}
/* line 57, ../sass/layout/_header.scss */
header .flexnav-headericons {
  -webkit-order: 3;
  order: 3;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
/* line 61, ../sass/layout/_header.scss */
.ie11 header .flexnav-headericons {
  display: -webkit-flex;
  display: flex;
}
/* line 66, ../sass/layout/_header.scss */
header .header-nav {
  -webkit-order: 2;
  order: 2;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
/* line 70, ../sass/layout/_header.scss */
header .header-nav .cf {
  overflow: hidden;
}
/* line 75, ../sass/layout/_header.scss */
header .flexnav-nav .content > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 8px;
}
/* line 83, ../sass/layout/_header.scss */
header .flexnav-nav .content > ul > li {
  padding: 0 25px;
  text-align: center;
}
/* line 87, ../sass/layout/_header.scss */
header .flexnav-nav .content > ul > li:first-child {
  padding-left: 0;
}

@media (max-width: 1440px) {
  /* line 95, ../sass/layout/_header.scss */
  header {
    left: 0;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  /* line 99, ../sass/layout/_header.scss */
  header .flexnav-nav .content > ul > li {
    padding: 0 18px;
  }
}
@media (max-width: 1024px) {
  /* line 106, ../sass/layout/_header.scss */
  header {
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  /* line 109, ../sass/layout/_header.scss */
  header.general-padding {
    padding: 0 0 0 16px;
  }
  /* line 113, ../sass/layout/_header.scss */
  header .flexnav-headericons {
    width: 250px;
  }
  /* line 117, ../sass/layout/_header.scss */
  header .logo {
    padding-top: 12px;
    padding-bottom: 12px;
    margin-right: 0;
    max-width: 90px;
    min-width: 90px;
  }
  /* line 124, ../sass/layout/_header.scss */
  .ie11 header .logo {
    margin-right: auto;
  }
  /* line 129, ../sass/layout/_header.scss */
  header .header-icons__link:not(.header-icons__link--same-mobile) .mobile-black {
    opacity: 1;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
}
@media (max-width: 480px) {
  /* line 138, ../sass/layout/_header.scss */
  header .flexnav-headericons {
    width: 204px;
  }
}
/* line 1, ../sass/layout/_footer.scss */
.footer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-width: 320px;
  background-color: #fff;
}
/* line 2, ../sass/layout/_footer.scss */
.footer, .footer * {
  box-sizing: border-box;
}
/* line 13, ../sass/layout/_footer.scss */
.footer .inner {
  padding: 10px 0 0 0;
}
/* line 17, ../sass/layout/_footer.scss */
.footer, .footer a {
  font-family: "Lato", sans-serif;
  color: #000;
  border-bottom: 2px solid transparent;
  padding-bottom: 3px;
}

@media (min-width: 901px) {
  /* line 28, ../sass/layout/_footer.scss */
  .footer a.active, .footer a:hover {
    color: #000;
    border-bottom: 2px solid #000;
  }

  /* line 33, ../sass/layout/_footer.scss */
  .footer .inner {
    padding: 60px 24px 0px 24px;
  }
}
/* line 1, ../sass/layout/_typography.scss */
hr {
  border: none;
  background-color: #f5f4f1;
  margin: .5em 0;
}

/* line 7, ../sass/layout/_typography.scss */
b {
  font-weight: bold;
}

/* line 5, ../sass/layout/_error_pages.scss */
.error-page {
  position: relative;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}
/* line 12, ../sass/layout/_error_pages.scss */
.error-page .btn {
  font-size: 14px;
}

/* line 17, ../sass/layout/_error_pages.scss */
.error-page__cta {
  margin-top: 10px;
}

/* line 21, ../sass/layout/_error_pages.scss */
.error-page__link {
  color: #fff;
  border-bottom: 2px solid currentColor;
}

/* line 26, ../sass/layout/_error_pages.scss */
.error-page__content {
  position: absolute;
  padding: 37px 11.2%;
  width: 100%;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 37, ../sass/layout/_error_pages.scss */
.error-page__image {
  width: 100%;
  height: auto;
  display: block;
}
/* line 42, ../sass/layout/_error_pages.scss */
.error-page__image--desktop {
  display: none;
}

@media (min-width: 830px) {
  /* line 49, ../sass/layout/_error_pages.scss */
  .error-page {
    font-size: 24px;
    line-height: 32px;
  }

  /* line 57, ../sass/layout/_error_pages.scss */
  .error-page__image--desktop {
    display: block;
  }
  /* line 61, ../sass/layout/_error_pages.scss */
  .error-page__image--mobile {
    display: none;
  }

  /* line 66, ../sass/layout/_error_pages.scss */
  .error-page__content {
    padding: 80px 29.9079755%;
  }
}
@media (min-width: 1140px) {
  /* line 72, ../sass/layout/_error_pages.scss */
  .error-page {
    font-size: 33px;
    line-height: 42px;
  }
}
/* line 1, ../sass/module/_custom-select.scss */
.custom-select {
  position: relative;
  color: currentColor;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.14286;
  background-color: #fff;
  cursor: pointer;
}

/* line 12, ../sass/module/_custom-select.scss */
.custom-select__val {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 12px;
  padding-right: 42px;
  line-height: 40px;
}
/* line 20, ../sass/module/_custom-select.scss */
.custom-select__val::after {
  position: absolute;
  top: 50%;
  right: 14px;
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  -moz-transform: translateY(-77%) translateX(-4px) rotate(45deg);
  -ms-transform: translateY(-77%) translateX(-4px) rotate(45deg);
  -webkit-transform: translateY(-77%) translateX(-4px) rotate(45deg);
  transform: translateY(-77%) translateX(-4px) rotate(45deg);
}

/* line 36, ../sass/module/_custom-select.scss */
body #container .custom-select__select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
/* line 44, ../sass/module/_custom-select.scss */
.no-touch body #container .custom-select__select {
  display: none;
}

/* line 50, ../sass/module/_custom-select.scss */
.custom-select__options {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  -moz-transition: visibility 0s ease-in-out 0.2s, opacity 0.2s ease-in-out 0s;
  -o-transition: visibility 0s ease-in-out 0.2s, opacity 0.2s ease-in-out 0s;
  -webkit-transition: visibility 0s ease-in-out, opacity 0.2s ease-in-out;
  -webkit-transition-delay: 0.2s, 0s;
  transition: visibility 0s ease-in-out 0.2s, opacity 0.2s ease-in-out 0s;
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}
/* line 60, ../sass/module/_custom-select.scss */
.custom-select__options.is-visible {
  -moz-transition: visibility 0s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
  -o-transition: visibility 0s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
  -webkit-transition: visibility 0s ease-in-out, opacity 0.2s ease-in-out;
  -webkit-transition-delay: 0s, 0s;
  transition: visibility 0s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
  visibility: visible;
  opacity: 1;
}

/* line 67, ../sass/module/_custom-select.scss */
.custom-select__option {
  background-color: #fff8f2;
  padding: 12px;
  cursor: pointer;
}
/* line 72, ../sass/module/_custom-select.scss */
.no-touch .custom-select__option {
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
/* line 75, ../sass/module/_custom-select.scss */
.no-touch .custom-select__option:hover {
  background-color: #fff3e8;
}

/* line 1, ../sass/module/_anchor_links.scss */
.anchor_links {
  margin-top: 35px;
}
/* line 4, ../sass/module/_anchor_links.scss */
.anchor_links ul {
  display: none;
}

/* line 9, ../sass/module/_anchor_links.scss */
.anchor_links__select {
  width: 100%;
  max-width: 704px;
  margin-right: 0;
  position: relative;
  padding-right: 52px;
  /*border: 2px solid currentColor;*/
  margin-left: auto;
  margin-right: auto;
}
/* line 19, ../sass/module/_anchor_links.scss */
.anchor_links__select, .anchor_links__select option, .anchor_links__select optgroup {
  background-color: #fff;
  height: 50px;
  font-size: 16px;
  line-height: 1.875;
  font-weight: 700;
}
/* line 29, ../sass/module/_anchor_links.scss */
.anchor_links__select::after {
  position: absolute;
  top: 50%;
  right: 16px;
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border-right: 4px solid currentColor;
  border-bottom: 4px solid currentColor;
  z-index: 0;
  -moz-transform: translateY(-77%) translateX(-4px) rotate(45deg);
  -ms-transform: translateY(-77%) translateX(-4px) rotate(45deg);
  -webkit-transform: translateY(-77%) translateX(-4px) rotate(45deg);
  transform: translateY(-77%) translateX(-4px) rotate(45deg);
}

/* line 44, ../sass/module/_anchor_links.scss */
.anchor_links__select__select {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}
/* line 51, ../sass/module/_anchor_links.scss */
body #container .anchor_links__select__select {
  width: 100%;
  height: 100%;
  margin-right: 0;
}

/* line 58, ../sass/module/_anchor_links.scss */
.anchor_links__select__current {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  line-height: 1;
}

@media all and (min-width: 901px) {
  /* line 67, ../sass/module/_anchor_links.scss */
  .anchor_links {
    margin-top: 40px;
  }
  /* line 70, ../sass/module/_anchor_links.scss */
  .anchor_links ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  /* line 79, ../sass/module/_anchor_links.scss */
  .anchor_links ul li {
    margin-bottom: 6px;
    margin-right: 20px;
  }
  /* line 84, ../sass/module/_anchor_links.scss */
  .anchor_links ul a {
    display: block;
    font-size: 26px;
    line-height: 1.2;
    padding: 7px 10px 8px 10px;
    color: currentColor;
    background-color: transparent;
    margin-right: 2px;
    text-transform: lowercase;
    font-weight: normal;
    font-family: "Gelion Black", sans-serif;
    -moz-transition: color 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, color 0.2s ease-in-out;
  }
  /* line 97, ../sass/module/_anchor_links.scss */
  .anchor_links ul a:hover, .anchor_links ul a.current {
    color: #fff;
    background-color: #f88806;
  }

  /* line 105, ../sass/module/_anchor_links.scss */
  .anchor_links__select {
    display: none;
  }
}
/* line 2, ../sass/module/_block-node.scss */
.block-node {
  color: #000;
  text-align: center;
  position: relative;
  overflow: hidden;
  font-family: "Lato", sans-serif;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../sass/module/_block-node.scss */
.block-node, .block-node * {
  box-sizing: border-box;
}
/* line 17, ../sass/module/_block-node.scss */
.block-node .block-node__title,
.block-node .field-name-field-title {
  text-align: center;
  line-height: 1.2;
  font-size: 50px;
  position: relative;
}
/* line 26, ../sass/module/_block-node.scss */
.block-node.image-text--key-smaller-title-font-size .block-node__title,
.block-node.image-text--key-smaller-title-font-size .field-name-field-title {
  font-size: 22px;
  line-height: 1.62;
}
/* line 33, ../sass/module/_block-node.scss */
.block-node .field-name-body {
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
  position: relative;
}
/* line 39, ../sass/module/_block-node.scss */
.ie11 .block-node .field-name-body {
  width: 100%;
}
/* line 43, ../sass/module/_block-node.scss */
.block-node .field-name-body, .block-node .field-name-body p {
  font-size: 18px;
  color: #000;
  line-height: 1.37;
}
/* line 50, ../sass/module/_block-node.scss */
.block-node .field-name-body p a {
  color: #f88806;
  text-decoration: none;
}
/* line 54, ../sass/module/_block-node.scss */
.no-touch .block-node .field-name-body p a {
  opacity: 1;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 58, ../sass/module/_block-node.scss */
.no-touch .block-node .field-name-body p a:hover {
  opacity: .8;
  text-decoration: underline;
}
/* line 65, ../sass/module/_block-node.scss */
.block-node .field-name-body p em,
.block-node .field-name-body p i {
  font-style: italic;
}
/* line 70, ../sass/module/_block-node.scss */
.block-node .field-name-body p strong,
.block-node .field-name-body p b {
  font-weight: 700;
}
/* line 75, ../sass/module/_block-node.scss */
.recipes-promoted-to-hp .block-node .field-name-body {
  max-width: 640px;
}
/* line 80, ../sass/module/_block-node.scss */
.block-node .field-name-body__anchor-links {
  font-weight: 700;
}
/* line 83, ../sass/module/_block-node.scss */
.block-node .field-name-body__anchor-links a {
  display: inline-block;
  margin-top: 7px;
  margin-bottom: 7px;
}
/* line 90, ../sass/module/_block-node.scss */
.block-node .block-node__link,
.block-node .field-type-link-field {
  position: relative;
  margin-top: 32px;
}
/* line 96, ../sass/module/_block-node.scss */
.block-node .block-node__link a,
.block-node .field-type-link-field a {
  background-color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.14286;
  text-transform: uppercase;
  padding: 7px 8px;
  display: inline-block;
}
/* line 107, ../sass/module/_block-node.scss */
.no-touch .block-node .block-node__link a, .no-touch
.block-node .field-type-link-field a {
  opacity: 1;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 111, ../sass/module/_block-node.scss */
.no-touch .block-node .block-node__link a:hover, .no-touch
.block-node .field-type-link-field a:hover {
  opacity: .9;
}
/* line 117, ../sass/module/_block-node.scss */
.block-node .field-name-field-footnote {
  font-size: 12px;
  line-height: 1.25;
  margin-top: 27px;
}
/* line 122, ../sass/module/_block-node.scss */
.block-node .field-name-field-footnote .field-item::before {
  content: '* ';
  display: inline;
}

/* line 131, ../sass/module/_block-node.scss */
.block-node--color-fff8f2,
.block-node--color-fff8f2 .field-name-body,
.block-node--color-fff8f2 .field-name-body p,
.block-node--color-fff8f2 .field-name-body p a {
  color: #388e3c;
}
/* line 138, ../sass/module/_block-node.scss */
.block-node--color-fff8f2 .block-node__link a,
.block-node--color-fff8f2 .field-type-link-field a {
  background-color: #388e3c;
}

/* line 144, ../sass/module/_block-node.scss */
.block-node--left-aligned {
  text-align: left;
}

/* line 148, ../sass/module/_block-node.scss */
.block-node__title--padding {
  padding: 32px 25px 24px;
  max-width: 1136px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 640px) {
  /* line 157, ../sass/module/_block-node.scss */
  .block-node .field-name-body__anchor-links br {
    display: none;
  }
  /* line 161, ../sass/module/_block-node.scss */
  .block-node .field-name-body__anchor-links a {
    display: inline;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 900px) {
  /* line 171, ../sass/module/_block-node.scss */
  .block-node .block-node__link,
  .block-node .field-type-link-field {
    margin-top: 4%;
  }
  /* line 175, ../sass/module/_block-node.scss */
  .block-node .block-node__link a,
  .block-node .field-type-link-field a {
    padding: 9px 20px 11px;
  }
  /* line 180, ../sass/module/_block-node.scss */
  .block-node .field-name-field-footnote {
    margin-top: 5.76%;
  }
}
/* line 3, ../sass/module/_header_icons.scss */
.header-icons__item {
  float: left;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  /* line 3, ../sass/module/_header_icons.scss */
  .header-icons__item {
    margin-left: 10px;
  }
}
/* line 12, ../sass/module/_header_icons.scss */
.rightPushMenu-left-open .header-icons__item:last-child {
  z-index: 1000;
}
/* line 16, ../sass/module/_header_icons.scss */
.header-icons__item.mobile_menu {
  display: none;
}
/* line 24, ../sass/module/_header_icons.scss */
.header-icons__item.no-margin {
  margin: 0;
}
/* line 29, ../sass/module/_header_icons.scss */
.header-icons__link {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  border: 2px solid #191919;
  font-size: 16px;
  text-transform: uppercase;
  color: #191919;
  background-color: transparent;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  /* line 46, ../sass/module/_header_icons.scss */
  .header-icons__link.header-icons__link--search {
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    text-transform: none;
  }
  /* line 54, ../sass/module/_header_icons.scss */
  .header-icons__link.header-icons__link--search .mobile-black {
    display: none;
  }
}
/* line 60, ../sass/module/_header_icons.scss */
.no-touch .header-icons__link {
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
/* line 64, ../sass/module/_header_icons.scss */
.no-touch .header-icons__link:hover {
  /*color: $color_greyish;*/
  /*background-color: $color_whitish;*/
}
/* line 69, ../sass/module/_header_icons.scss */
.header-icons__link.close {
  width: 32px;
  height: 32px;
}
/* line 73, ../sass/module/_header_icons.scss */
.header-icons__link.close::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("img/closer@2x.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 60% 60%;
  opacity: 1;
}
/* line 91, ../sass/module/_header_icons.scss */
.header-icons__link.language.small {
  font-size: 13px;
  line-height: 12px;
}
/* line 95, ../sass/module/_header_icons.scss */
.header-icons__link.language.small:after {
  top: 3px;
}
/* line 112, ../sass/module/_header_icons.scss */
.header-icons__link.search svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  -moz-transform: translate(-8px, -8px);
  -ms-transform: translate(-8px, -8px);
  -webkit-transform: translate(-8px, -8px);
  transform: translate(-8px, -8px);
  z-index: 2;
}
/* line 120, ../sass/module/_header_icons.scss */
.ie9 .header-icons__link.search svg, .ie10 .header-icons__link.search svg, .edge .header-icons__link.search svg, .ie11 .header-icons__link.search svg {
  -moz-transform: translate(-8px, -14px);
  -ms-transform: translate(-8px, -14px);
  -webkit-transform: translate(-8px, -14px);
  transform: translate(-8px, -14px);
}
/* line 123, ../sass/module/_header_icons.scss */
.edge .header-icons__link.search svg {
  top: 70%;
}
/* line 127, ../sass/module/_header_icons.scss */
.header-icons__link.search svg path {
  -moz-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
/* line 132, ../sass/module/_header_icons.scss */
.no-touch .header-icons__link.search:hover path {
  fill: #a1bf36;
}
/* line 139, ../sass/module/_header_icons.scss */
.header-icons__link.mobile_menu .lines {
  z-index: 2;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
/* line 147, ../sass/module/_header_icons.scss */
.header-icons__link.mobile_menu .lines, .header-icons__link.mobile_menu .lines::before, .header-icons__link.mobile_menu .lines::after {
  display: block;
  width: 16px;
  height: 2px;
  background: #191919;
}
/* line 156, ../sass/module/_header_icons.scss */
.header-icons__link.mobile_menu .lines::before, .header-icons__link.mobile_menu .lines::after {
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: '';
  -moz-transform-origin: 0.28571rem center 50%;
  -ms-transform-origin: 0.28571rem center 50%;
  -webkit-transform-origin: 0.28571rem center 50%;
  transform-origin: 0.28571rem center 50%;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/* line 166, ../sass/module/_header_icons.scss */
.header-icons__link.mobile_menu .lines::before {
  top: 7px;
}
/* line 170, ../sass/module/_header_icons.scss */
.header-icons__link.mobile_menu .lines::after {
  bottom: 7px;
}

@media (max-width: 1024px) {
  /* line 179, ../sass/module/_header_icons.scss */
  .header-icons__item--search {
    display: flex;
    align-items: center;
  }
  /* line 184, ../sass/module/_header_icons.scss */
  .header-icons__item--search.header-icons__item:first-child {
    display: flex;
  }

  /* line 189, ../sass/module/_header_icons.scss */
  .header-icons__link.language.small {
    line-height: 1;
  }

  /* line 193, ../sass/module/_header_icons.scss */
  .header-icons__item.mobile_menu {
    display: block;
  }

  /* line 197, ../sass/module/_header_icons.scss */
  .ie11 .header-icons {
    display: -webkit-flex;
    display: flex;
  }

  /* line 201, ../sass/module/_header_icons.scss */
  .header-icons,
  .header-icons__item:not(.header-icons__item--same-mobile) {
    height: 100%;
  }

  /* line 206, ../sass/module/_header_icons.scss */
  .header-icons__item:first-child:not(.select-country .header-icons__item) {
    display: none;
  }

  /* line 210, ../sass/module/_header_icons.scss */
  .header-icons__item--search.header-icons__item:first-child:not(.select-country .header-icons__item) {
    display: flex;
  }

  /* line 214, ../sass/module/_header_icons.scss */
  .header-icons {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
  }

  /* line 222, ../sass/module/_header_icons.scss */
  .header-icons__link:not(.header-icons__link--same-mobile) {
    background-color: transparent;
    border-left-width: 1px;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-color: #ebebeb;
    color: #191919;
    border-radius: 0;
    width: 75px;
    height: 100%;
    min-height: 64px;
    -moz-transition: min-height 0.3s ease-in-out;
    -o-transition: min-height 0.3s ease-in-out;
    -webkit-transition: min-height 0.3s ease-in-out;
    transition: min-height 0.3s ease-in-out;
  }
  /* line 236, ../sass/module/_header_icons.scss */
  .header-icons__link:not(.header-icons__link--same-mobile).language {
    position: relative;
    background-image: url("../img/icons/icon_earth_blackish.svg");
    background-repeat: no-repeat;
    background-position: 50% 16px;
    background-size: 20px auto;
  }
  /* line 243, ../sass/module/_header_icons.scss */
  .header-icons__link:not(.header-icons__link--same-mobile).language.opened {
    background-image: url("img/closer@2x.png");
    background-size: auto 20px;
    background-position: 50% 15px;
  }
  /* line 247, ../sass/module/_header_icons.scss */
  .header-icons__link:not(.header-icons__link--same-mobile).language.opened::after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #fff;
    left: 0;
    bottom: -2px;
  }
  /* line 259, ../sass/module/_header_icons.scss */
  .header-icons__link:not(.header-icons__link--same-mobile).header-icons__link--search {
    position: relative;
    cursor: pointer;
    cursor: hand;
    background: url("../img/icons/icon_search_blackish.svg");
    background-repeat: no-repeat;
    background-size: auto 22px;
    background-position: 50% 15px;
  }
  /* line 267, ../sass/module/_header_icons.scss */
  .header-icons__link:not(.header-icons__link--same-mobile).header-icons__link--search.opened {
    background-image: url("img/closer@2x.png");
    background-size: auto 20px;
  }
  /* line 270, ../sass/module/_header_icons.scss */
  .header-icons__link:not(.header-icons__link--same-mobile).header-icons__link--search.opened::after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #fff;
    left: 0;
    bottom: -2px;
  }
  /* line 285, ../sass/module/_header_icons.scss */
  .header-icons__link:not(.header-icons__link--same-mobile).mobile_menu.opened {
    background-image: url("img/closer@2x.png");
    background-size: auto 20px;
    background-position: 50% 15px;
    background-repeat: no-repeat;
  }
  /* line 290, ../sass/module/_header_icons.scss */
  .header-icons__link:not(.header-icons__link--same-mobile).mobile_menu.opened::after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #fff;
    left: 0;
    bottom: -2px;
  }
  /* line 300, ../sass/module/_header_icons.scss */
  .header-icons__link:not(.header-icons__link--same-mobile).mobile_menu.opened .lines {
    display: none;
  }
  /* line 305, ../sass/module/_header_icons.scss */
  .header-icons__link:not(.header-icons__link--same-mobile) .mobile-black {
    position: absolute;
    width: 100%;
    bottom: 9px;
    left: 0;
    font-size: 10px;
    text-align: center;
  }
  /* line 12, ../sass/mixins/_fluid.scss */
  .header-icons__link:not(.header-icons__link--same-mobile) .mobile-black {
    font-size: 10px;
  }
}
@media (max-width: 1024px) and (min-width: 375px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .header-icons__link:not(.header-icons__link--same-mobile) .mobile-black {
    font-size: calc(10px + 4 * ((100vw - 375px) / 649));
  }
}
@media (max-width: 1024px) and (min-width: 1024px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .header-icons__link:not(.header-icons__link--same-mobile) .mobile-black {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  /* line 316, ../sass/module/_header_icons.scss */
  .header-icons__item.mobile_menu {
    margin-left: 0;
  }

  /* line 320, ../sass/module/_header_icons.scss */
  .select-country {
    padding-top: 40px;
    top: auto;
  }
}
@media (max-width: 1024px) {
  /* line 327, ../sass/module/_header_icons.scss */
  .header-icons__link:not(.header-icons__link--same-mobile) {
    width: 60px;
  }
}
@media (max-width: 480px) {
  /* line 333, ../sass/module/_header_icons.scss */
  .header-icons__link:not(.header-icons__link--same-mobile) {
    width: 55px;
  }
}
@media (max-width: 1024px) {
  /* line 1, ../sass/module/_header_nav.scss */
  .header-nav {
    display: none;
  }
}
/* line 7, ../sass/module/_header_nav.scss */
.header-nav .expanded ul,
.header-nav #menu_item_products + ul {
  display: none;
  position: absolute;
  background: white;
  margin: 5px 0 0 -25px;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.25);
  padding: 10px 25px 25px 25px;
  opacity: 0;
  z-index: 2;
  text-align: left;
}
@media (max-width: 1280px) {
  /* line 7, ../sass/module/_header_nav.scss */
  .header-nav .expanded ul,
  .header-nav #menu_item_products + ul {
    margin: 0 0 0 -28px;
    padding: 0 28px 25px 28px;
  }
}
/* line 24, ../sass/module/_header_nav.scss */
.header-nav .expanded ul li,
.header-nav #menu_item_products + ul li {
  padding: 0;
  margin: 14px 0 0;
}
/* line 29, ../sass/module/_header_nav.scss */
.header-nav .expanded ul a,
.header-nav #menu_item_products + ul a {
  line-height: 18px;
  font-size: 14px;
  color: #191919;
  font-weight: 700;
  text-decoration: none;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  /* line 29, ../sass/module/_header_nav.scss */
  .header-nav .expanded ul a,
  .header-nav #menu_item_products + ul a {
    line-height: 15px;
    font-size: 12px;
  }
}
/* line 43, ../sass/module/_header_nav.scss */
.header-nav .expanded ul a:hover,
.header-nav #menu_item_products + ul a:hover {
  border-bottom: 2px solid #191919;
}
/* line 52, ../sass/module/_header_nav.scss */
.header-nav .cf > li.active-trail a {
  border-color: #191919;
}
/* line 56, ../sass/module/_header_nav.scss */
.header-nav .cf > li > a {
  display: block;
  font-weight: 900;
  line-height: 1.38889;
  color: #191919;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
}
/* line 12, ../sass/mixins/_fluid.scss */
.header-nav .cf > li > a {
  font-size: 13px;
}
@media (min-width: 1024px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .header-nav .cf > li > a {
    font-size: calc(13px + 3 * ((100vw - 1024px) / 416));
  }
}
@media (min-width: 1440px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .header-nav .cf > li > a {
    font-size: 16px;
  }
}
/* line 67, ../sass/module/_header_nav.scss */
.no-touch .header-nav .cf > li > a:hover {
  border-bottom: 2px solid #191919;
}

/* line 1, ../sass/module/_select_country.scss */
.select-country {
  display: none;
  position: absolute;
  z-index: 30;
  right: 50px;
  top: 78px;
  width: 430px;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: -5px;
  background-color: #fff;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.25);
  z-index: 101;
  overflow: hidden;
  -moz-transition: top 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out;
  -webkit-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
}
/* line 18, ../sass/module/_select_country.scss */
.select-country.scroll {
  overflow: scroll;
}
/* line 22, ../sass/module/_select_country.scss */
.select-country .select-country__header {
  font-size: 20px;
  font-family: "Gelion Black", sans-serif;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 1100px) {
  /* line 1, ../sass/module/_select_country.scss */
  .select-country {
    right: 25px;
  }
}
@media (max-width: 900px) {
  /* line 1, ../sass/module/_select_country.scss */
  .select-country {
    width: 100%;
    right: 0;
    top: 67px;
    margin-top: 0;
  }
}
/* line 41, ../sass/module/_select_country.scss */
.select-country .inner {
  position: relative;
}
/* line 44, ../sass/module/_select_country.scss */
.select-country .inner .countries ul {
  overflow: hidden;
  font-family: "Lato", sans-serif;
}
/* line 47, ../sass/module/_select_country.scss */
.select-country .inner .countries ul li {
  float: left;
  width: 125px;
  margin-bottom: 24px;
}
/* line 51, ../sass/module/_select_country.scss */
.select-country .inner .countries ul li a {
  font-weight: normal;
  line-height: 1;
  font-size: 16px;
  color: #000;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
/* line 58, ../sass/module/_select_country.scss */
.select-country .inner .countries ul li a:hover, .select-country .inner .countries ul li a.active {
  color: #f88806;
  text-decoration: none;
}
@media (max-width: 900px) {
  /* line 65, ../sass/module/_select_country.scss */
  .select-country .inner .countries ul li {
    float: none;
    display: inline-block;
    text-align: left;
  }
}
@media (max-width: 650px) {
  /* line 73, ../sass/module/_select_country.scss */
  .select-country .inner .countries ul li {
    width: 170px;
  }
  /* line 75, ../sass/module/_select_country.scss */
  .select-country .inner .countries ul li a {
    line-height: 28px;
  }
}
@media (max-width: 450px) {
  /* line 82, ../sass/module/_select_country.scss */
  .select-country .inner .countries ul li {
    width: 120px;
  }
}
/* line 89, ../sass/module/_select_country.scss */
.select-country .inner .header-icons__item {
  position: absolute;
  right: -10px;
  top: 0px;
}
/* line 94, ../sass/module/_select_country.scss */
.select-country .inner .header-icons__item .header-icons__link {
  border: 0;
}
@media (max-width: 1100px) {
  /* line 89, ../sass/module/_select_country.scss */
  .select-country .inner .header-icons__item {
    right: 0px;
  }
}
@media (max-width: 900px) {
  /* line 89, ../sass/module/_select_country.scss */
  .select-country .inner .header-icons__item {
    right: 0px;
  }
}

@media (max-width: 1024px) {
  /* line 110, ../sass/module/_select_country.scss */
  .select-country {
    padding-top: 20px;
    /*padding-top: 30px;
    bottom: 0;
    transform: translateY(100%);
    top: auto;*/
  }
  /* line 116, ../sass/module/_select_country.scss */
  .select-country .header-icons__item {
    display: none;
  }
}
@media (max-width: 1024px) {
  /* line 2, ../sass/module/_search_bar.scss */
  #searchBar {
    width: 60px;
    height: 100%;
  }
  /* line 5, ../sass/module/_search_bar.scss */
  #searchBar form {
    display: none;
  }
}
@media (min-width: 520px) {
  /* line 12, ../sass/module/_search_bar.scss */
  .i18n-fr-fr #searchBar,
  .i18n-fr #searchBar,
  .i18n-es #searchBar {
    width: 15vw;
    max-width: 100px;
  }

  /* line 19, ../sass/module/_search_bar.scss */
  .i18n-it #searchBar,
  .i18n-pt-pt #searchBar {
    width: 15vw;
    max-width: 90px;
  }
}
@media (min-width: 1025px) {
  /* line 32, ../sass/module/_search_bar.scss */
  .i18n-fr-fr #searchBar,
  .i18n-fr #searchBar,
  .i18n-it #searchBar,
  .i18n-es #searchBar,
  .i18n-pt-pt #searchBar {
    width: auto;
    max-width: none;
  }
}
@media (min-width: 1025px) {
  /* line 39, ../sass/module/_search_bar.scss */
  #searchBar {
    display: block;
  }
  /* line 43, ../sass/module/_search_bar.scss */
  #searchBar form {
    display: block;
    overflow: hidden;
    height: 48px;
    border-radius: 0px;
    border: 2px solid #191919;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  /* line 52, ../sass/module/_search_bar.scss */
  #searchBar form .inputbox {
    position: relative;
  }
  /* line 55, ../sass/module/_search_bar.scss */
  #searchBar form .inputbox .input_default {
    padding-top: 15px;
    padding-left: 15px;
  }
  /* line 61, ../sass/module/_search_bar.scss */
  #searchBar form input {
    background-color: transparent;
    height: 100%;
    margin-right: 0;
    font-family: "Gelion Black", sans-serif;
  }
  /* line 68, ../sass/module/_search_bar.scss */
  #searchBar form input[type=text] {
    width: 120px;
    height: 46px;
    padding-left: 15px;
    padding-right: 0;
    transition: width 0.2s ease-in-out;
    font-size: 16px;
    border-radius: 0px;
  }
  /* line 78, ../sass/module/_search_bar.scss */
  #searchBar form input[type=text]:focus {
    width: 200px;
  }
  /* line 83, ../sass/module/_search_bar.scss */
  #searchBar form input[type=submit] {
    width: 57px;
    height: auto;
    background-image: url("../img/icons/icon_search_blackish.svg");
    background-size: auto 58.7%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  /* line 91, ../sass/module/_search_bar.scss */
  .no-touch #searchBar form input[type=submit] {
    opacity: 1;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
  /* line 95, ../sass/module/_search_bar.scss */
  .no-touch #searchBar form input[type=submit]:hover {
    opacity: .7;
  }
}

/* line 1, ../sass/module/_footer_nav.scss */
.footer .menu-name-main-menu > ul ul li {
  padding: 0;
  text-transform: uppercase;
  font-weight: 700;
}
/* line 7, ../sass/module/_footer_nav.scss */
.footer .menu-name-main-menu > ul ul li:first-child {
  position: relative;
}
/* line 11, ../sass/module/_footer_nav.scss */
.footer .menu-name-main-menu > ul ul li:first-child:not(:only-child)::after {
  content: '';
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  background-color: #000;
  right: 16px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  border-radius: 32px;
}
/* line 26, ../sass/module/_footer_nav.scss */
.footer .menu-name-main-menu > ul ul li:first-child:not(:only-child) a::before, .footer .menu-name-main-menu > ul ul li:first-child:not(:only-child) a::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  z-index: 1;
}
/* line 37, ../sass/module/_footer_nav.scss */
.footer .menu-name-main-menu > ul ul li:first-child:not(:only-child) a::before {
  width: 2px;
  height: 10px;
  right: 31px;
  opacity: 1;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
/* line 45, ../sass/module/_footer_nav.scss */
.footer .menu-name-main-menu > ul ul li:first-child:not(:only-child) a::after {
  width: 10px;
  height: 2px;
  right: 27px;
}
/* line 53, ../sass/module/_footer_nav.scss */
.footer .menu-name-main-menu > ul ul li:first-child a {
  display: block;
  font-size: 20px;
  line-height: 1.2;
  padding: 20px 4.27%;
  font-family: "Gelion Black", sans-serif;
  position: relative;
  z-index: 1;
}
/* line 67, ../sass/module/_footer_nav.scss */
.footer .menu-name-main-menu > ul ul li:not(:first-child) a {
  display: block;
  padding: 0 4.27%;
  font-size: 16px;
  font-weight: normal;
  text-transform: lowercase;
  line-height: 1.25;
  overflow: hidden;
  height: 0;
  -moz-transition: height 0.2s ease-in-out, padding-top 0.2s ease-in-out, padding-bottom 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out, padding-top 0.2s ease-in-out, padding-bottom 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -webkit-transition: height 0.2s ease-in-out, padding-top 0.2s ease-in-out, padding-bottom 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: height 0.2s ease-in-out, padding-top 0.2s ease-in-out, padding-bottom 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

/* line 86, ../sass/module/_footer_nav.scss */
.footer .menu-name-main-menu > ul ul.is-open li:first-child:not(:only-child) a::before {
  opacity: 0;
}
/* line 93, ../sass/module/_footer_nav.scss */
.footer .menu-name-main-menu > ul ul.is-open li:not(:first-child) a {
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  opacity: 1;
}

@media (min-width: 901px) {
  /* line 103, ../sass/module/_footer_nav.scss */
  .footer .menu-name-main-menu > ul {
    display: -webkit-flex;
    display: flex;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  /* line 111, ../sass/module/_footer_nav.scss */
  .footer .menu-name-main-menu > ul ul {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 0%;
    flex-basis: 0%;
    padding-left: 16px;
    padding-right: 16px;
  }
  /* line 119, ../sass/module/_footer_nav.scss */
  .no-touch .footer .menu-name-main-menu > ul ul li a {
    border-bottom: 2px solid transparent;
  }
  /* line 122, ../sass/module/_footer_nav.scss */
  .no-touch .footer .menu-name-main-menu > ul ul li a:hover {
    border-bottom: 2px solid #000;
  }
  /* line 127, ../sass/module/_footer_nav.scss */
  .footer .menu-name-main-menu > ul ul li:first-child {
    background-color: transparent;
  }
  /* line 130, ../sass/module/_footer_nav.scss */
  .footer .menu-name-main-menu > ul ul li:first-child a {
    font-size: 16px;
    display: inline-block;
    font-family: "Gelion Black", sans-serif;
    font-weight: normal;
    line-height: 1.04762;
    margin: 0 0 7px 0;
    padding: 0 0 3px 0;
  }
  /* line 143, ../sass/module/_footer_nav.scss */
  .footer .menu-name-main-menu > ul ul li:first-child:not(:only-child) a::before, .footer .menu-name-main-menu > ul ul li:first-child:not(:only-child) a::after {
    display: none;
  }
  /* line 149, ../sass/module/_footer_nav.scss */
  .footer .menu-name-main-menu > ul ul li:first-child:not(:only-child)::after {
    display: none;
  }

  /* line 157, ../sass/module/_footer_nav.scss */
  .footer .menu-name-main-menu > ul div.footerwrapped ul {
    margin-bottom: 12px;
  }

  /* line 161, ../sass/module/_footer_nav.scss */
  .footer .menu-name-main-menu > ul ul li:not(:first-child) a {
    background-color: transparent;
    font-size: 16px;
    line-height: 1.04762;
    height: auto;
    padding: 8px 0 3px 0;
    margin-bottom: 7px;
    display: inline-block;
  }
}
/* line 1, ../sass/module/_copyright.scss */
.region-bottomfooter {
  background-color: #fff;
  padding: 24px 16px 25px;
}

/* line 6, ../sass/module/_copyright.scss */
.foodbe {
  padding-bottom: 12px;
  border-bottom: 2px solid currentColor;
  margin-bottom: 12px;
}

/* line 12, ../sass/module/_copyright.scss */
.foodbe_copy a {
  text-decoration: underline;
}
/* line 15, ../sass/module/_copyright.scss */
.no-touch .foodbe_copy a {
  opacity: 1;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 19, ../sass/module/_copyright.scss */
.no-touch .foodbe_copy a:hover {
  opacity: .75;
}

/* line 25, ../sass/module/_copyright.scss */
.foodbe_image {
  width: 100%;
  height: auto;
  max-width: 160px;
  margin-bottom: 12px;
  display: block;
}

/* line 34, ../sass/module/_copyright.scss */
.copyright ul.menu {
  text-align: center;
}
/* line 37, ../sass/module/_copyright.scss */
.copyright ul.menu li {
  font-size: 16px;
  line-height: 1.42857;
  margin-left: 0;
  padding: 0 10px 0 0;
  display: inline-block;
}
/* line 44, ../sass/module/_copyright.scss */
.copyright ul.menu li:not(:last-child)::after {
  content: '-';
  display: inline;
  margin-left: 9px;
}
/* line 51, ../sass/module/_copyright.scss */
.no-touch .copyright a {
  opacity: 1;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 55, ../sass/module/_copyright.scss */
.no-touch .copyright a:hover {
  opacity: .75;
}

@media (min-width: 901px) {
  /* line 62, ../sass/module/_copyright.scss */
  .region-bottomfooter {
    padding-top: 27px;
    background-color: transparent;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 73, ../sass/module/_copyright.scss */
  .i18n-fr .region-bottomfooter, .i18n-nl .region-bottomfooter {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  /* line 80, ../sass/module/_copyright.scss */
  .foodbe {
    padding-bottom: 0;
    border-bottom: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 0;
  }

  /* line 88, ../sass/module/_copyright.scss */
  .foodbe_image {
    max-width: 130px;
    margin-bottom: 0;
    margin-right: 12px;
  }

  /* line 94, ../sass/module/_copyright.scss */
  .copyright {
    background-color: transparent;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  /* line 101, ../sass/module/_copyright.scss */
  .copyright ul.menu {
    text-align: left;
  }

  /* line 106, ../sass/module/_copyright.scss */
  #block-menu-menu-footer-disclaimer-menu {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-right: 48px;
  }
}
/* line 1, ../sass/module/_footer_social.scss */
.follow-us {
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
  min-width: 320px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  text-align: center;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  overflow: visible;
  position: relative;
  z-index: 1;
}
/* line 2, ../sass/module/_footer_social.scss */
.follow-us, .follow-us * {
  box-sizing: border-box;
}
/* line 21, ../sass/module/_footer_social.scss */
.follow-us ul {
  display: inline-block;
}
/* line 25, ../sass/module/_footer_social.scss */
.follow-us li {
  margin-left: 20px;
  margin-right: 20px;
  width: 55px;
  height: 55px;
  float: left;
}
/* line 33, ../sass/module/_footer_social.scss */
.follow-us a {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  display: block;
  opacity: 1;
  background-image: url("../img/icons/icon_fb_black_circle.svg");
  background-repeat: no-repeat;
  background-size: 95%;
  background-position: 50% 50%;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/* line 45, ../sass/module/_footer_social.scss */
.follow-us a:hover {
  background-image: url("../img/icons/icon_fb_blue_circle.svg");
}
/* line 49, ../sass/module/_footer_social.scss */
.follow-us a.instagram {
  background-image: url("../img/icons/icon_insta_black_circle.svg");
}
/* line 52, ../sass/module/_footer_social.scss */
.follow-us a.instagram:hover {
  background-image: url("../img/icons/icon_insta_pink_circle.svg");
}
/* line 56, ../sass/module/_footer_social.scss */
.follow-us a.pinterest {
  background-image: url("../img/icons/icon_pinterest_black_circle.svg");
}
/* line 59, ../sass/module/_footer_social.scss */
.follow-us a.pinterest:hover {
  background-image: url("../img/icons/icon_pinterest_red_circle.svg");
}
@media (max-width: 1440px) {
  /* line 1, ../sass/module/_footer_social.scss */
  .follow-us {
    padding-top: 4.17vw;
    padding-bottom: 4.17vw;
  }
  /* line 69, ../sass/module/_footer_social.scss */
  .follow-us li {
    width: 55px;
    height: 55px;
  }
}
@media (max-width: 900px) {
  /* line 1, ../sass/module/_footer_social.scss */
  .follow-us {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  /* line 79, ../sass/module/_footer_social.scss */
  .follow-us li {
    width: 55px;
    height: 55px;
  }
}

/* line 1, ../sass/module/_page_nav.scss */
.page-nav {
  position: relative;
}
/* line 4, ../sass/module/_page_nav.scss */
.page-nav__overlay, .page-nav__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
/* line 12, ../sass/module/_page_nav.scss */
.page-nav__overlay-lightgreen, .page-nav__content-lightgreen {
  color: #a1bf36;
}
/* line 17, ../sass/module/_page_nav.scss */
.page-nav__overlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 100%);
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 100%);
}
/* line 21, ../sass/module/_page_nav.scss */
.page-nav__overlay.warm {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkxODE1YSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzkxODE1YSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5MTgxNWEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(145, 129, 90, 0)), color-stop(50%, rgba(145, 129, 90, 0)), color-stop(100%, #91815a));
  background-image: -moz-linear-gradient(left, rgba(145, 129, 90, 0) 0%, rgba(145, 129, 90, 0) 50%, #91815a 100%);
  background-image: -webkit-linear-gradient(left, rgba(145, 129, 90, 0) 0%, rgba(145, 129, 90, 0) 50%, #91815a 100%);
  background-image: linear-gradient(to right, rgba(145, 129, 90, 0) 0%, rgba(145, 129, 90, 0) 50%, #91815a 100%);
}
/* line 26, ../sass/module/_page_nav.scss */
.page-nav__overlay.warm.less {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}
/* line 30, ../sass/module/_page_nav.scss */
.page-nav__overlay.cold {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=63);
  opacity: 0.63;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcyYTNhMyIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzcyYTNhMyIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MmEzYTMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(114, 163, 163, 0)), color-stop(50%, rgba(114, 163, 163, 0)), color-stop(100%, #72a3a3));
  background-image: -moz-linear-gradient(left, rgba(114, 163, 163, 0) 0%, rgba(114, 163, 163, 0) 50%, #72a3a3 100%);
  background-image: -webkit-linear-gradient(left, rgba(114, 163, 163, 0) 0%, rgba(114, 163, 163, 0) 50%, #72a3a3 100%);
  background-image: linear-gradient(to right, rgba(114, 163, 163, 0) 0%, rgba(114, 163, 163, 0) 50%, #72a3a3 100%);
}
/* line 35, ../sass/module/_page_nav.scss */
.page-nav__overlay.lighter {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}
/* line 39, ../sass/module/_page_nav.scss */
.page-nav__overlay.darker {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
/* line 44, ../sass/module/_page_nav.scss */
.page-nav__inner {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  padding: 0 50px;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  /* line 44, ../sass/module/_page_nav.scss */
  .page-nav__inner {
    padding: 0 30px;
  }
}
@media (max-width: 830px) {
  /* line 44, ../sass/module/_page_nav.scss */
  .page-nav__inner {
    padding: 0 50px;
  }
}
@media (max-width: 520px) {
  /* line 44, ../sass/module/_page_nav.scss */
  .page-nav__inner {
    padding: 0 30px;
  }
}
/* line 65, ../sass/module/_page_nav.scss */
.page-nav__bgimg {
  width: 100%;
  height: 435px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
/* line 72, ../sass/module/_page_nav.scss */
.page-nav__bgimg--mobile {
  display: none;
}
@media (max-width: 830px) {
  /* line 65, ../sass/module/_page_nav.scss */
  .page-nav__bgimg {
    display: none;
  }
  /* line 79, ../sass/module/_page_nav.scss */
  .page-nav__bgimg--mobile {
    display: block;
  }
}
/* line 84, ../sass/module/_page_nav.scss */
.page-nav__print-img {
  width: 100%;
  height: auto;
  display: none;
}
/* line 90, ../sass/module/_page_nav.scss */
.page-nav__img {
  width: 100%;
  position: relative;
  display: block;
  height: auto;
}
/* line 96, ../sass/module/_page_nav.scss */
.page-nav__img.mobile {
  display: none;
}
@media (max-width: 830px) {
  /* line 90, ../sass/module/_page_nav.scss */
  .page-nav__img {
    display: none;
  }
  /* line 103, ../sass/module/_page_nav.scss */
  .page-nav__img.mobile {
    display: block;
  }
}
/* line 109, ../sass/module/_page_nav.scss */
.page-nav__anchor {
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  text-transform: uppercase;
  padding: 0;
}
/* line 116, ../sass/module/_page_nav.scss */
.page-nav__anchor p {
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  text-transform: uppercase;
  padding: 0;
}
/* line 124, ../sass/module/_page_nav.scss */
.page-nav__content-lightgreen .page-nav__anchor {
  color: #a1bf36;
}
/* line 130, ../sass/module/_page_nav.scss */
.no-touch .page-nav__anchor:not(.no-hover):hover .page-nav__arrow {
  top: 20px;
}
/* line 133, ../sass/module/_page_nav.scss */
.no-touch .page-nav__anchor:not(.no-hover):hover .page-nav__arrow--right {
  top: 0;
  right: 40px;
}
@media (max-width: 1024px) {
  /* line 133, ../sass/module/_page_nav.scss */
  .no-touch .page-nav__anchor:not(.no-hover):hover .page-nav__arrow--right {
    right: 20px;
  }
}
@media (max-width: 830px) {
  /* line 133, ../sass/module/_page_nav.scss */
  .no-touch .page-nav__anchor:not(.no-hover):hover .page-nav__arrow--right {
    right: 40px;
  }
}
@media (max-width: 520px) {
  /* line 133, ../sass/module/_page_nav.scss */
  .no-touch .page-nav__anchor:not(.no-hover):hover .page-nav__arrow--right {
    right: 20px;
  }
}
@media (min-width: 1400px) {
  /* line 109, ../sass/module/_page_nav.scss */
  .page-nav__anchor {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 1024px) {
  /* line 109, ../sass/module/_page_nav.scss */
  .page-nav__anchor {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 830px) {
  /* line 109, ../sass/module/_page_nav.scss */
  .page-nav__anchor {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 630px) {
  /* line 170, ../sass/module/_page_nav.scss */
  .page-nav__anchor.page-nav--gotoproducts br, .page-nav__anchor.page-nav--static br {
    content: " ";
  }
  /* line 173, ../sass/module/_page_nav.scss */
  .page-nav__anchor.page-nav--gotoproducts br:after, .page-nav__anchor.page-nav--static br:after {
    content: " ";
  }
  /* line 176, ../sass/module/_page_nav.scss */
  .page-nav__anchor.page-nav--gotoproducts .page-nav__title__text, .page-nav__anchor.page-nav--static .page-nav__title__text {
    display: block;
    float: right;
    max-width: 49%;
  }
  /* line 183, ../sass/module/_page_nav.scss */
  .firefox .page-nav__anchor.page-nav--plantbased .page-nav__title__text {
    max-width: 55%;
  }
  /* line 187, ../sass/module/_page_nav.scss */
  .prefix-befr .page-nav__anchor.page-nav--gotoproducts .page-nav__title__text {
    max-width: 63%;
  }
  /* line 191, ../sass/module/_page_nav.scss */
  .prefix-benl .page-nav__anchor.page-nav--gotoproducts .page-nav__title__text, .prefix-nl .page-nav__anchor.page-nav--gotoproducts .page-nav__title__text, .prefix-es .page-nav__anchor.page-nav--gotoproducts .page-nav__title__text {
    max-width: 52%;
  }
  /* line 197, ../sass/module/_page_nav.scss */
  .prefix-pt .page-nav__anchor.page-nav--gotoproducts .page-nav__title__text {
    max-width: 57%;
  }
}
@media (max-width: 520px) {
  /* line 109, ../sass/module/_page_nav.scss */
  .page-nav__anchor {
    font-size: 28px;
    line-height: 33.59px;
  }
}
@media (max-width: 440px) {
  /* line 109, ../sass/module/_page_nav.scss */
  .page-nav__anchor {
    font-size: 18px;
    line-height: 21px;
  }
}
/* line 213, ../sass/module/_page_nav.scss */
.page-nav__title {
  display: table-cell;
  vertical-align: middle;
  padding-right: 60px;
  text-align: right;
}
@media (max-width: 1024px) {
  /* line 213, ../sass/module/_page_nav.scss */
  .page-nav__title {
    padding-right: 45px;
  }
}
@media (max-width: 830px) {
  /* line 213, ../sass/module/_page_nav.scss */
  .page-nav__title {
    padding-right: 60px;
  }
}
@media (max-width: 520px) {
  /* line 213, ../sass/module/_page_nav.scss */
  .page-nav__title {
    padding-right: 45px;
  }
}
/* line 232, ../sass/module/_page_nav.scss */
.page-nav__title span {
  font-size: 1em !important;
}
/* line 237, ../sass/module/_page_nav.scss */
.page-nav__arrow {
  position: absolute;
  top: 0;
  right: 50px;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  border: 3px solid #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: url(img/page_header_arrow.svg) 50%/20px auto no-repeat;
  -moz-transition: top 0.3s, right 0.3s, left 0.3s;
  -o-transition: top 0.3s, right 0.3s, left 0.3s;
  -webkit-transition: top 0.3s, right 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, left 0.3s;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/* line 252, ../sass/module/_page_nav.scss */
.lt-ie9 .page-nav__arrow {
  border: none;
  background: url(img/page_header_arrow_ie8.png) 50% 15px no-repeat;
}
/* line 257, ../sass/module/_page_nav.scss */
.page-nav__content-lightgreen .page-nav__arrow {
  border: 3px solid #a1bf36;
  background: url(img/page_header_arrow_green.svg) 50%/20px auto no-repeat;
}
@media (max-width: 1024px) {
  /* line 237, ../sass/module/_page_nav.scss */
  .page-nav__arrow {
    right: 30px;
    width: 30px;
    height: 30px;
    background-size: 14px auto;
    border: 2px solid #fff;
    background-position: 50% 11px;
  }
  /* line 271, ../sass/module/_page_nav.scss */
  .ie9 .page-nav__arrow, .ie10 .page-nav__arrow, .ie11 .page-nav__arrow {
    background-position: 50% 9px;
  }
}
@media (max-width: 830px) {
  /* line 237, ../sass/module/_page_nav.scss */
  .page-nav__arrow {
    right: 50px;
    width: 40px;
    height: 40px;
    background-size: 19px auto;
    background-position: 50% 15px;
    border: 3px solid #fff;
  }
  /* line 284, ../sass/module/_page_nav.scss */
  .ie9 .page-nav__arrow, .ie10 .page-nav__arrow, .ie11 .page-nav__arrow {
    background-position: 50% 12px;
  }
}
@media (max-width: 520px) {
  /* line 237, ../sass/module/_page_nav.scss */
  .page-nav__arrow {
    right: 30px;
    width: 30px;
    height: 30px;
    background-size: 14px auto;
    border: 2px solid #fff;
    background-position: 50% 11px;
  }
  /* line 299, ../sass/module/_page_nav.scss */
  .ie9 .page-nav__arrow, .ie10 .page-nav__arrow, .ie11 .page-nav__arrow {
    background-position: 50% 9px;
  }
}
/* line 304, ../sass/module/_page_nav.scss */
.page-nav__arrow--right {
  background: url(img/page_header_arrow_right.svg) 50%/12px auto no-repeat;
}
/* line 307, ../sass/module/_page_nav.scss */
.lt-ie9 .page-nav__arrow--right {
  background: url(img/page_header_arrow_right_ie8.png) 50% 15px no-repeat;
}
/* line 311, ../sass/module/_page_nav.scss */
.ie9 .page-nav__arrow--right, .ie10 .page-nav__arrow--right, .ie11 .page-nav__arrow--right {
  background-size: 17px auto;
}
@media (max-width: 1024px) {
  /* line 304, ../sass/module/_page_nav.scss */
  .page-nav__arrow--right {
    background-position: 11px 7px;
    background-size: 9px auto;
  }
  /* line 319, ../sass/module/_page_nav.scss */
  .ie9 .page-nav__arrow--right, .ie10 .page-nav__arrow--right, .ie11 .page-nav__arrow--right {
    background-position: 9px 8px;
    background-size: 14px auto;
  }
}
@media (max-width: 830px) {
  /* line 304, ../sass/module/_page_nav.scss */
  .page-nav__arrow--right {
    background-position: 15px 10px;
    background-size: 12px auto;
  }
  /* line 329, ../sass/module/_page_nav.scss */
  .ie9 .page-nav__arrow--right, .ie10 .page-nav__arrow--right, .ie11 .page-nav__arrow--right {
    background-position: 12px 11px;
    background-size: 17px auto;
  }
}
@media (max-width: 520px) {
  /* line 304, ../sass/module/_page_nav.scss */
  .page-nav__arrow--right {
    background-position: 12px 7px;
    background-size: 9px auto;
  }
  /* line 339, ../sass/module/_page_nav.scss */
  .ie9 .page-nav__arrow--right, .ie10 .page-nav__arrow--right, .ie11 .page-nav__arrow--right {
    background-position: 9px 8px;
    background-size: 14px auto;
  }
}
/* line 348, ../sass/module/_page_nav.scss */
.page-nav--left .page-nav__overlay {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 100%);
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 100%);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 100%);
}
/* line 352, ../sass/module/_page_nav.scss */
.page-nav--left .page-nav__title {
  padding-left: 60px;
  padding-right: 0;
  text-align: left;
}
@media (max-width: 1024px) {
  /* line 352, ../sass/module/_page_nav.scss */
  .page-nav--left .page-nav__title {
    padding-left: 50px;
  }
}
@media (max-width: 830px) {
  /* line 352, ../sass/module/_page_nav.scss */
  .page-nav--left .page-nav__title {
    padding-left: 60px;
  }
}
@media (max-width: 440px) {
  /* line 352, ../sass/module/_page_nav.scss */
  .page-nav--left .page-nav__title {
    padding-left: 50px;
  }
}
/* line 370, ../sass/module/_page_nav.scss */
.page-nav--left .page-nav__arrow {
  right: auto;
  left: 50px;
  background: url(img/page_header_arrow_left.svg) 13px 50%/12px auto no-repeat;
}
/* line 375, ../sass/module/_page_nav.scss */
.lt-ie9 .page-nav--left .page-nav__arrow {
  background: url(img/page_header_arrow_left_ie8.png) 50% 15px no-repeat;
}
/* line 379, ../sass/module/_page_nav.scss */
.ie9 .page-nav--left .page-nav__arrow, .ie10 .page-nav--left .page-nav__arrow, .ie11 .page-nav--left .page-nav__arrow {
  background-size: 17px auto;
  background-position: 11px 50%;
}
@media (max-width: 1024px) {
  /* line 370, ../sass/module/_page_nav.scss */
  .page-nav--left .page-nav__arrow {
    background-position: 10px 7px;
    background-size: 9px auto;
    left: 30px;
  }
  /* line 389, ../sass/module/_page_nav.scss */
  .ie9 .page-nav--left .page-nav__arrow, .ie10 .page-nav--left .page-nav__arrow, .ie11 .page-nav--left .page-nav__arrow {
    background-position: 8px 8px;
    background-size: 14px auto;
  }
}
@media (max-width: 830px) {
  /* line 370, ../sass/module/_page_nav.scss */
  .page-nav--left .page-nav__arrow {
    background-position: 13px 10px;
    background-size: 12px auto;
    left: 50px;
  }
  /* line 402, ../sass/module/_page_nav.scss */
  .ie9 .page-nav--left .page-nav__arrow, .ie10 .page-nav--left .page-nav__arrow, .ie11 .page-nav--left .page-nav__arrow {
    background-position: 11px 11px;
    background-size: 17px auto;
  }
}
@media (max-width: 520px) {
  /* line 370, ../sass/module/_page_nav.scss */
  .page-nav--left .page-nav__arrow {
    background-position: 10px 7px;
    background-size: 9px auto;
    left: 30px;
  }
  /* line 414, ../sass/module/_page_nav.scss */
  .ie9 .page-nav--left .page-nav__arrow, .ie10 .page-nav--left .page-nav__arrow, .ie11 .page-nav--left .page-nav__arrow {
    background-position: 7px 8px;
    background-size: 14px auto;
  }
}
/* line 422, ../sass/module/_page_nav.scss */
.no-touch .page-nav--left .page-nav__anchor:not(.no-hover):hover .page-nav__arrow {
  top: 0;
  left: 40px;
}
@media (max-width: 1024px) {
  /* line 422, ../sass/module/_page_nav.scss */
  .no-touch .page-nav--left .page-nav__anchor:not(.no-hover):hover .page-nav__arrow {
    left: 20px;
  }
}
@media (max-width: 830px) {
  /* line 422, ../sass/module/_page_nav.scss */
  .no-touch .page-nav--left .page-nav__anchor:not(.no-hover):hover .page-nav__arrow {
    left: 40px;
  }
}
@media (max-width: 520px) {
  /* line 422, ../sass/module/_page_nav.scss */
  .no-touch .page-nav--left .page-nav__anchor:not(.no-hover):hover .page-nav__arrow {
    left: 20px;
  }
}
/* line 441, ../sass/module/_page_nav.scss */
body #container .page-nav .hp-block_circle {
  font-size: 15px;
}
@media (min-width: 1400px) {
  /* line 441, ../sass/module/_page_nav.scss */
  body #container .page-nav .hp-block_circle {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  /* line 441, ../sass/module/_page_nav.scss */
  body #container .page-nav .hp-block_circle {
    font-size: 12px;
  }
}

/* EXCEPTION */
@media (max-width: 830px) {
  /* line 456, ../sass/module/_page_nav.scss */
  .node-type-static-page .last-block.hero .page-nav__content,
  .node-type-static-page .first-block.new_design .page-nav__content,
  .page-nav.good-for-you .page-nav__content,
  .node-type-search-results-page .last-block.page-nav .page-nav__content,
  .node-type-find-a-shop-page .last-block .page-nav__content {
    position: relative;
    background: #e9dcd3;
    padding: 20px 0;
  }
  /* line 465, ../sass/module/_page_nav.scss */
  .node-type-static-page .last-block.hero .page-nav__content br,
  .node-type-static-page .first-block.new_design .page-nav__content br,
  .page-nav.good-for-you .page-nav__content br,
  .node-type-search-results-page .last-block.page-nav .page-nav__content br,
  .node-type-find-a-shop-page .last-block .page-nav__content br {
    content: " ";
  }
  /* line 469, ../sass/module/_page_nav.scss */
  .node-type-static-page .last-block.hero .page-nav__content br:after,
  .node-type-static-page .first-block.new_design .page-nav__content br:after,
  .page-nav.good-for-you .page-nav__content br:after,
  .node-type-search-results-page .last-block.page-nav .page-nav__content br:after,
  .node-type-find-a-shop-page .last-block .page-nav__content br:after {
    content: " ";
  }

  /* line 474, ../sass/module/_page_nav.scss */
  .node-type-static-page .first-block.new_design .page-nav__content {
    background-color: #edf3f3;
  }
  /* line 477, ../sass/module/_page_nav.scss */
  .node-type-static-page .first-block.new_design .page-nav__content .page-nav__title {
    text-align: center;
  }
  /* line 480, ../sass/module/_page_nav.scss */
  .node-type-static-page .first-block.new_design .page-nav__content .page-nav__title .page-nav__anchor {
    position: relative;
    display: block;
  }
  /* line 486, ../sass/module/_page_nav.scss */
  .no-touch .node-type-static-page .first-block.new_design .page-nav__content .page-nav__anchor:not(.no-hover):hover .page-nav__arrow,
  .node-type-static-page .first-block.new_design .page-nav__content .page-nav__anchor .page-nav__arrow {
    top: 0;
    right: -60px;
  }
  /* line 492, ../sass/module/_page_nav.scss */
  .node-type-static-page .first-block.new_design .page-nav__content .page-nav__anchor.page-nav--static .page-nav__title__text {
    float: none;
    display: inline;
    max-width: 100%;
  }

  /* line 498, ../sass/module/_page_nav.scss */
  .page-nav.good-for-you .page-nav__content,
  .node-type-search-results-page .last-block.page-nav .page-nav__content,
  .node-type-find-a-shop-page .last-block .page-nav__content {
    background-color: #dbe7e7;
  }

  /* line 505, ../sass/module/_page_nav.scss */
  .node-type-static-page .first-block.hero .page-nav__content .page-nav__anchor.page-nav--static .page-nav__title__text {
    display: block;
    float: right;
    max-width: 46%;
  }
}
@media (max-width: 520px) {
  /* line 515, ../sass/module/_page_nav.scss */
  .node-type-static-page .first-block.new_design .page-nav__content {
    background-color: #edf3f3;
  }
  /* line 518, ../sass/module/_page_nav.scss */
  .node-type-static-page .first-block.new_design .page-nav__content .page-nav__title {
    text-align: center;
  }
  /* line 521, ../sass/module/_page_nav.scss */
  .node-type-static-page .first-block.new_design .page-nav__content .page-nav__title .page-nav__anchor {
    position: relative;
  }
  /* line 526, ../sass/module/_page_nav.scss */
  .no-touch .node-type-static-page .first-block.new_design .page-nav__content .page-nav__anchor:not(.no-hover):hover .page-nav__arrow,
  .node-type-static-page .first-block.new_design .page-nav__content .page-nav__anchor .page-nav__arrow {
    top: 0;
    right: -45px;
  }
}
/* line 534, ../sass/module/_page_nav.scss */
body #container .green-story .page-nav .hp-block_circle {
  width: 9.135em;
  height: 9.135em;
  left: 2.628%;
  top: 7.3%;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  text-transform: uppercase;
  background: #2c7838;
}
/* line 543, ../sass/module/_page_nav.scss */
body #container .green-story .page-nav .hp-block_circle_inner {
  margin-top: -.1em;
}
/* line 545, ../sass/module/_page_nav.scss */
.prefix-pt body #container .green-story .page-nav .hp-block_circle_inner, .prefix-es body #container .green-story .page-nav .hp-block_circle_inner {
  margin-top: -.3em;
}
/* line 551, ../sass/module/_page_nav.scss */
body #container .green-story .page-nav .hp-block_circle span {
  font-size: 2.8em;
  margin: 0;
}
@media (max-width: 830px) {
  /* line 534, ../sass/module/_page_nav.scss */
  body #container .green-story .page-nav .hp-block_circle {
    display: block;
  }
}

/* line 1, ../sass/module/_mobile_menu.scss */
#rightPushMenu {
  position: fixed;
  top: 67px;
  left: 0;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  background-color: #fff;
  color: #000;
  overflow: scroll;
  display: none;
}
/* line 13, ../sass/module/_mobile_menu.scss */
#rightPushMenu a {
  color: inherit;
  text-decoration: none;
}
/* line 18, ../sass/module/_mobile_menu.scss */
#rightPushMenu .item {
  position: relative;
}
/* line 21, ../sass/module/_mobile_menu.scss */
#rightPushMenu .item a {
  display: block;
  font-size: 20px;
  line-height: 1.2;
  padding: 20px 20px;
  font-family: "Gelion Black", sans-serif;
}
/* line 30, ../sass/module/_mobile_menu.scss */
#rightPushMenu .item.has-children::after {
  content: '';
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  background-color: #000;
  right: 16px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  border-radius: 32px;
}
/* line 45, ../sass/module/_mobile_menu.scss */
#rightPushMenu .item.has-children a::before, #rightPushMenu .item.has-children a::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  z-index: 1;
}
/* line 55, ../sass/module/_mobile_menu.scss */
#rightPushMenu .item.has-children a::before {
  width: 2px;
  height: 10px;
  right: 31px;
  opacity: 1;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
/* line 62, ../sass/module/_mobile_menu.scss */
#rightPushMenu .item.has-children a::after {
  width: 10px;
  height: 2px;
  right: 27px;
}
/* line 72, ../sass/module/_mobile_menu.scss */
#rightPushMenu .item.has-children.expanded a::before {
  display: none;
}
/* line 78, ../sass/module/_mobile_menu.scss */
#rightPushMenu .subcategories {
  display: none;
}
/* line 82, ../sass/module/_mobile_menu.scss */
#rightPushMenu .rightSubCategory {
  position: relative;
  font-size: 22px;
}
/* line 86, ../sass/module/_mobile_menu.scss */
#rightPushMenu .rightSubCategory a {
  font-family: "Gelion Black", sans-serif;
  font-size: 16px;
  padding: 15px 20px 15px 45px;
  display: block;
  text-transform: uppercase;
  position: relative;
}
/* line 94, ../sass/module/_mobile_menu.scss */
#rightPushMenu .rightSubCategory a::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translateY(-50%) rotate(45deg);
  /*border-left: 60px solid $color_black;*/
}
/* line 108, ../sass/module/_mobile_menu.scss */
#rightPushMenu .rightSubCategory:hover {
  cursor: pointer;
}
/* line 113, ../sass/module/_mobile_menu.scss */
#rightPushMenu .rightPushMenu-social {
  margin: 20px;
  padding-top: 30px;
  border-top: 1px solid #ebebeb;
}
/* line 118, ../sass/module/_mobile_menu.scss */
#rightPushMenu .rightPushMenu-social .rightPushMenu-social-item {
  display: block;
  font-size: 16px;
  font-family: "Gelion Black", sans-serif;
  padding: 10px 0 10px 42px;
  margin-bottom: 20px;
  text-transform: uppercase;
  background: url(../img/icons/icon_fb_black_circle.svg) left center/contain no-repeat;
}
/* line 134, ../sass/module/_mobile_menu.scss */
#rightPushMenu .rightPushMenu-social .rightPushMenu-social-item.tw {
  display: none;
  /*background-image: url(../img/ico_twitter_mobile.png);*/
}
/* line 141, ../sass/module/_mobile_menu.scss */
#rightPushMenu .rightPushMenu-social .rightPushMenu-social-item.pin {
  /*@if($hide_pinterest) {
  	display: none;
  }*/
  background-image: url(../img/icons/icon_pinterest_black_circle.svg);
}
/* line 148, ../sass/module/_mobile_menu.scss */
#rightPushMenu .rightPushMenu-social .rightPushMenu-social-item.ins {
  background-image: url(../img/icons/icon_insta_black_circle.svg);
}

/* line 2, ../sass/module/_find_a_shop.scss */
#storelocator #pre_map {
  background-color: #fff;
  padding: 15px 20px 15px 20px;
  color: #000;
}
/* line 7, ../sass/module/_find_a_shop.scss */
#storelocator #pre_map .block-node__title {
  font-weight: normal;
  font-family: 'Gelion Black', sans-serif;
  font-size: 50px;
  margin-bottom: 35px;
  text-transform: lowercase;
}
/* line 14, ../sass/module/_find_a_shop.scss */
#storelocator #pre_map .block-node__title span {
  color: #118236;
}
/* line 19, ../sass/module/_find_a_shop.scss */
#storelocator #pre_map .pre_map_logos {
  max-width: 718px;
  margin: 0 auto;
  width: 100%;
}
/* line 25, ../sass/module/_find_a_shop.scss */
#storelocator #pre_map a {
  display: inline-block;
  margin-left: 25px;
  margin-right: 25px;
  width: calc(33.33% - 50px);
  vertical-align: middle;
  margin-bottom: 50px;
}
/* line 33, ../sass/module/_find_a_shop.scss */
.no-touch #storelocator #pre_map a[href] {
  opacity: 1;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 37, ../sass/module/_find_a_shop.scss */
.no-touch #storelocator #pre_map a[href] img {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
/* line 42, ../sass/module/_find_a_shop.scss */
.no-touch #storelocator #pre_map a[href]:hover {
  opacity: .8;
}
/* line 45, ../sass/module/_find_a_shop.scss */
.no-touch #storelocator #pre_map a[href]:hover img {
  -moz-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  -webkit-transform: translateY(-5%);
  transform: translateY(-5%);
}
@media all and (max-width: 650px) {
  /* line 25, ../sass/module/_find_a_shop.scss */
  #storelocator #pre_map a {
    width: calc(33.3333% - 50px);
  }
}
@media all and (max-width: 450px) {
  /* line 25, ../sass/module/_find_a_shop.scss */
  #storelocator #pre_map a {
    width: calc(50% - 50px);
  }
}
/* line 60, ../sass/module/_find_a_shop.scss */
#storelocator #pre_map a img {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 900px) {
  /* line 70, ../sass/module/_find_a_shop.scss */
  #storelocator #pre_map {
    padding: 55px 20px 40px 20px;
  }
}
/* line 75, ../sass/module/_find_a_shop.scss */
#storelocator #storemap {
  position: relative;
  width: 100%;
  height: 365px;
  display: block;
  margin: 0 0 -5px;
}
/* line 82, ../sass/module/_find_a_shop.scss */
#storelocator #storemap #googlemaps {
  position: relative;
  width: 100%;
  height: 100%;
}
/* line 87, ../sass/module/_find_a_shop.scss */
#storelocator #storemap #googlemaps .no_results {
  font-size: 20px;
  padding: 50px 5%;
}
/* line 91, ../sass/module/_find_a_shop.scss */
.prefix-at #storelocator #storemap #googlemaps .no_results, .prefix-de #storelocator #storemap #googlemaps .no_results, .prefix-ch #storelocator #storemap #googlemaps .no_results, .prefix-nl #storelocator #storemap #googlemaps .no_results, .prefix-befr #storelocator #storemap #googlemaps .no_results, .prefix-benl #storelocator #storemap #googlemaps .no_results, .prefix-uk #storelocator #storemap #googlemaps .no_results {
  margin: 0;
  padding-top: 0;
}
/* line 102, ../sass/module/_find_a_shop.scss */
#storelocator #storemap #googlemaps .no_results a {
  text-decoration: underline;
}
/* line 108, ../sass/module/_find_a_shop.scss */
#storelocator #storemap.no_results {
  height: auto;
}
@media all and (max-width: 640px) {
  /* line 75, ../sass/module/_find_a_shop.scss */
  #storelocator #storemap {
    height: 400px;
  }
}
@media all and (max-width: 320px) {
  /* line 75, ../sass/module/_find_a_shop.scss */
  #storelocator #storemap {
    height: 250px;
  }
}
/* line 120, ../sass/module/_find_a_shop.scss */
#storelocator .delicious_products {
  position: relative;
}
/* line 122, ../sass/module/_find_a_shop.scss */
#storelocator .delicious_products h1 {
  position: relative;
  font-size: 50px;
  text-align: center;
  text-transform: uppercase;
}
/* line 127, ../sass/module/_find_a_shop.scss */
#storelocator .delicious_products h1 span {
  color: #a2c037;
}
/* line 133, ../sass/module/_find_a_shop.scss */
#storelocator #storelocator_form .inputbox {
  position: relative;
}
/* line 135, ../sass/module/_find_a_shop.scss */
#storelocator #storelocator_form .inputbox .input_default {
  top: 18px;
  left: 280px;
}
@media all and (max-width: 865px) {
  /* line 135, ../sass/module/_find_a_shop.scss */
  #storelocator #storelocator_form .inputbox .input_default {
    top: 19px;
    left: 10px;
  }
}
/* line 145, ../sass/module/_find_a_shop.scss */
#storelocator .first-block {
  height: auto !important;
}

/* line 150, ../sass/module/_find_a_shop.scss */
#storelocator .infoBox {
  position: relative;
  /*min-width: 260px;
  width: 260px;*/
  width: 260px;
  font-size: 14px;
  font-weight: 100;
  background-color: #fff;
  color: #000;
  margin-bottom: 5px;
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 4px solid #118236;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
}
/* line 165, ../sass/module/_find_a_shop.scss */
#storelocator .infoBox:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 1px);
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #118236;
}
/* line 176, ../sass/module/_find_a_shop.scss */
#storelocator .infoBox h2 {
  font-size: 22px;
  color: #118236;
  font-family: "Gelion Black", sans-serif;
  text-transform: lowercase;
  margin-bottom: 16px;
  padding-right: 20px;
  margin-top: -5px;
}
/* line 186, ../sass/module/_find_a_shop.scss */
#storelocator .infoBox p {
  color: #000;
  line-height: 1.5;
}
/* line 191, ../sass/module/_find_a_shop.scss */
#storelocator .infoBox .link a {
  color: #118236;
  text-decoration: none;
}
/* line 195, ../sass/module/_find_a_shop.scss */
#storelocator .infoBox .link a:hover {
  text-decoration: hover;
}
/* line 200, ../sass/module/_find_a_shop.scss */
#storelocator .infoBox img {
  position: absolute !important;
  right: 20px !important;
  top: 20px !important;
  z-index: 10;
  width: 14px;
  margin: 0 !important;
}
/* line 209, ../sass/module/_find_a_shop.scss */
#storelocator .infoBox .infoBox {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* line 2, ../sass/module/_pd_detail.scss */
.pd-back_breadcrumb {
  background-color: #fff;
  border-bottom: 2px solid #f5f4f1;
  overflow: hidden;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 14px;
  line-height: 20px;
}

/* line 11, ../sass/module/_pd_detail.scss */
.pd-back {
  position: relative;
  display: table;
  float: left;
  min-height: 40px;
  color: #2c7838;
  border-right: 2px solid #f5f4f1;
  padding: 12px 50px 12px 0;
}
/* line 19, ../sass/module/_pd_detail.scss */
.no-touch .pd-back {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
/* line 22, ../sass/module/_pd_detail.scss */
.no-touch .pd-back:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
/* line 26, ../sass/module/_pd_detail.scss */
.pd-back.js_one_line_single {
  border-right: 0;
  float: none;
}

/* line 31, ../sass/module/_pd_detail.scss */
.pd-back-copy {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}

/* line 36, ../sass/module/_pd_detail.scss */
.pd-back-arrow {
  position: relative;
  width: 40px;
  height: 40px;
  border: 2px solid #2c7838;
  border-radius: 50%;
  display: table-cell;
  vertical-align: middle;
}

/* line 45, ../sass/module/_pd_detail.scss */
.pd-back-arrow-img {
  position: absolute;
  width: 25%;
  left: 50%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(180deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(180deg);
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
}
/* line 51, ../sass/module/_pd_detail.scss */
.no-touch .pd-back-arrow-img {
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

/* line 55, ../sass/module/_pd_detail.scss */
.no-touch .pd-back:hover .pd-back-arrow-img {
  -moz-transform: translateX(-80%) translateY(-50%) rotate(180deg);
  -ms-transform: translateX(-80%) translateY(-50%) rotate(180deg);
  -webkit-transform: translateX(-80%) translateY(-50%) rotate(180deg);
  transform: translateX(-80%) translateY(-50%) rotate(180deg);
}

/* line 59, ../sass/module/_pd_detail.scss */
.pd-breadcrumbs-wrapper {
  float: left;
  margin-left: 36px;
  min-height: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: table;
}

/* line 67, ../sass/module/_pd_detail.scss */
.pd-breadcrumbs {
  display: table-cell;
  vertical-align: middle;
}

/* line 71, ../sass/module/_pd_detail.scss */
.pd-breadcrumb {
  color: #6d6661;
  display: inline-block;
}
/* line 74, ../sass/module/_pd_detail.scss */
.pd-breadcrumb:last-child {
  color: #2c7838;
}

/* line 78, ../sass/module/_pd_detail.scss */
.no-touch a.pd-breadcrumb {
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
/* line 80, ../sass/module/_pd_detail.scss */
.no-touch a.pd-breadcrumb:hover {
  color: #2c7838;
}

/* line 84, ../sass/module/_pd_detail.scss */
.pd-breadcrumb-sep {
  font-size: 12px;
  margin-left: 5px;
  margin-right: 5px;
}

/* line 90, ../sass/module/_pd_detail.scss */
.pd-detail-wrapper {
  background-color: #fff;
}

/* line 93, ../sass/module/_pd_detail.scss */
.pd-detail {
  width: 100%;
  max-width: 1304px;
  margin: 0 auto;
  clear: both;
  padding: 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 101, ../sass/module/_pd_detail.scss */
.pd-detail:after, .pd-detail:before {
  content: '';
  display: table;
  clear: both;
}

/* line 107, ../sass/module/_pd_detail.scss */
.pd-detail-left {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 40%;
  text-align: center;
  padding-right: 4.1%;
}

/* line 114, ../sass/module/_pd_detail.scss */
.pd-detail-productshot {
  width: 100%;
  max-width: 368px;
}

/* line 118, ../sass/module/_pd_detail.scss */
.pd-detail-right {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  width: 60%;
  padding-left: 4.1%;
}

/* line 124, ../sass/module/_pd_detail.scss */
.pd-detail-right-imgwrapper {
  display: none;
}

/* line 127, ../sass/module/_pd_detail.scss */
.pd-detail-right-img {
  width: 100%;
  max-width: 290px;
}

/* line 131, ../sass/module/_pd_detail.scss */
.pd-detail-right-title_shares {
  position: relative;
  min-height: 40px;
  margin-bottom: 26px;
}

/* line 136, ../sass/module/_pd_detail.scss */
.pd-detail-right-title {
  font-size: 30px;
  line-height: 36px;
  color: #6d6661;
  padding-right: 200px;
}
@media (max-width: 1200px) {
  /* line 136, ../sass/module/_pd_detail.scss */
  .pd-detail-right-title {
    font-size: 1.8em;
  }
}
@media (max-width: 1024px) {
  /* line 136, ../sass/module/_pd_detail.scss */
  .pd-detail-right-title {
    font-size: 2em;
  }
}
@media (max-width: 830px) {
  /* line 136, ../sass/module/_pd_detail.scss */
  .pd-detail-right-title {
    font-size: 1.8em;
  }
}

/* line 154, ../sass/module/_pd_detail.scss */
.pd-detail-right-shares {
  position: absolute;
  top: 0;
  right: 0;
}

/* line 159, ../sass/module/_pd_detail.scss */
.pd-detail-right-shares-mobile {
  display: none;
}

/* line 162, ../sass/module/_pd_detail.scss */
.pd-detail-right-share {
  text-align: center;
  width: 40px;
  height: 40px;
  display: block;
  float: left;
  margin-left: 10px;
  border-radius: 50%;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
/* line 172, ../sass/module/_pd_detail.scss */
.pd-detail-right-share span {
  border-bottom-color: transparent !important;
}
/* line 175, ../sass/module/_pd_detail.scss */
.pd-detail-right-share:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* line 180, ../sass/module/_pd_detail.scss */
.pd-detail-right-share-print {
  background-color: #a1bf36;
}

/* line 183, ../sass/module/_pd_detail.scss */
.pd-detail-right-share-print-img {
  width: 23px;
  margin-top: 9px;
}

/* line 187, ../sass/module/_pd_detail.scss */
.pd-detail-right-share-fb {
  background-color: #3B5998;
}

/* line 193, ../sass/module/_pd_detail.scss */
.pd-detail-right-share-fb-img {
  width: 23px;
  margin-top: 9px;
}

/* line 197, ../sass/module/_pd_detail.scss */
.pd-detail-right-share-tw {
  display: none;
  background-color: #00ACED;
}

/* line 203, ../sass/module/_pd_detail.scss */
.pd-detail-right-share-tw-img {
  width: 20px;
  margin-top: 10px;
}

/* line 207, ../sass/module/_pd_detail.scss */
.pd-detail-right-share-pinterest {
  display: none;
  background-color: #CB2027;
}

/* line 213, ../sass/module/_pd_detail.scss */
.pd-detail-right-share-pinterest-img {
  width: 22px;
  margin-top: 9px;
}

/* line 218, ../sass/module/_pd_detail.scss */
.pd-detail-right-body {
  margin-bottom: 36px;
}
/* line 220, ../sass/module/_pd_detail.scss */
.pd-detail-right-body, .pd-detail-right-body p {
  font-size: 15px;
  line-height: 20px;
  line-height: 1.33333333333333333333333333em;
}
@media (min-width: 1400px) {
  /* line 220, ../sass/module/_pd_detail.scss */
  .pd-detail-right-body, .pd-detail-right-body p {
    font-size: 16px;
  }
}
@media (min-width: 1800px) {
  /* line 220, ../sass/module/_pd_detail.scss */
  .pd-detail-right-body, .pd-detail-right-body p {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  /* line 220, ../sass/module/_pd_detail.scss */
  .pd-detail-right-body, .pd-detail-right-body p {
    font-size: 12px;
  }
}
@media (max-width: 830px) {
  /* line 220, ../sass/module/_pd_detail.scss */
  .pd-detail-right-body, .pd-detail-right-body p {
    font-size: 15px;
  }
}
@media (max-width: 520px) {
  /* line 220, ../sass/module/_pd_detail.scss */
  .pd-detail-right-body, .pd-detail-right-body p {
    font-size: 14px;
  }
}
@media (max-width: 440px) {
  /* line 220, ../sass/module/_pd_detail.scss */
  .pd-detail-right-body, .pd-detail-right-body p {
    font-size: 13px;
  }
}
@media (max-width: 380px) {
  /* line 220, ../sass/module/_pd_detail.scss */
  .pd-detail-right-body, .pd-detail-right-body p {
    font-size: 12px;
  }
}

/* line 258, ../sass/module/_pd_detail.scss */
.pd-detail-right-tabcordeon-tabs {
  clear: both;
  border-bottom: 2px solid red;
}
/* line 262, ../sass/module/_pd_detail.scss */
.flexbox .pd-detail-right-tabcordeon-tabs {
  display: -ms-flexbox;
  -ms-flex-direction: row;
  -ms-justify-content: flex-start;
  -ms-flex: 0 1 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

/* line 274, ../sass/module/_pd_detail.scss */
.pd-detail-right-tabcordeon-tab {
  float: left;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
/* line 279, ../sass/module/_pd_detail.scss */
.pd-detail-right-tabcordeon-tab:first-child span {
  margin-left: 0;
}
/* line 282, ../sass/module/_pd_detail.scss */
.pd-detail-right-tabcordeon-tab:last-child span {
  margin-right: 0;
}

/* line 286, ../sass/module/_pd_detail.scss */
.pd-detail-right-tabcordeon-tab-accordeon {
  position: relative;
  display: none;
  float: none;
  text-align: left;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
/* line 293, ../sass/module/_pd_detail.scss */
.pd-detail-right-tabcordeon-tab-accordeon span {
  margin-left: 0;
  margin-right: 0;
  border-bottom-width: 0;
}
/* line 298, ../sass/module/_pd_detail.scss */
.no-touch .pd-detail-right-tabcordeon-tab-accordeon:not(.js_tabcordeon_button_current):hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* line 302, ../sass/module/_pd_detail.scss */
.pd-detail-right-tabcordeon-tab-arrow {
  -moz-transition: -moz-transform 0.3s ease-in-out, top 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out, top 0.3s ease-in-out;
  -webkit-transition: -webkit-transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  position: absolute;
}

/* line 307, ../sass/module/_pd_detail.scss */
.pd-detail-right-tabcordeon-panel {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 310, ../sass/module/_pd_detail.scss */
.pd-detail-right-tabcordeon-panel-row {
  clear: both;
  overflow: hidden;
}
/* line 313, ../sass/module/_pd_detail.scss */
.pd-detail-right-tabcordeon-panel-row:last-child {
  padding-bottom: 0;
}

/* line 317, ../sass/module/_pd_detail.scss */
.pd-detail-right-tabcordeon-panel-row-outro {
  margin: 28px 0;
}

/* line 321, ../sass/module/_pd_detail.scss */
.pd-detail-right-tabcordeon-panel-row--lactose {
  padding-top: 15px;
  display: block;
  padding-bottom: 30px;
}

/* line 327, ../sass/module/_pd_detail.scss */
.pd-detail-right-tabcordeon-panel-column:first-child {
  float: left;
}
/* line 330, ../sass/module/_pd_detail.scss */
.pd-detail-right-tabcordeon-panel-column:last-child {
  float: right;
}

/* line 335, ../sass/module/_pd_detail.scss */
.pd-detail-right-tabcordeon-panel-column--lowercase {
  text-transform: none;
}

/* line 339, ../sass/module/_pd_detail.scss */
.pd-detail-right-tabcordeon-panel-nutri_bubbles {
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  clear: both;
  overflow: hidden;
}

/* line 347, ../sass/module/_pd_detail.scss */
.pd-detail-right-logos_fascta {
  margin-top: 42px;
  clear: both;
  overflow: hidden;
}

/* line 352, ../sass/module/_pd_detail.scss */
.pd-detail-right-logos {
  display: table;
  float: left;
  margin-bottom: 12px;
  margin-right: 12px;
}

/* line 358, ../sass/module/_pd_detail.scss */
.pd-detail-right-logo {
  display: table-cell;
  text-align: center;
}
/* line 361, ../sass/module/_pd_detail.scss */
.pd-detail-right-logo:not(:first-child) {
  padding-left: 13px;
}

/* line 365, ../sass/module/_pd_detail.scss */
.pd-detail-right-logo-img {
  max-height: 44px;
  max-width: 63px;
}

/* line 369, ../sass/module/_pd_detail.scss */
.pd-detail-right-logo-productcode {
  color: #2c7838;
  font-size: 9px;
  line-height: 11px;
}

/* line 374, ../sass/module/_pd_detail.scss */
.pd-detail-right-fascta {
  float: right;
}

/* line 379, ../sass/module/_pd_detail.scss */
.js_tabcordeon_panels {
  overflow: hidden;
  position: relative;
  -moz-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}

/* line 384, ../sass/module/_pd_detail.scss */
.js_tabcordeon_panel {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 30px 0 20px 0;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
  -o-transition: opacity 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0s ease-in-out;
  -webkit-transition-delay: 0s, 0.3s;
  transition: opacity 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
}

/* line 395, ../sass/module/_pd_detail.scss */
.js_tabcordeon_panel_current {
  position: relative;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 0.3s ease-in-out, visibility 0s ease-in-out 0s;
  -o-transition: opacity 0.3s ease-in-out, visibility 0s ease-in-out 0s;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0s ease-in-out;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity 0.3s ease-in-out, visibility 0s ease-in-out 0s;
}

/* line 405, ../sass/module/_pd_detail.scss */
.js_tabcordeon_tab_current span,
.no-touch .js_tabcordeon_tab:hover span,
.js_tabcordeon_button_current span,
.no-touch .js_tabcordeon_button:hover span {
  border-bottom-color: #a1bf36;
}

/* line 410, ../sass/module/_pd_detail.scss */
.js_tabcordeon_button_current {
  cursor: default;
}

/* line 415, ../sass/module/_pd_detail.scss */
.pd-recipes {
  clear: both;
  overflow: hidden;
  position: relative;
}

/* line 421, ../sass/module/_pd_detail.scss */
.pd-recipes-title {
  font-size: 30px;
  line-height: 1em;
  color: #2c7838;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  /* line 421, ../sass/module/_pd_detail.scss */
  .pd-recipes-title {
    margin-bottom: 24px;
  }
}
@media (max-width: 900px) {
  /* line 421, ../sass/module/_pd_detail.scss */
  .pd-recipes-title {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 640px) {
  /* line 421, ../sass/module/_pd_detail.scss */
  .pd-recipes-title {
    margin-bottom: 12px;
  }
}
@media (max-width: 420px) {
  /* line 421, ../sass/module/_pd_detail.scss */
  .pd-recipes-title {
    padding-left: 25px;
    padding-right: 25px;
  }
}

/* line 448, ../sass/module/_pd_detail.scss */
.pd-recipe-hw,
body #container .pd-recipe-hw {
  width: 50%;
}

/* line 452, ../sass/module/_pd_detail.scss */
.pd-recipe-fw,
body #container .pd-recipe-fw {
  width: 100%;
}

/* line 456, ../sass/module/_pd_detail.scss */
.pd-recipe-copybg {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(53% + 50px);
  height: 100%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

/* line 465, ../sass/module/_pd_detail.scss */
.pd-recipe-copy {
  max-width: 53%;
  text-transform: uppercase;
}
/* line 468, ../sass/module/_pd_detail.scss */
.pd-recipe-fw .pd-recipe-copy {
  max-width: 28%;
}

/* line 472, ../sass/module/_pd_detail.scss */
.pd-recipe-copy-title,
.hp_block-copy h1.pd-recipe-copy-title,
body #container .hp_block-copy h1.pd-recipe-copy-title {
  color: #fff;
  text-transform: uppercase;
}

/* line 479, ../sass/module/_pd_detail.scss */
.pr_ov-categories-pd {
  background-color: #fbf9f5;
}

/* line 483, ../sass/module/_pd_detail.scss */
.pr_ov-category-pd,
.pr_ov-category-pd * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 487, ../sass/module/_pd_detail.scss */
.pr_ov-category-title.pr_ov-category-title-pd {
  text-align: center;
  margin-bottom: 32px;
}

/* line 493, ../sass/module/_pd_detail.scss */
.pr_ov-category-products.pd-pr_ov-category-products {
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 1304px) {
  /* line 498, ../sass/module/_pd_detail.scss */
  .pd-detail-left {
    text-align: left;
    width: 28%;
    padding-right: 4%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 504, ../sass/module/_pd_detail.scss */
  .pd-detail-right {
    width: 72%;
  }
}
@media (max-width: 1024px) {
  /* line 509, ../sass/module/_pd_detail.scss */
  .pd-detail {
    padding: 30px;
  }

  /* line 512, ../sass/module/_pd_detail.scss */
  .pd-detail-left {
    width: 40%;
  }

  /* line 515, ../sass/module/_pd_detail.scss */
  .pd-detail-right {
    width: 60%;
    padding-left: 0;
  }

  /* line 520, ../sass/module/_pd_detail.scss */
  .pd-detail-right-title {
    padding-right: 0;
    padding-top: 64px;
  }

  /* line 524, ../sass/module/_pd_detail.scss */
  .pd-detail-productshot {
    margin-top: 64px;
  }

  /* line 527, ../sass/module/_pd_detail.scss */
  .pd-detail-right-tabcordeon {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 531, ../sass/module/_pd_detail.scss */
  .flexbox .pd-detail-right-tabcordeon-tabs,
  .pd-detail-right-tabcordeon-tabs {
    display: none;
  }

  /* line 536, ../sass/module/_pd_detail.scss */
  .pd-detail-right-tabcordeon-tab-accordeon {
    display: block;
  }

  /* line 540, ../sass/module/_pd_detail.scss */
  .pd-detail-right-logo-img {
    max-height: 33px;
    max-width: 48px;
  }

  /* line 545, ../sass/module/_pd_detail.scss */
  .js_tabcordeon_panel {
    position: relative;
    height: 0;
    padding: 0 0;
    -moz-transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out, height 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
    -o-transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out, height 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
    -webkit-transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out, height 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0s ease-in-out;
    -webkit-transition-delay: 0s, 0s, 0s, 0s, 0.3s;
    transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out, height 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
  }

  /* line 551, ../sass/module/_pd_detail.scss */
  .js_tabcordeon_panel_current {
    height: auto;
    padding: 15px 0;
    -moz-transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out, height 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0s ease-in-out 0s;
    -o-transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out, height 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0s ease-in-out 0s;
    -webkit-transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out, height 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0s ease-in-out;
    -webkit-transition-delay: 0s, 0s, 0s, 0s, 0s;
    transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out, height 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0s ease-in-out 0s;
  }
  /* line 556, ../sass/module/_pd_detail.scss */
  .js_tabcordeon_panel_current .pd-detail-right-tabcordeon-linebottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    border-top: 1px solid #ff0000;
  }

  /* line 565, ../sass/module/_pd_detail.scss */
  .pd-detail-right-tabcordeon-panel.js_tabcordeon_panel_current:last-child {
    border-bottom: 1px solid #ede8e1;
  }

  /* line 569, ../sass/module/_pd_detail.scss */
  .pd-detail-right-logos_fascta {
    margin-top: 0;
  }

  /* line 572, ../sass/module/_pd_detail.scss */
  .pd-detail-right-logos {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    float: none;
    padding: 18px 3%;
    background-color: #f7f4ed;
  }

  /* line 580, ../sass/module/_pd_detail.scss */
  .pd-detail-right-fascta {
    margin-top: 24px;
    padding-bottom: 2px;
  }

  /* line 584, ../sass/module/_pd_detail.scss */
  .pr_ov-category-title.pr_ov-category-title-pd {
    margin-bottom: 24px;
  }
}
@media (max-width: 830px) {
  /* line 590, ../sass/module/_pd_detail.scss */
  .pd-recipe-hw,
  body #container .pd-recipe-hw {
    width: 100%;
  }

  /* line 594, ../sass/module/_pd_detail.scss */
  .pd-recipe-fw .pd-recipe-copy {
    max-width: 53%;
  }
}
@media (max-width: 768px) {
  /* line 600, ../sass/module/_pd_detail.scss */
  .pd-detail-right-imgwrapper {
    display: block;
    float: left;
    width: 50%;
    margin-top: 26px;
    margin-bottom: 36px;
    padding-right: 4%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 609, ../sass/module/_pd_detail.scss */
  .pd-detail-right-imgwrapper-landscape {
    float: none;
    width: 100%;
  }

  /* line 613, ../sass/module/_pd_detail.scss */
  .pd-detail-right-body {
    float: right;
    width: 50%;
  }

  /* line 617, ../sass/module/_pd_detail.scss */
  .pd-detail-right-body-landscape {
    float: none;
    width: 100%;
  }

  /* line 621, ../sass/module/_pd_detail.scss */
  .pd-detail-left {
    display: none;
  }

  /* line 624, ../sass/module/_pd_detail.scss */
  .pd-detail-right {
    width: 100%;
  }

  /* line 627, ../sass/module/_pd_detail.scss */
  .pd-detail-right-title {
    padding-right: 200px;
    padding-top: 0;
  }

  /* line 632, ../sass/module/_pd_detail.scss */
  .pd-detail-right-logos_fascta {
    margin-left: -50px;
    margin-right: -50px;
  }

  /* line 637, ../sass/module/_pd_detail.scss */
  .pd-detail-right-fascta {
    margin-right: 50px;
  }

  /* line 641, ../sass/module/_pd_detail.scss */
  .pd-detail-right-imgwrapper {
    text-align: center;
  }

  /* line 644, ../sass/module/_pd_detail.scss */
  .pd-detail-right-img {
    width: 50%;
  }
}
@media (max-width: 830px) {
  /* line 651, ../sass/module/_pd_detail.scss */
  .pd-detail {
    padding: 50px;
  }
}
@media (max-width: 640px) {
  /* line 657, ../sass/module/_pd_detail.scss */
  .pr_ov-category-title.pr_ov-category-title-pd {
    margin-bottom: 12px;
  }

  /* line 660, ../sass/module/_pd_detail.scss */
  .pd-detail-right-img {
    width: 40%;
  }
}
@media (max-width: 520px) {
  /* line 666, ../sass/module/_pd_detail.scss */
  .pd-back_breadcrumb {
    padding-left: 30px;
    padding-right: 30px;
  }

  /* line 670, ../sass/module/_pd_detail.scss */
  .pd-detail {
    padding: 30px;
  }

  /* line 673, ../sass/module/_pd_detail.scss */
  .pd-detail-right-body {
    margin-bottom: 26px;
  }

  /* line 676, ../sass/module/_pd_detail.scss */
  .pd-detail-right-title {
    padding-right: 0;
  }

  /* line 679, ../sass/module/_pd_detail.scss */
  .pd-detail-right-imgwrapper {
    padding-right: 0;
    text-align: center;
    margin-bottom: 26px;
  }

  /* line 684, ../sass/module/_pd_detail.scss */
  .pd-detail-right-body {
    float: none;
    width: 100%;
  }

  /* line 688, ../sass/module/_pd_detail.scss */
  .pd-detail-right-fascta {
    margin-right: 30px;
  }

  /* line 692, ../sass/module/_pd_detail.scss */
  .pd-detail-right-shares {
    display: none;
  }

  /* line 695, ../sass/module/_pd_detail.scss */
  .pd-detail-right-shares-mobile {
    display: block;
    position: relative;
    margin-bottom: 32px;
    top: auto;
    right: auto;
    width: auto;
    overflow: hidden;
    clear: both;
  }
  /* line 704, ../sass/module/_pd_detail.scss */
  .pd-detail-right-shares-mobile .pd-detail-right-share-print {
    margin-left: 0;
  }
}
@media (max-width: 359px) {
  /* line 710, ../sass/module/_pd_detail.scss */
  .pd-detail-right-imgwrapper {
    float: none;
    width: 100%;
    text-align: left;
  }
}
/* line 1, ../sass/module/_product_overview.scss */
html, body {
  -webkit-font-smoothing: antialiased;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  /* line 1, ../sass/module/_product_overview.scss */
  html, body {
    -webkit-font-smoothing: subpixel-antialiased;
  }
}

/* line 15, ../sass/module/_product_overview.scss */
.pr_ov {
  font-family: "Lato", sans-serif;
  color: #000;
  position: relative;
}
/* line 20, ../sass/module/_product_overview.scss */
.pr_ov, .pr_ov * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 26, ../sass/module/_product_overview.scss */
.pr_ov__anchor-links-select {
  color: #904524;
}

/*
    NAV
*/
/* line 34, ../sass/module/_product_overview.scss */
.pr_ov-nav_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #904524;
  text-align: center;
  padding: 30px;
  z-index: 2;
}
/* line 44, ../sass/module/_product_overview.scss */
.pr_ov-nav_wrapper.js_sticky_nav_under_header_fixed {
  position: fixed;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

/* line 54, ../sass/module/_product_overview.scss */
.pr_ov-nav_wrapper-inline {
  display: inline-block;
  text-align: left;
}

/* line 58, ../sass/module/_product_overview.scss */
.pr_ov-nav {
  line-height: 1;
}
/* line 61, ../sass/module/_product_overview.scss */
.pr_ov-nav.js_flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: space-between;
  align-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 62, ../sass/module/_product_overview.scss */
.ie10 .pr_ov-nav.js_flex {
  display: -ms-flexbox;
  -ms-flex-direction: row;
  -ms-flex-align: flex-start;
  -ms-flex: 0 1 auto;
  -ms-flex-pack: distribute;
  -ms-flex-line-pack: distribute;
}

/* line 79, ../sass/module/_product_overview.scss */
.pr_ov-nav-item {
  position: relative;
}
/* line 82, ../sass/module/_product_overview.scss */
.pr_ov-nav-item:not(:first-child) {
  padding-left: 25px;
}
/* line 85, ../sass/module/_product_overview.scss */
.pr_ov-nav-item:not(:last-child) {
  padding-right: 25px;
}

/* line 89, ../sass/module/_product_overview.scss */
.pr_ov-nav-item-link {
  display: block;
  font-size: 16px;
  font-family: "Gelion Black", sans-serif;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
/* line 100, ../sass/module/_product_overview.scss */
.no-touch .pr_ov-nav-item-link:hover .pr_ov-nav-item-link-copy, .pr_ov-nav-item-link.js_hovering .pr_ov-nav-item-link-copy {
  border-bottom: 2px solid #fff;
}

/* line 105, ../sass/module/_product_overview.scss */
.pr_ov-nav-item-link-expandable {
  position: relative;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-right: 14px;
  cursor: pointer;
}
/* line 110, ../sass/module/_product_overview.scss */
.pr_ov-nav-item-link-expandable:after {
  content: '';
  position: absolute;
  top: 0.25em;
  right: 0;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #fff;
}

/* line 122, ../sass/module/_product_overview.scss */
.pr_ov-nav-item-link-copy {
  display: inline;
  opacity: 1;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

/* line 127, ../sass/module/_product_overview.scss */
.pr_ov-nav-item-link-subitems {
  position: absolute;
  top: 130%;
  left: 0;
  background-color: #904524;
  padding: 15px;
  white-space: nowrap;
  z-index: 2;
  margin-left: -15px;
  text-transform: none;
  font-size: 0.858em;
  text-align: left;
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  -moz-transition: visibility 0s ease-in-out 0.2s, opacity 0.2s ease-in-out;
  -o-transition: visibility 0s ease-in-out 0.2s, opacity 0.2s ease-in-out;
  -webkit-transition: visibility 0s ease-in-out, opacity 0.2s ease-in-out;
  -webkit-transition-delay: 0.2s, 0s;
  transition: visibility 0s ease-in-out 0.2s, opacity 0.2s ease-in-out;
}
/* line 145, ../sass/module/_product_overview.scss */
.pr_ov-nav-item-link-subitems.js_showme {
  visibility: visible;
  opacity: 1;
  -moz-transition: visibility 0s ease-in-out 0s, opacity 0.2s ease-in-out;
  -o-transition: visibility 0s ease-in-out 0s, opacity 0.2s ease-in-out;
  -webkit-transition: visibility 0s ease-in-out, opacity 0.2s ease-in-out;
  -webkit-transition-delay: 0s, 0s;
  transition: visibility 0s ease-in-out 0s, opacity 0.2s ease-in-out;
}
/* line 151, ../sass/module/_product_overview.scss */
.js_flex .pr_ov-nav-item-link-subitems {
  text-align: center;
  margin-left: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 158, ../sass/module/_product_overview.scss */
.pr_ov-nav-item-link-subitem-link {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  display: inline-block;
  border-bottom: 2px solid transparent;
  padding: 4px 0;
}
/* line 166, ../sass/module/_product_overview.scss */
.no-touch .pr_ov-nav-item-link-subitem-link {
  opacity: 1;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 170, ../sass/module/_product_overview.scss */
.no-touch .pr_ov-nav-item-link-subitem-link:hover {
  border-bottom: 2px solid #fff;
}

/*
    CATEGORIES
*/
/* line 180, ../sass/module/_product_overview.scss */
.pr_ov-category {
  position: relative;
  padding: 60px 0 60px;
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
}
/* line 186, ../sass/module/_product_overview.scss */
.pr_ov-category .pr_ov-category-product-icon {
  background-color: #388e3c !important;
  color: #fff8f2;
}

/* line 193, ../sass/module/_product_overview.scss */
.pr_ov-category .pr_ov-category-title {
  font-weight: normal;
  font-family: 'Gelion Black', sans-serif;
  font-size: 50px;
  margin-bottom: 35px;
  text-transform: lowercase;
}

/* line 202, ../sass/module/_product_overview.scss */
.pr_ov-category-scrollink {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
}

/* line 210, ../sass/module/_product_overview.scss */
.pr_ov-category-all_less {
  margin-top: 40px;
  position: relative;
  font-size: 18px;
  font-family: "Gelion Black", sans-serif;
  display: inline-block;
  background-color: #f88806;
  border: 2px solid #f88806;
  color: #fff;
  line-height: 1;
  padding: 11px 25px 13px;
  text-transform: uppercase;
  transition: all 0.2s;
  white-space: nowrap;
}

/* line 226, ../sass/module/_product_overview.scss */
.js_show_all_less_cta_span {
  display: inline-block;
  line-height: 1.2;
  position: relative;
  top: 0px;
  left: 0px;
}

/* line 234, ../sass/module/_product_overview.scss */
.js_show_all_less_cta_span_hidden {
  display: none;
}

/* line 238, ../sass/module/_product_overview.scss */
.pr_ov-category-products {
  overflow: hidden;
  -moz-transition: height 0.4s ease-in-out;
  -o-transition: height 0.4s ease-in-out;
  -webkit-transition: height 0.4s ease-in-out;
  transition: height 0.4s ease-in-out;
  max-width: 1100px;
  margin: 32px auto 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  align-content: space-between;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 244, ../sass/module/_product_overview.scss */
.pr_ov .pr_ov-category-products {
  padding-left: 50px;
  padding-right: 50px;
}
/* line 249, ../sass/module/_product_overview.scss */
.ie10 .pr_ov-category-products {
  display: -ms-flexbox;
  -ms-flex-direction: row;
  -ms-flex-align: baseline;
  -ms-flex: 0 1 auto;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: start;
  -ms-flex-line-pack: distribute;
}

/* line 269, ../sass/module/_product_overview.scss */
.pr_ov-category-product {
  position: relative;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 15px;
  -webkit-flex-basis: 20%;
  flex-basis: 20%;
  max-width: 20%;
}
/* line 275, ../sass/module/_product_overview.scss */
.ie10 .pr_ov-category-product {
  -ms-preferred-size: 20%;
}
/* line 282, ../sass/module/_product_overview.scss */
.pr_ov-category-product:hover h3 {
  text-decoration: underline;
}

/* line 288, ../sass/module/_product_overview.scss */
.pr_ov-category-product-imgwrapper {
  display: inline-block;
  position: relative;
}

/* line 293, ../sass/module/_product_overview.scss */
.pr_ov-category-product-icon {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: -25px;
  left: -35px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  text-transform: uppercase;
  text-align: center;
  background-color: #fff8f2 !important;
  color: #388e3c;
}
/* line 306, ../sass/module/_product_overview.scss */
.no-touch .pr_ov-category-product-icon {
  opacity: 1;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 311, ../sass/module/_product_overview.scss */
.pr_ov-category-product-icon-small .pr_ov-category-product-icon-span {
  font-size: 1em;
}

/* line 315, ../sass/module/_product_overview.scss */
.pr_ov-category-product-icon-span {
  width: 100%;
  color: inherit;
  font-size: 20px;
}

/* line 321, ../sass/module/_product_overview.scss */
#js_pr_ov_rowcount {
  position: absolute;
  top: -99999999px;
  left: 5px;
}

/* line 326, ../sass/module/_product_overview.scss */
.pr_ov-category-product-img {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 329, ../sass/module/_product_overview.scss */
.pr_ov-category-product-title {
  font-family: "Gelion Black", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1;
  text-transform: lowercase;
  margin-top: 16%;
  color: #000;
  padding-left: 5%;
  padding-right: 5%;
}

/* mobile */
@media (max-width: 1440px) {
  /* line 343, ../sass/module/_product_overview.scss */
  .pr_ov-category {
    padding: 30px 0 30px;
  }
  /* line 345, ../sass/module/_product_overview.scss */
  .pr_ov-category .pr_ov-category-title {
    font-size: 40px;
    padding: 0 15px;
  }
}
@media (max-width: 1024px) {
  /* line 356, ../sass/module/_product_overview.scss */
  .pr_ov-category-products--hide-for-mobile .pr_ov-category-product:nth-child(n + 4) {
    display: none;
  }

  /* line 361, ../sass/module/_product_overview.scss */
  #js_pr_ov_rowcount {
    left: 3px;
  }

  /* line 365, ../sass/module/_product_overview.scss */
  .pr_ov-category-product {
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  /* line 366, ../sass/module/_product_overview.scss */
  .ie10 .pr_ov-category-product {
    -ms-preferred-size: 33.33333%;
  }
}
@media (max-width: 900px) {
  /* line 375, ../sass/module/_product_overview.scss */
  .pr_ov-nav {
    display: none;
  }

  /* line 379, ../sass/module/_product_overview.scss */
  .pr_ov-nav_wrapper-inline {
    display: block;
  }

  /* line 383, ../sass/module/_product_overview.scss */
  .pr_ov-nav_wrapper {
    padding: 15px;
  }

  /* line 388, ../sass/module/_product_overview.scss */
  .pr_ov .pr_ov-category-products {
    padding-left: 40px;
    padding-right: 40px;
  }

  /* line 393, ../sass/module/_product_overview.scss */
  .pr_ov-category-all_less {
    font-size: 19px;
  }
}
@media (max-width: 640px) {
  /* line 400, ../sass/module/_product_overview.scss */
  #js_pr_ov_rowcount {
    left: 2px;
  }

  /* line 403, ../sass/module/_product_overview.scss */
  .pr_ov-category-product {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  /* line 404, ../sass/module/_product_overview.scss */
  .ie10 .pr_ov-category-product {
    -ms-preferred-size: 50%;
  }

  /* line 414, ../sass/module/_product_overview.scss */
  .pr_ov-category-products--hide-for-mobile .pr_ov-category-product:nth-child(n + 4) {
    display: block;
  }
  /* line 418, ../sass/module/_product_overview.scss */
  .pr_ov-category-products--hide-for-mobile .pr_ov-category-product:nth-child(n + 5) {
    display: none;
  }

  /* line 423, ../sass/module/_product_overview.scss */
  .pr_ov-category-product-icon {
    width: 62px;
    height: 62px;
  }

  /* line 428, ../sass/module/_product_overview.scss */
  .pr_ov-category-product-icon-span {
    font-size: 18px;
  }
  /* line 431, ../sass/module/_product_overview.scss */
  .pr_ov-category-product-icon-small .pr_ov-category-product-icon-span {
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  /* line 440, ../sass/module/_product_overview.scss */
  #js_pr_ov_rowcount {
    left: 1px;
  }

  /* line 444, ../sass/module/_product_overview.scss */
  .pr_ov-category-product {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  /* line 445, ../sass/module/_product_overview.scss */
  .ie10 .pr_ov-category-product {
    -ms-preferred-size: 100%;
  }

  /* line 455, ../sass/module/_product_overview.scss */
  .pr_ov-category-products--hide-for-mobile .pr_ov-category-product:nth-child(n + 3) {
    display: none;
  }

  /* line 460, ../sass/module/_product_overview.scss */
  .pr_ov-category-product-icon {
    width: 52px;
    height: 52px;
  }

  /* line 465, ../sass/module/_product_overview.scss */
  .pr_ov-category-product-icon-span {
    font-size: 16px;
  }
  /* line 468, ../sass/module/_product_overview.scss */
  .pr_ov-category-product-icon-small .pr_ov-category-product-icon-span {
    font-size: 11px;
  }
}
/* line 1, ../sass/module/_product_block.scss */
.product-display-block {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  background-color: #fff;
  color: #000;
  align-items: center;
}

/* line 10, ../sass/module/_product_block.scss */
.product-display-block-col {
  width: 100%;
}

/* left */
/* line 15, ../sass/module/_product_block.scss */
.product-display-block-left {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 15px;
}

/* line 21, ../sass/module/_product_block.scss */
.product-display-block-img {
  margin-right: 20px;
  margin-left: 0px;
}
/* line 24, ../sass/module/_product_block.scss */
.product-display-block-img img {
  max-width: 100%;
  max-height: 300px;
}

/* line 29, ../sass/module/_product_block.scss */
.product-display-block-intro {
  font-weight: normal;
  font-family: 'Gelion Black', sans-serif;
  text-align: left;
  font-size: 50px;
  max-height: 400px;
}
/* line 36, ../sass/module/_product_block.scss */
.product-display-block-intro p {
  font-family: inherit;
  line-height: inherit;
  font-size: inherit;
}

/* right */
/* line 45, ../sass/module/_product_block.scss */
.product-display-block-right {
  text-align: center;
  padding: 30px 20px 40px 20px;
}

/* line 49, ../sass/module/_product_block.scss */
.product-display-block-title {
  font-weight: normal;
  font-family: 'Gelion Black', sans-serif;
  font-size: 50px;
  margin-bottom: 22px;
}

/* line 55, ../sass/module/_product_block.scss */
.product-display-block-subtitle {
  font-size: 18px;
  line-height: 1.6;
  margin: 0 auto;
}
/* line 60, ../sass/module/_product_block.scss */
.product-display-block-subtitle p {
  line-height: inherit;
  font-size: inherit;
}

/* line 65, ../sass/module/_product_block.scss */
.product-display-block-cta {
  font-family: 'Gelion Black', sans-serif;
  color: #fff;
  font-weight: normal;
  background-color: #f88806;
  border: 2px solid #f88806;
  display: inline-block;
  text-transform: uppercase;
  padding: 14px 26px;
  font-size: 16px;
  margin: 2em;
  transition: all 0.2s;
}

/* line 68, ../sass/module/_product_block.scss */
.product-display-block-cta--nofoot {
  margin-bottom: 0;
}

/* line 72, ../sass/module/_product_block.scss */
.product-display-block-footnote {
  font-size: 14px;
  color: #4c4c4c;
  line-height: 1.6;
}
/* line 77, ../sass/module/_product_block.scss */
.product-display-block-footnote p {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

@media (min-width: 900px) {
  /* line 85, ../sass/module/_product_block.scss */
  .product-display-block {
    padding: 45px 0;
  }

  /* line 88, ../sass/module/_product_block.scss */
  .product-display-block-col {
    width: 50%;
  }

  /* line 91, ../sass/module/_product_block.scss */
  .product-display-block-right {
    padding: 0 60px;
  }

  /* line 94, ../sass/module/_product_block.scss */
  .product-display-block-left {
    padding: 0;
  }
  /* line 96, ../sass/module/_product_block.scss */
  .product-display-block-left.product-display-block-left-right {
    order: 1;
  }

  /* line 100, ../sass/module/_product_block.scss */
  .product-display-block-intro {
    font-size: 60px;
  }

  /* line 103, ../sass/module/_product_block.scss */
  .product-display-block-img {
    margin-left: 30px;
    margin-right: 30px;
  }
  /* line 107, ../sass/module/_product_block.scss */
  .product-display-block-img img {
    max-height: 400px;
  }
}
/* line 1, ../sass/module/_info_popup.scss */
.info_popup {
  position: relative;
  display: inline-block;
  margin-left: 9px;
}

/* line 8, ../sass/module/_info_popup.scss */
.info_popup__svgwrapper {
  position: relative;
  width: 15px;
  height: 15px;
}

/* line 14, ../sass/module/_info_popup.scss */
.info_popup__svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 22, ../sass/module/_info_popup.scss */
.info_popup__svg__path {
  fill: #2c7838;
  fill-rule: evenodd;
}

/* line 28, ../sass/module/_info_popup.scss */
.info_popup__tooltip {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  max-width: 268px;
  width: 10000%;
  font-size: 15px;
  line-height: 20px;
  color: #6d6661;
  text-transform: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  -moz-transition: opacity 0.4s ease-in-out, -moz-transform 0.4s ease-in-out, visibility 0s ease-in-out 0.4s;
  -o-transition: opacity 0.4s ease-in-out, -o-transform 0.4s ease-in-out, visibility 0s ease-in-out 0.4s;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, visibility 0s ease-in-out;
  -webkit-transition-delay: 0s, 0s, 0.4s;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, visibility 0s ease-in-out 0.4s;
}
/* line 39, ../sass/module/_info_popup.scss */
.info_popup__tooltip::before {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 2%;
  left: 3%;
  right: 3%;
  top: 4%;
  -moz-box-shadow: 0px 8px 19.6px 0.4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 8px 19.6px 0.4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 19.6px 0.4px rgba(0, 0, 0, 0.2);
}
/* line 50, ../sass/module/_info_popup.scss */
.i18n-at-de .info_popup__tooltip, .i18n-gsw-berne .info_popup__tooltip, .i18n-de .info_popup__tooltip {
  -moz-transform: translateX(-34%) translateY(0);
  -ms-transform: translateX(-34%) translateY(0);
  -webkit-transform: translateX(-34%) translateY(0);
  transform: translateX(-34%) translateY(0);
}
/* line 56, ../sass/module/_info_popup.scss */
.i18n-it .info_popup__tooltip {
  -moz-transform: translateX(-47%) translateY(0);
  -ms-transform: translateX(-47%) translateY(0);
  -webkit-transform: translateX(-47%) translateY(0);
  transform: translateX(-47%) translateY(0);
}
/* line 64, ../sass/module/_info_popup.scss */
.info_popup.js_showme .info_popup__tooltip {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  -moz-transform: translateX(-50%) translateY(14px);
  -ms-transform: translateX(-50%) translateY(14px);
  -webkit-transform: translateX(-50%) translateY(14px);
  transform: translateX(-50%) translateY(14px);
  -moz-transition: opacity 0.4s ease-in-out, -moz-transform 0.4s ease-in-out, visibility 0s ease-in-out 0s;
  -o-transition: opacity 0.4s ease-in-out, -o-transform 0.4s ease-in-out, visibility 0s ease-in-out 0s;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, visibility 0s ease-in-out;
  -webkit-transition-delay: 0s, 0s, 0s;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, visibility 0s ease-in-out 0s;
}
/* line 71, ../sass/module/_info_popup.scss */
.i18n-at-de .info_popup.js_showme .info_popup__tooltip, .i18n-gsw-berne .info_popup.js_showme .info_popup__tooltip, .i18n-de .info_popup.js_showme .info_popup__tooltip {
  -moz-transform: translateX(-34%) translateY(14px);
  -ms-transform: translateX(-34%) translateY(14px);
  -webkit-transform: translateX(-34%) translateY(14px);
  transform: translateX(-34%) translateY(14px);
}
/* line 77, ../sass/module/_info_popup.scss */
.i18n-it .info_popup.js_showme .info_popup__tooltip {
  -moz-transform: translateX(-47%) translateY(14px);
  -ms-transform: translateX(-47%) translateY(14px);
  -webkit-transform: translateX(-47%) translateY(14px);
  transform: translateX(-47%) translateY(14px);
}

/* line 82, ../sass/module/_info_popup.scss */
.info_popup__tooltip__text {
  position: relative;
  padding: 24px 26px 22px;
  background-color: #fff;
  border: 1px solid #f5f4f1;
}
/* line 87, ../sass/module/_info_popup.scss */
.info_popup__tooltip__text::after {
  content: '';
  position: absolute;
  top: -8px;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-top: 1px solid #f5f4f1;
  border-left: 1px solid #f5f4f1;
  left: 50%;
  -moz-transform: translateX(-7px) rotate(45deg);
  -ms-transform: translateX(-7px) rotate(45deg);
  -webkit-transform: translateX(-7px) rotate(45deg);
  transform: translateX(-7px) rotate(45deg);
}
/* line 100, ../sass/module/_info_popup.scss */
.i18n-at-de .info_popup__tooltip__text::after, .i18n-gsw-berne .info_popup__tooltip__text::after, .i18n-de .info_popup__tooltip__text::after {
  left: 34%;
}
/* line 106, ../sass/module/_info_popup.scss */
.i18n-it .info_popup__tooltip__text::after {
  left: 47%;
}

/* line 111, ../sass/module/_info_popup.scss */
.info_popup__close {
  position: absolute;
  top: .8em;
  right: .8em;
}
/* line 116, ../sass/module/_info_popup.scss */
.info_popup__close svg {
  width: .8em;
  height: .8em;
}
/* line 120, ../sass/module/_info_popup.scss */
.info_popup__close svg path {
  -moz-transition: fill 0.3s ease-in-out;
  -o-transition: fill 0.3s ease-in-out;
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}
/* line 125, ../sass/module/_info_popup.scss */
.no-touch .info_popup__close:hover path {
  fill: #6d6661;
}

/* line 5, ../sass/mixins/_clearfix.scss */
.imagecopy:before, .imagecopy:after {
  display: table;
  content: '';
}
/* line 11, ../sass/mixins/_clearfix.scss */
.imagecopy:after {
  clear: both;
}
/* line 4, ../sass/module/_imagecopy.scss */
.imagecopy, .imagecopy * {
  box-sizing: border-box;
}

/* line 10, ../sass/module/_imagecopy.scss */
.imagecopy__inner {
  max-width: 1304px;
  padding: 38px 50px 35px 50px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/* line 22, ../sass/module/_imagecopy.scss */
.imagecopy__inner__img {
  padding-right: 3%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}

/* line 27, ../sass/module/_imagecopy.scss */
.imagecopy__inner__img__img {
  width: 100%;
}

/* line 31, ../sass/module/_imagecopy.scss */
.imagecopy__inner__img--pt1em {
  padding-top: 1em;
}

/* line 35, ../sass/module/_imagecopy.scss */
.imagecopy__inner__copy {
  padding-left: 3%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}

@media (max-width: 920px) {
  /* line 41, ../sass/module/_imagecopy.scss */
  .imagecopy__inner {
    display: block;
  }

  /* line 46, ../sass/module/_imagecopy.scss */
  .imagecopy__inner__img {
    padding-right: 0;
    padding-top: 2em;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 54, ../sass/module/_imagecopy.scss */
  .imagecopy__inner__img__img--mobile-pr18 {
    padding-right: 18%;
  }
}
@media (max-width: 900px) {
  /* line 60, ../sass/module/_imagecopy.scss */
  .imagecopy__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 420px) {
  /* line 67, ../sass/module/_imagecopy.scss */
  .imagecopy__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
/* line 6, ../sass/module/_header-image.scss */
.header-image .field-name-field-header-image {
  display: none;
}
/* line 10, ../sass/module/_header-image.scss */
.header-image .field-name-field-header-image-mobile {
  margin-bottom: -1px;
}
/* line 14, ../sass/module/_header-image.scss */
.header-image .field-name-field-header-image-mobile img {
  width: 100%;
  height: auto;
  display: block;
}
/* line 20, ../sass/module/_header-image.scss */
.header-image .field-name-field-title {
  text-transform: lowercase;
  font-weight: normal;
  font-family: 'Gelion Black', sans-serif;
  font-size: 50px;
  margin-bottom: 22px;
}

/* line 30, ../sass/module/_header-image.scss */
.header-image__body--color-00b7e1 {
  background-color: #00b7e1;
}
/* line 33, ../sass/module/_header-image.scss */
.header-image__body--color-00b7e1 .field-name-field-link a {
  color: #00b7e1;
}

/* line 30, ../sass/module/_header-image.scss */
.header-image__body--color-eebd08 {
  background-color: #eebd08;
}
/* line 33, ../sass/module/_header-image.scss */
.header-image__body--color-eebd08 .field-name-field-link a {
  color: #eebd08;
}

/* line 30, ../sass/module/_header-image.scss */
.header-image__body--color-d68018 {
  background-color: #d68018;
}
/* line 33, ../sass/module/_header-image.scss */
.header-image__body--color-d68018 .field-name-field-link a {
  color: #d68018;
}

/* line 30, ../sass/module/_header-image.scss */
.header-image__body--color-6b3a0f {
  background-color: #6b3a0f;
}
/* line 33, ../sass/module/_header-image.scss */
.header-image__body--color-6b3a0f .field-name-field-link a {
  color: #6b3a0f;
}

/* line 30, ../sass/module/_header-image.scss */
.header-image__body--color-8f499c {
  background-color: #8f499c;
}
/* line 33, ../sass/module/_header-image.scss */
.header-image__body--color-8f499c .field-name-field-link a {
  color: #8f499c;
}

/* line 30, ../sass/module/_header-image.scss */
.header-image__body--color-f385a0 {
  background-color: #f385a0;
}
/* line 33, ../sass/module/_header-image.scss */
.header-image__body--color-f385a0 .field-name-field-link a {
  color: #f385a0;
}

/* line 30, ../sass/module/_header-image.scss */
.header-image__body--color-e75545 {
  background-color: #e75545;
}
/* line 33, ../sass/module/_header-image.scss */
.header-image__body--color-e75545 .field-name-field-link a {
  color: #e75545;
}

/* line 30, ../sass/module/_header-image.scss */
.header-image__body--color-59bc7b {
  background-color: #59bc7b;
}
/* line 33, ../sass/module/_header-image.scss */
.header-image__body--color-59bc7b .field-name-field-link a {
  color: #59bc7b;
}

/* line 30, ../sass/module/_header-image.scss */
.header-image__body--color-00aea4 {
  background-color: #00aea4;
}
/* line 33, ../sass/module/_header-image.scss */
.header-image__body--color-00aea4 .field-name-field-link a {
  color: #00aea4;
}

/* line 30, ../sass/module/_header-image.scss */
.header-image__body--color-00773c {
  background-color: #00773c;
}
/* line 33, ../sass/module/_header-image.scss */
.header-image__body--color-00773c .field-name-field-link a {
  color: #00773c;
}

/* line 30, ../sass/module/_header-image.scss */
.header-image__body--color-8ebd3e {
  background-color: #8ebd3e;
}
/* line 33, ../sass/module/_header-image.scss */
.header-image__body--color-8ebd3e .field-name-field-link a {
  color: #8ebd3e;
}

/* line 30, ../sass/module/_header-image.scss */
.header-image__body--color-fff8f2 {
  background-color: #fff8f2;
}
/* line 33, ../sass/module/_header-image.scss */
.header-image__body--color-fff8f2 .field-name-field-link a {
  color: #fff8f2;
}

/* line 39, ../sass/module/_header-image.scss */
.header-image__body__bg {
  display: none;
}

/* line 43, ../sass/module/_header-image.scss */
.header-image__body__copy {
  padding: 32px 25px 42px;
  position: relative;
}
/* line 48, ../sass/module/_header-image.scss */
.header-image__body--footnote .header-image__body__copy {
  padding-bottom: 9px;
}

/* line 53, ../sass/module/_header-image.scss */
.header-image__cta {
  font-family: 'Gelion Black', sans-serif;
  color: #fff;
  font-weight: normal;
  background-color: #f88806;
  border: 2px solid #f88806;
  display: inline-block;
  text-transform: uppercase;
  padding: 14px 26px;
  font-size: 16px;
  margin: 2em;
  transition: all 0.2s;
  margin-bottom: 0;
}

/* line 58, ../sass/module/_header-image.scss */
.header-image__body__copy__xtra-intro {
  color: #000;
  margin-top: 20px;
  font-size: 20px;
}

@media (min-width: 900px) {
  /* line 66, ../sass/module/_header-image.scss */
  .header-image .field-name-field-header-image-mobile {
    display: none;
  }
  /* line 70, ../sass/module/_header-image.scss */
  .header-image .field-name-field-link {
    margin-top: 7.5%;
  }

  /* line 77, ../sass/module/_header-image.scss */
  .header-image__desktop-img .field-name-field-header-image {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    height: 100%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  /* line 85, ../sass/module/_header-image.scss */
  .header-image__desktop-img .field-name-field-header-image .field-items,
  .header-image__desktop-img .field-name-field-header-image .field-item {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
  /* line 93, ../sass/module/_header-image.scss */
  .header-image__desktop-img .field-name-field-header-image img {
    height: 100%;
    width: auto;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  /* line 105, ../sass/module/_header-image.scss */
  .header-image__desktop-img.is-width-100p .field-name-field-header-image,
  .header-image__desktop-img.is-width-100p .field-name-field-header-image .field-items,
  .header-image__desktop-img.is-width-100p .field-name-field-header-image .field-item {
    width: 100%;
  }
  /* line 111, ../sass/module/_header-image.scss */
  .header-image__desktop-img.is-width-100p .field-name-field-header-image img {
    width: 100%;
    height: auto;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  /* line 122, ../sass/module/_header-image.scss */
  .header-image__body {
    width: 40%;
    max-width: 580px;
    position: relative;
    margin: 3.47% 0 3.26% auto;
  }
  /* line 128, ../sass/module/_header-image.scss */
  .header-image__body .header-image__body__bg {
    background-position: 50% 50%;
    background-size: 100% 100%;
  }

  /* line 135, ../sass/module/_header-image.scss */
  .header-image__body--color-00b7e1 {
    background-color: transparent;
    background-image: none;
  }
  /* line 139, ../sass/module/_header-image.scss */
  .header-image__body--color-00b7e1 .header-image__body__bg {
    background-image: url("../img/header-image-svg-00b7e1.svg");
  }

  /* line 135, ../sass/module/_header-image.scss */
  .header-image__body--color-eebd08 {
    background-color: transparent;
    background-image: none;
  }
  /* line 139, ../sass/module/_header-image.scss */
  .header-image__body--color-eebd08 .header-image__body__bg {
    background-image: url("../img/header-image-svg-eebd08.svg");
  }

  /* line 135, ../sass/module/_header-image.scss */
  .header-image__body--color-d68018 {
    background-color: transparent;
    background-image: none;
  }
  /* line 139, ../sass/module/_header-image.scss */
  .header-image__body--color-d68018 .header-image__body__bg {
    background-image: url("../img/header-image-svg-d68018.svg");
  }

  /* line 135, ../sass/module/_header-image.scss */
  .header-image__body--color-6b3a0f {
    background-color: transparent;
    background-image: none;
  }
  /* line 139, ../sass/module/_header-image.scss */
  .header-image__body--color-6b3a0f .header-image__body__bg {
    background-image: url("../img/header-image-svg-6b3a0f.svg");
  }

  /* line 135, ../sass/module/_header-image.scss */
  .header-image__body--color-8f499c {
    background-color: transparent;
    background-image: none;
  }
  /* line 139, ../sass/module/_header-image.scss */
  .header-image__body--color-8f499c .header-image__body__bg {
    background-image: url("../img/header-image-svg-8f499c.svg");
  }

  /* line 135, ../sass/module/_header-image.scss */
  .header-image__body--color-f385a0 {
    background-color: transparent;
    background-image: none;
  }
  /* line 139, ../sass/module/_header-image.scss */
  .header-image__body--color-f385a0 .header-image__body__bg {
    background-image: url("../img/header-image-svg-f385a0.svg");
  }

  /* line 135, ../sass/module/_header-image.scss */
  .header-image__body--color-e75545 {
    background-color: transparent;
    background-image: none;
  }
  /* line 139, ../sass/module/_header-image.scss */
  .header-image__body--color-e75545 .header-image__body__bg {
    background-image: url("../img/header-image-svg-e75545.svg");
  }

  /* line 135, ../sass/module/_header-image.scss */
  .header-image__body--color-59bc7b {
    background-color: transparent;
    background-image: none;
  }
  /* line 139, ../sass/module/_header-image.scss */
  .header-image__body--color-59bc7b .header-image__body__bg {
    background-image: url("../img/header-image-svg-59bc7b.svg");
  }

  /* line 135, ../sass/module/_header-image.scss */
  .header-image__body--color-00aea4 {
    background-color: transparent;
    background-image: none;
  }
  /* line 139, ../sass/module/_header-image.scss */
  .header-image__body--color-00aea4 .header-image__body__bg {
    background-image: url("../img/header-image-svg-00aea4.svg");
  }

  /* line 135, ../sass/module/_header-image.scss */
  .header-image__body--color-00773c {
    background-color: transparent;
    background-image: none;
  }
  /* line 139, ../sass/module/_header-image.scss */
  .header-image__body--color-00773c .header-image__body__bg {
    background-image: url("../img/header-image-svg-00773c.svg");
  }

  /* line 135, ../sass/module/_header-image.scss */
  .header-image__body--color-8ebd3e {
    background-color: transparent;
    background-image: none;
  }
  /* line 139, ../sass/module/_header-image.scss */
  .header-image__body--color-8ebd3e .header-image__body__bg {
    background-image: url("../img/header-image-svg-8ebd3e.svg");
  }

  /* line 135, ../sass/module/_header-image.scss */
  .header-image__body--color-fff8f2 {
    background-color: transparent;
    background-image: none;
  }
  /* line 139, ../sass/module/_header-image.scss */
  .header-image__body--color-fff8f2 .header-image__body__bg {
    background-image: url("../img/header-image-svg-fff8f2.svg");
  }

  /* line 145, ../sass/module/_header-image.scss */
  .header-image__body--footnote {
    padding-bottom: 1.39%;
  }

  /* line 149, ../sass/module/_header-image.scss */
  .header-image__body__bg {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  /* line 158, ../sass/module/_header-image.scss */
  .header-image__body__svg {
    width: 100%;
    height: auto;
  }

  /* line 163, ../sass/module/_header-image.scss */
  .header-image__body__copy {
    position: relative;
    padding: 9.31% 6.9% 8.28%;
  }
  /* line 167, ../sass/module/_header-image.scss */
  .header-image__body--footnote .header-image__body__copy {
    padding-bottom: 20px;
  }
}
@media (min-width: 1440px) {
  /* line 174, ../sass/module/_header-image.scss */
  .header-image__body__copy {
    position: relative;
    padding-top: 54px;
    padding-bottom: 48px;
  }
}
/* line 2, ../sass/module/_header-img.scss */
.header-img, .header-img img {
  display: block;
  width: 100%;
  height: auto;
}

/* line 10, ../sass/module/_header-img.scss */
.header-img--desktop {
  display: none;
}

@media all and (min-width: 751px) {
  /* line 15, ../sass/module/_header-img.scss */
  .header-img--desktop {
    display: block;
  }

  /* line 19, ../sass/module/_header-img.scss */
  .header-img--mobile {
    display: none;
  }
}
/* line 1, ../sass/module/_single-column-text.scss */
.single-column-text {
  padding: 30px 20px;
}

/* line 6, ../sass/module/_single-column-text.scss */
.single-column-text__title {
  text-transform: lowercase;
  font-weight: normal;
  font-family: 'Gelion Black', sans-serif;
  font-size: 50px;
  margin-bottom: 22px;
}

/* line 14, ../sass/module/_single-column-text.scss */
.single-column-text__body {
  font-size: 18px;
  line-height: 1.6;
  max-width: 990px;
  margin: 0 auto;
}
/* line 26, ../sass/_mixins.scss */
.single-column-text__body p {
  line-height: inherit;
  font-size: inherit;
}

/* line 20, ../sass/module/_single-column-text.scss */
.single-column-text__cta {
  font-family: 'Gelion Black', sans-serif;
  color: #fff;
  font-weight: normal;
  background-color: #f88806;
  border: 2px solid #f88806;
  display: inline-block;
  text-transform: uppercase;
  padding: 14px 26px;
  font-size: 16px;
  margin: 2em;
  transition: all 0.2s;
  margin-bottom: 0;
}

@media (min-width: 900px) {
  /* line 26, ../sass/module/_single-column-text.scss */
  .single-column-text {
    padding: 60px 60px;
  }
}
/* line 1, ../sass/module/_products-promoted-to-hp.scss */
.products-promoted-to-hp {
  padding: 30px 20px;
}

/* line 5, ../sass/module/_products-promoted-to-hp.scss */
.products-promoted-to-hp__copy {
  position: relative;
}

/* line 9, ../sass/module/_products-promoted-to-hp.scss */
.products-promoted-to-hp__title {
  text-transform: lowercase;
  font-weight: normal;
  font-family: 'Gelion Black', sans-serif;
  font-size: 50px;
  margin-bottom: 22px;
}

/* line 17, ../sass/module/_products-promoted-to-hp.scss */
.products-promoted-to-hp__cta {
  font-family: 'Gelion Black', sans-serif;
  color: #fff;
  font-weight: normal;
  background-color: #f88806;
  border: 2px solid #f88806;
  display: inline-block;
  text-transform: uppercase;
  padding: 14px 26px;
  font-size: 16px;
  margin: 2em;
  transition: all 0.2s;
  margin-bottom: 0;
}

@media (min-width: 900px) {
  /* line 23, ../sass/module/_products-promoted-to-hp.scss */
  .products-promoted-to-hp {
    padding: 60px 60px;
  }
}
/* line 1, ../sass/module/_recipes-promoted-to-hp.scss */
.recipes-promoted-to-hp {
  padding: 30px 20px;
}

/* line 5, ../sass/module/_recipes-promoted-to-hp.scss */
.recipes-promoted-to-hp__copy {
  position: relative;
}

/* line 9, ../sass/module/_recipes-promoted-to-hp.scss */
.recipes-promoted-to-hp__title {
  text-transform: lowercase;
  font-weight: normal;
  font-family: 'Gelion Black', sans-serif;
  font-size: 50px;
  margin-bottom: 22px;
}

/* line 17, ../sass/module/_recipes-promoted-to-hp.scss */
.recipes-promoted-to-hp__body {
  font-size: 18px;
  line-height: 1.6;
  max-width: 760px;
  margin: 0 auto;
}
/* line 26, ../sass/_mixins.scss */
.recipes-promoted-to-hp__body p {
  line-height: inherit;
  font-size: inherit;
}

/* line 23, ../sass/module/_recipes-promoted-to-hp.scss */
.recipes-promoted-to-hp__cta {
  font-family: 'Gelion Black', sans-serif;
  color: #fff;
  font-weight: normal;
  background-color: #f88806;
  border: 2px solid #f88806;
  display: inline-block;
  text-transform: uppercase;
  padding: 14px 26px;
  font-size: 16px;
  margin: 2em;
  transition: all 0.2s;
  margin-bottom: 0;
}

/* line 28, ../sass/module/_recipes-promoted-to-hp.scss */
.recipes-promoted-to-hp__recipes {
  margin-top: 10px;
}
/* line 31, ../sass/module/_recipes-promoted-to-hp.scss */
.recipes-promoted-to-hp__recipes .tile_title {
  text-align: left;
}

@media (min-width: 900px) {
  /* line 37, ../sass/module/_recipes-promoted-to-hp.scss */
  .recipes-promoted-to-hp {
    padding: 60px 60px;
  }
}
/* line 1, ../sass/module/_searchresults.scss */
.searchresults {
  background-color: #fff;
  padding: 15px 20px 15px 20px;
  color: #000;
}
/* line 6, ../sass/module/_searchresults.scss */
.searchresults .block-node__title {
  font-weight: normal;
  font-family: 'Gelion Black', sans-serif;
  font-size: 50px;
  margin-bottom: 35px;
  text-transform: lowercase;
}
/* line 13, ../sass/module/_searchresults.scss */
.searchresults .block-node__title span {
  color: #f88806;
}

/* line 19, ../sass/module/_searchresults.scss */
.searchresults__count {
  color: currentColor;
  font-size: 26px;
  line-height: 1.3125;
  margin-top: 16px;
  margin-bottom: 26px;
  text-align: center;
}

/* line 28, ../sass/module/_searchresults.scss */
body #container .searchresults__searchform .search_input[type="text"] {
  font-size: 16px;
  font-family: "Gelion Black", sans-serif;
}

/* line 33, ../sass/module/_searchresults.scss */
body #container .searchresults__searchform .search_button {
  height: 100%;
  background-color: transparent;
}

/* line 38, ../sass/module/_searchresults.scss */
.searchresults__searchform {
  margin: 0 auto;
  max-width: 704px;
}

/* line 43, ../sass/module/_searchresults.scss */
.searchresults__wrap {
  position: relative;
}

/* line 46, ../sass/module/_searchresults.scss */
.searchresults__filter {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 51, ../sass/module/_searchresults.scss */
.searchresults__view {
  max-width: 704px;
  margin: 0 auto;
  min-height: 130px;
}

@media (max-width: 1000px) {
  /* line 57, ../sass/module/_searchresults.scss */
  .searchresults__filter {
    position: relative;
    max-width: 704px;
    margin: 0 auto;
    margin-top: 16px;
    margin-bottom: -25px;
  }
  /* line 64, ../sass/module/_searchresults.scss */
  .searchresults__filter h3 {
    display: inline;
  }
  /* line 67, ../sass/module/_searchresults.scss */
  .searchresults__filter .filters_list {
    display: inline;
  }
  /* line 70, ../sass/module/_searchresults.scss */
  .searchresults__filter .filters_list_item {
    display: inline-block;
    margin-left: 20px;
  }
}
/* line 77, ../sass/module/_searchresults.scss */
.view-id-search_results,
.view-id-global_search_results_new {
  margin-top: 46px;
}
/* line 81, ../sass/module/_searchresults.scss */
.view-id-search_results .views-row a,
.view-id-global_search_results_new .views-row a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  color: currentColor;
  font-size: 16px;
  line-height: 1.3125;
  font-weight: 700;
  margin-bottom: 22px;
}
/* line 90, ../sass/module/_searchresults.scss */
.view-id-search_results .views-row a .right,
.view-id-global_search_results_new .views-row a .right {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
/* line 96, ../sass/module/_searchresults.scss */
.view-id-search_results .views-row a .field_field_header_image,
.view-id-search_results .views-row a .field_field_packshot_big,
.view-id-global_search_results_new .views-row a .field_field_header_image,
.view-id-global_search_results_new .views-row a .field_field_packshot_big {
  margin-right: 24px;
  width: 120px;
  height: 120px;
  overflow: hidden;
}
/* line 103, ../sass/module/_searchresults.scss */
.view-id-search_results .views-row a .field_field_header_image img,
.view-id-search_results .views-row a .field_field_packshot_big img,
.view-id-global_search_results_new .views-row a .field_field_header_image img,
.view-id-global_search_results_new .views-row a .field_field_packshot_big img {
  width: 100%;
  height: auto;
}
/* line 110, ../sass/module/_searchresults.scss */
.view-id-search_results .views-row a .right .field_type,
.view-id-global_search_results_new .views-row a .right .field_type {
  text-transform: uppercase;
  opacity: .5;
  padding-bottom: 4px;
  font-size: 16px;
  font-family: "Gelion Black", sans-serif;
  font-weight: normal;
}
/* line 119, ../sass/module/_searchresults.scss */
.view-id-search_results .views-row a .right .field_title,
.view-id-global_search_results_new .views-row a .right .field_title {
  font-size: 22px;
}
/* line 123, ../sass/module/_searchresults.scss */
.view-id-search_results .views-row a .right .field_field_category,
.view-id-search_results .views-row a .right .field_field_parent_category,
.view-id-global_search_results_new .views-row a .right .field_field_category,
.view-id-global_search_results_new .views-row a .right .field_field_parent_category {
  font-weight: 400;
  padding-top: 6px;
  font-size: 400;
  font-size: 18px;
}
/* line 130, ../sass/module/_searchresults.scss */
.view-id-search_results .views-row a .right .field_field_category span,
.view-id-search_results .views-row a .right .field_field_parent_category span,
.view-id-global_search_results_new .views-row a .right .field_field_category span,
.view-id-global_search_results_new .views-row a .right .field_field_parent_category span {
  text-decoration: underline;
}
/* line 134, ../sass/module/_searchresults.scss */
.view-id-search_results .views-row a .right .field_answer,
.view-id-global_search_results_new .views-row a .right .field_answer {
  font-size: 18px;
  font-weight: 200;
  padding-top: 6px;
}
/* line 140, ../sass/module/_searchresults.scss */
.view-id-search_results .views-row a .clear,
.view-id-global_search_results_new .views-row a .clear {
  display: none;
}
/* line 144, ../sass/module/_searchresults.scss */
.no-touch .view-id-search_results .views-row a, .no-touch
.view-id-global_search_results_new .views-row a {
  opacity: 1;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 148, ../sass/module/_searchresults.scss */
.no-touch .view-id-search_results .views-row a:hover, .no-touch
.view-id-global_search_results_new .views-row a:hover {
  opacity: 0.75;
}
/* line 154, ../sass/module/_searchresults.scss */
.view-id-search_results .pager,
.view-id-global_search_results_new .pager {
  margin-top: 30px;
  margin-left: -4px;
  margin-right: -4px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 162, ../sass/module/_searchresults.scss */
.view-id-search_results .pager .pager-next,
.view-id-search_results .pager .pager-last,
.view-id-search_results .pager .pager-first,
.view-id-search_results .pager .pager-previous,
.view-id-global_search_results_new .pager .pager-next,
.view-id-global_search_results_new .pager .pager-last,
.view-id-global_search_results_new .pager .pager-first,
.view-id-global_search_results_new .pager .pager-previous {
  display: none;
}
/* line 169, ../sass/module/_searchresults.scss */
.view-id-search_results .pager li,
.view-id-global_search_results_new .pager li {
  display: block;
  padding: 0;
  margin: 8px 4px 0;
}
/* line 175, ../sass/module/_searchresults.scss */
.view-id-search_results .pager .pager-current,
.view-id-search_results .pager a,
.view-id-global_search_results_new .pager .pager-current,
.view-id-global_search_results_new .pager a {
  font-size: 21px;
  line-height: 1;
  padding: 15px 20px;
  color: currentColor;
  background-color: transparent;
}
/* line 184, ../sass/module/_searchresults.scss */
.view-id-search_results .pager .pager-current,
.view-id-global_search_results_new .pager .pager-current {
  color: #fff;
  background-color: #000;
}
/* line 189, ../sass/module/_searchresults.scss */
.view-id-search_results .pager a,
.view-id-global_search_results_new .pager a {
  background-color: transparent;
  display: inline-block;
}
/* line 193, ../sass/module/_searchresults.scss */
.no-touch .view-id-search_results .pager a, .no-touch
.view-id-global_search_results_new .pager a {
  opacity: 1;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
/* line 197, ../sass/module/_searchresults.scss */
.no-touch .view-id-search_results .pager a:hover, .no-touch
.view-id-global_search_results_new .pager a:hover {
  color: #fff8f2;
  background-color: #388e3c;
}
/* line 201, ../sass/module/_searchresults.scss */
.no-touch .view-id-search_results .pager a:hover:not(.pager-current), .no-touch
.view-id-global_search_results_new .pager a:hover:not(.pager-current) {
  opacity: .8;
}

@media (min-width: 900px) {
  /* line 211, ../sass/module/_searchresults.scss */
  .searchresults {
    padding: 55px 20px 55px 20px;
  }
}
/* line 1, ../sass/module/_image-text.scss */
.image-text {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  align-items: center;
}

/* line 8, ../sass/module/_image-text.scss */
.image-text__content, .image-text__img {
  width: 100%;
}

/* content */
/* line 13, ../sass/module/_image-text.scss */
.image-text__content {
  padding: 30px 20px;
  order: 1;
}

/* line 18, ../sass/module/_image-text.scss */
.image-text__title {
  text-transform: lowercase;
  font-weight: normal;
  font-family: 'Gelion Black', sans-serif;
  font-size: 50px;
  margin-bottom: 22px;
}

/* line 26, ../sass/module/_image-text.scss */
.image-text__body {
  font-size: 18px;
  line-height: 1.6;
  max-width: 520px;
  margin: 0 auto;
}
/* line 26, ../sass/_mixins.scss */
.image-text__body p {
  line-height: inherit;
  font-size: inherit;
}

/* line 32, ../sass/module/_image-text.scss */
.image-text__cta {
  font-family: 'Gelion Black', sans-serif;
  color: #fff;
  font-weight: normal;
  background-color: #f88806;
  border: 2px solid #f88806;
  display: inline-block;
  text-transform: uppercase;
  padding: 14px 26px;
  font-size: 16px;
  margin: 2em;
  transition: all 0.2s;
}

/* line 36, ../sass/module/_image-text.scss */
.image-text__footnote {
  font-size: 14px;
  color: #4c4c4c;
  line-height: 1.6;
}
/* line 41, ../sass/module/_image-text.scss */
.image-text__footnote p {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

/* image */
/* line 49, ../sass/module/_image-text.scss */
.image-text__img {
  align-self: stretch;
  position: relative;
}

/* line 54, ../sass/module/_image-text.scss */
.image-text__img--mobile {
  display: block;
  width: 100%;
}

/* line 58, ../sass/module/_image-text.scss */
.image-text__img--desktop {
  display: none;
  height: 100%;
  background-position: center center;
  background-size: cover;
}

/* line 65, ../sass/module/_image-text.scss */
.image-text__img--overlay {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Gelion Black", sans-serif;
}
/* line 73, ../sass/module/_image-text.scss */
.image-text__img--overlay p {
  font-family: inherit;
}

/* line 77, ../sass/module/_image-text.scss */
.image-text__icon {
  position: absolute;
  bottom: 20px;
}

/* line 81, ../sass/module/_image-text.scss */
.image-text__icon--left {
  left: 20px;
}

/* line 84, ../sass/module/_image-text.scss */
.image-text__icon--right {
  right: 20px;
}

/* line 88, ../sass/module/_image-text.scss */
.image-text__img--video {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  border-radius: 80px;
  cursor: pointer;
  cursor: hand;
}
/* line 98, ../sass/module/_image-text.scss */
.image-text__img--video:after {
  content: '';
  position: absolute;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid #fff;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
}

@media (min-width: 900px) {
  /* line 110, ../sass/module/_image-text.scss */
  .image-text {
    min-height: 500px;
  }

  /* line 114, ../sass/module/_image-text.scss */
  .image-text__content, .image-text__img {
    width: 50%;
  }

  /* line 118, ../sass/module/_image-text.scss */
  .image-text__content {
    padding: 60px 60px;
    order: 0;
  }

  /* line 122, ../sass/module/_image-text.scss */
  .image-text--img-left .image-text__content {
    order: 1;
  }

  /* line 126, ../sass/module/_image-text.scss */
  .image-text__img--desktop {
    display: block;
  }

  /* line 129, ../sass/module/_image-text.scss */
  .image-text__img--mobile {
    display: none;
  }
}
/* line 1, ../sass/module/_process_block.scss */
.process-block {
  padding: 30px 20px;
}

/* line 5, ../sass/module/_process_block.scss */
.process-block__title {
  text-transform: lowercase;
  font-weight: normal;
  font-family: 'Gelion Black', sans-serif;
  font-size: 50px;
  margin-bottom: 22px;
}

/* line 13, ../sass/module/_process_block.scss */
.process-block__body {
  font-size: 18px;
  line-height: 1.6;
  max-width: 760px;
  margin: 0 auto 22px auto;
}
/* line 26, ../sass/_mixins.scss */
.process-block__body p {
  line-height: inherit;
  font-size: inherit;
}

/* line 19, ../sass/module/_process_block.scss */
.process-block__footnote {
  font-size: 14px;
  color: #4c4c4c;
  line-height: 1.6;
  max-width: 760px;
  margin: 30px auto 0 auto;
}

/* line 27, ../sass/module/_process_block.scss */
.process-block__items--desktop {
  display: none;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 50px 0 30px 0;
}

/* line 35, ../sass/module/_process_block.scss */
.process-block__items--mobile {
  display: block;
  margin: 30px 0 30px 0;
}

/* line 40, ../sass/module/_process_block.scss */
.process-block__items--desktop .process-block__item {
  max-width: 200px;
  margin: 0 10px;
}

/* line 45, ../sass/module/_process_block.scss */
.process-block__item__title {
  font-size: 16px;
  font-family: "Gelion Black", sans-serif;
  text-transform: lowercase;
  margin: 18px 0;
}

/* line 52, ../sass/module/_process_block.scss */
.process-block__item__body {
  font-size: 14px;
  line-height: 1.5;
}
/* line 56, ../sass/module/_process_block.scss */
.process-block__item__body p {
  font-size: inherit;
  line-height: inherit;
}

/* line 62, ../sass/module/_process_block.scss */
.process-block__cta {
  font-family: 'Gelion Black', sans-serif;
  color: #fff;
  font-weight: normal;
  background-color: #f88806;
  border: 2px solid #f88806;
  display: inline-block;
  text-transform: uppercase;
  padding: 14px 26px;
  font-size: 16px;
  margin: 2em;
  transition: all 0.2s;
  margin-bottom: 0;
}

/* line 68, ../sass/module/_process_block.scss */
.process-block .glide__bullets {
  margin-top: 20px;
}
/* line 71, ../sass/module/_process_block.scss */
.process-block .glide__bullet {
  width: 12px;
  height: 12px;
  border: 2px solid currentColor;
  border-radius: 30px;
  display: inline-block;
  margin: 0 5px;
}
/* line 78, ../sass/module/_process_block.scss */
.process-block .glide__bullet--active {
  background-color: currentColor;
}

/* line 84, ../sass/module/_process_block.scss */
.process-block__item__img {
  position: relative;
}
/* line 87, ../sass/module/_process_block.scss */
.process-block__item__img img {
  width: 100%;
}

/* line 92, ../sass/module/_process_block.scss */
.process-block__items .process-block__item__img__after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  z-index: 1;
  transform: translateY(-50%);
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 30px solid currentColor;
}

/* line 105, ../sass/module/_process_block.scss */
.process-block__items--mobile .process-block__item__img__after {
  left: auto;
  right: -30px;
}

/* line 109, ../sass/module/_process_block.scss */
.process-block__items--desktop .process-block__item:last-child .process-block__item__img__after {
  display: none;
}

@media (min-width: 900px) {
  /* line 115, ../sass/module/_process_block.scss */
  .process-block {
    padding: 60px 60px;
  }

  /* line 119, ../sass/module/_process_block.scss */
  .process-block__items--mobile {
    display: none;
  }

  /* line 122, ../sass/module/_process_block.scss */
  .process-block__items--desktop {
    display: flex;
  }
}
/* line 1, ../sass/module/_product-detail.scss */
.product-detail__detail {
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
  color: #000;
  padding: 10px 25px 54px;
}
/* line 7, ../sass/module/_product-detail.scss */
.product-detail__detail .block-node__title {
  font-size: 40px;
  padding-top: 15px;
  font-family: 'Gelion Black', sans-serif;
  font-weight: normal;
  text-transform: lowercase;
}
/* line 15, ../sass/module/_product-detail.scss */
.product-detail__detail .block-node__title--padding {
  padding-bottom: 0;
}
/* line 19, ../sass/module/_product-detail.scss */
.product-detail__detail .field-name-body {
  margin-top: 18px;
  line-height: 1.5;
}
/* line 23, ../sass/module/_product-detail.scss */
.product-detail__detail .field-name-body strong,
.product-detail__detail .field-name-body b {
  font-weight: 400;
}
/* line 28, ../sass/module/_product-detail.scss */
.product-detail__detail .field-name-body p {
  font-size: 18px;
}

/* line 34, ../sass/module/_product-detail.scss */
.product-detail__title-desktop,
.product-detail__title-tablet,
.product-detail__specs .field-name-body {
  display: none;
}

/* line 40, ../sass/module/_product-detail.scss */
.product-detail__img {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 15px;
  width: 100%;
  height: 0;
  padding-bottom: 84.25926%;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
/* line 55, ../sass/module/_product-detail.scss */
.product-detail__img .field-name-field-packshot-big {
  width: 57%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
/* line 62, ../sass/module/_product-detail.scss */
.product-detail__img .field-name-field-packshot-big img {
  width: 100%;
  height: auto;
  display: block;
}

/* line 70, ../sass/module/_product-detail.scss */
.product-detail__img--landscape .field-name-field-packshot-big {
  width: 80%;
}

/* line 74, ../sass/module/_product-detail.scss */
.product-detail__img--high-portrait .field-name-field-packshot-big {
  width: 52%;
}

/* line 79, ../sass/module/_product-detail.scss */
.pd-detail-right-tabcordeon-panels {
  margin-top: 48px;
}

/* line 83, ../sass/module/_product-detail.scss */
.pd-detail-right-tabcordeon-tab {
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, padding-left 0.2s ease-in-out, padding-right 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, padding-left 0.2s ease-in-out, padding-right 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, padding-left 0.2s ease-in-out, padding-right 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, padding-left 0.2s ease-in-out, padding-right 0.2s ease-in-out;
}

/* line 87, ../sass/module/_product-detail.scss */
.no-touch .pd-detail-right-tabcordeon-tab:not(.js_tabcordeon_tab_current) {
  opacity: 1;
  -moz-transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out, background-color 0.2s ease-in-out, padding-left 0.2s ease-in-out, padding-right 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out, background-color 0.2s ease-in-out, padding-left 0.2s ease-in-out, padding-right 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out, background-color 0.2s ease-in-out, padding-left 0.2s ease-in-out, padding-right 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out, background-color 0.2s ease-in-out, padding-left 0.2s ease-in-out, padding-right 0.2s ease-in-out;
}
/* line 91, ../sass/module/_product-detail.scss */
.no-touch .pd-detail-right-tabcordeon-tab:not(.js_tabcordeon_tab_current):hover {
  opacity: .8;
}

/* line 96, ../sass/module/_product-detail.scss */
.pd-detail-right-tabcordeon-tab-accordeon {
  font-family: "Gelion Black", sans-serif;
  color: #ff0000;
  font-size: 16px;
  line-height: 1;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 26px;
  border-bottom: 1px solid currentColor;
}

/* line 107, ../sass/module/_product-detail.scss */
.pd-detail-right-tabcordeon-tab-arrow {
  width: 14px;
  height: 14px;
  border-bottom: 3px solid currentColor;
  border-right: 3px solid currentColor;
  right: 3px;
  top: 17px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 117, ../sass/module/_product-detail.scss */
.js_tabcordeon_button_current .pd-detail-right-tabcordeon-tab-arrow {
  top: 12px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 124, ../sass/module/_product-detail.scss */
.pd-detail-right-tabcordeon-panel-column, .pd-detail-right-tabcordeon-panel-column:last-child {
  float: none;
}

/* line 130, ../sass/module/_product-detail.scss */
.pd-detail-right-tabcordeon-panel-row {
  text-align: left;
  font-size: 18px;
  line-height: 1.11111;
}

/* line 136, ../sass/module/_product-detail.scss */
.pd-detail-right-tabcordeon-panel-row-indent {
  padding-left: 12px;
}

/* line 142, ../sass/module/_product-detail.scss */
.pd-detail-right-tabcordeon-panel[data-js-name="nutris"] .pd-detail-right-tabcordeon-panel-row {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 16px;
}
/* line 147, ../sass/module/_product-detail.scss */
.pd-detail-right-tabcordeon-panel[data-js-name="nutris"] .pd-detail-right-tabcordeon-panel-row:first-child {
  padding-bottom: 12px;
}
/* line 151, ../sass/module/_product-detail.scss */
.pd-detail-right-tabcordeon-panel[data-js-name="nutris"] .pd-detail-right-tabcordeon-panel-row:nth-child(-n + 2) {
  text-transform: uppercase;
  font-family: "Gelion Black", sans-serif;
  font-weight: normal;
}
/* line 157, ../sass/module/_product-detail.scss */
.pd-detail-right-tabcordeon-panel[data-js-name="nutris"] .pd-detail-right-tabcordeon-panel-row .pd-detail-right-tabcordeon-panel-column:last-child {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

/* line 164, ../sass/module/_product-detail.scss */
.pd-detail-ingr-title {
  font-size: 26px;
  line-height: 1.5;
  text-transform: lowercase;
  font-family: "Gelion Black", sans-serif;
}

/* line 171, ../sass/module/_product-detail.scss */
.pd-detail-ingr-description {
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 28px;
}
/* line 176, ../sass/module/_product-detail.scss */
.pd-detail-ingr-description p {
  font-size: inherit;
  line-height: inherit;
}

/* line 182, ../sass/module/_product-detail.scss */
.pd-detail-right-tabcordeon-panel-contains {
  text-align: left;
  padding-top: 8px;
  text-transform: uppercase;
  font-weight: 700;
}

/* line 189, ../sass/module/_product-detail.scss */
.pd-detail-right-tabcordeon-panel-contains-title {
  font-size: 16px;
  color: #ff0000;
}
/* line 193, ../sass/module/_product-detail.scss */
.pd-detail-right-tabcordeon-panel-contains-title:last-child {
  text-transform: none;
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 400;
}

/* line 201, ../sass/module/_product-detail.scss */
.pd-detail-right-tabcordeon-panel-contains-title__lowercase {
  text-transform: lowercase;
}

/* line 205, ../sass/module/_product-detail.scss */
.pd-detail-right-tabcordeon-panel-nutri_bubbles {
  text-align: center;
  margin-top: 18px;
  margin-bottom: 18px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/* line 213, ../sass/module/_product-detail.scss */
.pd-detail-right-tabcordeon-panel-nutri_bubble {
  background-color: #ff0000;
  padding: 12px 2px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 221, ../sass/module/_product-detail.scss */
.pd-detail-right-tabcordeon-panel-nutri_bubble p {
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
}
/* line 227, ../sass/module/_product-detail.scss */
.pd-detail-right-tabcordeon-panel-nutri_bubble:not(:first-child) {
  margin-left: 1.5px;
}
/* line 231, ../sass/module/_product-detail.scss */
.pd-detail-right-tabcordeon-panel-nutri_bubble:not(:last-child) {
  margin-right: 1.5px;
}

/* line 236, ../sass/module/_product-detail.scss */
.pd-detail-right-tabcordeon-panel-nutri_bubble-value {
  text-transform: none;
}

/* line 240, ../sass/module/_product-detail.scss */
.pd-detail-right-tabcordeon-panel-nutri_bubble-title {
  padding-bottom: 6px;
}

/* line 244, ../sass/module/_product-detail.scss */
.pd-detail-right-tabcordeon-panel-nutri_bubble-procent {
  padding-top: 2px;
}

/* line 248, ../sass/module/_product-detail.scss */
.product-detail__logos {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
}

/* line 257, ../sass/module/_product-detail.scss */
.product-detail__logo {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
/* line 261, ../sass/module/_product-detail.scss */
.product-detail__logo:not(:first-child) .product-detail__logo__inner {
  padding-left: 5px;
}
/* line 266, ../sass/module/_product-detail.scss */
.product-detail__logo:not(:last-child) .product-detail__logo__inner {
  padding-right: 5px;
}

/* line 272, ../sass/module/_product-detail.scss */
.product-detail__logo__img {
  max-width: 100%;
  height: auto;
}

/* line 277, ../sass/module/_product-detail.scss */
.product-detail__logo__product-code {
  color: #388e3c;
  font-size: 9px;
  line-height: 1.2;
  font-weight: 700;
  white-space: nowrap;
}

/* line 285, ../sass/module/_product-detail.scss */
.btn.product-detail__fas-btn {
  margin-top: 18px;
  font-size: 18px;
  font-family: "Gelion Black", sans-serif;
  background-color: #ff0000;
  border: 2px solid #ff0000;
  transition: all 0.2s;
  color: #fff;
}

/* line 297, ../sass/module/_product-detail.scss */
.pd-detail-right-tabcordeon-panel[data-js-name="nutris"] .pd-detail-right-tabcordeon-panel-row, .pd-detail-right-tabcordeon-panel[data-js-name="allergies"] .pd-detail-right-tabcordeon-panel-row {
  margin: 10px 0;
}

@media (min-width: 375px) {
  /* line 305, ../sass/module/_product-detail.scss */
  .product-detail__logos {
    max-width: 200px;
  }
  /* line 308, ../sass/module/_product-detail.scss */
  .ie11 .product-detail__logos {
    max-width: 100%;
  }
}
@media (min-width: 641px) {
  /* line 315, ../sass/module/_product-detail.scss */
  .product-detail__title-mobile {
    display: none;
  }

  /* line 319, ../sass/module/_product-detail.scss */
  .product-detail__title-tablet {
    display: block;
  }

  /* line 323, ../sass/module/_product-detail.scss */
  .product-detail__img_descr {
    margin-top: 6%;
    display: -webkit-flex;
    display: flex;
  }

  /* line 328, ../sass/module/_product-detail.scss */
  .product-detail__img {
    margin-left: 0;
    margin-top: 0;
    background-position: 50% 10%;
    padding-bottom: 42.12963%;
  }

  /* line 335, ../sass/module/_product-detail.scss */
  .product-detail__detail .field-name-body {
    padding-left: 5%;
    text-align: left;
    margin-top: 0;
  }

  /* line 341, ../sass/module/_product-detail.scss */
  .product-detail__img .field-name-field-packshot-big {
    padding-top: 0;
  }

  /* line 345, ../sass/module/_product-detail.scss */
  .pd-detail-right-tabcordeon-panels {
    margin-top: 24px;
  }

  /* line 349, ../sass/module/_product-detail.scss */
  .product-detail__img_descr {
    display: block;
    margin-top: 0;
  }

  /* line 354, ../sass/module/_product-detail.scss */
  .product-detail__detail .field-name-body {
    margin-top: 20px;
  }

  /* line 358, ../sass/module/_product-detail.scss */
  .product-detail__detail .field-name-body {
    padding-left: 0;
  }

  /* line 362, ../sass/module/_product-detail.scss */
  .product-detail__detail {
    padding: 80px 30px;
  }

  /* line 366, ../sass/module/_product-detail.scss */
  .product-detail__flex {
    max-width: 1290px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
  }

  /* line 372, ../sass/module/_product-detail.scss */
  .product-detail__img_descr {
    width: 38%;
    -webkit-flex-basis: 38%;
    flex-basis: 38%;
    margin-right: 9%;
  }
  /* line 377, ../sass/module/_product-detail.scss */
  .product-detail__img_descr .field-name-body {
    display: none;
  }

  /* line 382, ../sass/module/_product-detail.scss */
  .product-detail__specs {
    width: 53%;
    -webkit-flex-basis: 53%;
    flex-basis: 53%;
    text-align: left;
  }

  /* line 388, ../sass/module/_product-detail.scss */
  .product-detail__img {
    margin-top: 0;
    padding-bottom: 84.25926%;
  }

  /* line 393, ../sass/module/_product-detail.scss */
  .product-detail__img .field-name-field-packshot-big {
    padding-top: 0;
  }

  /* line 397, ../sass/module/_product-detail.scss */
  .product-detail__title-desktop {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  /* line 403, ../sass/module/_product-detail.scss */
  .block-node .block-node__title.product-detail__title-desktop {
    text-align: left;
  }

  /* line 407, ../sass/module/_product-detail.scss */
  .product-detail__title-mobile,
  .product-detail__title-tablet {
    display: none;
  }

  /* line 412, ../sass/module/_product-detail.scss */
  .product-detail__title-desktop,
  .product-detail__specs .field-name-body {
    display: block;
  }

  /* line 417, ../sass/module/_product-detail.scss */
  .product-detail__fas-wrapper {
    text-align: center;
  }
}
@media (min-width: 1025px) {
  /* line 424, ../sass/module/_product-detail.scss */
  .product-detail__detail .block-node__title {
    font-size: 64px;
    padding-top: 32px;
  }
  /* line 428, ../sass/module/_product-detail.scss */
  .product-detail__detail .field-name-body {
    margin-top: 36px;
  }

  /* line 433, ../sass/module/_product-detail.scss */
  .pd-detail-right-tabcordeon {
    margin-top: 35px;
  }

  /* line 437, ../sass/module/_product-detail.scss */
  .pd-detail-right-tabcordeon-panels {
    margin-top: 0;
  }
  /* line 439, ../sass/module/_product-detail.scss */
  .pd-detail-right-tabcordeon-panels .pd-detail-right-tabcordeon-tab {
    display: none;
  }

  /* line 444, ../sass/module/_product-detail.scss */
  .pd-detail-right-tabcordeon-tab {
    font-size: 14px;
    font-family: "Gelion Black", sans-serif;
    padding: 11px 27px 12px;
    position: relative;
    border-left: 2px solid #ff0000;
    border-right: 2px solid #ff0000;
    border-top: 2px solid #ff0000;
    margin-right: 5px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  /* line 455, ../sass/module/_product-detail.scss */
  .pd-detail-right-tabcordeon-tab .pd-detail-right-tabcordeon-tab__bg {
    display: none;
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
  }
  /* line 461, ../sass/module/_product-detail.scss */
  .pd-detail-right-tabcordeon-tab span {
    z-index: 1;
  }
  /* line 465, ../sass/module/_product-detail.scss */
  .ie11 .pd-detail-right-tabcordeon-tab:first-child {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
  /* line 469, ../sass/module/_product-detail.scss */
  .pd-detail-right-tabcordeon-tab.js_tabcordeon_tab_current {
    color: #fff !important;
  }
  /* line 472, ../sass/module/_product-detail.scss */
  .pd-detail-right-tabcordeon-tab.js_tabcordeon_tab_current .pd-detail-right-tabcordeon-tab__bg {
    display: block;
  }

  /* line 478, ../sass/module/_product-detail.scss */
  .product-detail__logos-fas-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  /* line 483, ../sass/module/_product-detail.scss */
  .ie11 .product-detail__logos-fas-wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* line 488, ../sass/module/_product-detail.scss */
  .product-detail__logos {
    margin-left: 0;
    max-width: 280px;
  }
  /* line 492, ../sass/module/_product-detail.scss */
  .ie11 .product-detail__logos {
    max-width: none;
  }

  /* line 497, ../sass/module/_product-detail.scss */
  .product-detail__img_descr {
    margin-right: 5%;
  }

  /* line 501, ../sass/module/_product-detail.scss */
  .product-detail__specs {
    width: 57%;
    -webkit-flex-basis: 57%;
    flex-basis: 57%;
  }

  /* line 508, ../sass/module/_product-detail.scss */
  .pd-detail-right-tabcordeon-panel[data-js-name="nutris"] .pd-detail-right-tabcordeon-panel-row {
    font-size: 18px;
  }

  /* line 514, ../sass/module/_product-detail.scss */
  .pd-detail-right-tabcordeon-panel-contains {
    font-size: 16px;
  }

  /* line 518, ../sass/module/_product-detail.scss */
  .pd-detail-right-tabcordeon-panel-nutri_bubble {
    padding: 2.39%;
  }
  /* line 521, ../sass/module/_product-detail.scss */
  .pd-detail-right-tabcordeon-panel-nutri_bubble:not(:first-child) {
    margin-left: 5px;
  }
  /* line 525, ../sass/module/_product-detail.scss */
  .pd-detail-right-tabcordeon-panel-nutri_bubble:not(:last-child) {
    margin-right: 5px;
  }
}
/* line 3, ../sass/module/_contact.scss */
div#contact {
  padding: 15px 20px 30px 20px;
  font-family: "Lato", sans-serif;
  color: #000;
  background-color: #fff;
}
/* line 9, ../sass/module/_contact.scss */
div#contact * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 16, ../sass/module/_contact.scss */
div#contact .form-item#webform-component-fax, div#contact .form-item#webform-component-website {
  position: absolute;
  top: -99999px;
  left: -99999px;
}
/* line 24, ../sass/module/_contact.scss */
div#contact .block-node__title {
  font-weight: normal;
  font-family: 'Gelion Black', sans-serif;
  font-size: 50px;
  margin-bottom: 22px;
  text-transform: lowercase;
}
/* line 31, ../sass/module/_contact.scss */
div#contact .block-node__title span {
  color: #f88806;
}
/* line 36, ../sass/module/_contact.scss */
div#contact .contact__top {
  margin-top: 20px;
  max-width: 704px;
  margin-left: auto;
  margin-right: auto;
}
/* line 42, ../sass/module/_contact.scss */
div#contact .contact__top input:not([type="submit"]),
div#contact .contact__top textarea,
div#contact .contact__top .dropdown-wrapper {
  width: 100%;
  color: #000;
  font-family: "Lato", sans-serif;
  background-color: #fff;
  font-size: 16px;
}
/* line 52, ../sass/module/_contact.scss */
div#contact .contact__top input:not([type="submit"]),
div#contact .contact__top textarea {
  padding-left: 11px;
  padding-right: 11px;
  border: 2px solid currentColor;
  border-radius: 0;
}
/* line 60, ../sass/module/_contact.scss */
div#contact .contact__top input,
div#contact .contact__top .dropdown-wrapper {
  height: 42px;
}
/* line 65, ../sass/module/_contact.scss */
div#contact .contact__top textarea {
  padding-top: 11px;
  padding-bottom: 11px;
  margin: 0;
  min-height: 126px;
}
/* line 72, ../sass/module/_contact.scss */
div#contact .contact__top .form-item .input_default {
  font-family: "Lato", sans-serif;
  color: currentColor;
  font-size: 16px;
  top: 14px;
  left: 13px;
}
/* line 80, ../sass/module/_contact.scss */
div#contact .contact__top .form-item .form-textarea-wrapper .input_default {
  top: 15px;
}
/* line 84, ../sass/module/_contact.scss */
div#contact .contact__top .webform-component-textarea {
  width: 100%;
}
/* line 90, ../sass/module/_contact.scss */
div#contact .contact__top .dropdown-wrapper .dropdown-design {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: currentColor;
  text-align: left;
  padding: 9px 11px 0;
  border: 2px solid currentColor;
}
/* line 100, ../sass/module/_contact.scss */
div#contact .contact__top .dropdown-wrapper .dropdown-design span.img {
  background-image: none;
  position: absolute;
  top: 45%;
  right: 8px;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  transform: translateY(-50%) rotate(45deg);
  border-right: 3px solid currentcolor;
  border-bottom: 3px solid currentcolor;
}
/* line 115, ../sass/module/_contact.scss */
div#contact .contact__top .dropdown-wrapper .webform-component-select,
div#contact .contact__top .dropdown-wrapper select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
/* line 132, ../sass/module/_contact.scss */
div#contact .contact__legend {
  color: currentColor;
  font-size: 16px;
  line-height: 1;
  margin-top: 38px;
}
/* line 139, ../sass/module/_contact.scss */
div#contact #contact_submit {
  -webkit-appearance: none;
  font-family: 'Gelion Black', sans-serif;
  color: #fff;
  font-weight: normal;
  background-color: #f88806;
  border: 2px solid #f88806;
  display: inline-block;
  text-transform: uppercase;
  padding: 14px 26px;
  font-size: 16px;
  margin: 2em;
  transition: all 0.2s;
  float: none;
  display: block;
  width: 100%;
  height: auto;
  margin: 4px 0 0 0;
  color: #fff;
  background-color: #f88806;
  line-height: 0.8;
  text-transform: uppercase;
  border-radius: 0;
  padding: 14px 50px;
}
/* line 154, ../sass/module/_contact.scss */
div#contact #contact_submit:hover {
  background-color: #fff;
  color: #f88806;
}
/* line 160, ../sass/module/_contact.scss */
div#contact .contact__top > .form-item,
div#contact .contact__top > .dropdown-wrapper,
div#contact .contact__top > .webform-component-fieldset {
  width: 100%;
  margin-bottom: 16px;
}
/* line 168, ../sass/module/_contact.scss */
div#contact .contact__bottom p {
  color: currentColor;
  font-size: 18px;
  line-height: 1.33333;
  font-weight: 600;
}
/* line 176, ../sass/module/_contact.scss */
div#contact .contact__bottom__item {
  display: -webkit-flex;
  display: flex;
  margin-top: 40px;
  max-width: 376px;
  margin-left: auto;
  margin-right: auto;
}
/* line 183, ../sass/module/_contact.scss */
div#contact .contact__bottom__item .icon, div#contact .contact__bottom__item .list-check .list_item:before, .list-check div#contact .contact__bottom__item .list_item:before {
  width: 45px;
  height: 45px;
  flex-basis: 45px;
  flex-grow: 0;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
/* line 194, ../sass/module/_contact.scss */
div#contact .contact__bottom__item .icon--phone-dark-green {
  background-image: url("../img/icons/icon_phone_oat_circle.svg");
}
/* line 198, ../sass/module/_contact.scss */
div#contact .contact__bottom__item .icon--fb-dark-green {
  background-image: url("../img/icons/icon_fb_oat_circle.svg");
}
/* line 202, ../sass/module/_contact.scss */
div#contact .contact__bottom__item .txt {
  text-align: left;
  padding-left: 22px;
}
/* line 206, ../sass/module/_contact.scss */
div#contact .contact__bottom__item .txt a {
  color: #f88806;
  text-decoration: none;
}
/* line 210, ../sass/module/_contact.scss */
.no-touch div#contact .contact__bottom__item .txt a {
  opacity: 1;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 214, ../sass/module/_contact.scss */
.no-touch div#contact .contact__bottom__item .txt a:hover {
  opacity: .75;
  text-decoration: underline;
}
/* line 223, ../sass/module/_contact.scss */
div#contact .captcha {
  clear: both;
  position: relative;
  text-align: center;
  margin-bottom: 1rem;
}
/* line 229, ../sass/module/_contact.scss */
div#contact .g-recaptcha {
  text-align: center;
}
/* line 232, ../sass/module/_contact.scss */
div#contact .g-recaptcha > div {
  display: inline-block;
}

@media (min-width: 375px) {
  /* line 239, ../sass/module/_contact.scss */
  div#contact #webform-component-street {
    width: 65.54%;
    margin-right: 10px;
  }
  /* line 244, ../sass/module/_contact.scss */
  div#contact #webform-component-number {
    width: calc(34.46% - 10px);
  }
  /* line 248, ../sass/module/_contact.scss */
  div#contact #webform-component-postal-code {
    width: 31.38%;
    margin-right: 10px;
  }
  /* line 253, ../sass/module/_contact.scss */
  div#contact #webform-component-town {
    width: calc(68.62% - 10px);
  }
}
@media (min-width: 704px) {
  /* line 260, ../sass/module/_contact.scss */
  div#contact {
    padding: 55px 20px 55px 20px;
  }
  /* line 263, ../sass/module/_contact.scss */
  div#contact .contact__top {
    margin-top: 38px;
  }
  /* line 267, ../sass/module/_contact.scss */
  div#contact .contact__top > .form-item,
  div#contact .contact__top > .dropdown-wrapper,
  div#contact .contact__top > .webform-component-fieldset {
    margin-bottom: 26px;
  }
  /* line 273, ../sass/module/_contact.scss */
  div#contact .contact__top .dropdown-wrapper .dropdown-design span.img {
    right: 3.125%;
  }
  /* line 277, ../sass/module/_contact.scss */
  div#contact #webform-component-first-name {
    width: calc(50% - 16px);
    margin-right: 32px;
  }
  /* line 282, ../sass/module/_contact.scss */
  div#contact #webform-component-surname {
    width: calc(50% - 16px);
  }
  /* line 286, ../sass/module/_contact.scss */
  div#contact #webform-component-street {
    width: calc(63.2% - 16px);
    margin-right: 32px;
  }
  /* line 291, ../sass/module/_contact.scss */
  div#contact #webform-component-number {
    width: calc(36.8% - 16px);
  }
  /* line 295, ../sass/module/_contact.scss */
  div#contact #webform-component-postal-code {
    width: calc(36.9% - 16px);
    margin-right: 32px;
  }
  /* line 300, ../sass/module/_contact.scss */
  div#contact #webform-component-town {
    width: calc(63.1% - 16px);
  }
  /* line 304, ../sass/module/_contact.scss */
  div#contact .contact__top input:not([type="submit"]),
  div#contact .contact__top textarea,
  div#contact .contact__top .dropdown-wrapper .dropdown-design {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 311, ../sass/module/_contact.scss */
  div#contact #contact_submit {
    width: auto;
    display: inline-block;
  }
  /* line 316, ../sass/module/_contact.scss */
  div#contact .contact__bottom__item {
    margin-top: 58px;
  }
  /* line 320, ../sass/module/_contact.scss */
  div#contact .contact__top .form-item .input_default {
    top: 13px;
    left: 22px;
  }
}
/* line 1, ../sass/module/_mobile_search.scss */
.mobile_search {
  position: fixed;
  width: 100%;
  top: 67px;
  left: 0;
  z-index: 101;
  overflow: hidden;
  display: none;
}
/* line 10, ../sass/module/_mobile_search.scss */
.mobile_search form {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  position: relative;
  box-sizing: border-box;
}
/* line 17, ../sass/module/_mobile_search.scss */
.mobile_search form .inputbox {
  position: relative;
  background-color: #fff;
  border: 2px solid #000;
}
/* line 23, ../sass/module/_mobile_search.scss */
.mobile_search form .input_default {
  left: 19px;
  top: 16px;
  font-family: "Gelion Black", sans-serif;
}
/* line 29, ../sass/module/_mobile_search.scss */
body #container .mobile_search form input[type='text'] {
  font-family: "Gelion Black", sans-serif;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  height: 46px;
  padding-right: 51px;
  padding-left: 19px;
  background: transparent;
}
/* line 40, ../sass/module/_mobile_search.scss */
body #container .mobile_search form input[type='submit'] {
  background: url("../img/icons/icon_search_blackish.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 50% auto;
  width: 46px;
  height: 46px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}

@media screen and (min-width: 1025px) {
  /* line 56, ../sass/module/_mobile_search.scss */
  .mobile_search {
    display: none !important;
  }
}
/* line 1, ../sass/module/_youtube_overlay.scss */
.youtube-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 101;
}

/* line 11, ../sass/module/_youtube_overlay.scss */
.youtube-overlay__wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* line 18, ../sass/module/_youtube_overlay.scss */
.youtube-overlay__close {
  float: right;
  width: 20px;
  height: 20px;
  background: transparent url("../img/icons/icon_cross_black.svg") center center no-repeat;
  background-size: contain;
  margin-bottom: 10px;
}

/* line 27, ../sass/module/_youtube_overlay.scss */
.youtube-overlay__video {
  clear: both;
}

/* line 2, ../sass/module/_faq.scss */
#faq .faq_questions {
  background-color: #fff;
  padding: 15px 20px 15px 20px;
  font-family: "Lato", sans-serif;
  color: #000;
}
/* line 9, ../sass/module/_faq.scss */
#faq .faq_cover {
  position: relative;
  color: #fff;
}
/* line 14, ../sass/module/_faq.scss */
#faq .block-node__title {
  font-weight: normal;
  font-family: 'Gelion Black', sans-serif;
  font-size: 50px;
  margin-bottom: 22px;
  text-transform: lowercase;
}
/* line 21, ../sass/module/_faq.scss */
#faq .block-node__title span {
  color: #f88806;
}
/* line 26, ../sass/module/_faq.scss */
#faq .anchor_links__select {
  border: 2px solid #000;
}
/* line 30, ../sass/module/_faq.scss */
#faq .faq_searchform {
  width: 100%;
  max-width: 704px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
}
/* line 37, ../sass/module/_faq.scss */
#faq .faq_searchform .inputbox-container {
  display: -webkit-flex;
  display: flex;
  background-color: #fff;
  border: 2px solid currentColor;
}
/* line 42, ../sass/module/_faq.scss */
#faq .faq_searchform .inputbox-container .inputbox {
  position: relative;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
/* line 46, ../sass/module/_faq.scss */
#faq .faq_searchform .inputbox-container .inputbox .input_default,
#faq .faq_searchform .inputbox-container .inputbox input[type="text"] {
  width: 100%;
  font-size: 16px;
  font-family: "Gelion Black", sans-serif;
  color: currentColor;
  text-transform: uppercase;
}
/* line 55, ../sass/module/_faq.scss */
#faq .faq_searchform .inputbox-container .inputbox .input_default {
  text-align: left;
  top: 15px;
}
/* line 60, ../sass/module/_faq.scss */
#faq .faq_searchform .inputbox-container .inputbox input[type="text"] {
  height: 46px;
  padding: 0;
  background-color: transparent;
  margin-right: 0;
}
/* line 70, ../sass/module/_faq.scss */
#faq .faq_searchform__submit {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  width: 52px;
  height: auto;
  background-image: url("../img/icons/icon_search_blackish.svg");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 50% 50%;
  background-color: transparent;
  margin-right: 0;
}
/* line 82, ../sass/module/_faq.scss */
.no-touch #faq .faq_searchform__submit {
  opacity: 1;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 86, ../sass/module/_faq.scss */
.no-touch #faq .faq_searchform__submit:hover {
  opacity: .8;
}

/* line 93, ../sass/module/_faq.scss */
#faq_questions {
  width: 100%;
  max-width: 704px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-size: 16px;
  line-height: 1.3125;
}
/* line 103, ../sass/module/_faq.scss */
#faq_questions ul,
#faq_questions .faq_loading {
  position: relative;
  display: none;
}
/* line 108, ../sass/module/_faq.scss */
#faq_questions ul.current,
#faq_questions .faq_loading.current {
  display: block;
}
/* line 113, ../sass/module/_faq.scss */
#faq_questions span.bg_colored {
  background-color: #f88806;
  color: #fff;
}
/* line 118, ../sass/module/_faq.scss */
#faq_questions .faq_question_li {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 123, ../sass/module/_faq.scss */
#faq_questions .faq_question {
  font-family: "Gelion Black", sans-serif;
  font-size: 20px;
  cursor: pointer;
  padding-right: 35px;
  position: relative;
}
/* line 130, ../sass/module/_faq.scss */
#faq_questions .faq_question::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  border-top: 4px solid currentColor;
  border-right: 4px solid currentColor;
  -moz-transition: -moz-transform 0.4s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  -moz-transform: translateX(-9px) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-9px) translateY(-50%) rotate(45deg);
  -webkit-transform: translateX(-9px) translateY(-50%) rotate(45deg);
  transform: translateX(-9px) translateY(-50%) rotate(45deg);
}
/* line 144, ../sass/module/_faq.scss */
.no-touch #faq_questions .faq_question {
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 147, ../sass/module/_faq.scss */
.no-touch #faq_questions .faq_question:hover {
  text-decoration: underline;
}
/* line 152, ../sass/module/_faq.scss */
#faq_questions .faq_question.current_item {
  color: #f88806;
}
/* line 155, ../sass/module/_faq.scss */
#faq_questions .faq_question.current_item::after {
  -moz-transform: translateX(-4px) translateY(-90%) rotate(135deg);
  -ms-transform: translateX(-4px) translateY(-90%) rotate(135deg);
  -webkit-transform: translateX(-4px) translateY(-90%) rotate(135deg);
  transform: translateX(-4px) translateY(-90%) rotate(135deg);
  border-top-color: #f88806;
  border-right-color: #f88806;
}
/* line 162, ../sass/module/_faq.scss */
#faq_questions .faq_question_answer {
  display: none;
  font-size: 18px;
  line-height: 1.5;
  padding-top: 12px;
  padding-bottom: 24px;
}

@media (min-width: 900px) {
  /* line 173, ../sass/module/_faq.scss */
  #faq .faq_searchform {
    margin-top: 36px;
  }
  /* line 177, ../sass/module/_faq.scss */
  #faq .anchor_links {
    margin-top: 50px;
  }
  /* line 181, ../sass/module/_faq.scss */
  #faq .faq_questions {
    padding: 55px 20px 55px 20px;
  }
  /* line 185, ../sass/module/_faq.scss */
  #faq .faq_searchform .inputbox-container .inputbox input[type="text"] {
    height: 45px;
  }
  /* line 189, ../sass/module/_faq.scss */
  #faq .faq_searchform .inputbox-container .inputbox .input_default {
    top: 19px;
  }

  /* line 194, ../sass/module/_faq.scss */
  #faq_questions {
    margin-top: 76px;
  }
}
/* line 1, ../sass/module/_icon.scss */
.icon, .list-check .list_item:before {
  display: inline-block;
  height: 1em;
  width: 1em;
  vertical-align: middle;
  line-height: 1em;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
/* line 12, ../sass/module/_icon.scss */
.icon-large, .list-check .list_item:before {
  height: 1.5em;
  width: 1.5em;
  margin-top: -.25em;
}
/* line 19, ../sass/module/_icon.scss */
.icon-xl {
  height: 2.5em;
  width: 2.5em;
  margin-top: -.75em;
}

/* line 27, ../sass/module/_icon.scss */
.icon-white-circle {
  background-color: #fff8f2;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* line 32, ../sass/module/_icon.scss */
.icon-filters {
  background-image: url("../img/icons/icon_filter_black.svg");
}

/* line 36, ../sass/module/_icon.scss */
.icon-trash {
  background-image: url("../img/icons/icon_trash_black.svg");
  margin-top: -6px;
  margin-left: 6px;
}

/* line 42, ../sass/module/_icon.scss */
.icon-cross {
  line-height: .6em;
  font-size: 1.5em;
  display: block;
  float: left;
}
/* line 48, ../sass/module/_icon.scss */
.icon-cross:before {
  color: currentColor;
  content: '\d7';
}

/* line 54, ../sass/module/_icon.scss */
.icon-clock {
  background-image: url("../img/icons/icon_clock_whitish.svg");
}

/* line 57, ../sass/module/_icon.scss */
.icon-clock-black {
  background-image: url("../img/icons/icon_clock_black.svg");
}

/* line 61, ../sass/module/_icon.scss */
.icon-cook {
  background-image: url("../img/icons/icon_cook_whitish.svg");
}

/* line 65, ../sass/module/_icon.scss */
.icon-person {
  background-image: url("../img/icons/icon_person_whitish.svg");
}

/* line 69, ../sass/module/_icon.scss */
.icon-check, .list-check .list_item:before {
  background-image: url("../img/icons/icon_check.png");
}

/* line 73, ../sass/module/_icon.scss */
.icon-chevron {
  background-image: url("../img/icons/icon_chevron.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 73, ../sass/module/_icon.scss */
  .icon-chevron {
    background-image: url("../img/icons/icon_chevron@2x.png");
  }
}

/* line 77, ../sass/module/_icon.scss */
.icon-facebook,
.icon-print-new,
.icon-twitter-new,
.icon-pinterest-new {
  background: no-repeat center;
  background-size: 50%;
  padding: 1em;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
/* line 88, ../sass/module/_icon.scss */
.no-touch .icon-facebook:hover, .no-touch
.icon-print-new:hover, .no-touch
.icon-twitter-new:hover, .no-touch
.icon-pinterest-new:hover {
  opacity: .7;
}

/* line 93, ../sass/module/_icon.scss */
.icon-facebook {
  background-color: #3B5998;
  background-image: url("../img/icons/icon_facebook.svg");
}

/* line 102, ../sass/module/_icon.scss */
.icon-print-new {
  background-color: #a1bf36;
  background-image: url("../img/icons/icon_print.svg");
}

/* line 107, ../sass/module/_icon.scss */
.icon-twitter-new {
  display: none;
  background-color: #00ACED;
  background-image: url("../img/icons/icon_twitter.svg");
}

/* line 115, ../sass/module/_icon.scss */
.icon-pinterest-new {
  display: none;
  background-color: #CB2027;
  background-image: url("../img/icons/icon_pinterest.svg");
}

/* line 123, ../sass/module/_icon.scss */
.icon-facebook-green {
  background-image: url("../img/icons/icon_fb_green.svg");
  background-size: auto 50%;
}

/* line 128, ../sass/module/_icon.scss */
.icon-print-green {
  background-image: url("../img/icons/icon_print_green.svg");
  background-size: auto 50%;
}

/* line 133, ../sass/module/_icon.scss */
.icon-pinterest-green {
  background-image: url("../img/icons/icon_pinterest_green.svg");
  background-size: 66% auto;
  background-position: 50% 130%;
}

/* line 1, ../sass/module/_buttons.scss */
.btn-recipes-collapse {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #2f773b;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  padding: 15px !important;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
/* line 17, ../sass/module/_buttons.scss */
.no-touch .btn-recipes-collapse:hover, .no-touch .btn-recipes-collapse:active, .no-touch .btn-recipes-collapse:visited {
  color: #ffffff !important;
  background-color: #215229;
}
/* line 24, ../sass/module/_buttons.scss */
.btn-recipes-collapse_arrow {
  height: .6em;
  margin-left: 10px;
}
/* line 29, ../sass/module/_buttons.scss */
.btn-recipes-collapse.is-previous .btn-recipes-collapse_arrow {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (min-width: 520px) {
  /* line 1, ../sass/module/_buttons.scss */
  .btn-recipes-collapse {
    padding: 8px 15px !important;
    right: 30px;
    left: auto;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
  }
}
@media (min-width: 561px) {
  /* line 1, ../sass/module/_buttons.scss */
  .btn-recipes-collapse {
    right: 50px;
  }
}
@media (min-width: 831px) {
  /* line 1, ../sass/module/_buttons.scss */
  .btn-recipes-collapse {
    right: 30px;
  }
}
@media (min-width: 1025px) {
  /* line 1, ../sass/module/_buttons.scss */
  .btn-recipes-collapse {
    right: 50px;
  }
}

/* line 51, ../sass/module/_buttons.scss */
.btn {
  display: inline-block;
  padding: .75em;
  color: currentColor;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 1;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  	/*.no-touch &:not(.btn-back):hover,
  	.no-touch &:not(.btn-back):active,
  	.no-touch &:not(.btn-back):focus {
  		// background-color: $color_goblin !important;
  		// color: white !important;
      opacity: .8;
  	}*/
}
/* line 65, ../sass/module/_buttons.scss */
.no-touch .btn:hover, .no-touch .btn:active, .no-touch .btn:focus {
  outline: none;
}

/* line 80, ../sass/module/_buttons.scss */
.btn--mb1em {
  margin-bottom: 1em;
}

/* line 84, ../sass/module/_buttons.scss */
.btn--ml2em {
  margin-left: 2em;
}

/* line 88, ../sass/module/_buttons.scss */
.btn-icon {
  position: relative;
  padding-left: 2.5em;
}
/* line 92, ../sass/module/_buttons.scss */
.btn-icon .icon, .btn-icon .list-check .list_item:before, .list-check .btn-icon .list_item:before {
  position: absolute;
  left: .75em;
}

/* line 98, ../sass/module/_buttons.scss */
.btn-back {
  margin: .95em;
  position: relative;
  border-width: 0;
  padding: 0 0 0 50px;
  height: 44px;
  line-height: 44px;
}
/* line 107, ../sass/module/_buttons.scss */
.btn-back:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border: 2px solid #2c7838;
  border-radius: 50%;
  background: no-repeat 45%;
  background-image: url("../img/icons/icon_chevron.png");
  background-size: 28%;
  -moz-transition: background-position 0.2s;
  -o-transition: background-position 0.2s;
  -webkit-transition: background-position 0.2s;
  transition: background-position 0.2s;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 107, ../sass/module/_buttons.scss */
  .btn-back:before {
    background-image: url("../img/icons/icon_chevron@2x.png");
  }
}
/* line 123, ../sass/module/_buttons.scss */
.no-touch .btn-back:hover::before {
  background-position: 33%;
}
/* line 127, ../sass/module/_buttons.scss */
.btn-back-no-margin-left {
  margin-left: 0;
}

/* line 132, ../sass/module/_buttons.scss */
.btn-chevron {
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-size: .93333333333333333333333333333333em;
  line-height: 1.2857142857142857142857142857143em;
  border-width: 2px;
  border-radius: 4px;
  padding: .8em 3em .73333333333333333333333333333333em 1.2666666666666666666666666666667em;
  background-color: transparent;
  position: relative;
  padding: .75em 3em .75em 1.5em;
}
/* line 156, ../sass/module/_buttons.scss */
.btn-chevron:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  top: 50%;
  right: 1.125em;
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}

/* line 188, ../sass/module/_buttons.scss */
.btn-chevron-down .copy {
  white-space: nowrap;
  margin-right: 1.2em;
}
/* line 193, ../sass/module/_buttons.scss */
.btn-chevron-down::after {
  content: "";
  display: inline-block;
  float: right;
  width: .9em;
  height: .9em;
  background: url("../img/icons/icon_chevron_down.svg") no-repeat center center;
  background-size: 80% auto;
  position: absolute;
  top: 50%;
  right: 12px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 211, ../sass/module/_buttons.scss */
.no-touch .btn-chevron-down:active::after, .no-touch .btn-chevron-down:focus::after, .no-touch .btn-chevron-down:hover::after {
  background-image: url("../img/icons/icon_chevron_down_white.svg");
}

/* line 218, ../sass/module/_buttons.scss */
.btn--green {
  background-color: #2f773b !important;
  color: white !important;
}

/* line 1, ../sass/module/_copy_circle.scss */
.img_copy .fl-right {
  position: relative;
}

/* line 5, ../sass/module/_copy_circle.scss */
.copy-circle {
  font-size: 1.2em;
  text-transform: uppercase;
  text-align: center;
  display: block;
  background-color: #2c7838;
  position: absolute;
  color: #fff;
  width: 10rem;
  height: 10rem;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 19, ../sass/module/_copy_circle.scss */
.copy-circle_content {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  line-height: 1.2;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 30, ../sass/module/_copy_circle.scss */
.copy-circle b {
  display: block;
  margin-bottom: -.6em;
  font-size: 1.8em;
}

/* line 5, ../sass/module/_image_copy_blocks.scss */
.img_copy .non-floating_img {
  max-width: 100%;
  margin-top: 10rem;
}
/* line 10, ../sass/module/_image_copy_blocks.scss */
.img_copy .fl-right.image {
  width: 100%;
}
/* line 13, ../sass/module/_image_copy_blocks.scss */
.img_copy .fl-right.image .copy-circle {
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 601px) {
  /* line 23, ../sass/module/_image_copy_blocks.scss */
  .img_copy .non-floating_img {
    margin-top: calc(10rem + 70px);
    max-width: 120%;
  }
  /* line 28, ../sass/module/_image_copy_blocks.scss */
  .img_copy .fl-right.image {
    width: 52%;
  }
  /* line 31, ../sass/module/_image_copy_blocks.scss */
  .img_copy .fl-right.image .copy-circle {
    top: 70px;
    left: 30%;
  }
}
@media (min-width: 981px) {
  /* line 41, ../sass/module/_image_copy_blocks.scss */
  .img_copy .fl-right.image {
    width: 69%;
  }
}
/* line 5, ../sass/module/_grid.scss */
.grid {
  padding: 25px;
}
/* line 5, ../sass/mixins/_clearfix.scss */
.grid:before, .grid:after {
  display: table;
  content: '';
}
/* line 11, ../sass/mixins/_clearfix.scss */
.grid:after {
  clear: both;
}

/* line 11, ../sass/module/_grid.scss */
.grid-show-more-on-large-screens {
  padding: 0;
}

/* line 15, ../sass/module/_grid.scss */
.grid_item,
.grid_item-col-2 {
  float: left;
  width: 100%;
}
/* line 21, ../sass/module/_grid.scss */
.grid-recipes > .grid_item, .grid-recipes >
.grid_item-col-2 {
  width: calc(50% - 1px);
  border: 1px solid #f5f4f1;
}
/* line 25, ../sass/module/_grid.scss */
.grid-recipes > .grid_item:nth-child(even), .grid-recipes > .grid_item:nth-child(odd), .grid-recipes > .grid_item:nth-child(2), .grid-recipes >
.grid_item-col-2:nth-child(even), .grid-recipes >
.grid_item-col-2:nth-child(odd), .grid-recipes >
.grid_item-col-2:nth-child(2) {
  border-right-color: transparent;
  border-bottom-color: transparent;
}
/* line 32, ../sass/module/_grid.scss */
.grid-recipes > .grid_item:nth-child(odd), .grid-recipes >
.grid_item-col-2:nth-child(odd) {
  border-left-color: transparent;
}
/* line 36, ../sass/module/_grid.scss */
.grid-recipes > .grid_item:nth-child(2), .grid-recipes >
.grid_item-col-2:nth-child(2) {
  border-top-color: transparent;
}
/* line 40, ../sass/module/_grid.scss */
.grid-recipes > .grid_item:nth-child(1), .grid-recipes >
.grid_item-col-2:nth-child(1) {
  border-color: transparent;
}
/* line 45, ../sass/module/_grid.scss */
.grid_item-bordered-only-mobile,
.grid_item-col-2-bordered-only-mobile {
  border-top: 1px solid #f1f7ed;
}
/* line 50, ../sass/module/_grid.scss */
.grid_item-bordered-not-first-child:first-child,
.grid_item-col-2-bordered-not-first-child:first-child {
  border-width: 0;
}
/* line 55, ../sass/module/_grid.scss */
.grid_item-full-only-mobile,
.grid_item-col-2-full-only-mobile {
  margin-left: -1em;
  width: calc(100% + 2em);
}

/* line 61, ../sass/module/_grid.scss */
.grid-recipes > .grid_item {
  border: 0;
}

/* line 64, ../sass/module/_grid.scss */
.grid-recipes .tile {
  margin: 10px;
}

@media all and (min-width: 640px) {
  /* line 71, ../sass/module/_grid.scss */
  .grid-show-more-on-large-screens .grid_item:nth-child(n+3), .grid-show-more-on-large-screens
  .grid_item-col-2:nth-child(n+3) {
    display: none;
  }

  /* line 76, ../sass/module/_grid.scss */
  .grid-flex {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }

  /* line 81, ../sass/module/_grid.scss */
  .grid-gutter {
    margin: -10px;
  }
  /* line 84, ../sass/module/_grid.scss */
  .grid-gutter .grid_item {
    padding: 10px;
  }

  /* line 89, ../sass/module/_grid.scss */
  .grid_item,
  .grid_item-col-2 {
    width: 50%;
  }
  /* line 93, ../sass/module/_grid.scss */
  .grid_item-bordered-only-mobile,
  .grid_item-col-2-bordered-only-mobile {
    border: 0;
  }
  /* line 97, ../sass/module/_grid.scss */
  .grid_item-full-only-mobile,
  .grid_item-col-2-full-only-mobile {
    margin-left: 0;
    width: 50%;
  }
}
@media all and (min-width: 630px) {
  /* line 105, ../sass/module/_grid.scss */
  .grid-recipes > .grid_item {
    width: calc(33.33333% - 1px);
  }
}
@media all and (min-width: 768px) {
  /* line 111, ../sass/module/_grid.scss */
  .grid-show-more-on-large-screens {
    padding: 25px;
  }
}
@media all and (min-width: 830px) {
  /* line 119, ../sass/module/_grid.scss */
  .grid_item-border-left,
  .grid_item-col-2-border-left {
    border-left: 1px solid #f2f2f2;
  }
  /* line 122, ../sass/module/_grid.scss */
  .grid_item-border-right,
  .grid_item-col-2-border-right {
    border-right: 1px solid #f2f2f2;
  }
}
@media all and (min-width: 960px) {
  /* line 129, ../sass/module/_grid.scss */
  .grid-recipes > .grid_item {
    width: calc(25% - 1px);
  }
}
@media all and (min-width: 1024px) {
  /* line 135, ../sass/module/_grid.scss */
  .grid_item,
  .grid_item-col-2 {
    width: 33.33333%;
  }
  /* line 139, ../sass/module/_grid.scss */
  .grid-show-more-on-large-screens .grid_item:nth-child(n+3), .grid-show-more-on-large-screens
  .grid_item-col-2:nth-child(n+3) {
    display: block;
  }
}
@media all and (min-width: 1280px) {
  /* line 146, ../sass/module/_grid.scss */
  .grid-recipes .tile {
    margin: 16px;
  }
}
@media all and (min-width: 1366px) {
  /* line 152, ../sass/module/_grid.scss */
  .grid_item {
    width: 33.33333%;
  }
  /* line 155, ../sass/module/_grid.scss */
  .grid-gutter .grid_item {
    padding: 20px;
  }
  /* line 159, ../sass/module/_grid.scss */
  .grid_item-full-only-mobile {
    width: 33.33333%;
  }
  /* line 164, ../sass/module/_grid.scss */
  .grid-show-more-on-large-screens .grid_item:nth-child(3) {
    display: block;
  }

  /* line 169, ../sass/module/_grid.scss */
  .grid-gutter {
    margin: -20px;
  }
}
/* line 7, ../sass/module/_recipes.scss */
.recipes_page_wrapper {
  background-color: #fff;
}
/* line 10, ../sass/module/_recipes.scss */
.recipes_page_wrapper.is-focussed:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(241, 247, 237, 0.8);
  z-index: 99;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 23, ../sass/module/_recipes.scss */
.recipes_page_wrapper .tile_title .vertical-center_target {
  word-wrap: break-word;
}

/* line 28, ../sass/module/_recipes.scss */
.recipes_overview > .row-padded {
  padding: 0 0 0 0;
  margin: -10px;
}
/* line 32, ../sass/module/_recipes.scss */
.recipes_overview > .row-padded > .grid {
  padding-bottom: 32px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 38, ../sass/module/_recipes.scss */
.recipes_overview > .row-padded > .grid > .grid_item {
  float: none;
  -webkit-flex-basis: calc(50% - 1px);
  flex-basis: calc(50% - 1px);
}
@media (min-width: 630px) {
  /* line 38, ../sass/module/_recipes.scss */
  .recipes_overview > .row-padded > .grid > .grid_item {
    -webkit-flex-basis: calc(33.33333% - 1px);
    flex-basis: calc(33.33333% - 1px);
  }
}
@media (min-width: 960px) {
  /* line 38, ../sass/module/_recipes.scss */
  .recipes_overview > .row-padded > .grid > .grid_item {
    -webkit-flex-basis: calc(25% - 1px);
    flex-basis: calc(25% - 1px);
  }
}

/* line 54, ../sass/module/_recipes.scss */
.recipes_searchresults_page {
  color: #000;
  text-align: left;
}
/* line 58, ../sass/module/_recipes.scss */
.recipes_searchresults_page .block-node__title {
  text-align: center;
}
/* line 62, ../sass/module/_recipes.scss */
.recipes_searchresults_page .recipes_header {
  padding-top: 20px;
}
/* line 66, ../sass/module/_recipes.scss */
.recipes_searchresults_page .row .btn.btn-icon {
  float: none;
  display: block;
  border: 2px solid #000;
}
/* line 71, ../sass/module/_recipes.scss */
.recipes_searchresults_page .recipe-mobile-filt {
  padding: 0 20px 20px 20px;
}

/* line 76, ../sass/module/_recipes.scss */
.recipes_searchresults_page__back-wrapper {
  padding: 16px 25px;
}

/* line 79, ../sass/module/_recipes.scss */
.recipes_searchresults_page__back-wrapper--bg-green {
  background-color: #118236;
}

/* line 83, ../sass/module/_recipes.scss */
.recipes_searchresults_page__back-btn {
  color: #fff;
  background-color: #118236;
  display: block;
  font-size: 16px;
  line-height: 1.25;
  font-family: "Gelion Black", sans-serif;
  padding: 10px 14px 10px 37px;
  position: relative;
  text-transform: uppercase;
}
/* line 94, ../sass/module/_recipes.scss */
.recipes_searchresults_page__back-btn::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 18px;
  width: 9px;
  height: 9px;
  border-left: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

/* line 108, ../sass/module/_recipes.scss */
.recipes_searchresults_page__back-btn--on-green-bg {
  background-color: #fff;
  color: #388e3c;
}

/* line 112, ../sass/module/_recipes.scss */
.recipes_searchresults_page__back-btn--white {
  background-color: #fff;
}

/* line 116, ../sass/module/_recipes.scss */
.recipes_title {
  text-transform: lowercase;
  font-family: "Gelion Black", sans-serif;
  font-size: 26px;
}
/* line 121, ../sass/module/_recipes.scss */
.recipes_filters_block-header .recipes_title {
  display: inline-block;
}

/* line 125, ../sass/module/_recipes.scss */
.recipes_title--margin-top {
  margin-top: 6px;
}

/* line 130, ../sass/module/_recipes.scss */
.recipes_header {
  padding: 35px 20px 15px 20px;
  color: #000;
}
/* line 134, ../sass/module/_recipes.scss */
.recipes_header .search {
  margin-top: 28px;
  position: relative;
  z-index: 100;
  text-align: left;
  width: 100%;
  max-width: 612px;
  margin-left: auto;
  margin-right: auto;
}
/* line 145, ../sass/module/_recipes.scss */
.recipes_header .autocomplete_results_item {
  color: #000;
}
/* line 149, ../sass/module/_recipes.scss */
.recipes_header .block-node__title {
  font-weight: normal;
  font-family: 'Gelion Black', sans-serif;
  font-size: 40px;
  margin-bottom: 25px;
  text-transform: lowercase;
}
/* line 156, ../sass/module/_recipes.scss */
.recipes_header .block-node__title span {
  color: #118236;
}

@media (max-width: 380px) {
  /* line 167, ../sass/module/_recipes.scss */
  body.i18n-fr #container #recipes_overview .recipes_header .search_input[type="text"],
  body.i18n-fr-fr #container #recipes_overview .recipes_header .search_input[type="text"],
  body.i18n-it #container #recipes_overview .recipes_header .search_input[type="text"],
  body.i18n-pt-pt #container #recipes_overview .recipes_header .search_input[type="text"],
  body.i18n-es #container #recipes_overview .recipes_header .search_input[type="text"] {
    font-size: 13px;
    padding-left: 38px;
  }
}

@media (max-width: 340px) {
  /* line 176, ../sass/module/_recipes.scss */
  body.i18n-es #container #recipes_overview .recipes_header .search_input[type="text"] {
    font-size: 12px;
  }
}

@media (max-width: 420px) {
  /* line 185, ../sass/module/_recipes.scss */
  body.i18n-nl #recipes_overview .tile_title-primary,
  body.i18n-nl-nl #recipes_overview .tile_title-primary {
    font-size: 13px;
  }
}

@media (max-width: 400px) {
  /* line 193, ../sass/module/_recipes.scss */
  body.i18n-de #recipes_overview .tile_title-primary {
    font-size: 15px;
  }
}

/* line 201, ../sass/module/_recipes.scss */
.recipes_filters {
  -moz-box-shadow: -6px 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -6px 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: -6px 0 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  z-index: 1000;
  width: 350px;
  max-width: 85%;
  overflow-y: auto;
  padding-top: 4em;
  -moz-transition: right 0.4s ease-in-out;
  -o-transition: right 0.4s ease-in-out;
  -webkit-transition: right 0.4s ease-in-out;
  transition: right 0.4s ease-in-out;
}
/* line 216, ../sass/module/_recipes.scss */
.recipes_filters.is-hidden {
  right: -100%;
}

/* line 221, ../sass/module/_recipes.scss */
.recipes_filters_block {
  padding: 1em 1.5em 0 1.5em;
  /*padding: 2em 1.5em;*/
}
/* line 5, ../sass/mixins/_clearfix.scss */
.recipes_filters_block:before, .recipes_filters_block:after {
  display: table;
  content: '';
}
/* line 11, ../sass/mixins/_clearfix.scss */
.recipes_filters_block:after {
  clear: both;
}
/* line 227, ../sass/module/_recipes.scss */
.recipes_filters_block.is-hidden {
  display: none;
}
/* line 231, ../sass/module/_recipes.scss */
.recipes_filters_block.recipes_filters_block-only-mobile {
  padding: 1.5em;
}

/* line 236, ../sass/module/_recipes.scss */
.recipes_filters_block-header {
  background-color: #fff;
  z-index: 1002;
  position: fixed;
  top: 0;
  right: 0;
  width: 350px;
  max-width: 85%;
  -moz-transition: right 0.4s ease-in-out;
  -o-transition: right 0.4s ease-in-out;
  -webkit-transition: right 0.4s ease-in-out;
  transition: right 0.4s ease-in-out;
}
/* line 246, ../sass/module/_recipes.scss */
.recipes_filters_block-header .recipes_title {
  line-height: 22px;
}
/* line 250, ../sass/module/_recipes.scss */
.is-hidden .recipes_filters_block-header {
  right: -100%;
}

/* line 255, ../sass/module/_recipes.scss */
.recipes_filters_close {
  float: right;
  height: 22px;
  width: 22px;
}

/* line 263, ../sass/module/_recipes.scss */
.recipes_header_row {
  border-bottom: 2px solid #f5f4f1;
}
/* line 266, ../sass/module/_recipes.scss */
.recipes_header_row_copy, .recipes_header_row_btn {
  float: left;
}
/* line 271, ../sass/module/_recipes.scss */
.recipes_header_row_copy {
  font-size: 14px;
  border: 0 solid #f5f4f1;
  border-left-width: 2px;
  line-height: 40px;
  padding: 1.2em 1.2em 1.2em 2.5em !important;
  margin-left: 1.5em;
}

/* line 282, ../sass/module/_recipes.scss */
.js_search_results {
  min-height: 50vh;
  position: relative;
}

/* line 291, ../sass/module/_recipes.scss */
.recipes_no_results {
  display: none;
  padding: 1.5em 1em;
}
/* line 295, ../sass/module/_recipes.scss */
.recipes_no_results p {
  color: #000;
  margin-bottom: 1em;
}

/* line 301, ../sass/module/_recipes.scss */
.recipes_no_results_title {
  font-family: "Gelion Black", sans-serif;
  font-size: 18px;
  margin-bottom: .8em;
  text-transform: lowercase;
}

/* line 309, ../sass/module/_recipes.scss */
.recipes_overview .tile {
  color: #118236;
}

/* line 314, ../sass/module/_recipes.scss */
.recipes_detail {
  background-color: #fff;
  color: #000;
}
/* line 318, ../sass/module/_recipes.scss */
.recipes_detail .block-node__title {
  font-weight: normal;
  font-family: 'Gelion Black', sans-serif;
  font-size: 40px;
  text-transform: lowercase;
}
/* line 325, ../sass/module/_recipes.scss */
.recipes_detail p {
  color: #000;
}
/* line 329, ../sass/module/_recipes.scss */
.recipes_detail .icon-person {
  background-image: url("../img/icons/icon_person_green_darker.svg");
}
/* line 333, ../sass/module/_recipes.scss */
.recipes_detail .icon-clock {
  background-image: url("../img/icons/icon_clock_green_darker.svg");
}
/* line 337, ../sass/module/_recipes.scss */
.recipes_detail .icon-cook {
  background-image: url("../img/icons/icon_cook_green_darker.svg");
}

/* line 342, ../sass/module/_recipes.scss */
.recipes_detail__quick-info {
  font-size: 16px;
  line-height: 1.25;
  font-family: "Gelion Black", sans-serif;
  margin-bottom: 3px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 350, ../sass/module/_recipes.scss */
.recipes_detail__quick-info .icon-person {
  height: 20px;
  width: 20px;
}
/* line 355, ../sass/module/_recipes.scss */
.recipes_detail__quick-info .icon-clock {
  width: 20px;
  height: 20px;
}
/* line 360, ../sass/module/_recipes.scss */
.recipes_detail__quick-info .icon-cook {
  width: 19px;
  height: 20px;
}

/* line 366, ../sass/module/_recipes.scss */
.recipes_detail__quick-info__child {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-transform: lowercase;
}
/* line 371, ../sass/module/_recipes.scss */
.recipes_detail__quick-info__child:not(:last-child) {
  margin-right: 24px;
}

/* line 376, ../sass/module/_recipes.scss */
.recipes_detail__quick-info__person {
  margin-left: 9px;
}

/* line 380, ../sass/module/_recipes.scss */
.recipes_detail__quick-info__clock {
  margin-left: 9px;
}

/* line 384, ../sass/module/_recipes.scss */
.recipes_detail__quick-info__diff {
  margin-left: 9px;
}

/* line 388, ../sass/module/_recipes.scss */
.recipes_detail__tabs {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 32px;
  border: 1px solid currentColor;
  background-color: currentColor;
}

/* line 395, ../sass/module/_recipes.scss */
.recipes_detail__tabs__btn {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  font-size: 14px;
  line-height: 1.28571;
  padding: 10px 7px 10px;
  font-family: "Gelion Black", sans-serif;
  font-weight: normal;
  background-color: #fff;
}
/* line 404, ../sass/module/_recipes.scss */
.recipes_detail__tabs__btn.is-active {
  background-color: currentColor;
  /*background-color: currentColor;
  color: $color_white;
  border-color: currentColor;*/
}
/* line 406, ../sass/module/_recipes.scss */
.recipes_detail__tabs__btn.is-active span {
  color: #fff !important;
}

/* line 415, ../sass/module/_recipes.scss */
.recipes_detail__panels {
  -moz-transition: height 0.4s ease-in-out;
  -o-transition: height 0.4s ease-in-out;
  -webkit-transition: height 0.4s ease-in-out;
  transition: height 0.4s ease-in-out;
  position: relative;
}

/* line 420, ../sass/module/_recipes.scss */
.recipes_detail__panel {
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.4s ease-in-out 0s, visibility 0s ease-in-out 0.4s;
  -o-transition: opacity 0.4s ease-in-out 0s, visibility 0s ease-in-out 0.4s;
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0s ease-in-out;
  -webkit-transition-delay: 0s, 0.4s;
  transition: opacity 0.4s ease-in-out 0s, visibility 0s ease-in-out 0.4s;
}
/* line 430, ../sass/module/_recipes.scss */
.recipes_detail__panel.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 0.4s ease-in-out 0s, visibility 0s ease-in-out 0s;
  -o-transition: opacity 0.4s ease-in-out 0s, visibility 0s ease-in-out 0s;
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0s ease-in-out;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity 0.4s ease-in-out 0s, visibility 0s ease-in-out 0s;
}

/* line 438, ../sass/module/_recipes.scss */
.recipes_detail__panel__title {
  font-size: 26px;
  line-height: 1.09091;
  font-family: "Gelion Black", sans-serif;
  text-transform: lowercase;
  margin-bottom: 20px;
}

/* line 446, ../sass/module/_recipes.scss */
.recipes_detail__panel__subtitle {
  font-size: 19px;
  line-height: 1.09091;
  font-weight: 700;
  margin-bottom: 12px;
}
/* line 451, ../sass/module/_recipes.scss */
.recipes_detail__panel__subtitle:not(:first-of-type) {
  margin-top: 12px;
}

/* line 456, ../sass/module/_recipes.scss */
.recipes_detail__panel__quick-info {
  display: none;
}

/* line 460, ../sass/module/_recipes.scss */
.recipes_detail__panel__title--tip {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 465, ../sass/module/_recipes.scss */
.recipe_details__panel--ingredients {
  display: flex;
  flex-direction: row;
}

/* line 469, ../sass/module/_recipes.scss */
.recipes_detail__panel__keyproduct {
  padding-right: 35px;
}

@media (max-width: 769px) {
  /* line 474, ../sass/module/_recipes.scss */
  .recipe_details__panel--ingredients {
    flex-wrap: wrap;
  }

  /* line 477, ../sass/module/_recipes.scss */
  .recipes_detail__panel__keyproduct {
    width: 100%;
    text-align: center;
  }
  /* line 481, ../sass/module/_recipes.scss */
  .recipes_detail__panel__keyproduct img {
    max-height: 250px;
    margin-bottom: 20px;
  }

  /* line 486, ../sass/module/_recipes.scss */
  .recipes_detail__panel__title {
    display: none;
  }
}
/* line 491, ../sass/module/_recipes.scss */
.recipes_detail__panel__tip {
  font-size: 16px;
  line-height: 1.3125;
  margin-bottom: 20px;
}

/* line 497, ../sass/module/_recipes.scss */
.recipes_detail__list-item {
  font-size: 18px;
  line-height: 1.3125;
  padding-bottom: 22px;
}

/* line 504, ../sass/module/_recipes.scss */
body #container .recipes_detail__ingredient {
  list-style-type: none;
}

/* line 509, ../sass/module/_recipes.scss */
.recipes_detail__preparations {
  padding-left: 20px;
  counter-reset: item;
}

/* line 514, ../sass/module/_recipes.scss */
.recipes_detail__preparation {
  text-indent: -20px;
  counter-increment: item;
}
/* line 518, ../sass/module/_recipes.scss */
.recipes_detail__preparation span {
  color: #000;
}
/* line 522, ../sass/module/_recipes.scss */
.recipes_detail__preparation::before {
  display: inline-block;
  content: counter(item);
  color: currentColor;
  width: 20px;
  text-align: right;
  margin-left: -10px;
  margin-right: 10px;
  font-weight: 900;
  font-size: 20px;
  position: relative;
  top: 1px;
  margin-bottom: -1px;
}

/* line 538, ../sass/module/_recipes.scss */
.recipes_detail_title {
  line-height: 1.4;
  color: #555555;
  text-transform: uppercase;
}
/* line 543, ../sass/module/_recipes.scss */
.recipes_detail_title-lighter {
  color: #a1bf36;
}
/* line 547, ../sass/module/_recipes.scss */
.recipes_detail_title-multiplier {
  height: 1.95em;
  line-height: 1.95em;
}
/* line 552, ../sass/module/_recipes.scss */
.recipes_detail_title-inline {
  display: inline-block;
}
/* line 556, ../sass/module/_recipes.scss */
.recipes_detail_title-primary {
  font-size: 23px;
  color: #2c7838;
  margin-bottom: 1em;
}

/* line 563, ../sass/module/_recipes.scss */
.recipes_detail_chef {
  text-transform: uppercase;
  color: #6d6661;
}
/* line 567, ../sass/module/_recipes.scss */
.recipes_detail_chef-link {
  border-bottom: 1px solid #6d6661;
}

/* line 572, ../sass/module/_recipes.scss */
.recipes_detail_products {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

/* line 583, ../sass/module/_recipes.scss */
.recipes_detail_products_image {
  display: block;
  width: 100%;
  height: 100%;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -o-transition: -o-transform 0.2s, opacity 0.2s;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
}
/* line 588, ../sass/module/_recipes.scss */
.recipes_detail_products_image img {
  width: auto;
  max-height: 100% !important;
}
/* line 595, ../sass/module/_recipes.scss */
.no-touch .recipes_detail_products_image:hover {
  opacity: .7;
  -moz-transform: translateY(2%) translateZ(0);
  -ms-transform: translateY(2%) translateZ(0);
  -webkit-transform: translateY(2%) translateZ(0);
  transform: translateY(2%) translateZ(0);
}

/* line 602, ../sass/module/_recipes.scss */
.recipes_detail_page .page-nav__inner {
  padding-left: 50%;
}

/* line 607, ../sass/module/_recipes.scss */
.recipes_results__count {
  font-size: 26px;
  font-family: "Gelion Black", sans-serif;
  line-height: 1.11111;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 15px;
  text-transform: lowercase;
}
/* line 616, ../sass/module/_recipes.scss */
.recipes_results__count b {
  font-weight: 900;
}

/* line 621, ../sass/module/_recipes.scss */
.recipes_detail__share {
  padding: 40px 0;
}
/* line 624, ../sass/module/_recipes.scss */
.recipes_detail__share h2 {
  font-weight: normal;
  font-family: 'Gelion Black', sans-serif;
  font-size: 50px;
  text-transform: lowercase;
  margin-bottom: 20px;
}

/* line 632, ../sass/module/_recipes.scss */
.recipes_detail__share__icons {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 636, ../sass/module/_recipes.scss */
.recipes_detail__share__icons .icon, .recipes_detail__share__icons .list-check .list_item:before, .list-check .recipes_detail__share__icons .list_item:before {
  display: block;
  width: 55px;
  height: 55px;
  margin-left: 20px;
  margin-right: 20px;
  background-size: 95%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
/* line 646, ../sass/module/_recipes.scss */
.recipes_detail__share__icons .icon.ic-fb, .recipes_detail__share__icons .list-check .ic-fb.list_item:before, .list-check .recipes_detail__share__icons .ic-fb.list_item:before {
  background-image: url("../img/icons/icon_fb_black_circle.svg");
}
/* line 648, ../sass/module/_recipes.scss */
.recipes_detail__share__icons .icon.ic-fb:hover, .recipes_detail__share__icons .list-check .ic-fb.list_item:hover:before, .list-check .recipes_detail__share__icons .ic-fb.list_item:hover:before {
  background-image: url("../img/icons/icon_fb_blue_circle.svg");
}
/* line 652, ../sass/module/_recipes.scss */
.recipes_detail__share__icons .icon.ic-pin, .recipes_detail__share__icons .list-check .ic-pin.list_item:before, .list-check .recipes_detail__share__icons .ic-pin.list_item:before {
  background-image: url("../img/icons/icon_pinterest_black_circle.svg");
}
/* line 654, ../sass/module/_recipes.scss */
.recipes_detail__share__icons .icon.ic-pin:hover, .recipes_detail__share__icons .list-check .ic-pin.list_item:hover:before, .list-check .recipes_detail__share__icons .ic-pin.list_item:hover:before {
  background-image: url("../img/icons/icon_pinterest_red_circle.svg");
}
/* line 658, ../sass/module/_recipes.scss */
.recipes_detail__share__icons .icon.ic-whatsapp, .recipes_detail__share__icons .list-check .ic-whatsapp.list_item:before, .list-check .recipes_detail__share__icons .ic-whatsapp.list_item:before {
  display: block;
  background-image: url("../img/icons/icon_whatsapp_black_circle.svg");
}
/* line 661, ../sass/module/_recipes.scss */
.recipes_detail__share__icons .icon.ic-whatsapp:hover, .recipes_detail__share__icons .list-check .ic-whatsapp.list_item:hover:before, .list-check .recipes_detail__share__icons .ic-whatsapp.list_item:hover:before {
  background-image: url("../img/icons/icon_whatsapp_green_circle.svg");
}

/* line 668, ../sass/module/_recipes.scss */
.recipes_results .tile {
  color: #000;
}
/* line 671, ../sass/module/_recipes.scss */
.recipes_results .tile .tile_time:before {
  background-image: url("../img/icons/icon_clock_green_darker.svg");
}

/* line 676, ../sass/module/_recipes.scss */
.recipes_searchresults_wrapper {
  padding-bottom: 48px;
}

@media (min-width: 430px) {
  /* line 682, ../sass/module/_recipes.scss */
  .recipes_detail_title-primary {
    font-size: 30px;
  }
}
@media (min-width: 769px) {
  /* line 688, ../sass/module/_recipes.scss */
  .recipes_filters_block-only-mobile {
    display: none;
  }

  /* line 693, ../sass/module/_recipes.scss */
  .recipes_detail__share__icons .icon.ic-whatsapp, .recipes_detail__share__icons .list-check .ic-whatsapp.list_item:before, .list-check .recipes_detail__share__icons .ic-whatsapp.list_item:before {
    display: none;
  }

  /* line 698, ../sass/module/_recipes.scss */
  .recipes_filters {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: static;
    height: auto;
    width: 300px;
    padding-top: 0px;
    float: left;
  }

  /* line 707, ../sass/module/_recipes.scss */
  .recipes_no_results {
    padding: 25px;
  }

  /* line 711, ../sass/module/_recipes.scss */
  .recipes_results,
  .recipes_no_results {
    float: left;
    width: calc(100% - 1em - 300px);
  }

  /* line 717, ../sass/module/_recipes.scss */
  .recipes_header_row {
    width: calc(100% - 3em - 4px) !important;
  }

  /* line 721, ../sass/module/_recipes.scss */
  .recipes_filters_block {
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 15px;
  }

  /* line 727, ../sass/module/_recipes.scss */
  .recipes_searchresults_page__back-wrapper {
    padding-left: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* line 734, ../sass/module/_recipes.scss */
  .recipes_searchresults_page__back-btn {
    padding: 14px 20px 14px 40px;
    display: inline-block;
    margin-right: 2em;
  }
  /* line 739, ../sass/module/_recipes.scss */
  .recipes_searchresults_page__back-btn::before {
    width: 11px;
    height: 11px;
  }
}
@media (min-width: 830px) {
  	/* .recipes_header_image {
  		display: block;
  
  		// modifiers
  		&-mobile {
  			display: none;
  		}
  	} */
  /* line 757, ../sass/module/_recipes.scss */
  .recipes_detail_page .page-nav__inner {
    padding-left: 70%;
  }
}
@media (min-width: 900px) {
  /* line 764, ../sass/module/_recipes.scss */
  .recipes_searchresults_wrapper {
    padding-bottom: 72px;
  }
}
@media all and (min-width: 1024px) {
  /* line 772, ../sass/module/_recipes.scss */
  .recipes_overview .grid {
    padding: 0;
    margin: -16px;
  }
  /* line 777, ../sass/module/_recipes.scss */
  .recipes_overview > .row-padded {
    margin: 0;
    padding: 0 6.39% 0;
  }

  /* line 782, ../sass/module/_recipes.scss */
  .recipes_header {
    padding: 55px 20px 40px 20px;
  }
  /* line 785, ../sass/module/_recipes.scss */
  .recipes_header .block-node__title {
    font-size: 50px;
  }

  /* line 790, ../sass/module/_recipes.scss */
  .recipes_detail .block-node__title {
    font-size: 50px;
  }

  /* line 795, ../sass/module/_recipes.scss */
  .recipes_overview > .row-padded > .grid {
    padding-bottom: 72px;
  }

  /* line 799, ../sass/module/_recipes.scss */
  .recipes_detail__quick-info,
  .recipes_detail__tabs {
    display: none;
  }

  /* line 804, ../sass/module/_recipes.scss */
  .recipes_detail__panels {
    display: -webkit-flex;
    display: flex;
    margin-top: 12px;
    margin-bottom: 25px;
    padding-left: 4.82%;
    padding-right: 4.82%;
  }

  /* line 814, ../sass/module/_recipes.scss */
  .recipes_detail__panel {
    position: relative;
    visibility: visible;
    opacity: 1;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
  /* line 820, ../sass/module/_recipes.scss */
  .recipes_detail__panel:not(:last-child) {
    padding-right: 4%;
  }
  /* line 825, ../sass/module/_recipes.scss */
  .recipes_detail__panel:not(:first-child) {
    padding-left: 4%;
  }

  /* line 831, ../sass/module/_recipes.scss */
  .recipes_detail__panel__title {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }

  /* line 836, ../sass/module/_recipes.scss */
  .recipes_detail__panel__quick-info {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    margin-left: 24px;
  }
  /* line 841, ../sass/module/_recipes.scss */
  .recipes_detail__panel__quick-info .icon-person {
    width: 20px;
    height: 20px;
  }
  /* line 846, ../sass/module/_recipes.scss */
  .recipes_detail__panel__quick-info .icon-clock {
    width: 25px;
    height: 25px;
  }
  /* line 851, ../sass/module/_recipes.scss */
  .recipes_detail__panel__quick-info .icon-cook {
    width: 22px;
    height: 24px;
  }
  /* line 856, ../sass/module/_recipes.scss */
  .recipes_detail__panel__quick-info .recipes_detail__quick-info__person {
    margin-left: 5px;
  }
}
@media all and (min-width: 1440px) {
  /* line 864, ../sass/module/_recipes.scss */
  .recipes_searchresults_wrapper {
    padding-left: 50px;
    padding-right: 40px;
  }

  /* line 869, ../sass/module/_recipes.scss */
  .recipes_searchresults_page__back-wrapper {
    padding-left: 70px;
  }
}
/* line 875, ../sass/module/_recipes.scss */
.recipe {
  overflow: hidden;
  position: relative;
  float: left;
  width: 33.33333333333333%;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.5%;
  text-decoration: none !important;
}
@media all and (max-width: 768px) {
  /* line 875, ../sass/module/_recipes.scss */
  .recipe {
    width: 50%;
    height: auto !important;
  }
  /* line 889, ../sass/module/_recipes.scss */
  .recipe .animation-scale img {
    width: 100%;
  }
}
/* line 894, ../sass/module/_recipes.scss */
.recipe .inner_recipe {
  border: 4px solid #f5f5f5;
  overflow: hidden;
  position: relative;
  height: 100%;
}
/* line 900, ../sass/module/_recipes.scss */
.recipe .inner_recipe.animate .recipe_title h2 {
  text-decoration: none;
}
/* line 904, ../sass/module/_recipes.scss */
.no-touch .recipe:hover {
  cursor: pointer;
  text-decoration: none;
}
/* line 907, ../sass/module/_recipes.scss */
.no-touch .recipe:hover .inner_recipe .recipe_title h2 {
  text-decoration: none;
}
/* line 911, ../sass/module/_recipes.scss */
.recipe .recipe_title {
  display: table;
  text-align: center;
  width: 100%;
}
/* line 916, ../sass/module/_recipes.scss */
.recipe .recipe_title_info_mobile {
  display: none;
}
/* line 919, ../sass/module/_recipes.scss */
.recipe h2 {
  color: #6d6661;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 5px;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media all and (max-width: 768px) {
  /* line 919, ../sass/module/_recipes.scss */
  .recipe h2 {
    padding: 0 5px;
  }
}
/* line 935, ../sass/module/_recipes.scss */
.recipe .animation-scale {
  width: 100%;
  height: auto;
  overflow: hidden;
}
/* line 940, ../sass/module/_recipes.scss */
.recipe .recipe_info {
  padding: 15px 5px 8px 5px;
}
@media all and (max-width: 768px) {
  /* line 940, ../sass/module/_recipes.scss */
  .recipe .recipe_info {
    height: 20px;
    padding: 5px;
  }
}
/* line 948, ../sass/module/_recipes.scss */
.recipe .recipe_info .timer_info {
  float: left;
}
/* line 950, ../sass/module/_recipes.scss */
.recipe .recipe_info .timer_info .timer_container {
  position: relative;
  display: inline-block;
  color: #6e6661;
  font-size: 23px;
  line-height: 35px;
}
@media all and (max-width: 768px) {
  /* line 950, ../sass/module/_recipes.scss */
  .recipe .recipe_info .timer_info .timer_container {
    font-size: 14px;
    line-height: 14px;
  }
}
/* line 962, ../sass/module/_recipes.scss */
.recipe .recipe_info .timer_info .timer_container span {
  float: left;
}
/* line 966, ../sass/module/_recipes.scss */
.recipe .recipe_info .timer_info .timer_container span.img {
  margin: 0 5px;
  position: relative;
  display: block;
  background: url("img/sprite.png") -128px -337px no-repeat;
  width: 29px;
  height: 29px;
}
@media all and (max-width: 768px) {
  /* line 966, ../sass/module/_recipes.scss */
  .recipe .recipe_info .timer_info .timer_container span.img {
    -moz-transform: scale(0.6, 0.6);
    -ms-transform: scale(0.6, 0.6);
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    margin: 0;
  }
}
@media all and (max-width: 768px) {
  /* line 980, ../sass/module/_recipes.scss */
  .recipe .recipe_info .timer_info .timer_container span.txt {
    margin: 8px 0 0;
  }
}
/* line 988, ../sass/module/_recipes.scss */
.recipe .recipe_info .chef {
  float: right;
  margin: -2px 12px 0 0;
}
/* line 991, ../sass/module/_recipes.scss */
.recipe .recipe_info .chef .chef_container {
  display: inline-block;
}
/* line 993, ../sass/module/_recipes.scss */
.recipe .recipe_info .chef .chef_container .txt {
  font-size: 13px;
  line-height: 16px;
  color: #a1bf36;
  max-width: 100px;
  float: left;
  padding-top: 2px;
  margin-right: 8px;
  text-align: right;
}
/* line 1003, ../sass/module/_recipes.scss */
.recipe .recipe_info .chef .chef_container .img {
  width: 20px;
  height: 32px;
  float: left;
}
/* line 1010, ../sass/module/_recipes.scss */
.recipe .recipe_info .chef.under {
  float: none;
  margin: 0;
  clear: both;
  text-align: right;
}
@media (max-width: 760px) {
  /* line 1010, ../sass/module/_recipes.scss */
  .recipe .recipe_info .chef.under {
    text-align: center;
  }
}
/* line 1020, ../sass/module/_recipes.scss */
.recipe .recipe_info .chef.very_small .txt {
  margin: 4px 0 0 0;
  float: none;
  max-width: 100%;
  width: 100%;
  text-align: center;
}
/* line 1027, ../sass/module/_recipes.scss */
.recipe .recipe_info .chef.very_small .img {
  width: 100%;
  text-align: center;
  float: none;
  margin-top: 2px;
}
/* line 1035, ../sass/module/_recipes.scss */
.recipe .recipe_info .person_info {
  float: right;
}
/* line 1037, ../sass/module/_recipes.scss */
.recipe .recipe_info .person_info .person_container {
  display: inline-block;
}
/* line 1039, ../sass/module/_recipes.scss */
.recipe .recipe_info .person_info .person_container .person {
  float: left;
  margin: 0 4px 0 0;
  width: 5px;
  height: 30px;
  background: url("img/sprite.png") -157px -337px no-repeat;
}
@media all and (max-width: 768px) {
  /* line 1039, ../sass/module/_recipes.scss */
  .recipe .recipe_info .person_info .person_container .person {
    -moz-transform: scale(0.6, 0.6);
    -ms-transform: scale(0.6, 0.6);
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    margin-top: -1px;
  }
}
/* line 1051, ../sass/module/_recipes.scss */
.recipe .recipe_info .person_info .person_container .person_count {
  float: left;
  color: #6e6661;
  font-size: 23px;
  line-height: 35px;
  margin-left: 2px;
}
@media all and (max-width: 768px) {
  /* line 1051, ../sass/module/_recipes.scss */
  .recipe .recipe_info .person_info .person_container .person_count {
    font-size: 14px;
    line-height: 14px;
    margin: 8px 0 0;
  }
}

/* line 1071, ../sass/module/_recipes.scss */
#recipes_send .ingredients .addButton {
  float: none;
}
/* line 1074, ../sass/module/_recipes.scss */
#recipes_send .ingredients .ingredient_input_wrapper {
  position: relative;
  display: inline-block;
}
/* line 1077, ../sass/module/_recipes.scss */
#recipes_send .ingredients .ingredient_input_wrapper .input_default {
  top: 11px;
  left: 11px;
}
/* line 1081, ../sass/module/_recipes.scss */
#recipes_send .ingredients .ingredient_input_wrapper .remove_me {
  position: absolute;
  top: 0px;
  right: 10px;
  color: #847c77;
  font-size: 36px;
  line-height: 30px;
  width: 36px;
  text-align: center;
  height: 36px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 1093, ../sass/module/_recipes.scss */
.no-touch #recipes_send .ingredients .ingredient_input_wrapper .remove_me:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
@media all and (max-width: 960px) {
  /* line 1074, ../sass/module/_recipes.scss */
  #recipes_send .ingredients .ingredient_input_wrapper {
    display: block;
  }
}
/* line 1102, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner {
  position: relative;
  margin: 0 auto;
  width: 940px;
  padding-top: 35px;
  padding-bottom: 35px;
  color: #6d6661;
  font-size: 15px;
}
/* line 1110, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner h2 {
  color: #a1bf36;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
/* line 1116, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .left_form_content {
  position: relative;
  float: left;
  width: 27%;
  margin-right: 12%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 1122, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .left_form_content input {
  padding: 6px 10px;
  width: 230px;
  border: 1px solid #f6f5f2;
  margin-bottom: 15px;
}
/* line 1128, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .left_form_content h2 {
  width: 205px;
}
/* line 1131, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .left_form_content .uploadContainer {
  margin-top: 35px;
}
/* line 1133, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .left_form_content .uploadContainer .upload-wrapper {
  position: relative;
  margin-right: 1px;
}
/* line 1136, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .left_form_content .uploadContainer .upload-wrapper #picture {
  width: 230px;
  height: 238px;
  cursor: pointer;
  margin: -1px;
  opacity: 0;
}
/* line 1144, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .left_form_content .uploadContainer .upload-wrapper .descr {
  line-height: 17px;
  margin-top: 10px;
}
@media all and (max-width: 865px) {
  /* line 1144, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .left_form_content .uploadContainer .upload-wrapper .descr {
    margin-top: 30px;
  }
}
/* line 1151, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .left_form_content .uploadContainer .upload-wrapper #edit-submitted-picture-upload-button {
  width: 0px;
  height: 0px;
  position: absolute;
  top: -9999px;
  left: -9999px;
  opacity: 0;
}
/* line 1160, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .left_form_content .uploadContainer .upload-wrapper .recipe-picture {
  cursor: pointer;
  width: 250px;
  height: 250px;
  background: url("img/sprite.png") -300px 0;
  position: absolute;
  top: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 1168, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .left_form_content .uploadContainer .upload-wrapper .recipe-picture.is_ok {
  background: url("img/sprite.png") -300px -250px;
}
/* line 1174, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .left_form_content .form-item.webform-component-radios {
  float: none;
  overflow: hidden;
}
/* line 1177, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .left_form_content .form-item.webform-component-radios .form-radios {
  overflow: hidden;
  margin: 0 0 10px 0;
}
/* line 1180, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .left_form_content .form-item.webform-component-radios .form-radios .form-item.form-type-radio {
  margin: 0 20px 0 0;
}
/* line 1182, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .left_form_content .form-item.webform-component-radios .form-radios .form-item.form-type-radio .custom_radio {
  position: relative;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin: 0 3px 0 0;
  border: 1px solid #e3e2df;
  background-color: #f6f5f2;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 1191, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .left_form_content .form-item.webform-component-radios .form-radios .form-item.form-type-radio .custom_radio input {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 1201, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .left_form_content .form-item.webform-component-radios .form-radios .form-item.form-type-radio .custom_radio .inner_custom_radio {
  position: absolute;
  width: 8px;
  height: 8px;
  left: 50%;
  margin-left: -4px;
  top: 50%;
  margin-top: -4px;
  background-color: #a1bf36;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
/* line 1214, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .left_form_content .form-item.webform-component-radios .form-radios .form-item.form-type-radio .custom_radio.checked .inner_custom_radio {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 1218, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .left_form_content .form-item.webform-component-radios .form-radios .form-item.form-type-radio label {
  color: #6d6661;
  font-size: 15px;
}
@media all and (max-width: 980px) {
  /* line 1223, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .left_form_content .form-item.webform-component-radios .form-radios .form-item.form-type-radio {
    width: auto;
  }
}
/* line 1228, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .left_form_content .form-item.webform-component-radios .form-radios.errored .form-item.form-type-radio label {
  color: #dd0000;
}
/* line 1235, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .right_form_content {
  position: relative;
  float: left;
  width: 60%;
}
/* line 1239, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .right_form_content input {
  padding: 6px 10px;
  border: 1px solid #f6f5f2;
  margin-bottom: 15px;
}
/* line 1244, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .right_form_content input[type="submit"] {
  border: none;
}
/* line 1247, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .right_form_content .shortinput {
  width: 193px;
  padding: 7px 10px;
  margin-bottom: 0;
}
/* line 1253, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .right_form_content .longinput {
  width: 492px;
}
/* line 1256, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .right_form_content .extralonginput {
  width: 492px;
}
/* line 1259, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .right_form_content .vegan_type_row {
  display: block;
  height: 15px;
}
/* line 1262, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .right_form_content .vegan_type_row .svg-checkbox {
  margin: 0 25px 5px 0;
}
/* line 1264, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .right_form_content .vegan_type_row .svg-checkbox label {
  margin: 0 0 0 10px;
  font-weight: 100;
}
/* line 1270, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .right_form_content .confirm {
  margin-bottom: 10px;
}
/* line 1272, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .right_form_content .confirm .check-news {
  width: 479px;
}
/* line 1274, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .right_form_content .confirm .check-news.errored {
  color: #d00;
}
/* line 1277, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .right_form_content .dropdown-wrapper-short {
  margin-right: 10px;
}
/* line 1279, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .right_form_content .dropdown-wrapper-short select {
  width: 107px;
}
/* line 1284, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .right_form_content .addButton {
  margin: 0 60px 10px 0;
}
/* line 1287, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .right_form_content .dropdown-wrapper {
  margin-right: 13px;
  display: inline-block;
}
/* line 1291, ../sass/module/_recipes.scss */
#recipes_send .recipes_send_inner .right_form_content #duration {
  padding: 5px 10px 4px;
}

/* line 1298, ../sass/module/_recipes.scss */
body #container #recipes_results #searchrecipes_form, body #container #recipes_overview #searchrecipes_form {
  text-align: center;
}
/* line 1301, ../sass/module/_recipes.scss */
body #container #recipes_results #searchrecipes_form .smallSubmitButton, body #container #recipes_overview #searchrecipes_form .smallSubmitButton {
  margin-right: 0;
}
/* line 1305, ../sass/module/_recipes.scss */
body #container #recipes_results #searchrecipes_form .form-item, body #container #recipes_overview #searchrecipes_form .form-item {
  overflow: hidden;
  margin-right: 10px;
}
/* line 1310, ../sass/module/_recipes.scss */
body #container #recipes_results #searchrecipes_form .dropdown-wrapper, body #container #recipes_overview #searchrecipes_form .dropdown-wrapper {
  margin-right: 12px;
}
/* line 1314, ../sass/module/_recipes.scss */
body #container #recipes_results #searchrecipes_form input, body #container #recipes_results #searchrecipes_form select, body #container #recipes_overview #searchrecipes_form input, body #container #recipes_overview #searchrecipes_form select {
  margin-right: 0;
}
/* line 1318, ../sass/module/_recipes.scss */
body #container #recipes_results #searchrecipes_form .input_default, body #container #recipes_overview #searchrecipes_form .input_default {
  text-align: left;
}

/* line 1324, ../sass/module/_recipes.scss */
body #container .recipes_send_content .dropdown-wrapper-short {
  width: 107px;
}
/* line 1326, ../sass/module/_recipes.scss */
body #container .recipes_send_content .dropdown-wrapper-short .dropdown-design {
  width: 95px;
}

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1335, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .left_form_content .uploadContainer .upload-wrapper .recipe-picture {
    background: url("img/sprite@2x.png") no-repeat -300px 0px;
    background-size: 550px;
    width: 250px;
    height: 250px;
  }
}

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1340, ../sass/module/_recipes.scss */
  body .recipe .recipe_info .timer_info .timer_container span.img {
    background: url("img/sprite@2x.png") no-repeat -128px -337px;
    background-size: 550px;
    width: 29px;
    height: 29px;
  }
}

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1343, ../sass/module/_recipes.scss */
  body .recipe .recipe_info .person_info .person_container .person {
    background: url("img/sprite@2x.png") no-repeat -157px -337px;
    background-size: 550px;
    width: 5px;
    height: 30px;
  }
}

@media all and (max-width: 980px) {
  /* line 1349, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner {
    max-width: 940px;
    width: 100%;
    overflow: hidden;
  }

  /* line 1354, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .left_form_content {
    padding-left: 20px;
    margin-right: 80px;
  }

  /* line 1358, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .right_form_content {
    padding-right: 20px;
  }
}
@media all and (max-width: 960px) {
  /* line 1363, ../sass/module/_recipes.scss */
  #recipes_send .form-item {
    width: 100%;
  }

  /* line 1364, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .right_form_content .extralonginput {
    width: 100%;
    padding-right: 12px;
  }

  /* line 1368, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .right_form_content .longinput {
    width: 100%;
    padding-right: 12px;
  }

  /* line 1372, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .right_form_content .addButton {
    margin: 0 auto;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  /* line 1378, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .right_form_content .dropdown-wrapper {
    width: 102%;
    margin-right: 0;
  }

  /* line 1382, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .right_form_content .dropdown-wrapper .dropdown-design {
    width: 100%;
  }

  /* line 1385, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .right_form_content .products .dropdown-wrapper .dropdown-design {
    padding-right: 0px;
  }

  /* line 1389, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .right_form_content .dropdown-wrapper .dropdowninput {
    width: 100%;
  }

  /* line 1392, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .right_form_content #duration {
    width: 100%;
    padding-right: 12px;
  }

  /* line 1396, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .right_form_content .textareainput {
    width: 100%;
  }

  /* line 1399, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .right_form_content .dropdown-wrapper-short {
    width: 102%;
    margin-top: 17px;
    margin-bottom: 20px;
  }

  /* line 1404, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .right_form_content .dropdown-wrapper-short select {
    width: 100%;
  }

  /* line 1407, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .left_form_content input {
    width: 108%;
    max-width: 230px;
  }

  /* line 1411, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .right_form_content input[type="submit"] {
    float: right;
    margin: 0;
  }

  /* line 1415, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .left_form_content .dropdown-wrapper {
    width: 102%;
  }

  /* line 1418, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .left_form_content .dropdown-wrapper .dropdown-design {
    width: 108%;
    max-width: 234px;
  }

  /* line 1422, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .left_form_content .dropdown-wrapper .dropdowninput {
    width: 100%;
  }

  /* line 1425, ../sass/module/_recipes.scss */
  body .recipe h2 {
    font-size: 15px;
  }

  /* line 1428, ../sass/module/_recipes.scss */
  body .recipe.recipe-detail h2 {
    font-size: 12px;
    line-height: 16px;
  }
}
@media all and (max-width: 960px) and (max-width: 768px) {
  /* line 1428, ../sass/module/_recipes.scss */
  body .recipe.recipe-detail h2 {
    padding: 15px 5px;
  }
}
@media all and (max-width: 960px) and (max-width: 380px) {
  /* line 1428, ../sass/module/_recipes.scss */
  body .recipe.recipe-detail h2 {
    font-size: 10px;
  }
}

@media all and (max-width: 865px) {
  /* line 1442, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .left_form_content .dropdown-wrapper .dropdown-design {
    width: 100%;
    max-width: none;
  }

  /* line 1446, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .left_form_content .dropdown-wrapper .dropdown-design {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 1451, ../sass/module/_recipes.scss */
  #recipes_send .form-item {
    width: 100%;
  }

  /* line 1452, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .left_form_content {
    float: none;
    width: 100%;
    margin-right: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }

  /* line 1459, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .right_form_content {
    float: none;
    width: 100%;
    padding: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 1465, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .right_form_content .textareainput {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 1469, ../sass/module/_recipes.scss */
  body #container #recipes_send .recipes_send_inner .form-item .form-textarea-wrapper .input_default {
    top: 6px;
  }

  /* line 1472, ../sass/module/_recipes.scss */
  body.ff #container #recipes_send .recipes_send_inner .form-item .form-textarea-wrapper .input_default {
    top: 7px;
  }

  /* line 1475, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .right_form_content {
    float: none;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
  }

  /* line 1482, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .left_form_content input {
    width: 100%;
    max-width: none;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 1488, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .right_form_content .longinput {
    width: 100%;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 1493, ../sass/module/_recipes.scss */
  #recipes_send .ingredients .ingredient_input_wrapper .input_default {
    top: 8px;
  }

  /* line 1496, ../sass/module/_recipes.scss */
  body.ff #recipes_send .ingredients .ingredient_input_wrapper .input_default {
    top: 9px;
  }

  /* line 1499, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .right_form_content .extralonginput {
    width: 100%;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 1504, ../sass/module/_recipes.scss */
  body #container #recipes_send .recipes_send_inner .form-item .input_default {
    top: 8px;
  }

  /* line 1507, ../sass/module/_recipes.scss */
  body.ff #container #recipes_send .recipes_send_inner .form-item .input_default {
    top: 9px;
  }

  /* line 1510, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .right_form_content #duration {
    width: 100%;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 1515, ../sass/module/_recipes.scss */
  body #container #recipes_send .recipes_send_inner #webform-component-duration-min.form-item .input_default {
    top: 7px;
  }

  /* line 1518, ../sass/module/_recipes.scss */
  body.ff #container #recipes_send .recipes_send_inner #webform-component-duration-min.form-item .input_default {
    top: 8px;
  }

  /* line 1521, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .right_form_content .dropdown-wrapper-short {
    width: 100%;
    margin-right: 0;
  }
  /* line 1524, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .right_form_content .dropdown-wrapper-short .dropdown-design {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 1529, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .right_form_content .dropdown-wrapper {
    width: 100%;
    margin-right: 0;
  }
  /* line 1532, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .right_form_content .dropdown-wrapper .dropdown-design {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 1537, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .right_form_content .products .dropdown-wrapper .dropdown-design {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 1542, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .left_form_content .dropdown-wrapper {
    width: 100%;
  }

  /* line 1545, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .left_form_content .uploadContainer {
    margin-bottom: 30px;
  }

  /* line 1548, ../sass/module/_recipes.scss */
  #recipes_send .recipes_send_inner .right_form_content .confirm .check-news {
    width: 88%;
    font-weight: 400;
  }
}
@media all and (max-width: 430px) {
  /* line 1556, ../sass/module/_recipes.scss */
  body #container #recipes_overview .inner_header_form, body #container #recipes_results .inner_header_form {
    padding: 0 3%;
  }
  /* line 1559, ../sass/module/_recipes.scss */
  body #container .recipes_list {
    width: 100%;
  }

  /* line 1566, ../sass/module/_recipes.scss */
  body #recipes_results .slide-wrapper-outer .prev, body #recipes_results .slide-wrapper-outer .next {
    display: none !important;
  }
}
/* line 1, ../sass/module/_row.scss */
.row {
  padding: 0 1em;
}
/* line 5, ../sass/mixins/_clearfix.scss */
.row:before, .row:after {
  display: table;
  content: '';
}
/* line 11, ../sass/mixins/_clearfix.scss */
.row:after {
  clear: both;
}
/* line 5, ../sass/module/_row.scss */
.row-center {
  text-align: center;
}
/* line 9, ../sass/module/_row.scss */
.row-padded {
  padding: 1em;
}
/* line 13, ../sass/module/_row.scss */
.row-margin {
  padding: 1em 0;
  margin: 0 1em;
}
/* line 18, ../sass/module/_row.scss */
.row-margin-only-desktop {
  padding: 0;
}
/* line 22, ../sass/module/_row.scss */
.row-border-bottom-thick {
  border-bottom: 2px solid #f5f4f1;
  margin-bottom: 10px;
}
/* line 27, ../sass/module/_row.scss */
.row-border-bottom {
  border-bottom: 1px solid #f5f4f1;
}
/* line 31, ../sass/module/_row.scss */
.row-border-top-bottom {
  border: solid #f5f4f1;
  border-width: 1px 0;
}
/* line 36, ../sass/module/_row.scss */
.row-beige {
  border-top: 2px solid #e6e6e6;
  position: relative;
}
/* line 40, ../sass/module/_row.scss */
.row-beige:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fbf9f5;
  z-index: -2;
}
/* line 54, ../sass/module/_row.scss */
.row-border-bottom-only-mobile {
  border: solid #f5f4f1;
  border-width: 0 0 1px;
}

@media all and (min-width: 430px) {
  /* line 62, ../sass/module/_row.scss */
  .row-margin-only-mobile {
    margin: 0;
  }
  /* line 66, ../sass/module/_row.scss */
  .row-gray {
    position: relative;
  }
  /* line 69, ../sass/module/_row.scss */
  .row-gray:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f5f4f1;
    z-index: -2;
  }
}
@media all and (min-width: 768px) {
  /* line 86, ../sass/module/_row.scss */
  .row {
    padding: 0 1.5em;
  }
  /* line 90, ../sass/module/_row.scss */
  .row-margin {
    padding: 1.5em 0;
    margin: 0 1.5em;
  }
  /* line 95, ../sass/module/_row.scss */
  .row-padded {
    padding: 1.5em;
  }
  /* line 99, ../sass/module/_row.scss */
  .row-margin-only-desktop {
    padding: 1em 0;
    margin: 0 1.5em;
  }
  /* line 104, ../sass/module/_row.scss */
  .row-border-bottom-only-mobile {
    border-width: 0;
  }
  /* line 108, ../sass/module/_row.scss */
  .row-full {
    width: calc(100% - 3em);
  }
}
/* line 1, ../sass/module/_tile.scss */
.tile {
  font-family: "Gelion Black", sans-serif;
  font-weight: normal;
  display: block;
  margin: 0 auto;
  position: relative;
  color: #000;
}
/* line 10, ../sass/module/_tile.scss */
.tile-bordered {
  border: 2px solid #f5f4f1;
}

/* line 15, ../sass/module/_tile.scss */
.tile_image {
  max-width: 100%;
  height: 0;
  padding-bottom: 75%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.8s;
}
/* line 26, ../sass/module/_tile.scss */
.tile_image-sixteen-nine {
  padding-bottom: 50.60241%;
}

/* line 32, ../sass/module/_tile.scss */
.tile:hover .tile_title {
  text-decoration: underline;
}
/* line 35, ../sass/module/_tile.scss */
.tile:hover .tile_image {
  transform: scale(1.15);
}

/* line 40, ../sass/module/_tile.scss */
.tile_hoverwrap {
  overflow: hidden;
}

/* line 44, ../sass/module/_tile.scss */
.tile_content {
  padding-top: 14px;
  padding-bottom: 24px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
/* line 54, ../sass/module/_tile.scss */
.tile_content-centered {
  text-align: center;
  justify-content: center;
}
/* line 59, ../sass/module/_tile.scss */
.tile_content br {
  display: none;
}

/* line 64, ../sass/module/_tile.scss */
.tile_content--primary {
  padding-top: 6px;
  padding-bottom: 4px;
}

/* line 69, ../sass/module/_tile.scss */
.tile_content_block {
  display: block;
  float: left;
  color: currentColor;
}

@media (min-width: 640px) {
  /* line 76, ../sass/module/_tile.scss */
  .tile_content_block {
    height: 30px;
  }
}
/* line 81, ../sass/module/_tile.scss */
.tile_title {
  color: currentColor;
  text-transform: lowercase;
  font-size: 18px;
  line-height: 1.25;
}
/* line 87, ../sass/module/_tile.scss */
.tile_title-primary {
  text-align: center;
  font-size: 18px;
  line-height: 1.11111;
}

/* line 95, ../sass/module/_tile.scss */
.tile_time {
  color: currentColor;
  font-size: 18px;
  line-height: 1.25;
  text-transform: uppercase;
  font-family: "Gelion Black", sans-serif;
  white-space: nowrap;
  /*&:before {
  	content: "";
  	@extend .icon;
  	@extend .icon-clock-black;
  	margin-top: -.25em;
  	margin-right: .5em;
  }*/
}
/* line 110, ../sass/module/_tile.scss */
.tile_time svg {
  margin-bottom: -4px;
  margin-right: 4px;
  fill: #000;
}
/* line 116, ../sass/module/_tile.scss */
.tile_time:after {
  content: " " attr(data-unit);
  text-transform: lowercase;
}

@media all and (min-width: 768px) {
  /* line 124, ../sass/module/_tile.scss */
  .tile-margin {
    margin: 1.6875em;
  }

  /* line 128, ../sass/module/_tile.scss */
  .tile_content {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
/* line 5, ../sass/module/_search.scss */
.search_box {
  position: relative;
  width: 100%;
  border: 2px solid currentColor;
  display: -webkit-flex;
  display: flex;
  height: 44px;
}

/* line 16, ../sass/module/_search.scss */
.search_input {
  width: 58%;
  -webkit-flex-basis: 58%;
  flex-basis: 58%;
  text-transform: uppercase;
}
/* line 21, ../sass/module/_search.scss */
body #container .search_input[type="text"] {
  font-size: 16px;
  height: 100%;
  color: currentColor;
  margin-right: 0;
  font-family: "Gelion Black", sans-serif;
  padding-left: 45px;
  background-color: #fff;
}
/* line 61, ../../../../../../../.gem/ruby/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
body #container .search_input[type="text"]:-moz-placeholder {
  color: currentColor;
}
/* line 64, ../../../../../../../.gem/ruby/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
body #container .search_input[type="text"]::-moz-placeholder {
  color: currentColor;
}
/* line 67, ../../../../../../../.gem/ruby/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
body #container .search_input[type="text"]:-ms-input-placeholder {
  color: currentColor;
}
/* line 56, ../../../../../../../.gem/ruby/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
body #container .search_input[type="text"]::-webkit-input-placeholder {
  color: currentColor;
}
/* line 35, ../sass/module/_search.scss */
.search_input.is-hidden {
  opacity: 0;
}
/* line 39, ../sass/module/_search.scss */
.search_input.is-loading {
  background: url("../img/recipes/searchresults/preloader_light.gif") no-repeat right 62px center;
  background-size: 20.25px;
  padding-right: 92px !important;
  width: calc(100% - 92px - 1em);
}

/* line 47, ../sass/module/_search.scss */
.search_input--fw,
.search_input--recipes-result {
  width: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}

/* line 53, ../sass/module/_search.scss */
.search_input--recipes-result {
  padding-right: 50px;
}

/* line 58, ../sass/module/_search.scss */
.search__divider {
  background-color: currentColor;
  width: 1px;
  height: calc(100% - 10px);
  margin-top: 5px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

/* line 66, ../sass/module/_search.scss */
.search__by-course {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

/* line 71, ../sass/module/_search.scss */
.search_term {
  font-size: 14px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 8px 5px 5px 45px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  line-height: 24px;
  text-transform: uppercase;
}
/* line 84, ../sass/module/_search.scss */
.search_term.is-hidden {
  display: none;
}

/* line 90, ../sass/module/_search.scss */
.search_term_prefix:after {
  content: ":";
}

/* line 95, ../sass/module/_search.scss */
.search_button {
  position: absolute;
  left: 0;
  top: 50%;
  width: 45px;
  height: 44px;
  cursor: pointer;
  background-image: url("../img/icons/icon_search_blackish.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-color: transparent;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: none;
  border: none;
  color: currentColor;
}
/* line 113, ../sass/module/_search.scss */
.search_button.is-hidden {
  display: none;
}
/* line 117, ../sass/module/_search.scss */
.no-touch .search_button {
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 121, ../sass/module/_search.scss */
.no-touch .search_button:hover, .no-touch .search_button:active, .no-touch .search_button:focus {
  opacity: .8;
}

/* line 147, ../sass/module/_search.scss */
.search_button-clear {
  left: auto;
  right: 0;
  background-image: none;
}

/* line 153, ../sass/module/_search.scss */
.search_button-clear--inner {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 50%;
  -moz-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}
/* line 161, ../sass/module/_search.scss */
.search_button-clear--inner::before, .search_button-clear--inner::after {
  content: '';
  display: block;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
/* line 172, ../sass/module/_search.scss */
.search_button-clear--inner::before {
  width: 2px;
  height: 14px;
}
/* line 177, ../sass/module/_search.scss */
.search_button-clear--inner::after {
  width: 14px;
  height: 2px;
}

/* line 183, ../sass/module/_search.scss */
.autocomplete_results {
  display: none;
  box-sizing: border-box !important;
  font-size: 15px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #fff;
  border: 2px solid currentColor;
  border-top-width: 0;
  padding: 0 1em .2em;
  font-weight: 700;
}

/* line 198, ../sass/module/_search.scss */
.autocomplete_results_group {
  padding: 1em 0;
}
/* line 201, ../sass/module/_search.scss */
.autocomplete_results_group:before {
  content: attr(data-type);
  display: block;
  padding-bottom: .4em;
  font-size: 1.1em;
  text-decoration: underline;
}
/* line 209, ../sass/module/_search.scss */
.autocomplete_results_group + .autocomplete_results_group {
  border-top: 1px solid #f2f2f2;
}

/* line 214, ../sass/module/_search.scss */
.autocomplete_results_item {
  display: block;
  padding: .4em 0;
  text-transform: lowercase;
}

/* line 221, ../sass/module/_search.scss */
.no-touch .autocomplete_results_item:hover .autocomplete_results_link, .no-touch .autocomplete_results_item:active .autocomplete_results_link, .no-touch .autocomplete_results_item:focus .autocomplete_results_link {
  opacity: .8;
  text-decoration: underline;
}
/* line 228, ../sass/module/_search.scss */
.autocomplete_results_item.is-selected .autocomplete_results_link {
  background-color: #fff3e8;
  opacity: .8;
  padding: 3px;
  margin: -3px 0 0 -3px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* line 237, ../sass/module/_search.scss */
.autocomplete_results_message {
  padding: 1em 0;
  color: currentColor;
}

/* line 243, ../sass/module/_search.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

@media (min-width: 830px) {
  /* line 252, ../sass/module/_search.scss */
  .autocomplete_results_group {
    position: relative;
    padding-left: 150px;
  }
  /* line 256, ../sass/module/_search.scss */
  .autocomplete_results_group:before {
    position: absolute;
    left: 0;
    padding: .3em 0;
    width: 150px;
    text-decoration: none;
  }
}
/* line 5, ../sass/module/_badge.scss */
.badge, .filters_title.has-active-filters::after, .recipes_filters_block:last-child .filters_group:not(.filters_group--top) .filters_title.has-active-filters::after,
.filters_group .filters_group.filters_title.has-active-filters::after {
  color: #e75545;
  padding: .15em .6em;
  background-color: #fff8f2;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
}
/* line 11, ../sass/module/_badge.scss */
.badge.is-hidden, .is-hidden.filters_title.has-active-filters::after, .recipes_filters_block:last-child .filters_group:not(.filters_group--top) .is-hidden.filters_title.has-active-filters::after,
.filters_group .is-hidden.filters_group.filters_title.has-active-filters::after {
  display: none;
}

/* line 16, ../sass/module/_badge.scss */
.badge--green-dark {
  color: #fff8f2;
  background-color: #388e3c;
}

/* line 1, ../sass/module/_filters.scss */
.filters_list {
  padding: 1em 1em 1em 0;
  overflow: hidden;
  max-height: 800px;
  -moz-transition: max-height 0.4s, padding 0.4s;
  -o-transition: max-height 0.4s, padding 0.4s;
  -webkit-transition: max-height 0.4s, padding 0.4s;
  transition: max-height 0.4s, padding 0.4s;
}
/* line 7, ../sass/module/_filters.scss */
.filters_list-padddingleft {
  padding-left: 1.4em;
}
/* line 11, ../sass/module/_filters.scss */
.filters_list.is-hidden {
  padding-top: 0;
  padding-bottom: 0;
  max-height: 0;
}

/* line 18, ../sass/module/_filters.scss */
.filters_group .filters_list {
  padding-top: 0;
}

/* line 22, ../sass/module/_filters.scss */
.filters_group {
  padding: 0 1em;
  overflow: hidden;
  max-height: 4000px;
  -moz-transition: max-height 0.4s, padding 0.4s;
  -o-transition: max-height 0.4s, padding 0.4s;
  -webkit-transition: max-height 0.4s, padding 0.4s;
  transition: max-height 0.4s, padding 0.4s;
}
/* line 29, ../sass/module/_filters.scss */
.filters_group.is-hidden {
  padding-top: 0;
  padding-bottom: 0;
  max-height: 0;
}

/* line 36, ../sass/module/_filters.scss */
.recipes_filters_block > .filters_group {
  padding: 1em 0;
}

/* line 40, ../sass/module/_filters.scss */
.filters_title {
  line-height: 1.4;
  text-transform: lowercase;
  position: relative;
  cursor: pointer;
  -moz-transition: padding 0.4s;
  -o-transition: padding 0.4s;
  -webkit-transition: padding 0.4s;
  transition: padding 0.4s;
  font-size: 26px;
  font-family: "Gelion Black", sans-serif;
}
/* line 49, ../sass/module/_filters.scss */
.filters_title.is-toggled::before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 53, ../sass/module/_filters.scss */
.filters_title.has-active-filters::after {
  content: attr(data-active-filters);
  margin-left: .65em;
  font-size: .7em;
  position: relative;
  top: -.1em;
  color: #fff;
  background-color: #000;
}
/* line 64, ../sass/module/_filters.scss */
.filters_group .filters_title {
  padding-bottom: 1em;
}
/* line 68, ../sass/module/_filters.scss */
.filters_group .filters_group .filters_title {
  font-size: 16px;
}

/* line 73, ../sass/module/_filters.scss */
.recipes_filters_block:last-child .filters_group:not(.filters_group--top) .filters_title,
.filters_group .filters_group.filters_title {
  padding-left: 1.4em;
  font-size: 18px;
  font-family: "Gelion Black", sans-serif;
  color: #118236;
}
/* line 80, ../sass/module/_filters.scss */
.recipes_filters_block:last-child .filters_group:not(.filters_group--top) .filters_title::before,
.filters_group .filters_group.filters_title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.45em;
  left: 0;
  height: 9px;
  width: 9px;
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
}
/* line 97, ../sass/module/_filters.scss */
.recipes_filters_block:last-child .filters_group:not(.filters_group--top) .filters_title.is-toggled::before,
.filters_group .filters_group.filters_title.is-toggled::before {
  -moz-transform: translate(3px, 0px) rotate(45deg);
  -ms-transform: translate(3px, 0px) rotate(45deg);
  -webkit-transform: translate(3px, 0px) rotate(45deg);
  transform: translate(3px, 0px) rotate(45deg);
}
/* line 101, ../sass/module/_filters.scss */
.recipes_filters_block:last-child .filters_group:not(.filters_group--top) .filters_title.has-active-filters::after,
.filters_group .filters_group.filters_title.has-active-filters::after {
  content: attr(data-active-filters);
  margin-left: .7em;
  font-size: .7em;
  position: relative;
  top: -.1em;
  color: #fff8f2;
  background-color: #388e3c;
}

/* line 114, ../sass/module/_filters.scss */
.recipes_filters_block:last-child > .filters_title::before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 118, ../sass/module/_filters.scss */
.recipes_filters_block:last-child > .filters_title.is-toggled::before {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 123, ../sass/module/_filters.scss */
.filters_group ul.filters_list {
  padding-left: 1em;
}

/* line 127, ../sass/module/_filters.scss */
.filters_list_item {
  text-transform: lowercase;
  font-size: 18px;
  font-weight: 400;
  padding: .5em 0;
}
/* line 133, ../sass/module/_filters.scss */
.filters_list_item a {
  color: #118236;
}

/* line 138, ../sass/module/_filters.scss */
.filters_list_checkbox {
  position: absolute;
  left: -9999px;
}

/* line 143, ../sass/module/_filters.scss */
.filters_list_label {
  position: relative;
  padding-left: 1.2em;
  font-size: 16px;
  font-weight: 400;
}
/* line 149, ../sass/module/_filters.scss */
.filters_list_label:before {
  margin-top: .05em;
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: .7em;
  height: .7em;
  border: 1px solid #118236;
  margin-right: .4em;
  -moz-transition: background-color 0.4s, border-color 0.4s;
  -o-transition: background-color 0.4s, border-color 0.4s;
  -webkit-transition: background-color 0.4s, border-color 0.4s;
  transition: background-color 0.4s, border-color 0.4s;
}
/* line 163, ../sass/module/_filters.scss */
.filters_list_checkbox:checked ~ .filters_list_label:before {
  background-color: #118236;
}

/* line 1, ../sass/module/_multiplier.scss */
.multiplier {
  display: inline-block;
}
/* line 5, ../sass/mixins/_clearfix.scss */
.multiplier:before, .multiplier:after {
  display: table;
  content: '';
}
/* line 11, ../sass/mixins/_clearfix.scss */
.multiplier:after {
  clear: both;
}

/* line 6, ../sass/module/_multiplier.scss */
.multiplier_button {
  position: relative;
  float: left;
  color: #fff;
  font-size: 26px;
  width: 1.2em;
  height: 1.2em;
  padding: .1em;
  margin: .1em 0;
  border-radius: 50%;
  border: 2px solid #a1bf36;
  cursor: pointer;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
/* line 24, ../sass/module/_multiplier.scss */
.multiplier_button:before {
  content: "";
  position: absolute;
  top: -3%;
  left: -3%;
  width: 106%;
  height: 106%;
  background-color: #a1bf36;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  opacity: 1;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}
/* line 38, ../sass/module/_multiplier.scss */
.multiplier_button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -moz-transition: background-image 0.3s;
  -o-transition: background-image 0.3s;
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
}
/* line 50, ../sass/module/_multiplier.scss */
.multiplier_button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: .6em;
  height: .6em;
  z-index: 2;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 61, ../sass/module/_multiplier.scss */
.multiplier_button svg path {
  fill: #fff;
  -moz-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
/* line 68, ../sass/module/_multiplier.scss */
.no-touch .multiplier_button:hover, .no-touch .multiplier_button:active, .no-touch .multiplier_button:focus {
  color: #a1bf36;
}
/* line 73, ../sass/module/_multiplier.scss */
.no-touch .multiplier_button:hover:before, .no-touch .multiplier_button:active:before, .no-touch .multiplier_button:focus:before {
  opacity: 1;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
/* line 78, ../sass/module/_multiplier.scss */
.no-touch .multiplier_button:hover path, .no-touch .multiplier_button:active path, .no-touch .multiplier_button:focus path {
  fill: #a1bf36;
}

/* line 84, ../sass/module/_multiplier.scss */
.multiplier_number {
  display: block;
  float: left;
  line-height: 1.95em;
  height: 1.95em;
  padding: 0 0.8em 0 0.5em;
  font-size: 1.2em;
  text-align: center;
}

/* line 95, ../sass/module/_multiplier.scss */
.multiplier_counter {
  display: inline-block;
  width: 1.1em;
}

/* line 1, ../sass/module/_ingredients.scss */
.ingredients {
  font-size: 14px;
  border-bottom: 1px solid #e0e5dc;
  color: #6d6661;
}
/* line 6, ../sass/module/_ingredients.scss */
.ingredients-old {
  background-color: #f1f7ed;
  border: 0;
  padding: 1.5em 1em;
}

/* line 13, ../sass/module/_ingredients.scss */
.ingredients_group {
  position: relative;
  padding: 1em 1.5em;
  border-top: 1px solid #e0e5dc;
  background-color: #f1f7ed;
}
/* line 5, ../sass/mixins/_clearfix.scss */
.ingredients_group:before, .ingredients_group:after {
  display: table;
  content: '';
}
/* line 11, ../sass/mixins/_clearfix.scss */
.ingredients_group:after {
  clear: both;
}
/* line 20, ../sass/module/_ingredients.scss */
.ingredients_group:after {
  content: "";
  position: absolute;
  top: 1.1em;
  right: 1.5em;
  width: 1em;
  height: 1.2em;
  background: url("../img/icons/icon_chevron.png") no-repeat center;
  background-size: contain;
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 36, ../sass/module/_ingredients.scss */
.ingredients_group.is-open:after {
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 42, ../sass/module/_ingredients.scss */
.ingredients_group_title {
  line-height: 1.4;
  text-transform: uppercase;
}

/* line 47, ../sass/module/_ingredients.scss */
.ingredients_list {
  padding: 1em 0;
  overflow: hidden;
  line-height: 1;
}

/* line 54, ../sass/module/_ingredients.scss */
.ingredients_list_item + .ingredients_list_item {
  padding-top: .75em;
}

@media (min-width: 768px) {
  /* line 60, ../sass/module/_ingredients.scss */
  .ingredients {
    background-color: #f1f7ed;
    border: 0;
    padding: 1.5em 1em;
  }

  /* line 66, ../sass/module/_ingredients.scss */
  .ingredients_group {
    border: 0;
    padding: 0;
  }
  /* line 70, ../sass/module/_ingredients.scss */
  .ingredients_group:after {
    position: static;
    display: inline;
    background: none;
  }

  /* line 77, ../sass/module/_ingredients.scss */
  .ingredients_group_title {
    display: inline-block;
    border-bottom: 2px solid #a1bf36;
  }
}
/* line 1, ../sass/module/_lists.scss */
.list {
  padding-left: 1em;
  list-style: none;
}
/* line 5, ../sass/module/_lists.scss */
.list.list-numbered {
  padding-left: 0;
}

/* line 10, ../sass/module/_lists.scss */
.list_item {
  font-size: 14px;
  padding-bottom: 1em;
}
/* line 15, ../sass/module/_lists.scss */
.list-numbered .list_item {
  list-style: decimal inside !important;
}
/* line 19, ../sass/module/_lists.scss */
.list-check .list_item:before {
  content: "";
  margin-right: 1em;
}

/* line 1, ../sass/module/_breadcrumb.scss */
.breadcrumb {
  display: none;
}

@media all and (min-width: 769px) {
  /* line 6, ../sass/module/_breadcrumb.scss */
  .breadcrumb {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 1.25;
    padding-bottom: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  /* line 17, ../sass/module/_breadcrumb.scss */
  .breadcrumb, .breadcrumb a {
    color: #fff;
  }

  /* line 25, ../sass/module/_breadcrumb.scss */
  .breadcrumb__item:not(:last-child)::after {
    content: '>';
    display: inline-block;
    margin-left: 12px;
    margin-right: 12px;
  }
  /* line 32, ../sass/module/_breadcrumb.scss */
  .breadcrumb__item:not(:last-child) {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
  /* line 36, ../sass/module/_breadcrumb.scss */
  .breadcrumb__item:last-child {
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
  }

  /* line 41, ../sass/module/_breadcrumb.scss */
  .breadcrumb__link {
    border-bottom: 2px solid transparent;
  }
  /* line 46, ../sass/module/_breadcrumb.scss */
  .no-touch .breadcrumb__link:hover {
    border-bottom: 2px solid #fff;
  }
}
@-moz-keyframes rotate_centered_full {
  0% {
    -moz-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
  }
  100% {
    -moz-transform: translateX(-50%) translateY(-50%) rotate(360deg);
    transform: translateX(-50%) translateY(-50%) rotate(360deg);
  }
}
@-webkit-keyframes rotate_centered_full {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(360deg);
    transform: translateX(-50%) translateY(-50%) rotate(360deg);
  }
}
@keyframes rotate_centered_full {
  0% {
    -moz-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
  }
  100% {
    -moz-transform: translateX(-50%) translateY(-50%) rotate(360deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(360deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(360deg);
    transform: translateX(-50%) translateY(-50%) rotate(360deg);
  }
}
/* line 11, ../sass/module/_preloader.scss */
.preloader, .js_search_results.is-loading {
  position: relative;
  display: block;
  min-height: 58px;
  max-height: 9999px;
  -moz-transition: opacity 0.4s, min-height 0s 0.4s, max-height 0s 0.4s;
  -o-transition: opacity 0.4s, min-height 0s 0.4s, max-height 0s 0.4s;
  -webkit-transition: opacity 0.4s, min-height 0s, max-height 0s;
  -webkit-transition-delay: 0s, 0.4s, 0.4s;
  transition: opacity 0.4s, min-height 0s 0.4s, max-height 0s 0.4s;
}
/* line 16, ../sass/module/_preloader.scss */
.preloader:before, .js_search_results.is-loading:before {
  content: "";
  position: absolute;
  display: block;
  width: 2em;
  height: 2em;
  top: 50%;
  left: 50%;
  border: 4px solid white;
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
  border-radius: 50%;
  border-bottom-color: transparent;
  -moz-animation: rotate_centered_full 1s infinite linear;
  -webkit-animation: rotate_centered_full 1s infinite linear;
  animation: rotate_centered_full 1s infinite linear;
}
/* line 47, ../sass/module/_preloader.scss */
.preloader.is-hidden, .is-hidden.js_search_results.is-loading {
  opacity: 0;
  min-height: 0;
  max-height: 0;
  -moz-transition: opacity 0.4s, min-height 0s, max-height 0s;
  -o-transition: opacity 0.4s, min-height 0s, max-height 0s;
  -webkit-transition: opacity 0.4s, min-height 0s, max-height 0s;
  transition: opacity 0.4s, min-height 0s, max-height 0s;
}
/* line 55, ../sass/module/_preloader.scss */
.preloader-no-text {
  text-indent: -9999px;
}
/* line 59, ../sass/module/_preloader.scss */
.preloader-light {
  background-image: url("../img/recipes/searchresults/preloader_light.gif");
}

/* line 1, ../sass/module/_products-grid.scss */
.products-grid {
  overflow-y: hidden;
  -moz-transition: height 0.4s ease-in-out;
  -o-transition: height 0.4s ease-in-out;
  -webkit-transition: height 0.4s ease-in-out;
  transition: height 0.4s ease-in-out;
}
/* line 5, ../sass/mixins/_clearfix.scss */
.products-grid:before, .products-grid:after {
  display: table;
  content: '';
}
/* line 11, ../sass/mixins/_clearfix.scss */
.products-grid:after {
  clear: both;
}

/* line 8, ../sass/module/_products-grid.scss */
.products-grid__item {
  width: 48%;
  float: left;
  padding: 0 1%;
  margin-top: 40px;
}
/* line 15, ../sass/module/_products-grid.scss */
.products-grid__item:last-child {
  margin-bottom: 40px;
}

/* line 20, ../sass/module/_products-grid.scss */
.products-grid__item__image__container {
  position: relative;
  -moz-transition: opacity 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
/* line 24, ../sass/module/_products-grid.scss */
.no-touch .products-grid__item:hover .products-grid__item__image__container, .no-touch .products-grid__item:focus .products-grid__item__image__container, .no-touch .products-grid__item:active .products-grid__item__image__container {
  -moz-transform: translateY(2%) translateZ(0);
  -ms-transform: translateY(2%) translateZ(0);
  -webkit-transform: translateY(2%) translateZ(0);
  transform: translateY(2%) translateZ(0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* line 32, ../sass/module/_products-grid.scss */
.products-grid__item__image {
  max-width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* line 42, ../sass/module/_products-grid.scss */
.products-grid__item__title {
  text-align: center;
  min-height: 60px;
  display: block;
  font-size: 15px;
  line-height: 20px;
  color: #6d6661;
  text-align: center;
  padding: 10px 0;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
/* line 55, ../sass/module/_products-grid.scss */
.no-touch .products-grid__item:hover .products-grid__item__title, .no-touch .products-grid__item:focus .products-grid__item__title, .no-touch .products-grid__item:active .products-grid__item__title {
  color: #a1bf36;
}

/* line 62, ../sass/module/_products-grid.scss */
.products-grid__rowcount {
  left: 2px !important;
}

@media (min-width: 620px) {
  /* line 67, ../sass/module/_products-grid.scss */
  .products-grid__item {
    width: 23%;
  }

  /* line 71, ../sass/module/_products-grid.scss */
  .products-grid__rowcount {
    left: 4px !important;
  }
}
@media (min-width: 1024px) {
  /* line 77, ../sass/module/_products-grid.scss */
  .products-grid__item {
    width: 14.666666667%;
  }

  /* line 81, ../sass/module/_products-grid.scss */
  .products-grid__rowcount {
    left: 6px !important;
  }
}
@media (min-width: 768px) {
  /* line 87, ../sass/module/_products-grid.scss */
  .products-grid__rowcount {
    left: 0px !important;
  }
}
/* line 1, ../sass/module/_recipes-grid.scss */
.recipes-grid {
  position: relative;
  overflow-y: hidden;
  padding-bottom: 4em;
}
/* line 5, ../sass/mixins/_clearfix.scss */
.recipes-grid:before, .recipes-grid:after {
  display: table;
  content: '';
}
/* line 11, ../sass/mixins/_clearfix.scss */
.recipes-grid:after {
  clear: both;
}

/* line 9, ../sass/module/_recipes-grid.scss */
.recipes-grid__item {
  float: left;
  margin-bottom: 1em;
  width: 98%;
  padding: 0 1%;
}
/* line 15, ../sass/module/_recipes-grid.scss */
.recipes-grid__item .tile_title {
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}

/* line 24, ../sass/module/_recipes-grid.scss */
.recipes-grid__button {
  height: 4em;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
/* line 31, ../sass/module/_recipes-grid.scss */
.recipes-grid__button .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 39, ../sass/module/_recipes-grid.scss */
.recipes-grid__button .btn.is-previous::after {
  top: 33%;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (min-width: 630px) {
  /* line 49, ../sass/module/_recipes-grid.scss */
  .recipes-grid__item {
    width: 48%;
  }
}
@media (min-width: 830px) {
  /* line 55, ../sass/module/_recipes-grid.scss */
  .recipes-grid__item {
    width: 31.333333333%;
  }
}
@media (min-width: 1024px) {
  /* line 61, ../sass/module/_recipes-grid.scss */
  .recipes-grid__item {
    width: 23%;
  }
}
@media (min-width: 1440px) {
  /* line 67, ../sass/module/_recipes-grid.scss */
  .recipes-grid__item {
    width: 18%;
  }
}
/* line 7, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid {
  position: relative;
  width: 100%;
  height: 100vw;
  padding-bottom: 124px;
  background-color: #fbf9f5;
  overflow: hidden;
}
/* line 5, ../sass/mixins/_clearfix.scss */
.products-recipes-grid:before, .products-recipes-grid:after {
  display: table;
  content: '';
}
/* line 11, ../sass/mixins/_clearfix.scss */
.products-recipes-grid:after {
  clear: both;
}
/* line 18, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid[data-is-homepage="1"] {
  padding-bottom: 150px;
}
/* line 22, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid,
.products-recipes-grid * {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
/* line 29, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid .cfp_block-copy-title {
  white-space: normal !important;
}

/* line 37, ../sass/module/_products-recipes-grid.scss */
.il8n-pt-pt .products-recipes-grid__item a,
.il8n-it .products-recipes-grid__item a {
  font-size: 28px;
}

/* line 43, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid__item {
  position: relative;
  width: 50%;
  height: 50vw;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.2s ease-in-out, visibility 0s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, visibility 0s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0s ease-in-out;
}
/* line 57, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid.is-active .products-recipes-grid__item {
  opacity: 1;
  visibility: visible;
}
/* line 62, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid__item.js_hideme {
  opacity: 0 !important;
  visibility: hidden !important;
  -moz-transition: opacity 0.2s ease-in-out, visibility 0s ease-in-out 0.2s;
  -o-transition: opacity 0.2s ease-in-out, visibility 0s ease-in-out 0.2s;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0s ease-in-out;
  -webkit-transition-delay: 0s, 0.2s;
  transition: opacity 0.2s ease-in-out, visibility 0s ease-in-out 0.2s;
}
/* line 69, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid__item:not(.products-recipes-grid__item--cta) {
  background-color: #fff;
}
/* line 73, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid__item--cta {
  width: calc(100% - 42px);
  height: auto;
  float: left;
  padding: 42px 21px;
  position: absolute;
  bottom: 0;
}
/* line 82, ../sass/module/_products-recipes-grid.scss */
[data-is-homepage="1"] .products-recipes-grid__item--cta {
  padding: 0 21px;
  height: 150px;
  background-color: #fff;
  text-align: center;
}
/* line 94, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid__item[data-hover-copy]:not(.products-recipes-grid__item--cta)::before, .products-recipes-grid__item[data-hover-copy]:not(.products-recipes-grid__item--cta)::after {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1;
}
/* line 103, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid__item[data-hover-copy]:not(.products-recipes-grid__item--cta)::before {
  content: "";
  top: 0;
  bottom: 0;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
/* line 111, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid__item[data-hover-copy]:not(.products-recipes-grid__item--cta)::after {
  content: attr(data-hover-copy);
  color: #fff;
  transform: translateY(-50%);
  text-align: center;
  font-size: 22px;
  line-height: 22px;
  padding-left: 5%;
  padding-right: 5%;
  text-transform: uppercase;
  top: 40%;
  opacity: 0;
  -moz-transition: top 0.2s ease-out, opacity 0.2s ease-in-out;
  -o-transition: top 0.2s ease-out, opacity 0.2s ease-in-out;
  -webkit-transition: top 0.2s ease-out, opacity 0.2s ease-in-out;
  transition: top 0.2s ease-out, opacity 0.2s ease-in-out;
}
/* line 130, ../sass/module/_products-recipes-grid.scss */
.no-touch .products-recipes-grid__item[data-hover-copy]:not(.products-recipes-grid__item--cta):hover::before, .products-recipes-grid__item[data-hover-copy]:not(.products-recipes-grid__item--cta).is-hover::before {
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 135, ../sass/module/_products-recipes-grid.scss */
.no-touch .products-recipes-grid__item[data-hover-copy]:not(.products-recipes-grid__item--cta):hover::after, .products-recipes-grid__item[data-hover-copy]:not(.products-recipes-grid__item--cta).is-hover::after {
  top: 50%;
  opacity: 1;
}
/* line 146, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid__item--recipe {
  float: right;
  z-index: 1;
}
/* line 151, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid__item--product {
  float: left;
  z-index: 0;
  width: 50.9%;
  margin-right: -.5%;
  margin-left: -.5%;
}

/* line 160, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid__item__container {
  float: left;
  width: 100%;
}
/* line 5, ../sass/mixins/_clearfix.scss */
.products-recipes-grid__item__container:before, .products-recipes-grid__item__container:after {
  display: table;
  content: '';
}
/* line 11, ../sass/mixins/_clearfix.scss */
.products-recipes-grid__item__container:after {
  clear: both;
}
/* line 166, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid__item__container:nth-of-type(2n) .products-recipes-grid__item--recipe {
  float: left;
}
/* line 170, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid__item__container:nth-of-type(2n) .products-recipes-grid__item--product {
  float: right;
}
/* line 177, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid:not([data-is-homepage="1"]) .products-recipes-grid__item__container:nth-of-type(n+5) {
  display: none;
}
/* line 184, ../sass/module/_products-recipes-grid.scss */
[data-is-homepage="1"] .products-recipes-grid__item__container:nth-of-type(n+3) {
  display: none;
}

/* line 190, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid__homepage-title {
  text-transform: uppercase;
  white-space: nowrap;
}
/* line 194, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid__homepage-title h1 {
  font-size: 18.2px !important;
}
@media (min-width: 521px) {
  /* line 194, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__homepage-title h1 {
    font-size: 30px !important;
  }
}
/* line 199, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid__homepage-title a {
  font-size: 12.1333px !important;
}
@media (min-width: 521px) {
  /* line 199, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__homepage-title a {
    font-size: 14px !important;
  }
}

@media (min-width: 441px) {
  /* line 207, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid[data-is-homepage="1"] {
    padding-bottom: 200px;
  }
  /* line 210, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid[data-is-homepage="1"] .products-recipes-grid__item--cta {
    height: 200px;
  }

  /* line 216, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__homepage-title h1 {
    font-size: 26px !important;
    line-height: 22px !important;
  }
  /* line 217, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__homepage-title a {
    font-size: 13.0667px !important;
  }
}
/* line 221, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid__homepage-title-mobile {
  display: none;
}

@media (max-width: 630px) {
  /* line 226, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid[data-is-homepage="1"] {
    padding-bottom: 0;
    height: auto;
  }
  /* line 230, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid[data-is-homepage="1"] .products-recipes-grid__item--cta {
    height: auto;
    position: relative;
    padding: 15px 30px;
  }
  /* line 234, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid[data-is-homepage="1"] .products-recipes-grid__item--cta .cfp_block-copy {
    position: relative;
    bottom: auto;
    right: auto;
  }
  /* line 238, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid[data-is-homepage="1"] .products-recipes-grid__item--cta .cfp_block-copy .cfp_block-copy-title {
    display: none;
  }
  /* line 241, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid[data-is-homepage="1"] .products-recipes-grid__item--cta .cfp_block-copy .cfp_block-copy-btn {
    white-space: normal;
  }
  /* line 246, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid[data-is-homepage="1"] .products-recipes-grid__homepage-title-desktop {
    display: none;
  }
  /* line 249, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid[data-is-homepage="1"] .products-recipes-grid__homepage-title-mobile {
    display: inline;
  }

  /* line 254, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid:not([data-is-homepage="1"]) {
    padding-bottom: 0;
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 260, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid:not([data-is-homepage="1"]) .products-recipes-grid__item--cta {
    position: relative;
    -webkit-order: 3;
    order: 3;
  }
}
/* line 267, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid__item__title {
  position: relative;
  min-width: 60%;
}
/* line 271, ../sass/module/_products-recipes-grid.scss */
[data-is-homepage="0"] .products-recipes-grid__item__title {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1;
  white-space: wrap;
  color: #2c7838;
  display: inline-block;
  text-align: right;
}
/* line 284, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid__item__title--light {
  color: #a1bf36;
}
/* line 288, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid__item__title.js_goto {
  padding-right: 52px;
}
/* line 291, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid__item__title.js_goto::after {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  max-width: 2em;
  max-height: 2em;
  border: 3px solid #2c7838;
  background: url("img/page_header_arrow_dark_green.svg") 50%/20px auto no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  -webkit-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}
/* line 314, ../sass/module/_products-recipes-grid.scss */
.no-touch .products-recipes-grid__item__title.js_goto:hover::after {
  top: 65%;
}

/* line 323, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid__preloader {
  -moz-transition: opacity 0.2s ease-in-out, visibility 0s ease-in-out 0.2s;
  -o-transition: opacity 0.2s ease-in-out, visibility 0s ease-in-out 0.2s;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0s ease-in-out;
  -webkit-transition-delay: 0s, 0.2s;
  transition: opacity 0.2s ease-in-out, visibility 0s ease-in-out 0.2s;
  width: 2.15em;
  height: 2.15em;
  padding: 5px;
  border-radius: 3px;
  display: inline-block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
/* line 326, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid.is-active .products-recipes-grid__preloader {
  opacity: 0;
  visibility: hidden;
}

/* line 348, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid__preloader__item {
  display: block;
  position: relative;
  width: 1em;
  height: 1em;
  margin-bottom: .15em;
  background: #A0BF36;
}
/* line 356, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid__preloader__item--top {
  top: 0;
  animation: preloaderCSS 0.6s ease-out infinite;
}
/* line 360, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid__preloader__item--top::after {
  position: absolute;
  content: '';
  display: block;
  width: 1em;
  height: 1em;
  left: 1em;
  background: #A0BF36;
  margin-left: .15em;
  animation: preloaderCSS 0.6s ease-out infinite;
  animation-delay: 0.15s;
}
/* line 374, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid__preloader__item--bottom {
  top: 0;
  animation: preloaderCSS 0.6s ease-out infinite;
  animation-delay: 0.45s;
}
/* line 379, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid__preloader__item--bottom::after {
  position: absolute;
  content: '';
  display: block;
  width: 1em;
  left: 1em;
  height: 1em;
  background: #A0BF36;
  margin-left: .15em;
  animation: preloaderCSS 0.6s ease-out infinite;
  animation-delay: 0.3s;
}

/* line 394, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid__mobile-message {
  font-size: 14px;
  color: #6d6661;
  position: absolute;
  top: 50vw;
  left: 50%;
  padding: .3em .8em;
  z-index: 1;
  white-space: nowrap;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.9);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.2s ease-in-out, visibility 0s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, visibility 0s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0s ease-in-out;
}
/* line 415, ../sass/module/_products-recipes-grid.scss */
.products-recipes-grid.is-active + .products-recipes-grid__mobile-message {
  opacity: 1;
  visibility: visible;
}
/* line 420, ../sass/module/_products-recipes-grid.scss */
.no-touch .products-recipes-grid__mobile-message {
  display: none;
}
/* line 424, ../sass/module/_products-recipes-grid.scss */
.i18n-at-de .products-recipes-grid__mobile-message, .i18n-de .products-recipes-grid__mobile-message, .i18n-gsw-berne .products-recipes-grid__mobile-message {
  font-size: 12px;
}
/* line 430, ../sass/module/_products-recipes-grid.scss */
.i18n-fr .products-recipes-grid__mobile-message, .i18n-fr-fr .products-recipes-grid__mobile-message, .i18n-lu-fr .products-recipes-grid__mobile-message, .i18n-pt-pt .products-recipes-grid__mobile-message, .i18n-es .products-recipes-grid__mobile-message {
  font-size: 10px;
}
/* line 438, ../sass/module/_products-recipes-grid.scss */
.i18n-it .products-recipes-grid__mobile-message {
  font-size: 11px;
}

/* line 443, ../sass/module/_products-recipes-grid.scss */
.i18n-pt-pt .products-recipes-grid__homepage-title .cfp_block-copy-title {
  font-size: 1.4em !important;
}

@keyframes preloaderCSS {
  0% {
    background-color: #A0BF36;
  }
  80% {
    background-color: white;
  }
  100% {
    background-color: #A0BF36;
  }
}
@media (min-width: 480px) {
  /* line 465, ../sass/module/_products-recipes-grid.scss */
  .i18n-at-de .products-recipes-grid__mobile-message, .i18n-de .products-recipes-grid__mobile-message, .i18n-gsw-berne .products-recipes-grid__mobile-message, .i18n-fr .products-recipes-grid__mobile-message, .i18n-fr-fr .products-recipes-grid__mobile-message, .i18n-lu-fr .products-recipes-grid__mobile-message, .i18n-pt-pt .products-recipes-grid__mobile-message, .i18n-es .products-recipes-grid__mobile-message, .i18n-it .products-recipes-grid__mobile-message {
    font-size: 14px;
  }
}
@media (min-width: 631px) {
  /* line 479, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid {
    height: 50vw;
  }
  /* line 482, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid, .products-recipes-grid[data-is-homepage="1"] {
    padding-bottom: 0;
  }

  /* line 489, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid[data-is-homepage="1"] .products-recipes-grid__item--cta {
    padding: 0;
    height: 25vw;
  }

  /* line 496, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__homepage-title {
    bottom: 30px !important;
    right: 30px !important;
  }
  /* line 500, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__homepage-title h1 {
    font-size: 18.2px !important;
    margin-bottom: 10px !important;
  }
  /* line 504, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__homepage-title a {
    font-size: 12.1333px !important;
  }

  /* line 507, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__item {
    height: 25vw;
  }
  /* line 510, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__item--cta {
    width: 50%;
    padding: 0;
    position: relative;
  }

  /* line 516, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__mobile-message {
    top: 25vw;
  }

  /* line 520, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__item__container {
    width: 50%;
  }
  /* line 525, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid:not([data-is-homepage="1"]) .products-recipes-grid__item__container:nth-of-type(n), [data-is-homepage="1"] .products-recipes-grid__item__container:nth-of-type(n) {
    display: block;
  }
  /* line 526, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid:not([data-is-homepage="1"]) .products-recipes-grid__item__container:nth-of-type(n) .products-recipes-grid__item--recipe, [data-is-homepage="1"] .products-recipes-grid__item__container:nth-of-type(n) .products-recipes-grid__item--recipe {
    float: right;
  }
  /* line 530, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid:not([data-is-homepage="1"]) .products-recipes-grid__item__container:nth-of-type(n) .products-recipes-grid__item--product, [data-is-homepage="1"] .products-recipes-grid__item__container:nth-of-type(n) .products-recipes-grid__item--product {
    float: left;
  }
  /* line 541, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid:not([data-is-homepage="1"]) .products-recipes-grid__item__container:nth-of-type(4n+4) .products-recipes-grid__item--recipe, .products-recipes-grid:not([data-is-homepage="1"]) .products-recipes-grid__item__container:nth-of-type(4n+5) .products-recipes-grid__item--recipe {
    float: left;
  }
  /* line 545, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid:not([data-is-homepage="1"]) .products-recipes-grid__item__container:nth-of-type(4n+4) .products-recipes-grid__item--product, .products-recipes-grid:not([data-is-homepage="1"]) .products-recipes-grid__item__container:nth-of-type(4n+5) .products-recipes-grid__item--product {
    float: right;
  }
  /* line 550, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid:not([data-is-homepage="1"]) .products-recipes-grid__item__container:nth-of-type(n+6) {
    display: none;
  }
  /* line 559, ../sass/module/_products-recipes-grid.scss */
  [data-is-homepage="1"] .products-recipes-grid__item__container:nth-of-type(4n+3) .products-recipes-grid__item--recipe, [data-is-homepage="1"] .products-recipes-grid__item__container:nth-of-type(4n+4) .products-recipes-grid__item--recipe {
    float: left;
  }
  /* line 563, ../sass/module/_products-recipes-grid.scss */
  [data-is-homepage="1"] .products-recipes-grid__item__container:nth-of-type(4n+3) .products-recipes-grid__item--product, [data-is-homepage="1"] .products-recipes-grid__item__container:nth-of-type(4n+4) .products-recipes-grid__item--product {
    float: right;
  }
  /* line 568, ../sass/module/_products-recipes-grid.scss */
  [data-is-homepage="1"] .products-recipes-grid__item__container:nth-of-type(n+4) {
    display: none;
  }

  /* line 574, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__item__title {
    text-align: right;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  /* line 583, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__item__title::after {
    right: 0;
  }
}
@media (min-width: 730px) {
  /* line 590, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__homepage-title {
    bottom: 50px !important;
    right: 50px !important;
  }
  /* line 594, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__homepage-title a {
    font-size: 14px !important;
  }
}
@media (min-width: 831px) {
  /* line 599, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid {
    height: 33.33333vw;
    padding-bottom: 0;
  }

  /* line 604, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__item {
    height: 16.66667vw;
  }
  /* line 607, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__item--cta {
    width: 33.33333%;
    padding: 0;
    position: relative;
  }

  /* line 615, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid[data-is-homepage="1"] .products-recipes-grid__item--cta {
    height: 16.66667vw;
  }

  /* line 620, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__mobile-message {
    top: 16.66667vw;
  }

  /* line 624, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__item__container {
    width: 33.33333%;
  }
  /* line 629, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid:not([data-is-homepage="1"]) .products-recipes-grid__item__container:nth-of-type(n), [data-is-homepage="1"] .products-recipes-grid__item__container:nth-of-type(n) {
    display: block;
  }
  /* line 630, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid:not([data-is-homepage="1"]) .products-recipes-grid__item__container:nth-of-type(n) .products-recipes-grid__item--recipe, [data-is-homepage="1"] .products-recipes-grid__item__container:nth-of-type(n) .products-recipes-grid__item--recipe {
    float: right;
  }
  /* line 634, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid:not([data-is-homepage="1"]) .products-recipes-grid__item__container:nth-of-type(n) .products-recipes-grid__item--product, [data-is-homepage="1"] .products-recipes-grid__item__container:nth-of-type(n) .products-recipes-grid__item--product {
    float: left;
  }
  /* line 646, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid:not([data-is-homepage="1"]) .products-recipes-grid__item__container:nth-of-type(6n+5) .products-recipes-grid__item--recipe, .products-recipes-grid:not([data-is-homepage="1"]) .products-recipes-grid__item__container:nth-of-type(6n+6) .products-recipes-grid__item--recipe, .products-recipes-grid:not([data-is-homepage="1"]) .products-recipes-grid__item__container:nth-of-type(6n+7) .products-recipes-grid__item--recipe {
    float: left;
  }
  /* line 650, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid:not([data-is-homepage="1"]) .products-recipes-grid__item__container:nth-of-type(6n+5) .products-recipes-grid__item--product, .products-recipes-grid:not([data-is-homepage="1"]) .products-recipes-grid__item__container:nth-of-type(6n+6) .products-recipes-grid__item--product, .products-recipes-grid:not([data-is-homepage="1"]) .products-recipes-grid__item__container:nth-of-type(6n+7) .products-recipes-grid__item--product {
    float: right;
  }
  /* line 655, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid:not([data-is-homepage="1"]) .products-recipes-grid__item__container:nth-of-type(n+8) {
    display: none;
  }
  /* line 663, ../sass/module/_products-recipes-grid.scss */
  [data-is-homepage="1"] .products-recipes-grid__item__container:nth-of-type(6n+4) .products-recipes-grid__item--recipe, [data-is-homepage="1"] .products-recipes-grid__item__container:nth-of-type(6n+5) .products-recipes-grid__item--recipe {
    float: left;
  }
  /* line 667, ../sass/module/_products-recipes-grid.scss */
  [data-is-homepage="1"] .products-recipes-grid__item__container:nth-of-type(6n+4) .products-recipes-grid__item--product, [data-is-homepage="1"] .products-recipes-grid__item__container:nth-of-type(6n+5) .products-recipes-grid__item--product {
    float: right;
  }
  /* line 672, ../sass/module/_products-recipes-grid.scss */
  [data-is-homepage="1"] .products-recipes-grid__item__container:nth-of-type(n+6) {
    display: none;
  }

  /* line 678, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__item__title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  /* line 686, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__item__title::after {
    right: 0;
  }

  /* line 691, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__homepage-title {
    bottom: 30px !important;
    right: 30px !important;
  }
  /* line 695, ../sass/module/_products-recipes-grid.scss */
  .i18n-pt-pt .products-recipes-grid__homepage-title {
    bottom: 25px !important;
    right: 25px !important;
  }
  /* line 700, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__homepage-title h1 {
    font-size: 20px !important;
    line-height: 20px !important;
  }
  /* line 704, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__homepage-title a {
    font-size: 11.2px !important;
  }

  /* line 707, ../sass/module/_products-recipes-grid.scss */
  .i18n-pt-pt .products-recipes-grid__homepage-title .cfp_block-copy-title {
    font-size: 1.2em !important;
  }
}
@media (min-width: 1025px) {
  /* line 713, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__homepage-title {
    right: 50px !important;
  }
}
@media (min-width: 1090px) {
  /* line 719, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__homepage-title {
    bottom: 30px !important;
    padding-left: 20px;
  }
  /* line 723, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__homepage-title h1 {
    font-size: 26px !important;
    line-height: 27px !important;
  }
  /* line 727, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__homepage-title a {
    font-size: 14px !important;
  }
}
@media (min-width: 1200px) {
  /* line 734, ../sass/module/_products-recipes-grid.scss */
  [data-is-homepage="0"] .products-recipes-grid__item__title {
    font-size: 24px;
  }
  /* line 738, ../sass/module/_products-recipes-grid.scss */
  .products-recipes-grid__item__title.js_goto {
    padding-right: 70px;
  }
}
@media (min-width: 1280px) {
  /* line 745, ../sass/module/_products-recipes-grid.scss */
  .i18n-pt-pt .products-recipes-grid__homepage-title .cfp_block-copy-title {
    font-size: 2em !important;
    line-height: 1em !important;
  }
}
/* @media (min-width: 1920px) {

	.products-recipes-grid {
		height: $prg_grid-item-size-large*2vw;
		padding-bottom: 0;
	}

	.products-recipes-grid__item {
		height: $prg_grid-item-size-large*1vw;

		&--cta {
			width: $prg_grid-item-size-large*2%;
			padding: 0;
			position: relative;
		}
	}

	.products-recipes-grid__item__title {

		[data-is-homepage="0"] & {
			font-size: 28px;
		}
	}

	.products-recipes-grid[data-is-homepage="1"] {
		.products-recipes-grid__item--cta {
			height: $prg_grid-item-size-large*1vw;
		}
	}

	.products-recipes-grid__mobile-message {
		top: $prg_grid-item-size-large*1vw;
	}

	.products-recipes-grid__item__container {
		width: $prg_grid-item-size-large*2%;

		.products-recipes-grid:not([data-is-homepage="1"]) &,
		[data-is-homepage="1"] & {
			&:nth-of-type(n) {
				.products-recipes-grid__item--recipe {
					float: right;
				}

				.products-recipes-grid__item--product {
					float: left;
				}

				display: block;
			}
		}

		.products-recipes-grid:not([data-is-homepage="1"]) & {
			&:nth-of-type(8n+6),
			&:nth-of-type(6n+7),
			&:nth-of-type(6n+8),
			&:nth-of-type(6n+9) {
				.products-recipes-grid__item--recipe {
					float: left;
				}

				.products-recipes-grid__item--product {
					float: right;
				}
			}

			&:nth-of-type(n+10) {
				display: none;
			}
		}

		[data-is-homepage="1"] & {
			&:nth-of-type(8n+5),
			&:nth-of-type(8n+6),
			&:nth-of-type(8n+7) {
				.products-recipes-grid__item--recipe {
					float: left;
				}

				.products-recipes-grid__item--product {
					float: right;
				}
			}

			&:nth-of-type(n+8) {
				display: none;
			}
		}
	}
} */
/* line 4, ../sass/module/_info-questions.scss */
.info-questions .field-collection-view,
.info-questions .field-collection-container {
  padding: 0;
  border: 0;
  margin: 0;
}
/* line 11, ../sass/module/_info-questions.scss */
.info-questions .field-collection-container .field-items .field-item {
  margin-bottom: 0;
}
/* line 15, ../sass/module/_info-questions.scss */
.info-questions .field-name-field-header-image img {
  width: 100%;
}

/* line 20, ../sass/module/_info-questions.scss */
.info-questions__content {
  text-align: center;
  padding: 50px 0;
  color: #6d6661;
}
/* line 25, ../sass/module/_info-questions.scss */
.info-questions__content,
.info-questions__content p {
  font-size: 15px;
  line-height: 1.333333333;
}
/* line 31, ../sass/module/_info-questions.scss */
.info-questions__content h2 {
  font-size: 17px;
  line-height: 1.133333333;
  font-weight: 700;
  padding-top: 25px;
  padding-bottom: 15px;
  display: block;
  color: #6d6661;
}

/* line 42, ../sass/module/_info-questions.scss */
.info-questions__row {
  max-width: 892px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}

/* line 49, ../sass/module/_info-questions.scss */
.info-questions__title {
  font-size: 30px;
  line-height: 1;
  color: #0c8f46;
  text-transform: uppercase;
  margin-bottom: 38px;
}

/* line 58, ../sass/module/_info-questions.scss */
.info-questions__questions {
  background-color: #fbf9f5;
  padding: 50px 0;
}
/* line 62, ../sass/module/_info-questions.scss */
.info-questions__questions .field-collection-item-field-question-and-answer {
  margin-bottom: 15px;
}
/* line 66, ../sass/module/_info-questions.scss */
.info-questions__questions .field-name-field-question {
  color: #6d6661;
  font-weight: 700;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(143, 138, 135, 0.2);
}
/* line 75, ../sass/module/_info-questions.scss */
.info-questions__questions .field-name-field-question-and-answer > .field-items > .field-item.is-active .field-name-field-question .field-item {
  color: #a1bf36;
}

/* line 1, ../sass/module/_cookie-popup.scss */
.cookie-popup {
  display: none;
  position: fixed;
  bottom: 15px;
  left: 15px;
  right: 15px;
  z-index: 1000;
  font-family: "Lato", sans-serif;
  text-align: center;
}
/* line 11, ../sass/module/_cookie-popup.scss */
.cookie-popup.is-visible {
  display: block;
}

/* line 16, ../sass/module/_cookie-popup.scss */
.cookie-popup__inner {
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  padding: 0.5rem 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* line 25, ../sass/module/_cookie-popup.scss */
.cookie-popup__p {
  color: #000;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.85714;
}

/* line 33, ../sass/module/_cookie-popup.scss */
.cookie-popup__a {
  color: #f88806;
  text-decoration: none;
}
/* line 37, ../sass/module/_cookie-popup.scss */
.no-touch .cookie-popup__a:hover {
  text-decoration: underline;
}

/* line 42, ../sass/module/_cookie-popup.scss */
.cookie-popup__btn {
  margin-left: 12px;
  width: 40px;
  height: 40px;
  display: block;
  overflow: hidden;
  position: relative;
  background: transparent;
  text-decoration: none;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  opacity: 1;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 56, ../sass/module/_cookie-popup.scss */
.no-touch .cookie-popup__btn:hover {
  opacity: .9;
}

/* line 61, ../sass/module/_cookie-popup.scss */
.cookie-popup__btn__cross {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
/* line 69, ../sass/module/_cookie-popup.scss */
.cookie-popup__btn__cross::before, .cookie-popup__btn__cross::after {
  content: '';
  width: 5px;
  height: 20px;
  position: absolute;
  background-color: #000;
  display: block;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  border-radius: 1px;
}
/* line 83, ../sass/module/_cookie-popup.scss */
.cookie-popup__btn__cross::after {
  width: 20px;
  height: 5px;
}

/* line 1, ../sass/module/_glide.scss */
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

/* line 1, ../sass/module/_glide.scss */
.glide * {
  box-sizing: inherit;
}

/* line 1, ../sass/module/_glide.scss */
.glide__track {
  overflow: hidden;
}

/* line 1, ../sass/module/_glide.scss */
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

/* line 1, ../sass/module/_glide.scss */
.glide__slides--dragging {
  user-select: none;
}

/* line 1, ../sass/module/_glide.scss */
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

/* line 1, ../sass/module/_glide.scss */
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* line 1, ../sass/module/_glide.scss */
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}

/* line 1, ../sass/module/_glide.scss */
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}

/* line 1, ../sass/module/_glide.scss */
.glide--rtl {
  direction: rtl;
}

/* line 2, ../sass/module/javascript/_js-faq.scss */
.js-faq .field-name-field-question .field-item {
  padding-left: 1em;
  position: relative;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
/* line 8, ../sass/module/javascript/_js-faq.scss */
.js-faq .field-name-field-question .field-item::before {
  content: ">";
  position: absolute;
  left: 0;
  transform: rotate(0deg);
  transition: transform 0.4s ease-in-out;
}
/* line 18, ../sass/module/javascript/_js-faq.scss */
.js-faq .field-name-field-answer {
  display: none;
}
/* line 23, ../sass/module/javascript/_js-faq.scss */
.js-faq .field-name-field-question-and-answer > .field-items > .field-item.is-active .field-name-field-question .field-item::before {
  transform: rotate(90deg);
}

/* line 1, ../sass/module/_utilities.scss */
.mb {
  margin-bottom: 1em;
}
/* line 4, ../sass/module/_utilities.scss */
.mb-small {
  margin-bottom: 0.5em;
}
/* line 8, ../sass/module/_utilities.scss */
.mb-large {
  margin-bottom: 2em;
}

/* line 13, ../sass/module/_utilities.scss */
.mr {
  margin-right: .5em;
}
/* line 16, ../sass/module/_utilities.scss */
.mr-small {
  margin-right: .5em;
}

/* line 21, ../sass/module/_utilities.scss */
.mt {
  margin-top: 1em;
}
/* line 24, ../sass/module/_utilities.scss */
.mt-large {
  margin-top: 2em;
}

/* line 29, ../sass/module/_utilities.scss */
.ml {
  margin-left: 1em;
}
/* line 32, ../sass/module/_utilities.scss */
.ml-small {
  margin-left: .5em;
}

/* line 37, ../sass/module/_utilities.scss */
.pr {
  padding-right: .5em;
}
/* line 40, ../sass/module/_utilities.scss */
.pr-large {
  padding-right: 1em;
}

/* line 46, ../sass/module/_utilities.scss */
.pt {
  padding-top: .5em;
}
/* line 49, ../sass/module/_utilities.scss */
.pt-large {
  padding-top: 1em;
}
/* line 53, ../sass/module/_utilities.scss */
.pt-xl {
  padding-top: 2.5em;
}

/* line 58, ../sass/module/_utilities.scss */
.pt0 {
  padding-top: 0;
}

/* line 62, ../sass/module/_utilities.scss */
.pb {
  padding-bottom: .5em;
}
/* line 65, ../sass/module/_utilities.scss */
.pb-large {
  padding-bottom: 1em;
}
/* line 69, ../sass/module/_utilities.scss */
.pb-xl {
  padding-bottom: 2.5em;
}

/* line 74, ../sass/module/_utilities.scss */
.pb0 {
  padding-bottom: 0;
}

/* line 5, ../sass/mixins/_clearfix.scss */
.cf:before, .cf:after {
  display: table;
  content: '';
}
/* line 11, ../sass/mixins/_clearfix.scss */
.cf:after {
  clear: both;
}

/* line 82, ../sass/module/_utilities.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 86, ../sass/module/_utilities.scss */
.pull-left {
  float: left;
}

/* line 90, ../sass/module/_utilities.scss */
.pull-right {
  float: right;
}

/* line 94, ../sass/module/_utilities.scss */
.align-right {
  text-align: right;
}

/* line 98, ../sass/module/_utilities.scss */
.align-center {
  text-align: center;
}

/* line 102, ../sass/module/_utilities.scss */
.vertical-center {
  position: relative;
}
/* line 105, ../sass/module/_utilities.scss */
.vertical-center_target {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 113, ../sass/module/_utilities.scss */
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  	                             /* Non-prefixed version, currently
                                   not supported by any browser */
}

/* line 123, ../sass/module/_utilities.scss */
.table {
  width: 100%;
  display: table;
}

/* line 128, ../sass/module/_utilities.scss */
.table-cell {
  display: table-cell;
}

/* line 132, ../sass/module/_utilities.scss */
.flip-images img {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

@media all and (min-width: 769px) {
  /* line 142, ../sass/module/_utilities.scss */
  .only-mobile {
    display: none;
  }

  /* line 146, ../sass/module/_utilities.scss */
  .pt-xl-desktop {
    padding-top: 2.5em;
  }

  /* line 150, ../sass/module/_utilities.scss */
  .pb-xl-desktop {
    padding-bottom: 2.5em;
  }
}
@media all and (max-width: 768px) {
  /* line 156, ../sass/module/_utilities.scss */
  .only-desktop {
    display: none;
  }

  /* line 160, ../sass/module/_utilities.scss */
  .pt-xl-mobile {
    padding-top: 2.5em;
  }
}
/* line 165, ../sass/module/_utilities.scss */
.has-no-transition,
.notransition {
  -moz-transition: none !important;
  -o-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}

/*# sourceMappingURL=style.css.map */
