@font-face {
    font-family: "Ambit";
    src: url("Ambit-Bold.eot");
    src: url("Ambit-Bold.eot?#iefix") format("embedded-opentype"), url("Ambit-Bold.woff2") format("woff2"), url("Ambit-Bold.woff") format("woff"), url("Ambit-Bold.ttf") format("truetype"), url("Ambit-Bold.svg#Ambit-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Ambit";
  src: url("Ambit-Regular.eot");
  src: url("Ambit-Regular.eot?#iefix") format("embedded-opentype"), url("Ambit-Regular.woff2") format("woff2"), url("Ambit-Regular.woff") format("woff"), url("Ambit-Regular.ttf") format("truetype"), url("Ambit-Regular.svg#Ambit-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: "Lumios Marker";
  src: url("Lumios-Marker.eot");
  src: url("Lumios-Marker.eot?#iefix") format("embedded-opentype"), url("Lumios-Marker.woff2") format("woff2"), url("Lumios-Marker.woff") format("woff"), url("Lumios-Marker.ttf") format("truetype"), url("Lumios-Marker.svg#Lumios-Marker") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}

@font-face {
    font-family: "Habibi Custom";
  src: url("Habibi-Regular.eot");
  src: url("Habibi-Regular.eot?#iefix") format("embedded-opentype"), url("Habibi-Regular.woff2") format("woff2"), url("Habibi-Regular.woff") format("woff"), url("Habibi-Regular.ttf") format("truetype"), url("Habibi-Regular.svg#Habibi-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}

header, footer, article, section, hgroup, nav, figure, aside {
    display: block;
}

body, html {
    margin: 0;
    padding: 0;
    width: 100%;
}

figure {
    margin: 0;
}

:focus, :active {
    outline: 0;
}

img {
    border-style: none;
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: underline;
    color: #000;
}

ul li,
p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 20px;
}

div {
    box-sizing: border-box;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

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

input[type=submit],
button,
.btn {
  border-radius: 20px;
  background-color: #00ad50;
  border: 1px solid #00ad50;
  color: #fefcd8;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  -webkit-appearance: none;
}
input[type=submit].wheat,
button.wheat,
.btn.wheat {
  background-color: #fefcd8;
  border-color: #fefcd8;
  color: #00ad50;
}
input[type=submit].outline,
button.outline,
.btn.outline {
  background: none;
  color: #00ad50;
}

#PopupSignupForm_0 {
  display: none !important;
}

img:not([src]):not([srcset]) {
  visibility: hidden;
}

@-moz-document url-prefix() {
  img:-moz-loading {
    visibility: hidden;
  }
}
/* tiny slider */
.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

/* mmenu */
.mm-hidden {
  display: none !important;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.mm-panels, .mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  box-sizing: border-box;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.mm-panels {
  overflow: hidden;
}

.mm-panel {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

.mm-panel.mm-opened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-panel.mm-subopened {
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

.mm-panel.mm-highest {
  z-index: 1;
}

.mm-panel.mm-noanimation {
  -webkit-transition: none !important;
  transition: none !important;
}

.mm-panel.mm-noanimation.mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px;
}

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}

.mm-panels > .mm-panel:not(.mm-hidden) {
  display: block;
}

.mm-panels > .mm-panel:after, .mm-panels > .mm-panel:before {
  content: "";
  display: block;
  height: 20px;
}

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}

.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after, .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}

.mm-vertical li.mm-opened > .mm-panel, li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}

.mm-listview > li.mm-vertical > .mm-next, .mm-vertical .mm-listview > li > .mm-next {
  box-sizing: border-box;
  height: 40px;
  bottom: auto;
}

.mm-listview > li.mm-vertical.mm-opened > .mm-next:after, .mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px;
}

.mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1;
}

.mm-clear:after, .mm-clear:before, .mm-close:after, .mm-close:before {
  content: "";
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mm-clear:before, .mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}

.mm-clear:after, .mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}

.mm-next:after, .mm-prev:before {
  content: "";
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.mm-prev:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.mm-next:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.mm-navbar > * {
  display: block;
  padding: 10px 0;
}

.mm-navbar a, .mm-navbar a:hover {
  text-decoration: none;
}

.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mm-navbar .mm-btn:first-child {
  left: 0;
}

.mm-navbar .mm-btn:last-child {
  text-align: right;
  right: 0;
}

.mm-panel .mm-navbar {
  display: none;
}

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}

.mm-listview, .mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px;
}

.mm-listview a, .mm-listview a:hover {
  text-decoration: none;
}

.mm-listview > li {
  position: relative;
}

.mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before, .mm-listview > li:after {
  border-color: inherit;
}

.mm-listview > li > a, .mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}

.mm-listview > li:not(.mm-divider):after {
  content: "";
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.mm-listview > li:not(.mm-divider):after {
  left: 20px;
}

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.mm-listview .mm-next:before {
  content: "";
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.mm-listview .mm-next + a, .mm-listview .mm-next + span {
  margin-right: 50px;
}

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}

.mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px;
}

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
}

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5);
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5);
}

.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05);
}

.mm-page {
  box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 1;
}

html.mm-opened {
  overflow-x: hidden;
  position: relative;
}

html.mm-blocking {
  overflow: hidden;
}

html.mm-blocking body {
  overflow: hidden;
}

html.mm-background .mm-page {
  background: inherit;
}

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

html.mm-blocking #mm-blocker {
  display: block;
}

.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed;
}

.mm-menu.mm-offcanvas.mm-opened {
  display: block;
}

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-opened {
  z-index: 10;
}

.mm-menu.mm-offcanvas {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

html.mm-opening .mm-menu ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-menu ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening .mm-menu ~ .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}

.mm-menu .mm-listview.mm-border-none > li:after, .mm-menu .mm-listview > li.mm-border-none:after, .mm-menu.mm-border-none .mm-listview > li:after {
  content: none;
}

.mm-menu .mm-listview.mm-border-full > li:after, .mm-menu .mm-listview > li.mm-border-full:after, .mm-menu.mm-border-full .mm-listview > li:after {
  left: 0 !important;
}

.mm-menu .mm-listview.mm-border-offset > li:after, .mm-menu .mm-listview > li.mm-border-offset:after, .mm-menu.mm-border-offset .mm-listview > li:after {
  right: 20px;
}

.mm-menu.mm-fx-menu-zoom {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

html.mm-opened .mm-menu.mm-fx-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

html.mm-opening .mm-menu.mm-fx-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}

html.mm-right.mm-opened .mm-menu.mm-fx-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

html.mm-right.mm-opening .mm-menu.mm-fx-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}

.mm-menu.mm-fx-menu-slide {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

html.mm-opened .mm-menu.mm-fx-menu-slide {
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

html.mm-opening .mm-menu.mm-fx-menu-slide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

html.mm-right.mm-opened .mm-menu.mm-fx-menu-slide {
  -webkit-transform: translate(30%, 0);
  -ms-transform: translate(30%, 0);
  transform: translate(30%, 0);
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}

html.mm-right.mm-opening .mm-menu.mm-fx-menu-slide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-fx-menu-fade {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

html.mm-opening .mm-menu.mm-fx-menu-fade {
  opacity: 1;
}

.mm-menu .mm-fx-panels-none.mm-panel, .mm-menu.mm-fx-panels-none .mm-panel {
  -webkit-transition-property: none;
  transition-property: none;
}

.mm-menu .mm-fx-panels-none.mm-panel.mm-subopened, .mm-menu.mm-fx-panels-none .mm-panel.mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu .mm-fx-panels-zoom.mm-panel, .mm-menu.mm-fx-panels-zoom .mm-panel {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
}

.mm-menu .mm-fx-panels-zoom.mm-panel.mm-opened, .mm-menu.mm-fx-panels-zoom .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}

.mm-menu .mm-fx-panels-zoom.mm-panel.mm-subopened, .mm-menu.mm-fx-panels-zoom .mm-panel.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}

.mm-menu .mm-fx-panels-slide-0.mm-panel.mm-subopened, .mm-menu.mm-fx-panels-slide-0 .mm-panel.mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu .mm-fx-panels-slide-100.mm-panel.mm-subopened, .mm-menu.mm-fx-panels-slide-100 .mm-panel.mm-subopened {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-menu .mm-fx-panels-slide-up.mm-panel, .mm-menu.mm-fx-panels-slide-up .mm-panel {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.mm-menu .mm-fx-panels-slide-up.mm-panel.mm-opened, .mm-menu.mm-fx-panels-slide-up .mm-panel.mm-opened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu .mm-fx-panels-slide-up.mm-panel.mm-subopened, .mm-menu.mm-fx-panels-slide-up .mm-panel.mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li {
  -webkit-transition: none 0.4s ease;
  transition: none 0.4s ease;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(1) {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(3) {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(5) {
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(7) {
  -webkit-transition-delay: 350ms;
  transition-delay: 350ms;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(8) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(9) {
  -webkit-transition-delay: 450ms;
  transition-delay: 450ms;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(10) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(11) {
  -webkit-transition-delay: 550ms;
  transition-delay: 550ms;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(12) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(13) {
  -webkit-transition-delay: 650ms;
  transition-delay: 650ms;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(14) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(15) {
  -webkit-transition-delay: 750ms;
  transition-delay: 750ms;
}

.mm-menu.mm-fx-listitems-slide .mm-listview > li {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0;
}

html.mm-opening .mm-menu.mm-fx-listitems-slide .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.mm-menu.mm-fx-listitems-fade .mm-listview > li {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  opacity: 0;
}

html.mm-opening .mm-menu.mm-fx-listitems-fade .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
}

.mm-menu.mm-fx-listitems-drop .mm-listview > li {
  -webkit-transition-property: opacity, top;
  transition-property: opacity, top;
  opacity: 0;
  top: -25%;
}

html.mm-opening .mm-menu.mm-fx-listitems-drop .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
  top: 0;
}

.mm-menu.mm-offcanvas.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}

html.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

@media all and (max-width: 140px) {
  html.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    transform: translate(10000px, 0);
    -webkit-transform: translate3d(10000px, 0, 0);
    transform: translate3d(10000px, 0, 0);
  }
}
html.mm-right.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

@media all and (max-width: 140px) {
  html.mm-right.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0);
    -webkit-transform: translate3d(-10000px, 0, 0);
    transform: translate3d(-10000px, 0, 0);
  }
}
.mm-menu.mm-offcanvas.mm-fullscreen.mm-bottom, .mm-menu.mm-offcanvas.mm-fullscreen.mm-top {
  height: 100%;
  min-height: 140px;
  max-height: 10000px;
}

html.mm-iconbar body {
  overflow-x: hidden;
}

html.mm-iconbar .mm-page {
  background: inherit;
  min-height: 100vh;
}

html.mm-iconbar .mm-slideout {
  box-sizing: border-box;
  padding-right: 60px;
  -webkit-transform: translate(60px, 0);
  -ms-transform: translate(60px, 0);
  transform: translate(60px, 0);
  -webkit-transform: translate3d(60px, 0, 0);
  transform: translate3d(60px, 0, 0);
}

.mm-menu.mm-iconbar {
  display: block;
}

.mm-menu .mm-panels > .mm-panel.mm-listview-justify:after, .mm-menu .mm-panels > .mm-panel.mm-listview-justify:before, .mm-menu.mm-listview-justify .mm-panels > .mm-panel:after, .mm-menu.mm-listview-justify .mm-panels > .mm-panel:before {
  content: none;
  display: none;
}

.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview, .mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview > li, .mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview > li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  min-height: 40px;
}

.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview > li:not(.mm-divider), .mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview > li > a:not(.mm-next), .mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview > li > span, .mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview > li > a:not(.mm-next), .mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview > li > span {
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mm-listview-small .mm-listview > li > a:not(.mm-next), .mm-listview-small .mm-listview > li > span {
  padding: 7px 10px 7px 20px;
}

.mm-listview-small .mm-listview > li.mm-vertical > .mm-next, .mm-listview-small .mm-vertical > .mm-listview > li > .mm-next {
  height: 34px;
}

.mm-listview-large .mm-listview > li > a:not(.mm-next), .mm-listview-large .mm-listview > li > span {
  padding: 15px 10px 15px 20px;
}

.mm-listview-large .mm-listview > li.mm-vertical > .mm-next, .mm-listview-large .mm-vertical > .mm-listview > li > .mm-next {
  height: 50px;
}

.mm-listview-huge .mm-listview > li > a:not(.mm-next), .mm-listview-huge .mm-listview > li > span {
  padding: 20px 10px 20px 20px;
}

.mm-listview-huge .mm-listview > li.mm-vertical > .mm-next, .mm-listview-huge .mm-vertical > .mm-listview > li > .mm-next {
  height: 60px;
}

.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}

.mm-listview .mm-spacer {
  padding-top: 40px;
}

.mm-listview .mm-spacer > .mm-next {
  top: 40px;
}

.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px;
}

.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0;
}

.mm-listview .mm-inset > li {
  padding: 5px 0;
}

.mm-menu .mm-listview.mm-multiline > li > a, .mm-menu .mm-listview.mm-multiline > li > span, .mm-menu .mm-listview > li.mm-multiline > a, .mm-menu .mm-listview > li.mm-multiline > span, .mm-menu.mm-multiline .mm-listview > li > a, .mm-menu.mm-multiline .mm-listview > li > span {
  text-overflow: clip;
  white-space: normal;
}

.mm-menu.mm-opened[class*=mm-pagedim] ~ #mm-blocker {
  opacity: 0;
}

html.mm-opening .mm-menu.mm-opened[class*=mm-pagedim] ~ #mm-blocker {
  opacity: 0.3;
  -webkit-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s;
}

.mm-menu.mm-opened.mm-pagedim ~ #mm-blocker {
  background: inherit;
}

.mm-menu.mm-opened.mm-pagedim-white ~ #mm-blocker {
  background: #fff;
}

.mm-menu.mm-opened.mm-pagedim-black ~ #mm-blocker {
  background: #000;
}

.mm-menu.mm-popup {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.mm-menu.mm-popup.mm-opened ~ .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}

.mm-menu.mm-popup.mm-opened ~ #mm-blocker {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1;
}

html.mm-opening .mm-menu.mm-popup {
  opacity: 1;
}

.mm-menu.mm-offcanvas.mm-right {
  left: auto;
}

html.mm-right.mm-opening .mm-menu ~ .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-menu ~ .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}

html.mm-front #mm-blocker {
  z-index: 1;
}

html.mm-front .mm-menu.mm-offcanvas {
  z-index: 2;
}

