/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Slick slider styles */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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 {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  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 img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #777;
  background: #fff;
  margin: 0 0 12px;
  min-width: 150px;
  height: 26px;
}

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 13px;
  line-height: 26px;
  margin: 0 35px 0 8px;
}

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  background: #aaa;
  width: 26px;
  bottom: 0;
  right: 0;
  top: 0;
}

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #f00;
}

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px;
}

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  width: 100%;
}

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.jcf-list ul li {
  overflow: hidden;
  display: block;
}

.jcf-list .jcf-overflow {
  overflow: auto;
}

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 9px;
  color: #656565;
  height: 1%;
}

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000;
}

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
  border-color: #f00 !important;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on August 4, 2021 */
@font-face {
  font-family: "aislingregular";
  src: url("../fonts/aisling-regular-webfont.woff2") format("woff2"), url("../fonts/aisling-regular-webfont.woff") format("woff"), url("../fonts/aisling-regular-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "big_caslonmedium";
  src: url("../fonts/big_caslon_medium-webfont.woff2") format("woff2"), url("../fonts/big_caslon_medium-webfont.woff") format("woff"), url("../fonts/big_caslon_medium-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "freightsansbook";
  src: url("../fonts/freight_sans_bold-webfont.woff2") format("woff2"), url("../fonts/freight_sans_bold-webfont.woff") format("woff"), url("../fonts/freight_sans_bold-webfont.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "freightsansbook";
  src: url("../fonts/freightsans_book-webfont.woff2") format("woff2"), url("../fonts/freightsans_book-webfont.woff") format("woff"), url("../fonts/freightsans_book-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "freightsansbook";
  src: url("../fonts/freightsans_medium_regular-webfont.woff2") format("woff2"), url("../fonts/freightsans_medium_regular-webfont.woff") format("woff"), url("../fonts/freightsans_medium_regular-webfont.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "freighttext_medium";
  src: url("../fonts/freight_text_medium-webfont.woff2") format("woff2"), url("../fonts/freight_text_medium-webfont.woff") format("woff"), url("../fonts/freight_text_medium-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Myriad-Pro";
  src: url("../fonts/Myriad-Pro-Regular.woff") format("woff"), url("../fonts/Myriad-Pro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Myriad-Pro";
  src: url("../fonts/Myriad-Pro-Regular.woff") format("woff"), url("../fonts/Myriad-Pro-Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Myriad-Pro";
  src: url("../fonts/Myriad-Pro-Regular.woff") format("woff"), url("../fonts/Myriad-Pro-Regular.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "gillsans";
  src: url("../fonts/gillsans.woff") format("woff"), url("../fonts/gillsans.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "gillsans";
  src: url("../fonts/Gill-Sans-MT-Bold.woff") format("woff"), url("../fonts/Gill-Sans-MT-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
.brands, .phones, .pagination-list, .our-food-detail-list, .food-list, .count-bread, .sust-list, .opening-list, .blogpost, .accordion-tc, .brands-cards, .list-for-more, .brand-list, .submenu, .menu, #header .slide {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap; /* 1 */
  text-overflow: ellipsis; /* 2 */
  overflow: hidden;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

body {
  color: #363636;
  background: #fff;
  font: 18px/1.7 "freightsansbook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.gm-style img {
  max-width: none;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "big_caslonmedium", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit;
}

h1, .h1 {
  font-size: 35px;
}

h2, .h2 {
  font-size: 28px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 21px;
}

h5, .h5 {
  font-size: 17px;
}

h6, .h6 {
  font-size: 15px;
}

p {
  margin: 0 0 1em;
}

a {
  color: #003ca6;
}
a:hover, a:focus {
  text-decoration: none;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.688em 0.625em;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: #000;
}
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #999;
}
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
textarea.placeholder {
  color: #999;
}

select {
  -webkit-border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

#header {
  transition: padding 0.3s ease-in-out;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 15px 0;
  z-index: 5;
  font-family: "Montserrat", "freightsansbook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
@media (min-width: 562px) {
  #header {
    padding: 23px 0 22px;
  }
}
@media (min-width: 767px) {
  #header {
    padding: 10px 0 0;
  }
}
@media (min-width: 1024px) {
  #header {
    padding: 26px 0 0;
  }
}
@media (min-width: 1405px) {
  #header {
    padding: 34px 0 0;
  }
}
#header:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.5);
  z-index: -1;
}
@media (min-width: 375px) {
  #header.fixed-position {
    padding: 5px 0;
  }
}
@media (min-width: 767px) {
  #header.fixed-position {
    padding: 10px 0 0;
  }
}
@media (min-width: 1024px) {
  #header.fixed-position {
    padding: 10px 0 0;
  }
}
@media (min-width: 1200px) {
  #header.fixed-position {
    padding: 20px 0 0;
  }
}
#header.fixed-position .logo {
  z-index: 3;
}
@media (min-width: 375px) {
  #header.fixed-position .logo {
    width: 100px;
    top: 0;
  }
}
@media (min-width: 767px) {
  #header.fixed-position .logo {
    width: 125px;
    top: -10px;
  }
}
@media (min-width: 1200px) {
  #header.fixed-position .logo {
    width: 170px;
    top: -20px;
  }
}
@media (min-width: 1405px) {
  #header.fixed-position .logo {
    width: auto;
  }
}
@media (min-width: 1200px) {
  #header.fixed-position .logo img {
    width: 100px;
  }
}
#header.fixed-position .ch-header {
  width: 100%;
}
@media (min-width: 767px) {
  #header.fixed-position .menu a {
    padding: 5px 0 12px;
  }
}
@media (min-width: 1024px) {
  #header.fixed-position .menu a {
    padding: 5px 0 15px;
  }
}
#header .logo {
  transition: width 0.3s ease-in-out, padding 0.3s ease-in-out, top 0.3s ease-in-out;
  width: 100px;
  padding: 15px 18px;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0px 0px 14px 8px rgba(34, 60, 80, 0.3);
  background-color: #fff;
  z-index: 2;
  position: absolute;
  top: 0;
  text-align: center;
}
@media (min-width: 375px) {
  #header .logo {
    width: 120px;
  }
}
@media (min-width: 562px) {
  #header .logo {
    width: 163px;
  }
}
@media (min-width: 767px) {
  #header .logo {
    width: 150px;
    padding: 14px 25px;
    top: -10px;
  }
}
@media (min-width: 1024px) {
  #header .logo {
    top: -26px;
  }
}
@media (min-width: 1200px) {
  #header .logo {
    padding: 25px 47px 20px;
    width: 218px;
  }
}
@media (min-width: 1405px) {
  #header .logo {
    padding: 22px 52px 23px;
    top: -34px;
    width: auto;
  }
}
#header .logo img {
  transition: width 0.3s ease-in-out;
  width: 98px;
}
@media (min-width: 1024px) {
  #header .logo img {
    width: 164px;
  }
}
#header .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
@media (min-width: 562px) {
  #header .container {
    padding: 0 33px 0 52px;
  }
}
@media (min-width: 767px) {
  #header .container {
    padding: 0 15px;
    position: relative;
  }
}
@media (min-width: 1296px) {
  #header .container {
    padding: 0 82px 0 102px;
  }
}
@media (min-width: 1405px) {
  #header .container {
    padding: 0 15px;
  }
}
#header #sm-icon {
  margin-left: auto;
  z-index: 4;
}
@media (min-width: 767px) {
  #header #sm-icon {
    display: none;
  }
}
#header .menu a {
  position: relative;
}
@media (max-width: 766px) {
  #header .menu a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
#header .menu li {
  text-align: center;
  line-height: 1.2;
}
#header .menu li.active .plus-nav:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
#header .menu li.active .plus-nav:after {
  transform: translate(-50%, -50%) rotate(180deg);
}
@media (max-width: 766px) {
  #header .slide {
    padding: 20px 0 0 0;
  }
  #header .slide li {
    padding: 10px 0;
  }
}
@media (min-width: 767px) {
  #header .slide {
    display: none;
  }
}
#header .nav-wrapper {
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  position: absolute;
  top: 0;
  overflow: hidden;
  right: 0;
  background-color: rgba(0, 28, 79, 0.9);
  height: 674px;
  width: 82%;
  padding: 80px 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 562px) {
  #header .nav-wrapper {
    padding: 110px 0 50px;
  }
}
@media (min-width: 767px) {
  #header .nav-wrapper {
    padding: 0 0 0 150px;
    width: 100%;
    background-color: transparent;
    justify-content: flex-end;
    margin-left: auto;
    position: static;
    opacity: 1;
    visibility: visible;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow: visible;
    height: auto;
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  #header .nav-wrapper {
    padding: 0 0 0 210px;
  }
}
@media (min-width: 1200px) {
  #header .nav-wrapper {
    padding: 0 13px 0 280px;
  }
}
.nav-active #header .nav-wrapper {
  opacity: 1;
  visibility: visible;
}
#header .nav {
  display: flex;
  flex-direction: column;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding: 30px 10px;
}
@media (min-width: 375px) {
  #header .nav {
    padding: 30px 41px;
  }
}
@media (min-width: 767px) {
  #header .nav {
    height: auto;
    padding: 0;
    overflow-x: hidden;
  }
}
#header .nav .nav-lang {
  justify-content: flex-end;
  padding: 20px 0;
}
@media (min-width: 562px) {
  #header .nav .nav-lang {
    padding: 43px 0;
  }
}
#header .nav .nav-lang li {
  padding: 0 11.5px 11.5px;
}
@media (min-width: 767px) {
  #header .nav .nav-lang {
    display: flex;
  }
}
@media (min-width: 767px) {
  #header .nav .lang-list {
    margin: 0 -7px;
  }
}
@media (min-width: 1405px) {
  #header .nav .lang-list {
    margin: 0 -10px;
  }
}
#header .menu {
  text-align: right;
}
@media (min-width: 1405px) {
  #header .menu {
    margin: 0 -22px;
  }
}
#header .menu a {
  transition: padding 0.3s ease-in-out, color 0.3s ease-in-out;
  color: #fff;
  display: block;
}
@media (min-width: 767px) {
  #header .menu a {
    color: #003ca6;
    padding: 5px 0 23px;
  }
}
@media (min-width: 1405px) {
  #header .menu a {
    padding: 7px 0 29px;
  }
}
#header .menu a:hover {
  color: #bf9372;
}
@media (min-width: 767px) {
  #header .menu a:hover {
    color: #a6192e;
  }
}
#header .menu a:hover:before {
  opacity: 1;
}
@media (min-width: 767px) {
  #header .menu a.active {
    color: #a6192e;
  }
}
#header .menu .submenu.bg-img {
  background-repeat: repeat;
  background-size: contain;
}
#header .menu .submenu a {
  color: #a6192e;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 0;
}
#header .menu .submenu a:hover {
  color: #003ca6;
}
#header .menu .submenu a:hover .img-holder {
  opacity: 0.7;
}
#header .contact-header.responsive-header {
  width: 100%;
  display: none;
  padding-left: 5rem;
}
@media (max-width: 766px) {
  #header .contact-header.responsive-header {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
#header .contact-header.responsive-header a {
  text-decoration: none;
}
#header .contact-header.responsive-header .icon-row {
  display: flex;
}
@media (max-width: 766px) {
  #header .header-contact-button {
    font-size: 0.5rem;
    padding: 7px 0px 4px;
    margin-top: 0;
  }
}
#header .contact-header.ch-header {
  transition: padding 0.3s ease-in-out;
  display: none;
  padding: 34px 0;
  text-align: center;
  color: #fff;
}
@media (min-width: 767px) {
  #header .contact-header.ch-header {
    padding: 0 0 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
  }
}
@media (min-width: 1024px) {
  #header .contact-header.ch-header {
    padding: 0 0 10px;
  }
}
#header .usa-can {
  filter: grayscale(100%);
}
#header .usa-can:hover {
  filter: none;
}
#header .usa-can:hover .dropdown-content {
  display: block;
}
#header .can-can {
  filter: grayscale(100%);
}
#header .can-can:hover {
  filter: none;
}
#header .can-can:hover .dropdown-content {
  display: block;
}
#header .lang-dropdown {
  position: relative;
  display: inline-block;
}
#header .dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  color: darkblue;
  text-align: center;
  font-weight: 700;
  min-width: 100px;
  z-index: 100000000000000;
  border: 3px solid rgb(181, 38, 38);
}
#header .dropdown-content p {
  margin-bottom: 0;
}
#header .dropdown-content p:hover {
  background-color: rgb(208, 242, 255);
}
#header .dropdown-content a {
  text-decoration: none;
}

.nav-button {
  margin-left: 10px;
  position: relative;
  min-width: 80px !important;
  z-index: 4;
  height: 100%;
  padding: 5px 11px !important;
}
@media (max-width: 561px) {
  .nav-button {
    font-size: 10px;
  }
}
@media (max-width: 766px) {
  .nav-button {
    font-size: 13;
  }
}
@media (min-width: 562px) {
  .nav-button {
    min-width: 145px !important;
  }
}
@media (min-width: 767px) {
  .nav-button {
    display: none !important;
  }
}

.menu {
  font-weight: 800;
  font-size: 15px;
}
@media (min-width: 562px) {
  .menu {
    font-size: 23px;
  }
}
@media (min-width: 767px) {
  .menu {
    font-size: 14px;
    display: flex;
    text-align: center;
    justify-content: flex-end;
    margin: 0 -6px;
  }
}
@media (min-width: 1024px) {
  .menu {
    margin: 0 -12px;
    font-size: 16px;
  }
}
@media (min-width: 1296px) {
  .menu {
    margin: 0 -17px;
  }
}
@media (min-width: 1405px) {
  .menu {
    font-size: 20px;
    margin: 0 -21px;
  }
}
.menu a {
  text-decoration: none;
  color: #003ca6;
}
.menu > li {
  padding: 0 10px 27px;
}
@media (min-width: 767px) {
  .menu > li {
    padding: 0 6px;
  }
}
@media (min-width: 1024px) {
  .menu > li {
    padding: 0 12px;
  }
}
@media (min-width: 1296px) {
  .menu > li {
    padding: 0 17px;
  }
}
@media (min-width: 1405px) {
  .menu > li {
    padding: 0 21px;
  }
}
@media (min-width: 767px) {
  .menu .hover .submenu {
    left: auto;
    right: 15px;
  }
}
@media (min-width: 1200px) {
  .menu .hover .submenu {
    right: 32px;
  }
}

.nav-active {
  overflow: hidden;
}
.nav-active .nav-opener span, .nav-active .nav-opener:before, .nav-active .nav-opener:after {
  background-color: #fff;
}
.nav-active .nav-button {
  color: #fff;
}

.nav-opener {
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  width: 56px;
  height: 46px;
  position: relative;
  top: -0.5rem;
  right: 0.2rem;
  display: block;
  margin-left: 0;
  z-index: 2;
}
@media (min-width: 767px) {
  .nav-opener {
    display: none;
  }
}
.nav-opener:hover {
  opacity: 0.9;
}
.nav-active .nav-opener span {
  opacity: 0;
}
.nav-active .nav-opener:before, .nav-active .nav-opener:after {
  transform: rotate(45deg);
  top: 45%;
  left: 25%;
  right: 25%;
}
.nav-active .nav-opener:after {
  transform: rotate(-45deg);
}
.nav-opener span, .nav-opener:before, .nav-opener:after {
  background-color: #003ca6;
  position: absolute;
  top: 46%;
  left: 25%;
  right: 25%;
  height: 4px;
  border-radius: 5px;
  transition: all 0.3s linear;
}
@media (min-width: 375px) {
  .nav-opener span, .nav-opener:before, .nav-opener:after {
    height: 8px;
  }
}
.nav-opener:before, .nav-opener:after {
  content: "";
  top: 27%;
}
.nav-opener:after {
  top: 65%;
}

.plus-nav {
  top: 4px;
  position: absolute;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  right: -19px;
}
@media (min-width: 562px) {
  .plus-nav {
    top: 10px;
  }
}
@media (min-width: 767px) {
  .plus-nav {
    display: none;
  }
}
.plus-nav:before, .plus-nav:after {
  content: "";
  position: absolute;
  background-color: #bf9372;
  border-radius: 3px;
}
.plus-nav:before {
  transition: transform 0.3s ease-in-out;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0);
  left: 50%;
  width: 3px;
  height: 14px;
}
.plus-nav:after {
  transition: transform 0.3s ease-in-out;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 14px;
  height: 3px;
}

@media (max-width: 766px) {
  .accordion-nav {
    position: relative;
    border-bottom: 2px solid #bf9372;
    padding-bottom: 13px;
    padding-right: 19px;
  }
}

.contact-header .main-button {
  min-width: 75px;
  font-size: 15px;
  font-weight: 800;
  padding: 7px 11px 4px;
  margin: 0 10px;
}
@media (min-width: 767px) {
  .contact-header .main-button {
    margin: 0 0 0 23px;
    font-size: 12px;
    min-width: 125px;
    padding: 4px 11px;
  }
}
@media (min-width: 1405px) {
  .contact-header .main-button {
    margin: 0 0 0 26px;
    font-size: 15px;
    min-width: 156px;
    padding: 7px 11px 4px;
  }
}

.submenu {
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, top 0.3s ease-in-out;
  display: none;
}
@media (min-width: 767px) {
  .submenu {
    position: absolute;
    box-shadow: inset 0 26px 34px -23px rgba(0, 0, 0, 0.35);
    background-color: #4e4e4e;
    font-family: "Montserrat", "freightsansbook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #a6192e;
    padding: 43px 35px 10px;
    top: 100%;
    right: 0;
    left: -9999px;
    letter-spacing: -0.3px;
    max-width: 600px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .submenu:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0px 7px 9px 0px rgba(0, 0, 0, 0.36);
    z-index: -1;
    left: 0;
    right: 0;
  }
}
@media (min-width: 1024px) {
  .submenu {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .submenu {
    max-width: 950px;
  }
}
@media (min-width: 1405px) {
  .submenu {
    max-width: 1100px;
  }
}
.submenu li {
  padding: 0 5px 15px;
}
@media (min-width: 767px) {
  .submenu li {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .submenu li {
    padding: 0 5px 22px;
    width: 33.33%;
  }
}
.submenu a {
  color: #a6192e;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.submenu a:hover {
  color: #003ca6;
}
.submenu a:hover .img-holder {
  opacity: 0.7;
}
.submenu h2 {
  font-size: 15px;
  width: calc(100% - 100px);
  padding-left: 10px;
  margin-bottom: 0;
  font-family: "Montserrat", "freightsansbook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-align: left;
}
@media (min-width: 1405px) {
  .submenu h2 {
    padding-left: 15px;
    width: calc(100% - 136px);
    font-size: 20px;
  }
}
.submenu .img-holder {
  transition: opacity 0.3s ease-in-out;
  width: 100px;
  height: 50px;
  opacity: 1;
}
@media (min-width: 1024px) {
  .submenu .img-holder {
    width: 100px;
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .submenu .img-holder {
    width: 136px;
    height: 67px;
  }
}

@media (max-width: 766px) {
  body {
    line-height: 1.4;
  }
}

#main {
  margin-top: 0;
}

#wrapper {
  position: relative;
  overflow: hidden;
}

.resize-active * {
  transition: none !important;
}

.container {
  max-width: 1405px;
  padding: 0 15px;
  margin: 0 auto;
}

a {
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

h1, .h1 {
  line-height: 1;
}
@media (min-width: 1024px) {
  h1, .h1 {
    font-size: 65px;
  }
  h1.lfb, .h1.lfb {
    font-size: 45px;
    line-height: 1.3;
  }
}

@media (min-width: 1024px) {
  h2, .h2 {
    font-size: 32px;
  }
}

@media (min-width: 1024px) {
  h3, .h3 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  h4, .h4 {
    font-size: 25px;
  }
}

.bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-repeat {
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
}

.main-button {
  text-transform: uppercase;
  font-weight: 800;
  border: 2px solid #bf9372;
  text-decoration: none;
  min-width: 177px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 7px 11px 8px;
  line-height: 1.7;
  font-family: "Montserrat", "freightsansbook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.main-button:hover {
  background-color: #bf9372;
  border-color: #bf9372;
  color: #fff;
}
.main-button.white-v {
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  color: #fff;
  border-color: #fff;
}
.main-button.white-v:hover {
  border-color: #bf9372;
  background-color: #bf9372;
}

.custom-heading {
  text-align: center;
  line-height: 0.9;
}
.custom-heading .subtitle {
  color: #a2bdca;
  font-size: 40px;
  font-family: "aislingregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 400;
  max-width: 400px;
  color: #003ca6;
}
@media (min-width: 1024px) {
  .custom-heading .subtitle {
    font-size: 60px;
  }
}
.custom-heading .h1 {
  color: #bf9372;
  margin-bottom: 15px;
  font-family: "big_caslonmedium", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .custom-heading .h1 {
    word-spacing: -16px;
    font-size: 65px;
  }
  .custom-heading .h1.lfb {
    font-size: 39px;
    word-spacing: -10px;
  }
}

.intro-fl-des {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  color: #fff;
  font-family: "big_caslonmedium", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
@media (min-width: 767px) {
  .intro-fl-des {
    padding: 150px 0;
  }
}
.intro-fl-des h1 {
  font-family: "big_caslonmedium", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 2px;
  word-spacing: -2px;
  font-weight: 500;
}
@media (max-width: 766px) {
  .intro-fl-des .main-button {
    font-size: 14px;
    min-width: 145px;
    font-weight: 700;
  }
}

.intro {
  position: relative;
  min-height: 450px;
}
@media (min-width: 562px) {
  .intro {
    min-height: 565px;
  }
}
@media (min-width: 1024px) {
  .intro {
    min-height: 930px;
  }
}
.intro .main-button {
  letter-spacing: 0px;
  font-weight: 700;
}
@media (max-width: 561px) {
  .intro .main-button {
    padding: 5px 11px;
  }
}
.intro h1 {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .intro h1 {
    margin-bottom: 39px;
  }
}

.intro-home {
  padding-top: 0;
  padding-bottom: 0;
}
.intro-home video {
  display: block;
  width: 100%;
  height: auto;
}

.intro-style {
  text-align: center;
  letter-spacing: 1.63px;
}
@media (min-width: 1200px) {
  .intro-style.lfb .container {
    top: -150px;
  }
}
@media (max-width: 766px) {
  .intro-style.lfb .container img {
    max-width: 200px;
  }
}
@media (min-width: 1200px) {
  .intro-style.pennant .container {
    top: -200px;
  }
}
.intro-style:before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #000;
  opacity: 0.33;
}
.intro-style .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.dec-down {
  position: relative;
}
.dec-down:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  background-image: url("../images/decor1.png");
  background-position: bottom;
  background-size: cover;
  height: 60px;
  z-index: 1;
}

.dec-up {
  position: relative;
}
.dec-up:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  background-image: url("../images/decor1.png");
  background-position: top;
  background-size: cover;
  height: 60px;
  transform: rotate(180deg);
  z-index: 1;
}

.family {
  position: relative;
  text-align: center;
  padding: 23px 0 32px;
}
@media (min-width: 767px) {
  .family {
    padding: 57px 0 76px;
  }
}
@media (min-width: 480px) {
  .family .container {
    padding: 0 44px;
  }
}
@media (min-width: 767px) {
  .family .container {
    padding: 0 15px;
  }
}
.family .text-holder {
  text-align: center;
  max-width: 940px;
  margin: 0 auto 40px;
}
@media (min-width: 1024px) {
  .family .text-holder {
    margin: 0 auto 55px;
  }
}
@media (min-width: 1200px) {
  .family .text-holder {
    font-size: 20px;
  }
}
.family .text-holder p {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .family .text-holder p {
    margin-bottom: 54px;
    font-size: 1.5rem;
  }
}
.family .bg-decor {
  position: absolute;
  left: 0;
  top: 260px;
  height: auto;
  width: 158px;
}
@media (min-width: 1200px) {
  .family .bg-decor {
    top: 135px;
    width: 246px;
  }
}
@media (max-width: 766px) {
  .family .h1 {
    margin-bottom: 9px;
  }
}
@media (min-width: 767px) {
  .family .h1 {
    letter-spacing: -1px;
  }
}
@media (max-width: 766px) {
  .family .subtitle {
    font-size: 32px;
  }
}
@media (max-width: 766px) {
  .family .custom-heading {
    line-height: 1;
  }
}
@media (max-width: 766px) {
  .family .main-button {
    min-width: 155px;
  }
}

