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

/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 18, source/stylesheets/_normalize.scss */
body {
  margin: 0; }

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

/**
 * Add the correct display in IE 9-.
 */
/* line 50, source/stylesheets/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
/* line 61, source/stylesheets/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 70, source/stylesheets/_normalize.scss */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
/* line 79, source/stylesheets/_normalize.scss */
template,
[hidden] {
  display: none; }

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

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

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

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 134, source/stylesheets/_normalize.scss */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 143, source/stylesheets/_normalize.scss */
dfn {
  font-style: italic; }

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

/**
 * Add the correct background and color in IE 9-.
 */
/* line 161, source/stylesheets/_normalize.scss */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
/* line 170, source/stylesheets/_normalize.scss */
small {
  font-size: 80%; }

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

/* line 187, source/stylesheets/_normalize.scss */
sub {
  bottom: -0.25em; }

/* line 191, source/stylesheets/_normalize.scss */
sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 202, source/stylesheets/_normalize.scss */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
/* line 210, source/stylesheets/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

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

/**
 * Add the correct margin in IE 8.
 */
/* line 234, source/stylesheets/_normalize.scss */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 243, source/stylesheets/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

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

/**
 * Restore the font weight unset by the previous rule.
 */
/* line 269, source/stylesheets/_normalize.scss */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 278, source/stylesheets/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible; }

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

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

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

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

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

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

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 359, source/stylesheets/_normalize.scss */
textarea {
  overflow: auto; }

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

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

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

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

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

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

/* line 1, source/stylesheets/_general.scss */
html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 7, source/stylesheets/_general.scss */
.diagonal-element {
  max-height: 70px; }