.mm-menu.mm-offcanvas.mm-front, .mm-menu.mm-offcanvas.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-front.mm-right, .mm-menu.mm-offcanvas.mm-next.mm-right {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-top {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.mm-menu.mm-offcanvas.mm-bottom {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.mm-menu.mm-offcanvas.mm-bottom, .mm-menu.mm-offcanvas.mm-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.mm-menu.mm-offcanvas.mm-bottom {
  top: auto;
}

html.mm-opening .mm-menu.mm-offcanvas.mm-front, html.mm-opening .mm-menu.mm-offcanvas.mm-next {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-offcanvas.mm-bottom, .mm-menu.mm-offcanvas.mm-top {
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}

.mm-menu.mm-shadow-page:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 100;
  -webkit-clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
  clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
}

.mm-menu.mm-shadow-page.mm-right:after {
  left: auto;
  right: 100%;
}

.mm-menu.mm-shadow-page.mm-front:after, .mm-menu.mm-shadow-page.mm-next:after {
  content: none;
  display: none;
}

.mm-menu.mm-shadow-page:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-dark {
  background: #333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar > * {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-btn:after, .mm-menu.mm-theme-dark .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, 0.15);
}

.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  tap-highlight-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-theme-dark .mm-divider {
  background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-shadow-page.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.mm-menu.mm-shadow-panels.mm-theme-dark .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a:not(.mm-fullsubopen):hover {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15);
}

.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333;
}

.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu.mm-theme-white {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white .mm-navbar a, .mm-menu.mm-theme-white .mm-navbar > * {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-btn:after, .mm-menu.mm-theme-white .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-white .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
  tap-highlight-color: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white .mm-divider {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-shadow-page.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.mm-menu.mm-shadow-panels.mm-theme-white .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a:not(.mm-fullsubopen):hover {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-white label.mm-toggle:before {
  background: #fff;
}

.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu.mm-theme-black {
  background: #000;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black .mm-navbar a, .mm-menu.mm-theme-black .mm-navbar > * {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-btn:after, .mm-menu.mm-theme-black .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  tap-highlight-color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black .mm-divider {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-shadow-page.mm-theme-black:after {
  content: none;
  display: none;
}

.mm-menu.mm-shadow-panels.mm-theme-black .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: false;
}

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a:not(.mm-fullsubopen):hover {
  background: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black label.mm-toggle:before {
  background: #000;
}

.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu .mm-tileview.mm-listview:after, .mm-menu.mm-tileview .mm-listview:after {
  content: "";
  display: block;
  clear: both;
}

.mm-menu .mm-tileview.mm-listview > li, .mm-menu.mm-tileview .mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0 0;
  float: left;
  position: relative;
}

.mm-menu .mm-tileview.mm-listview > li:after, .mm-menu.mm-tileview .mm-listview > li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1;
}

.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs, .mm-menu.mm-tileview .mm-listview > li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%;
}

.mm-menu .mm-tileview.mm-listview > li.mm-tile-s, .mm-menu.mm-tileview .mm-listview > li.mm-tile-s {
  width: 25%;
  padding-top: 25%;
}

.mm-menu .mm-tileview.mm-listview > li.mm-tile-l, .mm-menu.mm-tileview .mm-listview > li.mm-tile-l {
  width: 75%;
  padding-top: 75%;
}

.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl, .mm-menu.mm-tileview .mm-listview > li.mm-tile-xl {
  width: 100%;
  padding-top: 100%;
}

.mm-menu .mm-tileview.mm-listview > li > a, .mm-menu .mm-tileview.mm-listview > li > span, .mm-menu.mm-tileview .mm-listview > li > a, .mm-menu.mm-tileview .mm-listview > li > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0 10px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0;
}

.mm-menu .mm-tileview.mm-listview > li > .mm-next, .mm-menu.mm-tileview .mm-listview > li > .mm-next {
  width: auto;
}

.mm-menu .mm-tileview.mm-listview > li > .mm-next:after, .mm-menu .mm-tileview.mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-listview > li > .mm-next:after, .mm-menu.mm-tileview .mm-listview > li > .mm-next:before {
  content: none;
  display: none;
}

.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0;
}

.mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none;
}

.mm-menu.mm-tileview .mm-listview {
  margin: 0;
}

html.mm-widescreen body {
  position: relative;
}

html.mm-widescreen #mm-blocker {
  display: none !important;
}

html.mm-widescreen .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  width: 70% !important;
  margin-left: 30% !important;
}

html.mm-widescreen .mm-page {
  background: inherit;
  box-sizing: border-box;
}

html.mm-widescreen.mm-blocking, html.mm-widescreen.mm-blocking body {
  overflow: auto;
}

.mm-menu.mm-widescreen {
  border-right-width: 1px;
  border-right-style: solid;
  display: block !important;
  width: 30% !important;
  min-width: 0 !important;
  max-width: none !important;
  top: 0 !important;
  right: auto !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 100 !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.mm-menu.mm-widescreen.mm-pageshadow:after {
  content: none;
  display: none;
}

.mm-menu.mm-autoheight {
  -webkit-transition: none 0.4s ease;
  transition: none 0.4s ease;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.mm-menu.mm-autoheight:not(.mm-offcanvas) {
  position: relative;
}

.mm-menu.mm-measureheight .mm-panel.mm-vertical.mm-opened, .mm-menu.mm-measureheight .mm-panel:not(.mm-vertical) {
  display: block !important;
}

.mm-menu.mm-measureheight .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important;
}

.mm-columns {
  -webkit-transition-property: width;
  transition-property: width;
}

.mm-columns .mm-panels > .mm-panel {
  right: auto;
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, -webkit-transform;
  transition-property: width, transform;
  transition-property: width, transform, -webkit-transform;
}

.mm-columns .mm-panels > .mm-panel.mm-opened, .mm-columns .mm-panels > .mm-panel.mm-subopened {
  border-left: 1px solid;
  border-color: inherit;
  display: block !important;
}

.mm-columns .mm-panels > .mm-columns-0 {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-columns-0 .mm-panels > .mm-panel {
  z-index: 0;
}

.mm-columns-0 .mm-panels > .mm-panel else {
  width: 100%;
}

.mm-columns-0 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-0 {
  width: 80%;
  min-width: 140px;
  max-width: 0;
}

html.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 0px) {
  html.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
html.mm-right.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 0px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.mm-columns .mm-panels > .mm-columns-1 {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-columns-1 .mm-panels > .mm-panel {
  z-index: 1;
  width: 100%;
}

.mm-columns-1 .mm-panels > .mm-panel else {
  width: 100%;
}

.mm-columns-1 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
  -webkit-transform: translate(200%, 0);
  -ms-transform: translate(200%, 0);
  transform: translate(200%, 0);
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-1 {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

html.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
html.mm-right.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
.mm-columns .mm-panels > .mm-columns-2 {
  -webkit-transform: translate(200%, 0);
  -ms-transform: translate(200%, 0);
  transform: translate(200%, 0);
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}

.mm-columns-2 .mm-panels > .mm-panel {
  z-index: 2;
  width: 50%;
}

.mm-columns-2 .mm-panels > .mm-panel else {
  width: 100%;
}

.mm-columns-2 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
  -webkit-transform: translate(300%, 0);
  -ms-transform: translate(300%, 0);
  transform: translate(300%, 0);
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-2 {
  width: 80%;
  min-width: 140px;
  max-width: 880px;
}

html.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 1100px) {
  html.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
    -webkit-transform: translate(880px, 0);
    -ms-transform: translate(880px, 0);
    transform: translate(880px, 0);
    -webkit-transform: translate3d(880px, 0, 0);
    transform: translate3d(880px, 0, 0);
  }
}
html.mm-right.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 1100px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
    -webkit-transform: translate(-880px, 0);
    -ms-transform: translate(-880px, 0);
    transform: translate(-880px, 0);
    -webkit-transform: translate3d(-880px, 0, 0);
    transform: translate3d(-880px, 0, 0);
  }
}
.mm-columns .mm-panels > .mm-columns-3 {
  -webkit-transform: translate(300%, 0);
  -ms-transform: translate(300%, 0);
  transform: translate(300%, 0);
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}

.mm-columns-3 .mm-panels > .mm-panel {
  z-index: 3;
  width: 33.34%;
}

.mm-columns-3 .mm-panels > .mm-panel else {
  width: 100%;
}

.mm-columns-3 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
  -webkit-transform: translate(400%, 0);
  -ms-transform: translate(400%, 0);
  transform: translate(400%, 0);
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-3 {
  width: 80%;
  min-width: 140px;
  max-width: 1320px;
}

html.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 1650px) {
  html.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
    -webkit-transform: translate(1320px, 0);
    -ms-transform: translate(1320px, 0);
    transform: translate(1320px, 0);
    -webkit-transform: translate3d(1320px, 0, 0);
    transform: translate3d(1320px, 0, 0);
  }
}
html.mm-right.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 1650px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
    -webkit-transform: translate(-1320px, 0);
    -ms-transform: translate(-1320px, 0);
    transform: translate(-1320px, 0);
    -webkit-transform: translate3d(-1320px, 0, 0);
    transform: translate3d(-1320px, 0, 0);
  }
}
.mm-columns .mm-panels > .mm-columns-4 {
  -webkit-transform: translate(400%, 0);
  -ms-transform: translate(400%, 0);
  transform: translate(400%, 0);
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}

.mm-columns-4 .mm-panels > .mm-panel {
  z-index: 4;
  width: 25%;
}

.mm-columns-4 .mm-panels > .mm-panel else {
  width: 100%;
}

.mm-columns-4 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
  -webkit-transform: translate(500%, 0);
  -ms-transform: translate(500%, 0);
  transform: translate(500%, 0);
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-4 {
  width: 80%;
  min-width: 140px;
  max-width: 1760px;
}

html.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 2200px) {
  html.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
    -webkit-transform: translate(1760px, 0);
    -ms-transform: translate(1760px, 0);
    transform: translate(1760px, 0);
    -webkit-transform: translate3d(1760px, 0, 0);
    transform: translate3d(1760px, 0, 0);
  }
}
html.mm-right.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 2200px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
    -webkit-transform: translate(-1760px, 0);
    -ms-transform: translate(-1760px, 0);
    transform: translate(-1760px, 0);
    -webkit-transform: translate3d(-1760px, 0, 0);
    transform: translate3d(-1760px, 0, 0);
  }
}
.mm-columns.mm-offcanvas.mm-bottom, .mm-columns.mm-offcanvas.mm-top {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

html.mm-opening .mm-columns.mm-offcanvas.mm-front, html.mm-opening .mm-columns.mm-offcanvas.mm-next {
  -webkit-transition-property: width, min-width, max-width, -webkit-transform;
  transition-property: width, min-width, max-width, -webkit-transform;
  transition-property: width, min-width, max-width, transform;
  transition-property: width, min-width, max-width, transform, -webkit-transform;
}

em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%;
}

em.mm-counter + a.mm-next {
  width: 90px;
}

em.mm-counter + a.mm-next + a, em.mm-counter + a.mm-next + span {
  margin-right: 90px;
}

em.mm-counter + a.mm-fullsubopen {
  padding-left: 0;
}

em.mm-counter + a.mm-fullsubopen + a, em.mm-counter + a.mm-fullsubopen + span {
  padding-right: 90px;
}

.mm-listview em.mm-counter + .mm-next.mm-fullsubopen + a, .mm-listview em.mm-counter + .mm-next.mm-fullsubopen + span {
  padding-right: 90px;
}

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0;
}

.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px;
}

.mm-nosubresults > .mm-counter {
  display: none;
}

.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px;
}

.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-collapsed:not(.mm-uncollapsed) {
  display: none;
}

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-fixeddivider:after {
  content: none !important;
  display: none !important;
}

.mm-hasdividers .mm-fixeddivider {
  display: block;
}

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05);
}

html.mm-opened.mm-dragging .mm-menu, html.mm-opened.mm-dragging .mm-slideout {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.mm-menu.mm-dropdown {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
}

html.mm-dropdown .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}

html.mm-dropdown #mm-blocker {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1;
}

html.mm-dropdown .mm-menu {
  z-index: 2;
}

html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu {
  display: none;
}

.mm-menu.mm-tip:before {
  content: "";
  background: inherit;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-menu.mm-tipleft:before {
  left: 22px;
}

.mm-menu.mm-tipright:before {
  right: 22px;
}

.mm-menu.mm-tiptop:before {
  top: -8px;
}

.mm-menu.mm-tipbottom:before {
  bottom: -8px;
}

.mm-iconpanel .mm-panels > .mm-panel {
  -webkit-transition-property: left, -webkit-transform;
  transition-property: left, -webkit-transform;
  transition-property: transform, left;
  transition-property: transform, left, -webkit-transform;
}

.mm-iconpanel .mm-panels > .mm-panel.mm-opened, .mm-iconpanel .mm-panels > .mm-panel.mm-subopened {
  border-left: 1px solid;
  border-color: inherit;
  display: block !important;
}

.mm-iconpanel .mm-panels > .mm-panel.mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0;
}

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px;
}

.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.mm-subopened .mm-subblocker {
  opacity: 0.6;
  bottom: -100000px;
}

.mm-keyboardfocus a:focus {
  outline: 0;
}

.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(255, 255, 255, 0.5);
}

.mm-navbars-bottom, .mm-navbars-top {
  background: inherit;
  border-color: inherit;
  border-width: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
}

.mm-navbars-bottom > .mm-navbar, .mm-navbars-top > .mm-navbar {
  border: none;
  padding: 0;
  position: relative;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-navbars-top {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  top: 0;
}

.mm-navbars-bottom {
  border-top-style: solid;
  border-top-width: 1px;
  bottom: 0;
}

.mm-navbar.mm-hasbtns {
  padding: 0 40px;
}

.mm-navbar[class*=mm-navbar-content-] > * {
  box-sizing: border-box;
  display: block;
  float: left;
}

.mm-navbar .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px;
}

.mm-navbar .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px;
}

.mm-navbar .mm-breadcrumbs > a {
  text-decoration: underline;
}

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px;
}

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0;
}

.mm-hasnavbar-top-1 .mm-panels {
  top: 40px;
}

.mm-hasnavbar-top-2 .mm-panels {
  top: 80px;
}

.mm-hasnavbar-top-3 .mm-panels {
  top: 120px;
}

.mm-hasnavbar-top-4 .mm-panels {
  top: 160px;
}

.mm-hasnavbar-bottom-1 .mm-panels {
  bottom: 40px;
}

.mm-hasnavbar-bottom-2 .mm-panels {
  bottom: 80px;
}

.mm-hasnavbar-bottom-3 .mm-panels {
  bottom: 120px;
}

.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 160px;
}

.mm-navbar-size-2 {
  height: 80px;
}

.mm-navbar-size-3 {
  height: 120px;
}

.mm-navbar-size-4 {
  height: 160px;
}

.mm-navbar-content-2 > * {
  width: 50%;
}

.mm-navbar-content-3 > * {
  width: 33.33%;
}

.mm-navbar-content-4 > * {
  width: 25%;
}

.mm-navbar-content-5 > * {
  width: 20%;
}

.mm-navbar-content-6 > * {
  width: 16.67%;
}

.mm-menu.mm-rtl {
  direction: rtl;
}

.mm-menu.mm-rtl.mm-offcanvas {
  right: auto;
}

.mm-menu.mm-rtl .mm-panel:not(.mm-opened) {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-menu.mm-rtl .mm-panel.mm-subopened {
  -webkit-transform: translate(30%, 0);
  -ms-transform: translate(30%, 0);
  transform: translate(30%, 0);
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}

.mm-menu.mm-rtl .mm-navbar .mm-btn:first-child {
  left: auto;
  right: 0;
}

.mm-menu.mm-rtl .mm-navbar .mm-btn:last-child {
  right: auto;
  left: 0;
}

.mm-menu.mm-rtl .mm-navbar .mm-next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.mm-menu.mm-rtl .mm-navbar .mm-prev:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}

.mm-menu.mm-rtl .mm-listview > li:not(.mm-divider)::after {
  left: 0;
  right: 20px;
}

.mm-menu.mm-rtl .mm-listview > li > a:not(.mm-next), .mm-menu.mm-rtl .mm-listview > li > span:not(.mm-next) {
  padding-left: 10px;
  padding-right: 20px !important;
  margin-right: 0 !important;
}

.mm-menu.mm-rtl .mm-listview .mm-next {
  right: auto;
  left: 0;
}

.mm-menu.mm-rtl .mm-listview .mm-next:before {
  left: auto;
  right: 0;
}

.mm-menu.mm-rtl .mm-listview .mm-next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.mm-menu.mm-rtl .mm-listview .mm-next + a, .mm-menu.mm-rtl .mm-listview .mm-next + span {
  margin-left: 50px;
}