.brand-list {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 480px) {
  .brand-list {
    margin: 0 -15px;
  }
}
@media (min-width: 562px) {
  .brand-list {
    padding: 0 65px;
  }
}
@media (min-width: 767px) {
  .brand-list {
    padding: 0 15px;
  }
}
@media (min-width: 1405px) {
  .brand-list {
    margin: 0 -43px;
  }
}
.brand-list li {
  width: 100%;
  padding-bottom: 15px;
}
@media (min-width: 767px) {
  .brand-list li:first-child, .brand-list li:nth-child(2) {
    width: 50%;
  }
}
@media (min-width: 1405px) {
  .brand-list li:first-child, .brand-list li:nth-child(2) {
    padding: 0 21px 5px;
    margin-bottom: 42px;
  }
}
.brand-list li:first-child .card-holder, .brand-list li:nth-child(2) .card-holder {
  padding-bottom: 55%;
}
@media (min-width: 562px) {
  .brand-list li {
    padding: 0 15px 33px;
  }
}
@media (min-width: 767px) {
  .brand-list li {
    width: 33.33%;
  }
}
@media (min-width: 1405px) {
  .brand-list li {
    padding: 0 21px 5px;
    margin-bottom: 42px;
  }
}
.brand-list .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.brand-list .inner img {
  transition: transform 0.3s ease-in-out;
  max-height: 190px;
}

.card-holder {
  box-shadow: 0px 0px 11px 4px rgba(0, 0, 0, 0.2);
  padding-bottom: 70%;
  position: relative;
  display: block;
}
@media (min-width: 767px) {
  .card-holder:hover .inner img {
    transform: scale(0.8);
  }
}
@media (min-width: 1024px) {
  .card-holder:hover .inner img {
    transform: scale(1.3);
  }
}

.foods {
  padding: 67px 0 72px;
  background-repeat: repeat;
  text-align: center;
  position: relative;
}
@media (min-width: 767px) {
  .foods {
    padding: 93px 0 72px;
  }
}
.foods .subtitle {
  color: #bf9372;
}
@media (max-width: 766px) {
  .foods .subtitle {
    font-size: 34px;
  }
}
.foods .h1 {
  color: #fff;
  margin-bottom: 29px;
}
.foods .white-decor {
  position: absolute;
  left: 0;
  right: 0;
  height: 505px;
  background-color: #fff;
  bottom: -502px;
}
@media (min-width: 1024px) {
  .foods .white-decor {
    bottom: -8%;
  }
}
.foods .white-decor:after {
  bottom: 99%;
}

.bg-decor-top {
  position: absolute;
  top: 98px;
  right: -51px;
  width: 178px;
  height: 150px;
}
@media (min-width: 767px) {
  .bg-decor-top {
    width: 250px;
  }
}
@media (min-width: 1024px) {
  .bg-decor-top {
    right: 0;
    top: 130px;
    width: 290px;
    height: 175px;
  }
}
@media (min-width: 1200px) {
  .bg-decor-top {
    right: 36px;
    top: 152px;
  }
}

.bg-decor-bottom {
  position: absolute;
  bottom: 323px;
  left: -166px;
  width: 335px;
  height: 150px;
}
@media (min-width: 1024px) {
  .bg-decor-bottom {
    left: 0;
    bottom: 130px;
    width: 493px;
    height: 256px;
  }
}
@media (min-width: 1200px) {
  .bg-decor-bottom {
    left: 172px;
    bottom: 490px;
  }
}
@media (min-width: 1405px) {
  .bg-decor-bottom {
    left: 100px;
  }
}
@media (min-width: 1600px) {
  .bg-decor-bottom {
    left: 20px;
  }
}

.gallery-wrapper {
  padding: 0 7px 26px;
}
@media (min-width: 562px) {
  .gallery-wrapper {
    padding: 0 37px 27px;
  }
}
@media (min-width: 1024px) {
  .gallery-wrapper {
    padding: 0 37px 37px;
  }
}

.gallery-slider .slick-list {
  position: relative;
  z-index: 1;
}
.gallery-slider .slick-list:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url("../images/frame.png");
  background-position: center;
  background-size: 100% 100%;
  z-index: 1;
  box-shadow: inset 0 0 20px 4px #001c4f;
}
@media (min-width: 767px) {
  .gallery-slider .slick-list:before {
    box-shadow: inset 0 0 20px 10px #001c4f;
  }
}
.gallery-slider .slick-list .image-holder {
  padding-bottom: 10%;
}
@media (min-width: 562px) {
  .gallery-slider .slick-list .image-holder {
    padding-bottom: 8.1%;
  }
}

@media (min-width: 562px) {
  .food-wrapper {
    margin: 0 -60px;
  }
}
@media (min-width: 767px) {
  .food-wrapper {
    margin: auto;
  }
}
.food-wrapper .main-button {
  position: relative;
  z-index: 1;
  color: #fff;
}
@media (min-width: 1024px) {
  .food-wrapper .main-button {
    color: #003ca6;
  }
}
.food-wrapper .main-button:hover {
  color: #fff;
}

.food-carousel {
  z-index: 2;
  position: relative;
  padding: 0 60px;
  margin-bottom: 25px;
}
@media (min-width: 562px) {
  .food-carousel {
    padding: 0;
    padding: 0 40px;
  }
}
@media (min-width: 767px) {
  .food-carousel {
    padding: 0 60px;
  }
}
@media (min-width: 1024px) {
  .food-carousel {
    padding: 0 65px;
    margin-bottom: 36px;
  }
}
@media (min-width: 1200px) {
  .food-carousel {
    padding: 0 77px;
  }
}
@media (min-width: 562px) {
  .food-carousel:before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, #001c4f 92%);
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 155px;
  }
}
@media (min-width: 767px) {
  .food-carousel:before {
    display: none;
  }
}
@media (min-width: 562px) {
  .food-carousel:after {
    content: "";
    position: absolute;
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 20%, #001c4f 92%);
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 155px;
  }
}
@media (min-width: 767px) {
  .food-carousel:after {
    display: none;
  }
}
.food-carousel .slick-list {
  margin: 0 -10px;
}
@media (min-width: 1024px) {
  .food-carousel .slick-list {
    margin: 0 -16px;
  }
}
.food-carousel .wrapper {
  padding: 0 10px 10px;
  height: auto !important;
}
@media (min-width: 1024px) {
  .food-carousel .wrapper {
    padding: 0 16px 16px;
  }
}
.food-carousel .wrapper a {
  text-decoration: none;
  display: block;
  height: 100%;
  background-color: #a1bbc8;
}
.food-carousel .wrapper a:hover .text-holder {
  color: #fff;
}
.food-carousel .wrapper a .text-holder {
  transition: color 0.3s ease-in-out;
}
.food-carousel .wrapper a h3 {
  font-weight: 600;
  letter-spacing: 1px;
  word-spacing: -8px;
}
.food-carousel .slick-track {
  display: flex;
}

.slick-prev {
  left: 0;
  background-image: url("../images/arrow-prev.png");
  background-size: 100%;
}

.slick-next {
  right: 0;
  background-image: url("../images/arrow-next.png");
  background-size: 100%;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  width: 35px;
  height: 35px;
  z-index: 4;
  background-color: transparent;
  border: 0;
}
@media (min-width: 1024px) {
  .slick-arrow {
    width: 49px;
    height: 49px;
  }
}