/* line 11, source/stylesheets/_general.scss */
body {
  font-family: "adelle-sans",sans-serif;
  background-color: #F7F7F7;
  font-size: 1.6rem;
  padding-top: 0; }
  /* line 19, source/stylesheets/_general.scss */
  body.about a.about {
    color: #FC7C2D; }
  /* line 27, source/stylesheets/_general.scss */
  body.products a.products {
    color: #FC7C2D; }
  /* line 35, source/stylesheets/_general.scss */
  body.quality-food-safety a.quality-food-safety {
    color: #FC7C2D; }
  /* line 43, source/stylesheets/_general.scss */
  body.customized-private-label a.customized-private-label {
    color: #FC7C2D; }
  /* line 51, source/stylesheets/_general.scss */
  body.licenses a.licenses {
    color: #FC7C2D; }
  /* line 59, source/stylesheets/_general.scss */
  body.contact a.contact {
    color: #FC7C2D; }
  /* line 65, source/stylesheets/_general.scss */
  body.no-scroll {
    overflow: hidden;
    height: 100%; }
  @media (max-width: 767px) {
    /* line 11, source/stylesheets/_general.scss */
    body {
      padding-top: 130px; } }

/* line 75, source/stylesheets/_general.scss */
h1 {
  font-size: 5.6rem;
  line-height: 7rem;
  color: #fff;
  font-weight: bold; }
  @media (max-width: 767px) {
    /* line 75, source/stylesheets/_general.scss */
    h1 {
      font-size: 1.8rem;
      line-height: 2.8rem; } }
  @media (min-width: 768px) {
    /* line 75, source/stylesheets/_general.scss */
    h1 {
      font-size: 3.2rem;
      line-height: 4.0rem; } }
  @media (min-width: 992px) {
    /* line 75, source/stylesheets/_general.scss */
    h1 {
      font-size: 5.6rem;
      line-height: 7rem; } }

/* line 97, source/stylesheets/_general.scss */
h2 {
  font-size: 4.6rem;
  line-height: 5.6rem;
  color: #FC7C2D;
  font-weight: bold;
  margin: 0; }
  @media (max-width: 767px) {
    /* line 97, source/stylesheets/_general.scss */
    h2 {
      font-size: 2.8rem;
      line-height: 4.2rem; } }
  @media (min-width: 768px) {
    /* line 97, source/stylesheets/_general.scss */
    h2 {
      margin: 0 0 2rem; } }
  @media (min-width: 992px) {
    /* line 97, source/stylesheets/_general.scss */
    h2 {
      margin: 0; } }

/* line 118, source/stylesheets/_general.scss */
h4 {
  font-size: 2.4rem;
  line-height: 4.8rem;
  color: #fff;
  font-weight: bold;
  margin: 0; }

/* line 126, source/stylesheets/_general.scss */
p {
  font-family: 'Montserrat', sans-serif;
  color: #999999;
  font-size: 1.6rem;
  line-height: 3rem; }
  /* line 132, source/stylesheets/_general.scss */
  p.intro-text {
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 3rem; }
    @media (min-width: 768px) {
      /* line 132, source/stylesheets/_general.scss */
      p.intro-text {
        font-size: 1.4rem;
        line-height: 2.6rem; } }
    @media (min-width: 992px) {
      /* line 132, source/stylesheets/_general.scss */
      p.intro-text {
        font-size: 1.8rem;
        line-height: 3rem; } }
  @media (min-width: 768px) {
    /* line 126, source/stylesheets/_general.scss */
    p {
      font-size: 1.4rem;
      line-height: 2.6rem; } }
  @media (min-width: 992px) {
    /* line 126, source/stylesheets/_general.scss */
    p {
      font-size: 1.6rem;
      line-height: 3rem; } }

/* line 159, source/stylesheets/_general.scss */
a {
  color: inherit;
  text-decoration: underline; }
  /* line 163, source/stylesheets/_general.scss */
  a:hover {
    color: #fff; }
  /* line 167, source/stylesheets/_general.scss */
  a:active {
    color: inherit; }
  /* line 171, source/stylesheets/_general.scss */
  a:focus {
    color: inherit; }

/* line 177, source/stylesheets/_general.scss */
header {
  height: 178px;
  width: 100%;
  background-color: #fff;
  position: initial;
  z-index: 99; }
  @media (max-width: 767px) {
    /* line 177, source/stylesheets/_general.scss */
    header {
      height: 130px;
      position: fixed;
      top: 0;
      z-index: 99; } }
  @media (min-width: 768px) {
    /* line 177, source/stylesheets/_general.scss */
    header {
      height: 128px;
      position: initial;
      z-index: 99; } }
  @media (min-width: 992px) {
    /* line 177, source/stylesheets/_general.scss */
    header {
      height: 178px; } }
  /* line 201, source/stylesheets/_general.scss */
  header.container_fluid {
    padding: 0; }
  /* line 205, source/stylesheets/_general.scss */
  header img {
    max-height: 144px;
    width: auto;
    margin: 16px 0 0; }
    @media (min-width: 768px) {
      /* line 205, source/stylesheets/_general.scss */
      header img {
        max-height: 98px; } }
    @media (min-width: 992px) {
      /* line 205, source/stylesheets/_general.scss */
      header img {
        max-height: 144px; } }
  /* line 219, source/stylesheets/_general.scss */
  header .navContainer {
    white-space: nowrap; }
    /* line 222, source/stylesheets/_general.scss */
    header .navContainer ul {
      white-space: nowrap;
      padding: 90px 0 0; }
      /* line 226, source/stylesheets/_general.scss */
      header .navContainer ul li {
        color: #967F68;
        font-family: 'Montserrat', sans-serif;
        font-size: 1.6rem;
        font-weight: bold;
        text-align: center;
        vertical-align: top; }
        /* line 234, source/stylesheets/_general.scss */
        header .navContainer ul li a {
          text-decoration: none; }
          /* line 237, source/stylesheets/_general.scss */
          header .navContainer ul li a:hover {
            color: #FC7C2D; }
        /* line 242, source/stylesheets/_general.scss */
        header .navContainer ul li.divider {
          color: #FC7C2D;
          font-size: 2.4rem;
          line-height: 1.8rem; }
    /* line 250, source/stylesheets/_general.scss */
    header .navContainer:first-of-type {
      padding-right: 60px; }
      /* line 253, source/stylesheets/_general.scss */
      header .navContainer:first-of-type ul {
        float: right; }
    @media (min-width: 768px) {
      /* line 258, source/stylesheets/_general.scss */
      header .navContainer:last-of-type {
        padding-left: 60px; } }
    /* line 264, source/stylesheets/_general.scss */
    header .navContainer .hamburger-menu {
      margin: 24px 0;
      color: #967F68;
      font-family: 'Montserrat', sans-serif;
      font-size: 1.6rem;
      font-weight: bold;
      text-align: center;
      width: 62px;
      position: absolute;
      right: 0;
      top: 0; }
      @media (min-width: 768px) {
        /* line 264, source/stylesheets/_general.scss */
        header .navContainer .hamburger-menu {
          width: 33px;
          font-size: 1rem;
          font-weight: normal;
          margin: 44px 0; } }
      /* line 283, source/stylesheets/_general.scss */
      header .navContainer .hamburger-menu .hamburger-icon {
        height: 62px;
        width: 62px;
        background-color: #FC7C2D;
        border-radius: 2px;
        padding: 4px;
        overflow: hidden; }
        @media (min-width: 768px) {
          /* line 283, source/stylesheets/_general.scss */
          header .navContainer .hamburger-menu .hamburger-icon {
            width: 33px;
            height: 33px; } }
        /* line 296, source/stylesheets/_general.scss */
        header .navContainer .hamburger-menu .hamburger-icon img {
          width: 24px; }
          @media (min-width: 768px) {
            /* line 296, source/stylesheets/_general.scss */
            header .navContainer .hamburger-menu .hamburger-icon img {
              width: 10px;
              margin: 8px 0 0; } }
          /* line 304, source/stylesheets/_general.scss */
          header .navContainer .hamburger-menu .hamburger-icon img.open {
            display: inline-block; }
          /* line 307, source/stylesheets/_general.scss */
          header .navContainer .hamburger-menu .hamburger-icon img.close-menu {
            display: none; }
      /* line 314, source/stylesheets/_general.scss */
      header .navContainer .hamburger-menu span:after {
        content: "menu";
        text-transform: uppercase; }
      /* line 322, source/stylesheets/_general.scss */
      header .navContainer .hamburger-menu.active span:after {
        content: "close";
        text-transform: uppercase; }
      /* line 330, source/stylesheets/_general.scss */
      header .navContainer .hamburger-menu.active .hamburger-icon img.open {
        display: none; }
      /* line 333, source/stylesheets/_general.scss */
      header .navContainer .hamburger-menu.active .hamburger-icon img.close-menu {
        display: inline-block; }
    /* line 341, source/stylesheets/_general.scss */
    header .navContainer .hamburger-menu-links {
      display: none;
      position: fixed;
      top: 130px;
      left: 5px;
      right: 0;
      height: calc( 100% - 130px);
      width: 100%;
      background-color: rgba(0, 0, 0, 0.1);
      z-index: 9;
      padding: 0; }
      @media (min-width: 768px) {
        /* line 341, source/stylesheets/_general.scss */
        header .navContainer .hamburger-menu-links {
          top: 128px;
          height: calc( 100% - 128px); } }
      /* line 360, source/stylesheets/_general.scss */
      header .navContainer .hamburger-menu-links.active {
        display: block; }
      /* line 366, source/stylesheets/_general.scss */
      header .navContainer .hamburger-menu-links.list-inline.text-right li {
        text-align: center;
        display: block;
        background-color: #F7F7F7;
        border-bottom: 2px solid #EBEBEB;
        padding: 25px 0; }
  /* line 378, source/stylesheets/_general.scss */
  header .navContainerLogo {
    position: relative; }
    /* line 381, source/stylesheets/_general.scss */
    header .navContainerLogo img {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      max-width: 100%; }
      @media (max-width: 767px) {
        /* line 381, source/stylesheets/_general.scss */
        header .navContainerLogo img {
          max-height: 100px; } }

/* line 398, source/stylesheets/_general.scss */
footer {
  background-color: #333333;
  color: #fff;
  padding: 6rem 0; }
  /* line 403, source/stylesheets/_general.scss */
  footer h3 {
    font-size: 2.0rem;
    font-weight: bold;
    margin: 0 0 3rem; }
  /* line 409, source/stylesheets/_general.scss */
  footer p {
    color: #999999;
    font-size: 1.4rem; }
  /* line 414, source/stylesheets/_general.scss */
  footer ul {
    padding: 0 0 0 1.6rem; }
    /* line 417, source/stylesheets/_general.scss */
    footer ul li {
      list-style-image: url(../images/footer-list-image.png);
      font-family: 'Montserrat', sans-serif;
      color: #999999;
      font-weight: bold;
      font-size: 1.4rem;
      line-height: 2.1rem; }
      /* line 425, source/stylesheets/_general.scss */
      footer ul li a {
        text-decoration: none; }
  /* line 432, source/stylesheets/_general.scss */
  footer input {
    border-radius: 25px;
    height: 50px;
    margin-top: 20px;
    padding: 8px 20px;
    vertical-align: top; }
    /* line 439, source/stylesheets/_general.scss */
    footer input[type="text"] {
      background: transparent;
      border: 2px solid #fff;
      width: calc( 100% - 70px); }
      @media (min-width: 1200px) {
        /* line 439, source/stylesheets/_general.scss */
        footer input[type="text"] {
          width: 234px; } }
    /* line 450, source/stylesheets/_general.scss */
    footer input[type="submit"] {
      background: #fff;
      border: 2px solid #fff;
      color: #333333;
      padding: 0 20px;
      text-align: center;
      text-transform: uppercase;
      font-weight: bold;
      margin-left: 10px;
      width: 50px;
      background-image: url(../images/input-search-icon.svg);
      background-size: 20px 20px;
      background-position: center center;
      background-repeat: no-repeat; }
      @media (min-width: 1200px) {
        /* line 450, source/stylesheets/_general.scss */
        footer input[type="submit"] {
          background-image: none;
          width: auto; } }
  @media (max-width: 767px) {
    /* line 472, source/stylesheets/_general.scss */
    footer .col-xs-12 {
      margin: 0 0 2rem; } }

/* line 479, source/stylesheets/_general.scss */
.btn {
  height: 50px;
  border-radius: 25px;
  text-align: center;
  color: #333333;
  background-color: #fff;
  font-family: "adelle-sans",sans-serif;
  font-weight: bold;
  padding: 1.4rem 4rem;
  margin-right: 2rem;
  border: 2px solid transparent;
  text-decoration: none;
  text-transform: uppercase; }
  /* line 493, source/stylesheets/_general.scss */
  .btn:hover {
    color: #fff;
    border: 2px solid #fff;
    background-color: transparent; }
  /* line 499, source/stylesheets/_general.scss */
  .btn.bordered {
    color: #fff;
    border: 2px solid #fff;
    background-color: transparent; }
    /* line 504, source/stylesheets/_general.scss */
    .btn.bordered:hover {
      color: #333333;
      background-color: #fff;
      border: 2px solid transparent; }
  /* line 511, source/stylesheets/_general.scss */
  .btn.btn-primary {
    background-image: none; }
  /* line 515, source/stylesheets/_general.scss */
  .btn.btn-default {
    background-image: none; }

/* line 520, source/stylesheets/_general.scss */
.container_fluid {
  padding: 6rem 0; }
  /* line 523, source/stylesheets/_general.scss */
  .container_fluid.divider {
    padding: 0rem;
    height: 1px;
    background-color: #EBEBEB; }
  /* line 529, source/stylesheets/_general.scss */
  .container_fluid.white {
    background-color: #fff; }
    /* line 533, source/stylesheets/_general.scss */
    .container_fluid.white p a {
      color: #FC7C2D; }
  /* line 540, source/stylesheets/_general.scss */
  .container_fluid.contact h4 {
    color: #967F68;
    font-weight: bold;
    font-size: 1.8rem;
    font-family: 'Montserrat', sans-serif; }

@media (min-width: 992px) {
  /* line 549, source/stylesheets/_general.scss */
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

/* line 558, source/stylesheets/_general.scss */
.table {
  display: table;
  margin: 3rem 0 0;
  border-radius: 2px;
  overflow: hidden;
  font-family: 'Montserrat', sans-serif; }
  @media (max-width: 767px) {
    /* line 558, source/stylesheets/_general.scss */
    .table {
      margin: 3rem 0; } }
  @media (min-width: 768px) {
    /* line 558, source/stylesheets/_general.scss */
    .table {
      margin: 3rem 0; } }
  @media (min-width: 992px) {
    /* line 558, source/stylesheets/_general.scss */
    .table {
      margin: 3rem 0 0; } }
  /* line 577, source/stylesheets/_general.scss */
  .table .tr {
    display: table-row; }
    /* line 580, source/stylesheets/_general.scss */
    .table .tr .td {
      border: 1px solid #EBEBEB;
      display: table-cell;
      padding: 5px 10px;
      font-weight: normal;
      color: #999999;
      line-height: 2.4rem; }
    /* line 590, source/stylesheets/_general.scss */
    .table .tr:nth-of-type(even) {
      background-color: #F7F7F7; }
  /* line 595, source/stylesheets/_general.scss */
  .table .thead {
    display: table-row; }
    /* line 598, source/stylesheets/_general.scss */
    .table .thead .td {
      border: 1px solid #EBEBEB;
      display: table-cell;
      padding: 10px;
      font-weight: bold;
      color: #999999;
      line-height: 2.4rem; }

/* line 1, source/stylesheets/_home.scss */
#home-header-container {
  position: relative;
  padding: 12rem 0; }
  @media (max-width: 767px) {
    /* line 1, source/stylesheets/_home.scss */
    #home-header-container {
      padding: 3rem 0; } }
  /* line 10, source/stylesheets/_home.scss */
  #home-header-container #home-header {
    height: 630px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/home-bg-img.jpg);
    background-size: cover; }
    @media (max-width: 767px) {
      /* line 10, source/stylesheets/_home.scss */
      #home-header-container #home-header {
        height: 165px; } }
    /* line 25, source/stylesheets/_home.scss */
    #home-header-container #home-header .diagonal-element {
      position: absolute;
      top: 510px;
      left: 0;
      right: 0;
      height: 120px; }
  /* line 34, source/stylesheets/_home.scss */
  #home-header-container h1 {
    margin: 0 0 12rem 0; }
    @media (max-width: 767px) {
      /* line 34, source/stylesheets/_home.scss */
      #home-header-container h1 {
        margin: 0 0 3rem 0; } }
  @media (max-width: 767px) {
    /* line 42, source/stylesheets/_home.scss */
    #home-header-container .home-product {
      max-height: 200px;
      margin-bottom: 20px; }
      /* line 47, source/stylesheets/_home.scss */
      #home-header-container .home-product:first-of-type {
        margin-top: 40px; } }
  /* line 52, source/stylesheets/_home.scss */
  #home-header-container .home-product .outlined-content {
    border-radius: 2px;
    overflow: hidden; }
    /* line 56, source/stylesheets/_home.scss */
    #home-header-container .home-product .outlined-content .image {
      width: 100%;
      height: 225px;
      background-size: cover;
      background-position: center center; }
      @media (max-width: 767px) {
        /* line 56, source/stylesheets/_home.scss */
        #home-header-container .home-product .outlined-content .image {
          height: 130px; } }
      @media (min-width: 768px) {
        /* line 56, source/stylesheets/_home.scss */
        #home-header-container .home-product .outlined-content .image {
          height: 130px; } }
      @media (min-width: 992px) {
        /* line 56, source/stylesheets/_home.scss */
        #home-header-container .home-product .outlined-content .image {
          height: 175px; } }
      @media (min-width: 1200px) {
        /* line 56, source/stylesheets/_home.scss */
        #home-header-container .home-product .outlined-content .image {
          height: 225px; } }
    /* line 80, source/stylesheets/_home.scss */
    #home-header-container .home-product .outlined-content img {
      margin: 0 15px 0 0;
      max-width: 100%; }
      @media (max-width: 767px) {
        /* line 80, source/stylesheets/_home.scss */
        #home-header-container .home-product .outlined-content img {
          max-height: 105px; } }
    /* line 89, source/stylesheets/_home.scss */
    #home-header-container .home-product .outlined-content .content {
      margin: 0 15px 0 0;
      width: 100%;
      background-color: #fff; }
      @media (min-width: 768px) {
        /* line 89, source/stylesheets/_home.scss */
        #home-header-container .home-product .outlined-content .content {
          padding: 50px 20px; } }
      @media (min-width: 1200px) {
        /* line 89, source/stylesheets/_home.scss */
        #home-header-container .home-product .outlined-content .content {
          padding: 50px 20px 0; } }
      /* line 102, source/stylesheets/_home.scss */
      #home-header-container .home-product .outlined-content .content h4 {
        color: #FAAF64;
        font-size: 2.4rem;
        line-height: 2.8rem;
        font-weight: bold;
        margin-bottom: 20px; }
        @media (min-width: 768px) {
          /* line 102, source/stylesheets/_home.scss */
          #home-header-container .home-product .outlined-content .content h4 {
            height: 7.2rem; } }
        @media (min-width: 992px) {
          /* line 102, source/stylesheets/_home.scss */
          #home-header-container .home-product .outlined-content .content h4 {
            height: 8.6rem; } }
        @media (min-width: 1200px) {
          /* line 102, source/stylesheets/_home.scss */
          #home-header-container .home-product .outlined-content .content h4 {
            height: 5.6rem; } }
      /* line 122, source/stylesheets/_home.scss */
      #home-header-container .home-product .outlined-content .content p {
        color: #999999;
        font-size: 1.6rem;
        line-height: 2.6rem;
        height: 16rem;
        margin: 0; }
    /* line 132, source/stylesheets/_home.scss */
    #home-header-container .home-product .outlined-content .btn-container .btn {
      border: 0;
      width: 100%;
      background-color: #fff;
      text-align: left;
      height: 56px;
      color: #FC7C2D;
      font-weight: bold;
      position: relative;
      text-transform: none;
      transition: all .1s ease-in-out;
      border-bottom-left-radius: 2px;
      border-bottom-right-radius: 2px;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      overflow: hidden;
      padding: 1.8rem 1.6rem;
      margin-right: 2rem;
      background-image: url(../images/general-arrow-right-orange.svg);
      background-repeat: no-repeat;
      background-position: calc(100% - 20px) center; }
      @media (max-width: 767px) {
        /* line 132, source/stylesheets/_home.scss */
        #home-header-container .home-product .outlined-content .btn-container .btn {
          font-size: 1.8rem;
          color: #FAAF64;
          line-height: 2.4rem;
          font-weight: bold;
          height: 68px; } }
      /* line 171, source/stylesheets/_home.scss */
      #home-header-container .home-product .outlined-content .btn-container .btn:before {
        width: 100%;
        background-color: #FC7C2D;
        height: 56px;
        position: absolute;
        top: calc(100% - 4px);
        left: 0;
        content: "";
        transition: all .3s ease-in-out; }
      /* line 183, source/stylesheets/_home.scss */
      #home-header-container .home-product .outlined-content .btn-container .btn:after {
        padding: 18px;
        content: "DISCOVER";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 2;
        width: 100%;
        padding: 1.8rem 1.6rem;
        margin-right: 2rem;
        text-align: left;
        height: 52px;
        opacity: 0;
        transition: all .1s ease-in-out;
        background-image: url(../images/general-arrow-right-white.svg);
        background-repeat: no-repeat;
        background-position: calc(100% - 20px) calc(50% + 2px); }
      @media (min-width: 768px) {
        /* line 209, source/stylesheets/_home.scss */
        #home-header-container .home-product .outlined-content .btn-container .btn:hover {
          color: #fff; }
          /* line 212, source/stylesheets/_home.scss */
          #home-header-container .home-product .outlined-content .btn-container .btn:hover:before {
            width: 100%;
            background-color: #FC7C2D;
            height: 56px;
            position: absolute;
            top: 0;
            left: 0;
            content: "";
            z-index: 1; }
          /* line 223, source/stylesheets/_home.scss */
          #home-header-container .home-product .outlined-content .btn-container .btn:hover:after {
            opacity: 1; } }