.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen + a, .mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen + span {
  padding-left: 50px;
}

.mm-menu.mm-rtl em.mm-counter {
  left: 45px;
  right: auto;
}

.mm-menu.mm-rtl em.mm-counter + a.mm-next + a, .mm-menu.mm-rtl em.mm-counter + a.mm-next + span {
  margin-left: 90px;
}

.mm-menu.mm-rtl .mm-listview em.mm-counter + .mm-fullsubopen + a, .mm-menu.mm-rtl .mm-listview em.mm-counter + .mm-fullsubopen + span {
  padding-left: 90px;
}

.mm-menu.mm-rtl label.mm-check, .mm-menu.mm-rtl label.mm-toggle {
  left: 20px;
  right: auto !important;
}

.mm-menu.mm-rtl label.mm-toggle + a, .mm-menu.mm-rtl label.mm-toggle + span {
  padding-left: 80px;
}

.mm-menu.mm-rtl label.mm-check + a, .mm-menu.mm-rtl label.mm-check + span {
  padding-left: 60px;
}

.mm-menu.mm-rtl a.mm-next + label.mm-check, .mm-menu.mm-rtl a.mm-next + label.mm-toggle {
  left: 60px;
}

.mm-menu.mm-rtl a.mm-next + label.mm-check + a, .mm-menu.mm-rtl a.mm-next + label.mm-check + span, .mm-menu.mm-rtl a.mm-next + label.mm-toggle + a, .mm-menu.mm-rtl a.mm-next + label.mm-toggle + span {
  margin-left: 50px;
}

.mm-menu.mm-rtl a.mm-next + label.mm-toggle + a, .mm-menu.mm-rtl a.mm-next + label.mm-toggle + span {
  padding-left: 70px;
}

.mm-menu.mm-rtl a.mm-next + label.mm-check + a, .mm-menu.mm-rtl a.mm-next + label.mm-check + span {
  padding-left: 50px;
}

.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle {
  left: 100px;
}

.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check + a, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check + span, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle + a, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle + span {
  margin-left: 90px;
}

.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-] {
  left: 0;
}

.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-].mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel {
  -webkit-transition-property: right, -webkit-transform;
  transition-property: right, -webkit-transform;
  transition-property: transform, right;
  transition-property: transform, right, -webkit-transform;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  right: 0;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  right: 40px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  right: 80px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  right: 120px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  right: 160px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  right: 200px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  right: 240px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-opened {
  border-left: none;
  border-right: 1px solid;
  border-color: inherit;
}

.mm-search, .mm-search input {
  box-sizing: border-box;
}

.mm-search {
  height: 40px;
  padding: 7px 10px 0 10px;
  position: relative;
}

.mm-search input {
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 4px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 26px;
  min-height: 26px;
  max-height: 26px;
  margin: 0;
  padding: 0 10px;
}

.mm-search input::-ms-clear {
  display: none;
}

.mm-search .mm-clear, .mm-search .mm-next {
  right: 0;
}

.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mm-panel.mm-hassearch {
  padding-top: 40px;
}

.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px;
}

.mm-panel.mm-hassearch.mm-hasnavbar > .mm-search {
  top: 40px;
}

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  padding: 40px 0;
}

.mm-noresults .mm-indexer {
  display: none !important;
}

li.mm-nosubresults > a.mm-next {
  display: none;
}

li.mm-nosubresults > a.mm-next + a, li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px;
}

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.75);
}

.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  z-index: 15;
  -webkit-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%;
}

.mm-indexer ~ .mm-panel.mm-hasindexer {
  padding-right: 40px;
}

.mm-hasindexer .mm-indexer {
  right: 0;
}

.mm-hasindexer .mm-fixeddivider {
  right: 20px;
}

.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + a, .mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + span, .mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen), .mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + a, .mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + span, .mm-menu.mm-parentselected .mm-listview > li > a:not(.mm-fullsubopen) {
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}

.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen):hover {
  background: rgba(255, 255, 255, 0.5);
}

.mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.5);
}

input.mm-check, input.mm-toggle {
  position: absolute;
  left: -10000px;
}

label.mm-check, label.mm-toggle {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
}

label.mm-check:before, label.mm-toggle:before {
  content: "";
  display: block;
}

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px;
}

label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px;
}

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}

label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: 0.1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}

li.mm-vertical label.mm-check, li.mm-vertical label.mm-toggle {
  bottom: auto;
  margin-top: 0;
}

li.mm-vertical label.mm-toggle {
  top: 5px;
}

li.mm-vertical label.mm-check {
  top: 5px;
}

label.mm-check, label.mm-toggle {
  right: 20px;
}

label.mm-toggle + a, label.mm-toggle + span {
  padding-right: 80px;
}

label.mm-check + a, label.mm-check + span {
  padding-right: 60px;
}

a.mm-next + label.mm-check, a.mm-next + label.mm-toggle {
  right: 60px;
}

a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span, a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span {
  margin-right: 50px;
}

a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span {
  padding-right: 70px;
}

a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span {
  padding-right: 50px;
}

em.mm-counter + a.mm-next + label.mm-check, em.mm-counter + a.mm-next + label.mm-toggle {
  right: 100px;
}

em.mm-counter + a.mm-next + label.mm-check + a, em.mm-counter + a.mm-next + label.mm-check + span, em.mm-counter + a.mm-next + label.mm-toggle + a, em.mm-counter + a.mm-next + label.mm-toggle + span {
  margin-right: 90px;
}

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu label.mm-toggle:before {
  background: #f3f3f3;
}

.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.75);
}

body {
  min-width: 320px;
  color: #000000;
  background-color: #fefcd8;
  -webkit-text-size-adjust: 100%;
  font-family: "Ambit", sans-serif;
  font-weight: 400;
  overscroll-behavior-y: none;
  -webkit-overflow-scrolling: touch;
  /* mobile menu */
}
body .wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1210px;
  box-sizing: border-box;
  padding: 0 20px;
}
@media (min-width: 768px) {
  body main {
    min-height: calc(100vh - 121px - 254px);
  }
}
body .site-header {
  background: #fefcd8;
}
body .site-header .text-bar {
  background: #00ad50;
  text-align: center;
  color: #fefcd8;
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
  padding: 12px 0;
}
@media (max-width: 1023px) {
  body .site-header .text-bar {
    padding: 8px 0;
  }
}
body .site-header.fixed .fixed-part {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  background: #fefcd8;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
}
body .site-header .wrap {
  display: flex;
  max-width: none;
  padding: 24px 20px;
}
@media (max-width: 767px) {
  body .site-header .wrap {
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
  }
}
body .site-header .top-menu {
  margin: 5px 0;
}
@media (max-width: 1279px) {
  body .site-header .top-menu {
    display: none;
  }
}
body .site-header .top-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
body .site-header .top-menu ul li {
  line-height: 30px;
}
body .site-header .top-menu ul li a {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  position: relative;
}
@media (min-width: 1280px) and (max-width: 1440px) {
  body .site-header .top-menu ul li a {
    font-size: 12px;
  }
}
body .site-header .top-menu ul li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background: #00ad50;
  left: 0;
  width: 0;
  margin-left: 50%;
  transition: all 400ms ease-in-out;
  bottom: -7px;
  position: absolute;
}
body .site-header .top-menu ul li a.active:after, body .site-header .top-menu ul li a:hover:after {
  width: 100%;
  left: 0;
  margin-left: 0;
}
body .site-header .top-menu ul li:nth-child(2n) a.active:after,
body .site-header .top-menu ul li:nth-child(2n) a:hover:after {
  transform: rotate(-0.5deg);
}
body .site-header .top-menu ul li:nth-child(2n+1) a.active:after,
body .site-header .top-menu ul li:nth-child(2n+1) a:hover:after {
  transform: rotate(0.5deg);
}

/* Dropdown menus */
body .site-header .top-menu ul li.has-dropdown {
  position: relative;
}
body .site-header .top-menu ul li.has-dropdown > a .dropdown-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  margin-left: 5px;
  vertical-align: middle;
  transition: transform 200ms ease-in-out;
}
body .site-header .top-menu ul li.has-dropdown:hover > a .dropdown-arrow {
  transform: rotate(180deg);
}
body .site-header .top-menu ul li .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fefcda;
  list-style: none;
  padding: 7px 0 8px;
  margin: 0;
  min-width: 200px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  border-top: 3px solid #00ad50;
  z-index: 200;
  flex-direction: column;
}
body .site-header .top-menu ul li.has-dropdown:hover > .dropdown {
  display: flex;
}
body .site-header .top-menu ul li .dropdown li {
  line-height: normal;
  position: relative;
}
body .site-header .top-menu ul li .dropdown li a {
  display: block;
  padding: 8px 20px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  color: #000;
  text-decoration: none;
}
body .site-header .top-menu ul li .dropdown li a:after {
  display: none;
}
body .site-header .top-menu ul li .dropdown li a:hover {
  color: #00ad50;
  background: #f4f1c4;
}
/* Right-side dropdowns open to the left so they don't overflow */
body .site-header .right-part .top-menu ul li .dropdown {
  left: auto;
  right: 0;
}
/* Third-level (nested) dropdowns */
body .site-header .top-menu ul li .dropdown li .dropdown {
  top: 0;
  left: 100%;
  right: auto;
  border-top: none;
  border-left: 3px solid #00ad50;
}
body .site-header .top-menu ul li .dropdown li.has-dropdown > a .dropdown-arrow {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid currentColor;
  border-right: none;
  transform: none;
}
body .site-header .top-menu ul li .dropdown li.has-dropdown:hover > a .dropdown-arrow {
  transform: none;
}

