/* ================================= !CONTENTS

  !FONTS        (@font-face, icon-fonts, etc.)

  !RESET        (Print Styles, Normalize, Chrome Prompt, etc.)

  !UTILITY      (Clearfix, Alignment, Containers, etc.)

  !PLUGINS      (Plugin CSS)

  !TYPE         (Links, Selection, Headings, Body, etc.)

  !OBJECTS      (Buttons, forms, re-usable parts, etc.)
    !HEADER
    !NAVIGATION

  !PAGES          (Body, HTML, wrappers, page specific, etc.)
    !HOME

=========================================== */
/* ================================ !IMPORTS */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/fa-regular-400.eot');
  src: url('../fonts/fa-regular-400.eot?#iefix') format('embedded-opentype'), url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg#fontawesome') format('svg');
}
@font-face {
  font-family: 'Larish Neue Semibold';
  src: url('../fonts/larish_neue_semibold-webfont.woff2') format('woff2'), url('../fonts/larish_neue_semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ITC Franklin Gothic Condensed';
  src: url('../fonts/33BF42_1_0.woff2') format('woff2'), url('../fonts/33BF42_1_0.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/*=================================== !VARIABLES*/
/* =================== !COLOURS */
/* =================== !MEDIA-QUERIES  */
/* =================== !SPEEDS */
/* =================== !EASINGS */
/* easeInOutCirc */
/* easeInCirc */
/* easeOutCirc */
/* =================== !FONT-STACKS */
/* ================================ !RESETS */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}
body {
  line-height: 1;
  background: #fff;
}
blockquote {
  quotes: none;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul {
  list-style-type: none;
}
address {
  font-style: normal;
}
a:hover,
a:active,
input,
textarea,
select,
button {
  outline: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
input:first-line,
select:first-line {
  display: inline-block;
}
html,
button,
input,
select,
textarea {
  font-family: inherit;
  color: #222;
  font-size: 100%;
  line-height: 1;
}
label,
button,
input,
select,
textarea,
option {
  vertical-align: baseline;
  *vertical-align: middle;
  cursor: pointer;
  border-radius: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  *overflow: visible;
}
input[type="text"]:active,
input[type="text"]:focus,
textarea:active,
textarea:focus {
  cursor: text;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea {
  background-clip: padding-box;
}
button[disabled],
input[disabled] {
  cursor: default;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
[hidden] {
  display: none;
}
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
.broser-outdated {
  margin: 1em 0;
  background-color: #b00;
  color: #fff;
  padding: 1em 0;
  text-align: center;
}
.broser-outdated a {
  color: #fff;
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="#"]:after {
    content: "";
  }
  img {
    max-width: 100% !important;
  }
}
/* ================================ !UTILITY */
/* =================== !CLEARS */
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.clear {
  clear: both;
}
.center {
  text-align: center;
}
/* =================== !ALIGNMENT */
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.justify {
  text-align: justify;
}
.justify:after {
  content: "";
  display: inline-block;
  height: 0;
  width: 100%;
}
.alignleft {
  float: left;
}
.alignleftimg {
  margin: 0.5rem 2rem 1rem 0;
}
.alignright {
  float: right;
}
.alignrightimg {
  margin: 0.5rem 0 1rem 2rem;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
.aligncenterimg {
  margin: 0.5rem auto 2rem;
}
.emoji {
  max-width: 20px;
}
/* =================== !GRID */
.g12 {
  width: 12.5%;
}
.g16 {
  width: 16.7%;
}
.g18 {
  width: 18.75%;
}
.g20 {
  width: 20%;
}
.g25 {
  width: 25%;
}
.g33 {
  width: 33.33%;
}
.g37 {
  width: 37.5%;
}
.g40 {
  width: 40%;
}
.g50 {
  width: 50%;
}
.g60 {
  width: 60%;
}
.g62 {
  width: 62.5%;
}
.g66 {
  width: 66.66%;
}
.g75 {
  width: 75%;
}
.g81 {
  width: 81.25%;
}
.g100 {
  width: 100%;
}
.g {
  font-size: 0;
}
.g--pulled {
  margin-left: -1rem;
  margin-right: -1rem;
}
.g--row-reverse {
  flex-direction: row-reverse;
}
.g__col {
  display: inline-block;
  vertical-align: top;
  font-size: medium;
}
.g__col--pad {
  padding-left: 1rem;
  padding-right: 1rem;
}
.g__col--padfull {
  padding-left: 2rem;
  padding-right: 2rem;
}
.container {
  max-width: 128rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.container--slim {
  padding-left: 0;
  padding-right: 0;
}
.flex,
.flex--between,
.flex--center {
  display: flex;
  flex-wrap: wrap;
}
.flex--between {
  justify-content: space-between;
}
.flex--center {
  align-items: center;
}
/* =================== !MIXINS */
.tablet-d--up {
  display: none;
}
@media (min-width: 769px) {
  .tablet-d--up {
    display: inline-block;
  }
}
.tablet-d {
  display: none;
}
@media (max-width: 768px) {
  .tablet-d {
    display: inline-block;
  }
}
.mobile-d--up {
  display: none;
}
@media (min-width: 641px) {
  .mobile-d--up {
    display: inline-block;
  }
}
.mobile-d {
  display: none;
}
@media (max-width: 640px) {
  .mobile-d {
    display: inline-block;
  }
}
/* ================================= !CONTENTS
	
	CSS used for plugins, adding here means it's
	easily overwritten in main.less.
	
	!FULLPAGE
	!FEATHERLIGHT
	!SLICK

=========================================== */
/* ================================ !FULLPAGEJS */
/*!
 * fullPage 2.9.4
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none;
}
.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box;
}
.fp-slide {
  float: left;
}
.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}
.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}
.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.fp-slidesContainer {
  float: left;
  position: relative;
}
.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
  overflow: hidden;
  position: relative;
}
.fp-scroller {
  overflow: hidden;
}
.iScrollIndicator {
  border: 0 !important;
}
.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}
#fp-nav.right {
  right: 17px;
}
#fp-nav.left {
  left: 17px;
}
.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fp-slidesNav.bottom {
  bottom: 17px;
}
.fp-slidesNav.top {
  top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav li,
.fp-slidesNav li {
  display: block;
  position: relative;
}
.fp-slidesNav li {
  display: inline-block;
}
#fp-nav a,
.fp-slidesNav a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}
.fp-tooltip.right {
  right: 20px;
}
.fp-tooltip.left {
  left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}
.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}
/* ================================ //  */
/* ================================ !FEATHERLIGHT */
/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.6 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #191919;
  }
  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
  }
  .featherlight:before {
    /* position: trick to center content vertically */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal;
  }
  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block;
  }
  /* don't show these though */
  .featherlight script.featherlight-inner,
  .featherlight link.featherlight-inner,
  .featherlight style.featherlight-inner {
    display: none;
  }
  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 1rem;
    right: 1rem;
    width: auto;
    min-width: 0;
    transition: 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    /* dimensions: 25px x 25px */
    /* styling */
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    color: #000;
    border: none;
    padding: 0;
  }
  .featherlight .featherlight-close-icon:hover {
    transform: rotate(180deg);
  }
  /* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
  .featherlight .featherlight-close-icon::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  .featherlight .featherlight-image {
    /* styling */
    width: 100%;
  }
  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }
  .featherlight iframe {
    /* styling */
    border: none;
  }
  .featherlight * {
    /* See https://github.com/noelboss/featherlight/issues/42 */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
/* ================================ //  */
/* ================================ !SLICK */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  list-style-type: none;
  margin: 0 0 2rem;
  padding: 0;
  text-align: center;
}
.slick-dots li {
  margin: 0 0.5rem;
  display: inline-block;
  vertical-align: middle;
}
.slick-dots button {
  font-size: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  display: block;
  min-width: 0;
  padding: 0;
}
.slick-dots .slick-active button {
  background-color: #000;
}
/* ================================ //  */
/* ================================ !TYPOGRAPHY */
/* =================== !LINKS */
a {
  color: #DEBD5A;
  text-decoration: none;
  outline: 0;
  transition: 0.2s linear;
}
a:hover,
a:focus {
  color: #e7ce85;
}
/* =================== !BASE-TYPE */
html {
  font-size: 62.5%;
}
body {
  font-family: 'ITC Franklin Gothic Condensed', sans-serif;
  color: #000;
  font-size: 2rem;
}
/* =================== !HEADINGS */
h1,
h2,
h3,
h4,
h5,
h6,
.home__hero p.hero--title,
.recipe__directions > li:before,
.cooks__recipe ol > li:before {
  line-height: 1.2;
  font-family: 'Larish Neue Semibold', serif;
  margin-bottom: 1rem;
  font-weight: normal;
}
.hero {
  font-size: 8rem;
}
@media (max-width: 640px) {
  .hero {
    font-size: 3rem;
  }
}
h1,
.h1,
.home__hero p.hero--title,
.recipe__directions > li:before,
.cooks__recipe ol > li:before,
.stockists__subtitle {
  font-size: 6rem;
}
@media (max-width: 640px) {
  h1,
  .h1,
  .home__hero p.hero--title,
  .recipe__directions > li:before,
  .cooks__recipe ol > li:before,
  .stockists__subtitle {
    font-size: 3rem;
  }
}
h2,
.h2 {
  font-size: 3rem;
}
@media (max-width: 640px) {
  h2,
  .h2 {
    font-size: 2rem;
  }
}
h3,
.h3 {
  font-size: 2.2rem;
}
@media (max-width: 640px) {
  h3,
  .h3 {
    font-size: 1.4rem;
  }
}
h4,
.h4 {
  font-size: 1.8rem;
}
@media (max-width: 640px) {
  h4,
  .h4 {
    font-size: 1.4rem;
  }
}
h5,
.h5 {
  font-size: 1.4rem;
  font-family: 'ITC Franklin Gothic Condensed', sans-serif;
}
@media (max-width: 640px) {
  h5,
  .h5 {
    font-size: 1.2rem;
  }
}
p {
  line-height: 1.2;
  font-size: 2rem;
}
@media (max-width: 640px) {
  p {
    font-size: 1.4rem;
  }
}
/* =================== !ARTICLES */
article p,
.article p {
  margin-bottom: 2rem;
}
article blockquote,
.article blockquote {
  font-style: italic;
  padding: 2rem;
  margin-bottom: 2rem;
}
article blockquote > p,
.article blockquote > p {
  margin-bottom: 0;
}
article ul,
.article ul,
article ol,
.article ol {
  padding-left: 2rem;
  margin: 2rem 0;
  list-style-position: outside;
  list-style-type: disc;
}
article ol,
.article ol {
  list-style-type: decimal;
}
article li,
.article li {
  margin: 1rem 0;
}
/* =================== !WORDPRESS */
.wp-caption {
  max-width: 100% !important;
  margin-bottom: 2rem;
}
.wp-caption > a {
  display: block;
}
.wp-caption-text {
  text-align: center;
  font-size: 80%;
  margin: 0.5rem 0;
}
/* ================================ !OBJECTS */
/* =================== !BASE */
html,
body {
  background-color: #191919;
}
.header-alert {
  background: #DEBD5A;
  padding: 12px 20px;
  margin: -3rem 0 3rem;
}
.header-alert span {
  font-size: 1.75rem;
  text-align: center;
  line-height: 1.2;
  margin: 0 auto;
  max-width: 900px;
  display: block;
}
.site-wrap {
  background-color: #191919;
  padding-top: 8rem;
  overflow: hidden;
}
@media (max-width: 640px) {
  .site-wrap {
    padding-top: 6rem;
  }
}
.page {
  transition: 0.6s linear;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.s--exiting .page {
  opacity: 0;
}
/* =================== !SELECTION */
::-moz-selection {
  background: #DEBD5A;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #DEBD5A;
  color: #fff;
  text-shadow: none;
}
/* =================== !FORMS */
.field {
  position: relative;
  margin-bottom: 2rem;
  width: 100%;
}
[type="text"],
[type="email"],
[type="tel"],
[type="url"],
[type="number"],
[type="password"],
.field__label,
.field__input {
  width: 100%;
  background: transparent;
  border: 1px solid #F5F5F5;
  padding: 2rem;
  font-size: 2rem;
  color: #000;
}
@media (max-width: 640px) {
  [type="text"],
  [type="email"],
  [type="tel"],
  [type="url"],
  [type="number"],
  [type="password"],
  .field__label,
  .field__input {
    font-size: 1.4rem;
  }
}
[type="text"]:hover,
[type="email"]:hover,
[type="tel"]:hover,
[type="url"]:hover,
[type="number"]:hover,
[type="password"]:hover,
.field__label:hover,
.field__input:hover,
[type="text"]:focus,
[type="email"]:focus,
[type="tel"]:focus,
[type="url"]:focus,
[type="number"]:focus,
[type="password"]:focus,
.field__label:focus,
.field__input:focus {
  border-color: #5A5A5A;
}
.field__label {
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  color: #939598;
}
.is-focused .field__label {
  opacity: 0 !important;
  pointer-events: none;
}
.field--textarea label,
.field--textarea textarea {
  min-height: 14.7rem;
}
.err-span {
  color: #b00;
}
/* =================== !BUTTONS */
button,
[type="button"],
[type="submit"],
.button {
  cursor: pointer;
  display: inline-block;
  color: currentColor;
  border: 1px solid currentColor;
  font-size: 1.4rem;
  font-family: 'Larish Neue Semibold', serif;
  padding: 1.3rem 2.5rem 1.5rem;
  background-color: transparent;
  min-width: 18rem;
  text-align: center;
}
.button--dark:hover,
.button--dark:focus {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.button--light:hover,
.button--light:focus {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
/* =================== !LOADER */
.loading {
  position: relative;
}
.loading:after {
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  width: 4rem;
  height: 4rem;
  margin-top: -1rem;
  margin-left: -1rem;
  border-radius: 50%;
  border: 2px solid #DEBD5A;
  border-bottom-color: rgba(222, 189, 90, 0.2);
  animation: loading 1.8s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
  opacity: 0;
}
.loading.s--exiting:after {
  opacity: 1;
}
@keyframes loading {
  to {
    transform: rotate(360deg);
  }
}
/* =================== !HEADER */
.header {
  background-color: #191919;
  padding: 1rem 0;
  transition: 0.2s linear;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
}
@media (max-width: 640px) {
  .header {
    padding-bottom: 1.5rem;
  }
}
.admin-bar .header {
  top: 32px;
}
.s--menu-active .header {
  background-color: #1D1D1D;
}
.header__inner {
  position: relative;
  text-align: center;
}
.header__logo {
  position: relative;
  z-index: 5;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  transition: 0.2s 0.05s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.s--menu-active .header__logo {
  transform: translateY(-20px);
  opacity: 0;
}
@media (max-width: 960px) {
  .s--menu-active .header__logo {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 680px) {
  .header__logo {
    width: 3.9rem;
    height: 3.3rem;
    background-image: url(../images/icon--mark.png);
    background-position: center;
    background-size: 100% 100%;
  }
}
.header__logo a,
.header__logo img {
  display: block;
}
@media (max-width: 680px) {
  .header__logo a,
  .header__logo img {
    display: none;
  }
}
.header__social,
.header__toggle {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-size: 1.5rem;
  display: none;
}
@media (max-width: 1280px) {
  .header__social,
  .header__toggle {
    display: inline-block;
  }
}
.header__social:hover,
.header__toggle:hover {
  color: #DEBD5A;
}
.header__social {
  transition: 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.s--menu-active .header__social {
  transform: translateY(-20px);
  opacity: 0;
}
.header__social svg {
  display: none;
}
@media (max-width: 640px) {
  .header__social {
    width: 6rem;
    text-align: center;
  }
  .header__social span {
    display: none;
  }
  .header__social svg {
    display: block;
  }
}
.header__toggle {
  right: 75px;
  left: auto;
  cursor: pointer;
  width: 70px;
  height: 30px;
  transition: 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.header__toggle:before,
.header__toggle:after {
  text-transform: uppercase;
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  transition: inherit;
}
@media (max-width: 640px) {
  .header__toggle:before,
  .header__toggle:after {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .header__toggle:before,
  .header__toggle:after {
    display: none;
  }
}
.header__toggle:before {
  content: "Menu";
}
.s--menu-active .header__toggle:before {
  transform: translateY(-50%) translateX(20px);
  opacity: 0;
}
.header__toggle:after {
  content: "Close";
  opacity: 0;
  transform: translateY(-50%) translateX(-20px);
}
.s--menu-active .header__toggle:after {
  transform: translateY(-50%) translateX(0px);
  opacity: 1;
}
.header__icon {
  width: 24px;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: inherit;
}
.s--menu-active .header__icon {
  background-color: transparent;
  transform: translateY(-50%) scale(0.7);
}
.header__icon:before,
.header__icon:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  left: 0;
}
.s--menu-active .header__icon:before,
.s--menu-active .header__icon:after {
  transition: inherit;
}
.header__icon:before {
  transform: translateY(-6px);
}
@media (max-width: 680px) {
  .header__icon:before {
    transform: translateY(-4px);
  }
}
.s--menu-active .header__icon:before {
  transform: translateY(0) rotate(45deg);
}
.header__icon:after {
  transform: translateY(4px);
}
.s--menu-active .header__icon:after {
  transform: translateY(0) rotate(-45deg);
}
/* Shop Main Header */
.woocommerce .header,
.woocommerce-page .header {
  padding: 3rem 0;
}
@media (max-width: 680px) {
  .woocommerce .header__logo,
  .woocommerce-page .header__logo {
    background-image: none;
    width: 180px;
    height: auto;
  }
  .woocommerce .header__logo a,
  .woocommerce-page .header__logo a {
    display: block;
  }
  .woocommerce .header__logo img,
  .woocommerce-page .header__logo img {
    display: block;
  }
}
.woocommerce .header__inner,
.woocommerce-page .header__inner {
  text-align: left;
}
@media (max-width: 1280px) {
  .woocommerce .nav__menu-desktop,
  .woocommerce-page .nav__menu-desktop {
    display: block;
  }
  .woocommerce .nav__menu-desktop li,
  .woocommerce-page .nav__menu-desktop li {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.woocommerce .nav__menu-desktop a,
.woocommerce-page .nav__menu-desktop a {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
}
@media (max-width: 1024px) {
  .woocommerce .nav__menu-desktop a,
  .woocommerce-page .nav__menu-desktop a {
    font-size: 0;
  }
}
.woocommerce .nav__menu-desktop a i,
.woocommerce-page .nav__menu-desktop a i {
  display: block;
  margin: auto;
  width: 37px;
  height: 41px;
}
.woocommerce .nav__menu-desktop a i svg,
.woocommerce-page .nav__menu-desktop a i svg {
  width: 100%;
  height: 100%;
}
.payment-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
}
.payment-icons img {
  max-width: 42px;
  margin-left: 10px;
}
.shop-footer .g {
  font-size: 0!important;
}
.cta-msg {
  font-family: 'Larish Neue Semibold', serif;
  color: #fff;
  margin-top: 12px;
  display: block;
}
@media (max-width: 640px) {
  .cta-msg {
    display: none;
  }
}
.cta-msg-small {
  font-size: 14px;
  color: #a3a3a3;
  display: block;
  margin-top: 12px;
}
@media (max-width: 640px) {
  .cta-msg-small {
    display: none;
  }
}
/* =================== !NAV */
.nav {
  position: fixed;
  top: 8rem;
  left: 0;
  width: 100%;
  height: calc(100% - 8rem);
  background-color: #1D1D1D;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}
@media (max-width: 640px) {
  .nav {
    top: 6rem;
    height: calc(100% - 6rem);
  }
}
.s--menu-active .nav {
  visibility: visible;
}
.nav__container {
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  top: 0;
  height: 100%;
}
.touchevents .nav__container {
  position: relative;
  height: calc(100vh - 16rem);
  overflow: hidden;
  overflow-y: scroll;
}
.nav__grid {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.nav__col--menu {
  position: relative;
  height: 100%;
}
@media (max-width: 1200px) {
  .nav__col--menu {
    width: 75%;
  }
}
@media (max-width: 960px) {
  .nav__col--menu {
    width: 100%;
  }
}
.legal__container {
  position: absolute;
  bottom: 3.5rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}
.touchevents .legal__container {
  bottom: 2rem;
}
.nav__menu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.touchevents .nav__menu {
  position: relative;
  top: 0;
  transform: translateY(0);
}
.nav__list {
  font-size: 5rem;
  font-family: 'Larish Neue Semibold', serif;
  position: relative;
  max-width: 70rem;
}
@media (max-width: 960px) {
  .nav__list {
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .nav__list {
    font-size: 2.8rem;
  }
}
.touchevents .nav__list {
  font-size: 2.8rem;
  padding-top: 4rem;
}
.nav__list:hover > li {
  opacity: 0.4;
}
.nav__list li {
  line-height: 1.2;
  margin-bottom: 0.6rem;
  transition: 0.2s linear;
}
.touchevents .nav__list li {
  position: relative;
}
.nav__list li:hover {
  opacity: 1;
}
.nav__list a {
  color: #fff;
  display: block;
}
.sub-menu {
  display: none;
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 2rem;
  max-width: 30%;
  width: 100%;
}
.touchevents .sub-menu {
  position: relative;
  left: 0;
  height: auto;
  display: block;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: none;
}
.sub-menu:hover {
  z-index: 5;
}
.sub-menu:hover > li {
  opacity: 0.4;
}
.no-touchevents li:hover > .sub-menu {
  display: block;
}
.mobile-menu-active .sub-menu {
  display: block;
}
.sub-menu li {
  line-height: 1.5;
}
.sub-menu li:hover {
  opacity: 1;
}
.nav__mobile-toggle {
  cursor: pointer;
  width: 4rem;
  height: 5rem;
  background-image: url(../images/icon--chev-white.svg);
  background-size: 0.8rem 0.8rem;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
.touchevents .nav__mobile-toggle {
  display: block;
}
@media (max-width: 1200px) {
  .nav__col--logo {
    width: 25%;
  }
}
@media (max-width: 960px) {
  .nav__col--logo {
    display: none;
  }
}
.nav__col {
  opacity: 0;
  transform: translateY(-20px);
  transition: 0.2s 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.nav__col:last-child {
  transition-delay: 0.45s;
}
.s--menu-active .nav__col {
  transform: translateY(0);
  opacity: 1;
}
.touchevents .nav__col--social {
  width: 50%;
  vertical-align: middle;
}
.nav__col--social a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2rem;
  color: #5A5A5A;
}
.nav__col--social a path {
  fill: currentColor;
}
.nav__col--social a:hover {
  color: #DEBD5A;
}
.touchevents .nav__col--legal {
  width: 50%;
  vertical-align: middle;
}
.nav__legal {
  color: #5A5A5A;
  margin-left: 14rem;
  display: inline-block;
}
.touchevents .nav__legal {
  margin-left: 0;
}
.menu__bgs {
  position: absolute;
  left: -13rem;
  right: -8rem;
  height: calc(100% - 10rem);
  pointer-events: none;
}
.touchevents .menu__bgs {
  display: none;
}
.nav__bg {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  will-change: opacity;
  max-width: none;
}
/* =================== !NAV DESKTOP */
.nav__menu-desktop {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
@media (max-width: 1280px) {
  .nav__menu-desktop {
    display: none;
  }
}
.nav__menu-desktop .nav__list {
  max-width: inherit;
  width: 100%;
}
.nav__menu-desktop .nav__list li {
  display: inline-block;
  vertical-align: top;
  line-height: 100%;
  width: auto;
  margin: 0;
}
.nav__menu-desktop .nav__list li a {
  font-family: 'ITC Franklin Gothic Condensed', sans-serif;
  font-size: 16px;
  padding-left: 6px;
  padding-right: 6px;
  text-transform: uppercase;
}
.nav__menu-desktop .nav__list li:nth-child(4) {
  padding-right: 200px;
}
.nav__menu-desktop .nav__list li:nth-child(5) {
  padding-left: 240px;
}
.nav__menu-desktop .nav__list li .sub-menu {
  top: 50px;
  left: 0;
  right: auto;
  padding-top: 64px;
  padding-right: 50px;
  padding-bottom: 64px;
  background: #191919;
}
.nav__menu-desktop .nav__list li .sub-menu::before {
  position: absolute;
  top: 0;
  z-index: -1;
  content: "";
  background-color: #191919;
  width: 50vw;
  height: 100%;
  left: calc(-50vw + 50%);
}
.nav__menu-desktop .nav__list li .sub-menu li {
  display: block;
  width: 100%;
  text-align: left;
  line-height: normal;
}
.nav__menu-desktop .nav__list li .sub-menu li a {
  font-family: 'Larish Neue Semibold', serif;
  font-size: 1.4em;
  text-transform: inherit;
}
.nav__menu-desktop .nav__list li .sub-menu li:nth-child(4) {
  padding-right: 0;
}
.nav__menu-desktop .nav__list li .sub-menu li:nth-child(5) {
  padding-left: 0;
}
.nav__menu-desktop .nav__list li .sub-menu li.append-social {
  margin-top: 65px;
  border-top: 1px solid white;
  padding-top: 15px;
}
.nav__menu-desktop .nav__list li .sub-menu li.append-social span {
  display: inline-block;
}
.nav__menu-desktop .nav__list li .sub-menu li.append-social span a {
  padding-right: 10px;
  font-size: 14px;
}
/* Shop Main Navigation */
.nav__menu-desktop {
  left: 0;
  right: 0;
  padding: 0 20px;
}
.nav__menu-desktop ul {
  float: right;
  align-items: center;
}
.nav__menu-desktop ul li {
  float: left;
  padding: 0 20px;
}
.nav__menu-desktop ul .sub-menu li {
  padding: 0;
}
/* =================== !FOOTER */
.footer {
  background-color: #2A2823;
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #fff;
}
.page-template-page--timeline .footer {
  height: 204px;
}
@media (max-width: 840px) {
  .page-template-page--timeline .footer {
    height: 264px;
  }
}
@media (max-width: 480px) {
  .page-template-page--timeline .footer {
    height: 304px;
  }
}
@media (max-width: 360px) {
  .page-template-page--timeline .footer {
    height: 401px;
  }
}
.footer a {
  color: currentColor;
}
.footer a:hover {
  color: #DEBD5A;
}
@media (max-width: 840px) {
  .footer__col {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .footer__col--social {
    margin-bottom: 2rem;
  }
}
.footer__col--social a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3rem;
}
.footer__col--social a path {
  fill: currentColor;
}
@media (max-width: 480px) {
  .footer__contact {
    flex-wrap: wrap;
  }
}
.footer__col--logos {
  text-align: right;
}
@media (max-width: 840px) {
  .footer__col--logos {
    text-align: center;
    padding-top: 2rem;
  }
}
.footer__links,
.footer__address {
  font-size: 1.4rem;
  line-height: 1.2;
}
@media (max-width: 360px) {
  .footer__links,
  .footer__address {
    width: 100%;
  }
}
@media (max-width: 360px) {
  .footer__address {
    padding-bottom: 2rem;
  }
}
@media (max-width: 480px) {
  .footer__social {
    width: 100%;
    padding-bottom: 2rem;
    text-align: center;
  }
}
.footer__link {
  display: block;
}
.footer__link span {
  float: left;
  width: 7.2rem;
}
.footer__logo {
  align-self: center;
}
@media (max-width: 640px) {
  .footer__logo {
    display: none;
  }
}
.woocommerce .footer,
.woocommerce-page .footer {
  background-color: #191919;
}
.woocommerce .footer .g,
.woocommerce-page .footer .g {
  font-size: initial;
}
.woocommerce .site-backlink,
.woocommerce-page .site-backlink {
  display: block;
  margin-bottom: 72px;
  color: #fff;
  font-family: 'Larish Neue Semibold', serif;
}
.woocommerce .copyright,
.woocommerce-page .copyright {
  font-size: 14px;
  opacity: 0.6;
}
.woocommerce nav ul,
.woocommerce-page nav ul {
  padding: 0;
  margin: 0;
}
.woocommerce nav ul li,
.woocommerce-page nav ul li {
  float: left;
  padding-right: 40px;
}
.woocommerce nav ul li a,
.woocommerce-page nav ul li a {
  font-size: 14px;
  opacity: 0.6;
}
/* =================== !NEWSLETTER */
.newsletter {
  background-color: #2A2823;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: -1px 0 0;
}
.newsletter.modal {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0;
  z-index: 999;
}
.newsletter.modal h4 {
  font-size: 32px;
  color: #DEBD5A;
}
.newsletter.modal button {
  border-color: #DEBD5A;
  color: #DEBD5A;
  min-width: 0;
  width: 100%;
}
.newsletter.modal button:hover {
  background: #DEBD5A;
}
.newsletter .close-modal {
  position: absolute;
  top: 50%;
  right: 100px;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}
.newsletter .close-modal:before {
  content: 'x';
  font-family: 'Arial', sans-serif;
  line-height: 30px;
  font-size: 20px;
  color: #FFFFFF;
}
@media (max-width: 1600px) {
  .newsletter .close-modal {
    transform: none;
    top: -16px;
    background: #4c4a45;
    right: 20px;
  }
}
.newsletter .close-modal:hover {
  background: #84827e;
}
.newsletter__title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .newsletter__title {
    margin-bottom: 30px;
    text-align: center;
  }
}
.newsletter__form {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 520px) {
  .newsletter__form {
    flex-direction: column;
  }
}
.newsletter__form h4 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .newsletter__col {
    width: 100%;
  }
}
.newsletter__field {
  margin-bottom: 0;
  width: calc(33.3% - 6.6px);
}
@media (max-width: 520px) {
  .newsletter__field {
    width: 100%;
    margin-bottom: 10px;
  }
}
.newsletter__field input,
.newsletter__field label,
.newsletter__field button {
  padding-top: 0;
  padding-bottom: 0;
  height: 42px;
  line-height: 42px;
  border: 1px solid currentColor;
  font-size: 12px;
  color: currentColor;
  font-family: 'Larish Neue Semibold', serif;
}
@media (max-width: 520px) {
  .newsletter__field input,
  .newsletter__field label,
  .newsletter__field button {
    width: 100%;
  }
}
.newsletter__field button:hover {
  background: #FFFFFF;
  color: #2A2823;
}
.newsletter__field input,
.newsletter__field label {
  opacity: 0.4;
}
.newsletter__field input:hover,
.newsletter__field label:hover,
.newsletter__field input:focus,
.newsletter__field label:focus {
  opacity: 1;
  border-color: currentColor;
}
@media (max-width: 520px) {
  .newsletter__field input,
  .newsletter__field label {
    border-right: 1px solid currentColor;
  }
}
.newsletter__field .is-focused input {
  opacity: 1;
  border-color: currentColor;
}
/* =================== !SHARE */
.social-share span,
.social-share a {
  display: inline-block;
  vertical-align: middle;
}
.social-share span {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 1.4rem;
  margin-right: 2rem;
}
.social-share a {
  margin-right: 1.5rem;
  height: 1.3rem;
  color: #000;
  position: relative;
  top: -2px;
}
.social-share a:hover {
  color: #DEBD5A;
}
.social-share a:last-child {
  margin-right: 0;
}
.social-share svg {
  display: block;
  height: 100%;
}
/* =================== !FILTERS */
.filters {
  margin-bottom: 7rem;
  color: #5A5A5A;
  position: relative;
  z-index: 90;
}
@media (max-width: 640px) {
  .filters {
    margin-bottom: 4rem;
  }
}
.filter {
  font-size: 2rem;
  position: relative;
  max-width: 30rem;
}
@media (max-width: 640px) {
  .filter {
    font-size: 1.2rem;
  }
}
.filter__toggle {
  position: relative;
  cursor: pointer;
  display: block;
  color: currentColor;
  transition: 0.2s linear;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 640px) {
  .filter__toggle {
    padding-right: 1rem;
    padding-bottom: 1rem;
  }
}
.filter__toggle:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform-origin: top;
}
.filter__toggle:hover:before,
.filter__toggle.filter__toggle--active:before {
  transform: scaleY(4);
}
.filter__icon {
  position: absolute;
  top: 50%;
  right: 2.5rem;
  width: 1.1rem;
  height: 0.7rem;
  transform: translateY(-50%);
  transition: transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  pointer-events: none;
}
@media (max-width: 640px) {
  .filter__icon {
    right: 0;
    width: 0.7rem;
    height: 0.5rem;
  }
}
.filter__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.filter__toggle--active .filter__icon {
  transform: translateY(-50%) rotate(180deg);
}
.filter__list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 1px;
  z-index: 2;
  background-color: currentColor;
  display: none;
  opacity: 0;
}
.filter__link,
.filter__list a {
  color: #fff;
  cursor: pointer;
  display: block;
  padding: 2rem;
}
@media (max-width: 640px) {
  .filter__link,
  .filter__list a {
    padding: 1rem;
  }
}
.filter__link:hover,
.filter__list a:hover {
  color: #DEBD5A;
}
/* =================== !PAGINATION */
.pagination {
  text-align: center;
}
.pagination a,
.pagination span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1rem;
  color: #000;
  font-weight: bold;
}
.pagination span {
  color: rgba(90, 90, 90, 0.3);
}
.pagination a:hover {
  color: #DEBD5A;
}
.pagination .prev {
  transform: rotate(180deg);
}
.pagination .prev,
.pagination .next {
  font-size: 0;
  width: 2rem;
  height: 2rem;
  background-image: url(../images/icon--arrow.svg);
  background-position: center;
  background-size: 100% 100%;
}
/* =================== !BREADCRUMBS */
.breadcrumbs {
  padding-top: 4rem;
  padding-bottom: 4rem;
  max-width: 28rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #5A5A5A;
}
.breadcrumb__link,
.breadcrumb__page {
  font-size: 1.8rem;
  color: currentColor;
}
.breadcrumb__link:hover {
  color: #DEBD5A;
}
.breadcrumb__seperator {
  color: currentColor;
  font-style: normal;
}
/* =================== !CAREER LISTING */
.other--vacancies.revealed .career-item,
.career__blocks.revealed .career-item {
  opacity: 1;
  transform: translateY(0px);
  transition: 0.6s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.other--vacancies .career-item,
.career__blocks .career-item {
  float: left;
  width: 30%;
  margin: 0 5% 6rem 0;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.6s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.other--vacancies .career-item .featured__image,
.career__blocks .career-item .featured__image {
  margin: 0 0 1rem;
}
.other--vacancies .career-item .featured__image img,
.career__blocks .career-item .featured__image img {
  width: 100%;
}
@media (max-width: 1024px) {
  .other--vacancies .career-item,
  .career__blocks .career-item {
    width: 47.5%;
  }
}
@media (max-width: 640px) {
  .other--vacancies .career-item,
  .career__blocks .career-item {
    width: 100%;
    margin: 0 0 6rem;
  }
}
.other--vacancies .career-item:nth-child(3n),
.career__blocks .career-item:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .other--vacancies .career-item:nth-child(3n),
  .career__blocks .career-item:nth-child(3n) {
    margin-right: 5%;
  }
}
@media (max-width: 640px) {
  .other--vacancies .career-item:nth-child(3n),
  .career__blocks .career-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .other--vacancies .career-item:nth-child(even),
  .career__blocks .career-item:nth-child(even) {
    margin-right: 0;
  }
}
.other--vacancies p,
.career__blocks p {
  color: #000;
}
.other--vacancies p.role--title,
.career__blocks p.role--title {
  font-size: 4rem;
  line-height: 4.6rem;
  font-family: 'Larish Neue Semibold', serif;
  margin-bottom: 1rem;
}
.other--vacancies p.role--date,
.career__blocks p.role--date {
  font-size: 1.4rem;
  line-height: 2.3rem;
}
.other--vacancies .vacancies--error,
.career__blocks .vacancies--error {
  padding-bottom: 12rem;
}
.other--vacancies .vacancies--error p,
.career__blocks .vacancies--error p {
  font-size: 1.8rem;
  line-height: 2rem;
  font-family: 'Larish Neue Semibold', serif;
}
/* =================== !HERO */
.hero .hero-content {
  position: absolute;
  top: calc(50% - 40px);
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 6;
  text-align: center;
  width: 128rem;
  max-width: 90%;
}
.hero .hero-content p {
  font-family: 'Larish Neue Semibold', serif;
  color: #fff;
  font-size: 36px;
  line-height: 1.175;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.6s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (min-width: 1000px) {
  .hero .hero-content p {
    font-size: 50px;
  }
}
.hero.revealed p {
  opacity: 1;
  transform: translateY(0px);
  transition: 0.6s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
/* =================== !COMMON: image_text */
.image__text {
  margin: 0 0 8rem;
}
@media (max-width: 640px) {
  .image__text {
    margin: 0 0 6rem;
  }
}
.image__text.dark-version {
  background: #2A2823;
  padding: 12rem 0;
  margin: 0 !important;
}
.image__text.dark-version .type__text h2,
.image__text.dark-version .type__text h3,
.image__text.dark-version .type__text p,
.image__text.dark-version .type__text p a {
  color: #FFFFFF;
}
.image__text.dark-version p,
.image__text.dark-version li {
  font-size: 2.4rem !important;
}
.image__text ul {
  opacity: 0;
  transform: translateY(10px);
  transition: 1.4s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 24px;
}
.image__text.revealed ul {
  opacity: 1;
  transform: translateY(0px) scale(1);
}
.image__text .this-title {
  text-align: center;
  max-width: 500px;
  color: #FFF;
  margin: 0 auto 8rem;
}
.image__text .this-title h2 {
  font-size: 4.8rem;
}
@media (max-width: 640px) {
  .image__text .g.g--pulled {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .image__text .g.g--pulled .type__image {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .image__text .g.g--pulled .type__text {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
.image__text .type__text {
  position: relative;
  min-height: 32rem;
}
.image__text .type__text p {
  margin-bottom: 3rem;
}
@media (max-width: 640px) {
  .image__text .type__text p {
    margin-bottom: 1rem;
  }
}
.image__text .type__text .text--content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateX(0) translateY(-50%);
  padding: 0 1rem;
}
@media (max-width: 640px) {
  .image__text .type__text .text--content {
    position: static;
    top: unset;
    left: unset;
    transform: translateX(0) translateY(0);
  }
}
@media (max-width: 1024px) {
  .image__text .type__text {
    min-height: 24rem;
  }
}
@media (max-width: 768px) {
  .image__text .type__text {
    min-height: 18rem;
  }
}
@media (max-width: 640px) {
  .image__text .type__text {
    min-height: unset;
  }
}
.image__text .type__image .framed__photo {
  background-color: #fff;
  padding: 1.6rem;
  overflow: hidden;
  width: 90%;
}
.image__text .type__image .framed__photo img {
  min-height: 100%;
  min-width: 100%;
}
.image__text .type__image.tilt__left .framed__photo {
  transform: rotate(-2deg);
  margin-right: 10%;
}
.image__text .type__image.tilt__left.reverse-it .framed__photo {
  transform: rotate(2deg);
}
.image__text .type__image.tilt__right .framed__photo {
  transform: rotate(2deg);
  margin-left: 10%;
}
.image__text .type__image.tilt__right.reverse-it .framed__photo {
  transform: rotate(-2deg);
}
@media (max-width: 640px) {
  .image__text .type__image.tilt__right .framed__photo,
  .image__text .type__image.tilt__left .framed__photo {
    margin: 0 0 2rem;
    width: 100%;
  }
  .image__text .type__image.tilt__right .framed__photo {
    transform: rotate(1deg);
  }
  .image__text .type__image.tilt__left .framed__photo {
    transform: rotate(-1deg);
  }
}
.image__text .type__image .tagline {
  text-align: center;
  margin: 30px auto;
  display: block;
  font-size: 2.4rem;
  line-height: 1.2;
  font-family: 'Larish Neue Semibold', serif;
  max-width: 400px;
}
.image__text p,
.image__text .framed__photo,
.image__text .framed__photo img {
  opacity: 0;
  transform: translateY(10px);
  transition: 1.4s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.image__text .framed__photo img {
  transform: translateY(30px) scale(0.95);
  transform-origin: bottom;
}
.image__text.revealed p,
.image__text.revealed .framed__photo,
.image__text.revealed .framed__photo img {
  opacity: 1;
  transform: translateY(0px) scale(1);
}
/* =================== !COMMON: two__column__content */
.two__column__content {
  padding-bottom: 6rem;
}
.two__column__content p {
  opacity: 0;
  transform: translateY(10px);
  transition: 1.4s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.two__column__content.revealed p {
  opacity: 1;
  transform: translateY(0px) scale(1);
}
.two__column__content p {
  margin-bottom: 3rem;
}
.two__column__content p:last-of-type {
  margin-bottom: 0;
}
.two__column__content .heading__row {
  padding-bottom: 6rem;
  text-align: center;
}
.two__column__content .heading__row p {
  font-size: 4rem;
  line-height: 4.8rem;
  font-family: 'Larish Neue Semibold', serif;
}
@media (max-width: 640px) {
  .two__column__content .heading__row p {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
.two__column__content .left__column {
  padding-right: 3rem;
}
.two__column__content .right__column {
  padding-left: 3rem;
}
@media (max-width: 640px) {
  .two__column__content p {
    margin-bottom: 1rem;
  }
  .two__column__content .left__column {
    padding-right: 1rem;
  }
  .two__column__content .left__column p:last-of-type {
    margin-bottom: 1rem;
  }
  .two__column__content .right__column {
    padding-left: 1rem;
  }
}
/* =================== !COMMON: slider */
.slider {
  position: relative;
  padding: 11rem 0;
}
.slider .slider__gradient {
  position: absolute;
  top: 0;
  right: 0;
  width: 35vw;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .slider .slider__gradient {
    width: 20vw;
  }
}
.slider .slider__heading {
  position: relative;
  z-index: 2;
  text-align: center;
}
.slider .slider__heading p {
  font-size: 4rem;
  line-height: 4.8rem;
  margin-bottom: 6rem;
  font-family: 'Larish Neue Semibold', serif;
}
.slider .slider--wrapper .slick-list {
  padding: 0 20% 0 12rem;
}
@media (max-width: 768px) {
  .slider .slider--wrapper .slick-list {
    padding: 0 5rem;
  }
}
@media (max-width: 480px) {
  .slider .slider--wrapper .slick-list {
    padding: 0 5vw;
  }
}
.slider .slider--wrapper .slide {
  width: 535px;
  margin: 0 2rem 0 0;
}
.slider .slider--wrapper .slide img {
  width: 100%;
  height: auto;
}
.slider .slider--wrapper .slide p {
  font-family: 'Larish Neue Semibold', serif;
  font-size: 2.2rem;
  line-height: 2.6rem;
  margin: 2rem 0 0;
}
@media (max-width: 768px) {
  .slider .slider--wrapper .slide {
    width: 80vw;
  }
}
.slider .slider__heading,
.slider .slide {
  opacity: 0;
  transform: translateY(10px);
  transition: 1.4s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.slider .slider__heading {
  transition-delay: 0.3s;
}
.slider.revealed .slider__heading,
.slider.revealed .slide {
  opacity: 1;
  transform: translateY(0px) scale(1);
}
.default__block {
  margin-bottom: 6rem;
}
.default__block h1,
.default__block h2,
.default__block h3,
.default__block h4,
.default__block h5,
.default__block h6,
.default__block p {
  margin-bottom: 1em;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.6s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.default__block.revealed h1,
.default__block.revealed h2,
.default__block.revealed h3,
.default__block.revealed h4,
.default__block.revealed h5,
.default__block.revealed h6,
.default__block.revealed p {
  opacity: 1;
  transform: translateY(0px);
  transition: 0.6s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.js-video {
  position: relative;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.js-video .cover-img {
  position: relative;
  height: 100%;
  cursor: pointer;
}
.js-video .cover-img .play {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  height: 100px;
  cursor: pointer;
  display: block;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  opacity: 0;
  visibility: hidden;
}
.js-video .cover-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.js-video video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
/* =================== !WOOCOMMERCE: Global */
.woocommerce .button,
.woocommerce [type=button],
.woocommerce [type=submit],
.woocommerce button {
  transition: 0.2s linear;
}
.woocommerce .button:hover,
.woocommerce [type=button]:hover,
.woocommerce [type=submit]:hover,
.woocommerce button:hover {
  color: #DEBD5A;
  border-color: #DEBD5A;
}
/* Woo Pagination */
.woocommerce-pagination {
  text-align: center;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  padding: 20px 0;
  margin: 0 0 30px;
}
.woocommerce-pagination li {
  padding-right: 20px;
}
.woocommerce-pagination span,
.woocommerce-pagination a {
  border-radius: 50%;
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  display: inline-block;
}
.woocommerce-pagination span {
  background: #000;
  color: #fff;
  font-size: 22px;
}
.woocommerce-pagination a {
  color: #000;
  font-size: 22px;
}
.woocommerce nav ul li,
.woocommerce-page nav ul li {
  padding-right: 20px;
}
.woocommerce nav ul li a,
.woocommerce-page nav ul li a {
  font-size: 22px;
  transition: background 0.3s;
}
.woocommerce nav ul li a:hover,
.woocommerce-page nav ul li a:hover {
  background: #C9CCC6;
}
.woocommerce nav ul {
  display: inline-block;
  margin: 0 auto;
}
/* Woo Category Filters */
.woocommerce-categories {
  display: none;
  justify-content: space-evenly;
  flex-flow: wrap;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 80px auto;
}
@media (max-width: 640px) {
  .woocommerce-categories {
    justify-content: start;
  }
}
.woocommerce-categories li {
  padding: 10px;
}
@media (max-width: 640px) {
  .woocommerce-categories li {
    width: 50%;
    float: left;
    text-align: center;
  }
}
.woocommerce-categories li.active a {
  position: relative;
  color: #C9CCC6;
  border-color: #C9CCC6;
  padding-right: 40px;
}
.woocommerce-categories li.active a::after {
  font-family: 'ITC Franklin Gothic Condensed', sans-serif;
  position: absolute;
  display: inline-block;
  content: '+';
  font-size: 20px;
  padding-left: 15px;
  transform: rotate(44deg);
  margin-top: -5px;
}
@media (max-width: 640px) {
  .woocommerce-categories li .button {
    display: block;
  }
}
.woocommerce-categories li .button:hover {
  color: #C9CCC6;
  border-color: #C9CCC6;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
  opacity: 100!important;
}
/* Cart page */
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce {
  max-width: 128rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: 35%;
  margin-top: 35px;
}
@media (max-width: 768px) {
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
    float: left;
    margin-top: 40px;
  }
}
/* Hide the default coupon form @ WooCommerce Cart table */
/* I hate to use display:none but there is no other solution */
div.coupon:not(.under-proceed) {
  display: none !important;
}
.cart-empty.woocommerce-info {
  margin-bottom: 40px;
}
/* Checkout */
.woocommerce-checkout [type="text"],
.woocommerce-checkout [type="email"],
.woocommerce-checkout [type="tel"],
.woocommerce-checkout textarea {
  background: #fff;
  border-radius: 6px;
  padding: 1rem;
}
.woocommerce-checkout select {
  background: #fff;
  border-color: #fff;
  height: 50px;
  border-radius: 6px;
  margin-bottom: 20px;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
}
.woocommerce-form-coupon-toggle {
  display: inline-block;
  background-color: #EDEBE7;
  padding: 10px 20px;
  font-size: 18px;
  margin-bottom: 20px;
}
.woocommerce-form-coupon-toggle a {
  color: #000;
  text-decoration: underline;
}
.woocommerce-form-coupon-toggle a:hover {
  text-decoration: none;
}
.woocommerce-checkout-review-order {
  display: inline-block;
  background-color: #EDEBE7;
  padding: 30px 20px;
  margin-top: -53px;
}
@media (max-width: 768px) {
  .woocommerce-checkout-review-order {
    margin-top: auto;
  }
}
.woocommerce-additional-fields textarea {
  border-color: #fff;
}
.shop_table.woocommerce-checkout-review-order-table tr {
  padding: 5px 0;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  width: 62%;
}
@media (max-width: 768px) {
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1 {
    width: 100%;
  }
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: right;
  width: 35%;
}
@media (max-width: 768px) {
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    float: left;
    width: 100%;
  }
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: left;
  width: 100%;
  margin-top: 20px;
  transition: 0.2s linear;
  display: block;
  font-size: 16px;
  border-width: 4px;
  padding: 1.6rem 2.5rem 1.75rem;
}
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
  color: #DEBD5A;
  border-color: #DEBD5A;
}
.shop_table.woocommerce-checkout-review-order-table {
  display: inline-block;
  width: 100%;
}
.shop_table.woocommerce-checkout-review-order-table thead {
  display: none;
}
.shop_table.woocommerce-checkout-review-order-table tbody,
.shop_table.woocommerce-checkout-review-order-table tfoot {
  display: inline-block;
  width: 100%;
}
.shop_table.woocommerce-checkout-review-order-table tr {
  display: inline-block;
  padding: 5px 0;
}
.shop_table.woocommerce-checkout-review-order-table .product-name,
.shop_table.woocommerce-checkout-review-order-table .product-total {
  width: 50%;
  float: left;
}
.shop_table.woocommerce-checkout-review-order-table .product-total,
.shop_table.woocommerce-checkout-review-order-table .order-total {
  text-align: right;
}
.shop_table.woocommerce-checkout-review-order-table .cart-subtotal th,
.shop_table.woocommerce-checkout-review-order-table .order-total th,
.shop_table.woocommerce-checkout-review-order-table .cart-subtotal td,
.shop_table.woocommerce-checkout-review-order-table .order-total td {
  width: 50%;
  float: left;
}
.shop_table.woocommerce-checkout-review-order-table .cart-subtotal th,
.shop_table.woocommerce-checkout-review-order-table .order-total th {
  text-align: left;
}
.shop_table.woocommerce-checkout-review-order-table .cart-subtotal td,
.shop_table.woocommerce-checkout-review-order-table .order-total td {
  text-align: right;
}
.wc_payment_methods.payment_methods.methods li {
  padding: 10px 0;
}
.woocommerce-input-wrapper {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background-color: transparent;
}
.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
  display: none;
}
.woocommerce table.shop_table_responsive tbody th,
.woocommerce-page table.shop_table_responsive tbody th {
  display: inline-block;
}
.woocommerce-account .woocommerce {
  max-width: 128rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  overflow: auto;
}
.woocommerce-account [type="text"],
.woocommerce-account [type="email"],
.woocommerce-account [type="tel"],
.woocommerce-account [type="password"],
.woocommerce-account textarea {
  background: #fff;
  border-radius: 6px;
  padding: 1rem;
  margin-bottom: 20px;
}
.woocommerce-account fieldset {
  border: 0;
}
.woocommerce-account .woocommerce nav ul li {
  float: none;
  display: block;
}
.woocommerce-account .woocommerce nav ul li a {
  color: #000;
  opacity: 1;
  font-size: 18px;
  line-height: 1.8;
}
.woocommerce-account .woocommerce nav ul li.is-active a {
  color: #DEBD5A;
}
.woocommerce-account .edit {
  font-size: 16px;
}
.woocommerce-MyAccount-content p {
  margin-bottom: 20px;
}
.woocommerce-form.woocommerce-form-login.login {
  max-width: 460px;
  width: 100%;
}
@media (max-width: 768px) {
  .woocommerce-form.woocommerce-form-login.login {
    margin-bottom: 40px;
  }
}
.woocommerce-LostPassword.lost_password {
  font-size: 16px;
  margin: 10px 0;
}
@media (max-width: 768px) {
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    float: left;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 100%;
  }
}
.flex-viewport {
  width: 100%;
  margin-bottom: 40px;
}
.flex-viewport img {
  width: 100%;
}
.woocommerce .hero {
  position: relative;
  height: 70vh;
  width: 100%;
  background-color: #5A5A5A;
}
@media (max-width: 768px) {
  .woocommerce .hero {
    height: 50vh;
  }
}
.woocommerce .hero::before {
  position: absolute;
  z-index: 1;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.woocommerce .hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.woocommerce .overlaid-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.66);
  width: calc(100% - 40px);
  padding: 30px 30px 45px;
  max-width: 840px;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .woocommerce .overlaid-text {
    padding: 20px 20px 30px;
    max-width: 777px;
  }
}
.woocommerce .overlaid-text h1 {
  font-family: 'Larish Neue Semibold', serif;
  line-height: 1.05;
  color: #fff;
  font-size: 60px;
}
@media only screen and (max-width: 600px) {
  .woocommerce .overlaid-text h1 {
    font-size: 28px;
  }
}
.woocommerce .overlaid-text p {
  font-family: 'Larish Neue Semibold', serif;
  color: #fff;
  margin: 20px 0 0;
}
.woocommerce .overlaid-text p:before {
  content: ' ';
  border-top: 1px solid #fff;
  display: block;
  margin: 0 auto 20px;
  width: 70%;
}
.woocommerce-message {
  display: inline-block;
  flex-basis: 100%;
  width: 100%;
  margin-bottom: 30px;
  font-size: 16px;
}
.woocommerce .woocommerce-form-coupon p {
  font-size: 16px;
  margin-bottom: 20px;
}
.woocommerce .woocommerce-form-coupon .form-row-first {
  width: 300px;
}
@media (max-width: 1024px) {
  .woocommerce .woocommerce-form-coupon .form-row-first {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .woocommerce .woocommerce-form-coupon .form-row-first {
    width: 47%;
  }
}
.woocommerce .woocommerce-form-coupon .form-row-last {
  float: none;
}
@media (max-width: 768px) {
  .woocommerce .woocommerce-form-coupon .form-row-last {
    float: right;
  }
}
.woocommerce .woocommerce-form-coupon .form-row-last .button {
  margin-left: 20px;
}
.woocommerce-account-fields {
  margin-bottom: 40px;
}
.woocommerce-account-fields input[type="checkbox"] {
  vertical-align: text-top;
}
.reset_variations {
  display: none!important;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details,
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  margin-bottom: 40px;
}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td,
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details td,
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th,
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details th {
  padding: 5px 0;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
  padding: 5px 0;
}
#gmfw_counter_wrap {
  font-size: 14px!important;
  margin-bottom: 6px!important;
}
.sticky {
  position: fixed;
  top: 0;
  max-width: 440px;
  width: 100%;
}
@media screen and (max-width: 1366px) {
  .sticky {
    max-width: 400px;
  }
}
@media screen and (max-width: 1200px) {
  .sticky {
    position: relative;
    top: auto;
  }
}
.lock {
  top: auto;
  bottom: 200px;
}
@media screen and (max-width: 1200px) {
  .lock {
    bottom: auto;
  }
}
.woocommerce-form-login-toggle {
  font-size: 18px;
  margin-bottom: 20px;
}
.woocommerce-page form .form-row label,
.woocommerce form .form-row label {
  font-size: 18px;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox [type="checkbox"] {
  display: none;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span {
  position: relative;
  padding-left: 20px;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span::before {
  position: absolute;
  content: '↓';
  left: 0;
}
.sv-wc-payment-gateway-card-icons {
  padding-left: 37px;
  padding-top: 6px;
}
.sv-wc-payment-gateway-card-icons img:nth-child(n+3) {
  display: none!important;
}
.woocommerce-form.woocommerce-form-register.register p.woocommerce-form-row.form-row {
  margin-top: 20px;
}
.wc_payment_methods.payment_methods.methods li {
  padding: 0;
}
.wc_payment_methods.payment_methods.methods label {
  display: block;
  padding: 1.11575em 0;
}
.wc_payment_methods.payment_methods.methods .payment_box {
  padding: 0.11575em 0;
}
.wc_payment_methods.payment_methods.methods .payment_box p {
  font-size: 14px;
  line-height: 19px;
}
#payment .payment_methods > li:not(.woocommerce-notice) {
  background-color: transparent;
}
#payment .payment_methods > li .payment_box,
#payment .place-order {
  background-color: #EDEBE7;
}
#payment .payment_methods > .wc_payment_method > label:before,
#payment .payment_methods > .woocommerce-PaymentMethod > label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  line-height: inherit;
  vertical-align: baseline;
  content: "\f111";
  margin-right: 0.5407911em;
  -webkit-transition: color, ease, 0.2s;
  transition: color, ease, 0.2s;
}
.star-rating span:before,
.quantity .plus,
.quantity .minus,
p.stars a:hover:after,
p.stars a:after,
.star-rating span:before,
#payment .payment_methods li input[type=radio]:first-child:checked + label:before {
  color: #DEBD5A;
}
#payment .payment_methods li.wc_payment_method > input[type=radio]:first-child:checked + label:before,
#payment .payment_methods li.woocommerce-PaymentMethod > input[type=radio]:first-child:checked + label:before {
  content: "\f192";
}
.payment_method_paypal img {
  display: none;
}
.about_paypal {
  padding-left: 0.5407911em;
}
.woocommerce-shipping-totals.shipping td {
  width: 100%;
  text-align: right;
}
.woocommerce-page table.shop_table_responsive tbody th,
.woocommerce table.shop_table_responsive tbody th {
  width: 50%;
  float: left;
  text-align: left;
}
.woocommerce-shipping-totals.shipping td {
  width: 50%;
  float: left;
  text-align: right;
}
/* ================================ !PAGES */
/* =================== !CHAMPION-2018 */
.champ {
  background-color: #F5F3F1;
}
.champ__hero {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 40px;
}
.champ__hero-content {
  order: 2;
  width: 100%;
  max-width: 780px;
  text-align: center;
  margin-top: -220px;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .champ__hero-content {
    margin-top: 0;
  }
}
.champ__hero-content h1 {
  font-size: 100px;
  line-height: 0.8;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .champ__hero-content h1 {
    font-size: 40px;
  }
}
.champ__hero-content p {
  font-size: 30px;
  line-height: 1.2;
  max-width: 620px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .champ__hero-content p {
    font-size: 16px;
  }
}
.champ__hero-image {
  width: 100%;
}
.champ__hero-image img {
  width: 100%;
  border: 10px solid #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.champ__hero-image:nth-child(2),
.champ__hero-image:nth-child(3) {
  order: 1;
}
.champ__hero-image:nth-child(2) {
  width: 40%;
  max-width: 620px;
  margin-right: -2px;
  transform: rotate(-3deg);
}
@media (max-width: 480px) {
  .champ__hero-image:nth-child(2) {
    display: none;
  }
}
.champ__hero-image:nth-child(3) {
  width: 60%;
  margin-left: -2px;
  transform: rotate(3deg);
}
@media (max-width: 480px) {
  .champ__hero-image:nth-child(3) {
    width: 100%;
    margin-left: -20px;
    margin-bottom: 20px;
  }
}
.champ__hero-image:nth-child(4) {
  max-width: calc(100% - 780px);
  margin-top: -226px;
  padding-left: 60px;
  order: 4;
  transform: rotate(-5deg);
}
@media (max-width: 1200px) {
  .champ__hero-image:nth-child(4) {
    max-width: 50%;
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .champ__hero-image:nth-child(4) {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .champ__hero-image:nth-child(4) {
    max-width: 70%;
    order: 3;
    margin-left: auto;
    margin-right: -20px;
  }
}
.champ__hero-image:nth-child(5) {
  width: 60%;
  max-width: 780px;
  order: 3;
  transform: rotate(5deg);
}
@media (max-width: 1200px) {
  .champ__hero-image:nth-child(5) {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .champ__hero-image:nth-child(5) {
    width: 70%;
    order: 4;
    margin-right: auto;
    margin-left: -20px;
    margin-top: -80px;
  }
}
.champ__hero-image:nth-child(5) img {
  max-width: 670px;
}
.champ__hero-image:nth-child(4),
.champ__hero-image:nth-child(5) {
  text-align: right;
}
.champ__feat {
  padding-top: 76px;
  padding-bottom: 220px;
}
@media (max-width: 640px) {
  .champ__feat {
    padding-bottom: 60px;
  }
}
.champ__feat h2 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 45px;
}
@media (max-width: 640px) {
  .champ__feat h2 {
    margin-bottom: 15px;
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .champ__feat .g__col {
    width: 100%;
  }
}
.champ__feat-image {
  position: relative;
}
.champ__feat-product {
  position: absolute;
  bottom: 0;
  right: 10px;
  transform: translateY(50%);
  filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.2));
}
@media (max-width: 640px) {
  .champ__feat-product {
    width: 110px;
    transform: translateY(30%);
  }
}
.champ__feat-content {
  padding-top: 30px;
}
@media (max-width: 768px) {
  .champ__feat-content {
    padding-right: 220px;
  }
}
@media (max-width: 640px) {
  .champ__feat-content {
    padding-right: 0;
    padding-top: 70px;
  }
}
.champ__feat-content h3 {
  padding-top: 45px;
  margin-bottom: 10px;
}
@media (max-width: 640px) {
  .champ__feat-content p {
    font-size: 16px;
  }
}
.champ__pairings {
  display: flex;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 45px;
}
.champ__pairings > div {
  padding-left: 2rem / 2;
  padding-right: 2rem / 2;
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  .champ__pairings > div {
    font-size: 14px;
  }
}
.champ__pairings svg {
  display: inline-block;
  margin-right: 10px;
}
.champ__feat-note {
  color: #5A5A5A;
  font-size: 18px;
}
@media (max-width: 640px) {
  .champ__feat-note {
    font-size: 14px;
  }
}
.champ__recipe {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: right;
}
@media (max-width: 640px) {
  .champ__recipe {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.champ__recipe img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.champ__recipe-content {
  display: inline-block;
  margin-left: auto;
  margin-right: 80px;
  padding: 50px 80px;
  background-color: #fff;
  text-align: center;
  position: relative;
  color: #000;
  min-height: 260px;
}
@media (max-width: 768px) {
  .champ__recipe-content {
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
}
@media (max-width: 640px) {
  .champ__recipe-content {
    min-height: 200px;
    max-width: 240px;
  }
}
.champ__recipe-content h4 {
  margin-bottom: 23px;
  font-size: 20px;
  font-family: 'ITC Franklin Gothic Condensed', sans-serif;
}
@media (max-width: 640px) {
  .champ__recipe-content h4 {
    font-size: 14px;
  }
}
.champ__recipe-content p {
  font-family: 'Larish Neue Semibold', serif;
  font-size: 40px;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .champ__recipe-content p {
    font-size: 20px;
  }
}
.champ__stockists {
  background-color: #6D7377;
  padding-top: 50px;
  overflow: hidden;
}
.champ__stockists .container {
  max-width: 128rem;
}
.champ__map {
  position: relative;
  display: inline-block;
  padding-bottom: 50px;
}
@media (max-width: 960px) {
  .champ__map {
    width: 90%;
    height: 100%;
    display: block;
    padding-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: -45px;
  }
}
@media (max-width: 960px) {
  .champ__map svg {
    width: auto;
    height: 100%;
    opacity: 0.2;
    margin: auto;
    display: block;
  }
}
.champ__map img {
  position: absolute;
  bottom: 18%;
  right: 14%;
  width: 31%;
  height: auto;
}
@media (max-width: 960px) {
  .champ__map img {
    bottom: 11%;
    right: 25%;
    width: 22%;
  }
}
@media (max-width: 375px) {
  .champ__map img {
    bottom: 12%;
    right: 16%;
    width: 30%;
  }
}
@media (max-width: 320px) {
  .champ__map img {
    right: 0%;
    width: 34%;
  }
}
.champ__stockists-grid {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 960px) {
  .champ__stockists-grid .g__col {
    width: 100%;
  }
  .champ__stockists-grid .g__col:first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.champ__stockists-content {
  color: #fff;
  text-align: center;
}
@media (max-width: 960px) {
  .champ__stockists-content {
    padding-bottom: 40px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.champ__stockists-content h2 {
  font-size: 60px;
  line-height: 1.2;
  margin-bottom: 45px;
}
@media (max-width: 480px) {
  .champ__stockists-content h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.champ__stockists-content p {
  max-width: 370px;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .champ__stockists-content p {
    margin-bottom: 280px;
    font-size: 16px;
  }
}
.champ__stockists-content form {
  padding-top: 170px;
}
@media (max-width: 480px) {
  .champ__stockists-content form {
    padding-top: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 480px) {
  .champ__stockists-content .stockists__button {
    max-width: 100%;
    margin-top: -1px;
  }
}
.champ__stockists-content .stockists__button:hover {
  background-color: #fff;
  border-color: #fff;
  color: #6D7377;
  transition: 0.2s linear;
}
.videos {
  padding-top: 9rem;
  padding-bottom: 13.2rem;
  background-color: #000;
  color: #fff;
  position: relative;
}
@media (max-width: 640px) {
  .videos {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }
}
.videos:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 128rem);
  height: 100%;
  background: linear-gradient(to left, black, transparent);
  z-index: 20;
  pointer-events: none;
}
@media (max-width: 640px) {
  .videos {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }
}
.videos .slick-list {
  overflow: visible;
}
.videos .slick-track {
  display: flex;
}
.videos .slick-slide {
  float: none;
  min-height: none;
  height: auto;
}
.videos__title {
  margin-bottom: 50px;
  font-size: 40px;
}
@media (max-width: 640px) {
  .videos__title {
    font-size: 1.4rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 640px) {
  .videos__col {
    width: 100%;
  }
}
.videos__preview {
  cursor: grab;
}
.videos__preview h3 {
  margin-bottom: 0;
}
.videos__wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin-bottom: 20px;
  background-color: #000;
}
.videos__wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.videos__placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s linear;
  pointer-events: none;
  z-index: 2;
}
.videos__placeholder + iframe {
  opacity: 0;
  transition: 0.5s 1s linear;
}
.video--playing .videos__placeholder {
  opacity: 0 !important;
  transition: 1s linear;
}
.video--playing .videos__placeholder + iframe {
  opacity: 1;
}
.videos__play {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 40px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 3;
}
.videos__play:before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video--playing .videos__play {
  opacity: 0;
  pointer-events: none;
}
.videos__play:hover + .videos__placeholder {
  opacity: 0.6;
}
/* =================== !FOXES */
.page--fox {
  background-color: #F5F5F5;
  position: relative;
}
.page--fox.inc-ft:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 14.5rem;
  z-index: 0;
  background-color: #2A2823;
}
.fox__hero {
  background-color: #2a2823;
  padding-bottom: 3.3rem;
}
@media (max-width: 480px) {
  .fox__hero {
    padding-bottom: 2rem;
  }
}
.fox__hero img {
  width: 100%;
}
.fox__hero .fox__hero--image {
  position: relative;
}
.fox__hero .fox-meta {
  padding: 0 10px;
  margin: 0 0 40px;
}
.fox__hero .fox-meta .container {
  position: relative;
}
.fox__hero .fox-meta .fox-meta-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
}
.fox__hero .fox-meta .fox-meta-inner.to-the-left {
  right: auto;
  left: 0;
}
@media (max-width: 1000px) {
  .fox__hero .fox-meta .fox-meta-inner.to-the-left {
    left: auto;
  }
}
@media (max-width: 1000px) {
  .fox__hero .fox-meta .fox-meta-inner {
    position: relative;
    width: 100%;
    bottom: auto;
    right: auto;
    margin: 20px 0 0;
  }
}
.fox__hero .fox-meta .detail {
  padding: 0 30px 0 0;
}
.fox__hero .fox-meta .detail span {
  color: #FFFFFF;
  line-height: 1.2;
}
.fox__hero .fox-meta .button {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.fox__hero .fox-meta .button:hover {
  background: #FFFFFF;
  color: #191919;
}
.fox__heading {
  color: #fff;
  font-size: 4rem;
  line-height: 1.15;
  padding-top: 3.6rem;
  max-width: 101rem;
  text-align: center;
  width: 100%;
  margin: 100px auto 60px;
}
.page-id-1520 .fox__heading {
  max-width: 800px;
  margin: 100px auto 60px 0;
  text-align: left;
}
@media (max-width: 480px) {
  .fox__heading {
    font-size: 3rem;
  }
}
.fox__intro {
  background-color: #2a2823;
  color: #fff;
  padding-bottom: 19rem;
}
@media (max-width: 480px) {
  .fox__intro {
    padding-bottom: 4rem;
  }
}
.fox__intro-title {
  font-size: 6rem;
  text-align: center;
  max-width: 70rem;
  margin: 0 auto 2rem;
}
@media (max-width: 640px) {
  .fox__intro-title {
    font-size: 4rem;
  }
}
@media (max-width: 640px) {
  .fox__intro-col {
    width: 100%;
  }
}
.fox__intro-col p {
  font-size: 2rem;
  margin-bottom: 1em;
  max-width: 58rem;
  width: 100%;
}
.fox__intro-col .framed__photo {
  background-color: #fff;
  padding: 1.6rem;
  overflow: hidden;
  width: 90%;
}
.fox__intro-col .framed__photo.tilt__left {
  transform: rotate(2deg);
  margin-right: 10%;
}
.fox__intro-col .framed__photo.tilt__right {
  transform: rotate(-2deg);
  margin-left: 10%;
}
.fox__intro-col:first-child {
  padding-top: 13.5rem;
  margin-bottom: -5.5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 640px) {
  .fox__intro-col:first-child {
    padding-top: 6rem;
    margin-bottom: -2.5rem;
  }
}
.fox__intro-col:first-child .framed__photo {
  margin: 6.4rem auto 0;
}
.fox__intro-col:first-child img {
  display: block;
}
.fox__intro-col .button-wrap {
  max-width: 58rem;
  margin: 4rem 0 0 auto;
}
.fox__intro-col:last-child {
  padding-bottom: 5rem;
}
@media (max-width: 640px) {
  .fox__intro-col:last-child {
    padding-bottom: 2.5rem;
  }
}
.fox__intro-col:last-child p {
  margin-right: 0;
  margin-left: auto;
}
.fox__intro-col:last-child .framed__photo {
  margin: 0 auto 5rem;
}
@media (max-width: 640px) {
  .fox__intro-col:last-child .framed__photo {
    margin: 0 auto 2.5rem;
  }
}
.fox__intro-col:last-child img {
  display: block;
}
.fox-video {
  height: 786px;
  width: 100%;
}
@media (max-width: 768px) {
  .fox-video {
    height: 520px;
  }
}
.fox-video iframe,
.fox-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.fox__feature {
  position: relative;
  min-height: 100vh;
  padding-bottom: 15.3rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
@media (max-width: 640px) {
  .fox__feature {
    padding-bottom: 6rem;
  }
}
.fox__feature .container {
  width: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.fox__feature img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fox__feature-content {
  color: #fff;
}
.fox__feature-content p {
  font-size: 4rem;
  font-family: 'Larish Neue Semibold', serif;
  max-width: 62rem;
  width: 100%;
}
@media (max-width: 640px) {
  .fox__feature-content p {
    font-size: 2.4rem;
  }
}
.fox__feature-content a {
  color: currentColor;
}
.fox__feature-content a:hover {
  color: #DEBD5A;
}
.fox__pairings {
  background-color: #ECEAE7;
  padding: 17.2rem 0 4.2rem;
}
@media (max-width: 640px) {
  .fox__pairings {
    padding-top: 8rem;
    padding-bottom: 0;
  }
}
.fox__pairings h3 {
  font-size: 1.6rem;
  margin-bottom: 1em;
}
.fox__pairings .g__col {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
@media (max-width: 480px) {
  .fox__pairings .g__col {
    width: 100%;
  }
}
.fox__pairings .g__col:first-child {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.fox__pairings .g__col:last-child {
  padding-top: 14.8rem;
}
@media (max-width: 480px) {
  .fox__pairings .g__col:last-child {
    padding-top: 7rem;
  }
}
.fox__parings-text {
  font-size: 4rem;
  line-height: 1.16;
  font-family: 'Larish Neue Semibold', serif;
  margin-bottom: 2.5rem;
}
@media (max-width: 640px) {
  .fox__parings-text {
    font-size: 2.4rem;
  }
}
.fox__pairing {
  width: 22rem;
  height: 22rem;
  margin: 0 3.7rem 4rem 0;
  position: relative;
  z-index: 1;
  display: block;
  align-items: center;
  text-align: center;
  color: #000;
}
@media (max-width: 480px) {
  .fox__pairing {
    margin: 0 auto 3.7rem;
  }
}
.fox__pairing:last-child {
  margin-right: 0;
}
@media (max-width: 480px) {
  .fox__pairing:last-child {
    margin: 0 auto;
  }
}
.fox__pairing:before {
  content: url('../images/icon--white.png');
  max-height: 5.9rem;
  max-width: 2.3rem;
  height: auto;
  width: auto;
  display: block;
  padding-top: 1.7rem;
  margin: 0 auto 2.4rem;
}
.fox__pairing span {
  display: block;
  width: 100%;
  font-size: 2rem;
  margin-bottom: 0.4rem;
}
.fox__pairing h4 {
  width: 100%;
  font-size: 4rem;
  line-height: 4.8rem;
}
.fox__pairing--red {
  z-index: 2;
}
.fox__pairing--red:before {
  content: url('../images/icon--red.png');
}
.fox__pairing--beer {
  z-index: 3;
}
.fox__pairing--beer:before {
  padding-top: 0;
  margin: 0 auto 2.7rem;
  content: url('../images/icon--beer.png');
}
.pairings__small {
  padding: 2rem 2rem 0.6rem;
  border: 1px solid #debd5a;
}
.pairings__small p {
  font-size: 1.4rem;
  margin: 1em 0;
}
.page--fox + .newsletter {
  padding-top: 14rem;
}
.fox__map {
  text-align: center;
  max-width: 130rem;
  padding: 7rem 12rem 6rem;
  width: 100%;
  margin: 0 auto;
  background-color: #191919;
  color: #fff;
  z-index: 1;
  position: relative;
}
@media (max-width: 640px) {
  .fox__map {
    padding: 4rem 3rem;
  }
}
.fox__map h3 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  margin-bottom: 10rem;
}
.fox__map p {
  font-size: 2rem;
  font-family: 'Larish Neue Semibold', serif;
  line-height: 1.2;
  max-width: 78rem;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .fox__map p {
    font-size: 1.8rem;
  }
}
.fox__map svg {
  width: 100%;
  height: auto;
}
/* =================== !ORGANIC */
.page--organic {
  background-color: #f5f3f1;
  background-image: url(../images/bg--organic-white.png);
  background-repeat: repeat;
  color: #1f2f1e;
}
.page--organic p {
  color: #635750;
}
.page--organic .banner {
  max-width: 128rem;
  margin: 0 auto 10rem;
}
.page--organic .banner img {
  height: 100%;
  object-fit: cover;
}
.page--organic .banner.revealed .banner__title,
.page--organic .banner.revealed .banner__subtitle {
  opacity: 1;
  transform: translateY(0px) scale(1);
  transition: 1.4s 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.page--organic .banner__slide {
  height: 78rem;
}
@media (max-width: 640px) {
  .page--organic .banner__slide {
    height: 40rem;
  }
}
.page--organic .banner__title,
.page--organic .banner__subtitle {
  opacity: 0;
  transform: translateY(10px);
  transition: 1.4s 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  will-change: transform;
}
.page--organic .banner__subtitle {
  color: #fff;
}
.page--organic .banner__title {
  transition-delay: 0.5s;
}
.page--organic .banner__subtitle {
  transition-delay: 0.75s;
}
.organic__title {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.organic__title svg {
  display: inline-block;
  display: none;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  z-index: -1;
  height: 11px;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.6s 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.revealed .organic__title svg {
  transform: scaleX(1);
}
.organic__intro {
  max-width: 78rem;
  margin: 0 auto 10rem;
  text-align: center;
}
.organic__intro h3,
.organic__intro p {
  opacity: 0;
  transform: translateY(20px);
  transition: 1s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.organic__intro h3 {
  margin-bottom: 2rem;
}
.organic__intro p {
  transition-delay: 0.5s;
}
.organic__intro.revealed h3,
.organic__intro.revealed p {
  opacity: 1;
  transform: translateY(0px);
}
.organic__benefits {
  padding: 9rem 4rem 9rem;
  background-color: #eceae7;
}
@media (max-width: 768px) {
  .organic__benefits {
    padding-left: 2rem;
    padding: 2rem 2rem 4rem;
  }
}
.organic__benefits .g {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.organic__benefits .g__col {
  min-width: 18rem;
  padding-bottom: 4rem;
  flex: 1;
}
@media (max-width: 420px) {
  .organic__benefits .g__col {
    min-width: 13rem;
  }
}
.organic__benefits h3 {
  margin-bottom: 5rem;
}
.organic__benefits h3 {
  margin-bottom: 2rem;
}
.organic__benefits p {
  margin-bottom: 0;
  font-size: 1.6rem;
}
.organic__benefits h3,
.organic__benefits p {
  opacity: 0;
  transform: translateY(10px);
  transition: 1s 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.organic__benefits p {
  transition-delay: 1s;
}
@media (max-width: 640px) {
  .organic__benefits p {
    font-size: 1.4rem;
  }
}
.organic__benefits h3 svg {
  transition-delay: 1.2s;
}
.organic__benefits .g {
  padding-bottom: 6rem;
}
.organic__benefits .g__col > svg {
  width: 13rem;
  height: 13rem;
  margin: 0 auto 2rem;
  display: block;
}
@media (max-width: 420px) {
  .organic__benefits .g__col > svg {
    width: 10rem;
    height: 10rem;
  }
}
.organic__benefits .obg,
.organic__benefits .obg + g,
.organic__benefits .oc {
  opacity: 0;
  transform-origin: center;
}
.organic__benefits .obg {
  transform: scale(0.8);
  transition: 0.6s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.organic__benefits .obg + g {
  transform: translateY(10px);
  transition: 0.6s 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.organic__benefits .oc {
  transform: scale(1.1);
  transition: 0.6s 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.organic__benefits .g__col:nth-child(2) h3 {
  transition-delay: 1s;
}
.organic__benefits .g__col:nth-child(2) p {
  transition-delay: 1.2s;
}
.organic__benefits .g__col:nth-child(2) h3 svg {
  transition-delay: 1.4s;
}
.organic__benefits .g__col:nth-child(2) .obg {
  transition-delay: 0.4s;
}
.organic__benefits .g__col:nth-child(2) .obg + g {
  transition-delay: 0.6s;
}
.organic__benefits .g__col:nth-child(2) .oc {
  transition-delay: 0.8s;
}
.organic__benefits .g__col:nth-child(3) h3 {
  transition-delay: 1.4s;
}
.organic__benefits .g__col:nth-child(3) p {
  transition-delay: 1.6s;
}
.organic__benefits .g__col:nth-child(3) h3 svg {
  transition-delay: 1.8s;
}
.organic__benefits .g__col:nth-child(3) .obg {
  transition-delay: 0.6s;
}
.organic__benefits .g__col:nth-child(3) .obg + g {
  transition-delay: 0.8s;
}
.organic__benefits .g__col:nth-child(3) .oc {
  transition-delay: 1s;
}
.organic__benefits .g__col:nth-child(4) h3 {
  transition-delay: 1.6s;
}
.organic__benefits .g__col:nth-child(4) p {
  transition-delay: 1.8s;
}
.organic__benefits .g__col:nth-child(4) h3 svg {
  transition-delay: 2s;
}
.organic__benefits .g__col:nth-child(4) .obg {
  transition-delay: 0.8s;
}
.organic__benefits .g__col:nth-child(4) .obg + g {
  transition-delay: 1s;
}
.organic__benefits .g__col:nth-child(4) .oc {
  transition-delay: 1.2s;
}
.organic__benefits .g__col:nth-child(5) h3 {
  transition-delay: 1.8s;
}
.organic__benefits .g__col:nth-child(5) p {
  transition-delay: 2s;
}
.organic__benefits .g__col:nth-child(5) h3 svg {
  transition-delay: 2.2s;
}
.organic__benefits .g__col:nth-child(5) .obg {
  transition-delay: 1s;
}
.organic__benefits .g__col:nth-child(5) .obg + g {
  transition-delay: 1.2s;
}
.organic__benefits .g__col:nth-child(5) .oc {
  transition-delay: 1.4s;
}
.organic__benefits.revealed .obg,
.organic__benefits.revealed .obg + g,
.organic__benefits.revealed .oc {
  opacity: 1;
  transform: scale(1) translateY(0px);
}
.organic__benefits.revealed h3,
.organic__benefits.revealed p {
  opacity: 1;
  transform: translateY(0px);
}
.organic__benefits .g + h3 {
  margin-bottom: 2.5rem;
}
.organic__benefits .organic__benefits-outro {
  text-align: center;
  max-width: 78rem;
  margin: 0 auto;
  font-size: 2rem;
}
@media (max-width: 640px) {
  .organic__benefits .organic__benefits-outro {
    font-size: 1.4rem;
  }
}
.organic__products {
  padding-top: 19.5rem;
  margin-top: -10rem;
  padding-bottom: 8rem;
  background-color: #1f2f1e;
  text-align: center;
  color: #fff;
}
.organic__products h3 {
  margin-bottom: 6.5rem;
}
.organic__products .shop-now {
  text-align: center;
}
.organic__products .shop-now .button {
  display: inline-block;
}
.organic__products .shop-now .button:hover {
  color: #191919;
  background: #fff;
}
.organic__products a {
  color: currentColor;
  display: inline-block;
}
.organic__products .g {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-end;
}
.organic__products h5,
.organic__products .g__col {
  opacity: 0;
  transform: translateY(10px);
  transition: 0.6s 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform-origin: bottom;
}
.organic__products .g__col {
  padding-bottom: 8rem;
  min-width: 12.5rem;
  transition-duration: 0.8s;
  transition-delay: 0.5s;
  transform: translateY(10px) scale(0.9);
}
.organic__products .g__col:nth-child(2) {
  transition-delay: 0.6s;
}
.organic__products .g__col:nth-child(3) {
  transition-delay: 0.7s;
}
.organic__products .g__col:nth-child(4) {
  transition-delay: 0.8s;
}
.organic__products .g__col:nth-child(5) {
  transition-delay: 0.9s;
}
.organic__products.revealed h5,
.organic__products.revealed .g__col {
  opacity: 1;
  transform: translateY(0px) scale(1);
}
.organic__products a div {
  position: relative;
}
.organic__products a div:before {
  content: "";
  background-image: url(../images/bg--organic-shadow.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 25.6rem;
  height: 2.7rem;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  transition: 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.organic__products a:hover img {
  transform: translateY(-40px) rotate(5deg);
}
.organic__products a:hover div:before {
  transform: translate(-50%, -50%) scale(0.8);
}
.organic__products .g__col:nth-child(even) a:hover img {
  transform: translateY(-40px) rotate(-5deg);
}
.organic__products img {
  display: block;
  margin: 0 auto 3.7rem;
  position: relative;
  z-index: 1;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.organic__products h3 {
  transition: 0.2s linear;
}
.organic__products.hovered h3 {
  opacity: 0.2;
}
.organic__products.hovered a:hover h3 {
  opacity: 1;
}
.organic__products-outro {
  font-size: 2rem;
  text-align: center;
}
.organic__products-outro a {
  color: #fff;
}
.organic__main {
  padding-top: 7.3rem;
  padding-bottom: 8rem;
  background-color: #f5f3f1;
}
.organic__main p {
  margin-bottom: 1em;
}
@media (max-width: 580px) {
  .organic__main .g__col {
    width: 100%;
  }
  .organic__main .g__col:nth-child(1) {
    padding-bottom: 4rem;
  }
}
.organic__main img,
.organic__main h3,
.organic__main p {
  opacity: 0;
  transform: translateY(10px);
  transition: 1.4s 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.organic__main img {
  transform: translateY(30px) scale(0.95);
  transform-origin: bottom;
}
.organic__main h3 {
  margin: 2rem 0;
  transition-delay: 0.4s;
}
.organic__main p {
  transition-delay: 0.6s;
}
.organic__main .revealed img,
.organic__main .revealed h3,
.organic__main .revealed p {
  opacity: 1;
  transform: translateY(0px) scale(1);
}
.organic__main .g {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.organic__quote {
  margin-top: 5rem;
  padding-top: 12rem;
  padding-bottom: 12rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 480px) {
  .organic__quote {
    padding-top: 6rem;
    padding-bottom: 6rem;
    margin-top: 0;
  }
}
.organic__quote svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  opacity: 0;
  transform-origin: center;
  width: 100%;
  z-index: -1;
  transition: 1.4s 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media (max-width: 375px) {
  .organic__quote svg {
    height: 50%;
  }
}
.organic__quote blockquote {
  font-size: 4rem;
  font-family: 'Larish Neue Semibold', serif;
  line-height: 1.25;
  color: #1f2f1e;
  max-width: 96rem;
  margin: 0 auto;
  opacity: 0;
  transition: 1s 0.4s linear;
}
@media (max-width: 640px) {
  .organic__quote blockquote {
    font-size: 2.2rem;
  }
}
.organic__quote.revealed svg {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.organic__quote.revealed blockquote {
  opacity: 1;
}
.organic__outro {
  background-color: #1f2f1e;
  background-image: url(../images/bg--organic-green.png);
  background-repeat: repeat;
  padding-top: 19rem;
  padding-bottom: 19rem;
}
.organic__outro p {
  font-family: 'Larish Neue Semibold', serif;
  max-width: 78rem;
  margin: 0 auto;
  color: #fff;
  line-height: 1.36;
  opacity: 0;
  transition: 1s 0.2s linear;
}
.organic__outro.revealed p {
  opacity: 1;
}
.page-template-page--organic .newsletter {
  background-color: #635750;
  color: #fff;
}
/* =================== !HOME */
.home__hero {
  position: relative;
  height: 80vh;
  max-height: 880px;
  margin-top: -8rem;
  display: block;
  background-color: #2a2823;
}
@media (max-width: 640px) {
  .home__hero {
    min-height: initial;
    max-height: initial;
  }
}
.home__hero p.hero--content {
  margin-bottom: 0;
}
.home__hero .hero__item {
  height: 100%;
  width: 100%;
}
.home__hero .hero__item a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.home__hero .hero__item .mobile-image {
  display: none;
}
@media (max-width: 640px) {
  .home__hero .hero__item .mobile-image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.home__hero .home__hero-slick {
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.25s ease;
  -webkit-transition: opacity 0.25s ease;
}
.home__hero .home__hero-slick.slick-initialized {
  opacity: 1;
}
.home__hero .home__hero-slider {
  position: absolute;
  height: 100%;
  width: 100%;
}
.home__hero .home__hero-slider .home__hero-slick {
  height: 100%;
}
.home__hero .home__hero-slider .home__hero-slick .slick-list,
.home__hero .home__hero-slider .home__hero-slick .slick-track,
.home__hero .home__hero-slider .home__hero-slick .slick-slide {
  height: 100%;
}
.home__hero .home__hero-slider .home__hero-slick.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 6;
  border: 0;
  color: #fff;
  transition: opacity 0.15s ease;
  cursor: pointer;
  opacity: 1;
  height: 2.5rem;
  width: 2.5rem;
}
.home__hero .home__hero-slider .home__hero-slick.slick-slider .slick-arrow:hover {
  opacity: 0.85;
}
.home__hero .home__hero-slider .home__hero-slick.slick-slider .slick-prev {
  left: 5%;
  transform: translateX(-5%) translateY(-50%) rotate(180deg);
  background: no-repeat url('../images/icon--arrow-white.svg') center / cover;
}
@media (max-width: 1024px) {
  .home__hero .home__hero-slider .home__hero-slick.slick-slider .slick-prev {
    left: 5%;
    transform: translateX(-5%) translateY(-50%) rotate(180deg);
  }
}
.home__hero .home__hero-slider .home__hero-slick.slick-slider .slick-next {
  left: 95%;
  transform: translateX(-95%) translateY(-50%);
  background: no-repeat url('../images/icon--arrow-white.svg') center / cover;
}
@media (max-width: 1024px) {
  .home__hero .home__hero-slider .home__hero-slick.slick-slider .slick-next {
    left: 95%;
    transform: translateX(-95%) translateY(-50%);
  }
}
@media (max-width: 640px) {
  .home__hero .home__hero-slider {
    height: 100vh;
    min-height: initial;
    max-height: initial;
  }
  .home__hero .home__hero-slider .home__hero-slick {
    height: 100vh;
    min-height: initial;
    max-height: initial;
  }
  .home__hero .home__hero-slider .home__hero-slick .slick-list,
  .home__hero .home__hero-slider .home__hero-slick .slick-track,
  .home__hero .home__hero-slider .home__hero-slick .slick-slide {
    height: 100vh;
    min-height: initial;
    max-height: initial;
  }
}
.home__hero-content {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 128rem;
  z-index: 10;
}
@media (max-width: 1024px) {
  .home__hero-content {
    width: 76%;
  }
}
@media (max-width: 768px) {
  .home__hero-content {
    width: 100%;
    padding: 0 1rem;
  }
}
.home__hero-content p {
  margin-bottom: 0rem;
}
.home__hero-content p.hero--title {
  margin-bottom: 4rem;
}
.home__hero-content a.button {
  margin-top: 5rem;
}
.home__hero-content .hero--title,
.home__hero-content .hero--content,
.home__hero-content .button {
  opacity: 0;
  transform: translateY(10px);
  transition: 1.4s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.home__hero-content.revealed .hero--title,
.home__hero-content.revealed .hero--content,
.home__hero-content.revealed .button {
  opacity: 1;
  transform: translateY(0px) scale(1);
}
.home__intro {
  padding-top: 9.6rem;
  background-color: #f5f3f1;
  color: #191919;
}
.home__intro h1 {
  opacity: 0;
  transform: translateY(10px);
  transition: 1.4s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.home__intro .revealed h1 {
  opacity: 1;
  transform: translateY(0px) scale(1);
}
.home__intro-title {
  font-size: 6rem;
  text-align: center;
  max-width: 100rem;
  margin: 0 auto 2rem;
}
@media (max-width: 640px) {
  .home__intro-title {
    font-size: 4rem;
  }
}
@media (max-width: 640px) {
  .home__intro-col {
    width: 100%;
  }
}
.home__intro-col p {
  font-size: 2rem;
  margin-bottom: 1em;
  max-width: 58rem;
  width: 100%;
}
.home__intro-col img,
.home__intro-col h3,
.home__intro-col p {
  opacity: 0;
  transform: translateY(10px);
  transition: 1.4s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.home__intro-col img {
  transform: translateY(30px) scale(0.95);
  transform-origin: bottom;
}
.home__intro-col.revealed img,
.home__intro-col.revealed h3,
.home__intro-col.revealed p {
  opacity: 1;
  transform: translateY(0px) scale(1);
}
.home__intro-col:first-child {
  padding-top: 13.5rem;
  margin-bottom: -5.5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 640px) {
  .home__intro-col:first-child {
    padding-top: 6rem;
    margin-bottom: -2.5rem;
  }
}
.home__intro-col:first-child img {
  display: block;
  margin: 6.4rem auto 0;
}
@media (max-width: 640px) {
  .home__intro-col:first-child img {
    margin: 3rem auto 0;
  }
}
.home__intro-col:last-child {
  padding-bottom: 5rem;
}
@media (max-width: 640px) {
  .home__intro-col:last-child {
    padding-bottom: 2.5rem;
  }
}
.home__intro-col:last-child p {
  margin-right: 0;
  margin-left: auto;
}
.home__intro-col:last-child img {
  display: block;
  margin: 0 auto 5rem;
}
@media (max-width: 640px) {
  .home__intro-col:last-child img {
    margin: 0 auto 2.5rem;
  }
}
.home__feat {
  background-color: #2a2823;
  padding-bottom: 9rem;
}
@media (max-width: 640px) {
  .home__feat {
    padding-bottom: 4rem;
  }
}
.home__feat h2 {
  max-width: 78rem;
  line-height: 1.25;
  font-weight: 600;
  color: #fff;
}
.home__feat img {
  display: block;
  width: 100%;
}
@media (max-width: 640px) {
  .home__feat-col {
    width: 100%;
    padding-top: 2rem;
  }
}
.feature__grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.home__feat-action {
  padding-left: 4rem;
}
@media (max-width: 640px) {
  .home__feat-action {
    padding-left: 0;
  }
}
.home__feat-action .button {
  color: #fff;
}
.home__feat-action .button:hover {
  color: #DEBD5A;
}
.banner {
  background-image: url(../images/bg--banner.jpg);
  background-repeat: repeat-x;
  background-size: auto 100%;
  text-align: center;
  color: #fff;
}
.banner__slide {
  height: 100%;
}
.banner__title {
  text-align: center;
  margin-bottom: 1rem;
  color: #fff;
}
.banner__subtitle {
  font-family: 'Larish Neue Semibold', serif;
  font-size: 2.6rem;
  line-height: 1.38;
  color: #fff;
}
@media (max-width: 640px) {
  .banner__subtitle {
    font-size: 2rem;
  }
}
.banner__button {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 480px) {
  .banner__button {
    bottom: 1.5rem;
    transform: translateX(-50%) scale(0.8);
  }
}
.banner__img {
  display: block;
  width: 100%;
}
.banner__img--mobile {
  display: none;
}
@media (max-width: 480px) {
  .banner__img--mobile {
    display: block;
  }
}
@media (max-width: 480px) {
  .banner__img--full {
    display: none;
  }
}
.banner__content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 78rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin: auto;
  transform: translateY(-50%);
}
.latest {
  padding-top: 9rem;
  padding-bottom: 13.2rem;
  background-color: #2a2823;
  color: #fff;
}
.latest .latest__title,
.latest .news__col {
  opacity: 0;
  transform: translateY(10px);
  transition: 1.4s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.latest.revealed .latest__title,
.latest.revealed .news__col {
  opacity: 1;
  transform: translateY(0px) scale(1);
}
@media (max-width: 640px) {
  .latest {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }
}
.latest .slick-list {
  overflow: visible;
}
.latest .slick-track {
  display: flex;
}
.latest .slick-slide {
  float: none;
  min-height: none;
  height: auto;
  margin: 0 10px 0 0;
}
@media (max-width: 640px) {
  .latest .news__col {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .latest .news__heading {
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .latest .social-share {
    display: none;
  }
}
.latest .news__preview {
  margin-bottom: 0;
}
.latest--feed {
  background-color: #F5F5F5;
  color: #191919;
}
.latest__title {
  margin-bottom: 5rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 640px) {
  .latest__title {
    margin-bottom: 2.5rem;
  }
}
.latest__link {
  font-size: 1.4rem;
  color: currentColor;
  position: relative;
  top: -2px;
}
.latest__link:hover {
  color: #DEBD5A;
}
.home__recipe {
  position: relative;
  min-height: 100vh;
  padding-bottom: 15.3rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.home__recipe h3,
.home__recipe p {
  opacity: 0;
  transform: translateY(10px);
  transition: 1.4s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.home__recipe h3 {
  transition-delay: 0.3s;
}
.home__recipe.revealed h3,
.home__recipe.revealed p {
  opacity: 1;
  transform: translateY(0px) scale(1);
}
@media (max-width: 640px) {
  .home__recipe {
    padding-bottom: 6rem;
    min-height: 50vh;
  }
}
.home__recipe .container {
  width: 100%;
  position: relative;
  z-index: 2;
}
.home__recipe img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home__recipe-content {
  color: #fff;
}
.home__recipe-content p {
  font-size: 4rem;
  font-family: 'Larish Neue Semibold', serif;
  max-width: 62rem;
  width: 100%;
}
@media (max-width: 640px) {
  .home__recipe-content p {
    font-size: 2.4rem;
  }
}
.home__recipe-content a {
  color: currentColor;
}
.home__recipe-content a:hover {
  color: #DEBD5A;
}
/* =================== !CHEESES */
.cheeses {
  background-color: #1D1D1D;
  color: #fff;
  padding-top: 15.8rem;
}
@media (max-width: 640px) {
  .cheeses {
    padding-top: 4rem;
  }
}
.cheeses__head {
  margin-bottom: 14.2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 10;
}
.cheeses__head .g25 {
  position: relative;
  z-index: 5;
}
.cheeses__head .cheeses__title,
.cheeses__head .filters,
.cheeses__head .cheeses__download {
  opacity: 0;
  transform: translateY(10px);
  transition: 1.4s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cheeses__head.revealed .cheeses__title,
.cheeses__head.revealed .filters,
.cheeses__head.revealed .cheeses__download {
  opacity: 1;
  transform: translateY(0px) scale(1);
}
@media (max-width: 640px) {
  .cheeses__head {
    margin-bottom: 7.1rem;
  }
}
.cheeses__head .filters {
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .cheeses__head .g__col {
    width: 100%;
  }
}
.cheeses__title {
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .cheeses__title {
    margin-bottom: 4.2rem;
  }
}
@media (max-width: 800px) {
  .cheeses__col {
    width: 50%;
  }
}
@media (max-width: 360px) {
  .cheeses__col {
    width: 100%;
  }
}
.revealed .cheeses__item {
  opacity: 1;
  transform: translateY(0px) scale(1);
}
.cheeses__item {
  opacity: 0;
  transform: translateY(10px);
  transition: 1.4s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-delay: 0.6s;
  display: block;
  margin-bottom: 18rem;
  text-align: center;
  color: #fff;
  position: relative;
}
.cheeses__item img {
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.cheeses__item:hover img {
  transform: translateY(-40px) rotate(5deg);
}
.cheeses__item:hover:before {
  transform: translate(-50%, -50%) scale(0.8);
}
@media (max-width: 640px) {
  .cheeses__item {
    margin-bottom: 9rem;
  }
}
.g__col:nth-child(even) .cheeses__item:hover img {
  transform: translateY(-40px) rotate(-5deg);
}
.cheeses__img-wrap {
  position: relative;
}
.cheeses__img-wrap:before {
  content: ' ';
  padding: 0 0 100%;
  display: block;
}
.cheeses__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  margin: 0 auto 2rem;
}
.cheeses__awards {
  position: absolute;
  top: 2rem;
  right: 0;
}
@media (max-width: 480px) {
  .cheeses__awards {
    top: 0;
  }
}
.cheeses__award {
  width: 8rem;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .cheeses__award {
    width: 2.7rem;
  }
}
.cheeses__meta {
  padding-top: 3rem;
  color: #5A5A5A;
}
.feature {
  background-color: #26231E;
  text-align: center;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.feature:before {
  content: "";
  position: absolute;
  top: -110px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/img--brands-tree.svg);
  background-position: center;
  background-size: 100% 100%;
  width: 69rem;
  height: 62.4rem;
}
@media (max-width: 960px) {
  .feature:before {
    display: none;
  }
}
.feature:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -2rem;
  right: -2rem;
  height: 20rem;
  background-image: url(../images/bg--dirt.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (max-width: 960px) {
  .feature:after {
    display: none;
  }
}
.feature__title {
  font-size: 4rem;
  padding-top: 10rem;
  margin-bottom: 6rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 960px) {
  .feature__title {
    padding-top: 6rem;
    position: relative;
    z-index: 3;
  }
}
.feature__grid {
  display: flex;
  flex-wrap: wrap;
}
.feature__col {
  padding-top: 19rem;
  padding-bottom: 6.7rem;
  background-size: cover;
  background-position: center;
}
@media (max-width: 960px) {
  .feature__col {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .feature__col:before {
    content: "";
    position: absolute;
    bottom: 16rem;
    transform: translateX(-50%);
    background-image: url(../images/img--brands-tree.svg);
    background-position: center;
    background-size: 100% 100%;
    width: 69rem;
    height: 62.4rem;
  }
  .feature__col:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -2rem;
    right: -2rem;
    height: 20rem;
    background-image: url(../images/bg--dirt.svg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
  }
}
.feature__col--wf {
  background-image: url(../images/bg--brands-white-fox.jpg);
}
@media (max-width: 960px) {
  .feature__col--wf:before {
    right: 0;
    transform: translateX(50%);
  }
}
.feature__col--rf {
  background-image: url(../images/bg--brands-red-fox.jpg);
}
@media (max-width: 960px) {
  .feature__col--rf:before {
    left: 0;
    transform: translateX(-50%);
  }
}
.feature__logo {
  display: block;
  margin: auto;
  margin-bottom: 6rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 960px) {
  .feature__logo {
    max-width: 80%;
  }
  .feature__logo svg {
    display: block;
    width: 100%;
    height: 100%;
  }
}
.feature__button {
  position: relative;
  z-index: 2;
}
/* =================== !CHEESE */
.cheese {
  padding-top: 5rem;
  padding-bottom: 7rem;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cheese__nav {
  position: absolute;
  top: 36rem;
  left: 5rem;
  right: 5rem;
  margin: auto;
  z-index: 2;
}
@media (max-width: 768px) {
  .cheese__nav {
    display: none;
  }
}
.cheese__nav-link {
  color: #000;
  position: absolute;
  left: 0;
  transform: rotate(90deg);
  height: 1rem;
  width: 1.9rem;
}
.cheese__nav-link svg {
  display: block;
  width: 100%;
  height: 100%;
}
.cheese__nav-link:hover {
  color: #DEBD5A;
}
.cheese__nav-link--next {
  left: auto;
  right: 0;
  transform: rotate(-90deg);
}
@media (max-width: 768px) {
  .cheese__grid {
    padding-left: 3rem;
  }
}
@media (max-width: 768px) {
  .cheese__grid {
    padding-left: 0;
  }
}
.cheese__col {
  position: relative;
}
@media (max-width: 768px) {
  .cheese__col {
    width: 100%;
  }
}
.cheese__image {
  padding-right: 5rem;
}
@media (max-width: 767px) {
  .cheese__image {
    position: relative !important;
    width: 100% !important;
    height: auto;
  }
}
.cheese__image.s--stuck {
  top: auto !important;
  left: auto !important;
  bottom: 0;
  transform: translateY(0);
  position: absolute !important;
}
@media (max-width: 768px) {
  .cheese__image {
    padding-right: 0;
  }
}
.cheese_framed_photo,
.organic_framed_photo {
  background-color: #fff;
  padding: 1.6rem;
  overflow: hidden;
  width: 80%;
  margin: 60px 10% 0;
  transform: rotate(-2deg);
  box-shadow: 0 0 20px rgba(25, 25, 25, 0.2);
}
.cheese_framed_photo img,
.organic_framed_photo img {
  min-height: 100%;
  min-width: 100%;
}
.cheese__awards {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 5rem;
}
.cheese__award {
  display: block;
}
.cheese__title {
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .cheese__title {
    margin-bottom: 3rem;
  }
}
.cheese_shop_button {
  text-align: right;
  margin: 0 0 1.5rem;
}
.cheese_shop_button .button {
  display: inline-block;
}
.cheese__meta {
  margin-bottom: 7.5rem;
}
@media (max-width: 640px) {
  .cheese__meta {
    margin-bottom: 3.2rem;
    text-align: center;
    padding-top: 2rem;
  }
}
.cheese__icon {
  width: 3.2rem;
  height: 3.2rem;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  margin-right: 2.5rem;
  position: relative;
}
@media (max-width: 480px) {
  .cheese__icon {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1rem;
  }
}
.archive .cheese__icon {
  color: #fff;
}
@media (max-width: 640px) {
  .archive .cheese__icon {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1rem;
  }
}
.cheese__icon svg {
  width: 100%;
  height: 100%;
}
.cheese__block {
  max-width: 38rem;
  margin-bottom: 6rem;
}
@media (max-width: 640px) {
  .cheese__block {
    margin-bottom: 0;
  }
}
.cheese__grid .cheese__title,
.cheese__grid .cheese__image,
.cheese__grid .cheese__meta,
.cheese__grid .cheese__block {
  opacity: 0;
  transform: translateY(10px);
  transition: 1.4s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cheese__grid .cheese__image {
  transform: translateY(30px) scale(0.95);
  transform-origin: bottom;
}
.cheese__grid.revealed .cheese__title,
.cheese__grid.revealed .cheese__image,
.cheese__grid.revealed .cheese__meta,
.cheese__grid.revealed .cheese__block {
  opacity: 1;
  transform: translateY(0px) scale(1);
}
.cheese__others {
  background-color: #1D1D1D;
  padding-top: 15rem;
}
@media (max-width: 640px) {
  .cheese__others {
    padding-top: 4rem;
  }
  .cheese__others .cheeses__item {
    margin-bottom: 4rem;
  }
}
.recipe-block {
  display: block;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .recipe-block {
    padding: 5rem;
  }
}
@media (max-width: 768px) {
  .recipe-block__col {
    width: 100%;
  }
}
.recipe-block__content {
  text-align: center;
  background-color: #fff;
  color: #000;
  padding: 3.7rem;
  min-height: 24rem;
  transition: 0.2s linear;
}
.recipe-block:hover .recipe-block__content {
  color: #DEBD5A;
}
.recipe-block__content h5 {
  font-family: 'ITC Franklin Gothic Condensed', sans-serif;
}
.stockists {
  padding-top: 11rem;
  padding-bottom: 11rem;
  background-color: #1D1D1D;
  color: #fff;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}
.stockists__title {
  margin-bottom: 2rem;
  padding-left: 1rem;
}
.stockists__logo {
  max-width: 20%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 2rem;
}
.stockists__img {
  width: 100%;
}
.stockist-logos {
  margin: 50px 0 0;
}
.stockist-logos .stockist-logos-heading {
  color: #FFFFFF;
  text-align: center;
  display: block;
}
.stockist-logos ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0 0;
}
.stockist-logos li:nth-child(n+2) {
  margin: 0 0 0 75px;
}
.stockist-logos li:nth-child(2) img {
  width: 75px;
}
.stockist-logos li:nth-child(4) img {
  width: 80px;
}
.stockist-logos img {
  width: 96px;
  height: auto;
  display: block;
}
/* =================== !CONTACT */
.contact {
  background-color: #fff;
  color: #000;
  padding-top: 10rem;
  padding-bottom: 8.6rem;
}
@media (max-width: 768px) {
  .contact {
    padding-top: 5rem;
    padding-bottom: 4.3rem;
  }
}
.contact__title {
  margin-bottom: 0;
  position: relative;
  z-index: 50;
}
@media (max-width: 640px) {
  .contact__title {
    margin-bottom: 2rem;
  }
}
.contact__grid {
  padding-left: 9rem;
  margin-top: -3rem;
}
@media (max-width: 1024px) {
  .contact__grid {
    padding-left: 0;
  }
}
@media (max-width: 640px) {
  .contact__grid {
    margin-top: 0;
  }
}
.contact__col .contact__info,
.contact__col .contact__intro,
.contact__col .contact__form {
  opacity: 0;
  transform: translateY(10px);
  transition: 0.6s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.contact__col.revealed .contact__info,
.contact__col.revealed .contact__intro,
.contact__col.revealed .contact__form {
  opacity: 1;
  transform: translateY(0px);
  transition: 0.6s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (max-width: 768px) {
  .contact__col {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .contact__col--form {
    padding-top: 4rem;
  }
}
.contact__map {
  height: 46rem;
  margin-bottom: 9rem;
}
@media (max-width: 640px) {
  .contact__map {
    margin-bottom: 4rem;
  }
}
.contact__header {
  margin-bottom: 2.5rem;
}
.contact__info {
  clear: both;
  overflow: hidden;
  margin-bottom: 4.5rem;
}
@media (max-width: 768px) {
  .contact__info {
    margin-bottom: 2.5rem;
  }
}
.contact__heading {
  float: left;
  width: 100%;
  max-width: 24rem;
}
@media (max-width: 480px) {
  .contact__heading {
    float: none;
  }
}
.contact__details {
  float: left;
}
@media (max-width: 480px) {
  .contact__details {
    float: none;
  }
}
.contact__details a {
  color: #000;
}
.contact__details a:hover {
  color: #DEBD5A;
}
.contact__details--socal a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3rem;
}
.contact__details--socal a:hover path {
  fill: #DEBD5A;
}
.contact__intro {
  margin-bottom: 3.4rem;
}
.contact__intro h3 {
  margin-bottom: 2.4rem;
}
@media (max-width: 640px) {
  .contact__col {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .field__col {
    width: 100%;
  }
}
.contact__button {
  background: none;
  border: 0;
  font-size: 3rem;
  margin-right: 2.4rem;
  float: right;
  margin-top: -5.2rem;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  display: inline-block;
}
.contact__button:hover {
  color: #DEBD5A;
}
.contact__button.loading {
  color: transparent;
}
/* =================== !RECIPES */
.page--recipes {
  background-color: #F5F5F5;
}
.recipes {
  padding-bottom: 7rem;
}
.recipes .recipes__title,
.recipes .filter,
.recipes .recipes__preview {
  opacity: 0;
  transform: translateY(10px);
  transition: 0.6s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.recipes.revealed .recipes__title,
.recipes.revealed .filter,
.recipes.revealed .recipes__preview {
  opacity: 1;
  transform: translateY(0px);
  transition: 0.6s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.recipes.revealed p {
  transition-delay: 0.25s;
}
.recipes__title {
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .recipes__title {
    margin-bottom: 3rem;
  }
}
.recipes__list {
  padding-bottom: 6rem;
}
.recipes__row {
  display: flex;
  flex-wrap: wrap;
}
.recipes__row:nth-child(2) {
  margin-top: -15rem;
}
@media (max-width: 1024px) {
  .recipes__row:nth-child(2) {
    margin-top: -7.5rem;
  }
}
@media (max-width: 768px) {
  .recipes__row:nth-child(2) {
    margin-top: 0;
  }
}
.recipes__row:first-child > .recipes__col:first-child,
.recipes__row:nth-child(even) > .recipes__col:nth-child(2) {
  padding-left: 9rem;
  padding-right: 9rem;
  padding-top: 13rem;
}
@media (max-width: 1024px) {
  .recipes__row:first-child > .recipes__col:first-child,
  .recipes__row:nth-child(even) > .recipes__col:nth-child(2) {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}
@media (max-width: 768px) {
  .recipes__row:first-child > .recipes__col:first-child,
  .recipes__row:nth-child(even) > .recipes__col:nth-child(2) {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .recipes__row > .recipes__col {
    width: 100%;
  }
}
.recipes__preview {
  background-color: #fff;
  display: block;
  color: #000;
  text-align: center;
  margin-bottom: 10rem;
}
@media (max-width: 1024px) {
  .recipes__preview {
    margin-bottom: 2rem;
  }
}
.recipes__meta {
  padding: 1.5rem;
  display: flex;
  justify-content: space-around;
  font-size: 1.4rem;
  color: #000;
}
@media (max-width: 640px) {
  .recipes__meta {
    font-size: 1.2rem;
  }
}
.recipes__meta svg {
  display: inline-block;
  margin-right: 1rem;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
@media (max-width: 640px) {
  .recipes__meta svg {
    margin-right: 0;
  }
}
.recipes__image {
  overflow: hidden;
}
.recipes__img {
  will-change: transform;
  transition: 0.6s ease;
}
.recipes__preview:hover .recipes__img {
  transform: scale(1.1);
}
.recipes__heading {
  padding: 1rem 2.5rem 5rem;
}
@media (max-width: 640px) {
  .recipes__heading {
    padding: 1rem 1.5rem 2rem;
  }
}
/* =================== !RECIPE */
.page--recipe {
  background-color: #F5F5F5;
}
.recipe {
  padding-bottom: 7rem;
}
.recipe .recipe__title,
.recipe .recipe__image {
  opacity: 0;
  transform: translateY(10px);
  transition: 1.4s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.recipe .recipe__image {
  transform: translateY(30px) scale(0.95);
  transform-origin: bottom;
}
.recipe.revealed .recipe__title,
.recipe.revealed .recipe__image {
  opacity: 1;
  transform: translateY(0px) scale(1);
}
.recipe__content .recipe__ingredients,
.recipe__content .recipe__method,
.recipe__content .recipe__cheese {
  opacity: 0;
  transform: translateY(10px);
  transition: 1.4s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.recipe__content.revealed .recipe__ingredients,
.recipe__content.revealed .recipe__method,
.recipe__content.revealed .recipe__cheese {
  opacity: 1;
  transform: translateY(0px) scale(1);
}
.recipe__share {
  text-align: right;
  padding-top: 1.5rem;
  padding-right: 6rem;
}
@media (max-width: 768px) {
  .recipe__share {
    padding-top: 0;
    padding-right: 0;
    text-align: center;
  }
}
.recipe__share span {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 1.4rem;
}
.recipe__share .social-share {
  display: inline-block;
  vertical-align: middle;
  padding-left: 2rem;
}
@media (max-width: 768px) {
  .recipe__col {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .recipe__col--heading {
    order: 2;
  }
}
.recipe__head {
  padding-top: 5rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .recipe__head {
    padding-top: 3.5rem;
  }
}
.recipe__title {
  width: 150%;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .recipe__title {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.recipe__meta {
  margin-bottom: 7rem;
}
@media (max-width: 768px) {
  .recipe__meta {
    margin-bottom: 2.5rem;
    font-size: 0;
  }
}
.recipe__meta svg {
  display: block;
  margin: 0 auto 1.5rem;
}
@media (max-width: 768px) {
  .recipe__meta svg {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    position: relative;
    top: -1px;
  }
}
.recipe__meta span {
  text-align: center;
  width: 33.33%;
  display: inline-block;
  vertical-align: middle;
  padding: 0 1rem;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .recipe__meta span {
    width: 50%;
  }
}
.recipe__ingredients h2,
.recipe__method h2 {
  margin-bottom: 2.5rem;
}
.recipe__ingredients {
  padding-bottom: 6rem;
}
.recipe__ingredients h5 {
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.45;
  font-weight: bold;
}
@media (max-width: 768px) {
  .recipe__ingredients h5 {
    padding-left: 8rem;
  }
}
@media (max-width: 680px) {
  .recipe__ingredients h5 {
    padding-left: 6rem;
  }
}
.recipe__ingredients ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .recipe__ingredients ul {
    padding-left: 8rem;
  }
}
@media (max-width: 680px) {
  .recipe__ingredients ul {
    padding-left: 6rem;
  }
}
.recipe__ingredients li {
  font-size: 1.6rem;
  line-height: 1.45;
  margin: 0;
}
.recipe__image {
  position: relative;
  cursor: pointer;
}
@media (max-width: 768px) {
  .recipe__image {
    margin-bottom: 2rem;
  }
}
.recipe__image:hover img {
  opacity: 0.7;
}
.recipe__image img {
  display: block;
  width: 100%;
  transition: 0.2s linear;
  will-change: opacity;
}
.recipe__lightbox {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
}
.recipe__lightbox:before,
.recipe__lightbox:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}
.recipe__lightbox:after {
  transform: rotate(90deg);
}
.recipe__method {
  padding-left: 16rem;
}
@media (max-width: 768px) {
  .recipe__method {
    padding-left: 6rem;
  }
}
@media (max-width: 768px) {
  .recipe__method h2 {
    margin-left: -6rem;
  }
}
.recipe__directions {
  list-style-type: none;
  padding-left: 0;
  counter-reset: item;
}
.recipe__directions > li {
  position: relative;
  margin-bottom: 4rem;
  max-width: 46rem;
}
@media (max-width: 768px) {
  .recipe__directions > li {
    margin-bottom: 2rem;
  }
}
.recipe__directions > li:before {
  counter-increment: item;
  content: counter(item) '.';
  position: absolute;
  right: 100%;
  top: 0;
  line-height: 1;
  margin-right: 3rem;
}
.recipe__cheese {
  text-align: center;
}
@media (max-width: 768px) {
  .recipe__cheese {
    width: 50%;
    margin-bottom: 2.5rem;
  }
}
.recipe__cheese-title {
  text-align: left;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .recipe__cheese-title {
    margin-bottom: 2rem;
  }
}
.recipe__cheese-link {
  display: block;
  color: #000;
}
.recipe__cheese-link:hover {
  color: #DEBD5A;
}
.recipe__cheese-img {
  display: inline-block;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .recipe__cheese-img {
    margin-bottom: 0;
  }
}
/* =================== !AWARDS */
.page--awards {
  background-color: #1D1D1D;
  color: #fff;
}
.awards {
  position: relative;
  padding-top: 16rem;
  padding-bottom: 10.5rem;
}
@media (max-width: 767px) {
  .awards {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}
.awards.revealed .awards__title,
.awards.revealed .awards__block,
.awards.revealed .awards__image {
  opacity: 1;
  transform: translateY(0px);
  transition: 0.6s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.awards__nav {
  position: absolute;
  top: 37rem;
  left: 5.5rem;
  right: 5.5rem;
  margin: auto;
}
.awards__nav-link {
  color: #5A5A5A;
  position: absolute;
  left: 0;
  transform: rotate(90deg);
  height: 1rem;
  width: 1.9rem;
  cursor: pointer;
  transition: 0.2s linear;
}
.awards__nav-link svg {
  display: block;
  width: 100%;
  height: 100%;
}
.awards__nav-link:hover {
  color: #DEBD5A;
}
.awards__nav-link--next {
  left: auto;
  right: 0;
  transform: rotate(-90deg);
}
.awards__title {
  margin-bottom: 0;
  position: relative;
  z-index: 50;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.6s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (max-width: 767px) {
  .awards__grid {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .awards__col {
    width: 100%;
  }
}
.awards__col--years {
  padding-top: 4rem;
}
.awards__block {
  margin-bottom: 4rem;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.6s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (max-width: 767px) {
  .awards__block {
    margin-bottom: 2rem;
  }
}
.awards__trigger {
  padding-left: 6rem;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .awards__trigger {
    padding-left: 3rem;
  }
}
.awards__trigger:before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  top: 50%;
  transform: translateY(-50%) rotate(225deg);
  position: absolute;
  left: 5px;
  transition: 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.awards__trigger.awards__trigger--active:before {
  transform: translateY(-50%) rotate(45deg);
}
.awards__awards {
  padding-left: 6rem;
  height: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .awards__awards {
    padding-left: 3rem;
  }
}
.awards__block:first-child .awards__awards {
  height: auto;
}
.awards__award {
  font-family: 'Larish Neue Semibold', serif;
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 1.6rem 0;
  cursor: pointer;
  transition: 0.2s linear;
}
.awards__award:hover,
.awards__award.awards__award--active {
  color: #DEBD5A;
}
.awards__award.awards__award--active:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  margin-right: 1rem;
  border: 1px solid currentColor;
  transform: rotate(45deg);
  margin-top: -2px;
}
.awards__slides {
  margin-bottom: 9rem;
  margin-top: -3rem;
  padding-left: 8rem;
}
@media (max-width: 767px) {
  .awards__slides {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.awards__slide {
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .awards__slide {
    padding-right: 0;
  }
}
.awards__desc {
  float: left;
  max-width: 38rem;
}
@media (max-width: 767px) {
  .awards__desc {
    max-width: 100%;
  }
}
.awards__logo {
  display: inline-block;
  float: right;
}
@media (max-width: 767px) {
  .awards__logo {
    float: none;
    margin: 1rem auto;
    display: block;
  }
}
.awards__image {
  text-align: center;
  margin-bottom: 4rem;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.6s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.awards__img {
  display: block;
  width: 100%;
}
.awards__logo .awards__pager-slide {
  text-align: center;
}
/* =================== !NEWS */
.news {
  padding-bottom: 7rem;
  background-color: #F5F5F5;
}
.news .news__title,
.news .filters,
.news .news__preview {
  opacity: 0;
  transform: translateY(10px);
  transition: 0.6s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.news.revealed .news__title,
.news.revealed .filters,
.news.revealed .news__preview {
  opacity: 1;
  transform: translateY(0px);
  transition: 0.6s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.news__head {
  position: relative;
  z-index: 10;
  padding-top: 5rem;
}
@media (max-width: 640px) {
  .news__head {
    padding-top: 0;
  }
}
.news__head .g {
  display: flex;
  align-items: center;
}
.news__head .filters {
  margin-bottom: 0;
  color: #000;
}
@media (max-width: 640px) {
  .news__head-col {
    width: 50%;
  }
}
.news__title {
  margin-bottom: 0;
  line-height: 1;
}
.news__grid {
  padding-top: 7.5rem;
  padding-left: 9rem;
}
@media (max-width: 1024px) {
  .news__grid {
    padding-left: 0;
  }
}
@media (max-width: 640px) {
  .news__grid {
    padding-top: 2.5rem;
  }
}
.news .news__col {
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .news .news__col {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .news .news__col {
    width: 100%;
  }
}
.news .news__col:first-child,
.news .news__col:nth-child(7) {
  width: 66.66%;
}
@media (max-width: 1024px) {
  .news .news__col:first-child,
  .news .news__col:nth-child(7) {
    width: 33.33%;
  }
}
@media (max-width: 768px) {
  .news .news__col:first-child,
  .news .news__col:nth-child(7) {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .news .news__col:first-child,
  .news .news__col:nth-child(7) {
    width: 100%;
  }
}
.news .news__col:first-child {
  padding-right: 8rem;
}
@media (max-width: 1024px) {
  .news .news__col:first-child {
    padding-right: 1rem;
  }
}
.news .news__col:nth-child(7) {
  padding-left: 8rem;
}
@media (max-width: 1024px) {
  .news .news__col:nth-child(7) {
    padding-left: 1rem;
  }
}
.news__preview {
  background-color: #fff;
  margin-bottom: 10rem;
  height: 100%;
}
@media (max-width: 640px) {
  .news__preview {
    margin-bottom: 2.5rem;
  }
}
.news__image {
  display: block;
  overflow: hidden;
}
.news__img {
  will-change: transform;
  transition: 0.6s ease;
  height: 35rem;
  width: 100%;
  object-fit: cover;
}
.no-object-fit .news__img {
  height: auto;
}
.news__image:hover .news__img {
  transform: scale(1.1);
}
.news__meta,
.news__heading {
  padding-left: 6rem;
  padding-right: 6rem;
  padding-top: 3rem;
}
@media (max-width: 1024px) {
  .news__meta,
  .news__heading {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.news__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
}
@media (max-width: 480px) {
  .news__meta .social-share {
    display: none;
  }
}
.news__heading {
  margin-bottom: 0;
  padding-bottom: 4.5rem;
}
.news__heading a {
  color: #000;
  word-break: break-word;
}
.news__heading a:hover {
  color: #DEBD5A;
}
.career .post__title,
.career .post__head img {
  opacity: 0;
  transform: translateY(10px);
  transition: 1.4s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.career .post__head img {
  transform: translateY(30px) scale(0.95);
  transform-origin: bottom;
}
.career.revealed .post__title,
.career.revealed .post__head img {
  opacity: 1;
  transform: translateY(0px) scale(1);
}
.career .post__body {
  display: inline-block;
  text-align: left;
  max-width: 62rem;
}
.career .post__body h1,
.career .post__body h2,
.career .post__body h3,
.career .post__body h4,
.career .post__body h5,
.career .post__body h6,
.career .post__body p,
.career .post__body li,
.career .post__body img {
  opacity: 0;
  transform: translateY(10px);
  transition: 1.4s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.career .post__body img {
  transform: translateY(30px) scale(0.95);
  transform-origin: bottom;
}
.career .post__body.revealed h1,
.career .post__body.revealed h2,
.career .post__body.revealed h3,
.career .post__body.revealed h4,
.career .post__body.revealed h5,
.career .post__body.revealed h6,
.career .post__body.revealed p,
.career .post__body.revealed li,
.career .post__body.revealed img {
  opacity: 1;
  transform: translateY(0px) scale(1);
}
/* =================== !POST */
.post {
  background-color: #F5F5F5;
  padding-bottom: 7rem;
}
.post .post__title,
.post .post__head img {
  opacity: 0;
  transform: translateY(10px);
  transition: 1.4s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.post .post__head img {
  transform: translateY(30px) scale(0.95);
  transform-origin: bottom;
}
.post.revealed .post__title,
.post.revealed .post__head img {
  opacity: 1;
  transform: translateY(0px) scale(1);
}
@media (max-width: 640px) {
  .post {
    padding-bottom: 2rem;
  }
}
.post > .container {
  padding-right: 8rem;
}
@media (max-width: 1024px) {
  .post > .container {
    padding-right: 1rem;
  }
}
.post__head {
  padding-left: 8rem;
}
@media (max-width: 1024px) {
  .post__head {
    padding-left: 0;
  }
}
.post__meta {
  display: flex;
  justify-content: space-between;
  padding-bottom: 3rem;
  align-items: center;
}
.post__date {
  font-size: 1.4rem;
}
.post__banner {
  display: block;
  width: 100%;
}
.post__title {
  margin-top: -4.5rem;
  margin-left: -8rem;
  margin-bottom: 6.5rem;
  max-width: 86rem;
}
@media (max-width: 1024px) {
  .post__title {
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  .post__title {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 640px) {
  .post__col {
    width: 100%;
  }
}
.post__col--body {
  text-align: right;
}
.post__more .post__more-title,
.post__more .news__preview {
  opacity: 0;
  transform: translateY(10px);
  transition: 1.4s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.post__more .post__more-title {
  transition-delay: 0.25s;
}
.post__more.revealed .post__more-title,
.post__more.revealed .news__preview {
  opacity: 1;
  transform: translateY(0px) scale(1);
}
.post__body {
  display: inline-block;
  text-align: left;
  max-width: 62rem;
}
.post__body h1,
.post__body h2,
.post__body h3,
.post__body h4,
.post__body h5,
.post__body h6,
.post__body p,
.post__body li,
.post__body img {
  opacity: 0;
  transform: translateY(10px);
  transition: 1.4s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.post__body img {
  transform: translateY(30px) scale(0.95);
  transform-origin: bottom;
}
.post__body.revealed h1,
.post__body.revealed h2,
.post__body.revealed h3,
.post__body.revealed h4,
.post__body.revealed h5,
.post__body.revealed h6,
.post__body.revealed p,
.post__body.revealed li,
.post__body.revealed img {
  opacity: 1;
  transform: translateY(0px) scale(1);
}
@media (max-width: 640px) {
  .post__body {
    margin-bottom: 4rem;
  }
}
.post__body h1,
.post__body h2,
.post__body h3,
.post__body h4,
.post__body h5,
.post__body h6,
.post__body p {
  margin-bottom: 1em;
}
.post__images {
  padding-left: 7rem;
}
@media (max-width: 640px) {
  .post__images {
    padding-left: 0;
  }
}
.post__img {
  display: block;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 6rem;
}
@media (max-width: 640px) {
  .post__img {
    margin-bottom: 2rem;
  }
}
.post__more {
  background-color: #F5F5F5;
  padding-top: 6rem;
}
.post__more .g {
  padding-left: 8rem;
}
@media (max-width: 768px) {
  .post__more .g {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .post__more .social-share {
    display: none;
  }
}
@media (max-width: 640px) {
  .post__more .news__col {
    width: 100%;
  }
}
.post__more-title {
  margin-bottom: 5rem;
}
/* =================== !DEFAULT */
.default {
  background-color: #F5F5F5;
  padding-bottom: 6rem;
}
@media (max-width: 640px) {
  .default__col {
    width: 100%;
  }
}
.default__blocks {
  padding-top: 3.5rem;
}
.default__block {
  margin-bottom: 6rem;
}
.default__block h1,
.default__block h2,
.default__block h3,
.default__block h4,
.default__block h5,
.default__block h6,
.default__block p {
  margin-bottom: 1em;
}
.default__block--double img {
  margin-bottom: 6rem;
}
.default__block--video {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 56.25%;
}
.default__block--video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.default__block--carousel {
  margin-left: -1rem;
  margin-right: -1rem;
  text-align: center;
}
.default__block--carousel .slick-prev,
.default__block--carousel .slick-next {
  font-size: 0;
  width: 2rem;
  height: 2rem;
  background-image: url(../images/icon--arrow.svg);
  background-position: center;
  background-size: 100% 100%;
  border: 0;
  min-width: 0;
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
}
.default__block--carousel .slick-prev {
  transform: translateY(-50%) rotate(180deg);
}
.default__block--carousel .slick-next {
  left: auto;
  right: -40px;
}
.carousel__slides {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.carousel__slide {
  margin: 0;
  padding: 0 1rem;
}
.carousel__text {
  padding-top: 0.5em;
}
/* =================== !TIMELINE */
.timeline__block {
  background-color: #1D1D1D;
  color: #fff;
  height: calc(100vh - 80px);
}
.timeline__block:nth-child(even) {
  background-color: #F5F5F5;
  color: #000;
}
.timeline__container {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  position: relative;
}
.timeline__grid {
  align-self: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding-left: 7rem;
  width: 100%;
}
@media (max-width: 680px) {
  .timeline__grid {
    padding-left: 0;
  }
}
.timeline__block:nth-child(even) .timeline__grid {
  flex-direction: row-reverse;
}
@media (max-width: 960px) {
  .timeline__col {
    width: 100%;
  }
}
.timeline__title {
  position: absolute;
  top: 5rem;
  left: 5rem;
  transform: translateZ(0);
  z-index: 2;
}
@media (max-width: 640px) {
  .timeline__title {
    position: relative;
    top: 0;
    left: 0;
  }
}
.timeline__subtitle {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 3rem;
  padding-left: 1rem;
}
@media (max-width: 640px) {
  .timeline__subtitle {
    display: none;
  }
}
.timeline__media {
  opacity: 0;
  transition: 0.2s linear;
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 56.25%;
}
@media (min-width: 960px) {
  .timeline__media.allow-tall-image {
    padding-top: 65%;
  }
  .timeline__media.allow-tall-image img {
    object-fit: contain;
  }
}
.active .timeline__media {
  transition-delay: 0.3s;
  opacity: 1;
}
@media (max-width: 960px) {
  .timeline__media {
    margin-bottom: 4rem;
  }
}
.timeline__media img,
.timeline__media video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.timeline__content {
  padding-left: 8rem;
}
@media (max-width: 1024px) {
  .timeline__content {
    padding-left: 0;
  }
}
.timeline__block:nth-child(even) .timeline__content {
  padding-left: 0;
  padding-right: 8rem;
}
@media (max-width: 1024px) {
  .timeline__block:nth-child(even) .timeline__content {
    padding-right: 0;
  }
}
.timeline__page {
  font-family: 'Larish Neue Semibold', serif;
  margin-bottom: 1rem;
  display: block;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.active .timeline__page {
  transition-delay: 0.3s;
  opacity: 1;
  transform: translateY(0);
}
.timeline__heading {
  margin-bottom: 4rem;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.active .timeline__heading {
  transition-delay: 0.4s;
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 960px) {
  .timeline__heading {
    margin-bottom: 2rem;
  }
}
.timeline__text {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.active .timeline__text {
  transition-delay: 0.5s;
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 960px) {
  .timeline__text {
    margin-bottom: 6rem;
  }
}
.timeline .fp-auto-height {
  padding-top: 0 !important;
}
#fp-nav {
  width: 100%;
  color: #fff;
}
@media (max-width: 680px) {
  #fp-nav {
    display: none;
  }
}
.fp--even #fp-nav {
  color: #000;
}
#fp-nav ul {
  max-width: 128rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-left: 0;
  padding-top: 8rem;
}
@media (max-width: 640px) {
  #fp-nav ul {
    padding-top: 6rem;
  }
}
#fp-nav li {
  width: 1.8rem;
  height: 1.8rem;
  margin: 1.8rem 0;
  position: relative;
}
#fp-nav li:before {
  content: "";
  height: 1.8rem;
  width: 1px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  background-color: currentColor;
  opacity: 0.3;
}
#fp-nav li:first-child:before {
  display: none;
}
#fp-nav li:last-child {
  display: none;
}
#fp-nav a {
  color: currentColor;
}
#fp-nav span {
  width: 2rem;
  height: 2rem;
  display: block;
  background-color: transparent;
  border: 1px solid currentColor;
  border-radius: 50%;
  transform: scale(0.33);
  transition: transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
#fp-nav .active span {
  transform: scale(1);
}
/* =================== !BRANDS */
.brands__wrap {
  overflow: hidden;
}
.brands__banner {
  height: 500px;
  width: 200vw;
  position: relative;
  transition: 0.6s ease;
  will-change: transform;
  transform: translateX(-25%);
}
.brands__banner:after {
  content: "";
  position: absolute;
  top: 100%;
  margin-top: -2rem;
  left: -2rem;
  right: -2rem;
  height: 20rem;
  background-image: url(../images/bg--dirt.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
}
.s--brand-0-active .brands__banner {
  transform: translateX(0%);
}
.s--brand-1-active .brands__banner {
  transform: translateX(-50%);
}
.brands__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-image: url(../images/bg--brands-white-fox.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 30% 50%;
  transition: 0.2s 0.6s ease;
}
.s--brand-0-active .brands__bg {
  background-position: 50% 50%;
}
.s--brand-1-active .brands__bg {
  background-position: 50% 50%;
}
.brands__bg--2 {
  left: 50%;
  background-image: url(../images/bg--brands-red-fox.jpg);
}
.brands__tree {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
}
.brands__tree svg {
  display: block;
}
.brands__logo {
  position: absolute;
  bottom: 0;
  left: 4rem;
  transform: translateX(50%);
  opacity: 0;
  transition: 0.7s ease;
}
.brands__logo svg {
  display: block;
}
.s--brand-0-active .brands__logo--1 {
  transform: translateX(0);
  opacity: 1;
}
.brands__logo--2 {
  left: auto;
  right: 4rem;
  transform: translateX(-50%);
}
.s--brand-1-active .brands__logo--2 {
  transform: translateX(0);
  opacity: 1;
}
.brands__cheeses {
  background-color: #26231e;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.brands__link {
  color: #fff;
  text-align: center;
  display: block;
  padding: 20px;
}
/* =================== !404 */
.page--404 {
  padding-top: 20rem;
  padding-bottom: 20rem;
}
/* =================== !COOKS CAMPAIGN */
.cooks__comp {
  position: relative;
  z-index: 3;
}
.cooks__comp:before {
  content: "";
  background-image: url(../images/img--cooks-comp-3.png);
  width: 370px;
  height: 228px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -4rem;
  left: 200px;
  z-index: 4;
}
@media (max-width: 1023px) {
  .cooks__comp:before {
    display: none;
  }
}
.cooks__col--main {
  background-color: #26231E;
  color: #fff;
  padding-top: 3rem;
  padding-bottom: 13.5rem;
  position: relative;
  z-index: 1;
}
.cooks__col--main section {
  padding-right: 30px;
}
.cooks__col--main h1 {
  margin-bottom: 3rem;
}
.cooks__col--main:before,
.cooks__col--main:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: -10px;
  background-image: url(../images/img--cooks-comp-1.png);
  width: 122px;
  height: 675px;
  background-position: top;
  background-repeat: no-repeat;
}
.cooks__col--main:after {
  background-image: url(../images/img--cooks-comp-2.png);
  width: 584px;
  height: 709px;
  left: auto;
  right: -20px;
}
@media (max-width: 1410px) {
  .cooks__col--main:after {
    right: auto;
    left: 500px;
  }
}
.cooks__video {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  margin-bottom: 3.5rem;
}
.cooks__video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}
.cooks__video.cooks__video--played:before {
  opacity: 0;
  pointer-events: none;
}
.cooks__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cooks__title {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 44rem;
  font-size: 5rem;
  padding-top: 3rem;
  padding-left: 2.5rem;
  z-index: 2;
  transition: 0.2s linear;
}
.cooks__video--played .cooks__title {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 560px) {
  .cooks__title {
    font-size: 3rem;
    padding-top: 1.5rem;
    padding-left: 1.25rem;
    max-width: 80%;
  }
}
@media (max-width: 420px) {
  .cooks__title {
    font-size: 2rem;
  }
}
.cooks__actions {
  margin-bottom: 3.5rem;
}
.cooks__actions span {
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.cooks__actions > span:first-child {
  transition: 0.2s linear;
  cursor: pointer;
}
.cooks__actions > span:first-child:hover {
  color: #DEBD5A;
}
.cooks__share div {
  display: inline-block;
}
.cooks__share span {
  display: inline-block;
  margin-right: 1.5rem;
}
@media (max-width: 680px) {
  .cooks__share span {
    display: none;
  }
}
.cooks__share a {
  color: #fff;
}
.cooks__share a:hover {
  color: #DEBD5A;
}
.cooks__recipe {
  display: none;
  opacity: 0;
  transform: translateY(10px);
}
.cooks__recipe h3 {
  margin-bottom: 3rem;
}
.cooks__recipe ul {
  line-height: 1.4;
}
.cooks__recipe ol {
  list-style-type: none;
  padding-left: 8rem;
  counter-reset: item;
}
.cooks__recipe ol > li {
  position: relative;
  margin-bottom: 4rem;
  max-width: 46rem;
}
@media (max-width: 768px) {
  .cooks__recipe ol > li {
    margin-bottom: 2rem;
  }
}
.cooks__recipe ol > li:before {
  counter-increment: item;
  content: counter(item) '.';
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  margin-right: 3rem;
}
@media (max-width: 1023px) {
  .cooks__col--ingredients,
  .cooks__col--method {
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media (max-width: 1023px) {
  .cooks__col--main,
  .cooks__col--aside {
    width: 100%;
  }
}
.cooks__col--main {
  margin-right: 0;
  padding-left: calc(50vw - (128rem / 2) + 1rem);
  padding-right: 3rem;
}
@media (max-width: 1280px) {
  .cooks__col--main {
    padding-left: 2rem;
  }
}
.cooks__signup {
  max-width: 62rem;
  min-height: 62rem;
  padding-top: 24rem;
  position: relative;
  z-index: 3;
  transition: padding-top 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (max-width: 1024px) {
  .cooks__signup {
    padding-top: 10rem;
  }
}
.cooks__signup.form--sent {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.cooks__signup p {
  margin-bottom: 3rem;
}
.cooks__signup input {
  color: #fff;
}
@media (max-width: 680px) {
  .cooks__signup .g__col {
    width: 100%;
  }
}
.cooks__signup input,
.cooks__signup label {
  border-color: #5A5A5A;
}
.cooks__signup input:hover,
.cooks__signup label:hover {
  border-color: #fff;
}
.cooks__signup .cooks__fb:first-child {
  transform: scale(1.5);
  transform-origin: top left;
}
.cooks__submit {
  margin-bottom: 2rem;
  margin-top: 3rem;
  display: inline-block;
}
.cooks__submit + p {
  font-size: 12px;
}
.cooks__submit + p a {
  color: #5A5A5A;
}
.cooks__submit + p a:hover {
  color: #fff;
}
.cooks__col--aside {
  padding-left: 0;
  padding-right: 0;
}
.cooks__online {
  padding: 3rem 3.5rem 15rem;
  background-color: #F5F5F5;
  position: fixed;
  height: calc(100vh - 8rem);
  min-height: 76rem;
  width: 25.4293263vw;
  top: 8rem;
  right: 0;
  z-index: 2;
}
@media (max-width: 1023px) {
  .cooks__online {
    position: relative !important;
    top: 0;
    min-height: auto;
    height: auto;
    width: 100%;
  }
}
.cooks__online--unstuck {
  position: absolute;
  top: auto;
  bottom: 0;
}
.cooks__buy {
  padding: 2rem 0;
}
@media (max-width: 1160px) {
  .cooks__buy {
    padding: 1rem 0;
  }
}
@media (max-width: 1023px) {
  .cooks__buy {
    width: 50%;
    float: left;
    text-align: center;
    padding-right: 2rem;
  }
  .cooks__buy + .cooks__buy {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 680px) {
  .cooks__buy {
    width: 100%;
    margin-bottom: 3rem;
    padding: 0;
  }
  .cooks__buy + .cooks__buy {
    padding: 0;
  }
}
.cooks__buy img {
  display: block;
  margin-bottom: 2rem;
  margin-left: -4.5rem;
}
@media (max-width: 1160px) {
  .cooks__buy img {
    margin-bottom: 1rem;
  }
}
@media (max-width: 1023px) {
  .cooks__buy img {
    display: inline-block;
  }
}
.cooks__button {
  display: inline-block;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  min-width: 10rem;
  padding: 1.2rem 3.5rem;
}
.cooks__button svg {
  height: 1.7rem;
}
.cooks__button:last-child {
  margin-left: 2rem;
}
@media (max-width: 1160px) {
  .cooks__button:last-child {
    margin-left: 0;
  }
}
@media (max-width: 1410px) {
  .cooks__button {
    padding: 1.4rem 1.5rem;
  }
}
@media (max-width: 1160px) {
  .cooks__button {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.cooks__logos {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 25rem;
}
@media (max-width: 1023px) {
  .cooks__logos {
    clear: left;
    width: auto;
    max-width: none;
    align-items: center;
  }
}
.cooks__logos h1 {
  margin-bottom: 3rem;
  width: 100%;
}
@media (max-width: 1023px) {
  .cooks__logos h1 {
    width: auto;
    margin-bottom: 0;
  }
}
@media (max-width: 680px) {
  .cooks__logos h1 {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.cooks__like {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background-color: #5F75B2;
  padding: 2.5rem 3.5rem;
  font-family: 'Larish Neue Semibold', serif;
  font-size: 2.5rem;
  line-height: 1;
}
@media (max-width: 1410px) {
  .cooks__like {
    font-size: 1.8rem;
  }
}
@media (max-width: 1023px) {
  .cooks__like {
    text-align: center;
  }
}
@media (max-width: 680px) {
  .cooks__like {
    text-align: left;
  }
}
.cooks__like:hover {
  color: #fff;
}
.cooks__like:hover img {
  transform: translateY(-15px) rotate(-12deg);
  transform-origin: center left;
}
.cooks__like img {
  position: absolute;
  top: -1.5rem;
  margin-left: 1.5rem;
  transition: 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cooks__intro {
  position: relative;
  z-index: 2;
  background-color: #F5F5F5;
  padding-top: 6.5rem;
  padding-bottom: 9.6rem;
}
.cooks__intro h1 {
  text-align: center;
  max-width: 62rem;
  margin: 0 auto 6.8rem;
}
.cooks__intro p {
  font-size: 1.8rem;
  line-height: 1.2;
  font-family: 'Larish Neue Semibold', serif;
  margin-bottom: 1.5em;
}
.cooks__intro img {
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .cooks__intro-col {
    width: 100%;
  }
}
/* =================== !STOCKISTS */
.page-template-page--stockists {
  color: #fff;
}
.page-template-page--stockists.s--results-active {
  color: #000;
}
.stockists__results {
  background-color: #fff;
  height: 0;
  overflow: hidden;
  position: relative;
}
.stockists__results-grid {
  display: flex;
  flex-wrap: wrap;
}
.stockists__col--map {
  position: relative;
}
@media (max-width: 680px) {
  .stockists__col--map {
    width: 100%;
  }
}
.stockists__sticky {
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}
@media (max-width: 680px) {
  .stockists__sticky {
    position: relative;
    width: 100%;
    height: 430px;
  }
}
.stockists__sticky.s--stuck {
  position: absolute;
}
@media (max-width: 680px) {
  .stockists__sticky.s--stuck {
    position: relative;
  }
}
.stockists__map {
  width: 100%;
  height: 100%;
}
.stockists__col--places {
  padding: 0 2rem;
}
.stockists__col--places div:first-child {
  margin-bottom: 2rem / 4;
}
@media (max-width: 680px) {
  .stockists__col--places {
    width: 100%;
  }
}
.stockists__helper {
  font-size: 14px;
  padding-top: 20px;
}
.stockists__places {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
}
.stockists__places h5 {
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-bottom: 0;
}
@media (max-width: 680px) {
  .stockists__places {
    padding-top: 2rem / 2;
  }
}
.stockists__place {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(90, 90, 90, 0.2);
  color: #000;
  order: 0;
}
@media (max-width: 680px) {
  .stockists__place {
    border-bottom: 0;
  }
}
.stockists__place h1 {
  font-size: 40px;
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
  padding-right: 40px;
}
.stockists__place h1:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -7px;
  width: 26px;
  height: 40px;
  background-size: 100% 100%;
  transition: 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background-image: url(../images/icon--stockist-arrow.svg);
}
.stockists__place--active.stockists__place h1:before {
  transform: rotate(180deg);
}
@media (max-width: 1280px) {
  .stockists__place h1 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
@media (max-width: 680px) {
  .stockists__place h1 {
    font-size: 20px;
  }
}
.stockists__place p {
  font-size: 18px;
}
.stockists__place a {
  color: currentColor;
}
.stockists__place a:hover {
  color: #DEBD5A;
}
.stockists__place.stockists__place--0 h1 {
  cursor: default;
}
.stockists__place.stockists__place--0 h1:before {
  display: none;
}
.stockists__place--1 {
  order: 1;
}
.stockists__place--2 {
  order: 2;
}
.stockists__place--3 {
  order: 3;
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 2rem;
}
.stockists__details {
  padding-left: 6rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  display: none;
  padding-top: 35px;
}
.stockists__place--0 .stockists__details {
  display: block;
}
.stockists__place--active .stockists__details {
  display: block;
}
@media (max-width: 680px) {
  .stockists__details {
    padding-top: 0;
    padding-left: 0;
  }
}
.stockists__details p {
  font-family: 'Larish Neue Semibold', serif;
  font-size: 2rem;
}
.stockists__details:before {
  content: "";
  position: absolute;
  top: 35px;
  left: 0;
  width: 20.5px;
  height: 35.5px;
  background-image: url(../images/icon--stockist-2.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.stockists__place--0 .stockists__details:before {
  background-image: url(../images/icon--stockist-1.png);
  width: 41px;
  height: 71px;
}
.stockists__place--2 .stockists__details:before {
  background-image: url(../images/icon--stockist-3.png);
}
.stockists__place--3 .stockists__details:before {
  background-image: url(../images/icon--stockist-4.png);
}
@media (max-width: 680px) {
  .stockists__details:before {
    display: none;
  }
}
@media (max-width: 640px) {
  .stockists__details address {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}
@media (max-width: 860px) {
  .stockists__details-col {
    width: 100%;
  }
}
@media (max-width: 1280px) {
  .stockists__details-col:nth-child(1) {
    min-height: 126px;
  }
}
@media (max-width: 860px) {
  .stockists__details-col:nth-child(1) {
    min-height: 0;
  }
}
.stockists__details-col:nth-child(2) {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 860px) {
  .stockists__details-col:nth-child(2) {
    padding: 0;
  }
}
.stockists__search {
  background-color: #191919;
  padding-top: 9.8rem;
  text-align: center;
  min-height: 880px;
  position: relative;
}
.stockists__search.tree-background {
  background-image: url(../images/bg--stockists.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.stockists__search.gradient-background {
  padding-top: 15rem;
  background: linear-gradient(180deg, #a0091e 0%, #af2f19 80%);
}
.stockists__search.gradient-background:after {
  content: ' ';
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1919 20.09'%3E%3Cpath d='m1919,3.27v16.82H0V4.21c59.42.08,60.63-1.1,62.02-1.68.46-.19,5.72,1.63,6.18,1.63l18.64.16c3.96.05,8.02.19,11.87-2.14,1.18-.7,2.49-.59,3.72-.96,1.12-.32,2.22-.7,3.34-.91,1.24-.21,2.49-.3,3.74-.29,6.42,0,6.42,1.28,12.86,1.28s6.42,6.26,12.84,6.26,6.42-6.53,12.84-6.53,6.42,2.01,12.86,2.01,6.42,4.2,12.84,4.2,6.18-2.14,12.6-2.14c3.58,0,6.18-1.63,9.47-3.9,3.42-2.36,5.56,1.82,8.82,2.32,4.89.78,10.11-1.74,15.03-2.22,4.99-.63,10.06-.3,14.92.99,1.82.54,3.48.99,63.17,1.15,59.69-.16,61.35-.62,63.17-1.15,4.86-1.29,9.92-1.62,14.9-.99,4.92.48,10.14,3,15.06,2.22,3.24-.51,5.4-4.68,8.83-2.33,3.26,2.27,5.86,3.9,9.47,3.9,6.42,0,6.15,2.14,12.57,2.14s6.45-4.2,12.86-4.2,6.42-2.01,12.84-2.01,6.42,6.53,12.86,6.53,6.42-6.26,12.84-6.26S479.57.01,485.99.01c1.26,0,2.52.09,3.77.29,1.12.21,2.22.59,3.32.91,1.23.37,2.54.27,3.74.96,3.85,2.33,7.92,2.19,11.87,2.14l18.61-.16c.46,0,5.75-1.82,6.2-1.63,1.32.59,2.49,1.68,55.36,1.68h6.66c76.41.05,77.98-1.1,79.8-1.68.61-.19,7.65,1.63,8.26,1.63l24.84.16c5.27.05,10.7.19,15.86-2.14,1.55-.7,3.32-.59,4.95-.96,1.5-.32,2.97-.7,4.44-.91,1.67-.2,3.35-.3,5.03-.29,8.56,0,8.56,1.28,17.14,1.28s8.56,6.26,17.12,6.26,8.59-6.53,17.14-6.53,8.56,2.01,17.14,2.01,8.56,4.2,17.14,4.2,8.21-2.14,16.8-2.14c4.79,0,8.24-1.63,12.62-3.9,4.57-2.36,7.43,1.82,11.76,2.32,6.55.78,13.51-1.74,20.06-2.22,6.65-.63,13.35-.3,19.9.99,2.41.54,4.63.99,84.27,1.15,79.62-.16,81.84-.62,84.24-1.15,6.55-1.29,13.25-1.62,19.9-.99,6.55.48,13.51,3,20.06,2.22,4.33-.51,7.22-4.68,11.77-2.33,4.39,2.27,7.84,3.9,12.65,3.9,8.56,0,8.21,2.14,16.8,2.14s8.56-4.2,17.12-4.2,8.58-2.01,17.14-2.01,8.56,6.53,17.14,6.53,8.56-6.26,17.12-6.26S1232.34,0,1240.9,0c1.68,0,3.36.09,5.03.29,1.47.21,2.97.59,4.44.91,1.63.37,3.4.27,4.97.96,5.14,2.33,10.56,2.19,15.83,2.14l24.83-.15c.61,0,7.65-1.82,8.26-1.63,1.77.56,3.32,1.68,73.73,1.68h8.99c89.78.03,91.68-1.12,93.87-1.68.72-.19,9.28,1.63,10.03,1.63l30.14.16c6.39.05,12.97.19,19.2-2.14,1.93-.7,4.06-.59,6.04-.96,1.79-.32,3.58-.7,5.38-.91,2.03-.2,4.06-.3,6.1-.29,10.38,0,10.38,1.28,20.78,1.28s10.4,6.26,20.78,6.26,10.4-6.53,20.81-6.53,10.38,2.01,20.78,2.01,10.4,4.2,20.78,4.2,9.97-2.14,20.38-2.14c5.83,0,10-1.63,15.32-3.9,5.54-2.35,9.01,1.82,14.28,2.33,7.94.78,16.37-1.74,24.34-2.22,8.05-.63,16.15-.3,24.12.99,2.94.54,5.64.99,102.21,1.15,24.36-.05,42.74-.11,56.67-.16' style='fill: %232a2823; stroke-width: 0px;'/%3E%3C/svg%3E");
  position: absolute;
  padding: 0 0 2%;
  bottom: -1px;
  left: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  .stockists__search.gradient-background .container {
    max-width: 1200px;
  }
}
.stockists__search.gradient-background h1 {
  padding: 0;
}
@media (min-width: 1200px) {
  .stockists__search.gradient-background h1 {
    font-size: 96px;
  }
}
.s--results-active .stockists__search {
  height: auto;
  padding-top: 18rem;
}
.stockists__search .stockist-fox {
  position: absolute;
  left: 38%;
  width: 100%;
  bottom: 0;
  display: block;
}
@media (min-width: 782px) {
  .stockists__search .stockist-fox {
    left: 64%;
    width: 60%;
  }
}
.stockists__search .stockist-products {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 45%;
  display: block;
  z-index: 5;
}
@media (min-width: 782px) {
  .stockists__search .stockist-products {
    bottom: -20px;
    width: 22%;
  }
}
.stockists__search .floating-cheese {
  position: absolute;
  top: 50px;
  left: -80px;
  width: 200px;
}
.stockists__search .floating-cheese img {
  width: 100%;
  height: auto;
  display: block;
}
.stockists__container {
  max-width: 790px;
  position: relative;
  z-index: 2;
}
.stockists__title {
  margin-bottom: 50px;
  color: #fff;
}
.s--results-active .stockists__title {
  display: none;
}
.stockists__subtitle {
  display: none;
  margin-bottom: 50px;
  color: #fff;
}
.s--results-active .stockists__subtitle {
  display: block;
}
.stockists__intro {
  max-width: 37.2rem;
  width: 100%;
  margin: 0 auto;
  color: #fff;
}
.stockists__form {
  max-width: 50rem;
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
  font-size: 20px;
  position: relative;
}
.stockists__form.loading:after {
  border-color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 680px) {
  .stockists__form {
    padding-top: 35px;
  }
}
.stockists__form .field {
  margin-bottom: 0;
}
.stockists__form input {
  color: #fff;
}
.stockists__form input,
.stockists__form label {
  color: rgba(255, 255, 255, 0.4);
  border-right: 0;
  border-color: rgba(255, 255, 255, 0.4);
  padding-top: 1.2rem;
  padding-bottom: 1rem;
  font-family: 'Larish Neue Semibold', serif;
  font-size: 1.4rem;
  height: 100%;
}
@media (max-width: 480px) {
  .stockists__form input,
  .stockists__form label {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
  }
}
.stockists__form .is-focused input {
  color: #fff;
}
.stockists__form-grid {
  width: 100%;
  max-width: 499;
  margin: auto;
  display: flex;
  align-items: flex-end;
  transition: opacity 0.2s linear;
}
@media (max-width: 480px) {
  .stockists__form-grid {
    flex-wrap: wrap;
  }
}
.s--loading .stockists__form-grid {
  opacity: 0;
}
.stockists__form-grid .field {
  text-align: left;
}
.stockists__form-col {
  text-align: left;
}
@media (max-width: 480px) {
  .stockists__form-col {
    width: 100%;
    text-align: center;
  }
  .stockists__form-col .field {
    text-align: center;
  }
}
.stockists__button {
  width: 100%;
  max-width: 178px;
  color: #fff;
}
@media (max-width: 480px) {
  .stockists__button {
    margin-top: 23px;
    margin-left: auto;
    margin-right: auto;
  }
}
.stockists__fail {
  margin-top: 10px;
}
.stockists__fg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 24.9824561vw;
  background-image: url(../images/img--stockists-fg.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.places {
  display: flex;
  flex-direction: column;
}
.page--recruitment .breadcrumbs {
  padding: 4rem 0 2rem;
}
.page--recruitment .default__blocks {
  padding: 0;
}
.page--recruitment .default__blocks .default__block {
  width: 66%;
  margin-bottom: 8rem;
}
@media (max-width: 1024px) {
  .page--recruitment .default__blocks .default__block {
    width: 100%;
  }
}
.page--recruitment h1 {
  font-size: 4rem;
  line-height: 4.8rem;
  margin-bottom: 5rem;
}
.page--recruitment h3 {
  margin-bottom: 0;
}
.page--career h1 {
  font-size: 100px;
  line-height: 0.8;
  margin: -8rem 0 7.5rem -4rem;
}
@media (max-width: 992px) {
  .page--career h1 {
    font-size: 40px;
    margin-top: -4rem;
  }
}
.page--career .post__head {
  padding-left: 4rem;
}
.page--career .post__head img {
  width: auto;
}
@media (max-width: 1200px) {
  .page--career .post__head img {
    width: calc(100% - 2.05rem);
  }
}
@media (max-width: 1240px) {
  .page--career .g62 {
    width: 100%;
    padding: 0 5rem;
  }
}
.page--career .post__body {
  margin-bottom: 11rem;
  max-width: 70rem;
}
.page--career .post__body .post__date {
  font-size: 1.4rem;
  line-height: 2.3rem;
}
@media (max-width: 1240px) {
  .page--career .post__body {
    max-width: unset;
  }
}
.page--career .further__details {
  margin-top: 8rem;
}
.page--career .further__details p,
.page--career .further__details a {
  margin-bottom: 0.5rem;
  color: #000;
}
.page--career .further__details p:first-of-type {
  font-family: 'Larish Neue Semibold', serif;
  font-size: 1.8rem;
  line-height: 1.8rem;
  margin-bottom: 3.6rem;
}
.page--career p.closing--date {
  font-size: 1.8rem;
  line-height: 2rem;
  margin: 3.1rem 0 0;
  font-family: 'Larish Neue Semibold', serif;
}
.page--career .other--vacancies h2 {
  font-size: 6rem;
  margin-bottom: 6rem;
}
@media (max-width: 640px) {
  .page--career .other--vacancies h2 {
    font-size: 3rem;
  }
}
.page--career .other--vacancies .career__blocks {
  padding: 0 4rem;
}
.page--environmental {
  background-color: #F5F3F1;
}
.page--environmental .environmental__hero {
  background-color: #191919;
  position: relative;
  height: 680px;
}
.page--environmental .environmental__hero .hero-wrapper {
  opacity: 0.58;
}
.page--environmental .environmental__hero .hero-item {
  width: 100vw;
  height: 680px;
}
@media (max-width: 768px) {
  .page--environmental .environmental__hero {
    height: 60vh;
  }
  .page--environmental .environmental__hero .hero-item {
    height: 60vh;
  }
}
.page--environmental .environmental__hero:after {
  content: ' ';
  background: #2E3B2E;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}
.page--environmental .image__text li {
  font-size: 2rem;
  color: #FFFFFF;
}
.page--environmental .image__text .type__text .title p {
  font-size: 4rem !important;
  line-height: 4.8rem;
  font-family: 'Larish Neue Semibold', serif;
}
@media (max-width: 768px) {
  .page--environmental .image__text .type__text .title p {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
.page--our-farms {
  background-color: #F5F3F1;
}
.page--our-farms .farms__hero {
  position: relative;
  margin-bottom: 6rem;
  height: 680px;
}
.page--our-farms .farms__hero .hero-item {
  width: 100vw;
  height: 680px;
}
@media (max-width: 768px) {
  .page--our-farms .farms__hero {
    height: 60vh;
  }
  .page--our-farms .farms__hero .hero-item {
    height: 60vh;
  }
}
.page--our-farms .image__text .type__text .title p {
  font-size: 4rem;
  line-height: 4.8rem;
  font-family: 'Larish Neue Semibold', serif;
}
@media (max-width: 768px) {
  .page--our-farms .image__text .type__text .title p {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
.page--about {
  background-color: #F5F3F1;
}
.page--about section:first-of-type:not(.hero) {
  padding-top: 9rem;
}
.page--about .slider {
  background-color: #26231E;
}
.page--about .slider .slider__gradient {
  background: -moz-linear-gradient(left, rgba(30, 87, 153, 0) 0%, #26231e 100%);
  background: -webkit-linear-gradient(left, rgba(30, 87, 153, 0) 0%, #26231e 100%);
  background: linear-gradient(to right, rgba(30, 87, 153, 0) 0%, #26231e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#26231e', GradientType=1);
}
.page--about .slider .slider__heading p {
  color: #fff;
}
.page--about .slider .slide p {
  color: #fff;
}
.history {
  background-color: #26231E;
  padding: 120px 0;
  color: #fff;
}
.history .container {
  width: calc(100% - 40px);
}
.history .title {
  text-align: center;
  margin: 0 0 80px;
}
.history .title h2 {
  font-size: 44px;
}
.history h3 {
  font-size: 3rem;
}
.history .slick-slide .g {
  padding: 20px 0 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .history .slick-slide .g {
    flex-direction: column;
  }
}
.history .slick-slide .g .default__col {
  width: calc(50% - 40px);
}
.history .slick-slide .g .default__col:last-child {
  margin: 60px 0 0;
}
@media (max-width: 768px) {
  .history .slick-slide .g .default__col {
    width: 100%;
  }
}
.history .double-image,
.history .triple-image,
.history .quad-image {
  position: relative;
}
.history .double-image .inner,
.history .triple-image .inner,
.history .quad-image .inner {
  width: 100%;
}
.history .double-image .inner .single_frame_photo,
.history .triple-image .inner .single_frame_photo,
.history .quad-image .inner .single_frame_photo {
  background-color: #fff;
  padding: 1.6rem;
  overflow: hidden;
  width: 66%;
}
@media (max-width: 768px) {
  .history .double-image .inner .single_frame_photo,
  .history .triple-image .inner .single_frame_photo,
  .history .quad-image .inner .single_frame_photo {
    padding: 0.8em;
  }
}
.history .double-image .inner .single_frame_photo.tilt__left,
.history .triple-image .inner .single_frame_photo.tilt__left,
.history .quad-image .inner .single_frame_photo.tilt__left {
  transform: rotate(-2deg);
}
.history .double-image .inner .single_frame_photo.tilt__right,
.history .triple-image .inner .single_frame_photo.tilt__right,
.history .quad-image .inner .single_frame_photo.tilt__right {
  transform: rotate(2deg);
  width: 58%;
}
.history .double-image .inner .single_frame_photo:nth-child(2),
.history .triple-image .inner .single_frame_photo:nth-child(2),
.history .quad-image .inner .single_frame_photo:nth-child(2) {
  margin: -30px 0 0 auto;
}
.history .double-image .inner .single_frame_photo:nth-child(2) figcaption,
.history .triple-image .inner .single_frame_photo:nth-child(2) figcaption,
.history .quad-image .inner .single_frame_photo:nth-child(2) figcaption {
  margin: 10px 0 0 auto;
  text-align: right;
}
.history .double-image .inner .single_frame_photo:nth-child(4) figcaption,
.history .triple-image .inner .single_frame_photo:nth-child(4) figcaption,
.history .quad-image .inner .single_frame_photo:nth-child(4) figcaption {
  margin: 10px 0 0 auto;
  text-align: right;
}
.history .double-image .inner .single_frame_photo img,
.history .triple-image .inner .single_frame_photo img,
.history .quad-image .inner .single_frame_photo img {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  object-position: center;
}
.history .double-image .inner .single_frame_photo figcaption,
.history .triple-image .inner .single_frame_photo figcaption,
.history .quad-image .inner .single_frame_photo figcaption {
  font-size: 12px;
  margin: 10px 0 0;
  max-width: 180px;
  color: #000;
}
.history .triple-image .inner .single_frame_photo {
  padding: 1.2rem;
  width: 60%;
}
@media (max-width: 768px) {
  .history .triple-image .inner .single_frame_photo {
    padding: 0.6em;
  }
}
.history .triple-image .inner .single_frame_photo:nth-child(2) {
  margin: -80px 0 0 auto;
}
@media screen and (max-width: 960px) {
  .history .triple-image .inner .single_frame_photo:nth-child(2) {
    margin: -10px 0 0 auto;
  }
}
.history .triple-image .inner .single_frame_photo:nth-child(3) {
  margin: -100px 0 0 0;
}
.history .quad-image .inner .single_frame_photo {
  padding: 1.2rem;
  width: 54%;
}
@media (max-width: 768px) {
  .history .quad-image .inner .single_frame_photo {
    padding: 0.6em;
  }
}
.history .quad-image .inner .single_frame_photo:nth-child(2) {
  margin: -270px -30px 0 auto;
}
@media screen and (max-width: 960px) {
  .history .quad-image .inner .single_frame_photo:nth-child(2) {
    margin: -130px -30px 0 auto;
  }
}
.history .quad-image .inner .single_frame_photo:nth-child(3) {
  margin: -50px 0 0;
}
.history .quad-image .inner .single_frame_photo:nth-child(4) {
  margin: -150px 0 0 auto;
}
@media screen and (max-width: 500px) {
  .history .quad-image .inner .single_frame_photo:nth-child(4) {
    margin: -60px 0 0 auto;
  }
}
.history .framed__photo {
  background-color: #fff;
  padding: 1.6rem;
  overflow: hidden;
  width: 90%;
}
@media (max-width: 768px) {
  .history .framed__photo {
    padding: 0.8em;
  }
}
@media (max-width: 640px) {
  .history .framed__photo {
    width: 100%;
  }
}
.history .framed__photo.tilt__left {
  transform: rotate(-2deg);
}
.history .framed__photo.tilt__right {
  transform: rotate(2deg);
}
.history .framed__photo img {
  min-height: 100%;
  min-width: 100%;
  max-height: 500px;
  object-fit: cover;
  object-position: top center;
}
.history .detail {
  color: #fff;
  text-align: left;
}
@media (max-width: 640px) {
  .history .detail {
    margin: 40px 0 0;
  }
}
.history .detail p {
  margin: 0.8em 0;
}
.history input[type=range] {
  width: 100%;
  -webkit-appearance: none;
  background: transparent;
  background-color: transparent;
  z-index: 20;
}
.history input[type=range]:focus {
  outline: 0;
}
.history input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1117.142' height='2.292' viewBox='0 0 1117.142 2.292'%3E%3Cpath id='Path_55' data-name='Path 55' d='M-2764.507,3143.035c-1.758-.428-3.752.065-6.221.065s-2.468.821-4.936.821-2.468-.458-4.935-.458-2.465-.662-4.929-.662-2.464.278-4.929.278-2.464-.2-4.93-.2-2.464,1.067-4.93,1.067-2.465-.939-4.931-.939-2.463.5-4.927.5-2.463-.824-4.926-.824-2.464.979-4.929.979-2.461-.2-4.923-.2-2.463-.388-4.926-.388-2.462.479-4.921.479-2.465-.206-4.927-.206-2.464-.01-4.927-.01-2.464.623-4.928.623-2.463-.262-4.927-.262-2.463-.5-4.927-.5-2.462.65-4.925.65-2.463-.446-4.927-.446-2.462.347-4.926.347-2.463-.3-4.927-.3-2.462-.715-4.924-.715-2.462.644-4.925.644-2.463.543-4.927.543-2.462-1.172-4.925-1.172-2.461,1.123-4.923,1.123-2.461-.723-4.923-.723-2.463.016-4.927.016-2.462-.086-4.924-.086-2.46.708-4.921.708-2.461.025-4.922.025-2.462-.507-4.924-.507-2.462-.473-4.926-.473-2.46.555-4.921.555-2.46-.013-4.921-.013-2.46.4-4.92.4-2.459-.325-4.921-.325-2.462.519-4.925.519-2.462-.726-4.923-.726-2.461.612-4.921.612-2.458-.912-4.918-.912-2.458,1.012-4.917,1.012-2.458-.687-4.917-.687-2.46.323-4.92.323-2.461-.555-4.922-.555-2.463.835-4.926.835-2.461-.465-4.923-.465-2.461.207-4.923.207-2.461-.324-4.923-.324-2.462-.488-4.925-.488-2.461.251-4.923.251-2.463.338-4.924.338-2.461,0-4.922,0-2.462.123-4.923.123-2.462.1-4.923.1-2.463.058-4.924.058-2.463-.084-4.924-.084-2.461.352-4.921.352-2.462.013-4.923.013-2.461-1.046-4.922-1.046-2.462.78-4.925.78-2.462-.368-4.925-.368-2.461-.633-4.922-.633-2.461.513-4.923.513-2.46-.145-4.92-.145-2.461.4-4.922.4-2.461.352-4.922.352-2.462-.774-4.924-.774-2.462.385-4.924.385-2.462-.57-4.922-.57-2.461.7-4.922.7-2.46-.191-4.921-.191-2.46-.32-4.921-.32-2.46.018-4.921.018-2.461.573-4.921.573-2.462-.568-4.924-.568-2.462.452-4.924.452-2.461-.707-4.923-.707-2.461.893-4.922.893-2.46-.355-4.921-.355-2.46.525-4.92.525-2.46-.515-4.92-.515-2.459-.455-4.921-.455-2.46,1.057-4.919,1.057-2.461-.792-4.922-.792-2.461.283-4.922.283-2.462.175-4.925.175-2.461.346-4.922.346-2.461-.97-4.921-.97-2.46.185-4.921.185-2.46-.207-4.92-.207-2.458.85-4.918.85-2.46-.469-4.918-.469-2.46.095-4.92.095-2.46.406-4.919.406-2.46-.494-4.92-.494-2.461.619-4.921.619-2.461-.368-4.922-.368-2.462-.191-4.925-.191-2.461.2-4.922.2-2.46-.283-4.921-.283-2.459.181-4.919.181-2.459-.186-4.919-.186-2.46-.371-4.918-.371-2.459.207-4.918.207-2.459-.374-4.918-.374-2.458.919-4.917.919-2.459-.048-4.918-.048-2.46.16-4.918.16-2.46-.293-4.92-.293c-.229,0-.43-.005-.62-.013.629-.165.914-.32.316-.466a15.227,15.227,0,0,0-4.488,0l-.128,0c-2.46,0-4.592-.455-6.34-.027-.929.228.149.486,1.348.771a7.185,7.185,0,0,1-1.551.147c-2.468,0-2.468-.458-4.935-.458s-2.464-.662-4.929-.662-2.464.278-4.93.278-2.464-.2-4.929-.2-2.465,1.067-4.93,1.067-2.465-.939-4.93-.939-2.463.5-4.928.5-2.462-.824-4.925-.824-2.464.979-4.929.979-2.461-.2-4.923-.2-2.464-.388-4.927-.388-2.461.479-4.921.479-2.464-.206-4.928-.206-2.463-.01-4.927-.01-2.464.623-4.928.623-2.463-.262-4.926-.262-2.463-.5-4.927-.5-2.462.65-4.925.65-2.464-.446-4.927-.446-2.463.347-4.926.347-2.463-.3-4.926-.3-2.462-.715-4.925-.715-2.462.644-4.924.644-2.463.543-4.927.543-2.462-1.172-4.924-1.172-2.461,1.123-4.923,1.123-2.461-.723-4.923-.723-2.463.016-4.926.016-2.463-.086-4.925-.086-2.46.708-4.921.708-2.462.025-4.922.025-2.462-.507-4.925-.507-2.462-.473-4.925-.473-2.46.555-4.921.555-2.46-.013-4.921-.013-2.46.4-4.92.4-2.46-.325-4.921-.325-2.462.519-4.924.519-2.462-.726-4.923-.726-2.461.612-4.921.612-2.459-.912-4.918-.912-2.459,1.012-4.917,1.012-2.459-.687-4.917-.687-2.46.323-4.92.323-2.461-.555-4.923-.555-2.463.835-4.925.835-2.461-.465-4.923-.465-2.461.207-4.923.207-2.461-.324-4.923-.324-2.463-.488-4.924-.488-2.461.251-4.924.251-2.462.338-4.923.338-2.461,0-4.922,0-2.461.123-4.923.123-2.462.1-4.923.1-2.462.058-4.924.058-2.462-.084-4.923-.084-2.462.352-4.922.352-2.461.013-4.922.013-2.461-1.046-4.922-1.046-2.462.78-4.924.78-2.462-.368-4.924-.368-2.462-.633-4.923-.633-2.461.513-4.922.513-2.461-.145-4.921-.145-2.461.4-4.922.4-2.461.352-4.922.352-2.462-.774-4.923-.774-2.462.385-4.924.385-2.461-.57-4.922-.57-2.462.7-4.922.7-2.459-.191-4.921-.191-2.46-.32-4.921-.32-2.46.018-4.92.018-2.461.573-4.921.573-2.462-.568-4.923-.568-2.462.452-4.925.452-2.46-.707-4.922-.707-2.461.893-4.922.893-2.46-.355-4.921-.355-2.46.525-4.92.525-2.46-.515-4.92-.515-2.46-.455-4.921-.455-2.46,1.057-4.92,1.057-2.461-.792-4.922-.792-2.461.283-4.923.283-2.462.175-4.924.175-2.461.346-4.922.346-2.461-.97-4.921-.97-2.46.185-4.921.185-2.46-.207-4.92-.207-2.458.85-4.918.85-2.46-.469-4.919-.469-2.46.095-4.92.095-2.46.406-4.92.406-2.459-.494-4.92-.494-2.46.619-4.92.619-2.461-.368-4.922-.368-2.462-.191-4.925-.191-2.461.2-4.922.2-2.459-.283-4.92-.283-2.46.181-4.92.181-2.458-.186-4.918-.186-2.46-.371-4.918-.371-2.459.207-4.919.207-2.458-.374-4.917-.374-2.458.919-4.917.919-2.46-.048-4.918-.048-2.46.16-4.919.16-2.46-.293-4.92-.293-2.459-.484-4.919-.484-4.592-.455-6.34-.027' transform='translate(3881.531 -3142.173)' fill='none' stroke='%23debd5a' stroke-miterlimit='10' stroke-width='1'/%3E%3C/svg%3E%0A");
}
.history input[type=range]::-webkit-slider-thumb {
  box-shadow: none;
  border: 0;
  height: 44px;
  width: 54px;
  cursor: grab;
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='51.2' height='42.309' viewBox='0 0 51.2 42.309'%3E%3Cpath id='Path_54' data-name='Path 54' d='M453.551,2003.51h0m31.569-6.088-.012,0,.014,0h0m2.228-10.312a.328.328,0,0,0-.158-.023h.017a.29.29,0,0,1,.14.024m-5.719-8.562h-.01l.007,0h0m-43.682,6.093a.324.324,0,0,0-.032.263c.071.241.408.478,1.376.958a.31.31,0,0,0-.011.065c-.017.231.2.346.419.467.32.173.583.335.558.575-.014.133-.146.2-.422.313-.312.127-.835.341-.67.98a.725.725,0,0,0,.715.494.674.674,0,0,0,.281-.061c.067-.006.122,0,.134.032a.386.386,0,0,0-.016.068c-.087.179-.214.524-.456,1.187l-.062.169a.642.642,0,0,0,.075.6.66.66,0,0,0,.54.284.653.653,0,0,0,.32-.084c.2-.11.406-.245.6-.372.123-.081.241-.158.347-.222a.151.151,0,0,1,.079-.023.164.164,0,0,1,.119.054,2.706,2.706,0,0,0,1.016.678.153.153,0,0,1,.117.167,1.966,1.966,0,0,1-.092.262c-.029.074-.059.147-.082.221a.626.626,0,0,0,.085.568.675.675,0,0,0,.546.272.719.719,0,0,0,.294-.063.861.861,0,0,1,.215-.045c.008.057.013.119.02.188a2.832,2.832,0,0,0,.267,1.065,1.441,1.441,0,0,0,.609.58c.061.038.124.078.187.121a.128.128,0,0,1,.057.095.2.2,0,0,1-.056.156,1.67,1.67,0,0,0-.11,1.961,2.663,2.663,0,0,0,.45.628,1.8,1.8,0,0,1,.49.795,1.656,1.656,0,0,0-.527-.082h0l-.338,0,.1.322c.328,1.034,2.18,1.064,2.39,1.064l.094,0a.573.573,0,0,1,.072.142.537.537,0,0,0,.481.414.8.8,0,0,0,.4-.134c.411-.243.447-.523.393-.747a.816.816,0,0,0,.669.4,1.559,1.559,0,0,0,.694-.234,1.82,1.82,0,0,1,.835-.27,1.106,1.106,0,0,1,.283.038l.464.123-.135-.367.011.01h.113c.17,0,.3-.136.49-.345a.935.935,0,0,0,.085.285.539.539,0,0,0,.47.333c.31,0,.546-.278.705-.828q.114.093.221.193l.245.228.149-.3a2.147,2.147,0,0,1,1.267-1.226l.371.173c.045.021.225.141.357.229.535.357.65.42.772.42l.083,0,.062-.04.032-.021.024-.029a.929.929,0,0,0,.07-.1.384.384,0,0,0,.3.106,4.181,4.181,0,0,0,.73-.068l-.01.015.106.142a1.363,1.363,0,0,0,1.076.449c.4,0,.657-.135.7-.37s-.17-.416-.432-.539a1.288,1.288,0,0,0,.2-.673.6.6,0,0,1,.025-.175.6.6,0,0,0-.031-.5.679.679,0,0,0-.429-.345c-.087-.023-.178-.046-.268-.068s-.176-.044-.259-.065c.042-.082.106-.082.185-.082a1.952,1.952,0,0,1,.251.024,2.381,2.381,0,0,0,.307.027.59.59,0,0,0,.6-.369.169.169,0,0,1,.145-.079c.006,0,.038,0,.047.014.367.525.645,1.118.6,3.534v.154c-.009.417-.04,1.615-.125,2.638a4.047,4.047,0,0,1-.2,1.225.986.986,0,0,1-.268.336c-.491.208-.566.248-.691.249a.05.05,0,0,1-.032-.012c-.014-.014-.019-.038-.035-.047a2.736,2.736,0,0,0-.562-.1,2.611,2.611,0,0,0-.46,0c-.092.008-.219.024-.258.073-.016.021-.022.052.043.087l.024.013a.841.841,0,0,1-.324-.05.333.333,0,0,0-.048-.014,4.735,4.735,0,0,0-.652-.014l-.145.012,0-.011,0-.024-.037-.012c-.019-.006-.019-.006-.121,0-.086,0-.22,0-.3,0l-.039,0c-.1.009-.186.051-.2.1a.267.267,0,0,0-.012.08c0,.011,0,.025,0,.036a1.313,1.313,0,0,1-.193-.069l-.084-.035-.047.058a.252.252,0,0,0-.022.041c-.006.012-.016.034-.026.052a.251.251,0,0,1-.056-.029.3.3,0,0,0-.189-.039.348.348,0,0,0-.13.036,1.1,1.1,0,0,0-.236.164l-.119.005-.092-.041a.851.851,0,0,0-.427-.113h-.02a.74.74,0,0,0-.424.167l0,0,.028-.049c.044-.076.059-.1.043-.125a.249.249,0,0,0-.235-.124c-.139.011-.225.116-.317.293a1.561,1.561,0,0,0-.565-.116.264.264,0,0,0-.14.045c-.047.035-.053.086-.019.153l.007.014.022.007.045.012-.048.022c-.12.056-.285.133-.2.2l.014.011.026,0a.427.427,0,0,0,.048,0,1.851,1.851,0,0,0-.248.122h0a.552.552,0,0,0-.355.375l-.007.018,0,.007h0a.663.663,0,0,0-.038.226h20.206a.625.625,0,0,0-.163-.429s0-.005-.005-.01c.141-.029-.085-.3-.1-.381s-.145-.128-.357-.143a1,1,0,0,0-.575.1l-.059.04,0,.005a3.58,3.58,0,0,0-.382-.049.3.3,0,0,0-.162.021.331.331,0,0,0-.034-.033l-.012-.01-.016-.008-.032-.015-.044,0a1.27,1.27,0,0,0-.416.1c-.071.022-.169.053-.193.058l-.2.04a1.079,1.079,0,0,1-.637-.434l-.071-.1-.134.062q-.059.027-.121.052a.4.4,0,0,0-.351-.287.321.321,0,0,0-.255.086.219.219,0,0,0-.051.086.471.471,0,0,0-.249-.127l-.059,0-.006,0,.079-.11-.247.021a.975.975,0,0,1-.15,0,1.442,1.442,0,0,1-.432-.117,1.229,1.229,0,0,0-.359-.1.528.528,0,0,0-.361.1c.033-.068.021-.157-.189-.25a.635.635,0,0,0-.208-.058.272.272,0,0,0-.262.111.182.182,0,0,1-.041.042l-.049-.005c-.11-.008-.92.091-1.122-.049a.784.784,0,0,1-.1-.18,10.784,10.784,0,0,1-.211-2.371l-.018-.8c-.023-.981-.044-1.907,0-2.449a.153.153,0,0,1,.156-.135.5.5,0,0,0,.385-.178c.205-.248.139-.664.063-1.145a4.739,4.739,0,0,1-.084-.855,1.1,1.1,0,0,0,.629.237l.149.014.082-.125a.56.56,0,0,0,.088-.221,1.292,1.292,0,0,0,.963.853.151.151,0,0,1,.1.087,1.782,1.782,0,0,1,.1.294,1.515,1.515,0,0,0,.792,1.076,4.3,4.3,0,0,0,1.4.228c.28,0,.667-.031.8-.3a.478.478,0,0,0-.116-.529l-.071-.087-.112,0-.255-.011a.463.463,0,0,0-.053-.278.412.412,0,0,0-.216-.182,1.489,1.489,0,0,0,.2-.191.2.2,0,0,1,.146-.073.132.132,0,0,1,.1.042l.135.137a8.97,8.97,0,0,0,1.177,1.116,7.862,7.862,0,0,0,1.977.4h.443c0,.021-.005.042-.008.062l-.016.139.111.086c.057.044.057.044.367.084.259.034.667.087.923.132a.686.686,0,0,0,.118.01.64.64,0,0,0,.636-.5,2.818,2.818,0,0,0,.049-.464c0-.062.007-.144.014-.209a3.663,3.663,0,0,1,.575.5l.249.248.152-.317a1.912,1.912,0,0,0,.073-.227c.019-.068.053-.19.088-.293a1.01,1.01,0,0,1,.166.2.673.673,0,0,0,.567.322.623.623,0,0,0,.4-.145,3.687,3.687,0,0,0,.767-.879.17.17,0,0,1,.143-.084.13.13,0,0,1,.092.037c.127.118.252.256.377.394a2.086,2.086,0,0,0,1.277.872l.06,0a1.613,1.613,0,0,0,1.312-.769l.006-.011c-.036.108-.069.2-.093.271-.147.42-.2.572-.152.711.114.362.309.843.693.843.423,0,.7-.568,1.006-1.561a3.4,3.4,0,0,0,1.7.956.527.527,0,0,0,.431-.193,1.037,1.037,0,0,0,.082-.886l-.019-.083-.066-.054a.827.827,0,0,0-.136-.092l.149-.109c.373-.27.885-.638.642-1.084l-.041-.075-.078-.034a.965.965,0,0,0-.387-.085h-.029a.9.9,0,0,1,.331-.2l.283-.1-.152-.26a4.294,4.294,0,0,0-.45-.652,3.187,3.187,0,0,0,.548-.6,1.076,1.076,0,0,1,.531-.367.846.846,0,0,0,.645-.879l.1.014a3.916,3.916,0,0,0,.559.053.912.912,0,0,0,.878-.439.941.941,0,0,0,.094-.861,1.4,1.4,0,0,0-1.028-.623.146.146,0,0,1-.1-.086.153.153,0,0,1,.007-.139,2.049,2.049,0,0,1,.267-.378.658.658,0,0,0,.08-.775,2.544,2.544,0,0,1-.242-.748,1.456,1.456,0,0,0-.534-1.036.5.5,0,0,0-.272-.061,5.345,5.345,0,0,0-.832.119l-.236.042c-.074,0-.134-.083-.161-.165-.18-.549-1.178-.832-2.569-1.172-.154-.038-.3-.074-.435-.108a.157.157,0,0,1-.109-.1.13.13,0,0,1,.017-.124,2.708,2.708,0,0,0,.367-.787.646.646,0,0,0-.087-.59.651.651,0,0,0-.813-.213l-.323.155.021-.062c.039-.114.078-.231.117-.36l.072-.244-.245-.068a1.138,1.138,0,0,0-.305-.042,1.548,1.548,0,0,0-.729.215l-.008-.025a.344.344,0,0,0-.325-.25c-.207,0-.372.168-.658.535a.509.509,0,0,1-.585,0c-.065-.056-.088-.092-.1-.1a1.012,1.012,0,0,1,.224-.158c.173-.1.388-.228.353-.469-.021-.148-.117-.253-.356-.355a.283.283,0,0,0,.258-.2.265.265,0,0,0,0-.135l.134.025a2.77,2.77,0,0,0,.506.065c.456,0,.707-.274.707-.773v-.168a.654.654,0,0,0,.48-.054l.178-.093c.363-.186.54-.283.6-.44l.194-.5-.508.175a1.374,1.374,0,0,1-.426.09c-.118,0-.207-.016-.231-.2a.867.867,0,0,1,.5-.153,1.082,1.082,0,0,0,.788-.333,1.028,1.028,0,0,0,.142-.789l-.1-.756-.365.669c-.189.347-.4.546-.583.546a.272.272,0,0,1-.256-.245c0-.027,0-.1.179-.112l.22-.016.012-.22c.013-.244,0-.4-.1-.5l-.1-.091h-.082a3.382,3.382,0,0,1-.021-.433v-.3l-.3.056a2.7,2.7,0,0,1-.334.042.468.468,0,0,0-.014-.229.437.437,0,0,0-.185-.23l.084-.147a1.311,1.311,0,0,0,.178-1.079,1.392,1.392,0,0,0-.653-.729,1.411,1.411,0,0,0,.112-.158l.023-.036.009-.041a.557.557,0,0,0-.058-.469l0,0c.374-.323.839-.726.844-1.191a.71.71,0,0,0-.255-.544l-.091-.082-.12.021-.026,0c-.146.025-.969-.153-.612-.379s.155-.4.155-.4-.6-.428-1.036-.071-.369-.012-.881-.274a3.388,3.388,0,0,0-.832-.32,1.026,1.026,0,0,0-.377-.071h-.053a.7.7,0,0,0-.137-.454.453.453,0,0,0-.333-.143,1.078,1.078,0,0,1-.025-.274v-.346l-.328.108a.853.853,0,0,1-.266.049,1.084,1.084,0,0,1-.333-.071,2.593,2.593,0,0,0-.555-.124,2.3,2.3,0,0,0-.232-.013.754.754,0,0,0-.654.264.154.154,0,0,1-.118.055.15.15,0,0,1-.094-.032c-.239-.186-.627-.482-.963-.738l-.553-.423c.01-.207.055-.259.06-.265a.113.113,0,0,1,.062-.012,1.487,1.487,0,0,1,.291.049,2.085,2.085,0,0,0,.462.069.794.794,0,0,0,.387-.091l.084-.045.032-.09a.623.623,0,0,0-.01-.518.519.519,0,0,0-.108-.141l.007-.008a2.739,2.739,0,0,0,.833-1.3c.179-.95.053-1.318-.519-1.515-.016-.006-.022-.006-.023,0-.092-.021-.442-.137-.445-.726,0-.857-.19-1.524-.524-1.238s-.875,1.119-1.333.476a.874.874,0,0,0-.31-.143c-.19-.048-.3-.447-.3-.64a.651.651,0,0,0-.65-.562.66.66,0,0,0-.375.117c-.5.344-.7.579-.732.837a.52.52,0,0,0,.016.195,1.323,1.323,0,0,0-.4-.589l-.321-.23-.071.388-.034.2c-.025.154-.058.355-.107.54a.36.36,0,0,0-.349-.2h-.039l.129-.128-.253-.17a.668.668,0,0,0-.374-.132.473.473,0,0,0-.435.286.9.9,0,0,0-.35-.066,2.192,2.192,0,0,0-.492.075,2.057,2.057,0,0,1-.461.072.9.9,0,0,1-.1-.005c-.231-.026-.239-.054-.272-.171a.738.738,0,0,0-.587-.572l-.269-.078-.047.276c-.006.035-.012.067-.017.1a1.238,1.238,0,0,0-.457-.469l-.339-.158-.017.373c-.012.257-.082.32-.144.375a.535.535,0,0,0-.129.161.876.876,0,0,0-.171-.081l-.161-.057-.112.129a1.1,1.1,0,0,0-.229.409,1.219,1.219,0,0,0-.585-.16,1.6,1.6,0,0,0-.729.222c-.048.024-.1.048-.143.07a.628.628,0,0,0-.351-.365l-.131-.061-.118.083a1.373,1.373,0,0,0-.209.2c-.062.068-.207.227-.263.235a.776.776,0,0,0-.109-.008.574.574,0,0,0-.529.3,2.234,2.234,0,0,1-1.438.873l-.231.072a.654.654,0,0,0-.069,1.218,6.623,6.623,0,0,1,1.76,1.006,2.3,2.3,0,0,1-.538.046q-.216,0-.5-.018l-.769.3a.694.694,0,0,0-.215.035,1.61,1.61,0,0,1-.5.08,1.318,1.318,0,0,1-1.289-.819.653.653,0,0,0-1.22-.053c-.053.123-.1.245-.145.353l-.008.02a1.794,1.794,0,0,1-.071-.837.651.651,0,0,0-.525-.7c-.122-.023-.24-.057-.345-.087a1.591,1.591,0,0,0-.4-.081.333.333,0,0,0-.312.172c-.082.156-.043.332.183.7a.617.617,0,0,0-.274.584c0,.181,0,.262-.25.285-.13-.364-.325-.447-.475-.447h0a.471.471,0,0,0-.428.391,1.33,1.33,0,0,0,.392,1.244l-.042-.028a.741.741,0,0,0-.415-.167c-.37,0-.568.425-.712.84l.237.083h0v.016l-.222.092c.055.133.394,1.391.556,2l.061.227c-.261-.028-.4-.238-.591-.566-.034-.057-.067-.114-.1-.169a.641.641,0,0,0-.546-.3.687.687,0,0,0-.466.186.344.344,0,0,1-.235.079l-.073,0a.621.621,0,0,0-.532.309.633.633,0,0,0-.025.626,1.955,1.955,0,0,0,.4.477l.057.055a2.991,2.991,0,0,1-.389-.046,2.57,2.57,0,0,0-.383-.043.537.537,0,0,0-.266.059l-.192.107.082.2a.937.937,0,0,0,.134.237.813.813,0,0,0-.55.382l-.133.219.222.128c.53.3.567.411.642.625a2.657,2.657,0,0,0,.11.276c.013.03.047.126.1.261.12.336.321.9.509,1.338a.143.143,0,0,1-.012.14.158.158,0,0,1-.148.067h-.026a2.192,2.192,0,0,0-.559-.094.7.7,0,0,0-.51.189,1.176,1.176,0,0,0-.673-.223,1.134,1.134,0,0,0-.683.235l-.206.152.157.2a.888.888,0,0,1,.21.7.991.991,0,0,0,.258.813.927.927,0,0,0-.373.564c-.04.152-.078.3-.47.587l-.164.122.087.185a.851.851,0,0,0,.374.409,2.324,2.324,0,0,1-.845.241,2.143,2.143,0,0,0-.993.327,2.7,2.7,0,0,0-.765,1.065l-.048.1c-.086-.143-.166-.29-.239-.439l-.172-.352-.247.3c-.384.472-.128,1,.077,1.415a1.364,1.364,0,0,1,.2.6l-.026.01a8.814,8.814,0,0,0-1.051.478.142.142,0,0,1-.071.019.155.155,0,0,1-.147-.11c-.053-.175-.113-.369-.179-.548a.633.633,0,0,0-.6-.417.71.71,0,0,0-.483.193.48.48,0,0,1-.318.079,3.324,3.324,0,0,1-.372-.029,3.07,3.07,0,0,0-.331-.026.494.494,0,0,0-.429.185c-.075.113-.132.315.085.875a.152.152,0,0,1-.129.208c-.165.015-.348.03-.526.043-.871.068-.943.074-1.028.214' transform='translate(-437.901 -1962.379)' fill='%23debd5a'/%3E%3C/svg%3E");
  -webkit-appearance: none;
  margin-top: -41px;
}
.history input[type=range]::-webkit-slider-thumb:active {
  cursor: grabbing;
}
.history input[type=range]::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1117.142' height='2.292' viewBox='0 0 1117.142 2.292'%3E%3Cpath id='Path_55' data-name='Path 55' d='M-2764.507,3143.035c-1.758-.428-3.752.065-6.221.065s-2.468.821-4.936.821-2.468-.458-4.935-.458-2.465-.662-4.929-.662-2.464.278-4.929.278-2.464-.2-4.93-.2-2.464,1.067-4.93,1.067-2.465-.939-4.931-.939-2.463.5-4.927.5-2.463-.824-4.926-.824-2.464.979-4.929.979-2.461-.2-4.923-.2-2.463-.388-4.926-.388-2.462.479-4.921.479-2.465-.206-4.927-.206-2.464-.01-4.927-.01-2.464.623-4.928.623-2.463-.262-4.927-.262-2.463-.5-4.927-.5-2.462.65-4.925.65-2.463-.446-4.927-.446-2.462.347-4.926.347-2.463-.3-4.927-.3-2.462-.715-4.924-.715-2.462.644-4.925.644-2.463.543-4.927.543-2.462-1.172-4.925-1.172-2.461,1.123-4.923,1.123-2.461-.723-4.923-.723-2.463.016-4.927.016-2.462-.086-4.924-.086-2.46.708-4.921.708-2.461.025-4.922.025-2.462-.507-4.924-.507-2.462-.473-4.926-.473-2.46.555-4.921.555-2.46-.013-4.921-.013-2.46.4-4.92.4-2.459-.325-4.921-.325-2.462.519-4.925.519-2.462-.726-4.923-.726-2.461.612-4.921.612-2.458-.912-4.918-.912-2.458,1.012-4.917,1.012-2.458-.687-4.917-.687-2.46.323-4.92.323-2.461-.555-4.922-.555-2.463.835-4.926.835-2.461-.465-4.923-.465-2.461.207-4.923.207-2.461-.324-4.923-.324-2.462-.488-4.925-.488-2.461.251-4.923.251-2.463.338-4.924.338-2.461,0-4.922,0-2.462.123-4.923.123-2.462.1-4.923.1-2.463.058-4.924.058-2.463-.084-4.924-.084-2.461.352-4.921.352-2.462.013-4.923.013-2.461-1.046-4.922-1.046-2.462.78-4.925.78-2.462-.368-4.925-.368-2.461-.633-4.922-.633-2.461.513-4.923.513-2.46-.145-4.92-.145-2.461.4-4.922.4-2.461.352-4.922.352-2.462-.774-4.924-.774-2.462.385-4.924.385-2.462-.57-4.922-.57-2.461.7-4.922.7-2.46-.191-4.921-.191-2.46-.32-4.921-.32-2.46.018-4.921.018-2.461.573-4.921.573-2.462-.568-4.924-.568-2.462.452-4.924.452-2.461-.707-4.923-.707-2.461.893-4.922.893-2.46-.355-4.921-.355-2.46.525-4.92.525-2.46-.515-4.92-.515-2.459-.455-4.921-.455-2.46,1.057-4.919,1.057-2.461-.792-4.922-.792-2.461.283-4.922.283-2.462.175-4.925.175-2.461.346-4.922.346-2.461-.97-4.921-.97-2.46.185-4.921.185-2.46-.207-4.92-.207-2.458.85-4.918.85-2.46-.469-4.918-.469-2.46.095-4.92.095-2.46.406-4.919.406-2.46-.494-4.92-.494-2.461.619-4.921.619-2.461-.368-4.922-.368-2.462-.191-4.925-.191-2.461.2-4.922.2-2.46-.283-4.921-.283-2.459.181-4.919.181-2.459-.186-4.919-.186-2.46-.371-4.918-.371-2.459.207-4.918.207-2.459-.374-4.918-.374-2.458.919-4.917.919-2.459-.048-4.918-.048-2.46.16-4.918.16-2.46-.293-4.92-.293c-.229,0-.43-.005-.62-.013.629-.165.914-.32.316-.466a15.227,15.227,0,0,0-4.488,0l-.128,0c-2.46,0-4.592-.455-6.34-.027-.929.228.149.486,1.348.771a7.185,7.185,0,0,1-1.551.147c-2.468,0-2.468-.458-4.935-.458s-2.464-.662-4.929-.662-2.464.278-4.93.278-2.464-.2-4.929-.2-2.465,1.067-4.93,1.067-2.465-.939-4.93-.939-2.463.5-4.928.5-2.462-.824-4.925-.824-2.464.979-4.929.979-2.461-.2-4.923-.2-2.464-.388-4.927-.388-2.461.479-4.921.479-2.464-.206-4.928-.206-2.463-.01-4.927-.01-2.464.623-4.928.623-2.463-.262-4.926-.262-2.463-.5-4.927-.5-2.462.65-4.925.65-2.464-.446-4.927-.446-2.463.347-4.926.347-2.463-.3-4.926-.3-2.462-.715-4.925-.715-2.462.644-4.924.644-2.463.543-4.927.543-2.462-1.172-4.924-1.172-2.461,1.123-4.923,1.123-2.461-.723-4.923-.723-2.463.016-4.926.016-2.463-.086-4.925-.086-2.46.708-4.921.708-2.462.025-4.922.025-2.462-.507-4.925-.507-2.462-.473-4.925-.473-2.46.555-4.921.555-2.46-.013-4.921-.013-2.46.4-4.92.4-2.46-.325-4.921-.325-2.462.519-4.924.519-2.462-.726-4.923-.726-2.461.612-4.921.612-2.459-.912-4.918-.912-2.459,1.012-4.917,1.012-2.459-.687-4.917-.687-2.46.323-4.92.323-2.461-.555-4.923-.555-2.463.835-4.925.835-2.461-.465-4.923-.465-2.461.207-4.923.207-2.461-.324-4.923-.324-2.463-.488-4.924-.488-2.461.251-4.924.251-2.462.338-4.923.338-2.461,0-4.922,0-2.461.123-4.923.123-2.462.1-4.923.1-2.462.058-4.924.058-2.462-.084-4.923-.084-2.462.352-4.922.352-2.461.013-4.922.013-2.461-1.046-4.922-1.046-2.462.78-4.924.78-2.462-.368-4.924-.368-2.462-.633-4.923-.633-2.461.513-4.922.513-2.461-.145-4.921-.145-2.461.4-4.922.4-2.461.352-4.922.352-2.462-.774-4.923-.774-2.462.385-4.924.385-2.461-.57-4.922-.57-2.462.7-4.922.7-2.459-.191-4.921-.191-2.46-.32-4.921-.32-2.46.018-4.92.018-2.461.573-4.921.573-2.462-.568-4.923-.568-2.462.452-4.925.452-2.46-.707-4.922-.707-2.461.893-4.922.893-2.46-.355-4.921-.355-2.46.525-4.92.525-2.46-.515-4.92-.515-2.46-.455-4.921-.455-2.46,1.057-4.92,1.057-2.461-.792-4.922-.792-2.461.283-4.923.283-2.462.175-4.924.175-2.461.346-4.922.346-2.461-.97-4.921-.97-2.46.185-4.921.185-2.46-.207-4.92-.207-2.458.85-4.918.85-2.46-.469-4.919-.469-2.46.095-4.92.095-2.46.406-4.92.406-2.459-.494-4.92-.494-2.46.619-4.92.619-2.461-.368-4.922-.368-2.462-.191-4.925-.191-2.461.2-4.922.2-2.459-.283-4.92-.283-2.46.181-4.92.181-2.458-.186-4.918-.186-2.46-.371-4.918-.371-2.459.207-4.919.207-2.458-.374-4.917-.374-2.458.919-4.917.919-2.46-.048-4.918-.048-2.46.16-4.919.16-2.46-.293-4.92-.293-2.459-.484-4.919-.484-4.592-.455-6.34-.027' transform='translate(3881.531 -3142.173)' fill='none' stroke='%23debd5a' stroke-miterlimit='10' stroke-width='1'/%3E%3C/svg%3E%0A");
}
.history input[type=range]::-moz-range-thumb {
  box-shadow: none;
  border: 0;
  height: 44px;
  width: 54px;
  cursor: grab;
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='51.2' height='42.309' viewBox='0 0 51.2 42.309'%3E%3Cpath id='Path_54' data-name='Path 54' d='M453.551,2003.51h0m31.569-6.088-.012,0,.014,0h0m2.228-10.312a.328.328,0,0,0-.158-.023h.017a.29.29,0,0,1,.14.024m-5.719-8.562h-.01l.007,0h0m-43.682,6.093a.324.324,0,0,0-.032.263c.071.241.408.478,1.376.958a.31.31,0,0,0-.011.065c-.017.231.2.346.419.467.32.173.583.335.558.575-.014.133-.146.2-.422.313-.312.127-.835.341-.67.98a.725.725,0,0,0,.715.494.674.674,0,0,0,.281-.061c.067-.006.122,0,.134.032a.386.386,0,0,0-.016.068c-.087.179-.214.524-.456,1.187l-.062.169a.642.642,0,0,0,.075.6.66.66,0,0,0,.54.284.653.653,0,0,0,.32-.084c.2-.11.406-.245.6-.372.123-.081.241-.158.347-.222a.151.151,0,0,1,.079-.023.164.164,0,0,1,.119.054,2.706,2.706,0,0,0,1.016.678.153.153,0,0,1,.117.167,1.966,1.966,0,0,1-.092.262c-.029.074-.059.147-.082.221a.626.626,0,0,0,.085.568.675.675,0,0,0,.546.272.719.719,0,0,0,.294-.063.861.861,0,0,1,.215-.045c.008.057.013.119.02.188a2.832,2.832,0,0,0,.267,1.065,1.441,1.441,0,0,0,.609.58c.061.038.124.078.187.121a.128.128,0,0,1,.057.095.2.2,0,0,1-.056.156,1.67,1.67,0,0,0-.11,1.961,2.663,2.663,0,0,0,.45.628,1.8,1.8,0,0,1,.49.795,1.656,1.656,0,0,0-.527-.082h0l-.338,0,.1.322c.328,1.034,2.18,1.064,2.39,1.064l.094,0a.573.573,0,0,1,.072.142.537.537,0,0,0,.481.414.8.8,0,0,0,.4-.134c.411-.243.447-.523.393-.747a.816.816,0,0,0,.669.4,1.559,1.559,0,0,0,.694-.234,1.82,1.82,0,0,1,.835-.27,1.106,1.106,0,0,1,.283.038l.464.123-.135-.367.011.01h.113c.17,0,.3-.136.49-.345a.935.935,0,0,0,.085.285.539.539,0,0,0,.47.333c.31,0,.546-.278.705-.828q.114.093.221.193l.245.228.149-.3a2.147,2.147,0,0,1,1.267-1.226l.371.173c.045.021.225.141.357.229.535.357.65.42.772.42l.083,0,.062-.04.032-.021.024-.029a.929.929,0,0,0,.07-.1.384.384,0,0,0,.3.106,4.181,4.181,0,0,0,.73-.068l-.01.015.106.142a1.363,1.363,0,0,0,1.076.449c.4,0,.657-.135.7-.37s-.17-.416-.432-.539a1.288,1.288,0,0,0,.2-.673.6.6,0,0,1,.025-.175.6.6,0,0,0-.031-.5.679.679,0,0,0-.429-.345c-.087-.023-.178-.046-.268-.068s-.176-.044-.259-.065c.042-.082.106-.082.185-.082a1.952,1.952,0,0,1,.251.024,2.381,2.381,0,0,0,.307.027.59.59,0,0,0,.6-.369.169.169,0,0,1,.145-.079c.006,0,.038,0,.047.014.367.525.645,1.118.6,3.534v.154c-.009.417-.04,1.615-.125,2.638a4.047,4.047,0,0,1-.2,1.225.986.986,0,0,1-.268.336c-.491.208-.566.248-.691.249a.05.05,0,0,1-.032-.012c-.014-.014-.019-.038-.035-.047a2.736,2.736,0,0,0-.562-.1,2.611,2.611,0,0,0-.46,0c-.092.008-.219.024-.258.073-.016.021-.022.052.043.087l.024.013a.841.841,0,0,1-.324-.05.333.333,0,0,0-.048-.014,4.735,4.735,0,0,0-.652-.014l-.145.012,0-.011,0-.024-.037-.012c-.019-.006-.019-.006-.121,0-.086,0-.22,0-.3,0l-.039,0c-.1.009-.186.051-.2.1a.267.267,0,0,0-.012.08c0,.011,0,.025,0,.036a1.313,1.313,0,0,1-.193-.069l-.084-.035-.047.058a.252.252,0,0,0-.022.041c-.006.012-.016.034-.026.052a.251.251,0,0,1-.056-.029.3.3,0,0,0-.189-.039.348.348,0,0,0-.13.036,1.1,1.1,0,0,0-.236.164l-.119.005-.092-.041a.851.851,0,0,0-.427-.113h-.02a.74.74,0,0,0-.424.167l0,0,.028-.049c.044-.076.059-.1.043-.125a.249.249,0,0,0-.235-.124c-.139.011-.225.116-.317.293a1.561,1.561,0,0,0-.565-.116.264.264,0,0,0-.14.045c-.047.035-.053.086-.019.153l.007.014.022.007.045.012-.048.022c-.12.056-.285.133-.2.2l.014.011.026,0a.427.427,0,0,0,.048,0,1.851,1.851,0,0,0-.248.122h0a.552.552,0,0,0-.355.375l-.007.018,0,.007h0a.663.663,0,0,0-.038.226h20.206a.625.625,0,0,0-.163-.429s0-.005-.005-.01c.141-.029-.085-.3-.1-.381s-.145-.128-.357-.143a1,1,0,0,0-.575.1l-.059.04,0,.005a3.58,3.58,0,0,0-.382-.049.3.3,0,0,0-.162.021.331.331,0,0,0-.034-.033l-.012-.01-.016-.008-.032-.015-.044,0a1.27,1.27,0,0,0-.416.1c-.071.022-.169.053-.193.058l-.2.04a1.079,1.079,0,0,1-.637-.434l-.071-.1-.134.062q-.059.027-.121.052a.4.4,0,0,0-.351-.287.321.321,0,0,0-.255.086.219.219,0,0,0-.051.086.471.471,0,0,0-.249-.127l-.059,0-.006,0,.079-.11-.247.021a.975.975,0,0,1-.15,0,1.442,1.442,0,0,1-.432-.117,1.229,1.229,0,0,0-.359-.1.528.528,0,0,0-.361.1c.033-.068.021-.157-.189-.25a.635.635,0,0,0-.208-.058.272.272,0,0,0-.262.111.182.182,0,0,1-.041.042l-.049-.005c-.11-.008-.92.091-1.122-.049a.784.784,0,0,1-.1-.18,10.784,10.784,0,0,1-.211-2.371l-.018-.8c-.023-.981-.044-1.907,0-2.449a.153.153,0,0,1,.156-.135.5.5,0,0,0,.385-.178c.205-.248.139-.664.063-1.145a4.739,4.739,0,0,1-.084-.855,1.1,1.1,0,0,0,.629.237l.149.014.082-.125a.56.56,0,0,0,.088-.221,1.292,1.292,0,0,0,.963.853.151.151,0,0,1,.1.087,1.782,1.782,0,0,1,.1.294,1.515,1.515,0,0,0,.792,1.076,4.3,4.3,0,0,0,1.4.228c.28,0,.667-.031.8-.3a.478.478,0,0,0-.116-.529l-.071-.087-.112,0-.255-.011a.463.463,0,0,0-.053-.278.412.412,0,0,0-.216-.182,1.489,1.489,0,0,0,.2-.191.2.2,0,0,1,.146-.073.132.132,0,0,1,.1.042l.135.137a8.97,8.97,0,0,0,1.177,1.116,7.862,7.862,0,0,0,1.977.4h.443c0,.021-.005.042-.008.062l-.016.139.111.086c.057.044.057.044.367.084.259.034.667.087.923.132a.686.686,0,0,0,.118.01.64.64,0,0,0,.636-.5,2.818,2.818,0,0,0,.049-.464c0-.062.007-.144.014-.209a3.663,3.663,0,0,1,.575.5l.249.248.152-.317a1.912,1.912,0,0,0,.073-.227c.019-.068.053-.19.088-.293a1.01,1.01,0,0,1,.166.2.673.673,0,0,0,.567.322.623.623,0,0,0,.4-.145,3.687,3.687,0,0,0,.767-.879.17.17,0,0,1,.143-.084.13.13,0,0,1,.092.037c.127.118.252.256.377.394a2.086,2.086,0,0,0,1.277.872l.06,0a1.613,1.613,0,0,0,1.312-.769l.006-.011c-.036.108-.069.2-.093.271-.147.42-.2.572-.152.711.114.362.309.843.693.843.423,0,.7-.568,1.006-1.561a3.4,3.4,0,0,0,1.7.956.527.527,0,0,0,.431-.193,1.037,1.037,0,0,0,.082-.886l-.019-.083-.066-.054a.827.827,0,0,0-.136-.092l.149-.109c.373-.27.885-.638.642-1.084l-.041-.075-.078-.034a.965.965,0,0,0-.387-.085h-.029a.9.9,0,0,1,.331-.2l.283-.1-.152-.26a4.294,4.294,0,0,0-.45-.652,3.187,3.187,0,0,0,.548-.6,1.076,1.076,0,0,1,.531-.367.846.846,0,0,0,.645-.879l.1.014a3.916,3.916,0,0,0,.559.053.912.912,0,0,0,.878-.439.941.941,0,0,0,.094-.861,1.4,1.4,0,0,0-1.028-.623.146.146,0,0,1-.1-.086.153.153,0,0,1,.007-.139,2.049,2.049,0,0,1,.267-.378.658.658,0,0,0,.08-.775,2.544,2.544,0,0,1-.242-.748,1.456,1.456,0,0,0-.534-1.036.5.5,0,0,0-.272-.061,5.345,5.345,0,0,0-.832.119l-.236.042c-.074,0-.134-.083-.161-.165-.18-.549-1.178-.832-2.569-1.172-.154-.038-.3-.074-.435-.108a.157.157,0,0,1-.109-.1.13.13,0,0,1,.017-.124,2.708,2.708,0,0,0,.367-.787.646.646,0,0,0-.087-.59.651.651,0,0,0-.813-.213l-.323.155.021-.062c.039-.114.078-.231.117-.36l.072-.244-.245-.068a1.138,1.138,0,0,0-.305-.042,1.548,1.548,0,0,0-.729.215l-.008-.025a.344.344,0,0,0-.325-.25c-.207,0-.372.168-.658.535a.509.509,0,0,1-.585,0c-.065-.056-.088-.092-.1-.1a1.012,1.012,0,0,1,.224-.158c.173-.1.388-.228.353-.469-.021-.148-.117-.253-.356-.355a.283.283,0,0,0,.258-.2.265.265,0,0,0,0-.135l.134.025a2.77,2.77,0,0,0,.506.065c.456,0,.707-.274.707-.773v-.168a.654.654,0,0,0,.48-.054l.178-.093c.363-.186.54-.283.6-.44l.194-.5-.508.175a1.374,1.374,0,0,1-.426.09c-.118,0-.207-.016-.231-.2a.867.867,0,0,1,.5-.153,1.082,1.082,0,0,0,.788-.333,1.028,1.028,0,0,0,.142-.789l-.1-.756-.365.669c-.189.347-.4.546-.583.546a.272.272,0,0,1-.256-.245c0-.027,0-.1.179-.112l.22-.016.012-.22c.013-.244,0-.4-.1-.5l-.1-.091h-.082a3.382,3.382,0,0,1-.021-.433v-.3l-.3.056a2.7,2.7,0,0,1-.334.042.468.468,0,0,0-.014-.229.437.437,0,0,0-.185-.23l.084-.147a1.311,1.311,0,0,0,.178-1.079,1.392,1.392,0,0,0-.653-.729,1.411,1.411,0,0,0,.112-.158l.023-.036.009-.041a.557.557,0,0,0-.058-.469l0,0c.374-.323.839-.726.844-1.191a.71.71,0,0,0-.255-.544l-.091-.082-.12.021-.026,0c-.146.025-.969-.153-.612-.379s.155-.4.155-.4-.6-.428-1.036-.071-.369-.012-.881-.274a3.388,3.388,0,0,0-.832-.32,1.026,1.026,0,0,0-.377-.071h-.053a.7.7,0,0,0-.137-.454.453.453,0,0,0-.333-.143,1.078,1.078,0,0,1-.025-.274v-.346l-.328.108a.853.853,0,0,1-.266.049,1.084,1.084,0,0,1-.333-.071,2.593,2.593,0,0,0-.555-.124,2.3,2.3,0,0,0-.232-.013.754.754,0,0,0-.654.264.154.154,0,0,1-.118.055.15.15,0,0,1-.094-.032c-.239-.186-.627-.482-.963-.738l-.553-.423c.01-.207.055-.259.06-.265a.113.113,0,0,1,.062-.012,1.487,1.487,0,0,1,.291.049,2.085,2.085,0,0,0,.462.069.794.794,0,0,0,.387-.091l.084-.045.032-.09a.623.623,0,0,0-.01-.518.519.519,0,0,0-.108-.141l.007-.008a2.739,2.739,0,0,0,.833-1.3c.179-.95.053-1.318-.519-1.515-.016-.006-.022-.006-.023,0-.092-.021-.442-.137-.445-.726,0-.857-.19-1.524-.524-1.238s-.875,1.119-1.333.476a.874.874,0,0,0-.31-.143c-.19-.048-.3-.447-.3-.64a.651.651,0,0,0-.65-.562.66.66,0,0,0-.375.117c-.5.344-.7.579-.732.837a.52.52,0,0,0,.016.195,1.323,1.323,0,0,0-.4-.589l-.321-.23-.071.388-.034.2c-.025.154-.058.355-.107.54a.36.36,0,0,0-.349-.2h-.039l.129-.128-.253-.17a.668.668,0,0,0-.374-.132.473.473,0,0,0-.435.286.9.9,0,0,0-.35-.066,2.192,2.192,0,0,0-.492.075,2.057,2.057,0,0,1-.461.072.9.9,0,0,1-.1-.005c-.231-.026-.239-.054-.272-.171a.738.738,0,0,0-.587-.572l-.269-.078-.047.276c-.006.035-.012.067-.017.1a1.238,1.238,0,0,0-.457-.469l-.339-.158-.017.373c-.012.257-.082.32-.144.375a.535.535,0,0,0-.129.161.876.876,0,0,0-.171-.081l-.161-.057-.112.129a1.1,1.1,0,0,0-.229.409,1.219,1.219,0,0,0-.585-.16,1.6,1.6,0,0,0-.729.222c-.048.024-.1.048-.143.07a.628.628,0,0,0-.351-.365l-.131-.061-.118.083a1.373,1.373,0,0,0-.209.2c-.062.068-.207.227-.263.235a.776.776,0,0,0-.109-.008.574.574,0,0,0-.529.3,2.234,2.234,0,0,1-1.438.873l-.231.072a.654.654,0,0,0-.069,1.218,6.623,6.623,0,0,1,1.76,1.006,2.3,2.3,0,0,1-.538.046q-.216,0-.5-.018l-.769.3a.694.694,0,0,0-.215.035,1.61,1.61,0,0,1-.5.08,1.318,1.318,0,0,1-1.289-.819.653.653,0,0,0-1.22-.053c-.053.123-.1.245-.145.353l-.008.02a1.794,1.794,0,0,1-.071-.837.651.651,0,0,0-.525-.7c-.122-.023-.24-.057-.345-.087a1.591,1.591,0,0,0-.4-.081.333.333,0,0,0-.312.172c-.082.156-.043.332.183.7a.617.617,0,0,0-.274.584c0,.181,0,.262-.25.285-.13-.364-.325-.447-.475-.447h0a.471.471,0,0,0-.428.391,1.33,1.33,0,0,0,.392,1.244l-.042-.028a.741.741,0,0,0-.415-.167c-.37,0-.568.425-.712.84l.237.083h0v.016l-.222.092c.055.133.394,1.391.556,2l.061.227c-.261-.028-.4-.238-.591-.566-.034-.057-.067-.114-.1-.169a.641.641,0,0,0-.546-.3.687.687,0,0,0-.466.186.344.344,0,0,1-.235.079l-.073,0a.621.621,0,0,0-.532.309.633.633,0,0,0-.025.626,1.955,1.955,0,0,0,.4.477l.057.055a2.991,2.991,0,0,1-.389-.046,2.57,2.57,0,0,0-.383-.043.537.537,0,0,0-.266.059l-.192.107.082.2a.937.937,0,0,0,.134.237.813.813,0,0,0-.55.382l-.133.219.222.128c.53.3.567.411.642.625a2.657,2.657,0,0,0,.11.276c.013.03.047.126.1.261.12.336.321.9.509,1.338a.143.143,0,0,1-.012.14.158.158,0,0,1-.148.067h-.026a2.192,2.192,0,0,0-.559-.094.7.7,0,0,0-.51.189,1.176,1.176,0,0,0-.673-.223,1.134,1.134,0,0,0-.683.235l-.206.152.157.2a.888.888,0,0,1,.21.7.991.991,0,0,0,.258.813.927.927,0,0,0-.373.564c-.04.152-.078.3-.47.587l-.164.122.087.185a.851.851,0,0,0,.374.409,2.324,2.324,0,0,1-.845.241,2.143,2.143,0,0,0-.993.327,2.7,2.7,0,0,0-.765,1.065l-.048.1c-.086-.143-.166-.29-.239-.439l-.172-.352-.247.3c-.384.472-.128,1,.077,1.415a1.364,1.364,0,0,1,.2.6l-.026.01a8.814,8.814,0,0,0-1.051.478.142.142,0,0,1-.071.019.155.155,0,0,1-.147-.11c-.053-.175-.113-.369-.179-.548a.633.633,0,0,0-.6-.417.71.71,0,0,0-.483.193.48.48,0,0,1-.318.079,3.324,3.324,0,0,1-.372-.029,3.07,3.07,0,0,0-.331-.026.494.494,0,0,0-.429.185c-.075.113-.132.315.085.875a.152.152,0,0,1-.129.208c-.165.015-.348.03-.526.043-.871.068-.943.074-1.028.214' transform='translate(-437.901 -1962.379)' fill='%23debd5a'/%3E%3C/svg%3E");
  -webkit-appearance: none;
  transform: translateY(-22px);
}
.history input[type=range]::-ms-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: transparent;
  border: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1117.142' height='2.292' viewBox='0 0 1117.142 2.292'%3E%3Cpath id='Path_55' data-name='Path 55' d='M-2764.507,3143.035c-1.758-.428-3.752.065-6.221.065s-2.468.821-4.936.821-2.468-.458-4.935-.458-2.465-.662-4.929-.662-2.464.278-4.929.278-2.464-.2-4.93-.2-2.464,1.067-4.93,1.067-2.465-.939-4.931-.939-2.463.5-4.927.5-2.463-.824-4.926-.824-2.464.979-4.929.979-2.461-.2-4.923-.2-2.463-.388-4.926-.388-2.462.479-4.921.479-2.465-.206-4.927-.206-2.464-.01-4.927-.01-2.464.623-4.928.623-2.463-.262-4.927-.262-2.463-.5-4.927-.5-2.462.65-4.925.65-2.463-.446-4.927-.446-2.462.347-4.926.347-2.463-.3-4.927-.3-2.462-.715-4.924-.715-2.462.644-4.925.644-2.463.543-4.927.543-2.462-1.172-4.925-1.172-2.461,1.123-4.923,1.123-2.461-.723-4.923-.723-2.463.016-4.927.016-2.462-.086-4.924-.086-2.46.708-4.921.708-2.461.025-4.922.025-2.462-.507-4.924-.507-2.462-.473-4.926-.473-2.46.555-4.921.555-2.46-.013-4.921-.013-2.46.4-4.92.4-2.459-.325-4.921-.325-2.462.519-4.925.519-2.462-.726-4.923-.726-2.461.612-4.921.612-2.458-.912-4.918-.912-2.458,1.012-4.917,1.012-2.458-.687-4.917-.687-2.46.323-4.92.323-2.461-.555-4.922-.555-2.463.835-4.926.835-2.461-.465-4.923-.465-2.461.207-4.923.207-2.461-.324-4.923-.324-2.462-.488-4.925-.488-2.461.251-4.923.251-2.463.338-4.924.338-2.461,0-4.922,0-2.462.123-4.923.123-2.462.1-4.923.1-2.463.058-4.924.058-2.463-.084-4.924-.084-2.461.352-4.921.352-2.462.013-4.923.013-2.461-1.046-4.922-1.046-2.462.78-4.925.78-2.462-.368-4.925-.368-2.461-.633-4.922-.633-2.461.513-4.923.513-2.46-.145-4.92-.145-2.461.4-4.922.4-2.461.352-4.922.352-2.462-.774-4.924-.774-2.462.385-4.924.385-2.462-.57-4.922-.57-2.461.7-4.922.7-2.46-.191-4.921-.191-2.46-.32-4.921-.32-2.46.018-4.921.018-2.461.573-4.921.573-2.462-.568-4.924-.568-2.462.452-4.924.452-2.461-.707-4.923-.707-2.461.893-4.922.893-2.46-.355-4.921-.355-2.46.525-4.92.525-2.46-.515-4.92-.515-2.459-.455-4.921-.455-2.46,1.057-4.919,1.057-2.461-.792-4.922-.792-2.461.283-4.922.283-2.462.175-4.925.175-2.461.346-4.922.346-2.461-.97-4.921-.97-2.46.185-4.921.185-2.46-.207-4.92-.207-2.458.85-4.918.85-2.46-.469-4.918-.469-2.46.095-4.92.095-2.46.406-4.919.406-2.46-.494-4.92-.494-2.461.619-4.921.619-2.461-.368-4.922-.368-2.462-.191-4.925-.191-2.461.2-4.922.2-2.46-.283-4.921-.283-2.459.181-4.919.181-2.459-.186-4.919-.186-2.46-.371-4.918-.371-2.459.207-4.918.207-2.459-.374-4.918-.374-2.458.919-4.917.919-2.459-.048-4.918-.048-2.46.16-4.918.16-2.46-.293-4.92-.293c-.229,0-.43-.005-.62-.013.629-.165.914-.32.316-.466a15.227,15.227,0,0,0-4.488,0l-.128,0c-2.46,0-4.592-.455-6.34-.027-.929.228.149.486,1.348.771a7.185,7.185,0,0,1-1.551.147c-2.468,0-2.468-.458-4.935-.458s-2.464-.662-4.929-.662-2.464.278-4.93.278-2.464-.2-4.929-.2-2.465,1.067-4.93,1.067-2.465-.939-4.93-.939-2.463.5-4.928.5-2.462-.824-4.925-.824-2.464.979-4.929.979-2.461-.2-4.923-.2-2.464-.388-4.927-.388-2.461.479-4.921.479-2.464-.206-4.928-.206-2.463-.01-4.927-.01-2.464.623-4.928.623-2.463-.262-4.926-.262-2.463-.5-4.927-.5-2.462.65-4.925.65-2.464-.446-4.927-.446-2.463.347-4.926.347-2.463-.3-4.926-.3-2.462-.715-4.925-.715-2.462.644-4.924.644-2.463.543-4.927.543-2.462-1.172-4.924-1.172-2.461,1.123-4.923,1.123-2.461-.723-4.923-.723-2.463.016-4.926.016-2.463-.086-4.925-.086-2.46.708-4.921.708-2.462.025-4.922.025-2.462-.507-4.925-.507-2.462-.473-4.925-.473-2.46.555-4.921.555-2.46-.013-4.921-.013-2.46.4-4.92.4-2.46-.325-4.921-.325-2.462.519-4.924.519-2.462-.726-4.923-.726-2.461.612-4.921.612-2.459-.912-4.918-.912-2.459,1.012-4.917,1.012-2.459-.687-4.917-.687-2.46.323-4.92.323-2.461-.555-4.923-.555-2.463.835-4.925.835-2.461-.465-4.923-.465-2.461.207-4.923.207-2.461-.324-4.923-.324-2.463-.488-4.924-.488-2.461.251-4.924.251-2.462.338-4.923.338-2.461,0-4.922,0-2.461.123-4.923.123-2.462.1-4.923.1-2.462.058-4.924.058-2.462-.084-4.923-.084-2.462.352-4.922.352-2.461.013-4.922.013-2.461-1.046-4.922-1.046-2.462.78-4.924.78-2.462-.368-4.924-.368-2.462-.633-4.923-.633-2.461.513-4.922.513-2.461-.145-4.921-.145-2.461.4-4.922.4-2.461.352-4.922.352-2.462-.774-4.923-.774-2.462.385-4.924.385-2.461-.57-4.922-.57-2.462.7-4.922.7-2.459-.191-4.921-.191-2.46-.32-4.921-.32-2.46.018-4.92.018-2.461.573-4.921.573-2.462-.568-4.923-.568-2.462.452-4.925.452-2.46-.707-4.922-.707-2.461.893-4.922.893-2.46-.355-4.921-.355-2.46.525-4.92.525-2.46-.515-4.92-.515-2.46-.455-4.921-.455-2.46,1.057-4.92,1.057-2.461-.792-4.922-.792-2.461.283-4.923.283-2.462.175-4.924.175-2.461.346-4.922.346-2.461-.97-4.921-.97-2.46.185-4.921.185-2.46-.207-4.92-.207-2.458.85-4.918.85-2.46-.469-4.919-.469-2.46.095-4.92.095-2.46.406-4.92.406-2.459-.494-4.92-.494-2.46.619-4.92.619-2.461-.368-4.922-.368-2.462-.191-4.925-.191-2.461.2-4.922.2-2.459-.283-4.92-.283-2.46.181-4.92.181-2.458-.186-4.918-.186-2.46-.371-4.918-.371-2.459.207-4.919.207-2.458-.374-4.917-.374-2.458.919-4.917.919-2.46-.048-4.918-.048-2.46.16-4.919.16-2.46-.293-4.92-.293-2.459-.484-4.919-.484-4.592-.455-6.34-.027' transform='translate(3881.531 -3142.173)' fill='none' stroke='%23debd5a' stroke-miterlimit='10' stroke-width='1'/%3E%3C/svg%3E%0A");
}
.history input[type=range]::-ms-fill-lower {
  background: #2a6495;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
.history input[type=range]::-ms-fill-upper {
  background: #3071a9;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
.history input[type=range]::-ms-thumb {
  box-shadow: none;
  border: 0;
  height: 44px;
  width: 54px;
  cursor: grab;
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='51.2' height='42.309' viewBox='0 0 51.2 42.309'%3E%3Cpath id='Path_54' data-name='Path 54' d='M453.551,2003.51h0m31.569-6.088-.012,0,.014,0h0m2.228-10.312a.328.328,0,0,0-.158-.023h.017a.29.29,0,0,1,.14.024m-5.719-8.562h-.01l.007,0h0m-43.682,6.093a.324.324,0,0,0-.032.263c.071.241.408.478,1.376.958a.31.31,0,0,0-.011.065c-.017.231.2.346.419.467.32.173.583.335.558.575-.014.133-.146.2-.422.313-.312.127-.835.341-.67.98a.725.725,0,0,0,.715.494.674.674,0,0,0,.281-.061c.067-.006.122,0,.134.032a.386.386,0,0,0-.016.068c-.087.179-.214.524-.456,1.187l-.062.169a.642.642,0,0,0,.075.6.66.66,0,0,0,.54.284.653.653,0,0,0,.32-.084c.2-.11.406-.245.6-.372.123-.081.241-.158.347-.222a.151.151,0,0,1,.079-.023.164.164,0,0,1,.119.054,2.706,2.706,0,0,0,1.016.678.153.153,0,0,1,.117.167,1.966,1.966,0,0,1-.092.262c-.029.074-.059.147-.082.221a.626.626,0,0,0,.085.568.675.675,0,0,0,.546.272.719.719,0,0,0,.294-.063.861.861,0,0,1,.215-.045c.008.057.013.119.02.188a2.832,2.832,0,0,0,.267,1.065,1.441,1.441,0,0,0,.609.58c.061.038.124.078.187.121a.128.128,0,0,1,.057.095.2.2,0,0,1-.056.156,1.67,1.67,0,0,0-.11,1.961,2.663,2.663,0,0,0,.45.628,1.8,1.8,0,0,1,.49.795,1.656,1.656,0,0,0-.527-.082h0l-.338,0,.1.322c.328,1.034,2.18,1.064,2.39,1.064l.094,0a.573.573,0,0,1,.072.142.537.537,0,0,0,.481.414.8.8,0,0,0,.4-.134c.411-.243.447-.523.393-.747a.816.816,0,0,0,.669.4,1.559,1.559,0,0,0,.694-.234,1.82,1.82,0,0,1,.835-.27,1.106,1.106,0,0,1,.283.038l.464.123-.135-.367.011.01h.113c.17,0,.3-.136.49-.345a.935.935,0,0,0,.085.285.539.539,0,0,0,.47.333c.31,0,.546-.278.705-.828q.114.093.221.193l.245.228.149-.3a2.147,2.147,0,0,1,1.267-1.226l.371.173c.045.021.225.141.357.229.535.357.65.42.772.42l.083,0,.062-.04.032-.021.024-.029a.929.929,0,0,0,.07-.1.384.384,0,0,0,.3.106,4.181,4.181,0,0,0,.73-.068l-.01.015.106.142a1.363,1.363,0,0,0,1.076.449c.4,0,.657-.135.7-.37s-.17-.416-.432-.539a1.288,1.288,0,0,0,.2-.673.6.6,0,0,1,.025-.175.6.6,0,0,0-.031-.5.679.679,0,0,0-.429-.345c-.087-.023-.178-.046-.268-.068s-.176-.044-.259-.065c.042-.082.106-.082.185-.082a1.952,1.952,0,0,1,.251.024,2.381,2.381,0,0,0,.307.027.59.59,0,0,0,.6-.369.169.169,0,0,1,.145-.079c.006,0,.038,0,.047.014.367.525.645,1.118.6,3.534v.154c-.009.417-.04,1.615-.125,2.638a4.047,4.047,0,0,1-.2,1.225.986.986,0,0,1-.268.336c-.491.208-.566.248-.691.249a.05.05,0,0,1-.032-.012c-.014-.014-.019-.038-.035-.047a2.736,2.736,0,0,0-.562-.1,2.611,2.611,0,0,0-.46,0c-.092.008-.219.024-.258.073-.016.021-.022.052.043.087l.024.013a.841.841,0,0,1-.324-.05.333.333,0,0,0-.048-.014,4.735,4.735,0,0,0-.652-.014l-.145.012,0-.011,0-.024-.037-.012c-.019-.006-.019-.006-.121,0-.086,0-.22,0-.3,0l-.039,0c-.1.009-.186.051-.2.1a.267.267,0,0,0-.012.08c0,.011,0,.025,0,.036a1.313,1.313,0,0,1-.193-.069l-.084-.035-.047.058a.252.252,0,0,0-.022.041c-.006.012-.016.034-.026.052a.251.251,0,0,1-.056-.029.3.3,0,0,0-.189-.039.348.348,0,0,0-.13.036,1.1,1.1,0,0,0-.236.164l-.119.005-.092-.041a.851.851,0,0,0-.427-.113h-.02a.74.74,0,0,0-.424.167l0,0,.028-.049c.044-.076.059-.1.043-.125a.249.249,0,0,0-.235-.124c-.139.011-.225.116-.317.293a1.561,1.561,0,0,0-.565-.116.264.264,0,0,0-.14.045c-.047.035-.053.086-.019.153l.007.014.022.007.045.012-.048.022c-.12.056-.285.133-.2.2l.014.011.026,0a.427.427,0,0,0,.048,0,1.851,1.851,0,0,0-.248.122h0a.552.552,0,0,0-.355.375l-.007.018,0,.007h0a.663.663,0,0,0-.038.226h20.206a.625.625,0,0,0-.163-.429s0-.005-.005-.01c.141-.029-.085-.3-.1-.381s-.145-.128-.357-.143a1,1,0,0,0-.575.1l-.059.04,0,.005a3.58,3.58,0,0,0-.382-.049.3.3,0,0,0-.162.021.331.331,0,0,0-.034-.033l-.012-.01-.016-.008-.032-.015-.044,0a1.27,1.27,0,0,0-.416.1c-.071.022-.169.053-.193.058l-.2.04a1.079,1.079,0,0,1-.637-.434l-.071-.1-.134.062q-.059.027-.121.052a.4.4,0,0,0-.351-.287.321.321,0,0,0-.255.086.219.219,0,0,0-.051.086.471.471,0,0,0-.249-.127l-.059,0-.006,0,.079-.11-.247.021a.975.975,0,0,1-.15,0,1.442,1.442,0,0,1-.432-.117,1.229,1.229,0,0,0-.359-.1.528.528,0,0,0-.361.1c.033-.068.021-.157-.189-.25a.635.635,0,0,0-.208-.058.272.272,0,0,0-.262.111.182.182,0,0,1-.041.042l-.049-.005c-.11-.008-.92.091-1.122-.049a.784.784,0,0,1-.1-.18,10.784,10.784,0,0,1-.211-2.371l-.018-.8c-.023-.981-.044-1.907,0-2.449a.153.153,0,0,1,.156-.135.5.5,0,0,0,.385-.178c.205-.248.139-.664.063-1.145a4.739,4.739,0,0,1-.084-.855,1.1,1.1,0,0,0,.629.237l.149.014.082-.125a.56.56,0,0,0,.088-.221,1.292,1.292,0,0,0,.963.853.151.151,0,0,1,.1.087,1.782,1.782,0,0,1,.1.294,1.515,1.515,0,0,0,.792,1.076,4.3,4.3,0,0,0,1.4.228c.28,0,.667-.031.8-.3a.478.478,0,0,0-.116-.529l-.071-.087-.112,0-.255-.011a.463.463,0,0,0-.053-.278.412.412,0,0,0-.216-.182,1.489,1.489,0,0,0,.2-.191.2.2,0,0,1,.146-.073.132.132,0,0,1,.1.042l.135.137a8.97,8.97,0,0,0,1.177,1.116,7.862,7.862,0,0,0,1.977.4h.443c0,.021-.005.042-.008.062l-.016.139.111.086c.057.044.057.044.367.084.259.034.667.087.923.132a.686.686,0,0,0,.118.01.64.64,0,0,0,.636-.5,2.818,2.818,0,0,0,.049-.464c0-.062.007-.144.014-.209a3.663,3.663,0,0,1,.575.5l.249.248.152-.317a1.912,1.912,0,0,0,.073-.227c.019-.068.053-.19.088-.293a1.01,1.01,0,0,1,.166.2.673.673,0,0,0,.567.322.623.623,0,0,0,.4-.145,3.687,3.687,0,0,0,.767-.879.17.17,0,0,1,.143-.084.13.13,0,0,1,.092.037c.127.118.252.256.377.394a2.086,2.086,0,0,0,1.277.872l.06,0a1.613,1.613,0,0,0,1.312-.769l.006-.011c-.036.108-.069.2-.093.271-.147.42-.2.572-.152.711.114.362.309.843.693.843.423,0,.7-.568,1.006-1.561a3.4,3.4,0,0,0,1.7.956.527.527,0,0,0,.431-.193,1.037,1.037,0,0,0,.082-.886l-.019-.083-.066-.054a.827.827,0,0,0-.136-.092l.149-.109c.373-.27.885-.638.642-1.084l-.041-.075-.078-.034a.965.965,0,0,0-.387-.085h-.029a.9.9,0,0,1,.331-.2l.283-.1-.152-.26a4.294,4.294,0,0,0-.45-.652,3.187,3.187,0,0,0,.548-.6,1.076,1.076,0,0,1,.531-.367.846.846,0,0,0,.645-.879l.1.014a3.916,3.916,0,0,0,.559.053.912.912,0,0,0,.878-.439.941.941,0,0,0,.094-.861,1.4,1.4,0,0,0-1.028-.623.146.146,0,0,1-.1-.086.153.153,0,0,1,.007-.139,2.049,2.049,0,0,1,.267-.378.658.658,0,0,0,.08-.775,2.544,2.544,0,0,1-.242-.748,1.456,1.456,0,0,0-.534-1.036.5.5,0,0,0-.272-.061,5.345,5.345,0,0,0-.832.119l-.236.042c-.074,0-.134-.083-.161-.165-.18-.549-1.178-.832-2.569-1.172-.154-.038-.3-.074-.435-.108a.157.157,0,0,1-.109-.1.13.13,0,0,1,.017-.124,2.708,2.708,0,0,0,.367-.787.646.646,0,0,0-.087-.59.651.651,0,0,0-.813-.213l-.323.155.021-.062c.039-.114.078-.231.117-.36l.072-.244-.245-.068a1.138,1.138,0,0,0-.305-.042,1.548,1.548,0,0,0-.729.215l-.008-.025a.344.344,0,0,0-.325-.25c-.207,0-.372.168-.658.535a.509.509,0,0,1-.585,0c-.065-.056-.088-.092-.1-.1a1.012,1.012,0,0,1,.224-.158c.173-.1.388-.228.353-.469-.021-.148-.117-.253-.356-.355a.283.283,0,0,0,.258-.2.265.265,0,0,0,0-.135l.134.025a2.77,2.77,0,0,0,.506.065c.456,0,.707-.274.707-.773v-.168a.654.654,0,0,0,.48-.054l.178-.093c.363-.186.54-.283.6-.44l.194-.5-.508.175a1.374,1.374,0,0,1-.426.09c-.118,0-.207-.016-.231-.2a.867.867,0,0,1,.5-.153,1.082,1.082,0,0,0,.788-.333,1.028,1.028,0,0,0,.142-.789l-.1-.756-.365.669c-.189.347-.4.546-.583.546a.272.272,0,0,1-.256-.245c0-.027,0-.1.179-.112l.22-.016.012-.22c.013-.244,0-.4-.1-.5l-.1-.091h-.082a3.382,3.382,0,0,1-.021-.433v-.3l-.3.056a2.7,2.7,0,0,1-.334.042.468.468,0,0,0-.014-.229.437.437,0,0,0-.185-.23l.084-.147a1.311,1.311,0,0,0,.178-1.079,1.392,1.392,0,0,0-.653-.729,1.411,1.411,0,0,0,.112-.158l.023-.036.009-.041a.557.557,0,0,0-.058-.469l0,0c.374-.323.839-.726.844-1.191a.71.71,0,0,0-.255-.544l-.091-.082-.12.021-.026,0c-.146.025-.969-.153-.612-.379s.155-.4.155-.4-.6-.428-1.036-.071-.369-.012-.881-.274a3.388,3.388,0,0,0-.832-.32,1.026,1.026,0,0,0-.377-.071h-.053a.7.7,0,0,0-.137-.454.453.453,0,0,0-.333-.143,1.078,1.078,0,0,1-.025-.274v-.346l-.328.108a.853.853,0,0,1-.266.049,1.084,1.084,0,0,1-.333-.071,2.593,2.593,0,0,0-.555-.124,2.3,2.3,0,0,0-.232-.013.754.754,0,0,0-.654.264.154.154,0,0,1-.118.055.15.15,0,0,1-.094-.032c-.239-.186-.627-.482-.963-.738l-.553-.423c.01-.207.055-.259.06-.265a.113.113,0,0,1,.062-.012,1.487,1.487,0,0,1,.291.049,2.085,2.085,0,0,0,.462.069.794.794,0,0,0,.387-.091l.084-.045.032-.09a.623.623,0,0,0-.01-.518.519.519,0,0,0-.108-.141l.007-.008a2.739,2.739,0,0,0,.833-1.3c.179-.95.053-1.318-.519-1.515-.016-.006-.022-.006-.023,0-.092-.021-.442-.137-.445-.726,0-.857-.19-1.524-.524-1.238s-.875,1.119-1.333.476a.874.874,0,0,0-.31-.143c-.19-.048-.3-.447-.3-.64a.651.651,0,0,0-.65-.562.66.66,0,0,0-.375.117c-.5.344-.7.579-.732.837a.52.52,0,0,0,.016.195,1.323,1.323,0,0,0-.4-.589l-.321-.23-.071.388-.034.2c-.025.154-.058.355-.107.54a.36.36,0,0,0-.349-.2h-.039l.129-.128-.253-.17a.668.668,0,0,0-.374-.132.473.473,0,0,0-.435.286.9.9,0,0,0-.35-.066,2.192,2.192,0,0,0-.492.075,2.057,2.057,0,0,1-.461.072.9.9,0,0,1-.1-.005c-.231-.026-.239-.054-.272-.171a.738.738,0,0,0-.587-.572l-.269-.078-.047.276c-.006.035-.012.067-.017.1a1.238,1.238,0,0,0-.457-.469l-.339-.158-.017.373c-.012.257-.082.32-.144.375a.535.535,0,0,0-.129.161.876.876,0,0,0-.171-.081l-.161-.057-.112.129a1.1,1.1,0,0,0-.229.409,1.219,1.219,0,0,0-.585-.16,1.6,1.6,0,0,0-.729.222c-.048.024-.1.048-.143.07a.628.628,0,0,0-.351-.365l-.131-.061-.118.083a1.373,1.373,0,0,0-.209.2c-.062.068-.207.227-.263.235a.776.776,0,0,0-.109-.008.574.574,0,0,0-.529.3,2.234,2.234,0,0,1-1.438.873l-.231.072a.654.654,0,0,0-.069,1.218,6.623,6.623,0,0,1,1.76,1.006,2.3,2.3,0,0,1-.538.046q-.216,0-.5-.018l-.769.3a.694.694,0,0,0-.215.035,1.61,1.61,0,0,1-.5.08,1.318,1.318,0,0,1-1.289-.819.653.653,0,0,0-1.22-.053c-.053.123-.1.245-.145.353l-.008.02a1.794,1.794,0,0,1-.071-.837.651.651,0,0,0-.525-.7c-.122-.023-.24-.057-.345-.087a1.591,1.591,0,0,0-.4-.081.333.333,0,0,0-.312.172c-.082.156-.043.332.183.7a.617.617,0,0,0-.274.584c0,.181,0,.262-.25.285-.13-.364-.325-.447-.475-.447h0a.471.471,0,0,0-.428.391,1.33,1.33,0,0,0,.392,1.244l-.042-.028a.741.741,0,0,0-.415-.167c-.37,0-.568.425-.712.84l.237.083h0v.016l-.222.092c.055.133.394,1.391.556,2l.061.227c-.261-.028-.4-.238-.591-.566-.034-.057-.067-.114-.1-.169a.641.641,0,0,0-.546-.3.687.687,0,0,0-.466.186.344.344,0,0,1-.235.079l-.073,0a.621.621,0,0,0-.532.309.633.633,0,0,0-.025.626,1.955,1.955,0,0,0,.4.477l.057.055a2.991,2.991,0,0,1-.389-.046,2.57,2.57,0,0,0-.383-.043.537.537,0,0,0-.266.059l-.192.107.082.2a.937.937,0,0,0,.134.237.813.813,0,0,0-.55.382l-.133.219.222.128c.53.3.567.411.642.625a2.657,2.657,0,0,0,.11.276c.013.03.047.126.1.261.12.336.321.9.509,1.338a.143.143,0,0,1-.012.14.158.158,0,0,1-.148.067h-.026a2.192,2.192,0,0,0-.559-.094.7.7,0,0,0-.51.189,1.176,1.176,0,0,0-.673-.223,1.134,1.134,0,0,0-.683.235l-.206.152.157.2a.888.888,0,0,1,.21.7.991.991,0,0,0,.258.813.927.927,0,0,0-.373.564c-.04.152-.078.3-.47.587l-.164.122.087.185a.851.851,0,0,0,.374.409,2.324,2.324,0,0,1-.845.241,2.143,2.143,0,0,0-.993.327,2.7,2.7,0,0,0-.765,1.065l-.048.1c-.086-.143-.166-.29-.239-.439l-.172-.352-.247.3c-.384.472-.128,1,.077,1.415a1.364,1.364,0,0,1,.2.6l-.026.01a8.814,8.814,0,0,0-1.051.478.142.142,0,0,1-.071.019.155.155,0,0,1-.147-.11c-.053-.175-.113-.369-.179-.548a.633.633,0,0,0-.6-.417.71.71,0,0,0-.483.193.48.48,0,0,1-.318.079,3.324,3.324,0,0,1-.372-.029,3.07,3.07,0,0,0-.331-.026.494.494,0,0,0-.429.185c-.075.113-.132.315.085.875a.152.152,0,0,1-.129.208c-.165.015-.348.03-.526.043-.871.068-.943.074-1.028.214' transform='translate(-437.901 -1962.379)' fill='%23debd5a'/%3E%3C/svg%3E");
  -webkit-appearance: none;
  margin-top: -41px;
}
.history input[type=range]:focus::-ms-fill-lower {
  background: #3071a9;
}
.history input[type=range]:focus::-ms-fill-upper {
  background: #367ebd;
}
.history .years-track {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0;
}
@media (max-width: 768px) {
  .history .years-track {
    margin: 25px 0 0;
  }
}
.history .years-track[data-current="0"] .timeline-year[data-item="0"],
.history .years-track[data-current="1"] .timeline-year[data-item="1"],
.history .years-track[data-current="2"] .timeline-year[data-item="2"],
.history .years-track[data-current="3"] .timeline-year[data-item="3"],
.history .years-track[data-current="4"] .timeline-year[data-item="4"],
.history .years-track[data-current="5"] .timeline-year[data-item="5"],
.history .years-track[data-current="6"] .timeline-year[data-item="6"],
.history .years-track[data-current="7"] .timeline-year[data-item="7"],
.history .years-track[data-current="8"] .timeline-year[data-item="8"],
.history .years-track[data-current="9"] .timeline-year[data-item="9"],
.history .years-track[data-current="10"] .timeline-year[data-item="10"],
.history .years-track[data-current="11"] .timeline-year[data-item="11"],
.history .years-track[data-current="12"] .timeline-year[data-item="12"],
.history .years-track[data-current="13"] .timeline-year[data-item="13"],
.history .years-track[data-current="14"] .timeline-year[data-item="14"],
.history .years-track[data-current="15"] .timeline-year[data-item="15"],
.history .years-track[data-current="16"] .timeline-year[data-item="16"],
.history .years-track[data-current="17"] .timeline-year[data-item="17"],
.history .years-track[data-current="18"] .timeline-year[data-item="18"],
.history .years-track[data-current="19"] .timeline-year[data-item="19"],
.history .years-track[data-current="20"] .timeline-year[data-item="20"],
.history .years-track[data-current="21"] .timeline-year[data-item="21"],
.history .years-track[data-current="22"] .timeline-year[data-item="22"],
.history .years-track[data-current="23"] .timeline-year[data-item="23"],
.history .years-track[data-current="24"] .timeline-year[data-item="24"],
.history .years-track[data-current="25"] .timeline-year[data-item="25"],
.history .years-track[data-current="26"] .timeline-year[data-item="26"],
.history .years-track[data-current="27"] .timeline-year[data-item="27"],
.history .years-track[data-current="28"] .timeline-year[data-item="28"],
.history .years-track[data-current="29"] .timeline-year[data-item="29"] {
  color: #DEBD5A;
  transform: scale(1);
}
@media (max-width: 768px) {
  .history .years-track[data-current="0"] .timeline-year[data-item="0"],
  .history .years-track[data-current="1"] .timeline-year[data-item="1"],
  .history .years-track[data-current="2"] .timeline-year[data-item="2"],
  .history .years-track[data-current="3"] .timeline-year[data-item="3"],
  .history .years-track[data-current="4"] .timeline-year[data-item="4"],
  .history .years-track[data-current="5"] .timeline-year[data-item="5"],
  .history .years-track[data-current="6"] .timeline-year[data-item="6"],
  .history .years-track[data-current="7"] .timeline-year[data-item="7"],
  .history .years-track[data-current="8"] .timeline-year[data-item="8"],
  .history .years-track[data-current="9"] .timeline-year[data-item="9"],
  .history .years-track[data-current="10"] .timeline-year[data-item="10"],
  .history .years-track[data-current="11"] .timeline-year[data-item="11"],
  .history .years-track[data-current="12"] .timeline-year[data-item="12"],
  .history .years-track[data-current="13"] .timeline-year[data-item="13"],
  .history .years-track[data-current="14"] .timeline-year[data-item="14"],
  .history .years-track[data-current="15"] .timeline-year[data-item="15"],
  .history .years-track[data-current="16"] .timeline-year[data-item="16"],
  .history .years-track[data-current="17"] .timeline-year[data-item="17"],
  .history .years-track[data-current="18"] .timeline-year[data-item="18"],
  .history .years-track[data-current="19"] .timeline-year[data-item="19"],
  .history .years-track[data-current="20"] .timeline-year[data-item="20"],
  .history .years-track[data-current="21"] .timeline-year[data-item="21"],
  .history .years-track[data-current="22"] .timeline-year[data-item="22"],
  .history .years-track[data-current="23"] .timeline-year[data-item="23"],
  .history .years-track[data-current="24"] .timeline-year[data-item="24"],
  .history .years-track[data-current="25"] .timeline-year[data-item="25"],
  .history .years-track[data-current="26"] .timeline-year[data-item="26"],
  .history .years-track[data-current="27"] .timeline-year[data-item="27"],
  .history .years-track[data-current="28"] .timeline-year[data-item="28"],
  .history .years-track[data-current="29"] .timeline-year[data-item="29"] {
    transform: rotate(-90deg) scale(1);
  }
}
.history .years-track .timeline-year {
  width: 54px;
  display: flex;
  justify-content: center;
  font-family: 'ITC Franklin Gothic Condensed', sans-serif;
  font-size: 2.2rem;
  color: rgba(255, 255, 255, 0.5);
  transform: scale(0.7);
  cursor: pointer;
  transition: transform 0.2s, color 0.2s;
}
.history .years-track .timeline-year:hover {
  color: white;
}
@media (max-width: 768px) {
  .history .years-track .timeline-year {
    width: 2px;
    transform: rotate(-90deg) scale(0.7);
  }
}
.history .tutorial {
  display: block;
  text-align: center;
  font-family: 'ITC Franklin Gothic Condensed', sans-serif;
  font-size: 2rem;
  color: #5a5853;
  margin: 30px 0 0;
}
@media (max-width: 768px) {
  .history .tutorial {
    margin: 50px 0 0;
  }
}
.home .feat-img img {
  width: 100%;
  height: auto;
}
.home .home__feat {
  width: 100%;
  height: auto;
  padding-bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media (max-width: 640px) {
  .home .home__feat {
    padding-bottom: 20px;
  }
}
.home .home__feat svg {
  position: relative;
  z-index: 6;
  bottom: -60px;
}
.home .home__feat:before,
.home .home__feat:after {
  position: absolute;
}
.home .home__feat:before {
  content: url('../images/redfox/tree.svg');
  display: block;
  left: -378px;
  width: 756px;
  bottom: 20px;
}
@media (max-width: 1450px) {
  .home .home__feat:before {
    bottom: 0;
  }
}
@media (max-width: 1024px) {
  .home .home__feat:before {
    width: 60%;
    left: -30%;
  }
}
.home .home__feat:after {
  content: url('../images/redfox/ground-02.svg');
  display: block;
  left: -5vw;
  bottom: -10px;
  width: 110vw;
}
.home .home__feat--after {
  background-color: #2a2823;
  padding: 4rem 0 0;
}
@media (min-width: 960px) {
  .home .home__feat--after .spb {
    justify-content: space-between;
  }
}
.home .home__feat--after h2,
.home .home__feat--after .home__feat-action {
  opacity: 0;
  transform: translateY(10px);
  transition: 1.4s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.home .home__feat--after.revealed h2,
.home .home__feat--after.revealed .home__feat-action {
  opacity: 1;
  transform: translateY(0px) scale(1);
}
.page-template-page--packing .banner {
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .page-template-page--packing .banner {
    height: 60vh;
  }
  .page-template-page--packing .banner div {
    height: 100%;
  }
  .page-template-page--packing .banner .banner__img {
    height: 100%;
    width: auto;
  }
}
.page-template-page--packing .banner__content {
  max-width: 128rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.page-template-page--packing .banner__content svg {
  margin-bottom: 7rem;
}
@media (max-width: 1024px) {
  .page-template-page--packing .banner__content svg {
    margin-bottom: 4rem;
  }
}
@media (max-width: 768px) {
  .page-template-page--packing .banner__content svg {
    margin: 4vh 0;
    max-height: 16%;
  }
}
.page-template-page--packing .banner__content h1 {
  font-size: 5rem;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .page-template-page--packing .banner__content h1 {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .page-template-page--packing .banner__content h1 {
    font-size: 6vw;
  }
}
.page-template-page--packing .page {
  background-color: #F5F5F5;
}
.page-template-page--packing .visible--sm {
  display: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 640px) {
  .page-template-page--packing .visible--sm {
    display: block;
  }
}
.page-template-page--packing .hidden--sm {
  display: inline-block;
}
@media (max-width: 640px) {
  .page-template-page--packing .hidden--sm {
    display: none;
    margin: 0;
    padding: 0;
  }
}
.page-template-page--packing .image__text {
  padding-bottom: 5rem;
}
@media (max-width: 640px) {
  .page-template-page--packing .image__text {
    padding-bottom: 0;
    margin: 0;
  }
}
.page-template-page--packing .image__text .g {
  position: relative;
}
.page-template-page--packing .image__text .type__image:not(.visible--sm) + .type__text {
  left: 50%;
}
.page-template-page--packing .image__text .type__text + .type__image {
  margin-left: 50%;
}
.page-template-page--packing .image__text .type__text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 640px) {
  .page-template-page--packing .image__text .type__text {
    position: static;
    top: unset;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding: 3rem 0 8rem;
  }
}
.page-template-page--packing .image__text .type__text p {
  line-height: 1.25;
}
.page-template-page--packing .image__text .type__text p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .page-template-page--packing .image__text .type__text p {
    font-size: 1.4rem;
  }
}
@media (max-width: 640px) {
  .page-template-page--packing .image__text .type__image img {
    margin: 0 auto;
    display: block;
  }
}
.page-template-page--packing .packing__quote {
  color: #fff;
  text-align: center;
  padding: 15rem 0;
  background-color: #1F2F1E;
}
@media (max-width: 768px) {
  .page-template-page--packing .packing__quote {
    padding: 8rem 0;
  }
}
.page-template-page--packing .packing__quote p {
  margin-bottom: 2.5rem;
  font-size: 3rem;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .page-template-page--packing .packing__quote p {
    font-size: 1.4rem;
  }
}
.page-template-page--packing .packing__quote p.large--text {
  font-size: 2.4rem;
  line-height: 1.2;
  font-family: 'Larish Neue Semibold', serif;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .page-template-page--packing .packing__quote p.large--text {
    font-size: 1.8rem;
  }
}
.page-template-page--packing .packing__map {
  height: 77rem;
  position: relative;
}
.page-template-page--packing .packing__map .context {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 7rem 5rem;
  background-color: #fff;
  width: auto;
  display: inline-block;
}
@media (max-width: 1024px) {
  .page-template-page--packing .packing__map .context {
    top: 1rem;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .page-template-page--packing .packing__map .context {
    padding: 4rem 2rem;
    width: 100%;
  }
}
.page-template-page--packing .packing__map #gmap {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}
.page-template-page--packing .packing__map .container {
  height: 100%;
}
.page-template-page--packing .packing__map p {
  font-size: 2rem;
  line-height: 1.2;
}
.page-template-page--packing .packing__map .title {
  font-family: 'Larish Neue Semibold', serif;
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 2rem;
}
.page-template-page--packing .g--pulled h1,
.page-template-page--packing .packing__quote h1,
.page-template-page--packing .g--pulled h2,
.page-template-page--packing .packing__quote h2,
.page-template-page--packing .g--pulled h3,
.page-template-page--packing .packing__quote h3,
.page-template-page--packing .g--pulled h4,
.page-template-page--packing .packing__quote h4,
.page-template-page--packing .g--pulled h5,
.page-template-page--packing .packing__quote h5,
.page-template-page--packing .g--pulled h6,
.page-template-page--packing .packing__quote h6,
.page-template-page--packing .g--pulled p,
.page-template-page--packing .packing__quote p,
.page-template-page--packing .g--pulled img,
.page-template-page--packing .packing__quote img {
  opacity: 0;
  transform: translateY(10px);
  transition: 1.4s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.page-template-page--packing .g--pulled img,
.page-template-page--packing .packing__quote img {
  transform: translateY(30px) scale(0.95);
  transform-origin: bottom;
}
.page-template-page--packing .g--pulled.revealed h1,
.page-template-page--packing .packing__quote.revealed h1,
.page-template-page--packing .g--pulled.revealed h2,
.page-template-page--packing .packing__quote.revealed h2,
.page-template-page--packing .g--pulled.revealed h3,
.page-template-page--packing .packing__quote.revealed h3,
.page-template-page--packing .g--pulled.revealed h4,
.page-template-page--packing .packing__quote.revealed h4,
.page-template-page--packing .g--pulled.revealed h5,
.page-template-page--packing .packing__quote.revealed h5,
.page-template-page--packing .g--pulled.revealed h6,
.page-template-page--packing .packing__quote.revealed h6,
.page-template-page--packing .g--pulled.revealed p,
.page-template-page--packing .packing__quote.revealed p,
.page-template-page--packing .g--pulled.revealed img,
.page-template-page--packing .packing__quote.revealed img {
  opacity: 1;
  transform: translateY(0px) scale(1);
}
.js-video {
  position: relative;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 640px) {
  .js-video {
    height: 80vh;
  }
}
.js-video .cover-img {
  position: relative;
  height: 100%;
  cursor: pointer;
}
.js-video .cover-img .play {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  height: 100px;
  cursor: pointer;
  display: block;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 42px solid #fff;
  border-top: 32px solid transparent;
  border-bottom: 32px solid transparent;
}
.js-video .cover-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.js-video video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.page--farmerslogin .farmerslogin {
  position: relative;
  height: 80vh;
  width: 100%;
  background-image: url('../images/farmers_login.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #5A5A5A;
}
.page--farmerslogin .farmerslogin::before {
  position: absolute;
  z-index: 1;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.page--farmerslogin .farmerslogin .farmerslogin--inner {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 460px;
  width: 100%;
}
.page--farmerslogin .farmerslogin .farmerslogin--inner p {
  color: #fff;
}
.page--farmerslogin .farmerslogin .farmerslogin--inner form [type="text"],
.page--farmerslogin .farmerslogin .farmerslogin--inner form [type="password"] {
  font-family: 'Larish Neue Semibold', serif;
  border-color: #fff;
  color: #fff;
  margin: 10px 0;
}
.page--farmerslogin .farmerslogin .farmerslogin--inner form [type="text"]::-webkit-input-placeholder,
.page--farmerslogin .farmerslogin .farmerslogin--inner form [type="password"]::-webkit-input-placeholder {
  color: #fff;
}
.page--farmerslogin .farmerslogin .farmerslogin--inner form [type="submit"] {
  float: right;
  color: #fff;
  min-width: 0;
  padding: 0;
  border: 0;
  font-size: 30px;
  transition: opacity 100ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.page--farmerslogin .farmerslogin .farmerslogin--inner form [type="submit"]:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .page--farmerslogin .farmerslogin .farmerslogin--inner form [type="submit"] {
    font-size: 18px;
  }
}
.page--farmerslogin .farmerslogin #loginform {
  opacity: 0;
  transform: translateY(10px);
  transition: 1.4s 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-delay: 0.7s;
}
.page--farmerslogin .farmerslogin.revealed #loginform {
  opacity: 1;
  transform: translateY(0px) scale(1);
}
.btn-logout {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 3;
  float: right;
  display: block;
  border: 1px solid #DEBD5A;
  color: #DEBD5A;
  padding: 10px 10px;
  text-transform: uppercase;
  font-size: 14px;
}
@media (max-width: 640px) {
  .btn-logout {
    top: 0;
  }
}
.btn-logout:hover {
  background-color: #DEBD5A;
  color: #000;
}
.page-template-page--farmersportal-gated,
.page-template-page--farmersportal {
  background-color: #F5F3F1;
}
.page-template-page--farmersportal-gated .hero,
.page-template-page--farmersportal .hero {
  position: relative;
  height: 70vh;
  width: 100%;
  background-color: #5A5A5A;
}
@media (max-width: 768px) {
  .page-template-page--farmersportal-gated .hero,
  .page-template-page--farmersportal .hero {
    height: 50vh;
  }
}
.page-template-page--farmersportal-gated .hero::before,
.page-template-page--farmersportal .hero::before {
  position: absolute;
  z-index: 1;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.page-template-page--farmersportal-gated .hero .hero-inner,
.page-template-page--farmersportal .hero .hero-inner {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.page-template-page--farmersportal-gated .hero .hero-inner h1,
.page-template-page--farmersportal .hero .hero-inner h1 {
  font-size: 90px;
  color: #fff;
}
@media (max-width: 768px) {
  .page-template-page--farmersportal-gated .hero .hero-inner h1,
  .page-template-page--farmersportal .hero .hero-inner h1 {
    font-size: 43px;
  }
}
.page-template-page--farmersportal-gated .hero img,
.page-template-page--farmersportal .hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-page--farmersportal-gated .hero h1,
.page-template-page--farmersportal .hero h1 {
  opacity: 0;
  transform: translateY(10px);
  transition: 0.6s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.page-template-page--farmersportal-gated .hero.revealed h1,
.page-template-page--farmersportal .hero.revealed h1 {
  opacity: 1;
  transform: translateY(0px) scale(1);
  transition: 0.6s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.page-template-page--farmersportal-gated .section h2,
.page-template-page--farmersportal .section h2 {
  font-size: 60px;
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .page-template-page--farmersportal-gated .section h2,
  .page-template-page--farmersportal .section h2 {
    font-size: 36px;
  }
}
.page-template-page--farmersportal-gated .section-top,
.page-template-page--farmersportal .section-top {
  padding-top: 75px;
}
.page-template-page--farmersportal-gated #standards h2,
.page-template-page--farmersportal #standards h2,
.page-template-page--farmersportal-gated #standards p,
.page-template-page--farmersportal #standards p {
  color: #fff;
}
.page-template-page--farmersportal-gated .person,
.page-template-page--farmersportal .person,
.page-template-page--farmersportal-gated .position,
.page-template-page--farmersportal .position {
  font-family: 'Larish Neue Semibold', serif;
  color: #000 !important;
  margin-bottom: 8px!important;
}
.page-template-page--farmersportal-gated .person,
.page-template-page--farmersportal .person {
  font-size: 24px!important;
}
.page-template-page--farmersportal-gated .person.lg,
.page-template-page--farmersportal .person.lg {
  font-size: 30px!important;
}
.page-template-page--farmersportal-gated .position,
.page-template-page--farmersportal .position {
  font-size: 16px!important;
}
.page-template-page--farmersportal-gated .position.xs,
.page-template-page--farmersportal .position.xs {
  font-size: 14px!important;
  margin-bottom: 30px!important;
}
.page-template-page--farmersportal-gated .intro-content-block,
.page-template-page--farmersportal .intro-content-block {
  padding-top: 54px;
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  text-align: center;
}
.page-template-page--farmersportal-gated .intro-content-block h1,
.page-template-page--farmersportal .intro-content-block h1 {
  margin-bottom: 22px;
}
.page-template-page--farmersportal-gated .intro-content-block .inner,
.page-template-page--farmersportal .intro-content-block .inner {
  max-width: 938px;
  width: 100%;
  margin: 0 auto;
}
.page-template-page--farmersportal-gated .intro-content-block .inner p,
.page-template-page--farmersportal .intro-content-block .inner p {
  font-size: 28px;
  color: #635850;
}
.page-template-page--farmersportal-gated .intro-content-block .inner ul,
.page-template-page--farmersportal .intro-content-block .inner ul {
  display: inline-block;
  padding: 0 20px;
}
.page-template-page--farmersportal-gated .intro-content-block .inner ul li a,
.page-template-page--farmersportal .intro-content-block .inner ul li a {
  display: block;
  color: #635850;
  margin-top: 8px;
}
.page-template-page--farmersportal-gated .intro-content-block .inner ul li a:hover,
.page-template-page--farmersportal .intro-content-block .inner ul li a:hover {
  color: #DEBD5A;
}
.page-template-page--farmersportal-gated .intro-content-block .inner ul li p,
.page-template-page--farmersportal .intro-content-block .inner ul li p {
  margin-bottom: 8px;
}
.page-template-page--farmersportal-gated .standards,
.page-template-page--farmersportal .standards {
  position: relative;
  background-color: #354435;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 20px;
  padding-right: 20px;
  background-image: url('../images/standards_bg.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page-template-page--farmersportal-gated .standards h2,
.page-template-page--farmersportal .standards h2 {
  margin-bottom: 60px;
  text-align: center;
}
.page-template-page--farmersportal-gated .standards h3,
.page-template-page--farmersportal .standards h3 {
  color: #fff;
  margin-bottom: 35px;
}
.page-template-page--farmersportal-gated .standards .standards--logo,
.page-template-page--farmersportal .standards .standards--logo {
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 140px;
}
.page-template-page--farmersportal-gated .standards .standards--logo svg,
.page-template-page--farmersportal .standards .standards--logo svg {
  width: 100%;
  height: 100%;
}
.page-template-page--farmersportal-gated .standards .standards--content,
.page-template-page--farmersportal .standards .standards--content {
  max-width: 729px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.page-template-page--farmersportal-gated .standards .standards--content h2,
.page-template-page--farmersportal .standards .standards--content h2,
.page-template-page--farmersportal-gated .standards .standards--content p,
.page-template-page--farmersportal .standards .standards--content p {
  color: #fff;
}
.page-template-page--farmersportal-gated .standards .standards--content p,
.page-template-page--farmersportal .standards .standards--content p {
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .page-template-page--farmersportal-gated .standards .standards--content h2,
  .page-template-page--farmersportal .standards .standards--content h2 {
    font-size: 36px;
  }
}
.page-template-page--farmersportal-gated .standards .standards--content .button,
.page-template-page--farmersportal .standards .standards--content .button {
  border-color: #fff;
  color: #fff;
  margin-top: 40px;
}
.page-template-page--farmersportal-gated .standards .standards--content .button:hover,
.page-template-page--farmersportal .standards .standards--content .button:hover {
  color: #DEBD5A;
  border-color: #DEBD5A;
}
.page-template-page--farmersportal-gated .standards p,
.page-template-page--farmersportal .standards p,
.page-template-page--farmersportal-gated .standards h2,
.page-template-page--farmersportal .standards h2,
.page-template-page--farmersportal-gated .standards h3,
.page-template-page--farmersportal .standards h3,
.page-template-page--farmersportal-gated .standards .button,
.page-template-page--farmersportal .standards .button {
  opacity: 0;
  transform: translateY(10px);
  transition: 0.6s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.page-template-page--farmersportal-gated .standards.revealed p,
.page-template-page--farmersportal .standards.revealed p,
.page-template-page--farmersportal-gated .standards.revealed h2,
.page-template-page--farmersportal .standards.revealed h2,
.page-template-page--farmersportal-gated .standards.revealed h3,
.page-template-page--farmersportal .standards.revealed h3,
.page-template-page--farmersportal-gated .standards.revealed .button,
.page-template-page--farmersportal .standards.revealed .button {
  opacity: 1;
  transform: translateY(0px) scale(1);
}
.page-template-page--farmersportal-gated .latest.downloads,
.page-template-page--farmersportal .latest.downloads {
  position: relative;
  padding-bottom: 90px;
  background-color: transparent;
}
.page-template-page--farmersportal-gated .latest.downloads .slider__gradient,
.page-template-page--farmersportal .latest.downloads .slider__gradient {
  position: absolute;
  top: 0;
  right: 0;
  width: 35vw;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}
.page-template-page--farmersportal-gated .latest.downloads h2,
.page-template-page--farmersportal .latest.downloads h2 {
  color: #000;
}
@media (max-width: 640px) {
  .page-template-page--farmersportal-gated .latest.downloads .g__col,
  .page-template-page--farmersportal .latest.downloads .g__col {
    width: 50%;
  }
}
.page-template-page--farmersportal-gated .latest.downloads .download-item,
.page-template-page--farmersportal .latest.downloads .download-item {
  width: 100%;
  padding: 20px;
}
.page-template-page--farmersportal-gated .latest.downloads .download-item img,
.page-template-page--farmersportal .latest.downloads .download-item img {
  margin-bottom: 20px;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.page-template-page--farmersportal-gated .latest.downloads .download-item:hover img,
.page-template-page--farmersportal .latest.downloads .download-item:hover img {
  transform: translateY(-20px) rotate(3deg);
}
.page-template-page--farmersportal-gated .latest.downloads .download-item:hover:before,
.page-template-page--farmersportal .latest.downloads .download-item:hover:before {
  transform: translate(-50%, -50%) scale(0.8);
}
.page-template-page--farmersportal-gated .latest.downloads .download-item strong,
.page-template-page--farmersportal .latest.downloads .download-item strong {
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
  min-height: 40px;
  color: #000;
}
.page-template-page--farmersportal-gated .latest.downloads .download-item .button,
.page-template-page--farmersportal .latest.downloads .download-item .button {
  min-width: 10rem;
  color: #000;
  border-color: #000;
}
.page-template-page--farmersportal-gated .latest.downloads .download-item .button:hover,
.page-template-page--farmersportal .latest.downloads .download-item .button:hover {
  color: #DEBD5A;
  border-color: #DEBD5A;
}
.page-template-page--farmersportal-gated .latest.downloads .g__col:nth-child(even) .download-item:hover img,
.page-template-page--farmersportal .latest.downloads .g__col:nth-child(even) .download-item:hover img {
  transform: translateY(-20px) rotate(-3deg);
}
.page-template-page--farmersportal-gated .latest.downloads h2,
.page-template-page--farmersportal .latest.downloads h2,
.page-template-page--farmersportal-gated .latest.downloads .download-item,
.page-template-page--farmersportal .latest.downloads .download-item {
  opacity: 0;
  transform: translateY(40px);
  transition: 0.6s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.page-template-page--farmersportal-gated .latest.downloads h2,
.page-template-page--farmersportal .latest.downloads h2 {
  transition-delay: 0.3s;
}
.page-template-page--farmersportal-gated .latest.downloads.revealed h2,
.page-template-page--farmersportal .latest.downloads.revealed h2,
.page-template-page--farmersportal-gated .latest.downloads.revealed .download-item,
.page-template-page--farmersportal .latest.downloads.revealed .download-item {
  opacity: 1;
  transform: translateY(0px) scale(1);
}
.page-template-page--farmersportal-gated .latest,
.page-template-page--farmersportal .latest {
  position: relative;
  background-color: #354435;
}
.page-template-page--farmersportal-gated .latest .latest__title,
.page-template-page--farmersportal .latest .latest__title {
  position: relative;
  z-index: 5;
}
.page-template-page--farmersportal-gated .latest .slider__gradient,
.page-template-page--farmersportal .latest .slider__gradient {
  position: absolute;
  top: 0;
  right: 0;
  width: 35vw;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background: -moz-linear-gradient(left, rgba(53, 68, 53, 0) 0%, #354435 100%);
  background: -webkit-linear-gradient(left, rgba(53, 68, 53, 0) 0%, #354435 100%);
  background: linear-gradient(to right, rgba(53, 68, 53, 0) 0%, #354435 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#354435', endColorstr='#354435', GradientType=1);
}
.page-template-page--farmersportal-gated .additional-content,
.page-template-page--farmersportal .additional-content {
  position: relative;
  width: 100%;
  padding-top: 95px;
  padding-bottom: 95px;
  background-color: #F5F3F1;
}
.page-template-page--farmersportal-gated .additional-content.has-bg,
.page-template-page--farmersportal .additional-content.has-bg {
  background-image: url('../images/standards_bg.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page-template-page--farmersportal-gated .additional-content h2,
.page-template-page--farmersportal .additional-content h2 {
  font-size: 60px;
  color: #1F301E;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .page-template-page--farmersportal-gated .additional-content h2,
  .page-template-page--farmersportal .additional-content h2 {
    font-size: 36px;
  }
}
.page-template-page--farmersportal-gated .additional-content p,
.page-template-page--farmersportal .additional-content p {
  color: #635850;
  margin-bottom: 30px;
}
.page-template-page--farmersportal-gated .additional-content .image__text,
.page-template-page--farmersportal .additional-content .image__text {
  margin: 0 auto;
}
.page-template-page--farmersportal-gated .additional-content .button,
.page-template-page--farmersportal .additional-content .button {
  border-color: #000;
  color: #000;
  margin-top: 40px;
}
.page-template-page--farmersportal-gated .additional-content .button:hover,
.page-template-page--farmersportal .additional-content .button:hover {
  color: #DEBD5A;
  border-color: #DEBD5A;
}
@media (max-width: 640px) {
  .page-template-page--farmersportal-gated .additional-content .g__col,
  .page-template-page--farmersportal .additional-content .g__col {
    width: 100%;
  }
}
.page-template-page--farmersportal-gated .additional-content p,
.page-template-page--farmersportal .additional-content p,
.page-template-page--farmersportal-gated .additional-content h1,
.page-template-page--farmersportal .additional-content h1,
.page-template-page--farmersportal-gated .additional-content h2,
.page-template-page--farmersportal .additional-content h2,
.page-template-page--farmersportal-gated .additional-content h3,
.page-template-page--farmersportal .additional-content h3,
.page-template-page--farmersportal-gated .additional-content a,
.page-template-page--farmersportal .additional-content a {
  opacity: 0;
  transform: translateY(10px);
  transition: 0.6s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.page-template-page--farmersportal-gated .additional-content.revealed p,
.page-template-page--farmersportal .additional-content.revealed p,
.page-template-page--farmersportal-gated .additional-content.revealed h1,
.page-template-page--farmersportal .additional-content.revealed h1,
.page-template-page--farmersportal-gated .additional-content.revealed h2,
.page-template-page--farmersportal .additional-content.revealed h2,
.page-template-page--farmersportal-gated .additional-content.revealed h3,
.page-template-page--farmersportal .additional-content.revealed h3,
.page-template-page--farmersportal-gated .additional-content.revealed a,
.page-template-page--farmersportal .additional-content.revealed a {
  opacity: 1;
  transform: translateY(0px) scale(1);
}
.page-template-page--farmersportal-gated .additional-content.revealed .framed__photo,
.page-template-page--farmersportal .additional-content.revealed .framed__photo {
  opacity: 1;
  transform: translateY(0px) rotate(-2deg) scale(1);
}
.page-template-page--farmersportal-gated .additional-content.revealed .type__image.tilt__right .framed__photo,
.page-template-page--farmersportal .additional-content.revealed .type__image.tilt__right .framed__photo {
  transform: translateY(0px) rotate(2deg) scale(1);
}
.page-template-page--farmersportal-gated .additional-content.revealed .framed__photo img,
.page-template-page--farmersportal .additional-content.revealed .framed__photo img {
  opacity: 1;
  transform: translateY(0px) scale(1);
}
.page-template-page--farmersportal-gated .additional-content.lite p,
.page-template-page--farmersportal .additional-content.lite p,
.page-template-page--farmersportal-gated .additional-content.lite h2,
.page-template-page--farmersportal .additional-content.lite h2 {
  color: #fff;
}
.page-template-page--farmersportal-gated .additional-content.lite .button,
.page-template-page--farmersportal .additional-content.lite .button {
  color: #fff;
  border-color: #fff;
}
.page-template-page--farmersportal-gated .additional-content.lite .button:hover,
.page-template-page--farmersportal .additional-content.lite .button:hover {
  color: #DEBD5A;
  border-color: #DEBD5A;
}
.page-template-page--farmersportal-gated .link-wrap,
.page-template-page--farmersportal .link-wrap {
  margin-top: 12px;
}
.page-template-page--farmersportal-gated .meet-farmer,
.page-template-page--farmersportal .meet-farmer {
  position: relative;
  width: 100%;
  background-color: #1D1D1D;
  padding-top: 95px;
  padding-bottom: 95px;
}
.page-template-page--farmersportal-gated .meet-farmer h2,
.page-template-page--farmersportal .meet-farmer h2 {
  font-size: 60px;
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .page-template-page--farmersportal-gated .meet-farmer h2,
  .page-template-page--farmersportal .meet-farmer h2 {
    font-size: 36px;
  }
}
.page-template-page--farmersportal-gated .meet-farmer p,
.page-template-page--farmersportal .meet-farmer p {
  color: #fff;
  margin-bottom: 30px;
}
.page-template-page--farmersportal-gated .meet-farmer .image__text,
.page-template-page--farmersportal .meet-farmer .image__text {
  margin: 0 auto;
}
.page-template-page--farmersportal-gated .meet-farmer .button,
.page-template-page--farmersportal .meet-farmer .button {
  border-color: #fff;
  color: #fff;
  margin-top: 40px;
}
.page-template-page--farmersportal-gated .meet-farmer .button:hover,
.page-template-page--farmersportal .meet-farmer .button:hover {
  color: #DEBD5A;
  border-color: #DEBD5A;
}
@media (max-width: 768px) {
  .page-template-page--farmersportal-gated .meet-farmer .g__col,
  .page-template-page--farmersportal .meet-farmer .g__col {
    width: 100%;
  }
}
.page-template-page--farmersportal-gated .meet-farmer p,
.page-template-page--farmersportal .meet-farmer p,
.page-template-page--farmersportal-gated .meet-farmer h2,
.page-template-page--farmersportal .meet-farmer h2,
.page-template-page--farmersportal-gated .meet-farmer .button,
.page-template-page--farmersportal .meet-farmer .button,
.page-template-page--farmersportal-gated .meet-farmer .framed__photo,
.page-template-page--farmersportal .meet-farmer .framed__photo,
.page-template-page--farmersportal-gated .meet-farmer .framed__photo img,
.page-template-page--farmersportal .meet-farmer .framed__photo img {
  opacity: 0;
  transform: translateY(10px);
  transition: 0.6s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.page-template-page--farmersportal-gated .meet-farmer .framed__photo img,
.page-template-page--farmersportal .meet-farmer .framed__photo img {
  transform: translateY(30px) scale(0.95);
  transform-origin: bottom;
}
.page-template-page--farmersportal-gated .meet-farmer.revealed p,
.page-template-page--farmersportal .meet-farmer.revealed p,
.page-template-page--farmersportal-gated .meet-farmer.revealed h2,
.page-template-page--farmersportal .meet-farmer.revealed h2,
.page-template-page--farmersportal-gated .meet-farmer.revealed .button,
.page-template-page--farmersportal .meet-farmer.revealed .button,
.page-template-page--farmersportal-gated .meet-farmer.revealed .framed__photo,
.page-template-page--farmersportal .meet-farmer.revealed .framed__photo,
.page-template-page--farmersportal-gated .meet-farmer.revealed .framed__photo img,
.page-template-page--farmersportal .meet-farmer.revealed .framed__photo img {
  opacity: 1;
  transform: translateY(0px) scale(1);
}
.page-template-page--farmersportal-gated .login-container,
.page-template-page--farmersportal .login-container {
  background-color: #1D1D1D;
  padding: 60px 20px;
  text-align: center;
}
.page-template-page--farmersportal-gated .login-container .farmerslogin,
.page-template-page--farmersportal .login-container .farmerslogin {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.page-template-page--farmersportal-gated .login-container .farmerslogin h2,
.page-template-page--farmersportal .login-container .farmerslogin h2 {
  color: #fff;
  font-size: 60px;
}
.page-template-page--farmersportal-gated .login-container .farmerslogin form,
.page-template-page--farmersportal .login-container .farmerslogin form {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 306px;
  width: 100%;
  text-align: center;
}
.page-template-page--farmersportal-gated .login-container .farmerslogin form [type="text"],
.page-template-page--farmersportal .login-container .farmerslogin form [type="text"],
.page-template-page--farmersportal-gated .login-container .farmerslogin form [type="password"],
.page-template-page--farmersportal .login-container .farmerslogin form [type="password"] {
  font-family: 'Larish Neue Semibold', serif;
  border-color: #979797;
  color: #979797;
  margin: 10px 0;
  padding: 1rem;
  font-size: 14px;
  text-align: center;
}
.page-template-page--farmersportal-gated .login-container .farmerslogin form [type="text"]::-webkit-input-placeholder,
.page-template-page--farmersportal .login-container .farmerslogin form [type="text"]::-webkit-input-placeholder,
.page-template-page--farmersportal-gated .login-container .farmerslogin form [type="password"]::-webkit-input-placeholder,
.page-template-page--farmersportal .login-container .farmerslogin form [type="password"]::-webkit-input-placeholder {
  color: #979797;
}
.page-template-page--farmersportal-gated .login-container .farmerslogin form [type="submit"],
.page-template-page--farmersportal .login-container .farmerslogin form [type="submit"] {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  font-size: 14px;
  font-family: 'Larish Neue Semibold', serif;
  padding: 1.3rem 2.5rem 1.5rem;
  background-color: transparent;
  min-width: 18rem;
  text-align: center;
  margin-top: 10px;
  transition: 0.2s linear;
}
.page-template-page--farmersportal-gated .login-container .farmerslogin form [type="submit"]:hover,
.page-template-page--farmersportal .login-container .farmerslogin form [type="submit"]:hover {
  color: #DEBD5A;
  border-color: #DEBD5A;
}
.page-template-page--farmersportal-gated .login-container .farmerslogin h2,
.page-template-page--farmersportal .login-container .farmerslogin h2,
.page-template-page--farmersportal-gated .login-container .farmerslogin #loginform,
.page-template-page--farmersportal .login-container .farmerslogin #loginform {
  opacity: 0;
  transform: translateY(10px);
  transition: 1.4s 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-delay: 0.7s;
}
.page-template-page--farmersportal-gated .login-container .farmerslogin.revealed h2,
.page-template-page--farmersportal .login-container .farmerslogin.revealed h2,
.page-template-page--farmersportal-gated .login-container .farmerslogin.revealed #loginform,
.page-template-page--farmersportal .login-container .farmerslogin.revealed #loginform {
  opacity: 1;
  transform: translateY(0px) scale(1);
}
.page-template-page--farmersportal-gated .btn-center,
.page-template-page--farmersportal .btn-center {
  text-align: center;
  display: block;
}
.icons-layout {
  background: #2a2823;
  padding: 100px 0;
  color: #FFFFFF;
  text-align: center;
  margin: 125px 0;
}
.icons-layout .icons {
  margin: 80px 0 100px;
}
.icons-layout .icons img {
  width: 150px;
  height: 110px;
  margin: 0 auto 30px;
  object-fit: contain;
  object-position: center;
}
.icons-layout p {
  max-width: 650px;
  margin: 20px auto;
}
.icons-layout-grid {
  padding: 100px 0;
}
.icons-layout-grid h2 {
  font-size: 36px;
}
.icons-layout-grid h3 {
  font-size: 22px;
}
.icons-layout-grid .icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.icons-layout-grid .icon {
  width: calc(50% - 50px);
  margin: 50px 0 0;
}
@media (max-width: 768px) {
  .icons-layout-grid .icon {
    width: 100%;
  }
}
.icons-layout-grid .icon img {
  width: 120px;
  height: 120px;
  margin: 0 auto 30px;
  object-fit: contain;
  object-position: left center;
}
.icons-layout-grid p {
  max-width: 650px;
  margin: 20px auto;
}
.page-template-page--territorial .page {
  background-color: #ECEAE7;
}
.page-template-page--territorial .hero {
  position: relative;
  height: 70vh;
  width: 100%;
  background-color: #5A5A5A;
}
@media (max-width: 768px) {
  .page-template-page--territorial .hero {
    height: 50vh;
  }
}
.page-template-page--territorial .hero::before {
  position: absolute;
  z-index: 1;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.page-template-page--territorial .hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-page--territorial .section-intro h1,
.page-template-page--territorial .section-intro p {
  margin: 2rem 0;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.6s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.page-template-page--territorial .section-intro h1 {
  margin: 0 0 4rem;
}
.page-template-page--territorial .section-intro p {
  transition-delay: 0.25s;
  margin-bottom: 3rem;
}
.page-template-page--territorial .section-intro.revealed h1,
.page-template-page--territorial .section-intro.revealed p {
  opacity: 1;
  transform: translateY(0px);
  transition: 0.6s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.page-template-page--territorial .section-intro.revealed p {
  transition-delay: 0.25s;
}
.page-template-page--territorial .intro-content-block {
  padding-top: 72px;
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  text-align: center;
}
.page-template-page--territorial .intro-content-block .inner {
  max-width: 621px;
  width: 100%;
  margin: 0 auto;
}
.page-template-page--territorial .territorial-carousel {
  position: relative;
  z-index: 2;
  padding-top: 54px;
  padding-bottom: 120px;
  max-width: 1050px;
  width: 100%;
  height: 550px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .page-template-page--territorial .territorial-carousel {
    height: auto;
    padding-bottom: 50px;
  }
}
.page-template-page--territorial .territorial-carousel .slick-arrow {
  position: absolute;
  display: inline-block !important;
  bottom: 25px;
  color: #fff;
  width: 36px;
  height: 27px;
  padding: 0;
  margin: 0;
  min-width: auto;
  z-index: 100;
}
@media (max-width: 640px) {
  .page-template-page--territorial .territorial-carousel .slick-arrow {
    bottom: 0;
  }
}
.page-template-page--territorial .territorial-carousel .slick-arrow.prev {
  left: 45%;
}
.page-template-page--territorial .territorial-carousel .slick-arrow.prev::before {
  position: absolute;
  content: '';
  background-image: url(../images/arrow--prev.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 36px;
  height: 36px;
}
.page-template-page--territorial .territorial-carousel .slick-arrow.next {
  right: 45%;
}
.page-template-page--territorial .territorial-carousel .slick-arrow.next::before {
  position: absolute;
  content: '';
  background-image: url(../images/arrow--next.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 36px;
  height: 36px;
}
.page-template-page--territorial .territorial-carousel .inner-slide h2,
.page-template-page--territorial .territorial-carousel .inner-slide .cheese__icon,
.page-template-page--territorial .territorial-carousel .inner-slide p,
.page-template-page--territorial .territorial-carousel .inner-slide ul,
.page-template-page--territorial .territorial-carousel .inner-slide .center {
  opacity: 0;
  transform: translateY(10px);
  transition: 0.6s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.page-template-page--territorial .territorial-carousel .inner-slide img {
  transform: scale(0.8);
  opacity: 0;
  transition: 0.6s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.page-template-page--territorial .territorial-carousel .inner-slide p {
  transition-delay: 0.25s;
}
.page-template-page--territorial .territorial-carousel .inner-slide ul {
  transition-delay: 0.35s;
}
.page-template-page--territorial .territorial-carousel .inner-slide .center {
  transition-delay: 0.45s;
}
.page-template-page--territorial .territorial-carousel.revealed .inner-slide h2,
.page-template-page--territorial .territorial-carousel.revealed .inner-slide .cheese__icon,
.page-template-page--territorial .territorial-carousel.revealed .inner-slide p,
.page-template-page--territorial .territorial-carousel.revealed .inner-slide ul,
.page-template-page--territorial .territorial-carousel.revealed .inner-slide .center,
.page-template-page--territorial .territorial-carousel.revealed .inner-slide img {
  opacity: 1;
  transform: translateY(0px) scale(1);
}
.page-template-page--territorial .carousel-fade {
  position: relative;
  width: 100%;
  padding-bottom: 120px;
}
.page-template-page--territorial .carousel-fade::before {
  position: absolute;
  z-index: 10;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  width: 100px;
  background: #eceae7;
  background: linear-gradient(270deg, rgba(236, 234, 231, 0.06766457) 0%, #eceae7 85%);
}
@media (max-width: 640px) {
  .page-template-page--territorial .carousel-fade::before {
    display: none;
  }
}
.page-template-page--territorial .carousel-fade::after {
  position: absolute;
  z-index: 10;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  width: 200px;
  background: #eceae7;
  background: linear-gradient(90deg, rgba(236, 234, 231, 0.06766457) 0%, #eceae7 85%);
}
@media (max-width: 640px) {
  .page-template-page--territorial .carousel-fade::after {
    display: none;
  }
}
.page-template-page--territorial .slick-list {
  overflow: inherit!important;
}
.page-template-page--territorial .territorial-carosuel__slide {
  display: inline-block;
  width: 50%;
  padding: 0 60px;
}
@media (max-width: 640px) {
  .page-template-page--territorial .territorial-carosuel__slide {
    padding: 0;
  }
}
.page-template-page--territorial .territorial-carosuel__slide .g50 {
  float: left;
}
@media (max-width: 640px) {
  .page-template-page--territorial .territorial-carosuel__slide .g50 {
    width: 100%;
    float: none;
  }
}
@media (max-width: 768px) {
  .page-template-page--territorial .territorial-carosuel__slide .g60__t {
    width: 60%;
  }
}
@media (max-width: 640px) {
  .page-template-page--territorial .territorial-carosuel__slide .g60__t {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .page-template-page--territorial .territorial-carosuel__slide .g40__t {
    width: 40%;
  }
}
@media (max-width: 640px) {
  .page-template-page--territorial .territorial-carosuel__slide .g40__t {
    width: 100%;
  }
}
.page-template-page--territorial .territorial-carosuel__slide img {
  float: right;
  transition: transform 0.6s ease;
}
@media (max-width: 640px) {
  .page-template-page--territorial .territorial-carosuel__slide img {
    margin-bottom: 20px;
    width: 75%;
    float: none;
  }
}
.page-template-page--territorial .territorial-carosuel__slide .inner-slide {
  padding-right: 60px;
}
@media (max-width: 640px) {
  .page-template-page--territorial .territorial-carosuel__slide .inner-slide {
    padding: 0 20px;
  }
}
.page-template-page--territorial .territorial-carosuel__slide .inner-slide h2 {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .page-template-page--territorial .territorial-carosuel__slide .inner-slide h2 {
    margin-bottom: 20px;
  }
}
.page-template-page--territorial .territorial-carosuel__slide .inner-slide .cheese__icon {
  margin-bottom: 20px;
}
.page-template-page--territorial .territorial-carosuel__slide .inner-slide ul {
  padding: 0;
  margin: 0;
  width: 100%;
  display: inline-block;
}
.page-template-page--territorial .territorial-carosuel__slide .inner-slide ul li {
  float: left;
  padding: 8px 8px;
}
@media (max-width: 768px) {
  .page-template-page--territorial .territorial-carosuel__slide .inner-slide ul li {
    width: 50%;
    padding: 8px 0;
  }
  .page-template-page--territorial .territorial-carosuel__slide .inner-slide ul li.with-img {
    width: auto;
    padding: 8px 8px;
  }
}
.page-template-page--territorial .territorial-carosuel__slide .inner-slide ul li:nth-child(1) {
  padding-left: 0;
}
.page-template-page--territorial .territorial-carosuel__slide .inner-slide ul li i {
  width: 20px;
  height: 40px;
  display: inline-block;
}
.page-template-page--territorial .territorial-carosuel__slide .inner-slide ul li i.no-icon {
  width: 0;
}
.page-template-page--territorial .territorial-carosuel__slide .inner-slide ul li i svg {
  width: 100%;
  height: 100%;
}
.page-template-page--territorial .territorial-carosuel__slide .inner-slide ul li span {
  font-size: 14px;
  display: inline-block;
  vertical-align: super;
}
.page-template-page--territorial .territorial-carosuel__slide .inner-slide ul li img {
  height: 47px;
  width: auto;
}
.page-template-page--territorial .territorial-carosuel__slide .inner-slide a.button {
  color: #000;
  margin-top: 10px;
  display: inline-block;
  margin: 0 5px 8px 0;
}
.page-template-page--territorial .territorial-carosuel__slide .inner-slide a.button:hover {
  color: #DEBD5A;
  border-color: #DEBD5A;
}
.page-template-page--territorial .territorial-carosuel__slide:hover img {
  transform: translateY(-15%);
}
.page-template-page--territorial .carousel__animator {
  display: block;
  animation: float 5s infinite linear;
}
.page-template-page--territorial .carousel__animator:nth-child(even) {
  animation: float 5s infinite linear;
}
@media (max-width: 640px) {
  .page-template-page--territorial .carousel__animator {
    text-align: center;
  }
}
@keyframes float {
  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(0, 5px) rotate(3deg);
  }
  66% {
    transform: translate(0, -5px) rotate(-3deg);
  }
}
.show-more-container {
  position: relative;
  width: 100%;
}
.show-more-container ul {
  list-style-type: none;
  padding: 0;
}
.show-more-container ul:after {
  content: "";
  display: table;
  clear: both;
}
.show-more-container ul li {
  margin: 0;
  display: inline-block;
  width: 20%;
}
.show-more-container ul li:nth-child(n+11) {
  display: none;
  transition: 0.1s ease-in;
}
.show-more-container .show-more-btn {
  position: relative;
  width: auto;
  cursor: pointer;
  text-align: center;
  margin: 60px auto 0;
  display: table;
  color: #000;
  border-color: #000;
}
.show-more-container .show-more-btn:hover {
  color: #DEBD5A;
  border-color: #DEBD5A;
}
.show-more-container .show-more-btn .loaded {
  display: none;
}
.show-more-container [type="checkbox"] {
  display: none;
}
.show-more-container input[id^="show_more_"] {
  display: none;
}
.show-more-container input[id^="show_more_"]:checked ~ ul li {
  max-height: 999px;
  display: inline-block;
  transition: 0.2s ease-in;
}
.show-more-container input[id^="show_more_"]:checked ~ .show-more-btn .loaded {
  display: block;
}
.show-more-container input[id^="show_more_"]:checked ~ .show-more-btn .unloaded {
  display: none;
}
.post-type-archive-product .page--woocommerce {
  padding-top: 5px;
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .post-type-archive-product .page--woocommerce {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .post-type-archive-product .page--woocommerce {
    padding-top: 5px;
    padding-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.page--woocommerce {
  background-color: #F4F3F0;
  padding: 100px 0;
  /* Bredcrumbs */
  /* Product Header */
  /* Product Listing */
  /* Product Detail */
}
@media (max-width: 1024px) {
  .page--woocommerce {
    padding: 100px 20px;
  }
}
@media (max-width: 768px) {
  .page--woocommerce {
    padding: 60px 10px;
  }
}
.page--woocommerce h1 {
  margin-bottom: 40px;
}
.page--woocommerce .button {
  min-width: 15rem;
}
.page--woocommerce .woocommerce-breadcrumb {
  border-bottom: 1px solid #979797;
  padding: 20px 0;
  margin-bottom: 40px;
  font-size: 14px;
}
@media (max-width: 640px) {
  .page--woocommerce .woocommerce-breadcrumb {
    margin: 0 10px 40px 10px;
  }
}
.page--woocommerce .woocommerce-breadcrumb a {
  color: #000;
  text-decoration: underline;
}
.page--woocommerce .woocommerce-products-header {
  margin-bottom: 60px;
}
@media (max-width: 640px) {
  .page--woocommerce .woocommerce-products-header {
    padding: 0 10px;
  }
}
.page--woocommerce .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  text-align: center;
  color: #000;
}
.page--woocommerce .woocommerce-LoopProduct-link.woocommerce-loop-product__link img {
  margin-bottom: 20px;
}
.page--woocommerce .woocommerce-LoopProduct-link.woocommerce-loop-product__link .price {
  display: block;
  font-size: 18px;
  margin-bottom: 20px;
}
.page--woocommerce ul.products li.product,
.page--woocommerce .woocommerce-page ul.products li.product {
  text-align: center;
}
@media (max-width: 768px) {
  .page--woocommerce ul.products li.product,
  .page--woocommerce .woocommerce-page ul.products li.product {
    padding: 10px;
  }
}
.page--woocommerce .woocommerce-loop-product__title {
  font-size: 24px;
}
.page--woocommerce .product_title.entry-title {
  font-size: 55px;
  line-height: 66px;
}
@media (max-width: 640px) {
  .page--woocommerce .product_title.entry-title {
    font-size: 30px;
    line-height: 36px;
  }
}
.page--woocommerce form.bundle_form {
  display: none;
}
@media (max-width: 1024px) {
  .page--woocommerce .summary .entry-summary {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .page--woocommerce .summary .entry-summary {
    margin-top: 20px;
    padding: 0 10px;
  }
}
.page--woocommerce .price {
  font-size: 24px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .page--woocommerce .price {
    font-size: 18px;
    margin-top: 20px;
  }
}
.page--woocommerce .woo-product__icon {
  margin-bottom: 20px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;
}
.page--woocommerce .cart {
  margin-bottom: 40px;
}
.page--woocommerce table.variations {
  display: inline-block;
  vertical-align: bottom;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .page--woocommerce table.variations {
    max-width: 375px;
    width: 100%;
    margin-bottom: 15px;
  }
  .page--woocommerce table.variations tbody {
    display: block;
  }
  .page--woocommerce table.variations tbody td {
    display: inline-block;
    width: 100%;
  }
}
.page--woocommerce table.variations td.label {
  display: none;
}
.page--woocommerce table.variations tr {
  display: inline-block;
  width: 100%;
}
.page--woocommerce table.variations select {
  height: 45px;
  font-family: 'Larish Neue Semibold', serif;
  background: #fff;
  color: #000;
  border-color: #C9CCC6;
  padding: 0 10px;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 10px;
  width: 100%;
}
.page--woocommerce .single_variation_wrap {
  display: inline-block;
}
@media (max-width: 768px) {
  .page--woocommerce .single_variation_wrap {
    max-width: 375px;
    width: 100%;
  }
}
.page--woocommerce .quantity {
  display: inline-block;
  width: 100px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .page--woocommerce .quantity {
    width: 50%;
    padding-left: 0;
  }
}
.page--woocommerce .quantity label {
  display: none;
}
.page--woocommerce .reset_variations {
  display: none;
  font-size: 16px;
}
.page--woocommerce .input-text.qty.text {
  height: 45px;
  background: #fff;
  color: #000;
  border-color: #C9CCC6;
  padding: 0 10px;
  border-radius: 10px;
}
.page--woocommerce .single_add_to_cart_button.button.alt {
  transition: 0.2s linear;
}
.page--woocommerce .single_add_to_cart_button.button.alt:hover {
  color: #DEBD5A;
  border-color: #DEBD5A;
}
.page--woocommerce .variations_form.cart {
  margin-top: 20px;
  margin-bottom: 40px;
}
.page--woocommerce .product_meta {
  display: none;
}
.page--woocommerce .tabs.wc-tabs {
  border-bottom: 1px solid #D4D5D0;
}
@media (max-width: 640px) {
  .page--woocommerce .tabs.wc-tabs {
    border-color: transparent;
  }
}
.page--woocommerce .tabs.wc-tabs li {
  padding: 8px 0;
  border-bottom: 3px solid transparent;
}
@media (max-width: 640px) {
  .page--woocommerce .tabs.wc-tabs li {
    float: left;
    width: 50%;
    text-align: center;
    padding: 5px 10px;
    border: 0;
  }
}
.page--woocommerce .tabs.wc-tabs li a {
  font-size: 14px;
  padding: 10px 10px;
  color: #000;
}
.page--woocommerce .tabs.wc-tabs li.active {
  border-color: #252525;
}
.page--woocommerce .tabs.wc-tabs li.active a {
  color: #252525;
}
.page--woocommerce .wc-tab p {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 20px;
}
.page--woocommerce .woocommerce-Tabs-panel--description h2 {
  display: none;
}
.page--woocommerce .emoji {
  max-width: 20px!important;
  float: right;
}
.page--woocommerce .woocommerce-product-details__short-description {
  margin-bottom: 20px;
}
.page--woocommerce .pif-has-gallery {
  display: inline-block;
}
.page--woocommerce .woocommerce-Tabs-panel {
  padding: 20px 0;
}
.page--woocommerce .woocommerce-product-gallery__image {
  display: inline-block;
  padding: 10px;
}
.page--woocommerce .woocommerce-product-gallery__image:first-of-type {
  display: block;
}
.page--woocommerce .related.products {
  display: inline-block;
  width: 100%;
  padding: 100px 0;
}
.page--woocommerce .related.products ul.products {
  padding: 20px 0;
}
.page--woocommerce .related.products ul.products li .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  display: block;
}
@media (max-width: 768px) {
  .page--woocommerce .flex-control-nav {
    display: none;
  }
}
.page--woocommerce .flex-control-nav li {
  float: left;
  list-style-type: none;
  padding: 10px;
}
.page--woocommerce .shop_table.shop_table_responsive {
  display: inline-block;
  width: 100%;
}
.page--woocommerce .shop_table.shop_table_responsive tbody {
  display: block;
}
.page--woocommerce .shop_table.shop_table_responsive .cart-subtotal,
.page--woocommerce .shop_table.shop_table_responsive .order-total {
  padding: 20px 0;
}
.page--woocommerce .shop_table.shop_table_responsive .cart-subtotal th,
.page--woocommerce .shop_table.shop_table_responsive .order-total th {
  width: 50%;
  float: left;
  text-align: left;
}
.page--woocommerce .shop_table.shop_table_responsive .cart-subtotal td,
.page--woocommerce .shop_table.shop_table_responsive .order-total td {
  width: 50%;
  float: left;
  text-align: right;
}
.page--woocommerce .woocommerce-cart-form {
  float: left;
  width: 62%;
  padding-top: 36px;
}
@media (max-width: 768px) {
  .page--woocommerce .woocommerce-cart-form {
    width: 100%;
  }
}
.page--woocommerce .woocommerce-cart-form a {
  color: #000;
}
.page--woocommerce .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
  float: left;
  width: 100%;
}
.page--woocommerce .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead {
  display: none;
}
.page--woocommerce .woocommerce-cart-form__cart-item.cart_item {
  display: block;
  padding: 30px 0;
  border-bottom: 1px solid #EDEBE7;
}
.page--woocommerce .woocommerce-cart-form__cart-item.cart_item:nth-last-child(1) {
  border-color: transparent;
}
.page--woocommerce .woocommerce-cart-form__cart-item.cart_item td {
  display: inline-block;
  padding: 5px;
}
.page--woocommerce .woocommerce-cart-form__cart-item.cart_item .product-thumbnail a {
  display: block;
  width: 140px;
}
.page--woocommerce tr {
  display: block;
  width: 100%;
}
.page--woocommerce tr td.actions {
  display: inline-block;
  width: 100%;
}
.page--woocommerce .cart_totals {
  background: #EDEBE7;
  padding: 20px;
}
.page--woocommerce .cart_totals h2 {
  margin-bottom: 20px;
}
.page--woocommerce .cart_totals .cart-subtotal,
.page--woocommerce .cart_totals .order-total {
  display: block;
  padding: 5px 0;
}
.page--woocommerce .cart_totals .wc-proceed-to-checkout {
  margin-top: 20px;
}
.page--woocommerce .cart_totals .wc-proceed-to-checkout .button {
  display: block;
  font-size: 16px;
  border-width: 4px;
  padding: 1.6rem 2.5rem 1.75rem;
}
.page--woocommerce .coupon.under-proceed {
  display: inline-block;
  width: 100%;
  padding: 50px 0;
  border-top: 1px solid #D4D5D0;
  border-bottom: 1px solid #D4D5D0;
  margin-bottom: 20px;
}
.page--woocommerce .coupon.under-proceed [type="submit"] {
  width: 43%!important;
  float: right;
  transition: 0.2s linear;
}
.page--woocommerce .coupon.under-proceed [type="submit"]:hover {
  color: #DEBD5A;
  border-color: #DEBD5A;
}
.page--woocommerce .coupon.under-proceed [type="text"] {
  background-color: #fff;
  width: 53%!important;
  padding: 1rem;
  float: left;
}
@media (max-width: 1024px) {
  .page--woocommerce .coupon.under-proceed [type="text"] {
    width: 45%!important;
  }
}
@media (max-width: 768px) {
  .page--woocommerce .coupon.under-proceed [type="text"] {
    width: 48%!important;
  }
}
.woocommerce-account .woocommerce-orders-table {
  display: block;
}
.woocommerce-account .woocommerce-orders-table thead {
  display: block;
  width: 100%;
}
.woocommerce-account .woocommerce-orders-table tr {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.woocommerce-account .woocommerce-orders-table th,
.woocommerce-account .woocommerce-orders-table td {
  padding: 10px;
}
.woocommerce-account .woocommerce-orders-table th .button,
.woocommerce-account .woocommerce-orders-table td .button {
  display: block;
  min-width: 0;
  padding: 3px;
  border: 0;
  text-align: right;
}
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
  display: none;
}
.page--woocommerce .shop_table tr:nth-last-of-type(1) .button {
  margin-top: 40px;
}
.brand-banner {
  position: relative;
  background: #A0091E;
  background: linear-gradient(180deg, #99071a 0%, #ae2e1a 100%);
}
.brand-banner:before {
  content: ' ';
  display: block;
  padding: 0 0 75%;
}
@media (min-width: 1000px) {
  .brand-banner:before {
    padding: 0 0 50%;
  }
}
@media (min-width: 1600px) {
  .brand-banner:before {
    padding: 0 0 800px;
  }
}
.brand-banner:after {
  content: ' ';
  background-repeat: no-repeat;
  background-size: 400% auto;
  background-position: bottom center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1919 20.09'%3E%3Cpath d='m1919,3.27v16.82H0V4.21c59.42.08,60.63-1.1,62.02-1.68.46-.19,5.72,1.63,6.18,1.63l18.64.16c3.96.05,8.02.19,11.87-2.14,1.18-.7,2.49-.59,3.72-.96,1.12-.32,2.22-.7,3.34-.91,1.24-.21,2.49-.3,3.74-.29,6.42,0,6.42,1.28,12.86,1.28s6.42,6.26,12.84,6.26,6.42-6.53,12.84-6.53,6.42,2.01,12.86,2.01,6.42,4.2,12.84,4.2,6.18-2.14,12.6-2.14c3.58,0,6.18-1.63,9.47-3.9,3.42-2.36,5.56,1.82,8.82,2.32,4.89.78,10.11-1.74,15.03-2.22,4.99-.63,10.06-.3,14.92.99,1.82.54,3.48.99,63.17,1.15,59.69-.16,61.35-.62,63.17-1.15,4.86-1.29,9.92-1.62,14.9-.99,4.92.48,10.14,3,15.06,2.22,3.24-.51,5.4-4.68,8.83-2.33,3.26,2.27,5.86,3.9,9.47,3.9,6.42,0,6.15,2.14,12.57,2.14s6.45-4.2,12.86-4.2,6.42-2.01,12.84-2.01,6.42,6.53,12.86,6.53,6.42-6.26,12.84-6.26S479.57.01,485.99.01c1.26,0,2.52.09,3.77.29,1.12.21,2.22.59,3.32.91,1.23.37,2.54.27,3.74.96,3.85,2.33,7.92,2.19,11.87,2.14l18.61-.16c.46,0,5.75-1.82,6.2-1.63,1.32.59,2.49,1.68,55.36,1.68h6.66c76.41.05,77.98-1.1,79.8-1.68.61-.19,7.65,1.63,8.26,1.63l24.84.16c5.27.05,10.7.19,15.86-2.14,1.55-.7,3.32-.59,4.95-.96,1.5-.32,2.97-.7,4.44-.91,1.67-.2,3.35-.3,5.03-.29,8.56,0,8.56,1.28,17.14,1.28s8.56,6.26,17.12,6.26,8.59-6.53,17.14-6.53,8.56,2.01,17.14,2.01,8.56,4.2,17.14,4.2,8.21-2.14,16.8-2.14c4.79,0,8.24-1.63,12.62-3.9,4.57-2.36,7.43,1.82,11.76,2.32,6.55.78,13.51-1.74,20.06-2.22,6.65-.63,13.35-.3,19.9.99,2.41.54,4.63.99,84.27,1.15,79.62-.16,81.84-.62,84.24-1.15,6.55-1.29,13.25-1.62,19.9-.99,6.55.48,13.51,3,20.06,2.22,4.33-.51,7.22-4.68,11.77-2.33,4.39,2.27,7.84,3.9,12.65,3.9,8.56,0,8.21,2.14,16.8,2.14s8.56-4.2,17.12-4.2,8.58-2.01,17.14-2.01,8.56,6.53,17.14,6.53,8.56-6.26,17.12-6.26S1232.34,0,1240.9,0c1.68,0,3.36.09,5.03.29,1.47.21,2.97.59,4.44.91,1.63.37,3.4.27,4.97.96,5.14,2.33,10.56,2.19,15.83,2.14l24.83-.15c.61,0,7.65-1.82,8.26-1.63,1.77.56,3.32,1.68,73.73,1.68h8.99c89.78.03,91.68-1.12,93.87-1.68.72-.19,9.28,1.63,10.03,1.63l30.14.16c6.39.05,12.97.19,19.2-2.14,1.93-.7,4.06-.59,6.04-.96,1.79-.32,3.58-.7,5.38-.91,2.03-.2,4.06-.3,6.1-.29,10.38,0,10.38,1.28,20.78,1.28s10.4,6.26,20.78,6.26,10.4-6.53,20.81-6.53,10.38,2.01,20.78,2.01,10.4,4.2,20.78,4.2,9.97-2.14,20.38-2.14c5.83,0,10-1.63,15.32-3.9,5.54-2.35,9.01,1.82,14.28,2.33,7.94.78,16.37-1.74,24.34-2.22,8.05-.63,16.15-.3,24.12.99,2.94.54,5.64.99,102.21,1.15,24.36-.05,42.74-.11,56.67-.16' style='fill: %23191919; stroke-width: 0px;'/%3E%3C/svg%3E");
  position: absolute;
  padding: 0 0 10vw;
  bottom: -1px;
  left: 0;
  width: 100%;
}
@media (min-width: 1000px) {
  .brand-banner:after {
    padding: 0 0 5vw;
    background-size: 100% auto;
  }
}
.brand-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.brand-banner svg {
  position: absolute;
  top: 11%;
  left: 5%;
  width: 90%;
  height: 90%;
  object-fit: contain;
  object-position: center;
  z-index: 10;
}
@media (min-width: 1000px) {
  .brand-banner svg {
    top: 4%;
    left: 2.5%;
    width: 95%;
    height: 95%;
  }
}
.brand-introduction {
  position: relative;
  background-color: #191919;
}
.brand-introduction:after {
  content: ' ';
  background-repeat: no-repeat;
  background-size: 400% auto;
  background-position: bottom center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1919 20.09'%3E%3Cpath d='m1919,3.27v16.82H0V4.21c59.42.08,60.63-1.1,62.02-1.68.46-.19,5.72,1.63,6.18,1.63l18.64.16c3.96.05,8.02.19,11.87-2.14,1.18-.7,2.49-.59,3.72-.96,1.12-.32,2.22-.7,3.34-.91,1.24-.21,2.49-.3,3.74-.29,6.42,0,6.42,1.28,12.86,1.28s6.42,6.26,12.84,6.26,6.42-6.53,12.84-6.53,6.42,2.01,12.86,2.01,6.42,4.2,12.84,4.2,6.18-2.14,12.6-2.14c3.58,0,6.18-1.63,9.47-3.9,3.42-2.36,5.56,1.82,8.82,2.32,4.89.78,10.11-1.74,15.03-2.22,4.99-.63,10.06-.3,14.92.99,1.82.54,3.48.99,63.17,1.15,59.69-.16,61.35-.62,63.17-1.15,4.86-1.29,9.92-1.62,14.9-.99,4.92.48,10.14,3,15.06,2.22,3.24-.51,5.4-4.68,8.83-2.33,3.26,2.27,5.86,3.9,9.47,3.9,6.42,0,6.15,2.14,12.57,2.14s6.45-4.2,12.86-4.2,6.42-2.01,12.84-2.01,6.42,6.53,12.86,6.53,6.42-6.26,12.84-6.26S479.57.01,485.99.01c1.26,0,2.52.09,3.77.29,1.12.21,2.22.59,3.32.91,1.23.37,2.54.27,3.74.96,3.85,2.33,7.92,2.19,11.87,2.14l18.61-.16c.46,0,5.75-1.82,6.2-1.63,1.32.59,2.49,1.68,55.36,1.68h6.66c76.41.05,77.98-1.1,79.8-1.68.61-.19,7.65,1.63,8.26,1.63l24.84.16c5.27.05,10.7.19,15.86-2.14,1.55-.7,3.32-.59,4.95-.96,1.5-.32,2.97-.7,4.44-.91,1.67-.2,3.35-.3,5.03-.29,8.56,0,8.56,1.28,17.14,1.28s8.56,6.26,17.12,6.26,8.59-6.53,17.14-6.53,8.56,2.01,17.14,2.01,8.56,4.2,17.14,4.2,8.21-2.14,16.8-2.14c4.79,0,8.24-1.63,12.62-3.9,4.57-2.36,7.43,1.82,11.76,2.32,6.55.78,13.51-1.74,20.06-2.22,6.65-.63,13.35-.3,19.9.99,2.41.54,4.63.99,84.27,1.15,79.62-.16,81.84-.62,84.24-1.15,6.55-1.29,13.25-1.62,19.9-.99,6.55.48,13.51,3,20.06,2.22,4.33-.51,7.22-4.68,11.77-2.33,4.39,2.27,7.84,3.9,12.65,3.9,8.56,0,8.21,2.14,16.8,2.14s8.56-4.2,17.12-4.2,8.58-2.01,17.14-2.01,8.56,6.53,17.14,6.53,8.56-6.26,17.12-6.26S1232.34,0,1240.9,0c1.68,0,3.36.09,5.03.29,1.47.21,2.97.59,4.44.91,1.63.37,3.4.27,4.97.96,5.14,2.33,10.56,2.19,15.83,2.14l24.83-.15c.61,0,7.65-1.82,8.26-1.63,1.77.56,3.32,1.68,73.73,1.68h8.99c89.78.03,91.68-1.12,93.87-1.68.72-.19,9.28,1.63,10.03,1.63l30.14.16c6.39.05,12.97.19,19.2-2.14,1.93-.7,4.06-.59,6.04-.96,1.79-.32,3.58-.7,5.38-.91,2.03-.2,4.06-.3,6.1-.29,10.38,0,10.38,1.28,20.78,1.28s10.4,6.26,20.78,6.26,10.4-6.53,20.81-6.53,10.38,2.01,20.78,2.01,10.4,4.2,20.78,4.2,9.97-2.14,20.38-2.14c5.83,0,10-1.63,15.32-3.9,5.54-2.35,9.01,1.82,14.28,2.33,7.94.78,16.37-1.74,24.34-2.22,8.05-.63,16.15-.3,24.12.99,2.94.54,5.64.99,102.21,1.15,24.36-.05,42.74-.11,56.67-.16' style='fill: %23ffffff; stroke-width: 0px;'/%3E%3C/svg%3E");
  position: absolute;
  padding: 0 0 10vw;
  bottom: -1px;
  left: 0;
  width: 100%;
}
@media (min-width: 1000px) {
  .brand-introduction:after {
    padding: 0 0 5vw;
    background-size: 100% auto;
  }
}
.brand-introduction .inner {
  position: relative;
  padding: 80px 20px;
  z-index: 5;
}
@media (min-width: 1000px) {
  .brand-introduction .inner {
    padding: 80px 2.5vw 1px;
  }
}
.brand-introduction h1 {
  position: relative;
  font-size: 36px;
  text-align: center;
}
@media (min-width: 1000px) {
  .brand-introduction h1 {
    font-size: 6.4vw;
    text-align: left;
  }
}
.brand-introduction h1:before {
  content: attr(data-text);
  color: #474747;
  display: block;
}
.brand-introduction h1 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  color: #FFFFFF;
}
.brand-introduction h1 .overlay div {
  display: inline-block !important;
}
.brand-introduction .images {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 60px 0 0;
}
@media (min-width: 1000px) {
  .brand-introduction .images {
    margin: 0 0 -15vh;
  }
}
.brand-introduction .images .image {
  position: relative;
}
.brand-introduction .images .image:before {
  content: ' ';
  display: block;
}
.brand-introduction .images .image:nth-child(1) {
  width: 42%;
}
.brand-introduction .images .image:nth-child(1):before {
  padding: 0 0 66.6%;
}
.brand-introduction .images .image:nth-child(2) {
  width: 50%;
}
.brand-introduction .images .image:nth-child(2):before {
  padding: 0 0 83.7%;
}
.brand-introduction .images .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.brand-introduction .images .floating-cheese {
  position: absolute;
  top: -10%;
  left: -55px;
  width: 125px;
}
@media (min-width: 1000px) {
  .brand-introduction .images .floating-cheese {
    top: 20%;
    left: -110px;
    width: 250px;
  }
}
.brand-introduction .images .floating-cheese.left {
  width: 100px;
}
@media (min-width: 1000px) {
  .brand-introduction .images .floating-cheese.left {
    width: 200px;
  }
}
.brand-introduction .images .floating-cheese.right {
  width: 93.75px;
  top: 0;
  left: auto;
  right: -30px;
}
@media (min-width: 1000px) {
  .brand-introduction .images .floating-cheese.right {
    width: 187.5px;
    top: 0;
    left: auto;
    right: -50px;
  }
}
.brand-introduction .images .floating-cheese img {
  width: 100%;
  height: auto;
  display: block;
}
.brand-about {
  background: #FFFFFF;
  padding: 100px 0 50px;
}
@media (min-width: 1000px) {
  .brand-about {
    padding: 300px 0 100px;
  }
}
.brand-about .inner {
  width: 95vw;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
@media (min-width: 1000px) {
  .brand-about .inner {
    text-align: left;
  }
}
.brand-about h2 {
  font-size: 36px;
  color: #191919;
  margin: 0 0 60px;
  position: relative;
  line-height: 1.1;
  z-index: 5;
}
@media (min-width: 1000px) {
  .brand-about h2 {
    width: calc(100% - 337.5px);
    font-size: 68px;
  }
}
@media (min-width: 1400px) {
  .brand-about h2 {
    font-size: 92px;
    width: calc(100% - 450px);
  }
}
@media (min-width: 1000px) {
  .brand-about .detail {
    columns: 2;
    column-gap: 45px;
    width: calc(100% - 450px);
  }
}
@media (min-width: 1400px) {
  .brand-about .detail {
    width: calc(100% - 600px);
  }
}
.brand-about .detail p {
  margin: 0 0 30px;
}
.brand-about .logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 95%;
}
@media (min-width: 1000px) {
  .brand-about .logos {
    position: absolute;
    display: block;
    height: 100%;
    width: 337.5px;
    top: 0;
    right: 0;
  }
}
@media (min-width: 1400px) {
  .brand-about .logos {
    width: 450px;
  }
}
.brand-about .logos img {
  display: none;
}
@media (min-width: 1000px) {
  .brand-about .logos img {
    display: block;
    position: absolute;
  }
}
.brand-about .logos img:nth-child(1) {
  width: 30%;
  height: auto;
  transform: rotate(-13deg);
}
@media (min-width: 1000px) {
  .brand-about .logos img:nth-child(1) {
    width: 144px;
    top: 0;
    right: 40px;
  }
}
@media (min-width: 1400px) {
  .brand-about .logos img:nth-child(1) {
    width: 180px;
    top: 0;
    right: 40px;
  }
}
.brand-about .logos img:nth-child(2) {
  width: 40%;
  height: auto;
  transform: rotate(14deg);
}
@media (min-width: 1000px) {
  .brand-about .logos img:nth-child(2) {
    width: 112px;
    top: 150px;
    left: 20px;
  }
}
@media (min-width: 1400px) {
  .brand-about .logos img:nth-child(2) {
    width: 140px;
    top: 140px;
    left: 40px;
  }
}
.brand-about .logos img:nth-child(3) {
  width: 40%;
  height: auto;
  transform: rotate(-14deg);
}
@media (min-width: 1000px) {
  .brand-about .logos img:nth-child(3) {
    width: 136px;
    top: 320px;
    right: 40px;
  }
}
@media (min-width: 1400px) {
  .brand-about .logos img:nth-child(3) {
    width: 170px;
    top: 280px;
    right: 60px;
  }
}
.brand-recipes {
  background: #FFFFFF;
  padding: 80px 0 200px;
  position: relative;
}
.brand-recipes:after {
  content: ' ';
  background-repeat: no-repeat;
  background-size: 400% auto;
  background-position: bottom center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1919 20.09'%3E%3Cpath d='m1919,3.27v16.82H0V4.21c59.42.08,60.63-1.1,62.02-1.68.46-.19,5.72,1.63,6.18,1.63l18.64.16c3.96.05,8.02.19,11.87-2.14,1.18-.7,2.49-.59,3.72-.96,1.12-.32,2.22-.7,3.34-.91,1.24-.21,2.49-.3,3.74-.29,6.42,0,6.42,1.28,12.86,1.28s6.42,6.26,12.84,6.26,6.42-6.53,12.84-6.53,6.42,2.01,12.86,2.01,6.42,4.2,12.84,4.2,6.18-2.14,12.6-2.14c3.58,0,6.18-1.63,9.47-3.9,3.42-2.36,5.56,1.82,8.82,2.32,4.89.78,10.11-1.74,15.03-2.22,4.99-.63,10.06-.3,14.92.99,1.82.54,3.48.99,63.17,1.15,59.69-.16,61.35-.62,63.17-1.15,4.86-1.29,9.92-1.62,14.9-.99,4.92.48,10.14,3,15.06,2.22,3.24-.51,5.4-4.68,8.83-2.33,3.26,2.27,5.86,3.9,9.47,3.9,6.42,0,6.15,2.14,12.57,2.14s6.45-4.2,12.86-4.2,6.42-2.01,12.84-2.01,6.42,6.53,12.86,6.53,6.42-6.26,12.84-6.26S479.57.01,485.99.01c1.26,0,2.52.09,3.77.29,1.12.21,2.22.59,3.32.91,1.23.37,2.54.27,3.74.96,3.85,2.33,7.92,2.19,11.87,2.14l18.61-.16c.46,0,5.75-1.82,6.2-1.63,1.32.59,2.49,1.68,55.36,1.68h6.66c76.41.05,77.98-1.1,79.8-1.68.61-.19,7.65,1.63,8.26,1.63l24.84.16c5.27.05,10.7.19,15.86-2.14,1.55-.7,3.32-.59,4.95-.96,1.5-.32,2.97-.7,4.44-.91,1.67-.2,3.35-.3,5.03-.29,8.56,0,8.56,1.28,17.14,1.28s8.56,6.26,17.12,6.26,8.59-6.53,17.14-6.53,8.56,2.01,17.14,2.01,8.56,4.2,17.14,4.2,8.21-2.14,16.8-2.14c4.79,0,8.24-1.63,12.62-3.9,4.57-2.36,7.43,1.82,11.76,2.32,6.55.78,13.51-1.74,20.06-2.22,6.65-.63,13.35-.3,19.9.99,2.41.54,4.63.99,84.27,1.15,79.62-.16,81.84-.62,84.24-1.15,6.55-1.29,13.25-1.62,19.9-.99,6.55.48,13.51,3,20.06,2.22,4.33-.51,7.22-4.68,11.77-2.33,4.39,2.27,7.84,3.9,12.65,3.9,8.56,0,8.21,2.14,16.8,2.14s8.56-4.2,17.12-4.2,8.58-2.01,17.14-2.01,8.56,6.53,17.14,6.53,8.56-6.26,17.12-6.26S1232.34,0,1240.9,0c1.68,0,3.36.09,5.03.29,1.47.21,2.97.59,4.44.91,1.63.37,3.4.27,4.97.96,5.14,2.33,10.56,2.19,15.83,2.14l24.83-.15c.61,0,7.65-1.82,8.26-1.63,1.77.56,3.32,1.68,73.73,1.68h8.99c89.78.03,91.68-1.12,93.87-1.68.72-.19,9.28,1.63,10.03,1.63l30.14.16c6.39.05,12.97.19,19.2-2.14,1.93-.7,4.06-.59,6.04-.96,1.79-.32,3.58-.7,5.38-.91,2.03-.2,4.06-.3,6.1-.29,10.38,0,10.38,1.28,20.78,1.28s10.4,6.26,20.78,6.26,10.4-6.53,20.81-6.53,10.38,2.01,20.78,2.01,10.4,4.2,20.78,4.2,9.97-2.14,20.38-2.14c5.83,0,10-1.63,15.32-3.9,5.54-2.35,9.01,1.82,14.28,2.33,7.94.78,16.37-1.74,24.34-2.22,8.05-.63,16.15-.3,24.12.99,2.94.54,5.64.99,102.21,1.15,24.36-.05,42.74-.11,56.67-.16' style='fill: %23A0091E; stroke-width: 0px;'/%3E%3C/svg%3E");
  position: absolute;
  padding: 0 0 10vw;
  bottom: -1px;
  left: 0;
  width: 100%;
}
@media (min-width: 1000px) {
  .brand-recipes:after {
    padding: 0 0 5vw;
    background-size: 100% auto;
  }
}
.brand-recipes .upper {
  width: 95vw;
  max-width: 1400px;
  text-align: center;
  padding: 0 2.5vw;
  margin: 0 auto;
}
.brand-recipes .upper .kicker {
  font-size: 20px;
  display: block;
  position: relative;
  z-index: 4;
}
.brand-recipes .upper h2 {
  position: relative;
  font-size: 36px;
  margin: 40px 0 0;
  z-index: 4;
}
@media (min-width: 1000px) {
  .brand-recipes .upper h2 {
    font-size: 68px;
  }
}
@media (min-width: 1400px) {
  .brand-recipes .upper h2 {
    font-size: 92px;
  }
}
.brand-recipes .upper .floating-cheese {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 110px;
}
@media (min-width: 1000px) {
  .brand-recipes .upper .floating-cheese {
    top: 0;
    right: 6vw;
    width: 220px;
  }
}
.brand-recipes .upper .floating-cheese img {
  width: 100%;
  height: auto;
  display: block;
}
.brand-recipes .items {
  position: relative;
  display: block;
  width: 97vw;
  margin: 60px auto 0;
}
@media (min-width: 1000px) {
  .brand-recipes .items {
    margin: 120px auto 0;
  }
}
.brand-recipes .item {
  position: relative;
  width: 50%;
  padding: 0 1vw 2vw;
}
@media (min-width: 782px) {
  .brand-recipes .item {
    width: 33.3%;
  }
  .brand-recipes .item:hover img {
    transform: translate(-15px, -15px);
  }
}
.brand-recipes .item h3 {
  font-size: 22px;
  color: #191919;
  margin: 0 0 5px;
}
@media (min-width: 1000px) {
  .brand-recipes .item h3 {
    font-size: 40px;
  }
}
.brand-recipes .item .image {
  position: relative;
  display: block;
  background: #A0091E;
  margin: 15px 0 0;
}
.brand-recipes .item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s;
}
.brand-products {
  background: #A0091E;
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}
.brand-products.blue-background {
  background: #3c3c53;
  padding: 100px 0 245px;
}
@media (min-width: 1000px) {
  .brand-products.blue-background {
    padding: 100px 0 45vw;
  }
}
@media (min-width: 1600px) {
  .brand-products.blue-background {
    padding: 100px 0 720px;
  }
}
.brand-products.blue-background .brand-products-products {
  transform: rotate(7.5deg);
  width: 26%;
  bottom: 6vw;
}
@media (min-width: 1600px) {
  .brand-products.blue-background .brand-products-products {
    width: 416px;
    bottom: 96px;
    left: 80px;
  }
}
.brand-products.blue-background .brand-products-fox {
  left: 55%;
  width: 55%;
  bottom: 13.5vw;
}
@media (min-width: 1600px) {
  .brand-products.blue-background .brand-products-fox {
    left: auto;
    right: -160px;
    width: 880px;
    bottom: 210px;
  }
}
.brand-products .upper {
  max-width: 900px;
  margin: 0 auto;
}
.brand-products .upper h2 {
  font-size: 36px;
  color: #FFFFFF;
  text-align: center;
}
@media (min-width: 1000px) {
  .brand-products .upper h2 {
    font-size: 70px;
  }
}
.brand-products .swiper-outer {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
.brand-products .swiper-slide.swiper-slide-active .media:hover img {
  transition: transform 0.3s, opacity 0.3s;
  transform: scale(0.53) rotate(18deg);
}
@media (min-width: 782px) {
  .brand-products .swiper-slide.swiper-slide-active .media:hover img {
    transform: scale(0.8) rotate(18deg);
  }
}
.brand-products .swiper-slide.swiper-slide-active .media img {
  opacity: 1;
  transform: scale(0.46) rotate(12deg);
}
@media (min-width: 782px) {
  .brand-products .swiper-slide.swiper-slide-active .media img {
    transform: scale(0.7) rotate(12deg);
  }
}
.brand-products .swiper-slide.swiper-slide-active .media h3 {
  opacity: 0.4;
}
.brand-products .swiper-slide.swiper-slide-active .lower {
  opacity: 1;
}
.brand-products .media {
  position: relative;
  height: 400px;
}
.brand-products .media img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  opacity: 0;
  transform: scale(0.2);
  transition: transform 0.6s, opacity 0.6s;
}
@media (min-width: 782px) {
  .brand-products .media img {
    transform: scale(0.3);
  }
}
.brand-products .media h3 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: flex;
  font-size: 100px;
  line-height: 0.95;
  color: #191919;
  opacity: 0.2;
  text-align: center;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  transition: opacity 0.6s;
}
@media (min-width: 782px) {
  .brand-products .media h3 {
    font-size: 160px;
  }
}
.brand-products .lower {
  margin: 20px auto 0;
  max-width: 540px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.brand-products .lower p {
  color: #FFFFFF;
  text-align: center;
}
.brand-products .lower .visit {
  display: inline-block;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  padding: 10px 15px;
  margin: 60px auto 0;
  text-transform: uppercase;
  font-size: 14px;
  transition: background 0.3s, color 0.3s;
}
.brand-products .lower .visit:hover {
  background-color: #FFFFFF;
  color: #191919;
}
.brand-products .swiper-button {
  position: absolute;
  top: 160px;
  width: 48px;
  height: 48px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  transition: transform 0.3s;
  z-index: 10;
}
.brand-products .swiper-button:hover {
  transform: scale(1.15);
}
.brand-products .swiper-button.swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47 47'%3E%3Crect width='47' height='47' style='fill: none; stroke-width: 0px;'/%3E%3Crect x='.75' y='.75' width='45.5' height='45.5' style='fill: none; stroke: %23fff; stroke-width: 1.5px;'/%3E%3Cpath d='m39.93,23.59H9.37' style='fill: none; stroke: %23fff; stroke-width: 1.5px;'/%3E%3Cpath d='m19.49,33.54l-10.12-10.12,10.12-10.12' style='fill: none; stroke: %23fff; stroke-width: 1.5px;'/%3E%3C/svg%3E");
  left: 0;
}
@media (min-width: 782px) {
  .brand-products .swiper-button.swiper-button-prev {
    left: -48px;
  }
}
.brand-products .swiper-button.swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47 47'%3E%3Crect width='47' height='47' style='fill: none; stroke-width: 0px;'/%3E%3Crect x='.75' y='.75' width='45.5' height='45.5' style='fill: none; stroke: %23fff; stroke-width: 1.5px;'/%3E%3Cpath d='m7.07,23.41h30.56' style='fill: none; stroke: %23fff; stroke-width: 1.5px;'/%3E%3Cpath d='m27.51,13.46l10.12,10.12-10.12,10.12' style='fill: none; stroke: %23fff; stroke-width: 1.5px;'/%3E%3C/svg%3E");
  right: 0;
}
@media (min-width: 782px) {
  .brand-products .swiper-button.swiper-button-next {
    right: -48px;
  }
}
.brand-products .floating-cheese {
  position: absolute;
}
.brand-products .floating-cheese.left {
  top: -56px;
  left: -10px;
  width: 135px;
}
@media (min-width: 1000px) {
  .brand-products .floating-cheese.left {
    top: 0;
    left: -20px;
    width: 180px;
  }
}
.brand-products .floating-cheese.right {
  top: -50px;
  right: -40px;
  width: 140px;
}
@media (min-width: 1000px) {
  .brand-products .floating-cheese.right {
    top: 0;
    right: -80px;
    width: 240px;
  }
}
.brand-products .floating-cheese img {
  width: 100%;
  height: auto;
  display: block;
}
.brand-products .brand-products-fox {
  position: absolute;
  left: 38%;
  width: 100%;
  bottom: 0;
  display: block;
}
@media (min-width: 782px) {
  .brand-products .brand-products-fox {
    left: 64%;
    width: 60%;
  }
}
.brand-products .brand-products-products {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 45%;
  display: block;
  z-index: 5;
}
@media (min-width: 782px) {
  .brand-products .brand-products-products {
    bottom: -20px;
    width: 22%;
  }
}
.brand-products .brand-products-ground {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  display: block;
}
@media (min-width: 1600px) {
  .brand-products .brand-products-ground {
    bottom: auto;
    top: calc(100% - 220px);
  }
}
.brand-videos {
  background: #A0091E;
  position: relative;
}
.brand-videos .swiper-outer {
  position: relative;
  width: calc(100% - 96px);
  max-width: 1600px;
  margin: 0 auto;
}
@media (min-width: 782px) {
  .brand-videos .swiper-outer {
    width: 80%;
  }
}
.brand-videos .swiper-slide {
  position: relative;
  user-select: none;
  pointer-events: none;
  opacity: 0.4;
  background: #96081c;
  transition: opacity 0.3s;
}
.brand-videos .swiper-slide.swiper-slide-active {
  user-select: auto;
  pointer-events: auto;
  opacity: 1;
}
.brand-videos .swiper-slide:after {
  content: ' ';
  display: block;
  padding: 0 0 56.25%;
}
.brand-videos .swiper-slide iframe,
.brand-videos .swiper-slide embed,
.brand-videos .swiper-slide video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.brand-videos .swiper-button {
  position: absolute;
  top: calc(50% - 24px);
  width: 48px;
  height: 48px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  transition: transform 0.3s;
  z-index: 10;
}
.brand-videos .swiper-button:hover {
  transform: scale(1.15);
}
.brand-videos .swiper-button.swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47 47'%3E%3Crect width='47' height='47' style='fill: none; stroke-width: 0px;'/%3E%3Crect x='.75' y='.75' width='45.5' height='45.5' style='fill: none; stroke: %23fff; stroke-width: 1.5px;'/%3E%3Cpath d='m39.93,23.59H9.37' style='fill: none; stroke: %23fff; stroke-width: 1.5px;'/%3E%3Cpath d='m19.49,33.54l-10.12-10.12,10.12-10.12' style='fill: none; stroke: %23fff; stroke-width: 1.5px;'/%3E%3C/svg%3E");
  left: -48px;
}
@media (min-width: 782px) {
  .brand-videos .swiper-button.swiper-button-prev {
    left: -62px;
  }
}
.brand-videos .swiper-button.swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47 47'%3E%3Crect width='47' height='47' style='fill: none; stroke-width: 0px;'/%3E%3Crect x='.75' y='.75' width='45.5' height='45.5' style='fill: none; stroke: %23fff; stroke-width: 1.5px;'/%3E%3Cpath d='m7.07,23.41h30.56' style='fill: none; stroke: %23fff; stroke-width: 1.5px;'/%3E%3Cpath d='m27.51,13.46l10.12,10.12-10.12,10.12' style='fill: none; stroke: %23fff; stroke-width: 1.5px;'/%3E%3C/svg%3E");
  right: -48px;
}
@media (min-width: 782px) {
  .brand-videos .swiper-button.swiper-button-next {
    right: -62px;
  }
}
.brand-awards {
  background: #FFFFFF;
  padding: 0 0 96px;
}
.brand-awards.dark-background {
  background: #2a2824;
}
.brand-awards.dark-background .copy {
  color: #fff;
}
.brand-awards .inner {
  width: 95vw;
  margin: 0 auto;
  position: relative;
}
.brand-awards .items {
  border: 1px solid #cc9c2b;
  width: 95vw;
  padding: 36px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}
@media (min-width: 1000px) {
  .brand-awards .items {
    justify-content: center;
    flex-direction: row;
    align-items: flex-start;
    padding: 48px;
    width: calc(100% - 337.5px);
  }
}
@media (min-width: 1400px) {
  .brand-awards .items {
    width: calc(100% - 450px);
  }
}
.brand-awards .item {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 240px;
}
.brand-awards img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  display: block;
}
@media (min-width: 1000px) {
  .brand-awards img {
    width: 180px;
    height: 180px;
  }
}
.brand-awards .copy {
  font-size: 18px;
  text-align: center;
  display: block;
  margin: 24px 0 0;
}
@media (min-width: 1000px) {
  .brand-awards .copy {
    margin: 36px 0 0;
    font-size: 24px;
  }
}
.brand-banner-silver {
  position: relative;
  background: #3c3c53;
}
.brand-banner-silver .inside {
  position: relative;
  z-index: 5;
}
.brand-banner-silver .inside:before {
  content: ' ';
  display: block;
  padding: 0 0 75%;
}
@media (min-width: 1000px) {
  .brand-banner-silver .inside:before {
    padding: 0 0 50%;
  }
}
@media (min-width: 1600px) {
  .brand-banner-silver .inside:before {
    padding: 0 0 800px;
  }
}
.brand-banner-silver:before {
  content: ' ';
  background: #191919;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9.5vw;
}
.brand-banner-silver:after {
  content: ' ';
  background-repeat: no-repeat;
  background-size: 400% auto;
  background-position: bottom center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1919 20.09'%3E%3Cpath d='m1919,3.27v16.82H0V4.21c59.42.08,60.63-1.1,62.02-1.68.46-.19,5.72,1.63,6.18,1.63l18.64.16c3.96.05,8.02.19,11.87-2.14,1.18-.7,2.49-.59,3.72-.96,1.12-.32,2.22-.7,3.34-.91,1.24-.21,2.49-.3,3.74-.29,6.42,0,6.42,1.28,12.86,1.28s6.42,6.26,12.84,6.26,6.42-6.53,12.84-6.53,6.42,2.01,12.86,2.01,6.42,4.2,12.84,4.2,6.18-2.14,12.6-2.14c3.58,0,6.18-1.63,9.47-3.9,3.42-2.36,5.56,1.82,8.82,2.32,4.89.78,10.11-1.74,15.03-2.22,4.99-.63,10.06-.3,14.92.99,1.82.54,3.48.99,63.17,1.15,59.69-.16,61.35-.62,63.17-1.15,4.86-1.29,9.92-1.62,14.9-.99,4.92.48,10.14,3,15.06,2.22,3.24-.51,5.4-4.68,8.83-2.33,3.26,2.27,5.86,3.9,9.47,3.9,6.42,0,6.15,2.14,12.57,2.14s6.45-4.2,12.86-4.2,6.42-2.01,12.84-2.01,6.42,6.53,12.86,6.53,6.42-6.26,12.84-6.26S479.57.01,485.99.01c1.26,0,2.52.09,3.77.29,1.12.21,2.22.59,3.32.91,1.23.37,2.54.27,3.74.96,3.85,2.33,7.92,2.19,11.87,2.14l18.61-.16c.46,0,5.75-1.82,6.2-1.63,1.32.59,2.49,1.68,55.36,1.68h6.66c76.41.05,77.98-1.1,79.8-1.68.61-.19,7.65,1.63,8.26,1.63l24.84.16c5.27.05,10.7.19,15.86-2.14,1.55-.7,3.32-.59,4.95-.96,1.5-.32,2.97-.7,4.44-.91,1.67-.2,3.35-.3,5.03-.29,8.56,0,8.56,1.28,17.14,1.28s8.56,6.26,17.12,6.26,8.59-6.53,17.14-6.53,8.56,2.01,17.14,2.01,8.56,4.2,17.14,4.2,8.21-2.14,16.8-2.14c4.79,0,8.24-1.63,12.62-3.9,4.57-2.36,7.43,1.82,11.76,2.32,6.55.78,13.51-1.74,20.06-2.22,6.65-.63,13.35-.3,19.9.99,2.41.54,4.63.99,84.27,1.15,79.62-.16,81.84-.62,84.24-1.15,6.55-1.29,13.25-1.62,19.9-.99,6.55.48,13.51,3,20.06,2.22,4.33-.51,7.22-4.68,11.77-2.33,4.39,2.27,7.84,3.9,12.65,3.9,8.56,0,8.21,2.14,16.8,2.14s8.56-4.2,17.12-4.2,8.58-2.01,17.14-2.01,8.56,6.53,17.14,6.53,8.56-6.26,17.12-6.26S1232.34,0,1240.9,0c1.68,0,3.36.09,5.03.29,1.47.21,2.97.59,4.44.91,1.63.37,3.4.27,4.97.96,5.14,2.33,10.56,2.19,15.83,2.14l24.83-.15c.61,0,7.65-1.82,8.26-1.63,1.77.56,3.32,1.68,73.73,1.68h8.99c89.78.03,91.68-1.12,93.87-1.68.72-.19,9.28,1.63,10.03,1.63l30.14.16c6.39.05,12.97.19,19.2-2.14,1.93-.7,4.06-.59,6.04-.96,1.79-.32,3.58-.7,5.38-.91,2.03-.2,4.06-.3,6.1-.29,10.38,0,10.38,1.28,20.78,1.28s10.4,6.26,20.78,6.26,10.4-6.53,20.81-6.53,10.38,2.01,20.78,2.01,10.4,4.2,20.78,4.2,9.97-2.14,20.38-2.14c5.83,0,10-1.63,15.32-3.9,5.54-2.35,9.01,1.82,14.28,2.33,7.94.78,16.37-1.74,24.34-2.22,8.05-.63,16.15-.3,24.12.99,2.94.54,5.64.99,102.21,1.15,24.36-.05,42.74-.11,56.67-.16' style='fill: %23191919; stroke-width: 0px;'/%3E%3C/svg%3E");
  position: absolute;
  padding: 0 0 10vw;
  bottom: calc(9.5vw - 2px);
  left: 0;
  width: 100%;
}
@media (min-width: 1000px) {
  .brand-banner-silver:after {
    padding: 0 0 5vw;
    background-size: 100% auto;
  }
}
.brand-banner-silver img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.brand-banner-silver svg {
  position: absolute;
  top: 11%;
  left: 5%;
  width: 90%;
  height: 90%;
  object-fit: contain;
  object-position: center;
  z-index: 10;
}
@media (min-width: 1000px) {
  .brand-banner-silver svg {
    top: 4%;
    left: 2.5%;
    width: 95%;
    height: 95%;
  }
}
.brand-about-silver {
  background: #FFFFFF;
  padding: 100px 0 50px;
}
@media (min-width: 1000px) {
  .brand-about-silver {
    padding: 300px 0 100px;
  }
}
.brand-about-silver .inner {
  width: 95vw;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
@media (min-width: 1000px) {
  .brand-about-silver .inner {
    text-align: left;
  }
}
.brand-about-silver h2 {
  font-size: 36px;
  color: #3C3C53;
  margin: 0 0 60px;
  position: relative;
  line-height: 1.1;
  z-index: 5;
}
@media (min-width: 1000px) {
  .brand-about-silver h2 {
    font-size: 66px;
  }
}
@media (min-width: 1400px) {
  .brand-about-silver h2 {
    width: calc(100% - 450px);
  }
}
.brand-about-silver .image {
  position: relative;
  width: 100%;
  margin: 30px 0 0;
}
@media (min-width: 1400px) {
  .brand-about-silver .image {
    width: 1054px;
    margin: 30px 0 0 150px;
  }
}
.brand-about-silver .image img {
  width: 100%;
  height: auto;
  display: block;
}
.brand-about-silver .logos {
  position: absolute;
  bottom: 0;
  right: -40px;
  top: -20px;
  width: 230px;
}
@media (min-width: 1000px) {
  .brand-about-silver .logos {
    top: auto;
    bottom: 0;
    width: 345px;
  }
}
@media (min-width: 1400px) {
  .brand-about-silver .logos {
    width: 460px;
    right: -15%;
  }
}
.brand-about-silver .logos img {
  width: 100%;
  height: auto;
  display: block;
}
.brand-about-panels {
  background: #FFFFFF;
  padding: 100px 0 50px;
}
.brand-about-panels .items {
  width: 95vw;
  max-width: 1800px;
  margin: 0 auto;
}
@media (min-width: 1000px) {
  .brand-about-panels .items {
    display: flex;
    justify-content: space-between;
  }
}
.brand-about-panels .item {
  background: #3c3c53;
  padding: 72px 28px;
  width: 100%;
  text-align: center;
}
@media (max-width: 1000px) {
  .brand-about-panels .item:nth-child(n+2) {
    padding: 0 28px 72px;
  }
}
@media (min-width: 1000px) {
  .brand-about-panels .item {
    width: calc(33.3% - 16.6px);
  }
}
.brand-about-panels h2 {
  font-family: 'ITC Franklin Gothic Condensed', sans-serif;
  font-size: 22px;
  color: #A7A9AC;
  text-transform: uppercase;
}
.brand-about-panels .text {
  display: block;
  margin: 30px 0 0;
}
.brand-about-panels p {
  font-family: 'Larish Neue Semibold', serif;
  font-size: 22px;
  color: #FFFFFF;
}
.brand-about-panels p:nth-child(n+2) {
  margin: 22px 0 0;
}
.brand-about-steps {
  position: relative;
  background: #FFFFFF;
  padding: 100px 0 75px;
  overflow: hidden;
}
.brand-about-steps:after {
  content: ' ';
  background-repeat: no-repeat;
  background-size: 400% auto;
  background-position: bottom center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1919 20.09'%3E%3Cpath d='m1919,3.27v16.82H0V4.21c59.42.08,60.63-1.1,62.02-1.68.46-.19,5.72,1.63,6.18,1.63l18.64.16c3.96.05,8.02.19,11.87-2.14,1.18-.7,2.49-.59,3.72-.96,1.12-.32,2.22-.7,3.34-.91,1.24-.21,2.49-.3,3.74-.29,6.42,0,6.42,1.28,12.86,1.28s6.42,6.26,12.84,6.26,6.42-6.53,12.84-6.53,6.42,2.01,12.86,2.01,6.42,4.2,12.84,4.2,6.18-2.14,12.6-2.14c3.58,0,6.18-1.63,9.47-3.9,3.42-2.36,5.56,1.82,8.82,2.32,4.89.78,10.11-1.74,15.03-2.22,4.99-.63,10.06-.3,14.92.99,1.82.54,3.48.99,63.17,1.15,59.69-.16,61.35-.62,63.17-1.15,4.86-1.29,9.92-1.62,14.9-.99,4.92.48,10.14,3,15.06,2.22,3.24-.51,5.4-4.68,8.83-2.33,3.26,2.27,5.86,3.9,9.47,3.9,6.42,0,6.15,2.14,12.57,2.14s6.45-4.2,12.86-4.2,6.42-2.01,12.84-2.01,6.42,6.53,12.86,6.53,6.42-6.26,12.84-6.26S479.57.01,485.99.01c1.26,0,2.52.09,3.77.29,1.12.21,2.22.59,3.32.91,1.23.37,2.54.27,3.74.96,3.85,2.33,7.92,2.19,11.87,2.14l18.61-.16c.46,0,5.75-1.82,6.2-1.63,1.32.59,2.49,1.68,55.36,1.68h6.66c76.41.05,77.98-1.1,79.8-1.68.61-.19,7.65,1.63,8.26,1.63l24.84.16c5.27.05,10.7.19,15.86-2.14,1.55-.7,3.32-.59,4.95-.96,1.5-.32,2.97-.7,4.44-.91,1.67-.2,3.35-.3,5.03-.29,8.56,0,8.56,1.28,17.14,1.28s8.56,6.26,17.12,6.26,8.59-6.53,17.14-6.53,8.56,2.01,17.14,2.01,8.56,4.2,17.14,4.2,8.21-2.14,16.8-2.14c4.79,0,8.24-1.63,12.62-3.9,4.57-2.36,7.43,1.82,11.76,2.32,6.55.78,13.51-1.74,20.06-2.22,6.65-.63,13.35-.3,19.9.99,2.41.54,4.63.99,84.27,1.15,79.62-.16,81.84-.62,84.24-1.15,6.55-1.29,13.25-1.62,19.9-.99,6.55.48,13.51,3,20.06,2.22,4.33-.51,7.22-4.68,11.77-2.33,4.39,2.27,7.84,3.9,12.65,3.9,8.56,0,8.21,2.14,16.8,2.14s8.56-4.2,17.12-4.2,8.58-2.01,17.14-2.01,8.56,6.53,17.14,6.53,8.56-6.26,17.12-6.26S1232.34,0,1240.9,0c1.68,0,3.36.09,5.03.29,1.47.21,2.97.59,4.44.91,1.63.37,3.4.27,4.97.96,5.14,2.33,10.56,2.19,15.83,2.14l24.83-.15c.61,0,7.65-1.82,8.26-1.63,1.77.56,3.32,1.68,73.73,1.68h8.99c89.78.03,91.68-1.12,93.87-1.68.72-.19,9.28,1.63,10.03,1.63l30.14.16c6.39.05,12.97.19,19.2-2.14,1.93-.7,4.06-.59,6.04-.96,1.79-.32,3.58-.7,5.38-.91,2.03-.2,4.06-.3,6.1-.29,10.38,0,10.38,1.28,20.78,1.28s10.4,6.26,20.78,6.26,10.4-6.53,20.81-6.53,10.38,2.01,20.78,2.01,10.4,4.2,20.78,4.2,9.97-2.14,20.38-2.14c5.83,0,10-1.63,15.32-3.9,5.54-2.35,9.01,1.82,14.28,2.33,7.94.78,16.37-1.74,24.34-2.22,8.05-.63,16.15-.3,24.12.99,2.94.54,5.64.99,102.21,1.15,24.36-.05,42.74-.11,56.67-.16' style='fill: %233c3c53; stroke-width: 0px;'/%3E%3C/svg%3E");
  position: absolute;
  padding: 0 0 10vw;
  bottom: -1px;
  left: -1px;
  width: calc(100% + 2px);
}
@media (min-width: 1000px) {
  .brand-about-steps:after {
    padding: 0 0 5vw;
    background-size: 100% auto;
  }
}
.brand-about-steps .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 95vw;
  margin: 0 auto;
}
@media (min-width: 1000px) {
  .brand-about-steps .items {
    width: 80vw;
    max-width: 1516px;
  }
}
.brand-about-steps .item {
  display: block;
  background: #3c3c53;
  padding: 25px 25px 75px;
  width: 100%;
  text-align: center;
}
.brand-about-steps .item:nth-child(2),
.brand-about-steps .item:nth-child(3),
.brand-about-steps .item:nth-child(4) {
  margin-top: 25px;
}
@media (min-width: 600px) {
  .brand-about-steps .item {
    width: calc(50% - 12.5px);
  }
  .brand-about-steps .item:nth-child(2) {
    margin-top: 0;
  }
  .brand-about-steps .item:nth-child(3),
  .brand-about-steps .item:nth-child(4) {
    margin-top: 25px;
  }
}
@media (min-width: 1000px) {
  .brand-about-steps .item {
    width: calc(25% - 18px);
  }
  .brand-about-steps .item:nth-child(3),
  .brand-about-steps .item:nth-child(4) {
    margin-top: 0;
  }
}
.brand-about-steps h2 {
  font-family: 'ITC Franklin Gothic Condensed', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 28px;
}
.brand-about-steps .image {
  position: relative;
}
.brand-about-steps .image:before {
  content: ' ';
  padding: 0 0 100%;
  display: block;
}
.brand-about-steps .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-position: center;
  object-fit: cover;
}
.brand-about-steps h3 {
  font-family: 'Larish Neue Semibold', serif;
  font-size: 28px;
  color: #FFFFFF;
  margin: 20px auto 0;
}
.brand-recipes-silver {
  background: #3c3c53;
  padding: 100px 0 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.brand-recipes-silver h2 {
  font-family: 'ITC Franklin Gothic Condensed', sans-serif;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 28px;
}
.brand-recipes-silver .swiper-outer {
  position: relative;
}
.brand-recipes-silver .swiper-slide {
  background: #A7A9AC;
  position: relative;
  width: 220px;
  box-shadow: 0 0 0 #A7A9AC;
  transition: box-shadow 0.4s;
  margin: 0 12.5px;
}
@media (min-width: 600px) {
  .brand-recipes-silver .swiper-slide {
    width: 330px;
  }
}
@media (min-width: 1000px) {
  .brand-recipes-silver .swiper-slide {
    width: 440px;
  }
}
.brand-recipes-silver .swiper-slide:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.4s;
}
.brand-recipes-silver .swiper-slide:hover:before {
  transform: translate(7.5px, 7.5px);
}
.brand-recipes-silver .swiper-slide:hover img {
  transform: translate(-7.5px, -7.5px);
}
.brand-recipes-silver .swiper-slide h3 {
  display: none;
}
.brand-recipes-silver .image {
  position: relative;
}
.brand-recipes-silver .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-position: center;
  object-fit: cover;
  transition: transform 0.4s;
}
.brand-recipes-silver .swiper-button {
  position: absolute;
  top: calc(50% - 24px);
  width: 48px;
  height: 48px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  transition: transform 0.3s;
  z-index: 10;
}
.brand-recipes-silver .swiper-button:hover {
  transform: scale(1.15);
}
.brand-recipes-silver .swiper-button.swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47 47'%3E%3Crect width='47' height='47' style='fill: none; stroke-width: 0px;'/%3E%3Crect x='.75' y='.75' width='45.5' height='45.5' style='fill: none; stroke: %23fff; stroke-width: 1.5px;'/%3E%3Cpath d='m39.93,23.59H9.37' style='fill: none; stroke: %23fff; stroke-width: 1.5px;'/%3E%3Cpath d='m19.49,33.54l-10.12-10.12,10.12-10.12' style='fill: none; stroke: %23fff; stroke-width: 1.5px;'/%3E%3C/svg%3E");
  left: 0;
}
@media (min-width: 782px) {
  .brand-recipes-silver .swiper-button.swiper-button-prev {
    left: 48px;
  }
}
.brand-recipes-silver .swiper-button.swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47 47'%3E%3Crect width='47' height='47' style='fill: none; stroke-width: 0px;'/%3E%3Crect x='.75' y='.75' width='45.5' height='45.5' style='fill: none; stroke: %23fff; stroke-width: 1.5px;'/%3E%3Cpath d='m7.07,23.41h30.56' style='fill: none; stroke: %23fff; stroke-width: 1.5px;'/%3E%3Cpath d='m27.51,13.46l10.12,10.12-10.12,10.12' style='fill: none; stroke: %23fff; stroke-width: 1.5px;'/%3E%3C/svg%3E");
  right: 0;
}
@media (min-width: 782px) {
  .brand-recipes-silver .swiper-button.swiper-button-next {
    right: 48px;
  }
}
.brand-recipes-silver .button {
  color: #fff;
  margin: 80px auto 0;
}
.brand-recipes-silver .button:hover {
  color: #DEBD5A;
}
.brand-pairing-silver {
  background: #3c3c53;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0 0;
}
.brand-pairing-silver .inner {
  background: #A7A9AC;
  padding: 60px 20px 75px;
  width: 95vw;
  margin: 0 auto;
}
@media (min-width: 1000px) {
  .brand-pairing-silver .inner {
    padding: 60px 75px 75px;
    width: 80vw;
    max-width: 1200px;
  }
}
.brand-pairing-silver h2 {
  font-family: 'Larish Neue Semibold', serif;
  font-size: 28px;
  color: #3c3c53;
  text-align: center;
  margin: 0 0 28px;
}
@media (min-width: 1000px) {
  .brand-pairing-silver h2 {
    font-size: 52px;
  }
}
.brand-pairing-silver .items {
  margin: 30px 0 0;
}
@media (min-width: 1000px) {
  .brand-pairing-silver .items {
    display: flex;
    justify-content: space-between;
    margin: 80px 0 0;
  }
}
.brand-pairing-silver .item {
  width: 340px;
  text-align: center;
}
@media (max-width: 1000px) {
  .brand-pairing-silver .item {
    margin: 0 auto;
  }
  .brand-pairing-silver .item:nth-child(n+2) {
    margin: 30px auto 0;
  }
}
.brand-pairing-silver h3 {
  font-family: 'ITC Franklin Gothic Condensed', sans-serif;
  font-size: 22px;
  color: #3c3c53;
  text-transform: uppercase;
  margin: 0 0 28px;
}
.brand-pairing-silver .icon {
  display: flex;
  justify-content: center;
}
.brand-pairing-silver .icon img {
  width: 40px;
  height: 90px;
  object-fit: contain;
  object-position: center;
  display: block;
}
.brand-pairing-silver p {
  font-family: 'Larish Neue Semibold', serif;
  font-size: 22px;
  color: #3c3c53;
  line-height: 1.2;
  margin: 16px 0 0;
}
@media (min-width: 1000px) {
  .brand-pairing-silver p {
    font-size: 32px;
  }
}
.brand-pairing-silver .button {
  color: #fff;
  margin: 80px auto 0;
}
.brand-pairing-silver .button:hover {
  color: #DEBD5A;
}
.builder-testimonials {
  background-image: url('../images/white-paper-texture-trimmed.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 60px 0;
}
@media (min-width: 1000px) {
  .builder-testimonials .container {
    display: flex;
    align-items: center;
  }
}
.builder-testimonials .quotation {
  position: relative;
  padding: 0 0 0 60px;
  opacity: 0;
  transition: opacity 1.4s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.builder-testimonials .quotation.revealed {
  opacity: 1;
}
@media (min-width: 1000px) {
  .builder-testimonials .quotation {
    width: 72%;
    padding: 0 10% 0 50px;
  }
}
.builder-testimonials .quotation:before {
  content: '“';
  font-family: 'Larish Neue Semibold', serif;
  position: absolute;
  top: -14px;
  left: 0;
  font-size: 100px;
}
.builder-testimonials .quotation p {
  font-size: 22px;
}
@media (min-width: 1000px) {
  .builder-testimonials .quotation p {
    font-size: 31px;
  }
}
.builder-testimonials .quotation p:nth-child(n+2) {
  margin: 25px 0 0;
}
.builder-testimonials .quotation footer {
  font-size: 16px;
  margin: 40px 0 0;
}
.builder-testimonials .image {
  background-color: #fff;
  padding: 1.6rem;
  overflow: hidden;
  width: 28%;
  transform: rotate(-2deg);
}
@media (max-width: 1000px) {
  .builder-testimonials .image {
    width: 70%;
    max-width: 360px;
    margin: 60px auto 0;
  }
}
.builder-testimonials .image img {
  width: 100%;
  aspect-ratio: 75/100;
  display: block;
  opacity: 0;
  transform: translateY(30px) scale(0.95);
  transition: 1.4s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform-origin: bottom;
}
.builder-testimonials .image img.revealed {
  opacity: 1;
  transform: translateY(0px) scale(1);
}
.builder-achievements {
  background: #4A6448;
  color: #FFFFFF;
  padding: 90px 0;
}
.builder-achievements.revealed h2,
.builder-achievements.revealed p {
  opacity: 1;
}
.builder-achievements h2 {
  font-size: 28px;
  margin: 0 0 34px;
}
@media (min-width: 1000px) {
  .builder-achievements h2 {
    font-size: 42px;
  }
}
.builder-achievements .upper {
  opacity: 0;
  transition: opacity 1.4s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.builder-achievements .upper.revealed {
  opacity: 1;
}
@media (min-width: 1000px) {
  .builder-achievements .upper {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1000px) {
  .builder-achievements .upper .set {
    width: calc(50% - 50px);
  }
}
@media (max-width: 1000px) {
  .builder-achievements .upper .set:nth-child(2) {
    margin: 40px 0 0;
  }
}
.builder-achievements .upper p {
  font-size: 18px;
  transition: opacity 1.4s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (min-width: 1000px) {
  .builder-achievements .upper p {
    font-size: 24px;
  }
}
.builder-achievements .upper li {
  display: flex;
}
.builder-achievements .upper li:nth-child(n+2) {
  margin: 20px 0 0;
}
.builder-achievements .upper li .icon {
  width: 80px;
  margin: 0 30px 0 0;
}
.builder-achievements .upper li .icon img {
  width: 100%;
  height: auto;
  display: block;
}
.builder-achievements .upper li p {
  width: calc(100% - 110px);
}
.builder-achievements .lower {
  margin: 60px 0 0;
  opacity: 0;
  transition: opacity 1.4s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (min-width: 1000px) {
  .builder-achievements .lower {
    margin: 100px 0 0;
  }
}
.builder-achievements .lower.revealed {
  opacity: 1;
}
.builder-achievements .lower h2 {
  margin: 0 0 60px;
}
@media (min-width: 1000px) {
  .builder-achievements .lower h2 {
    text-align: center;
  }
}
.builder-achievements .lower .items {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.builder-achievements .lower .item {
  display: flex;
  position: relative;
  padding: 0 0 60px;
}
@media (min-width: 1000px) {
  .builder-achievements .lower .item {
    padding: 0 0 60px 100px;
  }
}
.builder-achievements .lower .item:before {
  display: none;
}
@media (min-width: 1000px) {
  .builder-achievements .lower .item:before {
    content: ' ';
    position: absolute;
    top: 35px;
    left: 17px;
    bottom: 0;
    display: block;
    border-left: 2px solid #FFFFFF;
    transform: scaleY(0);
    transform-origin: top center;
    transition: transform 1.4s;
  }
}
.builder-achievements .lower .item:last-child {
  padding-bottom: 0;
}
.builder-achievements .lower .item:last-child:before {
  display: none;
}
.builder-achievements .lower .item.revealed:before {
  transform: scaleY(1);
}
.builder-achievements .lower .item.revealed i {
  border: 18px solid #FFFFFF;
}
.builder-achievements .lower .item i {
  display: none;
}
@media (min-width: 1000px) {
  .builder-achievements .lower .item i {
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: #4A6448;
    display: block;
    border: 2px solid #FFFFFF;
    transition: border 1.4s;
  }
}
.builder-achievements .lower .item .icon {
  width: 80px;
  margin: 0 30px 0 0;
}
@media (min-width: 1000px) {
  .builder-achievements .lower .item .icon {
    width: 88px;
    margin: 0 70px 0 0;
  }
}
.builder-achievements .lower .item .icon img {
  width: 100%;
  height: auto;
  display: block;
}
.builder-achievements .lower .item .content {
  width: calc(100% - 110px);
}
@media (min-width: 1000px) {
  .builder-achievements .lower .item .content {
    width: calc(100% - 158px);
  }
}
.builder-achievements .lower h3 {
  font-size: 30px;
}
@media (min-width: 1000px) {
  .builder-achievements .lower h3 {
    font-size: 24px;
  }
}
.builder-achievements .lower p {
  font-size: 18px;
  color: #A4B2A4;
  margin: 14px 0 0;
}
@media (min-width: 1000px) {
  .builder-achievements .lower p {
    font-size: 24px;
  }
}
.builder-future {
  background-image: url('../images/white-paper-texture-trimmed.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 90px 0;
}
@media (min-width: 1000px) {
  .builder-future .container {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1000px) {
  .builder-future .left-column {
    width: calc(50% - 40px);
  }
}
.builder-future .left-column .txt {
  opacity: 0;
  transition: opacity 1.4s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.builder-future .left-column .txt.revealed {
  opacity: 1;
}
.builder-future .left-column h2 {
  font-size: 34px;
}
.builder-future .left-column p {
  font-family: 'Larish Neue Semibold', serif;
  font-size: 22px;
  margin: 20px 0 0;
}
@media (min-width: 1000px) {
  .builder-future .left-column p {
    font-size: 28px;
  }
}
.builder-future .left-column .image {
  background-color: #fff;
  padding: 1.6rem;
  overflow: hidden;
  width: 100%;
  margin: 60px 0 0;
  transform: rotate(5deg);
}
.builder-future .left-column .image img {
  width: 100%;
  aspect-ratio: 4/3;
  display: block;
  opacity: 0;
  transform: scale(0.95);
  transition: 1.4s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform-origin: bottom;
}
.builder-future .left-column .image img.revealed {
  opacity: 1;
  transform: translateY(0px) scale(1);
}
.builder-future .right-column {
  opacity: 0;
  transition: opacity 1.4s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (min-width: 1000px) {
  .builder-future .right-column {
    width: calc(50% - 40px);
  }
}
@media (max-width: 1000px) {
  .builder-future .right-column {
    margin: 60px 0 0;
  }
}
.builder-future .right-column.revealed {
  opacity: 1;
}
.builder-future .right-column hr {
  display: block;
  border: 0;
  border-top: 1px solid #8C9E8A;
  margin: 0 0 25px;
}
@media (min-width: 1000px) {
  .builder-future .right-column hr {
    margin: 0 0 40px;
  }
}
.builder-future .right-column hr:last-child {
  margin-bottom: 0;
}
.builder-future .right-column p {
  font-size: 18px;
  text-align: center;
  margin: 0 0 25px;
}
@media (min-width: 1000px) {
  .builder-future .right-column p {
    font-size: 25px;
    margin: 0 0 40px;
  }
}
.builder-future .right-column p:last-child {
  margin-bottom: 0;
}
.builder-large-image {
  position: relative;
}
.builder-large-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  object-fit: cover;
  display: block;
}