/* line 234, source/stylesheets/_home.scss */
#home-content-about {
  height: 475px;
  background-image: url(../images/home-bg-history.jpg);
  background-size: cover;
  padding: 12rem 0;
  overflow: hidden;
  position: relative; }
  @media (max-width: 767px) {
    /* line 234, source/stylesheets/_home.scss */
    #home-content-about {
      padding: 5rem 0;
      height: 425px; } }
  @media (min-width: 768px) {
    /* line 234, source/stylesheets/_home.scss */
    #home-content-about {
      padding: 5rem 0;
      height: 345px; } }
  @media (min-width: 992px) {
    /* line 234, source/stylesheets/_home.scss */
    #home-content-about {
      padding: 12rem 0;
      height: 475px; } }
  /* line 260, source/stylesheets/_home.scss */
  #home-content-about h2 {
    font-size: 4.6rem;
    line-height: 6.8rem;
    margin: 0 0 6rem;
    color: #fff;
    font-weight: bold; }
    @media (max-width: 767px) {
      /* line 260, source/stylesheets/_home.scss */
      #home-content-about h2 {
        margin: 0 0 3rem;
        font-size: 2.8rem;
        line-height: 4.2rem; } }
    @media (min-width: 768px) {
      /* line 260, source/stylesheets/_home.scss */
      #home-content-about h2 {
        margin: 0 0 3rem;
        font-size: 2.8rem;
        line-height: 4.2rem; } }
    @media (min-width: 992px) {
      /* line 260, source/stylesheets/_home.scss */
      #home-content-about h2 {
        font-size: 4.6rem;
        line-height: 6.8rem;
        margin: 0 0 3rem; } }
  /* line 286, source/stylesheets/_home.scss */
  #home-content-about p {
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    margin: 0 0 5rem; }
    @media (max-width: 767px) {
      /* line 286, source/stylesheets/_home.scss */
      #home-content-about p {
        font-size: 1.4rem;
        line-height: 1.7rem;
        margin: 0 0 3rem; } }
  /* line 299, source/stylesheets/_home.scss */
  #home-content-about .logo-overlay {
    width: 514px;
    height: 100%;
    background-image: none;
    position: absolute;
    top: 0;
    left: 0; }
    @media (min-width: 768px) {
      /* line 299, source/stylesheets/_home.scss */
      #home-content-about .logo-overlay {
        background-image: url(../images/home-history-logo.svg);
        background-size: cover;
        background-repeat: no-repeat; } }
  /* line 314, source/stylesheets/_home.scss */
  #home-content-about .btn {
    color: #967F68; }
    @media (max-width: 767px) {
      /* line 314, source/stylesheets/_home.scss */
      #home-content-about .btn {
        margin: 0 6rem 1rem 0; } }
    @media (min-width: 768px) {
      /* line 322, source/stylesheets/_home.scss */
      #home-content-about .btn:hover {
        color: #fff; } }
    /* line 327, source/stylesheets/_home.scss */
    #home-content-about .btn.bordered {
      color: #fff; }
      /* line 330, source/stylesheets/_home.scss */
      #home-content-about .btn.bordered:hover {
        color: #967F68; }

/* line 1, source/stylesheets/_about.scss */
#about-header-container {
  position: relative;
  padding: 8rem 0 12rem;
  height: 300px; }
  @media (max-width: 767px) {
    /* line 1, source/stylesheets/_about.scss */
    #about-header-container {
      padding: 6rem 0;
      height: 165px; } }
  @media (min-width: 768px) {
    /* line 1, source/stylesheets/_about.scss */
    #about-header-container {
      padding: 6rem 0;
      height: 160px; } }
  @media (min-width: 992px) {
    /* line 1, source/stylesheets/_about.scss */
    #about-header-container {
      padding: 8rem 0 12rem;
      height: 300px; } }
  /* line 23, source/stylesheets/_about.scss */
  #about-header-container #home-header {
    height: 300px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/home-bg-img.jpg);
    background-size: cover; }
    @media (max-width: 767px) {
      /* line 23, source/stylesheets/_about.scss */
      #about-header-container #home-header {
        height: 165px; } }
    @media (min-width: 768px) {
      /* line 23, source/stylesheets/_about.scss */
      #about-header-container #home-header {
        height: 160px; } }
    @media (min-width: 992px) {
      /* line 23, source/stylesheets/_about.scss */
      #about-header-container #home-header {
        height: 300px; } }
    /* line 46, source/stylesheets/_about.scss */
    #about-header-container #home-header .diagonal-element {
      position: absolute;
      left: 0;
      right: 0;
      top: 0; }
  /* line 54, source/stylesheets/_about.scss */
  #about-header-container h1 {
    margin: 0; }

