@charset "UTF-8";
@font-face {
  font-family: "Gooper7-SemiBold";
  src: url("../fonts/Gooper7-SemiBold.woff2") format("woff2"), url("../fonts/Gooper7-SemiBold.woff") format("woff"); }

@font-face {
  font-family: "Gooper7-Light";
  src: url("../fonts/Gooper7-Light.woff2") format("woff2"), url("../fonts/Gooper7-Light.woff") format("woff"); }

@font-face {
  font-family: "Gooper7-Regular";
  src: url("../fonts/Gooper7-Regular.woff2") format("woff2"), url("../fonts/Gooper7-Regular.woff") format("woff"); }

@font-face {
  font-family: "Gooper7-Medium";
  src: url("../fonts/Gooper7-Medium.woff2") format("woff2"), url("../fonts/Gooper7-Medium.woff") format("woff"); }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

:focus {
  outline: none; }

a {
  cursor: pointer;
  text-decoration: none;
  color: black;
  transition: color 0.5s; }
  a.darker-on-hover, a.darker-on-hover i {
    transition: color 0.5s; }
    a.darker-on-hover:hover, a.darker-on-hover i:hover {
      color: #718e7f; }

* {
  box-sizing: border-box; }

button {
  cursor: pointer; }

em {
  font-style: italic; }

html {
  font-size: 14px;
  font-family: 'Overpass', sans-serif; }

img {
  max-width: 100%; }

input {
  font-size: 1em;
  padding: 0;
  border-radius: 0;
  line-height: normal; }
  input:focus {
    outline: none; }

input[type=number] {
  -moz-appearance: textfield; }

::-webkit-inner-spin-button {
  -webkit-appearance: none; }

::-webkit-outer-spin-button {
  -webkit-appearance: none; }

li {
  list-style-type: none; }

ol, ol li {
  list-style: decimal; }

p {
  line-height: 1.5; }

strong {
  font-weight: bold; }

sub {
  font-size: 0.7em;
  display: inline-block;
  vertical-align: sub;
  font-weight: inherit;
  line-height: 0; }

sup {
  font-size: 0.7em;
  display: inline-block;
  vertical-align: super;
  font-weight: inherit;
  line-height: 0; }

textarea {
  min-height: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
  resize: none; }

.absolute-centered-element, .dropdown__caret--is-right, .form__input-icon, .form__input-container--has-resizing-placeholder label {
  position: absolute; }
  .absolute-centered-element--is-centered-vertically, .dropdown__caret--is-right, .form__input-icon, .form__input-container--has-resizing-placeholder label {
    top: 50%;
    transform: translateY(-50%); }
  .absolute-centered-element--is-centered-horizontally {
    left: 50%;
    transform: translateX(-50%); }

.container {
  position: relative;
  margin: 0 auto;
  max-width: 100%; }
  @media screen and (max-width: 767px) {
    .container--has-padding-mobile {
      padding: 0 20px; } }
  @media (min-width: 768px) {
    .container {
      width: calc(768px - 60px); } }
  @media (min-width: 992px) {
    .container {
      width: calc(992px - 40px); } }
  @media (min-width: 1300px) {
    .container {
      width: calc(1300px - 40px); } }
  @media (min-width: 1300px) {
    .container--is-small {
      width: 1060px; } }
  @media (min-width: 1300px) {
    .container--is-smaller {
      width: 1140px; } }

.cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/static/fonts/font-awesome/fontawesome-webfont.eot");
  src: url("/static/fonts/font-awesome/fontawesome-webfont.eot") format("embedded-opentype"), url("/static/fonts/font-awesome/fontawesome-webfont.woff2") format("woff2"), url("/static/fonts/font-awesome/fontawesome-webfont.woff") format("woff"), url("/static/fonts/font-awesome/fontawesome-webfont.ttf") format("truetype"), url("/static/fonts/font-awesome/fontawesome-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.fill-width-sections__section--is-left {
  width: 100%; }
  @media screen and (min-width: 1000px) {
    .fill-width-sections__section--is-left {
      width: 40%; } }
  @media screen and (min-width: 1200px) {
    .fill-width-sections__section--is-left {
      width: 40%; } }
  @media screen and (min-width: 1600px) {
    .fill-width-sections__section--is-left {
      width: 50%; } }

.fill-width-sections__section--is-right {
  width: 100%; }
  @media screen and (min-width: 1000px) {
    .fill-width-sections__section--is-right {
      width: 60%; } }
  @media screen and (min-width: 1200px) {
    .fill-width-sections__section--is-right {
      width: 60%; } }
  @media screen and (min-width: 1600px) {
    .fill-width-sections__section--is-right {
      width: 50%; } }

.grid__container {
  margin: 0 -20px; }

.grid__col-wrapper {
  padding: 0 20px; }

.icon-text__icon {
  margin-right: 5px;
  max-width: 16px; }
  .icon-text__icon--is-bigger {
    max-width: 32px;
    margin-right: 15px; }
  .icon-text__icon--is-large {
    margin-right: 15px; }

.icon-text__subheader {
  margin-top: 15px;
  color: #808285; }

.icon-text__text, .icon-text__text p {
  font-weight: 300;
  font-size: 14px; }

.iframe-content {
  padding: 100px;
  padding-bottom: 75px; }
  @media screen and (max-width: 480px) {
    .iframe-content {
      padding: 20px;
      padding-top: 80px;
      padding-bottom: 0; } }

.js-select-to-dropdown {
  display: none; }

.list--has-small-spacing .list__item + .list__item {
  margin-left: 15px; }

.list--has-md-vertical-spacing .list__item + .list__item {
  margin-top: 15px; }

.masonry {
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none; }
  @media screen and (min-width: 992px) {
    .masonry {
      margin-top: 40px; } }
  .masonry.is-completed {
    opacity: 1;
    pointer-events: auto; }
  .masonry__item {
    margin-bottom: 60px; }
    @media screen and (min-width: 768px) {
      .masonry__item {
        padding-right: 30px !important; } }

.nudged-content {
  position: relative; }
  @media screen and (min-width: 768px) {
    .nudged-content--is-nudged-higher {
      top: -17px; }
    .nudged-content--is-nudged-higher-half {
      top: -8px; } }
  @media screen and (max-width: 991px) {
    .nudged-content--is-md-up {
      top: 0 !important; } }

/*! Reflex v1.5.0 - https://github.com/leejordan/reflex */
/*
 *
 * Reflex is a flexbox grid which provides a way to take advantage of emerging
 * flexbox support while providing a fall back to inline-block on older browsers
 *
 * To disable legacy support and build a flexbox only grid, set the variable legacy-support to false
 *
 * Built by Lee Jordan G.C.S.E.
 * email: ldjordan@gmail.com
 * github: https://github.com/leejordan
 *
 * Structure and calculations are inspired by twitter bootstrap
 *
 */
.grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  position: relative;
  list-style-type: none; }

[class*="grid__col-"] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
  vertical-align: top; }

.grid__cell {
  position: relative;
  display: block;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

:-ms-fullscreen .grid__cell, :root .grid__cell {
  width: 100%; }

.grid__col-12 {
  width: 100%;
  *width: 99.9%; }

.grid__col-11 {
  width: 91.66667%;
  *width: 91.56667%; }

.grid__col-10 {
  width: 83.33333%;
  *width: 83.23333%; }

.grid__col-9 {
  width: 75%;
  *width: 74.9%; }

.grid__col-8 {
  width: 66.66667%;
  *width: 66.56667%; }

.grid__col-7 {
  width: 58.33333%;
  *width: 58.23333%; }

.grid__col-6 {
  width: 50%;
  *width: 49.9%; }

.grid__col-5 {
  width: 41.66667%;
  *width: 41.56667%; }

.grid__col-4 {
  width: 33.33333%;
  *width: 33.23333%; }

.grid__col-3 {
  width: 25%;
  *width: 24.9%; }

.grid__col-2 {
  width: 16.66667%;
  *width: 16.56667%; }

.grid__col-1 {
  width: 8.33333%;
  *width: 8.23333%; }

@media (min-width: 480px) {
  .grid__col-xs-12 {
    width: 100%;
    *width: 99.9%; }
  .grid__col-xs-11 {
    width: 91.66667%;
    *width: 91.56667%; }
  .grid__col-xs-10 {
    width: 83.33333%;
    *width: 83.23333%; }
  .grid__col-xs-9 {
    width: 75%;
    *width: 74.9%; }
  .grid__col-xs-8 {
    width: 66.66667%;
    *width: 66.56667%; }
  .grid__col-xs-7 {
    width: 58.33333%;
    *width: 58.23333%; }
  .grid__col-xs-6 {
    width: 50%;
    *width: 49.9%; }
  .grid__col-xs-5 {
    width: 41.66667%;
    *width: 41.56667%; }
  .grid__col-xs-4 {
    width: 33.33333%;
    *width: 33.23333%; }
  .grid__col-xs-3 {
    width: 25%;
    *width: 24.9%; }
  .grid__col-xs-2 {
    width: 16.66667%;
    *width: 16.56667%; }
  .grid__col-xs-1 {
    width: 8.33333%;
    *width: 8.23333%; } }

@media (min-width: 768px) {
  .grid__col-sm-12 {
    width: 100%;
    *width: 99.9%; }
  .grid__col-sm-11 {
    width: 91.66667%;
    *width: 91.56667%; }
  .grid__col-sm-10 {
    width: 83.33333%;
    *width: 83.23333%; }
  .grid__col-sm-9 {
    width: 75%;
    *width: 74.9%; }
  .grid__col-sm-8 {
    width: 66.66667%;
    *width: 66.56667%; }
  .grid__col-sm-7 {
    width: 58.33333%;
    *width: 58.23333%; }
  .grid__col-sm-6 {
    width: 50%;
    *width: 49.9%; }
  .grid__col-sm-5 {
    width: 41.66667%;
    *width: 41.56667%; }
  .grid__col-sm-4 {
    width: 33.33333%;
    *width: 33.23333%; }
  .grid__col-sm-3 {
    width: 25%;
    *width: 24.9%; }
  .grid__col-sm-2 {
    width: 16.66667%;
    *width: 16.56667%; }
  .grid__col-sm-1 {
    width: 8.33333%;
    *width: 8.23333%; } }

@media (min-width: 992px) {
  .grid__col-md-12 {
    width: 100%;
    *width: 99.9%; }
  .grid__col-md-11 {
    width: 91.66667%;
    *width: 91.56667%; }
  .grid__col-md-10 {
    width: 83.33333%;
    *width: 83.23333%; }
  .grid__col-md-9 {
    width: 75%;
    *width: 74.9%; }
  .grid__col-md-8 {
    width: 66.66667%;
    *width: 66.56667%; }
  .grid__col-md-7 {
    width: 58.33333%;
    *width: 58.23333%; }
  .grid__col-md-6 {
    width: 50%;
    *width: 49.9%; }
  .grid__col-md-5 {
    width: 41.66667%;
    *width: 41.56667%; }
  .grid__col-md-4 {
    width: 33.33333%;
    *width: 33.23333%; }
  .grid__col-md-3 {
    width: 25%;
    *width: 24.9%; }
  .grid__col-md-2 {
    width: 16.66667%;
    *width: 16.56667%; }
  .grid__col-md-1 {
    width: 8.33333%;
    *width: 8.23333%; } }

@media (min-width: 1300px) {
  .grid__col-lg-12 {
    width: 100%;
    *width: 99.9%; }
  .grid__col-lg-11 {
    width: 91.66667%;
    *width: 91.56667%; }
  .grid__col-lg-10 {
    width: 83.33333%;
    *width: 83.23333%; }
  .grid__col-lg-9 {
    width: 75%;
    *width: 74.9%; }
  .grid__col-lg-8 {
    width: 66.66667%;
    *width: 66.56667%; }
  .grid__col-lg-7 {
    width: 58.33333%;
    *width: 58.23333%; }
  .grid__col-lg-6 {
    width: 50%;
    *width: 49.9%; }
  .grid__col-lg-5 {
    width: 41.66667%;
    *width: 41.56667%; }
  .grid__col-lg-4 {
    width: 33.33333%;
    *width: 33.23333%; }
  .grid__col-lg-3 {
    width: 25%;
    *width: 24.9%; }
  .grid__col-lg-2 {
    width: 16.66667%;
    *width: 16.56667%; }
  .grid__col-lg-1 {
    width: 8.33333%;
    *width: 8.23333%; } }

@media (min-width: 1600px) {
  .grid__col-xlg-12 {
    width: 100%;
    *width: 99.9%; }
  .grid__col-xlg-11 {
    width: 91.66667%;
    *width: 91.56667%; }
  .grid__col-xlg-10 {
    width: 83.33333%;
    *width: 83.23333%; }
  .grid__col-xlg-9 {
    width: 75%;
    *width: 74.9%; }
  .grid__col-xlg-8 {
    width: 66.66667%;
    *width: 66.56667%; }
  .grid__col-xlg-7 {
    width: 58.33333%;
    *width: 58.23333%; }
  .grid__col-xlg-6 {
    width: 50%;
    *width: 49.9%; }
  .grid__col-xlg-5 {
    width: 41.66667%;
    *width: 41.56667%; }
  .grid__col-xlg-4 {
    width: 33.33333%;
    *width: 33.23333%; }
  .grid__col-xlg-3 {
    width: 25%;
    *width: 24.9%; }
  .grid__col-xlg-2 {
    width: 16.66667%;
    *width: 16.56667%; }
  .grid__col-xlg-1 {
    width: 8.33333%;
    *width: 8.23333%; } }

.grid__col-auto {
  -ms-flex: 1 0 auto;
  flex: 1 0 0px; }

@media (min-width: 480px) {
  .grid__col-xs-auto {
    -ms-flex: 1 0 auto;
    flex: 1 0 0px; } }

@media (min-width: 768px) {
  .grid__col-sm-auto {
    -ms-flex: 1 0 auto;
    flex: 1 0 0px; } }

@media (min-width: 992px) {
  .grid__col-md-auto {
    -ms-flex: 1 0 auto;
    flex: 1 0 0px; } }

@media (min-width: 1300px) {
  .grid__col-lg-auto {
    -ms-flex: 1 0 auto;
    flex: 1 0 0px; } }

@media (min-width: 1600px) {
  .grid__col-xlg-auto {
    -ms-flex: 1 0 auto;
    flex: 1 0 0px; } }

.grid--wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.grid--no-wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.grid--wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse; }

.grid--direction-row {
  -ms-flex-direction: row;
  flex-direction: row; }

.grid--direction-row-reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.grid--direction-column {
  -ms-flex-direction: column;
  flex-direction: column; }

.grid--direction-column-reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.grid--align-start {
  -ms-flex-align: start;
  align-items: flex-start; }

.grid--align-end {
  -ms-flex-align: end;
  align-items: flex-end; }

.grid--align-center {
  -ms-flex-align: center;
  align-items: center; }

.grid--align-baseline {
  -ms-flex-align: baseline;
  align-items: baseline; }

.grid--align-content-start {
  -ms-flex-line-pack: start;
  align-content: flex-start; }

.grid--align-content-end {
  -ms-flex-line-pack: end;
  align-content: flex-end; }

.grid--align-content-center {
  -ms-flex-line-pack: center;
  align-content: center; }

.grid--align-content-space-between {
  -ms-flex-line-pack: space-between;
  align-content: space-between; }

.grid--align-content-space-around {
  -ms-flex-line-pack: space-around;
  align-content: space-around; }

.grid--align-self-stretch {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
      align-self: stretch; }

.grid--align-self-start {
  -ms-flex-item-align: start;
  align-self: flex-start; }

.grid--align-self-end {
  -ms-flex-item-align: end;
  align-self: flex-end;
  vertical-align: bottom; }

.grid--align-self-center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
  vertical-align: middle; }

.grid--align-self-baseline {
  -ms-flex-item-align: baseline;
  align-self: baseline;
  vertical-align: baseline; }

.grid--justify-start {
  -ms-flex-pack: start;
  justify-content: flex-start; }