body .site-header .logo-hold {
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .site-header .logo-hold img {
  max-height: 40px;
  width: auto;
}
@media (max-width: 767px) {
  body .site-header .logo-hold {
    width: 140px;
  }
  body .site-header .logo-hold img {
    max-height: 30px;
  }
}
body .site-header .left-part {
  width: calc(50% - 100px);
}
@media (max-width: 767px) {
  body .site-header .left-part {
    width: calc(50% - 70px);
  }
}
body .site-header .left-part .top-menu ul li {
  margin: 0 58px 0 0;
}
body .site-header .left-part .top-menu ul li .dropdown li {
  margin: 0;
}
@media (max-width: 1679px) {
  body .site-header .left-part .top-menu ul li {
    margin: 0 25px 0 0;
  }
  body .site-header .left-part .top-menu ul li .dropdown li {
    margin: 0;
  }
}
@media (max-width: 1279px) {
  body .site-header .left-part {
    position: relative;
  }
}
body .site-header .right-part {
  width: calc(50% - 100px);
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  body .site-header .right-part {
    width: calc(50% - 70px);
  }
}
body .site-header .right-part .top-menu ul li {
  margin: 0 0 0 58px;
}
body .site-header .right-part .top-menu ul li .dropdown li {
  margin: 0;
}
@media (max-width: 1679px) {
  body .site-header .right-part .top-menu ul li {
    margin: 0 0 0 25px;
  }
  body .site-header .right-part .top-menu ul li .dropdown li {
    margin: 0;
  }
}
body .site-header .right-part .search-icon,
body .site-header .right-part .cart-icon {
  position: relative;
  padding: 0 0 0 39px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  margin: 12px 0 10px 40px;
}
@media (max-width: 479px) {
  body .site-header .right-part .search-icon,
body .site-header .right-part .cart-icon {
    padding-left: 33px;
    margin-left: 10px;
  }
  body .site-header .right-part .search-icon .hide-m,
body .site-header .right-part .cart-icon .hide-m {
    display: none;
  }
}
body .site-header .right-part .cart-icon:before {
  content: "";
  display: block;
  background: url("cart-icon.svg") no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: -8px;
}
body .site-header .right-part .search-icon {
  padding-left: 33px;
}
@media (max-width: 767px) {
  body .site-header .right-part .search-icon {
    position: absolute;
    text-indent: 200%;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    left: 72px;
    top: 50%;
    height: 26px;
    width: 26px;
    margin-top: -12px;
    padding: 0;
  }
}
body .site-header .right-part .search-icon:before {
  content: "";
  display: block;
  background: url("icon-search-black.svg") no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: -4px;
}
@media (max-width: 767px) {
  body .site-header .right-part .search-icon:before {
    left: 2px;
    top: 2px;
  }
}
body .site-header .menu-toggle {
  display: none;
  position: absolute;
  z-index: 1000;
  width: 32px;
  height: 30px;
  cursor: pointer;
  top: 4px;
  left: 0;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
}
@media (max-width: 1279px) {
  body .site-header .menu-toggle {
    display: block;
  }
}
body .site-header .menu-toggle span {
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: #00ad50;
  border-radius: 3px;
}
body .site-header .menu-toggle span:before {
  top: -8px;
  transition-property: top, transform;
  -webkit-transition-property: top, transform;
}
body .site-header .menu-toggle span:after {
  bottom: -8px;
  transition-property: bottom, transform;
  -webkit-transition-property: bottom, transform;
}
body .site-header .menu-toggle span:before, body .site-header .menu-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 32px;
  height: 3px;
  left: 0;
  background-color: #00ad50;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  border-radius: 3px;
}
body .close-btn {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 16px;
  width: 21px;
  height: 21px;
  z-index: 1;
}
body .close-btn:before, body .close-btn:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fefcd8;
}
body .close-btn:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
body .close-btn:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body .mm-menu {
  background: #00ad50;
}
body .mm-menu .mm-panel.mm-hasnavbar .mm-navbar {
  display: none;
}
body .mm-menu .mm-listview > li:not(.mm-divider):after {
  display: none;
}
body .mm-menu .mm-panels > .mm-panel:after, body .mm-menu .mm-panels > .mm-panel:before {
  display: none;
}
body .mm-menu .mm-panels > .mm-panel > .mm-listview {
  margin: 0;
}
body .mm-menu .mm-listview a {
  font-size: 16px;
  font-weight: 700;
  color: #fefcd8;
}
body .site-footer {
  background: #00ad50;
  padding: 40px 0 20px;
}
body .site-footer .logo-hold {
  width: 176px;
  margin: 0 auto 26px;
}
body .site-footer .logo-hold img {
  height: 40px;
  width: auto;
}
body .site-footer .footer-menu {
  margin-bottom: 24px;
}
body .site-footer .footer-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  body .site-footer .footer-menu ul {
    flex-direction: column;
    align-items: center;
  }
}
body .site-footer .footer-menu ul li {
  margin: 0 10px;
}
@media (max-width: 767px) {
  body .site-footer .footer-menu ul li {
    margin: 10px 10px;
  }
}
body .site-footer .footer-menu ul li a {
  color: #fefcd8;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
body .site-footer .social-links {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  body .site-footer .social-links {
    margin-bottom: 30px;
  }
}
body .site-footer .social-links li {
  margin: 0 15px;
}
@media (max-width: 479px) {
  body .site-footer .social-links li {
    margin: 0 6px;
  }
}
body .site-footer .social-links li a {
  width: 48px;
  height: 48px;
  border: 2px solid #fefcd8;
  border-radius: 50%;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
body .site-footer .social-links li a.fb {
  background: url("icons8-facebook-f.svg") no-repeat center;
}
body .site-footer .social-links li a.tw {
  background: url("icons8-twitter.svg") no-repeat center;
}
body .site-footer .social-links li a.pt {
  background: url("icons8-pinterest.svg") no-repeat center;
}
body .site-footer .social-links li a.ig {
  background: url("icons8-instagram.svg") no-repeat center;
  background-size: 28px;
}
body .site-footer .social-links li a.yt {
  background: url("icons8-youtube-play.svg") no-repeat center;
}
body .site-footer .footer-bottom {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  body .site-footer .footer-bottom {
    flex-direction: column-reverse;
    align-items: center;
  }
}
body .site-footer .footer-bottom .copyright {
  color: #fefcd8;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 767px) {
  body .site-footer .footer-bottom .copyright {
    margin-top: 30px;
  }
}
body .site-footer .footer-bottom .privacy-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
body .site-footer .footer-bottom .privacy-menu ul li {
  margin: 0 0 0 20px;
}
@media (max-width: 767px) {
  body .site-footer .footer-bottom .privacy-menu ul li {
    margin: 0 10px;
  }
}
body .site-footer .footer-bottom .privacy-menu ul li a {
  color: #fefcd8;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
  text-transform: uppercase;
}
body .cart-drawer {
  position: fixed;
  width: 400px;
  height: 100%;
  right: -472px;
  top: 0;
  z-index: 100001;
  background: #fefcd8;
  box-shadow: 0 0 51px 8px rgba(0, 0, 0, 0.2);
  transition: right 400ms ease-in-out;
}
body .cart-drawer.show {
  right: 0;
}
body .cart-drawer.loading:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 0.6);
}
body .cart-drawer .cart-content {
  display: none;
  padding: 44px 0 205px;
  height: 100%;
}
body .cart-drawer .cart-content form {
  height: 100%;
}
body .cart-drawer .cart-header {
  position: absolute;
  padding: 12px 20px;
  top: 0;
  left: 0;
  width: 100%;
  height: 44px;
  background: #00ad50;
}
body .cart-drawer .cart-header .title {
  color: #fefcd8;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
body .cart-drawer .cart-header .close-btn {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 21px;
  height: 21px;
  cursor: pointer;
}
body .cart-drawer .cart-header .close-btn:before, body .cart-drawer .cart-header .close-btn:after {
  content: "";
  display: block;
  background: #fefcd8;
  height: 3px;
  width: 100%;
  top: 50%;
  position: absolute;
}
body .cart-drawer .cart-header .close-btn:before {
  transform: rotate(45deg);
}
body .cart-drawer .cart-header .close-btn:after {
  transform: rotate(-45deg);
}
body .cart-drawer .scroll-block {
  height: 100%;
  position: relative;
}
body .cart-drawer .cart-body.empty {
  padding: 20px 25px;
}
body .cart-drawer .cart-body.empty .empty-title {
  font-weight: 600;
}
body .cart-drawer .cart-body .cart-items .cart-item {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 24px 15px 16px;
}
body .cart-drawer .cart-body .cart-items .cart-item figure {
  width: 68px;
  height: 68px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e0deb4;
}
body .cart-drawer .cart-body .cart-items .cart-item .title-column {
  width: calc(100% - 68px - 80px);
  display: flex;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0 17px;
}
body .cart-drawer .cart-body .cart-items .cart-item .title-column .title {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 5px;
  text-decoration: none;
}
body .cart-drawer .cart-body .cart-items .cart-item .title-column .quantity--contain {
  display: flex;
}
body .cart-drawer .cart-body .cart-items .cart-item .title-column .quantity--contain label {
  font-size: 13px;
  font-weight: 400;
  margin: 0 3px 0 0;
  height: 20px;
  line-height: 20px;
}
body .cart-drawer .cart-body .cart-items .cart-item .title-column .quantity--contain #quantity {
  text-align: center;
  width: 30px;
  padding: 0;
  height: 20px;
  line-height: 20px;
  border: none;
  margin-bottom: 0;
  background: none;
  font-size: 13px;
  font-family: "Ambit", sans-serif;
}
body .cart-drawer .cart-body .cart-items .cart-item .title-column .quantity--contain .button.inc, body .cart-drawer .cart-body .cart-items .cart-item .title-column .quantity--contain .button.dec {
  border: none;
  width: 20px;
  height: 20px;
  color: #00ad50;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}
body .cart-drawer .cart-body .cart-items .cart-item .price-column {
  width: 80px;
  text-align: right;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  justify-content: space-between;
}
body .cart-drawer .cart-body .cart-items .cart-item .price-column .price {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 20px;
}
body .cart-drawer .cart-body .cart-items .cart-item .price-column .price > div {
  line-height: 1.3;
}
body .cart-drawer .cart-body .cart-items .cart-item .price-column .price .old-price {
  margin: 0;
}
body .cart-drawer .cart-body .cart-items .cart-item .price-column .remove {
  width: 16px;
  height: 25px;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 8px;
  cursor: pointer;
  background: url("remove-icon.svg?v=1") no-repeat;
  background-size: contain;
}
body .cart-drawer .cart-checkout-buttons {
  border-top: 1px solid #ebebeb;
  text-align: center;
  height: 110px;
  position: absolute;
  width: 100%;
  bottom: 120px;
  box-sizing: border-box;
  left: 0;
  background: #fff;
}
body .cart-drawer .cart-checkout-buttons .title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1.5;
  margin: 0 0 14px;
}
body .cart-drawer .cart-checkout-buttons .cart-payment-icons {
  display: flex;
  justify-content: space-between;
}
body .cart-drawer .cart-checkout-buttons .cart-payment-icons img {
  height: 40px;
  width: auto;
}
body .cart-drawer .cart-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 205px;
  padding: 14px 0 24px;
  z-index: 1;
}
body .cart-drawer .cart-footer small {
  text-align: center;
  color: #000000;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  display: block;
  margin: 0 0 8px;
}
body .cart-drawer .cart-footer .total-price {
  display: flex;
  justify-content: space-between;
  padding: 14px 20px;
  margin-bottom: 21px;
  background-color: #f4f1c0;
}
body .cart-drawer .cart-footer .total-price .subtotal-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
body .cart-drawer .cart-footer .total-price .subtotal-value {
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
body .cart-drawer .cart-footer .buttons-hold {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .cart-drawer .cart-footer .buttons-hold .btn {
  font-size: 12px;
  font-weight: 700;
  height: 41px;
  margin: 0 0 23px;
  width: calc(50% - 12px);
  padding: 0;
}
body .cart-drawer .cart-footer .buttons-hold .btn.checkout-button {
  width: 192px;
  height: 39px;
  border-radius: 20px;
  line-height: 37px;
}
body .cart-drawer .cart-footer .buttons-hold .continue-shopping-button {
  color: #00ad50;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
@media (max-width: 419px) {
  body .cart-drawer {
    width: 100%;
    right: -130%;
    /*.cart-content {    
      padding: 50px 0 223px;
    }
    .cart-body {
      .cart-items .cart-item {
        padding: 10px 18px 10px 10px;
        figure {
          width: 50px;
        }
        .title-column {
          width: calc(100% - 50px - 60px);
          padding: 0 5px;
          .title {
            font-size: 13px;
            line-height: 16px;
            letter-spacing: 1px;
            margin-bottom: 2px;
          }
        }
        .price-column {    
          width: 60px;
          .price {
          	font-size: 11px;
          }
          .remove {
            margin-top: 9px;
            margin-right: 10px;
          }
        }
      } 
    }
    .cart-checkout-buttons {
      padding: 17px 12px 10px;
      bottom: 113px;
      height: 110px;
      .title {
        margin: 0 0 12px;
      }
      .cart-payment-icons img {
        height: 35px;
      }
    }
    .cart-footer {    
      padding: 10px 12px 18px;
      height: 113px;
      .total-price {
        padding: 0 4px;
        margin-bottom: 11px;
        .subtotal-label {
          line-height: 24px;
        }
        .subtotal-value {
          line-height: 24px;
        }
      }
      .buttons-hold {
        margin: 0 -3px;
        .btn {
          margin: 0 3px;
          width: calc(50% - 6px);
        }
      }
    }*/
  }
}
body .cart-drawer-overlay {
  opacity: 0.35;
  background: #fff;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
}
body :root:root:root .cart-drawer {
  /*.shopify-cleanslate > div > ul > li {
    width: 70px !important;
    flex-basis: 70px !important;
    height: 38px !important;
  }*/
  /* data-testid="grid-cell" */
}
body :root:root:root .cart-drawer .shopify-cleanslate > div > ul {
  display: flex !important;
  margin: 0 !important;
  flex-wrap: wrap !important;
  width: 100% !important;
  justify-content: center;
}
@media (min-width: 35em) {
  body :root:root:root .cart-drawer {
    /* 560px */
  }
  body :root:root:root .cart-drawer .shopify-cleanslate > div > ul {
    flex-wrap: nowrap !important;
  }
}
body :root:root:root .cart-drawer .shopify-cleanslate > div > ul > li {
  flex-basis: 7.5rem !important;
  /* 120px */
  flex-grow: 1 !important;
  padding: 0.25rem !important;
  /* 4px */
  margin: 0 !important;
  height: auto !important;
  max-height: 3.875rem !important;
  /* 62px */
}
body :root:root:root .cart-drawer .paypalLight {
  width: 100% !important;
}
body :root:root:root .cart-drawer .shopify-cleanslate iframe {
  border: 0;
  border-radius: 0.25rem !important;
  /* 4px */
  overflow: hidden !important;
  float: left !important;
}
body .main-banner-slider .hold {
  overflow: hidden;
  width: 100%;
  position: relative;
}
body .main-banner-slider .tns-controls button {
  background: url("arrow-left-green.svg?v=1") no-repeat;
  background-size: contain;
  width: 22px;
  height: 36px;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  border-radius: 0;
  border: none;
  padding: 0;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  z-index: 1;
}
body .main-banner-slider .tns-controls button[data-controls=prev] {
  left: 30px;
}
@media (max-width: 479px) {
  body .main-banner-slider .tns-controls button[data-controls=prev] {
    left: 15px;
  }
}
body .main-banner-slider .tns-controls button[data-controls=next] {
  right: 30px;
  transform: rotate(180deg);
}
@media (max-width: 479px) {
  body .main-banner-slider .tns-controls button[data-controls=next] {
    right: 15px;
  }
}
body .main-banner-slider .tns-liveregion {
  display: none;
}
body .main-banner-slider .main-slider .slide-hold {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  min-height: calc(100vh - 129px);
  padding: 30px 70px;
}
@media (max-width: 1023px) {
  body .main-banner-slider .main-slider .slide-hold {
    min-height: calc(100vh - 121px);
  }
}
@media (max-width: 767px) {
  body .main-banner-slider .main-slider .slide-hold {
    min-height: calc(100vh - 95px);
    padding: 30px 50px;
  }
}
body .main-banner-slider .main-slider .slide-hold h2 {
  text-align: center;
  color: #000;
  font-family: "Lumios Marker", sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 60px;
  max-width: 830px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  body .main-banner-slider .main-slider .slide-hold h2 {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 479px) {
  body .main-banner-slider .main-slider .slide-hold h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 374px) {
  body .main-banner-slider .main-slider .slide-hold h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
body .main-banner-slider .main-slider .slide-hold h3 {
  color: #00ad50;
  font-family: "Habibi Custom", serif;
  text-transform: uppercase;
  max-width: 830px;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
  margin: 0;
}
@media (max-width: 767px) {
  body .main-banner-slider .main-slider .slide-hold h3 {
    font-size: 38px;
    line-height: 40px;
  }
}
@media (max-width: 479px) {
  body .main-banner-slider .main-slider .slide-hold h3 {
    font-size: 32px;
    line-height: 34px;
  }
}
@media (max-width: 374px) {
  body .main-banner-slider .main-slider .slide-hold h3 {
    font-size: 26px;
    line-height: 32px;
  }
}
body .main-banner-slider .main-slider .slide-hold figure {
  margin: 30px 0 0;
}
@media (max-width: 767px) {
  body .main-banner-slider .main-slider .slide-hold figure {
    margin-top: 20px;
  }
}
body .main-banner-slider .main-slider .slide-hold .btn {
  width: 165px;
  height: 40px;
  border-radius: 25px;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 38px;
  text-transform: uppercase;
  margin-top: 48px;
}
@media (max-width: 767px) {
  body .main-banner-slider .main-slider .slide-hold .btn {
    margin-top: 32px;
  }
}
body .text-image-block {
  padding: 60px 0;
  background-color: #00ad50;
  color: #fefcd8;
}
@media (max-width: 479px) {
  body .text-image-block {
    padding: 40px 0;
  }
}
body .text-image-block h2 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  margin: 0;
}
@media (max-width: 479px) {
  body .text-image-block h2 {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (max-width: 374px) {
  body .text-image-block h2 {
    font-size: 28px;
  }
}
body .text-image-block h3 {
  text-align: center;
  font-family: "Lumios Marker", sans-serif;
  color: #000;
  transform: rotate(-4deg);
  color: #000000;
  font-size: 50px;
  margin: 0;
}
@media (max-width: 479px) {
  body .text-image-block h3 {
    font-size: 44px;
    margin-top: -10px;
  }
}
body .text-image-block .row {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 40px;
}
@media (max-width: 479px) {
  body .text-image-block .row {
    margin-bottom: 0;
  }
}
body .text-image-block .row .column-image {
  width: 50%;
  padding-right: 55px;
}
@media (max-width: 767px) {
  body .text-image-block .row .column-image {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
  body .text-image-block .row .column-image .video-image-wrapper {
    display: flex;
    justify-content: center;
  }
}
body .text-image-block .row .column-image .wrap-video .video_wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 66.2%;
  padding-top: 57.7%;
}
body .text-image-block .row .column-image .wrap-video #video-play {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
body .text-image-block .row .column-image .wrap-video .videoPoster {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-color: #000;
  border: none;
  text-indent: -999em;
  padding: 0;
  overflow: hidden;
  opacity: 1;
  border-radius: 0;
  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
body .text-image-block .row .column-image .wrap-video .videoPoster:hover {
  cursor: pointer;
}
body .text-image-block .row .column-image .wrap-video .videoPoster:before {
  display: none;
  content: "";
  position: absolute;
  border: 7px solid #fefcd8;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  cursor: pointer;
  margin-left: -60px;
  margin-top: -60px;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  transition: border-color 300ms;
  box-sizing: border-box;
  opacity: 0.7;
}
body .text-image-block .row .column-image .wrap-video .videoPoster:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 40px;
  border-color: transparent transparent transparent #fefcd8;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  transition: border-color 300ms;
  opacity: 0.7;
}
@media (max-width: 1023px) {
  body .text-image-block .row .column-image .wrap-video .videoPoster:before {
    width: 100px;
    height: 100px;
    border-width: 4px;
    margin-left: -50px;
    margin-top: -50px;
  }
  body .text-image-block .row .column-image .wrap-video .videoPoster:after {
    margin-top: -26px;
    margin-left: -20px;
    border-width: 26px 0 26px 52px;
  }
}
body .text-image-block .row .column-image .wrap-video .videoPoster:hover:before, body .text-image-block .row .column-image .wrap-video .videoPoster:focus:before {
  opacity: 1;
}
body .text-image-block .row .column-image .wrap-video .videoPoster:hover:after, body .text-image-block .row .column-image .wrap-video .videoPoster:focus:after {
  opacity: 1;
}
body .text-image-block .row .column-image .wrap-video .videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}
body .text-image-block .row .column-data {
  width: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  body .text-image-block .row .column-data {
    width: 100%;
  }
}
body .text-image-block .row .column-data p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 479px) {
  body .text-image-block .row .column-data p {
    font-size: 16px;
    line-height: 24px;
  }
}
body .text-image-block .row.no-image .column-image {
  display: none;
}
body .text-image-block .row.no-image .column-data {
  width: 100%;
}
body .text-image-block .btn {
  display: block;
  margin: 0 auto;
  width: 223px;
  height: 40px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 700;
  line-height: 38px;
  text-transform: uppercase;
}
body .products-grid-block {
  padding: 60px 0;
}
@media (max-width: 479px) {
  body .products-grid-block {
    padding: 40px 0;
  }
}
body .products-grid-block .wrap {
  max-width: 1360px;
}
body .products-grid-block h2 {
  text-align: center;
  color: #000;
  font-size: 45px;
  font-weight: 400;
  line-height: 60px;
  margin: 0 0 20px;
}
@media (max-width: 479px) {
  body .products-grid-block h2 {
    font-size: 36px;
    line-height: 44px;
    margin: 0 0 15px;
  }
}
body .products-grid-block .icons img {
  height: 43px;
  width: auto;
  display: block;
  margin: 0 auto;
}
body .products-grid-block .products-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media (max-width: 767px) {
  body .products-grid-block .products-grid {
    margin: 0 -8px;
  }
}
body .products-grid-block .products-grid .product-grid-item {
  width: 33.33%;
  padding: 0 20px;
  margin: 0 0 40px;
}
@media (max-width: 1023px) {
  body .products-grid-block .products-grid .product-grid-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  body .products-grid-block .products-grid .product-grid-item {
    padding: 0 8px;
    margin-bottom: 30px;
  }
}
@media (max-width: 479px) {
  body .products-grid-block .products-grid .product-grid-item {
    width: 100%;
  }
}
body .products-grid-block .btn {
  display: block;
  margin: 0 auto;
  width: 165px;
  height: 40px;
  border-radius: 25px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 38px;
}
body .products-grid-block.template-2 .products-grid {
  margin: 22px -6px 0;
}
@media (max-width: 1023px) {
  body .products-grid-block.template-2 .products-grid {
    justify-content: center;
  }
}
body .products-grid-block.template-2 .products-grid .product-grid-item {
  padding: 0 6px;
  margin-bottom: 37px;
}
@media (max-width: 1023px) {
  body .products-grid-block.template-2 .products-grid .product-grid-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  body .products-grid-block.template-2 .products-grid .product-grid-item {
    width: 100%;
    max-width: 500px;
  }
}
body .products-grid-block.template-2 .products-grid .product-grid-item .item-hold {
  border: 5px solid #00ad50;
  padding-bottom: 93px;
}
body .products-grid-block.template-2 .products-grid .product-grid-item .item-hold .title {
  color: #00ad50;
  text-transform: uppercase;
}
body .products-grid-block.template-2 .products-grid .product-grid-item .product-image {
  padding: 60px 20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .products-grid-block.template-2 .products-grid .product-grid-item .data-hold {
  padding: 10px 20px 12px;
}
body .products-grid-block.template-2 .products-grid .product-grid-item .title {
  font-size: 25px;
  font-weight: 400;
  line-height: 31px;
  margin: 0 auto 22px;
  max-width: 280px;
}
@media (max-width: 1200px) and (min-width: 1024px) {
  body .products-grid-block.template-2 .products-grid .product-grid-item .title {
    font-size: 22px;
  }
}
body .products-grid-block.template-2 .products-grid .product-grid-item .buttons-hold {
  bottom: 43px;
  opacity: 1;
}
body .products-grid-block.template-2 .products-grid .product-grid-item .buttons-hold .btn, body .products-grid-block.template-2 .products-grid .product-grid-item .buttons-hold button {
  font-size: 12px;
}
body .products-grid-block.template-2 .products-grid .product-grid-item:nth-of-type(2n+2) .item-hold {
  border-color: #a0683d;
}
body .products-grid-block.template-2 .products-grid .product-grid-item:nth-of-type(2n+2) .item-hold .title {
  color: #a0683d;
}
body .products-grid-block.template-2 .products-grid .product-grid-item:nth-of-type(4n+1) .item-hold {
  border-color: #a62651;
}
body .products-grid-block.template-2 .products-grid .product-grid-item:nth-of-type(4n+1) .item-hold .title {
  color: #a62651;
}
body .products-carousel-block {
  padding: 0;
  position: relative;
  width: 100%;
}
body .products-carousel-block h2 {
  text-align: center;
  color: #000;
  font-size: 45px;
  font-weight: 400;
  line-height: 60px;
  margin: 0 0 20px;
}
@media (max-width: 479px) {
  body .products-carousel-block h2 {
    font-size: 36px;
    line-height: 44px;
    margin: 0 0 15px;
  }
}
body .products-carousel-block .icons img {
  height: 43px;
  width: auto;
  display: block;
  margin: 0 auto;
}
body .products-carousel-block.template-2 {
  padding: 60px 0;
}
@media (max-width: 767px) {
  body .products-carousel-block.template-2 .tns-controls {
    display: none;
  }
}
body .products-carousel-block.template-2 .tns-controls button[data-controls=prev] {
  left: 37%;
  top: 55%;
}
@media (max-width: 1279px) and (min-width: 1024px) {
  body .products-carousel-block.template-2 .tns-controls button[data-controls=prev] {
    left: 32%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  body .products-carousel-block.template-2 .tns-controls button[data-controls=prev] {
    left: 29%;
  }
}
body .products-carousel-block.template-2 .tns-controls button[data-controls=next] {
  right: 37%;
  top: 55%;
}
@media (max-width: 1279px) and (min-width: 1024px) {
  body .products-carousel-block.template-2 .tns-controls button[data-controls=next] {
    right: 32%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  body .products-carousel-block.template-2 .tns-controls button[data-controls=next] {
    right: 29%;
  }
}
body .products-carousel-block .btn, body .products-carousel-block button {
  display: block;
  margin: 0 auto;
  width: 165px;
  height: 40px;
  border-radius: 25px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 38px;
}
@media (max-width: 767px) {
  body .products-carousel-block .tns-controls {
    display: none;
  }
}
body .products-carousel-block .tns-controls button {
  background: url("arrow-left-wheat.svg?v=1") no-repeat;
  background-size: contain;
  width: 22px;
  height: 36px;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  border-radius: 0;
  border: none;
  padding: 0;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  z-index: 1;
}
body .products-carousel-block .tns-controls button[data-controls=prev] {
  left: 27%;
}
@media (max-width: 1279px) and (min-width: 1024px) {
  body .products-carousel-block .tns-controls button[data-controls=prev] {
    left: 24%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  body .products-carousel-block .tns-controls button[data-controls=prev] {
    left: 13%;
  }
}
body .products-carousel-block .tns-controls button[data-controls=next] {
  right: 27%;
  transform: rotate(180deg);
}
@media (max-width: 1279px) and (min-width: 1024px) {
  body .products-carousel-block .tns-controls button[data-controls=next] {
    right: 24%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  body .products-carousel-block .tns-controls button[data-controls=next] {
    right: 13%;
  }
}
body .products-carousel-block .tns-liveregion {
  display: none;
}
body .products-carousel-block .products-carousel {
  width: 100%;
}
body .products-carousel-block .products-carousel .product-item {
  text-align: center;
  /*	@media(max-width: 1279px) and (min-width: 1024px) {
    			transform: translateX(-20%);
  	}
  	@media(max-width: 1023px) and (min-width: 768px) {
  	    transform: translateX(-40%);
  	}
  	@media(max-width: 767px) {
  	    transform: translateX(-40%);				
  	}*/
}
@media (max-width: 1023px) {
  body .products-carousel-block .products-carousel .product-item {
    width: 83.333vw;
  }
}
body .products-carousel-block .products-carousel .product-item .item-hold {
  padding: 45px 140px 50px;
}
@media (max-width: 1360px) {
  body .products-carousel-block .products-carousel .product-item .item-hold {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media (max-width: 767px) {
  body .products-carousel-block .products-carousel .product-item .item-hold {
    padding: 35px 40px 40px;
  }
}
@media (max-width: 479px) {
  body .products-carousel-block .products-carousel .product-item .item-hold {
    padding: 30px 20px 30px;
  }
}
body .products-carousel-block .products-carousel .product-item .category {
  color: #fefcd8;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
  text-transform: uppercase;
  margin: 0 0 6px;
}
@media (max-width: 479px) {
  body .products-carousel-block .products-carousel .product-item .category {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 374px) {
  body .products-carousel-block .products-carousel .product-item .category {
    font-size: 18px;
    line-height: 24px;
  }
}
body .products-carousel-block .products-carousel .product-item .title {
  text-decoration: none;
  color: #fefcd8;
  font-size: 40px;
  font-weight: 400;
  line-height: 55px;
  text-transform: uppercase;
  margin: 0 0 20px;
  display: block;
  font-family: "Habibi Custom", serif;
}
@media (max-width: 767px) {
  body .products-carousel-block .products-carousel .product-item .title {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 479px) {
  body .products-carousel-block .products-carousel .product-item .title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 374px) {
  body .products-carousel-block .products-carousel .product-item .title {
    font-size: 22px;
  }
}
body .products-carousel-block .products-carousel .product-item figure {
  display: flex;
  justify-content: center;
  align-items: center;
}
body .products-carousel-block .products-carousel .product-item .description {
  min-height: 140px;
}
body .products-carousel-block .products-carousel .product-item .description p {
  color: #fefcd8;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
body .products-carousel-block .products-carousel .product-item .product-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 30px;
}
body .products-carousel-block .products-carousel .product-item .product-icons img {
  width: auto;
  height: 53px;
  object-fit: contain;
}
@media (max-width: 479px) {
  body .products-carousel-block .products-carousel .product-item .product-icons img {
    height: 33px;
  }
}
body .products-carousel-block .products-carousel-2 {
  margin-top: 53px;
  margin-bottom: 40px;
}
body .products-carousel-block .products-carousel-2 .product-item {
  padding: 33px 20px;
  transition: all 400ms ease-in-out;
  /*@media(max-width: 1279px) and (min-width: 1024px) {
   			transform: translateX(-45%);
  }
  @media(max-width: 1023px) and (min-width: 768px) {
      transform: translateX(-70%);
  }
  @media(max-width: 767px) {
      transform: translateX(-10%);	
      transform: translateX(-110%);			
  }*/
}
@media (max-width: 1279px) {
  body .products-carousel-block .products-carousel-2 .product-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 479px) {
  body .products-carousel-block .products-carousel-2 .product-item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  body .products-carousel-block .products-carousel-2 .product-item {
    width: 83.333vw;
  }
}
body .products-carousel-block .products-carousel-2 .product-item .item-hold {
  transition: all 400ms ease-in-out;
  border-radius: 14px;
  padding: 64px 0 30px;
}
@media (max-width: 479px) {
  body .products-carousel-block .products-carousel-2 .product-item .item-hold {
    padding: 40px 0 20px;
  }
}
body .products-carousel-block .products-carousel-2 .product-item.centered-item {
  padding: 0 15px;
}
@media (max-width: 479px) {
  body .products-carousel-block .products-carousel-2 .product-item.centered-item {
    padding: 0 8px;
  }
}
body .products-carousel-block .products-carousel-2 .product-item.centered-item .item-hold {
  padding: 97px 0 63px;
}
@media (max-width: 479px) {
  body .products-carousel-block .products-carousel-2 .product-item.centered-item .item-hold {
    padding: 70px 0 50px;
  }
}
body .products-carousel-block .products-carousel-2 .product-item figure {
  display: flex;
  justify-content: center;
  align-items: center;
}
body .products-carousel-block .products-carousel-2 .product-item figure img {
  margin-left: -8%;
  margin-left: 0;
}
@media (max-width: 479px) {
  body .products-carousel-block .products-carousel-2 .product-item figure {
    padding: 0 15px;
  }
}
body .products-carousel-block .products-carousel-2 .product-item .data-hold {
  max-width: 420px;
  margin: 0 auto;
  padding: 27px 30px 0px;
}
@media (max-width: 374px) {
  body .products-carousel-block .products-carousel-2 .product-item .data-hold {
    padding: 20px 20px 0px;
  }
}
body .products-carousel-block .products-carousel-2 .product-item .data-hold .title {
  text-decoration: none;
  color: #fefcd8;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
  min-height: 76px;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 40px;
  font-family: "Habibi Custom", serif;
}
@media (max-width: 1279px) {
  body .products-carousel-block .products-carousel-2 .product-item .data-hold .title {
    font-size: 28px;
    line-height: 35px;
    min-height: 70px;
  }
}
@media (max-width: 1023px) {
  body .products-carousel-block .products-carousel-2 .product-item .data-hold .title {
    font-size: 26px;
  }
}
@media (max-width: 479px) {
  body .products-carousel-block .products-carousel-2 .product-item .data-hold .title {
    font-size: 20px;
    line-height: 30px;
    min-height: 60px;
    margin-bottom: 20px;
  }
}
@media (max-width: 374px) {
  body .products-carousel-block .products-carousel-2 .product-item .data-hold .title {
    font-size: 18px;
    line-height: 26px;
    min-height: 52px;
  }
}
body .products-carousel-block .products-carousel-2 .product-item .data-hold .price-hold {
  display: flex;
  justify-content: space-between;
  margin: 0 0 28px;
}
body .products-carousel-block .products-carousel-2 .product-item .data-hold .price-hold .price {
  color: #fefcd8;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
}
@media (max-width: 479px) {
  body .products-carousel-block .products-carousel-2 .product-item .data-hold .price-hold .price {
    font-size: 20px;
  }
}
body .products-carousel-block .products-carousel-2 .product-item .data-hold .price-hold .product-icons img {
  width: auto;
  height: 33px;
  object-fit: contain;
}
body .products-carousel-block .products-carousel-2 .product-item .buttons-hold {
  display: flex;
  justify-content: center;
  margin: 0 -5px;
}
body .products-carousel-block .products-carousel-2 .product-item .buttons-hold .btn, body .products-carousel-block .products-carousel-2 .product-item .buttons-hold button {
  margin: 0 5px;
  font-size: 12px;
  height: 34px;
  border-radius: 18px;
  line-height: 32px;
}
body .products-carousel-block .products-carousel-2 .product-item .buttons-hold .btn.outline, body .products-carousel-block .products-carousel-2 .product-item .buttons-hold button.outline {
  border-color: #fefcd8;
  color: #fefcd8;
}
body .articles-block {
  padding: 60px 0;
}
@media (max-width: 479px) {
  body .articles-block {
    padding: 40px 0;
  }
}
body .articles-block h2 {
  text-align: center;
  color: #000;
  font-size: 45px;
  font-weight: 400;
  line-height: 60px;
  margin: 0 0 50px;
}
@media (max-width: 479px) {
  body .articles-block h2 {
    font-size: 36px;
    line-height: 44px;
    margin: 0 0 15px;
  }
}
body .articles-block .articles-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px 42px;
}
@media (max-width: 767px) {
  body .articles-block .articles-grid {
    justify-content: center;
    margin-bottom: 0;
  }
}
body .articles-block .articles-grid .article-item {
  width: 33.33%;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 0 0 40px;
}
body .articles-block .articles-grid .article-item figure {
  margin-bottom: 20px;
}
body .articles-block .articles-grid .article-item .tags {
  display: none;
}
@media (max-width: 767px) {
  body .articles-block .articles-grid .article-item {
    width: 100%;
    max-width: 540px;
  }
}
body .articles-block .btn {
  display: block;
  margin: 0 auto;
  width: 165px;
  height: 40px;
  border-radius: 25px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 38px;
}
body .reviews-block {
  padding: 60px 0;
}
@media (max-width: 479px) {
  body .reviews-block {
    padding: 40px 0;
  }
}
body .reviews-block h2 {
  text-align: center;
  color: #00ad50;
  font-family: "Habibi Custom", serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
  margin: 0 0 50px;
}
@media (max-width: 1023px) {
  body .reviews-block h2 {
    font-size: 45px;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  body .reviews-block h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 479px) {
  body .reviews-block h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 374px) {
  body .reviews-block h2 {
    font-size: 28px;
    line-height: 38px;
    margin: 0 0 30px;
  }
}
body .reviews-block .wrap {
  padding: 0;
  max-width: none;
}
body .reviews-block .tns-controls button {
  background: url("arrow-left-green.svg?v=1") no-repeat;
  background-size: contain;
  width: 22px;
  height: 36px;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  border-radius: 0;
  border: none;
  padding: 0;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  z-index: 1;
}
body .reviews-block .tns-controls button[data-controls=prev] {
  left: 30px;
}
@media (max-width: 767px) {
  body .reviews-block .tns-controls button[data-controls=prev] {
    left: 15px;
  }
}
body .reviews-block .tns-controls button[data-controls=next] {
  right: 30px;
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  body .reviews-block .tns-controls button[data-controls=next] {
    right: 15px;
  }
}
body .reviews-block .tns-liveregion {
  display: none;
}
body .reviews-block .hold {
  position: relative;
  padding: 0 80px;
}
@media (max-width: 767px) {
  body .reviews-block .hold {
    padding: 0 45px;
  }
}
body .reviews-block .reviews-list {
  display: flex;
}
body .reviews-block .reviews-list .review-item {
  padding: 0 10px;
}
@media (max-width: 374px) {
  body .reviews-block .reviews-list .review-item {
    padding: 0;
  }
}
body .reviews-block .reviews-list .review-item .item-hold {
  border: 1px solid #c05131;
  height: 100%;
  text-align: center;
  /*width: 350px;*/
  padding: 46px 30px 33px;
}
@media (max-width: 479px) {
  body .reviews-block .reviews-list .review-item .item-hold {
    padding: 25px 16px 25px;
  }
}
@media (max-width: 374px) {
  body .reviews-block .reviews-list .review-item .item-hold {
    padding-left: 10px;
    padding-right: 10px;
  }
}
body .reviews-block .reviews-list .review-item .item-hold .name {
  color: #c05131;
  font-size: 21px;
  font-weight: 400;
  line-height: 27px;
  margin: 0 0 24px;
}
body .reviews-block .reviews-list .review-item .item-hold .rating {
  display: flex;
  justify-content: center;
  margin: 0 0 37px;
  min-width: 200px;
}
body .reviews-block .reviews-list .review-item .item-hold .rating:before, body .reviews-block .reviews-list .review-item .item-hold .rating:after, body .reviews-block .reviews-list .review-item .item-hold .rating span:before, body .reviews-block .reviews-list .review-item .item-hold .rating span:after, body .reviews-block .reviews-list .review-item .item-hold .rating i {
  content: "";
  display: block;
  width: 28px;
  height: 27px;
  background: url("star-full.svg") no-repeat;
  background-size: contain;
  margin: 0 6px;
}
body .reviews-block .reviews-list .review-item .item-hold .rating span {
  display: flex;
}
body .reviews-block .reviews-list .review-item .item-hold .rating.rating-4:after, body .reviews-block .reviews-list .review-item .item-hold .rating.rating-3:after, body .reviews-block .reviews-list .review-item .item-hold .rating.rating-2:after, body .reviews-block .reviews-list .review-item .item-hold .rating.rating-1:after {
  opacity: 0.5;
}
body .reviews-block .reviews-list .review-item .item-hold .rating.rating-3 i, body .reviews-block .reviews-list .review-item .item-hold .rating.rating-2 i, body .reviews-block .reviews-list .review-item .item-hold .rating.rating-1 i {
  opacity: 0.5;
}
body .reviews-block .reviews-list .review-item .item-hold .rating.rating-2 span:after, body .reviews-block .reviews-list .review-item .item-hold .rating.rating-1 span:after {
  opacity: 0.5;
}
body .reviews-block .reviews-list .review-item .item-hold .rating.rating-1 span:before {
  opacity: 0.5;
}
body .reviews-block .reviews-list .review-item .item-hold .review-text, body .reviews-block .reviews-list .review-item .item-hold .review-text p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
}
body .stockists-block {
  padding: 60px 0;
}
@media (max-width: 479px) {
  body .stockists-block {
    padding: 40px 0;
  }
}
body .stockists-block h2 {
  text-align: center;
  color: #000;
  font-size: 45px;
  font-weight: 400;
  line-height: 60px;
  margin: 0 0 30px;
}
@media (max-width: 479px) {
  body .stockists-block h2 {
    font-size: 36px;
    line-height: 44px;
    margin: 0 0 15px;
  }
}
body .stockists-block .hold {
  position: relative;
  padding: 0 110px;
  background: #fff;
}
@media (max-width: 767px) {
  body .stockists-block .hold {
    padding: 0 60px;
  }
}
body .stockists-block .tns-outer > button {
  display: none;
}
body .stockists-block .tns-controls button {
  background: url("arrow-left-green.svg?v=1") no-repeat;
  background-size: contain;
  width: 22px;
  height: 36px;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  border-radius: 0;
  border: none;
  padding: 0;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  z-index: 1;
}
body .stockists-block .tns-controls button[data-controls=prev] {
  left: 30px;
}
@media (max-width: 479px) {
  body .stockists-block .tns-controls button[data-controls=prev] {
    left: 15px;
  }
}
body .stockists-block .tns-controls button[data-controls=next] {
  right: 30px;
  transform: rotate(180deg);
}
@media (max-width: 479px) {
  body .stockists-block .tns-controls button[data-controls=next] {
    right: 15px;
  }
}
body .stockists-block .tns-liveregion {
  display: none;
}
body .stockists-block .stockists-list {
  width: 100%;
  display: flex;
}
body .stockists-block .stockists-list .item {
  padding: 0 20px;
  width: 20%;
}
body .stockists-block .stockists-list .item a {
  display: flex;
  padding: 20px;
  height: 160px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
body .stockists-block .stockists-list .item a img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
body #insta-feed {
  padding: 60px 0;
}
@media (max-width: 479px) {
  body #insta-feed {
    padding: 40px 0;
  }
}
body .collection-page .collection-banner {
  text-align: center;
  width: 100%;
  padding: 20px 0;
  min-height: 330px;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  color: #fefcd8;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  body .collection-page .collection-banner {
    min-height: 240px;
  }
}
@media (max-width: 479px) {
  body .collection-page .collection-banner {
    min-height: 180px;
  }
}
body .collection-page .collection-banner h1 {
  font-family: "Ambit", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  margin: 0 0 20px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  body .collection-page .collection-banner h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
body .collection-page .collection-banner p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
body .collection-page .collection-banner .text {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px;
}
body .collection-page .collection-banner .text img {
  height: 47px;
  width: auto;
  margin: 0 auto 0;
  display: block;
}
body .collection-page .collection-heading {
  text-align: center;
  margin-top: 40px;
}
body .collection-page .collection-heading h1 {
  font-family: "Ambit", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  color: #00ad50;
  margin: 0;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  body .collection-page .collection-heading h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
body .collection-page .collection-heading p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
body .collection-page .collection-heading .text {
  max-width: 840px;
  margin: 20px auto 0;
  padding: 0 20px;
}
body .collection-page .collection-heading .text img {
  height: 47px;
  width: auto;
  margin: 0 auto 0;
  display: block;
}
body .collection-page .short-description {
  max-width: 880px;
  margin: 40px auto 0;
  text-align: center;
}
body .collection-page .short-description p {
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
}
@media (max-width: 767px) {
  body .collection-page .short-description p {
    font-size: 16px;
    line-height: 25px;
  }
}
body .collection-page .full-description {
  max-width: 880px;
  margin: 0 auto 40px;
  text-align: center;
}
body .collection-page .full-description p {
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}
body .collection-page .products-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0 80px;
  margin: 0 -20px;
}
body .collection-page .products-grid .product-grid-item {
  width: 33.33%;
  padding: 0 20px;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  body .collection-page .products-grid .product-grid-item {
    width: 50%;
    padding: 0 8px;
  }
}
@media (max-width: 479px) {
  body .collection-page .products-grid .product-grid-item {
    width: 100%;
  }
}
body .collection-page .not-found-message {
  text-align: center;
  font-size: 20px;
  margin: 40px 0 80px;
}
body .product-card-banner {
  width: 100%;
  height: 140px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  body .product-card-banner {
    height: 70px;
  }
}
body .product-card {
  padding: 40px 0 80px;
}
body .product-card .columns-hold {
  display: flex;
  flex-wrap: wrap;
}
body .product-card .columns-hold .column-image {
  width: 50%;
}
@media (max-width: 767px) {
  body .product-card .columns-hold .column-image {
    width: 100%;
    margin-bottom: 30px;
  }
  body .product-card .columns-hold .column-image .reviews-content {
    display: none;
  }
}
@media (max-width: 479px) {
  body .product-card .columns-hold .column-image {
    margin-bottom: 0;
  }
}
body .product-card .columns-hold .column-image .product-images-large {
  margin: 0 0 14px;
  border: 1px solid #e0deb4;
}
body .product-card .columns-hold .column-image .product-images-large figure {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .product-card .columns-hold .column-image .product-images-large figure img {
  display: block;
}
body .product-card .columns-hold .column-image .product-images-small {
  position: relative;
  padding: 0 30px;
  margin: 0 0 30px;
}
body .product-card .columns-hold .column-image .product-images-small .prev-slide, body .product-card .columns-hold .column-image .product-images-small .next-slide {
  background: url("arrow-left-green.svg?v=1") no-repeat;
  background-size: contain;
  width: 15px;
  height: 24px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  border-radius: 0;
  border: none;
  padding: 0;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  z-index: 1;
  display: block !important;
}
body .product-card .columns-hold .column-image .product-images-small .prev-slide {
  left: 0;
}
body .product-card .columns-hold .column-image .product-images-small .next-slide {
  right: 0;
  transform: rotate(180deg);
}
body .product-card .columns-hold .column-image .product-images-small .image-item figure {
  padding: 10px;
  height: 120px;
  border: 1px solid #e0deb4;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  body .product-card .columns-hold .column-image .product-images-small .image-item figure {
    height: 85px;
  }
}
body .product-card .columns-hold .column-image .product-images-small .image-item figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body .product-card .columns-hold .column-image .product-images-small .image-item.tns-nav-active figure {
  border-color: #00ad50;
}
body .product-card .columns-hold .column-data {
  width: 50%;
  padding-left: 80px;
}
body .product-card .columns-hold .column-data .reviews-content.mobile {
  display: none;
}
@media (max-width: 1023px) {
  body .product-card .columns-hold .column-data {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  body .product-card .columns-hold .column-data {
    width: 100%;
    padding-left: 0;
  }
  body .product-card .columns-hold .column-data .reviews-content.mobile {
    display: block;
    text-align: center;
  }
}
body .product-card .columns-hold .column-data h1 {
  font-family: "Ambit", sans-serif;
  color: #000;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  margin: 0 0 20px;
}
@media (max-width: 1023px) {
  body .product-card .columns-hold .column-data h1 {
    font-size: 24px;
    line-height: 36px;
  }
}
body .product-card .columns-hold .column-data .product-price {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}
@media (max-width: 1023px) {
  body .product-card .columns-hold .column-data .product-price {
    font-size: 24px;
    line-height: 36px;
  }
}
body .product-card .columns-hold .column-data .selects-hold {
  display: flex;
  margin: 0 0 22px;
  flex-wrap: wrap;
}
body .product-card .columns-hold .column-data .selects-hold label {
  display: block;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-transform: uppercase;
}
body .product-card .columns-hold .column-data .selects-hold select {
  box-sizing: border-box;
  width: 245px;
  height: 46px;
  border: 1px solid #e0deb4;
  background: #fefcd8;
  -webkit-appearance: none;
  background: url("arrow-down.svg?v=1") no-repeat 95% center;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  padding: 13px 42px 13px 10px;
}
body .product-card .columns-hold .column-data .selects-hold #product-variants {
  margin-right: 15px;
  margin-bottom: 15px;
}
body .product-card .columns-hold .column-data .selects-hold #product-variants.hidden {
  display: none;
}
body .product-card .columns-hold .column-data .selects-hold .qty-control {
  display: flex;
  height: 46px;
  border: 1px solid #e0deb4;
}
body .product-card .columns-hold .column-data .selects-hold .qty-control .qty-btn {
  width: 44px;
  height: 44px;
  font-size: 24px;
  line-height: 44px;
  cursor: pointer;
  text-align: center;
  color: #00ad50;
}
body .product-card .columns-hold .column-data .selects-hold .qty-control .qty-value input {
  width: 50px;
  height: 44px;
  border: none;
  background: none;
  color: #000;
  font-size: 20px;
  text-align: center;
  padding: 0;
  -webkit-appearance: none;
}
body .product-card .columns-hold .column-data .buttons-hold {
  display: flex;
  margin: 0 0 30px;
}
body .product-card .columns-hold .column-data .buttons-hold .add-to-cart-btn {
  margin: 0 15px 15px 0;
}
body .product-card .columns-hold .column-data .buttons-hold .add-to-cart-btn, body .product-card .columns-hold .column-data .buttons-hold .btn {
  width: 171px;
  height: 39px;
  line-height: 37px;
  display: block;
  text-transform: uppercase;
}
body .product-card .columns-hold .column-data .product-description {
  margin: 0 0 20px;
}
body .product-card .columns-hold .column-data .product-description p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 20px;
}
body .product-card .columns-hold .column-data .product-accordion {
  text-align: left;
  margin: 0 0 30px;
  border-bottom: 1px solid #e0deb4;
}
body .product-card .columns-hold .column-data .product-accordion .ui-state-default,
body .product-card .columns-hold .column-data .product-accordion .ui-widget-content .ui-state-default,
body .product-card .columns-hold .column-data .product-accordion .ui-widget-header .ui-state-default {
  position: relative;
  padding: 16px 50px 16px 0;
  cursor: pointer;
}
body .product-card .columns-hold .column-data .product-accordion .accordion-title {
  color: #00ad50;
  font-weight: 500;
  letter-spacing: 0.35px;
  position: relative;
  border-top: 1px solid #e0deb4;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  padding: 8px 30px 4px 0px;
  box-sizing: border-box;
  margin: 0 0 7px;
  text-transform: uppercase;
}
body .product-card .columns-hold .column-data .product-accordion .accordion-title .ui-accordion-header-icon {
  display: block;
  width: 16px;
  height: 10px;
  text-align: center;
  position: absolute;
  right: 3px;
  bottom: 6px;
  background: url("arrow-down.svg?v=1") no-repeat;
  background-size: contain;
}
body .product-card .columns-hold .column-data .product-accordion .accordion-title.ui-state-active .ui-accordion-header-icon {
  transform: rotate(180deg);
}
body .product-card .columns-hold .column-data .product-accordion .accordion-content {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
body .product-card .columns-hold .column-data .product-accordion .accordion-content p, body .product-card .columns-hold .column-data .product-accordion .accordion-content ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 20px;
}
body .product-card .columns-hold .column-data .product-accordion .accordion-content .image {
  max-width: 300px;
  margin: 0 auto;
}
body .product-card .columns-hold .column-data .product-accordion .accordion-content.ui-widget-content {
  box-sizing: border-box;
  padding: 5px 0 20px;
}
body .product-card .reviews-content {
  /* 06.09 start */
  /* 06.09 end */
}
body .product-card .reviews-content .yotpo .yotpo-main div,
body .product-card .reviews-content .yotpo .yotpo-main span,
body .product-card .reviews-content .yotpo .yotpo-main p, body .product-card .reviews-content .yotpo .yotpo-main i, body .product-card .reviews-content .yotpo .yotpo-main strong, body .product-card .reviews-content .yotpo .yotpo-main sup, body .product-card .reviews-content .yotpo .yotpo-main ul, body .product-card .reviews-content .yotpo .yotpo-main li, body .product-card .reviews-content .yotpo .yotpo-main form, body .product-card .reviews-content .yotpo .yotpo-main label {
  color: #000000;
  font-family: "Ambit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
body .product-card .reviews-content .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button.write-review-button,
body .product-card .reviews-content .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button.write-review-button {
  top: 16px;
}
body .product-card .reviews-content .yotpo .y-label,
body .product-card .reviews-content .yotpo span.y-label {
  font-family: "Ambit", sans-serif;
  color: #9c9a70;
}
body .product-card .reviews-content .yotpo .yotpo-nav,
body .product-card .reviews-content .yotpo-label {
  display: none;
}
body .product-card .reviews-content .yotpo-icon-share {
  display: none;
}
body .product-card .reviews-content .yotpo.yotpo-main-widget.yotpo-medium .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2,
body .product-card .reviews-content .yotpo .yotpo-modal-dialog.yotpo-medium .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 {
  display: none;
}
body .product-card .reviews-content .yotpo.yotpo-main-widget.yotpo-medium .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1,
body .product-card .reviews-content .yotpo .yotpo-modal-dialog.yotpo-medium .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1 {
  width: 100%;
  max-width: none;
}
body .product-card .reviews-content .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button.write-review-button,
body .product-card .reviews-content .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button.write-review-button {
  top: 17px;
  right: 0;
  left: auto;
}
body .product-card .reviews-content .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes > .yotpo-default-button.write-review-button {
  display: block !important;
}
body .product-card .reviews-content .yotpo.yotpo-main-widget.yotpo-medium .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1 .yotpo-default-button .yotpo-icon-button-text,
body .product-card .reviews-content .yotpo .yotpo-modal-dialog.yotpo-medium .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1 .yotpo-default-button .yotpo-icon-button-text {
  display: inline;
}
body .product-card .reviews-content .yotpo .yotpo-review .yotpo-header .yotpo-icon-profile,
body .product-card .reviews-content .yotpo .yotpo-comment .yotpo-header .yotpo-icon-profile,
body .product-card .reviews-content .yotpo .yotpo-question .yotpo-header .yotpo-icon-profile,
body .product-card .reviews-content .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-icon-profile {
  background: #00ad50;
}
body .product-card .reviews-content .yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-user-name,
body .product-card .reviews-content .yotpo .yotpo-comment .yotpo-header .yotpo-header-element .y-label.yotpo-user-name,
body .product-card .reviews-content .yotpo .yotpo-question .yotpo-header .yotpo-header-element .y-label.yotpo-user-name,
body .product-card .reviews-content .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-header-element .y-label.yotpo-user-name {
  color: #00ad50;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Ambit", sans-serif;
}
body .product-card .reviews-content .yotpo .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-icon,
body .product-card .reviews-content .yotpo .yotpo-comment .yotpo-header .yotpo-review-stars .yotpo-icon,
body .product-card .reviews-content .yotpo .yotpo-question .yotpo-header .yotpo-review-stars .yotpo-icon,
body .product-card .reviews-content .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-review-stars .yotpo-icon {
  color: #c05131;
}
body .product-card .reviews-content .yotpo .yotpo-bottomline .yotpo-icon-star,
body .product-card .reviews-content .yotpo .yotpo-bottomline .yotpo-icon-half-star,
body .product-card .reviews-content .yotpo .yotpo-bottomline .yotpo-icon-empty-star {
  color: #c05131;
}
body .product-card .reviews-content .yotpo .yotpo-review .yotpo-header.yotpo-verified-user .yotpo-icon-circle-checkmark,
body .product-card .reviews-content .yotpo .yotpo-comment .yotpo-header.yotpo-verified-user .yotpo-icon-circle-checkmark,
body .product-card .reviews-content .yotpo .yotpo-question .yotpo-header.yotpo-verified-user .yotpo-icon-circle-checkmark,
body .product-card .reviews-content .yotpo .yotpo-onsite-upload .yotpo-header.yotpo-verified-user .yotpo-icon-circle-checkmark {
  display: none;
}
body .product-card .reviews-content .yotpo .yotpo-regular-box {
  border: none;
}
body .product-card .reviews-content .yotpo.yotpo-main-widget.yotpo-medium .yotpo-footer,
body .product-card .reviews-content .yotpo.yotpo-main-widget.yotpo-medium .yotpo-main,
body .product-card .reviews-content .yotpo .yotpo-modal-dialog.yotpo-medium .yotpo-footer,
body .product-card .reviews-content .yotpo .yotpo-modal-dialog.yotpo-medium .yotpo-main {
  padding-left: 53px;
}
body .product-card .reviews-content .yotpo .yotpo-review .yotpo-footer .yotpo-helpful,
body .product-card .reviews-content .yotpo .yotpo-comment .yotpo-footer .yotpo-helpful,
body .product-card .reviews-content .yotpo .yotpo-question .yotpo-footer .yotpo-helpful,
body .product-card .reviews-content .yotpo .yotpo-onsite-upload .yotpo-footer .yotpo-helpful {
  display: none;
}
body .product-card .reviews-content .yotpo .yotpo-review .yotpo-footer .yotpo-icon-dot,
body .product-card .reviews-content .yotpo .yotpo-review .yotpo-footer .yotpo-icon-seperator,
body .product-card .reviews-content .yotpo .yotpo-comment .yotpo-footer .yotpo-icon-dot,
body .product-card .reviews-content .yotpo .yotpo-comment .yotpo-footer .yotpo-icon-seperator,
body .product-card .reviews-content .yotpo .yotpo-question .yotpo-footer .yotpo-icon-dot,
body .product-card .reviews-content .yotpo .yotpo-question .yotpo-footer .yotpo-icon-seperator,
body .product-card .reviews-content .yotpo .yotpo-onsite-upload .yotpo-footer .yotpo-icon-dot,
body .product-card .reviews-content .yotpo .yotpo-onsite-upload .yotpo-footer .yotpo-icon-seperator {
  display: none;
}
body .product-card .reviews-content .yotpo .yotpo-default-button,
body .product-card .reviews-content .yotpo input[type=button].yotpo-default-button {
  background: #00ad50;
  border-radius: 22px;
}
body .product-card .reviews-content .yotpo a {
  color: #00ad50 !important;
}
body .product-card .reviews-content .yotpo .yotpo-review .yotpo-read-more,
body .product-card .reviews-content .yotpo .yotpo-comment .yotpo-read-more,
body .product-card .reviews-content .yotpo .yotpo-question .yotpo-read-more,
body .product-card .reviews-content .yotpo .yotpo-onsite-upload .yotpo-read-more {
  color: #00ad50;
}
body .product-card .reviews-content .yotpo-review {
  /*display: none;
  &:nth-of-type(1),
  &:nth-of-type(2) {
  	display: block;
  }*/
}
body .product-card .reviews-content .yotpo-pager {
  display: none;
}
body .product-card .reviews-content .yotpo .yotpo-regular-box {
  padding: 15px 0 20px;
  margin: 0;
}
body .product-card .reviews-content .show-more-reviews {
  color: #00ad50;
  margin-left: 53px;
  display: none;
}
@media (max-width: 1023px) {
  body .product-card .reviews-content .show-more-reviews {
    margin-left: 0;
  }
}
body .product-card .reviews-content.show-all .show-more-reviews {
  display: inline;
}
body .product-card .reviews-content .yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2,
body .product-card .reviews-content .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2,
body .product-card .reviews-content .yotpo .promoted-products-box {
  display: none !important;
}
@media only screen and (max-width: 960px) {
  body .product-card .reviews-content .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-stars, body .product-card .reviews-content .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-stars {
    padding-bottom: 6px;
  }
}
body .related-products {
  margin: 40px 0;
}
body .related-products .block-title {
  text-align: center;
  color: #000;
  font-family: "Lumios Marker", sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
  margin: 0 0 30px;
}
body .related-products .related-products-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
body .related-products .related-products-grid .product-grid-item {
  width: 33.33%;
  padding: 0 10px;
}
@media (max-width: 1023px) {
  body .related-products .related-products-grid .product-grid-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  body .related-products .related-products-grid .product-grid-item {
    padding: 0 8px;
    margin-bottom: 30px;
  }
}
@media (max-width: 479px) {
  body .related-products .related-products-grid .product-grid-item {
    width: 100%;
  }
}
body .product-grid-item .item-hold {
  position: relative;
  padding-bottom: 50px;
}
body .product-grid-item .product-image {
  margin: 0 0 20px;
  position: relative;
}
body .product-grid-item .product-image a img {
  transition: all ease 0.5s;
  opacity: 1;
}
body .product-grid-item .product-image a img.imgfront {
  opacity: 1;
  z-index: 2;
}
body .product-grid-item .product-image a img.imgback {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  object-fit: cover;
}
body .product-grid-item .product-image a .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 250ms ease-in-out 0s;
  opacity: 0;
}
body .product-grid-item .product-image a:hover .hover {
  /* opacity: 1; */
}
body .product-grid-item .product-image a:hover img.imgfront {
  opacity: 0;
}
body .product-grid-item .product-image a:hover img.imgback {
  opacity: 1;
}
body .product-grid-item .title {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 5px;
}
@media (max-width: 767px) {
  body .product-grid-item .title {
    font-size: 16px;
    line-height: 25px;
  }
}
body .product-grid-item .price {
  text-align: center;
  color: #000000;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 767px) {
  body .product-grid-item .price {
    font-size: 22px;
    line-height: 26px;
  }
}
body .product-grid-item .buttons-hold {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  display: flex;
  transition: all 400ms ease-in-out;
  justify-content: center;
}
body .product-grid-item .buttons-hold .btn, body .product-grid-item .buttons-hold button {
  margin: 0 4px;
  display: block;
  width: 140px;
  height: 37px;
  border-radius: 19px;
  line-height: 35px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  body .product-grid-item .buttons-hold {
    opacity: 1;
  }
}
body .product-grid-item:hover .buttons-hold {
  opacity: 1;
}
body .cart-page {
  padding: 40px 0 80px;
}
body .cart-page h1 {
  text-align: center;
  color: #00ad50;
}
body .cart-page .wrap {
  max-width: 800px;
}
body .cart-page .cart-items-table th, body .cart-page .cart-items-table td {
  padding: 5px 4px;
}
body .cart-page .cart-items-table th .show-m, body .cart-page .cart-items-table td .show-m {
  display: none;
}
@media (max-width: 767px) {
  body .cart-page .cart-items-table th, body .cart-page .cart-items-table td {
    font-size: 14px;
    line-height: 20px;
    padding: 5px 2px;
  }
}
@media (max-width: 479px) {
  body .cart-page .cart-items-table th, body .cart-page .cart-items-table td {
    font-size: 12px;
    line-height: 16px;
  }
}
body .cart-page .cart-items-table th:first-child, body .cart-page .cart-items-table td:first-child {
  padding-left: 0;
}
body .cart-page .cart-items-table th:last-child, body .cart-page .cart-items-table td:last-child {
  padding-right: 0;
}
body .cart-page .cart-items-table th figure, body .cart-page .cart-items-table td figure {
  width: 68px;
  height: 68px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e0deb4;
}
@media (max-width: 374px) {
  body .cart-page .cart-items-table th.hide-m, body .cart-page .cart-items-table td.hide-m {
    display: none;
  }
  body .cart-page .cart-items-table th .show-m, body .cart-page .cart-items-table td .show-m {
    display: block;
  }
}
body .cart-page .product-title {
  text-decoration: none;
  font-size: 16px;
  line-height: 25px;
}
@media (max-width: 767px) {
  body .cart-page .product-title {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 479px) {
  body .cart-page .product-title {
    font-size: 12px;
    line-height: 16px;
  }
}
body .cart-page .qty-control {
  display: flex;
  height: 37px;
  border: 1px solid #e0deb4;
}
body .cart-page .qty-control .qty-btn {
  width: 35px;
  height: 35px;
  font-size: 24px;
  line-height: 35px;
  cursor: pointer;
  text-align: center;
  color: #00ad50;
}
@media (max-width: 479px) {
  body .cart-page .qty-control .qty-btn {
    display: none;
  }
}
body .cart-page .qty-control .qty-value input {
  width: 40px;
  height: 35px;
  border: none;
  background: none;
  color: #00ad50;
  font-size: 16px;
  text-align: center;
  padding: 0;
  -webkit-appearance: none;
}
@media (max-width: 767px) {
  body .cart-page .qty-control .qty-value input {
    width: 32px;
  }
}
@media (max-width: 479px) {
  body .cart-page .qty-control .qty-value input {
    font-size: 14px;
  }
}
body .cart-page .remove-cart-icon {
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  width: 16px;
  height: 25px;
  cursor: pointer;
  background: url("remove-icon.svg?v=1") no-repeat;
  background-size: contain;
}
body .cart-page .summary .totals {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  margin: 20px 0 10px;
}
body .cart-page .summary .totals .subtotal {
  font-size: 24px;
  line-height: 30px;
  margin: 10px 0;
}
body .cart-page .summary .totals .subtotal em {
  font-style: normal;
}
body .cart-page .summary .btn-hold {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
body .cart-page .summary input[type=submit], body .cart-page .summary .btn {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 38px;
  text-transform: uppercase;
  margin: 0 5px 10px;
}
body .cart-page .summary .dynamic-checkout__content {
  max-width: 360px;
  margin: 30px auto 0;
}
body .blog-content .wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0 80px;
}
@media (min-width: 1439px) {
  body .blog-content .wrap {
    max-width: 1400px;
  }
}
@media (min-width: 1919px) {
  body .blog-content .wrap {
    max-width: 1700px;
  }
}
@media (max-width: 767px) {
  body .blog-content .wrap {
    padding: 40px 20px 60px;
  }
}
@media (max-width: 479px) {
  body .blog-content .wrap {
    padding-top: 20px;
  }
}
body .blog-content .sidebar {
  width: 250px;
  padding: 0 40px 0 20px;
  box-sizing: border-box;
  height: 100%;
}
@media (max-width: 767px) {
  body .blog-content .sidebar {
    width: 100%;
    height: auto;
    padding: 0 0 40px;
  }
}
body .blog-content .sidebar .blog-nav {
  margin: 0 0 50px;
}
@media (max-width: 767px) {
  body .blog-content .sidebar .blog-nav {
    margin-bottom: 0;
  }
}
body .blog-content .sidebar .blog-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 767px) {
  body .blog-content .sidebar .blog-nav ul {
    display: flex;
  }
}
body .blog-content .sidebar .blog-nav ul li {
  margin: 0 0 25px;
}
@media (max-width: 767px) {
  body .blog-content .sidebar .blog-nav ul li {
    width: 50%;
  }
}
body .blog-content .sidebar .blog-nav ul li a {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 16px;
  text-decoration: none;
}
body .blog-content .sidebar .blog-nav ul li .submenu {
  margin: 8px 0;
}
@media (max-width: 767px) {
  body .blog-content .sidebar .blog-nav ul li .submenu {
    display: block;
  }
}
body .blog-content .sidebar .blog-nav ul li .submenu li {
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  body .blog-content .sidebar .blog-nav ul li .submenu li {
    width: auto;
  }
}
body .blog-content .sidebar .blog-nav ul li .submenu li a {
  font-weight: 400;
  text-transform: none;
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  display: block;
}
body .blog-content .sidebar .blog-nav ul li .submenu li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 16px;
  border: 2px solid #00ad50;
}
body .blog-content .sidebar .blog-nav ul li .submenu li a.active:after {
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  top: 4px;
  width: 10px;
  height: 5px;
  border-left: 2px solid #00ad50;
  border-bottom: 2px solid #00ad50;
  transform: rotate(314deg) skewX(346deg);
}
body .blog-content .sidebar form {
  position: relative;
  max-width: 440px;
  margin: 0 auto;
}
body .blog-content .sidebar form input[type=text], body .blog-content .sidebar form input[type=search] {
  background: none;
  border: none;
  border-bottom: 1px solid #979797;
  padding: 5px 30px 4px 0;
  -webkit-appearance: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Ambit", sans-serif;
  width: 100%;
  border-radius: 0;
}
@media (max-width: 767px) {
  body .blog-content .sidebar form input[type=text], body .blog-content .sidebar form input[type=search] {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
body .blog-content .sidebar form input[type=submit] {
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  -webkit-appearance: none;
  position: absolute;
  border: none;
  background: url("icon-search.svg") no-repeat;
  background-size: contain;
  width: 18px;
  height: 23px;
  right: 1px;
  top: 6px;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  body .blog-content .sidebar form input[type=submit] {
    width: 22px;
    height: 28px;
    right: 3px;
    top: 7px;
  }
}
body .blog-content .blog-banner {
  height: 140px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 479px) {
  body .blog-content .blog-banner {
    height: 100px;
  }
}
body .blog-content .blog-banner h1 {
  color: #fefcd8;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  margin: 0;
}
@media (max-width: 479px) {
  body .blog-content .blog-banner h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
body .blog-content .blog-content-hold {
  width: calc(100% - 500px);
}
@media (max-width: 1279px) {
  body .blog-content .blog-content-hold {
    width: calc(100% - 250px);
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  body .blog-content .blog-content-hold {
    width: 100%;
    padding: 0;
  }
}
body .blog-content .blog-content-hold h1 {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  margin: 0 0 30px;
  text-align: center;
  color: #00ad50;
}
body .blog-content .blog-content-hold .single-article h1 {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  margin: 0 0 30px;
  color: #000;
  text-align: center;
}
body .blog-content .blog-content-hold .single-article figure {
  margin: 0 0 30px;
}
body .blog-content .blog-content-hold .single-article ul li, body .blog-content .blog-content-hold .single-article p {
  font-size: 17px;
  line-height: 29px;
}
body .blog-content .pagination {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
body .blog-content .pagination span {
  padding: 3px 6px;
}
body .blog-content .pagination a {
  color: #00ad50;
  text-decoration: none;
}
body .articles-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px 42px;
}
body .articles-grid .article-item {
  width: 50%;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 0 0 40px;
}
@media (max-width: 479px) {
  body .articles-grid .article-item {
    width: 100%;
  }
}
body .articles-grid .article-item figure {
  position: relative;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  margin: 0 0 10px;
}
body .articles-grid .article-item figure .btn-hold {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 400ms ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .articles-grid .article-item figure .btn-hold:hover {
  opacity: 1;
}
body .articles-grid .article-item .tags {
  margin: 0 0 6px;
}
body .articles-grid .article-item .tags a {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  color: #00ad50;
  text-decoration: none;
  text-transform: uppercase;
}
body .articles-grid .article-item .article-title {
  margin: 0;
}
body .articles-grid .article-item .article-title a {
  text-decoration: none;
  color: #000;
  font-size: 25px;
  font-weight: 400;
  line-height: 32px;
}
@media (max-width: 479px) {
  body .articles-grid .article-item .article-title a {
    font-size: 20px;
    line-height: 30px;
  }
}
body .articles-grid .article-item .article-title a:hover {
  color: #00ad50;
}
body .articles-grid .article-item .btn {
  display: block;
  margin: 0 auto;
  width: 165px;
  height: 40px;
  border-radius: 25px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 38px;
}
body .page-banner {
  text-align: center;
  width: 100%;
  padding: 20px 0;
  min-height: 240px;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  color: #fefcd8;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  body .page-banner {
    height: 160px;
  }
}
body .page-banner h1 {
  font-family: "Ambit", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  margin: 0 0 20px;
  text-transform: capitalize;
  color: #fefcd8;
}
@media (max-width: 767px) {
  body .page-banner h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
body .page-banner.contact-banner {
  min-height: 160px;
}
body .page-banner.contact-banner h1 {
  margin: 0;
}
body .page-content {
  padding: 40px 0 80px;
}
body .page-content .wrap {
  max-width: 670px;
}
body .page-content .wrap.wide {
  max-width: 1210px;
}
body .page-content .wrap h1 {
  text-align: center;
  color: #00ad50;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}
body .page-content .text-center {
  text-align: center;
}
body .page-content .stockist-widget {
  background: #fff;
  border: 1px solid #e0deb4;
  padding: 15px;
  margin: 0 0 30px;
}
body .page-content .stockist-widget .stockist-feature-bg-color {
  background-color: #00ad50 !important;
}
body .page-content .stockist-widget .stockist-feature-color {
  color: #00ad50 !important;
}
body .page-content.contact-content {
  padding-top: 58px;
}
body .page-content.contact-content .wrap {
  max-width: 542px;
}
body .page-content.contact-content p.lead {
  text-align: center;
  font-size: 25px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 57px;
}
body .page-content.contact-content .form-success {
  font-size: 25px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}
body .page-content.contact-content form input[type=text],
body .page-content.contact-content form input[type=email],
body .page-content.contact-content form textarea {
  display: block;
  width: 100%;
  border: 1px solid #e0deb4;
  background: none;
  --webkit-appearance: none;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Ambit", sans-serif;
  margin: 0 0 15px;
  padding: 20px 22px;
  box-sizing: border-box;
}
body .page-content.contact-content form textarea {
  height: 234px;
}
body .page-content.contact-content form input[type=submit] {
  width: 244px;
  height: 49px;
  border-radius: 25px;
  margin: 46px auto;
  cursor: pointer;
  display: block;
  font-size: 15px;
  text-transform: uppercase;
}
body .about-banner {
  text-align: center;
  width: 100%;
  padding: 20px 0;
  min-height: 530px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  color: #fefcd8;
  display: flex;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  body .about-banner {
    min-height: 330px;
  }
}
body .about-banner h1 {
  font-family: "Ambit", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  margin: 0 0 20px;
}
body .about-banner p {
  font-size: 30px;
  font-weight: 400;
  line-height: 44px;
}
@media (max-width: 1023px) {
  body .about-banner p {
    font-size: 20px;
    line-height: 30px;
  }
}
body .about-banner .text {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 20px;
}
body .about-content {
  padding: 96px 0 135px;
}
@media (max-width: 1023px) {
  body .about-content {
    padding: 60px 0 80px;
  }
}
body .about-content .wrap {
  max-width: 910px;
}
body .about-content .row {
  display: flex;
  flex-wrap: wrap;
}
body .about-content .row .column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body .about-content .row .column:first-of-type {
  width: 48%;
  padding-right: 54px;
}
@media (max-width: 767px) {
  body .about-content .row .column:first-of-type {
    padding: 0 0 30px;
    width: 100%;
  }
}
body .about-content .row .column:last-of-type {
  width: 52%;
}
@media (max-width: 767px) {
  body .about-content .row .column:last-of-type {
    width: 100%;
  }
}
body .about-content h2 {
  color: #000000;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  margin: 0 0 30px;
  text-align: center;
}
@media (max-width: 479px) {
  body .about-content h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
body .about-content .bio-block {
  margin: 0 0 105px;
}
@media (max-width: 1023px) {
  body .about-content .bio-block {
    margin-bottom: 75px;
  }
}
@media (max-width: 479px) {
  body .about-content .bio-block {
    margin-bottom: 50px;
  }
}
body .about-content .bio-block .text-hold-1 {
  text-align: center;
  max-width: 730px;
  margin: 0 auto 58px;
}
body .about-content .bio-block .text-hold-1 p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 1023px) {
  body .about-content .bio-block .text-hold-1 p {
    font-size: 18px;
    line-height: 28px;
  }
}
body .about-content .bio-block p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 1023px) {
  body .about-content .bio-block p {
    font-size: 16px;
    line-height: 25px;
  }
}
body .about-content .team-block {
  margin: 0 0 105px;
}
@media (max-width: 1023px) {
  body .about-content .team-block {
    margin-bottom: 75px;
  }
}
@media (max-width: 479px) {
  body .about-content .team-block {
    margin-bottom: 50px;
  }
}
body .about-content .team-block h2 {
  margin-bottom: 56px;
}
@media (max-width: 479px) {
  body .about-content .team-block h2 {
    margin-bottom: 30px;
  }
}
body .about-content .team-block h3 {
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
  margin: 0 0 13px;
}
body .about-content .team-block p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 1023px) {
  body .about-content .team-block p {
    font-size: 16px;
    line-height: 25px;
  }
}
body .about-content .team-block .row {
  margin: 0 0 37px;
}
body .about-content .team-block .row .column {
  justify-content: flex-start;
}
body .about-content .philosophy-block {
  text-align: center;
  margin: 0 auto;
  max-width: 650px;
}
body .about-content .philosophy-block h2 {
  color: #00ad50;
  text-transform: uppercase;
  margin: 0 0 48px;
}
body .about-content .philosophy-block .item {
  margin: 0 0 14px;
}
body .about-content .philosophy-block .item h3 {
  font-size: 40px;
  font-family: "Lumios Marker";
  font-weight: 400;
  line-height: 46px;
  margin: 0;
}
body .about-content .philosophy-block .item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
body .about-content .philosophy-block .item p:last-of-type {
  margin-bottom: 0;
}
body .search-popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00ad50;
  color: #fff;
  z-index: 9999;
}
body .search-popup .hold {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  box-sizing: border-box;
  padding: 40px;
}
body .search-popup form {
  position: relative;
  max-width: 500px;
  width: 100%;
}
body .search-popup form input[type=search] {
  border: none;
  width: 100%;
  padding: 15px 56px 15px 25px;
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
  font-family: "Ambit", sans-serif;
  -webkit-appearance: none;
  height: 55px;
  border-radius: 27px;
  border: none;
  position: relative;
}
body .search-popup form input[type=search]::-webkit-search-cancel-button {
  display: none;
}
body .search-popup form input[type=submit] {
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  background: none;
  border: none;
  border-radius: 0;
  background: url("icon-search.svg") no-repeat center;
  background-size: 26px;
  width: 68px;
  height: 55px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  -webkit-appearance: none;
}
body .search-popup .close-btn {
  cursor: pointer;
  position: absolute;
  right: 33px;
  top: 28px;
  width: 48px;
  height: 48px;
  z-index: 1;
}
@media (max-width: 767px), (max-height: 479px) {
  body .search-popup .close-btn {
    width: 32px;
    height: 32px;
    right: 20px;
    top: 20px;
  }
}
body .search-popup .close-btn:before, body .search-popup .close-btn:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fefcd8;
  border-radius: 3px;
}
@media (max-width: 767px), (max-height: 479px) {
  body .search-popup .close-btn:before, body .search-popup .close-btn:after {
    height: 2px;
  }
}
body .search-popup .close-btn:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
body .search-popup .close-btn:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body .search-results-page {
  padding: 70px 0 100px;
}
@media (max-width: 767px) {
  body .search-results-page {
    padding: 40px 0 60px;
  }
}
body .search-results-page form {
  position: relative;
  max-width: 500px;
}
body .search-results-page form input[type=search] {
  border: none;
  width: 100%;
  padding: 10px 56px 10px 0;
  font-size: 25px;
  line-height: 25px;
  font-family: "Ambit", sans-serif;
  -webkit-appearance: none;
  height: 50px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #00ad50;
  position: relative;
  background: none;
}
body .search-results-page form input[type=search]::-webkit-search-cancel-button {
  display: none;
}
body .search-results-page form input[type=submit] {
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  background: none;
  border: none;
  border-radius: 0;
  background: url("icon-search.svg") no-repeat center;
  background-size: 26px;
  width: 56px;
  height: 49px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  -webkit-appearance: none;
}
body .search-results-page ol {
  padding: 0;
  margin: 0;
  list-style: none;
  margin: 30px 0 50px;
}
body .search-results-page ol li {
  position: relative;
  margin: 0 0 40px;
}
body .search-results-page ol li.with-img {
  padding-left: 120px;
  min-height: 100px;
}
body .search-results-page ol li a {
  color: #00ad50;
  text-decoration: none;
}
body .search-results-page ol li .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .search-results-page .pagination {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
body .search-results-page .pagination span {
  padding: 3px 6px;
}
body .search-results-page .pagination a {
  color: #00ad50;
  text-decoration: none;
}
/* === Mobile menu (mmenu) — Koja green/cream theme === */
#mmenu.mm-menu,
.mm-menu.mm-offcanvas#mmenu {
  background: #00ad50;
  color: #fefcd8;
  border-color: rgba(254, 252, 216, 0.18);
}
#mmenu .mobile-menu,
#mmenu .ul--list,
#mmenu .ul--dropdown { background: transparent; list-style: none; margin: 0; padding: 0; }
#mmenu .mobile-menu { padding-top: 64px; }
#mmenu .ul--list { border-top: 1px solid rgba(254, 252, 216, 0.18); }
#mmenu .li--title { position: relative; border-bottom: 1px solid rgba(254, 252, 216, 0.18); }
#mmenu .li--title a {
  display: block;
  padding: 14px 50px 14px 20px;
  color: #fefcd8;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.02em;
  background: transparent;
  transition: background 200ms ease, color 200ms ease;
}
#mmenu .li--title a:hover,
#mmenu .li--title a:focus { background: rgba(254, 252, 216, 0.10); color: #fefcd8; }
#mmenu .ul--dropdown { background: transparent; border-top: 1px solid rgba(254, 252, 216, 0.25); }
#mmenu .ul--dropdown .li--title a { padding-left: 36px; font-size: 15px; }
#mmenu .ul--dropdown-2 { background: transparent; }
#mmenu .ul--dropdown-2 .li--title a { padding-left: 52px; font-size: 14px; }

/* mmenu next/back arrow buttons themed cream */
#mmenu .mm-listview > li > .mm-next:before { border-color: rgba(254, 252, 216, 0.35); }
#mmenu .mm-listview > li > .mm-next:after,
#mmenu .mm-navbar .mm-btn:before,
#mmenu .mm-navbar .mm-btn:after { border-color: #fefcd8; }
#mmenu .mm-navbar { color: #fefcd8; border-color: rgba(254, 252, 216, 0.18); }
#mmenu .mm-listview > li.mm-selected > a:not(.mm-next),
#mmenu .mm-listview > li.mm-selected > span { background: rgba(254, 252, 216, 0.14); }
#mmenu .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
#mmenu .mm-listview > li.mm-opened.mm-vertical > a.mm-next { background: transparent; }
#mmenu .mm-divider { background: rgba(254, 252, 216, 0.08); color: #fefcd8; }

#mmenu .ul--login-2 { padding: 18px 20px; border-top: 1px solid rgba(254, 252, 216, 0.18); margin-top: 8px; }
#mmenu .ul--login-2 a { color: #fefcd8; text-decoration: underline; }

#mmenu .close-btn {
  position: absolute; top: 18px; right: 18px;
  width: 28px; height: 28px; cursor: pointer; z-index: 20;
  display: flex; align-items: center; justify-content: center;
}
#mmenu .close-btn:before, #mmenu .close-btn:after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 22px; height: 2px; margin: -1px 0 0 -11px;
  background: #fefcd8; border-radius: 2px;
}
#mmenu .close-btn:before { transform: rotate(45deg); }
#mmenu .close-btn:after { transform: rotate(-45deg); }