/* line 59, source/stylesheets/_about.scss */
#about-history-container {
  background-color: #967F68;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  padding-bottom: 16rem; }
  @media (max-width: 767px) {
    /* line 59, source/stylesheets/_about.scss */
    #about-history-container {
      padding-bottom: 0rem; } }
  @media (min-width: 768px) {
    /* line 59, source/stylesheets/_about.scss */
    #about-history-container {
      background-image: none;
      padding-bottom: 0rem; } }
  @media (min-width: 992px) {
    /* line 59, source/stylesheets/_about.scss */
    #about-history-container {
      background-image: url(../images/home-bg-img.jpg);
      background-size: auto 100%;
      background-position: right center;
      padding-bottom: 12rem; }
      /* line 84, source/stylesheets/_about.scss */
      #about-history-container .half-way-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        background-color: #967F68;
        opacity: .75;
        height: 100%; } }
  /* line 95, source/stylesheets/_about.scss */
  #about-history-container .diagonal-element {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }
  /* line 102, source/stylesheets/_about.scss */
  #about-history-container .imageBottom {
    width: 100%;
    height: 400px;
    position: relative;
    background-position: top center;
    background-size: cover; }
    @media (max-width: 767px) {
      /* line 102, source/stylesheets/_about.scss */
      #about-history-container .imageBottom {
        height: 265px; } }
    @media (min-width: 768px) {
      /* line 102, source/stylesheets/_about.scss */
      #about-history-container .imageBottom {
        height: 400px; } }
    /* line 117, source/stylesheets/_about.scss */
    #about-history-container .imageBottom .diagonal-element {
      position: absolute;
      left: 0;
      right: 0;
      top: 0; }
  /* line 125, source/stylesheets/_about.scss */
  #about-history-container .about-timeline-element {
    height: 78px;
    width: 100%;
    position: relative;
    margin: 0em 0 6rem; }
    /* line 131, source/stylesheets/_about.scss */
    #about-history-container .about-timeline-element .line {
      width: 100%;
      height: 2px;
      background-color: #fff;
      position: absolute;
      bottom: 9px;
      left: 0;
      right: 0; }
    /* line 141, source/stylesheets/_about.scss */
    #about-history-container .about-timeline-element .bullets {
      height: 20px;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 2;
      cursor: pointer; }
      /* line 150, source/stylesheets/_about.scss */
      #about-history-container .about-timeline-element .bullets .bullet {
        height: 20px;
        width: 20px;
        border-radius: 10px;
        display: inline-block;
        margin-right: calc( (100% - 180px) / 8);
        background-color: #967F68;
        border: 2px solid #fff;
        position: relative; }
        /* line 163, source/stylesheets/_about.scss */
        #about-history-container .about-timeline-element .bullets .bullet:last-of-type {
          margin-right: -1px; }
        /* line 167, source/stylesheets/_about.scss */
        #about-history-container .about-timeline-element .bullets .bullet .title {
          display: none; }
        /* line 171, source/stylesheets/_about.scss */
        #about-history-container .about-timeline-element .bullets .bullet .text {
          display: none; }
        /* line 175, source/stylesheets/_about.scss */
        #about-history-container .about-timeline-element .bullets .bullet .image {
          display: none; }
        /* line 179, source/stylesheets/_about.scss */
        #about-history-container .about-timeline-element .bullets .bullet .tooltiptext {
          width: 0px;
          background-color: #fff;
          color: #967F68;
          text-align: center;
          padding: 5px 0;
          border-radius: 25px;
          position: absolute;
          z-index: 1;
          bottom: 36px;
          left: 50%;
          margin-left: 0px;
          font-size: 1.4rem;
          font-weight: bold;
          opacity: 0;
          height: auto;
          transition: opacity 0s ease-in-out .4s, width .3s ease-in-out .1s, margin-left .3s ease-in-out .1s; }
          /* line 197, source/stylesheets/_about.scss */
          #about-history-container .about-timeline-element .bullets .bullet .tooltiptext:after {
            content: " ";
            position: absolute;
            top: calc(100% - 10px);
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #fff transparent transparent transparent;
            transition: top .3s ease-in-out, opacity .3 ease-in-out;
            opacity: 0; }
          /* line 210, source/stylesheets/_about.scss */
          #about-history-container .about-timeline-element .bullets .bullet .tooltiptext span {
            opacity: 0;
            transition: opacity .2s ease-in-out .1s; }
        /* line 217, source/stylesheets/_about.scss */
        #about-history-container .about-timeline-element .bullets .bullet:hover .tooltiptext {
          opacity: 1;
          width: 62px;
          margin-left: -31px;
          height: auto;
          transition: opacity 0s ease-in-out, width .3s ease-in-out, margin-left .3s ease-in-out; }
          /* line 224, source/stylesheets/_about.scss */
          #about-history-container .about-timeline-element .bullets .bullet:hover .tooltiptext:after {
            top: 100%;
            opacity: 1;
            transition: top .3s ease-in-out .1s, opacity .3s ease-in-out .1s; }
          /* line 230, source/stylesheets/_about.scss */
          #about-history-container .about-timeline-element .bullets .bullet:hover .tooltiptext span {
            opacity: 1;
            transition: opacity .2s ease-in-out .2s; }
        /* line 237, source/stylesheets/_about.scss */
        #about-history-container .about-timeline-element .bullets .bullet.active {
          background-color: #FC7C2D; }
          /* line 240, source/stylesheets/_about.scss */
          #about-history-container .about-timeline-element .bullets .bullet.active .tooltiptext {
            opacity: 1;
            width: 62px;
            margin-left: -31px;
            height: auto; }
            /* line 246, source/stylesheets/_about.scss */
            #about-history-container .about-timeline-element .bullets .bullet.active .tooltiptext:after {
              top: 100%;
              opacity: 1; }
            /* line 251, source/stylesheets/_about.scss */
            #about-history-container .about-timeline-element .bullets .bullet.active .tooltiptext span {
              opacity: 1; }
        /* line 259, source/stylesheets/_about.scss */
        #about-history-container .about-timeline-element .bullets .bullet:nth-child(even) .tooltiptext {
          top: 36px;
          bottom: initial; }
          /* line 263, source/stylesheets/_about.scss */
          #about-history-container .about-timeline-element .bullets .bullet:nth-child(even) .tooltiptext:after {
            top: 0px;
            border-color: transparent transparent #fff transparent; }
        /* line 271, source/stylesheets/_about.scss */
        #about-history-container .about-timeline-element .bullets .bullet:nth-child(even):hover .tooltiptext:after {
          top: -10px; }
        /* line 279, source/stylesheets/_about.scss */
        #about-history-container .about-timeline-element .bullets .bullet:nth-child(even).active .tooltiptext:after {
          top: -10px; }
  @media (max-width: 767px) {
    /* line 290, source/stylesheets/_about.scss */
    #about-history-container #about-timeline-content p {
      height: auto; } }
  @media (min-width: 768px) {
    /* line 290, source/stylesheets/_about.scss */
    #about-history-container #about-timeline-content p {
      height: 226px; } }
  /* line 300, source/stylesheets/_about.scss */
  #about-history-container #about-timeline-content h4 {
    font-size: 2.1rem; }
  /* line 305, source/stylesheets/_about.scss */
  #about-history-container h2 {
    color: #fff;
    margin-bottom: 3rem; }
  /* line 310, source/stylesheets/_about.scss */
  #about-history-container p {
    color: #fff; }
    /* line 313, source/stylesheets/_about.scss */
    #about-history-container p a {
      font-weight: bold; }

