@charset "UTF-8";
/**
* Import
*/
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 20px;
  height: 14px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 20px;
  height: 2px;
  background-color: #000;
  radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -6px;
}

.hamburger-inner::after {
  bottom: -6px;
}

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  -webkit-perspective: 40px;
          perspective: 40px;
}

.hamburger--3dx .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 6px, 0) rotate(45deg);
          transform: translate3d(0, 6px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -6px, 0) rotate(-45deg);
          transform: translate3d(0, -6px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 40px;
          perspective: 40px;
}

.hamburger--3dx-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 6px, 0) rotate(45deg);
          transform: translate3d(0, 6px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -6px, 0) rotate(-45deg);
          transform: translate3d(0, -6px, 0) rotate(-45deg);
}

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  -webkit-perspective: 40px;
          perspective: 40px;
}

.hamburger--3dy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 6px, 0) rotate(45deg);
          transform: translate3d(0, 6px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -6px, 0) rotate(-45deg);
          transform: translate3d(0, -6px, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  -webkit-perspective: 40px;
          perspective: 40px;
}

.hamburger--3dy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 6px, 0) rotate(45deg);
          transform: translate3d(0, 6px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -6px, 0) rotate(-45deg);
          transform: translate3d(0, -6px, 0) rotate(-45deg);
}

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  -webkit-perspective: 40px;
          perspective: 40px;
}

.hamburger--3dxy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg) rotateY(180deg);
          transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 6px, 0) rotate(45deg);
          transform: translate3d(0, 6px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -6px, 0) rotate(-45deg);
          transform: translate3d(0, -6px, 0) rotate(-45deg);
}

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  -webkit-perspective: 40px;
          perspective: 40px;
}