.grid--justify-end {
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .grid--justify-end .grid__cell,
  .grid--justify-end [class*="grid__col-"] {
    text-align: left;
    text-align: start;
    text-align: initial;
    text-align-last: left;
    text-align-last: start;
    text-align-last: initial; }

.grid--justify-center {
  -ms-flex-pack: center;
  justify-content: center; }
  .grid--justify-center .grid__cell,
  .grid--justify-center [class*="grid__col-"] {
    text-align: left;
    text-align: start;
    text-align: initial;
    text-align-last: left;
    text-align-last: start;
    text-align-last: initial; }

.grid--justify-space-between {
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .grid--justify-space-between .grid__cell,
  .grid--justify-space-between [class*="grid__col-"] {
    text-align: left;
    text-align: start;
    text-align: initial;
    text-align-last: left;
    text-align-last: start;
    text-align-last: initial; }

.grid--justify-space-around {
  -ms-flex-pack: justify;
  justify-content: space-around; }
  .grid--justify-space-around .grid__cell,
  .grid--justify-space-around [class*="grid__col-"] {
    text-align: left;
    text-align: start;
    text-align: initial;
    text-align-last: left;
    text-align-last: start;
    text-align-last: initial; }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.reverse-children-order--all-devices > *:first-child {
  -ms-flex-order: 2;
      order: 2; }

.reverse-children-order--all-devices > *:last-child {
  -ms-flex-order: 1;
      order: 1; }

@media screen and (max-width: 991px) {
  .reverse-children-order--on-tablet > *:first-child {
    -ms-flex-order: 2;
        order: 2; }
  .reverse-children-order--on-tablet > *:last-child {
    -ms-flex-order: 1;
        order: 1; } }

.section {
  padding: 150px 0 180px 0;
  background-color: white; }
  .section--has-bg-transparent {
    background-color: transparent; }
  .section--has-bg-gray {
    background-image: linear-gradient(to bottom, #fefefe, #f0f5fa); }
  .section--has-medium-padding {
    padding: 90px 0; }
  .section--has-medium-padding-product {
    padding: 90px 0; }
    @media screen and (max-width: 767px) {
      .section--has-medium-padding-product {
        padding: 40px 0; } }
  .section--has-equal-padding {
    padding: 135px 0; }
  .section--has-small-padding {
    padding: 65px 0; }
  .section--has-no-padding {
    padding: 0; }
  .section--has-no-padding-top {
    padding-top: 0; }
  .section--has-no-padding-bottom {
    padding-bottom: 0; }
  .section--has-smaller-padding-top {
    padding-top: 40px; }
  .section--has-medium-padding-top {
    padding-top: 90px; }
  .section--has-medium-padding-bottom-no-top {
    padding-bottom: 90px;
    padding-top: 30px; }
    @media screen and (max-width: 767px) {
      .section--has-medium-padding-bottom-no-top {
        padding-bottom: 40px !important;
        padding-top: 30px; } }
  .section--has-small-padding-bottom {
    padding-bottom: 75px; }
  .section--has-smaller-padding-bottom {
    padding-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .section--has-big-padding-bottom {
      padding-bottom: 140px; } }
  @media screen and (min-width: 768px) {
    .section--has-bigger-padding-bottom {
      padding-bottom: 160px; } }
  @media screen and (min-width: 992px) {
    .section--has-no-padding-top-desktop {
      padding-top: 0; } }
  @media screen and (max-width: 991px) {
    .section--has-no-padding-top-desktop {
      padding-top: 65px;
      padding-bottom: 65px; } }
  @media screen and (min-width: 768px) {
    .section--has-no-padding-top-desktop-and-tablet {
      padding-top: 0; } }
  @media screen and (max-width: 767px) {
    .section--has-no-padding-top-desktop-and-tablet {
      padding-top: 50px; } }
  @media screen and (min-width: 768px) {
    .section--has-subbanner-before {
      margin-top: 30px; } }
  @media screen and (max-width: 991px) {
    .section--has-smaller-padding-bottom-below-desktop {
      padding-bottom: 65px; }
    .section--has-smaller-padding-top-below-desktop {
      padding-top: 65px; } }
  @media screen and (max-width: 767px) {
    .section--has-no-padding-bottom-mobile {
      padding-bottom: 0; }
    .section--has-smaller-padding-bottom-mobile {
      padding-bottom: 40px; }
    .section--has-smaller-padding-top-mobile {
      padding-top: 30px; } }
  .section--has-background-gradient {
    position: relative; }
    .section--has-background-gradient:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(5deg, #f4f5f7 0%, white 35%, white 100%);
      transform: translateY(100%);
      opacity: 0;
      transition: transform 0.5s, opacity 2s; }
      @media screen and (max-width: 767px) {
        .section--has-background-gradient:before {
          background: linear-gradient(180deg, white 0%, #f4f5f7 100%); } }
    .section--has-background-gradient.animated:before {
      opacity: 1;
      transform: translateY(0%); }
  .section--has-parallax {
    position: relative;
    background-color: black;
    overflow-y: hidden; }
    @media screen and (max-width: 1299px) {
      .section--has-parallax {
        padding: 90px 0; } }
    @media screen and (max-width: 767px) {
      .section--has-parallax {
        padding-top: 80px; } }
    .section--has-parallax:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      background-image: linear-gradient(to left, #242425 0%, #242425 50%, transparent 70%); }
      @media screen and (max-width: 767px) {
        .section--has-parallax:after {
          left: 0;
          right: auto;
          z-index: 1;
          background-image: linear-gradient(to bottom, #242425 0%, #242425 50%, transparent 70%); } }
  .section--is-nudged-higher {
    position: relative;
    z-index: 5; }
  .section--is-moved-higher {
    margin-top: -100px; }
  .section__header {
    margin-bottom: 35px; }
    .section__header--has-bigger-mg-b {
      margin-bottom: 65px; }
    @media screen and (max-width: 767px) {
      .section__header--has-small-mg-b-xs-down {
        margin-bottom: 20px; } }
  .section__subheader {
    margin-top: 20px;
    margin-bottom: 10px; }
    .section__subheader-icon {
      margin-right: 5px; }

.skim {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #242425;
  opacity: 0.4; }
  @media screen and (max-width: 991px) {
    .skim {
      display: block; } }

/*

    <div class="accordion js-accordion" data-scroll-speed="500" data-scroll-offset="0" data-can-have-multiple-items-opened="false" data-open-item-animation="slide" data-slide-duration="300" data-scroll-to-item-when-opened="true">
        <ul class="accordion__list">
            <li class="accordion__item js-accordion-item">
                <div class="accordion__item-button grid grid--justify-space-between js-accordion-item-button">
                    Button 1
                    <i class="accordion__item-button-right-icon fa fa-minus"></i>
                    <i class="accordion__item-button-right-icon accordion__item-button-right-icon--plus fa fa-plus"></i>
                </div>
                <div class="accordion__item-content js-accordion-item-content">
                    Content 1
                </div>
            </li>
            <li class="accordion__item js-accordion-item">
                <div class="accordion__item-button grid grid--justify-space-between js-accordion-item-button">
                    Button 2
                    <i class="accordion__item-button-right-icon fa fa-minus"></i>
                    <i class="accordion__item-button-right-icon accordion__item-button-right-icon--plus fa fa-plus"></i>
                </div>
                <div class="accordion__item-content js-accordion-item-content">
                    Content 2
                </div>
            </li>
        </ul>
    </div>

*/
@media screen and (max-width: 767px) {
  .accordion {
    padding: 0 20px; } }

.accordion__item + .accordion__item {
  border-top: solid 1px #c3bdb6; }
  .accordion--is-rounded .accordion__item + .accordion__item {
    border-top: none;
    margin-top: 10px; }

.accordion__item-button {
  position: relative;
  padding: 20px 50px 20px 20px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  transition: background-color 0.5s, color 0.3s; }
  .accordion--is-rounded .accordion__item-button {
    border-radius: 10px;
    background-color: #f1f2f3; }
    .accordion--is-rounded .accordion__item-button:hover {
      background-color: #aaadb0; }
  .accordion__item.is-opened .accordion__item-button {
    color: #485159; }
    .accordion--is-rounded .accordion__item.is-opened .accordion__item-button {
      color: white;
      background-color: #468074; }
  .accordion__item-button-right-icon {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    transition: transform 0.5s; }
    @media screen and (max-width: 767px) {
      .accordion__item-button-right-icon {
        right: 25px; } }
    .accordion__item-button-right-icon:before, .accordion__item-button-right-icon:after {
      position: absolute;
      top: 0;
      left: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      font-family: FontAwesome;
      color: white;
      font-weight: 300;
      font-size: 10px;
      transform: translate(-50%, -50%);
      text-align: center;
      border: solid 1px white;
      transition: opacity 0.5s; }
    .accordion__item-button-right-icon:before {
      content: '\f067'; }
      .accordion--has-color-green .accordion__item-button-right-icon:before {
        border: none;
        background-color: #468074; }
    .accordion__item-button-right-icon:after {
      content: '\f068';
      color: #4589c8;
      opacity: 0; }
      .accordion--has-color-red .accordion__item-button-right-icon:after {
        color: #b9002f; }
      .accordion--has-color-green .accordion__item-button-right-icon:after {
        border: none;
        background-color: white; }
    .accordion__item.is-opened .accordion__item-button-right-icon:before {
      opacity: 0; }
    .accordion__item.is-opened .accordion__item-button-right-icon:after {
      opacity: 1; }
    .accordion__item-button-right-icon-container {
      position: relative; }

.accordion--is-rounded .accordion__item:nth-child(even) .accordion__item-button {
  background-color: #ffffff; }
  .accordion--is-rounded .accordion__item:nth-child(even) .accordion__item-button:hover {
    background-color: #aaadb0; }

.accordion--is-rounded .accordion__item:nth-child(even).is-opened .accordion__item-button {
  background-color: #468074; }

.accordion__item-content {
  display: none;
  padding: 25px; }
  .accordion__item.is-opened .accordion__item-content {
    display: block; }
  .accordion__item-content {
  color: #808285;
  line-height: 26px;
  font-size: 16px;
  font-weight: 300; }
  @media print {
    .accordion__item-content {
      display: block !important; } }
  @media screen and (max-width: 767px) {
    .accordion__item-content--has-no-vertical-padding-xs-down {
      padding: 30px 0; } }

.accordion.pronature .accordion__item {
  margin: 10px 0 0;
  border: none; }
  .accordion.pronature .accordion__item.is-opened .accordion__item-button {
    background-color: #00ad50 !important; }
  .accordion.pronature .accordion__item.is-opened .accordion__item-button .accordion__item-button-right-icon:before {
    opacity: 0; }
  .accordion.pronature .accordion__item.is-opened .accordion__item-button .accordion__item-button-right-icon:after {
    opacity: 1; }
  .accordion.pronature .accordion__item .accordion__item-button {
    position: relative;
    padding: 25px 65px 25px 40px;
    font-size: 16px;
    font-family: "Gooper7-SemiBold";
    cursor: pointer;
    text-transform: none;
    color: white;
    border-radius: 10px;
    background-color: #00ad50;
    transition: background-color 0.5s, color 0.3s; }
    @media screen and (max-width: 767px) {
      .accordion.pronature .accordion__item .accordion__item-button {
        padding: 25px 65px 25px 25px; } }
    .accordion.pronature .accordion__item .accordion__item-button .accordion__item-button-right-icon {
      position: absolute;
      top: 50%;
      right: 30px;
      width: 33px;
      height: 33px;
      transform: translateY(-50%);
      transition: transform 0.5s; }
      @media screen and (max-width: 767px) {
        .accordion.pronature .accordion__item .accordion__item-button .accordion__item-button-right-icon {
          right: 25px; } }
      .accordion.pronature .accordion__item .accordion__item-button .accordion__item-button-right-icon:before, .accordion.pronature .accordion__item .accordion__item-button .accordion__item-button-right-icon:after {
        position: absolute;
        top: 0;
        left: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        content: "";
        width: 100%;
        transform: translate(0);
        border: none;
        height: 100%;
        transition: opacity 0.5s; }
      .accordion.pronature .accordion__item .accordion__item-button .accordion__item-button-right-icon:before {
        background-image: url("/static/img/icon-open.png");
        background-repeat: no-repeat;
        background-size: 100% auto; }
      .accordion.pronature .accordion__item .accordion__item-button .accordion__item-button-right-icon:after {
        background-image: url("/static/img/icon-close.png");
        background-repeat: no-repeat;
        opacity: 0;
        background-size: 100% auto; }
      .accordion.pronature .accordion__item .accordion__item-button .accordion__item-button-right-icon .accordion__item-button-container {
        position: relative; }
  .accordion.pronature .accordion__item .accordion__item-content {
    display: none;
    padding: 25px;
    line-height: 26px;
    font-size: 16px; }
    @media screen and (max-width: 767px) {
      .accordion.pronature .accordion__item .accordion__item-content {
        font-size: 15px; } }
    .accordion.pronature .accordion__item .accordion__item-content > p {
      color: #162421;
      font-family: "obviously-narrow", sans-serif; }

.life .accordion__item-button-right-icon:after, .life .accordion__item-button-right-icon:before {
  border-color: #fe5000;
  color: red; }

@media screen and (max-width: 1199px) {
  .advanced-carousel {
    padding: 0 20px; } }

.advanced-carousel__arrow-container {
  position: absolute;
  top: 35%;
  width: 213px;
  height: 213px;
  border-radius: 50%;
  border: solid 1px #fbfcfc;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer; }
  @media screen and (max-width: 1599px) {
    .advanced-carousel__arrow-container {
      width: 130px;
      height: 130px; } }
  @media screen and (max-width: 1199px) {
    .advanced-carousel__arrow-container {
      display: none; } }
  .advanced-carousel__arrow-container--is-left {
    box-shadow: 1px 5px 25px #eff0f0;
    left: 0;
    transform: translate(-30%, -50%); }
  .advanced-carousel__arrow-container--is-right {
    box-shadow: 1px 5px 25px #eff0f0;
    right: 0;
    transform: translate(30%, -50%); }

.advanced-carousel__arrow {
  max-width: 27px; }
  @media screen and (max-width: 1599px) {
    .advanced-carousel__arrow {
      max-width: 20px; } }
  .advanced-carousel__arrow--is-left {
    transform: translateX(50%); }
  .advanced-carousel__arrow--is-right {
    transform: translateX(-50%); }

.advanced-carousel__pagination-link {
  text-transform: uppercase;
  font-weight: 600; }
  .advanced-carousel__pagination-link.is-active {
    color: #718e7f; }
    .advanced-carousel__pagination-link.is-active:after {
      content: '';
      position: absolute;
      display: block;
      width: 15px;
      height: 1px;
      margin-top: 10px;
      background-color: #718e7f; }
      @media screen and (max-width: 767px) {
        .advanced-carousel__pagination-link.is-active:after {
          left: 50%; } }

.advanced-carousel__list {
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .advanced-carousel__list-item {
    position: relative; }
    .advanced-carousel__list-item + .advanced-carousel__list-item {
      margin-left: 135px; }
      @media screen and (max-width: 767px) {
        .advanced-carousel__list-item + .advanced-carousel__list-item {
          margin-left: 20px; } }

.advanced-carousel__pagination-container {
  text-align: center; }

.advanced-carousel__carousel-wrapper {
  position: relative;
  padding: 140px 0;
  overflow: hidden; }
  @media screen and (max-width: 991px) {
    .advanced-carousel__carousel-wrapper {
      padding: 90px 0; } }

.advanced-carousel__carousel-container {
  max-width: 1150px;
  margin: auto; }
  @media screen and (max-width: 1599px) {
    .advanced-carousel__carousel-container {
      max-width: 1000px; } }

.advanced-carousel__slides-list-item {
  display: none; }
  .advanced-carousel__slides-list-item.is-active {
    display: block; }
  .advanced-carousel__slides-list-item:first-child .advanced-carousel__main-img-wrapper {
    top: 0; }
    @media screen and (max-width: 991px) {
      .advanced-carousel__slides-list-item:first-child .advanced-carousel__main-img-wrapper {
        top: 50%; } }

.advanced-carousel__background-image {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 958px;
  height: 345px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center; }
  @media screen and (min-width: 1200px) and (max-width: 1599px) {
    .advanced-carousel__background-image {
      background-position: 100px center; } }
  .advanced-carousel__background-image.is-pronature {
    background-image: url("../img/home_carousel_pronature_bg.jpg"); }
  .advanced-carousel__background-image.is-life {
    background-image: url("../img/home_carousel_life_bg.jpg"); }
  .advanced-carousel__background-image.is-holistic {
    background-image: url("../img/home_carousel_holistic_bg.jpg"); }
  .advanced-carousel__background-image.is-holistic-asia {
    background-image: url("../img/home_carousel_holistic_bg_asia.jpg"); }
  @media screen and (max-width: 1199px) {
    .advanced-carousel__background-image {
      width: 758px; } }
  @media screen and (max-width: 992px) {
    .advanced-carousel__background-image {
      width: 658px;
      background-position: 100px center; } }
  @media screen and (max-width: 767px) {
    .advanced-carousel__background-image {
      background-image: none !important; } }

.advanced-carousel__slide-container {
  position: relative;
  height: 345px; }
  @media screen and (max-width: 767px) {
    .advanced-carousel__slide-container {
      height: auto; } }
  .advanced-carousel__slide-container:after {
    content: '';
    display: block; }

.advanced-carousel__slide-left-content {
  position: relative;
  z-index: 1;
  max-width: 250px; }
  @media screen and (max-width: 767px) {
    .advanced-carousel__slide-left-content {
      margin: auto; } }

.advanced-carousel__slide-title {
  font-size: 19px;
  font-weight: bold;
  color: #485159; }
  .advanced-carousel__slide-title-wrapper {
    margin-top: 15px; }

.advanced-carousel__slide-paragraph {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  color: #485159; }
  @media screen and (max-width: 991px) {
    .advanced-carousel__slide-paragraph {
      font-size: 13px; } }
  @media screen and (max-width: 767px) {
    .advanced-carousel__slide-paragraph {
      font-size: 14px; } }
  .advanced-carousel__slide-paragraph-wrapper {
    margin-top: 15px; }

.advanced-carousel__main-img-wrapper {
  position: absolute;
  top: 0;
  right: 15%;
  z-index: 2;
  max-width: 456px; }
  @media screen and (max-width: 1199px) {
    .advanced-carousel__main-img-wrapper {
      right: 8%; } }
  @media screen and (max-width: 991px) {
    .advanced-carousel__main-img-wrapper {
      top: 50%;
      transform: translateY(-50%);
      max-width: 342px; } }
  @media screen and (max-width: 767px) {
    .advanced-carousel__main-img-wrapper {
      position: static;
      transform: none;
      max-width: 235px;
      margin: auto; } }

.advanced-carousel__bottom-right-img-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  max-width: 210px;
  transform: translate(25%, 35%); }
  .advanced-carousel__bottom-right-img-wrapper--is-large {
    max-width: 244px; }
  @media screen and (max-width: 1599px) {
    .advanced-carousel__bottom-right-img-wrapper {
      max-width: 152px; }
      .advanced-carousel__bottom-right-img-wrapper--is-large {
        max-width: 244px; } }
  @media screen and (max-width: 1199px) {
    .advanced-carousel__bottom-right-img-wrapper {
      display: none; } }

.advanced-carousel__btns-wrapper {
  position: absolute;
  left: 25%;
  bottom: -75px;
  z-index: 2; }
  @media screen and (max-width: 1199px) {
    .advanced-carousel__btns-wrapper {
      bottom: -40px; } }
  @media screen and (max-width: 991px) {
    .advanced-carousel__btns-wrapper {
      bottom: -20px;
      left: 30%; } }
  @media screen and (max-width: 767px) {
    .advanced-carousel__btns-wrapper {
      position: static;
      margin-top: 20px; } }

.advanced-carousel__main-sections-thumbnail-wrapper {
  width: 100px; }
  @media screen and (max-width: 767px) {
    .advanced-carousel__main-sections-thumbnail-wrapper {
      width: 100px; } }
  .advanced-carousel__main-sections-thumbnail-wrapper + .advanced-carousel__main-sections-thumbnail-wrapper {
    margin-left: 10px; }

@media screen and (max-width: 767px) {
  .advanced-carousel__main-sections-thumbnails {
    -ms-flex-pack: center;
        justify-content: center; } }

.article__header {
  margin-bottom: 65px; }
  @media screen and (max-width: 767px) {
    .article__header {
      margin-bottom: 32px;
      line-height: 1.3; } }

@media screen and (min-width: 768px) {
  .article__social-footer {
    margin-top: 140px; } }

.article__social-icons.is-visible {
  opacity: 1; }

@media screen and (max-width: 767px) {
  .article__social-icons {
    display: none; } }

.article__social-icons > * + * {
  margin-left: 10px; }

.article__fb-comments {
  display: block !important; }
  @media screen and (min-width: 768px) {
    .article__fb-comments {
      margin-top: 20px;
      padding: 45px;
      border: solid 1px #dfe0e4;
      border-radius: 5px; } }

.back-btn {
  position: relative;
  margin-left: 5px; }
  .back-btn__img {
    max-width: 100%;
    margin: 0 0 0 10px; }
    .back-btn__img--is-small {
      max-width: 35px; }
  .back-btn__text {
    position: absolute;
    top: 47%;
    left: 5px;
    transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500; }
    .back-btn__text--is-dark {
      color: #8A8C8E; }
    .back-btn__text--is-green {
      color: #718e7f; }
    .back-btn__text.pronature {
      color: #024638;
      font-weight: 500;
      font-family: "Gooper7-SemiBold";
      font-size: 14px;
      text-transform: capitalize; }

.js-modal-zoom {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  max-height: 100%;
  border: none;
  display: none;
  position: fixed;
  z-index: 10000;
  background-color: #ffffff; }
  .js-modal-zoom .modal__content {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
  .js-modal-zoom .js-img-src {
    max-width: 100%;
    max-height: 100%;
    margin: auto; }

.banner {
  position: relative;
  background-color: #4b3d2a; }
  .banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #4C3D2A; }
  .banner.pronature:before {
    background-color: #00ad50; }
  .banner.life:before {
    background-color: #04A6A2; }
  .banner.holistic:before {
    background-color: #4C3D2A; }
  .banner.full-opacity.banner--has-darker-bg:before {
    display: none; }
  @media screen and (max-width: 991px) {
    .banner.full-opacity {
      height: 380px !important; } }
  @media screen and (max-width: 767px) {
    .banner.full-opacity {
      height: auto !important;
      padding-top: 100px; } }
  .banner--has-darker-bg:before {
    opacity: 0.3; }
  @media screen and (min-width: 768px) {
    .banner {
      height: 360px; } }
  @media screen and (max-width: 991px) {
    .banner {
      padding: 40px; } }
  @media screen and (max-width: 767px) {
    .banner {
      padding: 20px; } }
  .banner--no-fixed-height {
    height: auto;
    padding-top: 60px;
    padding-bottom: 110px; }
  .banner--has-background-image {
    background-color: transparent;
    background-image: url("/static/img/background-footer-gradient.jpg");
    background-size: auto 100%; }
    .banner--has-background-image:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover; }
    @media screen and (max-width: 767px) {
      .banner--has-background-image {
        height: 134px;
        text-shadow: 1px 1px 1px black; } }
  .banner--has-dynamic-background-image {
    background-color: transparent;
    background-size: cover;
    background-position-y: center; }
    @media screen and (max-width: 991px) {
      .banner--has-dynamic-background-image {
        background-position: center; } }
  .banner--has-fixed-height {
    padding: 0;
    height: 540px; }
    @media screen and (max-width: 991px) {
      .banner--has-fixed-height {
        height: 340px; } }
    @media screen and (max-width: 767px) {
      .banner--has-fixed-height {
        padding-bottom: 0;
        padding-top: 100px;
        height: auto; } }
  @media screen and (max-width: 767px) {
    .banner--is-taller-xs-down {
      height: 200px; } }
  .banner--has-background-image-blog:before {
    background-image: url("/static/img/background_blog.jpg");
    background-position: right center; }
    @media screen and (max-width: 1600px) {
      .banner--has-background-image-blog:before {
        background-position: center center; } }
    @media screen and (max-width: 1199px) {
      .banner--has-background-image-blog:before {
        background-position: 70% center; } }
    @media screen and (max-width: 767px) {
      .banner--has-background-image-blog:before {
        background-position: 70%; } }
  @media screen and (min-width: 0) {
    .banner--has-background-image-faq:before {
      background-image: url("/static/img/responsive/background-faq_xs.jpg"); } }
  @media screen and (min-width: 0) and (-webkit-min-device-pixel-ratio: 2) {
    .banner--has-background-image-faq:before {
      background-image: url("/static/img/responsive/background-faq_xs@2x.jpg"); } }
  @media screen and (min-width: 768px) {
    .banner--has-background-image-faq:before {
      background-image: url("/static/img/responsive/background-faq_sm.jpg"); } }
  @media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
    .banner--has-background-image-faq:before {
      background-image: url("/static/img/responsive/background-faq_sm@2x.jpg"); } }
  @media screen and (min-width: 992px) {
    .banner--has-background-image-faq:before {
      background-image: url("/static/img/responsive/background-faq_md.jpg"); } }
  @media screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2) {
    .banner--has-background-image-faq:before {
      background-image: url("/static/img/responsive/background-faq_md@2x.jpg"); } }
  @media screen and (min-width: 1300px) {
    .banner--has-background-image-faq:before {
      background-image: url("/static/img/responsive/background-faq_lg.jpg"); } }
  @media screen and (min-width: 1300px) and (-webkit-min-device-pixel-ratio: 2) {
    .banner--has-background-image-faq:before {
      background-image: url("/static/img/responsive/background-faq_lg@2x.jpg"); } }
  @media screen and (max-width: 1600px) {
    .banner--has-background-image-faq:before {
      background-position: 10%; } }
  @media screen and (max-width: 1500px) {
    .banner--has-background-image-faq:before {
      background-position: 15%; } }
  @media screen and (max-width: 1400px) {
    .banner--has-background-image-faq:before {
      background-position: 20%; } }
  @media screen and (max-width: 1300px) {
    .banner--has-background-image-faq:before {
      background-position: 10%; } }
  @media screen and (max-width: 991px) {
    .banner--has-background-image-faq:before {
      background-position: 10%; } }
  @media screen and (max-width: 767px) {
    .banner--has-background-image-faq:before {
      background-position: 5%; } }
  .banner--has-background-image-champ:before {
    background-image: url("../img/background_champ.jpg");
    background-position: center; }
    @media screen and (max-width: 1299px) {
      .banner--has-background-image-champ:before {
        background-position: 75%; } }
  .banner--has-background-image-sunset:before {
    background-image: url("../img/background_sunset.jpg");
    background-position: center; }
    @media screen and (max-width: 1299px) {
      .banner--has-background-image-sunset:before {
        background-position: 75%; } }
    @media screen and (max-width: 991px) {
      .banner--has-background-image-sunset:before {
        background-image: url("../img/background_sunset_sm.jpg"); } }
  .banner--has-background-image-dog:before {
    background-image: url("../img/background_dog.jpg");
    background-position: center; }
    @media screen and (max-width: 1299px) {
      .banner--has-background-image-dog:before {
        background-position: 75%; } }
    @media screen and (max-width: 991px) {
      .banner--has-background-image-dog:before {
        background-image: url("../img/background_dog_sm.jpg"); } }
  @media screen and (min-width: 991px) {
    .banner__header--is-nudged-higher {
      transform: translateY(-38px); } }
  @media screen and (max-width: 767px) {
    .banner__header {
      max-width: 250px;
      margin: auto; } }
  .banner__subheader {
    margin-top: 20px; }
    @media screen and (max-width: 767px) {
      .banner__subheader {
        margin-top: 5px; } }
  .banner__container {
    position: relative;
    z-index: 2;
    height: 100%; }
  .banner__back-btn {
    display: inline-block;
    width: 40px;
    opacity: 0.85;
    margin-top: 5px;
    margin-left: 25px;
    transition: opacity 0.5s; }
    @media screen and (max-width: 767px) {
      .banner__back-btn {
        margin: -10px 0 0 15px; } }
    .banner__back-btn:hover {
      opacity: 1; }
      .banner__back-btn:hover span {
        color: white; }
    .banner__back-btn span {
      transition: color 0.5s; }
    @media screen and (max-width: 767px) {
      .banner__back-btn {
        width: 35px; } }
  .banner__small-text {
    margin-top: 25px;
    color: white;
    font-weight: bold;
    font-size: 22px;
    text-shadow: 1px 0 100px #dedede; }
    .banner__small-text.pronature {
      margin-top: 20px;
      color: white;
      font-size: 16px;
      font-style: italic;
      font-family: "Gooper7-Regular"; }
    @media screen and (max-width: 767px) {
      .banner__small-text {
        margin: 5px 0; } }
  @media screen and (max-width: 1299px) {
    .banner__left-section-header {
      font-size: 60px !important; } }
  @media screen and (max-width: 991px) {
    .banner__left-section-header {
      font-size: 50px !important; } }
  @media screen and (max-width: 991px) {
    .banner__left-section-header {
      font-size: 36px !important; } }
  .banner__left-section-header.pronature {
    margin-top: 15%;
    line-height: 0.9;
    font-size: 65px !important;
    text-align: left !important;
    color: #024638 !important; }
    @media screen and (max-width: 1299px) {
      .banner__left-section-header.pronature {
        margin-top: 20%;
        font-size: 60px !important; } }
    @media screen and (max-width: 991px) {
      .banner__left-section-header.pronature {
        font-size: 38px !important;
        margin-top: 25%; } }
    @media screen and (max-width: 767px) {
      .banner__left-section-header.pronature {
        margin: 0 auto;
        font-size: 32px !important;
        max-width: 400px;
        text-align: center !important; } }
  @media screen and (max-width: 767px) {
    .banner__left-section {
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-align: center;
          align-items: center;
      margin-top: 5px;
      padding: 0 20px; } }
  .banner__main-title {
    margin-top: 10px;
    text-shadow: 1px 0 100px #dedede; }
    @media screen and (max-width: 767px) {
      .banner__main-title {
        margin-top: 0; } }
  .banner__sub-main-title {
    margin-top: 10px;
    text-shadow: 1px 0 100px #dedede; }
    .banner__sub-main-title-separator {
      width: 1px;
      height: 35px;
      margin: 0 15px;
      background-color: white; }
    .banner__sub-main-title.pronature {
      margin-top: 35px;
      text-shadow: 1px 0 100px #dedede;
      font-family: "Gooper7-Light" !important;
      text-transform: none !important; }
      .banner__sub-main-title.pronature .header--is-color-green {
        color: #024638 !important;
        font-size: 24px !important;
        text-transform: none !important;
        font-family: "Gooper7-SemiBold" !important; }
      .banner__sub-main-title.pronature .banner__sub-main-title-separator {
        width: 1px;
        height: 20px;
        margin: 0 15px;
        background-color: white; }
  .banner__back-btn-wrapper {
    position: absolute;
    top: 30px;
    left: 20px; }
  .banner__img-wrapper {
    max-width: 500px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding-top: 90px;
    height: 640px; }
    @media screen and (max-width: 991px) {
      .banner__img-wrapper {
        max-width: 250px;
        height: 400px; } }
    @media screen and (max-width: 767px) {
      .banner__img-wrapper {
        padding-top: 0;
        height: 310px;
        transform: translateY(55px); } }
    .banner__img-wrapper.pronature {
      max-width: 450px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      padding-top: 90px;
      height: 640px; }
      @media screen and (max-width: 1299px) {
        .banner__img-wrapper.pronature {
          max-width: 360px;
          transform: translateX(-30px); } }
      @media screen and (max-width: 991px) {
        .banner__img-wrapper.pronature {
          max-width: 230px;
          height: 450px; } }
      @media screen and (max-width: 767px) {
        .banner__img-wrapper.pronature {
          padding-top: 0;
          height: 275px;
          transform: translateY(30px); } }
  .banner__slider {
    max-width: 500px;
    overflow: visible !important;
    height: 640px; }
    @media screen and (max-width: 991px) {
      .banner__slider {
        max-width: 250px;
        height: 400px; } }
    @media screen and (max-width: 767px) {
      .banner__slider {
        height: 310px; } }
  .banner__slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: auto !important; }
  .banner__logo-wrapper {
    position: relative; }
    @media screen and (min-width: 992px) {
      .banner__logo-wrapper {
        padding-right: 60px; } }
    .banner__logo-wrapper:after {
      content: '';
      position: absolute;
      top: calc(20px * -1);
      right: 0;
      width: 1px;
      height: calc(100% + (20px * 2));
      background-color: rgba(255, 255, 255, 0.5); }
    @media screen and (max-width: 991px) {
      .banner__logo-wrapper {
        margin-bottom: 20px; }
        .banner__logo-wrapper:after {
          display: none; } }
  .banner__logo {
    max-width: 258px; }
  @media screen and (min-width: 992px) {
    .banner__title-wrapper {
      padding-left: 60px; } }
  .banner__size {
    margin: -35px 0 0; }
    @media screen and (max-width: 991px) {
      .banner__size {
        margin: -45px 0 0; } }
    @media screen and (max-width: 767px) {
      .banner__size {
        margin: 45px auto 0; } }
    .banner__size-title {
      color: #ffffff;
      text-transform: uppercase;
      font-size: 16px; }
      @media screen and (max-width: 767px) {
        .banner__size-title {
          text-align: center; } }
    .banner__size-list {
      display: -ms-flexbox;
      display: flex;
      margin: 10px 0 0; }
    .banner__size-el {
      margin: 0 20px 0 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: end;
          align-items: flex-end; }
      .banner__size-el img {
        height: auto;
        display: block; }
        @media screen and (max-width: 767px) {
          .banner__size-el img {
            display: none; } }
        .banner__size-el img.sm {
          width: 23px; }
          .banner__size-el img.sm.bag {
            width: 25px; }
        .banner__size-el img.md {
          width: 26px; }
          .banner__size-el img.md.bag {
            width: 29px; }
        .banner__size-el img.lg {
          width: 29px; }
          .banner__size-el img.lg.bag {
            width: 33px; }
        .banner__size-el img.xl {
          width: 32px; }
          .banner__size-el img.xl.bag {
            width: 37px; }
    .banner__size-text {
      font-size: 14px;
      color: #485159;
      padding: 0 0 5px 7px; }
    .banner__size.pronature {
      margin: -35px 0 0; }
      @media screen and (max-width: 991px) {
        .banner__size.pronature {
          margin: -25px 0 0; } }
      @media screen and (max-width: 767px) {
        .banner__size.pronature {
          margin: 45px auto 0; } }
      .banner__size.pronature .banner__size-title {
        color: #ffffff;
        text-transform: uppercase;
        font-size: 16px; }
        @media screen and (max-width: 767px) {
          .banner__size.pronature .banner__size-title {
            text-align: center; } }
      .banner__size.pronature .banner__size-list {
        display: -ms-flexbox;
        display: flex;
        margin: 10px 0 0; }
      .banner__size.pronature .banner__size-el {
        margin: 0 20px 0 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
            align-items: flex-end; }
        .banner__size.pronature .banner__size-el img {
          height: auto;
          display: block; }
          .banner__size.pronature .banner__size-el img.sm {
            width: 23px; }
            .banner__size.pronature .banner__size-el img.sm.bag {
              width: 25px; }
          .banner__size.pronature .banner__size-el img.md {
            width: 26px; }
            .banner__size.pronature .banner__size-el img.md.bag {
              width: 29px; }
          .banner__size.pronature .banner__size-el img.lg {
            width: 29px; }
            .banner__size.pronature .banner__size-el img.lg.bag {
              width: 33px; }
          .banner__size.pronature .banner__size-el img.xl {
            width: 32px; }
            .banner__size.pronature .banner__size-el img.xl.bag {
              width: 37px; }
      .banner__size.pronature .banner__size-text {
        font-size: 16px;
        color: #024638;
        padding: 0 0 5px 7px;
        font-family: "Gooper7-Regular"; }
  .banner__guide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center; }
    .banner__guide-container {
      position: absolute;
      bottom: -25px;
      left: 0;
      background: #ffffff;
      padding: 15px;
      z-index: 100;
      box-shadow: 0px 30px 15px -25px rgba(0, 0, 0, 0.1);
      transition: transform 0.5s; }
      .banner__guide-container:hover {
        transform: translateY(-10px); }
    .banner__guide-text {
      font-size: 14px;
      text-align: center;
      font-weight: bold;
      font-family: 'Overpass', sans-serif;
      color: #718E7F; }
      .banner__guide-text p {
        line-height: 1; }
  .banner.pronature {
    padding-bottom: 100px; }
    @media screen and (max-width: 991px) {
      .banner.pronature {
        padding-bottom: 70px; } }
    .banner.pronature .banner__logo-wrapper:after {
      background-color: white; }
    @media screen and (max-width: 991px) {
      .banner.pronature .banner__container {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: center;
            align-items: center; } }
    .banner.pronature .banner__header {
      font-weight: 700 !important;
      font-size: 35px !important;
      line-height: 0.9;
      color: #024638 !important;
      text-align: left !important;
      text-transform: uppercase;
      margin: 0 0 -5px; }
      @media screen and (max-width: 991px) {
        .banner.pronature .banner__header {
          text-align: center !important; } }
      @media screen and (max-width: 767px) {
        .banner.pronature .banner__header {
          max-width: 250px;
          margin: auto;
          font-size: 25px !important; } }
      .banner.pronature .banner__header span {
        height: 28px;
        display: inline-block;
        width: 27px;
        margin: 0 2px;
        background-image: url("../img/heart.png");
        background-size: 100% auto;
        background-repeat: no-repeat; }
        @media screen and (max-width: 767px) {
          .banner.pronature .banner__header span {
            height: 20px;
            width: 19px; } }
  .banner__previously {
    position: relative;
    z-index: 10;
    display: table;
    margin: 0 0 0 30px; }
    @media screen and (max-width: 991px) {
      .banner__previously {
        margin: 0 0 0 65px; } }
    @media screen and (max-width: 767px) {
      .banner__previously {
        margin: 0 0 0 45px; } }
    .banner__previously p {
      color: white;
      font-family: 'Overpass', sans-serif;
      font-size: 12px;
      font-weight: 600;
      text-align: center;
      transform: translateX(5%);
      margin: 20px 0 5px; }
      @media screen and (max-width: 767px) {
        .banner__previously p {
          margin: 10px 0 5px; } }
    .banner__previously-bag {
      width: 130px;
      height: auto;
      display: block;
      position: relative;
      z-index: 10; }
      @media screen and (max-width: 991px) {
        .banner__previously-bag {
          width: 100px; } }
      @media screen and (max-width: 767px) {
        .banner__previously-bag {
          width: 60px; } }
    .banner__previously-container {
      position: absolute;
      right: 0;
      top: 0;
      width: 175px;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        .banner__previously-container {
          width: 120px; } }
      .banner__previously-container:before {
        width: 265px;
        height: 265px;
        background: #004538;
        position: absolute;
        content: "";
        border-radius: 50%;
        right: 0;
        top: 0;
        transform: translate(40%, -55%); }
        @media screen and (max-width: 991px) {
          .banner__previously-container:before {
            width: 220px;
            height: 220px; } }
        @media screen and (max-width: 767px) {
          .banner__previously-container:before {
            width: 180px;
            height: 180px; } }

.sub-banner {
  margin: 0 0 -100px; }
  @media screen and (max-width: 991px) {
    .sub-banner {
      margin: -35px 0 -50px; } }
  @media screen and (max-width: 767px) {
    .sub-banner {
      margin: -80px 0 -60px; }
      .sub-banner .grid {
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

.banner__slider-container--pronature {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  height: auto !important;
  position: relative; }
  .banner__slider-container--pronature .banner__slider {
    height: 100% !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    overflow: visible !important;
    width: calc(100% - 115px);
    margin: 0 0 0 115px !important; }
    @media screen and (max-width: 991px) {
      .banner__slider-container--pronature .banner__slider {
        height: 100%;
        max-width: 400px !important;
        margin: 0 auto !important; } }
    @media screen and (max-width: 640px) {
      .banner__slider-container--pronature .banner__slider {
        width: calc(100% - 80px);
        max-width: calc(100% - 80px);
        margin: 0 0 0 80px !important; } }
    .banner__slider-container--pronature .banner__slider .zoom-box {
      height: 100%;
      width: 100%; }
      .banner__slider-container--pronature .banner__slider .zoom-box .viewer-box {
        left: calc(100% + 20px) !important;
        right: auto !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        width: 440px !important;
        height: 440px !important;
        background-color: white; }
    .banner__slider-container--pronature .banner__slider img {
      width: 100%; }
  .banner__slider-container--pronature .img-tag__thumbnail-container {
    width: 115px;
    padding: 35px 20px 35px 0;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    margin: 0 !important; }
    @media screen and (max-width: 991px) {
      .banner__slider-container--pronature .img-tag__thumbnail-container {
        width: 100px;
        left: 60px; } }
    @media screen and (max-width: 767px) {
      .banner__slider-container--pronature .img-tag__thumbnail-container {
        left: 0; } }
    @media screen and (max-width: 640px) {
      .banner__slider-container--pronature .img-tag__thumbnail-container {
        width: 80px; } }
  .banner__slider-container--pronature .img-tag__thumbnail {
    max-width: 100%;
    height: 100%;
    border: none; }
    .banner__slider-container--pronature .img-tag__thumbnail.slider-disabled + .img-tag__button-container {
      display: none; }
  .banner__slider-container--pronature .img-tag__thumbnail-wrapper {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column;
        flex-direction: column;
    border: none; }
  .banner__slider-container--pronature .img-tag__thumbnail-slide {
    background: #ffffff;
    cursor: pointer;
    border: none; }
    .banner__slider-container--pronature .img-tag__thumbnail-slide.swiper-slide-thumb-active img {
      box-shadow: 5px 5px 7px -5px rgba(0, 0, 0, 0.5); }
    .banner__slider-container--pronature .img-tag__thumbnail-slide img {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      margin: 0 auto;
      object-fit: cover; }
  .banner__slider-container--pronature .img-tag__button {
    width: 30px;
    height: 30px;
    position: absolute;
    transform: translateY(-50%);
    cursor: pointer;
    border: none; }
    .banner__slider-container--pronature .img-tag__button.swiper-button-disabled {
      opacity: 0.5;
      cursor: default;
      pointer-events: none; }
    .banner__slider-container--pronature .img-tag__button svg {
      width: 100%; }
      .banner__slider-container--pronature .img-tag__button svg path {
        fill: #00ad50; }
  .banner__slider-container--pronature .img-tag__button-container {
    position: absolute;
    width: 30px;
    height: 100%;
    left: 27px;
    top: 0; }
    @media screen and (max-width: 640px) {
      .banner__slider-container--pronature .img-tag__button-container {
        left: 15px; } }
  .banner__slider-container--pronature .img-tag__button--prev {
    top: 10px;
    left: 0;
    transition: top 0.5s; }
    .banner__slider-container--pronature .img-tag__button--prev:hover {
      top: 5px; }
    .banner__slider-container--pronature .img-tag__button--prev svg {
      transform: translateX(-1px); }
  .banner__slider-container--pronature .img-tag__button--next {
    bottom: -20px;
    right: 0;
    transition: bottom 0.5s; }
    .banner__slider-container--pronature .img-tag__button--next:hover {
      bottom: -25px; }
    .banner__slider-container--pronature .img-tag__button--next svg {
      transform: translateX(1px) rotate(180deg); }

.blog-cards-list__container {
  margin-top: -30px;
  margin-left: -30px;
  margin-right: -30px; }
  @media screen and (max-width: 767px) {
    .blog-cards-list__container {
      padding: 0 20px;
      margin-left: 0;
      margin-right: 0; } }

.blog-cards-list__item {
  -ms-flex: 1;
      flex: 1;
  background-color: white;
  padding: 25px;
  text-align: center; }
  .blog-cards-list__item:hover .blog-cards-list__item-title {
    color: #768491; }
  .blog-cards-list__item-wrapper {
    padding: 0 30px;
    padding-top: 30px; }
    @media screen and (max-width: 767px) {
      .blog-cards-list__item-wrapper {
        padding: 30px 0 0 0; } }
  .blog-cards-list__item-title {
    font-size: 19px;
    font-weight: bold;
    color: #485159;
    transition: color 300ms; }
    .blog-cards-list__item-title-wrapper {
      margin-top: 30px; }
  .blog-cards-list__item-paragraph {
    font-size: 15px;
    font-weight: 300;
    color: #485159; }
    .blog-cards-list__item-paragraph-wrapper {
      margin-top: 35px; }

.btn-group__icon {
  margin-right: 10px;
  width: 25px; }

.btn-group--horizontal .btn-group__btn {
  position: relative;
  -ms-flex: 1;
      flex: 1;
  padding: 15px;
  color: #e3e3e3;
  background-color: #2a322e; }
  .btn-group--horizontal .btn-group__btn + .btn-group__btn:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 60%;
    transform: translateY(-50%);
    background-color: #4f5253; }
  .btn-group--horizontal .btn-group__btn--first {
    border-radius: 15px 0 0 15px; }
  .btn-group--horizontal .btn-group__btn--last {
    border-radius: 0 15px 15px 0; }
  .btn-group--horizontal .btn-group__btn--first-and-last {
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 15px 30px;
    border-radius: 15px; }

.btn-group--vertical .btn-group__btn--first {
  border-radius: 15px 15px 0 0; }

.btn-group--vertical .btn-group__btn--last {
  border-radius: 0 0 15px 15px; }

.btn {
  display: inline-block;
  padding: 20px 30px;
  color: #718e7f;
  background-color: transparent;
  border: solid 1px #718e7f;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  transition: background-color 0.5s, color 0.5s; }
  .btn:hover {
    background-color: #718e7f;
    color: white; }
  .btn--has-small-padding {
    padding: 15px 0; }
  .btn--is-full-width {
    width: 100%;
    padding: 20px 10px; }
  .btn--is-thinner {
    height: 50px;
    padding-top: 0;
    padding-bottom: 0; }
  .btn--is-thinner-2 {
    height: 40px;
    padding-top: 0;
    padding-bottom: 0; }
  .btn--is-large {
    width: 170px; }
  .btn--has-sides-padding {
    padding-left: 15px;
    padding-right: 15px; }
  .btn--has-bg-highlighted {
    background-color: #718e7f;
    color: white; }
    .btn--has-bg-highlighted:hover {
      background-color: #5a7266; }
  @media screen and (max-width: 991px) {
    .btn {
      padding: 20px;
      font-weight: bold; }
      .btn--is-thinner {
        padding-top: 0;
        padding-bottom: 0; }
      .btn--is-thinner-2 {
        font-weight: normal;
        padding-top: 0;
        padding-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .btn {
      font-size: 16px; }
      .btn--is-same-padding-mobile {
        padding: 20px 40px; }
      .btn--has-small-vertical-padding-below-desktop {
        padding: 15px 10px; } }

.card {
  position: relative;
  transition: opacity 0.5s;
  background-color: white;
  z-index: 10; }
  @media screen and (min-width: 992px) {
    .card:hover .card__subheader--is-gray-on-hover {
      color: #808285; }
    .card:hover .card__subheader--is-darker-on-hover {
      color: #718e7f; }
    .card:hover .card__header--is-darker-on-hover {
      color: #718e7f; }
    .card:hover .card__header--is-gray-on-hover {
      color: #718e7f; } }
  @media screen and (max-width: 767px) {
    .card {
      overflow: hidden; } }
  .card--has-padding-bottom {
    padding-bottom: 20px; }
  .card--has-sm-padding-bottom {
    padding-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .card--has-padding-top-mobile {
      padding-top: 40px; } }
  @media screen and (max-width: 767px) {
    .card--has-margin-top-mobile {
      margin-top: 40px; } }
  .card--has-margin-bottom {
    margin-bottom: 60px; }
  @media screen and (min-width: 1300px) {
    .card--is-big {
      padding-right: 30px; } }
  .card__row {
    margin: 0 -15px; }
  .card__wrapper {
    padding: 0 15px; }
  .card__new-product {
    position: absolute;
    left: 43px;
    top: 115px;
    transform: translateX(-100%);
    background-color: #718e7f;
    color: #ffffff;
    padding: 15px 20px 12px 25px;
    border-radius: 30px 0 0 30px; }
    @media screen and (max-width: 991px) {
      .card__new-product {
        left: 40px; } }
    @media screen and (max-width: 767px) {
      .card__new-product {
        left: 43px; } }
    @media screen and (max-width: 991px) {
      .card__new-product.related {
        left: 44px; } }
    @media screen and (max-width: 767px) {
      .card__new-product.related {
        left: 36px; } }
  .card__new-product-tag {
    width: 120px;
    height: 112px;
    position: absolute;
    top: -54px;
    left: -39px;
    z-index: 10; }
  .card__background-img {
    background-repeat: no-repeat;
    -ms-flex: 1;
        flex: 1;
    background-size: cover;
    background-position: 50% 50%; }
    .card__background-img--has-fixed-height {
      height: 300px;
      width: 100%; }
    @media screen and (max-width: 1299px) {
      .card__background-img {
        height: 500px; }
        .card__background-img--has-fixed-height {
          height: 300px; } }
    @media screen and (max-width: 767px) {
      .card__background-img {
        height: 300px; } }
  .card__gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: linear-gradient(135deg, #ebecee 0%, rgba(255, 255, 255, 0.001) 30%);
    transition: opacity 1s; }
    .card__gradient--is-left-to-right {
      background: linear-gradient(110deg, #ebecee 0%, rgba(255, 255, 255, 0.001) 30%); }
    .card__gradient--is-bottom-left {
      background: linear-gradient(30deg, #ebecee 0%, rgba(255, 255, 255, 0.001) 30%); }
  .card__title {
    position: relative;
    padding: 0 1em;
    margin: 20px auto;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    color: inherit;
    z-index: 10;
    transition: color 0.5s; }
    @media screen and (max-width: 1299px) {
      .card__title {
        font-size: 16px; } }
    @media screen and (max-width: 991px) {
      .card__title {
        height: 80px; } }
    @media screen and (max-width: 767px) {
      .card__title {
        height: auto;
        margin-bottom: 40px; } }
    .card--is-big .card__title {
      padding: 0 2em; }
    .card__title--is-taller {
      height: calc(75px + 10px);
      margin-top: 35px;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .card__title--is-taller {
          margin-bottom: 5px; } }
    .card__title--has-height-auto {
      height: auto; }
    .card__title--has-extra-margin {
      margin: 50px 0; }
      @media screen and (max-width: 767px) {
        .card__title--has-extra-margin {
          margin-top: 20px; } }
    .card__title--has-extra-margin-top {
      margin-top: 45px; }
      @media screen and (max-width: 767px) {
        .card__title--has-extra-margin-top {
          margin-top: 20px; } }
    .card__title--has-spaced-headers > * + * {
      margin-top: 3px; }
    .card__title--has-no-margin-bottom {
      margin-bottom: 0; }
  .card__title-spacer {
    width: 35px;
    height: 1px;
    margin: 20px auto;
    margin-bottom: 25px;
    background-color: #8e8e8d;
    transition: width 0.5s; }
    @media screen and (min-width: 1299px) {
      .card__link-wrapper:hover .card__title-spacer {
        width: 70px; } }
  .card__img {
    width: 100%; }
    .card__img--is-small {
      width: 225px; }
    .card__img--is-nudged-to-left {
      transform: translateX(-20px); }
    @media screen and (max-width: 767px) {
      .card__img--is-smaller-xs-down {
        width: 185px; } }
  .card__img-container {
    position: relative;
    transition: transform 0.5s; }
    @media screen and (min-width: 992px) {
      .card:hover .card__img-container--is-higher-on-hover {
        transform: translateY(-10px); } }
  .card__sub-title {
    position: relative;
    z-index: 20;
    color: #aaadb0;
    font-size: 13px;
    font-weight: bold;
    transition: color 0.5s; }
    .card__sub-title:hover {
      color: #b9002f; }
    .card__sub-title:after {
      content: ',';
      display: inline-block; }
    .card__sub-title:last-child:after {
      display: none; }
  .card__top-item {
    position: relative;
    z-index: 15; }
    .card__top-item svg {
      width: 45px;
      height: 45px;
      fill: #caccce;
      transition: fill 0.5s, transform 0.5s; }
      .card__top-item svg:hover {
        fill: #4589c8;
        transform: scale(1.05); }
  .card__dynamic-text-container {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    z-index: 5;
    min-height: 14px;
    margin-top: 5px;
    color: black; }
  .card__dynamic-text {
    position: absolute;
    opacity: 0;
    transition: opacity 0s; }
    .card__dynamic-text.is-visible {
      opacity: 1;
      transition: opacity 0.3s; }
  .card__header {
    transition: color 0.5s; }
  .card__subheader {
    color: #485159;
    transition: color 0.5s; }
  .card__sub-sub-header {
    color: #485159;
    line-height: 26px; }
  .card__separator {
    width: 35px;
    height: 1px;
    margin: 15px auto;
    background-color: #c3bdb6; }
  .card__title-footer {
    margin-top: 5px;
    color: #718e7f; }

.card.pronature {
  overflow: visible; }
  .card.pronature .card__title {
    height: auto;
    margin-bottom: 20px; }
    .card.pronature .card__title h2 {
      font-size: 24px;
      font-family: "obviously-narrow", sans-serif;
      text-transform: uppercase;
      line-height: 0.9;
      color: #024638;
      font-weight: 700; }
    .card.pronature .card__title .card__separator {
      background: #b3d57d; }
    .card.pronature .card__title .card__subheader {
      font-size: 21px;
      color: #024638;
      text-transform: none !important;
      font-family: "Gooper7-Light"; }
    .card.pronature .card__title .card__sub-sub-header {
      font-size: 21px;
      color: #024638;
      text-transform: none !important;
      font-family: "Gooper7-SemiBold"; }
    .card.pronature .card__title .card__title-footer {
      font-size: 13px;
      color: #00ad50;
      font-family: "Gooper7-SemiBold";
      font-style: italic;
      margin: 15px 0 0; }

.cards-list {
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px; }
  @media screen and (max-width: 767px) {
    .cards-list {
      margin-left: 0;
      margin-right: 0; } }
  .cards-list__card-wrapper {
    padding: 30px 20px 0 20px; }
    @media screen and (max-width: 767px) {
      .cards-list__card-wrapper {
        padding-left: 0;
        padding-right: 0; } }
    .cards-list__card-wrapper.pronature {
      padding: 30px 20px 0 20px; }
      @media screen and (max-width: 767px) {
        .cards-list__card-wrapper.pronature {
          padding-left: 0;
          padding-right: 0;
          padding-top: 40px; } }
      .cards-list__card-wrapper.pronature .card {
        overflow: visible; }
      .cards-list__card-wrapper.pronature .card__title {
        height: auto;
        margin-bottom: 20px; }
        .cards-list__card-wrapper.pronature .card__title h2 {
          font-size: 24px;
          text-transform: uppercase;
          line-height: 0.9;
          color: #024638;
          font-weight: 700; }
        .cards-list__card-wrapper.pronature .card__title .card__separator {
          background: #b3d57d; }
        .cards-list__card-wrapper.pronature .card__title .card__subheader {
          font-size: 21px;
          color: #024638;
          text-transform: none !important;
          font-family: "Gooper7-Light"; }
        .cards-list__card-wrapper.pronature .card__title .card__sub-sub-header {
          font-size: 21px;
          color: #024638;
          text-transform: none !important;
          font-family: "Gooper7-SemiBold"; }
        .cards-list__card-wrapper.pronature .card__title .card__title-footer {
          font-size: 13px;
          color: #00ad50;
          font-family: "Gooper7-SemiBold";
          font-style: italic;
          margin: 15px 0 0; }
  .cards-list__row + .cards-list__row {
    margin-top: 20px; }

.carousel {
  position: relative; }
  @media screen and (max-width: 991px) {
    .carousel {
      padding-right: 20px;
      padding-left: 20px; } }
  .carousel__header {
    margin-bottom: 75px; }
    @media screen and (max-width: 767px) {
      .carousel__header {
        margin-bottom: 50px; } }
  .carousel__img-container {
    padding: 0 40px; }
    @media screen and (max-width: 767px) {
      .carousel__img-container {
        padding: 20px;
        text-align: center; } }
  .carousel__img {
    max-width: 100px;
    opacity: 0.9;
    transition: opacity 0.5s; }
    .carousel__img:hover {
      opacity: 1; }
  .carousel__slick-container {
    padding: 0 20px;
    max-width: 900px;
    margin: auto; }
  .carousel__small-slide {
    padding: 0 20px; }
    @media screen and (max-width: 991px) {
      .carousel__small-slide {
        padding: 0; } }
  .carousel .slick-arrow {
    position: absolute;
    top: 50%;
    font-size: 41px;
    color: #aaadb0;
    cursor: pointer; }
  .carousel .slick-arrow-prev {
    left: 10px;
    transform: translate(-100%, -50%); }
  .carousel .slick-arrow-next {
    right: 10px;
    transform: translate(100%, -50%); }

.cms-content {
  margin-bottom: 50px; }
  .cms-content__btns {
    margin-top: -20px !important; }
    .cms-content__btns li {
      list-style: none !important;
      margin: 0 !important;
      font-size: inherit !important;
      line-height: inherit !important; }
    .cms-content__btns a {
      text-decoration: none !important; }
  .page_about_pronature .cms-content__title h2, .page_about_pronature .cms-content__title h3 {
    color: black; }
  .page_privacy_policy .cms-content__text h2 {
    font-size: 31px;
    font-weight: 200;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .page_privacy_policy .cms-content__text h2 {
        font-size: 20px; } }
  .page_privacy_policy .cms-content__text h3 {
    font-size: 25px;
    font-weight: 200;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .page_privacy_policy .cms-content__text h3 {
        font-size: 18px; } }
  .page_privacy_policy .cms-content__text ul, .page_privacy_policy .cms-content__text p {
    margin-bottom: 30px; }
  .cms-content ul, .cms-content ol {
    margin: 20px 0; }
  .cms-content ul li {
    list-style-type: disc; }
  .cms-content ol li {
    list-style-type: decimal; }
  .cms-content li {
    margin-left: 18px; }
  .cms-content a {
    font-weight: bold;
    text-decoration: underline; }
  .cms-content p, .cms-content li {
    font-size: 16px;
    line-height: 2; }
    @media screen and (max-width: 767px) {
      .cms-content p, .cms-content li {
        line-height: 26px; } }
  .cms-content p + p {
    margin-top: 20px; }
  .page_about_pronature .cms-content p {
    color: black; }
  .cms-content--with-titles h1, .cms-content--with-titles h2, .cms-content--with-titles h3, .cms-content--with-titles h4 {
    font-weight: bold; }
    .cms-content--with-titles h1 + p, .cms-content--with-titles h2 + p, .cms-content--with-titles h3 + p, .cms-content--with-titles h4 + p {
      margin-top: 20px; }
  .cms-content--with-titles h1 {
    margin-bottom: 80px; }
  .cms-content--with-titles h2 {
    margin-top: 40px; }
  .cms-content--with-titles h3, .cms-content--with-titles h4 {
    margin-top: 20px; }
  .cms-content--with-titles h1 {
    font-size: 33px;
    text-align: center; }
  .cms-content--with-titles h2 {
    font-size: 25px; }
  .cms-content--with-titles h3 {
    font-size: 20px; }
  .cms-content--with-titles h4 {
    font-size: 16px; }
  .cms-content__title > * {
    font-weight: 200;
    line-height: 1.3; }
  .cms-content__title h2 {
    margin-bottom: 50px;
    font-size: 31px; }
    @media screen and (max-width: 767px) {
      .cms-content__title h2 {
        font-size: 20px;
        margin-bottom: 35px; } }
  .cms-content__title h3 {
    margin-bottom: 40px;
    font-size: 29px; }
    @media screen and (max-width: 767px) {
      .cms-content__title h3 {
        font-size: 20px;
        margin-bottom: 20px; } }
  .cms-content__title h4 {
    margin-bottom: 30px;
    font-size: 20px; }
    @media screen and (max-width: 767px) {
      .cms-content__title h4 {
        font-size: 18px;
        margin-bottom: 15px; } }
  .cms-content__title--has-small-margin h4 {
    margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .cms-content__floated-img--is-left {
      margin-right: 50px; }
    .cms-content__floated-img--is-right {
      margin-left: 50px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .cms-content__floated-img {
      max-width: 50%; } }
  @media screen and (max-width: 767px) {
    .cms-content__floated-img {
      float: none !important;
      margin-top: 80px;
      margin-bottom: 30px;
      text-align: center; } }
  @media (min-width: 992px) {
    .cms-content__video--left {
      padding-right: 2em; }
    .cms-content__video--right {
      padding-left: 2em; }
    .cms-content__video--center {
      padding-top: 2em; } }
  @media (max-width: 991px) {
    .cms-content__video {
      padding-top: 2em; } }
  .page_about_pronature .cms-content__img img {
    width: 100% !important;
    height: auto !important; }

.complex-table {
  table-layout: fixed;
  width: 100%; }
  .complex-table__icon {
    position: relative;
    z-index: 1;
    width: 80px; }
    .complex-table__icon--is-smaller {
      width: 50px; }
  .complex-table__cell {
    padding: 15px;
    padding-left: 60px;
    padding-right: 10px;
    font-size: 14px;
    vertical-align: middle;
    line-height: 1; }
    @media screen and (max-width: 991px) {
      .complex-table__cell {
        padding-left: 20px; } }
    @media screen and (max-width: 767px) {
      .complex-table__cell {
        padding-left: 0;
        text-align: center;
        width: 50%; } }
    .complex-table__cell--has-no-l-padding {
      padding-left: 0; }
    .complex-table__cell--has-no-t-padding {
      padding-top: 0; }
    .complex-table__cell--has-no-b-padding {
      padding-bottom: 0; }
    .complex-table__cell--is-colored {
      color: #4589c8; }
    .complex-table__cell--is-colored-pale {
      color: white;
      background-color: #718e7f; }
    .complex-table__cell--has-smaller-padding {
      padding-top: 12px;
      padding-bottom: 12px; }
    .complex-table__cell--is-v-align-top {
      vertical-align: top; }
    .complex-table__cell--has-big-t-padding {
      padding-top: 35px; }
    .complex-table__cell--has-big-b-padding {
      padding-bottom: 35px; }
    @media screen and (max-width: 767px) {
      .complex-table__cell--has-no-r-padding-xs-down {
        padding-right: 0; } }
    .complex-table__cell--has-bigger-padding-left {
      padding-left: 80px; }
      @media screen and (max-width: 991px) {
        .complex-table__cell--has-bigger-padding-left {
          padding-left: 20px; } }
      @media screen and (max-width: 767px) {
        .complex-table__cell--has-bigger-padding-left {
          padding-left: 0; } }
    .complex-table__cell--has-l-padding-border {
      padding-left: 1px; }
    .complex-table__cell--is-bordered-right, .complex-table__cell.has-right-border {
      position: relative; }
      .complex-table__cell--is-bordered-right:after, .complex-table__cell.has-right-border:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background-color: #c9c9c9; }
    .complex-table__cell--has-bigger-font-size {
      font-size: 16px; }
    .complex-table__cell--is-padded-both-sides {
      padding-left: 60px;
      padding-right: 60px; }
      @media screen and (max-width: 767px) {
        .complex-table__cell--is-padded-both-sides {
          padding-left: 10px;
          padding-right: 10px; }
          .complex-table__cell--is-padded-both-sides-large {
            padding-left: 20px;
            padding-right: 20px; } }
  .complex-table__row--is-even td {
    background-color: #f8f8f8; }
  .complex-table__header-top td {
    position: relative;
    z-index: 5; }
    .complex-table__header-top td:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 123px;
      z-index: 1;
      background-image: linear-gradient(#f8f8f8 0%, #e1e4e6 40%, #e1e4e6 60%, white 100%); }
  @media screen and (max-width: 767px) {
    .complex-table__header-top td + td {
      border-left: solid #c9c9c9 1px; } }
  .complex-table__header-bottom td {
    position: relative;
    z-index: 5; }
    @media screen and (max-width: 767px) {
      .complex-table__header-bottom td + td {
        border-left: solid #c9c9c9 1px; } }
  .complex-table__section-separator {
    background-color: #749fd5;
    text-align: center; }
  .complex-table__footer-infos-item {
    display: inline-block;
    text-align: left;
    line-height: 1.2; }
    .complex-table__footer-infos-item + .complex-table__footer-infos-item {
      margin-left: 25px; }
      .complex-table__footer-infos-item + .complex-table__footer-infos-item--has-sm-margin-left {
        margin-left: 5px; }
      .complex-table__footer-infos-item + .complex-table__footer-infos-item--has-big-margin-left {
        margin-left: 45px; }
      @media screen and (max-width: 767px) {
        .complex-table__footer-infos-item + .complex-table__footer-infos-item {
          margin-left: 0; }
          .complex-table__footer-infos-item + .complex-table__footer-infos-item--has-xs-margin-left {
            margin-left: 20px; } }
    @media screen and (max-width: 767px) {
      .complex-table__footer-infos-item--is-full-width-xs {
        width: 100%;
        text-align: center;
        margin-bottom: 10px; }
      .complex-table__footer-infos-item--is-small-xs {
        font-size: 12px; } }
  .complex-table__footer-infos-big-text {
    font-size: 36px;
    font-weight: 500; }
  .complex-table__footer-infos-icon {
    position: relative;
    opacity: 0.5; }
    .complex-table__footer-infos-icon .fa {
      font-size: 48px;
      line-height: 0.7; }
  .complex-table__footer-row {
    padding: 20px 0; }
    .complex-table__footer-row + .complex-table__footer-row {
      border-top: solid 1px rgba(255, 255, 255, 0.4); }

.page_products .pronature .complex-table {
  table-layout: fixed;
  width: 100%; }
  .page_products .pronature .complex-table__icon {
    position: relative;
    z-index: 1;
    width: 80px; }
    .page_products .pronature .complex-table__icon--is-smaller {
      width: 50px; }
  .page_products .pronature .complex-table__cell {
    padding: 15px;
    padding-left: 60px;
    padding-right: 10px;
    font-size: 14px;
    vertical-align: middle;
    line-height: 1; }
    @media screen and (max-width: 991px) {
      .page_products .pronature .complex-table__cell {
        padding-left: 20px; } }
    @media screen and (max-width: 767px) {
      .page_products .pronature .complex-table__cell {
        padding-left: 0;
        text-align: center;
        width: 50%; } }
    .page_products .pronature .complex-table__cell--has-no-l-padding {
      padding-left: 0; }
    .page_products .pronature .complex-table__cell--has-no-t-padding {
      padding-top: 0; }
    .page_products .pronature .complex-table__cell--has-no-b-padding {
      padding-bottom: 0; }
    .page_products .pronature .complex-table__cell--is-colored {
      color: #024638;
      font-family: "Gooper7-SemiBold";
      font-size: 16px;
      background-color: #f5f8ed; }
      .life .page_products .pronature .complex-table__cell--is-colored {
        color: #4589C9;
        background-color: #ffffff; }
    .page_products .pronature .complex-table__cell--is-colored-pale {
      color: white;
      background-color: #024638; }
    .page_products .pronature .complex-table__cell--has-smaller-padding {
      padding-top: 12px;
      padding-bottom: 12px; }
    .page_products .pronature .complex-table__cell--is-v-align-top {
      vertical-align: top; }
    .page_products .pronature .complex-table__cell--has-big-t-padding {
      padding-top: 35px; }
    .page_products .pronature .complex-table__cell--has-big-b-padding {
      padding-bottom: 35px; }
    @media screen and (max-width: 767px) {
      .page_products .pronature .complex-table__cell--has-no-r-padding-xs-down {
        padding-right: 0; } }
    .page_products .pronature .complex-table__cell--has-bigger-padding-left {
      padding-left: 80px; }
      @media screen and (max-width: 991px) {
        .page_products .pronature .complex-table__cell--has-bigger-padding-left {
          padding-left: 20px; } }
      @media screen and (max-width: 767px) {
        .page_products .pronature .complex-table__cell--has-bigger-padding-left {
          padding-left: 0; } }
    .page_products .pronature .complex-table__cell--has-l-padding-border {
      padding-left: 1px; }
    .page_products .pronature .complex-table__cell--is-bordered-right, .page_products .pronature .complex-table__cell.has-right-border {
      position: relative; }
      .page_products .pronature .complex-table__cell--is-bordered-right:after, .page_products .pronature .complex-table__cell.has-right-border:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background-color: #00ad50; }
        .life .page_products .pronature .complex-table__cell--is-bordered-right:after, .life .page_products .pronature .complex-table__cell.has-right-border:after {
          background-color: #c3bdb6; }
    .page_products .pronature .complex-table__cell--has-bigger-font-size {
      font-size: 14px;
      font-weight: 400; }
    .page_products .pronature .complex-table__cell--is-padded-both-sides {
      padding-left: 60px;
      padding-right: 60px; }
      @media screen and (max-width: 991px) {
        .page_products .pronature .complex-table__cell--is-padded-both-sides {
          padding-left: 30px;
          padding-right: 30px; } }
      @media screen and (max-width: 767px) {
        .page_products .pronature .complex-table__cell--is-padded-both-sides {
          padding-left: 10px;
          padding-right: 10px; }
          .page_products .pronature .complex-table__cell--is-padded-both-sides-large {
            padding-left: 20px;
            padding-right: 20px; } }
    .page_products .pronature .complex-table__cell .note-cup {
      text-align: left;
      font-size: 12px;
      line-height: 1.5; }
  .page_products .pronature .complex-table__row td {
    background-color: #f5f8ed;
    font-size: 14px;
    font-family: "obviously-narrow", sans-serif;
    color: #162421;
    border-bottom: solid #00ad50 1px; }
  .page_products .pronature .complex-table__row.first {
    border-top: 20px solid #f5f8ed; }
  .page_products .pronature .complex-table__row.last {
    border-bottom: 20px solid #f5f8ed; }
    .page_products .pronature .complex-table__row.last td {
      border-bottom: none; }
  .page_products .pronature .complex-table__header-top td {
    background-color: #024638;
    position: relative;
    padding: 15px !important;
    z-index: 5;
    border-bottom: 10px solid white; }
    .page_products .pronature .complex-table__header-top td img {
      width: 80px; }
    .page_products .pronature .complex-table__header-top td:before {
      display: none; }
  @media screen and (max-width: 767px) {
    .page_products .pronature .complex-table__header-top td + td {
      border-left: solid #024638 1px; } }
  .page_products .pronature .complex-table__header-bottom td {
    position: relative;
    z-index: 5; }
    @media screen and (max-width: 767px) {
      .page_products .pronature .complex-table__header-bottom td + td {
        border-left: solid #00ad50 1px; } }
    @media screen and (max-width: 767px) {
      .page_products .pronature .complex-table__header-bottom td.js-header-mobile {
        background-color: #f5f8ed; }
        .page_products .pronature .complex-table__header-bottom td.js-header-mobile .dropdown__btn {
          font-family: "Gooper7-SemiBold";
          color: #024638;
          border-bottom: solid 1px #024638; }
          .page_products .pronature .complex-table__header-bottom td.js-header-mobile .dropdown__btn:after {
            color: #024638; }
        .page_products .pronature .complex-table__header-bottom td.js-header-mobile .dropdown__list-item {
          border-bottom-color: #024638;
          background-color: #f5f8ed; }
          .page_products .pronature .complex-table__header-bottom td.js-header-mobile .dropdown__list-item span {
            font-family: "Gooper7-SemiBold";
            font-size: 14px;
            padding: 10px 20px;
            color: #024638;
            background-color: #f5f8ed;
            text-transform: none; } }
  .page_products .pronature .complex-table__section-separator {
    background-color: #024638;
    text-align: center;
    font-family: 'Obviously', sans-serif; }
    .page_products .pronature .complex-table__section-separator td {
      padding-top: 15px;
      padding-bottom: 20px; }
  .page_products .pronature .complex-table__footer-infos-item {
    display: inline-block;
    text-align: left;
    line-height: 1.5;
    font-size: 12px;
    font-weight: 300;
    font-family: 'Obviously', sans-serif; }
    .page_products .pronature .complex-table__footer-infos-item.calorie {
      font-family: "Gooper7-SemiBold";
      font-size: 16px;
      line-height: 1.1; }
    @media screen and (max-width: 991px) {
      .page_products .pronature .complex-table__footer-infos-item {
        font-size: 12px; } }
    .page_products .pronature .complex-table__footer-infos-item + .page_products .pronature .complex-table__footer-infos-item {
      margin-left: 25px; }
      @media screen and (max-width: 991px) {
        .page_products .pronature .complex-table__footer-infos-item + .page_products .pronature .complex-table__footer-infos-item {
          margin-left: 15px; } }
      .page_products .pronature .complex-table__footer-infos-item + .page_products .pronature .complex-table__footer-infos-item--has-sm-margin-left {
        margin-left: 5px; }
      .page_products .pronature .complex-table__footer-infos-item + .page_products .pronature .complex-table__footer-infos-item--has-big-margin-left {
        margin-left: 45px; }
        @media screen and (max-width: 991px) {
          .page_products .pronature .complex-table__footer-infos-item + .page_products .pronature .complex-table__footer-infos-item--has-big-margin-left {
            margin-left: 30px; } }
      @media screen and (max-width: 767px) {
        .page_products .pronature .complex-table__footer-infos-item + .page_products .pronature .complex-table__footer-infos-item {
          margin-left: 0; }
          .page_products .pronature .complex-table__footer-infos-item + .page_products .pronature .complex-table__footer-infos-item--has-xs-margin-left {
            margin-left: 20px; } }
    @media screen and (max-width: 767px) {
      .page_products .pronature .complex-table__footer-infos-item--is-full-width-xs {
        width: 100%;
        text-align: center;
        margin-bottom: 10px; }
      .page_products .pronature .complex-table__footer-infos-item--is-small-xs {
        font-size: 12px; } }
  .page_products .pronature .complex-table__footer-infos-big-text {
    font-size: 28px;
    font-weight: 500;
    transform: translateY(-7px); }
    @media screen and (max-width: 991px) {
      .page_products .pronature .complex-table__footer-infos-big-text {
        font-size: 22px; } }
  .page_products .pronature .complex-table__footer-infos-icon {
    position: relative;
    opacity: 1;
    margin: 0 45px 0 70px !important; }
    @media screen and (max-width: 991px) {
      .page_products .pronature .complex-table__footer-infos-icon {
        margin: 0 15px 0 30px !important; } }
    .page_products .pronature .complex-table__footer-infos-icon .fa {
      font-size: 48px;
      line-height: 0.7; }
  .page_products .pronature .complex-table__footer-row {
    padding: 20px 0; }
    .page_products .pronature .complex-table__footer-row + .page_products .pronature .complex-table__footer-row {
      border-top: solid 1px #5b8e5b; }

.contact__description p {
  margin-top: 45px; }

.contact__form {
  margin-top: 20px; }

.contact__confirmation-message {
  margin-top: 40px;
  font-size: 16px; }

.description, .cms-content-description p {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  color: #485159; }
  .description--pronature {
    text-align: center;
    margin: 20px auto 50px;
    width: 80%;
    font-family: "obviously-narrow", sans-serif; }
    .description--pronature p {
      line-height: 1.8; }
    @media screen and (max-width: 991px) {
      .description--pronature {
        margin: -30px auto 50px; } }

.dimmer {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  z-index: 25;
  transition: visibility 0.5s, opacity 0.5s; }
  .dimmer.is-visible {
    visibility: visible;
    opacity: 1; }
  .dimmer__content {
    z-index: 15; }

/*

    <div class="dropdown js-dropdown">
     <a class="dropdown__btn js-dropdown-btn" href="javascript:void(0)">Dropdown name<i class="dropdown__caret fa fa-caret-down" aria-hidden="true"></i></a>
         <ul class="dropdown__list js-dropdown-list">
             <li class="dropdown__list-item">
                <a href="#">Option name</a>
             </li>
             <li class="dropdown__list-item">
                <a href="#">Option name</a>
             </li>
         </ul>
     </div>

*/
.dropdown {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  width: 300px; }
  .dropdown.extra-margin-bottom {
    margin-bottom: 10px; }
  .dropdown--has-auto-width {
    width: auto;
    min-width: 150px; }
    @media screen and (max-width: 991px) {
      .dropdown--has-auto-width {
        min-width: 100px; } }
  .dropdown--is-not-bordered .dropdown__btn {
    border: none;
    font-weight: 500; }
    .dropdown--is-not-bordered .dropdown__btn:before, .dropdown--is-not-bordered .dropdown__btn:after {
      display: none; }
  @media screen and (max-width: 767px) {
    .dropdown {
      width: 100%; } }
  .dropdown__btn {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
    border: solid 1px #aaadb0;
    padding: 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: #808285; }
    .dropdown--is-small .dropdown__btn {
      padding: 16px; }
    .dropdown--is-gray .dropdown__btn {
      color: #aaadb0; }
    .dropdown.white-btn-bg .dropdown__btn {
      background-color: white; }
    .dropdown__btn.is-dirty {
      color: black; }
    .dropdown__btn--has-no-border {
      border: none;
      text-align: right; }
    .dropdown__btn--has-border-bottom {
      border-bottom: solid 1px #dedede; }
    .dropdown__btn:before, .dropdown__btn:after {
      position: absolute;
      right: 15px;
      content: '\f0d7';
      color: #aaadb0;
      font-family: FontAwesome, sans-serif; }
    .dropdown__btn:before {
      content: "\f0d8";
      top: calc(50% - 5px);
      transform: translateY(-50%); }
    .dropdown__btn:after {
      top: calc(50% + 5px);
      transform: translateY(-50%); }
    .dropdown__btn--no-double-caret {
      -ms-flex-pack: end;
          justify-content: flex-end; }
      .dropdown__btn--no-double-caret:before, .dropdown__btn--no-double-caret:after {
        display: none; }
    .dropdown__btn--is-centered {
      -ms-flex-pack: center;
          justify-content: center; }
    .dropdown__btn--has-no-padding {
      padding: 0; }
    .dropdown__btn--has-no-padding-right {
      padding-right: 0; }
    .dropdown__btn--has-xs-h-padding {
      padding-top: 7px;
      padding-bottom: 7px; }
    .dropdown__btn--is-black {
      color: black;
      font-weight: 500; }
    .dropdown__btn--is-not-uppercase, .dropdown--is-not-uppercase .dropdown__btn {
      text-transform: none; }
    .dropdown__btn--has-bigger-font-size {
      font-size: 16px; }
    .dropdown__btn--has-caret:after {
      content: '\f107';
      font-family: FontAwesome;
      display: block;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      color: #c9c9c9; }
    @media screen and (max-width: 767px) {
      .dropdown--has-small-padding-xs-down .dropdown__btn {
        padding: 5px 0; } }
  .dropdown__caret {
    padding-left: 10px; }
    .dropdown__caret--is-right {
      right: 0; }
  .dropdown__list {
    position: absolute;
    display: none;
    width: 100%;
    max-height: 170px;
    overflow-y: auto;
    border-top: none;
    z-index: 20; }
    .dropdown__list--is-bordered {
      border-top: solid 1px #dedede; }
    .dropdown__list--has-no-max-height {
      max-height: none; }
    .dropdown--has-pos-static-list .dropdown__list {
      position: static; }
    @media screen and (max-width: 991px) {
      .dropdown__list--is-larger-sm-down {
        width: 150%; }
      .dropdown__list--has-normal-width-sm-down {
        width: 100%; } }
  .dropdown__list-item {
    background-color: white;
    border: solid 1px #dedede;
    border-top: none; }
    .dropdown__list-item > * {
      display: block;
      padding: 20px;
      background-color: white;
      cursor: pointer;
      text-transform: uppercase;
      transition: background-color 0.5s, color 0.5s; }
      .dropdown__list-item > *:hover {
        color: #566d6a; }
  .dropdown__list-item-link {
    display: block;
    background-color: white;
    text-decoration: none;
    color: black; }

.filter-thumbnails__thumbnail, .filter-thumbnails--has-no-classes li {
  position: relative;
  height: 50px;
  background-image: linear-gradient(#f5f5f5, #c9c9c9); }
  .filter-thumbnails__thumbnail.is-selected, .filter-thumbnails--has-no-classes li.is-selected {
    background-image: none;
    background-color: #718e7f; }
    .filter-thumbnails__thumbnail.is-selected:before, .filter-thumbnails--has-no-classes li.is-selected:before {
      display: none; }
  .filter-thumbnails__thumbnail:before, .filter-thumbnails--has-no-classes li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 15px;
    background-image: linear-gradient(#cbcbcb, transparent);
    opacity: 0;
    transition: opacity 0.5s; }
  .filter-thumbnails__thumbnail:hover:before, .filter-thumbnails--has-no-classes li:hover:before {
    opacity: 1; }
  .filter-thumbnails__thumbnail + .filter-thumbnails__thumbnail, .filter-thumbnails--has-no-classes li + .filter-thumbnails__thumbnail, .filter-thumbnails--has-no-classes .filter-thumbnails__thumbnail + li, .filter-thumbnails--has-no-classes li + li {
    border-left: solid white 2px; }
  .filter-thumbnails__thumbnail-text-container {
    -ms-flex: 1;
        flex: 1; }
  .filter-thumbnails__thumbnail-text {
    text-align: center;
    text-transform: uppercase;
    color: black;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px; }
    .filter-thumbnails__thumbnail.is-selected .filter-thumbnails__thumbnail-text, .filter-thumbnails--has-no-classes li.is-selected .filter-thumbnails__thumbnail-text {
      color: white; }
  .filter-thumbnails__thumbnail-wrapper {
    height: 100%; }
    .filter-thumbnails__thumbnail.is-selected .filter-thumbnails__thumbnail-wrapper, .filter-thumbnails--has-no-classes li.is-selected .filter-thumbnails__thumbnail-wrapper {
      cursor: default; }
  .filter-thumbnails__thumbnail-icon-container {
    height: 100%;
    padding-right: 10px; }
  .filter-thumbnails__thumbnail-icon {
    max-height: 32px; }
    .filter-thumbnails__thumbnail-icon.dog {
      position: relative;
      top: 3px; }

.filter-thumbnails--has-no-classes input {
  display: none; }

.filter-thumbnails--has-no-classes > ul {
  display: -ms-flexbox;
  display: flex; }

.filter-thumbnails--has-no-classes li {
  width: 50%; }
  .filter-thumbnails--has-no-classes li label {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    padding-right: 43px;
    -ms-flex-align: center;
        align-items: center;
    font-weight: 500;
    cursor: pointer;
    text-transform: uppercase; }
    .filter-thumbnails--has-no-classes li label:after {
      position: absolute;
      right: 10px;
      bottom: 0;
      content: '';
      width: 43px;
      height: 30px;
      background-size: contain;
      background-repeat: no-repeat; }
  .filter-thumbnails--has-no-classes li.is-selected {
    color: white; }
  .filter-thumbnails--has-no-classes li:first-child label:after {
    background-image: url("/static/img/icon-dog-header.png"); }
  .filter-thumbnails--has-no-classes li:nth-child(2) label:after {
    background-image: url("/static/img/icon-cat-header.png"); }

.filters-list {
  padding-right: 60px; }
  .filters-list--has-padding-left {
    padding-left: 15px; }
  .filters-list--has-no-margin-bottom {
    margin-bottom: 0; }
  @media screen and (max-width: 991px) {
    .filters-list {
      margin: 50px 0;
      padding-right: 0; }
      .filters-list--has-no-margin-bottom {
        margin-bottom: 0; } }
  .filters-list__header {
    margin-bottom: 30px; }
    .filters-list__header--has-small-mg-b {
      margin-bottom: 20px; }
    .filters-list__header--has-big-mg-b {
      margin-bottom: 50px; }
  .filters-list__subheader {
    margin-bottom: 35px; }
  .filters-list__nudged-content {
    padding-left: 20px; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .filters-list__section-container {
      display: -ms-flexbox;
      display: flex; } }
  .filters-list__section {
    overflow: visible;
    padding-bottom: 50px; }
    .filters-list__section + .filters-list__section {
      position: relative;
      padding-top: 50px;
      overflow: hidden; }
      .filters-list__section + .filters-list__section:before {
        content: '';
        width: 120%;
        max-width: 300px;
        height: 80px;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 46%;
        box-shadow: 0 30px 20px -20px #e8e8e8;
        transform: translate(-10%, -105%); }
        @media screen and (max-width: 767px) {
          .filters-list__section + .filters-list__section:before {
            box-shadow: 0 30px 20px -20px #d5d5d5; } }
      .filters-list__section + .filters-list__section--has-no-separator {
        padding-top: 0;
        overflow: visible; }
        .filters-list__section + .filters-list__section--has-no-separator:before {
          display: none; }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        .filters-list__section + .filters-list__section--is-inline-sm {
          margin-left: 40px;
          padding-top: 0; }
          .filters-list__section + .filters-list__section--is-inline-sm:before {
            display: none; } }
    .filters-list__section--has-sm-padding {
      padding-bottom: 30px; }
    .filters-list__section--has-md-padding {
      padding-bottom: 40px; }
    .filters-list__section--radio label:before {
      background-image: url("/static/img/icon-radio-unchecked.png"); }
    .filters-list__section--radio label:after {
      opacity: 0;
      background-image: url("/static/img/icon-radio-checked.png"); }
    .filters-list__section--checkbox label:before {
      background-image: url("/static/img/icon-checkbox-unchecked.png"); }
    .filters-list__section--checkbox label:after {
      opacity: 0;
      background-image: url("/static/img/icon-checkbox-checked.png"); }
    .filters-list__section--has-no-classes li + li {
      margin-top: 25px; }
    .filters-list__section--has-no-classes li.is-selected label:before {
      opacity: 0; }
    .filters-list__section--has-no-classes li.is-selected label:after {
      opacity: 1; }
    .filters-list__section--has-no-classes input {
      display: none; }
    .filters-list__section--has-no-classes label {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      padding-left: 35px; }
      .filters-list__section--has-no-classes label:before, .filters-list__section--has-no-classes label:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 20px;
        height: 20px;
        background-size: cover;
        transform: translateY(-50%);
        transition: opacity 0.5s; }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .filters-list__section--has-half-width-li-tablet ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-direction: row;
            flex-direction: row;
        margin-top: -25px; }
      .filters-list__section--has-half-width-li-tablet li {
        display: block;
        width: 50%;
        margin-top: 25px; } }
  .filters-list__highlight-text {
    color: #aaadb0;
    font-size: 13px;
    font-weight: bold; }
  .filters-list__btn {
    margin-top: 5px; }
  .filters-list__back-btn {
    display: block;
    margin-left: 10px;
    margin-bottom: 35px; }

.footer {
  position: relative;
  padding-top: 100px;
  background-color: #1f2723; }
  @media screen and (max-width: 991px) {
    .footer {
      padding-top: 40px; } }
  @media screen and (max-width: 767px) {
    .footer {
      padding: 20px; } }
  .footer__item {
    width: 315px;
    height: 100%;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    min-height: 200px;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media screen and (max-width: 991px) {
      .footer__item:last-child {
        margin: 50px auto; } }
    @media screen and (max-width: 767px) {
      .footer__item:last-child {
        margin: 50px auto 0; } }
    @media screen and (max-width: 1299px) {
      .footer__item {
        width: 270px; } }
    @media screen and (max-width: 991px) {
      .footer__item {
        width: 300px; } }
    @media screen and (max-width: 767px) {
      .footer__item {
        width: 100%;
        min-height: 0;
        height: auto;
        max-width: 300px; }
        .footer__item--is-bottom-on-mobile {
          margin-top: 50px; } }
  .footer__img {
    max-width: 220px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 15px 0; }
    @media screen and (max-width: 767px) {
      .footer__img {
        margin: 30px 0; } }
  .footer__logo {
    width: 80px; }
    @media screen and (max-width: 767px) {
      .footer__logo {
        margin: 25px 0 0;
        width: 60px; } }
  .footer__paragraph {
    color: #b7babc;
    font-size: 14px;
    font-weight: 200;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .footer__paragraph {
        margin: 25px 0 30px; }
        .footer__paragraph.no-mobile {
          margin: 25px 0 0; } }
  .footer__horizontal-section {
    max-width: 100%; }
    .footer__horizontal-section--has-padding-bottom {
      padding-bottom: 88px; }
      @media screen and (max-width: 991px) {
        .footer__horizontal-section--has-padding-bottom {
          padding-bottom: 0px; } }
      @media screen and (max-width: 767px) {
        .footer__horizontal-section--has-padding-bottom {
          padding-bottom: 40px; } }
    .footer__horizontal-section + .footer__horizontal-section {
      border-top: solid 1px #434446; }
    @media screen and (max-width: 767px) {
      .footer__horizontal-section {
        -ms-flex-direction: column;
            flex-direction: column; } }
  .footer__content-row {
    padding: 30px 0; }
    .footer__content-row + .footer__content-row {
      padding-top: 0;
      padding-bottom: 55px; }
      .footer__content-row + .footer__content-row .footer__bottom-section {
        position: static; }
  .footer__word {
    color: #b7babc;
    font-weight: 300;
    font-size: 14px; }
    .footer__word + .footer__word {
      margin-left: 25px; }
      .btn-group .footer__word + .footer__word {
        margin-left: 0; }
    .footer__word--small {
      font-size: 13px; }
    .footer__word svg {
      width: 22px;
      height: auto; }
      .footer__word svg path {
        fill: #ffffff;
        transition: fill 0.5s; }
      .footer__word svg:hover path {
        fill: #718e7f; }
    @media screen and (max-width: 991px) {
      .footer__word {
        text-align: center; } }
  .footer a.footer__word {
    transition: color 0.5s; }
    .footer a.footer__word:hover {
      color: #808285; }
  .footer__icon {
    font-size: 25px;
    color: white; }
  .footer__img-icon {
    max-width: 20px;
    margin-right: 10px; }
  @media screen and (max-width: 767px) {
    .footer__bottom-section.grid--direction-row:not(.grid--justify-end) {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-direction: column;
          flex-direction: column; }
      .footer__bottom-section.grid--direction-row:not(.grid--justify-end) a {
        margin: 10px 0 0; }
        .footer__bottom-section.grid--direction-row:not(.grid--justify-end) a:first-child {
          margin: 0; }
    .footer__bottom-section + .footer__bottom-section {
      margin-top: 50px; }
    .footer__bottom-section--is-col-on-mobile {
      -ms-flex-direction: column;
          flex-direction: column; }
      .footer__bottom-section--is-col-on-mobile > * + * {
        margin-top: 10px; } }
  @media screen and (max-width: 991px) {
    .footer__bottom-section--is-col-on-mobile > .footer__word + .footer__word {
      margin-left: 5px; } }

.form-thumbnails ul {
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.form-thumbnails li {
  position: relative;
  -ms-flex: 1;
      flex: 1;
  height: 85px;
  background-image: linear-gradient(to right, white, #f2f5f8);
  cursor: pointer;
  border-right: solid 1px white;
  z-index: 1; }
  .form-thumbnails li:active, .form-thumbnails li:focus {
    background-image: linear-gradient(to right, white, #f2f5f8); }
  .form-thumbnails li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(140deg, white 0%, white 50%, #c7cecd 100%);
    transition: opacity 0.5s;
    opacity: 0; }
  .form-thumbnails li.is-selected:after {
    opacity: 1; }
  @media screen and (min-width: 480px) {
    .form-thumbnails li:hover:after {
      opacity: 1; } }
  .form-thumbnails li:first-child label:after {
    background-image: url("/static/img/icon-dog-header.png"); }
  .form-thumbnails li:nth-child(2) label:after {
    background-image: url("/static/img/icon-cat-header.png"); }
  .form-thumbnails li:nth-child(3) label:after {
    background-position: bottom;
    width: 74px;
    background-image: url("/static/img/icon-dog-and-cat-header.png"); }

.form-thumbnails input {
  display: none; }

.form-thumbnails label {
  position: relative;
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  padding: 0 10px;
  text-align: center;
  font-weight: 500;
  z-index: 1;
  cursor: pointer; }
  .form-thumbnails label:after {
    content: '';
    display: block;
    width: 43px;
    height: 30px;
    margin-top: 15px;
    background-size: contain;
    background-repeat: no-repeat; }

/*
    <form class="form">
        <div class="grid">
            <div class="grid__col-xs-12 grid__col-sm-6">
                <div class="form__input-container js-form-field">
                    <label class="form__input-container-label js-form-label">Field 1</label>
                    <input class="form__input js-form-input"/>
                </div>
            </div>
            <div class="grid__col-xs-12 grid__col-sm-6">
                <div class="form__input-container js-form-field">
                    <label class="form__input-container-label js-form-label">Field 2</label>
                    <input class="form__input js-form-input"/>
                </div>
            </div>
        </div>
        <button class="form__btn">Submit</button>
    </form>
*/
.form {
  font-size: 1rem;
  width: 100%; }
  .form--is-small {
    max-width: 610px; }
  @media screen and (min-width: 768px) {
    .form--has-negative-margin {
      margin-left: -20px;
      margin-right: -20px; } }
  .form__input-container-wrapper {
    margin-bottom: 25px; }
    .form__input-container-wrapper--has-no-margin {
      margin-bottom: 0; }
    .form__input-container-wrapper--has-sm-margin-bottom {
      margin-bottom: 10px; }
    .form__input-container-wrapper--has-md-margin-bottom {
      margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .form__input-container-wrapper {
        padding: 0 15px; } }
  .form__error {
    color: red; }
  .form__input {
    width: 100%;
    height: 45px;
    padding: 0 20px;
    font-size: 1em;
    border: solid #b4b4b4 1px;
    background-color: transparent;
    color: #485159; }
    .form__input--has-gray-border {
      border-color: #aaadb0; }
    .form__input--has-dark-text {
      color: black; }
      .form__input--has-dark-text::-webkit-input-placeholder {
        /* Chrome */
        color: #485159; }
      .form__input--has-dark-text:-ms-input-placeholder {
        /* IE 10+ */
        color: #485159; }
      .form__input--has-dark-text::-moz-placeholder {
        /* Firefox 19+ */
        color: #485159;
        opacity: 1; }
      .form__input--has-dark-text:-moz-placeholder {
        /* Firefox 4 - 18 */
        color: #485159;
        opacity: 1; }
    .form__input--is-tall {
      height: 50px; }
    .form__input--is-taller {
      height: 60px; }
    .form__input--is-highlighted {
      color: #485159; }
      .form__input--is-highlighted::-webkit-input-placeholder {
        /* Chrome */
        color: #485159; }
      .form__input--is-highlighted:-ms-input-placeholder {
        /* IE 10+ */
        color: #485159; }
      .form__input--is-highlighted::-moz-placeholder {
        /* Firefox 19+ */
        color: #485159;
        opacity: 1; }
      .form__input--is-highlighted:-moz-placeholder {
        /* Firefox 4 - 18 */
        color: #485159;
        opacity: 1; }
    .form__input--has-white-placeholder::-webkit-input-placeholder {
      /* Chrome */
      color: white; }
    .form__input--has-white-placeholder:-ms-input-placeholder {
      /* IE 10+ */
      color: white; }
    .form__input--has-white-placeholder::-moz-placeholder {
      /* Firefox 19+ */
      color: white;
      opacity: 1; }
    .form__input--has-white-placeholder:-moz-placeholder {
      /* Firefox 4 - 18 */
      color: white;
      opacity: 1; }
    .form__input--has-v-padding {
      padding-top: 10px;
      padding-bottom: 10px; }
    .form__input--has-smaller-padding {
      padding: 13px; }
    .form__input--has-bigger-font-size {
      font-size: 16px; }
      @media screen and (min-width: 992px) {
        .form__input--has-bigger-font-size {
          font-size: 21px; } }
      @media screen and (max-width: 767px) {
        .form__input--has-bigger-font-size {
          font-size: 14px; } }
    .form__input--has-no-border {
      border: none; }
    .form__input-container--has-resizing-placeholder .form__input {
      border: none;
      padding: 0;
      padding-top: calc(1em * 0.7 + 5px + 5px);
      padding-bottom: 5px; }
      .form__input-container--has-resizing-placeholder .form__input::-webkit-input-placeholder {
        /* Chrome */
        color: white; }
      .form__input-container--has-resizing-placeholder .form__input:-ms-input-placeholder {
        /* IE 10+ */
        color: white; }
      .form__input-container--has-resizing-placeholder .form__input::-moz-placeholder {
        /* Firefox 19+ */
        color: white;
        opacity: 1; }
      .form__input-container--has-resizing-placeholder .form__input:-moz-placeholder {
        /* Firefox 4 - 18 */
        color: white;
        opacity: 1; }
    .form__input-container--has-icon-right .form__input {
      padding-right: calc(50px + 5px); }
    .form__input-container--has-icon-left .form__input {
      padding-left: calc(50px + 15px); }
      @media screen and (max-width: 991px) {
        .form__input-container--has-icon-left .form__input {
          padding-left: 25px; } }
    .form__input-container--has-checkbox .form__input, .form__input-container--has-radio-btn .form__input {
      display: none; }
  .form__input-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 50px;
    height: 100%;
    color: #aaadb0;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.5s, color 0.5s; }
    @media screen and (max-width: 991px) {
      .form__input-icon {
        width: auto; } }
    @media screen and (max-width: 991px) {
      .form__input-icon--is-same-width-sm-down {
        width: 50px; } }
    .form__input-icon--has-bigger-font-size {
      font-size: 26px; }
      @media screen and (max-width: 991px) {
        .form__input-icon--has-bigger-font-size {
          font-size: 20px; } }
    .form__input-icon--has-no-border:before {
      display: none; }
    .form__input-icon:before {
      content: '';
      position: absolute;
      width: 1px;
      height: calc(100% - 10px);
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      background-color: #808285; }
    .form__input-container--has-icon-right .form__input-icon {
      right: 0; }
  .form__input-icon-img {
    width: 25px; }
  .form__input-container {
    position: relative; }
    .form__input-container--has-resizing-placeholder {
      padding: 0 15px;
      border: solid 1px #b4b4b4; }
      .form__input-container--has-resizing-placeholder label {
        margin-bottom: 0;
        cursor: text;
        font-size: 1em;
        z-index: 10;
        transform: translateY(-50%) scale(1) perspective(0);
        transform-origin: 0;
        transition: top 0.5s, transform 0.5s;
        color: #485159; }
        .form__input-container--has-resizing-placeholder label.is-focus {
          top: 5px;
          transform: translateY(0) scale(0.7) perspective(1px); }
  .form__number-input-spinner {
    position: absolute;
    top: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    width: 25px;
    height: 100%;
    border-left: solid 1px #aaadb0;
    cursor: pointer;
    background-color: white; }
    .form__number-input-spinner-btn {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      text-align: center;
      height: 50%;
      font-size: 18px; }
      .form__number-input-spinner-btn--has-border-top {
        border-top: solid 1px #aaadb0; }
  .form__spacer {
    height: 20px; }
  .form__label--is-highlighted {
    color: #485159; }
  .form__input-container--has-checkbox .form__label, .form__input-container--has-radio-btn .form__label {
    -ms-flex-order: 2;
        order: 2;
    margin-bottom: 0; }
    .form__input-container--has-checkbox .form__label:before, .form__input-container--has-radio-btn .form__label:before {
      position: relative;
      top: 2px;
      display: inline-block;
      width: 1em;
      margin-right: 0.2em;
      font-size: 1.3em;
      font-family: FontAwesome, sans-serif;
      color: #cccccc;
      transition: color 0.5s; }
  .form__input-container--has-checkbox .form__label:before {
    content: "\f096"; }
  .form__input-container--has-checkbox.is-selected .form__label:before {
    content: "\f14a";
    color: #718e7f; }
  .form__input-container--has-radio-btn .form__label:before {
    content: "\f10c"; }
  .form__input-container--has-radio-btn.is-selected .form__label:before {
    content: "\f05d"; }
  .form__input-container.has-error .form__label {
    color: #b9002f; }

.hamburger {
  position: relative;
  width: 25px;
  height: 20px;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.5s; }
  @media screen and (min-width: 992px) {
    .hamburger {
      width: 35px; } }
  .hamburger:hover, .hamburger.is-opened {
    opacity: 1; }
  .hamburger__line {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #4f5253;
    opacity: 1;
    transform: rotate(0deg);
    transition: all 0.5s ease-in-out; }
    .hamburger__line:nth-child(1) {
      top: 0; }
    .hamburger__line:nth-child(2), .hamburger__line:nth-child(3) {
      top: 50%;
      transform: translateY(-50%); }
    .hamburger__line:nth-child(4) {
      bottom: 0; }
    .hamburger__line--is-white {
      background: white; }
  .hamburger.is-opened .hamburger__line:nth-child(1) {
    top: 50%;
    left: 50%;
    width: 0; }
  .hamburger.is-opened .hamburger__line:nth-child(2) {
    transform: rotate(45deg); }
  .hamburger.is-opened .hamburger__line:nth-child(3) {
    transform: rotate(-45deg); }
  .hamburger.is-opened .hamburger__line:nth-child(4) {
    bottom: 50%;
    left: 50%;
    width: 0; }

.header {
  position: relative;
  font-size: 33px;
  font-weight: 900;
  text-align: center; }
  @media screen and (max-width: 991px) {
    .header--is-smaller-below-desktop {
      font-size: 28px; } }
  @media screen and (max-width: 767px) {
    .header--is-smaller-mobile {
      font-size: 22px; } }
  .header--has-underline:after {
    content: '';
    position: absolute;
    top: calc(100% + 25px);
    left: 50%;
    transform: translateX(-50%);
    width: 35px;
    height: 1px;
    background-color: #8d8d8d; }
  @media screen and (max-width: 767px) {
    .header--has-underline:after {
      top: calc(100% + 15px); } }
  .header--is-primary-color {
    color: #566d6a; }
  .header--is-color-black-light {
    color: #122b1f; }
  .header--is-color-white {
    color: white; }
  .header--is-color-gray {
    color: #566d6a; }
  .header--is-color-gray-light {
    color: #aaadb0; }
  .header--is-biggest {
    font-size: 72px;
    font-weight: 900; }
    @media screen and (max-width: 991px) {
      .header--is-biggest {
        font-size: 60px; } }
    @media screen and (max-width: 767px) {
      .header--is-biggest {
        font-size: 40px; } }
  .header--is-sub-biggest {
    font-size: 42px;
    font-weight: 300;
    color: #808285; }
    @media screen and (max-width: 991px) {
      .header--is-sub-biggest {
        font-size: 35px; } }
    @media screen and (max-width: 767px) {
      .header--is-sub-biggest {
        font-size: 22px; } }
  .header--is-big {
    font-size: 42px;
    font-weight: 900; }
    @media screen and (max-width: 1299px) {
      .header--is-big {
        font-size: 32px; } }
    @media screen and (max-width: 767px) {
      .header--is-big-smaller-mobile {
        font-size: 22px; } }
  .header--is-sub-big {
    font-size: 25px;
    font-weight: 300;
    color: #8e8e8d; }
    @media screen and (max-width: 1299px) {
      .header--is-sub-big {
        font-size: 20px; }
        .header--is-sub-big.header--is-not-resizing {
          font-size: 25px; } }
  .header--is-medium-size {
    font-size: 50px; }
    @media screen and (max-width: 767px) {
      .header--is-medium-size {
        font-size: 30px; } }
    @media screen and (max-width: 767px) {
      .header--is-medium-size-smaller-mobile {
        font-size: 28px; } }
    @media screen and (max-width: 767px) {
      .header--is-medium-size-smallest-mobile {
        font-size: 26px; } }
  .header--is-sub-medium-size {
    font-size: 34px; }
    @media screen and (max-width: 767px) {
      .header--is-sub-medium-size {
        font-size: 24px; } }
  .header--is-sub-section-header {
    font-size: 31px; }
    @media screen and (max-width: 767px) {
      .header--is-sub-section-header {
        font-size: 27px; } }
  .header--is-big-2 {
    font-size: 32px; }
  .header--is-big-3 {
    font-size: 41px; }
    @media screen and (max-width: 767px) {
      .header--is-big-3 {
        font-size: 28px; } }
  .header--is-normal-size {
    font-size: 26px; }
  .header--is-normal-size-2 {
    font-size: 25px; }
  .header--is-small-size {
    font-size: 24px; }
  .header--is-small-size-2 {
    font-size: 22px; }
  .header--is-smaller-size {
    font-size: 21px; }
  .header--is-smaller-size-2 {
    font-size: 17px; }
  .header--is-smaller-size-3 {
    font-size: 18px; }
  .header--is-smaller-size-4 {
    font-size: 19px; }
  .header--is-smallest-size {
    font-size: 16px; }
  .header--is-smallest-size-2 {
    font-size: 13px; }
  .header--is-default-size {
    font-size: 14px; }
  @media screen and (max-width: 767px) {
    .header--is-small-xs-down {
      font-size: 20px !important; } }
  .header.pronature {
    text-align: center;
    color: #024638 !important;
    font-size: 36px;
    font-weight: 700 !important;
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      .header.pronature {
        font-size: 27px; } }
    .header.pronature.text-center {
      text-align: center; }

.home-middle-section {
  height: 1050px;
  padding-top: 180px;
  background-image: url("../img/home_bg_boat.jpg");
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat; }
  @media screen and (max-width: 991px) {
    .home-middle-section {
      padding: 60px 20px 20px 20px; } }
  @media screen and (max-width: 767px) {
    .home-middle-section {
      background-position: 80% 0; } }
  .home-middle-section__content {
    max-width: 750px;
    margin: auto;
    text-align: center; }
  .home-middle-section__title {
    font-size: 50px;
    font-weight: bold;
    color: #122b1f; }
    @media screen and (max-width: 767px) {
      .home-middle-section__title {
        font-size: 30px;
        max-width: 80%;
        margin: auto; } }
  .home-middle-section__paragraph {
    font-weight: 300;
    font-size: 16px;
    color: #485159;
    line-height: 2; }
    @media screen and (max-width: 767px) {
      .home-middle-section__paragraph {
        line-height: 1.5; } }
    .home-middle-section__paragraph-wrapper {
      margin-top: 50px; }
  .home-middle-section__btn-wrapper {
    margin-top: 40px; }

.home-top-section {
  position: relative;
  padding: 0 20px 20px 20px;
  z-index: 10; }
  .home-top-section__container {
    height: calc(100vh - 110px - 20px);
    background-image: url("../img/background_home_top_section.jpg");
    background-size: cover;
    background-position: center;
    position: relative; }
    @media screen and (max-width: 1599px) {
      .home-top-section__container {
        background-position: 70% center; } }
    @media screen and (max-width: 1199px) {
      .home-top-section__container {
        background-position: 70% center;
        height: 665px; } }
    @media screen and (max-width: 991px) {
      .home-top-section__container {
        height: 500px; } }
    @media screen and (max-width: 767px) {
      .home-top-section__container {
        height: 400px;
        background-image: url("../img/background_home_top_section_sm.jpg");
        background-position: 30% center; } }
  @media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 192dpi) {
    .home-top-section__container {
      background-image: url("../img/background_home_top_section_sm@2x.jpg"); } }
    .home-top-section__container:before {
      width: 70%;
      height: 50%;
      position: absolute;
      content: "";
      bottom: 0;
      left: 0;
      background: linear-gradient(10deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 70%); }
  .home-top-section__logo-wrapper {
    position: absolute;
    left: 13%;
    bottom: 12%; }
    @media screen and (max-width: 1599px) {
      .home-top-section__logo-wrapper {
        left: 150px; } }
    @media screen and (max-width: 1199px) {
      .home-top-section__logo-wrapper {
        left: 50px; } }
  .home-top-section__logo {
    max-height: 110px;
    width: auto; }
    @media screen and (max-width: 1199px) {
      .home-top-section__logo {
        max-height: 90px; } }
    @media screen and (max-width: 767px) {
      .home-top-section__logo {
        max-height: 70px; } }
  .home-top-section__title-wrapper {
    position: absolute;
    top: 210px;
    left: 13%;
    max-width: 600px; }
    @media screen and (max-width: 1599px) {
      .home-top-section__title-wrapper {
        top: 150px;
        left: 150px; } }
    @media screen and (max-width: 1199px) {
      .home-top-section__title-wrapper {
        top: 50px;
        left: 50px; } }
    @media screen and (max-width: 991px) {
      .home-top-section__title-wrapper {
        max-width: 400px; } }
  .home-top-section__title {
    font-size: 74px;
    font-weight: 900;
    color: white;
    text-transform: uppercase;
    text-shadow: -1px 0px 92px #999; }
    @media screen and (min-width: 2000px) {
      .home-top-section__title {
        font-size: 82px; } }
    @media screen and (max-width: 1599px) {
      .home-top-section__title {
        font-size: 64px; } }
    @media screen and (max-width: 1199px) {
      .home-top-section__title {
        font-size: 54px;
        text-shadow: 1px 1px 1px #979fa7; } }
    @media screen and (max-width: 991px) {
      .home-top-section__title {
        font-size: 40px; } }
    @media screen and (max-width: 767px) {
      .home-top-section__title {
        font-size: 30px; } }
  .home-top-section__footer {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    padding-bottom: 25px; }
    @media screen and (max-width: 767px) {
      .home-top-section__footer {
        display: none; } }
    .home-top-section__footer-text {
      font-size: 13px;
      color: white;
      font-weight: 900;
      line-height: 1.5; }
    .home-top-section__footer-icon {
      position: relative;
      z-index: 1;
      display: block;
      max-width: 50px;
      margin: auto;
      margin-top: 12px;
      padding: 14px; }
      .home-top-section__footer-icon-wrapper {
        position: relative;
        display: block;
        margin: auto;
        width: 50px;
        text-align: center;
        opacity: 0;
        transition: transform 500ms, opacity 500ms;
        animation: levitate-initial 1000ms linear 1000ms forwards, levitate 1000ms infinite 2000ms; }
        .home-top-section__footer-icon-wrapper:before {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          border: solid 3px white;
          border-radius: 50%;
          width: 50px;
          box-sizing: border-box;
          height: 50px; }

@keyframes levitate-initial {
  0% {
    opacity: 0;
    transform: translateY(0px); }
  100% {
    opacity: 1;
    transform: translateY(5px); } }

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

.horizontal-infos {
  padding: 0 90px; }
  @media screen and (max-width: 991px) {
    .horizontal-infos {
      padding: 80px 0;
      padding-bottom: 0; } }
  .horizontal-infos__item {
    padding-bottom: 15px; }
    .horizontal-infos__item + .horizontal-infos__item {
      padding-top: 15px;
      border-top: solid 1px #c3bdb6; }
  .horizontal-infos__img-wrapper {
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-preferred-size: 45px;
        flex-basis: 45px;
    padding-right: 20px; }
  .horizontal-infos__img, .horizontal-infos svg {
    width: 45px; }
  .horizontal-infos__title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    color: #28724f; }
  .horizontal-infos__description {
    margin-top: 10px;
    font-weight: 300;
    font-size: 14px;
    color: #485159; }

.horizontal-infos.pronature {
  padding: 50px 50px 30px;
  background-color: #024638;
  margin: 0 0 0 50px;
  border-radius: 30px; }
  @media screen and (max-width: 1299px) {
    .horizontal-infos.pronature {
      padding: 40px 40px 20px; } }
  @media screen and (max-width: 991px) {
    .horizontal-infos.pronature {
      margin: 40px 0 -40px; } }
  @media screen and (max-width: 767px) {
    .horizontal-infos.pronature {
      padding: 30px 30px 10px; } }
  .horizontal-infos.pronature .horizontal-infos__item {
    padding-bottom: 20px; }
    .horizontal-infos.pronature .horizontal-infos__item + .horizontal-infos__item {
      padding-top: 20px;
      border-top: solid 1px #fff; }
  .horizontal-infos.pronature .horizontal-infos__img-wrapper {
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-preferred-size: 50px;
        flex-basis: 50px;
    padding-right: 20px; }
  .horizontal-infos.pronature .horizontal-infos__img, .horizontal-infos.pronature svg {
    width: 100px; }
  .horizontal-infos.pronature .horizontal-infos__title {
    font-weight: bold;
    font-size: 21px;
    color: #fff;
    font-family: "Gooper7-SemiBold"; }
  .horizontal-infos.pronature .horizontal-infos__description {
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
    font-family: "obviously-narrow", sans-serif; }

.img-tag__thumbnail {
  max-width: 100%;
  height: 100%; }
  .img-tag__thumbnail:not(.swiper-initialized) .img-tag__thumbnail-wrapper {
    -ms-flex-pack: center;
        justify-content: center; }
  .img-tag__thumbnail:not(.swiper-initialized) .img-tag__thumbnail-slide {
    max-width: calc(25% - 8px);
    margin: 0 5px; }
    @media screen and (max-width: 991px) {
      .img-tag__thumbnail:not(.swiper-initialized) .img-tag__thumbnail-slide {
        max-width: calc(33.33% - 8px); } }
  .img-tag__thumbnail.slider-disabled + .img-tag__button-container {
    display: none; }
  .img-tag__thumbnail-slide {
    background: #ffffff;
    border: 1px solid #C3BDB6;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    height: 75px;
    cursor: pointer; }
    @media screen and (max-width: 991px) {
      .img-tag__thumbnail-slide {
        height: 60px; } }
    .img-tag__thumbnail-slide img {
      width: 100% !important;
      height: 100% !important;
      object-fit: cover; }
  .img-tag__thumbnail-container {
    position: relative;
    height: 75px;
    max-width: 360px;
    margin: -30px 0 0 17% !important; }
    @media screen and (max-width: 1299px) {
      .img-tag__thumbnail-container {
        margin: -30px 0 0 11.5% !important; } }
    @media screen and (max-width: 991px) {
      .img-tag__thumbnail-container {
        height: 60px;
        max-width: 220px;
        margin: -30px 0 0 19% !important; } }
    @media screen and (max-width: 767px) {
      .img-tag__thumbnail-container {
        margin: 0 auto !important; } }

.img-tag__button {
  width: 30px;
  height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 50%;
  position: absolute;
  border: 1px solid black;
  transform: translateY(-50%);
  cursor: pointer; }
  .img-tag__button-container {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 50%; }
  .img-tag__button--prev {
    left: -40px; }
    .img-tag__button--prev svg {
      transform: translateX(-1px); }
  .img-tag__button--next {
    right: -40px; }
    .img-tag__button--next svg {
      transform: translateX(1px); }
  .img-tag__button.swiper-button-disabled {
    opacity: 0.5;
    cursor: default; }
  .img-tag__button svg {
    width: 7px; }

.link {
  display: inline-block;
  color: #aaadb0;
  text-decoration: underline;
  font-weight: bold; }
  .link--is-darker {
    color: #718e7f; }
  .link--has-no-text-decoration {
    text-decoration: none; }
    .link--has-no-text-decoration span {
      text-decoration: underline; }

.store_list {
  -ms-flex-align: stretch;
      align-items: stretch; }

.location-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex: 1;
      flex: 1; }
  .location-list__item {
    position: relative;
    padding-bottom: 30px;
    -ms-flex: 1;
        flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
  .location-list__item-bottom-border {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    overflow: hidden; }
    .location-list__item-bottom-border:before {
      content: '';
      width: 120%;
      height: 80px;
      position: absolute;
      left: 0;
      top: 0;
      border-radius: 50%;
      box-shadow: 0 30px 20px -20px #e8e8e8;
      transform: translate(-10%, -105%); }
  .location-list__item-wrapper {
    padding: 0 60px;
    margin-bottom: 50px; }
    @media screen and (max-width: 991px) {
      .location-list__item-wrapper {
        padding: 0 15px; } }
    @media screen and (max-width: 991px) {
      .location-list__item-wrapper--is-last {
        margin-bottom: 0; } }
    @media screen and (max-width: 767px) {
      .location-list__item-wrapper {
        padding-right: 0; } }
  .location-list__item-title {
    color: #122b1f;
    margin-bottom: 10px;
    font-size: 17px;
    text-transform: uppercase; }
    .location-list__item-title--no-margin {
      margin-bottom: 0; }
  .location-list__item-gray-text {
    color: #485159;
    line-height: 24px;
    font-weight: 200; }
  .location-list__item-line-of-text {
    margin-top: 8px;
    color: #485159;
    font-weight: 600; }
    .location-list__item-line-of-text a {
      color: #485159;
      font-weight: 600; }
  .location-list__item-footer {
    margin-top: 25px; }
    .location-list__item-footer a {
      -ms-flex: 1;
          flex: 1;
      font-weight: 600;
      color: #28724f;
      text-transform: uppercase; }
    .location-list__item-footer-icon {
      width: 22px;
      margin-right: 5px; }
  .location-list__facebook-icon {
    color: #4259ab;
    font-size: 18px; }
  .location-list__website-icon {
    width: 16px; }
  .location-list__icons-row {
    min-height: 20px;
    margin-top: 15px; }
    .location-list__icons-row > * + * {
      margin-left: 10px; }
  .location-list__paginator {
    padding-top: 75px; }
  .location-list__distance {
    margin-top: 5px;
    text-transform: lowercase;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400; }
  .location-list__distance-icon {
    width: 15px;
    margin-right: 5px; }
  .location-list__item-brands-header {
    margin-top: 20px; }
  .location-list__item-brands-list li {
    margin-top: 5px; }
    .location-list__item-brands-list li span {
      color: white;
      display: inline-block;
      min-width: 60px;
      text-align: center;
      padding: 5px;
      font-size: 12px; }
      .location-list__item-brands-list li span.pronature {
        background-color: #72BF44; }
      .location-list__item-brands-list li span.life {
        background-color: #04A6A2; }
      .location-list__item-brands-list li span.holistic {
        background-color: #4C3D2A; }

.location-notice {
  margin: -40px 60px 60px;
  background: #718E7F;
  position: relative;
  padding: 50px 60px 45px 60px;
  width: 100%; }
  @media screen and (max-width: 1299px) {
    .location-notice {
      padding: 50px 50px 45px 50px; } }
  @media screen and (max-width: 991px) {
    .location-notice {
      margin: -40px 15px 40px;
      padding: 50px 40px 45px 40px; } }
  @media screen and (max-width: 767px) {
    .location-notice {
      padding: 0;
      margin: -60px 15px 40px; } }
  .location-notice__title {
    max-width: 50%;
    position: relative;
    z-index: 10; }
    @media screen and (max-width: 767px) {
      .location-notice__title {
        max-width: 100%;
        padding: 30px; } }
    .location-notice__title h2 {
      color: white;
      font-size: 22px;
      line-height: 1.2; }
      @media screen and (max-width: 767px) {
        .location-notice__title h2 {
          font-size: 20px; } }
  .location-notice__img {
    position: absolute;
    right: 0;
    top: 0;
    width: 55%;
    height: 100%; }
    @media screen and (max-width: 767px) {
      .location-notice__img {
        position: relative;
        right: auto;
        height: 200px;
        width: 100%; } }
    .location-notice__img:before {
      width: 50%;
      height: 100%;
      left: -1px;
      top: 0;
      content: "";
      background: linear-gradient(90deg, #718e7f 0%, rgba(113, 142, 127, 0) 100%);
      position: absolute; }
      @media screen and (max-width: 767px) {
        .location-notice__img:before {
          width: 100%;
          height: 50%;
          left: 0;
          top: auto;
          bottom: -1px;
          background: linear-gradient(0deg, #718e7f 0%, rgba(113, 142, 127, 0) 100%); } }
    .location-notice__img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.locator__form {
  margin: auto;
  margin-bottom: 25px; }

.locator__filters-trigger {
  margin-bottom: 20px; }

.locator__sub-input {
  margin-top: 10px; }
  @media screen and (min-width: 768px) {
    .locator__sub-input {
      position: absolute; } }

.main-sections-thumbnails {
  text-transform: uppercase; }
  .main-sections-thumbnails__label {
    height: 100%;
    z-index: 10;
    cursor: pointer; }
  .main-sections-thumbnails__thumbnail {
    position: relative;
    height: 110px;
    -ms-flex: 1;
        flex: 1;
    background-image: linear-gradient(to right, white, #f2f5f8);
    overflow: hidden;
    transition: background 0.5s;
    cursor: pointer;
    border-radius: 10px; }
    .main-sections-thumbnails__thumbnail--has-bg-black {
      background-image: none;
      background-color: #718e7f; }
      .main-sections-thumbnails__thumbnail--has-bg-black.is-selected {
        background-color: #5a7266; }
    .main-sections-thumbnails__thumbnail--has-no-border-radius {
      border-radius: 0; }
    .main-sections-thumbnails__thumbnail--has-bg-image {
      width: 114px;
      height: 97px;
      background-image: url("../img/btn_carousel.png");
      background-size: cover; }
      .main-sections-thumbnails__thumbnail--has-bg-image:after, .main-sections-thumbnails__thumbnail--has-bg-image:before {
        display: none; }
      .main-sections-thumbnails__thumbnail--has-bg-image:active, .main-sections-thumbnails__thumbnail--has-bg-image:focus {
        background-image: url("../img/btn_carousel.png") !important; }
      .main-sections-thumbnails__thumbnail--has-bg-image > a {
        transform: translateX(-10px); }
        .main-sections-thumbnails__thumbnail--has-bg-image > a:hover span {
          color: #485159; }
    .main-sections-thumbnails__thumbnail--is-gray {
      background-image: linear-gradient(#f5f5f5, #e7e7e7); }
    .main-sections-thumbnails__thumbnail--is-taller {
      height: 100%; }
    .main-sections-thumbnails__thumbnail:active--is-gray, .main-sections-thumbnails__thumbnail:focus--is-gray {
      background-image: linear-gradient(#f5f5f5, #e7e7e7); }
    .main-sections-thumbnails__thumbnail:after {
      content: '';
      background-size: cover;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      opacity: 0;
      transition: opacity 500ms; }
    .main-sections-thumbnails__thumbnail.cat:after {
      background-image: url("../img/btn_nav_cat_hover.jpg"); }
    .main-sections-thumbnails__thumbnail.dog:after {
      background-image: url("../img/btn_nav_dog_hover.jpg"); }
    .main-sections-thumbnails__thumbnail--is-gray:after {
      background-image: linear-gradient(#d5d6d7, #ededed 20%, #d4d4d4 100%); }
    .main-sections-thumbnails__thumbnail.is-selected:after {
      opacity: 1 !important; }
    @media screen and (min-width: 1300px) {
      .main-sections-thumbnails__thumbnail:hover span {
        color: #485159; }
      .main-sections-thumbnails__thumbnail:hover:after, .main-sections-thumbnails__thumbnail:hover:before {
        opacity: 1 !important; }
      .main-sections-thumbnails__thumbnail--no-hover:hover:after {
        opacity: 0; }
      .main-sections-thumbnails__thumbnail--no-hover:hover.is-selected:after {
        opacity: 1; } }
    .main-sections-thumbnails__thumbnail-icon {
      position: relative;
      max-height: 38px;
      max-width: 54px;
      margin-bottom: 18px; }
      @media screen and (max-width: 767px) {
        .main-sections-thumbnails__thumbnail-icon {
          margin-bottom: 9px; } }
      .main-sections-thumbnails__thumbnail-icon.dog {
        max-width: 45px; }
    .main-sections-thumbnails__thumbnail-text {
      position: relative;
      color: #718e7f;
      font-weight: bold;
      z-index: 10;
      text-align: center;
      transition: color 300ms; }
      .main-sections-thumbnails__thumbnail--has-bg-black .main-sections-thumbnails__thumbnail-text {
        color: white;
        font-weight: bold; }
    .main-sections-thumbnails__thumbnail a {
      height: 100%;
      position: relative;
      z-index: 10;
      transition: top 0.5s; }
      @media screen and (min-width: null) {
        .main-sections-thumbnails__thumbnail a:hover {
          top: 0; } }
    .main-sections-thumbnails__thumbnail + .main-sections-thumbnails__thumbnail {
      border-left: solid white 1px; }
      @media screen and (max-width: 767px) {
        .main-sections-thumbnails__thumbnail + .main-sections-thumbnails__thumbnail {
          border-left: solid black 1px; } }

.map {
  position: relative;
  width: 100%;
  height: 100%; }
  .map * {
    box-sizing: content-box; }
  .map__container {
    position: relative;
    width: 100%;
    height: 420px;
    transform: translateY(-55px); }
    @media screen and (max-width: 767px) {
      .map__container {
        height: 210px;
        transform: none;
        margin: 20px 0 40px 0; } }
  .map__loader {
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    transform-origin: 0;
    transform: translateY(-50%); }
    .map__loader-icon {
      opacity: 0;
      width: 40px;
      animation-duration: 1.5s;
      animation-iteration-count: infinite; }
      .map__loader-icon + .map__loader-icon {
        margin-left: 30px; }
      .map__loader-icon:nth-child(1) {
        transform: translateY(60%);
        animation-name: show-paws-1; }
      .map__loader-icon:nth-child(2) {
        transform: translateY(-60%);
        animation-name: show-paws-2; }
      .map__loader-icon:nth-child(3) {
        transform: translateY(60%);
        animation-name: show-paws-3; }
      .map__loader-icon:nth-child(4) {
        transform: translateY(-60%);
        animation-name: show-paws-4; }
  .map__shadow {
    position: absolute;
    z-index: 1;
    pointer-events: none; }
    .map__container.is-loading .map__shadow {
      display: none; }
    .map__shadow--is-left {
      top: 0;
      left: 0;
      background-image: linear-gradient(to right, #d7d7d7 0%, rgba(255, 255, 255, 0.0001) 100%); }
    .map__shadow--is-right {
      top: 0;
      right: 0;
      background-image: linear-gradient(to left, #d7d7d7 0%, rgba(255, 255, 255, 0.0001) 100%); }
    .map__shadow--is-bottom {
      bottom: 0;
      left: 0;
      background-image: linear-gradient(to top, #d7d7d7 0%, rgba(255, 255, 255, 0.0001) 100%); }
    .map__shadow--is-horizontal {
      width: 100%;
      height: 40px; }
    .map__shadow--is-vertical {
      width: 40px;
      height: 100%; }

.gm-bundled-control {
  bottom: 80px !important;
  right: 40px !important;
  z-index: 2; }

@keyframes show-paws-1 {
  0% {
    opacity: 0; }
  40% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes show-paws-2 {
  0% {
    opacity: 0; }
  15% {
    opacity: 0; }
  55% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes show-paws-3 {
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  65% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes show-paws-4 {
  0% {
    opacity: 0; }
  35% {
    opacity: 0; }
  85% {
    opacity: 1; }
  100% {
    opacity: 1; } }

.message-panel {
  position: relative;
  height: 500px;
  transition: opacity 2s, transform 0.5s; }
  @media screen and (max-width: 767px) {
    .message-panel {
      height: 200px;
      -ms-flex-align: center;
          align-items: center;
      padding-bottom: 0; } }
  .message-panel:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
    max-width: 800px;
    background-position: 30% 0; }
    @media screen and (max-width: 1299px) {
      .message-panel:before {
        background-position: 40% 0; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .message-panel:before {
        height: 90%;
        background-position: 30% 0; } }
  @media screen and (min-width: 768px) and (max-width: 1299px) {
    .message-panel--has-bg-dog {
      -ms-flex-pack: start;
          justify-content: flex-start;
      padding-left: 30px; } }
  .message-panel--has-bg-dog:before {
    z-index: 0;
    background-position: left top;
    background-image: url("/static/img/background_testimonial_dog.jpg"); }
  .message-panel--has-bg-cat:before {
    z-index: 0;
    background-position: left top;
    background-image: url("/static/img/background_testimonial_cat.jpg"); }
    @media screen and (max-width: 1299px) {
      .message-panel--has-bg-cat:before {
        background-position: 10% 0; } }
  @media screen and (min-width: 1600px) {
    .message-panel {
      -ms-flex-pack: start;
          justify-content: flex-start;
      padding-left: 450px; } }
  .message-panel__content {
    padding-right: 20px; }
    @media screen and (min-width: 1300px) and (max-width: 1600px) {
      .message-panel__content {
        padding-right: 50px; } }
    @media screen and (max-width: 767px) {
      .message-panel__content {
        margin-top: 0;
        transform: scale(0.7);
        transform-origin: top right; } }
  .message-panel__header {
    margin-top: 8px; }
  .message-panel__button {
    position: relative;
    z-index: 1;
    margin-top: 40px; }
    @media screen and (max-width: 991px) {
      .message-panel__button {
        margin-top: 20px; } }

.pronature .message-panel {
  position: relative;
  min-height: 420px;
  height: 100%;
  width: 100%;
  padding: 0;
  transition: opacity 2s, transform 0.5s; }
  @media screen and (max-width: 991px) {
    .pronature .message-panel {
      min-height: 350px; } }
  @media screen and (max-width: 767px) {
    .pronature .message-panel {
      min-height: 250px; } }
  .pronature .message-panel:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: bottom left;
    max-width: 100%;
    background-image: url("/static/img/background_testimonial.jpg"); }
    @media screen and (max-width: 1299px) {
      .pronature .message-panel:before {
        background-position: 92% 0; } }
    @media screen and (max-width: 991px) {
      .pronature .message-panel:before {
        background-position: 75% 0; } }
    @media screen and (max-width: 767px) {
      .pronature .message-panel:before {
        background-position: 35% 0%;
        background-image: url("/static/img/background_testimonial_mobile.jpg"); } }
  .pronature .message-panel__container {
    width: 100%; }
    .pronature .message-panel__container--half {
      width: 50%; }
      @media screen and (max-width: 991px) {
        .pronature .message-panel__container--half {
          width: 100%; } }
      .pronature .message-panel__container--half .message-panel:before {
        background-position: center left;
        background-image: url("/static/img/background_testimonial_half.jpg"); }
        @media screen and (max-width: 991px) {
          .pronature .message-panel__container--half .message-panel:before {
            background-position: 20% 0; } }
        @media screen and (max-width: 767px) {
          .pronature .message-panel__container--half .message-panel:before {
            background-position: bottom right;
            background-image: url("/static/img/background_testimonial_half_mobile.jpg"); } }
      .pronature .message-panel__container--half .message-panel__content {
        padding: 40px 20px 40px 37%; }
        @media screen and (max-width: 1299px) {
          .pronature .message-panel__container--half .message-panel__content {
            padding: 40px 20px 40px 40px; } }
        @media screen and (max-width: 991px) {
          .pronature .message-panel__container--half .message-panel__content {
            padding: 40px 0 0 50%; } }
        @media screen and (max-width: 767px) {
          .pronature .message-panel__container--half .message-panel__content {
            padding: 40px 20px; } }
  .pronature .message-panel__content {
    position: relative;
    z-index: 1;
    padding: 80px 0 0 60%; }
    @media screen and (max-width: 1299px) {
      .pronature .message-panel__content {
        padding: 80px 0 0 50%; } }
    @media screen and (max-width: 991px) {
      .pronature .message-panel__content {
        padding: 60px 0 0 55%; } }
    @media screen and (max-width: 767px) {
      .pronature .message-panel__content {
        padding: 40px 20px;
        transform: scale(1); } }
  .pronature .message-panel .header {
    text-shadow: 2px 2px 10px #ffffff;
    font-size: 35px !important;
    font-weight: 700 !important;
    color: #024638 !important;
    line-height: 1.2 !important;
    text-transform: uppercase; }
    @media screen and (max-width: 991px) {
      .pronature .message-panel .header {
        font-size: 30px !important; } }
    @media screen and (max-width: 991px) {
      .pronature .message-panel .header {
        font-size: 25px !important; } }
  .pronature .message-panel__button {
    position: relative;
    z-index: 1;
    margin-top: 30px;
    border: none;
    display: inline-block;
    padding: 20px;
    color: #024638;
    text-transform: none;
    background-color: white;
    font-family: "Gooper7-SemiBold";
    text-align: center;
    font-size: 16px;
    transition: transform 0.5s, background 0.5s; }
    .pronature .message-panel__button:hover {
      transform: translateY(-5px); }

.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#434446, black);
  z-index: 25;
  text-transform: none;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  .mobile-menu__content {
    height: 100%; }
    .has-submenu-opened .mobile-menu__content {
      display: block; }
  .mobile-menu.has-submenu-opened {
    background-image: none;
    background-color: white; }
  .mobile-menu__top-section {
    padding: 0 1em;
    height: 60px; }
    .mobile-menu__top-section-back-btn {
      visibility: hidden;
      width: 30px;
      margin-left: 10px; }
      .has-submenu-opened .mobile-menu__top-section-back-btn {
        visibility: visible; }
  .mobile-menu__main-sections-thumbnails {
    height: 83px; }
  .mobile-menu__main-content-container {
    -ms-flex: 1;
        flex: 1;
    padding: 2em;
    padding-top: 0.5em; }
    .has-submenu-opened .mobile-menu__main-content-container {
      display: none; }
  .mobile-menu__list {
    -ms-flex: 1;
        flex: 1; }
  .mobile-menu__list-item {
    padding: 4vh 1em;
    -ms-flex: 1;
        flex: 1; }
    .mobile-menu__list-item + .mobile-menu__list-item {
      border-top: solid 1px #808285; }
  .mobile-menu__link {
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold; }
  .mobile-menu__btn {
    margin-top: 20px;
    display: block;
    font-size: 16px;
    font-weight: bold; }
  .mobile-menu__sub-content-container {
    display: none; }
  .mobile-menu__thumbnail {
    padding: 20px;
    background-image: linear-gradient(white 0%, #efefef 100%); }
    .mobile-menu__thumbnail-left-section {
      width: 80px;
      padding: 0;
      margin-right: 20px; }
    .mobile-menu__thumbnail-icon {
      display: block;
      max-width: 100%;
      max-height: 50px; }
    .mobile-menu__thumbnail-preheader {
      color: #808285;
      font-size: 20px;
      font-weight: 300; }
    .mobile-menu__thumbnail-header {
      width: 100%;
      font-size: 24px;
      font-weight: bold; }
    .mobile-menu__thumbnail-text {
      -ms-flex: 1;
          flex: 1;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      gap: 10px;
      transform: translateY(3px); }
  .mobile-menu__hamburger {
    width: 35px; }
  .mobile-menu__hamburger-line {
    background-color: white;
    opacity: 0.7; }
    .has-submenu-opened .mobile-menu__hamburger-line {
      background-color: black; }
  .mobile-menu__sub-content-section {
    margin-top: 40px; }
    .mobile-menu__sub-content-section--has-smaller-margin-top {
      margin-top: 20px; }
    .mobile-menu__sub-content-section-container {
      margin-top: 40px; }
      .mobile-menu__sub-content-section-container--has-padding {
        padding: 10px 20px; }
      .mobile-menu__sub-content-section-container--has-more-padding {
        padding: 10px 30px; }
  .mobile-menu__section-content-header-small {
    padding-top: 15px;
    font-size: 16px;
    font-weight: normal; }
    .mobile-menu__section-content-header-small--is-light {
      padding-top: 8px;
      color: #808285; }
  .mobile-menu__section-content-link-container {
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center; }
  .mobile-menu__main-sections-thumbnails-text {
    font-size: 15px; }

/*

    <div class="modal" data-dimmer="true" id="modal">
        <div class="modal__close-btn js-close-modal-btn">
			<i class="fa fa-close"></i>
		</div>
		<div class="modal__header">Modal header</div>
		<div class="modal__content">
			<h3>Modal content</h3>
			<p>Donec ullamcorper nulla non metus auctor fringilla. Nullam quis risus eget urna mollis ornare vel eu leo. Vestibulum id ligula porta felis euismod semper. Vestibulum id ligula porta felis euismod semper.
				Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Maecenas sed diam eget risus varius blandit sit amet non magna. Sed posuere consectetur est at lobortis. Etiam porta sem malesuada magna mollis euismod.
				Cras mattis consectetur purus sit amet fermentum. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Aenean lacinia bibendum nulla sed consectetur. Curabitur blandit tempus porttitor.
			</p>
		</div>
		<div class="modal__footer">Modal footer</div>
	</div>
	<div class="dimmer js-dimmer"></div>
	<button class="btn js-show-modal-btn" data-modal-id="modal">Open Modal</button>

*/
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 560px;
  background-color: white;
  border: solid 1px #dedede;
  font-size: 1rem;
  text-align: center;
  z-index: 30;
  visibility: hidden;
  opacity: 0;
  max-height: 80%;
  overflow-y: auto;
  transform: translate(-50%, -50%) scale(0);
  transition: visibility 0.5s, opacity 0.5s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s; }
  @media screen and (max-width: 767px) {
    .modal {
      width: calc(100% - 3em); }
      .modal--is-full-screen {
        width: 100%; } }
  .modal--is-large {
    width: 750px;
    max-width: calc(100% - 40px); }
  .modal--has-iframe {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll; }
  .modal--has-background-gray {
    background-color: #efefef;
    background-image: linear-gradient(to bottom, white 0%, #efefef 100%); }
  .modal.is-visible {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    transition: visibility 0.5s, opacity 0.5s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s; }
    .modal.is-visible.modal--is-full-screen {
      transform: scale(1); }
  .modal--is-largest {
    width: calc(100% - 100px); }
    @media screen and (max-width: 767px) {
      .modal--is-largest {
        top: 0;
        left: 0;
        transform: scale(0);
        width: 100%;
        height: 100%;
        max-height: none;
        max-width: none;
        padding-left: 23px;
        padding-right: 23px;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch; }
        .modal--is-largest.is-visible {
          transform: scale(1); } }
  .modal__title {
    font-size: 29px;
    color: #566d6a;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px; }
    .modal__title--has-mg-b-smaller {
      margin-bottom: 30px; }
  .modal__section-title {
    margin-top: 50px;
    margin-bottom: 30px; }
  .modal__header {
    padding: 1em;
    border-bottom: solid 1px #dedede; }
  .modal__content {
    padding: 110px 90px; }
    .modal__content--has-no-padding {
      padding: 0; }
    .modal__content--has-no-padding-top {
      padding-top: 0; }
    .modal__content--has-extra-padding-bottom {
      padding-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .modal__content {
        padding: 20px;
        padding-top: 80px; }
        .modal__content--has-no-padding {
          padding: 0;
          padding-bottom: 20px; }
        .modal__content--has-no-padding-top {
          padding-top: 0; }
        .modal__content--has-extra-padding-bottom {
          padding-bottom: 40px; } }
  .modal__footer {
    padding: 1em;
    border-top: solid 1px #dedede; }
  .modal__close-btn {
    position: absolute;
    top: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 20px;
    font-size: 1rem;
    cursor: pointer; }
    .modal__close-btn img {
      width: 25px;
      height: 25px; }
    .modal__close-btn--is-small img {
      width: 16px;
      height: 16px; }
  .modal__paragraph {
    color: #485159;
    text-align: center;
    font-weight: 300;
    line-height: 2; }
  .modal__dropdown-container + .modal__dropdown-container {
    margin-top: 20px; }
  .modal__btn {
    width: 300px;
    margin-top: 26px; }
    @media screen and (max-width: 767px) {
      .modal__btn {
        width: 100%; } }
  .modal__section {
    width: 420px;
    margin: auto;
    padding-top: 25px; }
    .modal__section--has-small-padding-top {
      padding-top: 20px; }
    .modal__section--is-small {
      width: 300px; }
    .modal__section-title {
      position: relative;
      text-align: center;
      font-size: 19px;
      font-weight: bold;
      color: #485159; }
    @media screen and (max-width: 479px) {
      .modal__section {
        width: auto; } }
  .modal__error {
    display: block;
    margin-top: 5px;
    color: red; }

/*

    <div class="navbar js-navbar" data-slide-speed="500">
			<div class="navbar__mobile-container grid grid--justify-space-between grid--align-center hidden-md-up">
				<h3 class="navbar__mobile-container-header">Template</h3>
				<div class="navbar__hamburger js-hamburger">
					<div class="navbar__hamburger-line"></div>
					<div class="navbar__hamburger-line"></div>
					<div class="navbar__hamburger-line"></div>
					<div class="navbar__hamburger-line"></div>
				</div>
			</div>
			<div class="navbar__container grid grid--justify-space-between grid--align-center hidden-sm-down js-navbar-container">
				<div class="navbar__section">
					<ul class="navbar__list grid grid--justify-start">
						<li class="navbar__item">
							<a class="navbar__item-link" href="#">Link 1</a>
						</li>
					</ul>
				</div>
				<div class="navbar__section">
					<ul class="navbar__list grid grid--justify-end">
						<li class="navbar__item">
							<a class="navbar__item-link" href="#">Link 4</a>
						</li>
						<li class="navbar__item">
							<a class="navbar__item-link" href="#">Link 5</a>
						</li>
						<li class="navbar__item">
							<a class="navbar__item-link" href="#">Link 6</a>
						</li>
					</ul>
				</div>
			</div>
		</div>

*/
.navbar {
  position: relative;
  font-size: 1rem;
  background-color: white;
  z-index: 150;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (max-width: 991px) {
    .navbar {
      padding-bottom: 0; } }
  .navbar.is-sticky {
    position: fixed;
    width: 100%;
    padding-bottom: 0;
    background-color: white;
    z-index: 25;
    transform: translateY(-150%);
    transition: transform 0.5s;
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.2); }
    .navbar.is-sticky.is-sticky-visible {
      transform: translateY(0); }
  .navbar__container {
    padding: 5px 0;
    height: 110px;
    -ms-flex-align: start;
        align-items: flex-start; }
  .navbar__mobile-container {
    padding: 1em;
    background-color: white; }
    .navbar__mobile-container-header {
      font-size: 1.5em;
      color: black; }
  .navbar__main-sections-thumbnails {
    width: 236px;
    height: 100%; }
    @media screen and (max-width: 991px) {
      .navbar__main-sections-thumbnails {
        width: 200px; } }
  @media screen and (min-width: 992px) {
    .navbar__hamburger {
      width: 80px; } }
  @media screen and (max-width: 991px) {
    .navbar__hamburger {
      margin-left: 20px; } }
  .navbar__list {
    height: 100%;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center; }
  .navbar__middle-section {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 280px; }
    @media screen and (max-width: 1299px) {
      .navbar__middle-section {
        max-width: 200px; } }
  .navbar__section {
    height: 100%; }
    .navbar__section--small {
      max-width: 37%; }
  .navbar__item {
    position: relative;
    height: 100%; }
    @media only screen and (max-width: 1500px) {
      .navbar__item:nth-child(1) {
        -ms-flex-order: 2;
            order: 2; }
      .navbar__item:nth-child(2) {
        -ms-flex-order: 3;
            order: 3; }
      .navbar__item:nth-child(3) {
        -ms-flex-order: 4;
            order: 4;
        padding-right: 0; } }
    .navbar__item--logo {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      @media only screen and (max-width: 1500px) {
        .navbar__item--logo {
          width: 100%;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-order: 1;
              order: 1;
          -ms-flex-pack: end;
              justify-content: flex-end;
          margin: 0 0 10px; } }
      .navbar__item--logo img {
        max-height: 43px; }
    .navbar__item--has-padding {
      padding: 0 10px; }
    .navbar__item--has-separator-after {
      display: -ms-flexbox;
      display: flex; }
      .navbar__item--has-separator-after:before {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        background-color: #718e7f;
        width: 1px;
        height: 30px; }
    .navbar__item--has-separator-hider:after {
      content: '';
      position: absolute;
      top: 0;
      transform: translateY(-100%);
      right: 0;
      background-color: white;
      width: 1px;
      height: 50px; }
  .navbar__item-link {
    width: 100%;
    color: black;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none; }
    @media screen and (max-width: 1299px) {
      .navbar__item-link {
        font-size: 13px; } }
    .navbar__item-link--has-padding {
      padding: 10px 0; }
    @media screen and (max-width: 991px) {
      .navbar__item-link--has-padding-top-below-desktop {
        -ms-flex-pack: justify;
            justify-content: space-between;
        padding-top: 20px; } }
  .navbar__item-link-logo {
    position: relative;
    z-index: 20; }
    .navbar__item-link-logo--is-big {
      display: none;
      top: 30px;
      max-width: 180px; }
      @media screen and (min-width: 992px) {
        .is-pronature-navbar.is-homepage .navbar__item-link-logo--is-big {
          display: block; } }
      @media screen and (max-width: 991px) {
        .navbar__item-link-logo--is-big {
          display: block;
          top: 0;
          max-width: 110px; } }
    .navbar__item-link-logo--is-small {
      max-width: 160px; }
      .is-sticky .navbar__item-link-logo--is-small {
        display: block; }
      .is-pronature-navbar.is-homepage .navbar__item-link-logo--is-small {
        display: none; }
        @media screen and (max-width: 991px) {
          .is-pronature-navbar.is-homepage .navbar__item-link-logo--is-small {
            display: block; } }
    @media screen and (max-width: 991px) {
      .navbar__item-link-logo {
        max-width: 160px; } }
    @media screen and (max-width: 991px) {
      .navbar__item-link-logo {
        max-width: 100px; } }
  .navbar__item-link-logo-full-height {
    position: relative;
    z-index: 5;
    display: block;
    height: 50px;
    margin-left: 20px; }
    @media screen and (max-width: 991px) {
      .navbar__item-link-logo-full-height {
        margin-left: 0; } }

.newsletter_landing {
  background: linear-gradient(to right, #e1e1e1 0%, #ffffff 55%, #ffffff 70%, #f0f0f0 100%);
  position: relative;
  padding: 110px 0 0 0; }
  @media screen and (max-width: 991px) {
    .newsletter_landing {
      padding: 0; } }
  .newsletter_landing form,
  .newsletter_landing div.confirmation {
    position: fixed;
    right: 0;
    height: 575px;
    top: 110px;
    width: 25%;
    max-width: 400px;
    min-width: 350px;
    z-index: 10;
    background-color: #80a190; }
    @media screen and (max-width: 991px) {
      .newsletter_landing form,
      .newsletter_landing div.confirmation {
        position: relative !important;
        width: 100%;
        top: auto;
        right: auto;
        max-width: 100%;
        height: auto; } }
  @media screen and (max-width: 991px) and (max-width: 767px) {
    .newsletter_landing form,
    .newsletter_landing div.confirmation {
      min-width: 0; } }
    .newsletter_landing form > div,
    .newsletter_landing div.confirmation > div {
      position: absolute;
      top: 50%;
      left: 0;
      padding: 0 50px;
      transform: translateY(-50%); }
      @media screen and (max-width: 991px) {
        .newsletter_landing form > div,
        .newsletter_landing div.confirmation > div {
          padding: 90px 50px;
          position: relative;
          top: auto;
          transform: translateY(0); } }
  @media screen and (max-width: 991px) and (max-width: 767px) {
    .newsletter_landing form > div,
    .newsletter_landing div.confirmation > div {
      padding: 50px 5%; } }
      .newsletter_landing form > div h2,
      .newsletter_landing div.confirmation > div h2 {
        color: #4f5253;
        font-size: 24px;
        text-align: center;
        margin: 0 0 45px; }
        .newsletter_landing form > div h2.confirmMessage,
        .newsletter_landing div.confirmation > div h2.confirmMessage {
          margin: 0; }
      .newsletter_landing form > div .row,
      .newsletter_landing div.confirmation > div .row {
        position: relative; }
        .newsletter_landing form > div .row .error,
        .newsletter_landing div.confirmation > div .row .error {
          color: #d6002e;
          font-size: 12px;
          font-weight: 300;
          margin: -10px 0 10px 0; }
          .newsletter_landing form > div .row .error.closerTop,
          .newsletter_landing div.confirmation > div .row .error.closerTop {
            margin: -25px 0 25px 0; }
      .newsletter_landing form > div label,
      .newsletter_landing div.confirmation > div label {
        cursor: pointer;
        position: relative;
        display: table;
        padding: 0 0 0 32px; }
        .newsletter_landing form > div label:after,
        .newsletter_landing div.confirmation > div label:after {
          position: absolute;
          top: 8px;
          left: 0;
          width: 15px;
          height: 15px;
          background: #ffffff;
          border: 2px solid #d0d2d5;
          content: "";
          border-radius: 4px;
          transition: background-color 0.5s, color 0.3s; }
        .newsletter_landing form > div label.checked:after,
        .newsletter_landing div.confirmation > div label.checked:after {
          background: #808285; }
        .newsletter_landing form > div label input,
        .newsletter_landing div.confirmation > div label input {
          width: 0;
          height: 0;
          overflow: hidden;
          visibility: hidden;
          padding: 0; }
      .newsletter_landing form > div label.img,
      .newsletter_landing div.confirmation > div label.img {
        margin: 0 55px 30px 0;
        display: inline-block;
        height: 35px; }
        .newsletter_landing form > div label.img:nth-child(2),
        .newsletter_landing div.confirmation > div label.img:nth-child(2) {
          margin: 0 0px 30px 0; }
        .newsletter_landing form > div label.img img,
        .newsletter_landing div.confirmation > div label.img img {
          height: 35px;
          width: auto;
          display: inline-block; }
      .newsletter_landing form > div input,
      .newsletter_landing div.confirmation > div input {
        width: 100%;
        text-transform: uppercase;
        font-size: 14px;
        padding: 15px 20px;
        font-weight: 400; }
      .newsletter_landing form > div input.text,
      .newsletter_landing div.confirmation > div input.text {
        margin: 0 0 10px;
        color: #4f5253;
        text-transform: none; }
        .newsletter_landing form > div input.text::-webkit-input-placeholder,
        .newsletter_landing div.confirmation > div input.text::-webkit-input-placeholder {
          /* Chrome */
          color: #4f5253; }
        .newsletter_landing form > div input.text:-ms-input-placeholder,
        .newsletter_landing div.confirmation > div input.text:-ms-input-placeholder {
          /* IE 10+ */
          color: #4f5253; }
        .newsletter_landing form > div input.text::-moz-placeholder,
        .newsletter_landing div.confirmation > div input.text::-moz-placeholder {
          /* Firefox 19+ */
          color: #4f5253;
          opacity: 1; }
        .newsletter_landing form > div input.text:-moz-placeholder,
        .newsletter_landing div.confirmation > div input.text:-moz-placeholder {
          /* Firefox 4 - 18 */
          color: #4f5253;
          opacity: 1; }
      .newsletter_landing form > div label.text,
      .newsletter_landing div.confirmation > div label.text {
        margin: 20px 0 10px 0;
        display: block; }
        .newsletter_landing form > div label.text span,
        .newsletter_landing div.confirmation > div label.text span {
          color: #ffffff;
          font-size: 12px; }
        .newsletter_landing form > div label.text:after,
        .newsletter_landing div.confirmation > div label.text:after {
          top: 2px; }
      .newsletter_landing form > div input.submit,
      .newsletter_landing div.confirmation > div input.submit {
        margin: 0;
        text-align: center;
        color: #ffffff;
        background: transparent;
        padding: 14px 20px;
        border: 1px solid #ffffff;
        cursor: pointer;
        transition: background 0.5s, color 0.3s, color 0.5s, color 0.3s; }
        .newsletter_landing form > div input.submit:hover,
        .newsletter_landing div.confirmation > div input.submit:hover {
          background: #ffffff;
          color: #4f5253; }
  .newsletter_landing .bannerNewsletter {
    height: 575px;
    background-size: cover;
    background-position: right center;
    position: relative;
    width: 76%;
    min-width: calc(100% - 399px); }
    @media screen and (max-width: 991px) {
      .newsletter_landing .bannerNewsletter {
        display: none; } }
    .newsletter_landing .bannerNewsletter h1 {
      position: absolute;
      top: 50%;
      left: 10%;
      color: #ffffff;
      font-size: 45px;
      font-weight: 700;
      text-transform: uppercase;
      transform: translateY(-50%); }
      @media screen and (max-width: 1300px) {
        .newsletter_landing .bannerNewsletter h1 {
          left: 5%; } }
      .newsletter_landing .bannerNewsletter h1 span {
        font-weight: 300;
        font-size: 32px;
        display: block;
        line-height: 42px;
        margin: 5px 0 0 0; }
  .newsletter_landing .promo {
    padding: 150px 10% 150px;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 1300px) {
      .newsletter_landing .promo {
        padding: 150px 5% 150px;
        display: block;
        width: 65%; } }
  @media screen and (max-width: 1300px) and (max-width: 991px) {
    .newsletter_landing .promo {
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      padding: 50px 50px 50px; } }
  @media screen and (max-width: 1300px) and (max-width: 991px) and (max-width: 767px) {
    .newsletter_landing .promo {
      display: block;
      width: 100%;
      padding: 50px 5% 50px; } }
    .newsletter_landing .promo .img {
      max-width: 320px; }
      @media screen and (max-width: 1300px) {
        .newsletter_landing .promo .img {
          width: 100%;
          display: block; } }
  @media screen and (max-width: 1300px) and (max-width: 767px) {
    .newsletter_landing .promo .img {
      margin: 0 auto;
      display: block;
      max-width: 320px; } }
    .newsletter_landing .promo .txt {
      padding: 0 0 0 40px;
      text-align: left;
      width: 460px;
      position: relative; }
      @media screen and (max-width: 1300px) {
        .newsletter_landing .promo .txt {
          padding: 0;
          width: 100%; } }
  @media screen and (max-width: 1300px) and (max-width: 991px) {
    .newsletter_landing .promo .txt {
      padding: 0 0 0 5%; } }
  @media screen and (max-width: 1300px) and (max-width: 991px) and (max-width: 767px) {
    .newsletter_landing .promo .txt {
      padding: 0; } }
      .newsletter_landing .promo .txt div {
        position: absolute;
        top: 50%;
        left: 40px;
        width: 100%;
        transform: translateY(-50%); }
        @media screen and (max-width: 1300px) {
          .newsletter_landing .promo .txt div {
            position: relative;
            top: auto;
            left: auto;
            margin: 30px 0 0 0;
            transform: translateY(0); } }
  @media screen and (max-width: 1300px) and (max-width: 991px) {
    .newsletter_landing .promo .txt div {
      transform: translateY(-50%);
      position: absolute;
      top: 50%;
      left: 40px;
      width: 90%;
      margin: 0; } }
  @media screen and (max-width: 1300px) and (max-width: 991px) and (max-width: 767px) {
    .newsletter_landing .promo .txt div {
      position: relative;
      top: auto;
      left: auto;
      margin: 30px 0 0 0;
      transform: translateY(0);
      width: 100%; } }
        .newsletter_landing .promo .txt div h3 {
          font-size: 36px;
          font-weight: 700;
          color: #000000; }
          .newsletter_landing .promo .txt div h3 a {
            color: #000000;
            transition: color 0.5s, color 0.3s; }
            .newsletter_landing .promo .txt div h3 a:hover {
              color: #80a190; }
        .newsletter_landing .promo .txt div h4 {
          color: #80a190;
          font-size: 18px;
          font-weight: 700;
          margin: 15px 0 0 0; }
        .newsletter_landing .promo .txt div p {
          font-size: 16px;
          line-height: 28px;
          font-weight: 300;
          margin: 35px 0 0 0; }
          @media screen and (max-width: 767px) {
            .newsletter_landing .promo .txt div p {
              margin: 20px 0 0 0; } }

.page_newsletter-landing .navbar,
.page_newsletter_landing .navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }
  @media screen and (max-width: 991px) {
    .page_newsletter-landing .navbar,
    .page_newsletter_landing .navbar {
      position: relative;
      top: auto;
      left: auto; } }

@media screen and (max-width: 767px) {
  .nudged-img-section {
    padding: 0 20px; } }

.nudged-img-section__img-container {
  position: absolute;
  top: 0;
  left: 50%;
  text-align: center;
  transform: translate(-312px, 0);
  transition: transform 0.5s, opacity 1s; }
  .nudged-img-section__img-container.animated {
    transform: translate(-312px, -308px); }
  @media screen and (max-width: 1299px) {
    .nudged-img-section__img-container {
      transform: translate(-290px, 0%); }
      .nudged-img-section__img-container.animated {
        transform: translate(-290px, -308px); } }
  @media screen and (max-width: 991px) {
    .nudged-img-section__img-container {
      transform: translate(-228px, 0%); }
      .nudged-img-section__img-container.animated {
        transform: translate(-228px, -242px); } }
  @media screen and (max-width: 767px) {
    .nudged-img-section__img-container {
      position: relative;
      margin-top: 60px;
      margin-bottom: 30px;
      transform: translate(-30px, 0);
      left: 0; }
      .nudged-img-section__img-container.animated {
        transform: translate(-30px, 0); } }

.nudged-img-section__img {
  display: block;
  max-width: 445px;
  margin: auto; }
  @media screen and (max-width: 991px) {
    .nudged-img-section__img {
      max-width: 350px; } }
  @media screen and (max-width: 767px) {
    .nudged-img-section__img {
      max-width: 250px; } }

.nudged-img-section__img-wrapper {
  position: relative;
  display: inline-block; }

.nudged-img-section__new-product {
  position: absolute;
  left: 100px;
  top: 220px;
  transform: translateX(-100%);
  background-color: #718e7f;
  color: #ffffff;
  font-size: 20px;
  padding: 15px 20px 10px 25px;
  border-radius: 30px 0 0 30px; }
  @media screen and (max-width: 991px) {
    .nudged-img-section__new-product {
      left: 57px;
      top: 110px;
      font-size: 15px; } }

.nudged-img-section__new-product-tag {
  position: absolute;
  left: -20px;
  top: -25px;
  width: 146px;
  height: 146px;
  z-index: 10; }
  @media screen and (max-width: 1299px) {
    .nudged-img-section__new-product-tag {
      width: 120px;
      height: 120px;
      left: -15px;
      top: -15px; } }
  @media screen and (max-width: 991px) {
    .nudged-img-section__new-product-tag {
      width: 100px;
      height: 100px;
      left: -20px;
      top: -35px; } }
  @media screen and (max-width: 767px) {
    .nudged-img-section__new-product-tag {
      top: -4px; } }

.nudged-img-section__table-infos {
  overflow: hidden;
  position: relative;
  opacity: 0;
  transform: translate(-80%, -20%);
  transition: transform 1s, opacity 2s; }
  .nudged-img-section__table-infos.animated {
    opacity: 1;
    transform: translate(-30px, -20%); }
  @media screen and (max-width: 1299px) {
    .nudged-img-section__table-infos {
      transform: translate(-80%, -10%); }
      .nudged-img-section__table-infos.animated {
        transform: translate(-40px, -10%); } }
  @media screen and (max-width: 991px) {
    .nudged-img-section__table-infos {
      transform: translate(-20px, 0); }
      .nudged-img-section__table-infos.animated {
        transform: translate(-20px, 0); } }

.nudged-img-section__right-section-bottom {
  margin-top: 35px; }
  @media screen and (max-width: 767px) {
    .nudged-img-section__right-section-bottom {
      -ms-flex-pack: center;
          justify-content: center; } }

.z-index-higher {
  position: relative;
  z-index: 1000; }
  @media screen and (max-width: 767px) {
    .z-index-higher {
      z-index: auto; } }

.paginator__cell-container {
  border: solid 1px #efefef;
  border-right: none;
  transition: background-color 0.5s; }
  .paginator__cell-container.is-active {
    background-color: #ecedee; }
  .paginator__cell-container:hover {
    background-color: #f8f8f8; }
  .paginator__cell-container:last-child {
    border-right: solid 1px #efefef; }

.paginator__cell {
  display: inline-block;
  padding: 20px 25px;
  font-weight: 500; }

.paginator__arrow {
  width: 15px; }

.paginator__left-arrow-container {
  border-radius: 5px 0 0 5px; }

.paginator__right-arrow-container {
  border-radius: 0 5px 5px 0; }

.precontent {
  padding: 40px 0 30px 0; }
  .precontent__row {
    margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .precontent__row--has-no-margin-sm-up {
      margin: 0; } }
  @media screen and (max-width: 991px) {
    .precontent__row--has-no-v-mg-sm-down {
      margin-top: 0; } }
  @media screen and (max-width: 767px) {
    .precontent {
      padding-top: 10px; }
      .precontent__row {
        margin-bottom: 20px; }
        .precontent__row--has-no-v-mg-sm-down {
          margin-bottom: 0; } }

.promo {
  text-align: center; }
  @media screen and (max-width: 767px) {
    .promo {
      position: relative;
      padding: 0 20px;
      z-index: 5; } }
  .promo__header {
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .promo__header {
        margin-bottom: 30px; } }
  .promo__header-small {
    color: white;
    font-weight: 300;
    text-align: center;
    line-height: 1.5; }
    .promo__header-small strong {
      font-weight: 500; }
    .promo__header-small + .promo__header-small {
      margin-top: 25px; }
      @media screen and (max-width: 767px) {
        .promo__header-small + .promo__header-small {
          margin-top: 15px; } }
  .promo__btn {
    margin-top: 55px; }
    @media screen and (max-width: 767px) {
      .promo__btn {
        margin-top: 30px;
        margin-bottom: 80px; } }

.quotes-panel {
  padding: 50px;
  height: 500px;
  background-color: #f5f8fa;
  transition: opacity 2s, transform 0.5s; }
  .quotes-panel.animated {
    transform: translateY(0%); }
  @media screen and (max-width: 991px) {
    .quotes-panel {
      height: auto;
      padding: 40px 20px;
      -ms-flex-pack: center;
          justify-content: center; } }
  @media screen and (max-width: 1299px) {
    .quotes-panel__content {
      max-width: 100%; } }
  .quotes-panel__quote {
    text-align: left;
    color: #485159;
    font-size: 16px;
    line-height: 26px;
    font-weight: 200; }
    .quotes-panel__quote:after {
      content: '';
      display: block;
      width: 35px;
      height: 1px;
      background-color: #485159;
      margin-top: 20px; }
      @media screen and (max-width: 767px) {
        .quotes-panel__quote:after {
          margin-left: auto;
          margin-right: auto; } }
    @media screen and (max-width: 767px) {
      .quotes-panel__quote {
        text-align: center; } }
  .quotes-panel__signature {
    text-align: left;
    margin-top: 20px;
    line-height: 1.2;
    font-weight: 600;
    font-size: 16px;
    color: #485159; }
    @media (max-width: 767px) {
      .quotes-panel__signature {
        text-align: center; } }

.pronature .quotes-panel {
  padding: 50px;
  height: 500px;
  background-color: #024638;
  transition: opacity 2s, transform 0.5s; }
  .pronature .quotes-panel.animated {
    transform: translateY(0%); }
  @media screen and (max-width: 991px) {
    .pronature .quotes-panel {
      height: auto;
      padding: 40px 20px;
      -ms-flex-pack: center;
          justify-content: center; } }
  @media screen and (max-width: 1299px) {
    .pronature .quotes-panel__content {
      max-width: 100%; } }
  .pronature .quotes-panel__quote {
    text-align: left;
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 200; }
    .pronature .quotes-panel__quote:after {
      content: '';
      display: block;
      width: 35px;
      height: 1px;
      background-color: #00ad50;
      margin-top: 20px; }
      @media screen and (max-width: 767px) {
        .pronature .quotes-panel__quote:after {
          margin-left: auto;
          margin-right: auto; } }
    @media screen and (max-width: 767px) {
      .pronature .quotes-panel__quote {
        text-align: center; } }
  .pronature .quotes-panel__signature {
    text-align: left;
    margin-top: 20px;
    line-height: 1.2;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    font-family: "obviously-narrow", sans-serif; }
    @media (max-width: 767px) {
      .pronature .quotes-panel__signature {
        text-align: center; } }

.round-bordered-image {
  position: relative;
  z-index: 5;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  border: solid 7px transparent;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  background: white; }
  @media screen and (max-width: 1299px) {
    .round-bordered-image {
      width: 180px;
      height: 180px; } }
  @media screen and (max-width: 991px) {
    .round-bordered-image {
      width: 150px;
      height: 150px; } }
  .round-bordered-image__img {
    position: relative;
    z-index: 10;
    display: block;
    width: 240px;
    left: 12px;
    max-width: none; }
    @media screen and (max-width: 1299px) {
      .round-bordered-image__img {
        width: 170px; } }
    @media screen and (max-width: 991px) {
      .round-bordered-image__img {
        width: 150px; } }
  .round-bordered-image svg {
    position: absolute;
    top: 0;
    left: 0; }

@keyframes rotate {
  to {
    stroke-dashoffset: 0; } }

.select-to-dropdown {
  position: relative; }
  .select-to-dropdown__select[data-keep-select-behavior-mobile="true"] {
    font-size: 16px;
    display: none; }
    @media screen and (max-width: 480px) {
      .select-to-dropdown__select[data-keep-select-behavior-mobile="true"] {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.0001;
        z-index: 1; } }

/*

    <div class="sidebar sidebar--is-right-of-screen js-sidebar" data-dimmer="true" data-slide-content="false">
		<ul class="sidebar__list">
			<li class="sidebar__list-item">
				<a class="sidebar__list-item-link" href="#">Link 1</a>
			</li>
			<li class="sidebar__list-item">
				<a class="sidebar__list-item-link" href="#">Link 2</a>
			</li>
			<li class="sidebar__list-item">
				<a class="sidebar__list-item-link" href="#">Link 3</a>
			</li>
		</ul>
	</div>
	<button class="btn js-sidebar-toggle">Open Sidebar</button>

*/
.sidebar {
  position: fixed;
  top: 110px;
  height: calc(100% - 110px);
  font-size: 1rem;
  z-index: 200;
  transition: transform 0.5s; }
  @media screen and (max-width: 767px) {
    .sidebar {
      display: none; } }
  .sidebar.is-visible {
    transform: translateX(0); }
  .sidebar--is-left-of-screen {
    left: 0;
    transform: translateX(-100%); }
  .sidebar--is-right-of-screen {
    right: 0;
    transform: translateX(100%); }
  .sidebar.is-homepage:before {
    left: calc(80px + 9px); }
  .sidebar__container {
    position: relative;
    width: calc(80px + (236px));
    height: 100%;
    padding: 60px 40px;
    background-image: linear-gradient(#434446, black); }
    @media screen and (max-width: 991px) {
      .sidebar__container {
        width: calc(75px + 200px); } }
    @media screen and (max-height: 600px) {
      .sidebar__container {
        padding: 30px 50px;
        padding-bottom: 10px;
        -ms-flex-pack: start;
            justify-content: flex-start; } }
  .sidebar__btn-close-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 110px;
    background-color: #434446;
    transform: translateY(-100%);
    z-index: 15; }
    .is-homepage .sidebar__btn-close-container {
      width: calc(80px + 10px); }
    @media screen and (max-width: 991px) {
      .sidebar__btn-close-container {
        width: 75px; } }
  .sidebar__btn-container {
    margin-top: 65px; }
    @media screen and (max-height: 700px) {
      .sidebar__btn-container {
        margin-top: 20px; } }
  .sidebar__btn {
    width: 100%;
    text-align: center;
    text-transform: uppercase; }
  .sidebar__btn-close {
    opacity: 0.7;
    transition: opacity 0.5s; }
    .sidebar__btn-close:hover {
      opacity: 1; }
  .sidebar__btn-close-img {
    max-width: 25px; }
  @media screen and (max-height: 700px) {
    .sidebar__btn-group {
      margin-top: 20px; } }
  .sidebar__btn-group-btn:hover {
    color: #808285; }
  .sidebar__list-item + .sidebar__list-item {
    margin-top: 45px; }
    @media screen and (max-height: 700px) {
      .sidebar__list-item + .sidebar__list-item {
        margin-top: 35px; } }
    @media screen and (max-height: 600px) {
      .sidebar__list-item + .sidebar__list-item {
        margin-top: 20px; } }
  .sidebar__list-item-link {
    position: relative;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    color: white; }
    @media screen and (min-width: 992px) {
      .sidebar__list-item-link:before {
        content: '';
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        display: block;
        width: 0;
        height: 2px;
        background-color: #8e8e8d;
        transition: width 0.5s; }
      .sidebar__list-item-link:hover:before {
        width: 100%; } }

.signature-right {
  position: absolute;
  right: 0px;
  bottom: 20px;
  float: left; }
  @media (max-width: 767px) {
    .signature-right {
      bottom: 5px; } }
  .signature-right__hidden {
    position: absolute;
    right: 46px;
    bottom: 0;
    color: #ffffff;
    font-size: 13px;
    z-index: 10;
    width: auto;
    height: 36px; }
    @media (max-width: 767px) {
      .signature-right__hidden {
        right: 36px;
        height: 26px;
        font-size: 11px; } }
    .signature-right__hidden__mask {
      transition: max-width 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
      width: auto;
      max-width: 0;
      overflow: hidden;
      position: relative;
      z-index: 10;
      height: 36px;
      opacity: 0;
      color: #ffffff;
      display: inline-block; }
      @media (max-width: 767px) {
        .signature-right__hidden__mask {
          height: 26px; } }
      .signature-right__hidden__mask > div {
        height: 15px;
        float: right;
        transform: translateY(12px); }
        @media (max-width: 767px) {
          .signature-right__hidden__mask > div {
            transform: translateY(8px); } }
        .signature-right__hidden__mask > div span {
          display: block;
          word-wrap: normal;
          white-space: nowrap;
          font-family: Arial, sans-serif; }
    .signature-right__hidden:after {
      position: absolute;
      right: -46px;
      bottom: 0;
      width: 36px;
      height: 36px;
      border-radius: 18px;
      background: transparent;
      content: "";
      opacity: 0.2;
      box-shadow: 0;
      transition: width 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.8s cubic-bezier(0.645, 0.045, 0.355, 1); }
      @media (max-width: 767px) {
        .signature-right__hidden:after {
          right: -36px;
          width: 26px;
          height: 26px;
          border-radius: 13px; } }
  .signature-right__logo {
    padding: 0 0 0 10px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10; }
    .signature-right__logo a {
      width: 36px;
      height: 36px;
      display: block;
      margin: 0; }
      @media (max-width: 767px) {
        .signature-right__logo a {
          width: 26px;
          height: 26px; } }
      .signature-right__logo a svg {
        width: 36px;
        height: 36px;
        display: block;
        fill: #ffffff;
        opacity: 0.3;
        transition: fill 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
        @media (max-width: 767px) {
          .signature-right__logo a svg {
            width: 26px;
            height: 26px; } }
  .signature-right:hover .signature-right__hidden__mask, .signature-right:hover .open.signature-right__hidden__mask, .signature-right.open .signature-right__hidden__mask, .signature-right.open .open.signature-right__hidden__mask {
    max-width: 300px;
    opacity: 1;
    transition: max-width 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .signature-right:hover .signature-right__hidden:after, .signature-right:hover .open.signature-right__hidden:after, .signature-right.open .signature-right__hidden:after, .signature-right.open .open.signature-right__hidden:after {
    width: calc(100% + 66px);
    background: #ffffff;
    box-shadow: 0px 0px 8px 0px white;
    transition: width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
    @media (max-width: 767px) {
      .signature-right:hover .signature-right__hidden:after, .signature-right:hover .open.signature-right__hidden:after, .signature-right.open .signature-right__hidden:after, .signature-right.open .open.signature-right__hidden:after {
        width: calc(100% + 50px); } }
  .signature-right:hover .signature-right__logo a svg, .signature-right:hover .open.signature-right__logo a svg, .signature-right.open .signature-right__logo a svg, .signature-right.open .open.signature-right__logo a svg {
    fill: #00B189;
    opacity: 1; }

.sticky-popup {
  font-size: 1rem;
  position: fixed;
  z-index: 20;
  left: 50%;
  bottom: 2em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 1em 2em;
  background-color: white;
  transform: translate(-50%, 0);
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.2); }
  @media (max-width: 767px) {
    .sticky-popup {
      width: 90vw;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .sticky-popup__link {
    color: #718e7f; }
  .sticky-popup__button-wrapper {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (min-width: 768px) {
      .sticky-popup__button-wrapper {
        margin-left: 2em; } }
    @media (max-width: 767px) {
      .sticky-popup__button-wrapper {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        margin-top: 1em;
        text-align: center; } }

.subbanner {
  position: relative;
  background-color: #f5f8fa; }
  @media screen and (max-width: 991px) {
    .subbanner {
      margin-top: 40px;
      -ms-flex-direction: column;
          flex-direction: column;
      transform: none;
      margin-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .subbanner {
      margin-top: 0;
      background-color: transparent; } }
  .subbanner.pronature {
    background: #024638; }
    @media screen and (max-width: 767px) {
      .subbanner.pronature {
        margin-top: 25px; } }
    .subbanner.pronature .header {
      color: white;
      font-size: 26px;
      line-height: 1.2;
      font-weight: 700;
      text-transform: uppercase; }
      @media screen and (max-width: 1299px) {
        .subbanner.pronature .header {
          font-size: 21px; } }
    .subbanner.pronature .subbanner__paragraph p, .subbanner.pronature .subbanner__paragraph li {
      font-size: 16px;
      font-family: "obviously-narrow", sans-serif;
      line-height: 1.8;
      color: white;
      text-align: left; }
      @media screen and (max-width: 1299px) {
        .subbanner.pronature .subbanner__paragraph p, .subbanner.pronature .subbanner__paragraph li {
          font-size: 15px; } }
    .subbanner.pronature .subbanner__paragraph ul {
      padding-left: 15px; }
    .subbanner.pronature .subbanner__paragraph li {
      list-style: disc; }
    @media screen and (max-width: 767px) {
      .subbanner.pronature .subbanner__right-section {
        padding: 0 30px; } }
    .subbanner.pronature .subbanner__btn {
      position: relative;
      z-index: 1;
      margin-top: 30px;
      border: none;
      display: inline-block;
      padding: 20px;
      color: #ffffff;
      text-transform: none;
      background-color: #00ad50;
      font-family: "Gooper7-SemiBold";
      text-align: center;
      font-size: 16px;
      transition: transform 0.5s, background 0.5s; }
      .subbanner.pronature .subbanner__btn:hover {
        transform: translateY(-5px); }
  .subbanner__slider {
    position: relative;
    z-index: 100;
    margin-bottom: -30px;
    transform: translateY(-30px); }
    .subbanner__slider-nav {
      position: absolute;
      left: -30px;
      top: calc(50% - 30px);
      transform: translateY(-50%);
      z-index: 100;
      display: -ms-flexbox;
      display: flex;
      width: calc(100% + 60px);
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      @media screen and (max-width: 767px) {
        .subbanner__slider-nav {
          left: -20px;
          width: calc(100% + 40px); } }
      .subbanner__slider-nav-btn {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        cursor: pointer;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
        -ms-flex-pack: center;
            justify-content: center;
        background-color: white; }
        @media screen and (max-width: 767px) {
          .subbanner__slider-nav-btn {
            width: 40px;
            height: 40px; } }
        .subbanner__slider-nav-btn svg {
          width: 12px;
          height: 22px; }
          .subbanner__slider-nav-btn svg path {
            transition: fill 0.5s, stroke 0.5s; }
          @media screen and (max-width: 767px) {
            .subbanner__slider-nav-btn svg {
              width: 8px;
              height: 16px; } }
        .subbanner__slider-nav-btn:hover svg path {
          fill: black;
          stroke: black; }
    .subbanner__slider-wrapper {
      position: relative; }
  .subbanner__left-section {
    position: relative;
    -ms-flex: 1;
        flex: 1; }
    @media screen and (max-width: 767px) {
      .subbanner__left-section {
        -ms-flex-order: 2;
            order: 2;
        -ms-flex-align: start;
            align-items: flex-start;
        -ms-flex: auto;
            flex: auto; } }
  .subbanner__right-section {
    -ms-flex: 1;
        flex: 1; }
    @media screen and (max-width: 767px) {
      .subbanner__right-section {
        -ms-flex-order: 1;
            order: 1; } }
    .subbanner__right-section-content {
      max-width: 100%;
      padding: 0 40px; }
      @media screen and (max-width: 1299px) {
        .subbanner__right-section-content {
          padding: 20px 40px; } }
      @media screen and (max-width: 991px) {
        .subbanner__right-section-content {
          padding: 40px; } }
      @media screen and (max-width: 767px) {
        .subbanner__right-section-content {
          padding: 40px 0;
          padding-bottom: 20px;
          text-align: center; } }
  .subbanner__paragraph {
    margin-top: 20px; }
  .subbanner__paragraph, .subbanner__paragraph p {
    font-size: 16px;
    font-weight: 200;
    line-height: 26px;
    color: #485159; }
  .subbanner__btn {
    position: relative;
    margin-top: 20px;
    z-index: 5; }
  .subbanner img {
    -ms-flex: 1;
        flex: 1;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.subnavbar {
  position: absolute;
  z-index: 150;
  top: 120px;
  left: 0;
  display: none;
  width: 100%;
  background: #fdfdfd;
  background-image: linear-gradient(#ebebeb 0%, white 6%, white 80%, #fbfbfb 95%); }
  .subnavbar.is-visible {
    display: block; }
  .subnavbar.is-sticky {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 24;
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15); }
  .subnavbar__section {
    position: relative;
    padding: 60px 60px 0;
    text-align: center;
    overflow: hidden; }
    @media screen and (max-width: 1700px) {
      .subnavbar__section {
        padding: 50px 50px 0; } }
    @media screen and (max-width: 991px) {
      .subnavbar__section {
        -ms-flex-pack: start;
            justify-content: flex-start;
        padding: 80px 20px;
        padding-bottom: 20px; } }
    .subnavbar__section--first {
      -ms-flex: 1.6;
          flex: 1.6; }
    .subnavbar__section--second, .subnavbar__section--third {
      -ms-flex: 1;
          flex: 1; }
    .subnavbar__section + .subnavbar__section:before {
      content: '';
      position: absolute;
      top: 50%;
      left: -120px;
      border-radius: 80%;
      box-shadow: 30px 30px 30px #e8e8e8;
      width: 100px;
      height: 65%;
      transform: translateY(-50%); }
    .subnavbar__section--has-background {
      background-image: url("../img/responsive/background-dog-cat-food-gradient-to-white-header_lg@2x.png");
      background-size: 70%;
      background-repeat: no-repeat;
      background-position: bottom right; }
      @media screen and (min-width: 1440px) {
        .subnavbar__section--has-background {
          background-size: 415px; } }
      @media screen and (max-width: 767px) {
        .subnavbar__section--has-background {
          background-image: none; } }
    .subnavbar__section-content-container {
      margin-top: 60px;
      -ms-flex-pack: center;
          justify-content: center; }
    .subnavbar__section-content-header-small {
      font-size: 19px;
      color: #485159;
      text-align: center; }
      .subnavbar__section-content-header-small--is-light {
        font-size: 16px;
        font-weight: 300;
        color: #485159; }
      .subnavbar__section-content-header-small + .subnavbar__section-content-header-small {
        margin-top: 10px; }
    .subnavbar__section-content-btn {
      margin-top: 35px; }
    .subnavbar__section-content-link {
      color: #485159; }
      .subnavbar__section-content-link:hover {
        color: #718e7f; }
    .subnavbar__section-content-links-container {
      margin-top: -25px; }
    .subnavbar__section-content-link-container {
      text-align: left;
      margin-top: 25px; }
      @media screen and (max-width: 1299px) {
        .subnavbar__section-content-link-container--has-margin-top-below-1200 {
          margin-top: 25px; } }
  .subnavbar__thumbnail {
    position: relative;
    padding: 0 20px;
    -ms-flex-align: center;
        align-items: center;
    max-width: 300px; }
    @media screen and (max-width: 991px) {
      .subnavbar__thumbnail {
        padding: 0 10px; } }
    .subnavbar__thumbnail:hover img {
      transform: translateY(-7px); }
    .subnavbar__thumbnail:hover .subnavbar__thumbnail-header {
      color: #718e7f; }
    .subnavbar__thumbnail-title {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      column-gap: 5px;
      padding-top: 30px; }
      @media screen and (max-width: 991px) {
        .subnavbar__thumbnail-title {
          padding-top: 10px; } }
    .subnavbar__thumbnail-header {
      text-align: center;
      font-size: 21px;
      font-weight: bold;
      color: #485159;
      transition: color 500ms;
      position: relative;
      z-index: 1; }
      @media screen and (max-width: 991px) {
        .subnavbar__thumbnail-header {
          margin-bottom: 0;
          font-size: 20px; } }
    .subnavbar__thumbnail-preheader {
      text-align: center;
      font-size: 18px;
      font-weight: 300;
      text-transform: uppercase;
      color: #485159;
      position: relative;
      z-index: 1; }
      @media screen and (max-width: 991px) {
        .subnavbar__thumbnail-preheader {
          margin-bottom: 0;
          font-size: 14px; } }
    .subnavbar__thumbnail-icon {
      position: absolute;
      left: 50%;
      bottom: -3px;
      max-width: 60px;
      z-index: 15;
      transform: translateX(-50%);
      transition: transform 0.5s, opacity 0.5s; }
      @media screen and (max-width: 991px) {
        .subnavbar__thumbnail-icon {
          max-width: 50px; } }
      .subnavbar__thumbnail-icon--is-visible-on-hover {
        opacity: 0; }
    .subnavbar__thumbnail-icon-glow {
      position: absolute;
      bottom: 0;
      width: 100%;
      z-index: 10;
      opacity: 0;
      transition: opacity 0.5s; }
    .subnavbar__thumbnail + .subnavbar__thumbnail {
      border-left: solid white 1px; }
    .subnavbar__thumbnail-img {
      max-width: 245px;
      margin: auto;
      margin-top: 25px;
      margin-bottom: -30px;
      transition: transform 500ms; }
      @media screen and (max-width: 1199px) {
        .subnavbar__thumbnail-img {
          max-width: 200px; } }
      .subnavbar__thumbnail-img.bigger-dog {
        max-width: 104px;
        margin-top: 6px; }
      .subnavbar__thumbnail-img.bigger-cat {
        max-width: 109px;
        margin-top: -5px; }

.tabs__tab-btn + .tabs__tab-btn {
  margin-left: 4px; }

.tabs__tab-btn-link {
  display: block;
  color: white;
  padding: 20px 30px;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  background-color: #4589c8;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  transition: background-color 0.5s, color 0.5s; }
  @media screen and (max-width: 767px) {
    .tabs__tab-btn-link {
      padding: 15px; } }
  .tabs__tab-btn-link.is-active {
    background-color: #f8f8f8;
    color: #4589c8; }

.tabs__tab-content {
  display: none; }
  .tabs__tab-content.is-active {
    display: block; }

.pronature {
  font-family: 'Obviously', sans-serif; }
  .pronature .tabs__tab-btn + .pronature .tabs__tab-btn {
    margin-left: 4px; }
  .pronature .tabs__tab-btn-link {
    display: block;
    color: white;
    padding: 12px 20px 15px;
    font-size: 16px;
    line-height: 1;
    background-color: #ffffff;
    color: #024638;
    text-transform: capitalize;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    transition: background-color 0.5s, color 0.5s; }
    .life .pronature .tabs__tab-btn-link {
      color: black; }
    @media screen and (max-width: 767px) {
      .pronature .tabs__tab-btn-link {
        padding: 15px; } }
    .pronature .tabs__tab-btn-link.is-active {
      background-color: #024638;
      color: #ffffff; }
      .life .pronature .tabs__tab-btn-link.is-active {
        background: #f8f8f8;
        color: #4589c8; }
  .pronature .tabs__tab-content {
    display: none; }
    .pronature .tabs__tab-content.is-active {
      display: block; }

@media screen and (min-width: 992px) {
  .title-content__title {
    margin-bottom: 80px; } }

@media screen and (max-width: 1299px) {
  .title-content__title {
    margin-bottom: 40px; } }

.animated {
  opacity: 1 !important; }

.block-centered {
  display: block;
  margin: auto; }

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

.inline-block {
  display: inline-block; }

.height-auto {
  height: auto; }

.hide {
  display: none; }

.invisible {
  opacity: 0; }

.relative {
  position: relative; }

.hidden-xs-up {
  display: none; }

@media (max-width: 767px) {
  .hidden-xs-down {
    display: none; } }

@media (min-width: 768px) {
  .hidden-sm-up {
    display: none; } }

@media (max-width: 991px) {
  .hidden-sm-down {
    display: none; } }

@media (min-width: 992px) {
  .hidden-md-up {
    display: none; } }

@media (max-width: 1299px) {
  .hidden-md-down {
    display: none; } }

@media (min-width: 1300px) {
  .hidden-lg-up {
    display: none; } }

.hidden-lg-down {
  display: none; }

.text-uppercase-on-label label {
  text-transform: uppercase !important; }

.text-center {
  text-align: center !important; }

.text-left {
  text-align: left !important; }

@media screen and (min-width: 768px) {
  .text-left-sm-up {
    text-align: left !important; } }

@media screen and (min-width: 992px) {
  .text-left-md-up {
    text-align: left !important; } }

@media screen and (max-width: 767px) {
  .text-center-xs-down {
    text-align: center !important; } }

.text-right {
  text-align: right !important; }

@media screen and (min-width: 768px) {
  .text-right-sm-up {
    text-align: right !important; } }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

.font-weight-semi-bold {
  font-weight: 600; }

.font-italic {
  font-style: italic; }

.font-weight-light {
  font-weight: 300; }

.font-weight-extra-light {
  font-weight: 200; }

.font-weight-thin {
  font-weight: 100; }

.font-weight-medium {
  font-weight: 500; }

.font-weight-black {
  font-weight: 900; }

.slick-slider {
  position: relative; }
  .slick-slider .slick-arrow {
    position: absolute;
    top: 50%;
    font-size: 41px;
    color: #aaadb0;
    cursor: pointer; }
  .slick-slider .slick-arrow-prev {
    left: 10px;
    transform: translate(-100%, -50%); }
  .slick-slider .slick-arrow-next {
    right: 10px;
    transform: translate(100%, -50%); }
  .slick-slider .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .slick-slider .slick-slide {
    text-align: center; }
    .slick-slider .slick-slide img {
      margin: auto;
      max-width: 100%; }
    .slick-slider .slick-slide a {
      display: block; }


/* === 产品卡片网格 === */
.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px;padding:0}
.product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.06);cursor:pointer;transition:transform .2s,box-shadow .2s}
.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12)}
.product-card__img{background:#f8f9fb;display:flex;align-items:center;justify-content:center;height:200px;overflow:hidden}
.product-card__img img{max-width:80%;max-height:80%;object-fit:contain}
.product-card__info{padding:16px 18px}
.product-card__name{font-size:15px;font-weight:600;color:#2c3e50;margin-bottom:6px}
.product-card__flavor,.product-card__weight,.product-card__category{font-size:12px;color:#8899aa;margin:3px 0}
.product-card__desc{font-size:12px;color:#8899aa;margin-top:8px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}


/* === 产品详情 === */
.product-detail__header{display:flex;gap:32px;margin-bottom:32px;flex-wrap:wrap}
.product-detail__image{flex:0 0 300px;background:#f8f9fb;border-radius:12px;display:flex;align-items:center;justify-content:center;overflow:hidden;min-height:250px}
.product-detail__image img{max-width:85%;max-height:85%;object-fit:contain}
.product-detail__info{flex:1;min-width:260px}
.product-detail__brand{font-size:13px;color:#8899aa;margin-bottom:4px;text-transform:uppercase;letter-spacing:1px}
/* ============================================================
   Product Detail Page — Pronature Style
   ============================================================ */
.product-breadcrumb {
  padding: 16px 0;
  font-size: 13px;
  color: #999;
  margin-bottom: 8px;
}
.product-breadcrumb a {
  color: #1565c0;
  text-decoration: none;
  font-weight: 500;
}
.product-breadcrumb a:hover { color: #0d47a1; text-decoration: underline; }
.product-breadcrumb__sep { margin: 0 4px; color: #ccc; }
.product-breadcrumb__current { color: #555; }

.product-detail {
  padding-bottom: 40px;
}
.product-detail .grid {
  align-items: flex-start;
}

/* Image section */
.product-detail__image-wrap {
  position: relative;
  text-align: center;
  padding: 20px 0;
}
.product-detail__brand-logo {
  max-width: 180px;
  height: auto;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.product-detail__image img {
  max-width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: contain;
}

/* Info section */
.product-detail__info {
  padding: 10px 0;
}
.product-detail__brand-label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #f4a261;
  font-weight: 600;
  margin-bottom: 6px;
}
.product-detail__name {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 12px;
  line-height: 1.25;
  font-family: "Gooper7-SemiBold", "Overpass", "Helvetica Neue", Arial, sans-serif;
}
.product-detail__features {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.product-feature-tag {
  display: inline-block;
  padding: 5px 14px;
  background: #f0f7ff;
  color: #1565c0;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.product-detail__meta {
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
  border: 1px solid #e8ecf0;
  border-radius: 8px;
  overflow: hidden;
}
.product-detail__meta li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  font-size: 14px;
  border-bottom: 1px solid #f0f2f5;
}
.product-detail__meta li:last-child { border-bottom: none; }
.product-detail__meta li strong {
  font-weight: 600;
  color: #555;
  min-width: 70px;
}
.product-detail__meta li span {
  color: #1a1a2e;
  font-weight: 500;
  text-align: right;
}
.product-detail__desc {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.8;
  color: #555;
}

/* CTA Buttons */
.product-detail__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.product-detail__cta .btn {
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.product-detail__cta .btn--primary {
  background: #1a1a2e;
  color: #fff;
  border: 2px solid #1a1a2e;
}
.product-detail__cta .btn--primary:hover {
  background: #333;
  border-color: #333;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.product-detail__cta .btn--outline {
  background: transparent;
  color: #1a1a2e;
  border: 2px solid #1a1a2e;
}
.product-detail__cta .btn--outline:hover {
  background: #1a1a2e;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Detail sections below */
.product-section {
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid #e8ecf0;
}
.product-section h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #1a1a2e;
}
.product-text {
  font-size: 14px;
  line-height: 1.8;
  color: #555;
  max-width: 800px;
}

/* Analytical table */
.product-analytical-table {
  width: 100%;
  max-width: 500px;
  border-collapse: collapse;
  font-size: 14px;
}
.product-analytical-table td {
  padding: 10px 16px;
  border-bottom: 1px solid #e8ecf0;
  color: #555;
}
.product-analytical-table td:first-child {
  font-weight: 600;
  color: #1a1a2e;
  width: 40%;
}
.product-analytical-table td:last-child {
  text-align: right;
}
.product-analytical-table tr:last-child td {
  border-bottom: none;
}

/* Responsive */
@media (max-width: 768px) {
  .product-detail__name { font-size: 24px; }
  .product-detail__image img { max-height: 280px; }
  .product-detail__cta { flex-direction: column; }
  .product-detail__cta .btn { width: 100%; text-align: center; }
  .product-detail__meta li { padding: 8px 12px; font-size: 13px; }
}

/* Product grid cards (category pages) */
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 20px;
}
.product-card {
  background: #fff;
  border: 1px solid #e8ecf0;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}
.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.1);
  border-color: #ccc;
}
.product-card__img {
  background: #f8f9fb;
  padding: 28px 20px;
  text-align: center;
}
.product-card__img img {
  max-width: 100%;
  height: auto;
  max-height: 200px;
  object-fit: contain;
}
.product-card__info {
  padding: 16px 20px;
}
.product-card__name {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 6px;
}
.product-card__flavor,
.product-card__weight,
.product-card__category {
  font-size: 12px;
  color: #888;
  margin: 2px 0;
}

/* ============================================================
   Legacy product styles (keep for backward compat)
   ============================================================ */
.product-detail__category,.product-detail__flavor,.product-detail__weight{font-size:14px;color:#666;margin:6px 0}
.product-tag{display:inline-block;padding:4px 12px;background:#f0f7ff;color:#1565c0;border-radius:16px;font-size:12px;font-weight:500}
.product-detail__section{margin-top:28px;padding-top:24px;border-top:1px solid #f0f2f5}
.product-detail__section h2{font-size:16px;font-weight:600;margin-bottom:12px;color:#2c3e50}
.product-detail__section p{font-size:14px;line-height:1.8;color:#555}
@media(max-width:768px){.product-detail__header{flex-direction:column}.product-detail__image{flex:auto;min-height:200px}}

/* ============================================================
   Format / Weight selector
   ============================================================ */
.product-format-selector {
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
  margin: 12px 0; padding: 14px 0;
  border-top: 1px solid #eef2f6; border-bottom: 1px solid #eef2f6;
}
.product-format-label { font-size: 13px; color: #666; font-weight: 600; white-space: nowrap; }
.product-format-btn {
  display: inline-block; padding: 8px 20px;
  border: 2px solid #dde; border-radius: 8px;
  font-size: 13px; font-weight: 600; color: #555;
  cursor: pointer; background: #fff;
  transition: all 0.2s; user-select: none;
}
.product-format-btn:hover { border-color: #1a1a2e; color: #1a1a2e; }
.product-format-btn--active {
  border-color: #1a1a2e; background: #1a1a2e; color: #fff;
}

/* ============================================================
   Benefits grid
   ============================================================ */
.product-benefits {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px; margin-top: 18px;
}
.product-benefit-item {
  background: #f8fafc; border-radius: 12px; padding: 20px;
  border: 1px solid #eef2f6; transition: all 0.2s;
}
.product-benefit-item:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(0,0,0,0.06); }
.product-benefit-item__icon { font-size: 28px; margin-bottom: 10px; display: block; }
.product-benefit-item__text { }
.product-benefit-item__title { font-size: 14px; font-weight: 700; color: #1a1a2e; margin: 0 0 5px; }
.product-benefit-item__desc { font-size: 12px; color: #888; margin: 0; line-height: 1.5; }

/* ============================================================
   Feeding guide
   ============================================================ */
.product-feeding-guide { font-size: 14px; line-height: 1.9; color: #555; }
.product-feeding-line { margin: 5px 0; padding-left: 6px; }
.product-feeding-note { margin: 12px 0 4px; color: #e67e22; font-size: 12px; font-style: italic; }

/* ============================================================
   Meta text fallback
   ============================================================ */
.product-detail__meta-text { font-size: 13px; color: #666; margin: 8px 0; }

/* ============================================================
   Responsive for benefits
   ============================================================ */
@media (max-width: 768px) {
  .product-benefits { grid-template-columns: 1fr 1fr; gap: 12px; }
  .product-benefit-item { padding: 14px; }
  .product-benefit-item__icon { font-size: 22px; }
  .product-format-selector { gap: 6px; }
}
@media (max-width: 480px) {
  .product-benefits { grid-template-columns: 1fr; }
  .product-format-btn { padding: 6px 14px; font-size: 12px; }
}