/* line 320, source/stylesheets/_about.scss */
#about-working-at-container {
  height: 410px;
  background-color: #967F68;
  background-image: url(../images/about-logo.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0 0 12rem; }
  @media (max-width: 767px) {
    /* line 320, source/stylesheets/_about.scss */
    #about-working-at-container {
      height: auto; } }
  /* line 333, source/stylesheets/_about.scss */
  #about-working-at-container .container {
    padding: 8rem 0 0; }
    @media (max-width: 767px) {
      /* line 333, source/stylesheets/_about.scss */
      #about-working-at-container .container {
        padding: 8rem 15px 0; } }
    @media (min-width: 768px) {
      /* line 333, source/stylesheets/_about.scss */
      #about-working-at-container .container {
        padding: 8rem 15px 0; } }
  /* line 345, source/stylesheets/_about.scss */
  #about-working-at-container h2 {
    color: #fff;
    margin-bottom: 3rem; }
    @media (max-width: 767px) {
      /* line 345, source/stylesheets/_about.scss */
      #about-working-at-container h2 {
        font-size: 2.8rem;
        line-height: 4.2rem; } }
    @media (min-width: 768px) {
      /* line 345, source/stylesheets/_about.scss */
      #about-working-at-container h2 {
        font-size: 2.8rem;
        line-height: 4.2rem; } }
  /* line 360, source/stylesheets/_about.scss */
  #about-working-at-container p {
    color: #fff; }
    /* line 363, source/stylesheets/_about.scss */
    #about-working-at-container p a {
      font-weight: bold; }

/* line 1, source/stylesheets/_products.scss */
#products-header-container {
  position: relative;
  padding: 8rem 0 12rem;
  height: 300px; }
  @media (max-width: 767px) {
    /* line 1, source/stylesheets/_products.scss */
    #products-header-container {
      padding: 6rem 0;
      height: 165px; } }
  @media (min-width: 768px) {
    /* line 1, source/stylesheets/_products.scss */
    #products-header-container {
      padding: 6rem 0;
      height: 160px; } }
  @media (min-width: 992px) {
    /* line 1, source/stylesheets/_products.scss */
    #products-header-container {
      padding: 8rem 0 12rem;
      height: 300px; } }
  /* line 22, source/stylesheets/_products.scss */
  #products-header-container #home-header {
    height: 300px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/home-bg-img.jpg);
    background-size: cover; }
    @media (max-width: 767px) {
      /* line 22, source/stylesheets/_products.scss */
      #products-header-container #home-header {
        height: 165px; } }
    @media (min-width: 768px) {
      /* line 22, source/stylesheets/_products.scss */
      #products-header-container #home-header {
        height: 160px; } }
    @media (min-width: 992px) {
      /* line 22, source/stylesheets/_products.scss */
      #products-header-container #home-header {
        height: 300px; } }
    /* line 45, source/stylesheets/_products.scss */
    #products-header-container #home-header .diagonal-element {
      position: absolute;
      left: 0;
      right: 0;
      top: 0; }
  /* line 53, source/stylesheets/_products.scss */
  #products-header-container h1 {
    margin: 0; }