.hamburger--3dxy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
          transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 6px, 0) rotate(45deg);
          transform: translate3d(0, 6px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -6px, 0) rotate(-45deg);
          transform: translate3d(0, -6px, 0) rotate(-45deg);
}

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-4px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-4px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-4px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-4px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(4px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(4px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(4px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(4px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(-4px, -5px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-4px, -5px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(-4px, 5px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-4px, 5px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(4px, -5px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(4px, -5px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(4px, 5px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(4px, 5px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  -webkit-transition-property: none;
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -12px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -6px, 0) rotate(-45deg);
          transform: translate3d(0, -6px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -12px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -6px, 0) rotate(45deg);
          transform: translate3d(0, -6px, 0) rotate(45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 1px;
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 6px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 12px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 6px, 0) rotate(135deg);
          transform: translate3d(0, 6px, 0) rotate(135deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -12px, 0) rotate(-270deg);
          transform: translate3d(0, -12px, 0) rotate(-270deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 1px;
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 6px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 12px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 6px, 0) rotate(-135deg);
          transform: translate3d(0, 6px, 0) rotate(-135deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -12px, 0) rotate(270deg);
          transform: translate3d(0, -12px, 0) rotate(270deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  -webkit-transition: background-color 0.125s 0.175s ease-in;
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic .hamburger-inner::after {
  top: 6px;
  right: 0;
  -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -40px;
  top: -40px;
  -webkit-transform: translate3d(40px, 40px, 0) rotate(45deg);
          transform: translate3d(40px, 40px, 0) rotate(45deg);
  -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -40px;
  top: -40px;
  -webkit-transform: translate3d(-40px, 40px, 0) rotate(-45deg);
          transform: translate3d(-40px, 40px, 0) rotate(-45deg);
  -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  -webkit-transition: background-color 0.125s 0.175s ease-in;
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 6px;
  right: 0;
  -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -40px;
  top: 40px;
  -webkit-transform: translate3d(40px, -40px, 0) rotate(-45deg);
          transform: translate3d(40px, -40px, 0) rotate(-45deg);
  -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -40px;
  top: 40px;
  -webkit-transform: translate3d(-40px, -40px, 0) rotate(45deg);
          transform: translate3d(-40px, -40px, 0) rotate(45deg);
  -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  -webkit-transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  -webkit-transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 1px;
}

.hamburger--slider .hamburger-inner::before {
  top: 6px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 12px;
}

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 6px, 0) rotate(45deg);
          transform: translate3d(0, 6px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-2.85714px, -4px, 0);
          transform: rotate(-45deg) translate3d(-2.85714px, -4px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -12px, 0) rotate(-90deg);
          transform: translate3d(0, -12px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 1px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 6px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 12px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 6px, 0) rotate(-45deg);
          transform: translate3d(0, 6px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  -webkit-transform: rotate(45deg) translate3d(2.85714px, -4px, 0);
          transform: rotate(45deg) translate3d(2.85714px, -4px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -12px, 0) rotate(90deg);
          transform: translate3d(0, -12px, 0) rotate(90deg);
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 1px;
  -webkit-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 6px;
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 12px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  background-color: transparent;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 6px, 0) rotate(45deg);
          transform: translate3d(0, 6px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 6px, 0) rotate(-45deg);
          transform: translate3d(0, 6px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -12px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -6px, 0) rotate(-45deg);
          transform: translate3d(0, -6px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: transparent;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: transparent;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transform: rotate(765deg);
          transform: rotate(765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-765deg);
          transform: rotate(-765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.woocommerce-archive-title {
  margin: 3rem 0;
}

.woocommerce-archive {
  background: #EAEEF0;
  padding: 5rem 0;
  margin-bottom: 3rem;
}

.woocommerce-archive .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.woocommerce-archive nav.woocommerce-pagination ul li span, .woocommerce-archive nav.woocommerce-pagination ul li a {
  padding: 1rem;
  background: white;
}

.woocommerce-archive dl, .woocommerce-archive ol, .woocommerce-archive ul {
  margin-bottom: 0rem;
  padding: 0px;
  list-style: none;
}

.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  margin: 0 1% 1% 0;
  width: 24%;
  background: white;
  padding: 1rem;
  border-radius: 0.25rem;
  padding-bottom: 5rem;
}

@media (max-width: 1450px) {
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 48%;
  }
}

@media (max-width: 768px) {
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 100% !important;
    margin: 0 0% 2% 0 !important;
  }
}

.woocommerce ul.products li.product span.onsale, .woocommerce-page ul.products li.product span.onsale {
  min-height: 1px;
  min-width: 1px;
  padding: 0.5rem 1rem;
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 140%;
  top: 1em;
  right: 1em;
  margin: 0;
  border-radius: 8px;
  background-color: #ffb803;
  color: #fff;
  font-size: .857em;
  z-index: 9;
}

.woocommerce ul.products li.product .archive-img-wrap, .woocommerce-page ul.products li.product .archive-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 175px;
  margin-bottom: 10px;
}

.woocommerce ul.products li.product .archive-img-wrap img, .woocommerce-page ul.products li.product .archive-img-wrap img {
  max-height: 175px;
  width: auto;
  margin: auto;
}

.woocommerce ul.products li.product h2.woocommerce-loop-product__title, .woocommerce-page ul.products li.product h2.woocommerce-loop-product__title {
  color: black;
  text-align: center;
  font-size: 1.3rem;
}

.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
  text-align: center;
  color: #000;
  font-size: 1rem;
}

.woocommerce ul.products li.product .buttons_archive, .woocommerce-page ul.products li.product .buttons_archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  right: 1rem;
}

.woocommerce ul.products li.product .buttons_archive a, .woocommerce-page ul.products li.product .buttons_archive a {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.woocommerce ul.products li.product .buttons_archive a:first-child, .woocommerce-page ul.products li.product .buttons_archive a:first-child {
  display: none;
}

.woocommerce ul.products li.product .buttons_archive .see-product-details-button, .woocommerce-page ul.products li.product .buttons_archive .see-product-details-button {
  background-color: #EAEEF0;
  color: #714E2A !important;
}

.woocommerce ul.products li.product .button.add_to_cart_button:before, .woocommerce-page ul.products li.product .button.add_to_cart_button:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f291";
}

.woocommerce ul.products li.product .button, .woocommerce-page ul.products li.product .button {
  text-align: center;
  padding: 1rem;
  background: #714E2A;
  color: white;
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.woocommerce-notices-wrapper {
  max-width: 1440px;
  margin: auto;
  padding: 0 1rem;
}

@media (max-width: 990px) {
  .woocommerce .woocommerceside {
    margin-top: 3rem;
  }
}

.woocommerce .woocommerceside h2 {
  font-size: 25px;
}

.woocommerce .woocommerceside .widget {
  padding: 2rem;
  background: #fff;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
}

.woocommerce .woocommerceside .widget_product_search button {
  display: none;
}

.woocommerce .woocommerceside .widget_product_search input {
  border: none;
  background: #EAEEF0;
  width: 100%;
  padding: 15px;
  border-radius: 0.25rem;
}

@media (max-width: 990px) {
  .post-type-archive-product .woocommerce-archive .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .post-type-archive-product .woocommerce-archive .row .woocommerceside {
    margin-top: 0rem;
    margin-bottom: 2rem;
  }
}

.woocommerce div.product .term-name-product {
  color: #714E2A;
}

.woocommerce div.product .term-name-product .fas {
  margin-right: 5px;
}

.woocommerce div.product h1 {
  font-size: 3.5rem;
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .woocommerce div.product h1 {
    font-size: 2.5rem;
  }
}

.woocommerce div.product .price {
  display: none;
}

.woocommerce div.product span.onsale {
  min-height: 1px;
  min-width: 1px;
  padding: 0.5rem 1rem;
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 140%;
  top: 1em;
  left: 1em;
  margin: 0;
  border-radius: 8px;
  background-color: #ffb803;
  color: #fff;
  font-size: .857em;
  z-index: 9;
}

.woocommerce div.product .taste-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.woocommerce div.product .taste-labels .taste-label {
  padding: 0.5rem 1rem;
  background: #EAEEF0;
  border-radius: 0.25rem;
  margin-right: 0.25rem;
}

.woocommerce div.product .taste-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.woocommerce div.product .taste-wrapper .taste-legend {
  height: 40px;
  width: 175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.woocommerce div.product .taste-wrapper .taste-legend .label-legend {
  padding: 0 0.5rem;
}

.woocommerce div.product .taste-wrapper .taste-legend .round {
  height: 10px;
  width: 10px;
  border: 1px solid #714E2A;
  border-radius: 50%;
}

.woocommerce div.product .taste-wrapper .taste-legend .round.full {
  background: #714E2A;
}

.woocommerce div.product .price-per {
  margin: 2rem 0rem;
}

.woocommerce div.product .price-per .price-per-value {
  font-weight: 900;
  font-size: 1rem;
}

.woocommerce div.product .price-per .price-value {
  font-size: 2rem;
  font-weight: 900;
  color: #714E2A;
}

.woocommerce div.product .cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.woocommerce div.product .cart .cut-field-wrapper {
  width: 100%;
}

.woocommerce div.product .cart .cut-field-wrapper select {
  width: 470px;
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
  -webkit-appearance: none;
  border: 2px solid #EAEEF0;
  border-radius: 0.25rem;
  background: url(../assets/Triangle.svg);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 95%;
}

@media (max-width: 1200px) {
  .woocommerce div.product .cart .cut-field-wrapper select {
    width: 100%;
  }
}

.woocommerce div.product .cart .qty {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #EAEEF0;
  padding: 1rem;
  border-right: 0px;
  margin-right: -2px;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  text-transform: lowercase;
}

@media (max-width: 1200px) {
  .woocommerce div.product .cart .qty {
    width: 50%;
  }
}

@media (max-width: 1200px) {
  .woocommerce div.product .quantity {
    width: 50%;
    margin: 0 !important;
  }
}

.woocommerce div.product .quantity .qty {
  height: 48px;
  width: 100px;
  border: 0px;
  background: #EAEEF0;
  border-radius: 0.25rem;
}

@media (max-width: 1200px) {
  .woocommerce div.product .quantity .qty {
    width: 100%;
  }
}

.woocommerce div.product form.cart .button {
  width: 250px;
  padding: 1rem;
  background: #714E2A;
  color: white;
  margin-left: 0.25rem;
}

@media (max-width: 1200px) {
  .woocommerce div.product form.cart .button {
    margin: 0;
    margin-top: 0.5rem;
    width: 100%;
  }
}

.woocommerce div.product .product-shop-attributes-details {
  margin-top: 2rem;
}

.woocommerce div.product .product-shop-attributes-details table.shop_attributes {
  border: none;
}

.woocommerce div.product .product-shop-attributes-details table.shop_attributes td {
  font-style: normal;
}

.woocommerce div.product .product-shop-attributes-details table.shop_attributes td, .woocommerce div.product .product-shop-attributes-details table.shop_attributes th {
  background: none;
  border: none;
  padding: 0px;
}

.woocommerce div.product .product-shop-attributes-details table.shop_attributes td p, .woocommerce div.product .product-shop-attributes-details table.shop_attributes th p {
  padding: 4px 0;
}

.productrow {
  background: #EAEEF0;
  padding: 5rem 0;
  margin-bottom: 2rem;
}

.related.products {
  display: block;
  text-align: center;
}

.related.products .products {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.related.products h2 {
  margin-bottom: 3rem;
}

.info-box {
  padding: 1.5rem;
  background: #d4d1c0;
  border-radius: 8px;
  margin-top: 2rem;
}

.woocommerce-message {
  border-color: #714E2A;
}

.woocommerce-message::before {
  color: #714E2A;
}

.woocommerce-message a.button {
  padding: 1rem;
  background: #714E2A;
  color: white !important;
  margin-left: 0.25rem;
}

.woocommerce-message a.button:hover {
  background: #5e4123;
  color: white;
}

.shoppingbasket {
  position: absolute;
  top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1200px) {
  .shoppingbasket {
    top: 50px;
    left: -90px;
  }
}

.shoppingbasket a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shoppingbasket .fas {
  margin-left: 10px;
  font-size: 18px;
}

.amountshoppingbasket {
  height: 25px;
  width: 25px;
  background: #714E2A;
  position: absolute;
  right: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  color: #fff;
  top: -15px;
}

@media (max-width: 768px) {
  .amountshoppingbasket {
    height: 20px;
    width: 20px;
    font-size: 12px;
  }
}

.mobile-shopping-basket {
  display: none;
  position: relative;
  padding: 10px;
}

@media (max-width: 768px) {
  .mobile-shopping-basket {
    display: block;
    position: absolute;
    right: 50px;
  }
  .mobile-shopping-basket .amountshoppingbasket {
    top: -5px;
    right: 0px;
  }
}

.mobile-shopping-basket .fas {
  font-size: 20px;
}

/*** iPhone and iOS Form Input Zoom Fixes ***/
/* Fix Input Zoom on devices older than iPhone 5: */
@media screen and (device-aspect-ratio: 2 / 3) {
  select, textarea, input[type="text"], input[type="password"],
  input[type="datetime"], input[type="datetime-local"],
  input[type="date"], input[type="month"], input[type="time"],
  input[type="week"], input[type="number"], input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}

/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40 / 71) {
  select, textarea, input[type="text"], input[type="password"],
  input[type="datetime"], input[type="datetime-local"],
  input[type="date"], input[type="month"], input[type="time"],
  input[type="week"], input[type="number"], input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}

/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375 / 667) {
  select, textarea, input[type="text"], input[type="password"],
  input[type="datetime"], input[type="datetime-local"],
  input[type="date"], input[type="month"], input[type="time"],
  input[type="week"], input[type="number"], input[type="email"],
  input[type="tel"], input[type="url"] {
    font-size: 16px;
  }
}

/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9 / 16) {
  select, textarea, input[type="text"], input[type="password"],
  input[type="datetime"], input[type="datetime-local"],
  input[type="date"], input[type="month"], input[type="time"],
  input[type="week"], input[type="number"], input[type="email"],
  input[type="tel"], input[type="url"] {
    font-size: 16px;
  }
}

/**
Checkout -----------------------------------------------------------------
*/
.woocommerce .woocommerce-checkout .col-1, .woocommerce .woocommerce-checkout .col-2, .form-row .col-1, .form-row .col-2 {
  max-width: 100%;
  width: 100%;
  padding: 0;
}

.woocommerce .woocommerce-checkout h1.entry-title, .form-row h1.entry-title {
  text-align: center;
  margin-bottom: 75px;
}

@media (max-width: 768px) {
  .woocommerce .woocommerce-checkout h1.entry-title, .form-row h1.entry-title {
    margin-bottom: 25px;
  }
}

@media (max-width: 768px) {
  .woocommerce .woocommerce-checkout .padding-bottom, .form-row .padding-bottom {
    padding-bottom: 0px;
  }
}

.woocommerce .woocommerce-checkout .address-field select, .form-row .address-field select {
  display: block;
  width: 100%;
  height: 3rem !important;
  border: none !important;
}

.woocommerce .woocommerce-checkout .woocommerce-additional-fields h3, .form-row .woocommerce-additional-fields h3 {
  display: none;
}

.woocommerce .woocommerce-checkout p:last-child, .woocommerce .woocommerce-checkout .textrow p:last-child, .form-row p:last-child, .form-row .textrow p:last-child {
  margin-bottom: 6px;
}

.woocommerce .woocommerce-checkout .form-row textarea, .form-row .form-row textarea {
  height: 125px;
}

.woocommerce .woocommerce-checkout input[type="text"], .woocommerce .woocommerce-checkout input[type="email"], .woocommerce .woocommerce-checkout input[type="url"], .woocommerce .woocommerce-checkout input[type="password"], .woocommerce .woocommerce-checkout input[type="search"], .woocommerce .woocommerce-checkout input[type="number"], .woocommerce .woocommerce-checkout input[type="tel"], .woocommerce .woocommerce-checkout input[type="range"], .woocommerce .woocommerce-checkout input[type="date"], .woocommerce .woocommerce-checkout input[type="month"], .woocommerce .woocommerce-checkout input[type="week"], .woocommerce .woocommerce-checkout input[type="time"], .woocommerce .woocommerce-checkout input[type="datetime"], .woocommerce .woocommerce-checkout input[type="datetime-local"], .woocommerce .woocommerce-checkout input[type="color"], .woocommerce .woocommerce-checkout textarea, .form-row input[type="text"], .form-row input[type="email"], .form-row input[type="url"], .form-row input[type="password"], .form-row input[type="search"], .form-row input[type="number"], .form-row input[type="tel"], .form-row input[type="range"], .form-row input[type="date"], .form-row input[type="month"], .form-row input[type="week"], .form-row input[type="time"], .form-row input[type="datetime"], .form-row input[type="datetime-local"], .form-row input[type="color"], .form-row textarea {
  border-radius: 0.25rem;
  padding: 17.5px 25px;
  border: 0px;
  background: #EAEEF0;
}

.woocommerce .woocommerce-checkout #payment div.form-row, .form-row #payment div.form-row {
  background: #EAEEF0;
}

.woocommerce .woocommerce-checkout #payment div.form-row .button, .form-row #payment div.form-row .button {
  background: #714E2A;
  color: white;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 1rem;
  -webkit-font-smoothing: auto;
}

.product-name p {
  margin-bottom: 0px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  height: 40px;
  border-radius: 0px;
  padding: 10px;
  width: 150px;
}

.woocommerce table.shop_table {
  border: 0px;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 0.25rem;
  padding: 25px;
  font-size: 15px;
  border: 2px solid #714E2A;
}

.cross-sells h2:first-child {
  margin-bottom: 50px;
  text-align: center;
}

#order_review_heading {
  display: none;
}

#order_review_heading, .woocommerce-checkout-review-order {
  margin-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.woocommerce-checkout #payment div.form-row {
  padding: 25px;
}

.woocommerce-checkout #payment div.form-row .button {
  width: 100%;
  margin-top: 15px;
  background: #714E2A;
  color: white;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 1rem;
  -webkit-font-smoothing: auto;
}