.card {
  transition: opacity 0.3s ease-in-out;
  box-shadow: 0px 0px 15px 1px rgba(34, 60, 80, 0.5);
  opacity: 1;
  font-family: "big_caslonmedium", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.card .text-holder {
  color: #333;
  background-color: #a1bbc8;
  padding: 13px 6px 8px;
  line-height: 1;
  text-align: center;
}
@media (min-width: 562px) {
  .card .text-holder {
    padding: 13px 6px 8px 16px;
  }
}
@media (min-width: 767px) {
  .card .text-holder {
    padding: 13px 15px 8px;
  }
}
@media (min-width: 1024px) {
  .card .text-holder {
    padding: 20px 15px 12px 17px;
  }
}
@media (max-width: 1404px) {
  .card .text-holder h3 {
    font-size: 18px;
  }
}
.card .img-wrapper {
  padding-bottom: 83%;
}
@media (min-width: 1024px) {
  .card .img-wrapper {
    padding-bottom: 85%;
  }
}

.who {
  padding: 31px 0;
}
@media (min-width: 767px) {
  .who {
    padding: 100px 0;
  }
}
@media (min-width: 1024px) {
  .who {
    padding: 202px 0 86px;
  }
}
@media (min-width: 1200px) {
  .who {
    background-position: 100% -20%;
  }
}
.who:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 84%, #fff 96%);
}
.who .container {
  display: flex;
  flex-wrap: wrap;
}
.who .subtitle {
  color: #a6192e;
}
.who .h1 {
  margin-bottom: 15px;
}
@media (min-width: 562px) {
  .who .h1 {
    margin-bottom: 36px;
    word-spacing: -12px;
  }
}
@media (min-width: 1024px) {
  .who .h1 {
    margin-bottom: 20px;
  }
}
.who .custom-heading {
  padding-bottom: 40px;
  padding-top: 4px;
  position: relative;
  width: 100%;
  line-height: 1;
}
@media (min-width: 562px) {
  .who .custom-heading {
    width: 50%;
    text-align: left;
    padding-left: 35px;
  }
}
@media (min-width: 767px) {
  .who .custom-heading {
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .who .custom-heading {
    width: 50%;
    padding: 148px 0 70px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .who .custom-heading {
    width: 52%;
  }
}
@media (max-width: 766px) {
  .who .custom-heading {
    padding-bottom: 0;
  }
  .who .custom-heading > div {
    transform: none !important;
  }
}
.who .title {
  position: absolute;
  bottom: -6px;
  left: 16px;
}
@media (min-width: 767px) {
  .who .title {
    left: 39px;
    bottom: 0;
  }
}
.who .title h2 {
  margin-bottom: 22px;
  word-spacing: -3px;
}
@media (max-width: 1023px) {
  .who .title h2 {
    font-size: 20.5px;
  }
}
.who .image-wrapper {
  min-height: 192px;
  width: 192px;
  opacity: 1;
  box-shadow: 0px 0px 18px 1px rgba(34, 60, 80, 0.3);
}
@media (min-width: 1024px) {
  .who .image-wrapper {
    width: 300px;
    min-height: 300px;
  }
}

.list-for-more {
  margin: 34px auto -15px;
  width: 100%;
  font-family: "big_caslonmedium", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
@media (min-width: 562px) {
  .list-for-more {
    width: 37%;
    margin: 34px auto -100px;
  }
}
@media (min-width: 767px) {
  .list-for-more {
    width: 60%;
    margin: 0 auto 30px;
  }
}
@media (min-width: 1024px) {
  .list-for-more {
    width: 50%;
    margin-bottom: -6%;
  }
}
@media (min-width: 1200px) {
  .list-for-more {
    width: 47%;
  }
}
.list-for-more li {
  position: relative;
  margin: 0 auto 15px;
  width: fit-content;
}
@media (min-width: 767px) {
  .list-for-more li {
    padding: 0 15px;
    margin: initial;
  }
}
.list-for-more li:first-child {
  z-index: 3;
}
.list-for-more li:nth-child(3n+2) {
  z-index: 2;
  top: -35px;
  right: 46px;
}
@media (min-width: 562px) {
  .list-for-more li:nth-child(3n+2) {
    top: -62px;
    right: 148px;
  }
}
@media (min-width: 767px) {
  .list-for-more li:nth-child(3n+2) {
    top: -79px;
    right: -160px;
  }
}
@media (min-width: 1200px) {
  .list-for-more li:nth-child(3n+2) {
    right: -248px;
    top: -64px;
  }
}
.list-for-more li:nth-child(3n+3) {
  top: -72px;
  right: -20px;
}
@media (min-width: 562px) {
  .list-for-more li:nth-child(3n+3) {
    top: -123px;
    right: 62px;
  }
}
@media (min-width: 767px) {
  .list-for-more li:nth-child(3n+3) {
    top: -120px;
    right: -49px;
  }
}
@media (min-width: 1200px) {
  .list-for-more li:nth-child(3n+3) {
    top: -103px;
    right: -64px;
  }
}
.list-for-more li a {
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
  display: block;
}
.list-for-more li a:hover {
  opacity: 0.7;
}
.list-for-more .title {
  color: #fff;
}

.careers {
  padding: 33px 0 78px;
}
@media (min-width: 562px) {
  .careers {
    padding: 33px 0 68px;
  }
}
@media (min-width: 767px) {
  .careers {
    padding: 34px 0 81px;
  }
}
@media (min-width: 1024px) {
  .careers {
    padding: 58px 0 73px;
  }
}
.careers .subtitle {
  color: #003ca6;
}
.careers h3 {
  font-size: 30px;
}
.careers h4 {
  font-size: 20px;
}
@media (min-width: 562px) {
  .careers .container {
    padding: 0 52px;
  }
}
@media (min-width: 767px) {
  .careers .container {
    padding: 0 15px;
  }
}

@media (min-width: 767px) {
  .careers .text-wrapper {
    width: 50%;
  }
}
.careers .custom-heading {
  text-align: left;
}
@media (min-width: 767px) {
  .careers .custom-heading {
    padding-left: 37px;
  }
}
@media (min-width: 1024px) {
  .careers .custom-heading {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .careers .custom-heading {
    margin-bottom: 52px;
    padding-left: 0;
  }
}
@media (min-width: 562px) {
  .careers .custom-heading .h1 {
    margin-bottom: 6px;
  }
}
@media (min-width: 767px) {
  .careers .custom-heading .h1 {
    margin-bottom: 15px;
  }
}
.careers .text-holder {
  max-width: 500px;
  position: relative;
}
.careers .text-holder:after {
  content: "";
  position: absolute;
  top: 48%;
  background-image: url("../images/img10.jpg");
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  z-index: -1;
}
.careers .image-holder {
  position: relative;
}
.careers .image-holder:after {
  content: "";
  position: absolute;
  top: 48%;
  background-image: url("../images/bg-decor2.png");
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  z-index: -1;
}
@media (min-width: 1024px) {
  .careers .image-holder:after {
    opacity: 1;
  }
}

.intro-brands {
  color: #fff;
  min-height: 370px;
}
@media (min-width: 562px) {
  .intro-brands {
    min-height: 561px;
  }
}
@media (min-width: 767px) {
  .intro-brands {
    min-height: 597px;
  }
}

.brands-info {
  padding: 50px 0;
  position: relative;
  background-size: contain;
  background-repeat: repeat;
}
@media (min-width: 562px) {
  .brands-info {
    padding: 44px 0 155px;
  }
}
@media (min-width: 767px) {
  .brands-info {
    padding: 44px 0 241px;
  }
}
@media (min-width: 562px) {
  .brands-info .container {
    padding: 0 82px;
  }
}
@media (min-width: 767px) {
  .brands-info .container {
    padding: 0 15px;
  }
}
.brands-info .text-holder {
  text-align: center;
  margin: 0 auto 60px;
}
@media (min-width: 767px) {
  .brands-info .text-holder {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .brands-info .text-holder {
    font-size: 20px;
  }
}
.brands-info .bg-decor-info,
.brands-info .bg-decor-info2 {
  position: absolute;
}
.brands-info .bg-decor-info.bg-decor-info,
.brands-info .bg-decor-info2.bg-decor-info {
  width: 149px;
  height: auto;
  right: -3%;
  top: 12.4%;
}
@media (min-width: 767px) {
  .brands-info .bg-decor-info.bg-decor-info,
  .brands-info .bg-decor-info2.bg-decor-info {
    width: 247px;
    right: -3%;
    top: 30.4%;
  }
}
.brands-info .bg-decor-info.bg-decor-info2,
.brands-info .bg-decor-info2.bg-decor-info2 {
  width: 188px;
  height: auto;
  left: 0%;
  top: 85%;
}
@media (min-width: 767px) {
  .brands-info .bg-decor-info.bg-decor-info2,
  .brands-info .bg-decor-info2.bg-decor-info2 {
    width: 230px;
    top: 68%;
  }
}

.brands-cards {
  display: flex;
  flex-wrap: wrap;
  font-family: "Montserrat", "freightsansbook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #fff;
  z-index: 1;
  position: relative;
}
@media (min-width: 767px) {
  .brands-cards {
    margin: 0 -10px;
  }
}
@media (min-width: 1024px) {
  .brands-cards {
    margin: 0 -20px;
  }
}
.brands-cards li {
  width: 100%;
  padding-bottom: 20px;
}
@media (min-width: 767px) {
  .brands-cards li:first-child, .brands-cards li:nth-child(2) {
    flex: 0 1 50%;
    width: 50%;
    padding-bottom: 42px;
  }
  .brands-cards li:first-child .brand-card .image-holder, .brands-cards li:nth-child(2) .brand-card .image-holder {
    padding-bottom: 53%;
    position: relative;
  }
}
@media (min-width: 562px) {
  .brands-cards li {
    padding-bottom: 75px;
  }
}
@media (min-width: 767px) {
  .brands-cards li {
    width: 33.33%;
    padding: 0 10px 20px;
  }
}
@media (min-width: 1024px) {
  .brands-cards li {
    padding: 0 20px 20px;
  }
}

.brand-card {
  background-color: #001c4f;
  position: relative;
  height: 100%;
  font-size: 15px;
  padding-bottom: 70px;
  line-height: 1.4;
  box-shadow: 0px 0px 18px 1px rgba(34, 60, 80, 0.3);
}
@media (min-width: 767px) {
  .brand-card {
    font-size: 13px;
    line-height: 1.7;
    padding-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .brand-card {
    font-size: 18px;
  }
}
.brand-card .summary {
  padding: 32px 42px 0;
}
@media (min-width: 767px) {
  .brand-card .summary {
    padding: 20px;
  }
}
@media (min-width: 1024px) {
  .brand-card .summary {
    padding: 21px 37px 19px;
  }
}
.brand-card .image-holder {
  padding-bottom: 70%;
  position: relative;
}
.brand-card .for-more-btn {
  position: absolute;
  bottom: 42px;
  left: 43px;
}
@media (min-width: 767px) {
  .brand-card .for-more-btn {
    left: 20px;
    bottom: 23px;
  }
}
@media (min-width: 1024px) {
  .brand-card .for-more-btn {
    left: 36px;
  }
}

.for-more-btn {
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 767px) {
  .for-more-btn {
    font-size: 18px;
  }
}
.for-more-btn:hover {
  color: #bf9372;
}
.for-more-btn:after {
  content: ">";
  position: absolute;
  right: -17px;
  top: 50%;
  transform: translateY(-50%);
}

.bg-decor {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.intro-tc {
  min-height: 370px;
}
.intro-tc:before {
  opacity: 0.15;
}
@media (min-width: 562px) {
  .intro-tc {
    min-height: 568px;
  }
}
@media (min-width: 1024px) {
  .intro-tc {
    min-height: 719px;
  }
}

.accordion-holder {
  padding: 42px 0 75px;
}
@media (min-width: 1024px) {
  .accordion-holder {
    padding: 86px 0 225px;
  }
}
@media (min-width: 562px) {
  .accordion-holder .container {
    padding: 0 50px;
  }
}
@media (min-width: 1024px) {
  .accordion-holder .container {
    padding: 0 15px;
    max-width: 1180px;
  }
}
.accordion-holder .h1 {
  letter-spacing: 2.4px;
  word-spacing: -10px;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .accordion-holder .h1 {
    word-spacing: -24px;
  }
}
.accordion-holder .custom-heading,
.accordion-holder .text-holder {
  text-align: left;
}
@media (max-width: 1023px) {
  .accordion-holder .subtitle {
    font-size: 33px;
  }
}
.accordion-holder .custom-heading {
  margin-bottom: 17px;
  line-height: 1;
  letter-spacing: 1px;
}
@media (min-width: 1024px) {
  .accordion-holder .custom-heading {
    margin-bottom: 33px;
  }
}
.accordion-holder .text-holder {
  margin-bottom: 34px;
}
@media (min-width: 1024px) {
  .accordion-holder .text-holder {
    margin-bottom: 26px;
  }
}
@media (min-width: 1200px) {
  .accordion-holder .text-holder {
    font-size: 20px;
  }
}

.supply-chain-holder {
  padding: 42px 0 75px;
}
@media (min-width: 1024px) {
  .supply-chain-holder {
    padding: 86px 0 50 0;
  }
}
@media (min-width: 562px) {
  .supply-chain-holder .container {
    padding: 0 50px;
    max-width: 75%;
  }
}
@media (min-width: 1024px) {
  .supply-chain-holder .container {
    padding: 0 15px;
    max-width: 62%;
  }
}
.supply-chain-holder .custom-heading,
.supply-chain-holder .text-holder {
  text-align: left;
  font-weight: 500;
}
.supply-chain-holder .custom-heading {
  margin-bottom: 17px;
  line-height: 1;
  letter-spacing: 1px;
  padding-top: 8rem;
}
@media (min-width: 1024px) {
  .supply-chain-holder .custom-heading {
    margin-bottom: 33px;
  }
}
.supply-chain-holder .custom-heading .title {
  font-size: 2rem;
  font-weight: bold;
  display: block;
  margin-bottom: 5rem;
}
@media (min-width: 1024px) {
  .supply-chain-holder .custom-heading .title {
    font-size: 2.8rem;
  }
}
.supply-chain-holder .text-holder {
  margin-bottom: 34px;
}
@media (min-width: 1024px) {
  .supply-chain-holder .text-holder {
    margin-bottom: 26px;
  }
}
@media (min-width: 1200px) {
  .supply-chain-holder .text-holder {
    font-size: 1.6rem;
  }
}
@media (max-width: 766px) {
  .supply-chain-holder .text-holder {
    font-size: 18px !important;
    margin-bottom: 0 !important;
  }
}

.for-more {
  color: #fff;
  padding: 96px 0 32px;
  text-align: center;
  position: relative;
}
@media (min-width: 1024px) {
  .for-more {
    padding: 132px 0 110px;
  }
}
@media (max-width: 766px) {
  .for-more {
    font-size: 20px !important;
    padding: 30px 0;
  }
  .for-more .text-holder {
    font-size: 18px !important;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1023px) {
  .for-more:after {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    background-image: url("../images/decor1.png");
    background-position: top;
    background-size: cover;
    height: 60px;
    transform: rotate(180deg);
    z-index: 1;
  }
}
.for-more form {
  z-index: 1;
  display: flex;
  justify-content: center;
}
@media (max-width: 1023px) {
  .for-more form {
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .for-more form {
    min-width: 800px;
    justify-content: space-between;
  }
}
.for-more form .form-group {
  padding: 0 10px 22px;
  width: 100%;
}
@media (min-width: 1024px) {
  .for-more form .form-group {
    padding: 0 10px 10px;
  }
}
.for-more .h1 {
  margin-bottom: 0;
  letter-spacing: normal;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .for-more .h1 {
    font-size: 45px;
    word-spacing: -9px;
  }
}
@media (min-width: 1200px) {
  .for-more .h1 {
    font-size: 65px;
  }
}
.for-more input[type=email] {
  width: 100%;
}
@media (min-width: 562px) {
  .for-more input[type=email] {
    max-width: 466px;
  }
}
@media (max-width: 1023px) {
  .for-more input[type=email] {
    max-width: 495px;
  }
}
@media (min-width: 1024px) {
  .for-more input[type=email] {
    min-width: 495px;
  }
}
@media (max-width: 1023px) {
  .for-more .text-holder {
    max-width: 450px;
    margin-bottom: 18px;
  }
}
@media (min-width: 1024px) {
  .for-more .text-holder {
    margin-bottom: 22px;
  }
}

.form-btn {
  transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out;
  background-color: rgba(166, 25, 46, 0.8);
  text-transform: uppercase;
  font-weight: 700;
  border: 0;
  padding: 15px 39px;
  min-width: 240px;
  border: 2px solid rgba(166, 25, 46, 0.8);
  font-family: "Montserrat", "freightsansbook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
@media (min-width: 1024px) {
  .form-btn {
    padding: 16px 39px;
    min-width: 265px;
  }
}
.form-btn:hover {
  background-color: #a6192e;
  border: 2px solid #a6192e;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
input[type=url],
input[type=date],
input[type=name],
textarea {
  transition: border-color 0.3s ease-in-out;
  border: 2px solid #bf9372;
  background-color: transparent;
  padding: 15px 25px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Montserrat", "freightsansbook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
@media (min-width: 1024px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=search],
  input[type=password],
  input[type=url],
  input[type=date],
  input[type=name],
  textarea {
    padding: 16px 39px;
  }
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=url]:focus,
input[type=date]:focus,
input[type=name]:focus,
textarea:focus {
  outline: none;
  border-color: #a6192e;
}

input::placeholder {
  text-transform: uppercase;
  color: #fff !important;
  font-weight: 700;
  font-family: "Montserrat", "freightsansbook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
@media (max-width: 1023px) {
  input::placeholder {
    text-align: center;
  }
}

.accordion-tc {
  padding-bottom: 50px;
}
.accordion-tc .opener {
  font-size: 29px;
  font-family: "big_caslonmedium", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #bf9372;
  text-decoration: none;
  padding: 14px 0;
  display: flex;
}
@media (max-width: 1023px) {
  .accordion-tc .opener {
    line-height: 1;
  }
}
@media (min-width: 1024px) {
  .accordion-tc .opener {
    font-size: 44px;
    padding: 11px 8px;
    letter-spacing: -0.7px;
  }
}
.accordion-tc .opener .plus {
  position: relative;
  width: 34px;
  height: 34px;
  border: 4px solid #003ca6;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
  top: 0;
}
@media (min-width: 1024px) {
  .accordion-tc .opener .plus {
    width: 40px;
    height: 40px;
    margin-right: 25px;
    top: 16px;
  }
}
.accordion-tc .opener .plus:before, .accordion-tc .opener .plus:after {
  content: "";
  position: absolute;
  background-color: #003ca6;
  border-radius: 3px;
}
.accordion-tc .opener .plus:before {
  transition: transform 0.3s ease-in-out;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0);
  left: 50%;
  width: 4px;
  height: 22.5px;
}
@media (min-width: 1024px) {
  .accordion-tc .opener .plus:before {
    height: 24px;
  }
}
.accordion-tc .opener .plus:after {
  transition: transform 0.3s ease-in-out;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 22.5px;
  height: 4px;
}
@media (min-width: 1024px) {
  .accordion-tc .opener .plus:after {
    width: 24px;
  }
}
.accordion-tc .opener .text {
  width: calc(100% - 34px);
}
@media (min-width: 1024px) {
  .accordion-tc .opener .text {
    width: calc(100% - 54px);
  }
}
.accordion-tc li.active .plus:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.accordion-tc li.active .plus:after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.accordion-tc .slide {
  padding: 0 0 32px 50px;
}
@media (min-width: 1024px) {
  .accordion-tc .slide {
    padding: 19px 0 19px 95px;
  }
}
@media (min-width: 1200px) {
  .accordion-tc .slide {
    font-size: 20px;
  }
}

.intro-values,
.intro-history {
  position: relative;
  min-height: 370px;
}
@media (min-width: 562px) {
  .intro-values,
  .intro-history {
    min-height: 560px;
  }
}
@media (min-width: 1024px) {
  .intro-values,
  .intro-history {
    min-height: 587px;
  }
}
.intro-values:before,
.intro-history:before {
  display: none;
}
@media (max-width: 1023px) {
  .intro-values:after,
  .intro-history:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    background-image: url("../images/decor1.png");
    background-position: bottom;
    background-size: cover;
    height: 60px;
    z-index: 1;
  }
}
.intro-values.intro-fl-des h1,
.intro-history.intro-fl-des h1 {
  letter-spacing: -1.5px;
}

.values-blog {
  padding: 24px 0 33px;
  background-size: auto;
  background-repeat: repeat;
}
@media (min-width: 562px) {
  .values-blog {
    background-size: contain;
  }
}
@media (min-width: 1024px) {
  .values-blog {
    padding: 100px 0 25px;
  }
}
.values-blog .container {
  max-width: 1000px;
}
@media (min-width: 375px) {
  .values-blog .container {
    padding: 0 48px;
  }
}
@media (min-width: 1024px) {
  .values-blog .container {
    padding: 0 80px;
  }
}
@media (min-width: 1200px) {
  .values-blog .container {
    padding: 0 15px;
  }
}
.values-blog .title {
  font-size: 23px;
  color: #a2bdca;
  display: block;
  margin-bottom: 42px;
  font-family: "big_caslonmedium", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  line-height: 1.19;
  letter-spacing: -0.6px;
}
@media (min-width: 562px) {
  .values-blog .title {
    letter-spacing: 0.4px;
    font-size: 30px;
  }
}
@media (max-width: 1023px) {
  .values-blog .title {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .values-blog .title {
    margin-bottom: 131px;
    font-size: 40px;
    line-height: 1;
    line-height: 1.06;
  }
}
.values-blog .summary {
  font-size: 1.4rem;
}

@media (min-width: 562px) {
  .blogpost {
    padding: 0 26px;
  }
}
@media (min-width: 767px) {
  .blogpost {
    padding: 0;
  }
}
.blogpost li {
  margin-bottom: 15px;
}
@media (min-width: 562px) {
  .blogpost li {
    margin-bottom: 64px;
  }
}
@media (min-width: 767px) {
  .blogpost li {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 100px;
  }
}
@media (min-width: 1024px) {
  .blogpost li {
    margin-bottom: 159px;
  }
}
@media (max-width: 766px) {
  .blogpost li:last-child {
    margin-bottom: 10px;
  }
}
@media (min-width: 767px) {
  .blogpost li:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media (max-width: 766px) {
  .blogpost li:nth-child(even) .custom-heading {
    text-align: right;
  }
}
@media (max-width: 766px) {
  .blogpost li:nth-child(even) .summary {
    text-align: right;
  }
}
@media (min-width: 767px) {
  .blogpost li:nth-child(even) .summary {
    padding: 0 40px 10px 10px;
  }
}
@media (min-width: 1024px) {
  .blogpost li:nth-child(even) .summary {
    padding: 0 82px 10px 10px;
  }
}
@media (min-width: 1200px) {
  .blogpost li:nth-child(even) .summary {
    padding: 30px 82px 10px 10px;
  }
}
@media (min-width: 1405px) {
  .blogpost li:nth-child(even) .summary {
    padding: 50px 82px 10px 10px;
  }
}
.blogpost li:nth-child(even) .minor-decor {
  right: auto;
  left: -10px;
  bottom: -10px;
}
@media (min-width: 562px) {
  .blogpost li:nth-child(even) .minor-decor {
    bottom: -24px;
    left: -23px;
  }
}
@media (min-width: 1024px) {
  .blogpost li:nth-child(even) .minor-decor {
    right: -61px;
    bottom: -58px;
    left: auto;
  }
}
.blogpost .subtitle {
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  .blogpost .subtitle {
    font-size: 60px;
  }
}
.blogpost .h1 {
  letter-spacing: -1px;
}
@media (min-width: 562px) {
  .blogpost .h1 {
    letter-spacing: 2px;
  }
}
.blogpost .custom-heading {
  text-align: left;
  line-height: 1.1;
}
@media (min-width: 1024px) {
  .blogpost .custom-heading {
    margin-bottom: 25px;
    line-height: 1.2;
  }
}
.blogpost .summary {
  padding: 32px 0;
}
@media (min-width: 767px) {
  .blogpost .summary {
    width: 54%;
    padding: 0 10px 10px 40px;
  }
}
@media (min-width: 1024px) {
  .blogpost .summary {
    padding: 0 10px 10px 81px;
  }
}
@media (min-width: 1200px) {
  .blogpost .summary {
    padding: 30px 10px 10px 81px;
  }
}
@media (min-width: 1405px) {
  .blogpost .summary {
    padding: 50px 10px 10px 81px;
  }
}
.blogpost .image-holder {
  padding-bottom: 100%;
  position: relative;
  box-shadow: 6px 7px 18px 6px rgba(0, 0, 0, 0.25);
}
@media (min-width: 767px) {
  .blogpost .image-holder {
    width: 46%;
    padding-bottom: 46%;
  }
}

.minor-decor {
  position: absolute;
  width: 120px;
  height: 115px;
  bottom: -10px;
  right: -10px;
}
@media (min-width: 562px) {
  .minor-decor {
    right: -28px;
    bottom: -12px;
  }
}
@media (min-width: 562px) {
  .minor-decor {
    width: 170px;
    height: 150px;
    bottom: -16px;
  }
}
@media (min-width: 1024px) {
  .minor-decor {
    width: 182px;
    height: 160px;
    bottom: -49px;
    left: -65px;
  }
}

.carousel-custom #carousel {
  display: block;
}
.carousel-custom #carousel img {
  cursor: pointer;
}

.intro-brand-item {
  min-height: 370px;
}
@media (min-width: 562px) {
  .intro-brand-item {
    min-height: 563px;
  }
}
@media (min-width: 767px) {
  .intro-brand-item {
    min-height: 584px;
  }
}
@media (min-width: 1200px) {
  .intro-brand-item {
    min-height: 915px;
  }
}
.intro-brand-item:before {
  opacity: 0.1;
}

.overview {
  padding: 18px 0 12px;
}
@media (min-width: 767px) {
  .overview {
    padding: 56px 0 160px;
  }
}
@media (max-width: 561px) {
  .overview .subtitle {
    font-size: 30px;
  }
}
.overview .custom-heading {
  max-width: 400px;
}
@media (max-width: 766px) {
  .overview .custom-heading {
    margin: auto;
  }
}
@media (min-width: 767px) {
  .overview .custom-heading {
    text-align: left;
    line-height: 1.1;
  }
}
@media (min-width: 1024px) {
  .overview .custom-heading {
    max-width: 500px;
  }
}
.overview .container {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 375px) {
  .overview .container {
    padding: 0 35px;
  }
}
@media (min-width: 562px) {
  .overview .container {
    padding: 0 50px;
  }
}
@media (min-width: 767px) {
  .overview .container {
    padding: 0 15px;
  }
}
@media (min-width: 1024px) {
  .overview > p {
    margin-bottom: 25px;
  }
}
@media (min-width: 1024px) {
  .overview .overview-paragraph p {
    margin-bottom: 10px;
  }
}

.content-holder .text-holder {
  padding-top: 176px;
  line-height: 1.2;
}
@media (min-width: 425px) {
  .content-holder .text-holder {
    padding-top: 210px;
  }
}
@media (min-width: 562px) {
  .content-holder .text-holder {
    padding-top: 225px;
  }
}
@media (min-width: 767px) {
  .content-holder .text-holder {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0;
    line-height: 1.4;
    align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  .content-holder .text-holder {
    line-height: 1.7;
  }
}
@media (min-width: 767px) {
  .content-holder .text-holder .text {
    width: 50%;
    order: 1;
  }
}
@media (min-width: 767px) {
  .content-holder .text-holder .text {
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .content-holder .text-holder .text {
    padding-right: 80px;
  }
}
@media (min-width: 1200px) {
  .content-holder .text-holder .text {
    font-size: 20px;
  }
}
.content-holder .text-holder .img-holder {
  margin: -180px 0 15px 15px;
  float: right;
  width: 150px;
  position: relative;
}
@media (min-width: 1024px) {
  .content-holder .text-holder .img-holder.lfb {
    position: relative;
    top: 40px;
  }
}
@media (min-width: 375px) {
  .content-holder .text-holder .img-holder {
    width: 54%;
  }
}
@media (min-width: 425px) {
  .content-holder .text-holder .img-holder {
    width: 49%;
    margin: -210px 0 0 25px;
  }
}
@media (min-width: 562px) {
  .content-holder .text-holder .img-holder {
    margin: -224px 0 0 25px;
    width: 245px;
  }
}
@media (min-width: 767px) {
  .content-holder .text-holder .img-holder {
    float: none;
    margin-left: 0;
    order: 2;
    padding: 0 0 0 45px;
    width: 50%;
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 1024px) {
  .content-holder .text-holder .img-holder {
    padding: 0 12px 0 45px;
  }
}
.content-holder .text-holder .img-holder .small-img {
  position: absolute;
  top: 32px;
  right: calc(100% - 28px);
  min-width: 175px;
}
@media (min-width: 562px) {
  .content-holder .text-holder .img-holder .small-img {
    min-width: 261px;
    right: calc(100% - 25px);
  }
}
@media (min-width: 767px) {
  .content-holder .text-holder .img-holder .small-img {
    bottom: -67px;
    top: auto;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .content-holder .text-holder .img-holder .small-img {
    left: 85px;
    min-width: auto;
  }
}

.round-slider {
  position: relative;
}
.round-slider .slideset {
  position: relative;
  margin: 0 -200px 9px;
}
@media (min-width: 767px) {
  .round-slider .slideset {
    width: 100%;
    margin: 0 0 5px;
  }
}
.round-slider a:hover img {
  transform: rotate(30deg);
}
.round-slider .mask {
  position: absolute;
  height: 100%;
  width: 29%;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 767px) {
  .round-slider .mask {
    width: 27%;
  }
}
.round-slider .mask:before {
  clear: both;
  content: "";
  position: absolute;
  top: 0;
  background: #a6192e;
  border-radius: 50%;
  z-index: 0;
  width: 90%;
  height: 96%;
  left: 13px;
}
.round-slider .mask.ofb:before {
  background: #bf9372;
}
.round-slider .slide {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0.5) translate(0, 0);
  transition: transform 0.65s, opacity 0.5s;
  z-index: -1;
  opacity: 0.8;
}
.round-slider .slide img {
  transition: transform 0.3s ease-in-out;
  width: 100%;
  height: auto;
}
.round-slider .slide.center-slide {
  opacity: 1;
}
.round-slider .slide:hover {
  opacity: 1;
}
.round-slider .slide.center-slide {
  transform: scale(1.1) translate(0, -3%);
  z-index: 5;
}
.round-slider.small .slide.left-slide {
  transform: scale(0.75) translate(-104%, -15%);
  z-index: 2;
}
.round-slider.small .slide.right-slide {
  transform: scale(0.75) translate(104%, -15%);
  z-index: 2;
}
.round-slider.small .left-direction .slide.left-slide,
.round-slider.small .right-direction .slide.right-slide {
  z-index: 2;
}
.round-slider.small .left-direction .slide.right-slide,
.round-slider.small .right-direction .slide.left-slide {
  z-index: 3;
}
.round-slider.medium .slide.left-slide {
  transform: scale(0.75) translate(-107%, -19%);
  z-index: 3;
}
.round-slider.medium .slide.left-slide-first {
  transform: scale(0.6) translate(-200%, -45%);
  z-index: 2;
}
.round-slider.medium .slide.left-slide-second {
  transform: scale(0.34) translate(-447%, -113%);
  z-index: 1;
}
.round-slider.medium .slide.right-slide {
  transform: scale(0.75) translate(107%, -19%);
  z-index: 3;
}
.round-slider.medium .slide.right-slide-first {
  transform: scale(0.6) translate(200%, -45%);
  z-index: 2;
}
.round-slider.medium .slide.right-slide-second {
  transform: scale(0.34) translate(447%, -113%);
  z-index: 1;
}
.round-slider.medium .left-direction .slide.left-slide,
.round-slider.medium .left-direction .slide.right-slide-first,
.round-slider.medium .right-direction .slide.left-slide-first,
.round-slider.medium .right-direction .slide.right-slide {
  z-index: 3;
}
.round-slider.medium .left-direction .slide.right-slide,
.round-slider.medium .right-direction .slide.left-slide {
  z-index: 4;
}
.round-slider.medium .right-direction .slide.right-slide-first {
  z-index: 2;
}
.round-slider.large .slide.left-slide {
  transform: scale(0.75) translate(-107%, -19%);
  z-index: 3;
}
.round-slider.large .slide.left-slide-first {
  transform: scale(0.6) translate(-200%, -45%);
  z-index: 2;
}
.round-slider.large .slide.left-slide-second {
  transform: scale(0.34) translate(-447%, -113%);
  z-index: 1;
}
.round-slider.large .slide.right-slide {
  transform: scale(0.75) translate(107%, -19%);
  z-index: 3;
}
.round-slider.large .slide.right-slide-first {
  transform: scale(0.6) translate(200%, -45%);
  z-index: 2;
}
.round-slider.large .slide.right-slide-second {
  transform: scale(0.34) translate(447%, -113%);
  z-index: 1;
}
.round-slider.large .left-direction .slide.left-slide,
.round-slider.large .left-direction .slide.right-slide-first,
.round-slider.large .right-direction .slide.left-slide-first,
.round-slider.large .right-direction .slide.right-slide {
  z-index: 3;
}
.round-slider.large .left-direction .slide.right-slide,
.round-slider.large .right-direction .slide.left-slide {
  z-index: 4;
}
.round-slider.large .right-direction .slide.right-slide-first {
  z-index: 2;
}
.round-slider .steps-animation .slide {
  transition: transform 0.1s;
}
.round-slider .btn-prev,
.round-slider .btn-next {
  position: absolute;
  left: 0;
  top: 50%;
}
.round-slider .btn-next {
  right: 0;
  left: auto;
}

@media (min-width: 767px) {
  .otis-page .decor-facts {
    width: 184px;
    height: 182px;
    bottom: 0px;
  }
}
@media (min-width: 1200px) {
  .otis-page .decor-facts {
    bottom: 70px;
  }
}
@media (min-width: 1600px) {
  .otis-page .decor-facts {
    left: -1%;
  }
}
@media (min-width: 1600px) {
  .otis-page .quick-facts {
    padding: 94px 0 171px;
  }
}

.decor-facts {
  display: none;
}
@media (min-width: 767px) {
  .decor-facts {
    position: absolute;
    display: block;
    height: 344px;
    width: 200px;
    bottom: -56px;
    left: -11%;
  }
}
@media (min-width: 1200px) {
  .decor-facts {
    width: 280px;
    bottom: 5px;
    left: -7%;
  }
}
@media (min-width: 1600px) {
  .decor-facts {
    left: -3%;
  }
}

.quick-facts {
  background-color: #791320;
  position: relative;
  padding: 70px 0 30px;
}
@media (min-width: 375px) {
  .quick-facts {
    padding: 61px 0 96px;
  }
}
@media (min-width: 767px) {
  .quick-facts {
    padding: 94px 0 120px;
  }
}
.quick-facts .container {
  max-width: 1450px;
}
.quick-facts .custom-heading {
  z-index: 1;
  position: relative;
  margin-bottom: 46px;
}
@media (min-width: 1200px) {
  .quick-facts .custom-heading {
    margin-bottom: 67px;
  }
}
.quick-facts .subtitle {
  color: #bf9372;
}
.quick-facts .h1 {
  color: #fff;
}
@media (min-width: 562px) {
  .quick-facts .h1 {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .quick-facts .h1 {
    font-size: 64px;
  }
}
.quick-facts .bg-lines:before {
  background-size: 80%;
}
@media (min-width: 767px) {
  .quick-facts .bg-lines:before {
    background-size: 50%;
  }
}
@media (min-width: 1200px) {
  .quick-facts .bg-lines:before {
    background-size: 32%;
  }
}

.brand-carousel {
  padding: 0 45px;
}
.brand-carousel.lfb .slick-track {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
@media (min-width: 375px) {
  .brand-carousel {
    padding: 0 55px;
  }
}
@media (max-width: 766px) {
  .brand-carousel {
    max-width: 462px;
    margin: auto;
  }
}
.brand-carousel .card {
  box-shadow: none;
  text-decoration: none;
  display: block;
}
@media (min-width: 767px) {
  .brand-carousel .card:hover .img {
    transform: scale(1.1);
  }
}
.brand-carousel .slick-track {
  padding: 25px 0;
}
.brand-carousel .text-holder {
  text-align: center;
  background-color: transparent;
  color: #fff;
  font-family: "gillsans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  line-height: 1.5;
  padding: 31px 6px 8px;
}
@media (min-width: 767px) {
  .brand-carousel .text-holder {
    padding: 15px;
  }
}
@media (min-width: 1024px) {
  .brand-carousel .text-holder {
    padding: 15px 20px;
  }
}
@media (min-width: 1200px) {
  .brand-carousel .text-holder {
    line-height: 1.9;
    padding: 15px 10px;
  }
}
.brand-carousel .text-holder h4 {
  font-family: "big_caslonmedium", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1.1;
  margin-bottom: 3px;
  word-spacing: -7px;
}
@media (min-width: 767px) {
  .brand-carousel .text-holder h4 {
    font-size: 22px;
    word-spacing: -5px;
  }
}
@media (min-width: 1200px) {
  .brand-carousel .text-holder h4 {
    font-size: 28px;
    word-spacing: -7px;
  }
}
.brand-carousel .img {
  transition: transform 0.3s ease-in-out;
  width: 226px;
  height: 222px;
  margin: auto;
  transform: translateY(0);
}
@media (min-width: 562px) {
  .brand-carousel .img {
    width: 306px;
    height: 300px;
  }
}
@media (min-width: 767px) {
  .brand-carousel .img {
    width: 176px;
    height: 170px;
  }
}
@media (min-width: 1200px) {
  .brand-carousel .img {
    width: 226px;
    height: 222px;
    margin: 0 auto 24px;
  }
}
.brand-carousel .slick-arrow {
  top: 140px;
}
@media (max-width: 766px) {
  .brand-carousel .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 562px) {
  .brand-carousel .slick-arrow {
    top: 32%;
  }
}
@media (min-width: 767px) {
  .brand-carousel .slick-arrow {
    top: 23%;
  }
}
@media (min-width: 1024px) {
  .brand-carousel .slick-arrow {
    top: 114px;
  }
}
@media (min-width: 1024px) {
  .brand-carousel .slick-arrow.slick-prev {
    left: 30px;
  }
}
@media (min-width: 1024px) {
  .brand-carousel .slick-arrow.slick-next {
    right: 27px;
  }
}
@media (min-width: 767px) {
  .brand-carousel .slick-list {
    padding: 24px 0;
    margin: -24px 0;
  }
}

@media (min-width: 767px) {
  .slide-card {
    padding: 0 8px 15px;
  }
}
@media (min-width: 1200px) {
  .slide-card {
    padding: 0 20px 40px;
  }
}

.link-block {
  min-height: 339px;
  position: relative;
  font-family: "big_caslonmedium", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 35px;
  padding: 80px 0 53px;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .link-block {
    font-size: 71px;
  }
}
@media (min-width: 1200px) {
  .link-block {
    min-height: 426px;
    padding: 100px 0 118px;
  }
}
.link-block:after {
  transition: opacity 0.3s ease-in-out;
  content: "";
  position: absolute;
  top: -1px;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #000;
  opacity: 0.15;
}
.link-block:hover:after {
  opacity: 0.3;
}
.link-block .container {
  z-index: 1;
}
.link-block span {
  position: relative;
  z-index: 1;
  word-spacing: -10px;
}
@media (min-width: 1024px) {
  .link-block span {
    word-spacing: -20px;
  }
}

.brand-food {
  text-align: center;
  padding: 29px 0 10px;
}
@media (min-width: 767px) {
  .brand-food {
    padding: 111px 0 89px;
  }
}
.brand-food .subtitle {
  color: #003ca6;
}
.brand-food .h1 {
  color: #bf9372;
}
@media (max-width: 766px) {
  .brand-food .h1 {
    font-size: 30px;
    margin-bottom: 5px;
  }
}
@media (min-width: 767px) {
  .brand-food .custom-heading {
    margin-bottom: 28px;
  }
}
.brand-food .text-holder {
  color: #636363;
  font-weight: 500;
  margin: 0 auto 28px;
}
@media (min-width: 767px) {
  .brand-food .text-holder {
    margin: 0 auto 58px;
    max-width: 950px;
  }
}
.brand-food .text-holder p {
  font-size: 1.25rem;
}

.round-carousel-nav {
  max-width: 650px;
  margin: auto;
  padding: 0 49px;
}
.round-carousel-nav .slick-prev {
  background-image: url("../images/arrow-blue-left@2x.png");
}
.round-carousel-nav .slick-next {
  background-image: url("../images/arrow-blue-right@2x.png");
}
.round-carousel-nav h4 {
  font-size: 27.5px;
  font-family: "big_caslonmedium", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  line-height: 1.2;
}
@media (min-width: 767px) {
  .round-carousel-nav h4 {
    font-size: 30px;
  }
}
.round-carousel-nav .slick-arrow {
  position: absolute;
  top: 14px;
  transform: translateY(-50%);
  font-size: 0;
  width: 35px;
  height: 35px;
  z-index: 4;
  background-color: transparent;
  border: 0;
}
@media (min-width: 767px) {
  .round-carousel-nav .slick-arrow {
    top: 26px;
  }
}
@media (min-width: 1024px) {
  .round-carousel-nav .slick-arrow {
    width: 49px;
    height: 49px;
  }
}
.round-carousel-nav .description {
  font-size: 1.4rem;
}
@media (max-width: 766px) {
  .round-carousel-nav .description {
    line-height: 1.2;
  }
}
@media (max-width: 766px) {
  .round-carousel-nav .description h4 {
    margin-bottom: 10px;
    line-height: 0.8;
  }
}

.bg-lines:before {
  content: "";
  position: absolute;
  background-image: url("../images/lines.png");
  background-repeat: repeat;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
}

.intro-contact {
  min-height: 300px;
}
@media (min-width: 562px) {
  .intro-contact {
    min-height: 566px;
  }
}
@media (min-width: 1024px) {
  .intro-contact {
    min-height: 711px;
  }
}

.intro-sust {
  min-height: 300px;
}
@media (min-width: 562px) {
  .intro-sust {
    min-height: 566px;
  }
}
@media (min-width: 1024px) {
  .intro-sust {
    min-height: 716px;
  }
}
.intro-sust:after {
  background-image: url("../images/decor-down.png");
}
.intro-sust .text-holder {
  font-family: "Montserrat", "freightsansbook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 600;
}
@media (max-width: 561px) {
  .intro-sust .text-holder {
    font-size: 12px;
  }
}
@media (min-width: 767px) {
  .intro-sust .text-holder {
    max-width: 600px;
    line-height: 1.4;
    letter-spacing: 1px;
    font-family: "Myriad-Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  }
}
@media (min-width: 1024px) {
  .intro-sust .text-holder {
    max-width: 780px;
    line-height: 1.7;
    letter-spacing: 1.63px;
  }
}
@media (min-width: 767px) {
  .intro-sust .text-holder h1 {
    letter-spacing: 4px;
  }
}
@media (min-width: 1024px) {
  .intro-sust .text-holder h1 {
    margin-bottom: 26px;
  }
}
@media (min-width: 1024px) {
  .intro-sust .text-holder p {
    margin-bottom: 24px;
  }
}

.future {
  color: #fff;
  min-height: 370px;
  padding: 80px 0;
}
@media (min-width: 767px) {
  .future {
    min-height: 400px;
  }
}
@media (min-width: 1024px) {
  .future {
    line-height: 1.78;
    padding: 150px 0;
    min-height: 600px;
  }
}
@media (min-width: 1200px) {
  .future {
    min-height: 705px;
    padding: 193px 0 150px;
  }
}
.future .container {
  width: 100%;
  align-items: flex-start;
}
.future:before {
  background-image: url("../images/decor-down.png");
}
.future .text-holder {
  font-weight: 600;
  line-height: 1.3;
}
@media (min-width: 562px) {
  .future .text-holder {
    width: 59%;
    margin-left: 36px;
  }
}
@media (min-width: 767px) {
  .future .text-holder {
    max-width: 500px;
    width: auto;
    font-family: "Myriad-Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  }
}
@media (min-width: 1024px) {
  .future .text-holder {
    font-size: 24px;
    max-width: 985px;
  }
}
@media (min-width: 1200px) {
  .future .text-holder {
    margin-left: 46px;
  }
}
.future .text-holder h2 {
  font-size: 40px;
  font-family: "freighttext_medium", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 500;
  line-height: 0.8;
  letter-spacing: 1.1px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .future .text-holder h2 {
    font-size: 70px;
    letter-spacing: -3px;
    word-spacing: 7px;
  }
}
@media (min-width: 1200px) {
  .future .text-holder h2 {
    font-size: 90px;
    margin-bottom: 39px;
  }
}
.future .text-holder .main-button {
  background-color: #fff;
  color: #325230;
  font-family: "freighttext_medium", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
@media (min-width: 767px) {
  .future .text-holder .main-button {
    padding: 3px 10px;
    min-width: 270px;
  }
}
@media (min-width: 1200px) {
  .future .text-holder .main-button {
    min-width: 352px;
  }
}
.future .text-holder .main-button:hover {
  background-color: #bf9372;
  color: #fff;
}

.focus-section {
  background-color: #c6c8b0;
  padding: 26px 0 55px;
  position: relative;
  text-align: center;
}
.focus-section:before {
  content: "";
  position: absolute;
  background: linear-gradient(-180deg, #c6c8b0 25%, rgba(198, 200, 176, 0) 100%);
  top: 0;
  right: 0;
  left: 0;
  height: 600px;
}
.focus-section:after {
  content: "";
  position: absolute;
  background: linear-gradient(360deg, #c6c8b0 25%, rgba(198, 200, 176, 0) 100%);
  bottom: 0;
  right: 0;
  left: 0;
  height: 600px;
}
.focus-section.bg-img {
  background-position: initial;
}
.focus-section .container {
  position: relative;
  z-index: 1;
}
@media (min-width: 767px) {
  .focus-section .container {
    padding: 0 40px;
  }
}
@media (min-width: 1200px) {
  .focus-section .container {
    padding: 0 123px 0 167px;
  }
}
.focus-section .img1 {
  display: block;
}
.focus-section .img1:hover {
  transform: scale(100.75%);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}
.focus-section .img2 {
  display: block;
}
@media (min-width: 562px) {
  .focus-section .img2 {
    padding: 0 60px;
  }
}
@media (min-width: 767px) {
  .focus-section .img2 {
    display: none;
  }
}
.focus-section h3 {
  font-family: "freighttext_medium", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 25px;
  letter-spacing: -0.8px;
  font-weight: 400;
  color: #4e7b74;
  text-align: center;
  margin-bottom: 39px;
}
@media (min-width: 562px) {
  .focus-section h3 {
    font-size: 40px;
  }
}
@media (max-width: 766px) {
  .focus-section h3 {
    line-height: 1.3;
  }
}
@media (min-width: 1024px) {
  .focus-section h3 {
    font-size: 30px;
    margin-bottom: 22px;
  }
}
@media (min-width: 1200px) {
  .focus-section h3 {
    font-size: 44px;
  }
}

.blue-btn {
  background-color: #003ca6;
  color: #fff;
  text-decoration: none;
  font-family: "freighttext_medium", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: none;
  min-width: 176px;
  border: none;
  font-weight: 400;
  padding: 4px 10px;
}
@media (min-width: 767px) {
  .blue-btn {
    font-size: 20px;
    max-width: 210px;
    padding: 8px 10px;
  }
}
@media (min-width: 1200px) {
  .blue-btn {
    min-width: 367px;
    font-size: 31px;
  }
}

.sust-more:after {
  display: none;
}
.sust-more:before {
  opacity: 0.4;
}

@media (max-width: 766px) {
  .img-st {
    margin-left: auto !important;
    width: 72% !important;
  }
}

.employee-info {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 767px) {
  .employee-info {
    max-width: 900px;
    margin: auto;
    justify-content: flex-end;
    align-items: flex-start;
  }
}
.employee-info .image-holder {
  width: 100%;
  padding-bottom: 72%;
}
@media (min-width: 767px) {
  .employee-info .image-holder {
    width: 40%;
    padding-bottom: 39%;
  }
}
.employee-info .minor-decor {
  width: 145px;
  height: 127px;
  bottom: -30px;
  right: auto;
  left: -60px;
}
@media (min-width: 562px) {
  .employee-info .minor-decor {
    width: 175px;
    height: 157px;
    bottom: -48px;
    left: -133px;
  }
}
@media (min-width: 767px) {
  .employee-info .minor-decor {
    bottom: -70px;
    left: -70px;
  }
}
@media (min-width: 1024px) {
  .employee-info .minor-decor {
    left: -80px;
  }
}
@media (min-width: 1200px) {
  .employee-info .minor-decor {
    width: 195px;
    height: 176px;
    bottom: -56px;
    left: -144px;
  }
}
@media (min-width: 767px) {
  .employee-info .summary {
    width: 55%;
    padding: 0px 0px 0px 30px;
  }
}
@media (min-width: 1200px) {
  .employee-info .summary {
    padding: 60px 0px 0px 58px;
  }
}
.employee-info .summary .h1 {
  font-size: 30px;
}
@media (min-width: 1024px) {
  .employee-info .summary .h1 {
    font-size: 63px;
  }
}
@media (min-width: 767px) {
  .employee-info .main-button {
    min-width: 266px;
  }
}
@media (min-width: 767px) {
  .employee-info p {
    margin-bottom: 34px;
  }
}
.employee-info .subtitle {
  font-weight: 500;
}
@media (min-width: 767px) {
  .employee-info .subtitle {
    font-size: 47px;
  }
}
@media (min-width: 1200px) {
  .employee-info .subtitle {
    font-size: 60px;
  }
}
@media (min-width: 767px) {
  .employee-info .custom-heading {
    margin-bottom: 20px;
  }
}

.intro-careers {
  min-height: 560px;
  padding: 110px 0;
}
@media (min-width: 1024px) {
  .intro-careers {
    min-height: 0 !important;
    display: block;
  }
}
@media (min-width: 1024px) {
  .intro-careers .container {
    position: relative;
    display: block;
    max-width: 90%;
  }
}
.intro-careers .container:before {
  content: "";
  padding-bottom: 15%;
  display: block;
  width: 0;
  height: auto;
}
@media (min-width: 1024px) {
  .intro-careers h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 767px) {
  .intro-careers.bg-img {
    min-height: 380px;
    background-position: 50% 50% !important;
    background-size: cover !important;
    background-attachment: initial !important;
  }
}
@media (min-width: 1024px) {
  .intro-careers.bg-img {
    background-position: inherit;
  }
}
.mob-head {
  display: block;
  margin-bottom: 37px;
}
@media (min-width: 767px) {
  .mob-head {
    display: none;
  }
}

.mob-btn-exp {
  min-width: 260px !important;
  padding: 4px 11px !important;
}
@media (min-width: 767px) {
  .mob-btn-exp {
    display: none;
  }
}

.deskt-btn {
  display: none;
}
@media (min-width: 767px) {
  .deskt-btn {
    display: inline-block;
  }
}

.careers-more:before {
  opacity: 0.4;
}
.careers-more:after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  background-image: url("../images/decor1.png");
  background-position: top;
  background-size: cover;
  height: 60px;
  transform: rotate(180deg);
  z-index: 1;
}
@media (min-width: 767px) {
  .careers-more {
    padding: 110px 0 77px;
  }
}
.careers-more .h1 {
  font-size: 35px;
}
@media (min-width: 767px) {
  .careers-more .h1 {
    font-size: 53px;
    font-weight: 500;
  }
}

.explore {
  padding: 66px 0 27px;
}
@media (min-width: 562px) {
  .explore {
    padding: 66px 38px 27px;
  }
}
@media (min-width: 767px) {
  .explore {
    padding: 100px 0 108px;
  }
}
.explore .subtitle {
  font-weight: 500;
}
@media (min-width: 767px) {
  .explore .h1 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .explore .h1 {
    font-size: 50px;
    letter-spacing: 1.6px;
  }
}
.explore .employee-info {
  flex-direction: column-reverse;
}
@media (max-width: 766px) {
  .explore .employee-info {
    padding-bottom: 76px;
  }
}
@media (min-width: 767px) {
  .explore .employee-info {
    flex-direction: row;
  }
}
.explore .employee-info .main-button {
  font-size: 15px;
}
.explore .employee-info .summary {
  font-size: 15px;
  line-height: 1.2;
  padding: 32px 0 4px;
}
@media (min-width: 767px) {
  .explore .employee-info .summary {
    padding: 8px 23px 4px 37px;
  }
}
@media (min-width: 1024px) {
  .explore .employee-info .summary {
    padding: 56px 0 4px 58px;
    line-height: inherit;
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .explore .employee-info .summary {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .explore .employee-info .summary .h1 {
    font-size: 41px;
  }
}
@media (min-width: 1200px) {
  .explore .employee-info .summary .h1 {
    font-size: 65px;
  }
}
.explore .employee-info .summary .subtitle {
  font-size: 37px;
}
@media (min-width: 1024px) {
  .explore .employee-info .summary .subtitle {
    font-size: 43px;
  }
}
@media (min-width: 1200px) {
  .explore .employee-info .summary .subtitle {
    font-size: 50px;
  }
}
@media (max-width: 766px) {
  .explore .employee-info .custom-heading .h1 {
    margin-bottom: 12px;
  }
}
.explore .employee-info.reverse-style .subtitle {
  font-size: 37px;
}
@media (min-width: 1024px) {
  .explore .employee-info.reverse-style .subtitle {
    font-size: 43px;
  }
}
@media (min-width: 1200px) {
  .explore .employee-info.reverse-style .subtitle {
    font-size: 50px;
  }
}
@media (min-width: 1024px) {
  .explore .employee-info.reverse-style .h1 {
    font-size: 41px;
  }
}
@media (min-width: 1200px) {
  .explore .employee-info.reverse-style .h1 {
    font-size: 65px;
  }
}
.explore.explore-first {
  padding: 21px 0 32px;
}
@media (min-width: 767px) {
  .explore.explore-first {
    padding: 40px 0 60px;
  }
}
.explore.explore-first .employee-info {
  flex-direction: row-reverse !important;
}
@media (max-width: 766px) {
  .explore.explore-first .employee-info {
    padding-bottom: 0;
  }
}
@media (min-width: 767px) {
  .explore.explore-first .employee-info {
    max-width: initial;
    justify-content: space-between;
  }
}
.explore.explore-first .employee-info .custom-heading {
  display: none;
}
@media (min-width: 767px) {
  .explore.explore-first .employee-info .custom-heading {
    display: block;
  }
}
@media (min-width: 562px) {
  .explore.explore-first .container {
    padding: 0 52px;
  }
}
@media (min-width: 1200px) {
  .explore.explore-first .container {
    padding: 0 102px;
  }
}
.explore.explore-first .summary {
  padding: 0;
  line-height: 1.2;
}
@media (min-width: 767px) {
  .explore.explore-first .summary {
    line-height: 1.27;
    padding: 0 0 20px;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .explore.explore-first .summary {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .explore.explore-first .summary {
    padding: 0;
    line-height: 1.7;
  }
}
@media (min-width: 767px) {
  .explore.explore-first .summary .h1 {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .explore.explore-first .summary .h1 {
    font-size: 45px;
  }
}
@media (min-width: 1200px) {
  .explore.explore-first .summary .h1 {
    font-size: 63px;
    letter-spacing: 1.6px;
  }
}
.explore.explore-first p {
  margin-bottom: 10px;
}
@media (min-width: 767px) {
  .explore.explore-first p {
    margin-bottom: 29px;
  }
}
.explore.explore-first .image-holder {
  padding-bottom: 66%;
  margin-bottom: 12px;
}
@media (min-width: 767px) {
  .explore.explore-first .image-holder {
    width: 50%;
    padding-bottom: 33%;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .explore.explore-first .image-holder {
    width: 49%;
    margin-top: 5px;
  }
}
@media (min-width: 767px) {
  .explore.explore-first .subtitle {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .explore.explore-first .subtitle {
    font-size: 54px;
  }
}
@media (min-width: 767px) {
  .explore.explore-first .custom-heading {
    margin-bottom: 24px;
    line-height: 1;
  }
}
@media (max-width: 766px) {
  .explore.explore-first .custom-heading .h1 {
    font-size: 27px;
  }
}
@media (max-width: 561px) {
  .explore.explore-first .text {
    line-height: 1.2;
  }
}
@media (min-width: 767px) {
  .explore.explore-first .text {
    padding: 0 20px;
  }
}
@media (min-width: 1024px) {
  .explore.explore-first .text {
    padding: 0 20px;
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .explore.explore-first .text {
    padding: 0 39px;
    font-size: 20px;
  }
}
.explore.explore-first .main-button {
  padding: 4px 18px 4px;
}
@media (min-width: 767px) {
  .explore.explore-first .main-button {
    padding: 7px 11px 8px;
  }
}

.for-you {
  background-color: #001c4f;
  padding: 75px 0 200px;
  color: #fff;
}
@media (min-width: 767px) {
  .for-you {
    padding: 84px 0 200px;
  }
}
.for-you:after {
  z-index: 0;
}
.for-you .bg-lines:before {
  background-size: 80%;
}
@media (min-width: 767px) {
  .for-you .bg-lines:before {
    background-size: 50%;
  }
}
@media (min-width: 1200px) {
  .for-you .bg-lines:before {
    background-size: 32%;
  }
}
.for-you .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
@media (min-width: 375px) {
  .for-you .container {
    padding: 0 45px;
  }
}
@media (min-width: 562px) {
  .for-you .container {
    padding: 0 52px;
  }
}
@media (min-width: 1024px) {
  .for-you .container {
    padding: 0 130px 0 100px;
  }
}
.for-you .main-button {
  color: #fff;
  min-width: 260px;
  padding: 4px 11px;
}
@media (min-width: 1024px) {
  .for-you .main-button {
    min-width: 267px;
    margin-left: 41px;
    padding: 7px 11px 8px;
  }
}
.for-you .custom-heading {
  width: 100%;
  line-height: 1;
  text-align: left;
  margin-bottom: 48px;
}
@media (min-width: 767px) {
  .for-you .custom-heading {
    width: 32%;
    padding-top: 95px;
    margin-bottom: 0;
  }
}
.for-you h3 {
  font-family: "big_caslonmedium", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 500;
  font-size: 35px;
  margin-bottom: 23px;
}
@media (min-width: 767px) {
  .for-you h3 {
    word-spacing: -10px;
  }
}
@media (min-width: 1024px) {
  .for-you h3 {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .for-you h3 {
    margin-bottom: 58px;
    letter-spacing: -3px;
    font-size: 81px;
    word-spacing: -20px;
  }
}

.opening-list {
  margin-bottom: -162px;
  z-index: 1;
}
@media (min-width: 562px) {
  .opening-list {
    padding: 0 38px;
  }
}
@media (min-width: 767px) {
  .opening-list {
    width: 68%;
    margin-bottom: -150px;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .opening-list {
    width: 63%;
    margin-bottom: -170px;
  }
}
.opening-list .image {
  min-height: 122px;
  width: 100%;
  margin-bottom: 19px;
}
.opening-list .image.bg-img {
  transition: background-size 0.3s ease-in-out;
}
@media (min-width: 767px) {
  .opening-list .image.bg-img {
    background-size: 100%;
  }
}
.opening-list .opening-card h4 {
  font-family: "big_caslonmedium", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #b7b7b7;
  font-weight: 500;
  margin-bottom: 14px;
  line-height: 1;
}
@media (max-width: 766px) {
  .opening-list .opening-card h4 {
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  .opening-list .opening-card h4 {
    letter-spacing: 1px;
    word-spacing: -8px;
  }
}
.opening-list li:nth-child(even) .opening-card {
  margin-right: auto;
  margin-left: unset;
}

.opening-card {
  color: #fff;
  display: block;
  text-decoration: none;
  background-color: rgba(22, 22, 22, 0.75);
  padding: 23px;
  margin-left: auto;
  margin-bottom: 32px;
}
@media (min-width: 767px) {
  .opening-card {
    width: 75%;
    margin-bottom: 22px;
  }
}
@media (min-width: 1024px) {
  .opening-card {
    width: 59%;
    margin-bottom: 44px;
  }
}
.opening-card:hover {
  background-color: #161616;
}
@media (max-width: 766px) {
  .opening-card .text {
    line-height: 1.7;
  }
}
@media (min-width: 1024px) {
  .opening-card .text {
    letter-spacing: 0.9px;
  }
}

.card-carousel {
  padding: 0 12px;
}
@media (min-width: 562px) {
  .card-carousel {
    padding: 0 8px;
  }
}

@media (min-width: 562px) {
  .carousel-wrapper {
    margin: 0 -240px;
    display: flex;
  }
}
@media (min-width: 1405px) {
  .carousel-wrapper {
    margin: 0px -550px 0 -333px;
  }
}
.carousel-wrapper .slick-list {
  margin: 0 -8px;
}
.carousel-wrapper .slick-track {
  margin: 0 -4px;
}
@media (min-width: 562px) {
  .carousel-wrapper .slick-track {
    margin: 0;
  }
}
.carousel-wrapper .company-carousel,
.carousel-wrapper .company-carousel2 {
  overflow: hidden;
  z-index: 1;
  margin-bottom: 0 -8px;
}
@media (min-width: 562px) {
  .carousel-wrapper .company-carousel,
  .carousel-wrapper .company-carousel2 {
    margin: 0 -8px;
  }
}
.carousel-wrapper .company-carousel .slick-list,
.carousel-wrapper .company-carousel2 .slick-list {
  padding: 20px 15px;
  margin: 0 -15px;
}
@media (min-width: 562px) {
  .carousel-wrapper .company-carousel .slick-list,
  .carousel-wrapper .company-carousel2 .slick-list {
    margin: 0 -14px;
    height: 100%;
    padding: 20px 15px;
  }
}
.carousel-wrapper .company-carousel .slick-track,
.carousel-wrapper .company-carousel2 .slick-track {
  height: 100%;
}
.carousel-wrapper .company-carousel .image-holder,
.carousel-wrapper .company-carousel2 .image-holder {
  height: 100%;
}
.carousel-wrapper .company-carousel .slick-slide .image-holder,
.carousel-wrapper .company-carousel2 .slick-slide .image-holder {
  box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.39);
}
@media (min-width: 562px) {
  .carousel-wrapper .company-carousel .slick-slide .image-holder,
  .carousel-wrapper .company-carousel2 .slick-slide .image-holder {
    box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.39);
  }
}
.carousel-wrapper .company-carousel .slick-slide .image-holder:after,
.carousel-wrapper .company-carousel2 .slick-slide .image-holder:after {
  display: none;
}
.carousel-wrapper .company-carousel {
  width: 100%;
}
@media (max-width: 561px) {
  .carousel-wrapper .company-carousel {
    margin-bottom: 15px;
  }
}
@media (min-width: 562px) {
  .carousel-wrapper .company-carousel {
    width: 38%;
  }
}
@media (min-width: 767px) {
  .carousel-wrapper .company-carousel {
    width: 43%;
  }
}
.carousel-wrapper .company-carousel .image-holder {
  padding-bottom: 100%;
}
@media (min-width: 767px) {
  .carousel-wrapper .company-carousel .image-holder {
    padding-bottom: 103%;
  }
}
@media (min-width: 1405px) {
  .carousel-wrapper .company-carousel .image-holder {
    padding-bottom: 100.3%;
  }
}
.carousel-wrapper .company-carousel2 {
  display: none;
}
@media (min-width: 562px) {
  .carousel-wrapper .company-carousel2 {
    display: block;
    width: 22%;
  }
}
@media (min-width: 1200px) {
  .carousel-wrapper .company-carousel2 {
    width: 20%;
  }
}
@media (min-width: 1405px) {
  .carousel-wrapper .company-carousel2 {
    width: 22%;
  }
}
.carousel-wrapper .company-carousel2 .image-holder {
  padding-bottom: 175%;
}
@media (min-width: 375px) {
  .carousel-wrapper .company-carousel2 .image-holder {
    padding-bottom: 179%;
  }
}
@media (min-width: 767px) {
  .carousel-wrapper .company-carousel2 .image-holder {
    padding-bottom: 110%;
  }
}
@media (min-width: 1405px) {
  .carousel-wrapper .company-carousel2 .image-holder {
    padding-bottom: 86%;
  }
}
.carousel-wrapper .text-wrapper {
  width: 100%;
  position: relative;
  padding: 0 15px;
}
@media (min-width: 562px) {
  .carousel-wrapper .text-wrapper {
    width: 40%;
    padding: 13px 28px 0 46px;
  }
}
@media (min-width: 767px) {
  .carousel-wrapper .text-wrapper {
    width: 35%;
    font-size: 14px;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .carousel-wrapper .text-wrapper {
    padding: 20px 30px 20px 77px;
    width: 32%;
  }
}
@media (min-width: 1405px) {
  .carousel-wrapper .text-wrapper {
    padding: 50px 53px 29px 101px;
    font-size: 15px;
    width: 28%;
  }
}
.carousel-wrapper .text-wrapper .inner-decor {
  display: none;
}
@media (min-width: 767px) {
  .carousel-wrapper .text-wrapper .inner-decor {
    position: absolute;
    display: block;
    width: 112px;
    height: auto;
    left: -23px;
    bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .carousel-wrapper .text-wrapper .inner-decor {
    width: 120px;
  }
}
@media (min-width: 1200px) {
  .carousel-wrapper .text-wrapper .inner-decor {
    width: 150px;
    left: -39px;
  }
}
@media (min-width: 1405px) {
  .carousel-wrapper .text-wrapper .inner-decor {
    width: 192px;
    bottom: 26px;
    left: -24px;
  }
}
.carousel-wrapper .text-wrapper h3 {
  font-family: "big_caslonmedium", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 22px;
  margin-bottom: 2px;
}
@media (min-width: 767px) {
  .carousel-wrapper .text-wrapper h3 {
    font-size: 17px;
    letter-spacing: -0.3px;
  }
}
@media (min-width: 1200px) {
  .carousel-wrapper .text-wrapper h3 {
    font-size: 30px;
    margin-bottom: 8px;
  }
}
@media (min-width: 767px) {
  .carousel-wrapper .inner {
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .carousel-wrapper .inner {
    padding-left: 33px;
  }
}
.carousel-wrapper .inner p {
  margin-bottom: 8px;
  font-size: 1.25rem;
}
@media (min-width: 767px) {
  .carousel-wrapper .inner .main-button {
    min-width: 250px;
    margin-top: 28px;
  }
}

.intro-inclusion {
  min-height: 370px;
}
@media (min-width: 562px) {
  .intro-inclusion {
    min-height: 561px;
  }
}
@media (min-width: 767px) {
  .intro-inclusion {
    min-height: 500px;
  }
}
@media (min-width: 1024px) {
  .intro-inclusion {
    min-height: 712px;
  }
}

.diversity-paragraphs {
  position: relative;
  padding: 44px 0 78px;
}
@media (min-width: 767px) {
  .diversity-paragraphs {
    padding: 93px 0 0;
  }
}
@media (min-width: 1200px) {
  .diversity-paragraphs {
    padding: 93px 0 113px;
  }
}
.diversity-paragraphs .bg-decor {
  left: 0;
  top: 32%;
  background-size: 32%;
  background-image: url("../images/bg-decor.png");
}
@media (min-width: 562px) {
  .diversity-paragraphs .bg-decor {
    left: 0;
    top: 22%;
    background-size: 28%;
  }
}
@media (min-width: 767px) {
  .diversity-paragraphs .bg-decor {
    top: 37%;
    background-size: 18%;
  }
}
@media (min-width: 1024px) {
  .diversity-paragraphs .bg-decor {
    left: 0;
    top: 44%;
    background-size: 18%;
  }
}
.diversity-paragraphs .container {
  max-width: 1300px;
}
@media (min-width: 375px) {
  .diversity-paragraphs .container {
    padding: 0 40px;
  }
}
@media (min-width: 767px) {
  .diversity-paragraphs .container {
    padding: 0 15px;
  }
}

.decor-bake {
  position: absolute;
  top: 21.5%;
  right: -14px;
  width: 220px;
  height: 166px;
}
@media (min-width: 767px) {
  .decor-bake {
    top: 14px;
    right: -27px;
  }
}
@media (min-width: 1024px) {
  .decor-bake {
    top: 90px;
    width: 331px;
  }
}

.decor-bake2 {
  position: absolute;
  top: 69.6%;
  left: -20%;
  width: 251px;
  height: 317px;
}
@media (min-width: 767px) {
  .decor-bake2 {
    top: 40%;
    left: -16%;
    width: 220px;
  }
}
@media (min-width: 1024px) {
  .decor-bake2 {
    top: 44%;
    left: 0%;
    width: 293px;
  }
}

.simple-paragraph {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-bottom: 150px;
}
@media (min-width: 480px) {
  .simple-paragraph {
    padding-bottom: 250px;
  }
}
@media (min-width: 562px) {
  .simple-paragraph {
    max-width: 468px;
    padding-bottom: 207px;
  }
}
@media (min-width: 767px) {
  .simple-paragraph {
    max-width: none;
    margin: 0;
    padding-bottom: 130px;
  }
}
@media (min-width: 1024px) {
  .simple-paragraph {
    padding-bottom: 110px;
  }
}
@media (min-width: 1200px) {
  .simple-paragraph {
    padding-bottom: 155px;
  }
}
.simple-paragraph .title-box {
  width: 100%;
  margin-bottom: 35px;
}
@media (min-width: 767px) {
  .simple-paragraph .title-box {
    width: 50%;
    margin-bottom: 0;
    padding: 0 20px 0 10px;
  }
}
@media (min-width: 1200px) {
  .simple-paragraph .title-box {
    padding: 18px 100px 0 11px;
  }
}
.simple-paragraph .title-box .subtitle {
  font-weight: 700;
  font-family: "aislingregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #003ca6;
  font-size: 35px;
  line-height: 1;
  display: block;
  margin-bottom: 3px;
}
@media (min-width: 767px) {
  .simple-paragraph .title-box .subtitle {
    font-size: 40px;
    letter-spacing: -1.5px;
  }
}
@media (min-width: 1200px) {
  .simple-paragraph .title-box .subtitle {
    font-size: 60px;
  }
}
.simple-paragraph .title-box h3 {
  font-family: "big_caslonmedium", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #bf9372;
  font-size: 35px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: -2.7px;
}
@media (min-width: 562px) {
  .simple-paragraph .title-box h3 {
    font-size: 43px;
  }
}
@media (min-width: 767px) {
  .simple-paragraph .title-box h3 {
    margin-bottom: 15px;
    letter-spacing: 2px;
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .simple-paragraph .title-box h3 {
    font-size: 43px;
  }
}
@media (min-width: 1200px) {
  .simple-paragraph .title-box h3 {
    font-size: 65px;
    margin-bottom: 37px;
  }
}
.simple-paragraph .title-box .text-holder {
  font-size: 15px;
  line-height: 1.45;
  padding-left: 20px;
}
@media (min-width: 480px) {
  .simple-paragraph .title-box .text-holder {
    padding: 0 50px 0 40px;
  }
}
@media (min-width: 767px) {
  .simple-paragraph .title-box .text-holder {
    line-height: 1.7;
    padding-right: 0;
    padding-left: 20px;
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .simple-paragraph .title-box .text-holder {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .simple-paragraph .title-box .text-holder {
    padding-left: 67px;
    font-size: 20px;
  }
}
.simple-paragraph .title-box .text-holder p {
  margin-bottom: 15px;
}
@media (min-width: 767px) {
  .simple-paragraph .title-box .text-holder p {
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .simple-paragraph .title-box .text-holder p {
    margin-bottom: 25px;
  }
}
.simple-paragraph .img-holder {
  width: 80%;
  position: relative;
  z-index: 1;
}
@media (max-width: 766px) {
  .simple-paragraph .img-holder {
    margin: auto;
  }
}
@media (min-width: 480px) {
  .simple-paragraph .img-holder {
    width: 67%;
  }
}
@media (min-width: 562px) {
  .simple-paragraph .img-holder {
    width: 82%;
  }
}
@media (min-width: 767px) {
  .simple-paragraph .img-holder {
    align-self: flex-start;
    margin-left: auto;
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .simple-paragraph .img-holder {
    width: 43%;
  }
}
.simple-paragraph .img-holder .small-decor {
  position: absolute;
  bottom: 86px;
  right: calc(100% - 60px);
  z-index: -1;
  width: 58%;
}
@media (min-width: 767px) {
  .simple-paragraph .img-holder .small-decor {
    max-width: 150px;
    bottom: 95px;
    right: calc(100% - 71px);
    width: 100%;
    letter-spacing: 1.5px;
  }
}
@media (min-width: 1200px) {
  .simple-paragraph .img-holder .small-decor {
    max-width: 214px;
  }
}
.simple-paragraph .img-holder .small-img {
  position: absolute;
  top: calc(100% - 88px);
  right: calc(100% - 115px);
  width: 100%;
}
@media (min-width: 562px) {
  .simple-paragraph .img-holder .small-img {
    top: calc(100% - 171px);
    right: calc(100% - 223px);
  }
}
@media (min-width: 767px) {
  .simple-paragraph .img-holder .small-img {
    max-width: 230px;
    top: calc(100% - 110px);
    right: calc(100% - 148px);
  }
}
@media (min-width: 1200px) {
  .simple-paragraph .img-holder .small-img {
    max-width: 450px;
    top: calc(100% - 177px);
    right: calc(100% - 267px);
    width: 100%;
  }
}
.simple-paragraph .img-holder .small-img .small-description {
  position: absolute;
  font-size: 25px;
  line-height: 1;
  font-weight: 700;
  font-family: "aislingregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #003ca6;
  min-width: 157px;
  transform: rotate(-5deg);
  top: calc(100% - 58px);
  left: calc(100% + 4px);
}
@media (min-width: 375px) {
  .simple-paragraph .img-holder .small-img .small-description {
    left: calc(100% + 20px);
    min-width: 170px;
    top: 120px;
  }
}
@media (min-width: 480px) {
  .simple-paragraph .img-holder .small-img .small-description {
    left: calc(100% + 50px);
    top: 120px;
    bottom: auto;
    font-size: 28px;
    min-width: 200px;
  }
}
@media (min-width: 562px) {
  .simple-paragraph .img-holder .small-img .small-description {
    top: 189px;
    left: calc(100% + 13px);
    min-width: 240px;
    font-size: 34px;
  }
}
@media (min-width: 767px) {
  .simple-paragraph .img-holder .small-img .small-description {
    min-width: 180px;
    font-size: 25px;
    left: calc(100% - 14px);
    top: calc(100% - 30px);
  }
}
@media (min-width: 1024px) {
  .simple-paragraph .img-holder .small-img .small-description {
    left: calc(100% + 27px);
    top: calc(100% - 59px);
  }
}
@media (min-width: 1200px) {
  .simple-paragraph .img-holder .small-img .small-description {
    min-width: 220px;
    font-size: 30px;
    left: calc(100% + 15px);
    top: calc(100% - 150px);
  }
}
@media (min-width: 1405px) {
  .simple-paragraph .img-holder .small-img .small-description {
    min-width: 296px;
    left: calc(100% + 30px);
    font-size: 38px;
  }
}
.simple-paragraph.par-reverse {
  flex-direction: row-reverse;
}
@media (min-width: 1200px) {
  .simple-paragraph.par-reverse .img-holder {
    width: 45%;
  }
}
.simple-paragraph.par-reverse .img-holder .small-img {
  top: calc(100% - 61px);
  left: calc(100% - 100px);
  width: 97%;
}
@media (min-width: 562px) {
  .simple-paragraph.par-reverse .img-holder .small-img {
    left: calc(100% - 178px);
  }
}
@media (min-width: 767px) {
  .simple-paragraph.par-reverse .img-holder .small-img {
    top: calc(100% - 85px);
    left: calc(100% - 190px);
  }
}
@media (min-width: 1024px) {
  .simple-paragraph.par-reverse .img-holder .small-img {
    top: calc(100% - 74px);
    left: calc(100% - 188px);
  }
}
@media (min-width: 1200px) {
  .simple-paragraph.par-reverse .img-holder .small-img {
    left: calc(100% - 324px);
    max-width: 450px;
  }
}
.simple-paragraph.par-reverse .img-holder .small-img .small-description {
  min-width: 157px;
  top: calc(100% - 60px);
  right: calc(100% + 7px);
  left: auto;
}
@media (min-width: 375px) {
  .simple-paragraph.par-reverse .img-holder .small-img .small-description {
    min-width: 170px;
    right: calc(100% + 7px);
    top: 74px;
  }
}
@media (min-width: 480px) {
  .simple-paragraph.par-reverse .img-holder .small-img .small-description {
    right: calc(100% + 7px);
    transform: rotate(-5deg);
    bottom: auto;
    top: 74px;
  }
}
@media (min-width: 562px) {
  .simple-paragraph.par-reverse .img-holder .small-img .small-description {
    top: 84px;
    min-width: 240px;
    right: calc(100% + 9px);
  }
}
@media (min-width: 767px) {
  .simple-paragraph.par-reverse .img-holder .small-img .small-description {
    min-width: 180px;
    font-size: 25px;
    right: calc(100% + 0px);
    top: calc(100% - 59px);
  }
}
@media (min-width: 1024px) {
  .simple-paragraph.par-reverse .img-holder .small-img .small-description {
    right: calc(100% + 15px);
    top: calc(100% - 80px);
  }
}
@media (min-width: 1200px) {
  .simple-paragraph.par-reverse .img-holder .small-img .small-description {
    min-width: 220px;
    font-size: 30px;
    top: calc(100% - 202px);
  }
}
@media (min-width: 1405px) {
  .simple-paragraph.par-reverse .img-holder .small-img .small-description {
    right: calc(100% + 66px);
    font-size: 38px;
    min-width: 296px;
  }
}
@media (min-width: 767px) {
  .simple-paragraph.par-reverse .title-box {
    width: 50%;
    margin-bottom: 0;
    padding: 0 20px 0 40px;
  }
}
@media (min-width: 1200px) {
  .simple-paragraph.par-reverse .title-box {
    padding: 11px 65px 0 86px;
  }
}
@media (min-width: 1200px) {
  .simple-paragraph.par-reverse .title-box .text-holder {
    padding-left: 38px;
  }
}
@media (min-width: 767px) {
  .simple-paragraph.par-reverse.space-top {
    padding-top: 100px;
  }
}

@media (min-width: 1200px) {
  .incl-style {
    padding: 122px 0 123px;
  }
}
.incl-style:after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  background-image: url("../images/decor1.png");
  background-position: top;
  background-size: cover;
  height: 60px;
  transform: rotate(180deg);
  z-index: 1;
}

@media (min-width: 1200px) {
  .sust-more {
    padding: 128px 0 123px;
  }
}

.future-blog {
  padding-bottom: 20px;
}
@media (min-width: 767px) {
  .future-blog {
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .future-blog {
    padding-bottom: 239px;
  }
}
@media (min-width: 375px) {
  .future-blog .container {
    padding: 0 50px;
  }
}
@media (min-width: 1200px) {
  .future-blog .container {
    padding: 0 60px;
  }
}

.sust-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.sust-list li {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  align-items: end;
  padding-bottom: 30px;
  flex: 0 1 100%;
  width: 100%;
}
@media (max-width: 766px) {
  .sust-list li {
    flex-wrap: wrap;
  }
}
@media (min-width: 767px) {
  .sust-list li {
    padding-bottom: 50px;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .sust-list li {
    padding-bottom: 103px;
  }
}
.sust-list li:nth-child(2n+1) {
  flex-direction: row-reverse;
}
@media (max-width: 766px) {
  .sust-list li:nth-child(2n+1) .text {
    text-align: right;
  }
}
@media (min-width: 767px) {
  .sust-list li:nth-child(2n+1) .text {
    padding: 70px 20px 15px 0;
  }
}
@media (min-width: 1200px) {
  .sust-list li:nth-child(2n+1) .text {
    padding: 99px 9px 40px 9px;
  }
}
@media (max-width: 766px) {
  .sust-list li:nth-child(2n+1) .custom-heading {
    text-align: right;
  }
}
.sust-list li .image-holder {
  width: 100%;
  margin: 0 auto 30px;
  min-height: 259px;
  box-shadow: 6px 7px 18px 6px rgba(0, 0, 0, 0.25);
}
@media (min-width: 562px) {
  .sust-list li .image-holder {
    width: 73%;
  }
}
@media (min-width: 767px) {
  .sust-list li .image-holder {
    width: 48%;
    min-height: 280px;
    margin: inherit;
  }
}
@media (min-width: 1024px) {
  .sust-list li .image-holder {
    min-height: 350px;
  }
}
@media (min-width: 1200px) {
  .sust-list li .image-holder {
    min-height: 414px;
  }
}
.sust-list li .text {
  color: #636363;
  width: 100%;
  margin: auto;
}
@media (min-width: 562px) {
  .sust-list li .text {
    width: 73%;
  }
}
@media (min-width: 767px) {
  .sust-list li .text {
    display: flex;
    height: 100%;
    width: 50%;
    padding: 70px 20px 15px 20px;
    flex-direction: column;
    justify-content: flex-start;
    line-height: 1.4;
  }
}
@media (min-width: 1024px) {
  .sust-list li .text {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .sust-list li .text {
    line-height: 1.6;
    padding: 84px 9px 40px 20px;
  }
}
.sust-list li .custom-heading {
  text-align: left;
  line-height: 1.1;
}
.sust-list li .custom-heading .subtitle {
  font-size: 30px;
}
.sust-list li .custom-heading h4 {
  color: #bf9372;
  font-size: 30px;
  margin-bottom: 15px;
  word-spacing: -10px;
}
@media (min-width: 562px) {
  .sust-list li .custom-heading h4 {
    font-size: 36px;
  }
}
@media (min-width: 767px) {
  .sust-list li .custom-heading h4 {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .sust-list li .custom-heading h4 {
    font-size: 39px;
    margin-bottom: 20px;
    word-spacing: -10px;
  }
}
@media (min-width: 1200px) {
  .sust-list li .custom-heading h4 {
    letter-spacing: 2px;
    margin-bottom: 40px;
    word-spacing: -18px;
    font-size: 65px;
  }
}
.sust-list li .custom-heading {
  text-align: left;
}
@media (max-width: 561px) {
  .sust-list li .custom-heading {
    line-height: 1.1;
  }
}
.sust-list li .custom-heading .subtitle {
  font-size: 30px;
}
@media (min-width: 1200px) {
  .sust-list li .custom-heading .subtitle {
    font-size: 60px;
  }
}

.future-paragraph {
  font-family: "Myriad-Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #7b7b7b;
  font-weight: 700;
  text-align: center;
  padding: 50px 0;
}
@media (min-width: 767px) {
  .future-paragraph {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .future-paragraph {
    padding: 83px 0 76px;
  }
}
.future-paragraph .container {
  max-width: 95%;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .future-paragraph .container {
    max-width: 95%;
  }
}

.plant-foods {
  position: relative;
  text-align: center;
  font-family: "big_caslonmedium", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  line-height: 1;
  min-height: 340px;
  display: flex;
  align-items: flex-end;
  padding: 18px 0;
}
@media (min-width: 767px) {
  .plant-foods {
    min-height: 380px;
  }
}
@media (min-width: 1200px) {
  .plant-foods {
    min-height: 590px;
  }
}
.plant-foods .container {
  max-width: 500px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .plant-foods .container {
    max-width: 770px;
  }
}
.plant-foods h1 {
  color: #003ca6;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .plant-foods h1 {
    margin-bottom: 90px;
  }
}
@media (min-width: 1405px) {
  .plant-foods h1 {
    margin-bottom: 81px;
  }
}
.plant-foods span {
  color: #a2bdca;
  font-size: 21px;
}
@media (min-width: 767px) {
  .plant-foods span {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .plant-foods span {
    font-size: 40px;
    line-height: 1.1;
  }
}
.plant-foods .right-decor {
  width: 840px;
  top: -310px;
  right: -310px;
  left: auto;
}
@media (min-width: 767px) {
  .plant-foods .right-decor {
    width: 868px;
    top: -261px;
    right: -308px;
  }
}
@media (min-width: 1296px) {
  .plant-foods .right-decor {
    width: 1185px;
    top: -306px;
    right: -270px;
  }
}

.plant-decor {
  position: absolute;
  top: 100px;
  left: -162px;
  height: auto;
  width: 250px;
  margin-bottom: 30px;
}
@media (min-width: 562px) {
  .plant-decor {
    top: 60px;
    left: -89px;
  }
}
@media (min-width: 767px) {
  .plant-decor {
    left: -189px;
    width: 425px;
    top: -26px;
  }
}
@media (min-width: 1296px) {
  .plant-decor {
    width: 650px;
    top: 9px;
    left: -148px;
  }
}

.decor-plant {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 30px 0;
}
@media (min-width: 1024px) {
  .decor-plant {
    padding: 29px 0 51px;
  }
}

.corn-decor {
  height: 100%;
  width: 150px;
  position: relative;
  top: -42px;
}
@media (min-width: 767px) {
  .corn-decor {
    width: 200px;
  }
}
@media (min-width: 1200px) {
  .corn-decor {
    width: auto;
  }
}

.table-section {
  padding-bottom: 70px;
}
@media (min-width: 1200px) {
  .table-section {
    padding-bottom: 112px;
  }
}
.table-section .container {
  max-width: 1010px;
}

table {
  border: 2px solid #c29574;
  font-family: "Montserrat", "freightsansbook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  position: relative;
  width: 100%;
  box-shadow: 2px 3px 29px 4px rgba(70, 70, 70, 0.17);
}
table td {
  color: #7d5e47;
  font-size: 12px;
  font-weight: 500;
  padding: 5px;
}
@media (min-width: 767px) {
  table td {
    font-size: 14px;
    padding: 11.3px 15px;
  }
}
table th {
  border-bottom: 2px solid #c29574;
  background-color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 15px;
}
@media (min-width: 767px) {
  table th {
    font-size: 20px;
  }
}
table td, table th {
  border-right: 1px solid #c29574;
  text-align: center;
}
table td.col1, table th.col1 {
  width: 31%;
}
table td.col2, table th.col2 {
  width: 38%;
}
table td:last-child, table th:last-child {
  border-right: 0;
}
table td p, table th p {
  margin-bottom: 0;
}
table tr {
  background-color: #fff;
}
table tr:nth-child(2n) {
  background-color: #f6f0eb;
}

.back-to-link {
  display: block;
  color: #fff;
  text-decoration: none;
  font-family: "big_caslonmedium", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 15px;
  letter-spacing: normal;
  position: absolute;
  top: -85px;
  left: 15px;
  word-spacing: -4px;
}
@media (min-width: 375px) {
  .back-to-link {
    top: -60px;
  }
}
@media (min-width: 562px) {
  .back-to-link {
    top: -160px;
    left: 52px;
  }
}
@media (min-width: 767px) {
  .back-to-link {
    font-size: 20px;
    left: 15px;
  }
}
@media (min-width: 1200px) {
  .back-to-link {
    top: -91px;
  }
}
.back-to-link:hover {
  color: #003ca6;
}

.future-bg-wrapper {
  text-align: inherit;
  display: flex;
  align-items: center;
}

.zoom-effect:hover {
  transform: scale(1.2);
}

.bg-holder {
  opacity: 0;
}
.bg-holder.loaded {
  opacity: 1;
}

.scale {
  display: inline-block;
  overflow: hidden;
}
.scale img {
  transition: 1s;
  display: block;
}
.scale img:hover {
  transform: scale(1.2);
}

.desktop .js-parallax-area .small-img img {
  position: relative;
  top: 100px;
}

.viewport .fade-effect,
.viewport .move-effect,
.viewport .move-margin-effect {
  opacity: 0;
  visibility: hidden;
}

.viewport .fade-effect {
  -webkit-transition: opacity 0.7s linear, visibility 0.7s linear;
  transition: opacity 0.7s linear, visibility 0.7s linear;
}

.viewport .move-effect {
  -webkit-transition: opacity 0.7s linear, visibility 0.7s linear, -webkit-transform 0.7s linear;
  transition: opacity 0.7s linear, visibility 0.7s linear, -webkit-transform 0.7s linear;
  transition: transform 0.7s linear, opacity 0.7s linear, visibility 0.7s linear;
  transition: transform 0.7s linear, opacity 0.7s linear, visibility 0.7s linear, -webkit-transform 0.7s linear;
  -webkit-transform: translateY(2.5rem);
  -ms-transform: translateY(2.5rem);
  transform: translateY(2.5rem);
}

.viewport .move-margin-effect {
  -webkit-transition: margin-top 0.7s linear, opacity 0.7s linear, visibility 0.7s linear;
  transition: margin-top 0.7s linear, opacity 0.7s linear, visibility 0.7s linear;
  margin-top: 2.5rem;
}

.viewport.in-viewport .move-effect,
.viewport.in-viewport .fade-effect,
.viewport.in-viewport .move-margin-effect {
  opacity: 1;
  visibility: visible;
}

.viewport.in-viewport .move-effect {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.viewport.in-viewport .move-margin-effect {
  margin-top: 0;
}

.viewport.fade-effect,
.viewport.move-effect,
.viewport.move-margin-effect {
  opacity: 0;
  visibility: hidden;
}

.viewport.fade-effect {
  -webkit-transition: opacity 0.7s linear, visibility 0.7s linear;
  transition: opacity 0.7s linear, visibility 0.7s linear;
}

.viewport.move-effect {
  -webkit-transition: opacity 0.7s linear, visibility 0.7s linear, -webkit-transform 0.7s linear;
  transition: opacity 0.7s linear, visibility 0.7s linear, -webkit-transform 0.7s linear;
  transition: transform 0.7s linear, opacity 0.7s linear, visibility 0.7s linear;
  transition: transform 0.7s linear, opacity 0.7s linear, visibility 0.7s linear, -webkit-transform 0.7s linear;
  -webkit-transform: translateY(2.5rem);
  -ms-transform: translateY(2.5rem);
  transform: translateY(2.5rem);
}

.viewport.move-margin-effect {
  -webkit-transition: margin-top 0.7s linear, opacity 0.7s linear, visibility 0.7s linear;
  transition: margin-top 0.7s linear, opacity 0.7s linear, visibility 0.7s linear;
  margin-top: 2.5rem;
}

.viewport.in-viewport.move-effect,
.viewport.in-viewport.fade-effect,
.viewport.in-viewport.move-margin-effect {
  opacity: 1;
  visibility: visible;
}

.viewport.in-viewport.move-effect {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.viewport.in-viewport.move-margin-effect {
  margin-top: 0;
}

.hidden {
  display: none;
}

.form-control {
  border-width: 1px !important;
  height: 39px;
  padding: 5px 14px !important;
  margin-bottom: 0 !important;
  background-color: #fff !important;
}
@media (min-width: 767px) {
  .form-control {
    border-width: 2px !important;
    padding: 5px 20px !important;
    height: 50px;
  }
}

textarea.form-control {
  min-height: 210px;
  resize: none;
}
@media (min-width: 767px) {
  textarea.form-control {
    min-height: 268px;
  }
}

.contact-info {
  padding: 40px 0 118px;
}
@media (min-width: 1024px) {
  .contact-info {
    padding: 101px 0 68px;
  }
}
.contact-info .container {
  max-width: 1223px;
}
@media (min-width: 480px) {
  .contact-info .container {
    padding: 0 54px 0 45px;
  }
}
@media (min-width: 767px) {
  .contact-info .container {
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
  }
}
.contact-info .text-box {
  font-family: "freighttext_medium", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #a0857b;
  font-size: 21px;
  line-height: 1.25;
  margin-bottom: 63px;
}
@media (min-width: 767px) {
  .contact-info .text-box {
    letter-spacing: -0.5px;
    width: 50%;
    padding: 0 50px 0 9px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .contact-info .text-box {
    width: 46.1%;
    font-size: 30px;
    line-height: 1.25;
  }
}
.contact-info .text-box .phone-info {
  line-height: 1;
  letter-spacing: -0.9px;
  font-size: 30px;
  margin-bottom: 24px;
}
@media (min-width: 767px) {
  .contact-info .text-box .phone-info {
    padding-top: 20px;
    margin-bottom: 30px;
    line-height: 1.1;
  }
}
@media (min-width: 1024px) {
  .contact-info .text-box .phone-info {
    margin-bottom: 96px;
    font-size: 38px;
  }
}
.contact-info .text-box .phone-info a {
  color: #a0857b;
  text-decoration: none;
}
.contact-info .text-box .phone-info a:hover {
  color: #a6192e;
}
.contact-info .text-box .phone-info h5 {
  margin-bottom: 9px;
  font-weight: 500;
  font-size: 38px;
  word-spacing: -0.7rem;
}
@media (min-width: 1024px) {
  .contact-info .text-box .phone-info h5 {
    font-size: 44px;
    margin-bottom: 9px;
  }
}
.contact-info .text-box .phone-info p {
  margin-bottom: 5px;
}
@media (min-width: 1024px) {
  .contact-info .text-box .phone-info p {
    margin-bottom: 11px;
  }
}
.contact-info .text-box .phone-info .text-wrapper {
  font-size: 15px;
  letter-spacing: 0.4px;
  line-height: 1.4;
  padding-left: 15px;
}
@media (min-width: 375px) {
  .contact-info .text-box .phone-info .text-wrapper {
    font-size: 19px;
  }
}
@media (min-width: 767px) {
  .contact-info .text-box .phone-info .text-wrapper {
    padding-left: 20px;
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .contact-info .text-box .phone-info .text-wrapper {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .contact-info .text-box .phone-info .text-wrapper {
    padding-left: 33px;
    font-size: 26px;
  }
}
@media (min-width: 767px) {
  .contact-info .contact-form {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .contact-info .contact-form {
    width: 53.9%;
  }
}

.contact-form .btn {
  border: none;
  width: 100%;
  padding: 10px 15px;
  font-size: 17px;
  letter-spacing: -0.6px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background-color: #013ca6;
  font-family: "Montserrat";
  text-transform: uppercase;
}
@media (min-width: 767px) {
  .contact-form .btn {
    min-width: 310px;
    width: auto;
    padding: 11px 15px 12px;
    text-transform: none;
    font-size: 22px;
  }
}
.contact-form .btn-holder {
  padding-top: 10px;
  text-align: right;
}
@media (min-width: 767px) {
  .contact-form .btn-holder {
    padding-top: 27px;
  }
}

.map-holder {
  display: none;
}
@media (min-width: 767px) {
  .map-holder {
    display: block;
  }
}
.map-holder img {
  width: 100%;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
@media (min-width: 1024px) {
  .form-row.textarea-box {
    padding-top: 22px;
  }
}
.form-row .form-group {
  padding: 0 12px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column-reverse;
  flex: 1 0 100%;
}
@media (min-width: 480px) {
  .form-row .form-group {
    margin-bottom: 31px;
  }
}
@media (min-width: 767px) {
  .form-row .form-group {
    flex: 1 0 0;
    margin-bottom: 19px;
  }
}
.form-row .form-group label,
.form-row .form-group legend {
  display: block;
  color: #013ca6;
  font-size: 17px;
  font-weight: 600;
  font-family: "Montserrat";
  letter-spacing: -0.3px;
  margin-bottom: 9px;
}
@media (min-width: 767px) {
  .form-row .form-group label,
  .form-row .form-group legend {
    font-size: 22px;
    margin-bottom: 7px;
    letter-spacing: -0.6px;
  }
}
.form-row .form-group .form-control:required ~ label:after {
  content: "*";
  display: inline-block;
  vertical-align: top;
  color: #a0857b;
}
.form-row .form-group .radios input {
  float: left;
  position: relative;
  top: 8px;
  margin-right: 8px;
}
.form-row .form-group .radios label {
  color: #363636;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

.jcf-select-form-control {
  height: 39px;
  border: 0;
  margin-bottom: 0;
  background-color: #bf9372;
}
@media (min-width: 767px) {
  .jcf-select-form-control {
    height: 50px;
  }
}
.jcf-select-form-control .jcf-select-text {
  line-height: 39px;
  font-size: 17px;
  font-weight: 500;
  font-family: "Montserrat";
  letter-spacing: -0.3px;
  color: #fff;
  margin: 0 56px 0 14px;
}
@media (min-width: 767px) {
  .jcf-select-form-control .jcf-select-text {
    line-height: 50px;
    font-size: 22px;
    letter-spacing: -0.6px;
    margin: 0 56px 0 18px;
  }
}
.jcf-select-form-control .jcf-select-opener {
  background-color: #bf9372;
  width: 38px;
}
@media (min-width: 767px) {
  .jcf-select-form-control .jcf-select-opener {
    width: 56px;
  }
}
.jcf-select-form-control .jcf-select-opener:before {
  content: ">";
  font-weight: 500;
  font-size: 17px;
  font-family: "Montserrat";
  font-weight: 500;
  color: #fff;
  transform: translate(-50%, -50%) rotate(90deg);
  position: absolute;
  left: 50%;
  top: 50%;
}
@media (min-width: 767px) {
  .jcf-select-form-control .jcf-select-opener:before {
    font-size: 22px;
  }
}
.jcf-select-form-control .jcf-select-drop-content {
  border: 2px solid #bf9372;
}
.jcf-select-form-control .jcf-select-drop-content .jcf-option {
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat";
  line-height: 1.2;
  padding: 13px 14px;
}
@media (min-width: 767px) {
  .jcf-select-form-control .jcf-select-drop-content .jcf-option {
    font-size: 16px;
    padding: 18px 18px;
  }
}
.jcf-select-form-control .jcf-select-drop-content .jcf-option.jcf-option-hideme {
  display: none;
}

.counter-section {
  padding: 21px 0 55px;
  position: relative;
  background-repeat: repeat-x;
}
@media (min-width: 767px) {
  .counter-section {
    padding: 101px 0 150px;
  }
}
@media (min-width: 1024px) {
  .counter-section {
    padding: 53px 0 345px;
  }
}
.counter-section .decor-img {
  position: absolute;
  bottom: 0;
  left: -9px;
  width: 150px;
  z-index: 2;
}
@media (min-width: 480px) {
  .counter-section .decor-img {
    bottom: -46px;
  }
}
@media (min-width: 767px) {
  .counter-section .decor-img {
    width: auto;
    left: 0;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}
.counter-section.dec-up:before {
  background-image: url("../images/blue-decor-bottom.png");
  top: -55px;
}
@media (min-width: 480px) {
  .counter-section.dec-up:before {
    top: -60px;
  }
}
.counter-section.dec-down:after {
  background-image: url("../images/blue-decor-bottom.png");
  bottom: -55px;
}
@media (min-width: 480px) {
  .counter-section.dec-down:after {
    bottom: -60px;
  }
}
.counter-section .section-label {
  display: flex;
  justify-content: center;
  z-index: 1;
  width: auto;
  color: white;
  font-family: "aislingregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 2rem;
  padding-bottom: 3rem;
}
@media (min-width: 480px) {
  .counter-section .section-label {
    font-size: 3.5rem;
  }
}
@media (min-width: 767px) {
  .counter-section .section-label {
    font-size: 4.5rem;
  }
}
@media (min-width: 1024px) {
  .counter-section .section-label {
    font-size: 5.5rem;
  }
}

.count-bread {
  display: flex;
  flex-wrap: wrap;
  max-width: 490px;
  margin: 0 auto;
  align-items: flex-start;
  position: relative;
  z-index: 3;
}
@media (min-width: 767px) {
  .count-bread {
    max-width: 1180px;
  }
}
.count-bread li {
  width: 100%;
  padding: 50px 35px;
}
@media (min-width: 480px) {
  .count-bread li {
    width: 50%;
  }
}
@media (min-width: 767px) {
  .count-bread li {
    padding: 0 40px;
  }
}
@media (min-width: 1024px) {
  .count-bread li {
    width: 25%;
  }
}
@media (max-width: 479px) {
  .count-bread li {
    margin-bottom: 35px;
  }
}
@media (max-width: 1023px) {
  .count-bread li:nth-child(2n+2) {
    padding-top: 80px;
    margin-bottom: -18px;
  }
}
@media (max-width: 479px) {
  .count-bread li:nth-child(2n+2) {
    padding-top: 0;
    margin-bottom: 35px;
  }
}
@media (min-width: 1024px) {
  .count-bread li:nth-child(4n+2) {
    padding-top: 99px;
    margin-bottom: -99px;
  }
}
@media (min-width: 1024px) {
  .count-bread li:nth-child(4n+3) {
    padding-top: 222px;
    margin-bottom: -222px;
  }
}
@media (min-width: 1024px) {
  .count-bread li:nth-child(4n+4) {
    padding-top: 322px;
    margin-bottom: -300px;
  }
}
.count-bread .count-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  font-family: "aislingregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 53px;
  color: #fff;
  line-height: 49px;
  height: 100%;
  text-align: center;
  letter-spacing: -1.5px;
  padding: 5px;
  min-height: 174px;
}
@media (min-width: 767px) {
  .count-bread .count-holder {
    font-size: 60px;
    min-height: 215px;
  }
}
.count-bread .count-holder:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(1, 15, 42, 0.75);
}
.count-bread .count-holder span {
  position: relative;
  z-index: 1;
  line-height: 0.65;
}
.count-bread .count-holder .counter,
.count-bread .count-holder .counter-wrap {
  font-family: "big_caslonmedium", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #bf9372;
  font-size: 61px;
  margin-bottom: 8px;
  line-height: 1;
  letter-spacing: normal;
}
@media (min-width: 767px) {
  .count-bread .count-holder .counter,
  .count-bread .count-holder .counter-wrap {
    font-size: 75px;
  }
}

.inspirations-sliders {
  padding: 25px 0 28px;
  text-align: center;
}
@media (min-width: 1024px) {
  .inspirations-sliders {
    padding: 63px 0 28px;
  }
}
.inspirations-sliders .text-box {
  margin: 0 0 50px;
  font-size: 1.25rem;
  line-height: 1.2;
}
@media (min-width: 480px) {
  .inspirations-sliders .text-box {
    max-width: 462px;
    margin: 0 auto 67px;
  }
}
@media (min-width: 767px) {
  .inspirations-sliders .text-box {
    max-width: 95%;
    margin: 0 auto 73px;
    line-height: 1.7;
  }
}
@media (min-width: 1200px) {
  .inspirations-sliders .text-box {
    font-size: 1.4rem;
  }
}
.inspirations-sliders .container {
  max-width: 1131px;
}
@media (min-width: 562px) {
  .inspirations-sliders .container {
    padding: 0 51px;
  }
}
@media (min-width: 767px) {
  .inspirations-sliders .container {
    padding: 0 15px;
  }
}
.inspirations-sliders .container .card {
  cursor: default;
}

.slide-box {
  text-align: center;
  margin-bottom: 33px;
}
@media (min-width: 767px) {
  .slide-box {
    margin-bottom: 53px;
  }
}
.slide-box h2 {
  font-size: 25px;
  color: #bf9372;
  font-family: "big_caslonmedium", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  line-height: 1;
  margin-bottom: 31px;
  letter-spacing: 1.43px;
}
@media (min-width: 480px) {
  .slide-box h2 {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .slide-box h2 {
    font-size: 42px;
    margin-bottom: 44px;
  }
}
.slide-box h2.decor {
  position: relative;
  font-weight: 500;
}
.slide-box h2.decor:before, .slide-box h2.decor:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10%;
  height: 2px;
  border-radius: 3em;
  background-color: #aa1f2e;
  left: 0;
}
@media (min-width: 375px) {
  .slide-box h2.decor:before, .slide-box h2.decor:after {
    width: 9%;
  }
}
@media (min-width: 480px) {
  .slide-box h2.decor:before, .slide-box h2.decor:after {
    width: 15%;
  }
}
@media (min-width: 562px) {
  .slide-box h2.decor:before, .slide-box h2.decor:after {
    width: 21%;
  }
}
@media (min-width: 767px) {
  .slide-box h2.decor:before, .slide-box h2.decor:after {
    width: 25%;
    height: 5px;
  }
}
@media (min-width: 1024px) {
  .slide-box h2.decor:before, .slide-box h2.decor:after {
    width: 31%;
  }
}
@media (min-width: 1200px) {
  .slide-box h2.decor:before, .slide-box h2.decor:after {
    width: 33.8%;
  }
}
@media (min-width: 1280px) {
  .slide-box h2.decor:before, .slide-box h2.decor:after {
    width: 369px;
  }
}
.slide-box h2.decor:after {
  left: auto;
  right: 0;
}

.default-slider {
  text-align: center;
  padding: 0 35px;
}
@media (min-width: 562px) {
  .default-slider {
    padding: 0 48px;
  }
}
@media (min-width: 1024px) {
  .default-slider {
    padding: 0 45px;
  }
}
@media (min-width: 1260px) {
  .default-slider {
    padding: 0;
  }
}
.default-slider .slick-list {
  margin: -10px -9px;
  padding: 10px 0;
}
.default-slider .slick-track {
  display: flex;
}
.default-slider .slick-slide {
  padding: 0 9px;
  height: auto;
}
.default-slider .slick-arrow {
  background-size: 100%;
  top: calc(50% - 22px);
}
@media (min-width: 767px) {
  .default-slider .slick-arrow {
    top: calc(50% - 41px);
  }
}
.default-slider .slick-arrow.slick-prev {
  background-image: url("../images/arrow-blue-left@2x.png");
  left: -10px;
}
@media (min-width: 562px) {
  .default-slider .slick-arrow.slick-prev {
    left: -18px;
  }
}
@media (min-width: 767px) {
  .default-slider .slick-arrow.slick-prev {
    left: -2px;
  }
}
@media (min-width: 1024px) {
  .default-slider .slick-arrow.slick-prev {
    left: -10px;
  }
}
@media (min-width: 1260px) {
  .default-slider .slick-arrow.slick-prev {
    left: -74px;
  }
}
.default-slider .slick-arrow.slick-next {
  background-image: url("../images/arrow-blue-right@2x.png");
  right: -10px;
}
@media (min-width: 562px) {
  .default-slider .slick-arrow.slick-next {
    right: -18px;
  }
}
@media (min-width: 767px) {
  .default-slider .slick-arrow.slick-next {
    right: -2px;
  }
}
@media (min-width: 1024px) {
  .default-slider .slick-arrow.slick-next {
    right: -10px;
  }
}
@media (min-width: 1260px) {
  .default-slider .slick-arrow.slick-next {
    right: -74px;
  }
}
.default-slider .card {
  transition: transform 0.3s ease-in-out;
  text-decoration: none;
  display: block;
  box-shadow: 0px 0px 10px 1px rgba(34, 60, 80, 0.5);
}
.default-slider .card .img-wrapper {
  transition: background-size 0.3s ease-in-out;
  padding-bottom: 64.8%;
}
.default-slider .card .img-wrapper.bg-img {
  transition: background-size 0.3s ease-in-out;
}
@media (min-width: 767px) {
  .default-slider .card .img-wrapper.bg-img {
    background-size: 102%;
  }
}
.default-slider .card .text-holder {
  transition: color 0.3s ease-in-out;
  padding: 21px 15px 9px;
  height: 100%;
}
.default-slider .card .text-holder h3 {
  text-align: center;
  font-family: "big_caslonmedium", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  line-height: 1.15;
  letter-spacing: -0.4px;
  font-weight: 500;
  font-size: 18px;
}
@media (min-width: 562px) {
  .default-slider .card .text-holder h3 {
    font-size: 26px;
  }
}
@media (min-width: 1024px) {
  .default-slider .card .text-holder h3 {
    font-size: 25px;
  }
}
.default-slider .card:hover .text-holder {
  color: #fff;
}
@media (min-width: 767px) {
  .default-slider .card:hover .bg-img {
    background-size: 120%;
  }
}

.our-food {
  padding: 107px 0 77px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media (min-width: 767px) {
  .our-food {
    padding: 156px 0 25px;
  }
}
.our-food .container {
  position: relative;
  z-index: 2;
}
.our-food .decor-img {
  position: absolute;
  z-index: 1;
  right: -200px;
  bottom: -50px;
}
@media (min-width: 480px) {
  .our-food .decor-img {
    right: -316px;
    bottom: -203px;
  }
}
@media (min-width: 767px) {
  .our-food .decor-img {
    right: -276px;
    bottom: -119px;
  }
}
.our-food .title-box {
  max-width: 95%;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.25;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 480px) {
  .our-food .title-box {
    margin: 0 auto;
  }
}
@media (min-width: 767px) {
  .our-food .title-box {
    line-height: 1.55;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .our-food .title-box {
    font-size: 20px;
  }
}
.our-food .title-box h1 {
  color: #bf9372;
  margin-bottom: 0;
  line-height: 1;
  font-weight: 500;
  max-width: 545px;
}
.our-food .title-box .subtitle {
  display: block;
  font-family: "aislingregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #003ca6;
  margin-bottom: 21px;
  font-weight: 700;
  line-height: 1;
  font-size: 28px;
}
@media (min-width: 480px) {
  .our-food .title-box .subtitle {
    font-size: 37px;
  }
}
@media (min-width: 767px) {
  .our-food .title-box .subtitle {
    font-size: 40px;
    margin-bottom: 39px;
  }
}
@media (min-width: 1200px) {
  .our-food .title-box .subtitle {
    font-size: 60px;
  }
}

.food-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
@media (min-width: 480px) {
  .food-list {
    max-width: 390px;
  }
}
@media (min-width: 767px) {
  .food-list {
    max-width: 1000px;
  }
}
.food-list li {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 25px 15px;
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .food-list li {
    width: 50%;
    padding: 13px 15px 23px;
  }
}
@media (min-width: 1024px) {
  .food-list li {
    width: 33.33%;
  }
}
.food-list li:hover .description-holder {
  opacity: 1;
  visibility: visible;
}
.food-list li:hover h3 {
  opacity: 0;
  visibility: hidden;
}
.food-list .img-holder {
  position: relative;
  width: 100%;
  text-align: center;
}
.food-list .img-holder h3 {
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.6);
  font-size: 25px;
  padding: 10px 5px;
  text-align: center;
  border: 1px solid #bf9372;
  font-family: "big_caslonmedium", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 500;
  color: #003ca6;
}
@media (min-width: 480px) {
  .food-list .img-holder h3 {
    font-size: 36px;
  }
}
@media (min-width: 767px) {
  .food-list .img-holder h3 {
    border: 4px solid #bf9372;
    font-size: 30px;
    padding: 0;
  }
}
.food-list .description-holder {
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  position: absolute;
  left: 15px;
  right: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 4px solid #bf9372;
  font-size: 15px;
  padding: 18px 15px 20px 17px;
  color: #333;
  text-align: left;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
}
.food-list .description-holder h2 {
  font-family: "big_caslonmedium", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #003ca6;
  line-height: 1;
  margin-bottom: 11px;
  font-weight: 500;
}
@media (min-width: 767px) {
  .food-list .description-holder h2 {
    font-size: 40px;
  }
}
.food-list .description-holder p {
  margin-bottom: 8px;
}
.food-list .description-holder a {
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  text-decoration: none;
}
.food-list .description-holder a:hover {
  color: #003ca6;
}

.our-food-detail {
  padding: 15px 0 35px;
  position: relative;
}
.our-food-detail:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 270px;
  background-image: linear-gradient(-180deg, #ffffff 0%, rgba(255, 255, 255, 0) 80%);
}
@media (min-width: 767px) {
  .our-food-detail {
    padding: 35px 0 46px;
  }
}
.our-food-detail .text-box {
  text-align: center;
  max-width: 95%;
  margin: 0 auto 40px;
  font-size: 1.25rem;
  line-height: 1.25;
  position: relative;
  z-index: 1;
}
@media (min-width: 767px) {
  .our-food-detail .text-box {
    line-height: 1.55;
  }
}
@media (min-width: 1200px) {
  .our-food-detail .text-box {
    font-size: 1.4rem;
    max-width: 100%;
  }
}
.our-food-detail .text-box .subtitle {
  font-family: "aislingregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #003ca6;
  display: block;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1;
}
@media (min-width: 767px) {
  .our-food-detail .text-box .subtitle {
    margin-bottom: 5px;
    letter-spacing: 1px;
  }
}
@media (min-width: 1024px) {
  .our-food-detail .text-box .subtitle {
    font-size: 60px;
  }
}
.our-food-detail .text-box h1 {
  word-spacing: -10px;
}

@media (min-width: 480px) {
  .our-food-detail-list {
    padding: 0 36px;
  }
}
@media (min-width: 767px) {
  .our-food-detail-list {
    padding: 0;
    max-width: 1091px;
    margin: 0 auto;
  }
}
.our-food-detail-list li {
  margin-bottom: 47px;
}
@media (min-width: 767px) {
  .our-food-detail-list li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 55px;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .our-food-detail-list li {
    margin-bottom: 144px;
  }
}
@media (min-width: 1200px) {
  .our-food-detail-list li .text-inner {
    font-size: 1.4rem;
  }
}
@media (min-width: 767px) {
  .our-food-detail-list li:nth-child(odd) {
    flex-direction: row-reverse;
  }
}
.our-food-detail-list li:nth-child(odd) .text-holder {
  text-align: left;
}
@media (min-width: 767px) {
  .our-food-detail-list li:nth-child(odd) .text-holder {
    padding-left: 0;
    padding-right: 15px;
  }
}
@media (min-width: 1024px) {
  .our-food-detail-list li:nth-child(odd) .text-holder {
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
  .our-food-detail-list li:nth-child(odd) .text-holder {
    padding-top: 50px;
  }
}
@media (min-width: 1024px) {
  .our-food-detail-list li:nth-child(odd) .text-holder h2 {
    margin-bottom: 21px;
    font-size: 50px;
    word-spacing: -20px;
  }
}
@media (min-width: 1200px) {
  .our-food-detail-list li:nth-child(odd) .text-holder h2 {
    font-size: 65px;
  }
}
@media (min-width: 767px) {
  .our-food-detail-list li:nth-child(odd) .text-holder .text-inner {
    margin-right: auto;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .our-food-detail-list li:nth-child(odd) .text-holder .text-inner {
    font-size: 1.4rem;
  }
}
.our-food-detail-list .img-holder {
  margin-bottom: 13px;
}
@media (min-width: 767px) {
  .our-food-detail-list .img-holder {
    margin-bottom: 0;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .our-food-detail-list .img-holder {
    width: 56.9%;
  }
}
.our-food-detail-list .img-holder img {
  width: 100%;
}
.our-food-detail-list .text-holder {
  font-size: 15px;
  line-height: 1.25;
  text-align: right;
}
@media (min-width: 767px) {
  .our-food-detail-list .text-holder {
    width: 50%;
    padding-left: 15px;
    line-height: 1.7;
  }
}
@media (min-width: 1024px) {
  .our-food-detail-list .text-holder {
    padding-top: 36px;
    width: 43.1%;
    text-align: left;
  }
}
@media (min-width: 767px) {
  .our-food-detail-list .text-holder .text-inner {
    max-width: 371px;
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  .our-food-detail-list .text-holder .text-inner {
    max-width: 430px;
  }
}
.our-food-detail-list .text-holder h2 {
  color: #bf9372;
  font-family: "big_caslonmedium", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 500;
  margin-bottom: 4px;
  line-height: 1;
  font-size: 32px;
  word-spacing: -10px;
}
@media (min-width: 1024px) {
  .our-food-detail-list .text-holder h2 {
    font-size: 50px;
    margin-bottom: 14px;
  }
}
@media (min-width: 1200px) {
  .our-food-detail-list .text-holder h2 {
    font-size: 65px;
  }
}

.pagination-bread {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1110px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 530px) {
  .pagination-bread {
    padding: 0 31px 0 35px;
  }
}
@media (min-width: 1024px) {
  .pagination-bread {
    padding: 0;
  }
}
.pagination-bread .pagination-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  font-family: "big_caslonmedium", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #bf9372;
  font-weight: 500;
  justify-content: space-between;
  font-size: 15px;
}
@media (min-width: 480px) {
  .pagination-bread .pagination-link {
    font-size: 22px;
  }
}
@media (min-width: 767px) {
  .pagination-bread .pagination-link {
    font-size: 25px;
  }
}
.pagination-bread .pagination-link.prev-page img {
  align-self: flex-start;
}
@media (min-width: 767px) {
  .pagination-bread .pagination-link.prev-page img {
    align-self: center;
  }
}
.pagination-bread .pagination-link.next-page {
  text-align: right;
  align-items: flex-end;
}
.pagination-bread .pagination-link img {
  max-width: 50px;
}
@media (min-width: 480px) {
  .pagination-bread .pagination-link img {
    max-width: 86px;
    margin-bottom: 8px;
  }
}
@media (min-width: 1024px) {
  .pagination-bread .pagination-link img {
    max-width: 176px;
    margin-bottom: 0;
  }
}
.pagination-bread .pagination-link:hover {
  color: #003ca6;
}
.pagination-bread .description {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  align-self: center;
  font-family: "big_caslonmedium", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #bf9372;
  font-weight: 500;
  line-height: 1;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  word-spacing: -15px;
}
@media (min-width: 480px) {
  .pagination-bread .description {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .pagination-bread .description {
    font-size: 60px;
  }
}
.pagination-bread .description:before, .pagination-bread .description:after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  height: 2px;
  width: 20px;
  background-color: #91192b;
}
@media (min-width: 480px) {
  .pagination-bread .description:before, .pagination-bread .description:after {
    width: 45px;
  }
}
@media (min-width: 767px) {
  .pagination-bread .description:before, .pagination-bread .description:after {
    width: 80px;
  }
}
@media (min-width: 1024px) {
  .pagination-bread .description:before, .pagination-bread .description:after {
    width: 108px;
  }
}
.pagination-bread .description:after {
  right: auto;
  left: calc(100% + 10px);
}

.who-we-are {
  padding-top: 44px;
  padding-bottom: 240px;
}
@media (min-width: 375px) {
  .who-we-are {
    padding-bottom: 280px;
  }
}
@media (min-width: 480px) {
  .who-we-are {
    padding-bottom: 286px;
  }
}
@media (min-width: 767px) {
  .who-we-are {
    padding-top: 100px;
    padding-bottom: 213px;
  }
}
@media (min-width: 1024px) {
  .who-we-are {
    padding-top: 150px;
    padding-bottom: 261px;
  }
}
.who-we-are .container {
  max-width: 1130px;
}

.simple-text-box {
  display: flex;
  flex-wrap: wrap;
  max-width: 448px;
  margin: 0 auto;
}
@media (min-width: 767px) {
  .simple-text-box {
    max-width: none;
    margin: 0;
  }
}
.simple-text-box .title-box {
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 767px) {
  .simple-text-box .title-box {
    width: 50%;
    padding-right: 40px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .simple-text-box .title-box {
    padding-right: 20px;
  }
}
.simple-text-box .title-box .subtitle {
  font-weight: 500;
  font-family: "aislingregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #003ca6;
  font-size: 35px;
  line-height: 1;
  display: block;
  margin-bottom: 3px;
}
@media (min-width: 767px) {
  .simple-text-box .title-box .subtitle {
    font-size: 40px;
    letter-spacing: -1.5px;
  }
}
@media (min-width: 1200px) {
  .simple-text-box .title-box .subtitle {
    font-size: 60px;
  }
}
.simple-text-box .title-box h3 {
  font-family: "big_caslonmedium", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #bf9372;
  font-size: 35px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 18px;
  letter-spacing: -2.7px;
}
@media (min-width: 767px) {
  .simple-text-box .title-box h3 {
    font-size: 45px;
    margin-bottom: 15px;
    letter-spacing: -2.5px;
  }
}
@media (min-width: 1200px) {
  .simple-text-box .title-box h3 {
    font-size: 65px;
    margin-bottom: 26px;
  }
}
.simple-text-box .title-box .text-holder {
  font-size: 1.25rem;
  line-height: 1.45;
  color: #333;
  padding-left: 31px;
}
@media (min-width: 480px) {
  .simple-text-box .title-box .text-holder {
    padding-right: 50px;
    font-size: 1.25rem;
  }
}
@media (min-width: 767px) {
  .simple-text-box .title-box .text-holder {
    line-height: 1.7;
    padding-right: 0;
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .simple-text-box .title-box .text-holder {
    padding-left: 40px;
  }
}
.simple-text-box .title-box .text-holder p {
  margin-bottom: 15px;
}
.simple-text-box .img-holder {
  width: 67%;
  position: relative;
  margin-left: auto;
}
@media (min-width: 480px) {
  .simple-text-box .img-holder {
    width: 67%;
  }
}
@media (min-width: 560px) {
  .simple-text-box .img-holder {
    width: 71%;
  }
}
@media (min-width: 767px) {
  .simple-text-box .img-holder {
    align-self: flex-start;
    margin-left: auto;
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .simple-text-box .img-holder {
    width: 33%;
  }
}
.simple-text-box .img-holder .small-decor {
  position: absolute;
  bottom: 86px;
  right: calc(100% - 60px);
  z-index: -1;
  width: 58%;
}
@media (min-width: 767px) {
  .simple-text-box .img-holder .small-decor {
    max-width: 150px;
    bottom: 95px;
    right: calc(100% - 71px);
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .simple-text-box .img-holder .small-decor {
    max-width: 214px;
  }
}
.simple-text-box .img-holder .small-img {
  position: absolute;
  top: calc(100% - 93px);
  right: calc(100% - 91px);
  width: 84%;
}
@media (min-width: 767px) {
  .simple-text-box .img-holder .small-img {
    max-width: 200px;
  }
}
@media (min-width: 1200px) {
  .simple-text-box .img-holder .small-img {
    max-width: 303px;
    top: calc(100% - 107px);
    right: calc(100% - 104px);
  }
}
.simple-text-box .img-holder .small-img img {
  box-shadow: 3px 7px 31px 4px rgba(54, 54, 54, 0.69);
}
.simple-text-box .img-holder .small-img .small-description {
  position: absolute;
  left: 15px;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  font-family: "aislingregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #003ca6;
  min-width: 240px;
  top: calc(100% + 5px);
}
@media (min-width: 480px) {
  .simple-text-box .img-holder .small-img .small-description {
    left: calc(100% + 29px);
    transform: rotate(-5deg);
    bottom: 16px;
    top: auto;
  }
}
@media (min-width: 767px) {
  .simple-text-box .img-holder .small-img .small-description {
    min-width: 180px;
    font-size: 25px;
    left: calc(100% + 15px);
    top: calc(100% - 50px);
  }
}
@media (min-width: 1200px) {
  .simple-text-box .img-holder .small-img .small-description {
    min-width: 240px;
    top: auto;
    left: calc(100% + 35px);
    bottom: 15px;
    font-size: 32px;
  }
}
.simple-text-box .img-holder .small-img.shadow-img .small-description {
  transform: rotate(0deg);
  top: auto;
  bottom: -106px;
}
@media (min-width: 480px) {
  .simple-text-box .img-holder .small-img.shadow-img .small-description {
    bottom: -6px;
  }
}
@media (min-width: 767px) {
  .simple-text-box .img-holder .small-img.shadow-img .small-description {
    bottom: -45px;
    top: auto;
  }
}
@media (min-width: 1200px) {
  .simple-text-box .img-holder .small-img.shadow-img .small-description {
    bottom: -28px;
  }
}

.shadow-img {
  transform: rotate(-6deg);
}

.our-values {
  text-align: center;
  padding: 79px 0 0px;
}
@media (min-width: 767px) {
  .our-values {
    padding: 85px 0 0px;
  }
}
@media (min-width: 1024px) {
  .our-values {
    padding: 104px 0 0px;
  }
}
.our-values .title-holder {
  margin-bottom: 6px;
  position: relative;
  z-index: 3;
}
@media (min-width: 767px) {
  .our-values .title-holder {
    margin-bottom: 0;
  }
}
.our-values .title-holder .subtitle {
  font-family: "aislingregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #003ca6;
  line-height: 1;
  margin-bottom: 6px;
  display: block;
  font-weight: 500;
  font-size: 35px;
}
@media (min-width: 1024px) {
  .our-values .title-holder .subtitle {
    font-size: 60px;
    margin-bottom: 6px;
  }
}
.our-values .title-holder h3 {
  font-family: "big_caslonmedium", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #bf9372;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1;
  font-size: 35px;
}
@media (min-width: 1024px) {
  .our-values .title-holder h3 {
    font-size: 65px;
  }
}

.our-values-slider-holder {
  position: relative;
}
@media (max-width: 766px) {
  .our-values-slider-holder {
    margin-bottom: 40px;
  }
}
@media (min-width: 767px) {
  .our-values-slider-holder {
    padding: 35px 0 50px;
  }
}
@media (min-width: 1024px) {
  .our-values-slider-holder {
    padding: 130px 0 235px;
  }
}
.our-values-slider-holder .decor-bg {
  display: none;
}
@media (min-width: 767px) {
  .our-values-slider-holder .decor-bg {
    display: block;
    position: absolute;
    top: -41px;
    right: -53px;
    bottom: 0;
    left: 0;
    background-position: 50% 0;
    background-repeat: no-repeat;
    z-index: 1;
    background-size: 100%;
  }
}
@media (min-width: 1024px) {
  .our-values-slider-holder .decor-bg {
    background-size: auto;
    background-position: 50% 0;
  }
}
.our-values-slider-holder .container {
  position: relative;
  z-index: 2;
}
@media (min-width: 767px) {
  .our-values-slider-holder .main-button {
    color: #fff;
    background-color: #bf9372;
    min-width: 239px;
    border-width: 4px;
  }
  .our-values-slider-holder .main-button:hover, .our-values-slider-holder .main-button:focus {
    color: #003ca6;
    background-color: #fff;
  }
}

.our-values-slider {
  max-width: 923px;
  margin: 0 auto 33px;
}
.our-values-slider.unslick {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.our-values-slider.unslick > div {
  flex: 0 1 33.3333%;
  padding: 15px;
  width: 33.3333%;
}
@media (max-width: 766px) {
  .our-values-slider.unslick > div {
    flex: 0 1 50%;
    padding: 10px;
    width: 50%;
  }
}
@media (min-width: 767px) {
  .our-values-slider {
    margin: 0 auto 49px;
  }
}
.our-values-slider .slick-track {
  display: flex;
}
.our-values-slider .slick-list {
  margin: 0 -18px;
}
.our-values-slider .slick-slide {
  padding: 25px 18px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 767px) {
  .our-values-slider .slick-slide {
    flex-direction: row;
    height: auto !important;
    align-items: flex-start;
  }
}
.our-values-slider .slick-arrow {
  transform: translate(0, 0);
  top: 90px;
  left: 0;
  background-image: url("../images/arrow-next.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (min-width: 480px) {
  .our-values-slider .slick-arrow {
    width: 56px;
    top: 107px;
    height: 56px;
    left: 30px;
  }
}
@media (min-width: 767px) {
  .our-values-slider .slick-arrow {
    width: 39px;
    height: 39px;
    top: 77px;
    left: -8px;
  }
}
.our-values-slider .slick-arrow.slick-next {
  left: auto;
  right: 0;
}
@media (min-width: 480px) {
  .our-values-slider .slick-arrow.slick-next {
    right: 30px;
  }
}
@media (min-width: 767px) {
  .our-values-slider .slick-arrow.slick-next {
    right: -8px;
  }
}
.our-values-slider .slick-arrow.slick-prev {
  background-image: url("../images/arrow-prev.png");
}
.our-values-slider .img-holder {
  transition: transform 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 32px;
  width: 150px;
  height: 150px;
}
@media (min-width: 480px) {
  .our-values-slider .img-holder {
    margin: 0 auto;
  }
}
@media (min-width: 767px) {
  .our-values-slider .img-holder {
    margin: 0 auto 32px;
    width: 144px;
    height: 144px;
    transform: translateY(0);
  }
}
@media (max-width: 766px) {
  .our-values-slider .img-holder img {
    max-width: 85px;
    width: 100%;
  }
}
.our-values-slider .text-holder {
  transition: background-color 0.3s ease-in-out;
  width: 100%;
  background-color: rgba(38, 37, 44, 0.7);
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  height: 100%;
  padding: 20px 15px 6px;
  margin: 0 auto;
  max-width: 391px;
}
@media (min-width: 767px) {
  .our-values-slider .text-holder {
    line-height: 1.65;
    max-width: none;
    padding: 9px 20px;
  }
}
@media (min-width: 1024px) {
  .our-values-slider .text-holder {
    padding: 16px 20px;
  }
}
.our-values-slider .text-holder p {
  margin-bottom: 0;
}
.our-values-slider .text-holder h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 1;
  letter-spacing: 2px;
}
@media (min-width: 480px) {
  .our-values-slider .text-holder h5 {
    margin-bottom: 7px;
    font-size: 20px;
  }
}
@media (min-width: 767px) {
  .our-values-slider .text-holder h5 {
    font-size: 25px;
    margin-bottom: 5px;
  }
}
@media (min-width: 1024px) {
  .our-values-slider .text-holder h5 {
    margin-bottom: 10px;
  }
}
.our-values-slider a {
  text-decoration: none;
  height: 100%;
  display: block;
}
.our-values-slider a:hover .text-holder {
  background-color: rgba(38, 37, 44, 0.85);
}
@media (min-width: 767px) {
  .our-values-slider a:hover .img-holder {
    transform: translateY(-15px);
  }
}

.our-team {
  padding: 62px 0 35px;
}
@media (min-width: 767px) {
  .our-team {
    padding: 31px 0 50px;
  }
}
.our-team .title-holder {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .our-team .title-holder {
    margin-bottom: 20px;
  }
}
.our-team .title-holder .subtitle {
  font-family: "aislingregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #003ca6;
  line-height: 1;
  margin-bottom: 4px;
  display: block;
  font-size: 35px;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .our-team .title-holder .subtitle {
    font-size: 60px;
  }
}
.our-team .title-holder h3 {
  font-family: "big_caslonmedium", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #bf9372;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1;
  font-size: 35px;
}
@media (min-width: 1024px) {
  .our-team .title-holder h3 {
    font-size: 65px;
  }
}

@media (min-width: 480px) {
  .our-team-slider {
    margin: 0 auto;
    max-width: 420px;
  }
}
@media (min-width: 767px) {
  .our-team-slider {
    max-width: 893px;
    margin: 0 auto 39px;
  }
}
.our-team-slider .slick-list {
  margin: 0 -35px;
  padding: 30px 0 25px;
}
@media (min-width: 767px) {
  .our-team-slider .slick-list {
    padding: 15px 0 25px;
  }
}
.our-team-slider .slick-arrow {
  top: 0;
  left: 0;
}
@media (min-width: 480px) {
  .our-team-slider .slick-arrow {
    width: 56px;
    height: 56px;
    top: 129px;
    left: -26px;
  }
}
@media (min-width: 767px) {
  .our-team-slider .slick-arrow {
    display: none !important;
  }
}
.our-team-slider .slick-arrow.slick-next {
  left: auto;
  right: 0;
}
@media (min-width: 480px) {
  .our-team-slider .slick-arrow.slick-next {
    right: -26px;
  }
}
.our-team-slider .slick-slide {
  padding: 0 35px;
}
@media (min-width: 767px) {
  .our-team-slider .slick-slide {
    display: flex;
    flex-wrap: wrap;
  }
}
.our-team-slider .img-holder {
  max-width: 328px;
  margin: 0 auto 30px;
  box-shadow: 0 6px 24px 5px rgba(23, 22, 26, 0.6);
}
@media (min-width: 767px) {
  .our-team-slider .img-holder {
    box-shadow: 2px 6px 24px 5px rgba(23, 22, 26, 0.6);
    align-self: flex-start;
    max-width: none;
    margin: 18px 0 0;
    width: 35.3%;
  }
}
.our-team-slider .img-holder img {
  width: 100%;
}
.our-team-slider .text-holder {
  font-size: 15px;
  text-align: center;
  color: #333;
}
@media (min-width: 767px) {
  .our-team-slider .text-holder {
    width: 64.7%;
    text-align: left;
    padding-left: 35px;
    line-height: 1.7;
  }
}
@media (min-width: 1024px) {
  .our-team-slider .text-holder {
    padding-left: 66px;
    padding-right: 45px;
  }
}
.our-team-slider .text-holder h4 {
  color: #aa1f2e;
  font-family: "aislingregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  line-height: 1;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 28px;
}
@media (min-width: 480px) {
  .our-team-slider .text-holder h4 {
    font-size: 35px;
  }
}
@media (min-width: 767px) {
  .our-team-slider .text-holder h4 {
    margin-bottom: 10px;
    font-size: 45px;
    color: #bf9372;
  }
}
@media (min-width: 767px) {
  .our-team-slider .text-holder .text-box {
    padding-left: 35px;
  }
}
@media (max-width: 766px) {
  .our-team-slider .text-holder .text-box p {
    margin-bottom: 7px;
  }
}

.our-name {
  margin-bottom: 35px;
}
@media (min-width: 1024px) {
  .our-name {
    margin-bottom: 41px;
  }
}
.our-name .title-holder {
  text-align: center;
  margin-bottom: -17px;
  position: relative;
  z-index: 2;
}
@media (min-width: 767px) {
  .our-name .title-holder {
    margin-bottom: -29px;
  }
}
.our-name .title-holder .subtitle {
  font-family: "aislingregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #bf9372;
  line-height: 1;
  margin-bottom: 4px;
  display: block;
  font-size: 35px;
}
@media (min-width: 1024px) {
  .our-name .title-holder .subtitle {
    font-size: 60px;
  }
}
.our-name .title-holder h3 {
  font-family: "big_caslonmedium", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #aa1f2e;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1;
  font-size: 35px;
}
@media (min-width: 1024px) {
  .our-name .title-holder h3 {
    font-size: 65px;
  }
}

@media (min-width: 480px) {
  .our-name-description {
    max-width: 466px;
    margin: 0 auto;
  }
}
@media (min-width: 767px) {
  .our-name-description {
    max-width: 916px;
  }
}
.our-name-description .img-holder {
  position: relative;
  margin-bottom: 17px;
}
@media (min-width: 767px) {
  .our-name-description .img-holder {
    margin-bottom: 24px;
  }
}
@media (min-width: 767px) {
  .our-name-description .img-holder:before {
    content: "";
    position: absolute;
    top: -7px;
    right: -1px;
    bottom: -7px;
    left: -1px;
    background-image: url("../images/our-name-decor-img.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}
.our-name-description .text-holder {
  color: #333;
}
@media (min-width: 480px) {
  .our-name-description .text-holder {
    padding: 0 35px;
  }
}
@media (min-width: 767px) {
  .our-name-description .text-holder {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .our-name-description .text-holder {
    font-size: 20px;
  }
}
@media (max-width: 766px) {
  .our-name-description .text-holder p {
    margin-bottom: 8px;
  }
}
.our-name-description .text-holder img {
  float: right;
  margin-top: -9px;
  margin-right: -15px;
}
@media (max-width: 766px) {
  .our-name-description .text-holder img {
    max-width: 126px;
    margin-top: -23px;
    margin-right: -22px;
  }
}

.intro-food {
  color: #fff;
  min-height: 370px;
  position: relative;
}
@media (min-width: 562px) {
  .intro-food {
    min-height: 561px;
  }
}
@media (min-width: 767px) {
  .intro-food {
    min-height: 564px;
  }
}
.intro-food .container {
  max-width: 1255px;
  width: 100%;
}
.intro-food .text-holder {
  padding-top: 10px;
}
@media (min-width: 1200px) {
  .intro-food .text-holder {
    padding-top: 45px;
  }
}

.for-you.our-company {
  background-color: transparent;
  color: #333;
  padding-top: 37px;
  padding-bottom: 50px;
  background-position-x: -29px;
  background-position-y: 100%;
  background-repeat: no-repeat;
  background-size: 130% auto;
}
@media (min-width: 480px) {
  .for-you.our-company {
    padding-bottom: 200px;
  }
}
@media (min-width: 767px) {
  .for-you.our-company {
    padding-top: 84px;
    background-position-x: -161px;
    background-size: auto;
    background-position-y: calc(100% + 14px);
  }
}
@media (min-width: 1200px) {
  .for-you.our-company {
    padding-bottom: 149px;
  }
}
.for-you.our-company .container {
  max-width: 1123px;
}
@media (min-width: 767px) {
  .for-you.our-company .container {
    padding: 0 15px;
  }
}
.for-you.our-company h3 {
  color: #bf9372;
}
@media (min-width: 480px) {
  .for-you.our-company h3 {
    margin-bottom: 38px;
  }
}
@media (min-width: 1024px) {
  .for-you.our-company h3 {
    font-size: 50px;
    margin-bottom: 26px;
    letter-spacing: -0.2px;
  }
}
@media (min-width: 1200px) {
  .for-you.our-company h3 {
    min-width: 605px;
    font-size: 65px;
  }
}
.for-you.our-company .subtitle {
  color: #003ca6;
}
.for-you.our-company .main-button {
  color: #003ca6;
}
@media (min-width: 563px) {
  .for-you.our-company .main-button {
    margin-left: 40px;
  }
}
@media (min-width: 767px) {
  .for-you.our-company .main-button {
    border-width: 4px;
    margin-left: 25px;
  }
}
@media (min-width: 1024px) {
  .for-you.our-company .main-button {
    margin-left: 27px;
    min-width: 240px;
  }
}
.for-you.our-company .main-button:hover {
  color: #fff;
}
@media (min-width: 563px) {
  .for-you.our-company .custom-heading {
    margin-left: -40px;
  }
}
@media (min-width: 767px) {
  .for-you.our-company .custom-heading {
    padding-top: 0;
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .for-you.our-company .custom-heading {
    padding-top: 78px;
  }
}
@media (min-width: 1200px) {
  .for-you.our-company .custom-heading {
    width: 43.7%;
  }
}
.for-you.our-company .custom-heading .text-box {
  font-size: 15px;
  line-height: 1.6;
}
@media (min-width: 563px) {
  .for-you.our-company .custom-heading .text-box {
    padding-left: 40px;
  }
}
@media (min-width: 767px) {
  .for-you.our-company .custom-heading .text-box {
    padding-left: 25px;
    line-height: 1.5;
    margin-bottom: 25px;
  }
}
@media (min-width: 1024px) {
  .for-you.our-company .custom-heading .text-box {
    margin-bottom: 49px;
  }
}
@media (min-width: 1200px) {
  .for-you.our-company .custom-heading .text-box {
    font-size: 20px;
  }
}
.for-you.our-company .opening-list {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .for-you.our-company .opening-list {
    width: 56.3%;
  }
}
.for-you.our-company .opening-list li {
  margin-bottom: 48px;
}
@media (min-width: 1024px) {
  .for-you.our-company .opening-list li {
    margin-bottom: 62px;
  }
}
.for-you.our-company .opening-list .opening-card {
  background-color: rgba(191, 147, 114, 0.3);
  color: #333;
  position: relative;
  padding: 22px 16px 26px 29px;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .for-you.our-company .opening-list .opening-card {
    width: 64%;
  }
}
.for-you.our-company .opening-list .opening-card h4 {
  font-weight: 700;
  color: #bf9372;
  font-family: "gillsans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: -1px;
  word-spacing: inherit;
}
.for-you.our-company .opening-list .opening-card .decor-subtitle {
  color: #aa1f2e;
  font-family: "aislingregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
  display: none;
}
@media (min-width: 767px) {
  .for-you.our-company .opening-list .opening-card .decor-subtitle {
    display: block;
    font-size: 32px;
    max-width: 245px;
    position: absolute;
    top: -47px;
    left: calc(100% + 24px);
    width: 100%;
    transform: rotate(-4deg);
    line-height: 0.95;
  }
}

.our-company-intro {
  background-position: center 100%;
}
.our-company-intro:before {
  display: none;
}

.our-company-body {
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media (min-width: 767px) {
  .our-company-body {
    background-size: 100% 100%;
  }
}

.pagination-list {
  display: none;
}
@media (min-width: 767px) {
  .pagination-list {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    max-width: 1026px;
    margin: 0 auto 25px;
  }
}
@media (min-width: 1024px) {
  .pagination-list {
    margin: 0 auto 60px;
  }
}
@media (min-width: 1200px) {
  .pagination-list {
    margin: 0 auto 138px;
  }
}
.pagination-list li {
  width: 12.5%;
}
.pagination-list a {
  text-decoration: none;
  color: #333;
  display: block;
}
.pagination-list a.active .decor-circle, .pagination-list a:hover .decor-circle {
  border-color: #aa1f2e;
  border-width: 4px;
}
.pagination-list a.active .decor-circle:before, .pagination-list a:hover .decor-circle:before {
  transform: translate(-50%, -50%) scale(1);
}
.pagination-list .decor-circle {
  transition: border-color 0.3s ease-in-out, border-width 0.3s ease-in-out;
  display: block;
  margin: 0 auto 31px;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  border: 3px solid #9fbac7;
  background-color: #fff;
  position: relative;
}
.pagination-list .decor-circle:before {
  transition: transform 0.3s ease-in-out;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 4px solid #aa1f2e;
  z-index: -1;
  background-color: #fff;
  transform: translate(-50%, -50%) scale(0);
}
.pagination-list .decor-circle:after {
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 4px;
  background-color: #9fbac7;
  width: 200px;
  position: absolute;
  z-index: -2;
}
.pagination-list .text-box {
  line-height: 1;
  font-size: 13px;
  font-family: "gillsans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
@media (min-width: 1024px) {
  .pagination-list .text-box {
    font-size: 15px;
  }
}
.pagination-list .text-box h6 {
  font-weight: 600;
  margin-bottom: 7px;
  font-family: "gillsans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.iframe-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive-iframe {
  position: absolute;
  top: 5px;
  left: 10vw;
  bottom: 0;
  right: 10vw;
  width: 80vw;
  height: 45vw;
}
@media (max-width: 1024px) {
  .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}

.transparency-rules {
  width: 65%;
  margin-left: 15%;
  padding-left: 4rem;
  padding-bottom: 3rem;
}
@media (max-width: 1024px) {
  .transparency-rules {
    width: 82%;
    margin-left: 10%;
    padding-left: 0%;
  }
}
@media (max-width: 767px) {
  .transparency-rules {
    padding-bottom: 10px;
    margin-left: 5%;
  }
}
.transparency-rules a {
  padding: 5px 25px;
  font-size: 12px;
}
@media (max-width: 767px) {
  .transparency-rules a {
    display: inline-block;
  }
}
.transparency-rules .custom-heading {
  text-align: left;
}
.transparency-rules .custom-heading .h1 {
  font-size: 30px;
  word-spacing: -5px;
}
@media (max-width: 1024px) {
  .transparency-rules .custom-heading .h1 {
    font-size: 25px;
  }
}
@media (max-width: 1024px) {
  .transparency-rules p {
    font-size: 15px;
    line-height: 1.2;
  }
}

.intro-history {
  margin-top: -20px;
  background-size: 120% !important;
}
.intro-history #desktop-banner {
  display: block;
}
.intro-history #mobile-banner {
  display: none;
}

@media (max-width: 1189px) {
  .intro-history {
    background-size: 160% !important;
  }
}

@media (max-width: 1023px) {
  .intro-history {
    background-size: 280% !important;
  }
  .intro-history #desktop-banner {
    display: none;
  }
  .intro-history #mobile-banner {
    display: block;
  }
}

#desktop-banner {
  display: block;
}

#mobile-banner {
  display: none;
}

.our-history-page .container {
  padding: 0;
}
.our-history-page .container .title {
  text-align: center;
  padding: 0 1em;
  margin-bottom: 1em;
  color: #001c4f;
  font-size: 2em;
  font-weight: normal;
  word-spacing: -10px;
}
.our-history-page .our-history {
  padding-left: 0;
}
.our-history-page .our-history li {
  display: flex;
  min-height: 20em;
}
.our-history-page .our-history li .image-box {
  width: 100%;
  padding-right: 5em;
}
.our-history-page .grid {
  display: grid;
  place-items: flex-start;
  grid-template-columns: 300px 15px auto;
  grid-template-rows: repeat(9, [row] fit-content);
  column-gap: 25px;
  row-gap: 10px;
  position: relative;
}
.our-history-page .grid .image-box {
  margin-top: -11px;
}
.our-history-page .grid .image-box .mobile-size {
  display: none;
}
.our-history-page .grid .image-box img {
  max-width: 100%;
}
.our-history-page .grid .vert {
  display: flex;
  flex-direction: column;
  position: relative;
}
.our-history-page .grid .vertDot {
  border: 8px solid #bf9372;
  border-radius: 50%;
  position: absolute;
  top: 143px;
  left: -6px;
}
.our-history-page .grid .vertLine {
  border: 3px solid #bf9372;
  height: 335px;
  position: absolute;
  top: 143px;
  left: -1px;
}
.our-history-page .grid .lastVert {
  border-color: white;
  border-width: 6px;
  left: -1px;
  height: 170px;
}
.our-history-page .grid .summary {
  margin-right: 4%;
  margin-top: 27px;
  color: white;
  box-shadow: 0px 0px 20px gray;
}
.our-history-page .grid .summary .dateLine {
  background-color: #010149;
  padding: 7% 5% 1% 5%;
  font-family: "big_caslonmedium", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  color: #c29878;
  word-spacing: -5px;
}
.our-history-page .grid .summary p {
  background-color: #010149;
  margin: 0;
  padding: 0% 11% 7% 5%;
  font-size: 0.9em;
  line-height: 140%;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .our-history-page .grid .image-box .mobile-size {
    display: block;
  }
  .our-history-page .grid .image-box .desktop-size {
    display: none;
  }
  .our-history-page .grid .vertDot {
    top: 60px;
  }
  .our-history-page .grid .vertLine {
    top: 60px;
  }
  .our-history-page .grid .summary {
    margin-right: 6%;
    margin-top: 20px;
  }
}
@media (max-width: 766px) {
  .our-history-page .grid {
    grid-template-columns: 45% 21px auto;
    column-gap: 3px;
  }
  .our-history-page .grid .image-box {
    margin-top: 5px;
  }
  .our-history-page .grid .vertDot {
    border: 4px solid #bf9372;
    border-radius: 50%;
    position: absolute;
    top: 53px;
    left: 2px;
  }
  .our-history-page .grid .vertLine {
    border: 1px solid #bf9372;
    height: 510px;
    position: absolute;
    top: 53px;
    left: 5px;
  }
  .our-history-page .grid .lastVert {
    border-color: #fbf8f8;
    border-width: 3px;
    left: 4px;
    height: 250px;
  }
  .our-history-page .grid .summary {
    margin-right: 8%;
    margin-top: 24px;
  }
  .our-history-page .grid .summary .dateLine {
    font-size: 0.8em;
  }
  .our-history-page .grid .summary p {
    font-size: 0.8em;
  }
}
.our-history-page .bottom-text {
  font-family: "big_caslonmedium", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-align: center;
  line-height: 1;
  padding: 0 7em;
  word-spacing: -6px;
}
.our-history-page .bottom-text .bt-intro {
  margin-top: 2em;
  color: #001c4f;
  font-size: 2em;
  font-weight: normal;
  min-height: auto;
}
.our-history-page .bottom-text .bt-text {
  font-size: 1.5em;
}
@media (max-width: 766px) {
  .our-history-page .bottom-text {
    padding: 0 3em;
  }
  .our-history-page .bottom-text .bt-intro {
    font-size: 1em;
  }
  .our-history-page .bottom-text .bt-text {
    font-size: 0.8em;
  }
}
.our-history-page .footer-image {
  text-align: center;
}
.our-history-page .footer-image img {
  margin-top: -120px;
  margin-bottom: -100px;
}
@media (max-width: 1023px) {
  .our-history-page .footer-image img {
    margin-top: -90px;
  }
}
@media (max-width: 766px) {
  .our-history-page .footer-image img {
    margin-top: -30px;
    margin-bottom: -57px;
  }
}

#footer {
  padding: 30px 0 18px;
  position: relative;
  background-color: #ebebeb;
  font-family: "Montserrat", "freightsansbook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  box-shadow: inset 0 13px 20px -1px rgba(0, 0, 0, 0.12);
}
@media (min-width: 767px) {
  #footer {
    padding: 30px 0 18px;
  }
}
@media (min-width: 1200px) {
  #footer {
    padding: 30px 0 20px;
  }
}
@media (min-width: 1405px) {
  #footer {
    padding: 37px 0 30px;
  }
}
@media (min-width: 562px) {
  #footer .container {
    padding: 0 50px;
  }
}
@media (min-width: 767px) {
  #footer .container {
    padding: 0 15px;
  }
}
@media (min-width: 1024px) {
  #footer .container {
    padding: 0 96px 0 101px;
  }
}
@media (min-width: 1405px) {
  #footer .container {
    padding: 0 26px 0 17px;
  }
}
#footer .inner {
  padding: 40px 0 9px;
  display: none;
}
@media (min-width: 767px) {
  #footer .inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: calc(100% - 150px);
    padding: 24px 0 0 0;
  }
}
@media (min-width: 1200px) {
  #footer .inner {
    width: calc(100% - 200px);
  }
}
@media (min-width: 1405px) {
  #footer .inner {
    padding: 49px 0 20px;
    width: calc(100% - 241px);
    padding: 24px 0 0 0;
  }
}
#footer .innerResponsive {
  display: none;
}
@media (max-width: 767px) {
  #footer .innerResponsive {
    display: block;
  }
}
#footer .innerResponsive .btn-holder {
  display: flex;
  padding-right: 2rem;
}
#footer .innerResponsive .btn-holder .link-box {
  display: flex;
  padding: 0.6rem;
}
#footer .innerResponsive .btn-holder .link-box a {
  height: 3rem;
  margin: 0 1rem 0 0;
  text-align: center;
  padding-top: 0.5rem;
}
@media (max-width: 562px) {
  #footer .innerResponsive .btn-holder {
    padding: 0 0 0 0;
  }
}
#footer .innerResponsive .footer-box {
  padding-left: 2rem;
}
#footer .innerResponsive .menu {
  margin-bottom: 0;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  #footer .innerResponsive .menu {
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  #footer .innerResponsive .menu li {
    padding: 1rem 0 0 1rem;
  }
}
@media (max-width: 562px) {
  #footer .innerResponsive .menu li {
    font-size: 1rem;
    margin-left: 2rem;
    padding: 0.7rem 0 0 0;
  }
}
@media (max-width: 562px) {
  #footer .innerResponsive .brands {
    width: 100%;
    justify-content: space-evenly;
    margin-right: 2rem;
  }
}
@media (min-width: 767px) {
  #footer .innerResponsive .brands .liOtis {
    padding: 0 0 15px 0;
  }
}
#footer .innerResponsive .contact-us-wrapper {
  width: 100%;
  flex-direction: column-reverse;
}
#footer .innerResponsive .contact-us-wrapper .phones {
  margin-bottom: 1rem;
}
#footer .innerResponsive .contact-us-wrapper .phones li {
  font-size: 1rem;
  padding: 0.2rem 0;
}
#footer .logo-footer {
  width: 40%;
}
@media (max-width: 766px) {
  #footer .logo-footer {
    position: absolute;
    width: 35%;
    padding-top: 27px;
  }
}
@media (min-width: 767px) {
  #footer .logo-footer {
    width: 150px;
  }
}
@media (min-width: 1200px) {
  #footer .logo-footer {
    width: 200px;
  }
}
@media (min-width: 1405px) {
  #footer .logo-footer {
    width: 241px;
  }
}
@media (min-width: 1024px) {
  #footer .logo-footer img {
    margin-left: -16px;
    margin-top: 6px;
  }
}
#footer .menu {
  margin: 0 -10px;
  text-align: right;
  align-items: center;
}
@media (min-width: 563px) {
  #footer .menu {
    font-size: 17px;
    margin-bottom: 30px;
  }
}
@media (max-width: 766px) {
  #footer .menu {
    width: 60%;
  }
}
@media (min-width: 767px) {
  #footer .menu {
    padding-bottom: 20px;
    font-size: 13;
    text-align: center;
  }
}
@media (min-width: 1296px) {
  #footer .menu {
    font-size: 13;
  }
}
@media (min-width: 1024px) {
  #footer .menu {
    margin: 0 -18px;
    padding-bottom: 10px;
  }
}
@media (min-width: 1405px) {
  #footer .menu {
    margin: 0 -21px;
    padding-bottom: 20px;
  }
}
#footer .menu a {
  color: #003ca6;
}
#footer .menu a:hover {
  color: #a6192e;
}
#footer .menu li {
  line-height: 1.2;
  text-align: left;
}
@media (max-width: 561px) {
  #footer .menu li {
    padding: 0 10px 10px;
  }
}
@media (min-width: 1024px) {
  #footer .menu li {
    padding: 0 13px 10px;
  }
}
@media (min-width: 1200px) {
  #footer .menu li {
    padding: 0 18px 10px;
  }
}
@media (min-width: 1405px) {
  #footer .menu li {
    padding: 0 21px 10px;
  }
}
@media (min-width: 1600px) {
  #footer .menu li {
    padding: 0 25px 10px;
  }
}
#footer .btn-holder {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 766px) {
  #footer .btn-holder {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
@media (min-width: 767px) {
  #footer .btn-holder {
    width: 46%;
  }
}
@media (min-width: 1024px) {
  #footer .btn-holder {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #footer .btn-holder {
    width: 39%;
  }
}
#footer .main-button {
  min-width: 160px;
  padding: 6px 11px;
}
@media (max-width: 766px) {
  #footer .main-button {
    order: 2;
  }
}
@media (min-width: 767px) {
  #footer .main-button {
    font-size: 12px;
    min-width: 125px;
    padding: 4px 11px;
  }
}
@media (min-width: 1405px) {
  #footer .main-button {
    font-size: 15px;
    min-width: 156px;
    padding: 7px 11px;
  }
}

.menu-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  justify-content: flex-end;
}

.phones {
  display: flex;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 15px;
}
@media only screen and (max-width: 820px) {
  .phones {
    margin-left: 0;
  }
}
@media (max-width: 766px) {
  .phones {
    order: 1;
    margin-bottom: 20px;
    font-size: 13px;
    margin-left: 0;
  }
}
@media (min-width: 767px) {
  .phones {
    text-align: right;
  }
}
@media (min-width: 1024px) {
  .phones {
    margin-left: 50px;
  }
}
@media (min-width: 1405px) {
  .phones {
    font-size: 16px;
  }
}
.phones li {
  margin-left: 10px;
}
.phones li:before {
  content: "|";
}
.phones li:first-child:before {
  display: none;
}
@media only screen and (max-width: 820px) {
  .phones li:first-child {
    margin-left: 0;
  }
}
.phones a {
  text-decoration: none;
  color: #363636;
  margin-left: 10px;
}
.phones a:hover {
  color: #a6192e;
}
.phones p {
  margin-bottom: 0;
}

.contact-us-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
}
@media (min-width: 767px) {
  .contact-us-wrapper {
    justify-content: flex-end;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .contact-us-wrapper {
    width: 100%;
  }
}
@media (min-width: 1405px) {
  .contact-us-wrapper {
    padding-left: 22px;
    width: 100%;
  }
}

.footer-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
@media (max-width: 766px) {
  .footer-box {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 766px) {
  .footer-box {
    flex-direction: column-reverse;
  }
}

.brands {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 0 30px 0;
}
@media (max-width: 766px) {
  .brands {
    order: 2;
    justify-content: center;
    padding: 20px 0;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 950px) {
  .brands {
    flex-wrap: wrap;
    max-width: 480px;
  }
}
@media (min-width: 767px) {
  .brands {
    width: 100%;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .brands {
    width: 88%;
    padding-left: 20px;
    max-width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .brands {
    width: 88%;
    padding-left: 20px;
  }
}
@media (max-width: 766px) {
  .brands .lbb {
    flex: 0 1 50%;
    width: 50%;
  }
  .brands .lbb img {
    max-height: 80px;
  }
}
@media only screen and (max-width: 950px) {
  .brands .lbb {
    flex: 0 1 50%;
    width: 50%;
  }
}
@media (min-width: 767px) {
  .brands .lbb img {
    max-height: 80px;
    max-width: 170px;
  }
}
@media (min-width: 1405px) {
  .brands .lbb img {
    max-height: 80px;
    max-width: 170px;
  }
}
@media (max-width: 766px) {
  .brands .liOtis {
    flex: 0 1 50%;
    width: 50%;
  }
  .brands .liOtis img {
    max-height: 80px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 950px) {
  .brands .liOtis {
    flex: 0 1 50%;
    width: 50%;
  }
}
@media (min-width: 767px) {
  .brands .liOtis img {
    max-height: 80px;
    max-width: 170px;
  }
}
@media (min-width: 1405px) {
  .brands .liOtis img {
    max-height: 80px;
    max-width: 170px;
  }
}
.brands li {
  text-align: center;
  padding: 0 20px;
}
@media (max-width: 766px) {
  .brands li {
    padding: 20px;
    flex: 0 1 33%;
    width: 33%;
  }
}
@media only screen and (max-width: 950px) {
  .brands li {
    padding: 10px;
    flex: 0 1 33%;
    width: 33%;
  }
}
.brands li img {
  max-height: 90px;
  max-width: 100%;
  height: auto;
}
@media (max-width: 766px) {
  .brands li img {
    max-height: 55px;
    max-width: 90px;
  }
}
@media (min-width: 767px) {
  .brands li img {
    max-height: 70px;
    max-width: 120px;
  }
}
@media (min-width: 1405px) {
  .brands li img {
    max-height: 70px;
    max-width: 120px;
  }
}
.brands a {
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
.brands a:hover {
  opacity: 0.7;
}
.brands img {
  max-height: 60px;
}
@media (min-width: 767px) {
  .brands img {
    max-height: 60px;
  }
}
@media (min-width: 1405px) {
  .brands img {
    max-height: 60px;
  }
}

.copyright-part {
  text-transform: uppercase;
  padding: 22px 0 30px;
  color: #003ca6;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  position: relative;
  font-size: 14px;
  justify-content: center;
}
@media (min-width: 562px) {
  .copyright-part {
    justify-content: space-between;
    font-size: 20px;
  }
}
@media (min-width: 767px) {
  .copyright-part {
    padding: 12px 0;
    font-size: 13px;
  }
}
@media (min-width: 1405px) {
  .copyright-part {
    padding: 18px 0;
    font-size: 16px;
  }
}
.copyright-part span {
  padding: 0 10px;
}
@media (max-width: 766px) {
  .copyright-part span {
    display: block;
  }
}
@media (min-width: 767px) {
  .copyright-part span {
    max-width: 370px;
  }
}
.copyright-part span.hark {
  font-size: 0.7em;
}
.copyright-part a {
  text-decoration: none;
}
.copyright-part a:hover {
  color: #a6192e;
}

.footer-wrapper {
  border-top: 3px solid #a6192e;
  border-bottom: 3px solid #a6192e;
  display: flex;
  flex-wrap: wrap;
}

/*# sourceMappingURL=main.css.map */