/* line 58, source/stylesheets/_products.scss */
.products-container {
  padding: 12rem 0; }
  @media (max-width: 767px) {
    /* line 58, source/stylesheets/_products.scss */
    .products-container {
      padding: 0rem 0; } }
  @media (min-width: 768px) {
    /* line 58, source/stylesheets/_products.scss */
    .products-container {
      padding: 0rem 0; } }
  @media (min-width: 992px) {
    /* line 58, source/stylesheets/_products.scss */
    .products-container {
      padding: 12rem 0; } }
  /* line 73, source/stylesheets/_products.scss */
  .products-container.other-products {
    padding: 0rem 0; }
  @media (max-width: 767px) {
    /* line 77, source/stylesheets/_products.scss */
    .products-container .home-product {
      max-height: 200px;
      margin-bottom: 20px; }
      /* line 83, source/stylesheets/_products.scss */
      .products-container .home-product:first-of-type {
        margin-top: 40px; } }
  /* line 88, source/stylesheets/_products.scss */
  .products-container .home-product .outlined-content {
    border-radius: 2px;
    overflow: hidden; }
    /* line 92, source/stylesheets/_products.scss */
    .products-container .home-product .outlined-content img {
      margin: 0 15px 0 0;
      min-width: 100%;
      max-width: 100%; }
      @media (max-width: 767px) {
        /* line 92, source/stylesheets/_products.scss */
        .products-container .home-product .outlined-content img {
          max-height: 105px; } }
    /* line 102, source/stylesheets/_products.scss */
    .products-container .home-product .outlined-content .image {
      width: 100%;
      height: 225px;
      background-size: cover;
      background-position: center center; }
      @media (max-width: 767px) {
        /* line 102, source/stylesheets/_products.scss */
        .products-container .home-product .outlined-content .image {
          height: 130px; } }
      @media (min-width: 768px) {
        /* line 102, source/stylesheets/_products.scss */
        .products-container .home-product .outlined-content .image {
          height: 130px; } }
      @media (min-width: 992px) {
        /* line 102, source/stylesheets/_products.scss */
        .products-container .home-product .outlined-content .image {
          height: 225px; } }
    /* line 122, source/stylesheets/_products.scss */
    .products-container .home-product .outlined-content .content {
      margin: 0 15px 0 0;
      padding: 50px 20px;
      width: 100%;
      background-color: #F7F7F7; }
      /* line 128, source/stylesheets/_products.scss */
      .products-container .home-product .outlined-content .content h4 {
        color: #FAAF64;
        font-size: 2.4rem;
        line-height: 2.8rem;
        font-weight: bold;
        height: 5.6rem; }
        @media (min-width: 768px) {
          /* line 128, source/stylesheets/_products.scss */
          .products-container .home-product .outlined-content .content h4 {
            height: 7.2rem; } }
        @media (min-width: 992px) {
          /* line 128, source/stylesheets/_products.scss */
          .products-container .home-product .outlined-content .content h4 {
            height: 5.6rem; } }
      /* line 144, source/stylesheets/_products.scss */
      .products-container .home-product .outlined-content .content p {
        color: #999999;
        font-size: 1.6rem;
        line-height: 2.6rem;
        height: 8rem;
        margin: 0; }
    /* line 154, source/stylesheets/_products.scss */
    .products-container .home-product .outlined-content .btn-container .btn {
      border: 0;
      width: 100%;
      background-color: #F7F7F7;
      text-align: left;
      height: 56px;
      text-transform: uppercase;
      color: #FC7C2D;
      font-weight: bold;
      position: relative;
      text-transform: none;
      transition: all .1s ease-in-out;
      border-bottom-left-radius: 2px;
      border-bottom-right-radius: 2px;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      overflow: hidden;
      padding: 1.8rem 1.6rem;
      margin-right: 2rem;
      background-image: url(../images/general-arrow-right-orange.svg);
      background-repeat: no-repeat;
      background-position: calc(100% - 20px) center; }
      @media (max-width: 767px) {
        /* line 154, source/stylesheets/_products.scss */
        .products-container .home-product .outlined-content .btn-container .btn {
          font-size: 1.8rem;
          color: #FAAF64;
          line-height: 2.4rem;
          font-weight: bold;
          height: 68px; } }
      /* line 192, source/stylesheets/_products.scss */
      .products-container .home-product .outlined-content .btn-container .btn:before {
        width: 100%;
        background-color: #FC7C2D;
        height: 56px;
        position: absolute;
        top: calc(100% - 4px);
        left: 0;
        content: "";
        transition: all .3s ease-in-out; }
      /* line 204, source/stylesheets/_products.scss */
      .products-container .home-product .outlined-content .btn-container .btn:after {
        padding: 18px;
        content: "DISCOVER";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 2;
        width: 100%;
        padding: 1.8rem 1.6rem;
        margin-right: 2rem;
        text-align: left;
        height: 52px;
        opacity: 0;
        transition: all .1s ease-in-out;
        background-image: url(../images/general-arrow-right-white.svg);
        background-repeat: no-repeat;
        background-position: calc(100% - 20px) calc(50% + 2px); }
      @media (min-width: 768px) {
        /* line 230, source/stylesheets/_products.scss */
        .products-container .home-product .outlined-content .btn-container .btn:hover {
          color: #fff; }
          /* line 233, source/stylesheets/_products.scss */
          .products-container .home-product .outlined-content .btn-container .btn:hover:before {
            width: 100%;
            background-color: #FC7C2D;
            height: 56px;
            position: absolute;
            top: 0;
            left: 0;
            content: "";
            z-index: 1; }
          /* line 244, source/stylesheets/_products.scss */
          .products-container .home-product .outlined-content .btn-container .btn:hover:after {
            opacity: 1; } }

/* line 255, source/stylesheets/_products.scss */
.products-title {
  margin-bottom: 3rem; }
  /* line 258, source/stylesheets/_products.scss */
  .products-title + p {
    margin-bottom: 8rem; }
  /* line 262, source/stylesheets/_products.scss */
  .products-title + p:empty {
    margin-bottom: 3rem; }
  @media (max-width: 767px) {
    /* line 255, source/stylesheets/_products.scss */
    .products-title {
      margin-bottom: 0rem; } }
  @media (min-width: 768px) {
    /* line 255, source/stylesheets/_products.scss */
    .products-title {
      margin-bottom: 3rem; } }

/* line 275, source/stylesheets/_products.scss */
.product-single-item {
  background-color: #F7F7F7;
  position: relative; }
  @media (max-width: 767px) {
    /* line 275, source/stylesheets/_products.scss */
    .product-single-item {
      height: 670px; } }
  @media (min-width: 768px) {
    /* line 275, source/stylesheets/_products.scss */
    .product-single-item {
      height: 630px; } }
  @media (min-width: 992px) {
    /* line 275, source/stylesheets/_products.scss */
    .product-single-item {
      height: 750px; } }
  @media (min-width: 1200px) {
    /* line 275, source/stylesheets/_products.scss */
    .product-single-item {
      height: 630px; } }
  /* line 295, source/stylesheets/_products.scss */
  .product-single-item .top-area {
    height: 90px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1; }
    /* line 305, source/stylesheets/_products.scss */
    .product-single-item .top-area .diagonal-element {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
  /* line 314, source/stylesheets/_products.scss */
  .product-single-item .product-item .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    height: 165px;
    vertical-align: bottom;
    z-index: 2; }
    /* line 325, source/stylesheets/_products.scss */
    .product-single-item .product-item .image img {
      max-width: 100%; }
  /* line 331, source/stylesheets/_products.scss */
  .product-single-item .content {
    position: absolute;
    top: 165px;
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px;
    height: 492px; }
    /* line 340, source/stylesheets/_products.scss */
    .product-single-item .content h3 {
      color: #FAAF64;
      font-size: 2.4rem;
      line-height: 3.6rem;
      font-weight: bold;
      margin: 0; }
    /* line 348, source/stylesheets/_products.scss */
    .product-single-item .content h4 {
      color: #967F68;
      font-size: 2.4rem;
      line-height: 3.6rem;
      font-weight: normal;
      margin: 0 0 3rem; }

/* line 358, source/stylesheets/_products.scss */
.product-single-item-packaging {
  background-color: #F7F7F7;
  height: 413px;
  position: relative;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    /* line 358, source/stylesheets/_products.scss */
    .product-single-item-packaging {
      height: 503px; } }
  @media (min-width: 992px) {
    /* line 358, source/stylesheets/_products.scss */
    .product-single-item-packaging {
      height: 453px; } }
  @media (min-width: 1200px) {
    /* line 358, source/stylesheets/_products.scss */
    .product-single-item-packaging {
      height: 413px; } }
  /* line 377, source/stylesheets/_products.scss */
  .product-single-item-packaging .top-area {
    height: 90px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1; }
    /* line 387, source/stylesheets/_products.scss */
    .product-single-item-packaging .top-area .diagonal-element {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
  /* line 396, source/stylesheets/_products.scss */
  .product-single-item-packaging .product-item .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    height: 165px;
    vertical-align: bottom;
    z-index: 2; }
    /* line 406, source/stylesheets/_products.scss */
    .product-single-item-packaging .product-item .image img {
      max-width: 100%; }
  /* line 412, source/stylesheets/_products.scss */
  .product-single-item-packaging .content {
    position: absolute;
    top: 165px;
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px;
    height: 492px; }
    /* line 421, source/stylesheets/_products.scss */
    .product-single-item-packaging .content h3 {
      color: #FAAF64;
      font-size: 2.4rem;
      line-height: 3.6rem;
      font-weight: bold;
      margin: 0; }
    /* line 429, source/stylesheets/_products.scss */
    .product-single-item-packaging .content h4 {
      color: #967F68;
      font-size: 2.4rem;
      line-height: 3.6rem;
      font-weight: normal;
      margin: 0 0 3rem; }

@media (max-width: 767px) {
  /* line 439, source/stylesheets/_products.scss */
  .home-product {
    max-height: 200px;
    margin-bottom: 20px; }
    /* line 444, source/stylesheets/_products.scss */
    .home-product:first-of-type {
      margin-top: 40px; } }

/* line 449, source/stylesheets/_products.scss */
.home-product .outlined-content {
  border-radius: 2px;
  overflow: hidden; }
  /* line 453, source/stylesheets/_products.scss */
  .home-product .outlined-content img {
    margin: 0 15px 0 0;
    min-width: 100%;
    max-width: 100%; }
  /* line 459, source/stylesheets/_products.scss */
  .home-product .outlined-content .content {
    margin: 0 15px 0 0;
    padding: 50px 20px;
    width: 100%;
    background-color: #F7F7F7; }
    /* line 465, source/stylesheets/_products.scss */
    .home-product .outlined-content .content h4 {
      color: #FAAF64;
      font-size: 2.4rem;
      line-height: 2.8rem;
      font-weight: bold;
      height: 5.6rem; }
    /* line 473, source/stylesheets/_products.scss */
    .home-product .outlined-content .content p {
      color: #999999;
      font-size: 1.6rem;
      line-height: 2.6rem;
      height: 16rem;
      margin: 0; }
  /* line 483, source/stylesheets/_products.scss */
  .home-product .outlined-content .btn-container .btn {
    width: 100%;
    background-color: #F7F7F7;
    text-align: left;
    height: 56px;
    color: #FC7C2D;
    font-weight: bold;
    position: relative;
    transition: all .1s ease-in-out;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    overflow: hidden;
    padding: 1.8rem 1.6rem;
    margin-right: 2rem;
    background-image: url(../images/general-arrow-right-orange.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center; }
    @media (max-width: 767px) {
      /* line 483, source/stylesheets/_products.scss */
      .home-product .outlined-content .btn-container .btn {
        font-size: 1.8rem;
        color: #FAAF64;
        line-height: 2.4rem;
        font-weight: bold;
        height: 68px; } }
    /* line 517, source/stylesheets/_products.scss */
    .home-product .outlined-content .btn-container .btn:before {
      width: 100%;
      background-color: #FC7C2D;
      height: 56px;
      position: absolute;
      top: calc(100% - 4px);
      left: 0;
      content: "";
      transition: all .1s ease-in-out; }
    /* line 529, source/stylesheets/_products.scss */
    .home-product .outlined-content .btn-container .btn:after {
      padding: 18px;
      content: "DISCOVER";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 2;
      width: 100%;
      padding: 1.8rem 1.6rem;
      margin-right: 2rem;
      text-align: left;
      height: 52px;
      opacity: 0;
      transition: all .1s ease-in-out;
      background-image: url(../images/general-arrow-right-white.svg);
      background-repeat: no-repeat;
      background-position: calc(100% - 20px) center; }
    @media (min-width: 768px) {
      /* line 555, source/stylesheets/_products.scss */
      .home-product .outlined-content .btn-container .btn:hover {
        color: #fff; }
        /* line 558, source/stylesheets/_products.scss */
        .home-product .outlined-content .btn-container .btn:hover:before {
          width: 100%;
          background-color: #FC7C2D;
          height: 56px;
          position: absolute;
          top: 0;
          left: 0;
          content: "";
          z-index: 1; }
        /* line 569, source/stylesheets/_products.scss */
        .home-product .outlined-content .btn-container .btn:hover:after {
          opacity: 1; } }

/* line 1, source/stylesheets/_quality.scss */
#quality-header-container {
  position: relative;
  padding: 8rem 0 12rem;
  height: 300px; }
  @media (max-width: 767px) {
    /* line 1, source/stylesheets/_quality.scss */
    #quality-header-container {
      padding: 6rem 0;
      height: 165px; } }
  @media (min-width: 768px) {
    /* line 1, source/stylesheets/_quality.scss */
    #quality-header-container {
      padding: 6rem 0;
      height: 160px; } }
  @media (min-width: 992px) {
    /* line 1, source/stylesheets/_quality.scss */
    #quality-header-container {
      padding: 8rem 0 12rem;
      height: 300px; } }
  /* line 22, source/stylesheets/_quality.scss */
  #quality-header-container #home-header {
    height: 300px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/home-bg-img.jpg);
    background-size: cover; }
    @media (max-width: 767px) {
      /* line 22, source/stylesheets/_quality.scss */
      #quality-header-container #home-header {
        height: 165px; } }
    @media (min-width: 768px) {
      /* line 22, source/stylesheets/_quality.scss */
      #quality-header-container #home-header {
        height: 160px; } }
    @media (min-width: 992px) {
      /* line 22, source/stylesheets/_quality.scss */
      #quality-header-container #home-header {
        height: 300px; } }
    /* line 45, source/stylesheets/_quality.scss */
    #quality-header-container #home-header .diagonal-element {
      position: absolute;
      left: 0;
      right: 0;
      top: 0; }
  /* line 53, source/stylesheets/_quality.scss */
  #quality-header-container h1 {
    margin: 0; }