.woocommerce .form-row {
  width: 100%;
}

.woocommerce .form-row .woocommerce-input-wrapper {
  width: 100%;
}

.woocommerce .cart .button, .woocommerce a.button {
  border-radius: 0.25rem;
  color: white !important;
  background: #714E2A;
}

.woocommerce .cart .button:hover, .woocommerce a.button:hover {
  background: #5e4123;
  color: white;
}

.woocommerce .quantity .qty {
  border-radius: 5px;
  width: 3.631em;
  text-align: center;
  border: 0px;
  background: #EAEEF0;
  height: 40px;
}

@media (max-width: 768px) {
  .woocommerce form .form-row {
    padding: 0px !important;
  }
}

.woocommerce .woocommerce-checkout #payment div.form-row .button {
  margin-bottom: 0px !important;
}

.back-link-wrapper {
  text-align: right;
}

.datepicker-days .next, .datepicker-days .prev {
  background: #EAEEF0 !important;
  color: #714E2A !important;
}

.datepicker table tr td.active.active {
  background: #714E2A !important;
}

._shipping_date_field {
  display: none;
}

.login .form-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.login .form-row button {
  width: 8rem;
  background: #714E2A;
  color: #fff;
}

.woocommerce-info {
  background: #EAEEF0;
  border-color: #714E2A;
}

