@-webkit-keyframes wave-animation {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        -webkit-transform: translate3d(-3849px, 0, 0);
        transform: translate3d(-3849px, 0, 0);
    }
}
@keyframes wave-animation {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        -webkit-transform: translate3d(-3849px, 0, 0);
        transform: translate3d(-3849px, 0, 0);
    }
}
@-webkit-keyframes blob {
    0%,
    80%,
    to {
        -webkit-transform: scale(1.1) rotate(5deg);
        transform: scale(1.1) rotate(5deg);
    }
    20% {
        -webkit-transform: scale(0.9, 1) rotate(10deg);
        transform: scale(0.9, 1) rotate(10deg);
    }
    40% {
        -webkit-transform: scale(0.9, 1) rotate(5deg);
        transform: scale(0.9, 1) rotate(5deg);
    }
    60% {
        -webkit-transform: scale(1) rotate(10deg);
        transform: scale(1) rotate(10deg);
    }
}
@keyframes blob {
    0%,
    80%,
    to {
        -webkit-transform: scale(1.1) rotate(5deg);
        transform: scale(1.1) rotate(5deg);
    }
    20% {
        -webkit-transform: scale(0.9, 1) rotate(10deg);
        transform: scale(0.9, 1) rotate(10deg);
    }
    40% {
        -webkit-transform: scale(0.9, 1) rotate(5deg);
        transform: scale(0.9, 1) rotate(5deg);
    }
    60% {
        -webkit-transform: scale(1) rotate(10deg);
        transform: scale(1) rotate(10deg);
    }
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:focus,
:hover {
    outline: 0;
}
html {
    min-height: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    height: 100%;
    min-width: 320px;
    font: 500 14px/20px "Nunito", sans-serif;
    background-color: #fff;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
ol,
ul {
    padding: 0;
}
li {
    list-style: none;
}
details,
figcaption,
figure,
main,
menu {
    display: block;
}
button,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
input,
ol,
optgroup,
p,
ul {
    margin: 0;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    overflow: visible;
    border: 0;
    height: 1px;
    background-color: #efd6c5;
    margin: 20px 0;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
    color: inherit;
    outline: 0;
    -webkit-transition: color 0.3s linear;
    transition: color 0.3s linear;
}
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
em,
i {
    font-style: italic;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
svg:not(:root) {
    overflow: hidden;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
fieldset,
legend {
    padding: 0;
}
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
summary {
    display: list-item;
}
template {
    display: none;
}
table {
    border-collapse: collapse;
    margin: 0;
}
@font-face {
    font-display: swap;
    font-family: "intro_rustbase";
    src: url(../fonts/introrust-base-webfont.woff2) format("woff2"), url(../fonts/introrust-base-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-display: swap;
    font-family: "Fontfabric-Intro-Rust-H2-Base-Shade";
    src: url(../fonts/Fontfabric-Intro-Rust-H2-Base-Shade.woff) format("woff"), url(../fonts/Fontfabric-Intro-Rust-H2-Base-Shade.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
}
.h1,
h1,
h5,
h6 {
    display: block;
    color: #000;
}
.h2,
.h3,
.h4,
h2,
h3,
h4 {
    font-family: "intro_rustbase", sans-serif;
    font-weight: 400;
}
.h2,
.h3,
.h4,
.h5,
.h6,
h2,
h3,
h4 {
    display: block;
    color: #000;
}
.h1,
h1 {
    font: 40px/40px "Fontfabric-Intro-Rust-H2-Base-Shade";
}
.h2,
h2 {
    font-size: 26px;
    line-height: 26px;
}
.h3,
h3 {
    font-size: 18px;
    line-height: 18px;
}
body.location-template-default h1 span {
    font-family: "intro_rustbase", sans-serif;
    font-size: 24px;
}
.h4,
h4 {
    font-size: 16px;
    line-height: 16px;
}
.h5,
h5 {
    font: 800 14px/14px "Nunito", sans-serif;
}
.h6,
h6 {
    font: 800 14px/16px "Nunito", sans-serif;
}
.content p {
    margin-bottom: 15px;
}
.link,
mark {
    letter-spacing: 0.5px;
}
.link,
img {
    display: inline-block;
    vertical-align: top;
}
.link {
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    padding-bottom: 7px;
    color: #000;
    font-size: 12px;
    line-height: 12px;
}
.link:after,
.link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: currentColor;
    opacity: 1;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.no-touch .link:hover:after,
.no-touch .link:hover:before {
    opacity: 0;
}
b,
strong {
    font-weight: 800;
}
img {
    max-width: 100%;
    height: auto;
}
mark {
    background: 0 0;
    font-size: 16px;
    line-height: 24px;
}
.content ul {
    color: #000;
    margin: 24px 0;
}
.content ul li,
ul.check-list li {
    padding-left: 26px;
    margin-bottom: 10px;
    position: relative;
}
.content ul li:before {
    content: "";
    float: left;
    margin: 6px 0 0 -26px;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 2px solid #f68a3e;
}
.content ul li ul {
    margin: 10px 0 30px;
}
ul.check-list {
    font-weight: 600;
    color: #000;
}
ul.check-list li {
    padding-left: 50px;
    margin-bottom: 25px;
}
ul.check-list li:before {
    content: "";
    float: left;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    margin-top: 0;
    margin-left: -50px;
    background: #000 url(../images/icon-check.svg) 50% 50%/14px 14px no-repeat;
}
.content ol {
    counter-reset: counter;
    margin: 24px 0;
}
.content ol > li {
    position: relative;
    padding-left: 30px;
}
.content ol > li:before {
    counter-increment: counter;
    content: counters(counter, "-", decimal-leading-zero);
    display: inline-block;
    min-width: 18px;
    margin-right: 12px;
    margin-left: -30px;
}
.content ol > li,
.content ol > li li {
    margin-bottom: 10px;
}
.content ol ol,
.content ol ul {
    margin: 10px 0 0;
    padding-left: 20px;
}
.form-group .form-item {
    margin-bottom: 30px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
}
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"] {
    height: 60px;
    padding: 5px 20px;
}
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
textarea {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    border: 1px solid #efd6c5;
    border-radius: 30px;
    font-size: 16px;
    line-height: 26px;
    font-family: "Nunito", sans-serif;
    letter-spacing: 0.5px;
    background-color: #fff;
    color: #f68a3e;
    outline: 0;
    -webkit-appearance: none;
    -webkit-transition: background-color 0.3s linear, border-color 0.3s linear;
    transition: background-color 0.3s linear, border-color 0.3s linear;
}
input[type="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #f68a3e;
}
input[type="date"]:-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="text"]::-moz-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #f68a3e;
}
input[type="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #f68a3e;
}
.no-touch input[type="date"]:hover,
.no-touch input[type="email"]:hover,
.no-touch input[type="number"]:hover,
.no-touch input[type="password"]:hover,
.no-touch input[type="tel"]:hover,
.no-touch input[type="text"]:hover,
.no-touch textarea:hover {
    border-color: #f68a3e;
}
.no-touch input[type="date"]:hover:focus,
.no-touch input[type="email"]:hover:focus,
.no-touch input[type="number"]:hover:focus,
.no-touch input[type="password"]:hover:focus,
.no-touch input[type="tel"]:hover:focus,
.no-touch input[type="text"]:hover:focus,
.no-touch textarea:hover:focus {
    border-color: #efd6c5;
}
input[type="date"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="number"].wpcf7-not-valid,
input[type="password"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
input[type="text"].wpcf7-not-valid,
textarea.wpcf7-not-valid {
    color: #c86372;
    border-color: #c86372;
}
.holder-file {
    background-color: #fff;
    color: #f68a3e;
    border: 1px solid #efd6c5;
    border-radius: 30px;
    padding: 5px 20px;
    height: 60px;
}
.holder-file label {
    display: block;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 5px;
}
textarea {
    resize: none;
    height: 140px;
    padding: 15px 20px;
}
.wpcf7-form-control-wrap {
    display: block;
    position: relative;
}
.wpcf7-not-valid-tip {
    font-size: 12px;
    line-height: 12px;
    color: #c86372;
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    margin-top: 4px;
}
.subscribe-results,
.wpcf7-response-output {
    text-align: center;
    color: #c86372;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px;
}
.subscribe-results.wpcf7-mail-sent-ok,
.wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #d4e7ad;
}
.screen-reader-response {
    display: none !important;
}
select {
    display: inline-block;
    margin: 0;
    border: 1px solid #000;
    padding: 5px 20px;
    line-height: 30px;
    font-size: 16px;
    height: 42px;
    vertical-align: middle;
    background: #fff;
    outline: 0;
}
select:focus {
    border-color: #000;
}
button {
    font-family: "Nunito", sans-serif;
    background: 0 0;
    border: 0;
    padding: 0;
    cursor: pointer;
}
.button,
input[type="submit"] {
    display: inline-block;
    margin: 0;
    border: 2px solid transparent;
    padding: 13px 18px;
    font-size: 12px;
    line-height: 12px;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #fff;
    background-color: #f68a3e;
    border-radius: 30px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    -webkit-appearance: none;
    -webkit-transition: color 0.3s linear, background-color 0.3s linear, border-color 0.3s linear;
    transition: color 0.3s linear, background-color 0.3s linear, border-color 0.3s linear;
}

.outlined {
    background-color: transparent !important;
    color: #f68a3e !important;
    border-color: #f68a3e !important;
}

.no-touch .button:hover,
.no-touch input[type="submit"]:hover {
    background-color: transparent;
    color: #f68a3e;
    border-color: #f68a3e;
}

.outlined:hover {
    color: #ffffff !important;
    background-color: #f68a3e !important;
    border-color: #f68a3e !important;
}

.button.white,
input[type="submit"].white {
    background-color: #fff;
    color: #000;
}
.no-touch .button.bordered:hover,
.no-touch .button.white:hover,
.no-touch input[type="submit"].bordered:hover,
.no-touch input[type="submit"].white:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.button.bordered,
input[type="submit"].bordered {
    background-color: transparent;
    border-color: #000;
    color: #000;
}
.button.transparent,
input[type="submit"].transparent {
    background-color: transparent;
    border-color: #f68a3e;
    color: #f68a3e;
}
.no-touch .button.transparent:hover,
.no-touch input[type="submit"].transparent:hover {
    background-color: #f68a3e;
    border-color: #f68a3e;
    color: #fff;
}
.no-touch .button.transparent:hover path,
.no-touch input[type="submit"].transparent:hover path {
    fill: #fff;
}
.button path,
.connect-with-us path,
.cookies .buttons button path,
.play-button path,
.social path,
input[type="submit"] path {
    -webkit-transition: fill 0.3s linear;
    transition: fill 0.3s linear;
}
.button:disabled,
input[type="submit"]:disabled {
    pointer-events: none;
}
input[type="checkbox"],
input[type="radio"] {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    position: absolute;
    pointer-events: none;
    left: 0;
    opacity: 0;
}
input[type="checkbox"]:checked ~ label:after,
input[type="checkbox"]:checked ~ span:after,
input[type="radio"]:checked ~ label:after,
input[type="radio"]:checked ~ span:after {
    opacity: 1;
}
input[type="checkbox"] ~ label,
input[type="checkbox"] ~ span,
input[type="radio"] ~ label,
input[type="radio"] ~ span {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 35px;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}
input[type="checkbox"] ~ label:before,
input[type="checkbox"] ~ span:before,
input[type="radio"] ~ label:before,
input[type="radio"] ~ span:before {
    content: "";
    width: 24px;
    height: 24px;
    border: 1px solid rgba(112, 115, 114, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
    transition: border-color 0.3s, box-shadow 0.3s;
    transition: border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.white input[type="checkbox"] ~ label:before,
.white input[type="checkbox"] ~ span:before,
.white input[type="radio"] ~ label:before,
.white input[type="radio"] ~ span:before {
    border-color: #fff;
}
input[type="checkbox"] ~ label:after,
input[type="checkbox"] ~ span:after,
input[type="radio"] ~ label:after,
input[type="radio"] ~ span:after {
    content: "";
    position: absolute;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0;
}
input[type="checkbox"] ~ label a,
input[type="checkbox"] ~ span a,
input[type="radio"] ~ label a,
input[type="radio"] ~ span a {
    text-decoration: underline;
}
.no-touch input[type="checkbox"] ~ label a:hover,
.no-touch input[type="checkbox"] ~ span a:hover,
.no-touch input[type="radio"] ~ label a:hover,
.no-touch input[type="radio"] ~ span a:hover {
    text-decoration: none;
}
input[type="checkbox"] ~ label:before,
input[type="checkbox"] ~ span:before {
    border-radius: 2px;
}
input[type="checkbox"] ~ label:after,
input[type="checkbox"] ~ span:after {
    left: 6px;
    top: 6px;
    border-bottom: 2px solid #f68a3e;
    border-left: 2px solid #f68a3e;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
    height: 8px;
    width: 12px;
}
input[type="radio"]:checked ~ label,
input[type="radio"]:checked ~ span {
    cursor: default;
}
input[type="radio"] ~ label:before,
input[type="radio"] ~ span:before {
    border-radius: 50%;
}
input[type="radio"] ~ label:after,
input[type="radio"] ~ span:after {
    width: 24px;
    height: 24px;
    left: 0;
    top: 0;
    background: #fff;
    border-radius: 50%;
    border: 6px solid #000;
}
label {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    font-family: "Nunito", sans-serif;
}
table td,
table th {
    border: 1px solid #000;
    padding: 5px;
}
.dotted-image {
    position: relative;
    background: url(../images/subscribe-image-bg.svg) 50% 50%/100% 100% no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 28px 16px 0;
}
.heading-decor-wrap {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 20;
}
.heading-decor-wrap .h2 + p,
.heading-decor-wrap h2 + p {
    margin-top: 10px;
}
.heading-decor-wrap .button {
    margin-top: 20px;
}
.heading-decor-wrap .decor-bottom {
    position: absolute;
    left: 0;
    bottom: 20px;
}
.heading-decor {
    position: relative;
    padding-top: 20px;
    display: inline;
}
.heading-decor.green:before {
    background-image: url(../images/heading-decor-green.svg);
}
.heading-decor:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 5px;
    width: 50px;
    height: 24px;
    background: url(../images/heading-decor.svg) 50% 50%/100% 100% no-repeat;
}
.heading-decor svg {
    position: absolute;
    top: -10px;
    right: -20px;
    width: 30px;
}
.figures.three-items {
    width: 30px;
    height: 12px;
}
.figures.four-items {
    width: 30px;
    height: 25px;
}
.figures svg {
    display: block;
    width: 100%;
    height: 100%;
}
.has-parallax,
.waves-decor {
    position: absolute;
    pointer-events: none;
}
.waves-decor {
    width: 50vw;
    z-index: -1;
}
.waves-decor.right {
    right: 0;
}
.menu-bottom .wave svg,
.popup-menu .wave-bottom svg,
.waves-decor svg {
    width: 100%;
    height: auto;
}
.has-parallax {
    z-index: 0;
}
.has-parallax svg {
    height: 100%;
}
.veggies {
    position: absolute;
    left: 0;
}
.veggies.top {
    top: 0;
}
.veggies.bottom {
    bottom: 0;
}
.veggies.half-height {
    top: 50%;
}
.veggies.right {
    left: auto;
    right: 0;
    text-align: right;
}
.waves-wrap,
.waves-wrap .wave {
    position: absolute;
    pointer-events: none;
}
.waves-wrap {
    z-index: 1;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    top: -70px;
}
.waves-wrap.orange .wave {
    background-image: url(../images/wave-orange.svg);
}
.waves-wrap.bottom {
    top: auto;
}
.waves-wrap .wave {
    left: 0;
    width: 7698px;
    height: 200px;
    top: -50px;
    background: url(../images/wave-green.svg) repeat-x 0 50%;
    -webkit-animation: wave-animation 100s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
    animation: wave-animation 100s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.waves-wrap .wave.second {
    top: 0;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
[class*="grid-"],
[class*="grid_"],
[class~="grid"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -15px;
}
[class*="col-"],
[class*="col_"],
[class~="col"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    max-width: 100%;
}
[class*="col_"],
[class~="col"] {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}
[class*="col-"] {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
[class*="grid-"][class*="col-"],
[class*="grid-"][class*="col_"],
[class*="grid-"][class~="col"],
[class*="grid_"][class*="col-"],
[class*="grid_"][class*="col_"],
[class*="grid_"][class~="col"],
[class~="grid"][class*="col-"],
[class~="grid"][class*="col_"],
[class~="grid"][class~="col"] {
    margin: 0;
    padding: 0;
}
.content table ul,
.popup-inner .heading p,
[class*="grid-"][class*="-noGutter"] {
    margin: 0;
}
[class*="grid-"][class*="-noGutter"] > [class*="col-"],
[class*="grid-"][class*="-noGutter"] > [class~="col"] {
    padding: 0;
}
[class*="grid-"][class*="-noWrap"] {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
[class*="grid-"][class*="-center"] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
[class*="grid-"][class*="-right"] {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-left: auto;
}
[class*="grid-"][class*="-top"] {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
[class*="grid-"][class*="-middle"] {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
[class*="grid-"][class*="-bottom"] {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
[class*="grid-"][class*="-reverse"] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
[class*="grid-"][class*="-column"] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
[class*="grid-"][class*="-column"] > [class*="col-"] {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
[class*="grid-"][class*="-column-reverse"] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
[class*="grid-"][class*="-spaceBetween"] {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
[class*="grid-"][class*="-spaceAround"] {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
[class*="grid-"][class*="-equalHeight"] > [class*="col-"],
[class*="grid-"][class*="-equalHeight"] > [class*="col_"],
[class*="grid-"][class*="-equalHeight"] > [class~="col"] {
    -ms-flex-item-align: stretch;
    align-self: stretch;
}
[class*="grid-"][class*="-equalHeight"] > [class*="col-"] > *,
[class*="grid-"][class*="-equalHeight"] > [class*="col_"] > *,
[class*="grid-"][class*="-equalHeight"] > [class~="col"] > * {
    height: 100%;
}
[class*="grid-"][class*="-noBottom"] > [class*="col-"],
[class*="grid-"][class*="-noBottom"] > [class*="col_"],
[class*="grid-"][class*="-noBottom"] > [class~="col"] {
    padding-bottom: 0;
}
[class*="col-"][class*="-top"] {
    -ms-flex-item-align: start;
    align-self: flex-start;
}
[class*="col-"][class*="-middle"] {
    -ms-flex-item-align: center;
    align-self: center;
}
[class*="col-"][class*="-bottom"] {
    -ms-flex-item-align: end;
    align-self: flex-end;
}
[class*="col-"][class*="-first"] {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
[class*="col-"][class*="-last"] {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
[class*="grid-1"] > [class*="col-"],
[class*="grid-1"] > [class*="col_"],
[class*="grid-1"] > [class~="col"] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
[class*="grid-2"] > [class*="col-"],
[class*="grid-2"] > [class*="col_"],
[class*="grid-2"] > [class~="col"] {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}
[class*="grid-3"] > [class*="col-"],
[class*="grid-3"] > [class*="col_"],
[class*="grid-3"] > [class~="col"] {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
}
[class*="grid-4"] > [class*="col-"],
[class*="grid-4"] > [class*="col_"],
[class*="grid-4"] > [class~="col"] {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}
[class*="grid-5"] > [class*="col-"],
[class*="grid-5"] > [class*="col_"],
[class*="grid-5"] > [class~="col"] {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
}
[class*="grid-6"] > [class*="col-"],
[class*="grid-6"] > [class*="col_"],
[class*="grid-6"] > [class~="col"] {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
}
[class*="grid-7"] > [class*="col-"],
[class*="grid-7"] > [class*="col_"],
[class*="grid-7"] > [class~="col"] {
    -ms-flex-preferred-size: 14.28571%;
    flex-basis: 14.28571%;
    max-width: 14.28571%;
}
[class*="grid-8"] > [class*="col-"],
[class*="grid-8"] > [class*="col_"],
[class*="grid-8"] > [class~="col"] {
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%;
}
[class*="grid-9"] > [class*="col-"],
[class*="grid-9"] > [class*="col_"],
[class*="grid-9"] > [class~="col"] {
    -ms-flex-preferred-size: 11.11111%;
    flex-basis: 11.11111%;
    max-width: 11.11111%;
}
[class*="grid-10"] > [class*="col-"],
[class*="grid-10"] > [class*="col_"],
[class*="grid-10"] > [class~="col"] {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%;
}
[class*="grid-11"] > [class*="col-"],
[class*="grid-11"] > [class*="col_"],
[class*="grid-11"] > [class~="col"] {
    -ms-flex-preferred-size: 9.09091%;
    flex-basis: 9.09091%;
    max-width: 9.09091%;
}
[class*="grid-12"] > [class*="col-"],
[class*="grid-12"] > [class*="col_"],
[class*="grid-12"] > [class~="col"] {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
}
[class*="grid-13"] > [class*="col-"],
[class*="grid-13"] > [class*="col_"],
[class*="grid-13"] > [class~="col"] {
    -ms-flex-preferred-size: 7.69231%;
    flex-basis: 7.69231%;
    max-width: 7.69231%;
}
[class*="grid-14"] > [class*="col-"],
[class*="grid-14"] > [class*="col_"],
[class*="grid-14"] > [class~="col"] {
    -ms-flex-preferred-size: 7.14286%;
    flex-basis: 7.14286%;
    max-width: 7.14286%;
}
[class*="grid-15"] > [class*="col-"],
[class*="grid-15"] > [class*="col_"],
[class*="grid-15"] > [class~="col"] {
    -ms-flex-preferred-size: 6.66667%;
    flex-basis: 6.66667%;
    max-width: 6.66667%;
}
[class*="grid-16"] > [class*="col-"],
[class*="grid-16"] > [class*="col_"],
[class*="grid-16"] > [class~="col"] {
    -ms-flex-preferred-size: 6.25%;
    flex-basis: 6.25%;
    max-width: 6.25%;
}
[class*="grid-17"] > [class*="col-"],
[class*="grid-17"] > [class*="col_"],
[class*="grid-17"] > [class~="col"] {
    -ms-flex-preferred-size: 5.88235%;
    flex-basis: 5.88235%;
    max-width: 5.88235%;
}
[class*="grid-18"] > [class*="col-"],
[class*="grid-18"] > [class*="col_"],
[class*="grid-18"] > [class~="col"] {
    -ms-flex-preferred-size: 5.55556%;
    flex-basis: 5.55556%;
    max-width: 5.55556%;
}
[class*="grid-19"] > [class*="col-"],
[class*="grid-19"] > [class*="col_"],
[class*="grid-19"] > [class~="col"] {
    -ms-flex-preferred-size: 5.26316%;
    flex-basis: 5.26316%;
    max-width: 5.26316%;
}
[class*="grid-20"] > [class*="col-"],
[class*="grid-20"] > [class*="col_"],
[class*="grid-20"] > [class~="col"] {
    -ms-flex-preferred-size: 5%;
    flex-basis: 5%;
    max-width: 5%;
}
[class*="grid-21"] > [class*="col-"],
[class*="grid-21"] > [class*="col_"],
[class*="grid-21"] > [class~="col"] {
    -ms-flex-preferred-size: 4.7619%;
    flex-basis: 4.7619%;
    max-width: 4.7619%;
}
[class*="grid-22"] > [class*="col-"],
[class*="grid-22"] > [class*="col_"],
[class*="grid-22"] > [class~="col"] {
    -ms-flex-preferred-size: 4.54545%;
    flex-basis: 4.54545%;
    max-width: 4.54545%;
}
[class*="grid-23"] > [class*="col-"],
[class*="grid-23"] > [class*="col_"],
[class*="grid-23"] > [class~="col"] {
    -ms-flex-preferred-size: 4.34783%;
    flex-basis: 4.34783%;
    max-width: 4.34783%;
}
[class*="grid-24"] > [class*="col-"],
[class*="grid-24"] > [class*="col_"],
[class*="grid-24"] > [class~="col"],
[class*="grid-"] > [class*="col-1"],
[class*="grid_"] > [class*="col-1"],
[class~="grid"] > [class*="col-1"] {
    -ms-flex-preferred-size: 4.16667%;
    flex-basis: 4.16667%;
    max-width: 4.16667%;
}
[class*="grid-"] > [class*="col-2"],
[class*="grid_"] > [class*="col-2"],
[class~="grid"] > [class*="col-2"] {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
}
[class*="grid-"] > [class*="col-3"],
[class*="grid_"] > [class*="col-3"],
[class~="grid"] > [class*="col-3"] {
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%;
}
[class*="grid-"] > [class*="col-4"],
[class*="grid_"] > [class*="col-4"],
[class~="grid"] > [class*="col-4"] {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
}
[class*="grid-"] > [class*="col-5"],
[class*="grid_"] > [class*="col-5"],
[class~="grid"] > [class*="col-5"] {
    -ms-flex-preferred-size: 20.83333%;
    flex-basis: 20.83333%;
    max-width: 20.83333%;
}
[class*="grid-"] > [class*="col-6"],
[class*="grid_"] > [class*="col-6"],
[class~="grid"] > [class*="col-6"] {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}
[class*="grid-"] > [class*="col-7"],
[class*="grid_"] > [class*="col-7"],
[class~="grid"] > [class*="col-7"] {
    -ms-flex-preferred-size: 29.16667%;
    flex-basis: 29.16667%;
    max-width: 29.16667%;
}
[class*="grid-"] > [class*="col-8"],
[class*="grid_"] > [class*="col-8"],
[class~="grid"] > [class*="col-8"] {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
}
[class*="grid-"] > [class*="col-9"],
[class*="grid_"] > [class*="col-9"],
[class~="grid"] > [class*="col-9"] {
    -ms-flex-preferred-size: 37.5%;
    flex-basis: 37.5%;
    max-width: 37.5%;
}
[class*="grid-"] > [class*="col-10"],
[class*="grid_"] > [class*="col-10"],
[class~="grid"] > [class*="col-10"] {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
}
[class*="grid-"] > [class*="col-11"],
[class*="grid_"] > [class*="col-11"],
[class~="grid"] > [class*="col-11"] {
    -ms-flex-preferred-size: 45.83333%;
    flex-basis: 45.83333%;
    max-width: 45.83333%;
}
[class*="grid-"] > [class*="col-12"],
[class*="grid_"] > [class*="col-12"],
[class~="grid"] > [class*="col-12"] {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}
[class*="grid-"] > [class*="col-13"],
[class*="grid_"] > [class*="col-13"],
[class~="grid"] > [class*="col-13"] {
    -ms-flex-preferred-size: 54.16667%;
    flex-basis: 54.16667%;
    max-width: 54.16667%;
}
[class*="grid-"] > [class*="col-14"],
[class*="grid_"] > [class*="col-14"],
[class~="grid"] > [class*="col-14"] {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
}
[class*="grid-"] > [class*="col-15"],
[class*="grid_"] > [class*="col-15"],
[class~="grid"] > [class*="col-15"] {
    -ms-flex-preferred-size: 62.5%;
    flex-basis: 62.5%;
    max-width: 62.5%;
}
[class*="grid-"] > [class*="col-16"],
[class*="grid_"] > [class*="col-16"],
[class~="grid"] > [class*="col-16"] {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
}
[class*="grid-"] > [class*="col-17"],
[class*="grid_"] > [class*="col-17"],
[class~="grid"] > [class*="col-17"] {
    -ms-flex-preferred-size: 70.83333%;
    flex-basis: 70.83333%;
    max-width: 70.83333%;
}
[class*="grid-"] > [class*="col-18"],
[class*="grid_"] > [class*="col-18"],
[class~="grid"] > [class*="col-18"] {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}
[class*="grid-"] > [class*="col-19"],
[class*="grid_"] > [class*="col-19"],
[class~="grid"] > [class*="col-19"] {
    -ms-flex-preferred-size: 79.16667%;
    flex-basis: 79.16667%;
    max-width: 79.16667%;
}
[class*="grid-"] > [class*="col-20"],
[class*="grid_"] > [class*="col-20"],
[class~="grid"] > [class*="col-20"] {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
}
[class*="grid-"] > [class*="col-21"],
[class*="grid_"] > [class*="col-21"],
[class~="grid"] > [class*="col-21"] {
    -ms-flex-preferred-size: 87.5%;
    flex-basis: 87.5%;
    max-width: 87.5%;
}
[class*="grid-"] > [class*="col-22"],
[class*="grid_"] > [class*="col-22"],
[class~="grid"] > [class*="col-22"] {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
}
[class*="grid-"] > [class*="col-23"],
[class*="grid_"] > [class*="col-23"],
[class~="grid"] > [class*="col-23"] {
    -ms-flex-preferred-size: 95.83333%;
    flex-basis: 95.83333%;
    max-width: 95.83333%;
}
[class*="grid-"] > [class*="col-24"],
[class*="grid_"] > [class*="col-24"],
[class~="grid"] > [class*="col-24"] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
[class*="grid-"] > [data-push-left*="off-0"],
[class*="grid_"] > [data-push-left*="off-0"],
[class~="grid"] > [data-push-left*="off-0"] {
    margin-left: 0;
}
[class*="grid-"] > [data-push-left*="off-1"],
[class*="grid_"] > [data-push-left*="off-1"],
[class~="grid"] > [data-push-left*="off-1"] {
    margin-left: 4.16667%;
}
[class*="grid-"] > [data-push-left*="off-2"],
[class*="grid_"] > [data-push-left*="off-2"],
[class~="grid"] > [data-push-left*="off-2"] {
    margin-left: 8.33333%;
}
[class*="grid-"] > [data-push-left*="off-3"],
[class*="grid_"] > [data-push-left*="off-3"],
[class~="grid"] > [data-push-left*="off-3"] {
    margin-left: 12.5%;
}
[class*="grid-"] > [data-push-left*="off-4"],
[class*="grid_"] > [data-push-left*="off-4"],
[class~="grid"] > [data-push-left*="off-4"] {
    margin-left: 16.66667%;
}
[class*="grid-"] > [data-push-left*="off-5"],
[class*="grid_"] > [data-push-left*="off-5"],
[class~="grid"] > [data-push-left*="off-5"] {
    margin-left: 20.83333%;
}
[class*="grid-"] > [data-push-left*="off-6"],
[class*="grid_"] > [data-push-left*="off-6"],
[class~="grid"] > [data-push-left*="off-6"] {
    margin-left: 25%;
}
[class*="grid-"] > [data-push-left*="off-7"],
[class*="grid_"] > [data-push-left*="off-7"],
[class~="grid"] > [data-push-left*="off-7"] {
    margin-left: 29.16667%;
}
[class*="grid-"] > [data-push-left*="off-8"],
[class*="grid_"] > [data-push-left*="off-8"],
[class~="grid"] > [data-push-left*="off-8"] {
    margin-left: 33.33333%;
}
[class*="grid-"] > [data-push-left*="off-9"],
[class*="grid_"] > [data-push-left*="off-9"],
[class~="grid"] > [data-push-left*="off-9"] {
    margin-left: 37.5%;
}
[class*="grid-"] > [data-push-left*="off-10"],
[class*="grid_"] > [data-push-left*="off-10"],
[class~="grid"] > [data-push-left*="off-10"] {
    margin-left: 41.66667%;
}
[class*="grid-"] > [data-push-left*="off-11"],
[class*="grid_"] > [data-push-left*="off-11"],
[class~="grid"] > [data-push-left*="off-11"] {
    margin-left: 45.83333%;
}
[class*="grid-"] > [data-push-left*="off-12"],
[class*="grid_"] > [data-push-left*="off-12"],
[class~="grid"] > [data-push-left*="off-12"] {
    margin-left: 50%;
}
[class*="grid-"] > [data-push-left*="off-13"],
[class*="grid_"] > [data-push-left*="off-13"],
[class~="grid"] > [data-push-left*="off-13"] {
    margin-left: 54.16667%;
}
[class*="grid-"] > [data-push-left*="off-14"],
[class*="grid_"] > [data-push-left*="off-14"],
[class~="grid"] > [data-push-left*="off-14"] {
    margin-left: 58.33333%;
}
[class*="grid-"] > [data-push-left*="off-15"],
[class*="grid_"] > [data-push-left*="off-15"],
[class~="grid"] > [data-push-left*="off-15"] {
    margin-left: 62.5%;
}
[class*="grid-"] > [data-push-left*="off-16"],
[class*="grid_"] > [data-push-left*="off-16"],
[class~="grid"] > [data-push-left*="off-16"] {
    margin-left: 66.66667%;
}
[class*="grid-"] > [data-push-left*="off-17"],
[class*="grid_"] > [data-push-left*="off-17"],
[class~="grid"] > [data-push-left*="off-17"] {
    margin-left: 70.83333%;
}
[class*="grid-"] > [data-push-left*="off-18"],
[class*="grid_"] > [data-push-left*="off-18"],
[class~="grid"] > [data-push-left*="off-18"] {
    margin-left: 75%;
}
[class*="grid-"] > [data-push-left*="off-19"],
[class*="grid_"] > [data-push-left*="off-19"],
[class~="grid"] > [data-push-left*="off-19"] {
    margin-left: 79.16667%;
}
[class*="grid-"] > [data-push-left*="off-20"],
[class*="grid_"] > [data-push-left*="off-20"],
[class~="grid"] > [data-push-left*="off-20"] {
    margin-left: 83.33333%;
}
[class*="grid-"] > [data-push-left*="off-21"],
[class*="grid_"] > [data-push-left*="off-21"],
[class~="grid"] > [data-push-left*="off-21"] {
    margin-left: 87.5%;
}
[class*="grid-"] > [data-push-left*="off-22"],
[class*="grid_"] > [data-push-left*="off-22"],
[class~="grid"] > [data-push-left*="off-22"] {
    margin-left: 91.66667%;
}
[class*="grid-"] > [data-push-left*="off-23"],
[class*="grid_"] > [data-push-left*="off-23"],
[class~="grid"] > [data-push-left*="off-23"] {
    margin-left: 95.83333%;
}
[class*="grid-"] > [data-push-right*="off-0"],
[class*="grid_"] > [data-push-right*="off-0"],
[class~="grid"] > [data-push-right*="off-0"] {
    margin-right: 0;
}
[class*="grid-"] > [data-push-right*="off-1"],
[class*="grid_"] > [data-push-right*="off-1"],
[class~="grid"] > [data-push-right*="off-1"] {
    margin-right: 4.16667%;
}
[class*="grid-"] > [data-push-right*="off-2"],
[class*="grid_"] > [data-push-right*="off-2"],
[class~="grid"] > [data-push-right*="off-2"] {
    margin-right: 8.33333%;
}
[class*="grid-"] > [data-push-right*="off-3"],
[class*="grid_"] > [data-push-right*="off-3"],
[class~="grid"] > [data-push-right*="off-3"] {
    margin-right: 12.5%;
}
[class*="grid-"] > [data-push-right*="off-4"],
[class*="grid_"] > [data-push-right*="off-4"],
[class~="grid"] > [data-push-right*="off-4"] {
    margin-right: 16.66667%;
}
[class*="grid-"] > [data-push-right*="off-5"],
[class*="grid_"] > [data-push-right*="off-5"],
[class~="grid"] > [data-push-right*="off-5"] {
    margin-right: 20.83333%;
}
[class*="grid-"] > [data-push-right*="off-6"],
[class*="grid_"] > [data-push-right*="off-6"],
[class~="grid"] > [data-push-right*="off-6"] {
    margin-right: 25%;
}
[class*="grid-"] > [data-push-right*="off-7"],
[class*="grid_"] > [data-push-right*="off-7"],
[class~="grid"] > [data-push-right*="off-7"] {
    margin-right: 29.16667%;
}
[class*="grid-"] > [data-push-right*="off-8"],
[class*="grid_"] > [data-push-right*="off-8"],
[class~="grid"] > [data-push-right*="off-8"] {
    margin-right: 33.33333%;
}
[class*="grid-"] > [data-push-right*="off-9"],
[class*="grid_"] > [data-push-right*="off-9"],
[class~="grid"] > [data-push-right*="off-9"] {
    margin-right: 37.5%;
}
[class*="grid-"] > [data-push-right*="off-10"],
[class*="grid_"] > [data-push-right*="off-10"],
[class~="grid"] > [data-push-right*="off-10"] {
    margin-right: 41.66667%;
}
[class*="grid-"] > [data-push-right*="off-11"],
[class*="grid_"] > [data-push-right*="off-11"],
[class~="grid"] > [data-push-right*="off-11"] {
    margin-right: 45.83333%;
}
[class*="grid-"] > [data-push-right*="off-12"],
[class*="grid_"] > [data-push-right*="off-12"],
[class~="grid"] > [data-push-right*="off-12"] {
    margin-right: 50%;
}
[class*="grid-"] > [data-push-right*="off-13"],
[class*="grid_"] > [data-push-right*="off-13"],
[class~="grid"] > [data-push-right*="off-13"] {
    margin-right: 54.16667%;
}
[class*="grid-"] > [data-push-right*="off-14"],
[class*="grid_"] > [data-push-right*="off-14"],
[class~="grid"] > [data-push-right*="off-14"] {
    margin-right: 58.33333%;
}
[class*="grid-"] > [data-push-right*="off-15"],
[class*="grid_"] > [data-push-right*="off-15"],
[class~="grid"] > [data-push-right*="off-15"] {
    margin-right: 62.5%;
}
[class*="grid-"] > [data-push-right*="off-16"],
[class*="grid_"] > [data-push-right*="off-16"],
[class~="grid"] > [data-push-right*="off-16"] {
    margin-right: 66.66667%;
}
[class*="grid-"] > [data-push-right*="off-17"],
[class*="grid_"] > [data-push-right*="off-17"],
[class~="grid"] > [data-push-right*="off-17"] {
    margin-right: 70.83333%;
}
[class*="grid-"] > [data-push-right*="off-18"],
[class*="grid_"] > [data-push-right*="off-18"],
[class~="grid"] > [data-push-right*="off-18"] {
    margin-right: 75%;
}
[class*="grid-"] > [data-push-right*="off-19"],
[class*="grid_"] > [data-push-right*="off-19"],
[class~="grid"] > [data-push-right*="off-19"] {
    margin-right: 79.16667%;
}
[class*="grid-"] > [data-push-right*="off-20"],
[class*="grid_"] > [data-push-right*="off-20"],
[class~="grid"] > [data-push-right*="off-20"] {
    margin-right: 83.33333%;
}
[class*="grid-"] > [data-push-right*="off-21"],
[class*="grid_"] > [data-push-right*="off-21"],
[class~="grid"] > [data-push-right*="off-21"] {
    margin-right: 87.5%;
}
[class*="grid-"] > [data-push-right*="off-22"],
[class*="grid_"] > [data-push-right*="off-22"],
[class~="grid"] > [data-push-right*="off-22"] {
    margin-right: 91.66667%;
}
[class*="grid-"] > [data-push-right*="off-23"],
[class*="grid_"] > [data-push-right*="off-23"],
[class~="grid"] > [data-push-right*="off-23"] {
    margin-right: 95.83333%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
    margin: 0 auto 20px;
    text-align: center;
}
.gallery,
img.aligncenter,
img.alignleft,
img.alignright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 20px;
}
.gallery {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.gallery .gallery-item {
    margin: 0;
    padding: 0 10px 20px;
    width: 100%;
}
.gallery .gallery-item img,
.has-parallax svg {
    display: block;
    width: 100%;
}
.commentlist li:before,
.slick-slide.slick-loading img {
    display: none;
}
.catering-item dd,
.catering-item dl,
.commentlist .comment-container {
    margin: 0 0 20px;
}
.commentlist .perma {
    float: right;
    margin: 0 0 0 20px;
}
.commentlist .avatar {
    float: left;
    margin: 0 20px 20px 0;
}
.commentlist .comment-entry {
    overflow: hidden;
    width: 100%;
}
.commentlist .comment-entry .reply {
    text-align: right;
}
.comment-form label,
.slick-slide img {
    display: block;
}
.slick-list,
.slick-slider {
    position: relative;
    display: block;
}
.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.cookies .buttons button svg,
.popup-holder .illustration img,
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #f68a3e;
    position: absolute;
    right: 0;
    top: 100%;
    font-size: 0;
    line-height: 0;
    -webkit-transition: background-color 0.3s linear, border-color 0.3s linear, opacity 0.3s linear;
    transition: background-color 0.3s linear, border-color 0.3s linear, opacity 0.3s linear;
    z-index: 10;
}
.slick-arrow.slick-prev {
    right: 50px;
}
.slick-arrow.slick-prev:after {
    background-image: url(../images/arrow-left.svg);
}
.no-touch .slick-arrow.slick-prev:not(.slick-disabled):hover:after {
    margin-left: -5px;
    background-image: url(../images/arrow-left-white.svg);
}
.slick-arrow.slick-next {
    right: 0;
}
.slick-arrow.slick-next:after {
    background-image: url(../images/arrow-right.svg);
}
.no-touch .slick-arrow.slick-next:not(.slick-disabled):hover:after {
    margin-left: 5px;
    background-image: url(../images/arrow-right-white.svg);
}
.slick-arrow.slick-disabled {
    pointer-events: none;
    opacity: 0.2;
}
.slick-arrow:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 14px;
    height: 18px;
    background: url(../images/arrow-right.svg) 50% 50%/100% 100% no-repeat;
    -webkit-transition: margin-left 0.3s linear, background 0.3s linear;
    transition: margin-left 0.3s linear, background 0.3s linear;
}
.no-touch .slick-arrow:hover {
    background-color: #f68a3e;
}
.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 20;
}
.slick-dots li {
    margin: 0 5px;
}
.slick-dots li.slick-active button {
    width: 20px;
    background: #f68a3e;
}
.slick-dots button {
    text-indent: -9999px;
    background: 0 0;
    padding: 0;
    margin: 0;
    border: 0;
    cursor: pointer;
    width: 5px;
    height: 5px;
    border-radius: 4px;
    background: #efd6c5;
    -webkit-transition: width 0.5s, background-color 0.5s;
    transition: width 0.5s, background-color 0.5s;
}
.jcf-scrollable-wrapper {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
}
.jcf-scrollbar-vertical {
    position: absolute;
    cursor: default;
    width: 4px;
    bottom: 0;
    right: 0;
    top: 0;
}
.jcf-scrollbar-vertical .jcf-scrollbar-slider {
    width: 100%;
    background: #efd6c5;
    border-radius: 4px;
}
.jcf-scrollbar-vertical .jcf-scrollbar-dec {
    height: 0;
    width: 14px;
    left: 0;
    top: 0;
}
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
    height: 0;
    width: 14px;
    left: 0;
    top: auto;
    bottom: 0;
}
.jcf-scrollbar-vertical .jcf-scrollbar-handle {
    background: #f68a3e;
    height: 1px;
    width: 100%;
    right: 0;
    border-radius: 100px;
}
.jcf-scrollbar-horizontal {
    position: absolute;
    background: #e3e3e3;
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 14px;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    background: #bbb;
    height: 14px;
    width: 14px;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    left: auto;
    right: 0;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-slider,
.jcf-select {
    display: inline-block;
    position: relative;
    height: 14px;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
    position: absolute;
    background: #888;
    height: 14px;
}
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
    visibility: hidden;
}
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
    background: #e3e3e3;
}
.jcf-select {
    vertical-align: top;
    width: 100%;
    min-width: 150px;
    height: 60px;
    cursor: pointer;
    text-align: left;
    border: 1px solid #efd6c5;
    background-color: #fff;
    padding-top: 2px;
    border-radius: 30px;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
}
.jcf-select:hover {
    border-color: #f68a3e;
}
.jcf-select.jcf-focus {
    border-color: rgba(0, 52, 89, 0.2);
}
.jcf-select.jcf-drop-active {
    border-color: #efd6c5;
    border-radius: 30px 30px 0 0;
}
.jcf-select.jcf-drop-active.jcf-drop-flipped {
    border-radius: 0 0 30px 30px;
    border-top: none;
}
.jcf-select.jcf-drop-active .jcf-select-opener:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.jcf-select select {
    z-index: 1;
    left: 0;
    top: 0;
}
.jcf-select .jcf-select-text {
    font: 16px/16px "Nunito", sans-serif;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    padding: 20px;
    cursor: pointer;
    letter-spacing: 0.5px;
    border-radius: 8px;
    color: #f68a3e;
}
.jcf-select .jcf-select-text > span {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 20px;
}
.jcf-select .jcf-select-opener {
    position: absolute;
    text-align: center;
    width: 30px;
    bottom: 0;
    right: 0;
    top: 0;
}
.jcf-select .jcf-select-opener:before {
    content: "";
    position: absolute;
    background: url(../images/arrow-select.svg) 0 0 no-repeat;
    width: 14px;
    height: 12px;
    background-size: 100% 100%;
    top: 50%;
    right: 13px;
    margin-top: -6px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px;
}
.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto;
}
body > .jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999;
}
.jcf-select-drop {
    background: #fff;
    border-radius: 0 0 30px 30px;
    border: 1px solid #efd6c5;
    border-top-color: transparent;
}
.jcf-select-drop .jcf-select-drop-content {
    border-top: none;
}
.jcf-select-drop .jcf-select-drop-content .jcf-scrollbar-horizontal {
    display: none;
}
.jcf-select-drop.jcf-drop-flipped {
    border-radius: 30px 30px 0 0;
    border-bottom: none;
    margin: 1px 0 0;
}
.jcf-select-drop.jcf-compact-multiple .jcf-hover {
    background: 0 0;
}
.jcf-select-drop.jcf-compact-multiple .jcf-option {
    position: relative;
    padding-left: 30px;
}
.jcf-select-drop.jcf-compact-multiple .jcf-option:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 18px;
    height: 18px;
    border: 1px solid #efd6c5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.jcf-select-drop.jcf-compact-multiple .jcf-option:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 19px;
    height: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/ico-checked.svg) 0 0 no-repeat;
    opacity: 0;
    margin: -4px 0 0 3px;
}
.jcf-select-drop.jcf-compact-multiple .jcf-option.jcf-selected:after,
.no-touch .main-menu a:hover:before {
    opacity: 1;
}
.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #b8c3c9;
    min-width: 200px;
    margin: 0 15px;
}
.jcf-list {
    display: block;
    position: relative;
}
.jcf-list .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    overflow: auto;
    width: 100%;
}
.jcf-list ul {
    list-style: none;
    margin: 0;
    border-top: 1px solid #efd6c5;
}
.jcf-list li {
    overflow: hidden;
    display: block;
}
.jcf-list li:last-child .jcf-option {
    border-bottom: none;
}
.jcf-list .jcf-overflow {
    overflow: auto;
}
.jcf-list .jcf-option {
    overflow: hidden;
    display: block;
    color: #000;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    cursor: pointer;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.5px;
    padding: 20px;
    border-bottom: 1px solid #efd6c5;
}
.jcf-list .jcf-option.jcf-hover,
.jcf-list .jcf-option.jcf-selected,
.main-menu li.current-menu-item a,
.no-touch .footer-nav a:hover {
    color: #f68a3e;
}
.jcf-list .jcf-disabled {
    display: none !important;
}
.jcf-list .jcf-optgroup-caption {
    display: block;
    cursor: default;
    padding: 0 24px;
    font-weight: 700;
    margin-bottom: 28px;
}
.jcf-list .jcf-optgroup {
    display: block;
    padding-bottom: 4px;
}
.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 40px;
    position: relative;
}
.jcf-list .jcf-optgroup .jcf-option:before {
    content: "";
    position: absolute;
    left: 25px;
    top: 8px;
    width: 6px;
    height: 6px;
    background: orange;
    border-radius: 50%;
}
.header {
    padding: 10px 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    z-index: 200;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
    -webkit-transition: background-color 0.3s linear, -webkit-box-shadow 0.3s linear, -webkit-transform 0.3s linear;
    transition: background-color 0.3s linear, box-shadow 0.3s linear, transform 0.3s linear;
    transition: background-color 0.3s linear, box-shadow 0.3s linear, transform 0.3s linear, -webkit-box-shadow 0.3s linear, -webkit-transform 0.3s linear;
}
.header.transparent {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.header.sticky {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}
.header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-logo {
    width: 95px;
    display: block;
    margin-right: auto;
}
.footer-logos .logo a,
.header-logo a {
    display: block;
    height: 100%;
}
.btn-menu,
.header-buttons,
.header-logo {
    position: relative;
    z-index: 10;
}
.btn-menu {
    width: 18px;
    height: 17px;
    margin-left: 15px;
}
.btn-menu:after,
.btn-menu:before {
    content: "";
    position: absolute;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #000;
    border-radius: 4px;
    -webkit-transition: left 0.5s ease, top 0.5s ease, background-color 0.5s, -webkit-transform 0.5s ease;
    transition: left 0.5s ease, top 0.5s ease, transform 0.5s ease, background-color 0.5s;
    transition: left 0.5s ease, top 0.5s ease, transform 0.5s ease, background-color 0.5s, -webkit-transform 0.5s ease;
}
.btn-menu:before {
    top: 0;
}
.btn-menu:after {
    top: 100%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.btn-menu span {
    position: absolute;
    right: 0;
    top: 7px;
    height: 3px;
    width: 100%;
    background-color: #000;
    border-radius: 4px;
    -webkit-transition: width 0.5s ease, background-color 0.5s;
    transition: width 0.5s ease, background-color 0.5s;
}
.menu-opened .btn-menu {
    overflow: hidden;
}
.menu-opened .btn-menu:before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    top: 50%;
    left: 50%;
}
.menu-opened .btn-menu:after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.menu-opened .btn-menu span {
    width: 0;
}
.menu .social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 5px;
    z-index: 30;
}
.menu-opened .menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.menu-bottom {
    margin-top: auto;
    padding-top: 35px;
    background-color: #faf3ee;
    position: relative;
    z-index: 20;
}
.menu-bottom:before {
    content: "";
    height: 64px;
    background: url(../images/mobile-bg.svg) no-repeat;
}
.menu-bottom .wave,
.menu-bottom:before {
    position: absolute;
    left: 0;
    top: -53px;
    width: 100%;
    z-index: -1;
}
.menu-bottom .logo-kids {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 13px;
    line-height: 18px;
    margin: -7px 22px 7px;
}
.menu-bottom .logo-kids .logo {
    width: 46px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
}
.menu-bottom .image-wrap {
    width: 240px;
    margin: 0 auto;
    overflow: hidden;
}
.menu-bottom .image-wrap .dotted-image {
    margin-bottom: -110px;
}
.main-menu {
    font-size: 14px;
    line-height: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
}
.main-menu li {
    margin-bottom: 40px;
}
.main-menu a {
    position: relative;
}
.footer-wave,
.main-menu a:before {
    position: absolute;
    left: 0;
    pointer-events: none;
}
.main-menu a:before {
    content: "";
    width: 100%;
    background: currentColor;
    top: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    height: 2px;
}
.footer {
    padding: 25px 0;
    background: #faf3ee;
    position: relative;
    z-index: 100;
    -webkit-transition: padding-bottom 0.3s 0.3s linear;
    transition: padding-bottom 0.3s 0.3s linear;
}
.footer .waves-wrap {
    top: -70px;
    z-index: 10;
}
.footer .container {
    z-index: 15;
}
.footer .cabbage,
.footer .jalapeno,
.footer .jalapeno2,
.footer .tomatoes {
    display: none;
}
.footer .kale {
    right: -31px;
    top: -230px;
    width: 170px;
    height: 136px;
}
.footer-wave {
    bottom: 0;
    top: -16.5vw;
    width: 100vw;
    height: auto;
}
.footer-logos,
.footer-logos .logo-kids {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.footer-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px 30px;
}
.footer-bottom .social li,
.footer-logos .item {
    margin: 0 10px;
}
.footer-logos .logo-main .logo {
    width: 118px;
}
.footer-logos .logo-kids {
    font-size: 11px;
    line-height: 14px;
}
.footer-logos .logo-kids .logo {
    width: 46px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 5px;
}
.footer-nav {
    margin-bottom: 40px;
}
.footer-nav ul {
    font: 14px/16px "intro_rustbase", sans-serif;
    text-transform: uppercase;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin: 0 5px 0 -10px;
}
.footer-nav li {
    margin-bottom: 15px;
    padding: 0 10px;
}
.footer-add-links li {
    margin-right: 15px;
}
.footer-add-links a {
    text-decoration: underline;
}
.no-touch .footer-add-links a:hover {
    text-decoration: none;
}
.footer-bottom {
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 13px;
    line-height: 18px;
}
.footer-bottom .footer-right,
.footer-logos .logo-kids {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-bottom .copy {
    margin-bottom: 15px;
}
.has-animation.zoomIn,
.has-animation.zoomOut {
    -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.has-animation.zoomIn.animated,
.has-animation.zoomOut.animated {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.has-animation.zoomIn {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.has-animation.zoomIn.animated {
    opacity: 1;
}
.has-animation.fadeIn {
    -webkit-transition: opacity 0.8s ease-in-out;
    transition: opacity 0.8s ease-in-out;
    opacity: 0;
}
.has-animation.fadeInUp {
    -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
}
.has-animation.fadeIn.animated,
.has-animation.fadeInUp.animated {
    opacity: 1;
}
.has-animation.slideUp {
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
    -webkit-transition: -webkit-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}
.has-animation.fadeInDown.animated,
.has-animation.fadeInUp.animated,
.has-animation.slideUp.animated {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.has-animation.fadeInDown,
.has-animation.fadeInLeft,
.has-animation.fadeInRight {
    -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
    opacity: 0;
}
.has-animation.fadeInDown {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
}
.has-animation.fadeInDown.animated {
    opacity: 1;
}
.has-animation.fadeInLeft,
.has-animation.fadeInRight {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
}
.has-animation.fadeInLeft.animated,
.has-animation.fadeInLeftFull.animated,
.has-animation.fadeInRight.animated,
.has-animation.fadeInRightFull.animated {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.has-animation.fadeInRight {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
}
.has-animation.fadeInLeftFull,
.has-animation.fadeInRightFull {
    -webkit-transition: opacity 1.5s ease-in-out, -webkit-transform 1.5s ease-in-out;
    transition: transform 1.5s ease-in-out, opacity 1.5s ease-in-out;
    transition: transform 1.5s ease-in-out, opacity 1.5s ease-in-out, -webkit-transform 1.5s ease-in-out;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
}
.has-animation.fadeInLeftFull {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.has-animation.animation-delay {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.has-animation .animation-delay-small {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.has-animation.animation-delay-long {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.popup-open {
    overflow: hidden;
    position: relative;
    -webkit-overflow-scrolling: touch;
    height: 100%;
}
.popup,
.popups {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}
.popups {
    border: 0;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
    pointer-events: none;
    position: fixed;
    z-index: 800;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}
.popup-open .popups {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
}
.popup {
    position: absolute;
    z-index: -1;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.popup.active {
    opacity: 1;
    visibility: visible;
    z-index: 900;
    -webkit-overflow-scrolling: touch;
}
.popup-holder,
.popup-inner {
    position: relative;
    border-radius: 20px;
}
.popup-holder {
    background: #fff;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 20px 22px;
    max-height: calc((var(--vh, 1vh) * 100) - 20px);
    overflow: hidden;
}
.popup-holder .wave-top {
    position: absolute;
    left: 0;
    top: 0;
}
.popup-holder .illustration {
    position: absolute;
    left: 0;
    bottom: 0;
    width: auto;
    pointer-events: none;
}
.popup-inner {
    padding: 40px 20px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc((var(--vh, 1vh) * 100) - 40px);
}
.popup-inner .heading {
    text-align: center;
    max-width: 540px;
    margin: 0 auto 20px;
}
.popup-inner .heading .h2,
.popup-inner .heading h2 {
    margin-bottom: 16px;
}
.popup-close {
    position: absolute;
    right: 20px;
    top: 23px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 1;
}
.popup-close:after,
.popup-close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background-color: #000;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.popup-close:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.popup-close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.no-touch .popup-close:hover {
    border-color: #f68a3e;
}
.no-touch .popup-close:hover:after,
.no-touch .popup-close:hover:before {
    background-color: #f68a3e;
}
.popup-subscribe .heading-decor {
    vertical-align: top;
    display: inline;
}
.popup-subscribe .logo {
    width: 135px;
    margin-bottom: 20px;
}
.popup-subscribe form {
    margin-bottom: -20px;
}
.popup-subscribe .dotted-image {
    width: 300px;
    height: 300px;
}
.popup-subscribe .success-popup .heading-decor-wrap {
    margin-bottom: 20px;
}
.subscribe-form .required {
    text-align: right;
    color: rgba(0, 0, 0, 0.2);
    margin-bottom: 5px;
}
.subscribe-form .required sup {
    color: #f68a3e;
    font-size: inherit;
    top: -1px;
    left: -4px;
}
.subscribe-form .form-item {
    position: relative;
}
.subscribe-form .form-item .error {
    position: absolute;
    left: 0;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    color: #c86372;
    font-size: 12px;
    line-height: 12px;
    -webkit-transition: opacity 0.3s linear, visibility 0.3s linear;
    transition: opacity 0.3s linear, visibility 0.3s linear;
}
.subscribe-form .form-item .error.visible {
    opacity: 1;
    visibility: visible;
}
.popup-menu .menu-intro {
    margin-top: 20px;
}
.popup-menu .ingredients-slider {
    padding-bottom: 30px;
}
.popup-menu .ingredients-slider .slick-arrow {
    top: auto;
    bottom: 0;
}
.popup-menu .ingredients-slider .slick-arrow.slick-prev {
    left: 0;
}
.popup-menu .ingredients-slider .slick-arrow.slick-next {
    right: 0;
}
.popup-menu .ingredients-slider .slick-dots {
    position: relative;
    bottom: auto;
    margin: 40px 0 -5px;
}
.popup-menu .ingredients-slider .image {
    padding-bottom: 70%;
}
.popup-menu .heading-decor-wrap {
    text-align: left;
    margin-bottom: 10px;
}
.popup-menu .info {
    padding-top: 10px;
    margin-bottom: 40px;
}
.popup-menu .allergens-details span,
.popup-menu p span {
    color: #54a4d5;
}
.popup-menu .accordion-item {
    padding-bottom: 15px;
    margin-bottom: 27px;
    border-bottom-color: #efd6c5;
}
.popup-menu .accordion-item .heading {
    text-align: left;
    margin: 0 0 10px;
    max-width: none;
}
.popup-menu .accordion-item .heading:before {
    opacity: 1;
    width: 12px;
    height: 7px;
    top: 2px;
    background: url(../images/arrow-down.svg) 50% 50%/12px 7px no-repeat;
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.popup-menu .accordion-item .heading:after {
    display: none;
}
.popup-menu .accordion-item .heading.opened:before {
    opacity: 1;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.popup-menu .accordion-item .heading .h5,
.popup-menu .accordion-item .heading h5 {
    font-size: 14px;
    line-height: 20px;
}
.no-touch .popup-menu .accordion-item .heading .h5:hover,
.no-touch .popup-menu .accordion-item .heading h5:hover {
    color: #000 !important;
    text-decoration: underline;
}
.popup-menu .accordion-item ul li {
    border-bottom: 1px solid #efd6c5;
    padding: 10px 0;
}
.popup-menu .accordion-item .calories-list li:first-child,
.popup-menu .accordion-item ul li:first-child {
    padding-top: 0;
}
.popup-menu .accordion-item .h6 {
    text-transform: uppercase;
}
.popup-menu .accordion-item .h6.note {
    margin: 0;
    padding-top: 10px;
    border-top: 1px solid #efd6c5;
}
.popup-menu .accordion-item .calories-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #efd6c5;
    padding: 10px 0;
}
.popup-menu .accordion-item .hidden-info {
    display: none;
}
.popup-menu .accordion-item .hidden-info sup,
.popup-menu .allergens-details sup {
    color: #54a4d5;
    position: relative;
    top: -4px;
    font-size: 12px;
}
.popup-menu .accordion-item:last-child {
    border: 0;
    padding: 0;
}
.popup-menu .allergens-details {
    padding: 10px 0;
}
.popup-menu .allergens-details .heading {
    margin: 0 !important;
}
.popup-menu .allergens-details a {
    margin: 0 !important;
    color: #000 !important;
    text-decoration: underline;
}
.no-touch .popup-menu .allergens-details a:hover {
    text-decoration: none !important;
}
.popup-menu .allergens-details ul li {
    margin: 5px 0 !important;
    padding: 0 !important;
    border: 0 !important;
}
.popup-menu .wave-bottom {
    margin-top: -5vw;
}
.popup-ingredients .popup-holder,
.popup-ingredients .popup-inner {
    border-radius: 0;
    height: 100vh;
    max-height: calc((var(--vh, 1vh) * 100));
}
.popup-ingredients .popup-holder {
    margin: 0;
}
.popup-ingredients .popup-inner {
    padding: 0;
}
.popup-ingredients .popup-close:after,
.popup-ingredients .popup-close:before {
    background-color: #fff;
}
.ingredients-slider .slide {
    vertical-align: top;
}
.ingredients-slider .image {
    position: relative;
    padding-bottom: 63%;
}
.hero-image-full img,
.ingredients-slider .image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.ingredients-slider .slick-arrow {
    top: 50%;
    z-index: 20;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ingredients-slider .slick-arrow.slick-prev {
    right: auto;
    left: 20px;
    background-color: #fff;
}
.ingredients-slider .slick-arrow.slick-next {
    right: 20px;
}
.ingredients-slider .slick-dots {
    position: absolute;
    width: 100%;
    bottom: 6px;
    z-index: 10;
}
.ingredients-info {
    padding: 20px;
}
.hero-text p,
.ingredients-info .content .h3,
.ingredients-info .content h3 {
    margin-bottom: 20px;
}
.cookies {
    display: none;
    background-color: #fff;
    padding: 15px 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 13px;
    line-height: 18px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 110;
    -webkit-transition: opacity 0.3s linear, visibility 0.3s linear;
    transition: opacity 0.3s linear, visibility 0.3s linear;
}
.cookies .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cookies .wrap a {
    text-decoration: underline;
}
.no-touch .cookies .wrap a:hover {
    text-decoration: none;
}
.cookies .h6 {
    text-transform: uppercase;
}
.cookies .buttons {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
    margin-left: 5px;
}
.cookies .buttons button {
    display: block;
    margin: 10px auto 0;
}
.no-touch .connect-with-us a:hover path,
.no-touch .cookies .buttons button:hover path,
.no-touch .social a:hover path {
    fill: #f68a3e;
}
.cookies .button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-width: 2px;
}
.cookies-hide .cookies {
    opacity: 0;
    visibility: hidden;
}
.hero-slider .slick-slide,
.hero-slider .slick-track,
.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.social li {
    margin: 0 15px;
}
.social svg {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}
.hero-slider-section {
    position: relative;
    margin-top: -60px;
}
.hero-slider {
    position: relative;
    overflow: hidden;
    min-height: 480px;
}
.hero-slider .slick-track:after,
.hero-slider .slick-track:before {
    display: none;
}
.hero-slider .slick-slide {
    float: none;
    height: auto;
}
.hero-slider .slick-slide > div,
.products-slider .slick-slide > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.hero-slider .slick-dots {
    margin-top: -7px;
}
.hero-slider .slick-arrow {
    top: auto;
    bottom: 16vw;
}
.hero-slider .slick-arrow.slick-prev {
    right: 73px;
}
.hero-slider .slick-arrow.slick-next {
    right: 22px;
}
.hero-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100vh - 20px);
    height: 100%;
    position: relative;
}
.hero-section .figures.three-items {
    margin: 25px 0 0 -5px;
}
.hero-section .figures.four-items {
    display: none;
}
.hero-image {
    padding: 0 20px;
    max-width: 360px;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.hero-image-full,
.hero-image-full:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.hero-image-full:before {
    content: "";
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(transparent)),
    -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.7)), color-stop(50.62%, rgba(0, 0, 0, 0.2)), color-stop(53.63%, rgba(0, 0, 0, 0.05)), to(transparent));
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%), linear-gradient(270deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 50.62%, rgba(0, 0, 0, 0.05) 53.63%, transparent 100%);
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    z-index: 2;
}
.hero-section-content {
    width: 100%;
    position: relative;
    z-index: 3;
}
.hero-text {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    padding-top: 90px;
    margin-bottom: 40px;
}
.hero-text.white {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.5px;
}
.hero-text .heading {
    color: #fff;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: top;
}
.hero-text .heading .h1,
.hero-text .heading .h2,
.hero-text .heading .h3,
.hero-text .heading h1,
.hero-text .heading h2,
.hero-text .heading h3 {
    color: currentColor;
}
.hero-text .h3,
.hero-text h3 {
    margin-bottom: 6px;
}
.hero-text .h5,
.hero-text h5 {
    text-transform: uppercase;
    margin-bottom: 5px;
}
.hero-text .h1 {
    margin-bottom: 10px;
}
.accordion-item .hidden-info p:last-of-type,
.hero-text p:last-of-type {
    margin-bottom: 0;
}
.hero-text .button,
.hero-text .buttons {
    margin-top: 20px;
}
.hero-text .button svg {
    height: 10px;
}
.hero-text .buttons a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 10px 0;
}
.hero-text .buttons img {
    max-width: 138px;
}
.hero-slider-progress {
    z-index: 3;
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: -9.5vw;
}
.hero-slider-progress .svg-wrap {
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
    overflow: hidden;
}
.hero-slider-progress .svg-wrap.active {
    z-index: 2;
}
.hero-slider-progress svg {
    width: 100vw;
    height: 20vw;
}
.subscribe-section {
    margin-bottom: -40px;
    position: relative;
}
.subscribe-section .circle {
    position: relative;
    width: 100%;
    min-height: 430px;
    padding-top: 95px;
    z-index: 20;
}
.subscribe-section .circle:before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    left: 50%;
    top: 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    background-color: #fff;
    z-index: -1;
}
.our-story-section .images img,
.subscribe-waves {
    width: 100%;
    top: 0;
    position: absolute;
}
.subscribe-waves.desktop {
    display: none;
}
.subscribe-info {
    text-align: center;
    margin: -15px auto 30px;
    max-width: 315px;
    position: relative;
}
.subscribe-info .figures.four-items {
    position: absolute;
    left: 57px;
    top: -40px;
}
.subscribe-info .figures.four-items.bottom {
    top: 100%;
    left: auto;
    right: 0;
    margin-top: 75px;
}
.subscribe-info .h5 {
    text-transform: uppercase;
    padding: 0 65px;
    margin-bottom: 5px;
}
.subscribe-info .h2,
.subscribe-info h2 {
    margin-bottom: 20px;
}
.subscribe-image {
    width: 244px;
    height: 213px;
    margin: 0 auto;
}
.our-story-section {
    margin-bottom: 35px;
    position: relative;
    z-index: 20;
}
.connect-with-us,
.our-story-section .inner {
    position: relative;
}
.our-story-section .images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 -10px 48px;
}
.our-story-section .images .image {
    width: calc(50% - 20px);
    margin: 0 10px;
    position: relative;
}
.our-story-section .images .image.large {
    left: 0;
    padding-bottom: 60%;
    height: 100%;
}
.our-story-section .images .image.small {
    right: 0;
    padding-bottom: 27%;
}
.our-story-section .images img {
    left: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}
.our-story-section .info {
    text-align: center;
    position: relative;
    padding-bottom: 65px;
}
.our-story-section .info p {
    margin-bottom: 18px;
}
.our-story-section .heading {
    margin-bottom: 15px;
}
.our-story-section .heading-decor {
    display: inline;
}
.our-story-section .figures.top {
    display: none;
}
.our-story-section .figures.bottom {
    position: absolute;
    bottom: 0;
    left: 45px;
}
.our-story-section .cabbage {
    right: 42px;
    top: -140px;
    width: 55px;
}
.our-story-section .jalapeno {
    right: 18px;
    top: -100px;
    width: 33px;
}
.our-story-section .jalapeno2 {
    right: 0;
    top: -65px;
    width: 23px;
}
.our-story-section .jalapeno3 {
    left: -8px;
    top: -100px;
    width: 32px;
}
.our-story-section .jalapeno4 {
    left: 25px;
    top: -50px;
    width: 32px;
}
.connect-with-us {
    margin-bottom: 30px;
}
.connect-with-us .image {
    display: none;
}
.connect-with-us .h2,
.connect-with-us h2 {
    color: #f68a3e;
    margin-bottom: 8px;
    position: relative;
}
.connect-with-us .h2 svg,
.connect-with-us h2 svg {
    position: absolute;
    top: -42px;
    right: 10px;
    width: 44px;
    height: 50px;
}
.connect-with-us ul {
    font: 16px/16px "intro_rustbase", sans-serif;
}
.connect-with-us li {
    margin-bottom: 5px;
}
.connect-with-us li svg {
    display: inline-block;
    vertical-align: middle;
}
.connect-with-us li:last-child svg {
    width: 15px;
    height: 15px;
}
.accordion-item .hidden-info a,
.no-touch .accordion-item .heading .h5:hover,
.no-touch .accordion-item .heading h5:hover,
.no-touch .connect-with-us a:hover,
.no-touch .product-card .h4 a:hover,
.no-touch .product-card h4 a:hover {
    color: #f68a3e;
}
.shape {
    min-height: 185px;
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    max-width: 356px;
}
.shape-svg {
    width: 111%;
    height: auto;
    position: absolute;
    left: -15px;
    top: 0;
    z-index: -1;
    -webkit-animation: blob 15s ease-in-out infinite;
    animation: blob 15s ease-in-out infinite;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.images-slider-wrap {
    overflow: hidden;
    height: 183px;
}
.images-slider {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    padding: 0 0 35px;
}
.images-slider .item {
    position: relative;
    margin: 0 5px;
    width: 148px;
    height: 148px;
}
.images-slider .item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.images-slider .item:nth-child(even) {
    width: 92px;
    height: 92px;
}
.catering,
.two-columns .column {
    position: relative;
}
.catering {
    z-index: 10;
}
.catering .heading,
.catering p {
    margin-bottom: 20px;
}
.catering .heading.mobile:before {
    top: -20px;
}
.catering .contacts-list li:before,
.catering .heading.desktop,
.contacts-list li:before {
    display: none;
}
.catering .heading .h2,
.catering .heading h2 {
    margin-bottom: 5px;
}
.catering .heading .h5,
.catering .heading h5 {
    text-transform: uppercase;
}
.catering .image {
    margin-bottom: 10px;
    z-index: 2;
}
.catering .image .figures {
    position: absolute;
    right: 24%;
    top: 15px;
}
.catering .image,
.catering .info {
    position: relative;
}
.catering .info .figures {
    position: absolute;
    right: 38px;
    bottom: 115px;
}
.catering p:last-child {
    margin-bottom: 0;
}
.catering .contacts-list {
    font-size: 12px;
    line-height: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: -5px 0 7px;
}
.catering .contacts-list li {
    padding: 0 0 10px;
    margin: 0;
}
.catering .buttons .button {
    margin: 0 10px 10px 0;
}
.contacts-list li {
    padding: 0 0 15px;
    margin: 0;
}
.contacts-list a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    word-break: break-all;
    text-decoration: underline;
}
.no-touch .contacts-list a:hover {
    color: #f68a3e;
    text-decoration: none;
}
.contacts-list svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
}
.products {
    margin-top: 77px;
    margin-bottom: 80px;
    position: relative;
    z-index: 20;
}
.products .waves {
    position: absolute;
    width: 100%;
    height: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
    max-width: 1920px;
    pointer-events: none;
}
.products .heading {
    max-width: 616px;
    margin: 0 auto 40px;
    text-align: center;
}
.products .heading .h5 {
    text-transform: uppercase;
    margin-bottom: 5px;
}
.products .heading .h2,
.products .heading h2 {
    margin-bottom: 15px;
}
.products .heading p {
    margin-bottom: 10px;
}
.products .heading .button {
    margin-top: 15px;
}
.products .figure1 {
    position: absolute;
    left: 80px;
    top: 20px;
    width: 35px;
}
.product-card > a,
.products .figure2 {
    position: absolute;
    left: 190px;
    top: 94px;
    width: 35px;
}
.products .figure3 {
    position: absolute;
    right: 40px;
    top: -34px;
    width: 30px;
}
.content table ul li:before,
.product-card .button span,
.products .kale,
.products-slider .slick-track:after,
.products-slider .slick-track:before {
    display: none;
}
.products .cabbage {
    left: 78px;
    top: -78px;
    width: 35px;
}
.products .broccoli {
    left: -38px;
    top: -58px;
    width: 120px;
}
.products .jalapeno.left {
    left: 50px;
    top: -56px;
    width: 20px;
}
.products-holder,
.products-slider-holder {
    position: relative;
    z-index: 10;
}
.products-slider {
    padding-bottom: 60px;
}
.products-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.products-slider .slick-list {
    margin-right: -20px;
    padding-bottom: 40px;
    margin-left: -20px;
    padding-left: 20px;
}
.products-slider .slick-slide {
    margin-right: 20px;
    float: none;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.products-slider .slide {
    vertical-align: top;
}
.products-slider .image-holder img {
    margin: 0 auto;
}
.products-slider .slick-arrow {
    top: auto;
    bottom: 0;
}
.product-card,
.product-card .categories-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 375px;
    height: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 40px 15px 15px;
    font-size: 13px;
    line-height: 18px;
    -webkit-transition: border-color 0.3s linear, -webkit-transform 0.3s linear;
    transition: border-color 0.3s linear, transform 0.3s linear;
    transition: border-color 0.3s linear, transform 0.3s linear, -webkit-transform 0.3s linear;
    position: relative;
}
.product-card > a {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.product-card .categories-holder {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
}
.product-card .category {
    padding: 3px 10px;
    margin-right: 10px;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    border-radius: 10px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.product-card .image-holder {
    margin-bottom: 15px;
    text-align: center;
}
.product-card .image-holder img {
    max-height: 100%;
}
.page-heading-info p,
.product-card .h4,
.product-card h4,
.product-card p {
    margin-bottom: 10px;
}
.product-card .link {
    margin-top: 10px;
}
.product-card .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto;
    padding-top: 10px;
}
.product-card .button {
    -webkit-transition: opacity 0.3s linear, visibility 0.3s linear, color 0.3s linear, background-color 0.3s linear, border-color 0.3s linear;
    transition: opacity 0.3s linear, visibility 0.3s linear, color 0.3s linear, background-color 0.3s linear, border-color 0.3s linear;
    position: relative;
    z-index: 3;
    margin-left: auto;
}
.no-touch .product-card:hover {
    border-color: #f68a3e;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
.no-touch .product-card:hover .button {
    opacity: 1;
    visibility: visible;
}
.products-list .product-card {
    margin-bottom: 40px;
    height: auto;
}
.more-products,
.product-card {
    text-align: center;
}
.waved-section.faq {
    margin-bottom: -8vw;
    padding-bottom: 0;
}
.waved-section.faq .inner {
    padding-bottom: 100px;
}
.waved-section.faq .heading-decor-wrap {
    max-width: none;
}
.accordion {
    max-width: 1100px;
    margin: 0 auto;
}
.accordion-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 0 30px;
    margin-bottom: 30px;
}
.accordion-item .heading {
    cursor: pointer;
    position: relative;
    padding-right: 30px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.accordion-item .heading:after,
.accordion-item .heading:before {
    content: "";
    position: absolute;
    background: #000;
}
.accordion-item .heading:before {
    right: 8px;
    top: 5px;
    width: 2px;
    height: 12px;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
.accordion-item .heading:after {
    top: 10px;
    right: 3px;
    width: 12px;
    height: 2px;
}
.accordion-item .heading .h5,
.accordion-item .heading h5 {
    text-transform: uppercase;
    -webkit-transition: color 0.3s linear;
    transition: color 0.3s linear;
    position: relative;
}
.accordion-item .hidden-info {
    padding: 10px 0 0;
}
.contacts-info .contacts-list a,
.content .anchors-list a,
.no-touch .accordion-item .hidden-info a:hover {
    text-decoration: underline;
}
.accordion-item:last-child {
    margin-bottom: 0;
}
.accordion-item.opened .heading {
    border-color: rgba(255, 255, 255, 0.1);
}
.accordion-item.opened .heading:before {
    opacity: 0;
}
.page-heading.waved-section .inner {
    padding: 40px 0;
    position: relative;
}
.page-heading .container {
    position: relative;
    z-index: 100;
}
.page-heading .image-small {
    display: none;
    width: 100px;
    margin-top: 20px;
    z-index: 10;
}
.page-heading .waves-wrap {
    top: auto;
    bottom: 40px;
}
.page-heading-image {
    margin-bottom: 40px;
    position: relative;
    z-index: 10;
}
.page-heading-info .heading-wrap {
    margin-bottom: 20px;
    position: relative;
}
.page-heading-info .heading-wrap .decor {
    position: absolute;
    right: 0;
    top: -50px;
}
.page-heading-info .heading-decor:before {
    top: 10px;
}
.page-heading-info .h5,
.page-heading-info h5 {
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 12px;
}
.page-heading-info .button {
    margin-bottom: 20px;
}
.page-heading-info .link {
    margin-left: 10px;
}
.page-heading-info .hero-text {
    padding: 0;
}
.benefits {
    position: relative;
    z-index: 20;
}
.benefits-list {
    margin-bottom: -20px;
}
.benefits-list .item {
    border-radius: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.07);
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}
.benefits-list .item:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    background: url(../images/icon-check-orange.svg) 50% 50%/100% 100% no-repeat;
    margin-bottom: 20px;
}
.benefits-list .item .h5,
.benefits-list .item h5 {
    text-transform: uppercase;
    margin-bottom: 10px;
}
.video-holder {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    z-index: 20;
}
.video-holder.video-play .poster {
    opacity: 0;
    visibility: hidden;
}
.video-holder .poster {
    z-index: 100;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.video-holder .poster:after {
    content: "";
    background: rgba(0, 0, 0, 0.1);
    z-index: -1;
}
.video-holder .poster,
.video-holder .poster:after,
.video-holder iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
}
.play-button {
    width: 56px;
    height: 56px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}
.our-values .heading .h2 svg,
.our-values .heading h2 svg,
.play-button svg,
.section .waves svg {
    width: 100%;
    height: auto;
}
.download-section {
    position: relative;
}
.download-section .info {
    text-align: center;
    margin-bottom: 40px;
}
.download-section .info p {
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}
.benefits.our-mission .heading-decor-wrap p,
.download-section .info .button {
    margin-top: 10px;
}
.download-section .heading-decor-wrap {
    margin-bottom: 15px;
}
.download-section .heading-decor-wrap .h5 {
    text-transform: uppercase;
    margin-top: 5px;
}
.download-section .image {
    max-width: 338px;
    margin: 0 -22px -70px auto;
}
.main,
.wrapper {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.main {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 60px;
}
.wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-height: 100vh;
    height: 100%;
}
.footer,
.header,
.wrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.container {
    padding: 0 22px;
    position: relative;
    width: 100%;
}
.waved-section {
    position: relative;
    padding-bottom: 17.5vw;
    margin-bottom: 50px;
}
.waved-section.reset-padding-bottom {
    padding-bottom: 0;
    margin-bottom: 0;
}
.waved-section.reset-padding-bottom .inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 15vw;
    background-color: rgba(239, 214, 197, 0.3);
}
.waved-section .inner {
    background-color: rgba(239, 214, 197, 0.3);
    padding: 30px 0;
}
.waved-section .wave-bottom,
.waved-section .wave-top {
    width: 100%;
}
.waved-section .wave-bottom {
    position: absolute;
    left: 0;
}
.section {
    position: relative;
    padding-bottom: 70px;
}
.section.reset-padding-bottom {
    padding-bottom: 0;
}
.section .waves {
    position: absolute;
    left: 0;
    width: 300px;
}
.error-page .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
}
.error-block {
    width: 100%;
    text-align: center;
    padding: 100px 0;
    z-index: 110;
}
.error-block,
.error-block .wrap {
    position: relative;
}
.error-block .wrap .figure {
    margin-top: 20px;
}
.error-block .image {
    margin-bottom: 40px;
}
.article-date b,
.error-block .h5,
.error-block h5 {
    text-transform: uppercase;
}
.contacts-info p,
.error-block p {
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}
.error-block .button {
    margin: 0 5px 10px;
}
.error-block .button.transparent:not(:hover),
.no-touch .error-block .button:not(.transparent):hover {
    background-color: #fff;
}
.text-template {
    position: relative;
    z-index: 10;
    padding: 50px 0;
}
.text-template .veggies.right {
    top: 100vh;
}
.text-template .content {
    max-width: 1105px;
    margin: 0 auto;
}
.text-template .waves-decor.right {
    top: -100px;
}
.text-template .waves-decor.left {
    left: 0;
    bottom: 875px;
}
.article-date,
.content .h2,
.content .h3,
.content .h4,
.content .h5,
.content .h6,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    margin-bottom: 20px;
}
.content .h1,
.content h1 {
    margin-bottom: 40px;
}
.content .anchors-list li:before {
    border-color: #000;
}
.no-touch .contacts-info .contacts-list a:hover,
.no-touch .content .anchors-list a:hover {
    text-decoration: none;
}
.content blockquote {
    border-radius: 30px;
    border: 1px solid #efd6c5;
    background: radial-gradient(40.54% 50% at 52.03% 0%, rgba(239, 214, 197, 0.3) 0%, #fff 100%);
    padding: 70px 40px 60px;
    margin: 25px 0;
    position: relative;
}
.content blockquote:before {
    content: "";
    position: absolute;
    left: 40px;
    top: 30px;
    width: 53px;
    height: 20px;
    background: url(../images/quote.svg) 50% 50%/100% 100% no-repeat;
}
.content blockquote p,
.content blockquote q {
    font-weight: 800;
    letter-spacing: 0.5px;
    margin: 0;
    font-size: 20px;
    line-height: 30px;
}
.content blockquote q,
.content blockquote q:after,
.content blockquote q:before {
    quotes: none;
}
.content table {
    width: 100%;
    margin: 25px 0;
}
.content table td,
.content table th {
    border-color: #efd6c5;
    text-align: left;
    vertical-align: top;
}
.content table th {
    font-weight: 400;
}
.content table ul li {
    padding: 0;
    margin-bottom: 20px;
}
.article-date {
    font-size: 16px;
    line-height: 18px;
}
.contacts-section {
    position: relative;
    padding: 70px 0;
}
.contacts-section .waves-decor {
    top: 0;
    left: 0;
}
.contacts-info,
.search-form form {
    position: relative;
}
.contacts-info .figure {
    display: none;
    position: absolute;
    top: -30px;
    right: 0;
}
.contacts-info .anchor-link {
    margin-bottom: 20px;
    color: #f68a3e;
    font-size: 18px;
    line-height: 100%;
}
.contacts-info .contacts-list {
    font-weight: 500;
    text-transform: none;
    margin-bottom: 10px;
}
.contacts-info .contacts-list li {
    padding-bottom: 5px;
}
.contacts-info .contacts-list li.address a {
    word-break: normal;
}
.contacts-info .search-form,
.success-popup p {
    margin-bottom: 20px;
}
.contacts-info .h3,
.contacts-info h3 {
    margin-bottom: 15px;
}
.contacts-info .no-locations,
.contacts-info .store-contacts .contacts-list,
.contacts-info .title-results {
    display: none;
}
.store-contacts .contacts-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.store-contacts .contacts-list li:last-child {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.store-contacts .contacts-list:not([style*="display: none"]) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.location-search input,
.search-form input {
    padding-right: 50px;
}
.search-form button {
    position: absolute;
    bottom: 13px;
    right: 18px;
}
.location-search label,
.search-form label {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
}
.contacts-form-holder {
    position: relative;
    z-index: 100;
}
.contacts-form-holder.success .contacts-form {
    display: none;
}
.contacts-form-holder.success .success-popup {
    display: block;
}
.contacts-form-holder .wave-bottom,
.contacts-form-holder .wave-top {
    position: absolute;
}
.contacts-form-holder .wave-bottom svg,
.contacts-form-holder .wave-top svg {
    width: 100%;
    height: auto;
    display: block;
}
.contacts-form-holder .wave-top {
    left: 0;
    top: 0;
}
.contacts-form-holder .wave-bottom {
    right: 0;
    bottom: 0;
}
.contacts-form,
.success-popup {
    border-radius: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}
.contacts-form {
    padding: 15vw 20px 18vw;
}
.contacts-form .form-item {
    margin-bottom: 25px;
}
.contacts-form .required {
    text-align: right;
    color: rgba(0, 0, 0, 0.2);
    margin-bottom: 5px;
}
.contacts-form .required sup {
    color: #f68a3e;
    font-size: inherit;
    top: -1px;
    left: -4px;
}
.catering-wrap .links-list li:before,
.contacts-form .form-group.location,
.products-intro .links-list li:before {
    display: none;
}
.success-popup {
    display: none;
    padding: 60px 20px 0;
    font-weight: 500;
    text-align: center;
    min-height: 350px;
}
.success-popup .logo {
    width: 140px;
    margin: 0 auto 40px;
}
.success-popup .veggies {
    position: relative;
    display: block;
    left: -20px;
    text-align: left;
}
.testimonials .heading-decor-wrap .h5,
.testimonials .heading-decor-wrap h5 {
    text-transform: uppercase;
}
.testimonials .infiniteslide_wrap {
    overflow: visible !important;
}
.testimonials > .waves-wrap {
    top: -40px;
}
.testimonials-list {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    margin-bottom: 60px;
}
.testimonials-list .item {
    margin: 0 10px;
    width: 300px;
}
.testimonials-list blockquote {
    padding: 20px;
    border-radius: 30px;
    background: #fff;
    -webkit-box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.07);
    position: relative;
    margin: 0;
}
.testimonials-list blockquote:before {
    content: "";
    position: absolute;
    left: 50px;
    top: 100%;
    width: 44px;
    height: 24px;
    background: url(../images/corner.svg) 50% 50%/100% 100% no-repeat;
    margin-top: -1px;
}
.testimonials-list .logo {
    margin: 40px 0 0 20px;
}
.testimonials-info {
    text-align: center;
    max-width: 940px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
.benefits.our-mission .benefits-list p,
.join-us p,
.testimonials-info .h3,
.testimonials-info h3 {
    margin-bottom: 20px;
}
.testimonials-info .button {
    margin: 0 5px 10px;
}
.leadership {
    z-index: 10;
    margin-bottom: 80px;
}
.leadership .info,
.our-values .list li {
    margin-bottom: 40px;
}
.bio-popup li,
.leadership .heading-wrap {
    margin-bottom: 10px;
}
.holder-leadership-slider,
.leadership,
.leadership-slider-nav {
    position: relative;
}
.holder-leadership-slider .leadership-slider .slick-list {
    margin-right: -20px;
    padding-bottom: 30px;
}
.holder-leadership-slider .leadership-slider .slick-slide {
    margin-right: 20px;
}
.holder-leadership-slider .leadership-slider .item {
    text-align: center;
    position: relative;
}
.holder-leadership-slider .leadership-slider .image {
    position: relative;
    padding-bottom: 120%;
    margin-bottom: 20px;
    max-height: 300px;
}
.bio-popup,
.holder-leadership-slider .leadership-slider .image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
}
.holder-leadership-slider .leadership-slider .image img {
    -o-object-fit: cover;
    object-fit: cover;
}
.holder-leadership-slider .leadership-slider .h5,
.holder-leadership-slider .leadership-slider .h6 {
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.bio-popup {
    display: none;
    border: 2px solid #f68a3e;
    background-color: #fff;
    z-index: 10;
    text-align: left;
    padding: 18px;
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s;
    overflow: hidden;
}
.bio-popup .h6 {
    text-transform: uppercase;
    margin-bottom: 5px;
}
.no-touch .bio-popup:hover {
    opacity: 1;
}
.our-values {
    z-index: 10;
}
.our-values.two-images {
    margin-bottom: 55px;
}
.our-values.two-images .image-small {
    margin: 0 0 0 auto;
}
.our-values.two-images .image-small img {
    border-radius: 15px;
}
.our-values .image {
    margin-bottom: 60px;
    text-align: center;
}
.our-values .image img {
    border-radius: 30px;
}
.our-values .info {
    text-align: center;
}
.our-values .heading {
    margin-bottom: 35px;
}
.our-values .heading .h2,
.our-values .heading h2 {
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.our-values .heading .h2 .heart,
.our-values .heading h2 .heart {
    position: absolute;
    left: 45px;
    top: -33px;
    width: 40px;
}
.our-values .heading .h2 .figure,
.our-values .heading h2 .figure {
    position: absolute;
    right: -40px;
    width: 25px;
    top: -20px;
}
.our-values .heading .button,
.timeline .heading-decor-wrap p {
    margin-top: 20px;
}
.our-values .list {
    text-align: center;
}
.our-values .list .icon {
    margin-bottom: 23px;
}
.our-values .list .icon img {
    max-width: 200px;
}
.our-values .list .h6 {
    text-transform: uppercase;
    margin-bottom: 10px;
}
.join-us,
.our-values {
    position: relative;
}
.join-us.waved-section {
    padding-bottom: 0;
    margin-bottom: -16vw;
}
.join-us .wrap {
    max-width: 740px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 10;
}
.join-us .heading-decor-wrap {
    margin-bottom: 10px;
}
.join-us .image {
    pointer-events: none;
}
.benefits.our-mission .benefits-list {
    margin-bottom: 0;
}
.benefits.our-mission .benefits-list .item {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.benefits.our-mission .additional-benefits,
.join-us .image {
    text-align: center;
}
.benefits.our-mission .additional-benefits .h3,
.benefits.our-mission .additional-benefits h3,
.cascade-item p,
.our-food p {
    margin-bottom: 20px;
}
.benefits.our-mission .additional-benefits .text {
    max-width: 740px;
    margin: 0 auto;
}
.our-food {
    margin-bottom: 50px;
    padding-top: 30px;
}
.our-food .info {
    position: relative;
    margin-bottom: 40px;
}
.our-food .h5 {
    text-transform: uppercase;
    margin-top: 8px;
    margin-bottom: 15px;
}
.our-food .image {
    margin-top: 30px;
    width: 200px;
}
.our-food .image,
.timeline-slider {
    position: relative;
}
.timeline-slider:before {
    content: "";
    position: absolute;
    left: 0;
    top: 25px;
    width: 100%;
    height: 2px;
    background-color: #efd6c5;
}
.timeline-slider .slick-track {
    counter-reset: counter;
}
.timeline-slider .slick-list {
    margin-right: -20px;
    padding-bottom: 20px;
}
.timeline-slider .slick-slide {
    position: relative;
    margin-right: 20px;
    padding-top: 60px;
}
.timeline-slider .slick-slide:before {
    counter-increment: counter;
    content: counters(counter, "-", decimal);
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #f68a3e;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.timeline-slider .image {
    position: relative;
    padding-bottom: 74%;
}
.timeline-slider .image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 30px;
}
.timeline-slider .wrap {
    padding: 20px;
}
.timeline-slider .h5 {
    margin-bottom: 13px;
}
.catering-wrap .heading-decor-wrap .h5,
.catering-wrap .heading-decor-wrap h5,
.timeline-slider .h6 {
    text-transform: uppercase;
    margin-bottom: 10px;
}
.cascade-item {
    margin-bottom: 50px;
    text-align: center;
}
.cascade-item .heading-decor-wrap {
    margin-bottom: 10px;
}
.cascade-item .info {
    padding-top: 50px;
}
.cascade-item mark {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
    display: block;
}
.catering-items,
.catering-wrap {
    position: relative;
    z-index: 10;
}
.catering-wrap .heading-decor-wrap {
    margin-bottom: 28px;
}
.catering-wrap .intro {
    max-width: 650px;
    margin: 0 auto 30px;
}
.catering-wrap .links-list {
    text-align: center;
}
.catering-wrap .links-list li,
.products-intro .links-list li {
    padding: 0;
    margin-bottom: 20px;
}
.catering-wrap .links-list li:first-child:before,
.products-intro .links-list li:first-child:before {
    display: none;
}
.catering-item {
    margin-bottom: 40px;
}
.catering-item .heading-decor-wrap {
    text-align: left;
    margin-bottom: 10px;
}
.catering-item .image {
    text-align: center;
}
.catering-item .image img {
    border-radius: 30px;
}
.catering-item .decor {
    width: 30px;
    height: auto;
    margin-left: auto;
    display: block;
}
.catering-item .info {
    padding-top: 40px;
}
.catering-item .category {
    display: inline-block;
    vertical-align: top;
    padding: 3px 10px;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    border-radius: 10px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}
.catering-item dt {
    font-weight: 800;
}
.products-intro {
    max-width: 940px;
    margin: 0 auto 30px;
    position: relative;
    z-index: 2;
}
.products-intro .heading-decor-wrap {
    margin-bottom: 10px;
}
.products-intro,
.products-intro .links-list {
    text-align: center;
}
.ingredients-section .waves-decor {
    top: 100%;
}
.ingredients-section .waves-decor svg {
    width: 100vw;
}
.ingredients-image {
    position: relative;
    z-index: -1;
    margin-bottom: -8%;
}
.ingredients-hidden,
.ingredients-row ul li:before {
    display: none;
}
.ingredients-hidden .more-products {
    margin-bottom: 20px;
}
.ingredients-row {
    text-align: left;
    padding-bottom: 25px;
    position: relative;
}
.ingredients-row .note img {
    max-width: 150px;
}
.ingredients-row .h5,
.ingredients-row h5 {
    text-transform: uppercase;
    margin-bottom: 10px;
}
.ingredients-row ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.5px;
}
.ingredients-row ul li {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
    padding: 0;
}
.ingredients-row ul a {
    display: block;
    position: relative;
    z-index: 2;
}
.no-touch .ingredients-row ul a:hover img,
.no-touch .location-item:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.ingredients-row ul .image {
    display: block;
    position: relative;
    padding-bottom: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 20px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.ingredients-row ul img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
    will-change: transform;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}
.allergen-guide {
    border-radius: 30px;
    background: radial-gradient(38.68% 47.7% at 52.03% 0%, rgba(239, 214, 197, 0.3) 0%, #fff 100%), #fff;
    -webkit-box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.07);
    padding: 20px;
}
.allergen-guide .heading {
    padding-top: 20px;
}
.allergen-guide .heading .h5,
.catering-item dt {
    text-transform: uppercase;
    margin-bottom: 5px;
}
.allergen-guide .heading .h2,
.allergen-guide .heading h2,
.allergen-guide .heading p,
.allergen-ingredients ul li {
    margin-bottom: 10px;
}
.allergen-guide .heading .h2 strong,
.allergen-guide .heading h2 strong {
    font-weight: 400;
    position: relative;
}
.allergen-guide .heart {
    position: absolute;
    right: -20px;
    top: -33px;
    width: 40px;
}
.allergen-guide .heart svg {
    width: 100%;
    height: auto;
}
.allergen-guide .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: -15px;
}
.allergen-guide .buttons > * {
    margin: 0 10px 15px 0;
}
.allergen-guide .hidden-info {
    display: none;
    margin-top: 40px;
}
.allergen-ingredients {
    margin-bottom: 20px;
}
.allergen-ingredients .item {
    border-radius: 8px;
    border: 1px solid rgba(239, 214, 197, 0.4);
    padding: 20px;
    margin-bottom: 20px;
}
.allergen-ingredients .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.allergen-ingredients .icon {
    width: 40px;
    height: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
}
.allergen-ingredients .h6,
.allergen-ingredients ul strong {
    text-transform: uppercase;
}
.allergen-ingredients ul li:last-child {
    margin-bottom: 0;
}
.allergen-guide-wrap .h4,
.allergen-guide-wrap h4 {
    margin-bottom: 20px;
}
.allergen-guide-list li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
}
.allergen-guide-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: url(../images/icon-check-orange-small.svg) 50% 50%/100% 100% no-repeat;
}
.allergen-guide-list .h6 {
    text-transform: uppercase;
    margin-bottom: 10px;
}
.location-page {
    padding: 50px 0 25vw;
    margin-bottom: -16vw;
    position: relative;
    background-color: rgba(239, 214, 197, 0.3);
}
.location-page:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 400px;
    background-color: #fff;
}
.location-page .products-slider-holder {
    margin-bottom: -60px;
}
.location-page .has-parallax {
    z-index: 20;
}
.location-page .has-parallax.bottom {
    top: 80vh;
}
.location-section .wave {
    position: absolute;
    left: 0;
    top: 390px;
    width: 100%;
    height: 330px;
    z-index: 19;
}
.location-section .wave svg {
    width: 100vw;
    height: auto;
}
.location-section .inner {
    position: relative;
    z-index: 20;
}
.locations-wrap .h1,
.locations-wrap h1 {
    margin-bottom: 20px;
    position: relative;
}
.locations-wrap .h1 .decor,
.locations-wrap h1 .decor {
    position: absolute;
    top: -20px;
    right: 0;
}
.location-search {
    margin-bottom: 30px;
}
.location-search form {
    position: relative;
    margin-bottom: 15px;
}
.location-search form button {
    position: absolute;
    right: 19px;
    top: 19px;
}
.location-search .input-holder {
    position: relative;
}
.location-details p,
.no-locations {
    margin-bottom: 20px;
}
.detect-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.detect-location svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 5px;
}
.clustericon img,
.locations .no-locations {
    display: none;
}
.locations .title {
    display: block;
    margin-bottom: 15px;
}
.location-details .h1 span,
.location-details h1 span,
.locations .title span {
    display: block;
    font-size: 70%;
}
.jcf-scrollable-wrapper {
    width: 100% !important;
    overflow: hidden;
}
.jcf-scrollbar.jcf-scrollbar-horizontal {
    display: none !important;
}
.locations-list.jcf-scrollable {
    height: auto !important;
    width: 100% !important;
    -ms-touch-action: auto !important;
    touch-action: auto !important;
}
.locations-list .location-item:last-child {
    margin-bottom: 0;
}
.location-item {
    border-radius: 30px;
    background: #fff;
    -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    position: relative;
}
.location-item .image img,
.location-item:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.location-item:before {
    content: "";
    border: 2px solid #f68a3e;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    z-index: 2;
    border-radius: 30px;
    transition: opacity 0.3s linear;
}
.location-item .image {
    height: 180px;
    overflow: hidden;
    position: relative;
    border-radius: 30px 30px 0 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.location-item .image img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 30px 30px 0 0;
    -webkit-transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
}
.location-item .info {
    padding: 17px 20px;
}
.location-item address {
    font-style: normal;
    font-weight: 500;
    margin-bottom: 15px;
}
.no-touch .location-item:hover:before {
    opacity: 1;
}
.location-links,
.location-phone {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.location-phone {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 500;
}
.location-phone svg {
    margin-right: 10px;
}
.no-touch .location-phone:hover {
    text-decoration: underline;
}
.location-links {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.location-links li {
    position: relative;
    margin: 0 0 0 10px;
    padding-left: 10px;
}
.location-links li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 5px;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.2);
}
.location-links li:first-child {
    padding-left: 0;
    margin-left: 0;
}
.location-links li:first-child:before {
    display: none;
}
.location-links .link {
    font-size: 12px;
    line-height: 12px;
}
.google-map {
    margin-bottom: 40px;
}
#map {
    height: 350px;
    border-radius: 30px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
.location-details .back-link {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.location-details .back-link svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 2px 12px 0 5px;
}
.location-details .location-image {
    margin-bottom: 20px;
    text-align: center;
}
.location-details .location-image img {
    width: 100%;
    border-radius: 30px;
}
.location-details address {
    font-style: normal;
    font-weight: 800;
}
.location-details .h1,
.location-details h1 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}
.location-details .buttons a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 15px 0;
}
.location-details .location-links,
.location-details .phone {
    margin-bottom: 15px;
}
.location-details .location-phone {
    text-decoration: underline;
}
.no-touch .location-details .location-phone:hover {
    text-decoration: none;
}
.location-details .schedule .h6,
.location-details address {
    text-transform: uppercase;
    margin-bottom: 10px;
}
.location-details .wrap {
    max-width: 700px;
}
.location-details .google-map {
    margin-top: 40px;
}
.clustericon {
    width: 40px !important;
    height: 40px !important;
    background: #f68a3e;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.clustericon div {
    color: #fff !important;
    font-size: 18px !important;
    line-height: 18px !important;
    font-family: "Nunito", sans-serif !important;
    font-weight: 800 !important;
}
@media (min-width: 320px) {
    [class*="_xs-1"] > [class*="col-"],
    [class*="_xs-1"] > [class*="col_"],
    [class*="_xs-1"] > [class~="col"] {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    [class*="_xs-2"] > [class*="col-"],
    [class*="_xs-2"] > [class*="col_"],
    [class*="_xs-2"] > [class~="col"] {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    [class*="_xs-3"] > [class*="col-"],
    [class*="_xs-3"] > [class*="col_"],
    [class*="_xs-3"] > [class~="col"] {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    [class*="_xs-4"] > [class*="col-"],
    [class*="_xs-4"] > [class*="col_"],
    [class*="_xs-4"] > [class~="col"] {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    [class*="_xs-5"] > [class*="col-"],
    [class*="_xs-5"] > [class*="col_"],
    [class*="_xs-5"] > [class~="col"] {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%;
    }
    [class*="_xs-6"] > [class*="col-"],
    [class*="_xs-6"] > [class*="col_"],
    [class*="_xs-6"] > [class~="col"] {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    [class*="_xs-7"] > [class*="col-"],
    [class*="_xs-7"] > [class*="col_"],
    [class*="_xs-7"] > [class~="col"] {
        -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%;
        max-width: 14.28571%;
    }
    [class*="_xs-8"] > [class*="col-"],
    [class*="_xs-8"] > [class*="col_"],
    [class*="_xs-8"] > [class~="col"] {
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
        max-width: 12.5%;
    }
    [class*="_xs-9"] > [class*="col-"],
    [class*="_xs-9"] > [class*="col_"],
    [class*="_xs-9"] > [class~="col"] {
        -ms-flex-preferred-size: 11.11111%;
        flex-basis: 11.11111%;
        max-width: 11.11111%;
    }
    [class*="_xs-10"] > [class*="col-"],
    [class*="_xs-10"] > [class*="col_"],
    [class*="_xs-10"] > [class~="col"] {
        -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
        max-width: 10%;
    }
    [class*="_xs-11"] > [class*="col-"],
    [class*="_xs-11"] > [class*="col_"],
    [class*="_xs-11"] > [class~="col"] {
        -ms-flex-preferred-size: 9.09091%;
        flex-basis: 9.09091%;
        max-width: 9.09091%;
    }
    [class*="_xs-12"] > [class*="col-"],
    [class*="_xs-12"] > [class*="col_"],
    [class*="_xs-12"] > [class~="col"] {
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    [class*="_xs-13"] > [class*="col-"],
    [class*="_xs-13"] > [class*="col_"],
    [class*="_xs-13"] > [class~="col"] {
        -ms-flex-preferred-size: 7.69231%;
        flex-basis: 7.69231%;
        max-width: 7.69231%;
    }
    [class*="_xs-14"] > [class*="col-"],
    [class*="_xs-14"] > [class*="col_"],
    [class*="_xs-14"] > [class~="col"] {
        -ms-flex-preferred-size: 7.14286%;
        flex-basis: 7.14286%;
        max-width: 7.14286%;
    }
    [class*="_xs-15"] > [class*="col-"],
    [class*="_xs-15"] > [class*="col_"],
    [class*="_xs-15"] > [class~="col"] {
        -ms-flex-preferred-size: 6.66667%;
        flex-basis: 6.66667%;
        max-width: 6.66667%;
    }
    [class*="_xs-16"] > [class*="col-"],
    [class*="_xs-16"] > [class*="col_"],
    [class*="_xs-16"] > [class~="col"] {
        -ms-flex-preferred-size: 6.25%;
        flex-basis: 6.25%;
        max-width: 6.25%;
    }
    [class*="_xs-17"] > [class*="col-"],
    [class*="_xs-17"] > [class*="col_"],
    [class*="_xs-17"] > [class~="col"] {
        -ms-flex-preferred-size: 5.88235%;
        flex-basis: 5.88235%;
        max-width: 5.88235%;
    }
    [class*="_xs-18"] > [class*="col-"],
    [class*="_xs-18"] > [class*="col_"],
    [class*="_xs-18"] > [class~="col"] {
        -ms-flex-preferred-size: 5.55556%;
        flex-basis: 5.55556%;
        max-width: 5.55556%;
    }
    [class*="_xs-19"] > [class*="col-"],
    [class*="_xs-19"] > [class*="col_"],
    [class*="_xs-19"] > [class~="col"] {
        -ms-flex-preferred-size: 5.26316%;
        flex-basis: 5.26316%;
        max-width: 5.26316%;
    }
    [class*="_xs-20"] > [class*="col-"],
    [class*="_xs-20"] > [class*="col_"],
    [class*="_xs-20"] > [class~="col"] {
        -ms-flex-preferred-size: 5%;
        flex-basis: 5%;
        max-width: 5%;
    }
    [class*="_xs-21"] > [class*="col-"],
    [class*="_xs-21"] > [class*="col_"],
    [class*="_xs-21"] > [class~="col"] {
        -ms-flex-preferred-size: 4.7619%;
        flex-basis: 4.7619%;
        max-width: 4.7619%;
    }
    [class*="_xs-22"] > [class*="col-"],
    [class*="_xs-22"] > [class*="col_"],
    [class*="_xs-22"] > [class~="col"] {
        -ms-flex-preferred-size: 4.54545%;
        flex-basis: 4.54545%;
        max-width: 4.54545%;
    }
    [class*="_xs-23"] > [class*="col-"],
    [class*="_xs-23"] > [class*="col_"],
    [class*="_xs-23"] > [class~="col"] {
        -ms-flex-preferred-size: 4.34783%;
        flex-basis: 4.34783%;
        max-width: 4.34783%;
    }
    [class*="_xs-24"] > [class*="col-"],
    [class*="_xs-24"] > [class*="col_"],
    [class*="_xs-24"] > [class~="col"],
    [class*="grid-"] > [class*="_xs-1"],
    [class*="grid_"] > [class*="_xs-1"],
    [class~="grid"] > [class*="_xs-1"] {
        -ms-flex-preferred-size: 4.16667%;
        flex-basis: 4.16667%;
        max-width: 4.16667%;
    }
    [class*="grid-"] > [class*="_xs-2"],
    [class*="grid_"] > [class*="_xs-2"],
    [class~="grid"] > [class*="_xs-2"] {
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    [class*="grid-"] > [class*="_xs-3"],
    [class*="grid_"] > [class*="_xs-3"],
    [class~="grid"] > [class*="_xs-3"] {
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
        max-width: 12.5%;
    }
    [class*="grid-"] > [class*="_xs-4"],
    [class*="grid_"] > [class*="_xs-4"],
    [class~="grid"] > [class*="_xs-4"] {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    [class*="grid-"] > [class*="_xs-5"],
    [class*="grid_"] > [class*="_xs-5"],
    [class~="grid"] > [class*="_xs-5"] {
        -ms-flex-preferred-size: 20.83333%;
        flex-basis: 20.83333%;
        max-width: 20.83333%;
    }
    [class*="grid-"] > [class*="_xs-6"],
    [class*="grid_"] > [class*="_xs-6"],
    [class~="grid"] > [class*="_xs-6"] {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    [class*="grid-"] > [class*="_xs-7"],
    [class*="grid_"] > [class*="_xs-7"],
    [class~="grid"] > [class*="_xs-7"] {
        -ms-flex-preferred-size: 29.16667%;
        flex-basis: 29.16667%;
        max-width: 29.16667%;
    }
    [class*="grid-"] > [class*="_xs-8"],
    [class*="grid_"] > [class*="_xs-8"],
    [class~="grid"] > [class*="_xs-8"] {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    [class*="grid-"] > [class*="_xs-9"],
    [class*="grid_"] > [class*="_xs-9"],
    [class~="grid"] > [class*="_xs-9"] {
        -ms-flex-preferred-size: 37.5%;
        flex-basis: 37.5%;
        max-width: 37.5%;
    }
    [class*="grid-"] > [class*="_xs-10"],
    [class*="grid_"] > [class*="_xs-10"],
    [class~="grid"] > [class*="_xs-10"] {
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    [class*="grid-"] > [class*="_xs-11"],
    [class*="grid_"] > [class*="_xs-11"],
    [class~="grid"] > [class*="_xs-11"] {
        -ms-flex-preferred-size: 45.83333%;
        flex-basis: 45.83333%;
        max-width: 45.83333%;
    }
    [class*="grid-"] > [class*="_xs-12"],
    [class*="grid_"] > [class*="_xs-12"],
    [class~="grid"] > [class*="_xs-12"] {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    [class*="grid-"] > [class*="_xs-13"],
    [class*="grid_"] > [class*="_xs-13"],
    [class~="grid"] > [class*="_xs-13"] {
        -ms-flex-preferred-size: 54.16667%;
        flex-basis: 54.16667%;
        max-width: 54.16667%;
    }
    [class*="grid-"] > [class*="_xs-14"],
    [class*="grid_"] > [class*="_xs-14"],
    [class~="grid"] > [class*="_xs-14"] {
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    [class*="grid-"] > [class*="_xs-15"],
    [class*="grid_"] > [class*="_xs-15"],
    [class~="grid"] > [class*="_xs-15"] {
        -ms-flex-preferred-size: 62.5%;
        flex-basis: 62.5%;
        max-width: 62.5%;
    }
    [class*="grid-"] > [class*="_xs-16"],
    [class*="grid_"] > [class*="_xs-16"],
    [class~="grid"] > [class*="_xs-16"] {
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    [class*="grid-"] > [class*="_xs-17"],
    [class*="grid_"] > [class*="_xs-17"],
    [class~="grid"] > [class*="_xs-17"] {
        -ms-flex-preferred-size: 70.83333%;
        flex-basis: 70.83333%;
        max-width: 70.83333%;
    }
    [class*="grid-"] > [class*="_xs-18"],
    [class*="grid_"] > [class*="_xs-18"],
    [class~="grid"] > [class*="_xs-18"] {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    [class*="grid-"] > [class*="_xs-19"],
    [class*="grid_"] > [class*="_xs-19"],
    [class~="grid"] > [class*="_xs-19"] {
        -ms-flex-preferred-size: 79.16667%;
        flex-basis: 79.16667%;
        max-width: 79.16667%;
    }
    [class*="grid-"] > [class*="_xs-20"],
    [class*="grid_"] > [class*="_xs-20"],
    [class~="grid"] > [class*="_xs-20"] {
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    [class*="grid-"] > [class*="_xs-21"],
    [class*="grid_"] > [class*="_xs-21"],
    [class~="grid"] > [class*="_xs-21"] {
        -ms-flex-preferred-size: 87.5%;
        flex-basis: 87.5%;
        max-width: 87.5%;
    }
    [class*="grid-"] > [class*="_xs-22"],
    [class*="grid_"] > [class*="_xs-22"],
    [class~="grid"] > [class*="_xs-22"] {
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    [class*="grid-"] > [class*="_xs-23"],
    [class*="grid_"] > [class*="_xs-23"],
    [class~="grid"] > [class*="_xs-23"] {
        -ms-flex-preferred-size: 95.83333%;
        flex-basis: 95.83333%;
        max-width: 95.83333%;
    }
    [class*="grid-"] > [class*="_xs-24"],
    [class*="grid_"] > [class*="_xs-24"],
    [class~="grid"] > [class*="_xs-24"] {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    [class*="grid-"] > [data-push-left*="_xs-0"],
    [class*="grid_"] > [data-push-left*="_xs-0"],
    [class~="grid"] > [data-push-left*="_xs-0"] {
        margin-left: 0;
    }
    [class*="grid-"] > [data-push-left*="_xs-1"],
    [class*="grid_"] > [data-push-left*="_xs-1"],
    [class~="grid"] > [data-push-left*="_xs-1"] {
        margin-left: 4.16667%;
    }
    [class*="grid-"] > [data-push-left*="_xs-2"],
    [class*="grid_"] > [data-push-left*="_xs-2"],
    [class~="grid"] > [data-push-left*="_xs-2"] {
        margin-left: 8.33333%;
    }
    [class*="grid-"] > [data-push-left*="_xs-3"],
    [class*="grid_"] > [data-push-left*="_xs-3"],
    [class~="grid"] > [data-push-left*="_xs-3"] {
        margin-left: 12.5%;
    }
    [class*="grid-"] > [data-push-left*="_xs-4"],
    [class*="grid_"] > [data-push-left*="_xs-4"],
    [class~="grid"] > [data-push-left*="_xs-4"] {
        margin-left: 16.66667%;
    }
    [class*="grid-"] > [data-push-left*="_xs-5"],
    [class*="grid_"] > [data-push-left*="_xs-5"],
    [class~="grid"] > [data-push-left*="_xs-5"] {
        margin-left: 20.83333%;
    }
    [class*="grid-"] > [data-push-left*="_xs-6"],
    [class*="grid_"] > [data-push-left*="_xs-6"],
    [class~="grid"] > [data-push-left*="_xs-6"] {
        margin-left: 25%;
    }
    [class*="grid-"] > [data-push-left*="_xs-7"],
    [class*="grid_"] > [data-push-left*="_xs-7"],
    [class~="grid"] > [data-push-left*="_xs-7"] {
        margin-left: 29.16667%;
    }
    [class*="grid-"] > [data-push-left*="_xs-8"],
    [class*="grid_"] > [data-push-left*="_xs-8"],
    [class~="grid"] > [data-push-left*="_xs-8"] {
        margin-left: 33.33333%;
    }
    [class*="grid-"] > [data-push-left*="_xs-9"],
    [class*="grid_"] > [data-push-left*="_xs-9"],
    [class~="grid"] > [data-push-left*="_xs-9"] {
        margin-left: 37.5%;
    }
    [class*="grid-"] > [data-push-left*="_xs-10"],
    [class*="grid_"] > [data-push-left*="_xs-10"],
    [class~="grid"] > [data-push-left*="_xs-10"] {
        margin-left: 41.66667%;
    }
    [class*="grid-"] > [data-push-left*="_xs-11"],
    [class*="grid_"] > [data-push-left*="_xs-11"],
    [class~="grid"] > [data-push-left*="_xs-11"] {
        margin-left: 45.83333%;
    }
    [class*="grid-"] > [data-push-left*="_xs-12"],
    [class*="grid_"] > [data-push-left*="_xs-12"],
    [class~="grid"] > [data-push-left*="_xs-12"] {
        margin-left: 50%;
    }
    [class*="grid-"] > [data-push-left*="_xs-13"],
    [class*="grid_"] > [data-push-left*="_xs-13"],
    [class~="grid"] > [data-push-left*="_xs-13"] {
        margin-left: 54.16667%;
    }
    [class*="grid-"] > [data-push-left*="_xs-14"],
    [class*="grid_"] > [data-push-left*="_xs-14"],
    [class~="grid"] > [data-push-left*="_xs-14"] {
        margin-left: 58.33333%;
    }
    [class*="grid-"] > [data-push-left*="_xs-15"],
    [class*="grid_"] > [data-push-left*="_xs-15"],
    [class~="grid"] > [data-push-left*="_xs-15"] {
        margin-left: 62.5%;
    }
    [class*="grid-"] > [data-push-left*="_xs-16"],
    [class*="grid_"] > [data-push-left*="_xs-16"],
    [class~="grid"] > [data-push-left*="_xs-16"] {
        margin-left: 66.66667%;
    }
    [class*="grid-"] > [data-push-left*="_xs-17"],
    [class*="grid_"] > [data-push-left*="_xs-17"],
    [class~="grid"] > [data-push-left*="_xs-17"] {
        margin-left: 70.83333%;
    }
    [class*="grid-"] > [data-push-left*="_xs-18"],
    [class*="grid_"] > [data-push-left*="_xs-18"],
    [class~="grid"] > [data-push-left*="_xs-18"] {
        margin-left: 75%;
    }
    [class*="grid-"] > [data-push-left*="_xs-19"],
    [class*="grid_"] > [data-push-left*="_xs-19"],
    [class~="grid"] > [data-push-left*="_xs-19"] {
        margin-left: 79.16667%;
    }
    [class*="grid-"] > [data-push-left*="_xs-20"],
    [class*="grid_"] > [data-push-left*="_xs-20"],
    [class~="grid"] > [data-push-left*="_xs-20"] {
        margin-left: 83.33333%;
    }
    [class*="grid-"] > [data-push-left*="_xs-21"],
    [class*="grid_"] > [data-push-left*="_xs-21"],
    [class~="grid"] > [data-push-left*="_xs-21"] {
        margin-left: 87.5%;
    }
    [class*="grid-"] > [data-push-left*="_xs-22"],
    [class*="grid_"] > [data-push-left*="_xs-22"],
    [class~="grid"] > [data-push-left*="_xs-22"] {
        margin-left: 91.66667%;
    }
    [class*="grid-"] > [data-push-left*="_xs-23"],
    [class*="grid_"] > [data-push-left*="_xs-23"],
    [class~="grid"] > [data-push-left*="_xs-23"] {
        margin-left: 95.83333%;
    }
    [class*="grid-"] > [data-push-right*="_xs-0"],
    [class*="grid_"] > [data-push-right*="_xs-0"],
    [class~="grid"] > [data-push-right*="_xs-0"] {
        margin-right: 0;
    }
    [class*="grid-"] > [data-push-right*="_xs-1"],
    [class*="grid_"] > [data-push-right*="_xs-1"],
    [class~="grid"] > [data-push-right*="_xs-1"] {
        margin-right: 4.16667%;
    }
    [class*="grid-"] > [data-push-right*="_xs-2"],
    [class*="grid_"] > [data-push-right*="_xs-2"],
    [class~="grid"] > [data-push-right*="_xs-2"] {
        margin-right: 8.33333%;
    }
    [class*="grid-"] > [data-push-right*="_xs-3"],
    [class*="grid_"] > [data-push-right*="_xs-3"],
    [class~="grid"] > [data-push-right*="_xs-3"] {
        margin-right: 12.5%;
    }
    [class*="grid-"] > [data-push-right*="_xs-4"],
    [class*="grid_"] > [data-push-right*="_xs-4"],
    [class~="grid"] > [data-push-right*="_xs-4"] {
        margin-right: 16.66667%;
    }
    [class*="grid-"] > [data-push-right*="_xs-5"],
    [class*="grid_"] > [data-push-right*="_xs-5"],
    [class~="grid"] > [data-push-right*="_xs-5"] {
        margin-right: 20.83333%;
    }
    [class*="grid-"] > [data-push-right*="_xs-6"],
    [class*="grid_"] > [data-push-right*="_xs-6"],
    [class~="grid"] > [data-push-right*="_xs-6"] {
        margin-right: 25%;
    }
    [class*="grid-"] > [data-push-right*="_xs-7"],
    [class*="grid_"] > [data-push-right*="_xs-7"],
    [class~="grid"] > [data-push-right*="_xs-7"] {
        margin-right: 29.16667%;
    }
    [class*="grid-"] > [data-push-right*="_xs-8"],
    [class*="grid_"] > [data-push-right*="_xs-8"],
    [class~="grid"] > [data-push-right*="_xs-8"] {
        margin-right: 33.33333%;
    }
    [class*="grid-"] > [data-push-right*="_xs-9"],
    [class*="grid_"] > [data-push-right*="_xs-9"],
    [class~="grid"] > [data-push-right*="_xs-9"] {
        margin-right: 37.5%;
    }
    [class*="grid-"] > [data-push-right*="_xs-10"],
    [class*="grid_"] > [data-push-right*="_xs-10"],
    [class~="grid"] > [data-push-right*="_xs-10"] {
        margin-right: 41.66667%;
    }
    [class*="grid-"] > [data-push-right*="_xs-11"],
    [class*="grid_"] > [data-push-right*="_xs-11"],
    [class~="grid"] > [data-push-right*="_xs-11"] {
        margin-right: 45.83333%;
    }
    [class*="grid-"] > [data-push-right*="_xs-12"],
    [class*="grid_"] > [data-push-right*="_xs-12"],
    [class~="grid"] > [data-push-right*="_xs-12"] {
        margin-right: 50%;
    }
    [class*="grid-"] > [data-push-right*="_xs-13"],
    [class*="grid_"] > [data-push-right*="_xs-13"],
    [class~="grid"] > [data-push-right*="_xs-13"] {
        margin-right: 54.16667%;
    }
    [class*="grid-"] > [data-push-right*="_xs-14"],
    [class*="grid_"] > [data-push-right*="_xs-14"],
    [class~="grid"] > [data-push-right*="_xs-14"] {
        margin-right: 58.33333%;
    }
    [class*="grid-"] > [data-push-right*="_xs-15"],
    [class*="grid_"] > [data-push-right*="_xs-15"],
    [class~="grid"] > [data-push-right*="_xs-15"] {
        margin-right: 62.5%;
    }
    [class*="grid-"] > [data-push-right*="_xs-16"],
    [class*="grid_"] > [data-push-right*="_xs-16"],
    [class~="grid"] > [data-push-right*="_xs-16"] {
        margin-right: 66.66667%;
    }
    [class*="grid-"] > [data-push-right*="_xs-17"],
    [class*="grid_"] > [data-push-right*="_xs-17"],
    [class~="grid"] > [data-push-right*="_xs-17"] {
        margin-right: 70.83333%;
    }
    [class*="grid-"] > [data-push-right*="_xs-18"],
    [class*="grid_"] > [data-push-right*="_xs-18"],
    [class~="grid"] > [data-push-right*="_xs-18"] {
        margin-right: 75%;
    }
    [class*="grid-"] > [data-push-right*="_xs-19"],
    [class*="grid_"] > [data-push-right*="_xs-19"],
    [class~="grid"] > [data-push-right*="_xs-19"] {
        margin-right: 79.16667%;
    }
    [class*="grid-"] > [data-push-right*="_xs-20"],
    [class*="grid_"] > [data-push-right*="_xs-20"],
    [class~="grid"] > [data-push-right*="_xs-20"] {
        margin-right: 83.33333%;
    }
    [class*="grid-"] > [data-push-right*="_xs-21"],
    [class*="grid_"] > [data-push-right*="_xs-21"],
    [class~="grid"] > [data-push-right*="_xs-21"] {
        margin-right: 87.5%;
    }
    [class*="grid-"] > [data-push-right*="_xs-22"],
    [class*="grid_"] > [data-push-right*="_xs-22"],
    [class~="grid"] > [data-push-right*="_xs-22"] {
        margin-right: 91.66667%;
    }
    [class*="grid-"] > [data-push-right*="_xs-23"],
    [class*="grid_"] > [data-push-right*="_xs-23"],
    [class~="grid"] > [data-push-right*="_xs-23"] {
        margin-right: 95.83333%;
    }
    [class*="grid-"] [class*="_xs-first"],
    [class*="grid_"] [class*="_xs-first"],
    [class~="grid"] [class*="_xs-first"] {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    [class*="grid-"] [class*="_xs-last"],
    [class*="grid_"] [class*="_xs-last"],
    [class~="grid"] [class*="_xs-last"] {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    [class*="xs-hidden"] {
        display: none;
    }
}
@media (min-width: 568px) {
    .menu-bottom {
        margin-top: 40px;
        padding-top: 10vw;
    }
    .subscribe-section .circle:before {
        width: 120vw;
    }
    .products-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px;
    }
    .our-values .list li,
    .products-list .product-card {
        width: calc(50% - 20px);
        margin: 0 10px 40px;
    }
    .download-section .image {
        margin-bottom: -12vw;
    }
    .allergen-ingredients,
    .our-values .list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .catering-wrap .links-list,
    .products-intro .links-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .catering-wrap .links-list li:before,
    .products-intro .links-list li:before {
        display: inline-block;
        vertical-align: top;
        width: 1px;
        height: 15px;
        background-color: rgba(0, 0, 0, 0.2);
        border: 0;
        float: none;
        padding: 0;
        margin: 0 10px;
    }
    .ingredients-row ul li {
        width: calc(33.33% - 20px);
    }
    .allergen-ingredients {
        margin: 0 -10px 20px;
    }
    .allergen-ingredients .item {
        width: calc(50% - 20px);
        margin: 0 10px 20px;
    }
    .location-item .details,
    .location-item .title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .location-item .title .button {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-left: 10px;
    }
    .location-item .details {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .location-links {
        margin: 0;
    }
}
@media (min-width: 768px) {
    .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin: 0 -10px;
    }
    .form-group .form-item {
        width: 100%;
        margin: 0 10px 30px;
    }
    .waves-wrap {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    [class*="_sm-1"] > [class*="col-"],
    [class*="_sm-1"] > [class*="col_"],
    [class*="_sm-1"] > [class~="col"] {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    [class*="_sm-2"] > [class*="col-"],
    [class*="_sm-2"] > [class*="col_"],
    [class*="_sm-2"] > [class~="col"] {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    [class*="_sm-3"] > [class*="col-"],
    [class*="_sm-3"] > [class*="col_"],
    [class*="_sm-3"] > [class~="col"] {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    [class*="_sm-4"] > [class*="col-"],
    [class*="_sm-4"] > [class*="col_"],
    [class*="_sm-4"] > [class~="col"] {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    [class*="_sm-5"] > [class*="col-"],
    [class*="_sm-5"] > [class*="col_"],
    [class*="_sm-5"] > [class~="col"] {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%;
    }
    [class*="_sm-6"] > [class*="col-"],
    [class*="_sm-6"] > [class*="col_"],
    [class*="_sm-6"] > [class~="col"] {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    [class*="_sm-7"] > [class*="col-"],
    [class*="_sm-7"] > [class*="col_"],
    [class*="_sm-7"] > [class~="col"] {
        -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%;
        max-width: 14.28571%;
    }
    [class*="_sm-8"] > [class*="col-"],
    [class*="_sm-8"] > [class*="col_"],
    [class*="_sm-8"] > [class~="col"] {
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
        max-width: 12.5%;
    }
    [class*="_sm-9"] > [class*="col-"],
    [class*="_sm-9"] > [class*="col_"],
    [class*="_sm-9"] > [class~="col"] {
        -ms-flex-preferred-size: 11.11111%;
        flex-basis: 11.11111%;
        max-width: 11.11111%;
    }
    [class*="_sm-10"] > [class*="col-"],
    [class*="_sm-10"] > [class*="col_"],
    [class*="_sm-10"] > [class~="col"] {
        -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
        max-width: 10%;
    }
    [class*="_sm-11"] > [class*="col-"],
    [class*="_sm-11"] > [class*="col_"],
    [class*="_sm-11"] > [class~="col"] {
        -ms-flex-preferred-size: 9.09091%;
        flex-basis: 9.09091%;
        max-width: 9.09091%;
    }
    [class*="_sm-12"] > [class*="col-"],
    [class*="_sm-12"] > [class*="col_"],
    [class*="_sm-12"] > [class~="col"] {
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    [class*="_sm-13"] > [class*="col-"],
    [class*="_sm-13"] > [class*="col_"],
    [class*="_sm-13"] > [class~="col"] {
        -ms-flex-preferred-size: 7.69231%;
        flex-basis: 7.69231%;
        max-width: 7.69231%;
    }
    [class*="_sm-14"] > [class*="col-"],
    [class*="_sm-14"] > [class*="col_"],
    [class*="_sm-14"] > [class~="col"] {
        -ms-flex-preferred-size: 7.14286%;
        flex-basis: 7.14286%;
        max-width: 7.14286%;
    }
    [class*="_sm-15"] > [class*="col-"],
    [class*="_sm-15"] > [class*="col_"],
    [class*="_sm-15"] > [class~="col"] {
        -ms-flex-preferred-size: 6.66667%;
        flex-basis: 6.66667%;
        max-width: 6.66667%;
    }
    [class*="_sm-16"] > [class*="col-"],
    [class*="_sm-16"] > [class*="col_"],
    [class*="_sm-16"] > [class~="col"] {
        -ms-flex-preferred-size: 6.25%;
        flex-basis: 6.25%;
        max-width: 6.25%;
    }
    [class*="_sm-17"] > [class*="col-"],
    [class*="_sm-17"] > [class*="col_"],
    [class*="_sm-17"] > [class~="col"] {
        -ms-flex-preferred-size: 5.88235%;
        flex-basis: 5.88235%;
        max-width: 5.88235%;
    }
    [class*="_sm-18"] > [class*="col-"],
    [class*="_sm-18"] > [class*="col_"],
    [class*="_sm-18"] > [class~="col"] {
        -ms-flex-preferred-size: 5.55556%;
        flex-basis: 5.55556%;
        max-width: 5.55556%;
    }
    [class*="_sm-19"] > [class*="col-"],
    [class*="_sm-19"] > [class*="col_"],
    [class*="_sm-19"] > [class~="col"] {
        -ms-flex-preferred-size: 5.26316%;
        flex-basis: 5.26316%;
        max-width: 5.26316%;
    }
    [class*="_sm-20"] > [class*="col-"],
    [class*="_sm-20"] > [class*="col_"],
    [class*="_sm-20"] > [class~="col"] {
        -ms-flex-preferred-size: 5%;
        flex-basis: 5%;
        max-width: 5%;
    }
    [class*="_sm-21"] > [class*="col-"],
    [class*="_sm-21"] > [class*="col_"],
    [class*="_sm-21"] > [class~="col"] {
        -ms-flex-preferred-size: 4.7619%;
        flex-basis: 4.7619%;
        max-width: 4.7619%;
    }
    [class*="_sm-22"] > [class*="col-"],
    [class*="_sm-22"] > [class*="col_"],
    [class*="_sm-22"] > [class~="col"] {
        -ms-flex-preferred-size: 4.54545%;
        flex-basis: 4.54545%;
        max-width: 4.54545%;
    }
    [class*="_sm-23"] > [class*="col-"],
    [class*="_sm-23"] > [class*="col_"],
    [class*="_sm-23"] > [class~="col"] {
        -ms-flex-preferred-size: 4.34783%;
        flex-basis: 4.34783%;
        max-width: 4.34783%;
    }
    [class*="_sm-24"] > [class*="col-"],
    [class*="_sm-24"] > [class*="col_"],
    [class*="_sm-24"] > [class~="col"],
    [class*="grid-"] > [class*="_sm-1"],
    [class*="grid_"] > [class*="_sm-1"],
    [class~="grid"] > [class*="_sm-1"] {
        -ms-flex-preferred-size: 4.16667%;
        flex-basis: 4.16667%;
        max-width: 4.16667%;
    }
    [class*="grid-"] > [class*="_sm-2"],
    [class*="grid_"] > [class*="_sm-2"],
    [class~="grid"] > [class*="_sm-2"] {
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    [class*="grid-"] > [class*="_sm-3"],
    [class*="grid_"] > [class*="_sm-3"],
    [class~="grid"] > [class*="_sm-3"] {
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
        max-width: 12.5%;
    }
    [class*="grid-"] > [class*="_sm-4"],
    [class*="grid_"] > [class*="_sm-4"],
    [class~="grid"] > [class*="_sm-4"] {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    [class*="grid-"] > [class*="_sm-5"],
    [class*="grid_"] > [class*="_sm-5"],
    [class~="grid"] > [class*="_sm-5"] {
        -ms-flex-preferred-size: 20.83333%;
        flex-basis: 20.83333%;
        max-width: 20.83333%;
    }
    [class*="grid-"] > [class*="_sm-6"],
    [class*="grid_"] > [class*="_sm-6"],
    [class~="grid"] > [class*="_sm-6"] {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    [class*="grid-"] > [class*="_sm-7"],
    [class*="grid_"] > [class*="_sm-7"],
    [class~="grid"] > [class*="_sm-7"] {
        -ms-flex-preferred-size: 29.16667%;
        flex-basis: 29.16667%;
        max-width: 29.16667%;
    }
    [class*="grid-"] > [class*="_sm-8"],
    [class*="grid_"] > [class*="_sm-8"],
    [class~="grid"] > [class*="_sm-8"] {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    [class*="grid-"] > [class*="_sm-9"],
    [class*="grid_"] > [class*="_sm-9"],
    [class~="grid"] > [class*="_sm-9"] {
        -ms-flex-preferred-size: 37.5%;
        flex-basis: 37.5%;
        max-width: 37.5%;
    }
    [class*="grid-"] > [class*="_sm-10"],
    [class*="grid_"] > [class*="_sm-10"],
    [class~="grid"] > [class*="_sm-10"] {
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    [class*="grid-"] > [class*="_sm-11"],
    [class*="grid_"] > [class*="_sm-11"],
    [class~="grid"] > [class*="_sm-11"] {
        -ms-flex-preferred-size: 45.83333%;
        flex-basis: 45.83333%;
        max-width: 45.83333%;
    }
    [class*="grid-"] > [class*="_sm-12"],
    [class*="grid_"] > [class*="_sm-12"],
    [class~="grid"] > [class*="_sm-12"] {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    [class*="grid-"] > [class*="_sm-13"],
    [class*="grid_"] > [class*="_sm-13"],
    [class~="grid"] > [class*="_sm-13"] {
        -ms-flex-preferred-size: 54.16667%;
        flex-basis: 54.16667%;
        max-width: 54.16667%;
    }
    [class*="grid-"] > [class*="_sm-14"],
    [class*="grid_"] > [class*="_sm-14"],
    [class~="grid"] > [class*="_sm-14"] {
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    [class*="grid-"] > [class*="_sm-15"],
    [class*="grid_"] > [class*="_sm-15"],
    [class~="grid"] > [class*="_sm-15"] {
        -ms-flex-preferred-size: 62.5%;
        flex-basis: 62.5%;
        max-width: 62.5%;
    }
    [class*="grid-"] > [class*="_sm-16"],
    [class*="grid_"] > [class*="_sm-16"],
    [class~="grid"] > [class*="_sm-16"] {
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    [class*="grid-"] > [class*="_sm-17"],
    [class*="grid_"] > [class*="_sm-17"],
    [class~="grid"] > [class*="_sm-17"] {
        -ms-flex-preferred-size: 70.83333%;
        flex-basis: 70.83333%;
        max-width: 70.83333%;
    }
    [class*="grid-"] > [class*="_sm-18"],
    [class*="grid_"] > [class*="_sm-18"],
    [class~="grid"] > [class*="_sm-18"] {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    [class*="grid-"] > [class*="_sm-19"],
    [class*="grid_"] > [class*="_sm-19"],
    [class~="grid"] > [class*="_sm-19"] {
        -ms-flex-preferred-size: 79.16667%;
        flex-basis: 79.16667%;
        max-width: 79.16667%;
    }
    [class*="grid-"] > [class*="_sm-20"],
    [class*="grid_"] > [class*="_sm-20"],
    [class~="grid"] > [class*="_sm-20"] {
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    [class*="grid-"] > [class*="_sm-21"],
    [class*="grid_"] > [class*="_sm-21"],
    [class~="grid"] > [class*="_sm-21"] {
        -ms-flex-preferred-size: 87.5%;
        flex-basis: 87.5%;
        max-width: 87.5%;
    }
    [class*="grid-"] > [class*="_sm-22"],
    [class*="grid_"] > [class*="_sm-22"],
    [class~="grid"] > [class*="_sm-22"] {
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    [class*="grid-"] > [class*="_sm-23"],
    [class*="grid_"] > [class*="_sm-23"],
    [class~="grid"] > [class*="_sm-23"] {
        -ms-flex-preferred-size: 95.83333%;
        flex-basis: 95.83333%;
        max-width: 95.83333%;
    }
    [class*="grid-"] > [class*="_sm-24"],
    [class*="grid_"] > [class*="_sm-24"],
    [class~="grid"] > [class*="_sm-24"] {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    [class*="grid-"] > [data-push-left*="_sm-0"],
    [class*="grid_"] > [data-push-left*="_sm-0"],
    [class~="grid"] > [data-push-left*="_sm-0"] {
        margin-left: 0;
    }
    [class*="grid-"] > [data-push-left*="_sm-1"],
    [class*="grid_"] > [data-push-left*="_sm-1"],
    [class~="grid"] > [data-push-left*="_sm-1"] {
        margin-left: 4.16667%;
    }
    [class*="grid-"] > [data-push-left*="_sm-2"],
    [class*="grid_"] > [data-push-left*="_sm-2"],
    [class~="grid"] > [data-push-left*="_sm-2"] {
        margin-left: 8.33333%;
    }
    [class*="grid-"] > [data-push-left*="_sm-3"],
    [class*="grid_"] > [data-push-left*="_sm-3"],
    [class~="grid"] > [data-push-left*="_sm-3"] {
        margin-left: 12.5%;
    }
    [class*="grid-"] > [data-push-left*="_sm-4"],
    [class*="grid_"] > [data-push-left*="_sm-4"],
    [class~="grid"] > [data-push-left*="_sm-4"] {
        margin-left: 16.66667%;
    }
    [class*="grid-"] > [data-push-left*="_sm-5"],
    [class*="grid_"] > [data-push-left*="_sm-5"],
    [class~="grid"] > [data-push-left*="_sm-5"] {
        margin-left: 20.83333%;
    }
    [class*="grid-"] > [data-push-left*="_sm-6"],
    [class*="grid_"] > [data-push-left*="_sm-6"],
    [class~="grid"] > [data-push-left*="_sm-6"] {
        margin-left: 25%;
    }
    [class*="grid-"] > [data-push-left*="_sm-7"],
    [class*="grid_"] > [data-push-left*="_sm-7"],
    [class~="grid"] > [data-push-left*="_sm-7"] {
        margin-left: 29.16667%;
    }
    [class*="grid-"] > [data-push-left*="_sm-8"],
    [class*="grid_"] > [data-push-left*="_sm-8"],
    [class~="grid"] > [data-push-left*="_sm-8"] {
        margin-left: 33.33333%;
    }
    [class*="grid-"] > [data-push-left*="_sm-9"],
    [class*="grid_"] > [data-push-left*="_sm-9"],
    [class~="grid"] > [data-push-left*="_sm-9"] {
        margin-left: 37.5%;
    }
    [class*="grid-"] > [data-push-left*="_sm-10"],
    [class*="grid_"] > [data-push-left*="_sm-10"],
    [class~="grid"] > [data-push-left*="_sm-10"] {
        margin-left: 41.66667%;
    }
    [class*="grid-"] > [data-push-left*="_sm-11"],
    [class*="grid_"] > [data-push-left*="_sm-11"],
    [class~="grid"] > [data-push-left*="_sm-11"] {
        margin-left: 45.83333%;
    }
    [class*="grid-"] > [data-push-left*="_sm-12"],
    [class*="grid_"] > [data-push-left*="_sm-12"],
    [class~="grid"] > [data-push-left*="_sm-12"] {
        margin-left: 50%;
    }
    [class*="grid-"] > [data-push-left*="_sm-13"],
    [class*="grid_"] > [data-push-left*="_sm-13"],
    [class~="grid"] > [data-push-left*="_sm-13"] {
        margin-left: 54.16667%;
    }
    [class*="grid-"] > [data-push-left*="_sm-14"],
    [class*="grid_"] > [data-push-left*="_sm-14"],
    [class~="grid"] > [data-push-left*="_sm-14"] {
        margin-left: 58.33333%;
    }
    [class*="grid-"] > [data-push-left*="_sm-15"],
    [class*="grid_"] > [data-push-left*="_sm-15"],
    [class~="grid"] > [data-push-left*="_sm-15"] {
        margin-left: 62.5%;
    }
    [class*="grid-"] > [data-push-left*="_sm-16"],
    [class*="grid_"] > [data-push-left*="_sm-16"],
    [class~="grid"] > [data-push-left*="_sm-16"] {
        margin-left: 66.66667%;
    }
    [class*="grid-"] > [data-push-left*="_sm-17"],
    [class*="grid_"] > [data-push-left*="_sm-17"],
    [class~="grid"] > [data-push-left*="_sm-17"] {
        margin-left: 70.83333%;
    }
    [class*="grid-"] > [data-push-left*="_sm-18"],
    [class*="grid_"] > [data-push-left*="_sm-18"],
    [class~="grid"] > [data-push-left*="_sm-18"] {
        margin-left: 75%;
    }
    [class*="grid-"] > [data-push-left*="_sm-19"],
    [class*="grid_"] > [data-push-left*="_sm-19"],
    [class~="grid"] > [data-push-left*="_sm-19"] {
        margin-left: 79.16667%;
    }
    [class*="grid-"] > [data-push-left*="_sm-20"],
    [class*="grid_"] > [data-push-left*="_sm-20"],
    [class~="grid"] > [data-push-left*="_sm-20"] {
        margin-left: 83.33333%;
    }
    [class*="grid-"] > [data-push-left*="_sm-21"],
    [class*="grid_"] > [data-push-left*="_sm-21"],
    [class~="grid"] > [data-push-left*="_sm-21"] {
        margin-left: 87.5%;
    }
    [class*="grid-"] > [data-push-left*="_sm-22"],
    [class*="grid_"] > [data-push-left*="_sm-22"],
    [class~="grid"] > [data-push-left*="_sm-22"] {
        margin-left: 91.66667%;
    }
    [class*="grid-"] > [data-push-left*="_sm-23"],
    [class*="grid_"] > [data-push-left*="_sm-23"],
    [class~="grid"] > [data-push-left*="_sm-23"] {
        margin-left: 95.83333%;
    }
    [class*="grid-"] > [data-push-right*="_sm-0"],
    [class*="grid_"] > [data-push-right*="_sm-0"],
    [class~="grid"] > [data-push-right*="_sm-0"] {
        margin-right: 0;
    }
    [class*="grid-"] > [data-push-right*="_sm-1"],
    [class*="grid_"] > [data-push-right*="_sm-1"],
    [class~="grid"] > [data-push-right*="_sm-1"] {
        margin-right: 4.16667%;
    }
    [class*="grid-"] > [data-push-right*="_sm-2"],
    [class*="grid_"] > [data-push-right*="_sm-2"],
    [class~="grid"] > [data-push-right*="_sm-2"] {
        margin-right: 8.33333%;
    }
    [class*="grid-"] > [data-push-right*="_sm-3"],
    [class*="grid_"] > [data-push-right*="_sm-3"],
    [class~="grid"] > [data-push-right*="_sm-3"] {
        margin-right: 12.5%;
    }
    [class*="grid-"] > [data-push-right*="_sm-4"],
    [class*="grid_"] > [data-push-right*="_sm-4"],
    [class~="grid"] > [data-push-right*="_sm-4"] {
        margin-right: 16.66667%;
    }
    [class*="grid-"] > [data-push-right*="_sm-5"],
    [class*="grid_"] > [data-push-right*="_sm-5"],
    [class~="grid"] > [data-push-right*="_sm-5"] {
        margin-right: 20.83333%;
    }
    [class*="grid-"] > [data-push-right*="_sm-6"],
    [class*="grid_"] > [data-push-right*="_sm-6"],
    [class~="grid"] > [data-push-right*="_sm-6"] {
        margin-right: 25%;
    }
    [class*="grid-"] > [data-push-right*="_sm-7"],
    [class*="grid_"] > [data-push-right*="_sm-7"],
    [class~="grid"] > [data-push-right*="_sm-7"] {
        margin-right: 29.16667%;
    }
    [class*="grid-"] > [data-push-right*="_sm-8"],
    [class*="grid_"] > [data-push-right*="_sm-8"],
    [class~="grid"] > [data-push-right*="_sm-8"] {
        margin-right: 33.33333%;
    }
    [class*="grid-"] > [data-push-right*="_sm-9"],
    [class*="grid_"] > [data-push-right*="_sm-9"],
    [class~="grid"] > [data-push-right*="_sm-9"] {
        margin-right: 37.5%;
    }
    [class*="grid-"] > [data-push-right*="_sm-10"],
    [class*="grid_"] > [data-push-right*="_sm-10"],
    [class~="grid"] > [data-push-right*="_sm-10"] {
        margin-right: 41.66667%;
    }
    [class*="grid-"] > [data-push-right*="_sm-11"],
    [class*="grid_"] > [data-push-right*="_sm-11"],
    [class~="grid"] > [data-push-right*="_sm-11"] {
        margin-right: 45.83333%;
    }
    [class*="grid-"] > [data-push-right*="_sm-12"],
    [class*="grid_"] > [data-push-right*="_sm-12"],
    [class~="grid"] > [data-push-right*="_sm-12"] {
        margin-right: 50%;
    }
    [class*="grid-"] > [data-push-right*="_sm-13"],
    [class*="grid_"] > [data-push-right*="_sm-13"],
    [class~="grid"] > [data-push-right*="_sm-13"] {
        margin-right: 54.16667%;
    }
    [class*="grid-"] > [data-push-right*="_sm-14"],
    [class*="grid_"] > [data-push-right*="_sm-14"],
    [class~="grid"] > [data-push-right*="_sm-14"] {
        margin-right: 58.33333%;
    }
    [class*="grid-"] > [data-push-right*="_sm-15"],
    [class*="grid_"] > [data-push-right*="_sm-15"],
    [class~="grid"] > [data-push-right*="_sm-15"] {
        margin-right: 62.5%;
    }
    [class*="grid-"] > [data-push-right*="_sm-16"],
    [class*="grid_"] > [data-push-right*="_sm-16"],
    [class~="grid"] > [data-push-right*="_sm-16"] {
        margin-right: 66.66667%;
    }
    [class*="grid-"] > [data-push-right*="_sm-17"],
    [class*="grid_"] > [data-push-right*="_sm-17"],
    [class~="grid"] > [data-push-right*="_sm-17"] {
        margin-right: 70.83333%;
    }
    [class*="grid-"] > [data-push-right*="_sm-18"],
    [class*="grid_"] > [data-push-right*="_sm-18"],
    [class~="grid"] > [data-push-right*="_sm-18"] {
        margin-right: 75%;
    }
    [class*="grid-"] > [data-push-right*="_sm-19"],
    [class*="grid_"] > [data-push-right*="_sm-19"],
    [class~="grid"] > [data-push-right*="_sm-19"] {
        margin-right: 79.16667%;
    }
    [class*="grid-"] > [data-push-right*="_sm-20"],
    [class*="grid_"] > [data-push-right*="_sm-20"],
    [class~="grid"] > [data-push-right*="_sm-20"] {
        margin-right: 83.33333%;
    }
    [class*="grid-"] > [data-push-right*="_sm-21"],
    [class*="grid_"] > [data-push-right*="_sm-21"],
    [class~="grid"] > [data-push-right*="_sm-21"] {
        margin-right: 87.5%;
    }
    [class*="grid-"] > [data-push-right*="_sm-22"],
    [class*="grid_"] > [data-push-right*="_sm-22"],
    [class~="grid"] > [data-push-right*="_sm-22"] {
        margin-right: 91.66667%;
    }
    [class*="grid-"] > [data-push-right*="_sm-23"],
    [class*="grid_"] > [data-push-right*="_sm-23"],
    [class~="grid"] > [data-push-right*="_sm-23"] {
        margin-right: 95.83333%;
    }
    [class*="grid-"] [class*="_sm-first"],
    [class*="grid_"] [class*="_sm-first"],
    [class~="grid"] [class*="_sm-first"] {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    [class*="grid-"] [class*="_sm-last"],
    [class*="grid_"] [class*="_sm-last"],
    [class~="grid"] [class*="_sm-last"] {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    [class*="sm-hidden"] {
        display: none;
    }
    .wp-caption.alignleft {
        float: left;
        margin: 0 20px 20px 0;
        text-align: left;
    }
    .wp-caption.alignright {
        text-align: right;
    }
    img.alignleft {
        float: left;
        margin: 0 20px 20px 0;
    }
    .wp-caption.alignright,
    img.alignright {
        float: right;
        margin: 0 0 20px 20px;
    }
    .gallery .gallery-item {
        width: 50%;
    }
    .menu-bottom {
        margin-top: auto;
    }
    .menu-bottom .image-wrap {
        width: 340px;
    }
    .menu-bottom .image-wrap .dotted-image {
        margin-bottom: -170px;
    }
    .footer .waves-wrap {
        top: -80px;
    }
    .footer .kale {
        top: -100px;
    }
    .footer-nav ul {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
    .popup-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .popup-inner {
        padding: 40px;
    }
    .popup-close {
        right: 25px;
        top: 25px;
    }
    .popup-menu .accordion-item .hidden-info {
        padding-right: 0;
    }
    .popup-menu .wave-bottom {
        margin: 10px 0 -10px;
    }
    .cookies .buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .cookies .buttons button {
        margin: 0 0 0 10px;
    }
    .hero-slider .slick-dots {
        margin-top: 0;
    }
    .hero-slider .slick-arrow.slick-prev {
        right: 90px;
    }
    .hero-slider .slick-arrow.slick-next {
        right: 40px;
    }
    .hero-slider .slick-arrow {
        bottom: 100px;
    }
    .hero-section {
        min-height: auto;
    }
    .hero-image {
        max-width: 460px;
    }
    .subscribe-info {
        max-width: 415px;
    }
    .our-story-section .inner {
        min-height: 340px;
        margin-bottom: 15px;
    }
    .our-story-section .images {
        margin: 0;
    }
    .our-story-section .images .image.large {
        padding-bottom: 35%;
    }
    .our-story-section .images .image.small {
        padding-bottom: 16%;
    }
    .our-story-section .images .image {
        width: 25%;
        margin: 0;
        position: absolute;
        bottom: 0;
    }
    .our-story-section .info {
        width: 330px;
        margin: 0 auto;
    }
    .connect-with-us .image.image-left {
        margin-left: -10px;
    }
    .connect-with-us .image.image-right {
        margin-left: auto;
        width: 18.5%;
        margin-top: 13px;
    }
    .shape {
        max-width: none;
        width: 445px;
        min-height: 240px;
        margin-top: 36px;
        margin-bottom: 20px;
    }
    .images-slider-wrap {
        height: 227px;
    }
    .images-slider .item {
        width: 192px;
        height: 192px;
        margin: 0 10px;
    }
    .images-slider .item:nth-child(even) {
        width: 139px;
        height: 139px;
    }
    .two-columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .two-columns .column {
        width: 45%;
    }
    .catering .column:first-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .catering .heading.mobile {
        display: none;
    }
    .catering .heading.desktop:before {
        top: 0;
    }
    .catering .heading.desktop {
        display: block;
    }
    .catering .image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 0;
    }
    .products-slider .slick-list {
        margin-right: -40px;
        padding-bottom: 40px;
        margin-left: -40px;
        padding-left: 40px;
    }
    .product-card .image {
        height: 280px;
    }
    .accordion-item .heading {
        padding-right: 100px;
    }
    .accordion-item .hidden-info {
        padding-right: 50px;
    }
    .page-heading .waves-wrap {
        bottom: 20px;
    }
    .benefits-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 -10px -20px;
    }
    .benefits-list .item {
        width: calc(50% - 20px);
        margin: 0 10px 20px;
    }
    .download-section .image {
        max-width: none;
        width: 450px;
        margin-right: -40px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .container {
        padding: 0 40px;
    }
    .content table td,
    .content table th {
        min-width: 110px;
        padding: 10px;
    }
    .contacts-section .waves-decor {
        left: 50%;
    }
    .contacts-form {
        padding-bottom: 15vw;
    }
    .success-popup {
        padding-top: 80px;
    }
    .testimonials > .waves-wrap {
        top: 0;
    }
    .benefits.our-mission .additional-benefits .benefits-list .item {
        width: calc(33.33% - 20px);
    }
    .our-food .image {
        width: 250px;
    }
    .cascade-item.inverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .cascade-item.inverse .image {
        margin: 0 40px 0 0;
    }
    .cascade-item,
    .catering-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .cascade-item {
        margin-bottom: 50px;
    }
    .cascade-item,
    .cascade-item .heading-decor-wrap {
        text-align: left;
    }
    .cascade-item .image {
        width: 52%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-left: 20px;
    }
    .catering-item.inverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .catering-item.inverse .image {
        margin: 0 30px 0 0;
    }
    .catering-item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 100px;
    }
    .catering-item .image:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        background-color: #f68a3e;
        border-radius: 50%;
        width: 50vw;
        height: 50vw;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .catering-item .image {
        width: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        position: relative;
        padding-bottom: 38%;
        margin-left: 30px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .catering-item .image img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .catering-item .decor {
        position: absolute;
        right: 0;
        top: -30px;
    }
    .products-section .products-slider-holder {
        display: none;
    }
    .ingredients-row ul li {
        width: calc(25% - 20px);
    }
    .allergen-guide {
        padding: 40px;
    }
    .allergen-guide-wrap .h4,
    .allergen-guide-wrap h4 {
        margin-bottom: 30px;
    }
    .allergen-guide-list {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .location-search {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .location-search form {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-bottom: 0;
    }
    .detect-location {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0 20px 17px;
    }
    #map {
        height: 552px;
    }
    .location-details .h1,
    .location-details h1 {
        font-size: 40px;
        line-height: 40px;
    }
}
@media (min-width: 1024px) {
    .dotted-image {
        padding: 50px 30px 0;
    }
    .footer {
        padding: 35px 0 27px;
    }
    .footer .waves-wrap {
        top: -150px;
    }
    .footer .kale {
        top: -230px;
        width: 250px;
        height: 180px;
    }
    .footer-main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .footer-main .footer-right {
        width: 45%;
    }
    .footer-left {
        width: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .footer-bottom .copy,
    .footer-logos,
    .footer-nav {
        margin-bottom: 0;
    }
    .footer-bottom,
    .popup-subscribe .subscribe-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .footer-bottom {
        padding-top: 25px;
    }
    .footer-bottom .social {
        margin: 0 5px 0 -10px;
    }
    .footer-bottom .social li {
        margin: 0 0 0 20px;
    }
    .popup-subscribe .subscribe-wrap {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .popup-subscribe .subscribe-form {
        margin-left: auto;
        width: 500px;
    }
    .popup-menu .menu-intro {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .popup-menu .ingredients-slider {
        width: 49%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 50px;
    }
    .popup-menu .accordion {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .popup-menu .accordion-item {
        border: 0;
        margin: 0;
        padding: 0;
        width: 49%;
    }
    .popup-menu .accordion-item .heading.ingredients {
        display: none;
    }
    .popup-menu .accordion-item .heading:before {
        top: 6px;
    }
    .popup-menu .accordion-item .hidden-info.ingredients {
        display: block;
        padding: 0;
    }
    .popup-menu .accordion-item:last-child {
        width: 42%;
    }
    .popup-ingredients.popup.active .popup-holder {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .popup-ingredients.popup .popup-holder {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: -webkit-transform 0.3s linear;
        transition: transform 0.3s linear;
        transition: transform 0.3s linear, -webkit-transform 0.3s linear;
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }
    .popup-ingredients .popup-holder {
        width: 500px;
        margin-left: auto;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        position: relative;
    }
    .hero-section {
        min-height: 640px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .hero-section .figures.four-items {
        display: block;
        position: absolute;
        bottom: 50px;
        right: 155px;
    }
    .hero-image {
        position: absolute;
        right: 0;
        bottom: 0;
        max-width: none;
        width: 55vw;
    }
    .hero-text {
        width: 400px;
        margin: 0;
        padding: 10px 0 90px;
    }
    .subscribe-section .circle:before {
        width: 100%;
        height: 1146px;
        left: 0;
        top: 20px;
        -webkit-transform: none;
        transform: none;
    }
    .subscribe-section .circle {
        min-height: 525px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 82px;
        padding-left: 530px;
        width: 1146px;
        margin: 0 auto;
    }
    .subscribe-waves.desktop {
        display: block;
        height: auto;
    }
    .subscribe-waves.mobile {
        display: none;
    }
    .subscribe-info {
        text-align: left;
        width: 388px;
        max-width: none;
        margin: 0 0 245px;
    }
    .subscribe-info .figures.four-items.bottom {
        right: -56px;
        margin-top: -8px;
    }
    .subscribe-info .figures.four-items {
        left: -57px;
        top: -30px;
    }
    .subscribe-info .h5 {
        padding: 0;
    }
    .subscribe-image {
        width: 457px;
        height: 457px;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        position: absolute;
        left: 0;
        top: -10px;
        margin: 0;
    }
    .our-story-section .images .image.large {
        padding-bottom: 30%;
    }
    .our-story-section .info {
        width: 457px;
    }
    .our-story-section .figures.top {
        display: block;
        position: absolute;
        left: 100%;
        top: 50px;
        margin-left: 80px;
    }
    .connect-with-us {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        min-height: 380px;
        margin-bottom: 0;
    }
    .connect-with-us .image {
        display: block;
        width: 30%;
    }
    .shape {
        margin-bottom: 0;
    }
    .images-slider-wrap {
        margin-top: -55px;
    }
    .catering .image {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .products-list .product-card {
        width: calc(33.33% - 20px);
    }
    .waved-section.faq .inner {
        padding-bottom: 150px;
    }
    .page-heading .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        min-height: 340px;
    }
    .page-heading .image-small {
        display: block;
        position: absolute;
        left: 0;
        bottom: -100px;
        margin: 0;
    }
    .page-heading-image {
        width: 60%;
        margin: 0 0 0 40px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        text-align: right;
    }
    .page-heading-info {
        padding: 50px 0;
    }
    .benefits-list .item {
        width: calc(33.33% - 20px);
    }
    .download-section .info {
        text-align: left;
        margin-bottom: 80px;
    }
    .download-section .heading-decor-wrap {
        text-align: left;
    }
    .download-section .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .download-section .image {
        width: 55%;
    }
    .error-block .wrap {
        max-width: 700px;
        margin: 0 auto 100px;
    }
    .contacts-section .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .contacts-info {
        width: 45%;
    }
    .contacts-info .figure {
        display: block;
    }
    .contacts-info .heading-decor-wrap {
        text-align: left;
    }
    .contacts-form-holder {
        width: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-left: 50px;
    }
    .contacts-form {
        padding-top: 80px;
        padding-bottom: 90px;
    }
    .success-popup {
        padding: 60px 30px 0;
    }
    .success-popup .veggies {
        left: -30px;
    }
    .testimonials-list blockquote:before {
        left: 100px;
    }
    .leadership .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .leadership .info {
        width: 30%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0 50px 0 0;
    }
    .holder-leadership-slider {
        width: 61%;
    }
    .holder-leadership-slider .leadership-slider .slick-list {
        padding-bottom: 0;
    }
    .leadership-slider-nav {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .leadership-slider-nav .slick-arrow.slick-prev {
        left: -50px;
    }
    .leadership-slider-nav .slick-arrow.slick-next {
        right: -50px;
        margin: 0;
    }
    .our-values.two-images .image-small {
        width: 300px;
    }
    .our-food,
    .our-values .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .our-values .image {
        width: 40%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0 50px 0 0;
    }
    .our-values .info {
        text-align: left;
    }
    .join-us.waved-section {
        margin-bottom: -13vw;
    }
    .join-us .wrap {
        font-size: 18px;
        line-height: 28px;
    }
    .our-food {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .our-food .info {
        margin: 0 40px 0 0;
    }
    .our-food .video {
        width: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .cascade-item.inverse .image {
        margin-right: 60px;
    }
    .cascade-item .image {
        margin-left: 50px;
    }
    .catering-item .info {
        width: 45%;
    }
    .ingredients-image {
        margin-bottom: -70px;
    }
    .ingredients-row ul li {
        width: calc(16.66% - 20px);
    }
    .allergen-ingredients .item {
        width: calc(33.33% - 20px);
    }
    .allergen-guide-list {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
    .location-page .images-slider-wrap {
        margin-top: 60px;
    }
    .location-section .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: relative;
    }
    .locations-wrap {
        width: 49%;
        min-height: 600px;
    }
    .locations-wrap .h1,
    .locations-wrap h1 {
        max-width: 65%;
    }
    .locations {
        width: 50%;
        position: absolute;
        right: 0;
        top: 70px;
    }
    .locations-list.jcf-scrollable {
        padding: 0 20px 30px;
        max-height: 690px;
        overflow-y: auto;
    }
    .location-details {
        width: 52%;
    }
    .location-details .google-map {
        width: 40%;
        margin: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
}
@media (min-width: 1200px) {
    body {
        font-size: 16px;
        line-height: 22px;
    }
    .h1,
    h1 {
        font-size: 63px;
        line-height: 63px;
    }
    body.location-template-default h1 span {
        font-size: 32px;
    }
    .h2,
    h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .h3,
    h3 {
        font-size: 22px;
        line-height: 22px;
    }
    .h4,
    .h5,
    h4,
    h5 {
        font-size: 18px;
        line-height: 18px;
    }
    .content p {
        margin-bottom: 24px;
    }
    .link {
        font-size: 14px;
        line-height: 14px;
    }
    hr {
        margin: 40px 0;
    }
    mark {
        line-height: 27px;
    }
    .subscribe-results,
    .wpcf7-response-output,
    mark {
        font-size: 18px;
    }
    .button,
    input[type="submit"] {
        font-size: 13px;
        line-height: 13px;
    }
    .heading-decor-wrap {
        max-width: 740px;
        margin: 0 auto 40px;
    }
    .heading-decor:before {
        width: 80px;
        height: 40px;
        left: -30px;
        top: 0;
    }
    .heading-decor svg {
        width: auto;
        top: -34px;
        right: -105px;
    }
    .waves-wrap.bottom {
        margin-top: 100px;
    }
    .waves-wrap {
        -webkit-transform: none;
        transform: none;
        top: 0;
    }
    .waves-wrap .wave {
        top: -60px;
        -webkit-animation-duration: 150s;
        animation-duration: 150s;
    }
    .waves-wrap .wave.second {
        top: -20px;
    }
    [class*="_md-1"] > [class*="col-"],
    [class*="_md-1"] > [class*="col_"],
    [class*="_md-1"] > [class~="col"] {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    [class*="_md-2"] > [class*="col-"],
    [class*="_md-2"] > [class*="col_"],
    [class*="_md-2"] > [class~="col"] {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    [class*="_md-3"] > [class*="col-"],
    [class*="_md-3"] > [class*="col_"],
    [class*="_md-3"] > [class~="col"] {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    [class*="_md-4"] > [class*="col-"],
    [class*="_md-4"] > [class*="col_"],
    [class*="_md-4"] > [class~="col"] {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    [class*="_md-5"] > [class*="col-"],
    [class*="_md-5"] > [class*="col_"],
    [class*="_md-5"] > [class~="col"] {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%;
    }
    [class*="_md-6"] > [class*="col-"],
    [class*="_md-6"] > [class*="col_"],
    [class*="_md-6"] > [class~="col"] {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    [class*="_md-7"] > [class*="col-"],
    [class*="_md-7"] > [class*="col_"],
    [class*="_md-7"] > [class~="col"] {
        -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%;
        max-width: 14.28571%;
    }
    [class*="_md-8"] > [class*="col-"],
    [class*="_md-8"] > [class*="col_"],
    [class*="_md-8"] > [class~="col"] {
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
        max-width: 12.5%;
    }
    [class*="_md-9"] > [class*="col-"],
    [class*="_md-9"] > [class*="col_"],
    [class*="_md-9"] > [class~="col"] {
        -ms-flex-preferred-size: 11.11111%;
        flex-basis: 11.11111%;
        max-width: 11.11111%;
    }
    [class*="_md-10"] > [class*="col-"],
    [class*="_md-10"] > [class*="col_"],
    [class*="_md-10"] > [class~="col"] {
        -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
        max-width: 10%;
    }
    [class*="_md-11"] > [class*="col-"],
    [class*="_md-11"] > [class*="col_"],
    [class*="_md-11"] > [class~="col"] {
        -ms-flex-preferred-size: 9.09091%;
        flex-basis: 9.09091%;
        max-width: 9.09091%;
    }
    [class*="_md-12"] > [class*="col-"],
    [class*="_md-12"] > [class*="col_"],
    [class*="_md-12"] > [class~="col"] {
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    [class*="_md-13"] > [class*="col-"],
    [class*="_md-13"] > [class*="col_"],
    [class*="_md-13"] > [class~="col"] {
        -ms-flex-preferred-size: 7.69231%;
        flex-basis: 7.69231%;
        max-width: 7.69231%;
    }
    [class*="_md-14"] > [class*="col-"],
    [class*="_md-14"] > [class*="col_"],
    [class*="_md-14"] > [class~="col"] {
        -ms-flex-preferred-size: 7.14286%;
        flex-basis: 7.14286%;
        max-width: 7.14286%;
    }
    [class*="_md-15"] > [class*="col-"],
    [class*="_md-15"] > [class*="col_"],
    [class*="_md-15"] > [class~="col"] {
        -ms-flex-preferred-size: 6.66667%;
        flex-basis: 6.66667%;
        max-width: 6.66667%;
    }
    [class*="_md-16"] > [class*="col-"],
    [class*="_md-16"] > [class*="col_"],
    [class*="_md-16"] > [class~="col"] {
        -ms-flex-preferred-size: 6.25%;
        flex-basis: 6.25%;
        max-width: 6.25%;
    }
    [class*="_md-17"] > [class*="col-"],
    [class*="_md-17"] > [class*="col_"],
    [class*="_md-17"] > [class~="col"] {
        -ms-flex-preferred-size: 5.88235%;
        flex-basis: 5.88235%;
        max-width: 5.88235%;
    }
    [class*="_md-18"] > [class*="col-"],
    [class*="_md-18"] > [class*="col_"],
    [class*="_md-18"] > [class~="col"] {
        -ms-flex-preferred-size: 5.55556%;
        flex-basis: 5.55556%;
        max-width: 5.55556%;
    }
    [class*="_md-19"] > [class*="col-"],
    [class*="_md-19"] > [class*="col_"],
    [class*="_md-19"] > [class~="col"] {
        -ms-flex-preferred-size: 5.26316%;
        flex-basis: 5.26316%;
        max-width: 5.26316%;
    }
    [class*="_md-20"] > [class*="col-"],
    [class*="_md-20"] > [class*="col_"],
    [class*="_md-20"] > [class~="col"] {
        -ms-flex-preferred-size: 5%;
        flex-basis: 5%;
        max-width: 5%;
    }
    [class*="_md-21"] > [class*="col-"],
    [class*="_md-21"] > [class*="col_"],
    [class*="_md-21"] > [class~="col"] {
        -ms-flex-preferred-size: 4.7619%;
        flex-basis: 4.7619%;
        max-width: 4.7619%;
    }
    [class*="_md-22"] > [class*="col-"],
    [class*="_md-22"] > [class*="col_"],
    [class*="_md-22"] > [class~="col"] {
        -ms-flex-preferred-size: 4.54545%;
        flex-basis: 4.54545%;
        max-width: 4.54545%;
    }
    [class*="_md-23"] > [class*="col-"],
    [class*="_md-23"] > [class*="col_"],
    [class*="_md-23"] > [class~="col"] {
        -ms-flex-preferred-size: 4.34783%;
        flex-basis: 4.34783%;
        max-width: 4.34783%;
    }
    [class*="_md-24"] > [class*="col-"],
    [class*="_md-24"] > [class*="col_"],
    [class*="_md-24"] > [class~="col"],
    [class*="grid-"] > [class*="_md-1"],
    [class*="grid_"] > [class*="_md-1"],
    [class~="grid"] > [class*="_md-1"] {
        -ms-flex-preferred-size: 4.16667%;
        flex-basis: 4.16667%;
        max-width: 4.16667%;
    }
    [class*="grid-"] > [class*="_md-2"],
    [class*="grid_"] > [class*="_md-2"],
    [class~="grid"] > [class*="_md-2"] {
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    [class*="grid-"] > [class*="_md-3"],
    [class*="grid_"] > [class*="_md-3"],
    [class~="grid"] > [class*="_md-3"] {
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
        max-width: 12.5%;
    }
    [class*="grid-"] > [class*="_md-4"],
    [class*="grid_"] > [class*="_md-4"],
    [class~="grid"] > [class*="_md-4"] {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    [class*="grid-"] > [class*="_md-5"],
    [class*="grid_"] > [class*="_md-5"],
    [class~="grid"] > [class*="_md-5"] {
        -ms-flex-preferred-size: 20.83333%;
        flex-basis: 20.83333%;
        max-width: 20.83333%;
    }
    [class*="grid-"] > [class*="_md-6"],
    [class*="grid_"] > [class*="_md-6"],
    [class~="grid"] > [class*="_md-6"] {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    [class*="grid-"] > [class*="_md-7"],
    [class*="grid_"] > [class*="_md-7"],
    [class~="grid"] > [class*="_md-7"] {
        -ms-flex-preferred-size: 29.16667%;
        flex-basis: 29.16667%;
        max-width: 29.16667%;
    }
    [class*="grid-"] > [class*="_md-8"],
    [class*="grid_"] > [class*="_md-8"],
    [class~="grid"] > [class*="_md-8"] {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    [class*="grid-"] > [class*="_md-9"],
    [class*="grid_"] > [class*="_md-9"],
    [class~="grid"] > [class*="_md-9"] {
        -ms-flex-preferred-size: 37.5%;
        flex-basis: 37.5%;
        max-width: 37.5%;
    }
    [class*="grid-"] > [class*="_md-10"],
    [class*="grid_"] > [class*="_md-10"],
    [class~="grid"] > [class*="_md-10"] {
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    [class*="grid-"] > [class*="_md-11"],
    [class*="grid_"] > [class*="_md-11"],
    [class~="grid"] > [class*="_md-11"] {
        -ms-flex-preferred-size: 45.83333%;
        flex-basis: 45.83333%;
        max-width: 45.83333%;
    }
    [class*="grid-"] > [class*="_md-12"],
    [class*="grid_"] > [class*="_md-12"],
    [class~="grid"] > [class*="_md-12"] {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    [class*="grid-"] > [class*="_md-13"],
    [class*="grid_"] > [class*="_md-13"],
    [class~="grid"] > [class*="_md-13"] {
        -ms-flex-preferred-size: 54.16667%;
        flex-basis: 54.16667%;
        max-width: 54.16667%;
    }
    [class*="grid-"] > [class*="_md-14"],
    [class*="grid_"] > [class*="_md-14"],
    [class~="grid"] > [class*="_md-14"] {
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    [class*="grid-"] > [class*="_md-15"],
    [class*="grid_"] > [class*="_md-15"],
    [class~="grid"] > [class*="_md-15"] {
        -ms-flex-preferred-size: 62.5%;
        flex-basis: 62.5%;
        max-width: 62.5%;
    }
    [class*="grid-"] > [class*="_md-16"],
    [class*="grid_"] > [class*="_md-16"],
    [class~="grid"] > [class*="_md-16"] {
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    [class*="grid-"] > [class*="_md-17"],
    [class*="grid_"] > [class*="_md-17"],
    [class~="grid"] > [class*="_md-17"] {
        -ms-flex-preferred-size: 70.83333%;
        flex-basis: 70.83333%;
        max-width: 70.83333%;
    }
    [class*="grid-"] > [class*="_md-18"],
    [class*="grid_"] > [class*="_md-18"],
    [class~="grid"] > [class*="_md-18"] {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    [class*="grid-"] > [class*="_md-19"],
    [class*="grid_"] > [class*="_md-19"],
    [class~="grid"] > [class*="_md-19"] {
        -ms-flex-preferred-size: 79.16667%;
        flex-basis: 79.16667%;
        max-width: 79.16667%;
    }
    [class*="grid-"] > [class*="_md-20"],
    [class*="grid_"] > [class*="_md-20"],
    [class~="grid"] > [class*="_md-20"] {
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    [class*="grid-"] > [class*="_md-21"],
    [class*="grid_"] > [class*="_md-21"],
    [class~="grid"] > [class*="_md-21"] {
        -ms-flex-preferred-size: 87.5%;
        flex-basis: 87.5%;
        max-width: 87.5%;
    }
    [class*="grid-"] > [class*="_md-22"],
    [class*="grid_"] > [class*="_md-22"],
    [class~="grid"] > [class*="_md-22"] {
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    [class*="grid-"] > [class*="_md-23"],
    [class*="grid_"] > [class*="_md-23"],
    [class~="grid"] > [class*="_md-23"] {
        -ms-flex-preferred-size: 95.83333%;
        flex-basis: 95.83333%;
        max-width: 95.83333%;
    }
    [class*="grid-"] > [class*="_md-24"],
    [class*="grid_"] > [class*="_md-24"],
    [class~="grid"] > [class*="_md-24"] {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    [class*="grid-"] > [data-push-left*="_md-0"],
    [class*="grid_"] > [data-push-left*="_md-0"],
    [class~="grid"] > [data-push-left*="_md-0"] {
        margin-left: 0;
    }
    [class*="grid-"] > [data-push-left*="_md-1"],
    [class*="grid_"] > [data-push-left*="_md-1"],
    [class~="grid"] > [data-push-left*="_md-1"] {
        margin-left: 4.16667%;
    }
    [class*="grid-"] > [data-push-left*="_md-2"],
    [class*="grid_"] > [data-push-left*="_md-2"],
    [class~="grid"] > [data-push-left*="_md-2"] {
        margin-left: 8.33333%;
    }
    [class*="grid-"] > [data-push-left*="_md-3"],
    [class*="grid_"] > [data-push-left*="_md-3"],
    [class~="grid"] > [data-push-left*="_md-3"] {
        margin-left: 12.5%;
    }
    [class*="grid-"] > [data-push-left*="_md-4"],
    [class*="grid_"] > [data-push-left*="_md-4"],
    [class~="grid"] > [data-push-left*="_md-4"] {
        margin-left: 16.66667%;
    }
    [class*="grid-"] > [data-push-left*="_md-5"],
    [class*="grid_"] > [data-push-left*="_md-5"],
    [class~="grid"] > [data-push-left*="_md-5"] {
        margin-left: 20.83333%;
    }
    [class*="grid-"] > [data-push-left*="_md-6"],
    [class*="grid_"] > [data-push-left*="_md-6"],
    [class~="grid"] > [data-push-left*="_md-6"] {
        margin-left: 25%;
    }
    [class*="grid-"] > [data-push-left*="_md-7"],
    [class*="grid_"] > [data-push-left*="_md-7"],
    [class~="grid"] > [data-push-left*="_md-7"] {
        margin-left: 29.16667%;
    }
    [class*="grid-"] > [data-push-left*="_md-8"],
    [class*="grid_"] > [data-push-left*="_md-8"],
    [class~="grid"] > [data-push-left*="_md-8"] {
        margin-left: 33.33333%;
    }
    [class*="grid-"] > [data-push-left*="_md-9"],
    [class*="grid_"] > [data-push-left*="_md-9"],
    [class~="grid"] > [data-push-left*="_md-9"] {
        margin-left: 37.5%;
    }
    [class*="grid-"] > [data-push-left*="_md-10"],
    [class*="grid_"] > [data-push-left*="_md-10"],
    [class~="grid"] > [data-push-left*="_md-10"] {
        margin-left: 41.66667%;
    }
    [class*="grid-"] > [data-push-left*="_md-11"],
    [class*="grid_"] > [data-push-left*="_md-11"],
    [class~="grid"] > [data-push-left*="_md-11"] {
        margin-left: 45.83333%;
    }
    [class*="grid-"] > [data-push-left*="_md-12"],
    [class*="grid_"] > [data-push-left*="_md-12"],
    [class~="grid"] > [data-push-left*="_md-12"] {
        margin-left: 50%;
    }
    [class*="grid-"] > [data-push-left*="_md-13"],
    [class*="grid_"] > [data-push-left*="_md-13"],
    [class~="grid"] > [data-push-left*="_md-13"] {
        margin-left: 54.16667%;
    }
    [class*="grid-"] > [data-push-left*="_md-14"],
    [class*="grid_"] > [data-push-left*="_md-14"],
    [class~="grid"] > [data-push-left*="_md-14"] {
        margin-left: 58.33333%;
    }
    [class*="grid-"] > [data-push-left*="_md-15"],
    [class*="grid_"] > [data-push-left*="_md-15"],
    [class~="grid"] > [data-push-left*="_md-15"] {
        margin-left: 62.5%;
    }
    [class*="grid-"] > [data-push-left*="_md-16"],
    [class*="grid_"] > [data-push-left*="_md-16"],
    [class~="grid"] > [data-push-left*="_md-16"] {
        margin-left: 66.66667%;
    }
    [class*="grid-"] > [data-push-left*="_md-17"],
    [class*="grid_"] > [data-push-left*="_md-17"],
    [class~="grid"] > [data-push-left*="_md-17"] {
        margin-left: 70.83333%;
    }
    [class*="grid-"] > [data-push-left*="_md-18"],
    [class*="grid_"] > [data-push-left*="_md-18"],
    [class~="grid"] > [data-push-left*="_md-18"] {
        margin-left: 75%;
    }
    [class*="grid-"] > [data-push-left*="_md-19"],
    [class*="grid_"] > [data-push-left*="_md-19"],
    [class~="grid"] > [data-push-left*="_md-19"] {
        margin-left: 79.16667%;
    }
    [class*="grid-"] > [data-push-left*="_md-20"],
    [class*="grid_"] > [data-push-left*="_md-20"],
    [class~="grid"] > [data-push-left*="_md-20"] {
        margin-left: 83.33333%;
    }
    [class*="grid-"] > [data-push-left*="_md-21"],
    [class*="grid_"] > [data-push-left*="_md-21"],
    [class~="grid"] > [data-push-left*="_md-21"] {
        margin-left: 87.5%;
    }
    [class*="grid-"] > [data-push-left*="_md-22"],
    [class*="grid_"] > [data-push-left*="_md-22"],
    [class~="grid"] > [data-push-left*="_md-22"] {
        margin-left: 91.66667%;
    }
    [class*="grid-"] > [data-push-left*="_md-23"],
    [class*="grid_"] > [data-push-left*="_md-23"],
    [class~="grid"] > [data-push-left*="_md-23"] {
        margin-left: 95.83333%;
    }
    [class*="grid-"] > [data-push-right*="_md-0"],
    [class*="grid_"] > [data-push-right*="_md-0"],
    [class~="grid"] > [data-push-right*="_md-0"] {
        margin-right: 0;
    }
    [class*="grid-"] > [data-push-right*="_md-1"],
    [class*="grid_"] > [data-push-right*="_md-1"],
    [class~="grid"] > [data-push-right*="_md-1"] {
        margin-right: 4.16667%;
    }
    [class*="grid-"] > [data-push-right*="_md-2"],
    [class*="grid_"] > [data-push-right*="_md-2"],
    [class~="grid"] > [data-push-right*="_md-2"] {
        margin-right: 8.33333%;
    }
    [class*="grid-"] > [data-push-right*="_md-3"],
    [class*="grid_"] > [data-push-right*="_md-3"],
    [class~="grid"] > [data-push-right*="_md-3"] {
        margin-right: 12.5%;
    }
    [class*="grid-"] > [data-push-right*="_md-4"],
    [class*="grid_"] > [data-push-right*="_md-4"],
    [class~="grid"] > [data-push-right*="_md-4"] {
        margin-right: 16.66667%;
    }
    [class*="grid-"] > [data-push-right*="_md-5"],
    [class*="grid_"] > [data-push-right*="_md-5"],
    [class~="grid"] > [data-push-right*="_md-5"] {
        margin-right: 20.83333%;
    }
    [class*="grid-"] > [data-push-right*="_md-6"],
    [class*="grid_"] > [data-push-right*="_md-6"],
    [class~="grid"] > [data-push-right*="_md-6"] {
        margin-right: 25%;
    }
    [class*="grid-"] > [data-push-right*="_md-7"],
    [class*="grid_"] > [data-push-right*="_md-7"],
    [class~="grid"] > [data-push-right*="_md-7"] {
        margin-right: 29.16667%;
    }
    [class*="grid-"] > [data-push-right*="_md-8"],
    [class*="grid_"] > [data-push-right*="_md-8"],
    [class~="grid"] > [data-push-right*="_md-8"] {
        margin-right: 33.33333%;
    }
    [class*="grid-"] > [data-push-right*="_md-9"],
    [class*="grid_"] > [data-push-right*="_md-9"],
    [class~="grid"] > [data-push-right*="_md-9"] {
        margin-right: 37.5%;
    }
    [class*="grid-"] > [data-push-right*="_md-10"],
    [class*="grid_"] > [data-push-right*="_md-10"],
    [class~="grid"] > [data-push-right*="_md-10"] {
        margin-right: 41.66667%;
    }
    [class*="grid-"] > [data-push-right*="_md-11"],
    [class*="grid_"] > [data-push-right*="_md-11"],
    [class~="grid"] > [data-push-right*="_md-11"] {
        margin-right: 45.83333%;
    }
    [class*="grid-"] > [data-push-right*="_md-12"],
    [class*="grid_"] > [data-push-right*="_md-12"],
    [class~="grid"] > [data-push-right*="_md-12"] {
        margin-right: 50%;
    }
    [class*="grid-"] > [data-push-right*="_md-13"],
    [class*="grid_"] > [data-push-right*="_md-13"],
    [class~="grid"] > [data-push-right*="_md-13"] {
        margin-right: 54.16667%;
    }
    [class*="grid-"] > [data-push-right*="_md-14"],
    [class*="grid_"] > [data-push-right*="_md-14"],
    [class~="grid"] > [data-push-right*="_md-14"] {
        margin-right: 58.33333%;
    }
    [class*="grid-"] > [data-push-right*="_md-15"],
    [class*="grid_"] > [data-push-right*="_md-15"],
    [class~="grid"] > [data-push-right*="_md-15"] {
        margin-right: 62.5%;
    }
    [class*="grid-"] > [data-push-right*="_md-16"],
    [class*="grid_"] > [data-push-right*="_md-16"],
    [class~="grid"] > [data-push-right*="_md-16"] {
        margin-right: 66.66667%;
    }
    [class*="grid-"] > [data-push-right*="_md-17"],
    [class*="grid_"] > [data-push-right*="_md-17"],
    [class~="grid"] > [data-push-right*="_md-17"] {
        margin-right: 70.83333%;
    }
    [class*="grid-"] > [data-push-right*="_md-18"],
    [class*="grid_"] > [data-push-right*="_md-18"],
    [class~="grid"] > [data-push-right*="_md-18"] {
        margin-right: 75%;
    }
    [class*="grid-"] > [data-push-right*="_md-19"],
    [class*="grid_"] > [data-push-right*="_md-19"],
    [class~="grid"] > [data-push-right*="_md-19"] {
        margin-right: 79.16667%;
    }
    [class*="grid-"] > [data-push-right*="_md-20"],
    [class*="grid_"] > [data-push-right*="_md-20"],
    [class~="grid"] > [data-push-right*="_md-20"] {
        margin-right: 83.33333%;
    }
    [class*="grid-"] > [data-push-right*="_md-21"],
    [class*="grid_"] > [data-push-right*="_md-21"],
    [class~="grid"] > [data-push-right*="_md-21"] {
        margin-right: 87.5%;
    }
    [class*="grid-"] > [data-push-right*="_md-22"],
    [class*="grid_"] > [data-push-right*="_md-22"],
    [class~="grid"] > [data-push-right*="_md-22"] {
        margin-right: 91.66667%;
    }
    [class*="grid-"] > [data-push-right*="_md-23"],
    [class*="grid_"] > [data-push-right*="_md-23"],
    [class~="grid"] > [data-push-right*="_md-23"] {
        margin-right: 95.83333%;
    }
    [class*="grid-"] [class*="_md-first"],
    [class*="grid_"] [class*="_md-first"],
    [class~="grid"] [class*="_md-first"] {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    [class*="grid-"] [class*="_md-last"],
    [class*="grid_"] [class*="_md-last"],
    [class~="grid"] [class*="_md-last"] {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    [class*="md-hidden"] {
        display: none;
    }
    .slick-arrow.slick-prev {
        right: 50%;
        margin-right: 5px;
    }
    .slick-arrow.slick-next {
        right: 50%;
        margin-right: -45px;
    }
    .jcf-scrollbar-vertical {
        width: 12px;
    }
    .jcf-select .jcf-select-opener {
        width: 40px;
    }
    .jcf-select .jcf-select-opener:before {
        right: 20px;
    }
    .jcf-list .jcf-optgroup-caption {
        line-height: 20px;
    }
    .down .header.sticky {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    .down .header.sticky .sub-menu {
        opacity: 0 !important;
        visibility: hidden !important;
    }
    .up .header.sticky {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .header {
        height: 70px;
    }
    .header-inner {
        height: 50px;
        overflow: hidden;
    }
    .header-logo {
        width: 117px;
        margin-right: 70px;
    }
    .header-buttons {
        margin-left: auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .btn-menu,
    .menu .social {
        display: none;
    }
    .menu {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .menu-bottom {
        display: none;
    }
    .main-menu {
        font-size: 13px;
        line-height: 13px;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        border: 0;
    }
    .main-menu li {
        margin: 0 20px 0 0;
    }
    .footer {
        padding-bottom: 30px;
    }
    .footer .jalapeno {
        display: block;
        top: -340px;
        left: 44px;
        width: 30px;
    }
    .footer .jalapeno2 {
        display: block;
        top: -283px;
        left: 23px;
        width: 20px;
    }
    .footer .cabbage {
        display: block;
        top: -400px;
        right: 115px;
        width: 80px;
    }
    .footer .tomatoes {
        display: block;
        top: -200px;
        left: -14px;
        width: 125px;
    }
    .footer .kale {
        width: 350px;
        height: 280px;
        top: -300px;
        right: -36px;
    }
    .cookies-visible .footer {
        padding-bottom: 95px;
    }
    .footer-main .footer-right {
        width: 40%;
    }
    .footer-left {
        width: 44.5%;
    }
    .footer-logos .item {
        margin: 0;
    }
    .footer-logos .logo-main {
        margin: 0 77px 0 10px;
    }
    .footer-logos .logo-main .logo {
        width: 135px;
    }
    .footer-logos .logo-kids .logo {
        width: 55px;
    }
    .footer-nav li {
        margin-bottom: 20px;
    }
    .footer-bottom {
        font-size: 14px;
        line-height: 22px;
    }
    .popup-holder {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        position: relative;
        width: 1100px;
    }
    .popup-holder,
    .popup-inner {
        border-radius: 30px;
    }
    .popup-close {
        right: 50px;
        top: 42px;
    }
    .popup-close:after,
    .popup-close:before {
        height: 3px;
    }
    .popup-subscribe .popup-inner {
        padding: 40px 80px;
    }
    .popup-subscribe .subscribe-form {
        width: 600px;
    }
    .popup-menu .accordion-item ul li {
        padding: 0 0 10px;
        margin-bottom: 10px;
    }
    .popup-menu .accordion-item ul li:last-of-type {
        margin-bottom: 0;
    }
    .popup-menu .accordion-item .h6 {
        margin-bottom: 5px;
    }
    .popup-menu .accordion-item .calories-list li {
        padding: 15px 15px 15px 0;
        margin: 0;
    }
    .popup-menu .allergens-details .hidden-info {
        padding-top: 10px !important;
    }
    .popup-menu .wave-bottom {
        width: 60%;
    }
    .popup-ingredients .popup-holder {
        width: 600px;
    }
    .ingredients-slider .slick-arrow.slick-next {
        margin: 0;
    }
    .cookies {
        font-size: 14px;
        line-height: 22px;
    }
    .cookies .buttons button {
        margin-left: 25px;
    }
    .hero-slider-section {
        margin-top: -70px;
    }
    .hero-slider .slick-dots {
        position: absolute;
        width: 100%;
        bottom: 8px;
    }
    .hero-slider .slick-arrow.slick-next,
    .hero-slider .slick-arrow.slick-prev {
        right: 113px;
    }
    .hero-slider .slick-arrow {
        bottom: 50px;
    }
    .hero-section {
        height: 100vh;
    }
    .hero-section .figures.three-items {
        margin: 0;
        position: absolute;
        bottom: 215px;
        left: -50px;
    }
    .hero-image {
        width: 65vw;
    }
    .hero-section-content {
        margin-top: 50px;
    }
    .hero-text {
        width: 460px;
        font-size: 18px;
        line-height: 27px;
    }
    .hero-text .heading,
    .our-story-section .info p {
        margin-bottom: 20px;
    }
    .hero-text .heading-decor:before {
        top: -8px;
    }
    .hero-text p {
        max-width: 386px;
    }
    .hero-text .button {
        margin-top: 40px;
    }
    .hero-text .button svg {
        height: 16px;
        display: inline-block;
        vertical-align: top;
        margin-top: -2px;
        margin-bottom: -6px;
    }
    .hero-slider-progress {
        margin-top: -4vw;
    }
    .subscribe-section .circle {
        padding-top: 150px;
    }
    .subscribe-info .h2,
    .subscribe-info h2 {
        margin-bottom: 40px;
    }
    .subscribe-image {
        top: 88px;
    }
    .waved-section + .our-story-section {
        margin-top: -50px;
    }
    .our-story-section {
        margin-bottom: 65px;
    }
    .our-story-section .inner {
        min-height: 467px;
    }
    .our-story-section .images .image.large {
        width: 26%;
        padding-bottom: 35.5%;
    }
    .our-story-section .images .image.small {
        width: 30.5%;
    }
    .our-story-section .images img {
        border-radius: 20px;
    }
    .our-story-section .info .button {
        margin-top: 20px;
    }
    .our-story-section .heading {
        margin-bottom: 18px;
        padding-top: 40px;
    }
    .our-story-section .figures.top {
        top: 118px;
    }
    .connect-with-us {
        min-height: 422px;
    }
    .connect-with-us .image.image-left {
        left: -65px;
        width: 27.5%;
    }
    .connect-with-us .h2 svg,
    .connect-with-us h2 svg {
        right: 30px;
    }
    .connect-with-us ul {
        font-size: 23px;
        line-height: 23px;
    }
    .connect-with-us li {
        margin-bottom: 10px;
    }
    .connect-with-us li:last-child svg {
        width: 20px;
        height: 20px;
    }
    .images-slider-wrap {
        margin-top: -95px;
    }
    .images-slider .item img,
    .our-values.two-images .image-small img {
        border-radius: 30px;
    }
    .catering {
        margin: 0 0 -75px 105px;
        min-height: 556px;
    }
    .catering .column:first-child {
        width: 55%;
    }
    .catering .column:last-child {
        width: 33%;
    }
    .catering .heading.desktop:before,
    .our-values.two-images .heading-decor:before {
        top: -5px;
    }
    .catering .image .figures {
        right: 47%;
        top: 53px;
    }
    .catering .info .figures {
        right: auto;
        left: -95px;
    }
    .catering .contacts-list {
        font-size: 13px;
        line-height: 14px;
        margin: 7px 0;
    }
    .catering .buttons {
        margin-top: 25px;
    }
    .products {
        margin-top: 100px;
    }
    .products .heading {
        margin-bottom: 55px;
    }
    .products .figure1 {
        left: 43px;
    }
    .products .figure3 {
        right: 372px;
        top: -27px;
        width: 32px;
    }
    .products .kale {
        display: block;
        right: -105px;
        top: -35px;
        width: 260px;
    }
    .products .cabbage {
        left: 92px;
        width: 55px;
    }
    .products .broccoli {
        left: -60px;
        width: 177px;
        top: 65px;
    }
    .products .jalapeno.left {
        left: 75px;
        top: 70px;
        width: 27px;
    }
    .products .jalapeno.right {
        right: 153px;
        width: 20px;
        top: 72px;
    }
    .products .tomato {
        top: -300px;
    }
    .products-slider-holder {
        margin: -20px -52px 0;
    }
    .products-slider {
        padding-top: 20px;
    }
    .products-slider .slick-list {
        margin-left: 0;
        margin-right: -20px;
        padding: 0;
        overflow: visible;
    }
    .product-card {
        min-height: 440px;
        padding: 40px 20px 22px;
        font-size: 14px;
        line-height: 22px;
        border-radius: 20px;
    }
    .product-card .categories-holder {
        left: 20px;
        right: 20px;
        top: 12px;
    }
    .product-card .category {
        font-size: 14px;
        line-height: 17px;
    }
    .download-section .info p,
    .product-card .image-holder {
        margin-bottom: 30px;
    }
    .no-touch .product-card .button {
        opacity: 0;
        visibility: hidden;
    }
    .product-card .button span {
        display: inline;
    }
    .more-products {
        padding-top: 20px;
    }
    .waved-section.faq .inner {
        padding-bottom: 16.5vw;
    }
    .accordion-item .heading {
        padding-right: 140px;
    }
    .accordion-item .heading .h5,
    .accordion-item .heading h5 {
        line-height: 28px;
    }
    .accordion-item .hidden-info {
        padding: 20px 80px 0 0;
    }
    .page-heading .wrap {
        min-height: 410px;
    }
    .page-heading .image-small {
        width: 130px;
    }
    .page-heading .waves-wrap {
        bottom: -20px;
    }
    .page-heading-info .heading-decor:before {
        top: 5px;
    }
    .benefits.our-mission .heading-decor-wrap p,
    .page-heading-info .button {
        margin-top: 20px;
    }
    .benefits-list .item {
        padding: 40px;
    }
    .catering-item .image img,
    .our-values .image img,
    .video-holder .poster,
    .video-holder .poster:after,
    .video-holder iframe {
        border-radius: 60px;
    }
    .play-button {
        width: 80px;
        height: 80px;
    }
    .download-section .info {
        width: 500px;
    }
    .download-section .image {
        margin-right: -67px;
    }
    .main {
        padding-top: 70px;
    }
    .container {
        padding: 0 67px;
        margin: 0 auto;
    }
    .section {
        padding-bottom: 100px;
    }
    .error-block {
        min-height: 800px;
    }
    .error-block .wrap {
        margin-bottom: 0;
    }
    .error-block .wrap .figure {
        position: absolute;
        bottom: -50px;
        right: 0;
        margin: 0;
    }
    .error-block .h5,
    .error-block h5 {
        margin-bottom: 10px;
    }
    .text-template .veggies {
        width: 100px;
    }
    .text-template .waves-decor {
        width: 25%;
    }
    .content .h3,
    .content h3 {
        margin-bottom: 40px;
    }
    .content blockquote {
        margin: 60px 0;
    }
    .content table {
        margin: 35px 0;
    }
    .content table td,
    .content table th {
        padding: 20px;
        min-width: 170px;
    }
    .article-date time {
        font-size: 18px;
        line-height: 30px;
    }
    .contacts-section {
        padding: 100px 0 50px;
    }
    .contacts-section .inner {
        min-height: 740px;
    }
    .contacts-info .heading-decor-wrap {
        margin-bottom: 30px;
    }
    .contacts-info .anchor-link {
        font-size: 22px;
    }
    .contacts-info .contacts-list {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 24px;
    }
    .store-contacts .contacts-list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .store-contacts .contacts-list li:last-child {
        margin-left: 30px;
    }
    .contacts-form {
        padding: 80px 40px;
    }
    .success-popup {
        padding: 90px 40px 0;
    }
    .success-popup .veggies {
        left: -40px;
    }
    .testimonials .veggies.right.bottom {
        width: 200px;
        bottom: 100px;
    }
    .testimonials > .waves-wrap {
        top: 65px;
    }
    .testimonials-list .item {
        width: 450px;
    }
    .testimonials-list blockquote {
        padding: 40px;
        letter-spacing: 0.5px;
    }
    .leadership,
    .our-food {
        margin-bottom: 100px;
    }
    .leadership .inner {
        position: relative;
    }
    .leadership .info {
        letter-spacing: 0.5px;
        margin-right: 75px;
    }
    .holder-leadership-slider .leadership-slider .slick-arrow {
        right: auto;
        left: 0;
        margin: 0;
    }
    .holder-leadership-slider .leadership-slider .item,
    .location-details address {
        font-size: 16px;
        line-height: 24px;
    }
    .holder-leadership-slider .leadership-slider .image {
        padding-bottom: 137%;
    }
    .no-touch .bio-popup {
        display: block;
        opacity: 0;
    }
    .our-values.two-images .image-small {
        width: 350px;
    }
    .our-values .heading .h2 .heart,
    .our-values .heading h2 .heart {
        left: 76px;
        top: -50px;
        width: 50px;
    }
    .our-values .heading .h2 .figure,
    .our-values .heading h2 .figure {
        right: -40px;
        width: 40px;
        top: -40px;
    }
    .join-us .wrap,
    .our-food .info {
        letter-spacing: 0.5px;
    }
    .benefits.our-mission .heading-decor-wrap {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0.5px;
        margin-bottom: 20px;
    }
    .benefits.our-mission .additional-benefits .benefits-list {
        margin-bottom: 10px;
    }
    .benefits.our-mission .additional-benefits .benefits-list .item {
        padding-bottom: 0;
    }
    .our-food {
        padding-top: 25px;
    }
    .our-food .info:before {
        content: "";
        position: absolute;
        left: -55px;
        top: -100px;
        background-color: rgba(239, 214, 197, 0.3);
        border-radius: 50%;
        pointer-events: none;
        width: 550px;
        height: 550px;
    }
    .our-food .info {
        width: 450px;
        padding: 30px 0 0 45px;
    }
    .our-food .image {
        position: absolute;
        left: 0;
        top: auto;
        margin: 0;
    }
    .timeline .heading-decor-wrap {
        font-size: 20px;
        line-height: 28px;
    }
    .timeline-slider {
        margin: 0 50px;
    }
    .cascade-item.inverse .image {
        margin-right: 100px;
    }
    .cascade-item {
        letter-spacing: 0.5px;
        margin-bottom: 100px;
    }
    .cascade-item mark {
        font-size: 14px;
        line-height: 20px;
    }
    .cascade-item .image {
        margin-left: 100px;
    }
    .catering-wrap .links-list li:before,
    .products-intro .links-list li:before {
        height: 25px;
        margin: 0 20px;
    }
    .catering-item.inverse .image {
        margin-left: 80px;
    }
    .catering-item {
        min-height: 44.8vw;
        margin-bottom: 60px;
    }
    .catering-item .heading-decor-wrap {
        margin-bottom: 5px;
    }
    .catering-item .image:before {
        width: 44.8vw;
        height: 44.8vw;
        max-width: 860px;
        max-height: 860px;
        margin-left: -50px;
    }
    .catering-item .image {
        width: 47%;
        padding-bottom: 36%;
    }
    .catering-item .info {
        width: 37.4%;
    }
    .catering-item .category {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 16px;
    }
    .products-intro {
        margin-bottom: 50px;
    }
    .ingredients-section .waves-decor {
        margin-top: -400px;
    }
    .ingredients-hidden {
        padding-top: 40px;
    }
    .ingredients-row .note {
        position: absolute;
        top: -50px;
        right: 100%;
        width: 180px;
        z-index: 2;
        margin: 0 -35px 0 0;
    }
    .allergen-guide .heading {
        padding: 0;
    }
    .allergen-guide .heading .h5 {
        margin-bottom: 10px;
    }
    .allergen-guide .heading .h2,
    .allergen-guide .heading h2 {
        margin-bottom: 16px;
    }
    .allergen-guide .heading p {
        letter-spacing: 0.5px;
        margin-bottom: 15px;
    }
    .allergen-guide .heart {
        top: -50px;
        right: -40px;
        width: 50px;
    }
    .allergen-guide .buttons > * {
        margin-right: 25px;
    }
    .allergen-ingredients .item {
        width: calc(25% - 20px);
    }
    .allergen-ingredients .top {
        margin-bottom: 18px;
    }
    .location-page {
        padding-top: 50px;
        padding-bottom: 150px;
        margin-bottom: -7.8vw;
    }
    .locations-wrap {
        width: 52%;
        margin-top: 50px;
        min-height: 1200px;
    }
    .locations-wrap .h1 .decor,
    .locations-wrap h1 .decor {
        top: -40px;
    }
    .locations {
        width: 45%;
    }
    .locations .title {
        margin-bottom: 20px;
    }
    .locations-holder {
        margin-left: -30px;
    }
    .locations-list.jcf-scrollable {
        max-height: 1060px;
        padding: 0 0 30px;
    }
    .locations-list .location-item {
        margin-left: 30px;
        margin-right: 30px;
    }
    .location-item .details {
        margin-bottom: -5px;
    }
    .location-phone {
        margin-bottom: 5px;
    }
    .location-phone svg {
        margin-right: 20px;
    }
    #map {
        height: 840px;
    }
    .location-details {
        width: 49%;
    }
    .location-details .h1,
    .location-details h1 {
        font-size: 50px;
        line-height: 50px;
    }
    .location-details .google-map {
        width: 45%;
    }
}
@media (min-width: 1201px) {
    .gallery .gallery-item {
        width: 25%;
    }
}
@media (min-width: 1440px) {
    .content ul li:before {
        margin-top: 10px;
    }
    input[type="date"],
    input[type="email"],
    input[type="number"],
    input[type="password"],
    input[type="tel"],
    input[type="text"] {
        padding: 5px 30px;
    }
    .holder-file label {
        font-size: 18px;
        line-height: 18px;
        margin: 0;
    }
    textarea {
        padding: 15px 30px;
    }
    .button,
    input[type="submit"] {
        font-size: 16px;
        line-height: 16px;
        padding: 21px;
    }
    input[type="checkbox"] ~ label,
    input[type="checkbox"] ~ span,
    input[type="radio"] ~ label,
    input[type="radio"] ~ span {
        font-size: 18px;
        line-height: 24px;
    }
    .heading-decor-wrap {
        max-width: 940px;
        margin-bottom: 60px;
    }
    .heading-decor-wrap .button {
        margin-top: 40px;
    }
    .heading-decor-wrap .decor-bottom {
        left: 80px;
        bottom: 65px;
    }
    .figures.four-items,
    .figures.three-items {
        width: 52px;
        height: 44px;
    }
    .waves-decor {
        width: auto;
    }
    .no-touch .slick-arrow.slick-prev:not(.slick-disabled):hover:after {
        margin-left: -10px;
    }
    .slick-arrow.slick-next {
        margin-right: -65px;
    }
    .no-touch .slick-arrow.slick-next:not(.slick-disabled):hover:after {
        margin-left: 10px;
    }
    .slick-arrow {
        width: 60px;
        height: 60px;
    }
    .slick-arrow:after {
        width: 18px;
        height: 22px;
    }
    .slick-dots li {
        margin: 0 8px;
    }
    .slick-dots li.slick-active button {
        width: 30px;
    }
    .slick-dots button {
        width: 7px;
        height: 7px;
    }
    .jcf-list .jcf-option,
    .jcf-select .jcf-select-text {
        padding: 20px 30px;
    }
    .header {
        height: 100px;
        padding: 15px 0;
    }
    .header-inner {
        height: 70.48px;
    }
    .header-logo {
        width: 165px;
    }
    .header-buttons {
        margin-top: -2px;
    }
    .main-menu {
        font-size: 16px;
        line-height: 16px;
    }
    .main-menu li {
        margin-right: 30px;
    }
    .footer .waves-wrap {
        top: -160px;
    }
    .footer .jalapeno {
        left: 39px;
        top: -490px;
    }
    .footer .jalapeno2 {
        left: 68px;
        width: 40px;
        top: -530px;
    }
    .footer .cabbage {
        right: 160px;
        width: 135px;
    }
    .footer .tomatoes {
        left: -11px;
        width: 180px;
        top: -385px;
    }
    .footer .kale {
        top: -340px;
    }
    .cookies-visible .footer {
        padding-bottom: 130px;
    }
    .footer-wave {
        bottom: auto;
    }
    .footer-logos .logo-main .logo {
        width: 160px;
    }
    .footer-logos .logo-kids {
        font-size: 12px;
        line-height: 18px;
    }
    .footer-logos .logo-kids .logo {
        width: 70px;
        margin-right: 10px;
    }
    .footer-bottom .social li {
        margin-left: 13px;
    }
    .popup-inner .heading {
        max-width: 740px;
        margin-bottom: 45px;
    }
    .popup-subscribe .logo {
        margin-bottom: 40px;
    }
    .popup-subscribe .subscribe-form {
        width: 620px;
    }
    .popup-subscribe .dotted-image {
        width: 380px;
        height: 380px;
        padding: 55px 25px 15px;
    }
    .popup-subscribe .success-popup {
        font-size: 22px;
    }
    .popup-subscribe .success-popup .heading-decor:before {
        top: -12px;
    }
    .subscribe-form .required {
        font-size: 18px;
        line-height: 27px;
    }
    .subscribe-form .button {
        min-width: 186px;
    }
    .popup-menu .menu-intro {
        margin-bottom: 30px;
    }
    .popup-menu .ingredients-slider {
        margin-right: 102px;
    }
    .popup-menu .ingredients-slider .slick-dots {
        margin: 60px 0 10px;
    }
    .popup-menu .ingredients-slider .image {
        padding-bottom: 72%;
    }
    .popup-menu .accordion-item .calories-list li {
        padding: 20px 30px 20px 0;
    }
    .ingredients-info {
        padding: 40px;
    }
    .cookies {
        font-size: 18px;
        line-height: 27px;
        padding: 20px 0;
    }
    .cookies .h6 {
        margin-bottom: 5px;
    }
    .cookies .buttons button {
        margin-left: 15px;
    }
    .cookies .button {
        padding: 21px 18px;
        min-width: auto;
    }
    .social li {
        margin: 0 20px;
    }
    .hero-slider-section {
        margin-top: -100px;
    }
    .hero-slider .slick-dots {
        bottom: 15px;
    }
    .hero-slider .slick-arrow {
        bottom: 95px;
    }
    .hero-section .figures.three-items {
        left: -60px;
    }
    .hero-section .figures.four-items {
        right: 388px;
    }
    .hero-section-content {
        margin-top: 115px;
    }
    .hero-text.white {
        width: 700px;
    }
    .hero-text .button svg {
        height: 18px;
    }
    .hero-text .buttons img {
        max-width: 170px;
    }
    .subscribe-section .circle:before {
        top: 40px;
    }
    .subscribe-section .circle {
        width: 1300px;
        min-height: 675px;
        padding-left: 630px;
    }
    .subscribe-info {
        width: 387px;
    }
    .subscribe-info .figures.four-items.bottom {
        right: -110px;
        margin-top: -12px;
    }
    .subscribe-info .figures.four-items {
        left: -82px;
        top: -98px;
    }
    .subscribe-image {
        width: 530px;
        height: 530px;
    }
    .waved-section + .our-story-section {
        margin-top: -70px;
    }
    .benefits-list .item:before,
    .our-story-section .inner {
        margin-bottom: 25px;
    }
    .our-story-section .images .image.large {
        width: 24%;
        padding-bottom: 32.5px;
    }
    .our-story-section .images .image.small {
        width: 25%;
    }
    .our-story-section .images img {
        border-radius: 30px;
    }
    .our-story-section .info {
        width: 600px;
    }
    .our-story-section .cabbage {
        right: 48px;
        width: 87px;
    }
    .our-story-section .jalapeno {
        right: 32px;
        width: 40px;
    }
    .our-story-section .jalapeno2 {
        right: -10px;
        width: 31px;
    }
    .our-story-section .jalapeno3 {
        left: -10px;
        width: 40px;
    }
    .our-story-section .jalapeno4 {
        left: 30px;
        width: 40px;
    }
    .connect-with-us {
        min-height: 482px;
    }
    .shape {
        width: 600px;
        min-height: 340px;
    }
    .images-slider-wrap {
        height: 335px;
    }
    .images-slider .item {
        width: 300px;
        height: 300px;
    }
    .images-slider .item:nth-child(even) {
        width: 220px;
        height: 220px;
    }
    .catering .image .figures {
        right: 45%;
    }
    .catering .info .figures {
        left: -87px;
        bottom: 232px;
    }
    .catering .contacts-list {
        font-size: 14px;
        line-height: 14px;
    }
    .products {
        margin-top: 150px;
    }
    .products .heading {
        font-size: 20px;
        line-height: 28px;
    }
    .products .figure1 {
        left: 14px;
        top: -48px;
        width: 52px;
    }
    .products .figure2 {
        left: 215px;
        top: 80px;
        width: 50px;
    }
    .products .figure3 {
        right: 31.2%;
        top: -35px;
        width: 55px;
    }
    .products .kale {
        right: -150px;
        width: 375px;
    }
    .products .cabbage {
        left: 90px;
        width: 80px;
    }
    .products .broccoli {
        left: -97px;
        width: 282px;
        top: 54px;
    }
    .products .jalapeno.left {
        width: 40px;
        left: 115px;
    }
    .products .jalapeno.right {
        right: 217px;
        width: 30px;
        top: 15px;
    }
    .products-holder {
        max-width: 1440px;
        margin: 0 auto;
    }
    .products-slider {
        padding-bottom: 100px;
    }
    .product-card {
        border-width: 2px;
        border-radius: 30px;
        font-size: 16px;
        line-height: 24px;
    }
    .product-card .image-holder {
        margin-bottom: 20px;
    }
    .products-list {
        margin: 0;
    }
    .waved-section.faq .inner {
        padding-top: 80px;
    }
    .page-heading .wrap {
        margin-bottom: -130px;
        min-height: 500px;
    }
    .page-heading .waves-wrap {
        bottom: -80px;
    }
    .page-heading-image {
        width: 50%;
    }
    .page-heading-info {
        letter-spacing: 0.5px;
        padding-left: 80px;
    }
    .page-heading-info .button {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .benefits-list {
        font-size: 16px;
    }
    .download-section .info {
        margin-bottom: 100px;
    }
    .download-section .heading-decor-wrap {
        max-width: none;
        margin-bottom: 20px;
    }
    .main {
        padding-top: 100px;
    }
    .waved-section {
        padding-bottom: 250px;
    }
    .section {
        padding-bottom: 150px;
    }
    .section .waves {
        width: 500px;
    }
    .text-template .veggies {
        width: 150px;
    }
    .content blockquote p,
    .content blockquote q {
        font-size: 25px;
        line-height: 34px;
    }
    .contacts-section {
        padding-top: 150px;
    }
    .contacts-info {
        width: 40%;
    }
    .contacts-info .h3,
    .contacts-info .search-form,
    .contacts-info h3 {
        margin-bottom: 40px;
    }
    .store-contacts .contacts-list {
        padding-bottom: 10px;
    }
    .contacts-form .required,
    .location-item address {
        font-size: 18px;
        line-height: 27px;
    }
    .success-popup {
        font-size: 26px;
        line-height: 34px;
        letter-spacing: 0.5px;
    }
    .success-popup .heading-decor-wrap {
        margin-bottom: 30px;
    }
    .testimonials .veggies.right.bottom {
        width: 300px;
    }
    .testimonials-list .item {
        width: 540px;
    }
    .testimonials-list .logo {
        margin: 43px 0 0 78px;
    }
    .catering-item dl,
    .testimonials-info .h3,
    .testimonials-info h3 {
        margin-bottom: 40px;
    }
    .leadership {
        margin-bottom: 150px;
    }
    .holder-leadership-slider {
        width: 60%;
    }
    .leadership-slider-nav .slick-arrow.slick-prev {
        left: -70px;
    }
    .leadership-slider-nav .slick-arrow.slick-next {
        right: -70px;
    }
    .our-values.two-images .image-small {
        width: 400px;
    }
    .our-values .image {
        width: 45%;
        margin-right: 90px;
    }
    .our-values .info {
        margin-right: 80px;
    }
    .our-values .heading .button {
        margin-top: 40px;
    }
    .our-values .list li {
        padding: 0 15px;
    }
    .cascade-item p,
    .join-us p {
        margin-bottom: 35px;
    }
    .benefits.our-mission.section {
        padding-bottom: 0;
        margin-bottom: 55px;
    }
    .benefits.our-mission .additional-benefits .h3,
    .benefits.our-mission .additional-benefits h3 {
        max-width: 620px;
        margin: 0 auto 20px;
    }
    .benefits.our-mission .additional-benefits .text {
        max-width: 940px;
    }
    .our-food .info:before {
        width: 40vw;
        height: 40vw;
    }
    .our-food .info {
        width: 500px;
        padding-left: 50px;
    }
    .our-food .h5 {
        margin-bottom: 25px;
    }
    .our-food .image {
        width: 300px;
    }
    .our-food .video {
        width: 54.8%;
    }
    .timeline-slider {
        margin: 0 100px;
    }
    .catering-wrap .intro {
        margin-bottom: 50px;
    }
    .catering-wrap .links-list {
        margin-top: 40px;
    }
    .catering-items {
        margin-left: 80px;
    }
    .catering-item .decor {
        width: 52px;
        right: 60px;
        top: -107px;
    }
    .products-intro {
        margin-bottom: 80px;
    }
    .products-intro .button {
        margin-top: 15px;
    }
    .products-intro .links-list {
        margin-top: 40px;
    }
    .ingredients-section .waves-decor {
        margin-top: -555px;
    }
    .allergen-guide .heading {
        font-size: 20px;
        line-height: 28px;
    }
    .allergen-guide .buttons {
        margin-top: 40px;
    }
    .allergen-guide-wrap .h4,
    .allergen-guide-wrap h4 {
        margin-bottom: 45px;
    }
    .location-page:before {
        height: 560px;
    }
    .location-page {
        padding-bottom: 220px;
    }
    .location-page .images-slider-wrap {
        margin-top: 100px;
    }
    .location-page .products-slider-holder {
        margin-bottom: -100px;
    }
    .location-section .wave {
        top: 560px;
    }
    .locations-wrap {
        min-height: 700px;
    }
    .location-search {
        max-width: 700px;
        margin-bottom: 40px;
    }
    .detect-location {
        margin-left: 40px;
    }
    .locations-list.jcf-scrollable {
        max-height: 1153px;
    }
    .location-phone {
        font-size: 18px;
        line-height: 27px;
    }
    .location-links li {
        padding-left: 20px;
        margin-left: 20px;
    }
    #map {
        border-radius: 60px;
        height: 910px;
    }
    .location-details {
        min-height: 700px;
    }
    .location-details .h1,
    .location-details h1 {
        margin-bottom: 40px;
    }
    .location-details #map {
        height: 800px;
    }
}
@media (min-width: 1600px) {
    .our-food .info {
        padding-left: 65px;
        padding-top: 80px;
    }
}
@media (min-width: 1800px) {
    body {
        font-size: 22px;
        line-height: 30px;
    }
    .h1,
    h1 {
        font-size: 90px;
        line-height: 90px;
    }
    body.location-template-default h1 span {
        font-size: 50px;
    }
    .h2,
    h2 {
        font-size: 60px;
        line-height: 60px;
    }
    .h3,
    h3,
    mark {
        font-size: 34px;
        line-height: 34px;
    }
    .h4,
    .h5,
    h4,
    h5 {
        font-size: 24px;
        line-height: 24px;
    }
    .allergen-ingredients ul strong,
    .footer-nav ul,
    .h6,
    .link,
    h6 {
        font-size: 16px;
        line-height: 18px;
    }
    .link {
        line-height: 16px;
    }
    mark {
        font-size: 26px;
    }
    .content ol > li:before {
        min-width: 23px;
    }
    input[type="date"],
    input[type="email"],
    input[type="number"],
    input[type="password"],
    input[type="tel"],
    input[type="text"],
    textarea {
        font-size: 18px;
        line-height: 28px;
    }
    .button,
    input[type="submit"] {
        padding: 21px 30px;
    }
    .dotted-image {
        padding-top: 60px;
    }
    .heading-decor:before {
        width: 115px;
        height: 55px;
        left: -45px;
    }
    [class*="_lg-1"] > [class*="col-"],
    [class*="_lg-1"] > [class*="col_"],
    [class*="_lg-1"] > [class~="col"] {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    [class*="_lg-2"] > [class*="col-"],
    [class*="_lg-2"] > [class*="col_"],
    [class*="_lg-2"] > [class~="col"] {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    [class*="_lg-3"] > [class*="col-"],
    [class*="_lg-3"] > [class*="col_"],
    [class*="_lg-3"] > [class~="col"] {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    [class*="_lg-4"] > [class*="col-"],
    [class*="_lg-4"] > [class*="col_"],
    [class*="_lg-4"] > [class~="col"] {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    [class*="_lg-5"] > [class*="col-"],
    [class*="_lg-5"] > [class*="col_"],
    [class*="_lg-5"] > [class~="col"] {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%;
    }
    [class*="_lg-6"] > [class*="col-"],
    [class*="_lg-6"] > [class*="col_"],
    [class*="_lg-6"] > [class~="col"] {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    [class*="_lg-7"] > [class*="col-"],
    [class*="_lg-7"] > [class*="col_"],
    [class*="_lg-7"] > [class~="col"] {
        -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%;
        max-width: 14.28571%;
    }
    [class*="_lg-8"] > [class*="col-"],
    [class*="_lg-8"] > [class*="col_"],
    [class*="_lg-8"] > [class~="col"] {
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
        max-width: 12.5%;
    }
    [class*="_lg-9"] > [class*="col-"],
    [class*="_lg-9"] > [class*="col_"],
    [class*="_lg-9"] > [class~="col"] {
        -ms-flex-preferred-size: 11.11111%;
        flex-basis: 11.11111%;
        max-width: 11.11111%;
    }
    [class*="_lg-10"] > [class*="col-"],
    [class*="_lg-10"] > [class*="col_"],
    [class*="_lg-10"] > [class~="col"] {
        -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
        max-width: 10%;
    }
    [class*="_lg-11"] > [class*="col-"],
    [class*="_lg-11"] > [class*="col_"],
    [class*="_lg-11"] > [class~="col"] {
        -ms-flex-preferred-size: 9.09091%;
        flex-basis: 9.09091%;
        max-width: 9.09091%;
    }
    [class*="_lg-12"] > [class*="col-"],
    [class*="_lg-12"] > [class*="col_"],
    [class*="_lg-12"] > [class~="col"] {
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    [class*="_lg-13"] > [class*="col-"],
    [class*="_lg-13"] > [class*="col_"],
    [class*="_lg-13"] > [class~="col"] {
        -ms-flex-preferred-size: 7.69231%;
        flex-basis: 7.69231%;
        max-width: 7.69231%;
    }
    [class*="_lg-14"] > [class*="col-"],
    [class*="_lg-14"] > [class*="col_"],
    [class*="_lg-14"] > [class~="col"] {
        -ms-flex-preferred-size: 7.14286%;
        flex-basis: 7.14286%;
        max-width: 7.14286%;
    }
    [class*="_lg-15"] > [class*="col-"],
    [class*="_lg-15"] > [class*="col_"],
    [class*="_lg-15"] > [class~="col"] {
        -ms-flex-preferred-size: 6.66667%;
        flex-basis: 6.66667%;
        max-width: 6.66667%;
    }
    [class*="_lg-16"] > [class*="col-"],
    [class*="_lg-16"] > [class*="col_"],
    [class*="_lg-16"] > [class~="col"] {
        -ms-flex-preferred-size: 6.25%;
        flex-basis: 6.25%;
        max-width: 6.25%;
    }
    [class*="_lg-17"] > [class*="col-"],
    [class*="_lg-17"] > [class*="col_"],
    [class*="_lg-17"] > [class~="col"] {
        -ms-flex-preferred-size: 5.88235%;
        flex-basis: 5.88235%;
        max-width: 5.88235%;
    }
    [class*="_lg-18"] > [class*="col-"],
    [class*="_lg-18"] > [class*="col_"],
    [class*="_lg-18"] > [class~="col"] {
        -ms-flex-preferred-size: 5.55556%;
        flex-basis: 5.55556%;
        max-width: 5.55556%;
    }
    [class*="_lg-19"] > [class*="col-"],
    [class*="_lg-19"] > [class*="col_"],
    [class*="_lg-19"] > [class~="col"] {
        -ms-flex-preferred-size: 5.26316%;
        flex-basis: 5.26316%;
        max-width: 5.26316%;
    }
    [class*="_lg-20"] > [class*="col-"],
    [class*="_lg-20"] > [class*="col_"],
    [class*="_lg-20"] > [class~="col"] {
        -ms-flex-preferred-size: 5%;
        flex-basis: 5%;
        max-width: 5%;
    }
    [class*="_lg-21"] > [class*="col-"],
    [class*="_lg-21"] > [class*="col_"],
    [class*="_lg-21"] > [class~="col"] {
        -ms-flex-preferred-size: 4.7619%;
        flex-basis: 4.7619%;
        max-width: 4.7619%;
    }
    [class*="_lg-22"] > [class*="col-"],
    [class*="_lg-22"] > [class*="col_"],
    [class*="_lg-22"] > [class~="col"] {
        -ms-flex-preferred-size: 4.54545%;
        flex-basis: 4.54545%;
        max-width: 4.54545%;
    }
    [class*="_lg-23"] > [class*="col-"],
    [class*="_lg-23"] > [class*="col_"],
    [class*="_lg-23"] > [class~="col"] {
        -ms-flex-preferred-size: 4.34783%;
        flex-basis: 4.34783%;
        max-width: 4.34783%;
    }
    [class*="_lg-24"] > [class*="col-"],
    [class*="_lg-24"] > [class*="col_"],
    [class*="_lg-24"] > [class~="col"],
    [class*="grid-"] > [class*="_lg-1"],
    [class*="grid_"] > [class*="_lg-1"],
    [class~="grid"] > [class*="_lg-1"] {
        -ms-flex-preferred-size: 4.16667%;
        flex-basis: 4.16667%;
        max-width: 4.16667%;
    }
    [class*="grid-"] > [class*="_lg-2"],
    [class*="grid_"] > [class*="_lg-2"],
    [class~="grid"] > [class*="_lg-2"] {
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    [class*="grid-"] > [class*="_lg-3"],
    [class*="grid_"] > [class*="_lg-3"],
    [class~="grid"] > [class*="_lg-3"] {
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
        max-width: 12.5%;
    }
    [class*="grid-"] > [class*="_lg-4"],
    [class*="grid_"] > [class*="_lg-4"],
    [class~="grid"] > [class*="_lg-4"] {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    [class*="grid-"] > [class*="_lg-5"],
    [class*="grid_"] > [class*="_lg-5"],
    [class~="grid"] > [class*="_lg-5"] {
        -ms-flex-preferred-size: 20.83333%;
        flex-basis: 20.83333%;
        max-width: 20.83333%;
    }
    [class*="grid-"] > [class*="_lg-6"],
    [class*="grid_"] > [class*="_lg-6"],
    [class~="grid"] > [class*="_lg-6"] {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    [class*="grid-"] > [class*="_lg-7"],
    [class*="grid_"] > [class*="_lg-7"],
    [class~="grid"] > [class*="_lg-7"] {
        -ms-flex-preferred-size: 29.16667%;
        flex-basis: 29.16667%;
        max-width: 29.16667%;
    }
    [class*="grid-"] > [class*="_lg-8"],
    [class*="grid_"] > [class*="_lg-8"],
    [class~="grid"] > [class*="_lg-8"] {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    [class*="grid-"] > [class*="_lg-9"],
    [class*="grid_"] > [class*="_lg-9"],
    [class~="grid"] > [class*="_lg-9"] {
        -ms-flex-preferred-size: 37.5%;
        flex-basis: 37.5%;
        max-width: 37.5%;
    }
    [class*="grid-"] > [class*="_lg-10"],
    [class*="grid_"] > [class*="_lg-10"],
    [class~="grid"] > [class*="_lg-10"] {
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    [class*="grid-"] > [class*="_lg-11"],
    [class*="grid_"] > [class*="_lg-11"],
    [class~="grid"] > [class*="_lg-11"] {
        -ms-flex-preferred-size: 45.83333%;
        flex-basis: 45.83333%;
        max-width: 45.83333%;
    }
    [class*="grid-"] > [class*="_lg-12"],
    [class*="grid_"] > [class*="_lg-12"],
    [class~="grid"] > [class*="_lg-12"] {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    [class*="grid-"] > [class*="_lg-13"],
    [class*="grid_"] > [class*="_lg-13"],
    [class~="grid"] > [class*="_lg-13"] {
        -ms-flex-preferred-size: 54.16667%;
        flex-basis: 54.16667%;
        max-width: 54.16667%;
    }
    [class*="grid-"] > [class*="_lg-14"],
    [class*="grid_"] > [class*="_lg-14"],
    [class~="grid"] > [class*="_lg-14"] {
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    [class*="grid-"] > [class*="_lg-15"],
    [class*="grid_"] > [class*="_lg-15"],
    [class~="grid"] > [class*="_lg-15"] {
        -ms-flex-preferred-size: 62.5%;
        flex-basis: 62.5%;
        max-width: 62.5%;
    }
    [class*="grid-"] > [class*="_lg-16"],
    [class*="grid_"] > [class*="_lg-16"],
    [class~="grid"] > [class*="_lg-16"] {
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    [class*="grid-"] > [class*="_lg-17"],
    [class*="grid_"] > [class*="_lg-17"],
    [class~="grid"] > [class*="_lg-17"] {
        -ms-flex-preferred-size: 70.83333%;
        flex-basis: 70.83333%;
        max-width: 70.83333%;
    }
    [class*="grid-"] > [class*="_lg-18"],
    [class*="grid_"] > [class*="_lg-18"],
    [class~="grid"] > [class*="_lg-18"] {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    [class*="grid-"] > [class*="_lg-19"],
    [class*="grid_"] > [class*="_lg-19"],
    [class~="grid"] > [class*="_lg-19"] {
        -ms-flex-preferred-size: 79.16667%;
        flex-basis: 79.16667%;
        max-width: 79.16667%;
    }
    [class*="grid-"] > [class*="_lg-20"],
    [class*="grid_"] > [class*="_lg-20"],
    [class~="grid"] > [class*="_lg-20"] {
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    [class*="grid-"] > [class*="_lg-21"],
    [class*="grid_"] > [class*="_lg-21"],
    [class~="grid"] > [class*="_lg-21"] {
        -ms-flex-preferred-size: 87.5%;
        flex-basis: 87.5%;
        max-width: 87.5%;
    }
    [class*="grid-"] > [class*="_lg-22"],
    [class*="grid_"] > [class*="_lg-22"],
    [class~="grid"] > [class*="_lg-22"] {
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    [class*="grid-"] > [class*="_lg-23"],
    [class*="grid_"] > [class*="_lg-23"],
    [class~="grid"] > [class*="_lg-23"] {
        -ms-flex-preferred-size: 95.83333%;
        flex-basis: 95.83333%;
        max-width: 95.83333%;
    }
    [class*="grid-"] > [class*="_lg-24"],
    [class*="grid_"] > [class*="_lg-24"],
    [class~="grid"] > [class*="_lg-24"] {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    [class*="grid-"] > [data-push-left*="_lg-0"],
    [class*="grid_"] > [data-push-left*="_lg-0"],
    [class~="grid"] > [data-push-left*="_lg-0"] {
        margin-left: 0;
    }
    [class*="grid-"] > [data-push-left*="_lg-1"],
    [class*="grid_"] > [data-push-left*="_lg-1"],
    [class~="grid"] > [data-push-left*="_lg-1"] {
        margin-left: 4.16667%;
    }
    [class*="grid-"] > [data-push-left*="_lg-2"],
    [class*="grid_"] > [data-push-left*="_lg-2"],
    [class~="grid"] > [data-push-left*="_lg-2"] {
        margin-left: 8.33333%;
    }
    [class*="grid-"] > [data-push-left*="_lg-3"],
    [class*="grid_"] > [data-push-left*="_lg-3"],
    [class~="grid"] > [data-push-left*="_lg-3"] {
        margin-left: 12.5%;
    }
    [class*="grid-"] > [data-push-left*="_lg-4"],
    [class*="grid_"] > [data-push-left*="_lg-4"],
    [class~="grid"] > [data-push-left*="_lg-4"] {
        margin-left: 16.66667%;
    }
    [class*="grid-"] > [data-push-left*="_lg-5"],
    [class*="grid_"] > [data-push-left*="_lg-5"],
    [class~="grid"] > [data-push-left*="_lg-5"] {
        margin-left: 20.83333%;
    }
    [class*="grid-"] > [data-push-left*="_lg-6"],
    [class*="grid_"] > [data-push-left*="_lg-6"],
    [class~="grid"] > [data-push-left*="_lg-6"] {
        margin-left: 25%;
    }
    [class*="grid-"] > [data-push-left*="_lg-7"],
    [class*="grid_"] > [data-push-left*="_lg-7"],
    [class~="grid"] > [data-push-left*="_lg-7"] {
        margin-left: 29.16667%;
    }
    [class*="grid-"] > [data-push-left*="_lg-8"],
    [class*="grid_"] > [data-push-left*="_lg-8"],
    [class~="grid"] > [data-push-left*="_lg-8"] {
        margin-left: 33.33333%;
    }
    [class*="grid-"] > [data-push-left*="_lg-9"],
    [class*="grid_"] > [data-push-left*="_lg-9"],
    [class~="grid"] > [data-push-left*="_lg-9"] {
        margin-left: 37.5%;
    }
    [class*="grid-"] > [data-push-left*="_lg-10"],
    [class*="grid_"] > [data-push-left*="_lg-10"],
    [class~="grid"] > [data-push-left*="_lg-10"] {
        margin-left: 41.66667%;
    }
    [class*="grid-"] > [data-push-left*="_lg-11"],
    [class*="grid_"] > [data-push-left*="_lg-11"],
    [class~="grid"] > [data-push-left*="_lg-11"] {
        margin-left: 45.83333%;
    }
    [class*="grid-"] > [data-push-left*="_lg-12"],
    [class*="grid_"] > [data-push-left*="_lg-12"],
    [class~="grid"] > [data-push-left*="_lg-12"] {
        margin-left: 50%;
    }
    [class*="grid-"] > [data-push-left*="_lg-13"],
    [class*="grid_"] > [data-push-left*="_lg-13"],
    [class~="grid"] > [data-push-left*="_lg-13"] {
        margin-left: 54.16667%;
    }
    [class*="grid-"] > [data-push-left*="_lg-14"],
    [class*="grid_"] > [data-push-left*="_lg-14"],
    [class~="grid"] > [data-push-left*="_lg-14"] {
        margin-left: 58.33333%;
    }
    [class*="grid-"] > [data-push-left*="_lg-15"],
    [class*="grid_"] > [data-push-left*="_lg-15"],
    [class~="grid"] > [data-push-left*="_lg-15"] {
        margin-left: 62.5%;
    }
    [class*="grid-"] > [data-push-left*="_lg-16"],
    [class*="grid_"] > [data-push-left*="_lg-16"],
    [class~="grid"] > [data-push-left*="_lg-16"] {
        margin-left: 66.66667%;
    }
    [class*="grid-"] > [data-push-left*="_lg-17"],
    [class*="grid_"] > [data-push-left*="_lg-17"],
    [class~="grid"] > [data-push-left*="_lg-17"] {
        margin-left: 70.83333%;
    }
    [class*="grid-"] > [data-push-left*="_lg-18"],
    [class*="grid_"] > [data-push-left*="_lg-18"],
    [class~="grid"] > [data-push-left*="_lg-18"] {
        margin-left: 75%;
    }
    [class*="grid-"] > [data-push-left*="_lg-19"],
    [class*="grid_"] > [data-push-left*="_lg-19"],
    [class~="grid"] > [data-push-left*="_lg-19"] {
        margin-left: 79.16667%;
    }
    [class*="grid-"] > [data-push-left*="_lg-20"],
    [class*="grid_"] > [data-push-left*="_lg-20"],
    [class~="grid"] > [data-push-left*="_lg-20"] {
        margin-left: 83.33333%;
    }
    [class*="grid-"] > [data-push-left*="_lg-21"],
    [class*="grid_"] > [data-push-left*="_lg-21"],
    [class~="grid"] > [data-push-left*="_lg-21"] {
        margin-left: 87.5%;
    }
    [class*="grid-"] > [data-push-left*="_lg-22"],
    [class*="grid_"] > [data-push-left*="_lg-22"],
    [class~="grid"] > [data-push-left*="_lg-22"] {
        margin-left: 91.66667%;
    }
    [class*="grid-"] > [data-push-left*="_lg-23"],
    [class*="grid_"] > [data-push-left*="_lg-23"],
    [class~="grid"] > [data-push-left*="_lg-23"] {
        margin-left: 95.83333%;
    }
    [class*="grid-"] > [data-push-right*="_lg-0"],
    [class*="grid_"] > [data-push-right*="_lg-0"],
    [class~="grid"] > [data-push-right*="_lg-0"] {
        margin-right: 0;
    }
    [class*="grid-"] > [data-push-right*="_lg-1"],
    [class*="grid_"] > [data-push-right*="_lg-1"],
    [class~="grid"] > [data-push-right*="_lg-1"] {
        margin-right: 4.16667%;
    }
    [class*="grid-"] > [data-push-right*="_lg-2"],
    [class*="grid_"] > [data-push-right*="_lg-2"],
    [class~="grid"] > [data-push-right*="_lg-2"] {
        margin-right: 8.33333%;
    }
    [class*="grid-"] > [data-push-right*="_lg-3"],
    [class*="grid_"] > [data-push-right*="_lg-3"],
    [class~="grid"] > [data-push-right*="_lg-3"] {
        margin-right: 12.5%;
    }
    [class*="grid-"] > [data-push-right*="_lg-4"],
    [class*="grid_"] > [data-push-right*="_lg-4"],
    [class~="grid"] > [data-push-right*="_lg-4"] {
        margin-right: 16.66667%;
    }
    [class*="grid-"] > [data-push-right*="_lg-5"],
    [class*="grid_"] > [data-push-right*="_lg-5"],
    [class~="grid"] > [data-push-right*="_lg-5"] {
        margin-right: 20.83333%;
    }
    [class*="grid-"] > [data-push-right*="_lg-6"],
    [class*="grid_"] > [data-push-right*="_lg-6"],
    [class~="grid"] > [data-push-right*="_lg-6"] {
        margin-right: 25%;
    }
    [class*="grid-"] > [data-push-right*="_lg-7"],
    [class*="grid_"] > [data-push-right*="_lg-7"],
    [class~="grid"] > [data-push-right*="_lg-7"] {
        margin-right: 29.16667%;
    }
    [class*="grid-"] > [data-push-right*="_lg-8"],
    [class*="grid_"] > [data-push-right*="_lg-8"],
    [class~="grid"] > [data-push-right*="_lg-8"] {
        margin-right: 33.33333%;
    }
    [class*="grid-"] > [data-push-right*="_lg-9"],
    [class*="grid_"] > [data-push-right*="_lg-9"],
    [class~="grid"] > [data-push-right*="_lg-9"] {
        margin-right: 37.5%;
    }
    [class*="grid-"] > [data-push-right*="_lg-10"],
    [class*="grid_"] > [data-push-right*="_lg-10"],
    [class~="grid"] > [data-push-right*="_lg-10"] {
        margin-right: 41.66667%;
    }
    [class*="grid-"] > [data-push-right*="_lg-11"],
    [class*="grid_"] > [data-push-right*="_lg-11"],
    [class~="grid"] > [data-push-right*="_lg-11"] {
        margin-right: 45.83333%;
    }
    [class*="grid-"] > [data-push-right*="_lg-12"],
    [class*="grid_"] > [data-push-right*="_lg-12"],
    [class~="grid"] > [data-push-right*="_lg-12"] {
        margin-right: 50%;
    }
    [class*="grid-"] > [data-push-right*="_lg-13"],
    [class*="grid_"] > [data-push-right*="_lg-13"],
    [class~="grid"] > [data-push-right*="_lg-13"] {
        margin-right: 54.16667%;
    }
    [class*="grid-"] > [data-push-right*="_lg-14"],
    [class*="grid_"] > [data-push-right*="_lg-14"],
    [class~="grid"] > [data-push-right*="_lg-14"] {
        margin-right: 58.33333%;
    }
    [class*="grid-"] > [data-push-right*="_lg-15"],
    [class*="grid_"] > [data-push-right*="_lg-15"],
    [class~="grid"] > [data-push-right*="_lg-15"] {
        margin-right: 62.5%;
    }
    [class*="grid-"] > [data-push-right*="_lg-16"],
    [class*="grid_"] > [data-push-right*="_lg-16"],
    [class~="grid"] > [data-push-right*="_lg-16"] {
        margin-right: 66.66667%;
    }
    [class*="grid-"] > [data-push-right*="_lg-17"],
    [class*="grid_"] > [data-push-right*="_lg-17"],
    [class~="grid"] > [data-push-right*="_lg-17"] {
        margin-right: 70.83333%;
    }
    [class*="grid-"] > [data-push-right*="_lg-18"],
    [class*="grid_"] > [data-push-right*="_lg-18"],
    [class~="grid"] > [data-push-right*="_lg-18"] {
        margin-right: 75%;
    }
    [class*="grid-"] > [data-push-right*="_lg-19"],
    [class*="grid_"] > [data-push-right*="_lg-19"],
    [class~="grid"] > [data-push-right*="_lg-19"] {
        margin-right: 79.16667%;
    }
    [class*="grid-"] > [data-push-right*="_lg-20"],
    [class*="grid_"] > [data-push-right*="_lg-20"],
    [class~="grid"] > [data-push-right*="_lg-20"] {
        margin-right: 83.33333%;
    }
    [class*="grid-"] > [data-push-right*="_lg-21"],
    [class*="grid_"] > [data-push-right*="_lg-21"],
    [class~="grid"] > [data-push-right*="_lg-21"] {
        margin-right: 87.5%;
    }
    [class*="grid-"] > [data-push-right*="_lg-22"],
    [class*="grid_"] > [data-push-right*="_lg-22"],
    [class~="grid"] > [data-push-right*="_lg-22"] {
        margin-right: 91.66667%;
    }
    [class*="grid-"] > [data-push-right*="_lg-23"],
    [class*="grid_"] > [data-push-right*="_lg-23"],
    [class~="grid"] > [data-push-right*="_lg-23"] {
        margin-right: 95.83333%;
    }
    [class*="grid-"] [class*="_lg-first"],
    [class*="grid_"] [class*="_lg-first"],
    [class~="grid"] [class*="_lg-first"] {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    [class*="grid-"] [class*="_lg-last"],
    [class*="grid_"] [class*="_lg-last"],
    [class~="grid"] [class*="_lg-last"] {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    [class*="lg-hidden"] {
        display: none;
    }
    .jcf-list .jcf-option,
    .jcf-select .jcf-select-text {
        font-size: 18px;
        line-height: 18px;
    }
    .footer {
        padding: 50px 0;
    }
    .footer .waves-wrap {
        top: -250px;
    }
    .footer .cabbage {
        top: -700px;
    }
    .footer .kale {
        width: 570px;
        height: 458px;
        right: -80px;
        top: -480px;
    }
    .footer-logos .logo-main {
        margin-right: 110px;
    }
    .footer-logos .logo-main .logo {
        width: 212px;
    }
    .footer-logos .logo-kids {
        font-size: 14px;
        line-height: 22px;
    }
    .footer-logos .logo-kids .logo {
        width: 83px;
        margin-right: 18px;
    }
    .footer-bottom {
        font-size: 18px;
        line-height: 27px;
        padding-top: 40px;
    }
    .popup-holder {
        width: 1260px;
    }
    .popup-subscribe .success-popup {
        font-size: 24px;
        min-height: auto;
    }
    .popup-menu .popup-inner {
        padding: 80px;
    }
    .content table td,
    .content table th,
    .popup-menu .accordion,
    .popup-menu .allergens-details {
        font-size: 18px;
        line-height: 27px;
    }
    .popup-menu .wave-bottom {
        width: 100%;
    }
    .popup-ingredients .popup-holder {
        width: 730px;
    }
    .ingredients-info {
        padding: 40px 60px;
    }
    .hero-section,
    .hero-slider {
        min-height: 960px;
    }
    .hero-slider .slick-arrow.slick-prev {
        right: calc((100vw - 1590px) / 2);
    }
    .hero-slider .slick-arrow.slick-next {
        right: calc((100vw - 1612px) / 2);
    }
    .hero-section .figures.three-items {
        left: -90px;
    }
    .hero-text.white {
        font-size: 26px;
        line-height: 34px;
    }
    .hero-text {
        font-size: 22px;
        line-height: 30px;
    }
    .hero-text .heading-decor:before {
        top: -20px;
    }
    .hero-text .h1 {
        margin-bottom: 40px;
        margin-right: -100px;
    }
    .hero-text p {
        max-width: 540px;
    }
    .hero-text .button {
        min-width: 185px;
    }
    .hero-text .buttons {
        margin-top: 60px;
    }
    .hero-text .buttons img {
        max-width: 207px;
    }
    .subscribe-section .circle:before {
        height: 1740px;
    }
    .subscribe-section .circle {
        width: 1740px;
        min-height: 895px;
        padding-top: 290px;
        padding-left: 800px;
    }
    .subscribe-info {
        width: 583px;
        margin-bottom: 390px;
    }
    .subscribe-image {
        width: 630px;
        height: 630px;
        left: 47px;
        top: 185px;
    }
    .our-story-section {
        margin-bottom: 115px;
    }
    .our-story-section .inner {
        min-height: 680px;
    }
    .our-story-section .images .image.large {
        width: 26.5%;
        padding-bottom: 36.3%;
    }
    .our-story-section .images .image.small {
        width: 31%;
    }
    .our-story-section .info {
        width: 700px;
        padding-bottom: 110px;
    }
    .our-story-section .info .button {
        margin-top: 40px;
    }
    .our-story-section .heading {
        padding-top: 55px;
        margin-bottom: 35px;
    }
    .our-story-section .figures.top {
        top: 110px;
        margin-left: 100px;
    }
    .our-story-section .figures.bottom {
        left: 70px;
    }
    .connect-with-us {
        min-height: 612px;
    }
    .connect-with-us .image.image-right {
        margin-right: 25px;
    }
    .connect-with-us .h2,
    .connect-with-us h2 {
        margin-bottom: 30px;
    }
    .connect-with-us .h2 svg,
    .connect-with-us h2 svg {
        top: -66px;
        width: 74px;
        height: 74px;
        right: 40px;
    }
    .connect-with-us ul {
        font-size: 26px;
        line-height: 36px;
    }
    .connect-with-us li {
        margin-bottom: 0;
    }
    .shape {
        width: 678px;
        min-height: 350px;
        padding: 100px 40px 40px;
        margin-top: 20px;
    }
    .images-slider-wrap {
        margin-top: -105px;
    }
    .catering {
        margin-left: 80px;
        font-size: 22px;
        line-height: 30px;
        min-height: 696px;
    }
    .catering .column:last-child {
        width: 37.5%;
    }
    .catering .heading.desktop:before {
        top: -12px;
    }
    .catering .contacts-list,
    .ingredients-row ul {
        font-size: 16px;
        line-height: 16px;
    }
    .catering .contacts-list li {
        padding-bottom: 15px;
    }
    .catering .buttons {
        margin-top: 45px;
    }
    .contacts-list svg {
        margin-right: 18px;
    }
    .products {
        margin-bottom: 110px;
    }
    .products .heading {
        max-width: 940px;
        margin-bottom: 80px;
        font-size: 22px;
        line-height: 30px;
    }
    .products .heading .h2,
    .products .heading h2,
    .products .heading p {
        margin-bottom: 20px;
    }
    .products .heading .button {
        margin-top: 20px;
    }
    .products-slider-holder {
        max-width: 1920px;
        overflow: hidden;
        margin: -20px -90px 0;
        padding: 0 10px;
    }
    .product-card {
        font-size: 18px;
        line-height: 27px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .accordion-item .heading:before {
        top: 4px;
        height: 14px;
    }
    .accordion-item .heading:after {
        width: 14px;
        right: 2px;
    }
    .page-heading .wrap {
        min-height: 580px;
    }
    .page-heading .image-small {
        width: 300px;
        bottom: -160px;
    }
    .page-heading-image {
        width: 980px;
    }
    .download-section .info,
    .page-heading-info {
        font-size: 26px;
        line-height: 34px;
    }
    .page-heading-info .hero-text .buttons {
        margin-top: 40px;
    }
    .benefits-list {
        font-size: 18px;
        line-height: 27px;
        margin-left: 150px;
        margin-right: 150px;
    }
    .download-section {
        margin-top: -120px;
    }
    .download-section .info {
        margin-left: 80px;
        width: 620px;
        margin-bottom: 150px;
    }
    .download-section .image {
        width: 1030px;
        margin-right: -90px;
        margin-bottom: -260px;
    }
    .container {
        max-width: 1920px;
        padding: 0 90px;
    }
    .waved-section {
        padding-bottom: 330px;
    }
    .section .waves {
        width: 790px;
    }
    .error-block {
        min-height: 1050px;
    }
    .error-block .wrap {
        font-size: 26px;
        line-height: 34px;
        max-width: 970px;
    }
    .error-block .wrap .figure {
        bottom: -35px;
        right: -138px;
    }
    .error-block .buttons {
        margin-top: 60px;
    }
    .text-template {
        padding: 185px 0 20px;
    }
    .testimonials .veggies.right.bottom,
    .text-template .veggies {
        width: auto;
    }
    .content .h1,
    .content h1 {
        margin-bottom: 80px;
    }
    .content blockquote p,
    .content blockquote q {
        font-size: 30px;
        line-height: 39px;
    }
    .article-date {
        margin-bottom: 60px;
    }
    .contacts-section .waves-decor {
        top: -100px;
        right: 0;
        left: auto;
    }
    .contacts-info {
        margin-left: 160px;
        width: 620px;
        font-size: 26px;
        line-height: 34px;
    }
    .contacts-info .figure {
        right: auto;
        top: -40px;
        left: 320px;
    }
    .contacts-info p {
        margin-bottom: 35px;
    }
    .cascade-item mark,
    .contacts-info .contacts-list {
        font-size: 22px;
        line-height: 30px;
    }
    .contacts-info .contacts-list li {
        padding-bottom: 10px;
    }
    .store-contacts .contacts-list {
        margin-right: 20px;
    }
    .store-contacts .contacts-list li:first-child {
        width: 355px;
    }
    .location-search label,
    .search-form label {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 18px;
    }
    .contacts-form-holder {
        width: 45%;
        margin-top: 30px;
    }
    .contacts-form {
        padding: 100px 80px 80px;
    }
    .success-popup {
        min-height: 600px;
        padding: 120px 120px 0;
    }
    .success-popup .veggies {
        left: -120px;
        top: 3px;
    }
    .testimonials-list blockquote {
        font-size: 26px;
        line-height: 35px;
    }
    .leadership .inner {
        margin-left: 80px;
    }
    .leadership .info {
        font-size: 26px;
        line-height: 35px;
        margin-right: 60px;
    }
    .holder-leadership-slider {
        width: 56.6%;
    }
    .holder-leadership-slider .leadership-slider .item {
        font-size: 18px;
        line-height: 27px;
    }
    .our-values.two-images .image {
        width: 700px;
    }
    .our-values.two-images .image-small {
        width: 460px;
        margin-right: -60px;
    }
    .our-values.two-images .info {
        margin-right: 150px;
    }
    .our-values .inner {
        margin: 0 80px;
    }
    .our-values .image {
        width: 50%;
    }
    .our-values .heading {
        letter-spacing: 0.5px;
        font-size: 26px;
        line-height: 35px;
    }
    .our-values .heading .h2 .heart,
    .our-values .heading h2 .heart {
        left: 110px;
        top: -65px;
        width: 70px;
    }
    .our-values .heading .h2 .figure,
    .our-values .heading h2 .figure {
        right: -32px;
        width: 50px;
        top: -70px;
    }
    .catering-item dd,
    .our-values .list {
        font-size: 18px;
        line-height: 27px;
    }
    .join-us.waved-section {
        margin-bottom: -285px;
    }
    .join-us .wrap {
        max-width: 940px;
        font-size: 26px;
        line-height: 34px;
    }
    .join-us .image {
        margin: -130px -130px 0;
    }
    .benefits.our-mission .heading-decor-wrap,
    .our-food .info {
        font-size: 26px;
        line-height: 34px;
    }
    .benefits.our-mission .benefits-list {
        margin-bottom: 35px;
    }
    .benefits.our-mission .benefits-list .item {
        padding: 40px 20px;
    }
    .benefits.our-mission .benefits-list p {
        margin-bottom: 27px;
    }
    .our-food {
        margin: 0 85px 100px;
    }
    .our-food .info:before {
        width: 780px;
        height: 780px;
        left: -170px;
        top: -110px;
    }
    .our-food .info {
        width: 520px;
        padding-top: 100px;
        padding-left: 0;
    }
    .our-food .image {
        width: 460px;
        left: -170px;
        margin-top: 30px;
    }
    .timeline .heading-decor-wrap {
        font-size: 26px;
        line-height: 34px;
        letter-spacing: 0.5px;
    }
    .timeline .heading-decor-wrap p {
        margin-top: 30px;
    }
    .timeline-slider {
        font-size: 18px;
        line-height: 27px;
        margin: 0 160px;
    }
    .timeline-slider .slick-slide {
        padding-top: 90px;
    }
    .cascade-item {
        font-size: 26px;
        line-height: 34px;
        margin: 0 160px 150px 80px;
    }
    .cascade-item .info {
        width: 620px;
    }
    .catering-item.inverse .image {
        margin-left: 165px;
    }
    .catering-item {
        min-height: 860px;
    }
    .catering-item .image:before {
        margin-left: -120px;
    }
    .catering-item dt {
        font-size: 24px;
        line-height: 28px;
    }
    .ingredients-section {
        margin-bottom: 50px;
    }
    .ingredients-section .container {
        max-width: 1760px;
    }
    .ingredients-image {
        margin: -95px -80px -140px;
    }
    .allergen-guide {
        padding: 80px;
    }
    .allergen-guide .heading {
        font-size: 26px;
        line-height: 34px;
    }
    .allergen-guide .heart {
        top: -60px;
        width: 70px;
    }
    .allergen-guide .hidden-info {
        margin-top: 80px;
    }
    .allergen-guide-list,
    .allergen-ingredients {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 40px;
    }
    .allergen-guide-list {
        margin-bottom: -20px;
    }
    .allergen-guide-list li,
    .location-details .buttons a {
        margin-bottom: 40px;
    }
    .location-page {
        padding-top: 80px;
        padding-bottom: 290px;
        margin-bottom: -150px;
    }
    .location-section {
        margin-left: 80px;
    }
    .locations-wrap {
        max-width: 860px;
        margin-top: 72px;
        margin-bottom: -35px;
        min-height: 1018px;
    }
    .location-search {
        margin-bottom: 100px;
    }
    .locations {
        width: 700px;
    }
    .locations-list.jcf-scrollable {
        max-height: 1130px;
    }
    .location-item address {
        margin-bottom: 3px;
    }
    .location-links .link {
        font-size: 16px;
        line-height: 16px;
    }
    #map {
        height: 755px;
    }
    .location-details {
        width: 52%;
        min-height: 960px;
    }
    .location-details .back-link {
        margin-bottom: 48px;
    }
    .location-details address {
        font-size: 24px;
        line-height: 28px;
    }
    .location-details .h1,
    .location-details h1 {
        font-size: 90px;
        line-height: 90px;
    }
    .location-details .location-links {
        margin-top: 40px;
        margin-bottom: 35px;
    }
    .location-details .phone {
        margin-bottom: 25px;
    }
    .location-details .location-phone {
        font-size: 22px;
        line-height: 30px;
    }
    .location-details .google-map {
        width: 49.5%;
        max-width: 700px;
    }
    .location-details #map {
        height: 960px;
    }
}
@media (min-width: 2400px) {
    .footer .kale {
        top: -35vh;
    }
}
@media (max-width: 1799px) {
    .veggies {
        width: 140px;
    }
    .text-template .veggies.top {
        width: 50px;
    }
}
@media (max-width: 1439px) {
    .veggies {
        width: 120px;
    }
}
@media (max-width: 1199px) {
    .veggies {
        width: 80px;
    }
    .menu-opened {
        overflow: hidden;
    }
    .menu,
    .menu .holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
    .menu {
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        padding: 110px 0 0;
        z-index: 5;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-transition: visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
        transition: visibility 0.3s, opacity 0.3s, transform 0.3s;
        transition: visibility 0.3s, opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    }
    .menu .holder {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        max-height: calc(100vh - 65px);
        max-height: calc((var(--vh, 1vh) * 100) - 65px);
    }
    .menu,
    .menu-opened .menu {
        background: #fff;
    }
    .hero-text .button {
        padding-left: 10px;
        padding-right: 10px;
    }
    .products .jalapeno.right,
    .subscribe-section .has-parallax {
        display: none;
    }
    .subscribe-info .h5 {
        font-size: 18px;
        line-height: 18px;
    }
    .download-section .veggies,
    .section .waves {
        display: none;
    }
    .error-block .h5,
    .error-block h5 {
        font-size: 20px;
        line-height: 30px;
    }
    .testimonials-list .logo img {
        max-width: 100px;
    }
    .benefits.our-mission .benefits-list .item {
        padding: 0;
    }
}
@media (max-width: 1023px) {
    .page-heading-info .heading-wrap .decor,
    .popup-holder .illustration,
    .popup-subscribe .dotted-image {
        display: none;
    }
    .subscribe-info .h2,
    .subscribe-info h2 {
        padding: 0 31px;
    }
    .contacts-info {
        margin-bottom: 50px;
    }
}
@media (max-width: 767px) {
    .veggies {
        width: 50px;
    }
    .subscribe-info .button {
        width: 100%;
    }
    .products .figure1,
    .products .figure2 {
        display: none;
    }

    .desktop-only {display:none !important}

    .content .table-holder {
        margin: 0 -22px;
        padding: 0 22px;
        overflow-x: auto;
    }
    .content table td,
    .content table th {
        width: 150px;
    }
    .products-section .products-holder {
        display: none;
    }
}
@media (max-width: 567px) {
    .location-item .h3,
    .location-item h3 {
        margin-bottom: 10px;
    }
}

@-webkit-keyframes wave-animation {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        -webkit-transform: translate3d(-3849px, 0, 0);
        transform: translate3d(-3849px, 0, 0);
    }
}
@keyframes wave-animation {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        -webkit-transform: translate3d(-3849px, 0, 0);
        transform: translate3d(-3849px, 0, 0);
    }
}
@-webkit-keyframes blob {
    0%,
    80%,
    to {
        -webkit-transform: scale(1.1) rotate(5deg);
        transform: scale(1.1) rotate(5deg);
    }
    20% {
        -webkit-transform: scale(0.9, 1) rotate(10deg);
        transform: scale(0.9, 1) rotate(10deg);
    }
    40% {
        -webkit-transform: scale(0.9, 1) rotate(5deg);
        transform: scale(0.9, 1) rotate(5deg);
    }
    60% {
        -webkit-transform: scale(1) rotate(10deg);
        transform: scale(1) rotate(10deg);
    }
}
@keyframes blob {
    0%,
    80%,
    to {
        -webkit-transform: scale(1.1) rotate(5deg);
        transform: scale(1.1) rotate(5deg);
    }
    20% {
        -webkit-transform: scale(0.9, 1) rotate(10deg);
        transform: scale(0.9, 1) rotate(10deg);
    }
    40% {
        -webkit-transform: scale(0.9, 1) rotate(5deg);
        transform: scale(0.9, 1) rotate(5deg);
    }
    60% {
        -webkit-transform: scale(1) rotate(10deg);
        transform: scale(1) rotate(10deg);
    }
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:focus,
:hover {
    outline: 0;
}
html {
    min-height: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    height: 100%;
    min-width: 320px;
    font: 500 14px/20px "Nunito", sans-serif;
    background-color: #fff;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
ol,
ul {
    padding: 0;
}
li {
    list-style: none;
}
details,
figcaption,
figure,
main,
menu {
    display: block;
}
button,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
input,
ol,
optgroup,
p,
ul {
    margin: 0;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    overflow: visible;
    border: 0;
    height: 1px;
    background-color: #efd6c5;
    margin: 20px 0;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
    color: inherit;
    outline: 0;
    -webkit-transition: color 0.3s linear;
    transition: color 0.3s linear;
}
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
em,
i {
    font-style: italic;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
svg:not(:root) {
    overflow: hidden;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
fieldset,
legend {
    padding: 0;
}
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
summary {
    display: list-item;
}
template {
    display: none;
}
table {
    border-collapse: collapse;
    margin: 0;
}
@font-face {
    font-display: swap;
    font-family: "intro_rustbase";
    src: url(../fonts/introrust-base-webfont.woff2) format("woff2"), url(../fonts/introrust-base-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-display: swap;
    font-family: "Fontfabric-Intro-Rust-H2-Base-Shade";
    src: url(../fonts/Fontfabric-Intro-Rust-H2-Base-Shade.woff) format("woff"), url(../fonts/Fontfabric-Intro-Rust-H2-Base-Shade.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
}
.h1,
h1,
h5,
h6 {
    display: block;
    color: #000;
}
.h2,
.h3,
.h4,
h2,
h3,
h4 {
    font-family: "intro_rustbase", sans-serif;
    font-weight: 400;
}
.h2,
.h3,
.h4,
.h5,
.h6,
h2,
h3,
h4 {
    display: block;
    color: #000;
}
.h1,
h1 {
    font: 40px/40px "Fontfabric-Intro-Rust-H2-Base-Shade";
}
.h2,
h2 {
    font-size: 26px;
    line-height: 26px;
}
.h3,
h3 {
    font-size: 18px;
    line-height: 18px;
}
body.location-template-default h1 span {
    font-family: "intro_rustbase", sans-serif;
    font-size: 24px;
}
.h4,
h4 {
    font-size: 16px;
    line-height: 16px;
}
.h5,
h5 {
    font: 800 14px/14px "Nunito", sans-serif;
}
.h6,
h6 {
    font: 800 14px/16px "Nunito", sans-serif;
}
.content p {
    margin-bottom: 15px;
}
.link,
mark {
    letter-spacing: 0.5px;
}
.link,
img {
    display: inline-block;
    vertical-align: top;
}
.link {
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    padding-bottom: 7px;
    color: #000;
    font-size: 12px;
    line-height: 12px;
}
.link:after,
.link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: currentColor;
    opacity: 1;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.no-touch .link:hover:after,
.no-touch .link:hover:before {
    opacity: 0;
}
b,
strong {
    font-weight: 800;
}
img {
    max-width: 100%;
    height: auto;
}
mark {
    background: 0 0;
    font-size: 16px;
    line-height: 24px;
}
.content ul {
    color: #000;
    margin: 24px 0;
}
.content ul li,
ul.check-list li {
    padding-left: 26px;
    margin-bottom: 10px;
    position: relative;
}
.content ul li:before {
    content: "";
    float: left;
    margin: 6px 0 0 -26px;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 2px solid #f68a3e;
}
.content ul li ul {
    margin: 10px 0 30px;
}
ul.check-list {
    font-weight: 600;
    color: #000;
}
ul.check-list li {
    padding-left: 50px;
    margin-bottom: 25px;
}
ul.check-list li:before {
    content: "";
    float: left;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    margin-top: 0;
    margin-left: -50px;
    background: #000 url(../images/icon-check.svg) 50% 50%/14px 14px no-repeat;
}
.content ol {
    counter-reset: counter;
    margin: 24px 0;
}
.content ol > li {
    position: relative;
    padding-left: 30px;
}
.content ol > li:before {
    counter-increment: counter;
    content: counters(counter, "-", decimal-leading-zero);
    display: inline-block;
    min-width: 18px;
    margin-right: 12px;
    margin-left: -30px;
}
.content ol > li,
.content ol > li li {
    margin-bottom: 10px;
}
.content ol ol,
.content ol ul {
    margin: 10px 0 0;
    padding-left: 20px;
}
.form-group .form-item {
    margin-bottom: 30px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
}
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"] {
    height: 60px;
    padding: 5px 20px;
}
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
textarea {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    border: 1px solid #efd6c5;
    border-radius: 30px;
    font-size: 16px;
    line-height: 26px;
    font-family: "Nunito", sans-serif;
    letter-spacing: 0.5px;
    background-color: #fff;
    color: #f68a3e;
    outline: 0;
    -webkit-appearance: none;
    -webkit-transition: background-color 0.3s linear, border-color 0.3s linear;
    transition: background-color 0.3s linear, border-color 0.3s linear;
}
input[type="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #f68a3e;
}
input[type="date"]:-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="text"]::-moz-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #f68a3e;
}
input[type="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #f68a3e;
}
.no-touch input[type="date"]:hover,
.no-touch input[type="email"]:hover,
.no-touch input[type="number"]:hover,
.no-touch input[type="password"]:hover,
.no-touch input[type="tel"]:hover,
.no-touch input[type="text"]:hover,
.no-touch textarea:hover {
    border-color: #f68a3e;
}
.no-touch input[type="date"]:hover:focus,
.no-touch input[type="email"]:hover:focus,
.no-touch input[type="number"]:hover:focus,
.no-touch input[type="password"]:hover:focus,
.no-touch input[type="tel"]:hover:focus,
.no-touch input[type="text"]:hover:focus,
.no-touch textarea:hover:focus {
    border-color: #efd6c5;
}
input[type="date"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="number"].wpcf7-not-valid,
input[type="password"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
input[type="text"].wpcf7-not-valid,
textarea.wpcf7-not-valid {
    color: #c86372;
    border-color: #c86372;
}
.holder-file {
    background-color: #fff;
    color: #f68a3e;
    border: 1px solid #efd6c5;
    border-radius: 30px;
    padding: 5px 20px;
    height: 60px;
}
.holder-file label {
    display: block;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 5px;
}
textarea {
    resize: none;
    height: 140px;
    padding: 15px 20px;
}
.wpcf7-form-control-wrap {
    display: block;
    position: relative;
}
.wpcf7-not-valid-tip {
    font-size: 12px;
    line-height: 12px;
    color: #c86372;
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    margin-top: 4px;
}
.subscribe-results,
.wpcf7-response-output {
    text-align: center;
    color: #c86372;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px;
}
.subscribe-results.wpcf7-mail-sent-ok,
.wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #d4e7ad;
}
.screen-reader-response {
    display: none !important;
}
select {
    display: inline-block;
    margin: 0;
    border: 1px solid #000;
    padding: 5px 20px;
    line-height: 30px;
    font-size: 16px;
    height: 42px;
    vertical-align: middle;
    background: #fff;
    outline: 0;
}
select:focus {
    border-color: #000;
}
button {
    font-family: "Nunito", sans-serif;
    background: 0 0;
    border: 0;
    padding: 0;
    cursor: pointer;
}
.button,
input[type="submit"] {
    display: inline-block;
    margin: 0;
    border: 2px solid transparent;
    padding: 13px 18px;
    font-size: 12px;
    line-height: 12px;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #fff;
    background-color: #f68a3e;
    border-radius: 30px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    -webkit-appearance: none;
    -webkit-transition: color 0.3s linear, background-color 0.3s linear, border-color 0.3s linear;
    transition: color 0.3s linear, background-color 0.3s linear, border-color 0.3s linear;
}

.outlined {
    background-color: transparent !important;
    color: #f68a3e !important;
    border-color: #f68a3e !important;
}

.no-touch .button:hover,
.no-touch input[type="submit"]:hover {
    background-color: transparent;
    color: #f68a3e;
    border-color: #f68a3e;
}

.outlined:hover {
    color: #ffffff !important;
    background-color: #f68a3e !important;
    border-color: #f68a3e !important;
}

.button.white,
input[type="submit"].white {
    background-color: #fff;
    color: #000;
}
.no-touch .button.bordered:hover,
.no-touch .button.white:hover,
.no-touch input[type="submit"].bordered:hover,
.no-touch input[type="submit"].white:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.button.bordered,
input[type="submit"].bordered {
    background-color: transparent;
    border-color: #000;
    color: #000;
}
.button.transparent,
input[type="submit"].transparent {
    background-color: transparent;
    border-color: #f68a3e;
    color: #f68a3e;
}
.no-touch .button.transparent:hover,
.no-touch input[type="submit"].transparent:hover {
    background-color: #f68a3e;
    border-color: #f68a3e;
    color: #fff;
}
.no-touch .button.transparent:hover path,
.no-touch input[type="submit"].transparent:hover path {
    fill: #fff;
}
.button path,
.connect-with-us path,
.cookies .buttons button path,
.play-button path,
.social path,
input[type="submit"] path {
    -webkit-transition: fill 0.3s linear;
    transition: fill 0.3s linear;
}
.button:disabled,
input[type="submit"]:disabled {
    pointer-events: none;
}
input[type="checkbox"],
input[type="radio"] {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    position: absolute;
    pointer-events: none;
    left: 0;
    opacity: 0;
}
input[type="checkbox"]:checked ~ label:after,
input[type="checkbox"]:checked ~ span:after,
input[type="radio"]:checked ~ label:after,
input[type="radio"]:checked ~ span:after {
    opacity: 1;
}
input[type="checkbox"] ~ label,
input[type="checkbox"] ~ span,
input[type="radio"] ~ label,
input[type="radio"] ~ span {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 35px;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}
input[type="checkbox"] ~ label:before,
input[type="checkbox"] ~ span:before,
input[type="radio"] ~ label:before,
input[type="radio"] ~ span:before {
    content: "";
    width: 24px;
    height: 24px;
    border: 1px solid rgba(112, 115, 114, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
    transition: border-color 0.3s, box-shadow 0.3s;
    transition: border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.white input[type="checkbox"] ~ label:before,
.white input[type="checkbox"] ~ span:before,
.white input[type="radio"] ~ label:before,
.white input[type="radio"] ~ span:before {
    border-color: #fff;
}
input[type="checkbox"] ~ label:after,
input[type="checkbox"] ~ span:after,
input[type="radio"] ~ label:after,
input[type="radio"] ~ span:after {
    content: "";
    position: absolute;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0;
}
input[type="checkbox"] ~ label a,
input[type="checkbox"] ~ span a,
input[type="radio"] ~ label a,
input[type="radio"] ~ span a {
    text-decoration: underline;
}
.no-touch input[type="checkbox"] ~ label a:hover,
.no-touch input[type="checkbox"] ~ span a:hover,
.no-touch input[type="radio"] ~ label a:hover,
.no-touch input[type="radio"] ~ span a:hover {
    text-decoration: none;
}
input[type="checkbox"] ~ label:before,
input[type="checkbox"] ~ span:before {
    border-radius: 2px;
}
input[type="checkbox"] ~ label:after,
input[type="checkbox"] ~ span:after {
    left: 6px;
    top: 6px;
    border-bottom: 2px solid #f68a3e;
    border-left: 2px solid #f68a3e;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
    height: 8px;
    width: 12px;
}
input[type="radio"]:checked ~ label,
input[type="radio"]:checked ~ span {
    cursor: default;
}
input[type="radio"] ~ label:before,
input[type="radio"] ~ span:before {
    border-radius: 50%;
}
input[type="radio"] ~ label:after,
input[type="radio"] ~ span:after {
    width: 24px;
    height: 24px;
    left: 0;
    top: 0;
    background: #fff;
    border-radius: 50%;
    border: 6px solid #000;
}
label {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    font-family: "Nunito", sans-serif;
}
table td,
table th {
    border: 1px solid #000;
    padding: 5px;
}
.dotted-image {
    position: relative;
    background: url(../images/subscribe-image-bg.svg) 50% 50%/100% 100% no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 28px 16px 0;
}
.heading-decor-wrap {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 20;
}
.heading-decor-wrap .h2 + p,
.heading-decor-wrap h2 + p {
    margin-top: 10px;
}
.heading-decor-wrap .button {
    margin-top: 20px;
}
.heading-decor-wrap .decor-bottom {
    position: absolute;
    left: 0;
    bottom: 20px;
}
.heading-decor {
    position: relative;
    padding-top: 20px;
    display: inline;
}
.heading-decor.green:before {
    background-image: url(../images/heading-decor-green.svg);
}
.heading-decor:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 5px;
    width: 50px;
    height: 24px;
    background: url(../images/heading-decor.svg) 50% 50%/100% 100% no-repeat;
}
.heading-decor svg {
    position: absolute;
    top: -10px;
    right: -20px;
    width: 30px;
}
.figures.three-items {
    width: 30px;
    height: 12px;
}
.figures.four-items {
    width: 30px;
    height: 25px;
}
.figures svg {
    display: block;
    width: 100%;
    height: 100%;
}
.has-parallax,
.waves-decor {
    position: absolute;
    pointer-events: none;
}
.waves-decor {
    width: 50vw;
    z-index: -1;
}
.waves-decor.right {
    right: 0;
}
.menu-bottom .wave svg,
.popup-menu .wave-bottom svg,
.waves-decor svg {
    width: 100%;
    height: auto;
}
.has-parallax {
    z-index: 0;
}
.has-parallax svg {
    height: 100%;
}
.veggies {
    position: absolute;
    left: 0;
}
.veggies.top {
    top: 0;
}
.veggies.bottom {
    bottom: 0;
}
.veggies.half-height {
    top: 50%;
}
.veggies.right {
    left: auto;
    right: 0;
    text-align: right;
}
.waves-wrap,
.waves-wrap .wave {
    position: absolute;
    pointer-events: none;
}
.waves-wrap {
    z-index: 1;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    top: -70px;
}
.waves-wrap.orange .wave {
    background-image: url(../images/wave-orange.svg);
}
.waves-wrap.bottom {
    top: auto;
}
.waves-wrap .wave {
    left: 0;
    width: 7698px;
    height: 200px;
    top: -50px;
    background: url(../images/wave-green.svg) repeat-x 0 50%;
    -webkit-animation: wave-animation 100s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
    animation: wave-animation 100s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.waves-wrap .wave.second {
    top: 0;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
[class*="grid-"],
[class*="grid_"],
[class~="grid"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -15px;
}
[class*="col-"],
[class*="col_"],
[class~="col"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    max-width: 100%;
}
[class*="col_"],
[class~="col"] {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}
[class*="col-"] {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
[class*="grid-"][class*="col-"],
[class*="grid-"][class*="col_"],
[class*="grid-"][class~="col"],
[class*="grid_"][class*="col-"],
[class*="grid_"][class*="col_"],
[class*="grid_"][class~="col"],
[class~="grid"][class*="col-"],
[class~="grid"][class*="col_"],
[class~="grid"][class~="col"] {
    margin: 0;
    padding: 0;
}
.content table ul,
.popup-inner .heading p,
[class*="grid-"][class*="-noGutter"] {
    margin: 0;
}
[class*="grid-"][class*="-noGutter"] > [class*="col-"],
[class*="grid-"][class*="-noGutter"] > [class~="col"] {
    padding: 0;
}
[class*="grid-"][class*="-noWrap"] {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
[class*="grid-"][class*="-center"] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
[class*="grid-"][class*="-right"] {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-left: auto;
}
[class*="grid-"][class*="-top"] {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
[class*="grid-"][class*="-middle"] {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
[class*="grid-"][class*="-bottom"] {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
[class*="grid-"][class*="-reverse"] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
[class*="grid-"][class*="-column"] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
[class*="grid-"][class*="-column"] > [class*="col-"] {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
[class*="grid-"][class*="-column-reverse"] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
[class*="grid-"][class*="-spaceBetween"] {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
[class*="grid-"][class*="-spaceAround"] {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
[class*="grid-"][class*="-equalHeight"] > [class*="col-"],
[class*="grid-"][class*="-equalHeight"] > [class*="col_"],
[class*="grid-"][class*="-equalHeight"] > [class~="col"] {
    -ms-flex-item-align: stretch;
    align-self: stretch;
}
[class*="grid-"][class*="-equalHeight"] > [class*="col-"] > *,
[class*="grid-"][class*="-equalHeight"] > [class*="col_"] > *,
[class*="grid-"][class*="-equalHeight"] > [class~="col"] > * {
    height: 100%;
}
[class*="grid-"][class*="-noBottom"] > [class*="col-"],
[class*="grid-"][class*="-noBottom"] > [class*="col_"],
[class*="grid-"][class*="-noBottom"] > [class~="col"] {
    padding-bottom: 0;
}
[class*="col-"][class*="-top"] {
    -ms-flex-item-align: start;
    align-self: flex-start;
}
[class*="col-"][class*="-middle"] {
    -ms-flex-item-align: center;
    align-self: center;
}
[class*="col-"][class*="-bottom"] {
    -ms-flex-item-align: end;
    align-self: flex-end;
}
[class*="col-"][class*="-first"] {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
[class*="col-"][class*="-last"] {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
[class*="grid-1"] > [class*="col-"],
[class*="grid-1"] > [class*="col_"],
[class*="grid-1"] > [class~="col"] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
[class*="grid-2"] > [class*="col-"],
[class*="grid-2"] > [class*="col_"],
[class*="grid-2"] > [class~="col"] {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}
[class*="grid-3"] > [class*="col-"],
[class*="grid-3"] > [class*="col_"],
[class*="grid-3"] > [class~="col"] {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
}
[class*="grid-4"] > [class*="col-"],
[class*="grid-4"] > [class*="col_"],
[class*="grid-4"] > [class~="col"] {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}
[class*="grid-5"] > [class*="col-"],
[class*="grid-5"] > [class*="col_"],
[class*="grid-5"] > [class~="col"] {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
}
[class*="grid-6"] > [class*="col-"],
[class*="grid-6"] > [class*="col_"],
[class*="grid-6"] > [class~="col"] {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
}
[class*="grid-7"] > [class*="col-"],
[class*="grid-7"] > [class*="col_"],
[class*="grid-7"] > [class~="col"] {
    -ms-flex-preferred-size: 14.28571%;
    flex-basis: 14.28571%;
    max-width: 14.28571%;
}
[class*="grid-8"] > [class*="col-"],
[class*="grid-8"] > [class*="col_"],
[class*="grid-8"] > [class~="col"] {
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%;
}
[class*="grid-9"] > [class*="col-"],
[class*="grid-9"] > [class*="col_"],
[class*="grid-9"] > [class~="col"] {
    -ms-flex-preferred-size: 11.11111%;
    flex-basis: 11.11111%;
    max-width: 11.11111%;
}
[class*="grid-10"] > [class*="col-"],
[class*="grid-10"] > [class*="col_"],
[class*="grid-10"] > [class~="col"] {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%;
}
[class*="grid-11"] > [class*="col-"],
[class*="grid-11"] > [class*="col_"],
[class*="grid-11"] > [class~="col"] {
    -ms-flex-preferred-size: 9.09091%;
    flex-basis: 9.09091%;
    max-width: 9.09091%;
}
[class*="grid-12"] > [class*="col-"],
[class*="grid-12"] > [class*="col_"],
[class*="grid-12"] > [class~="col"] {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
}
[class*="grid-13"] > [class*="col-"],
[class*="grid-13"] > [class*="col_"],
[class*="grid-13"] > [class~="col"] {
    -ms-flex-preferred-size: 7.69231%;
    flex-basis: 7.69231%;
    max-width: 7.69231%;
}
[class*="grid-14"] > [class*="col-"],
[class*="grid-14"] > [class*="col_"],
[class*="grid-14"] > [class~="col"] {
    -ms-flex-preferred-size: 7.14286%;
    flex-basis: 7.14286%;
    max-width: 7.14286%;
}
[class*="grid-15"] > [class*="col-"],
[class*="grid-15"] > [class*="col_"],
[class*="grid-15"] > [class~="col"] {
    -ms-flex-preferred-size: 6.66667%;
    flex-basis: 6.66667%;
    max-width: 6.66667%;
}
[class*="grid-16"] > [class*="col-"],
[class*="grid-16"] > [class*="col_"],
[class*="grid-16"] > [class~="col"] {
    -ms-flex-preferred-size: 6.25%;
    flex-basis: 6.25%;
    max-width: 6.25%;
}
[class*="grid-17"] > [class*="col-"],
[class*="grid-17"] > [class*="col_"],
[class*="grid-17"] > [class~="col"] {
    -ms-flex-preferred-size: 5.88235%;
    flex-basis: 5.88235%;
    max-width: 5.88235%;
}
[class*="grid-18"] > [class*="col-"],
[class*="grid-18"] > [class*="col_"],
[class*="grid-18"] > [class~="col"] {
    -ms-flex-preferred-size: 5.55556%;
    flex-basis: 5.55556%;
    max-width: 5.55556%;
}
[class*="grid-19"] > [class*="col-"],
[class*="grid-19"] > [class*="col_"],
[class*="grid-19"] > [class~="col"] {
    -ms-flex-preferred-size: 5.26316%;
    flex-basis: 5.26316%;
    max-width: 5.26316%;
}
[class*="grid-20"] > [class*="col-"],
[class*="grid-20"] > [class*="col_"],
[class*="grid-20"] > [class~="col"] {
    -ms-flex-preferred-size: 5%;
    flex-basis: 5%;
    max-width: 5%;
}
[class*="grid-21"] > [class*="col-"],
[class*="grid-21"] > [class*="col_"],
[class*="grid-21"] > [class~="col"] {
    -ms-flex-preferred-size: 4.7619%;
    flex-basis: 4.7619%;
    max-width: 4.7619%;
}
[class*="grid-22"] > [class*="col-"],
[class*="grid-22"] > [class*="col_"],
[class*="grid-22"] > [class~="col"] {
    -ms-flex-preferred-size: 4.54545%;
    flex-basis: 4.54545%;
    max-width: 4.54545%;
}
[class*="grid-23"] > [class*="col-"],
[class*="grid-23"] > [class*="col_"],
[class*="grid-23"] > [class~="col"] {
    -ms-flex-preferred-size: 4.34783%;
    flex-basis: 4.34783%;
    max-width: 4.34783%;
}
[class*="grid-24"] > [class*="col-"],
[class*="grid-24"] > [class*="col_"],
[class*="grid-24"] > [class~="col"],
[class*="grid-"] > [class*="col-1"],
[class*="grid_"] > [class*="col-1"],
[class~="grid"] > [class*="col-1"] {
    -ms-flex-preferred-size: 4.16667%;
    flex-basis: 4.16667%;
    max-width: 4.16667%;
}
[class*="grid-"] > [class*="col-2"],
[class*="grid_"] > [class*="col-2"],
[class~="grid"] > [class*="col-2"] {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
}
[class*="grid-"] > [class*="col-3"],
[class*="grid_"] > [class*="col-3"],
[class~="grid"] > [class*="col-3"] {
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%;
}
[class*="grid-"] > [class*="col-4"],
[class*="grid_"] > [class*="col-4"],
[class~="grid"] > [class*="col-4"] {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
}
[class*="grid-"] > [class*="col-5"],
[class*="grid_"] > [class*="col-5"],
[class~="grid"] > [class*="col-5"] {
    -ms-flex-preferred-size: 20.83333%;
    flex-basis: 20.83333%;
    max-width: 20.83333%;
}
[class*="grid-"] > [class*="col-6"],
[class*="grid_"] > [class*="col-6"],
[class~="grid"] > [class*="col-6"] {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}
[class*="grid-"] > [class*="col-7"],
[class*="grid_"] > [class*="col-7"],
[class~="grid"] > [class*="col-7"] {
    -ms-flex-preferred-size: 29.16667%;
    flex-basis: 29.16667%;
    max-width: 29.16667%;
}
[class*="grid-"] > [class*="col-8"],
[class*="grid_"] > [class*="col-8"],
[class~="grid"] > [class*="col-8"] {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
}
[class*="grid-"] > [class*="col-9"],
[class*="grid_"] > [class*="col-9"],
[class~="grid"] > [class*="col-9"] {
    -ms-flex-preferred-size: 37.5%;
    flex-basis: 37.5%;
    max-width: 37.5%;
}
[class*="grid-"] > [class*="col-10"],
[class*="grid_"] > [class*="col-10"],
[class~="grid"] > [class*="col-10"] {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
}
[class*="grid-"] > [class*="col-11"],
[class*="grid_"] > [class*="col-11"],
[class~="grid"] > [class*="col-11"] {
    -ms-flex-preferred-size: 45.83333%;
    flex-basis: 45.83333%;
    max-width: 45.83333%;
}
[class*="grid-"] > [class*="col-12"],
[class*="grid_"] > [class*="col-12"],
[class~="grid"] > [class*="col-12"] {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}
[class*="grid-"] > [class*="col-13"],
[class*="grid_"] > [class*="col-13"],
[class~="grid"] > [class*="col-13"] {
    -ms-flex-preferred-size: 54.16667%;
    flex-basis: 54.16667%;
    max-width: 54.16667%;
}
[class*="grid-"] > [class*="col-14"],
[class*="grid_"] > [class*="col-14"],
[class~="grid"] > [class*="col-14"] {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
}
[class*="grid-"] > [class*="col-15"],
[class*="grid_"] > [class*="col-15"],
[class~="grid"] > [class*="col-15"] {
    -ms-flex-preferred-size: 62.5%;
    flex-basis: 62.5%;
    max-width: 62.5%;
}
[class*="grid-"] > [class*="col-16"],
[class*="grid_"] > [class*="col-16"],
[class~="grid"] > [class*="col-16"] {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
}
[class*="grid-"] > [class*="col-17"],
[class*="grid_"] > [class*="col-17"],
[class~="grid"] > [class*="col-17"] {
    -ms-flex-preferred-size: 70.83333%;
    flex-basis: 70.83333%;
    max-width: 70.83333%;
}
[class*="grid-"] > [class*="col-18"],
[class*="grid_"] > [class*="col-18"],
[class~="grid"] > [class*="col-18"] {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}
[class*="grid-"] > [class*="col-19"],
[class*="grid_"] > [class*="col-19"],
[class~="grid"] > [class*="col-19"] {
    -ms-flex-preferred-size: 79.16667%;
    flex-basis: 79.16667%;
    max-width: 79.16667%;
}
[class*="grid-"] > [class*="col-20"],
[class*="grid_"] > [class*="col-20"],
[class~="grid"] > [class*="col-20"] {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
}
[class*="grid-"] > [class*="col-21"],
[class*="grid_"] > [class*="col-21"],
[class~="grid"] > [class*="col-21"] {
    -ms-flex-preferred-size: 87.5%;
    flex-basis: 87.5%;
    max-width: 87.5%;
}
[class*="grid-"] > [class*="col-22"],
[class*="grid_"] > [class*="col-22"],
[class~="grid"] > [class*="col-22"] {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
}
[class*="grid-"] > [class*="col-23"],
[class*="grid_"] > [class*="col-23"],
[class~="grid"] > [class*="col-23"] {
    -ms-flex-preferred-size: 95.83333%;
    flex-basis: 95.83333%;
    max-width: 95.83333%;
}
[class*="grid-"] > [class*="col-24"],
[class*="grid_"] > [class*="col-24"],
[class~="grid"] > [class*="col-24"] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
[class*="grid-"] > [data-push-left*="off-0"],
[class*="grid_"] > [data-push-left*="off-0"],
[class~="grid"] > [data-push-left*="off-0"] {
    margin-left: 0;
}
[class*="grid-"] > [data-push-left*="off-1"],
[class*="grid_"] > [data-push-left*="off-1"],
[class~="grid"] > [data-push-left*="off-1"] {
    margin-left: 4.16667%;
}
[class*="grid-"] > [data-push-left*="off-2"],
[class*="grid_"] > [data-push-left*="off-2"],
[class~="grid"] > [data-push-left*="off-2"] {
    margin-left: 8.33333%;
}
[class*="grid-"] > [data-push-left*="off-3"],
[class*="grid_"] > [data-push-left*="off-3"],
[class~="grid"] > [data-push-left*="off-3"] {
    margin-left: 12.5%;
}
[class*="grid-"] > [data-push-left*="off-4"],
[class*="grid_"] > [data-push-left*="off-4"],
[class~="grid"] > [data-push-left*="off-4"] {
    margin-left: 16.66667%;
}
[class*="grid-"] > [data-push-left*="off-5"],
[class*="grid_"] > [data-push-left*="off-5"],
[class~="grid"] > [data-push-left*="off-5"] {
    margin-left: 20.83333%;
}
[class*="grid-"] > [data-push-left*="off-6"],
[class*="grid_"] > [data-push-left*="off-6"],
[class~="grid"] > [data-push-left*="off-6"] {
    margin-left: 25%;
}
[class*="grid-"] > [data-push-left*="off-7"],
[class*="grid_"] > [data-push-left*="off-7"],
[class~="grid"] > [data-push-left*="off-7"] {
    margin-left: 29.16667%;
}
[class*="grid-"] > [data-push-left*="off-8"],
[class*="grid_"] > [data-push-left*="off-8"],
[class~="grid"] > [data-push-left*="off-8"] {
    margin-left: 33.33333%;
}
[class*="grid-"] > [data-push-left*="off-9"],
[class*="grid_"] > [data-push-left*="off-9"],
[class~="grid"] > [data-push-left*="off-9"] {
    margin-left: 37.5%;
}
[class*="grid-"] > [data-push-left*="off-10"],
[class*="grid_"] > [data-push-left*="off-10"],
[class~="grid"] > [data-push-left*="off-10"] {
    margin-left: 41.66667%;
}
[class*="grid-"] > [data-push-left*="off-11"],
[class*="grid_"] > [data-push-left*="off-11"],
[class~="grid"] > [data-push-left*="off-11"] {
    margin-left: 45.83333%;
}
[class*="grid-"] > [data-push-left*="off-12"],
[class*="grid_"] > [data-push-left*="off-12"],
[class~="grid"] > [data-push-left*="off-12"] {
    margin-left: 50%;
}
[class*="grid-"] > [data-push-left*="off-13"],
[class*="grid_"] > [data-push-left*="off-13"],
[class~="grid"] > [data-push-left*="off-13"] {
    margin-left: 54.16667%;
}
[class*="grid-"] > [data-push-left*="off-14"],
[class*="grid_"] > [data-push-left*="off-14"],
[class~="grid"] > [data-push-left*="off-14"] {
    margin-left: 58.33333%;
}
[class*="grid-"] > [data-push-left*="off-15"],
[class*="grid_"] > [data-push-left*="off-15"],
[class~="grid"] > [data-push-left*="off-15"] {
    margin-left: 62.5%;
}
[class*="grid-"] > [data-push-left*="off-16"],
[class*="grid_"] > [data-push-left*="off-16"],
[class~="grid"] > [data-push-left*="off-16"] {
    margin-left: 66.66667%;
}
[class*="grid-"] > [data-push-left*="off-17"],
[class*="grid_"] > [data-push-left*="off-17"],
[class~="grid"] > [data-push-left*="off-17"] {
    margin-left: 70.83333%;
}
[class*="grid-"] > [data-push-left*="off-18"],
[class*="grid_"] > [data-push-left*="off-18"],
[class~="grid"] > [data-push-left*="off-18"] {
    margin-left: 75%;
}
[class*="grid-"] > [data-push-left*="off-19"],
[class*="grid_"] > [data-push-left*="off-19"],
[class~="grid"] > [data-push-left*="off-19"] {
    margin-left: 79.16667%;
}
[class*="grid-"] > [data-push-left*="off-20"],
[class*="grid_"] > [data-push-left*="off-20"],
[class~="grid"] > [data-push-left*="off-20"] {
    margin-left: 83.33333%;
}
[class*="grid-"] > [data-push-left*="off-21"],
[class*="grid_"] > [data-push-left*="off-21"],
[class~="grid"] > [data-push-left*="off-21"] {
    margin-left: 87.5%;
}
[class*="grid-"] > [data-push-left*="off-22"],
[class*="grid_"] > [data-push-left*="off-22"],
[class~="grid"] > [data-push-left*="off-22"] {
    margin-left: 91.66667%;
}
[class*="grid-"] > [data-push-left*="off-23"],
[class*="grid_"] > [data-push-left*="off-23"],
[class~="grid"] > [data-push-left*="off-23"] {
    margin-left: 95.83333%;
}
[class*="grid-"] > [data-push-right*="off-0"],
[class*="grid_"] > [data-push-right*="off-0"],
[class~="grid"] > [data-push-right*="off-0"] {
    margin-right: 0;
}
[class*="grid-"] > [data-push-right*="off-1"],
[class*="grid_"] > [data-push-right*="off-1"],
[class~="grid"] > [data-push-right*="off-1"] {
    margin-right: 4.16667%;
}
[class*="grid-"] > [data-push-right*="off-2"],
[class*="grid_"] > [data-push-right*="off-2"],
[class~="grid"] > [data-push-right*="off-2"] {
    margin-right: 8.33333%;
}
[class*="grid-"] > [data-push-right*="off-3"],
[class*="grid_"] > [data-push-right*="off-3"],
[class~="grid"] > [data-push-right*="off-3"] {
    margin-right: 12.5%;
}
[class*="grid-"] > [data-push-right*="off-4"],
[class*="grid_"] > [data-push-right*="off-4"],
[class~="grid"] > [data-push-right*="off-4"] {
    margin-right: 16.66667%;
}
[class*="grid-"] > [data-push-right*="off-5"],
[class*="grid_"] > [data-push-right*="off-5"],
[class~="grid"] > [data-push-right*="off-5"] {
    margin-right: 20.83333%;
}
[class*="grid-"] > [data-push-right*="off-6"],
[class*="grid_"] > [data-push-right*="off-6"],
[class~="grid"] > [data-push-right*="off-6"] {
    margin-right: 25%;
}
[class*="grid-"] > [data-push-right*="off-7"],
[class*="grid_"] > [data-push-right*="off-7"],
[class~="grid"] > [data-push-right*="off-7"] {
    margin-right: 29.16667%;
}
[class*="grid-"] > [data-push-right*="off-8"],
[class*="grid_"] > [data-push-right*="off-8"],
[class~="grid"] > [data-push-right*="off-8"] {
    margin-right: 33.33333%;
}
[class*="grid-"] > [data-push-right*="off-9"],
[class*="grid_"] > [data-push-right*="off-9"],
[class~="grid"] > [data-push-right*="off-9"] {
    margin-right: 37.5%;
}
[class*="grid-"] > [data-push-right*="off-10"],
[class*="grid_"] > [data-push-right*="off-10"],
[class~="grid"] > [data-push-right*="off-10"] {
    margin-right: 41.66667%;
}
[class*="grid-"] > [data-push-right*="off-11"],
[class*="grid_"] > [data-push-right*="off-11"],
[class~="grid"] > [data-push-right*="off-11"] {
    margin-right: 45.83333%;
}
[class*="grid-"] > [data-push-right*="off-12"],
[class*="grid_"] > [data-push-right*="off-12"],
[class~="grid"] > [data-push-right*="off-12"] {
    margin-right: 50%;
}
[class*="grid-"] > [data-push-right*="off-13"],
[class*="grid_"] > [data-push-right*="off-13"],
[class~="grid"] > [data-push-right*="off-13"] {
    margin-right: 54.16667%;
}
[class*="grid-"] > [data-push-right*="off-14"],
[class*="grid_"] > [data-push-right*="off-14"],
[class~="grid"] > [data-push-right*="off-14"] {
    margin-right: 58.33333%;
}
[class*="grid-"] > [data-push-right*="off-15"],
[class*="grid_"] > [data-push-right*="off-15"],
[class~="grid"] > [data-push-right*="off-15"] {
    margin-right: 62.5%;
}
[class*="grid-"] > [data-push-right*="off-16"],
[class*="grid_"] > [data-push-right*="off-16"],
[class~="grid"] > [data-push-right*="off-16"] {
    margin-right: 66.66667%;
}
[class*="grid-"] > [data-push-right*="off-17"],
[class*="grid_"] > [data-push-right*="off-17"],
[class~="grid"] > [data-push-right*="off-17"] {
    margin-right: 70.83333%;
}
[class*="grid-"] > [data-push-right*="off-18"],
[class*="grid_"] > [data-push-right*="off-18"],
[class~="grid"] > [data-push-right*="off-18"] {
    margin-right: 75%;
}
[class*="grid-"] > [data-push-right*="off-19"],
[class*="grid_"] > [data-push-right*="off-19"],
[class~="grid"] > [data-push-right*="off-19"] {
    margin-right: 79.16667%;
}
[class*="grid-"] > [data-push-right*="off-20"],
[class*="grid_"] > [data-push-right*="off-20"],
[class~="grid"] > [data-push-right*="off-20"] {
    margin-right: 83.33333%;
}
[class*="grid-"] > [data-push-right*="off-21"],
[class*="grid_"] > [data-push-right*="off-21"],
[class~="grid"] > [data-push-right*="off-21"] {
    margin-right: 87.5%;
}
[class*="grid-"] > [data-push-right*="off-22"],
[class*="grid_"] > [data-push-right*="off-22"],
[class~="grid"] > [data-push-right*="off-22"] {
    margin-right: 91.66667%;
}
[class*="grid-"] > [data-push-right*="off-23"],
[class*="grid_"] > [data-push-right*="off-23"],
[class~="grid"] > [data-push-right*="off-23"] {
    margin-right: 95.83333%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
    margin: 0 auto 20px;
    text-align: center;
}
.gallery,
img.aligncenter,
img.alignleft,
img.alignright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 20px;
}
.gallery {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.gallery .gallery-item {
    margin: 0;
    padding: 0 10px 20px;
    width: 100%;
}
.gallery .gallery-item img,
.has-parallax svg {
    display: block;
    width: 100%;
}
.commentlist li:before,
.slick-slide.slick-loading img {
    display: none;
}
.catering-item dd,
.catering-item dl,
.commentlist .comment-container {
    margin: 0 0 20px;
}
.commentlist .perma {
    float: right;
    margin: 0 0 0 20px;
}
.commentlist .avatar {
    float: left;
    margin: 0 20px 20px 0;
}
.commentlist .comment-entry {
    overflow: hidden;
    width: 100%;
}
.commentlist .comment-entry .reply {
    text-align: right;
}
.comment-form label,
.slick-slide img {
    display: block;
}
.slick-list,
.slick-slider {
    position: relative;
    display: block;
}
.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.cookies .buttons button svg,
.popup-holder .illustration img,
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #f68a3e;
    position: absolute;
    right: 0;
    top: 100%;
    font-size: 0;
    line-height: 0;
    -webkit-transition: background-color 0.3s linear, border-color 0.3s linear, opacity 0.3s linear;
    transition: background-color 0.3s linear, border-color 0.3s linear, opacity 0.3s linear;
    z-index: 10;
}
.slick-arrow.slick-prev {
    right: 50px;
}
.slick-arrow.slick-prev:after {
    background-image: url(../images/arrow-left.svg);
}
.no-touch .slick-arrow.slick-prev:not(.slick-disabled):hover:after {
    margin-left: -5px;
    background-image: url(../images/arrow-left-white.svg);
}
.slick-arrow.slick-next {
    right: 0;
}
.slick-arrow.slick-next:after {
    background-image: url(../images/arrow-right.svg);
}
.no-touch .slick-arrow.slick-next:not(.slick-disabled):hover:after {
    margin-left: 5px;
    background-image: url(../images/arrow-right-white.svg);
}
.slick-arrow.slick-disabled {
    pointer-events: none;
    opacity: 0.2;
}
.slick-arrow:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 14px;
    height: 18px;
    background: url(../images/arrow-right.svg) 50% 50%/100% 100% no-repeat;
    -webkit-transition: margin-left 0.3s linear, background 0.3s linear;
    transition: margin-left 0.3s linear, background 0.3s linear;
}
.no-touch .slick-arrow:hover {
    background-color: #f68a3e;
}
.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 20;
}
.slick-dots li {
    margin: 0 5px;
}
.slick-dots li.slick-active button {
    width: 20px;
    background: #f68a3e;
}
.slick-dots button {
    text-indent: -9999px;
    background: 0 0;
    padding: 0;
    margin: 0;
    border: 0;
    cursor: pointer;
    width: 5px;
    height: 5px;
    border-radius: 4px;
    background: #efd6c5;
    -webkit-transition: width 0.5s, background-color 0.5s;
    transition: width 0.5s, background-color 0.5s;
}
.jcf-scrollable-wrapper {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
}
.jcf-scrollbar-vertical {
    position: absolute;
    cursor: default;
    width: 4px;
    bottom: 0;
    right: 0;
    top: 0;
}
.jcf-scrollbar-vertical .jcf-scrollbar-slider {
    width: 100%;
    background: #efd6c5;
    border-radius: 4px;
}
.jcf-scrollbar-vertical .jcf-scrollbar-dec {
    height: 0;
    width: 14px;
    left: 0;
    top: 0;
}
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
    height: 0;
    width: 14px;
    left: 0;
    top: auto;
    bottom: 0;
}
.jcf-scrollbar-vertical .jcf-scrollbar-handle {
    background: #f68a3e;
    height: 1px;
    width: 100%;
    right: 0;
    border-radius: 100px;
}
.jcf-scrollbar-horizontal {
    position: absolute;
    background: #e3e3e3;
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 14px;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    background: #bbb;
    height: 14px;
    width: 14px;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    left: auto;
    right: 0;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-slider,
.jcf-select {
    display: inline-block;
    position: relative;
    height: 14px;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
    position: absolute;
    background: #888;
    height: 14px;
}
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
    visibility: hidden;
}
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
    background: #e3e3e3;
}
.jcf-select {
    vertical-align: top;
    width: 100%;
    min-width: 150px;
    height: 60px;
    cursor: pointer;
    text-align: left;
    border: 1px solid #efd6c5;
    background-color: #fff;
    padding-top: 2px;
    border-radius: 30px;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
}
.jcf-select:hover {
    border-color: #f68a3e;
}
.jcf-select.jcf-focus {
    border-color: rgba(0, 52, 89, 0.2);
}
.jcf-select.jcf-drop-active {
    border-color: #efd6c5;
    border-radius: 30px 30px 0 0;
}
.jcf-select.jcf-drop-active.jcf-drop-flipped {
    border-radius: 0 0 30px 30px;
    border-top: none;
}
.jcf-select.jcf-drop-active .jcf-select-opener:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.jcf-select select {
    z-index: 1;
    left: 0;
    top: 0;
}
.jcf-select .jcf-select-text {
    font: 16px/16px "Nunito", sans-serif;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    padding: 20px;
    cursor: pointer;
    letter-spacing: 0.5px;
    border-radius: 8px;
    color: #f68a3e;
}
.jcf-select .jcf-select-text > span {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 20px;
}
.jcf-select .jcf-select-opener {
    position: absolute;
    text-align: center;
    width: 30px;
    bottom: 0;
    right: 0;
    top: 0;
}
.jcf-select .jcf-select-opener:before {
    content: "";
    position: absolute;
    background: url(../images/arrow-select.svg) 0 0 no-repeat;
    width: 14px;
    height: 12px;
    background-size: 100% 100%;
    top: 50%;
    right: 13px;
    margin-top: -6px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px;
}
.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto;
}
body > .jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999;
}
.jcf-select-drop {
    background: #fff;
    border-radius: 0 0 30px 30px;
    border: 1px solid #efd6c5;
    border-top-color: transparent;
}
.jcf-select-drop .jcf-select-drop-content {
    border-top: none;
}
.jcf-select-drop .jcf-select-drop-content .jcf-scrollbar-horizontal {
    display: none;
}
.jcf-select-drop.jcf-drop-flipped {
    border-radius: 30px 30px 0 0;
    border-bottom: none;
    margin: 1px 0 0;
}
.jcf-select-drop.jcf-compact-multiple .jcf-hover {
    background: 0 0;
}
.jcf-select-drop.jcf-compact-multiple .jcf-option {
    position: relative;
    padding-left: 30px;
}
.jcf-select-drop.jcf-compact-multiple .jcf-option:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 18px;
    height: 18px;
    border: 1px solid #efd6c5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.jcf-select-drop.jcf-compact-multiple .jcf-option:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 19px;
    height: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/ico-checked.svg) 0 0 no-repeat;
    opacity: 0;
    margin: -4px 0 0 3px;
}
.jcf-select-drop.jcf-compact-multiple .jcf-option.jcf-selected:after,
.no-touch .main-menu a:hover:before {
    opacity: 1;
}
.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #b8c3c9;
    min-width: 200px;
    margin: 0 15px;
}
.jcf-list {
    display: block;
    position: relative;
}
.jcf-list .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    overflow: auto;
    width: 100%;
}
.jcf-list ul {
    list-style: none;
    margin: 0;
    border-top: 1px solid #efd6c5;
}
.jcf-list li {
    overflow: hidden;
    display: block;
}
.jcf-list li:last-child .jcf-option {
    border-bottom: none;
}
.jcf-list .jcf-overflow {
    overflow: auto;
}
.jcf-list .jcf-option {
    overflow: hidden;
    display: block;
    color: #000;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    cursor: pointer;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.5px;
    padding: 20px;
    border-bottom: 1px solid #efd6c5;
}
.jcf-list .jcf-option.jcf-hover,
.jcf-list .jcf-option.jcf-selected,
.main-menu li.current-menu-item a,
.no-touch .footer-nav a:hover {
    color: #f68a3e;
}
.jcf-list .jcf-disabled {
    display: none !important;
}
.jcf-list .jcf-optgroup-caption {
    display: block;
    cursor: default;
    padding: 0 24px;
    font-weight: 700;
    margin-bottom: 28px;
}
.jcf-list .jcf-optgroup {
    display: block;
    padding-bottom: 4px;
}
.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 40px;
    position: relative;
}
.jcf-list .jcf-optgroup .jcf-option:before {
    content: "";
    position: absolute;
    left: 25px;
    top: 8px;
    width: 6px;
    height: 6px;
    background: orange;
    border-radius: 50%;
}
.header {
    padding: 10px 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    z-index: 200;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
    -webkit-transition: background-color 0.3s linear, -webkit-box-shadow 0.3s linear, -webkit-transform 0.3s linear;
    transition: background-color 0.3s linear, box-shadow 0.3s linear, transform 0.3s linear;
    transition: background-color 0.3s linear, box-shadow 0.3s linear, transform 0.3s linear, -webkit-box-shadow 0.3s linear, -webkit-transform 0.3s linear;
}
.header.transparent {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.header.sticky {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}
.header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-logo {
    width: 95px;
    display: block;
    margin-right: auto;
}
.footer-logos .logo a,
.header-logo a {
    display: block;
    height: 100%;
}
.btn-menu,
.header-buttons,
.header-logo {
    position: relative;
    z-index: 10;
}
.btn-menu {
    width: 18px;
    height: 17px;
    margin-left: 15px;
}
.btn-menu:after,
.btn-menu:before {
    content: "";
    position: absolute;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #000;
    border-radius: 4px;
    -webkit-transition: left 0.5s ease, top 0.5s ease, background-color 0.5s, -webkit-transform 0.5s ease;
    transition: left 0.5s ease, top 0.5s ease, transform 0.5s ease, background-color 0.5s;
    transition: left 0.5s ease, top 0.5s ease, transform 0.5s ease, background-color 0.5s, -webkit-transform 0.5s ease;
}
.btn-menu:before {
    top: 0;
}
.btn-menu:after {
    top: 100%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.btn-menu span {
    position: absolute;
    right: 0;
    top: 7px;
    height: 3px;
    width: 100%;
    background-color: #000;
    border-radius: 4px;
    -webkit-transition: width 0.5s ease, background-color 0.5s;
    transition: width 0.5s ease, background-color 0.5s;
}
.menu-opened .btn-menu {
    overflow: hidden;
}
.menu-opened .btn-menu:before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    top: 50%;
    left: 50%;
}
.menu-opened .btn-menu:after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.menu-opened .btn-menu span {
    width: 0;
}
.menu .social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 5px;
    z-index: 30;
}
.menu-opened .menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.menu-bottom {
    margin-top: auto;
    padding-top: 35px;
    background-color: #faf3ee;
    position: relative;
    z-index: 20;
}
.menu-bottom:before {
    content: "";
    height: 64px;
    background: url(../images/mobile-bg.svg) no-repeat;
}
.menu-bottom .wave,
.menu-bottom:before {
    position: absolute;
    left: 0;
    top: -53px;
    width: 100%;
    z-index: -1;
}
.menu-bottom .logo-kids {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 13px;
    line-height: 18px;
    margin: -7px 22px 7px;
}
.menu-bottom .logo-kids .logo {
    width: 46px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
}
.menu-bottom .image-wrap {
    width: 240px;
    margin: 0 auto;
    overflow: hidden;
}
.menu-bottom .image-wrap .dotted-image {
    margin-bottom: -110px;
}
.main-menu {
    font-size: 14px;
    line-height: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
}
.main-menu li {
    margin-bottom: 40px;
}
.main-menu a {
    position: relative;
}
.footer-wave,
.main-menu a:before {
    position: absolute;
    left: 0;
    pointer-events: none;
}
.main-menu a:before {
    content: "";
    width: 100%;
    background: currentColor;
    top: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    height: 2px;
}
.footer {
    padding: 25px 0;
    background: #faf3ee;
    position: relative;
    z-index: 100;
    -webkit-transition: padding-bottom 0.3s 0.3s linear;
    transition: padding-bottom 0.3s 0.3s linear;
}
.footer .waves-wrap {
    top: -70px;
    z-index: 10;
}
.footer .container {
    z-index: 15;
}
.footer .cabbage,
.footer .jalapeno,
.footer .jalapeno2,
.footer .tomatoes {
    display: none;
}
.footer .kale {
    right: -31px;
    top: -230px;
    width: 170px;
    height: 136px;
}
.footer-wave {
    bottom: 0;
    top: -16.5vw;
    width: 100vw;
    height: auto;
}
.footer-logos,
.footer-logos .logo-kids {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.footer-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px 30px;
}
.footer-bottom .social li,
.footer-logos .item {
    margin: 0 10px;
}
.footer-logos .logo-main .logo {
    width: 118px;
}
.footer-logos .logo-kids {
    font-size: 11px;
    line-height: 14px;
}
.footer-logos .logo-kids .logo {
    width: 46px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 5px;
}
.footer-nav {
    margin-bottom: 40px;
}
.footer-nav ul {
    font: 14px/16px "intro_rustbase", sans-serif;
    text-transform: uppercase;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin: 0 5px 0 -10px;
}
.footer-nav li {
    margin-bottom: 15px;
    padding: 0 10px;
}
.footer-add-links li {
    margin-right: 15px;
}
.footer-add-links a {
    text-decoration: underline;
}
.no-touch .footer-add-links a:hover {
    text-decoration: none;
}
.footer-bottom {
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 13px;
    line-height: 18px;
}
.footer-bottom .footer-right,
.footer-logos .logo-kids {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-bottom .copy {
    margin-bottom: 15px;
}
.has-animation.zoomIn,
.has-animation.zoomOut {
    -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.has-animation.zoomIn.animated,
.has-animation.zoomOut.animated {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.has-animation.zoomIn {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.has-animation.zoomIn.animated {
    opacity: 1;
}
.has-animation.fadeIn {
    -webkit-transition: opacity 0.8s ease-in-out;
    transition: opacity 0.8s ease-in-out;
    opacity: 0;
}
.has-animation.fadeInUp {
    -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
}
.has-animation.fadeIn.animated,
.has-animation.fadeInUp.animated {
    opacity: 1;
}
.has-animation.slideUp {
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
    -webkit-transition: -webkit-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}
.has-animation.fadeInDown.animated,
.has-animation.fadeInUp.animated,
.has-animation.slideUp.animated {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.has-animation.fadeInDown,
.has-animation.fadeInLeft,
.has-animation.fadeInRight {
    -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
    opacity: 0;
}
.has-animation.fadeInDown {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
}
.has-animation.fadeInDown.animated {
    opacity: 1;
}
.has-animation.fadeInLeft,
.has-animation.fadeInRight {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
}
.has-animation.fadeInLeft.animated,
.has-animation.fadeInLeftFull.animated,
.has-animation.fadeInRight.animated,
.has-animation.fadeInRightFull.animated {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.has-animation.fadeInRight {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
}
.has-animation.fadeInLeftFull,
.has-animation.fadeInRightFull {
    -webkit-transition: opacity 1.5s ease-in-out, -webkit-transform 1.5s ease-in-out;
    transition: transform 1.5s ease-in-out, opacity 1.5s ease-in-out;
    transition: transform 1.5s ease-in-out, opacity 1.5s ease-in-out, -webkit-transform 1.5s ease-in-out;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
}
.has-animation.fadeInLeftFull {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.has-animation.animation-delay {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.has-animation .animation-delay-small {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.has-animation.animation-delay-long {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.popup-open {
    overflow: hidden;
    position: relative;
    -webkit-overflow-scrolling: touch;
    height: 100%;
}
.popup,
.popups {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}
.popups {
    border: 0;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
    pointer-events: none;
    position: fixed;
    z-index: 800;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}
.popup-open .popups {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
}
.popup {
    position: absolute;
    z-index: -1;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.popup.active {
    opacity: 1;
    visibility: visible;
    z-index: 900;
    -webkit-overflow-scrolling: touch;
}
.popup-holder,
.popup-inner {
    position: relative;
    border-radius: 20px;
}
.popup-holder {
    background: #fff;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 20px 22px;
    max-height: calc((var(--vh, 1vh) * 100) - 20px);
    overflow: hidden;
}
.popup-holder .wave-top {
    position: absolute;
    left: 0;
    top: 0;
}
.popup-holder .illustration {
    position: absolute;
    left: 0;
    bottom: 0;
    width: auto;
    pointer-events: none;
}
.popup-inner {
    padding: 40px 20px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc((var(--vh, 1vh) * 100) - 40px);
}
.popup-inner .heading {
    text-align: center;
    max-width: 540px;
    margin: 0 auto 20px;
}
.popup-inner .heading .h2,
.popup-inner .heading h2 {
    margin-bottom: 16px;
}
.popup-close {
    position: absolute;
    right: 20px;
    top: 23px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 1;
}
.popup-close:after,
.popup-close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background-color: #000;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.popup-close:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.popup-close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.no-touch .popup-close:hover {
    border-color: #f68a3e;
}
.no-touch .popup-close:hover:after,
.no-touch .popup-close:hover:before {
    background-color: #f68a3e;
}
.popup-subscribe .heading-decor {
    vertical-align: top;
    display: inline;
}
.popup-subscribe .logo {
    width: 135px;
    margin-bottom: 20px;
}
.popup-subscribe form {
    margin-bottom: -20px;
}
.popup-subscribe .dotted-image {
    width: 300px;
    height: 300px;
}
.popup-subscribe .success-popup .heading-decor-wrap {
    margin-bottom: 20px;
}
.subscribe-form .required {
    text-align: right;
    color: rgba(0, 0, 0, 0.2);
    margin-bottom: 5px;
}
.subscribe-form .required sup {
    color: #f68a3e;
    font-size: inherit;
    top: -1px;
    left: -4px;
}
.subscribe-form .form-item {
    position: relative;
}
.subscribe-form .form-item .error {
    position: absolute;
    left: 0;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    color: #c86372;
    font-size: 12px;
    line-height: 12px;
    -webkit-transition: opacity 0.3s linear, visibility 0.3s linear;
    transition: opacity 0.3s linear, visibility 0.3s linear;
}
.subscribe-form .form-item .error.visible {
    opacity: 1;
    visibility: visible;
}
.popup-menu .menu-intro {
    margin-top: 20px;
}
.popup-menu .ingredients-slider {
    padding-bottom: 30px;
}
.popup-menu .ingredients-slider .slick-arrow {
    top: auto;
    bottom: 0;
}
.popup-menu .ingredients-slider .slick-arrow.slick-prev {
    left: 0;
}
.popup-menu .ingredients-slider .slick-arrow.slick-next {
    right: 0;
}
.popup-menu .ingredients-slider .slick-dots {
    position: relative;
    bottom: auto;
    margin: 40px 0 -5px;
}
.popup-menu .ingredients-slider .image {
    padding-bottom: 70%;
}
.popup-menu .heading-decor-wrap {
    text-align: left;
    margin-bottom: 10px;
}
.popup-menu .info {
    padding-top: 10px;
    margin-bottom: 40px;
}
.popup-menu .allergens-details span,
.popup-menu p span {
    color: #54a4d5;
}
.popup-menu .accordion-item {
    padding-bottom: 15px;
    margin-bottom: 27px;
    border-bottom-color: #efd6c5;
}
.popup-menu .accordion-item .heading {
    text-align: left;
    margin: 0 0 10px;
    max-width: none;
}
.popup-menu .accordion-item .heading:before {
    opacity: 1;
    width: 12px;
    height: 7px;
    top: 2px;
    background: url(../images/arrow-down.svg) 50% 50%/12px 7px no-repeat;
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.popup-menu .accordion-item .heading:after {
    display: none;
}
.popup-menu .accordion-item .heading.opened:before {
    opacity: 1;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.popup-menu .accordion-item .heading .h5,
.popup-menu .accordion-item .heading h5 {
    font-size: 14px;
    line-height: 20px;
}
.no-touch .popup-menu .accordion-item .heading .h5:hover,
.no-touch .popup-menu .accordion-item .heading h5:hover {
    color: #000 !important;
    text-decoration: underline;
}
.popup-menu .accordion-item ul li {
    border-bottom: 1px solid #efd6c5;
    padding: 10px 0;
}
.popup-menu .accordion-item .calories-list li:first-child,
.popup-menu .accordion-item ul li:first-child {
    padding-top: 0;
}
.popup-menu .accordion-item .h6 {
    text-transform: uppercase;
}
.popup-menu .accordion-item .h6.note {
    margin: 0;
    padding-top: 10px;
    border-top: 1px solid #efd6c5;
}
.popup-menu .accordion-item .calories-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #efd6c5;
    padding: 10px 0;
}
.popup-menu .accordion-item .hidden-info {
    display: none;
}
.popup-menu .accordion-item .hidden-info sup,
.popup-menu .allergens-details sup {
    color: #54a4d5;
    position: relative;
    top: -4px;
    font-size: 12px;
}
.popup-menu .accordion-item:last-child {
    border: 0;
    padding: 0;
}
.popup-menu .allergens-details {
    padding: 10px 0;
}
.popup-menu .allergens-details .heading {
    margin: 0 !important;
}
.popup-menu .allergens-details a {
    margin: 0 !important;
    color: #000 !important;
    text-decoration: underline;
}
.no-touch .popup-menu .allergens-details a:hover {
    text-decoration: none !important;
}
.popup-menu .allergens-details ul li {
    margin: 5px 0 !important;
    padding: 0 !important;
    border: 0 !important;
}
.popup-menu .wave-bottom {
    margin-top: -5vw;
}
.popup-ingredients .popup-holder,
.popup-ingredients .popup-inner {
    border-radius: 0;
    height: 100vh;
    max-height: calc((var(--vh, 1vh) * 100));
}
.popup-ingredients .popup-holder {
    margin: 0;
}
.popup-ingredients .popup-inner {
    padding: 0;
}
.popup-ingredients .popup-close:after,
.popup-ingredients .popup-close:before {
    background-color: #fff;
}
.ingredients-slider .slide {
    vertical-align: top;
}
.ingredients-slider .image {
    position: relative;
    padding-bottom: 63%;
}
.hero-image-full img,
.ingredients-slider .image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.ingredients-slider .slick-arrow {
    top: 50%;
    z-index: 20;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ingredients-slider .slick-arrow.slick-prev {
    right: auto;
    left: 20px;
    background-color: #fff;
}
.ingredients-slider .slick-arrow.slick-next {
    right: 20px;
}
.ingredients-slider .slick-dots {
    position: absolute;
    width: 100%;
    bottom: 6px;
    z-index: 10;
}
.ingredients-info {
    padding: 20px;
}
.hero-text p,
.ingredients-info .content .h3,
.ingredients-info .content h3 {
    margin-bottom: 20px;
}
.cookies {
    display: none;
    background-color: #fff;
    padding: 15px 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 13px;
    line-height: 18px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 110;
    -webkit-transition: opacity 0.3s linear, visibility 0.3s linear;
    transition: opacity 0.3s linear, visibility 0.3s linear;
}
.cookies .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cookies .wrap a {
    text-decoration: underline;
}
.no-touch .cookies .wrap a:hover {
    text-decoration: none;
}
.cookies .h6 {
    text-transform: uppercase;
}
.cookies .buttons {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
    margin-left: 5px;
}
.cookies .buttons button {
    display: block;
    margin: 10px auto 0;
}
.no-touch .connect-with-us a:hover path,
.no-touch .cookies .buttons button:hover path,
.no-touch .social a:hover path {
    fill: #f68a3e;
}
.cookies .button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-width: 2px;
}
.cookies-hide .cookies {
    opacity: 0;
    visibility: hidden;
}
.hero-slider .slick-slide,
.hero-slider .slick-track,
.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.social li {
    margin: 0 15px;
}
.social svg {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}
.hero-slider-section {
    position: relative;
    margin-top: -60px;
}
.hero-slider {
    position: relative;
    overflow: hidden;
    min-height: 480px;
}
.hero-slider .slick-track:after,
.hero-slider .slick-track:before {
    display: none;
}
.hero-slider .slick-slide {
    float: none;
    height: auto;
}
.hero-slider .slick-slide > div,
.products-slider .slick-slide > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.hero-slider .slick-dots {
    margin-top: -7px;
}
.hero-slider .slick-arrow {
    top: auto;
    bottom: 16vw;
}
.hero-slider .slick-arrow.slick-prev {
    right: 73px;
}
.hero-slider .slick-arrow.slick-next {
    right: 22px;
}
.hero-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100vh - 20px);
    height: 100%;
    position: relative;
}
.hero-section .figures.three-items {
    margin: 25px 0 0 -5px;
}
.hero-section .figures.four-items {
    display: none;
}
.hero-image {
    padding: 0 20px;
    max-width: 360px;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.hero-image-full,
.hero-image-full:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.hero-image-full:before {
    content: "";
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(transparent)),
    -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.7)), color-stop(50.62%, rgba(0, 0, 0, 0.2)), color-stop(53.63%, rgba(0, 0, 0, 0.05)), to(transparent));
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%), linear-gradient(270deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 50.62%, rgba(0, 0, 0, 0.05) 53.63%, transparent 100%);
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    z-index: 2;
}
.hero-section-content {
    width: 100%;
    position: relative;
    z-index: 3;
}
.hero-text {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    padding-top: 90px;
    margin-bottom: 40px;
}
.hero-text.white {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.5px;
}
.hero-text .heading {
    color: #fff;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: top;
}
.hero-text .heading .h1,
.hero-text .heading .h2,
.hero-text .heading .h3,
.hero-text .heading h1,
.hero-text .heading h2,
.hero-text .heading h3 {
    color: currentColor;
}
.hero-text .h3,
.hero-text h3 {
    margin-bottom: 6px;
}
.hero-text .h5,
.hero-text h5 {
    text-transform: uppercase;
    margin-bottom: 5px;
}
.hero-text .h1 {
    margin-bottom: 10px;
}
.accordion-item .hidden-info p:last-of-type,
.hero-text p:last-of-type {
    margin-bottom: 0;
}
.hero-text .button,
.hero-text .buttons {
    margin-top: 20px;
}
.hero-text .button svg {
    height: 10px;
}
.hero-text .buttons a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 10px 0;
}
.hero-text .buttons img {
    max-width: 138px;
}
.hero-slider-progress {
    z-index: 3;
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: -9.5vw;
}
.hero-slider-progress .svg-wrap {
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
    overflow: hidden;
}
.hero-slider-progress .svg-wrap.active {
    z-index: 2;
}
.hero-slider-progress svg {
    width: 100vw;
    height: 20vw;
}
.subscribe-section {
    margin-bottom: -40px;
    position: relative;
}
.subscribe-section .circle {
    position: relative;
    width: 100%;
    min-height: 430px;
    padding-top: 95px;
    z-index: 20;
}
.subscribe-section .circle:before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    left: 50%;
    top: 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    background-color: #fff;
    z-index: -1;
}
.our-story-section .images img,
.subscribe-waves {
    width: 100%;
    top: 0;
    position: absolute;
}
.subscribe-waves.desktop {
    display: none;
}
.subscribe-info {
    text-align: center;
    margin: -15px auto 30px;
    max-width: 315px;
    position: relative;
}
.subscribe-info .figures.four-items {
    position: absolute;
    left: 57px;
    top: -40px;
}
.subscribe-info .figures.four-items.bottom {
    top: 100%;
    left: auto;
    right: 0;
    margin-top: 75px;
}
.subscribe-info .h5 {
    text-transform: uppercase;
    padding: 0 65px;
    margin-bottom: 5px;
}
.subscribe-info .h2,
.subscribe-info h2 {
    margin-bottom: 20px;
}
.subscribe-image {
    width: 244px;
    height: 213px;
    margin: 0 auto;
}
.our-story-section {
    margin-bottom: 35px;
    position: relative;
    z-index: 20;
}
.connect-with-us,
.our-story-section .inner {
    position: relative;
}
.our-story-section .images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 -10px 48px;
}
.our-story-section .images .image {
    width: calc(50% - 20px);
    margin: 0 10px;
    position: relative;
}
.our-story-section .images .image.large {
    left: 0;
    padding-bottom: 60%;
    height: 100%;
}
.our-story-section .images .image.small {
    right: 0;
    padding-bottom: 27%;
}
.our-story-section .images img {
    left: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}
.our-story-section .info {
    text-align: center;
    position: relative;
    padding-bottom: 65px;
}
.our-story-section .info p {
    margin-bottom: 18px;
}
.our-story-section .heading {
    margin-bottom: 15px;
}
.our-story-section .heading-decor {
    display: inline;
}
.our-story-section .figures.top {
    display: none;
}
.our-story-section .figures.bottom {
    position: absolute;
    bottom: 0;
    left: 45px;
}
.our-story-section .cabbage {
    right: 42px;
    top: -140px;
    width: 55px;
}
.our-story-section .jalapeno {
    right: 18px;
    top: -100px;
    width: 33px;
}
.our-story-section .jalapeno2 {
    right: 0;
    top: -65px;
    width: 23px;
}
.our-story-section .jalapeno3 {
    left: -8px;
    top: -100px;
    width: 32px;
}
.our-story-section .jalapeno4 {
    left: 25px;
    top: -50px;
    width: 32px;
}
.connect-with-us {
    margin-bottom: 30px;
}
.connect-with-us .image {
    display: none;
}
.connect-with-us .h2,
.connect-with-us h2 {
    color: #f68a3e;
    margin-bottom: 8px;
    position: relative;
}
.connect-with-us .h2 svg,
.connect-with-us h2 svg {
    position: absolute;
    top: -42px;
    right: 10px;
    width: 44px;
    height: 50px;
}
.connect-with-us ul {
    font: 16px/16px "intro_rustbase", sans-serif;
}
.connect-with-us li {
    margin-bottom: 5px;
}
.connect-with-us li svg {
    display: inline-block;
    vertical-align: middle;
}
.connect-with-us li:last-child svg {
    width: 15px;
    height: 15px;
}
.accordion-item .hidden-info a,
.no-touch .accordion-item .heading .h5:hover,
.no-touch .accordion-item .heading h5:hover,
.no-touch .connect-with-us a:hover,
.no-touch .product-card .h4 a:hover,
.no-touch .product-card h4 a:hover {
    color: #f68a3e;
}
.shape {
    min-height: 185px;
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    max-width: 356px;
}
.shape-svg {
    width: 111%;
    height: auto;
    position: absolute;
    left: -15px;
    top: 0;
    z-index: -1;
    -webkit-animation: blob 15s ease-in-out infinite;
    animation: blob 15s ease-in-out infinite;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.images-slider-wrap {
    overflow: hidden;
    height: 183px;
}
.images-slider {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    padding: 0 0 35px;
}
.images-slider .item {
    position: relative;
    margin: 0 5px;
    width: 148px;
    height: 148px;
}
.images-slider .item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.images-slider .item:nth-child(even) {
    width: 92px;
    height: 92px;
}
.catering,
.two-columns .column {
    position: relative;
}
.catering {
    z-index: 10;
}
.catering .heading,
.catering p {
    margin-bottom: 20px;
}
.catering .heading.mobile:before {
    top: -20px;
}
.catering .contacts-list li:before,
.catering .heading.desktop,
.contacts-list li:before {
    display: none;
}
.catering .heading .h2,
.catering .heading h2 {
    margin-bottom: 5px;
}
.catering .heading .h5,
.catering .heading h5 {
    text-transform: uppercase;
}
.catering .image {
    margin-bottom: 10px;
    z-index: 2;
}
.catering .image .figures {
    position: absolute;
    right: 24%;
    top: 15px;
}
.catering .image,
.catering .info {
    position: relative;
}
.catering .info .figures {
    position: absolute;
    right: 38px;
    bottom: 115px;
}
.catering p:last-child {
    margin-bottom: 0;
}
.catering .contacts-list {
    font-size: 12px;
    line-height: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: -5px 0 7px;
}
.catering .contacts-list li {
    padding: 0 0 10px;
    margin: 0;
}
.catering .buttons .button {
    margin: 0 10px 10px 0;
}
.contacts-list li {
    padding: 0 0 15px;
    margin: 0;
}
.contacts-list a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    word-break: break-all;
    text-decoration: underline;
}
.no-touch .contacts-list a:hover {
    color: #f68a3e;
    text-decoration: none;
}
.contacts-list svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
}
.products {
    margin-top: 77px;
    margin-bottom: 80px;
    position: relative;
    z-index: 20;
}
.products .waves {
    position: absolute;
    width: 100%;
    height: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
    max-width: 1920px;
    pointer-events: none;
}
.products .heading {
    max-width: 616px;
    margin: 0 auto 40px;
    text-align: center;
}
.products .heading .h5 {
    text-transform: uppercase;
    margin-bottom: 5px;
}
.products .heading .h2,
.products .heading h2 {
    margin-bottom: 15px;
}
.products .heading p {
    margin-bottom: 10px;
}
.products .heading .button {
    margin-top: 15px;
}
.products .figure1 {
    position: absolute;
    left: 80px;
    top: 20px;
    width: 35px;
}
.product-card > a,
.products .figure2 {
    position: absolute;
    left: 190px;
    top: 94px;
    width: 35px;
}
.products .figure3 {
    position: absolute;
    right: 40px;
    top: -34px;
    width: 30px;
}
.content table ul li:before,
.product-card .button span,
.products .kale,
.products-slider .slick-track:after,
.products-slider .slick-track:before {
    display: none;
}
.products .cabbage {
    left: 78px;
    top: -78px;
    width: 35px;
}
.products .broccoli {
    left: -38px;
    top: -58px;
    width: 120px;
}
.products .jalapeno.left {
    left: 50px;
    top: -56px;
    width: 20px;
}
.products-holder,
.products-slider-holder {
    position: relative;
    z-index: 10;
}
.products-slider {
    padding-bottom: 60px;
}
.products-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.products-slider .slick-list {
    margin-right: -20px;
    padding-bottom: 40px;
    margin-left: -20px;
    padding-left: 20px;
}
.products-slider .slick-slide {
    margin-right: 20px;
    float: none;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.products-slider .slide {
    vertical-align: top;
}
.products-slider .image-holder img {
    margin: 0 auto;
}
.products-slider .slick-arrow {
    top: auto;
    bottom: 0;
}
.product-card,
.product-card .categories-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 375px;
    height: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 40px 15px 15px;
    font-size: 13px;
    line-height: 18px;
    -webkit-transition: border-color 0.3s linear, -webkit-transform 0.3s linear;
    transition: border-color 0.3s linear, transform 0.3s linear;
    transition: border-color 0.3s linear, transform 0.3s linear, -webkit-transform 0.3s linear;
    position: relative;
}
.product-card > a {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.product-card .categories-holder {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
}
.product-card .category {
    padding: 3px 10px;
    margin-right: 10px;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    border-radius: 10px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.product-card .image-holder {
    margin-bottom: 15px;
    text-align: center;
}
.product-card .image-holder img {
    max-height: 100%;
}
.page-heading-info p,
.product-card .h4,
.product-card h4,
.product-card p {
    margin-bottom: 10px;
}
.product-card .link {
    margin-top: 10px;
}
.product-card .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto;
    padding-top: 10px;
}
.product-card .button {
    -webkit-transition: opacity 0.3s linear, visibility 0.3s linear, color 0.3s linear, background-color 0.3s linear, border-color 0.3s linear;
    transition: opacity 0.3s linear, visibility 0.3s linear, color 0.3s linear, background-color 0.3s linear, border-color 0.3s linear;
    position: relative;
    z-index: 3;
    margin-left: auto;
}
.no-touch .product-card:hover {
    border-color: #f68a3e;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
.no-touch .product-card:hover .button {
    opacity: 1;
    visibility: visible;
}
.products-list .product-card {
    margin-bottom: 40px;
    height: auto;
}
.more-products,
.product-card {
    text-align: center;
}
.waved-section.faq {
    margin-bottom: -8vw;
    padding-bottom: 0;
}
.waved-section.faq .inner {
    padding-bottom: 100px;
}
.waved-section.faq .heading-decor-wrap {
    max-width: none;
}
.accordion {
    max-width: 1100px;
    margin: 0 auto;
}
.accordion-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 0 30px;
    margin-bottom: 30px;
}
.accordion-item .heading {
    cursor: pointer;
    position: relative;
    padding-right: 30px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.accordion-item .heading:after,
.accordion-item .heading:before {
    content: "";
    position: absolute;
    background: #000;
}
.accordion-item .heading:before {
    right: 8px;
    top: 5px;
    width: 2px;
    height: 12px;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
.accordion-item .heading:after {
    top: 10px;
    right: 3px;
    width: 12px;
    height: 2px;
}
.accordion-item .heading .h5,
.accordion-item .heading h5 {
    text-transform: uppercase;
    -webkit-transition: color 0.3s linear;
    transition: color 0.3s linear;
    position: relative;
}
.accordion-item .hidden-info {
    padding: 10px 0 0;
}
.contacts-info .contacts-list a,
.content .anchors-list a,
.no-touch .accordion-item .hidden-info a:hover {
    text-decoration: underline;
}
.accordion-item:last-child {
    margin-bottom: 0;
}
.accordion-item.opened .heading {
    border-color: rgba(255, 255, 255, 0.1);
}
.accordion-item.opened .heading:before {
    opacity: 0;
}
.page-heading.waved-section .inner {
    padding: 40px 0;
    position: relative;
}
.page-heading .container {
    position: relative;
    z-index: 100;
}
.page-heading .image-small {
    display: none;
    width: 100px;
    margin-top: 20px;
    z-index: 10;
}
.page-heading .waves-wrap {
    top: auto;
    bottom: 40px;
}
.page-heading-image {
    margin-bottom: 40px;
    position: relative;
    z-index: 10;
}
.page-heading-info .heading-wrap {
    margin-bottom: 20px;
    position: relative;
}
.page-heading-info .heading-wrap .decor {
    position: absolute;
    right: 0;
    top: -50px;
}
.page-heading-info .heading-decor:before {
    top: 10px;
}
.page-heading-info .h5,
.page-heading-info h5 {
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 12px;
}
.page-heading-info .button {
    margin-bottom: 20px;
}
.page-heading-info .link {
    margin-left: 10px;
}
.page-heading-info .hero-text {
    padding: 0;
}
.benefits {
    position: relative;
    z-index: 20;
}
.benefits-list {
    margin-bottom: -20px;
}
.benefits-list .item {
    border-radius: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.07);
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}
.benefits-list .item:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    background: url(../images/icon-check-orange.svg) 50% 50%/100% 100% no-repeat;
    margin-bottom: 20px;
}
.benefits-list .item .h5,
.benefits-list .item h5 {
    text-transform: uppercase;
    margin-bottom: 10px;
}
.video-holder {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    z-index: 20;
}
.video-holder.video-play .poster {
    opacity: 0;
    visibility: hidden;
}
.video-holder .poster {
    z-index: 100;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.video-holder .poster:after {
    content: "";
    background: rgba(0, 0, 0, 0.1);
    z-index: -1;
}
.video-holder .poster,
.video-holder .poster:after,
.video-holder iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
}
.play-button {
    width: 56px;
    height: 56px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}
.our-values .heading .h2 svg,
.our-values .heading h2 svg,
.play-button svg,
.section .waves svg {
    width: 100%;
    height: auto;
}
.download-section {
    position: relative;
}
.download-section .info {
    text-align: center;
    margin-bottom: 40px;
}
.download-section .info p {
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}
.benefits.our-mission .heading-decor-wrap p,
.download-section .info .button {
    margin-top: 10px;
}
.download-section .heading-decor-wrap {
    margin-bottom: 15px;
}
.download-section .heading-decor-wrap .h5 {
    text-transform: uppercase;
    margin-top: 5px;
}
.download-section .image {
    max-width: 338px;
    margin: 0 -22px -70px auto;
}
.main,
.wrapper {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.main {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 60px;
}
.wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-height: 100vh;
    height: 100%;
}
.footer,
.header,
.wrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.container {
    padding: 0 22px;
    position: relative;
    width: 100%;
}
.waved-section {
    position: relative;
    padding-bottom: 17.5vw;
    margin-bottom: 50px;
}
.waved-section.reset-padding-bottom {
    padding-bottom: 0;
    margin-bottom: 0;
}
.waved-section.reset-padding-bottom .inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 15vw;
    background-color: rgba(239, 214, 197, 0.3);
}
.waved-section .inner {
    background-color: rgba(239, 214, 197, 0.3);
    padding: 30px 0;
}
.waved-section .wave-bottom,
.waved-section .wave-top {
    width: 100%;
}
.waved-section .wave-bottom {
    position: absolute;
    left: 0;
}
.section {
    position: relative;
    padding-bottom: 70px;
}
.section.reset-padding-bottom {
    padding-bottom: 0;
}
.section .waves {
    position: absolute;
    left: 0;
    width: 300px;
}
.error-page .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
}
.error-block {
    width: 100%;
    text-align: center;
    padding: 100px 0;
    z-index: 110;
}
.error-block,
.error-block .wrap {
    position: relative;
}
.error-block .wrap .figure {
    margin-top: 20px;
}
.error-block .image {
    margin-bottom: 40px;
}
.article-date b,
.error-block .h5,
.error-block h5 {
    text-transform: uppercase;
}
.contacts-info p,
.error-block p {
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}
.error-block .button {
    margin: 0 5px 10px;
}
.error-block .button.transparent:not(:hover),
.no-touch .error-block .button:not(.transparent):hover {
    background-color: #fff;
}
.text-template {
    position: relative;
    z-index: 10;
    padding: 50px 0;
}
.text-template .veggies.right {
    top: 100vh;
}
.text-template .content {
    max-width: 1105px;
    margin: 0 auto;
}
.text-template .waves-decor.right {
    top: -100px;
}
.text-template .waves-decor.left {
    left: 0;
    bottom: 875px;
}
.article-date,
.content .h2,
.content .h3,
.content .h4,
.content .h5,
.content .h6,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    margin-bottom: 20px;
}
.content .h1,
.content h1 {
    margin-bottom: 40px;
}
.content .anchors-list li:before {
    border-color: #000;
}
.no-touch .contacts-info .contacts-list a:hover,
.no-touch .content .anchors-list a:hover {
    text-decoration: none;
}
.content blockquote {
    border-radius: 30px;
    border: 1px solid #efd6c5;
    background: radial-gradient(40.54% 50% at 52.03% 0%, rgba(239, 214, 197, 0.3) 0%, #fff 100%);
    padding: 70px 40px 60px;
    margin: 25px 0;
    position: relative;
}
.content blockquote:before {
    content: "";
    position: absolute;
    left: 40px;
    top: 30px;
    width: 53px;
    height: 20px;
    background: url(../images/quote.svg) 50% 50%/100% 100% no-repeat;
}
.content blockquote p,
.content blockquote q {
    font-weight: 800;
    letter-spacing: 0.5px;
    margin: 0;
    font-size: 20px;
    line-height: 30px;
}
.content blockquote q,
.content blockquote q:after,
.content blockquote q:before {
    quotes: none;
}
.content table {
    width: 100%;
    margin: 25px 0;
}
.content table td,
.content table th {
    border-color: #efd6c5;
    text-align: left;
    vertical-align: top;
}
.content table th {
    font-weight: 400;
}
.content table ul li {
    padding: 0;
    margin-bottom: 20px;
}
.article-date {
    font-size: 16px;
    line-height: 18px;
}
.contacts-section {
    position: relative;
    padding: 70px 0;
}
.contacts-section .waves-decor {
    top: 0;
    left: 0;
}
.contacts-info,
.search-form form {
    position: relative;
}
.contacts-info .figure {
    display: none;
    position: absolute;
    top: -30px;
    right: 0;
}
.contacts-info .anchor-link {
    margin-bottom: 20px;
    color: #f68a3e;
    font-size: 18px;
    line-height: 100%;
}
.contacts-info .contacts-list {
    font-weight: 500;
    text-transform: none;
    margin-bottom: 10px;
}
.contacts-info .contacts-list li {
    padding-bottom: 5px;
}
.contacts-info .contacts-list li.address a {
    word-break: normal;
}
.contacts-info .search-form,
.success-popup p {
    margin-bottom: 20px;
}
.contacts-info .h3,
.contacts-info h3 {
    margin-bottom: 15px;
}
.contacts-info .no-locations,
.contacts-info .store-contacts .contacts-list,
.contacts-info .title-results {
    display: none;
}
.store-contacts .contacts-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.store-contacts .contacts-list li:last-child {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.store-contacts .contacts-list:not([style*="display: none"]) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.location-search input,
.search-form input {
    padding-right: 50px;
}
.search-form button {
    position: absolute;
    bottom: 13px;
    right: 18px;
}
.location-search label,
.search-form label {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
}
.contacts-form-holder {
    position: relative;
    z-index: 100;
}
.contacts-form-holder.success .contacts-form {
    display: none;
}
.contacts-form-holder.success .success-popup {
    display: block;
}
.contacts-form-holder .wave-bottom,
.contacts-form-holder .wave-top {
    position: absolute;
}
.contacts-form-holder .wave-bottom svg,
.contacts-form-holder .wave-top svg {
    width: 100%;
    height: auto;
    display: block;
}
.contacts-form-holder .wave-top {
    left: 0;
    top: 0;
}
.contacts-form-holder .wave-bottom {
    right: 0;
    bottom: 0;
}
.contacts-form,
.success-popup {
    border-radius: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}
.contacts-form {
    padding: 15vw 20px 18vw;
}
.contacts-form .form-item {
    margin-bottom: 25px;
}
.contacts-form .required {
    text-align: right;
    color: rgba(0, 0, 0, 0.2);
    margin-bottom: 5px;
}
.contacts-form .required sup {
    color: #f68a3e;
    font-size: inherit;
    top: -1px;
    left: -4px;
}
.catering-wrap .links-list li:before,
.contacts-form .form-group.location,
.products-intro .links-list li:before {
    display: none;
}
.success-popup {
    display: none;
    padding: 60px 20px 0;
    font-weight: 500;
    text-align: center;
    min-height: 350px;
}
.success-popup .logo {
    width: 140px;
    margin: 0 auto 40px;
}
.success-popup .veggies {
    position: relative;
    display: block;
    left: -20px;
    text-align: left;
}
.testimonials .heading-decor-wrap .h5,
.testimonials .heading-decor-wrap h5 {
    text-transform: uppercase;
}
.testimonials .infiniteslide_wrap {
    overflow: visible !important;
}
.testimonials > .waves-wrap {
    top: -40px;
}
.testimonials-list {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    margin-bottom: 60px;
}
.testimonials-list .item {
    margin: 0 10px;
    width: 300px;
}
.testimonials-list blockquote {
    padding: 20px;
    border-radius: 30px;
    background: #fff;
    -webkit-box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.07);
    position: relative;
    margin: 0;
}
.testimonials-list blockquote:before {
    content: "";
    position: absolute;
    left: 50px;
    top: 100%;
    width: 44px;
    height: 24px;
    background: url(../images/corner.svg) 50% 50%/100% 100% no-repeat;
    margin-top: -1px;
}
.testimonials-list .logo {
    margin: 40px 0 0 20px;
}
.testimonials-info {
    text-align: center;
    max-width: 940px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
.benefits.our-mission .benefits-list p,
.join-us p,
.testimonials-info .h3,
.testimonials-info h3 {
    margin-bottom: 20px;
}
.testimonials-info .button {
    margin: 0 5px 10px;
}
.leadership {
    z-index: 10;
    margin-bottom: 80px;
}
.leadership .info,
.our-values .list li {
    margin-bottom: 40px;
}
.bio-popup li,
.leadership .heading-wrap {
    margin-bottom: 10px;
}
.holder-leadership-slider,
.leadership,
.leadership-slider-nav {
    position: relative;
}
.holder-leadership-slider .leadership-slider .slick-list {
    margin-right: -20px;
    padding-bottom: 30px;
}
.holder-leadership-slider .leadership-slider .slick-slide {
    margin-right: 20px;
}
.holder-leadership-slider .leadership-slider .item {
    text-align: center;
    position: relative;
}
.holder-leadership-slider .leadership-slider .image {
    position: relative;
    padding-bottom: 120%;
    margin-bottom: 20px;
    max-height: 300px;
}
.bio-popup,
.holder-leadership-slider .leadership-slider .image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
}
.holder-leadership-slider .leadership-slider .image img {
    -o-object-fit: cover;
    object-fit: cover;
}
.holder-leadership-slider .leadership-slider .h5,
.holder-leadership-slider .leadership-slider .h6 {
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.bio-popup {
    display: none;
    border: 2px solid #f68a3e;
    background-color: #fff;
    z-index: 10;
    text-align: left;
    padding: 18px;
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s;
    overflow: hidden;
}
.bio-popup .h6 {
    text-transform: uppercase;
    margin-bottom: 5px;
}
.no-touch .bio-popup:hover {
    opacity: 1;
}
.our-values {
    z-index: 10;
}
.our-values.two-images {
    margin-bottom: 55px;
}
.our-values.two-images .image-small {
    margin: 0 0 0 auto;
}
.our-values.two-images .image-small img {
    border-radius: 15px;
}
.our-values .image {
    margin-bottom: 60px;
    text-align: center;
}
.our-values .image img {
    border-radius: 30px;
}
.our-values .info {
    text-align: center;
}
.our-values .heading {
    margin-bottom: 35px;
}
.our-values .heading .h2,
.our-values .heading h2 {
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.our-values .heading .h2 .heart,
.our-values .heading h2 .heart {
    position: absolute;
    left: 45px;
    top: -33px;
    width: 40px;
}
.our-values .heading .h2 .figure,
.our-values .heading h2 .figure {
    position: absolute;
    right: -40px;
    width: 25px;
    top: -20px;
}
.our-values .heading .button,
.timeline .heading-decor-wrap p {
    margin-top: 20px;
}
.our-values .list {
    text-align: center;
}
.our-values .list .icon {
    margin-bottom: 23px;
}
.our-values .list .icon img {
    max-width: 200px;
}
.our-values .list .h6 {
    text-transform: uppercase;
    margin-bottom: 10px;
}
.join-us,
.our-values {
    position: relative;
}
.join-us.waved-section {
    padding-bottom: 0;
    margin-bottom: -16vw;
}
.join-us .wrap {
    max-width: 740px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 10;
}
.join-us .heading-decor-wrap {
    margin-bottom: 10px;
}
.join-us .image {
    pointer-events: none;
}
.benefits.our-mission .benefits-list {
    margin-bottom: 0;
}
.benefits.our-mission .benefits-list .item {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.benefits.our-mission .additional-benefits,
.join-us .image {
    text-align: center;
}
.benefits.our-mission .additional-benefits .h3,
.benefits.our-mission .additional-benefits h3,
.cascade-item p,
.our-food p {
    margin-bottom: 20px;
}
.benefits.our-mission .additional-benefits .text {
    max-width: 740px;
    margin: 0 auto;
}
.our-food {
    margin-bottom: 50px;
    padding-top: 30px;
}
.our-food .info {
    position: relative;
    margin-bottom: 40px;
}
.our-food .h5 {
    text-transform: uppercase;
    margin-top: 8px;
    margin-bottom: 15px;
}
.our-food .image {
    margin-top: 30px;
    width: 200px;
}
.our-food .image,
.timeline-slider {
    position: relative;
}
.timeline-slider:before {
    content: "";
    position: absolute;
    left: 0;
    top: 25px;
    width: 100%;
    height: 2px;
    background-color: #efd6c5;
}
.timeline-slider .slick-track {
    counter-reset: counter;
}
.timeline-slider .slick-list {
    margin-right: -20px;
    padding-bottom: 20px;
}
.timeline-slider .slick-slide {
    position: relative;
    margin-right: 20px;
    padding-top: 60px;
}
.timeline-slider .slick-slide:before {
    counter-increment: counter;
    content: counters(counter, "-", decimal);
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #f68a3e;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.timeline-slider .image {
    position: relative;
    padding-bottom: 74%;
}
.timeline-slider .image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 30px;
}
.timeline-slider .wrap {
    padding: 20px;
}
.timeline-slider .h5 {
    margin-bottom: 13px;
}
.catering-wrap .heading-decor-wrap .h5,
.catering-wrap .heading-decor-wrap h5,
.timeline-slider .h6 {
    text-transform: uppercase;
    margin-bottom: 10px;
}
.cascade-item {
    margin-bottom: 50px;
    text-align: center;
}
.cascade-item .heading-decor-wrap {
    margin-bottom: 10px;
}
.cascade-item .info {
    padding-top: 50px;
}
.cascade-item mark {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
    display: block;
}
.catering-items,
.catering-wrap {
    position: relative;
    z-index: 10;
}
.catering-wrap .heading-decor-wrap {
    margin-bottom: 28px;
}
.catering-wrap .intro {
    max-width: 650px;
    margin: 0 auto 30px;
}
.catering-wrap .links-list {
    text-align: center;
}
.catering-wrap .links-list li,
.products-intro .links-list li {
    padding: 0;
    margin-bottom: 20px;
}
.catering-wrap .links-list li:first-child:before,
.products-intro .links-list li:first-child:before {
    display: none;
}
.catering-item {
    margin-bottom: 40px;
}
.catering-item .heading-decor-wrap {
    text-align: left;
    margin-bottom: 10px;
}
.catering-item .image {
    text-align: center;
}
.catering-item .image img {
    border-radius: 30px;
}
.catering-item .decor {
    width: 30px;
    height: auto;
    margin-left: auto;
    display: block;
}
.catering-item .info {
    padding-top: 40px;
}
.catering-item .category {
    display: inline-block;
    vertical-align: top;
    padding: 3px 10px;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    border-radius: 10px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}
.catering-item dt {
    font-weight: 800;
}
.products-intro {
    max-width: 940px;
    margin: 0 auto 30px;
    position: relative;
    z-index: 2;
}
.products-intro .heading-decor-wrap {
    margin-bottom: 10px;
}
.products-intro,
.products-intro .links-list {
    text-align: center;
}
.ingredients-section .waves-decor {
    top: 100%;
}
.ingredients-section .waves-decor svg {
    width: 100vw;
}
.ingredients-image {
    position: relative;
    z-index: -1;
    margin-bottom: -8%;
}
.ingredients-hidden,
.ingredients-row ul li:before {
    display: none;
}
.ingredients-hidden .more-products {
    margin-bottom: 20px;
}
.ingredients-row {
    text-align: left;
    padding-bottom: 25px;
    position: relative;
}
.ingredients-row .note img {
    max-width: 150px;
}
.ingredients-row .h5,
.ingredients-row h5 {
    text-transform: uppercase;
    margin-bottom: 10px;
}
.ingredients-row ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.5px;
}
.ingredients-row ul li {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
    padding: 0;
}
.ingredients-row ul a {
    display: block;
    position: relative;
    z-index: 2;
}
.no-touch .ingredients-row ul a:hover img,
.no-touch .location-item:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.ingredients-row ul .image {
    display: block;
    position: relative;
    padding-bottom: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 20px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.ingredients-row ul img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
    will-change: transform;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}
.allergen-guide {
    border-radius: 30px;
    background: radial-gradient(38.68% 47.7% at 52.03% 0%, rgba(239, 214, 197, 0.3) 0%, #fff 100%), #fff;
    -webkit-box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.07);
    padding: 20px;
}
.allergen-guide .heading {
    padding-top: 20px;
}
.allergen-guide .heading .h5,
.catering-item dt {
    text-transform: uppercase;
    margin-bottom: 5px;
}
.allergen-guide .heading .h2,
.allergen-guide .heading h2,
.allergen-guide .heading p,
.allergen-ingredients ul li {
    margin-bottom: 10px;
}
.allergen-guide .heading .h2 strong,
.allergen-guide .heading h2 strong {
    font-weight: 400;
    position: relative;
}
.allergen-guide .heart {
    position: absolute;
    right: -20px;
    top: -33px;
    width: 40px;
}
.allergen-guide .heart svg {
    width: 100%;
    height: auto;
}
.allergen-guide .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: -15px;
}
.allergen-guide .buttons > * {
    margin: 0 10px 15px 0;
}
.allergen-guide .hidden-info {
    display: none;
    margin-top: 40px;
}
.allergen-ingredients {
    margin-bottom: 20px;
}
.allergen-ingredients .item {
    border-radius: 8px;
    border: 1px solid rgba(239, 214, 197, 0.4);
    padding: 20px;
    margin-bottom: 20px;
}
.allergen-ingredients .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.allergen-ingredients .icon {
    width: 40px;
    height: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
}
.allergen-ingredients .h6,
.allergen-ingredients ul strong {
    text-transform: uppercase;
}
.allergen-ingredients ul li:last-child {
    margin-bottom: 0;
}
.allergen-guide-wrap .h4,
.allergen-guide-wrap h4 {
    margin-bottom: 20px;
}
.allergen-guide-list li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
}
.allergen-guide-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: url(../images/icon-check-orange-small.svg) 50% 50%/100% 100% no-repeat;
}
.allergen-guide-list .h6 {
    text-transform: uppercase;
    margin-bottom: 10px;
}
.location-page {
    padding: 50px 0 25vw;
    margin-bottom: -16vw;
    position: relative;
    background-color: rgba(239, 214, 197, 0.3);
}
.location-page:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 400px;
    background-color: #fff;
}
.location-page .products-slider-holder {
    margin-bottom: -60px;
}
.location-page .has-parallax {
    z-index: 20;
}
.location-page .has-parallax.bottom {
    top: 80vh;
}
.location-section .wave {
    position: absolute;
    left: 0;
    top: 390px;
    width: 100%;
    height: 330px;
    z-index: 19;
}
.location-section .wave svg {
    width: 100vw;
    height: auto;
}
.location-section .inner {
    position: relative;
    z-index: 20;
}
.locations-wrap .h1,
.locations-wrap h1 {
    margin-bottom: 20px;
    position: relative;
}
.locations-wrap .h1 .decor,
.locations-wrap h1 .decor {
    position: absolute;
    top: -20px;
    right: 0;
}
.location-search {
    margin-bottom: 30px;
}
.location-search form {
    position: relative;
    margin-bottom: 15px;
}
.location-search form button {
    position: absolute;
    right: 19px;
    top: 19px;
}
.location-search .input-holder {
    position: relative;
}
.location-details p,
.no-locations {
    margin-bottom: 20px;
}
.detect-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.detect-location svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 5px;
}
.clustericon img,
.locations .no-locations {
    display: none;
}
.locations .title {
    display: block;
    margin-bottom: 15px;
}
.location-details .h1 span,
.location-details h1 span,
.locations .title span {
    display: block;
    font-size: 70%;
}
.jcf-scrollable-wrapper {
    width: 100% !important;
    overflow: hidden;
}
.jcf-scrollbar.jcf-scrollbar-horizontal {
    display: none !important;
}
.locations-list.jcf-scrollable {
    height: auto !important;
    width: 100% !important;
    -ms-touch-action: auto !important;
    touch-action: auto !important;
}
.locations-list .location-item:last-child {
    margin-bottom: 0;
}
.location-item {
    border-radius: 30px;
    background: #fff;
    -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    position: relative;
}
.location-item .image img,
.location-item:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.location-item:before {
    content: "";
    border: 2px solid #f68a3e;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    z-index: 2;
    border-radius: 30px;
    transition: opacity 0.3s linear;
}
.location-item .image {
    height: 180px;
    overflow: hidden;
    position: relative;
    border-radius: 30px 30px 0 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.location-item .image img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 30px 30px 0 0;
    -webkit-transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
}
.location-item .info {
    padding: 17px 20px;
}
.location-item address {
    font-style: normal;
    font-weight: 500;
    margin-bottom: 15px;
}
.no-touch .location-item:hover:before {
    opacity: 1;
}
.location-links,
.location-phone {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.location-phone {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 500;
}
.location-phone svg {
    margin-right: 10px;
}
.no-touch .location-phone:hover {
    text-decoration: underline;
}
.location-links {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.location-links li {
    position: relative;
    margin: 0 0 0 10px;
    padding-left: 10px;
}
.location-links li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 5px;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.2);
}
.location-links li:first-child {
    padding-left: 0;
    margin-left: 0;
}
.location-links li:first-child:before {
    display: none;
}
.location-links .link {
    font-size: 12px;
    line-height: 12px;
}
.google-map {
    margin-bottom: 40px;
}
#map {
    height: 350px;
    border-radius: 30px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
.location-details .back-link {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.location-details .back-link svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 2px 12px 0 5px;
}
.location-details .location-image {
    margin-bottom: 20px;
    text-align: center;
}
.location-details .location-image img {
    width: 100%;
    border-radius: 30px;
}
.location-details address {
    font-style: normal;
    font-weight: 800;
}
.location-details .h1,
.location-details h1 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}
.location-details .buttons a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 15px 0;
}
.location-details .location-links,
.location-details .phone {
    margin-bottom: 15px;
}
.location-details .location-phone {
    text-decoration: underline;
}
.no-touch .location-details .location-phone:hover {
    text-decoration: none;
}
.location-details .schedule .h6,
.location-details address {
    text-transform: uppercase;
    margin-bottom: 10px;
}
.location-details .wrap {
    max-width: 700px;
}
.location-details .google-map {
    margin-top: 40px;
}
.clustericon {
    width: 40px !important;
    height: 40px !important;
    background: #f68a3e;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.clustericon div {
    color: #fff !important;
    font-size: 18px !important;
    line-height: 18px !important;
    font-family: "Nunito", sans-serif !important;
    font-weight: 800 !important;
}
@media (min-width: 320px) {
    [class*="_xs-1"] > [class*="col-"],
    [class*="_xs-1"] > [class*="col_"],
    [class*="_xs-1"] > [class~="col"] {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    [class*="_xs-2"] > [class*="col-"],
    [class*="_xs-2"] > [class*="col_"],
    [class*="_xs-2"] > [class~="col"] {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    [class*="_xs-3"] > [class*="col-"],
    [class*="_xs-3"] > [class*="col_"],
    [class*="_xs-3"] > [class~="col"] {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    [class*="_xs-4"] > [class*="col-"],
    [class*="_xs-4"] > [class*="col_"],
    [class*="_xs-4"] > [class~="col"] {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    [class*="_xs-5"] > [class*="col-"],
    [class*="_xs-5"] > [class*="col_"],
    [class*="_xs-5"] > [class~="col"] {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%;
    }
    [class*="_xs-6"] > [class*="col-"],
    [class*="_xs-6"] > [class*="col_"],
    [class*="_xs-6"] > [class~="col"] {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    [class*="_xs-7"] > [class*="col-"],
    [class*="_xs-7"] > [class*="col_"],
    [class*="_xs-7"] > [class~="col"] {
        -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%;
        max-width: 14.28571%;
    }
    [class*="_xs-8"] > [class*="col-"],
    [class*="_xs-8"] > [class*="col_"],
    [class*="_xs-8"] > [class~="col"] {
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
        max-width: 12.5%;
    }
    [class*="_xs-9"] > [class*="col-"],
    [class*="_xs-9"] > [class*="col_"],
    [class*="_xs-9"] > [class~="col"] {
        -ms-flex-preferred-size: 11.11111%;
        flex-basis: 11.11111%;
        max-width: 11.11111%;
    }
    [class*="_xs-10"] > [class*="col-"],
    [class*="_xs-10"] > [class*="col_"],
    [class*="_xs-10"] > [class~="col"] {
        -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
        max-width: 10%;
    }
    [class*="_xs-11"] > [class*="col-"],
    [class*="_xs-11"] > [class*="col_"],
    [class*="_xs-11"] > [class~="col"] {
        -ms-flex-preferred-size: 9.09091%;
        flex-basis: 9.09091%;
        max-width: 9.09091%;
    }
    [class*="_xs-12"] > [class*="col-"],
    [class*="_xs-12"] > [class*="col_"],
    [class*="_xs-12"] > [class~="col"] {
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    [class*="_xs-13"] > [class*="col-"],
    [class*="_xs-13"] > [class*="col_"],
    [class*="_xs-13"] > [class~="col"] {
        -ms-flex-preferred-size: 7.69231%;
        flex-basis: 7.69231%;
        max-width: 7.69231%;
    }
    [class*="_xs-14"] > [class*="col-"],
    [class*="_xs-14"] > [class*="col_"],
    [class*="_xs-14"] > [class~="col"] {
        -ms-flex-preferred-size: 7.14286%;
        flex-basis: 7.14286%;
        max-width: 7.14286%;
    }
    [class*="_xs-15"] > [class*="col-"],
    [class*="_xs-15"] > [class*="col_"],
    [class*="_xs-15"] > [class~="col"] {
        -ms-flex-preferred-size: 6.66667%;
        flex-basis: 6.66667%;
        max-width: 6.66667%;
    }
    [class*="_xs-16"] > [class*="col-"],
    [class*="_xs-16"] > [class*="col_"],
    [class*="_xs-16"] > [class~="col"] {
        -ms-flex-preferred-size: 6.25%;
        flex-basis: 6.25%;
        max-width: 6.25%;
    }
    [class*="_xs-17"] > [class*="col-"],
    [class*="_xs-17"] > [class*="col_"],
    [class*="_xs-17"] > [class~="col"] {
        -ms-flex-preferred-size: 5.88235%;
        flex-basis: 5.88235%;
        max-width: 5.88235%;
    }
    [class*="_xs-18"] > [class*="col-"],
    [class*="_xs-18"] > [class*="col_"],
    [class*="_xs-18"] > [class~="col"] {
        -ms-flex-preferred-size: 5.55556%;
        flex-basis: 5.55556%;
        max-width: 5.55556%;
    }
    [class*="_xs-19"] > [class*="col-"],
    [class*="_xs-19"] > [class*="col_"],
    [class*="_xs-19"] > [class~="col"] {
        -ms-flex-preferred-size: 5.26316%;
        flex-basis: 5.26316%;
        max-width: 5.26316%;
    }
    [class*="_xs-20"] > [class*="col-"],
    [class*="_xs-20"] > [class*="col_"],
    [class*="_xs-20"] > [class~="col"] {
        -ms-flex-preferred-size: 5%;
        flex-basis: 5%;
        max-width: 5%;
    }
    [class*="_xs-21"] > [class*="col-"],
    [class*="_xs-21"] > [class*="col_"],
    [class*="_xs-21"] > [class~="col"] {
        -ms-flex-preferred-size: 4.7619%;
        flex-basis: 4.7619%;
        max-width: 4.7619%;
    }
    [class*="_xs-22"] > [class*="col-"],
    [class*="_xs-22"] > [class*="col_"],
    [class*="_xs-22"] > [class~="col"] {
        -ms-flex-preferred-size: 4.54545%;
        flex-basis: 4.54545%;
        max-width: 4.54545%;
    }
    [class*="_xs-23"] > [class*="col-"],
    [class*="_xs-23"] > [class*="col_"],
    [class*="_xs-23"] > [class~="col"] {
        -ms-flex-preferred-size: 4.34783%;
        flex-basis: 4.34783%;
        max-width: 4.34783%;
    }
    [class*="_xs-24"] > [class*="col-"],
    [class*="_xs-24"] > [class*="col_"],
    [class*="_xs-24"] > [class~="col"],
    [class*="grid-"] > [class*="_xs-1"],
    [class*="grid_"] > [class*="_xs-1"],
    [class~="grid"] > [class*="_xs-1"] {
        -ms-flex-preferred-size: 4.16667%;
        flex-basis: 4.16667%;
        max-width: 4.16667%;
    }
    [class*="grid-"] > [class*="_xs-2"],
    [class*="grid_"] > [class*="_xs-2"],
    [class~="grid"] > [class*="_xs-2"] {
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    [class*="grid-"] > [class*="_xs-3"],
    [class*="grid_"] > [class*="_xs-3"],
    [class~="grid"] > [class*="_xs-3"] {
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
        max-width: 12.5%;
    }
    [class*="grid-"] > [class*="_xs-4"],
    [class*="grid_"] > [class*="_xs-4"],
    [class~="grid"] > [class*="_xs-4"] {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    [class*="grid-"] > [class*="_xs-5"],
    [class*="grid_"] > [class*="_xs-5"],
    [class~="grid"] > [class*="_xs-5"] {
        -ms-flex-preferred-size: 20.83333%;
        flex-basis: 20.83333%;
        max-width: 20.83333%;
    }
    [class*="grid-"] > [class*="_xs-6"],
    [class*="grid_"] > [class*="_xs-6"],
    [class~="grid"] > [class*="_xs-6"] {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    [class*="grid-"] > [class*="_xs-7"],
    [class*="grid_"] > [class*="_xs-7"],
    [class~="grid"] > [class*="_xs-7"] {
        -ms-flex-preferred-size: 29.16667%;
        flex-basis: 29.16667%;
        max-width: 29.16667%;
    }
    [class*="grid-"] > [class*="_xs-8"],
    [class*="grid_"] > [class*="_xs-8"],
    [class~="grid"] > [class*="_xs-8"] {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    [class*="grid-"] > [class*="_xs-9"],
    [class*="grid_"] > [class*="_xs-9"],
    [class~="grid"] > [class*="_xs-9"] {
        -ms-flex-preferred-size: 37.5%;
        flex-basis: 37.5%;
        max-width: 37.5%;
    }
    [class*="grid-"] > [class*="_xs-10"],
    [class*="grid_"] > [class*="_xs-10"],
    [class~="grid"] > [class*="_xs-10"] {
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    [class*="grid-"] > [class*="_xs-11"],
    [class*="grid_"] > [class*="_xs-11"],
    [class~="grid"] > [class*="_xs-11"] {
        -ms-flex-preferred-size: 45.83333%;
        flex-basis: 45.83333%;
        max-width: 45.83333%;
    }
    [class*="grid-"] > [class*="_xs-12"],
    [class*="grid_"] > [class*="_xs-12"],
    [class~="grid"] > [class*="_xs-12"] {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    [class*="grid-"] > [class*="_xs-13"],
    [class*="grid_"] > [class*="_xs-13"],
    [class~="grid"] > [class*="_xs-13"] {
        -ms-flex-preferred-size: 54.16667%;
        flex-basis: 54.16667%;
        max-width: 54.16667%;
    }
    [class*="grid-"] > [class*="_xs-14"],
    [class*="grid_"] > [class*="_xs-14"],
    [class~="grid"] > [class*="_xs-14"] {
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    [class*="grid-"] > [class*="_xs-15"],
    [class*="grid_"] > [class*="_xs-15"],
    [class~="grid"] > [class*="_xs-15"] {
        -ms-flex-preferred-size: 62.5%;
        flex-basis: 62.5%;
        max-width: 62.5%;
    }
    [class*="grid-"] > [class*="_xs-16"],
    [class*="grid_"] > [class*="_xs-16"],
    [class~="grid"] > [class*="_xs-16"] {
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    [class*="grid-"] > [class*="_xs-17"],
    [class*="grid_"] > [class*="_xs-17"],
    [class~="grid"] > [class*="_xs-17"] {
        -ms-flex-preferred-size: 70.83333%;
        flex-basis: 70.83333%;
        max-width: 70.83333%;
    }
    [class*="grid-"] > [class*="_xs-18"],
    [class*="grid_"] > [class*="_xs-18"],
    [class~="grid"] > [class*="_xs-18"] {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    [class*="grid-"] > [class*="_xs-19"],
    [class*="grid_"] > [class*="_xs-19"],
    [class~="grid"] > [class*="_xs-19"] {
        -ms-flex-preferred-size: 79.16667%;
        flex-basis: 79.16667%;
        max-width: 79.16667%;
    }
    [class*="grid-"] > [class*="_xs-20"],
    [class*="grid_"] > [class*="_xs-20"],
    [class~="grid"] > [class*="_xs-20"] {
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    [class*="grid-"] > [class*="_xs-21"],
    [class*="grid_"] > [class*="_xs-21"],
    [class~="grid"] > [class*="_xs-21"] {
        -ms-flex-preferred-size: 87.5%;
        flex-basis: 87.5%;
        max-width: 87.5%;
    }
    [class*="grid-"] > [class*="_xs-22"],
    [class*="grid_"] > [class*="_xs-22"],
    [class~="grid"] > [class*="_xs-22"] {
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    [class*="grid-"] > [class*="_xs-23"],
    [class*="grid_"] > [class*="_xs-23"],
    [class~="grid"] > [class*="_xs-23"] {
        -ms-flex-preferred-size: 95.83333%;
        flex-basis: 95.83333%;
        max-width: 95.83333%;
    }
    [class*="grid-"] > [class*="_xs-24"],
    [class*="grid_"] > [class*="_xs-24"],
    [class~="grid"] > [class*="_xs-24"] {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    [class*="grid-"] > [data-push-left*="_xs-0"],
    [class*="grid_"] > [data-push-left*="_xs-0"],
    [class~="grid"] > [data-push-left*="_xs-0"] {
        margin-left: 0;
    }
    [class*="grid-"] > [data-push-left*="_xs-1"],
    [class*="grid_"] > [data-push-left*="_xs-1"],
    [class~="grid"] > [data-push-left*="_xs-1"] {
        margin-left: 4.16667%;
    }
    [class*="grid-"] > [data-push-left*="_xs-2"],
    [class*="grid_"] > [data-push-left*="_xs-2"],
    [class~="grid"] > [data-push-left*="_xs-2"] {
        margin-left: 8.33333%;
    }
    [class*="grid-"] > [data-push-left*="_xs-3"],
    [class*="grid_"] > [data-push-left*="_xs-3"],
    [class~="grid"] > [data-push-left*="_xs-3"] {
        margin-left: 12.5%;
    }
    [class*="grid-"] > [data-push-left*="_xs-4"],
    [class*="grid_"] > [data-push-left*="_xs-4"],
    [class~="grid"] > [data-push-left*="_xs-4"] {
        margin-left: 16.66667%;
    }
    [class*="grid-"] > [data-push-left*="_xs-5"],
    [class*="grid_"] > [data-push-left*="_xs-5"],
    [class~="grid"] > [data-push-left*="_xs-5"] {
        margin-left: 20.83333%;
    }
    [class*="grid-"] > [data-push-left*="_xs-6"],
    [class*="grid_"] > [data-push-left*="_xs-6"],
    [class~="grid"] > [data-push-left*="_xs-6"] {
        margin-left: 25%;
    }
    [class*="grid-"] > [data-push-left*="_xs-7"],
    [class*="grid_"] > [data-push-left*="_xs-7"],
    [class~="grid"] > [data-push-left*="_xs-7"] {
        margin-left: 29.16667%;
    }
    [class*="grid-"] > [data-push-left*="_xs-8"],
    [class*="grid_"] > [data-push-left*="_xs-8"],
    [class~="grid"] > [data-push-left*="_xs-8"] {
        margin-left: 33.33333%;
    }
    [class*="grid-"] > [data-push-left*="_xs-9"],
    [class*="grid_"] > [data-push-left*="_xs-9"],
    [class~="grid"] > [data-push-left*="_xs-9"] {
        margin-left: 37.5%;
    }
    [class*="grid-"] > [data-push-left*="_xs-10"],
    [class*="grid_"] > [data-push-left*="_xs-10"],
    [class~="grid"] > [data-push-left*="_xs-10"] {
        margin-left: 41.66667%;
    }
    [class*="grid-"] > [data-push-left*="_xs-11"],
    [class*="grid_"] > [data-push-left*="_xs-11"],
    [class~="grid"] > [data-push-left*="_xs-11"] {
        margin-left: 45.83333%;
    }
    [class*="grid-"] > [data-push-left*="_xs-12"],
    [class*="grid_"] > [data-push-left*="_xs-12"],
    [class~="grid"] > [data-push-left*="_xs-12"] {
        margin-left: 50%;
    }
    [class*="grid-"] > [data-push-left*="_xs-13"],
    [class*="grid_"] > [data-push-left*="_xs-13"],
    [class~="grid"] > [data-push-left*="_xs-13"] {
        margin-left: 54.16667%;
    }
    [class*="grid-"] > [data-push-left*="_xs-14"],
    [class*="grid_"] > [data-push-left*="_xs-14"],
    [class~="grid"] > [data-push-left*="_xs-14"] {
        margin-left: 58.33333%;
    }
    [class*="grid-"] > [data-push-left*="_xs-15"],
    [class*="grid_"] > [data-push-left*="_xs-15"],
    [class~="grid"] > [data-push-left*="_xs-15"] {
        margin-left: 62.5%;
    }
    [class*="grid-"] > [data-push-left*="_xs-16"],
    [class*="grid_"] > [data-push-left*="_xs-16"],
    [class~="grid"] > [data-push-left*="_xs-16"] {
        margin-left: 66.66667%;
    }
    [class*="grid-"] > [data-push-left*="_xs-17"],
    [class*="grid_"] > [data-push-left*="_xs-17"],
    [class~="grid"] > [data-push-left*="_xs-17"] {
        margin-left: 70.83333%;
    }
    [class*="grid-"] > [data-push-left*="_xs-18"],
    [class*="grid_"] > [data-push-left*="_xs-18"],
    [class~="grid"] > [data-push-left*="_xs-18"] {
        margin-left: 75%;
    }
    [class*="grid-"] > [data-push-left*="_xs-19"],
    [class*="grid_"] > [data-push-left*="_xs-19"],
    [class~="grid"] > [data-push-left*="_xs-19"] {
        margin-left: 79.16667%;
    }
    [class*="grid-"] > [data-push-left*="_xs-20"],
    [class*="grid_"] > [data-push-left*="_xs-20"],
    [class~="grid"] > [data-push-left*="_xs-20"] {
        margin-left: 83.33333%;
    }
    [class*="grid-"] > [data-push-left*="_xs-21"],
    [class*="grid_"] > [data-push-left*="_xs-21"],
    [class~="grid"] > [data-push-left*="_xs-21"] {
        margin-left: 87.5%;
    }
    [class*="grid-"] > [data-push-left*="_xs-22"],
    [class*="grid_"] > [data-push-left*="_xs-22"],
    [class~="grid"] > [data-push-left*="_xs-22"] {
        margin-left: 91.66667%;
    }
    [class*="grid-"] > [data-push-left*="_xs-23"],
    [class*="grid_"] > [data-push-left*="_xs-23"],
    [class~="grid"] > [data-push-left*="_xs-23"] {
        margin-left: 95.83333%;
    }
    [class*="grid-"] > [data-push-right*="_xs-0"],
    [class*="grid_"] > [data-push-right*="_xs-0"],
    [class~="grid"] > [data-push-right*="_xs-0"] {
        margin-right: 0;
    }
    [class*="grid-"] > [data-push-right*="_xs-1"],
    [class*="grid_"] > [data-push-right*="_xs-1"],
    [class~="grid"] > [data-push-right*="_xs-1"] {
        margin-right: 4.16667%;
    }
    [class*="grid-"] > [data-push-right*="_xs-2"],
    [class*="grid_"] > [data-push-right*="_xs-2"],
    [class~="grid"] > [data-push-right*="_xs-2"] {
        margin-right: 8.33333%;
    }
    [class*="grid-"] > [data-push-right*="_xs-3"],
    [class*="grid_"] > [data-push-right*="_xs-3"],
    [class~="grid"] > [data-push-right*="_xs-3"] {
        margin-right: 12.5%;
    }
    [class*="grid-"] > [data-push-right*="_xs-4"],
    [class*="grid_"] > [data-push-right*="_xs-4"],
    [class~="grid"] > [data-push-right*="_xs-4"] {
        margin-right: 16.66667%;
    }
    [class*="grid-"] > [data-push-right*="_xs-5"],
    [class*="grid_"] > [data-push-right*="_xs-5"],
    [class~="grid"] > [data-push-right*="_xs-5"] {
        margin-right: 20.83333%;
    }
    [class*="grid-"] > [data-push-right*="_xs-6"],
    [class*="grid_"] > [data-push-right*="_xs-6"],
    [class~="grid"] > [data-push-right*="_xs-6"] {
        margin-right: 25%;
    }
    [class*="grid-"] > [data-push-right*="_xs-7"],
    [class*="grid_"] > [data-push-right*="_xs-7"],
    [class~="grid"] > [data-push-right*="_xs-7"] {
        margin-right: 29.16667%;
    }
    [class*="grid-"] > [data-push-right*="_xs-8"],
    [class*="grid_"] > [data-push-right*="_xs-8"],
    [class~="grid"] > [data-push-right*="_xs-8"] {
        margin-right: 33.33333%;
    }
    [class*="grid-"] > [data-push-right*="_xs-9"],
    [class*="grid_"] > [data-push-right*="_xs-9"],
    [class~="grid"] > [data-push-right*="_xs-9"] {
        margin-right: 37.5%;
    }
    [class*="grid-"] > [data-push-right*="_xs-10"],
    [class*="grid_"] > [data-push-right*="_xs-10"],
    [class~="grid"] > [data-push-right*="_xs-10"] {
        margin-right: 41.66667%;
    }
    [class*="grid-"] > [data-push-right*="_xs-11"],
    [class*="grid_"] > [data-push-right*="_xs-11"],
    [class~="grid"] > [data-push-right*="_xs-11"] {
        margin-right: 45.83333%;
    }
    [class*="grid-"] > [data-push-right*="_xs-12"],
    [class*="grid_"] > [data-push-right*="_xs-12"],
    [class~="grid"] > [data-push-right*="_xs-12"] {
        margin-right: 50%;
    }
    [class*="grid-"] > [data-push-right*="_xs-13"],
    [class*="grid_"] > [data-push-right*="_xs-13"],
    [class~="grid"] > [data-push-right*="_xs-13"] {
        margin-right: 54.16667%;
    }
    [class*="grid-"] > [data-push-right*="_xs-14"],
    [class*="grid_"] > [data-push-right*="_xs-14"],
    [class~="grid"] > [data-push-right*="_xs-14"] {
        margin-right: 58.33333%;
    }
    [class*="grid-"] > [data-push-right*="_xs-15"],
    [class*="grid_"] > [data-push-right*="_xs-15"],
    [class~="grid"] > [data-push-right*="_xs-15"] {
        margin-right: 62.5%;
    }
    [class*="grid-"] > [data-push-right*="_xs-16"],
    [class*="grid_"] > [data-push-right*="_xs-16"],
    [class~="grid"] > [data-push-right*="_xs-16"] {
        margin-right: 66.66667%;
    }
    [class*="grid-"] > [data-push-right*="_xs-17"],
    [class*="grid_"] > [data-push-right*="_xs-17"],
    [class~="grid"] > [data-push-right*="_xs-17"] {
        margin-right: 70.83333%;
    }
    [class*="grid-"] > [data-push-right*="_xs-18"],
    [class*="grid_"] > [data-push-right*="_xs-18"],
    [class~="grid"] > [data-push-right*="_xs-18"] {
        margin-right: 75%;
    }
    [class*="grid-"] > [data-push-right*="_xs-19"],
    [class*="grid_"] > [data-push-right*="_xs-19"],
    [class~="grid"] > [data-push-right*="_xs-19"] {
        margin-right: 79.16667%;
    }
    [class*="grid-"] > [data-push-right*="_xs-20"],
    [class*="grid_"] > [data-push-right*="_xs-20"],
    [class~="grid"] > [data-push-right*="_xs-20"] {
        margin-right: 83.33333%;
    }
    [class*="grid-"] > [data-push-right*="_xs-21"],
    [class*="grid_"] > [data-push-right*="_xs-21"],
    [class~="grid"] > [data-push-right*="_xs-21"] {
        margin-right: 87.5%;
    }
    [class*="grid-"] > [data-push-right*="_xs-22"],
    [class*="grid_"] > [data-push-right*="_xs-22"],
    [class~="grid"] > [data-push-right*="_xs-22"] {
        margin-right: 91.66667%;
    }
    [class*="grid-"] > [data-push-right*="_xs-23"],
    [class*="grid_"] > [data-push-right*="_xs-23"],
    [class~="grid"] > [data-push-right*="_xs-23"] {
        margin-right: 95.83333%;
    }
    [class*="grid-"] [class*="_xs-first"],
    [class*="grid_"] [class*="_xs-first"],
    [class~="grid"] [class*="_xs-first"] {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    [class*="grid-"] [class*="_xs-last"],
    [class*="grid_"] [class*="_xs-last"],
    [class~="grid"] [class*="_xs-last"] {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    [class*="xs-hidden"] {
        display: none;
    }
}
@media (min-width: 568px) {
    .menu-bottom {
        margin-top: 40px;
        padding-top: 10vw;
    }
    .subscribe-section .circle:before {
        width: 120vw;
    }
    .products-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px;
    }
    .our-values .list li,
    .products-list .product-card {
        width: calc(50% - 20px);
        margin: 0 10px 40px;
    }
    .download-section .image {
        margin-bottom: -12vw;
    }
    .allergen-ingredients,
    .our-values .list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .catering-wrap .links-list,
    .products-intro .links-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .catering-wrap .links-list li:before,
    .products-intro .links-list li:before {
        display: inline-block;
        vertical-align: top;
        width: 1px;
        height: 15px;
        background-color: rgba(0, 0, 0, 0.2);
        border: 0;
        float: none;
        padding: 0;
        margin: 0 10px;
    }
    .ingredients-row ul li {
        width: calc(33.33% - 20px);
    }
    .allergen-ingredients {
        margin: 0 -10px 20px;
    }
    .allergen-ingredients .item {
        width: calc(50% - 20px);
        margin: 0 10px 20px;
    }
    .location-item .details,
    .location-item .title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .location-item .title .button {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-left: 10px;
    }
    .location-item .details {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .location-links {
        margin: 0;
    }
}
@media (min-width: 768px) {
    .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin: 0 -10px;
    }
    .form-group .form-item {
        width: 100%;
        margin: 0 10px 30px;
    }
    .waves-wrap {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    [class*="_sm-1"] > [class*="col-"],
    [class*="_sm-1"] > [class*="col_"],
    [class*="_sm-1"] > [class~="col"] {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    [class*="_sm-2"] > [class*="col-"],
    [class*="_sm-2"] > [class*="col_"],
    [class*="_sm-2"] > [class~="col"] {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    [class*="_sm-3"] > [class*="col-"],
    [class*="_sm-3"] > [class*="col_"],
    [class*="_sm-3"] > [class~="col"] {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    [class*="_sm-4"] > [class*="col-"],
    [class*="_sm-4"] > [class*="col_"],
    [class*="_sm-4"] > [class~="col"] {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    [class*="_sm-5"] > [class*="col-"],
    [class*="_sm-5"] > [class*="col_"],
    [class*="_sm-5"] > [class~="col"] {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%;
    }
    [class*="_sm-6"] > [class*="col-"],
    [class*="_sm-6"] > [class*="col_"],
    [class*="_sm-6"] > [class~="col"] {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    [class*="_sm-7"] > [class*="col-"],
    [class*="_sm-7"] > [class*="col_"],
    [class*="_sm-7"] > [class~="col"] {
        -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%;
        max-width: 14.28571%;
    }
    [class*="_sm-8"] > [class*="col-"],
    [class*="_sm-8"] > [class*="col_"],
    [class*="_sm-8"] > [class~="col"] {
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
        max-width: 12.5%;
    }
    [class*="_sm-9"] > [class*="col-"],
    [class*="_sm-9"] > [class*="col_"],
    [class*="_sm-9"] > [class~="col"] {
        -ms-flex-preferred-size: 11.11111%;
        flex-basis: 11.11111%;
        max-width: 11.11111%;
    }
    [class*="_sm-10"] > [class*="col-"],
    [class*="_sm-10"] > [class*="col_"],
    [class*="_sm-10"] > [class~="col"] {
        -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
        max-width: 10%;
    }
    [class*="_sm-11"] > [class*="col-"],
    [class*="_sm-11"] > [class*="col_"],
    [class*="_sm-11"] > [class~="col"] {
        -ms-flex-preferred-size: 9.09091%;
        flex-basis: 9.09091%;
        max-width: 9.09091%;
    }
    [class*="_sm-12"] > [class*="col-"],
    [class*="_sm-12"] > [class*="col_"],
    [class*="_sm-12"] > [class~="col"] {
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    [class*="_sm-13"] > [class*="col-"],
    [class*="_sm-13"] > [class*="col_"],
    [class*="_sm-13"] > [class~="col"] {
        -ms-flex-preferred-size: 7.69231%;
        flex-basis: 7.69231%;
        max-width: 7.69231%;
    }
    [class*="_sm-14"] > [class*="col-"],
    [class*="_sm-14"] > [class*="col_"],
    [class*="_sm-14"] > [class~="col"] {
        -ms-flex-preferred-size: 7.14286%;
        flex-basis: 7.14286%;
        max-width: 7.14286%;
    }
    [class*="_sm-15"] > [class*="col-"],
    [class*="_sm-15"] > [class*="col_"],
    [class*="_sm-15"] > [class~="col"] {
        -ms-flex-preferred-size: 6.66667%;
        flex-basis: 6.66667%;
        max-width: 6.66667%;
    }
    [class*="_sm-16"] > [class*="col-"],
    [class*="_sm-16"] > [class*="col_"],
    [class*="_sm-16"] > [class~="col"] {
        -ms-flex-preferred-size: 6.25%;
        flex-basis: 6.25%;
        max-width: 6.25%;
    }
    [class*="_sm-17"] > [class*="col-"],
    [class*="_sm-17"] > [class*="col_"],
    [class*="_sm-17"] > [class~="col"] {
        -ms-flex-preferred-size: 5.88235%;
        flex-basis: 5.88235%;
        max-width: 5.88235%;
    }
    [class*="_sm-18"] > [class*="col-"],
    [class*="_sm-18"] > [class*="col_"],
    [class*="_sm-18"] > [class~="col"] {
        -ms-flex-preferred-size: 5.55556%;
        flex-basis: 5.55556%;
        max-width: 5.55556%;
    }
    [class*="_sm-19"] > [class*="col-"],
    [class*="_sm-19"] > [class*="col_"],
    [class*="_sm-19"] > [class~="col"] {
        -ms-flex-preferred-size: 5.26316%;
        flex-basis: 5.26316%;
        max-width: 5.26316%;
    }
    [class*="_sm-20"] > [class*="col-"],
    [class*="_sm-20"] > [class*="col_"],
    [class*="_sm-20"] > [class~="col"] {
        -ms-flex-preferred-size: 5%;
        flex-basis: 5%;
        max-width: 5%;
    }
    [class*="_sm-21"] > [class*="col-"],
    [class*="_sm-21"] > [class*="col_"],
    [class*="_sm-21"] > [class~="col"] {
        -ms-flex-preferred-size: 4.7619%;
        flex-basis: 4.7619%;
        max-width: 4.7619%;
    }
    [class*="_sm-22"] > [class*="col-"],
    [class*="_sm-22"] > [class*="col_"],
    [class*="_sm-22"] > [class~="col"] {
        -ms-flex-preferred-size: 4.54545%;
        flex-basis: 4.54545%;
        max-width: 4.54545%;
    }
    [class*="_sm-23"] > [class*="col-"],
    [class*="_sm-23"] > [class*="col_"],
    [class*="_sm-23"] > [class~="col"] {
        -ms-flex-preferred-size: 4.34783%;
        flex-basis: 4.34783%;
        max-width: 4.34783%;
    }
    [class*="_sm-24"] > [class*="col-"],
    [class*="_sm-24"] > [class*="col_"],
    [class*="_sm-24"] > [class~="col"],
    [class*="grid-"] > [class*="_sm-1"],
    [class*="grid_"] > [class*="_sm-1"],
    [class~="grid"] > [class*="_sm-1"] {
        -ms-flex-preferred-size: 4.16667%;
        flex-basis: 4.16667%;
        max-width: 4.16667%;
    }
    [class*="grid-"] > [class*="_sm-2"],
    [class*="grid_"] > [class*="_sm-2"],
    [class~="grid"] > [class*="_sm-2"] {
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    [class*="grid-"] > [class*="_sm-3"],
    [class*="grid_"] > [class*="_sm-3"],
    [class~="grid"] > [class*="_sm-3"] {
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
        max-width: 12.5%;
    }
    [class*="grid-"] > [class*="_sm-4"],
    [class*="grid_"] > [class*="_sm-4"],
    [class~="grid"] > [class*="_sm-4"] {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    [class*="grid-"] > [class*="_sm-5"],
    [class*="grid_"] > [class*="_sm-5"],
    [class~="grid"] > [class*="_sm-5"] {
        -ms-flex-preferred-size: 20.83333%;
        flex-basis: 20.83333%;
        max-width: 20.83333%;
    }
    [class*="grid-"] > [class*="_sm-6"],
    [class*="grid_"] > [class*="_sm-6"],
    [class~="grid"] > [class*="_sm-6"] {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    [class*="grid-"] > [class*="_sm-7"],
    [class*="grid_"] > [class*="_sm-7"],
    [class~="grid"] > [class*="_sm-7"] {
        -ms-flex-preferred-size: 29.16667%;
        flex-basis: 29.16667%;
        max-width: 29.16667%;
    }
    [class*="grid-"] > [class*="_sm-8"],
    [class*="grid_"] > [class*="_sm-8"],
    [class~="grid"] > [class*="_sm-8"] {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    [class*="grid-"] > [class*="_sm-9"],
    [class*="grid_"] > [class*="_sm-9"],
    [class~="grid"] > [class*="_sm-9"] {
        -ms-flex-preferred-size: 37.5%;
        flex-basis: 37.5%;
        max-width: 37.5%;
    }
    [class*="grid-"] > [class*="_sm-10"],
    [class*="grid_"] > [class*="_sm-10"],
    [class~="grid"] > [class*="_sm-10"] {
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    [class*="grid-"] > [class*="_sm-11"],
    [class*="grid_"] > [class*="_sm-11"],
    [class~="grid"] > [class*="_sm-11"] {
        -ms-flex-preferred-size: 45.83333%;
        flex-basis: 45.83333%;
        max-width: 45.83333%;
    }
    [class*="grid-"] > [class*="_sm-12"],
    [class*="grid_"] > [class*="_sm-12"],
    [class~="grid"] > [class*="_sm-12"] {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    [class*="grid-"] > [class*="_sm-13"],
    [class*="grid_"] > [class*="_sm-13"],
    [class~="grid"] > [class*="_sm-13"] {
        -ms-flex-preferred-size: 54.16667%;
        flex-basis: 54.16667%;
        max-width: 54.16667%;
    }
    [class*="grid-"] > [class*="_sm-14"],
    [class*="grid_"] > [class*="_sm-14"],
    [class~="grid"] > [class*="_sm-14"] {
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    [class*="grid-"] > [class*="_sm-15"],
    [class*="grid_"] > [class*="_sm-15"],
    [class~="grid"] > [class*="_sm-15"] {
        -ms-flex-preferred-size: 62.5%;
        flex-basis: 62.5%;
        max-width: 62.5%;
    }
    [class*="grid-"] > [class*="_sm-16"],
    [class*="grid_"] > [class*="_sm-16"],
    [class~="grid"] > [class*="_sm-16"] {
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    [class*="grid-"] > [class*="_sm-17"],
    [class*="grid_"] > [class*="_sm-17"],
    [class~="grid"] > [class*="_sm-17"] {
        -ms-flex-preferred-size: 70.83333%;
        flex-basis: 70.83333%;
        max-width: 70.83333%;
    }
    [class*="grid-"] > [class*="_sm-18"],
    [class*="grid_"] > [class*="_sm-18"],
    [class~="grid"] > [class*="_sm-18"] {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    [class*="grid-"] > [class*="_sm-19"],
    [class*="grid_"] > [class*="_sm-19"],
    [class~="grid"] > [class*="_sm-19"] {
        -ms-flex-preferred-size: 79.16667%;
        flex-basis: 79.16667%;
        max-width: 79.16667%;
    }
    [class*="grid-"] > [class*="_sm-20"],
    [class*="grid_"] > [class*="_sm-20"],
    [class~="grid"] > [class*="_sm-20"] {
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    [class*="grid-"] > [class*="_sm-21"],
    [class*="grid_"] > [class*="_sm-21"],
    [class~="grid"] > [class*="_sm-21"] {
        -ms-flex-preferred-size: 87.5%;
        flex-basis: 87.5%;
        max-width: 87.5%;
    }
    [class*="grid-"] > [class*="_sm-22"],
    [class*="grid_"] > [class*="_sm-22"],
    [class~="grid"] > [class*="_sm-22"] {
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    [class*="grid-"] > [class*="_sm-23"],
    [class*="grid_"] > [class*="_sm-23"],
    [class~="grid"] > [class*="_sm-23"] {
        -ms-flex-preferred-size: 95.83333%;
        flex-basis: 95.83333%;
        max-width: 95.83333%;
    }
    [class*="grid-"] > [class*="_sm-24"],
    [class*="grid_"] > [class*="_sm-24"],
    [class~="grid"] > [class*="_sm-24"] {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    [class*="grid-"] > [data-push-left*="_sm-0"],
    [class*="grid_"] > [data-push-left*="_sm-0"],
    [class~="grid"] > [data-push-left*="_sm-0"] {
        margin-left: 0;
    }
    [class*="grid-"] > [data-push-left*="_sm-1"],
    [class*="grid_"] > [data-push-left*="_sm-1"],
    [class~="grid"] > [data-push-left*="_sm-1"] {
        margin-left: 4.16667%;
    }
    [class*="grid-"] > [data-push-left*="_sm-2"],
    [class*="grid_"] > [data-push-left*="_sm-2"],
    [class~="grid"] > [data-push-left*="_sm-2"] {
        margin-left: 8.33333%;
    }
    [class*="grid-"] > [data-push-left*="_sm-3"],
    [class*="grid_"] > [data-push-left*="_sm-3"],
    [class~="grid"] > [data-push-left*="_sm-3"] {
        margin-left: 12.5%;
    }
    [class*="grid-"] > [data-push-left*="_sm-4"],
    [class*="grid_"] > [data-push-left*="_sm-4"],
    [class~="grid"] > [data-push-left*="_sm-4"] {
        margin-left: 16.66667%;
    }
    [class*="grid-"] > [data-push-left*="_sm-5"],
    [class*="grid_"] > [data-push-left*="_sm-5"],
    [class~="grid"] > [data-push-left*="_sm-5"] {
        margin-left: 20.83333%;
    }
    [class*="grid-"] > [data-push-left*="_sm-6"],
    [class*="grid_"] > [data-push-left*="_sm-6"],
    [class~="grid"] > [data-push-left*="_sm-6"] {
        margin-left: 25%;
    }
    [class*="grid-"] > [data-push-left*="_sm-7"],
    [class*="grid_"] > [data-push-left*="_sm-7"],
    [class~="grid"] > [data-push-left*="_sm-7"] {
        margin-left: 29.16667%;
    }
    [class*="grid-"] > [data-push-left*="_sm-8"],
    [class*="grid_"] > [data-push-left*="_sm-8"],
    [class~="grid"] > [data-push-left*="_sm-8"] {
        margin-left: 33.33333%;
    }
    [class*="grid-"] > [data-push-left*="_sm-9"],
    [class*="grid_"] > [data-push-left*="_sm-9"],
    [class~="grid"] > [data-push-left*="_sm-9"] {
        margin-left: 37.5%;
    }
    [class*="grid-"] > [data-push-left*="_sm-10"],
    [class*="grid_"] > [data-push-left*="_sm-10"],
    [class~="grid"] > [data-push-left*="_sm-10"] {
        margin-left: 41.66667%;
    }
    [class*="grid-"] > [data-push-left*="_sm-11"],
    [class*="grid_"] > [data-push-left*="_sm-11"],
    [class~="grid"] > [data-push-left*="_sm-11"] {
        margin-left: 45.83333%;
    }
    [class*="grid-"] > [data-push-left*="_sm-12"],
    [class*="grid_"] > [data-push-left*="_sm-12"],
    [class~="grid"] > [data-push-left*="_sm-12"] {
        margin-left: 50%;
    }
    [class*="grid-"] > [data-push-left*="_sm-13"],
    [class*="grid_"] > [data-push-left*="_sm-13"],
    [class~="grid"] > [data-push-left*="_sm-13"] {
        margin-left: 54.16667%;
    }
    [class*="grid-"] > [data-push-left*="_sm-14"],
    [class*="grid_"] > [data-push-left*="_sm-14"],
    [class~="grid"] > [data-push-left*="_sm-14"] {
        margin-left: 58.33333%;
    }
    [class*="grid-"] > [data-push-left*="_sm-15"],
    [class*="grid_"] > [data-push-left*="_sm-15"],
    [class~="grid"] > [data-push-left*="_sm-15"] {
        margin-left: 62.5%;
    }
    [class*="grid-"] > [data-push-left*="_sm-16"],
    [class*="grid_"] > [data-push-left*="_sm-16"],
    [class~="grid"] > [data-push-left*="_sm-16"] {
        margin-left: 66.66667%;
    }
    [class*="grid-"] > [data-push-left*="_sm-17"],
    [class*="grid_"] > [data-push-left*="_sm-17"],
    [class~="grid"] > [data-push-left*="_sm-17"] {
        margin-left: 70.83333%;
    }
    [class*="grid-"] > [data-push-left*="_sm-18"],
    [class*="grid_"] > [data-push-left*="_sm-18"],
    [class~="grid"] > [data-push-left*="_sm-18"] {
        margin-left: 75%;
    }
    [class*="grid-"] > [data-push-left*="_sm-19"],
    [class*="grid_"] > [data-push-left*="_sm-19"],
    [class~="grid"] > [data-push-left*="_sm-19"] {
        margin-left: 79.16667%;
    }
    [class*="grid-"] > [data-push-left*="_sm-20"],
    [class*="grid_"] > [data-push-left*="_sm-20"],
    [class~="grid"] > [data-push-left*="_sm-20"] {
        margin-left: 83.33333%;
    }
    [class*="grid-"] > [data-push-left*="_sm-21"],
    [class*="grid_"] > [data-push-left*="_sm-21"],
    [class~="grid"] > [data-push-left*="_sm-21"] {
        margin-left: 87.5%;
    }
    [class*="grid-"] > [data-push-left*="_sm-22"],
    [class*="grid_"] > [data-push-left*="_sm-22"],
    [class~="grid"] > [data-push-left*="_sm-22"] {
        margin-left: 91.66667%;
    }
    [class*="grid-"] > [data-push-left*="_sm-23"],
    [class*="grid_"] > [data-push-left*="_sm-23"],
    [class~="grid"] > [data-push-left*="_sm-23"] {
        margin-left: 95.83333%;
    }
    [class*="grid-"] > [data-push-right*="_sm-0"],
    [class*="grid_"] > [data-push-right*="_sm-0"],
    [class~="grid"] > [data-push-right*="_sm-0"] {
        margin-right: 0;
    }
    [class*="grid-"] > [data-push-right*="_sm-1"],
    [class*="grid_"] > [data-push-right*="_sm-1"],
    [class~="grid"] > [data-push-right*="_sm-1"] {
        margin-right: 4.16667%;
    }
    [class*="grid-"] > [data-push-right*="_sm-2"],
    [class*="grid_"] > [data-push-right*="_sm-2"],
    [class~="grid"] > [data-push-right*="_sm-2"] {
        margin-right: 8.33333%;
    }
    [class*="grid-"] > [data-push-right*="_sm-3"],
    [class*="grid_"] > [data-push-right*="_sm-3"],
    [class~="grid"] > [data-push-right*="_sm-3"] {
        margin-right: 12.5%;
    }
    [class*="grid-"] > [data-push-right*="_sm-4"],
    [class*="grid_"] > [data-push-right*="_sm-4"],
    [class~="grid"] > [data-push-right*="_sm-4"] {
        margin-right: 16.66667%;
    }
    [class*="grid-"] > [data-push-right*="_sm-5"],
    [class*="grid_"] > [data-push-right*="_sm-5"],
    [class~="grid"] > [data-push-right*="_sm-5"] {
        margin-right: 20.83333%;
    }
    [class*="grid-"] > [data-push-right*="_sm-6"],
    [class*="grid_"] > [data-push-right*="_sm-6"],
    [class~="grid"] > [data-push-right*="_sm-6"] {
        margin-right: 25%;
    }
    [class*="grid-"] > [data-push-right*="_sm-7"],
    [class*="grid_"] > [data-push-right*="_sm-7"],
    [class~="grid"] > [data-push-right*="_sm-7"] {
        margin-right: 29.16667%;
    }
    [class*="grid-"] > [data-push-right*="_sm-8"],
    [class*="grid_"] > [data-push-right*="_sm-8"],
    [class~="grid"] > [data-push-right*="_sm-8"] {
        margin-right: 33.33333%;
    }
    [class*="grid-"] > [data-push-right*="_sm-9"],
    [class*="grid_"] > [data-push-right*="_sm-9"],
    [class~="grid"] > [data-push-right*="_sm-9"] {
        margin-right: 37.5%;
    }
    [class*="grid-"] > [data-push-right*="_sm-10"],
    [class*="grid_"] > [data-push-right*="_sm-10"],
    [class~="grid"] > [data-push-right*="_sm-10"] {
        margin-right: 41.66667%;
    }
    [class*="grid-"] > [data-push-right*="_sm-11"],
    [class*="grid_"] > [data-push-right*="_sm-11"],
    [class~="grid"] > [data-push-right*="_sm-11"] {
        margin-right: 45.83333%;
    }
    [class*="grid-"] > [data-push-right*="_sm-12"],
    [class*="grid_"] > [data-push-right*="_sm-12"],
    [class~="grid"] > [data-push-right*="_sm-12"] {
        margin-right: 50%;
    }
    [class*="grid-"] > [data-push-right*="_sm-13"],
    [class*="grid_"] > [data-push-right*="_sm-13"],
    [class~="grid"] > [data-push-right*="_sm-13"] {
        margin-right: 54.16667%;
    }
    [class*="grid-"] > [data-push-right*="_sm-14"],
    [class*="grid_"] > [data-push-right*="_sm-14"],
    [class~="grid"] > [data-push-right*="_sm-14"] {
        margin-right: 58.33333%;
    }
    [class*="grid-"] > [data-push-right*="_sm-15"],
    [class*="grid_"] > [data-push-right*="_sm-15"],
    [class~="grid"] > [data-push-right*="_sm-15"] {
        margin-right: 62.5%;
    }
    [class*="grid-"] > [data-push-right*="_sm-16"],
    [class*="grid_"] > [data-push-right*="_sm-16"],
    [class~="grid"] > [data-push-right*="_sm-16"] {
        margin-right: 66.66667%;
    }
    [class*="grid-"] > [data-push-right*="_sm-17"],
    [class*="grid_"] > [data-push-right*="_sm-17"],
    [class~="grid"] > [data-push-right*="_sm-17"] {
        margin-right: 70.83333%;
    }
    [class*="grid-"] > [data-push-right*="_sm-18"],
    [class*="grid_"] > [data-push-right*="_sm-18"],
    [class~="grid"] > [data-push-right*="_sm-18"] {
        margin-right: 75%;
    }
    [class*="grid-"] > [data-push-right*="_sm-19"],
    [class*="grid_"] > [data-push-right*="_sm-19"],
    [class~="grid"] > [data-push-right*="_sm-19"] {
        margin-right: 79.16667%;
    }
    [class*="grid-"] > [data-push-right*="_sm-20"],
    [class*="grid_"] > [data-push-right*="_sm-20"],
    [class~="grid"] > [data-push-right*="_sm-20"] {
        margin-right: 83.33333%;
    }
    [class*="grid-"] > [data-push-right*="_sm-21"],
    [class*="grid_"] > [data-push-right*="_sm-21"],
    [class~="grid"] > [data-push-right*="_sm-21"] {
        margin-right: 87.5%;
    }
    [class*="grid-"] > [data-push-right*="_sm-22"],
    [class*="grid_"] > [data-push-right*="_sm-22"],
    [class~="grid"] > [data-push-right*="_sm-22"] {
        margin-right: 91.66667%;
    }
    [class*="grid-"] > [data-push-right*="_sm-23"],
    [class*="grid_"] > [data-push-right*="_sm-23"],
    [class~="grid"] > [data-push-right*="_sm-23"] {
        margin-right: 95.83333%;
    }
    [class*="grid-"] [class*="_sm-first"],
    [class*="grid_"] [class*="_sm-first"],
    [class~="grid"] [class*="_sm-first"] {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    [class*="grid-"] [class*="_sm-last"],
    [class*="grid_"] [class*="_sm-last"],
    [class~="grid"] [class*="_sm-last"] {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    [class*="sm-hidden"] {
        display: none;
    }
    .wp-caption.alignleft {
        float: left;
        margin: 0 20px 20px 0;
        text-align: left;
    }
    .wp-caption.alignright {
        text-align: right;
    }
    img.alignleft {
        float: left;
        margin: 0 20px 20px 0;
    }
    .wp-caption.alignright,
    img.alignright {
        float: right;
        margin: 0 0 20px 20px;
    }
    .gallery .gallery-item {
        width: 50%;
    }
    .menu-bottom {
        margin-top: auto;
    }
    .menu-bottom .image-wrap {
        width: 340px;
    }
    .menu-bottom .image-wrap .dotted-image {
        margin-bottom: -170px;
    }
    .footer .waves-wrap {
        top: -80px;
    }
    .footer .kale {
        top: -100px;
    }
    .footer-nav ul {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
    .popup-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .popup-inner {
        padding: 40px;
    }
    .popup-close {
        right: 25px;
        top: 25px;
    }
    .popup-menu .accordion-item .hidden-info {
        padding-right: 0;
    }
    .popup-menu .wave-bottom {
        margin: 10px 0 -10px;
    }
    .cookies .buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .cookies .buttons button {
        margin: 0 0 0 10px;
    }
    .hero-slider .slick-dots {
        margin-top: 0;
    }
    .hero-slider .slick-arrow.slick-prev {
        right: 90px;
    }
    .hero-slider .slick-arrow.slick-next {
        right: 40px;
    }
    .hero-slider .slick-arrow {
        bottom: 100px;
    }
    .hero-section {
        min-height: auto;
    }
    .hero-image {
        max-width: 460px;
    }
    .subscribe-info {
        max-width: 415px;
    }
    .our-story-section .inner {
        min-height: 340px;
        margin-bottom: 15px;
    }
    .our-story-section .images {
        margin: 0;
    }
    .our-story-section .images .image.large {
        padding-bottom: 35%;
    }
    .our-story-section .images .image.small {
        padding-bottom: 16%;
    }
    .our-story-section .images .image {
        width: 25%;
        margin: 0;
        position: absolute;
        bottom: 0;
    }
    .our-story-section .info {
        width: 330px;
        margin: 0 auto;
    }
    .connect-with-us .image.image-left {
        margin-left: -10px;
    }
    .connect-with-us .image.image-right {
        margin-left: auto;
        width: 18.5%;
        margin-top: 13px;
    }
    .shape {
        max-width: none;
        width: 445px;
        min-height: 240px;
        margin-top: 36px;
        margin-bottom: 20px;
    }
    .images-slider-wrap {
        height: 227px;
    }
    .images-slider .item {
        width: 192px;
        height: 192px;
        margin: 0 10px;
    }
    .images-slider .item:nth-child(even) {
        width: 139px;
        height: 139px;
    }
    .two-columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .two-columns .column {
        width: 45%;
    }
    .catering .column:first-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .catering .heading.mobile {
        display: none;
    }
    .catering .heading.desktop:before {
        top: 0;
    }
    .catering .heading.desktop {
        display: block;
    }
    .catering .image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 0;
    }
    .products-slider .slick-list {
        margin-right: -40px;
        padding-bottom: 40px;
        margin-left: -40px;
        padding-left: 40px;
    }
    .product-card .image {
        height: 280px;
    }
    .accordion-item .heading {
        padding-right: 100px;
    }
    .accordion-item .hidden-info {
        padding-right: 50px;
    }
    .page-heading .waves-wrap {
        bottom: 20px;
    }
    .benefits-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 -10px -20px;
    }
    .benefits-list .item {
        width: calc(50% - 20px);
        margin: 0 10px 20px;
    }
    .download-section .image {
        max-width: none;
        width: 450px;
        margin-right: -40px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .container {
        padding: 0 40px;
    }
    .content table td,
    .content table th {
        min-width: 110px;
        padding: 10px;
    }
    .contacts-section .waves-decor {
        left: 50%;
    }
    .contacts-form {
        padding-bottom: 15vw;
    }
    .success-popup {
        padding-top: 80px;
    }
    .testimonials > .waves-wrap {
        top: 0;
    }
    .benefits.our-mission .additional-benefits .benefits-list .item {
        width: calc(33.33% - 20px);
    }
    .our-food .image {
        width: 250px;
    }
    .cascade-item.inverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .cascade-item.inverse .image {
        margin: 0 40px 0 0;
    }
    .cascade-item,
    .catering-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .cascade-item {
        margin-bottom: 50px;
    }
    .cascade-item,
    .cascade-item .heading-decor-wrap {
        text-align: left;
    }
    .cascade-item .image {
        width: 52%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-left: 20px;
    }
    .catering-item.inverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .catering-item.inverse .image {
        margin: 0 30px 0 0;
    }
    .catering-item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 100px;
    }
    .catering-item .image:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        background-color: #f68a3e;
        border-radius: 50%;
        width: 50vw;
        height: 50vw;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .catering-item .image {
        width: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        position: relative;
        padding-bottom: 38%;
        margin-left: 30px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .catering-item .image img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .catering-item .decor {
        position: absolute;
        right: 0;
        top: -30px;
    }
    .products-section .products-slider-holder {
        display: none;
    }
    .ingredients-row ul li {
        width: calc(25% - 20px);
    }
    .allergen-guide {
        padding: 40px;
    }
    .allergen-guide-wrap .h4,
    .allergen-guide-wrap h4 {
        margin-bottom: 30px;
    }
    .allergen-guide-list {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .location-search {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .location-search form {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-bottom: 0;
    }
    .detect-location {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0 20px 17px;
    }
    #map {
        height: 552px;
    }
    .location-details .h1,
    .location-details h1 {
        font-size: 40px;
        line-height: 40px;
    }
}
@media (min-width: 1024px) {
    .dotted-image {
        padding: 50px 30px 0;
    }
    .footer {
        padding: 35px 0 27px;
    }
    .footer .waves-wrap {
        top: -150px;
    }
    .footer .kale {
        top: -230px;
        width: 250px;
        height: 180px;
    }
    .footer-main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .footer-main .footer-right {
        width: 45%;
    }
    .footer-left {
        width: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .footer-bottom .copy,
    .footer-logos,
    .footer-nav {
        margin-bottom: 0;
    }
    .footer-bottom,
    .popup-subscribe .subscribe-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .footer-bottom {
        padding-top: 25px;
    }
    .footer-bottom .social {
        margin: 0 5px 0 -10px;
    }
    .footer-bottom .social li {
        margin: 0 0 0 20px;
    }
    .popup-subscribe .subscribe-wrap {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .popup-subscribe .subscribe-form {
        margin-left: auto;
        width: 500px;
    }
    .popup-menu .menu-intro {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .popup-menu .ingredients-slider {
        width: 49%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 50px;
    }
    .popup-menu .accordion {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .popup-menu .accordion-item {
        border: 0;
        margin: 0;
        padding: 0;
        width: 49%;
    }
    .popup-menu .accordion-item .heading.ingredients {
        display: none;
    }
    .popup-menu .accordion-item .heading:before {
        top: 6px;
    }
    .popup-menu .accordion-item .hidden-info.ingredients {
        display: block;
        padding: 0;
    }
    .popup-menu .accordion-item:last-child {
        width: 42%;
    }
    .popup-ingredients.popup.active .popup-holder {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .popup-ingredients.popup .popup-holder {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: -webkit-transform 0.3s linear;
        transition: transform 0.3s linear;
        transition: transform 0.3s linear, -webkit-transform 0.3s linear;
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }
    .popup-ingredients .popup-holder {
        width: 500px;
        margin-left: auto;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        position: relative;
    }
    .hero-section {
        min-height: 640px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .hero-section .figures.four-items {
        display: block;
        position: absolute;
        bottom: 50px;
        right: 155px;
    }
    .hero-image {
        position: absolute;
        right: 0;
        bottom: 0;
        max-width: none;
        width: 55vw;
    }
    .hero-text {
        width: 400px;
        margin: 0;
        padding: 10px 0 90px;
    }
    .subscribe-section .circle:before {
        width: 100%;
        height: 1146px;
        left: 0;
        top: 20px;
        -webkit-transform: none;
        transform: none;
    }
    .subscribe-section .circle {
        min-height: 525px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 82px;
        padding-left: 530px;
        width: 1146px;
        margin: 0 auto;
    }
    .subscribe-waves.desktop {
        display: block;
        height: auto;
    }
    .subscribe-waves.mobile {
        display: none;
    }
    .subscribe-info {
        text-align: left;
        width: 388px;
        max-width: none;
        margin: 0 0 245px;
    }
    .subscribe-info .figures.four-items.bottom {
        right: -56px;
        margin-top: -8px;
    }
    .subscribe-info .figures.four-items {
        left: -57px;
        top: -30px;
    }
    .subscribe-info .h5 {
        padding: 0;
    }
    .subscribe-image {
        width: 457px;
        height: 457px;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        position: absolute;
        left: 0;
        top: -10px;
        margin: 0;
    }
    .our-story-section .images .image.large {
        padding-bottom: 30%;
    }
    .our-story-section .info {
        width: 457px;
    }
    .our-story-section .figures.top {
        display: block;
        position: absolute;
        left: 100%;
        top: 50px;
        margin-left: 80px;
    }
    .connect-with-us {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        min-height: 380px;
        margin-bottom: 0;
    }
    .connect-with-us .image {
        display: block;
        width: 30%;
    }
    .shape {
        margin-bottom: 0;
    }
    .images-slider-wrap {
        margin-top: -55px;
    }
    .catering .image {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .products-list .product-card {
        width: calc(33.33% - 20px);
    }
    .waved-section.faq .inner {
        padding-bottom: 150px;
    }
    .page-heading .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        min-height: 340px;
    }
    .page-heading .image-small {
        display: block;
        position: absolute;
        left: 0;
        bottom: -100px;
        margin: 0;
    }
    .page-heading-image {
        width: 60%;
        margin: 0 0 0 40px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        text-align: right;
    }
    .page-heading-info {
        padding: 50px 0;
    }
    .benefits-list .item {
        width: calc(33.33% - 20px);
    }
    .download-section .info {
        text-align: left;
        margin-bottom: 80px;
    }
    .download-section .heading-decor-wrap {
        text-align: left;
    }
    .download-section .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .download-section .image {
        width: 55%;
    }
    .error-block .wrap {
        max-width: 700px;
        margin: 0 auto 100px;
    }
    .contacts-section .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .contacts-info {
        width: 45%;
    }
    .contacts-info .figure {
        display: block;
    }
    .contacts-info .heading-decor-wrap {
        text-align: left;
    }
    .contacts-form-holder {
        width: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-left: 50px;
    }
    .contacts-form {
        padding-top: 80px;
        padding-bottom: 90px;
    }
    .success-popup {
        padding: 60px 30px 0;
    }
    .success-popup .veggies {
        left: -30px;
    }
    .testimonials-list blockquote:before {
        left: 100px;
    }
    .leadership .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .leadership .info {
        width: 30%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0 50px 0 0;
    }
    .holder-leadership-slider {
        width: 61%;
    }
    .holder-leadership-slider .leadership-slider .slick-list {
        padding-bottom: 0;
    }
    .leadership-slider-nav {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .leadership-slider-nav .slick-arrow.slick-prev {
        left: -50px;
    }
    .leadership-slider-nav .slick-arrow.slick-next {
        right: -50px;
        margin: 0;
    }
    .our-values.two-images .image-small {
        width: 300px;
    }
    .our-food,
    .our-values .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .our-values .image {
        width: 40%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0 50px 0 0;
    }
    .our-values .info {
        text-align: left;
    }
    .join-us.waved-section {
        margin-bottom: -13vw;
    }
    .join-us .wrap {
        font-size: 18px;
        line-height: 28px;
    }
    .our-food {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .our-food .info {
        margin: 0 40px 0 0;
    }
    .our-food .video {
        width: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .cascade-item.inverse .image {
        margin-right: 60px;
    }
    .cascade-item .image {
        margin-left: 50px;
    }
    .catering-item .info {
        width: 45%;
    }
    .ingredients-image {
        margin-bottom: -70px;
    }
    .ingredients-row ul li {
        width: calc(16.66% - 20px);
    }
    .allergen-ingredients .item {
        width: calc(33.33% - 20px);
    }
    .allergen-guide-list {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
    .location-page .images-slider-wrap {
        margin-top: 60px;
    }
    .location-section .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: relative;
    }
    .locations-wrap {
        width: 49%;
        min-height: 600px;
    }
    .locations-wrap .h1,
    .locations-wrap h1 {
        max-width: 65%;
    }
    .locations {
        width: 50%;
        position: absolute;
        right: 0;
        top: 70px;
    }
    .locations-list.jcf-scrollable {
        padding: 0 20px 30px;
        max-height: 690px;
        overflow-y: auto;
    }
    .location-details {
        width: 52%;
    }
    .location-details .google-map {
        width: 40%;
        margin: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
}
@media (min-width: 1200px) {
    body {
        font-size: 16px;
        line-height: 22px;
    }
    .h1,
    h1 {
        font-size: 63px;
        line-height: 63px;
    }
    body.location-template-default h1 span {
        font-size: 32px;
    }
    .h2,
    h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .h3,
    h3 {
        font-size: 22px;
        line-height: 22px;
    }
    .h4,
    .h5,
    h4,
    h5 {
        font-size: 18px;
        line-height: 18px;
    }
    .content p {
        margin-bottom: 24px;
    }
    .link {
        font-size: 14px;
        line-height: 14px;
    }
    hr {
        margin: 40px 0;
    }
    mark {
        line-height: 27px;
    }
    .subscribe-results,
    .wpcf7-response-output,
    mark {
        font-size: 18px;
    }
    .button,
    input[type="submit"] {
        font-size: 13px;
        line-height: 13px;
    }
    .heading-decor-wrap {
        max-width: 740px;
        margin: 0 auto 40px;
    }
    .heading-decor:before {
        width: 80px;
        height: 40px;
        left: -30px;
        top: 0;
    }
    .heading-decor svg {
        width: auto;
        top: -34px;
        right: -105px;
    }
    .waves-wrap.bottom {
        margin-top: 100px;
    }
    .waves-wrap {
        -webkit-transform: none;
        transform: none;
        top: 0;
    }
    .waves-wrap .wave {
        top: -60px;
        -webkit-animation-duration: 150s;
        animation-duration: 150s;
    }
    .waves-wrap .wave.second {
        top: -20px;
    }
    [class*="_md-1"] > [class*="col-"],
    [class*="_md-1"] > [class*="col_"],
    [class*="_md-1"] > [class~="col"] {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    [class*="_md-2"] > [class*="col-"],
    [class*="_md-2"] > [class*="col_"],
    [class*="_md-2"] > [class~="col"] {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    [class*="_md-3"] > [class*="col-"],
    [class*="_md-3"] > [class*="col_"],
    [class*="_md-3"] > [class~="col"] {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    [class*="_md-4"] > [class*="col-"],
    [class*="_md-4"] > [class*="col_"],
    [class*="_md-4"] > [class~="col"] {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    [class*="_md-5"] > [class*="col-"],
    [class*="_md-5"] > [class*="col_"],
    [class*="_md-5"] > [class~="col"] {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%;
    }
    [class*="_md-6"] > [class*="col-"],
    [class*="_md-6"] > [class*="col_"],
    [class*="_md-6"] > [class~="col"] {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    [class*="_md-7"] > [class*="col-"],
    [class*="_md-7"] > [class*="col_"],
    [class*="_md-7"] > [class~="col"] {
        -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%;
        max-width: 14.28571%;
    }
    [class*="_md-8"] > [class*="col-"],
    [class*="_md-8"] > [class*="col_"],
    [class*="_md-8"] > [class~="col"] {
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
        max-width: 12.5%;
    }
    [class*="_md-9"] > [class*="col-"],
    [class*="_md-9"] > [class*="col_"],
    [class*="_md-9"] > [class~="col"] {
        -ms-flex-preferred-size: 11.11111%;
        flex-basis: 11.11111%;
        max-width: 11.11111%;
    }
    [class*="_md-10"] > [class*="col-"],
    [class*="_md-10"] > [class*="col_"],
    [class*="_md-10"] > [class~="col"] {
        -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
        max-width: 10%;
    }
    [class*="_md-11"] > [class*="col-"],
    [class*="_md-11"] > [class*="col_"],
    [class*="_md-11"] > [class~="col"] {
        -ms-flex-preferred-size: 9.09091%;
        flex-basis: 9.09091%;
        max-width: 9.09091%;
    }
    [class*="_md-12"] > [class*="col-"],
    [class*="_md-12"] > [class*="col_"],
    [class*="_md-12"] > [class~="col"] {
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    [class*="_md-13"] > [class*="col-"],
    [class*="_md-13"] > [class*="col_"],
    [class*="_md-13"] > [class~="col"] {
        -ms-flex-preferred-size: 7.69231%;
        flex-basis: 7.69231%;
        max-width: 7.69231%;
    }
    [class*="_md-14"] > [class*="col-"],
    [class*="_md-14"] > [class*="col_"],
    [class*="_md-14"] > [class~="col"] {
        -ms-flex-preferred-size: 7.14286%;
        flex-basis: 7.14286%;
        max-width: 7.14286%;
    }
    [class*="_md-15"] > [class*="col-"],
    [class*="_md-15"] > [class*="col_"],
    [class*="_md-15"] > [class~="col"] {
        -ms-flex-preferred-size: 6.66667%;
        flex-basis: 6.66667%;
        max-width: 6.66667%;
    }
    [class*="_md-16"] > [class*="col-"],
    [class*="_md-16"] > [class*="col_"],
    [class*="_md-16"] > [class~="col"] {
        -ms-flex-preferred-size: 6.25%;
        flex-basis: 6.25%;
        max-width: 6.25%;
    }
    [class*="_md-17"] > [class*="col-"],
    [class*="_md-17"] > [class*="col_"],
    [class*="_md-17"] > [class~="col"] {
        -ms-flex-preferred-size: 5.88235%;
        flex-basis: 5.88235%;
        max-width: 5.88235%;
    }
    [class*="_md-18"] > [class*="col-"],
    [class*="_md-18"] > [class*="col_"],
    [class*="_md-18"] > [class~="col"] {
        -ms-flex-preferred-size: 5.55556%;
        flex-basis: 5.55556%;
        max-width: 5.55556%;
    }
    [class*="_md-19"] > [class*="col-"],
    [class*="_md-19"] > [class*="col_"],
    [class*="_md-19"] > [class~="col"] {
        -ms-flex-preferred-size: 5.26316%;
        flex-basis: 5.26316%;
        max-width: 5.26316%;
    }
    [class*="_md-20"] > [class*="col-"],
    [class*="_md-20"] > [class*="col_"],
    [class*="_md-20"] > [class~="col"] {
        -ms-flex-preferred-size: 5%;
        flex-basis: 5%;
        max-width: 5%;
    }
    [class*="_md-21"] > [class*="col-"],
    [class*="_md-21"] > [class*="col_"],
    [class*="_md-21"] > [class~="col"] {
        -ms-flex-preferred-size: 4.7619%;
        flex-basis: 4.7619%;
        max-width: 4.7619%;
    }
    [class*="_md-22"] > [class*="col-"],
    [class*="_md-22"] > [class*="col_"],
    [class*="_md-22"] > [class~="col"] {
        -ms-flex-preferred-size: 4.54545%;
        flex-basis: 4.54545%;
        max-width: 4.54545%;
    }
    [class*="_md-23"] > [class*="col-"],
    [class*="_md-23"] > [class*="col_"],
    [class*="_md-23"] > [class~="col"] {
        -ms-flex-preferred-size: 4.34783%;
        flex-basis: 4.34783%;
        max-width: 4.34783%;
    }
    [class*="_md-24"] > [class*="col-"],
    [class*="_md-24"] > [class*="col_"],
    [class*="_md-24"] > [class~="col"],
    [class*="grid-"] > [class*="_md-1"],
    [class*="grid_"] > [class*="_md-1"],
    [class~="grid"] > [class*="_md-1"] {
        -ms-flex-preferred-size: 4.16667%;
        flex-basis: 4.16667%;
        max-width: 4.16667%;
    }
    [class*="grid-"] > [class*="_md-2"],
    [class*="grid_"] > [class*="_md-2"],
    [class~="grid"] > [class*="_md-2"] {
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    [class*="grid-"] > [class*="_md-3"],
    [class*="grid_"] > [class*="_md-3"],
    [class~="grid"] > [class*="_md-3"] {
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
        max-width: 12.5%;
    }
    [class*="grid-"] > [class*="_md-4"],
    [class*="grid_"] > [class*="_md-4"],
    [class~="grid"] > [class*="_md-4"] {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    [class*="grid-"] > [class*="_md-5"],
    [class*="grid_"] > [class*="_md-5"],
    [class~="grid"] > [class*="_md-5"] {
        -ms-flex-preferred-size: 20.83333%;
        flex-basis: 20.83333%;
        max-width: 20.83333%;
    }
    [class*="grid-"] > [class*="_md-6"],
    [class*="grid_"] > [class*="_md-6"],
    [class~="grid"] > [class*="_md-6"] {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    [class*="grid-"] > [class*="_md-7"],
    [class*="grid_"] > [class*="_md-7"],
    [class~="grid"] > [class*="_md-7"] {
        -ms-flex-preferred-size: 29.16667%;
        flex-basis: 29.16667%;
        max-width: 29.16667%;
    }
    [class*="grid-"] > [class*="_md-8"],
    [class*="grid_"] > [class*="_md-8"],
    [class~="grid"] > [class*="_md-8"] {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    [class*="grid-"] > [class*="_md-9"],
    [class*="grid_"] > [class*="_md-9"],
    [class~="grid"] > [class*="_md-9"] {
        -ms-flex-preferred-size: 37.5%;
        flex-basis: 37.5%;
        max-width: 37.5%;
    }
    [class*="grid-"] > [class*="_md-10"],
    [class*="grid_"] > [class*="_md-10"],
    [class~="grid"] > [class*="_md-10"] {
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    [class*="grid-"] > [class*="_md-11"],
    [class*="grid_"] > [class*="_md-11"],
    [class~="grid"] > [class*="_md-11"] {
        -ms-flex-preferred-size: 45.83333%;
        flex-basis: 45.83333%;
        max-width: 45.83333%;
    }
    [class*="grid-"] > [class*="_md-12"],
    [class*="grid_"] > [class*="_md-12"],
    [class~="grid"] > [class*="_md-12"] {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    [class*="grid-"] > [class*="_md-13"],
    [class*="grid_"] > [class*="_md-13"],
    [class~="grid"] > [class*="_md-13"] {
        -ms-flex-preferred-size: 54.16667%;
        flex-basis: 54.16667%;
        max-width: 54.16667%;
    }
    [class*="grid-"] > [class*="_md-14"],
    [class*="grid_"] > [class*="_md-14"],
    [class~="grid"] > [class*="_md-14"] {
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    [class*="grid-"] > [class*="_md-15"],
    [class*="grid_"] > [class*="_md-15"],
    [class~="grid"] > [class*="_md-15"] {
        -ms-flex-preferred-size: 62.5%;
        flex-basis: 62.5%;
        max-width: 62.5%;
    }
    [class*="grid-"] > [class*="_md-16"],
    [class*="grid_"] > [class*="_md-16"],
    [class~="grid"] > [class*="_md-16"] {
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    [class*="grid-"] > [class*="_md-17"],
    [class*="grid_"] > [class*="_md-17"],
    [class~="grid"] > [class*="_md-17"] {
        -ms-flex-preferred-size: 70.83333%;
        flex-basis: 70.83333%;
        max-width: 70.83333%;
    }
    [class*="grid-"] > [class*="_md-18"],
    [class*="grid_"] > [class*="_md-18"],
    [class~="grid"] > [class*="_md-18"] {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    [class*="grid-"] > [class*="_md-19"],
    [class*="grid_"] > [class*="_md-19"],
    [class~="grid"] > [class*="_md-19"] {
        -ms-flex-preferred-size: 79.16667%;
        flex-basis: 79.16667%;
        max-width: 79.16667%;
    }
    [class*="grid-"] > [class*="_md-20"],
    [class*="grid_"] > [class*="_md-20"],
    [class~="grid"] > [class*="_md-20"] {
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    [class*="grid-"] > [class*="_md-21"],
    [class*="grid_"] > [class*="_md-21"],
    [class~="grid"] > [class*="_md-21"] {
        -ms-flex-preferred-size: 87.5%;
        flex-basis: 87.5%;
        max-width: 87.5%;
    }
    [class*="grid-"] > [class*="_md-22"],
    [class*="grid_"] > [class*="_md-22"],
    [class~="grid"] > [class*="_md-22"] {
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    [class*="grid-"] > [class*="_md-23"],
    [class*="grid_"] > [class*="_md-23"],
    [class~="grid"] > [class*="_md-23"] {
        -ms-flex-preferred-size: 95.83333%;
        flex-basis: 95.83333%;
        max-width: 95.83333%;
    }
    [class*="grid-"] > [class*="_md-24"],
    [class*="grid_"] > [class*="_md-24"],
    [class~="grid"] > [class*="_md-24"] {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    [class*="grid-"] > [data-push-left*="_md-0"],
    [class*="grid_"] > [data-push-left*="_md-0"],
    [class~="grid"] > [data-push-left*="_md-0"] {
        margin-left: 0;
    }
    [class*="grid-"] > [data-push-left*="_md-1"],
    [class*="grid_"] > [data-push-left*="_md-1"],
    [class~="grid"] > [data-push-left*="_md-1"] {
        margin-left: 4.16667%;
    }
    [class*="grid-"] > [data-push-left*="_md-2"],
    [class*="grid_"] > [data-push-left*="_md-2"],
    [class~="grid"] > [data-push-left*="_md-2"] {
        margin-left: 8.33333%;
    }
    [class*="grid-"] > [data-push-left*="_md-3"],
    [class*="grid_"] > [data-push-left*="_md-3"],
    [class~="grid"] > [data-push-left*="_md-3"] {
        margin-left: 12.5%;
    }
    [class*="grid-"] > [data-push-left*="_md-4"],
    [class*="grid_"] > [data-push-left*="_md-4"],
    [class~="grid"] > [data-push-left*="_md-4"] {
        margin-left: 16.66667%;
    }
    [class*="grid-"] > [data-push-left*="_md-5"],
    [class*="grid_"] > [data-push-left*="_md-5"],
    [class~="grid"] > [data-push-left*="_md-5"] {
        margin-left: 20.83333%;
    }
    [class*="grid-"] > [data-push-left*="_md-6"],
    [class*="grid_"] > [data-push-left*="_md-6"],
    [class~="grid"] > [data-push-left*="_md-6"] {
        margin-left: 25%;
    }
    [class*="grid-"] > [data-push-left*="_md-7"],
    [class*="grid_"] > [data-push-left*="_md-7"],
    [class~="grid"] > [data-push-left*="_md-7"] {
        margin-left: 29.16667%;
    }
    [class*="grid-"] > [data-push-left*="_md-8"],
    [class*="grid_"] > [data-push-left*="_md-8"],
    [class~="grid"] > [data-push-left*="_md-8"] {
        margin-left: 33.33333%;
    }
    [class*="grid-"] > [data-push-left*="_md-9"],
    [class*="grid_"] > [data-push-left*="_md-9"],
    [class~="grid"] > [data-push-left*="_md-9"] {
        margin-left: 37.5%;
    }
    [class*="grid-"] > [data-push-left*="_md-10"],
    [class*="grid_"] > [data-push-left*="_md-10"],
    [class~="grid"] > [data-push-left*="_md-10"] {
        margin-left: 41.66667%;
    }
    [class*="grid-"] > [data-push-left*="_md-11"],
    [class*="grid_"] > [data-push-left*="_md-11"],
    [class~="grid"] > [data-push-left*="_md-11"] {
        margin-left: 45.83333%;
    }
    [class*="grid-"] > [data-push-left*="_md-12"],
    [class*="grid_"] > [data-push-left*="_md-12"],
    [class~="grid"] > [data-push-left*="_md-12"] {
        margin-left: 50%;
    }
    [class*="grid-"] > [data-push-left*="_md-13"],
    [class*="grid_"] > [data-push-left*="_md-13"],
    [class~="grid"] > [data-push-left*="_md-13"] {
        margin-left: 54.16667%;
    }
    [class*="grid-"] > [data-push-left*="_md-14"],
    [class*="grid_"] > [data-push-left*="_md-14"],
    [class~="grid"] > [data-push-left*="_md-14"] {
        margin-left: 58.33333%;
    }
    [class*="grid-"] > [data-push-left*="_md-15"],
    [class*="grid_"] > [data-push-left*="_md-15"],
    [class~="grid"] > [data-push-left*="_md-15"] {
        margin-left: 62.5%;
    }
    [class*="grid-"] > [data-push-left*="_md-16"],
    [class*="grid_"] > [data-push-left*="_md-16"],
    [class~="grid"] > [data-push-left*="_md-16"] {
        margin-left: 66.66667%;
    }
    [class*="grid-"] > [data-push-left*="_md-17"],
    [class*="grid_"] > [data-push-left*="_md-17"],
    [class~="grid"] > [data-push-left*="_md-17"] {
        margin-left: 70.83333%;
    }
    [class*="grid-"] > [data-push-left*="_md-18"],
    [class*="grid_"] > [data-push-left*="_md-18"],
    [class~="grid"] > [data-push-left*="_md-18"] {
        margin-left: 75%;
    }
    [class*="grid-"] > [data-push-left*="_md-19"],
    [class*="grid_"] > [data-push-left*="_md-19"],
    [class~="grid"] > [data-push-left*="_md-19"] {
        margin-left: 79.16667%;
    }
    [class*="grid-"] > [data-push-left*="_md-20"],
    [class*="grid_"] > [data-push-left*="_md-20"],
    [class~="grid"] > [data-push-left*="_md-20"] {
        margin-left: 83.33333%;
    }
    [class*="grid-"] > [data-push-left*="_md-21"],
    [class*="grid_"] > [data-push-left*="_md-21"],
    [class~="grid"] > [data-push-left*="_md-21"] {
        margin-left: 87.5%;
    }
    [class*="grid-"] > [data-push-left*="_md-22"],
    [class*="grid_"] > [data-push-left*="_md-22"],
    [class~="grid"] > [data-push-left*="_md-22"] {
        margin-left: 91.66667%;
    }
    [class*="grid-"] > [data-push-left*="_md-23"],
    [class*="grid_"] > [data-push-left*="_md-23"],
    [class~="grid"] > [data-push-left*="_md-23"] {
        margin-left: 95.83333%;
    }
    [class*="grid-"] > [data-push-right*="_md-0"],
    [class*="grid_"] > [data-push-right*="_md-0"],
    [class~="grid"] > [data-push-right*="_md-0"] {
        margin-right: 0;
    }
    [class*="grid-"] > [data-push-right*="_md-1"],
    [class*="grid_"] > [data-push-right*="_md-1"],
    [class~="grid"] > [data-push-right*="_md-1"] {
        margin-right: 4.16667%;
    }
    [class*="grid-"] > [data-push-right*="_md-2"],
    [class*="grid_"] > [data-push-right*="_md-2"],
    [class~="grid"] > [data-push-right*="_md-2"] {
        margin-right: 8.33333%;
    }
    [class*="grid-"] > [data-push-right*="_md-3"],
    [class*="grid_"] > [data-push-right*="_md-3"],
    [class~="grid"] > [data-push-right*="_md-3"] {
        margin-right: 12.5%;
    }
    [class*="grid-"] > [data-push-right*="_md-4"],
    [class*="grid_"] > [data-push-right*="_md-4"],
    [class~="grid"] > [data-push-right*="_md-4"] {
        margin-right: 16.66667%;
    }
    [class*="grid-"] > [data-push-right*="_md-5"],
    [class*="grid_"] > [data-push-right*="_md-5"],
    [class~="grid"] > [data-push-right*="_md-5"] {
        margin-right: 20.83333%;
    }
    [class*="grid-"] > [data-push-right*="_md-6"],
    [class*="grid_"] > [data-push-right*="_md-6"],
    [class~="grid"] > [data-push-right*="_md-6"] {
        margin-right: 25%;
    }
    [class*="grid-"] > [data-push-right*="_md-7"],
    [class*="grid_"] > [data-push-right*="_md-7"],
    [class~="grid"] > [data-push-right*="_md-7"] {
        margin-right: 29.16667%;
    }
    [class*="grid-"] > [data-push-right*="_md-8"],
    [class*="grid_"] > [data-push-right*="_md-8"],
    [class~="grid"] > [data-push-right*="_md-8"] {
        margin-right: 33.33333%;
    }
    [class*="grid-"] > [data-push-right*="_md-9"],
    [class*="grid_"] > [data-push-right*="_md-9"],
    [class~="grid"] > [data-push-right*="_md-9"] {
        margin-right: 37.5%;
    }
    [class*="grid-"] > [data-push-right*="_md-10"],
    [class*="grid_"] > [data-push-right*="_md-10"],
    [class~="grid"] > [data-push-right*="_md-10"] {
        margin-right: 41.66667%;
    }
    [class*="grid-"] > [data-push-right*="_md-11"],
    [class*="grid_"] > [data-push-right*="_md-11"],
    [class~="grid"] > [data-push-right*="_md-11"] {
        margin-right: 45.83333%;
    }
    [class*="grid-"] > [data-push-right*="_md-12"],
    [class*="grid_"] > [data-push-right*="_md-12"],
    [class~="grid"] > [data-push-right*="_md-12"] {
        margin-right: 50%;
    }
    [class*="grid-"] > [data-push-right*="_md-13"],
    [class*="grid_"] > [data-push-right*="_md-13"],
    [class~="grid"] > [data-push-right*="_md-13"] {
        margin-right: 54.16667%;
    }
    [class*="grid-"] > [data-push-right*="_md-14"],
    [class*="grid_"] > [data-push-right*="_md-14"],
    [class~="grid"] > [data-push-right*="_md-14"] {
        margin-right: 58.33333%;
    }
    [class*="grid-"] > [data-push-right*="_md-15"],
    [class*="grid_"] > [data-push-right*="_md-15"],
    [class~="grid"] > [data-push-right*="_md-15"] {
        margin-right: 62.5%;
    }
    [class*="grid-"] > [data-push-right*="_md-16"],
    [class*="grid_"] > [data-push-right*="_md-16"],
    [class~="grid"] > [data-push-right*="_md-16"] {
        margin-right: 66.66667%;
    }
    [class*="grid-"] > [data-push-right*="_md-17"],
    [class*="grid_"] > [data-push-right*="_md-17"],
    [class~="grid"] > [data-push-right*="_md-17"] {
        margin-right: 70.83333%;
    }
    [class*="grid-"] > [data-push-right*="_md-18"],
    [class*="grid_"] > [data-push-right*="_md-18"],
    [class~="grid"] > [data-push-right*="_md-18"] {
        margin-right: 75%;
    }
    [class*="grid-"] > [data-push-right*="_md-19"],
    [class*="grid_"] > [data-push-right*="_md-19"],
    [class~="grid"] > [data-push-right*="_md-19"] {
        margin-right: 79.16667%;
    }
    [class*="grid-"] > [data-push-right*="_md-20"],
    [class*="grid_"] > [data-push-right*="_md-20"],
    [class~="grid"] > [data-push-right*="_md-20"] {
        margin-right: 83.33333%;
    }
    [class*="grid-"] > [data-push-right*="_md-21"],
    [class*="grid_"] > [data-push-right*="_md-21"],
    [class~="grid"] > [data-push-right*="_md-21"] {
        margin-right: 87.5%;
    }
    [class*="grid-"] > [data-push-right*="_md-22"],
    [class*="grid_"] > [data-push-right*="_md-22"],
    [class~="grid"] > [data-push-right*="_md-22"] {
        margin-right: 91.66667%;
    }
    [class*="grid-"] > [data-push-right*="_md-23"],
    [class*="grid_"] > [data-push-right*="_md-23"],
    [class~="grid"] > [data-push-right*="_md-23"] {
        margin-right: 95.83333%;
    }
    [class*="grid-"] [class*="_md-first"],
    [class*="grid_"] [class*="_md-first"],
    [class~="grid"] [class*="_md-first"] {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    [class*="grid-"] [class*="_md-last"],
    [class*="grid_"] [class*="_md-last"],
    [class~="grid"] [class*="_md-last"] {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    [class*="md-hidden"] {
        display: none;
    }
    .slick-arrow.slick-prev {
        right: 50%;
        margin-right: 5px;
    }
    .slick-arrow.slick-next {
        right: 50%;
        margin-right: -45px;
    }
    .jcf-scrollbar-vertical {
        width: 12px;
    }
    .jcf-select .jcf-select-opener {
        width: 40px;
    }
    .jcf-select .jcf-select-opener:before {
        right: 20px;
    }
    .jcf-list .jcf-optgroup-caption {
        line-height: 20px;
    }
    .down .header.sticky {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    .down .header.sticky .sub-menu {
        opacity: 0 !important;
        visibility: hidden !important;
    }
    .up .header.sticky {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .header {
        height: 70px;
    }
    .header-inner {
        height: 50px;
        overflow: hidden;
    }
    .header-logo {
        width: 117px;
        margin-right: 70px;
    }
    .header-buttons {
        margin-left: auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .btn-menu,
    .menu .social {
        display: none;
    }
    .menu {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .menu-bottom {
        display: none;
    }
    .main-menu {
        font-size: 13px;
        line-height: 13px;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        border: 0;
    }
    .main-menu li {
        margin: 0 20px 0 0;
    }
    .footer {
        padding-bottom: 30px;
    }
    .footer .jalapeno {
        display: block;
        top: -340px;
        left: 44px;
        width: 30px;
    }
    .footer .jalapeno2 {
        display: block;
        top: -283px;
        left: 23px;
        width: 20px;
    }
    .footer .cabbage {
        display: block;
        top: -400px;
        right: 115px;
        width: 80px;
    }
    .footer .tomatoes {
        display: block;
        top: -200px;
        left: -14px;
        width: 125px;
    }
    .footer .kale {
        width: 350px;
        height: 280px;
        top: -300px;
        right: -36px;
    }
    .cookies-visible .footer {
        padding-bottom: 95px;
    }
    .footer-main .footer-right {
        width: 40%;
    }
    .footer-left {
        width: 44.5%;
    }
    .footer-logos .item {
        margin: 0;
    }
    .footer-logos .logo-main {
        margin: 0 77px 0 10px;
    }
    .footer-logos .logo-main .logo {
        width: 135px;
    }
    .footer-logos .logo-kids .logo {
        width: 55px;
    }
    .footer-nav li {
        margin-bottom: 20px;
    }
    .footer-bottom {
        font-size: 14px;
        line-height: 22px;
    }
    .popup-holder {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        position: relative;
        width: 1100px;
    }
    .popup-holder,
    .popup-inner {
        border-radius: 30px;
    }
    .popup-close {
        right: 50px;
        top: 42px;
    }
    .popup-close:after,
    .popup-close:before {
        height: 3px;
    }
    .popup-subscribe .popup-inner {
        padding: 40px 80px;
    }
    .popup-subscribe .subscribe-form {
        width: 600px;
    }
    .popup-menu .accordion-item ul li {
        padding: 0 0 10px;
        margin-bottom: 10px;
    }
    .popup-menu .accordion-item ul li:last-of-type {
        margin-bottom: 0;
    }
    .popup-menu .accordion-item .h6 {
        margin-bottom: 5px;
    }
    .popup-menu .accordion-item .calories-list li {
        padding: 15px 15px 15px 0;
        margin: 0;
    }
    .popup-menu .allergens-details .hidden-info {
        padding-top: 10px !important;
    }
    .popup-menu .wave-bottom {
        width: 60%;
    }
    .popup-ingredients .popup-holder {
        width: 600px;
    }
    .ingredients-slider .slick-arrow.slick-next {
        margin: 0;
    }
    .cookies {
        font-size: 14px;
        line-height: 22px;
    }
    .cookies .buttons button {
        margin-left: 25px;
    }
    .hero-slider-section {
        margin-top: -70px;
    }
    .hero-slider .slick-dots {
        position: absolute;
        width: 100%;
        bottom: 8px;
    }
    .hero-slider .slick-arrow.slick-next,
    .hero-slider .slick-arrow.slick-prev {
        right: 113px;
    }
    .hero-slider .slick-arrow {
        bottom: 50px;
    }
    .hero-section {
        height: 100vh;
    }
    .hero-section .figures.three-items {
        margin: 0;
        position: absolute;
        bottom: 215px;
        left: -50px;
    }
    .hero-image {
        width: 65vw;
    }
    .hero-section-content {
        margin-top: 50px;
    }
    .hero-text {
        width: 460px;
        font-size: 18px;
        line-height: 27px;
    }
    .hero-text .heading,
    .our-story-section .info p {
        margin-bottom: 20px;
    }
    .hero-text .heading-decor:before {
        top: -8px;
    }
    .hero-text p {
        max-width: 386px;
    }
    .hero-text .button {
        margin-top: 40px;
    }
    .hero-text .button svg {
        height: 16px;
        display: inline-block;
        vertical-align: top;
        margin-top: -2px;
        margin-bottom: -6px;
    }
    .hero-slider-progress {
        margin-top: -4vw;
    }
    .subscribe-section .circle {
        padding-top: 150px;
    }
    .subscribe-info .h2,
    .subscribe-info h2 {
        margin-bottom: 40px;
    }
    .subscribe-image {
        top: 88px;
    }
    .waved-section + .our-story-section {
        margin-top: -50px;
    }
    .our-story-section {
        margin-bottom: 65px;
    }
    .our-story-section .inner {
        min-height: 467px;
    }
    .our-story-section .images .image.large {
        width: 26%;
        padding-bottom: 35.5%;
    }
    .our-story-section .images .image.small {
        width: 30.5%;
    }
    .our-story-section .images img {
        border-radius: 20px;
    }
    .our-story-section .info .button {
        margin-top: 20px;
    }
    .our-story-section .heading {
        margin-bottom: 18px;
        padding-top: 40px;
    }
    .our-story-section .figures.top {
        top: 118px;
    }
    .connect-with-us {
        min-height: 422px;
    }
    .connect-with-us .image.image-left {
        left: -65px;
        width: 27.5%;
    }
    .connect-with-us .h2 svg,
    .connect-with-us h2 svg {
        right: 30px;
    }
    .connect-with-us ul {
        font-size: 23px;
        line-height: 23px;
    }
    .connect-with-us li {
        margin-bottom: 10px;
    }
    .connect-with-us li:last-child svg {
        width: 20px;
        height: 20px;
    }
    .images-slider-wrap {
        margin-top: -95px;
    }
    .images-slider .item img,
    .our-values.two-images .image-small img {
        border-radius: 30px;
    }
    .catering {
        margin: 0 0 -75px 105px;
        min-height: 556px;
    }
    .catering .column:first-child {
        width: 55%;
    }
    .catering .column:last-child {
        width: 33%;
    }
    .catering .heading.desktop:before,
    .our-values.two-images .heading-decor:before {
        top: -5px;
    }
    .catering .image .figures {
        right: 47%;
        top: 53px;
    }
    .catering .info .figures {
        right: auto;
        left: -95px;
    }
    .catering .contacts-list {
        font-size: 13px;
        line-height: 14px;
        margin: 7px 0;
    }
    .catering .buttons {
        margin-top: 25px;
    }
    .products {
        margin-top: 100px;
    }
    .products .heading {
        margin-bottom: 55px;
    }
    .products .figure1 {
        left: 43px;
    }
    .products .figure3 {
        right: 372px;
        top: -27px;
        width: 32px;
    }
    .products .kale {
        display: block;
        right: -105px;
        top: -35px;
        width: 260px;
    }
    .products .cabbage {
        left: 92px;
        width: 55px;
    }
    .products .broccoli {
        left: -60px;
        width: 177px;
        top: 65px;
    }
    .products .jalapeno.left {
        left: 75px;
        top: 70px;
        width: 27px;
    }
    .products .jalapeno.right {
        right: 153px;
        width: 20px;
        top: 72px;
    }
    .products .tomato {
        top: -300px;
    }
    .products-slider-holder {
        margin: -20px -52px 0;
    }
    .products-slider {
        padding-top: 20px;
    }
    .products-slider .slick-list {
        margin-left: 0;
        margin-right: -20px;
        padding: 0;
        overflow: visible;
    }
    .product-card {
        min-height: 440px;
        padding: 40px 20px 22px;
        font-size: 14px;
        line-height: 22px;
        border-radius: 20px;
    }
    .product-card .categories-holder {
        left: 20px;
        right: 20px;
        top: 12px;
    }
    .product-card .category {
        font-size: 14px;
        line-height: 17px;
    }
    .download-section .info p,
    .product-card .image-holder {
        margin-bottom: 30px;
    }
    .no-touch .product-card .button {
        opacity: 0;
        visibility: hidden;
    }
    .product-card .button span {
        display: inline;
    }
    .more-products {
        padding-top: 20px;
    }
    .waved-section.faq .inner {
        padding-bottom: 16.5vw;
    }
    .accordion-item .heading {
        padding-right: 140px;
    }
    .accordion-item .heading .h5,
    .accordion-item .heading h5 {
        line-height: 28px;
    }
    .accordion-item .hidden-info {
        padding: 20px 80px 0 0;
    }
    .page-heading .wrap {
        min-height: 410px;
    }
    .page-heading .image-small {
        width: 130px;
    }
    .page-heading .waves-wrap {
        bottom: -20px;
    }
    .page-heading-info .heading-decor:before {
        top: 5px;
    }
    .benefits.our-mission .heading-decor-wrap p,
    .page-heading-info .button {
        margin-top: 20px;
    }
    .benefits-list .item {
        padding: 40px;
    }
    .catering-item .image img,
    .our-values .image img,
    .video-holder .poster,
    .video-holder .poster:after,
    .video-holder iframe {
        border-radius: 60px;
    }
    .play-button {
        width: 80px;
        height: 80px;
    }
    .download-section .info {
        width: 500px;
    }
    .download-section .image {
        margin-right: -67px;
    }
    .main {
        padding-top: 70px;
    }
    .container {
        padding: 0 67px;
        margin: 0 auto;
    }
    .section {
        padding-bottom: 100px;
    }
    .error-block {
        min-height: 800px;
    }
    .error-block .wrap {
        margin-bottom: 0;
    }
    .error-block .wrap .figure {
        position: absolute;
        bottom: -50px;
        right: 0;
        margin: 0;
    }
    .error-block .h5,
    .error-block h5 {
        margin-bottom: 10px;
    }
    .text-template .veggies {
        width: 100px;
    }
    .text-template .waves-decor {
        width: 25%;
    }
    .content .h3,
    .content h3 {
        margin-bottom: 40px;
    }
    .content blockquote {
        margin: 60px 0;
    }
    .content table {
        margin: 35px 0;
    }
    .content table td,
    .content table th {
        padding: 20px;
        min-width: 170px;
    }
    .article-date time {
        font-size: 18px;
        line-height: 30px;
    }
    .contacts-section {
        padding: 100px 0 50px;
    }
    .contacts-section .inner {
        min-height: 740px;
    }
    .contacts-info .heading-decor-wrap {
        margin-bottom: 30px;
    }
    .contacts-info .anchor-link {
        font-size: 22px;
    }
    .contacts-info .contacts-list {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 24px;
    }
    .store-contacts .contacts-list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .store-contacts .contacts-list li:last-child {
        margin-left: 30px;
    }
    .contacts-form {
        padding: 80px 40px;
    }
    .success-popup {
        padding: 90px 40px 0;
    }
    .success-popup .veggies {
        left: -40px;
    }
    .testimonials .veggies.right.bottom {
        width: 200px;
        bottom: 100px;
    }
    .testimonials > .waves-wrap {
        top: 65px;
    }
    .testimonials-list .item {
        width: 450px;
    }
    .testimonials-list blockquote {
        padding: 40px;
        letter-spacing: 0.5px;
    }
    .leadership,
    .our-food {
        margin-bottom: 100px;
    }
    .leadership .inner {
        position: relative;
    }
    .leadership .info {
        letter-spacing: 0.5px;
        margin-right: 75px;
    }
    .holder-leadership-slider .leadership-slider .slick-arrow {
        right: auto;
        left: 0;
        margin: 0;
    }
    .holder-leadership-slider .leadership-slider .item,
    .location-details address {
        font-size: 16px;
        line-height: 24px;
    }
    .holder-leadership-slider .leadership-slider .image {
        padding-bottom: 137%;
    }
    .no-touch .bio-popup {
        display: block;
        opacity: 0;
    }
    .our-values.two-images .image-small {
        width: 350px;
    }
    .our-values .heading .h2 .heart,
    .our-values .heading h2 .heart {
        left: 76px;
        top: -50px;
        width: 50px;
    }
    .our-values .heading .h2 .figure,
    .our-values .heading h2 .figure {
        right: -40px;
        width: 40px;
        top: -40px;
    }
    .join-us .wrap,
    .our-food .info {
        letter-spacing: 0.5px;
    }
    .benefits.our-mission .heading-decor-wrap {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0.5px;
        margin-bottom: 20px;
    }
    .benefits.our-mission .additional-benefits .benefits-list {
        margin-bottom: 10px;
    }
    .benefits.our-mission .additional-benefits .benefits-list .item {
        padding-bottom: 0;
    }
    .our-food {
        padding-top: 25px;
    }
    .our-food .info:before {
        content: "";
        position: absolute;
        left: -55px;
        top: -100px;
        background-color: rgba(239, 214, 197, 0.3);
        border-radius: 50%;
        pointer-events: none;
        width: 550px;
        height: 550px;
    }
    .our-food .info {
        width: 450px;
        padding: 30px 0 0 45px;
    }
    .our-food .image {
        position: absolute;
        left: 0;
        top: auto;
        margin: 0;
    }
    .timeline .heading-decor-wrap {
        font-size: 20px;
        line-height: 28px;
    }
    .timeline-slider {
        margin: 0 50px;
    }
    .cascade-item.inverse .image {
        margin-right: 100px;
    }
    .cascade-item {
        letter-spacing: 0.5px;
        margin-bottom: 100px;
    }
    .cascade-item mark {
        font-size: 14px;
        line-height: 20px;
    }
    .cascade-item .image {
        margin-left: 100px;
    }
    .catering-wrap .links-list li:before,
    .products-intro .links-list li:before {
        height: 25px;
        margin: 0 20px;
    }
    .catering-item.inverse .image {
        margin-left: 80px;
    }
    .catering-item {
        min-height: 44.8vw;
        margin-bottom: 60px;
    }
    .catering-item .heading-decor-wrap {
        margin-bottom: 5px;
    }
    .catering-item .image:before {
        width: 44.8vw;
        height: 44.8vw;
        max-width: 860px;
        max-height: 860px;
        margin-left: -50px;
    }
    .catering-item .image {
        width: 47%;
        padding-bottom: 36%;
    }
    .catering-item .info {
        width: 37.4%;
    }
    .catering-item .category {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 16px;
    }
    .products-intro {
        margin-bottom: 50px;
    }
    .ingredients-section .waves-decor {
        margin-top: -400px;
    }
    .ingredients-hidden {
        padding-top: 40px;
    }
    .ingredients-row .note {
        position: absolute;
        top: -50px;
        right: 100%;
        width: 180px;
        z-index: 2;
        margin: 0 -35px 0 0;
    }
    .allergen-guide .heading {
        padding: 0;
    }
    .allergen-guide .heading .h5 {
        margin-bottom: 10px;
    }
    .allergen-guide .heading .h2,
    .allergen-guide .heading h2 {
        margin-bottom: 16px;
    }
    .allergen-guide .heading p {
        letter-spacing: 0.5px;
        margin-bottom: 15px;
    }
    .allergen-guide .heart {
        top: -50px;
        right: -40px;
        width: 50px;
    }
    .allergen-guide .buttons > * {
        margin-right: 25px;
    }
    .allergen-ingredients .item {
        width: calc(25% - 20px);
    }
    .allergen-ingredients .top {
        margin-bottom: 18px;
    }
    .location-page {
        padding-top: 50px;
        padding-bottom: 150px;
        margin-bottom: -7.8vw;
    }
    .locations-wrap {
        width: 52%;
        margin-top: 50px;
        min-height: 1200px;
    }
    .locations-wrap .h1 .decor,
    .locations-wrap h1 .decor {
        top: -40px;
    }
    .locations {
        width: 45%;
    }
    .locations .title {
        margin-bottom: 20px;
    }
    .locations-holder {
        margin-left: -30px;
    }
    .locations-list.jcf-scrollable {
        max-height: 1060px;
        padding: 0 0 30px;
    }
    .locations-list .location-item {
        margin-left: 30px;
        margin-right: 30px;
    }
    .location-item .details {
        margin-bottom: -5px;
    }
    .location-phone {
        margin-bottom: 5px;
    }
    .location-phone svg {
        margin-right: 20px;
    }
    #map {
        height: 840px;
    }
    .location-details {
        width: 49%;
    }
    .location-details .h1,
    .location-details h1 {
        font-size: 50px;
        line-height: 50px;
    }
    .location-details .google-map {
        width: 45%;
    }
}
@media (min-width: 1201px) {
    .gallery .gallery-item {
        width: 25%;
    }
}
@media (min-width: 1440px) {
    .content ul li:before {
        margin-top: 10px;
    }
    input[type="date"],
    input[type="email"],
    input[type="number"],
    input[type="password"],
    input[type="tel"],
    input[type="text"] {
        padding: 5px 30px;
    }
    .holder-file label {
        font-size: 18px;
        line-height: 18px;
        margin: 0;
    }
    textarea {
        padding: 15px 30px;
    }
    .button,
    input[type="submit"] {
        font-size: 16px;
        line-height: 16px;
        padding: 21px;
    }
    input[type="checkbox"] ~ label,
    input[type="checkbox"] ~ span,
    input[type="radio"] ~ label,
    input[type="radio"] ~ span {
        font-size: 18px;
        line-height: 24px;
    }
    .heading-decor-wrap {
        max-width: 940px;
        margin-bottom: 60px;
    }
    .heading-decor-wrap .button {
        margin-top: 40px;
    }
    .heading-decor-wrap .decor-bottom {
        left: 80px;
        bottom: 65px;
    }
    .figures.four-items,
    .figures.three-items {
        width: 52px;
        height: 44px;
    }
    .waves-decor {
        width: auto;
    }
    .no-touch .slick-arrow.slick-prev:not(.slick-disabled):hover:after {
        margin-left: -10px;
    }
    .slick-arrow.slick-next {
        margin-right: -65px;
    }
    .no-touch .slick-arrow.slick-next:not(.slick-disabled):hover:after {
        margin-left: 10px;
    }
    .slick-arrow {
        width: 60px;
        height: 60px;
    }
    .slick-arrow:after {
        width: 18px;
        height: 22px;
    }
    .slick-dots li {
        margin: 0 8px;
    }
    .slick-dots li.slick-active button {
        width: 30px;
    }
    .slick-dots button {
        width: 7px;
        height: 7px;
    }
    .jcf-list .jcf-option,
    .jcf-select .jcf-select-text {
        padding: 20px 30px;
    }
    .header {
        height: 100px;
        padding: 15px 0;
    }
    .header-inner {
        height: 70.48px;
    }
    .header-logo {
        width: 165px;
    }
    .header-buttons {
        margin-top: -2px;
    }
    .main-menu {
        font-size: 16px;
        line-height: 16px;
    }
    .main-menu li {
        margin-right: 30px;
    }
    .footer .waves-wrap {
        top: -160px;
    }
    .footer .jalapeno {
        left: 39px;
        top: -490px;
    }
    .footer .jalapeno2 {
        left: 68px;
        width: 40px;
        top: -530px;
    }
    .footer .cabbage {
        right: 160px;
        width: 135px;
    }
    .footer .tomatoes {
        left: -11px;
        width: 180px;
        top: -385px;
    }
    .footer .kale {
        top: -340px;
    }
    .cookies-visible .footer {
        padding-bottom: 130px;
    }
    .footer-wave {
        bottom: auto;
    }
    .footer-logos .logo-main .logo {
        width: 160px;
    }
    .footer-logos .logo-kids {
        font-size: 12px;
        line-height: 18px;
    }
    .footer-logos .logo-kids .logo {
        width: 70px;
        margin-right: 10px;
    }
    .footer-bottom .social li {
        margin-left: 13px;
    }
    .popup-inner .heading {
        max-width: 740px;
        margin-bottom: 45px;
    }
    .popup-subscribe .logo {
        margin-bottom: 40px;
    }
    .popup-subscribe .subscribe-form {
        width: 620px;
    }
    .popup-subscribe .dotted-image {
        width: 380px;
        height: 380px;
        padding: 55px 25px 15px;
    }
    .popup-subscribe .success-popup {
        font-size: 22px;
    }
    .popup-subscribe .success-popup .heading-decor:before {
        top: -12px;
    }
    .subscribe-form .required {
        font-size: 18px;
        line-height: 27px;
    }
    .subscribe-form .button {
        min-width: 186px;
    }
    .popup-menu .menu-intro {
        margin-bottom: 30px;
    }
    .popup-menu .ingredients-slider {
        margin-right: 102px;
    }
    .popup-menu .ingredients-slider .slick-dots {
        margin: 60px 0 10px;
    }
    .popup-menu .ingredients-slider .image {
        padding-bottom: 72%;
    }
    .popup-menu .accordion-item .calories-list li {
        padding: 20px 30px 20px 0;
    }
    .ingredients-info {
        padding: 40px;
    }
    .cookies {
        font-size: 18px;
        line-height: 27px;
        padding: 20px 0;
    }
    .cookies .h6 {
        margin-bottom: 5px;
    }
    .cookies .buttons button {
        margin-left: 15px;
    }
    .cookies .button {
        padding: 21px 18px;
        min-width: auto;
    }
    .social li {
        margin: 0 20px;
    }
    .hero-slider-section {
        margin-top: -100px;
    }
    .hero-slider .slick-dots {
        bottom: 15px;
    }
    .hero-slider .slick-arrow {
        bottom: 95px;
    }
    .hero-section .figures.three-items {
        left: -60px;
    }
    .hero-section .figures.four-items {
        right: 388px;
    }
    .hero-section-content {
        margin-top: 115px;
    }
    .hero-text.white {
        width: 700px;
    }
    .hero-text .button svg {
        height: 18px;
    }
    .hero-text .buttons img {
        max-width: 170px;
    }
    .subscribe-section .circle:before {
        top: 40px;
    }
    .subscribe-section .circle {
        width: 1300px;
        min-height: 675px;
        padding-left: 630px;
    }
    .subscribe-info {
        width: 387px;
    }
    .subscribe-info .figures.four-items.bottom {
        right: -110px;
        margin-top: -12px;
    }
    .subscribe-info .figures.four-items {
        left: -82px;
        top: -98px;
    }
    .subscribe-image {
        width: 530px;
        height: 530px;
    }
    .waved-section + .our-story-section {
        margin-top: -70px;
    }
    .benefits-list .item:before,
    .our-story-section .inner {
        margin-bottom: 25px;
    }
    .our-story-section .images .image.large {
        width: 24%;
        padding-bottom: 32.5px;
    }
    .our-story-section .images .image.small {
        width: 25%;
    }
    .our-story-section .images img {
        border-radius: 30px;
    }
    .our-story-section .info {
        width: 600px;
    }
    .our-story-section .cabbage {
        right: 48px;
        width: 87px;
    }
    .our-story-section .jalapeno {
        right: 32px;
        width: 40px;
    }
    .our-story-section .jalapeno2 {
        right: -10px;
        width: 31px;
    }
    .our-story-section .jalapeno3 {
        left: -10px;
        width: 40px;
    }
    .our-story-section .jalapeno4 {
        left: 30px;
        width: 40px;
    }
    .connect-with-us {
        min-height: 482px;
    }
    .shape {
        width: 600px;
        min-height: 340px;
    }
    .images-slider-wrap {
        height: 335px;
    }
    .images-slider .item {
        width: 300px;
        height: 300px;
    }
    .images-slider .item:nth-child(even) {
        width: 220px;
        height: 220px;
    }
    .catering .image .figures {
        right: 45%;
    }
    .catering .info .figures {
        left: -87px;
        bottom: 232px;
    }
    .catering .contacts-list {
        font-size: 14px;
        line-height: 14px;
    }
    .products {
        margin-top: 150px;
    }
    .products .heading {
        font-size: 20px;
        line-height: 28px;
    }
    .products .figure1 {
        left: 14px;
        top: -48px;
        width: 52px;
    }
    .products .figure2 {
        left: 215px;
        top: 80px;
        width: 50px;
    }
    .products .figure3 {
        right: 31.2%;
        top: -35px;
        width: 55px;
    }
    .products .kale {
        right: -150px;
        width: 375px;
    }
    .products .cabbage {
        left: 90px;
        width: 80px;
    }
    .products .broccoli {
        left: -97px;
        width: 282px;
        top: 54px;
    }
    .products .jalapeno.left {
        width: 40px;
        left: 115px;
    }
    .products .jalapeno.right {
        right: 217px;
        width: 30px;
        top: 15px;
    }
    .products-holder {
        max-width: 1440px;
        margin: 0 auto;
    }
    .products-slider {
        padding-bottom: 100px;
    }
    .product-card {
        border-width: 2px;
        border-radius: 30px;
        font-size: 16px;
        line-height: 24px;
    }
    .product-card .image-holder {
        margin-bottom: 20px;
    }
    .products-list {
        margin: 0;
    }
    .waved-section.faq .inner {
        padding-top: 80px;
    }
    .page-heading .wrap {
        margin-bottom: -130px;
        min-height: 500px;
    }
    .page-heading .waves-wrap {
        bottom: -80px;
    }
    .page-heading-image {
        width: 50%;
    }
    .page-heading-info {
        letter-spacing: 0.5px;
        padding-left: 80px;
    }
    .page-heading-info .button {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .benefits-list {
        font-size: 16px;
    }
    .download-section .info {
        margin-bottom: 100px;
    }
    .download-section .heading-decor-wrap {
        max-width: none;
        margin-bottom: 20px;
    }
    .main {
        padding-top: 100px;
    }
    .waved-section {
        padding-bottom: 250px;
    }
    .section {
        padding-bottom: 150px;
    }
    .section .waves {
        width: 500px;
    }
    .text-template .veggies {
        width: 150px;
    }
    .content blockquote p,
    .content blockquote q {
        font-size: 25px;
        line-height: 34px;
    }
    .contacts-section {
        padding-top: 150px;
    }
    .contacts-info {
        width: 40%;
    }
    .contacts-info .h3,
    .contacts-info .search-form,
    .contacts-info h3 {
        margin-bottom: 40px;
    }
    .store-contacts .contacts-list {
        padding-bottom: 10px;
    }
    .contacts-form .required,
    .location-item address {
        font-size: 18px;
        line-height: 27px;
    }
    .success-popup {
        font-size: 26px;
        line-height: 34px;
        letter-spacing: 0.5px;
    }
    .success-popup .heading-decor-wrap {
        margin-bottom: 30px;
    }
    .testimonials .veggies.right.bottom {
        width: 300px;
    }
    .testimonials-list .item {
        width: 540px;
    }
    .testimonials-list .logo {
        margin: 43px 0 0 78px;
    }
    .catering-item dl,
    .testimonials-info .h3,
    .testimonials-info h3 {
        margin-bottom: 40px;
    }
    .leadership {
        margin-bottom: 150px;
    }
    .holder-leadership-slider {
        width: 60%;
    }
    .leadership-slider-nav .slick-arrow.slick-prev {
        left: -70px;
    }
    .leadership-slider-nav .slick-arrow.slick-next {
        right: -70px;
    }
    .our-values.two-images .image-small {
        width: 400px;
    }
    .our-values .image {
        width: 45%;
        margin-right: 90px;
    }
    .our-values .info {
        margin-right: 80px;
    }
    .our-values .heading .button {
        margin-top: 40px;
    }
    .our-values .list li {
        padding: 0 15px;
    }
    .cascade-item p,
    .join-us p {
        margin-bottom: 35px;
    }
    .benefits.our-mission.section {
        padding-bottom: 0;
        margin-bottom: 55px;
    }
    .benefits.our-mission .additional-benefits .h3,
    .benefits.our-mission .additional-benefits h3 {
        max-width: 620px;
        margin: 0 auto 20px;
    }
    .benefits.our-mission .additional-benefits .text {
        max-width: 940px;
    }
    .our-food .info:before {
        width: 40vw;
        height: 40vw;
    }
    .our-food .info {
        width: 500px;
        padding-left: 50px;
    }
    .our-food .h5 {
        margin-bottom: 25px;
    }
    .our-food .image {
        width: 300px;
    }
    .our-food .video {
        width: 54.8%;
    }
    .timeline-slider {
        margin: 0 100px;
    }
    .catering-wrap .intro {
        margin-bottom: 50px;
    }
    .catering-wrap .links-list {
        margin-top: 40px;
    }
    .catering-items {
        margin-left: 80px;
    }
    .catering-item .decor {
        width: 52px;
        right: 60px;
        top: -107px;
    }
    .products-intro {
        margin-bottom: 80px;
    }
    .products-intro .button {
        margin-top: 15px;
    }
    .products-intro .links-list {
        margin-top: 40px;
    }
    .ingredients-section .waves-decor {
        margin-top: -555px;
    }
    .allergen-guide .heading {
        font-size: 20px;
        line-height: 28px;
    }
    .allergen-guide .buttons {
        margin-top: 40px;
    }
    .allergen-guide-wrap .h4,
    .allergen-guide-wrap h4 {
        margin-bottom: 45px;
    }
    .location-page:before {
        height: 560px;
    }
    .location-page {
        padding-bottom: 220px;
    }
    .location-page .images-slider-wrap {
        margin-top: 100px;
    }
    .location-page .products-slider-holder {
        margin-bottom: -100px;
    }
    .location-section .wave {
        top: 560px;
    }
    .locations-wrap {
        min-height: 700px;
    }
    .location-search {
        max-width: 700px;
        margin-bottom: 40px;
    }
    .detect-location {
        margin-left: 40px;
    }
    .locations-list.jcf-scrollable {
        max-height: 1153px;
    }
    .location-phone {
        font-size: 18px;
        line-height: 27px;
    }
    .location-links li {
        padding-left: 20px;
        margin-left: 20px;
    }
    #map {
        border-radius: 60px;
        height: 910px;
    }
    .location-details {
        min-height: 700px;
    }
    .location-details .h1,
    .location-details h1 {
        margin-bottom: 40px;
    }
    .location-details #map {
        height: 800px;
    }
}
@media (min-width: 1600px) {
    .our-food .info {
        padding-left: 65px;
        padding-top: 80px;
    }
}
@media (min-width: 1800px) {
    body {
        font-size: 22px;
        line-height: 30px;
    }
    .h1,
    h1 {
        font-size: 90px;
        line-height: 90px;
    }
    body.location-template-default h1 span {
        font-size: 50px;
    }
    .h2,
    h2 {
        font-size: 60px;
        line-height: 60px;
    }
    .h3,
    h3,
    mark {
        font-size: 34px;
        line-height: 34px;
    }
    .h4,
    .h5,
    h4,
    h5 {
        font-size: 24px;
        line-height: 24px;
    }
    .allergen-ingredients ul strong,
    .footer-nav ul,
    .h6,
    .link,
    h6 {
        font-size: 16px;
        line-height: 18px;
    }
    .link {
        line-height: 16px;
    }
    mark {
        font-size: 26px;
    }
    .content ol > li:before {
        min-width: 23px;
    }
    input[type="date"],
    input[type="email"],
    input[type="number"],
    input[type="password"],
    input[type="tel"],
    input[type="text"],
    textarea {
        font-size: 18px;
        line-height: 28px;
    }
    .button,
    input[type="submit"] {
        padding: 21px 30px;
    }
    .dotted-image {
        padding-top: 60px;
    }
    .heading-decor:before {
        width: 115px;
        height: 55px;
        left: -45px;
    }
    [class*="_lg-1"] > [class*="col-"],
    [class*="_lg-1"] > [class*="col_"],
    [class*="_lg-1"] > [class~="col"] {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    [class*="_lg-2"] > [class*="col-"],
    [class*="_lg-2"] > [class*="col_"],
    [class*="_lg-2"] > [class~="col"] {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    [class*="_lg-3"] > [class*="col-"],
    [class*="_lg-3"] > [class*="col_"],
    [class*="_lg-3"] > [class~="col"] {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    [class*="_lg-4"] > [class*="col-"],
    [class*="_lg-4"] > [class*="col_"],
    [class*="_lg-4"] > [class~="col"] {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    [class*="_lg-5"] > [class*="col-"],
    [class*="_lg-5"] > [class*="col_"],
    [class*="_lg-5"] > [class~="col"] {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%;
    }
    [class*="_lg-6"] > [class*="col-"],
    [class*="_lg-6"] > [class*="col_"],
    [class*="_lg-6"] > [class~="col"] {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    [class*="_lg-7"] > [class*="col-"],
    [class*="_lg-7"] > [class*="col_"],
    [class*="_lg-7"] > [class~="col"] {
        -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%;
        max-width: 14.28571%;
    }
    [class*="_lg-8"] > [class*="col-"],
    [class*="_lg-8"] > [class*="col_"],
    [class*="_lg-8"] > [class~="col"] {
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
        max-width: 12.5%;
    }
    [class*="_lg-9"] > [class*="col-"],
    [class*="_lg-9"] > [class*="col_"],
    [class*="_lg-9"] > [class~="col"] {
        -ms-flex-preferred-size: 11.11111%;
        flex-basis: 11.11111%;
        max-width: 11.11111%;
    }
    [class*="_lg-10"] > [class*="col-"],
    [class*="_lg-10"] > [class*="col_"],
    [class*="_lg-10"] > [class~="col"] {
        -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
        max-width: 10%;
    }
    [class*="_lg-11"] > [class*="col-"],
    [class*="_lg-11"] > [class*="col_"],
    [class*="_lg-11"] > [class~="col"] {
        -ms-flex-preferred-size: 9.09091%;
        flex-basis: 9.09091%;
        max-width: 9.09091%;
    }
    [class*="_lg-12"] > [class*="col-"],
    [class*="_lg-12"] > [class*="col_"],
    [class*="_lg-12"] > [class~="col"] {
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    [class*="_lg-13"] > [class*="col-"],
    [class*="_lg-13"] > [class*="col_"],
    [class*="_lg-13"] > [class~="col"] {
        -ms-flex-preferred-size: 7.69231%;
        flex-basis: 7.69231%;
        max-width: 7.69231%;
    }
    [class*="_lg-14"] > [class*="col-"],
    [class*="_lg-14"] > [class*="col_"],
    [class*="_lg-14"] > [class~="col"] {
        -ms-flex-preferred-size: 7.14286%;
        flex-basis: 7.14286%;
        max-width: 7.14286%;
    }
    [class*="_lg-15"] > [class*="col-"],
    [class*="_lg-15"] > [class*="col_"],
    [class*="_lg-15"] > [class~="col"] {
        -ms-flex-preferred-size: 6.66667%;
        flex-basis: 6.66667%;
        max-width: 6.66667%;
    }
    [class*="_lg-16"] > [class*="col-"],
    [class*="_lg-16"] > [class*="col_"],
    [class*="_lg-16"] > [class~="col"] {
        -ms-flex-preferred-size: 6.25%;
        flex-basis: 6.25%;
        max-width: 6.25%;
    }
    [class*="_lg-17"] > [class*="col-"],
    [class*="_lg-17"] > [class*="col_"],
    [class*="_lg-17"] > [class~="col"] {
        -ms-flex-preferred-size: 5.88235%;
        flex-basis: 5.88235%;
        max-width: 5.88235%;
    }
    [class*="_lg-18"] > [class*="col-"],
    [class*="_lg-18"] > [class*="col_"],
    [class*="_lg-18"] > [class~="col"] {
        -ms-flex-preferred-size: 5.55556%;
        flex-basis: 5.55556%;
        max-width: 5.55556%;
    }
    [class*="_lg-19"] > [class*="col-"],
    [class*="_lg-19"] > [class*="col_"],
    [class*="_lg-19"] > [class~="col"] {
        -ms-flex-preferred-size: 5.26316%;
        flex-basis: 5.26316%;
        max-width: 5.26316%;
    }
    [class*="_lg-20"] > [class*="col-"],
    [class*="_lg-20"] > [class*="col_"],
    [class*="_lg-20"] > [class~="col"] {
        -ms-flex-preferred-size: 5%;
        flex-basis: 5%;
        max-width: 5%;
    }
    [class*="_lg-21"] > [class*="col-"],
    [class*="_lg-21"] > [class*="col_"],
    [class*="_lg-21"] > [class~="col"] {
        -ms-flex-preferred-size: 4.7619%;
        flex-basis: 4.7619%;
        max-width: 4.7619%;
    }
    [class*="_lg-22"] > [class*="col-"],
    [class*="_lg-22"] > [class*="col_"],
    [class*="_lg-22"] > [class~="col"] {
        -ms-flex-preferred-size: 4.54545%;
        flex-basis: 4.54545%;
        max-width: 4.54545%;
    }
    [class*="_lg-23"] > [class*="col-"],
    [class*="_lg-23"] > [class*="col_"],
    [class*="_lg-23"] > [class~="col"] {
        -ms-flex-preferred-size: 4.34783%;
        flex-basis: 4.34783%;
        max-width: 4.34783%;
    }
    [class*="_lg-24"] > [class*="col-"],
    [class*="_lg-24"] > [class*="col_"],
    [class*="_lg-24"] > [class~="col"],
    [class*="grid-"] > [class*="_lg-1"],
    [class*="grid_"] > [class*="_lg-1"],
    [class~="grid"] > [class*="_lg-1"] {
        -ms-flex-preferred-size: 4.16667%;
        flex-basis: 4.16667%;
        max-width: 4.16667%;
    }
    [class*="grid-"] > [class*="_lg-2"],
    [class*="grid_"] > [class*="_lg-2"],
    [class~="grid"] > [class*="_lg-2"] {
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    [class*="grid-"] > [class*="_lg-3"],
    [class*="grid_"] > [class*="_lg-3"],
    [class~="grid"] > [class*="_lg-3"] {
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
        max-width: 12.5%;
    }
    [class*="grid-"] > [class*="_lg-4"],
    [class*="grid_"] > [class*="_lg-4"],
    [class~="grid"] > [class*="_lg-4"] {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    [class*="grid-"] > [class*="_lg-5"],
    [class*="grid_"] > [class*="_lg-5"],
    [class~="grid"] > [class*="_lg-5"] {
        -ms-flex-preferred-size: 20.83333%;
        flex-basis: 20.83333%;
        max-width: 20.83333%;
    }
    [class*="grid-"] > [class*="_lg-6"],
    [class*="grid_"] > [class*="_lg-6"],
    [class~="grid"] > [class*="_lg-6"] {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    [class*="grid-"] > [class*="_lg-7"],
    [class*="grid_"] > [class*="_lg-7"],
    [class~="grid"] > [class*="_lg-7"] {
        -ms-flex-preferred-size: 29.16667%;
        flex-basis: 29.16667%;
        max-width: 29.16667%;
    }
    [class*="grid-"] > [class*="_lg-8"],
    [class*="grid_"] > [class*="_lg-8"],
    [class~="grid"] > [class*="_lg-8"] {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    [class*="grid-"] > [class*="_lg-9"],
    [class*="grid_"] > [class*="_lg-9"],
    [class~="grid"] > [class*="_lg-9"] {
        -ms-flex-preferred-size: 37.5%;
        flex-basis: 37.5%;
        max-width: 37.5%;
    }
    [class*="grid-"] > [class*="_lg-10"],
    [class*="grid_"] > [class*="_lg-10"],
    [class~="grid"] > [class*="_lg-10"] {
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    [class*="grid-"] > [class*="_lg-11"],
    [class*="grid_"] > [class*="_lg-11"],
    [class~="grid"] > [class*="_lg-11"] {
        -ms-flex-preferred-size: 45.83333%;
        flex-basis: 45.83333%;
        max-width: 45.83333%;
    }
    [class*="grid-"] > [class*="_lg-12"],
    [class*="grid_"] > [class*="_lg-12"],
    [class~="grid"] > [class*="_lg-12"] {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    [class*="grid-"] > [class*="_lg-13"],
    [class*="grid_"] > [class*="_lg-13"],
    [class~="grid"] > [class*="_lg-13"] {
        -ms-flex-preferred-size: 54.16667%;
        flex-basis: 54.16667%;
        max-width: 54.16667%;
    }
    [class*="grid-"] > [class*="_lg-14"],
    [class*="grid_"] > [class*="_lg-14"],
    [class~="grid"] > [class*="_lg-14"] {
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    [class*="grid-"] > [class*="_lg-15"],
    [class*="grid_"] > [class*="_lg-15"],
    [class~="grid"] > [class*="_lg-15"] {
        -ms-flex-preferred-size: 62.5%;
        flex-basis: 62.5%;
        max-width: 62.5%;
    }
    [class*="grid-"] > [class*="_lg-16"],
    [class*="grid_"] > [class*="_lg-16"],
    [class~="grid"] > [class*="_lg-16"] {
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    [class*="grid-"] > [class*="_lg-17"],
    [class*="grid_"] > [class*="_lg-17"],
    [class~="grid"] > [class*="_lg-17"] {
        -ms-flex-preferred-size: 70.83333%;
        flex-basis: 70.83333%;
        max-width: 70.83333%;
    }
    [class*="grid-"] > [class*="_lg-18"],
    [class*="grid_"] > [class*="_lg-18"],
    [class~="grid"] > [class*="_lg-18"] {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    [class*="grid-"] > [class*="_lg-19"],
    [class*="grid_"] > [class*="_lg-19"],
    [class~="grid"] > [class*="_lg-19"] {
        -ms-flex-preferred-size: 79.16667%;
        flex-basis: 79.16667%;
        max-width: 79.16667%;
    }
    [class*="grid-"] > [class*="_lg-20"],
    [class*="grid_"] > [class*="_lg-20"],
    [class~="grid"] > [class*="_lg-20"] {
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    [class*="grid-"] > [class*="_lg-21"],
    [class*="grid_"] > [class*="_lg-21"],
    [class~="grid"] > [class*="_lg-21"] {
        -ms-flex-preferred-size: 87.5%;
        flex-basis: 87.5%;
        max-width: 87.5%;
    }
    [class*="grid-"] > [class*="_lg-22"],
    [class*="grid_"] > [class*="_lg-22"],
    [class~="grid"] > [class*="_lg-22"] {
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    [class*="grid-"] > [class*="_lg-23"],
    [class*="grid_"] > [class*="_lg-23"],
    [class~="grid"] > [class*="_lg-23"] {
        -ms-flex-preferred-size: 95.83333%;
        flex-basis: 95.83333%;
        max-width: 95.83333%;
    }
    [class*="grid-"] > [class*="_lg-24"],
    [class*="grid_"] > [class*="_lg-24"],
    [class~="grid"] > [class*="_lg-24"] {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    [class*="grid-"] > [data-push-left*="_lg-0"],
    [class*="grid_"] > [data-push-left*="_lg-0"],
    [class~="grid"] > [data-push-left*="_lg-0"] {
        margin-left: 0;
    }
    [class*="grid-"] > [data-push-left*="_lg-1"],
    [class*="grid_"] > [data-push-left*="_lg-1"],
    [class~="grid"] > [data-push-left*="_lg-1"] {
        margin-left: 4.16667%;
    }
    [class*="grid-"] > [data-push-left*="_lg-2"],
    [class*="grid_"] > [data-push-left*="_lg-2"],
    [class~="grid"] > [data-push-left*="_lg-2"] {
        margin-left: 8.33333%;
    }
    [class*="grid-"] > [data-push-left*="_lg-3"],
    [class*="grid_"] > [data-push-left*="_lg-3"],
    [class~="grid"] > [data-push-left*="_lg-3"] {
        margin-left: 12.5%;
    }
    [class*="grid-"] > [data-push-left*="_lg-4"],
    [class*="grid_"] > [data-push-left*="_lg-4"],
    [class~="grid"] > [data-push-left*="_lg-4"] {
        margin-left: 16.66667%;
    }
    [class*="grid-"] > [data-push-left*="_lg-5"],
    [class*="grid_"] > [data-push-left*="_lg-5"],
    [class~="grid"] > [data-push-left*="_lg-5"] {
        margin-left: 20.83333%;
    }
    [class*="grid-"] > [data-push-left*="_lg-6"],
    [class*="grid_"] > [data-push-left*="_lg-6"],
    [class~="grid"] > [data-push-left*="_lg-6"] {
        margin-left: 25%;
    }
    [class*="grid-"] > [data-push-left*="_lg-7"],
    [class*="grid_"] > [data-push-left*="_lg-7"],
    [class~="grid"] > [data-push-left*="_lg-7"] {
        margin-left: 29.16667%;
    }
    [class*="grid-"] > [data-push-left*="_lg-8"],
    [class*="grid_"] > [data-push-left*="_lg-8"],
    [class~="grid"] > [data-push-left*="_lg-8"] {
        margin-left: 33.33333%;
    }
    [class*="grid-"] > [data-push-left*="_lg-9"],
    [class*="grid_"] > [data-push-left*="_lg-9"],
    [class~="grid"] > [data-push-left*="_lg-9"] {
        margin-left: 37.5%;
    }
    [class*="grid-"] > [data-push-left*="_lg-10"],
    [class*="grid_"] > [data-push-left*="_lg-10"],
    [class~="grid"] > [data-push-left*="_lg-10"] {
        margin-left: 41.66667%;
    }
    [class*="grid-"] > [data-push-left*="_lg-11"],
    [class*="grid_"] > [data-push-left*="_lg-11"],
    [class~="grid"] > [data-push-left*="_lg-11"] {
        margin-left: 45.83333%;
    }
    [class*="grid-"] > [data-push-left*="_lg-12"],
    [class*="grid_"] > [data-push-left*="_lg-12"],
    [class~="grid"] > [data-push-left*="_lg-12"] {
        margin-left: 50%;
    }
    [class*="grid-"] > [data-push-left*="_lg-13"],
    [class*="grid_"] > [data-push-left*="_lg-13"],
    [class~="grid"] > [data-push-left*="_lg-13"] {
        margin-left: 54.16667%;
    }
    [class*="grid-"] > [data-push-left*="_lg-14"],
    [class*="grid_"] > [data-push-left*="_lg-14"],
    [class~="grid"] > [data-push-left*="_lg-14"] {
        margin-left: 58.33333%;
    }
    [class*="grid-"] > [data-push-left*="_lg-15"],
    [class*="grid_"] > [data-push-left*="_lg-15"],
    [class~="grid"] > [data-push-left*="_lg-15"] {
        margin-left: 62.5%;
    }
    [class*="grid-"] > [data-push-left*="_lg-16"],
    [class*="grid_"] > [data-push-left*="_lg-16"],
    [class~="grid"] > [data-push-left*="_lg-16"] {
        margin-left: 66.66667%;
    }
    [class*="grid-"] > [data-push-left*="_lg-17"],
    [class*="grid_"] > [data-push-left*="_lg-17"],
    [class~="grid"] > [data-push-left*="_lg-17"] {
        margin-left: 70.83333%;
    }
    [class*="grid-"] > [data-push-left*="_lg-18"],
    [class*="grid_"] > [data-push-left*="_lg-18"],
    [class~="grid"] > [data-push-left*="_lg-18"] {
        margin-left: 75%;
    }
    [class*="grid-"] > [data-push-left*="_lg-19"],
    [class*="grid_"] > [data-push-left*="_lg-19"],
    [class~="grid"] > [data-push-left*="_lg-19"] {
        margin-left: 79.16667%;
    }
    [class*="grid-"] > [data-push-left*="_lg-20"],
    [class*="grid_"] > [data-push-left*="_lg-20"],
    [class~="grid"] > [data-push-left*="_lg-20"] {
        margin-left: 83.33333%;
    }
    [class*="grid-"] > [data-push-left*="_lg-21"],
    [class*="grid_"] > [data-push-left*="_lg-21"],
    [class~="grid"] > [data-push-left*="_lg-21"] {
        margin-left: 87.5%;
    }
    [class*="grid-"] > [data-push-left*="_lg-22"],
    [class*="grid_"] > [data-push-left*="_lg-22"],
    [class~="grid"] > [data-push-left*="_lg-22"] {
        margin-left: 91.66667%;
    }
    [class*="grid-"] > [data-push-left*="_lg-23"],
    [class*="grid_"] > [data-push-left*="_lg-23"],
    [class~="grid"] > [data-push-left*="_lg-23"] {
        margin-left: 95.83333%;
    }
    [class*="grid-"] > [data-push-right*="_lg-0"],
    [class*="grid_"] > [data-push-right*="_lg-0"],
    [class~="grid"] > [data-push-right*="_lg-0"] {
        margin-right: 0;
    }
    [class*="grid-"] > [data-push-right*="_lg-1"],
    [class*="grid_"] > [data-push-right*="_lg-1"],
    [class~="grid"] > [data-push-right*="_lg-1"] {
        margin-right: 4.16667%;
    }
    [class*="grid-"] > [data-push-right*="_lg-2"],
    [class*="grid_"] > [data-push-right*="_lg-2"],
    [class~="grid"] > [data-push-right*="_lg-2"] {
        margin-right: 8.33333%;
    }
    [class*="grid-"] > [data-push-right*="_lg-3"],
    [class*="grid_"] > [data-push-right*="_lg-3"],
    [class~="grid"] > [data-push-right*="_lg-3"] {
        margin-right: 12.5%;
    }
    [class*="grid-"] > [data-push-right*="_lg-4"],
    [class*="grid_"] > [data-push-right*="_lg-4"],
    [class~="grid"] > [data-push-right*="_lg-4"] {
        margin-right: 16.66667%;
    }
    [class*="grid-"] > [data-push-right*="_lg-5"],
    [class*="grid_"] > [data-push-right*="_lg-5"],
    [class~="grid"] > [data-push-right*="_lg-5"] {
        margin-right: 20.83333%;
    }
    [class*="grid-"] > [data-push-right*="_lg-6"],
    [class*="grid_"] > [data-push-right*="_lg-6"],
    [class~="grid"] > [data-push-right*="_lg-6"] {
        margin-right: 25%;
    }
    [class*="grid-"] > [data-push-right*="_lg-7"],
    [class*="grid_"] > [data-push-right*="_lg-7"],
    [class~="grid"] > [data-push-right*="_lg-7"] {
        margin-right: 29.16667%;
    }
    [class*="grid-"] > [data-push-right*="_lg-8"],
    [class*="grid_"] > [data-push-right*="_lg-8"],
    [class~="grid"] > [data-push-right*="_lg-8"] {
        margin-right: 33.33333%;
    }
    [class*="grid-"] > [data-push-right*="_lg-9"],
    [class*="grid_"] > [data-push-right*="_lg-9"],
    [class~="grid"] > [data-push-right*="_lg-9"] {
        margin-right: 37.5%;
    }
    [class*="grid-"] > [data-push-right*="_lg-10"],
    [class*="grid_"] > [data-push-right*="_lg-10"],
    [class~="grid"] > [data-push-right*="_lg-10"] {
        margin-right: 41.66667%;
    }
    [class*="grid-"] > [data-push-right*="_lg-11"],
    [class*="grid_"] > [data-push-right*="_lg-11"],
    [class~="grid"] > [data-push-right*="_lg-11"] {
        margin-right: 45.83333%;
    }
    [class*="grid-"] > [data-push-right*="_lg-12"],
    [class*="grid_"] > [data-push-right*="_lg-12"],
    [class~="grid"] > [data-push-right*="_lg-12"] {
        margin-right: 50%;
    }
    [class*="grid-"] > [data-push-right*="_lg-13"],
    [class*="grid_"] > [data-push-right*="_lg-13"],
    [class~="grid"] > [data-push-right*="_lg-13"] {
        margin-right: 54.16667%;
    }
    [class*="grid-"] > [data-push-right*="_lg-14"],
    [class*="grid_"] > [data-push-right*="_lg-14"],
    [class~="grid"] > [data-push-right*="_lg-14"] {
        margin-right: 58.33333%;
    }
    [class*="grid-"] > [data-push-right*="_lg-15"],
    [class*="grid_"] > [data-push-right*="_lg-15"],
    [class~="grid"] > [data-push-right*="_lg-15"] {
        margin-right: 62.5%;
    }
    [class*="grid-"] > [data-push-right*="_lg-16"],
    [class*="grid_"] > [data-push-right*="_lg-16"],
    [class~="grid"] > [data-push-right*="_lg-16"] {
        margin-right: 66.66667%;
    }
    [class*="grid-"] > [data-push-right*="_lg-17"],
    [class*="grid_"] > [data-push-right*="_lg-17"],
    [class~="grid"] > [data-push-right*="_lg-17"] {
        margin-right: 70.83333%;
    }
    [class*="grid-"] > [data-push-right*="_lg-18"],
    [class*="grid_"] > [data-push-right*="_lg-18"],
    [class~="grid"] > [data-push-right*="_lg-18"] {
        margin-right: 75%;
    }
    [class*="grid-"] > [data-push-right*="_lg-19"],
    [class*="grid_"] > [data-push-right*="_lg-19"],
    [class~="grid"] > [data-push-right*="_lg-19"] {
        margin-right: 79.16667%;
    }
    [class*="grid-"] > [data-push-right*="_lg-20"],
    [class*="grid_"] > [data-push-right*="_lg-20"],
    [class~="grid"] > [data-push-right*="_lg-20"] {
        margin-right: 83.33333%;
    }
    [class*="grid-"] > [data-push-right*="_lg-21"],
    [class*="grid_"] > [data-push-right*="_lg-21"],
    [class~="grid"] > [data-push-right*="_lg-21"] {
        margin-right: 87.5%;
    }
    [class*="grid-"] > [data-push-right*="_lg-22"],
    [class*="grid_"] > [data-push-right*="_lg-22"],
    [class~="grid"] > [data-push-right*="_lg-22"] {
        margin-right: 91.66667%;
    }
    [class*="grid-"] > [data-push-right*="_lg-23"],
    [class*="grid_"] > [data-push-right*="_lg-23"],
    [class~="grid"] > [data-push-right*="_lg-23"] {
        margin-right: 95.83333%;
    }
    [class*="grid-"] [class*="_lg-first"],
    [class*="grid_"] [class*="_lg-first"],
    [class~="grid"] [class*="_lg-first"] {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    [class*="grid-"] [class*="_lg-last"],
    [class*="grid_"] [class*="_lg-last"],
    [class~="grid"] [class*="_lg-last"] {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    [class*="lg-hidden"] {
        display: none;
    }
    .jcf-list .jcf-option,
    .jcf-select .jcf-select-text {
        font-size: 18px;
        line-height: 18px;
    }
    .footer {
        padding: 50px 0;
    }
    .footer .waves-wrap {
        top: -250px;
    }
    .footer .cabbage {
        top: -700px;
    }
    .footer .kale {
        width: 570px;
        height: 458px;
        right: -80px;
        top: -480px;
    }
    .footer-logos .logo-main {
        margin-right: 110px;
    }
    .footer-logos .logo-main .logo {
        width: 212px;
    }
    .footer-logos .logo-kids {
        font-size: 14px;
        line-height: 22px;
    }
    .footer-logos .logo-kids .logo {
        width: 83px;
        margin-right: 18px;
    }
    .footer-bottom {
        font-size: 18px;
        line-height: 27px;
        padding-top: 40px;
    }
    .popup-holder {
        width: 1260px;
    }
    .popup-subscribe .success-popup {
        font-size: 24px;
        min-height: auto;
    }
    .popup-menu .popup-inner {
        padding: 80px;
    }
    .content table td,
    .content table th,
    .popup-menu .accordion,
    .popup-menu .allergens-details {
        font-size: 18px;
        line-height: 27px;
    }
    .popup-menu .wave-bottom {
        width: 100%;
    }
    .popup-ingredients .popup-holder {
        width: 730px;
    }
    .ingredients-info {
        padding: 40px 60px;
    }
    .hero-section,
    .hero-slider {
        min-height: 960px;
    }
    .hero-slider .slick-arrow.slick-prev {
        right: calc((100vw - 1590px) / 2);
    }
    .hero-slider .slick-arrow.slick-next {
        right: calc((100vw - 1612px) / 2);
    }
    .hero-section .figures.three-items {
        left: -90px;
    }
    .hero-text.white {
        font-size: 26px;
        line-height: 34px;
    }
    .hero-text {
        font-size: 22px;
        line-height: 30px;
    }
    .hero-text .heading-decor:before {
        top: -20px;
    }
    .hero-text .h1 {
        margin-bottom: 40px;
        margin-right: -100px;
    }
    .hero-text p {
        max-width: 540px;
    }
    .hero-text .button {
        min-width: 185px;
    }
    .hero-text .buttons {
        margin-top: 60px;
    }
    .hero-text .buttons img {
        max-width: 207px;
    }
    .subscribe-section .circle:before {
        height: 1740px;
    }
    .subscribe-section .circle {
        width: 1740px;
        min-height: 895px;
        padding-top: 290px;
        padding-left: 800px;
    }
    .subscribe-info {
        width: 583px;
        margin-bottom: 390px;
    }
    .subscribe-image {
        width: 630px;
        height: 630px;
        left: 47px;
        top: 185px;
    }
    .our-story-section {
        margin-bottom: 115px;
    }
    .our-story-section .inner {
        min-height: 680px;
    }
    .our-story-section .images .image.large {
        width: 26.5%;
        padding-bottom: 36.3%;
    }
    .our-story-section .images .image.small {
        width: 31%;
    }
    .our-story-section .info {
        width: 700px;
        padding-bottom: 110px;
    }
    .our-story-section .info .button {
        margin-top: 40px;
    }
    .our-story-section .heading {
        padding-top: 55px;
        margin-bottom: 35px;
    }
    .our-story-section .figures.top {
        top: 110px;
        margin-left: 100px;
    }
    .our-story-section .figures.bottom {
        left: 70px;
    }
    .connect-with-us {
        min-height: 612px;
    }
    .connect-with-us .image.image-right {
        margin-right: 25px;
    }
    .connect-with-us .h2,
    .connect-with-us h2 {
        margin-bottom: 30px;
    }
    .connect-with-us .h2 svg,
    .connect-with-us h2 svg {
        top: -66px;
        width: 74px;
        height: 74px;
        right: 40px;
    }
    .connect-with-us ul {
        font-size: 26px;
        line-height: 36px;
    }
    .connect-with-us li {
        margin-bottom: 0;
    }
    .shape {
        width: 678px;
        min-height: 350px;
        padding: 100px 40px 40px;
        margin-top: 20px;
    }
    .images-slider-wrap {
        margin-top: -105px;
    }
    .catering {
        margin-left: 80px;
        font-size: 22px;
        line-height: 30px;
        min-height: 696px;
    }
    .catering .column:last-child {
        width: 37.5%;
    }
    .catering .heading.desktop:before {
        top: -12px;
    }
    .catering .contacts-list,
    .ingredients-row ul {
        font-size: 16px;
        line-height: 16px;
    }
    .catering .contacts-list li {
        padding-bottom: 15px;
    }
    .catering .buttons {
        margin-top: 45px;
    }
    .contacts-list svg {
        margin-right: 18px;
    }
    .products {
        margin-bottom: 110px;
    }
    .products .heading {
        max-width: 940px;
        margin-bottom: 80px;
        font-size: 22px;
        line-height: 30px;
    }
    .products .heading .h2,
    .products .heading h2,
    .products .heading p {
        margin-bottom: 20px;
    }
    .products .heading .button {
        margin-top: 20px;
    }
    .products-slider-holder {
        max-width: 1920px;
        overflow: hidden;
        margin: -20px -90px 0;
        padding: 0 10px;
    }
    .product-card {
        font-size: 18px;
        line-height: 27px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .accordion-item .heading:before {
        top: 4px;
        height: 14px;
    }
    .accordion-item .heading:after {
        width: 14px;
        right: 2px;
    }
    .page-heading .wrap {
        min-height: 580px;
    }
    .page-heading .image-small {
        width: 300px;
        bottom: -160px;
    }
    .page-heading-image {
        width: 980px;
    }
    .download-section .info,
    .page-heading-info {
        font-size: 26px;
        line-height: 34px;
    }
    .page-heading-info .hero-text .buttons {
        margin-top: 40px;
    }
    .benefits-list {
        font-size: 18px;
        line-height: 27px;
        margin-left: 150px;
        margin-right: 150px;
    }
    .download-section {
        margin-top: -120px;
    }
    .download-section .info {
        margin-left: 80px;
        width: 620px;
        margin-bottom: 150px;
    }
    .download-section .image {
        width: 1030px;
        margin-right: -90px;
        margin-bottom: -260px;
    }
    .container {
        max-width: 1920px;
        padding: 0 90px;
    }
    .waved-section {
        padding-bottom: 330px;
    }
    .section .waves {
        width: 790px;
    }
    .error-block {
        min-height: 1050px;
    }
    .error-block .wrap {
        font-size: 26px;
        line-height: 34px;
        max-width: 970px;
    }
    .error-block .wrap .figure {
        bottom: -35px;
        right: -138px;
    }
    .error-block .buttons {
        margin-top: 60px;
    }
    .text-template {
        padding: 185px 0 20px;
    }
    .testimonials .veggies.right.bottom,
    .text-template .veggies {
        width: auto;
    }
    .content .h1,
    .content h1 {
        margin-bottom: 80px;
    }
    .content blockquote p,
    .content blockquote q {
        font-size: 30px;
        line-height: 39px;
    }
    .article-date {
        margin-bottom: 60px;
    }
    .contacts-section .waves-decor {
        top: -100px;
        right: 0;
        left: auto;
    }
    .contacts-info {
        margin-left: 160px;
        width: 620px;
        font-size: 26px;
        line-height: 34px;
    }
    .contacts-info .figure {
        right: auto;
        top: -40px;
        left: 320px;
    }
    .contacts-info p {
        margin-bottom: 35px;
    }
    .cascade-item mark,
    .contacts-info .contacts-list {
        font-size: 22px;
        line-height: 30px;
    }
    .contacts-info .contacts-list li {
        padding-bottom: 10px;
    }
    .store-contacts .contacts-list {
        margin-right: 20px;
    }
    .store-contacts .contacts-list li:first-child {
        width: 355px;
    }
    .location-search label,
    .search-form label {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 18px;
    }
    .contacts-form-holder {
        width: 45%;
        margin-top: 30px;
    }
    .contacts-form {
        padding: 100px 80px 80px;
    }
    .success-popup {
        min-height: 600px;
        padding: 120px 120px 0;
    }
    .success-popup .veggies {
        left: -120px;
        top: 3px;
    }
    .testimonials-list blockquote {
        font-size: 26px;
        line-height: 35px;
    }
    .leadership .inner {
        margin-left: 80px;
    }
    .leadership .info {
        font-size: 26px;
        line-height: 35px;
        margin-right: 60px;
    }
    .holder-leadership-slider {
        width: 56.6%;
    }
    .holder-leadership-slider .leadership-slider .item {
        font-size: 18px;
        line-height: 27px;
    }
    .our-values.two-images .image {
        width: 700px;
    }
    .our-values.two-images .image-small {
        width: 460px;
        margin-right: -60px;
    }
    .our-values.two-images .info {
        margin-right: 150px;
    }
    .our-values .inner {
        margin: 0 80px;
    }
    .our-values .image {
        width: 50%;
    }
    .our-values .heading {
        letter-spacing: 0.5px;
        font-size: 26px;
        line-height: 35px;
    }
    .our-values .heading .h2 .heart,
    .our-values .heading h2 .heart {
        left: 110px;
        top: -65px;
        width: 70px;
    }
    .our-values .heading .h2 .figure,
    .our-values .heading h2 .figure {
        right: -32px;
        width: 50px;
        top: -70px;
    }
    .catering-item dd,
    .our-values .list {
        font-size: 18px;
        line-height: 27px;
    }
    .join-us.waved-section {
        margin-bottom: -285px;
    }
    .join-us .wrap {
        max-width: 940px;
        font-size: 26px;
        line-height: 34px;
    }
    .join-us .image {
        margin: -130px -130px 0;
    }
    .benefits.our-mission .heading-decor-wrap,
    .our-food .info {
        font-size: 26px;
        line-height: 34px;
    }
    .benefits.our-mission .benefits-list {
        margin-bottom: 35px;
    }
    .benefits.our-mission .benefits-list .item {
        padding: 40px 20px;
    }
    .benefits.our-mission .benefits-list p {
        margin-bottom: 27px;
    }
    .our-food {
        margin: 0 85px 100px;
    }
    .our-food .info:before {
        width: 780px;
        height: 780px;
        left: -170px;
        top: -110px;
    }
    .our-food .info {
        width: 520px;
        padding-top: 100px;
        padding-left: 0;
    }
    .our-food .image {
        width: 460px;
        left: -170px;
        margin-top: 30px;
    }
    .timeline .heading-decor-wrap {
        font-size: 26px;
        line-height: 34px;
        letter-spacing: 0.5px;
    }
    .timeline .heading-decor-wrap p {
        margin-top: 30px;
    }
    .timeline-slider {
        font-size: 18px;
        line-height: 27px;
        margin: 0 160px;
    }
    .timeline-slider .slick-slide {
        padding-top: 90px;
    }
    .cascade-item {
        font-size: 26px;
        line-height: 34px;
        margin: 0 160px 150px 80px;
    }
    .cascade-item .info {
        width: 620px;
    }
    .catering-item.inverse .image {
        margin-left: 165px;
    }
    .catering-item {
        min-height: 860px;
    }
    .catering-item .image:before {
        margin-left: -120px;
    }
    .catering-item dt {
        font-size: 24px;
        line-height: 28px;
    }
    .ingredients-section {
        margin-bottom: 50px;
    }
    .ingredients-section .container {
        max-width: 1760px;
    }
    .ingredients-image {
        margin: -95px -80px -140px;
    }
    .allergen-guide {
        padding: 80px;
    }
    .allergen-guide .heading {
        font-size: 26px;
        line-height: 34px;
    }
    .allergen-guide .heart {
        top: -60px;
        width: 70px;
    }
    .allergen-guide .hidden-info {
        margin-top: 80px;
    }
    .allergen-guide-list,
    .allergen-ingredients {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 40px;
    }
    .allergen-guide-list {
        margin-bottom: -20px;
    }
    .allergen-guide-list li,
    .location-details .buttons a {
        margin-bottom: 40px;
    }
    .location-page {
        padding-top: 80px;
        padding-bottom: 290px;
        margin-bottom: -150px;
    }
    .location-section {
        margin-left: 80px;
    }
    .locations-wrap {
        max-width: 860px;
        margin-top: 72px;
        margin-bottom: -35px;
        min-height: 1018px;
    }
    .location-search {
        margin-bottom: 100px;
    }
    .locations {
        width: 700px;
    }
    .locations-list.jcf-scrollable {
        max-height: 1130px;
    }
    .location-item address {
        margin-bottom: 3px;
    }
    .location-links .link {
        font-size: 16px;
        line-height: 16px;
    }
    #map {
        height: 755px;
    }
    .location-details {
        width: 52%;
        min-height: 960px;
    }
    .location-details .back-link {
        margin-bottom: 48px;
    }
    .location-details address {
        font-size: 24px;
        line-height: 28px;
    }
    .location-details .h1,
    .location-details h1 {
        font-size: 90px;
        line-height: 90px;
    }
    .location-details .location-links {
        margin-top: 40px;
        margin-bottom: 35px;
    }
    .location-details .phone {
        margin-bottom: 25px;
    }
    .location-details .location-phone {
        font-size: 22px;
        line-height: 30px;
    }
    .location-details .google-map {
        width: 49.5%;
        max-width: 700px;
    }
    .location-details #map {
        height: 960px;
    }
}
@media (min-width: 2400px) {
    .footer .kale {
        top: -35vh;
    }
}
@media (max-width: 1799px) {
    .veggies {
        width: 140px;
    }
    .text-template .veggies.top {
        width: 50px;
    }
}
@media (max-width: 1439px) {
    .veggies {
        width: 120px;
    }
}
@media (max-width: 1199px) {
    .veggies {
        width: 80px;
    }
    .menu-opened {
        overflow: hidden;
    }
    .menu,
    .menu .holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
    .menu {
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        padding: 110px 0 0;
        z-index: 5;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-transition: visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
        transition: visibility 0.3s, opacity 0.3s, transform 0.3s;
        transition: visibility 0.3s, opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    }
    .menu .holder {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        max-height: calc(100vh - 65px);
        max-height: calc((var(--vh, 1vh) * 100) - 65px);
    }
    .menu,
    .menu-opened .menu {
        background: #fff;
    }
    .hero-text .button {
        padding-left: 10px;
        padding-right: 10px;
    }
    .products .jalapeno.right,
    .subscribe-section .has-parallax {
        display: none;
    }
    .subscribe-info .h5 {
        font-size: 18px;
        line-height: 18px;
    }
    .download-section .veggies,
    .section .waves {
        display: none;
    }
    .error-block .h5,
    .error-block h5 {
        font-size: 20px;
        line-height: 30px;
    }
    .testimonials-list .logo img {
        max-width: 100px;
    }
    .benefits.our-mission .benefits-list .item {
        padding: 0;
    }
}
@media (max-width: 1023px) {
    .page-heading-info .heading-wrap .decor,
    .popup-holder .illustration,
    .popup-subscribe .dotted-image {
        display: none;
    }
    .subscribe-info .h2,
    .subscribe-info h2 {
        padding: 0 31px;
    }
    .contacts-info {
        margin-bottom: 50px;
    }
}
@media (max-width: 767px) {
    .veggies {
        width: 50px;
    }
    .subscribe-info .button {
        width: 100%;
    }
    .products .figure1,
    .products .figure2 {
        display: none;
    }

    .outlined {display:none !important}

    .content .table-holder {
        margin: 0 -22px;
        padding: 0 22px;
        overflow-x: auto;
    }
    .content table td,
    .content table th {
        width: 150px;
    }
    .products-section .products-holder {
        display: none;
    }
}
@media (max-width: 567px) {
    .location-item .h3,
    .location-item h3 {
        margin-bottom: 10px;
    }
}

/* Hotspots section */
.hotspots-section {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top:30px; 
    margin-bottom:120px;
}

/* Two-column layout on desktop, single column on mobile */
.hotspots-grid {
    display: grid;
    gap: 2rem;
}

@media (min-width: 768px) {
    .hotspots-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Card styling – rounded boxes similar to locations */
.hotspots-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
    padding: 24px 28px;
}

/* City header inside each card */
.hotspots-city-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 1rem;
}

/* List reset */
.hotspot-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Each hotspot row: name left, button right */
.hotspot-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.75rem 0;
    border-top: 1px solid #e5e5e5; /* light grey divider */
}

/* No top border on first item */
.hotspot-row:first-child {
    border-top: none;
    padding-top: 0;
}

.hotspot-name {
    font-weight: 500;
}

/* Reuse global .button style; tweak for this context */
.hotspot-order-button {
    white-space: nowrap;
    font-size: 0.9rem;
    padding-inline: 1.5rem; /* match button thickness while keeping it compact */
}