/* line 58, source/stylesheets/_quality.scss */
#social-responsability-container {
  background-color: #967F68;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  padding-bottom: 12rem;
  background-image: url(../images/quality-sustainable-bg.jpg);
  background-size: cover;
  background-position: right center;
  background-color: #967F68; }
  /* line 73, source/stylesheets/_quality.scss */
  #social-responsability-container .diagonal-element {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }
  /* line 80, source/stylesheets/_quality.scss */
  #social-responsability-container h2 {
    color: #fff;
    margin-bottom: 3rem; }
  /* line 85, source/stylesheets/_quality.scss */
  #social-responsability-container p {
    color: #fff; }

/* line 1, source/stylesheets/_customized.scss */
#customized-header-container {
  position: relative;
  padding: 8rem 0 12rem;
  height: 300px; }
  @media (max-width: 767px) {
    /* line 1, source/stylesheets/_customized.scss */
    #customized-header-container {
      padding: 6rem 0;
      height: 165px; } }
  @media (min-width: 768px) {
    /* line 1, source/stylesheets/_customized.scss */
    #customized-header-container {
      padding: 6rem 0;
      height: 160px; } }
  @media (min-width: 992px) {
    /* line 1, source/stylesheets/_customized.scss */
    #customized-header-container {
      padding: 8rem 0 12rem;
      height: 300px; } }
  /* line 22, source/stylesheets/_customized.scss */
  #customized-header-container #home-header {
    height: 300px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/home-bg-img.jpg);
    background-size: cover; }
    @media (max-width: 767px) {
      /* line 22, source/stylesheets/_customized.scss */
      #customized-header-container #home-header {
        height: 165px; } }
    @media (min-width: 768px) {
      /* line 22, source/stylesheets/_customized.scss */
      #customized-header-container #home-header {
        height: 160px; } }
    @media (min-width: 992px) {
      /* line 22, source/stylesheets/_customized.scss */
      #customized-header-container #home-header {
        height: 300px; } }
    /* line 45, source/stylesheets/_customized.scss */
    #customized-header-container #home-header .diagonal-element {
      position: absolute;
      left: 0;
      right: 0;
      top: 0; }
  /* line 53, source/stylesheets/_customized.scss */
  #customized-header-container h1 {
    margin: 0; }

/* line 58, source/stylesheets/_customized.scss */
.bar-charts {
  background-color: #F7F7F7;
  padding: 2rem;
  position: relative; }
  /* line 63, source/stylesheets/_customized.scss */
  .bar-charts .diagonal-element {
    position: absolute;
    left: 0;
    right: 0;
    top: 0; }
  /* line 70, source/stylesheets/_customized.scss */
  .bar-charts p {
    color: #967F68;
    font-weight: bold;
    font-size: 1.8rem; }
  /* line 76, source/stylesheets/_customized.scss */
  .bar-charts .bar {
    width: 100%;
    height: 60px;
    background-color: #EBEBEB;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 3rem; }
    /* line 84, source/stylesheets/_customized.scss */
    .bar-charts .bar .amount {
      background-color: #FAAF64;
      height: 100%;
      width: 0;
      transition: width .6s ease-in-out; }

/* line 93, source/stylesheets/_customized.scss */
.subtitle_customized {
  color: #FAAF64;
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: bold;
  margin-top: 6rem;
  margin-bottom: 3rem; }

/* line 102, source/stylesheets/_customized.scss */
.customized-image {
  position: relative;
  border-radius: 2px;
  overflow: hidden; }
  @media (max-width: 767px) {
    /* line 102, source/stylesheets/_customized.scss */
    .customized-image {
      margin: 0 0 3rem; } }
  /* line 111, source/stylesheets/_customized.scss */
  .customized-image span {
    position: absolute;
    top: 0;
    width: calc(100% + 10px);
    left: 0;
    right: 0;
    padding: 16px 20px;
    height: auto;
    display: block;
    background-color: rgba(150, 127, 104, 0.75);
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold; }
  /* line 126, source/stylesheets/_customized.scss */
  .customized-image img {
    max-width: 100%;
    width: 100%; }

/* line 1, source/stylesheets/_licenses.scss */
#licenses-header-container {
  position: relative;
  padding: 8rem 0 12rem;
  height: 300px; }
  @media (max-width: 767px) {
    /* line 1, source/stylesheets/_licenses.scss */
    #licenses-header-container {
      padding: 6rem 0;
      height: 165px; } }
  /* line 12, source/stylesheets/_licenses.scss */
  #licenses-header-container #home-header {
    height: 300px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/home-bg-img.jpg);
    background-size: cover; }
    @media (max-width: 767px) {
      /* line 12, source/stylesheets/_licenses.scss */
      #licenses-header-container #home-header {
        height: 165px; } }
    /* line 27, source/stylesheets/_licenses.scss */
    #licenses-header-container #home-header .diagonal-element {
      position: absolute;
      left: 0;
      right: 0;
      top: 0; }
  /* line 35, source/stylesheets/_licenses.scss */
  #licenses-header-container h1 {
    margin: 0; }