.woocommerce-info::before {
  color: #714E2A;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  width: 100%;
  max-width: 100%;
  padding: 0px;
}

@media (max-width: 768px) {
  .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    width: 100%;
  }
}

#payment select {
  display: block;
  width: 100%;
  height: 3rem;
  border: none;
}

.woocommerce-checkout #payment ul.payment_methods {
  background-color: #eaeef0;
}

.woocommerce-checkout #payment div.payment_box {
  background-color: #d1d7da;
}

.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #d1d7da;
}

.woocommerce-page table.cart td.actions .coupon {
  display: none;
}

body .checkout_coupon button {
  background-color: #714E2A !important;
  color: white !important;
  margin-top: 0px !important;
  margin-bottom: 0px v;
  padding: 1rem !important;
  -webkit-font-smoothing: auto !important;
}

.select2-container .select2-dropdown, .select2-container .select2-selection, .woocommerce form .form-row .input-text {
  border: none;
}

.select2-container .select2-selection--single .select2-selection__rendered, .woocommerce form .form-row .input-text {
  background: #eaeef0;
  padding: 17.5px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.25rem;
}

/**
Account -----------------------------------------------------------------
*/
@media (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul, .woocommerce-account .woocommerce-MyAccount-navigation li {
    margin-left: 0px;
    padding: 0;
  }
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-right: 1px solid #EAEEF0;
}

@media (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    border-bottom: 1px solid #EAEEF0;
  }
}

.woocommerce-account button.button {
  color: white !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
  margin-bottom: 2.5rem;
}

.woocommerce-account .section-page-header, .woocommerce-account .jump-out-right.jump-out-image {
  display: none;
}

.woocommerce-account .section-page-content {
  padding-top: 0px;
}

.woocommerce-account .product-total, .woocommerce-account tfoot {
  display: none;
}

.woocommerce-account .col-1 {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
}

.woocommerce-account .col2-set .col-2, .woocommerce-account .col2-set .col-2 {
  width: 48%;
  max-width: 100%;
  padding: 0px;
}

@media (max-width: 768px) {
  .woocommerce-account .col2-set .col-2, .woocommerce-account .col2-set .col-2 {
    width: 100%;
  }
}

.woocommerce-account button {
  background: #714E2A !important;
  color: #000 !important;
  padding: 15px !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul, .woocommerce-account .woocommerce-MyAccount-navigation li {
  list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
  margin-bottom: 0.5rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active {
  font-weight: 900;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
  color: #000;
  border-bottom: 2px solid #714E2A;
  text-decoration: none;
}

.woocommerce-account .woocommerce-orders-table__cell-order-total, .woocommerce-account .woocommerce-orders-table__header-order-total {
  display: none;
}

.woocommerce-account .woocommerce-orders-table__cell-order-actions .button {
  margin-right: 0.5rem;
}

/*--------------------------------------------------------------
# Include website
--------------------------------------------------------------*/
/* -------------------------------------------------------
- Import main
------------------------------------------------------- */
/**
* Global
*/
body {
  font-family: Lato, "Helvetica Neue", sans-serif;
  padding-top: 7.5rem;
  font-size: 16px;
}

@media (max-width: 768px) {
  body {
    font-size: 15px;
  }
}

img {
  max-width: 100%;
}

@media (min-width: 768px) {
  body {
    padding-top: 137px;
  }
}

*, *:focus {
  outline: none !important;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 990px) {
  .wp-block-columns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    margin-left: 0px !important;
  }
  .wp-block-column .col-1, .wp-block-column .col-2 {
    padding: 0px !important;
  }
  .wp-block-column .woocommerce-checkout-review-order {
    padding: 0px !important;
  }
}

/**
*
*/
.wrapper {
  max-width: 1900px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

/**
* Utils
*/
.overflow-hidden {
  overflow: hidden;
}

/**
* Mixins
*/
/**
* Components
*/
a {
  color: #714E2A;
}

a:hover {
  color: #5e4123;
}

.link {
  color: #000;
}

.link:hover {
  color: #714E2A;
  text-decoration: none;
}

.dividing-point {
  margin-left: 8px;
  margin-right: 8px;
  background-color: #714E2A;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

/**
* Header
*/
.header__menu .custom-logo {
  width: 10rem;
  height: auto;
}

header.menu-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  z-index: 1030;
  height: 112px;
}

.usps {
  background-color: #d4d1c0;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.usps .usp-item {
  font-size: 0.8rem;
  font-weight: 900;
  color: #8d8c83;
}

.usps .usp-item a {
  color: #8d8c83;
}

@media (max-width: 768px) {
  .usps .usp-item {
    text-align: center;
  }
}

.usps .usp2 {
  text-align: center;
}

.usps .usp3 {
  text-align: right;
}

@media (max-width: 768px) {
  .usps .usp3 {
    text-align: center;
  }
}

.usps .fa-star {
  color: #e4a400;
  margin-left: 0.25rem;
}

.usps .fab:first-child {
  margin-left: 0.5rem;
  margin-right: 0.25rem;
}

.header__phone-button {
  position: absolute;
  right: 9px;
  top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 52px;
  height: 52px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #714E2A;
  font-size: 20px;
  cursor: pointer;
}

.header__phone-button:hover {
  text-decoration: none;
  color: #714E2A;
}

.hamburger {
  display: none;
}

.navigation-link {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  cursor: pointer;
  position: relative;
  font-family: 'Chela One', cursive;
  text-transform: lowercase;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navigation-link:after {
  content: ' ';
  width: 6px;
  height: 6px;
  background-color: #714E2A;
  left: 50%;
  position: absolute;
  margin-left: -3px;
  border-radius: 50%;
  display: none;
}

.navigation-link:hover {
  color: #714E2A;
}

.navigation-link--active {
  color: #714E2A;
}

.navigation-link--active:after {
  display: block;
}

.page-id-70 .backgroundimage {
  background-position: center bottom;
}

.accountlink {
  position: absolute;
  right: 116px;
  top: 28px;
  z-index: 999;
}

@media (max-width: 1200px) {
  .accountlink {
    right: 405px;
    top: 12px;
  }
}

@media (max-width: 768px) {
  .accountlink {
    right: 25px;
    top: 25px;
  }
  .accountlink .deldesktop {
    display: none;
  }
}

.accountlink a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1200px) {
  .accountlink a {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .accountlink a {
    font-size: 20px;
  }
  .accountlink a .fas {
    color: #000;
  }
}

.accountlink a .fas {
  color: #714E2A;
  margin-left: 0.5rem;
}

@media (max-width: 768px) {
  .accountlink a .fas {
    color: #000;
  }
}

@media (max-width: 767px) {
  .hamburger {
    position: absolute;
    left: 9px;
    top: 14px;
    display: block;
    background-color: transparent !important;
  }
  .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #fff;
    height: 80px;
  }
  .logo {
    width: 6rem;
  }
  .header__navigation {
    background-color: #fff;
    position: fixed;
    top: 7rem;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
  }
  .header__navigation.show {
    display: block;
  }
  .header__navigation__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 100%;
    width: 100%;
    position: relative;
  }
  .header__navigation__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px;
    background-color: #EAEEF0;
  }
  .navigation {
    text-align: center;
    width: 100%;
  }
  .navigation-link {
    display: block;
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  header.menu-header {
    height: auto;
  }
  .header__phone-button {
    display: none;
  }
  .navigation-link {
    font-size: 18px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .navigation-link:after {
    bottom: -4px;
  }
}

@media (min-width: 768px) {
  .header__navigation {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .header__navigation__inner {
    padding-left: 32px;
    padding-right: 32px;
  }
  .header__navigation__footer {
    display: none;
  }
}

@media (min-width: 768px) {
  .logo {
    width: 165px;
  }
}

@media (max-width: 550px) {
  .logo {
    width: 100px;
  }
}

.css-1cslkoy {
  color: #ffffff !important;
}

@media (min-width: 768px) {
  .header__inside {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 768px) {
  .header__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-left: 32px;
    padding-right: 16px;
    background-image: url(../header_shape.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 293px;
    height: 77px;
    position: absolute;
    right: 0;
    top: -38px;
    padding-bottom: 11px;
    font-size: 12px;
  }
  .contact__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1200px) {
  .header__contact {
    padding-left: 48px;
    width: 445px;
    height: 117px;
    top: 0;
    padding-bottom: 32px;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .header__contact {
    display: none;
  }
}

/**
* Section Primary
*/
.section-primary {
  padding-top: 50px;
  padding-bottom: 25px;
}

.section-primary-title {
  font-family: 'Chela One', cursive;
  font-size: 35px;
}

.section-primary-title:after {
  background-color: #714E2A;
  border-radius: 50%;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: ' ';
  margin-left: 6px;
}

@media (min-width: 550px) {
  .section-primary-title {
    font-size: 50px;
  }
}

@media (min-width: 768px) {
  .section-primary {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 990px) {
  .section-primary__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .section-primary-title {
    white-space: nowrap;
    margin-bottom: 0;
    margin-right: 80px;
  }
}

@media (min-width: 1200px) {
  .section-primary {
    padding-top: 75px;
  }
}

/**
* Section Page Header
*/
.section-page-header {
  position: relative;
  width: 100%;
  height: calc(100vh - 320px);
  min-height: 380px;
}

@media (max-width: 768px) {
  .section-page-header {
    height: calc(70vh - 320px);
    min-height: 250px;
  }
}

.page-id-72 .section-page-header {
  height: calc(100vh - 820px);
  min-height: 820px;
}

@media (max-width: 768px) {
  .page-id-72 .section-page-header {
    height: 250px;
    min-height: 250px;
  }
}

.section-page-header__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.backgroundimage {
  height: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/**
* Quotes
*/
.quotes {
  background-color: #714E2A;
}

.quotes__inner {
  margin: 0 auto;
  padding-left: 100px;
  color: white;
}

@media (max-width: 768px) {
  .quotes__inner {
    padding-left: 25px;
  }
}

.quotes__heading {
  overflow: hidden;
}

.quotes__control {
  cursor: pointer;
}

.quotes__arrow-left {
  margin-right: 16px;
}

.quotes__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quotes__description {
  font-size: 12px;
}

.quote__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}

.quote__author {
  font-weight: bold;
  font-size: 20px;
  margin-right: 24px;
}

.quote__text {
  position: relative;
  padding-left: 50px;
}

.quote__text:before {
  font-family: 'Chela One', cursive;
  position: absolute;
  top: 0;
  left: 0;
  content: '“';
  font-size: 75px;
  line-height: 1;
  color: #fff;
}

.bigger-padding-bottom .section-py {
  padding-bottom: 130px;
}

@media (max-width: 768px) {
  .bigger-padding-bottom .section-py {
    padding-bottom: 75px;
  }
}

@media (max-width: 767px) {
  .quotes__heading {
    margin-bottom: 40px;
  }
  .quotes__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (min-width: 768px) {
  .quotes__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .quotes__heading {
    margin-right: 100px;
  }
}

.margin-bottom {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .margin-bottom {
    margin-bottom: 75px;
  }
}

/**
* Offers
*/
.section-offers__inner {
  background-color: #fff;
}

.offers-heading-title {
  font-family: 'Chela One', cursive;
  font-size: 35px;
}

.offers-heading-title:after {
  background-color: #714E2A;
  border-radius: 50%;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: ' ';
  margin-left: 6px;
}

.offer {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E3E8EB;
}

.offer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.offer-heading {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 16px;
}

.offer-title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 4px;
}

@media (max-width: 768px) {
  .offer-title {
    font-size: 18px;
  }
}

.offer-remaining {
  font-size: 12px;
}

.offer-remaining__days {
  color: #714E2A;
}

.offer-end-date {
  color: #714E2A;
  white-space: nowrap;
  font-weight: 600;
}

.offer-heading {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 16px;
}

.offer-end-date-label {
  font-size: 14px;
}

@media (max-width: 549px) {
  .offers-heading {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .offers-heading-title {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .offers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 820px;
    margin: 0 auto;
  }
  .offers-heading {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 40px;
  }
  .offers-body {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

/**
* Buttons
*/
.button {
  font-weight: bold;
  cursor: pointer;
  padding: 12px 24px;
  background: #714E2A;
  color: white;
  border-radius: 0.25rem;
  display: inline-block;
  border: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.button:hover {
  color: #000;
  text-decoration: none;
}

.button:hover {
  background: #5e4123;
}

.button__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.button__icon {
  margin-left: 14px;
}

/**
* Footer
*/
footer {
  position: relative;
}

.footer {
  background-color: #EAEEF0;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.sub-footer__inner {
  background-color: #EAEEF0;
  width: 100%;
}

.footer-block {
  background-color: #fff;
  padding: 20px 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-block__element {
  margin-right: 16px;
}

.footer-block__element:last-of-type {
  margin-right: 0;
}

.footer-block__link {
  color: #000;
}

.footer-block__link:hover {
  color: #714E2A;
  text-decoration: none;
}

.footer-column {
  margin-bottom: 40px;
}

.footer-column__title {
  font-family: 'Chela One', cursive;
  font-size: 20px;
  margin-bottom: 20px;
}

.footer-link-list {
  padding: 0;
}

.footer-link {
  list-style: none;
}

.footer-link a {
  color: #000;
}

.footer-link a:hover {
  color: #714E2A;
  text-decoration: none;
}

.socials {
  font-size: 1.5rem;
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.socials a {
  font-size: 1.25rem;
}

@media (min-width: 550px) {
  .footer {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .footer-block {
    height: 119px;
  }
  .footer-block:before {
    position: absolute;
    bottom: 0;
    left: -63px;
    height: 119px;
    width: 63px;
    background-image: url(../footer_shape.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: ' ';
  }
  .sub-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sub-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sub-footer-heading {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .footer-block {
    padding: 20px 65px 20px 15px;
  }
}

@media (max-width: 549px) {
  .footer-block {
    border-top-left-radius: 5px;
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .footer #opening-hours {
    margin-left: 70px;
  }
  .menu-columns {
    padding-top: 50px;
  }
  .sub-footer {
    margin-top: -116px;
  }
}

/**
* Rating
*/
.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5px;
}

.rating-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #714E2A;
  background-color: transparent;
  margin-right: 5px;
}

.rating-dot--active {
  background-color: #714E2A;
}

/**
* Section Page Content
*/
.section-page-content {
  overflow: hidden;
}

.section-page-content .owl-drag {
  cursor: move;
}

.section-page-content .jump-out-image img {
  border-radius: 5px;
}

.user-content h1, .user-content h2, .user-content h3, .user-content h4, .user-content h5, .user-content h6, .woocommerce h1, .woocommerce h2, .woocommerce h3, .woocommerce h4, .woocommerce h5, .woocommerce h6, .productrow h1, .productrow h2, .productrow h3, .productrow h4, .productrow h5, .productrow h6, .section-extra-row h1, .section-extra-row h2, .section-extra-row h3, .section-extra-row h4, .section-extra-row h5, .section-extra-row h6, .section-logos h1, .section-logos h2, .section-logos h3, .section-logos h4, .section-logos h5, .section-logos h6 {
  font-family: 'Chela One', cursive;
  margin-bottom: 16px;
  line-height: 1.25;
}

.user-content h1:after, .user-content h2:after, .user-content h3:after, .user-content h4:after, .user-content h5:after, .user-content h6:after, .woocommerce h1:after, .woocommerce h2:after, .woocommerce h3:after, .woocommerce h4:after, .woocommerce h5:after, .woocommerce h6:after, .productrow h1:after, .productrow h2:after, .productrow h3:after, .productrow h4:after, .productrow h5:after, .productrow h6:after, .section-extra-row h1:after, .section-extra-row h2:after, .section-extra-row h3:after, .section-extra-row h4:after, .section-extra-row h5:after, .section-extra-row h6:after, .section-logos h1:after, .section-logos h2:after, .section-logos h3:after, .section-logos h4:after, .section-logos h5:after, .section-logos h6:after {
  background-color: #714E2A;
  border-radius: 50%;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: ' ';
  margin-left: 6px;
}

.user-content h1, .woocommerce h1, .productrow h1, .section-extra-row h1, .section-logos h1 {
  font-size: 40px;
}

.user-content h2, .woocommerce h2, .productrow h2, .section-extra-row h2, .section-logos h2 {
  font-size: 35px;
}

@media (max-width: 375px) {
  .user-content h2, .woocommerce h2, .productrow h2, .section-extra-row h2, .section-logos h2 {
    font-size: 1.75rem;
  }
}

.user-content h3, .woocommerce h3, .productrow h3, .section-extra-row h3, .section-logos h3 {
  font-size: 30px;
}

.user-content h4, .woocommerce h4, .productrow h4, .section-extra-row h4, .section-logos h4 {
  font-size: 25px;
}

.user-content h5, .woocommerce h5, .productrow h5, .section-extra-row h5, .section-logos h5 {
  font-size: 20px;
}

.user-content h6, .woocommerce h6, .productrow h6, .section-extra-row h6, .section-logos h6 {
  font-size: 16px;
}

.user-content img, .woocommerce img, .productrow img, .section-extra-row img, .section-logos img {
  border-radius: 5px;
}

@media (min-width: 768px) {
  .section-page-content .jump-out-image {
    padding-left: 20px;
  }
  .bigger-padding-bottom .page-content {
    padding-bottom: 130px;
  }
}

@media (min-width: 768px) and (max-width: 768px) {
  .bigger-padding-bottom .page-content {
    padding-bottom: 75px;
  }
}

@media (min-width: 990px) {
  .section-page-content .jump-out-image {
    padding-left: 80px;
  }
}

/**
* Content Block & extra content row
*/
.content-block {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 10px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.content-block.withlink:hover .content-block__inner {
  background-color: #dbe2e5;
}

.content-block h1, .content-block h2, .content-block h3, .content-block h4, .content-block h5, .content-block h6 {
  margin: 0 0 15px 0;
}

.content-block h2 {
  font-size: 18px;
  font-weight: 600;
}

.content-block ul {
  padding-left: 10px;
}

.content-block li {
  list-style: none;
}

.content-block li:before {
  content: "•";
  color: #714E2A;
  margin-right: 7px;
}

.content-block__inner {
  background-color: #EAEEF0;
  padding: 30px 25px;
  border-radius: 5px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 150px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.content-block__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.content-block__link {
  color: #000;
}

.content-block__link:hover {
  color: #714E2A;
  text-decoration: none;
}

.content-block__link-icon path {
  fill: #714E2A;
}

.content-block__link-title {
  margin-right: 10px;
}

.click {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.section-extra-row .page-content {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (max-width: 990px) {
  .section-extra-row .page-content {
    padding: 0;
  }
}

.section-quotes + .section-extra-row {
  margin-top: -100px;
}

@media (max-width: 990px) {
  .section-quotes + .section-extra-row {
    margin-top: -50px;
  }
}

/**
* Section logos
*/
.section-logos {
  margin-top: 5rem;
}

@media (max-width: 550px) {
  .section-logos {
    margin-bottom: 2.5rem;
  }
}

.section-logos .logo-controls-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-logos .logo-controls-wrapper .logo__controls {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.section-logos img {
  height: auto;
}

/**
* Image content en footer
*/
.fullcollumimage {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 95px;
  background-size: cover;
  background-position: center;
  z-index: 9;
  max-height: 650px;
}

@media (max-width: 990px) {
  .fullcollumimage {
    right: -15px;
    min-height: 10rem;
  }
}

.jump-out-image {
  position: relative;
  height: 100%;
}

@media (max-width: 990px) {
  .jump-out-image {
    height: 350px;
  }
  .jump-out-image .fullcollumimage {
    left: 0px;
  }
}

@media (max-width: 1025px) {
  .home .section-page-content .jump-out-image {
    height: 275px;
  }
}

@media (max-width: 1025px) and (max-width: 768px) {
  .home .section-page-content .jump-out-image {
    min-height: 300px;
    height: 100% !important;
  }
}

.home .section-page-content .fullcollumimage {
  left: 0px;
}

@media (max-width: 768px) {
  .home .section-page-content .fullcollumimage {
    background-size: cover;
  }
}

.jump-out-left .fullcollumimage {
  right: 95px;
  left: 5px;
}

@media (max-width: 768px) {
  .jump-out-left .fullcollumimage {
    left: -15px;
    right: 0px;
  }
}

/**
* Jumping layouts
*/
.jump-in-left {
  padding-left: 15px;
}

.jump-in-right {
  padding-right: 15px;
}

@media (max-width: 768px) {
  .jump-in-right {
    padding-right: 0px;
  }
  .jump-in-right.jump-up-xl {
    padding-right: 15px;
  }
}

@media (max-width: 550px) {
  .jump-in-right .jump-in-left {
    padding-left: 0px;
  }
}

@media (min-width: 550px) {
  .jump-in-left {
    padding-left: calc(50vw - (270px - 15px));
  }
  .jump-in-right {
    padding-right: calc(50vw - (270px - 15px));
  }
}

@media (min-width: 768px) {
  .jump-in-left {
    padding-left: calc(50vw - (360px - 15px));
  }
  .jump-in-right {
    padding-right: calc(50vw - (360px - 15px));
  }
  .jump-out-left {
    margin-left: calc(-50vw + (360px - 30px));
  }
  .jump-out-right {
    margin-right: calc(-50vw + (360px - 30px));
  }
}

@media (min-width: 990px) {
  .jump-in-left {
    padding-left: calc(50vw - (480px - 15px));
  }
  .jump-in-right {
    padding-right: calc(50vw - (480px - 15px));
  }
  .jump-out-left {
    margin-left: calc(-50vw + (480px - 30px));
  }
  .jump-out-right {
    margin-right: calc(-50vw + (480px - 30px));
  }
}

@media (min-width: 1200px) {
  .jump-in-left {
    padding-left: calc(50vw - (570px - 15px));
  }
  .jump-in-right {
    padding-right: calc(50vw - (570px - 15px));
  }
  .jump-out-left {
    margin-left: calc(-50vw + (570px - 30px));
  }
  .jump-out-right {
    margin-right: calc(-50vw + (570px - 30px));
  }
}

@media (min-width: 1450px) {
  .jump-in-left {
    padding-left: calc(50vw - (600px - 15px));
  }
  .jump-in-right {
    padding-right: calc(50vw - (600px - 15px));
  }
  .jump-out-left {
    margin-left: calc(-50vw + (600px - 30px));
  }
  .jump-out-right {
    margin-right: calc(-50vw + (600px - 30px));
  }
}

@media (min-width: 1660px) {
  .container {
    max-width: 1440px !important;
  }
  .jump-in-left {
    padding-left: calc(50vw - (720px - 15px));
  }
  .jump-in-right {
    padding-right: calc(50vw - (720px - 15px));
  }
  .jump-out-left {
    margin-left: calc(-50vw + (720px - 30px));
  }
  .jump-out-right {
    margin-right: calc(-50vw + (720px - 30px));
  }
}

@media (min-width: 1900px) {
  .jump-in-left {
    padding-left: 250px !important;
  }
  .jump-in-right {
    padding-right: 250px !important;
  }
  .jump-out-left {
    margin-left: -250px !important;
  }
  .jump-out-right {
    margin-right: -250px !important;
  }
}

/**
* Section utils
*/
.section-py {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 990px) {
  .section-py {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.section-negative-top {
  margin-top: -50px;
}

@media (max-width: 768px) {
  .section-negative-top {
    margin-top: 0px;
  }
}

.content-row {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 10px;
}

.content-col {
  margin-left: -10px;
  margin-right: -10px;
  height: 100%;
}

/**
* Contact Section
*/
.contact-form-heading-title {
  font-family: 'Chela One', cursive;
  font-size: 35px;
}

.contact-form-heading-title:after {
  background-color: #714E2A;
  border-radius: 50%;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: ' ';
  margin-left: 6px;
}

@media (max-width: 375px) {
  .contact-form-heading-title {
    font-size: 1.75rem;
  }
}

.contact-form-description {
  margin-bottom: 30px;
}

.section-contact {
  position: relative;
  margin-bottom: -50px;
}

@media (max-width: 768px) {
  .section-contact {
    margin-bottom: 0px;
  }
}

.section-contact .jump-out-image img {
  border-radius: 5px;
}

@media (max-width: 768px) {
  .section-contact .fullcollumimage {
    background-size: cover;
  }
}

@media (max-width: 1025px) {
  .page-id-68 .section-contact .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .page-id-68 .section-contact .col-md-6 .jump-out-image {
    height: 400px;
  }
}

@media (max-width: 1025px) and (max-width: 768px) {
  .page-id-68 .section-contact .col-md-6 .jump-out-image {
    height: 300px;
  }
}

@media (min-width: 1024px) {
  .page-id-68 .section-page-content {
    min-height: 500px;
  }
  .page-id-68 .section-page-content .jump-out-image {
    min-height: 500px;
  }
}

@media (max-width: 768px) {
  .page-id-68 .section-page-content .jump-out-image {
    min-height: 200px;
    height: 100% !important;
  }
}

.page-id-68 .section-page-content .jump-out-image .fullcollumimage {
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-form-row {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}

.contact-form-col {
  margin-left: -10px;
  margin-right: -10px;
}

.contact-form input[type=text], .contact-form input[type=email], .wpcf7-form input[type=text], .wpcf7-form input[type=email] {
  background-color: #EAEEF0;
  padding: 14px 20px;
  border: none;
  border-radius: 5px;
  width: 100% !important;
}

.contact-form input[type=text]::-webkit-input-placeholder, .contact-form input[type=email]::-webkit-input-placeholder, .wpcf7-form input[type=text]::-webkit-input-placeholder, .wpcf7-form input[type=email]::-webkit-input-placeholder {
  color: #000;
}

.contact-form input[type=text]:-ms-input-placeholder, .contact-form input[type=email]:-ms-input-placeholder, .wpcf7-form input[type=text]:-ms-input-placeholder, .wpcf7-form input[type=email]:-ms-input-placeholder {
  color: #000;
}

.contact-form input[type=text]::-ms-input-placeholder, .contact-form input[type=email]::-ms-input-placeholder, .wpcf7-form input[type=text]::-ms-input-placeholder, .wpcf7-form input[type=email]::-ms-input-placeholder {
  color: #000;
}

.contact-form input[type=text]::placeholder, .contact-form input[type=email]::placeholder, .wpcf7-form input[type=text]::placeholder, .wpcf7-form input[type=email]::placeholder {
  color: #000;
}

.contact-form textarea, .wpcf7-form textarea {
  background-color: #EAEEF0;
  padding: 14px 20px;
  border: none;
  border-radius: 5px;
  width: 100%;
  resize: none;
  height: 16rem;
}

.contact-form textarea::-webkit-input-placeholder, .wpcf7-form textarea::-webkit-input-placeholder {
  color: #000;
}

.contact-form textarea:-ms-input-placeholder, .wpcf7-form textarea:-ms-input-placeholder {
  color: #000;
}

.contact-form textarea::-ms-input-placeholder, .wpcf7-form textarea::-ms-input-placeholder {
  color: #000;
}

.contact-form textarea::placeholder, .wpcf7-form textarea::placeholder {
  color: #000;
}

.contact-form input[type=submit], .wpcf7-form input[type=submit] {
  font-weight: bold;
  cursor: pointer;
  padding: 12px 24px;
  background: #714E2A;
  color: white;
  border-radius: 0.25rem;
  display: inline-block;
  border: none;
}

.contact-form input[type=submit]:hover, .wpcf7-form input[type=submit]:hover {
  color: #000;
  text-decoration: none;
}

.contact-form__email-field {
  margin-bottom: 10px;
  position: relative;
}

.contact-form__name-field {
  margin-bottom: 10px;
  position: relative;
}

.contact-form__message-field {
  position: relative;
}

.contact-form__message-field textarea {
  height: 110px;
}

.contact-form__submit-button {
  margin-left: auto;
  display: block;
}

span.wpcf7-not-valid-tip {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 8px;
  background-color: red;
  color: white;
  font-size: 10px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.wpcf7-form-control-wrap {
  position: unset !important;
}

@media (min-width: 550px) {
  .section-contact {
    z-index: 1;
  }
  .section-contact .jump-out-image {
    padding-right: 80px;
  }
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 150px;
}

@media (max-width: 768px) {
  .contact-form {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

#opening-hours .opening-hours__dropdown {
  top: auto;
  left: auto;
  bottom: 40px;
  right: 0;
}

.contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.flexible-content {
  margin-top: 50px;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

/* Google maps section with points of sale */
.points-of-sale {
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 520px) {
  .points-of-sale {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .points-of-sale .render-map {
    border-radius: 0;
    height: 520px;
  }
}

@media (min-width: 576px) {
  .points-of-sale {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .points-of-sale {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .points-of-sale {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .points-of-sale {
    max-width: 1140px;
  }
}

@media (min-width: 1660px) {
  .points-of-sale {
    max-width: 1410px !important;
    padding-right: 0;
    padding-left: 0;
  }
}

.points-of-sale .render-map {
  height: 675px;
  width: 100%;
  z-index: 5;
  -webkit-transition: 0;
  transition: 0;
  border-radius: 0.25rem;
}

.points-of-sale .info-window {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  max-width: 11.5rem;
  width: 100%;
}

.render-map .gm-style-iw-t .gm-style-iw {
  padding: 0 !important;
}

.render-map .gm-style-iw-d {
  overflow: unset !important;
  max-height: unset !important;
}

.points-of-sale .info-image {
  height: 11.5rem;
  width: 11.5rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.points-of-sale .title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 1rem 0.75rem 0.5rem;
}

.points-of-sale .title-container.no-image {
  padding-top: 2.5rem;
}

.points-of-sale .title-container .title-info-window {
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 800;
}

.points-of-sale .title-container .fa-arrow-right {
  font-size: 13px;
  color: black;
  margin-left: 1rem;
}

.points-of-sale .address-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 0 0.75rem 1rem;
}

.points-of-sale .gm-ui-hover-effect {
  top: 0 !important;
  right: 0 !important;
  width: 32px !important;
  height: 32px !important;
}

.points-of-sale .gm-ui-hover-effect span {
  width: 16px !important;
  height: 16px !important;
}

@media (max-width: 768px) {
  .wp-block-image, .wp-block-image * {
    width: 100%;
  }
}