/* line 40, source/stylesheets/_licenses.scss */
.image-rotator {
  margin-top: 5rem;
  border-radius: 3px;
  overflow: hidden; }
  /* line 45, source/stylesheets/_licenses.scss */
  .image-rotator .images {
    width: 100%;
    height: 400px;
    white-space: nowrap;
    position: relative; }
    /* line 51, source/stylesheets/_licenses.scss */
    .image-rotator .images .images-container {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: auto; }
      /* line 58, source/stylesheets/_licenses.scss */
      .image-rotator .images .images-container img {
        display: inline-block; }
  /* line 64, source/stylesheets/_licenses.scss */
  .image-rotator .controls {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 60px; }
    /* line 71, source/stylesheets/_licenses.scss */
    .image-rotator .controls .prev {
      position: absolute;
      left: 0;
      bottom: 0;
      height: 60px;
      width: 60px;
      background-color: rgba(252, 124, 45, 0.75);
      border-radius: 0px 2px 0px;
      overflow: hidden;
      text-align: center;
      padding: 16px;
      cursor: pointer; }
    /* line 85, source/stylesheets/_licenses.scss */
    .image-rotator .controls .next {
      position: absolute;
      right: 0;
      bottom: 0;
      height: 60px;
      width: 60px;
      background-color: rgba(252, 124, 45, 0.75);
      border-radius: 2px 0px 2px;
      overflow: hidden;
      text-align: center;
      padding: 16px;
      cursor: pointer; }
    /* line 99, source/stylesheets/_licenses.scss */
    .image-rotator .controls .bullets {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      text-align: center;
      padding: 20px; }
      /* line 107, source/stylesheets/_licenses.scss */
      .image-rotator .controls .bullets .bullet {
        display: inline-block;
        margin: 0 3px 0 2px;
        width: 20px;
        height: 20px;
        border-radius: 10px;
        background-color: rgba(255, 255, 255, 0.25);
        border: 2px solid #fff; }
        /* line 116, source/stylesheets/_licenses.scss */
        .image-rotator .controls .bullets .bullet.active {
          background-color: #FC7C2D; }

/* line 1, source/stylesheets/_contact.scss */
#contact-header-container {
  position: relative;
  padding: 8rem 0 12rem;
  height: 300px; }
  @media (max-width: 767px) {
    /* line 1, source/stylesheets/_contact.scss */
    #contact-header-container {
      padding: 6rem 0;
      height: 165px; } }
  /* line 11, source/stylesheets/_contact.scss */
  #contact-header-container #home-header {
    height: 300px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/home-bg-img.jpg);
    background-size: cover; }
    @media (max-width: 767px) {
      /* line 11, source/stylesheets/_contact.scss */
      #contact-header-container #home-header {
        height: 165px; } }
    /* line 26, source/stylesheets/_contact.scss */
    #contact-header-container #home-header .diagonal-element {
      position: absolute;
      left: 0;
      right: 0;
      top: 0; }
  /* line 34, source/stylesheets/_contact.scss */
  #contact-header-container h1 {
    margin: 0; }

/* line 39, source/stylesheets/_contact.scss */
.contact-single-item {
  background-color: #F7F7F7;
  height: 350px;
  position: relative;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    /* line 39, source/stylesheets/_contact.scss */
    .contact-single-item {
      margin: 0 0 3rem; } }
  /* line 49, source/stylesheets/_contact.scss */
  .contact-single-item .top-area {
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1; }
    /* line 59, source/stylesheets/_contact.scss */
    .contact-single-item .top-area .diagonal-element {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
  /* line 67, source/stylesheets/_contact.scss */
  .contact-single-item .content {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px;
    height: 325px; }
    /* line 76, source/stylesheets/_contact.scss */
    .contact-single-item .content h3 {
      color: #FAAF64;
      font-size: 2.4rem;
      line-height: 3.6rem;
      font-weight: bold;
      margin: 0; }
    /* line 84, source/stylesheets/_contact.scss */
    .contact-single-item .content h4 {
      color: #967F68;
      font-size: 2.4rem;
      line-height: 3.6rem;
      font-weight: normal;
      margin: 0 0 3rem; }
    /* line 92, source/stylesheets/_contact.scss */
    .contact-single-item .content p {
      position: absolute;
      bottom: 0px;
      left: 0px;
      right: 0px;
      padding: 20px; }

/* line 102, source/stylesheets/_contact.scss */
.question {
  border: 2px solid #EBEBEB;
  border-radius: 2px;
  margin: 0 0 20px;
  padding: 20px;
  cursor: pointer; }
  /* line 110, source/stylesheets/_contact.scss */
  .question p {
    display: inline-block;
    margin: 0;
    font-size: 1.8rem;
    line-height: 3rem;
    color: #967F68;
    font-weight: bold;
    width: calc(100% - 60px);
    vertical-align: top; }
  /* line 121, source/stylesheets/_contact.scss */
  .question .open-close {
    display: inline-block;
    padding: 0 20px 0 0;
    vertical-align: top; }
    /* line 126, source/stylesheets/_contact.scss */
    .question .open-close img {
      transition: transform 0.15s linear; }
  /* line 131, source/stylesheets/_contact.scss */
  .question .answer {
    pointer-events: none;
    opacity: 0;
    max-height: 0;
    transition: max-height 0.2s linear 0.2s, opacity 0.2s linear; }
    /* line 137, source/stylesheets/_contact.scss */
    .question .answer p {
      pointer-events: none;
      font-size: 1.6rem;
      line-height: 3rem;
      color: #999999;
      font-weight: normal;
      margin: 3rem 0 0;
      width: 100%; }
      /* line 146, source/stylesheets/_contact.scss */
      .question .answer p a {
        font-weight: bold; }
  /* line 154, source/stylesheets/_contact.scss */
  .question.active .open-close img {
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg); }
  /* line 161, source/stylesheets/_contact.scss */
  .question.active .answer {
    pointer-events: all;
    opacity: 1;
    max-height: 500px;
    transition: max-height 0.2s linear, opacity 0.2s linear 0.2s; }
    /* line 167, source/stylesheets/_contact.scss */
    .question.active .answer p {
      pointer-events: all; }

@media (max-width: 767px) {
  /* line 175, source/stylesheets/_contact.scss */
  h2#faq {
    margin: 0 0 3rem; } }

/* line 182, source/stylesheets/_contact.scss */
.fair {
  width: 100%;
  padding: 20px;
  background-color: #F7F7F7;
  margin-bottom: 20px; }
  /* line 188, source/stylesheets/_contact.scss */
  .fair h3 {
    color: #FAAF64;
    font-size: 2.4rem;
    line-height: 3.6rem;
    font-weight: bold;
    margin: 0; }
  /* line 196, source/stylesheets/_contact.scss */
  .fair h4 {
    color: #967F68;
    font-size: 2.4rem;
    line-height: 3.6rem;
    font-weight: normal;
    margin: 0 0 2rem; }
  /* line 203, source/stylesheets/_contact.scss */
  .fair p {
    margin-bottom: 0; }

/* line 209, source/stylesheets/_contact.scss */
.logo-container .image {
  max-width: 100%; }
