/* FONTS
========================================================================== */
@font-face {
  font-family: "Brother-1816";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/Brother-1816-ExtraBold.woff") format("woff"), url("../fonts/Brother-1816-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "Brother-1816";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Brother-1816-Book.woff") format("woff"), url("../fonts/Brother-1816-Book.woff2") format("woff2");
}
@font-face {
  font-family: "Rooney";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/RooneyPro-Heavy.woff") format("woff"), url("../fonts/RooneyPro-Heavy.woff2") format("woff2");
}
@font-face {
  font-family: "McCainWedgeBrush-Regular";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/McCainWedgeBrush-Regular.woff") format("woff"), url("../fonts/McCainWedgeBrush-Regular.woff2") format("woff2");
}
/* MAIN  FILES
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  color: #000;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 400;
  height: auto;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}

#wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

mark {
  background: none;
}

/* ==========================================================================
   FORMS & TABLE & NAVIGATION
   ========================================================================== */
input, textarea, select {
  padding: 0 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input[type=text], input[type=number], input[type=email], input[type=password], input[type=search], input[type=tel], textarea {
  border: none;
  color: #000;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 21px;
  height: 50px;
  border: 1px solid #A8A8A8;
  border-radius: 4px;
  padding: 0 5px 0 18px;
  width: 100%;
  background-color: #fff;
}
input[type=text]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #A8A8A8;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 21px;
  opacity: 1;
}
@media only screen and (max-width: 1280px) {
  input[type=text]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-size: 18px;
  }
}
input[type=text]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #A8A8A8;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 21px;
  opacity: 1;
}
@media only screen and (max-width: 1280px) {
  input[type=text]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder {
    font-size: 18px;
  }
}
input[type=text]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #A8A8A8;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 21px;
  opacity: 1;
}
@media only screen and (max-width: 1280px) {
  input[type=text]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-size: 18px;
  }
}
input[type=text]:focus, input[type=number]:focus, input[type=email]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, textarea:focus {
  border-color: transparent !important;
  box-shadow: 0 0 3px #0c2d80 !important;
  outline-color: #0c2d80 !important;
}

select {
  border: none;
  color: #000;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 21px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #A8A8A8;
  border-radius: 4px;
  padding: 0 5px 0 18px;
  width: 100%;
  background-color: #fff;
}
@media only screen and (max-width: 1280px) {
  select {
    font-size: 18px;
  }
}

textarea {
  height: 120px;
  padding-top: 10px;
  resize: none;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=search], input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none !important;
}

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

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

h1 {
  font-family: "Red Hat Display", Helvetica, Arial, sans-serif;
  font-size: 116px;
}
@media only screen and (max-width: 1700px) {
  h1 {
    font-size: 90px;
  }
}
@media only screen and (max-width: 1366px) {
  h1 {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 429px) {
  h1 {
    font-size: 26px;
  }
}

h2 {
  font-size: 49px;
  font-weight: 700;
  margin-bottom: 0.7em;
  line-height: 1.2;
}
@media only screen and (max-width: 1280px) {
  h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 480px) {
  h2 {
    font-size: 20px;
  }
}

h3 {
  font-size: 29px;
}

h4 {
  font-size: 29px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  h4 {
    font-size: 20px;
  }
}

p {
  font-size: 24px;
  padding-bottom: 20px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: -0.8px;
}
@media only screen and (max-width: 1280px) {
  p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  p br {
    display: none;
  }
}

ul li, ol li {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.8px;
}
@media only screen and (max-width: 1280px) {
  ul li, ol li {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul li, ol li {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  ul li, ol li {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1024px) {
  br {
    display: none;
  }
}

a {
  color: #0c2d80;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  outline: 0;
  text-decoration: underline;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

strong, b {
  font-weight: 700;
}

i {
  font-style: normal;
}

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

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.around {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

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

.end-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.flex-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.flex-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}

[class*=col-] {
  width: 100%;
}

.col-1 {
  -webkit-flex-basis: 5.5833333333%;
  -moz-flex-basis: 5.5833333333%;
  -ms-flex-basis: 5.5833333333%;
  flex-basis: 5.5833333333%;
}

.col-2 {
  -webkit-flex-basis: 14.1666666667%;
  -moz-flex-basis: 14.1666666667%;
  -ms-flex-basis: 14.1666666667%;
  flex-basis: 14.1666666667%;
}

.col-3 {
  -webkit-flex-basis: 22.75%;
  -moz-flex-basis: 22.75%;
  -ms-flex-basis: 22.75%;
  flex-basis: 22.75%;
}

.col-4 {
  -webkit-flex-basis: 31.3333333333%;
  -moz-flex-basis: 31.3333333333%;
  -ms-flex-basis: 31.3333333333%;
  flex-basis: 31.3333333333%;
}

.col-5 {
  -webkit-flex-basis: 39.9166666667%;
  -moz-flex-basis: 39.9166666667%;
  -ms-flex-basis: 39.9166666667%;
  flex-basis: 39.9166666667%;
}

.col-6 {
  -webkit-flex-basis: 48.5%;
  -moz-flex-basis: 48.5%;
  -ms-flex-basis: 48.5%;
  flex-basis: 48.5%;
}

.col-7 {
  -webkit-flex-basis: 57.0833333333%;
  -moz-flex-basis: 57.0833333333%;
  -ms-flex-basis: 57.0833333333%;
  flex-basis: 57.0833333333%;
}

.col-8 {
  -webkit-flex-basis: 65.6666666667%;
  -moz-flex-basis: 65.6666666667%;
  -ms-flex-basis: 65.6666666667%;
  flex-basis: 65.6666666667%;
}

.col-9 {
  -webkit-flex-basis: 74.25%;
  -moz-flex-basis: 74.25%;
  -ms-flex-basis: 74.25%;
  flex-basis: 74.25%;
}

.col-10 {
  -webkit-flex-basis: 82.8333333333%;
  -moz-flex-basis: 82.8333333333%;
  -ms-flex-basis: 82.8333333333%;
  flex-basis: 82.8333333333%;
}

.col-11 {
  -webkit-flex-basis: 91.4166666667%;
  -moz-flex-basis: 91.4166666667%;
  -ms-flex-basis: 91.4166666667%;
  flex-basis: 91.4166666667%;
}

.col-12 {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
}

.col-50 {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
}

@media only screen and (max-width: 1024px) {
  .md-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .md-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .md-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .md-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .md-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .md-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .md-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .md-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .md-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .md-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .md-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .md-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .md-bottom {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .sm-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .sm-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .sm-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .sm-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .sm-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .sm-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .sm-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .sm-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .sm-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .sm-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .sm-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .sm-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .sm-bottom {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .xs-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .xs-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .xs-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .xs-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .xs-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .xs-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .xs-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .xs-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .xs-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .xs-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .xs-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .xs-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .xs-bottom {
    margin-bottom: 15px;
  }
}
/* ==========================================================================
   HELPERS
   ========================================================================== */
.row {
  position: relative;
  width: 1370px;
  max-width: 94%;
  margin: 0 auto;
}

.row1100 {
  position: relative;
  width: 1100px;
  max-width: 94%;
  margin: 0 auto;
}

.row900 {
  position: relative;
  width: 900px;
  max-width: 94%;
  margin: 0 auto;
}

#content {
  padding: 40px 0;
}
@media only screen and (max-width: 1370px) {
  #content {
    padding: 20px 0;
  }
}

#wrap {
  min-height: 100%;
  position: relative;
  width: 100%;
}

.c {
  clear: both;
  display: block;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.cfx:after, .cfx:before {
  clear: both;
  content: " ";
  display: table;
}

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

.no_select {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.underline {
  display: inline-block;
  position: relative;
}
.underline:after {
  background: transparent;
  content: "";
  display: block;
  height: 1px;
  margin: auto;
  transition: width 0.5s ease, background-color 0.5s ease;
  width: 0;
}
.underline:hover:after {
  background: #0c2d80;
  width: 100%;
}

.btn {
  background: #FEE000;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  outline: 0;
  letter-spacing: 0.75px;
  padding: 20px 20px;
  position: relative;
  border-radius: 9px;
  color: #000;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  appearance: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 1280px) {
  .btn {
    padding: 15px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .btn {
    font-size: 12px;
    padding: 10px 12px;
    letter-spacing: normal;
  }
}
.btn.orange {
  background: #FF9100 !important;
}
.btn.yellow {
  background: #FFD750;
}
.btn.green {
  background: #6E9E30;
  color: #fff;
}
.btn.blue {
  background: #5D89E9;
  color: #fff;
}
.btn.brown {
  background: #AB5226;
  color: #fff;
}
.btn.white {
  background: #FFFADC;
  color: #1D1D1B;
}
.btn.light-blue {
  background: #389EBA;
  color: #fff;
}
.btn.black {
  background: #1D1D1B;
  color: #fff;
}
.btn.black.smaller-padding {
  padding: 15px 20px;
}
.btn:after {
  content: "\f054";
  font-family: "fontawesome";
  vertical-align: middle;
  display: inline-block;
  margin-left: 25px;
}
@media only screen and (max-width: 768px) {
  .btn:after {
    margin-left: 10px;
  }
}
.btn:hover {
  background: #efd300;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn:active {
  background: #b29d00;
}

/* ==========================================================================
   SOCIAL LINK
   ========================================================================== */
.s-link {
  font-size: 0;
  display: inline-block;
  width: auto;
  cursor: pointer;
  text-align: center;
}
.s-link a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 2px;
  color: #ffffff;
  border-radius: 50%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.s-link a:before {
  font-size: 20px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.s-link a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.s-link a.icon-facebook:hover {
  background: #3b5993;
}
.s-link a.icon-twitter:hover {
  background: #55acee;
}
.s-link a.icon-instagram:hover {
  background: #181818;
}
.s-link a.icon-linkedin:hover {
  background: #0177b5;
}
.s-link a.icon-youtube:hover {
  background: #f80000;
}

.block-right {
  text-align: right;
}

.block-center {
  text-align: center;
}

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

.acf-map img {
  max-width: inherit !important;
}

/* ==========================================================================
   HEADER
   ========================================================================== */
.header .row {
  max-width: 100%;
  width: 1800px;
}

.s-links a:hover {
  text-decoration: none;
}

.header-corporate {
  position: relative;
  border-bottom: 1px solid #eaeaea;
  box-shadow: 0 1px 4px #eaeaea;
}
.header-corporate .logo {
  color: #181818;
  opacity: 1;
  max-width: 300px;
  display: inline-block;
  width: 100%;
  position: absolute;
  left: 93px;
  top: 25px;
  z-index: 9;
}
@media only screen and (max-width: 1600px) {
  .header-corporate .logo {
    max-width: 220px;
    left: 35px;
  }
}
@media only screen and (max-width: 1366px) {
  .header-corporate .logo {
    max-width: 185px;
  }
}
@media only screen and (max-width: 768px) {
  .header-corporate .logo {
    max-width: 175px;
    left: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .header-corporate .logo {
    max-width: 150px;
  }
}
@media only screen and (max-width: 450px) {
  .header-corporate .logo {
    max-width: 125px;
  }
}
.header-corporate .logo:hover {
  opacity: 0.95;
}
.header-corporate .main_nav {
  font-size: 0;
}
.header-corporate .main_nav * {
  line-height: 1;
}
.header-corporate .main_nav a {
  display: block;
}
.header-corporate .level_a {
  position: relative;
}
.header-corporate .level_a > li {
  margin-right: 47px;
}
.header-corporate .level_a > li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 1700px) {
  .header-corporate .level_a > li {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1440px) {
  .header-corporate .level_a > li {
    margin-right: 20px;
  }
}
.header-corporate .level_a > li > a {
  font-weight: 600;
  color: #000;
  font-size: 19px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1366px) {
  .header-corporate .level_a > li > a {
    font-size: 17px;
  }
}
.header-corporate .level_a > li.current-menu-item > a, .header-corporate .level_a > li:hover > a {
  color: #0c2d80;
}
.header-corporate .level_a li {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.header-corporate .sub-menu {
  background: #0c2d80;
  border-bottom: 3px solid #103daf;
  border-top: 3px solid #103daf;
  display: none;
  margin-top: 27px;
  max-width: 200px;
  min-width: 140px;
  padding: 10px 0;
  position: absolute;
  width: 100%;
  z-index: 100;
}
.header-corporate .sub-menu .sub-menu {
  display: none !important;
}
.header-corporate .sub-menu li {
  display: block;
  list-style-type: none;
}
.header-corporate .sub-menu a {
  color: #ffffff;
  font-size: 13px;
  line-height: 1.3;
  padding: 3px 15px;
}
.header-corporate .sub-menu a:hover {
  background: #154edd;
  text-decoration: none;
}
.header-corporate .menu-item-has-children:before {
  content: "";
  height: 52px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.header-corporate .menu-item-has-children:hover > .sub-menu {
  display: block;
}
.header-corporate .sites-menu {
  display: none;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 25px;
}
@media only screen and (max-width: 1200px) {
  .header-corporate .sites-menu {
    display: block;
  }
}
@media only screen and (max-width: 450px) {
  .header-corporate .sites-menu {
    margin-right: 10px;
    letter-spacing: 0.7px;
    font-size: 14px;
  }
}
.header-corporate .top-menu {
  background: #000;
  padding: 8px 0;
}
.header-corporate .top-menu ul > li {
  display: inline-block;
  margin-right: 67px;
}
.header-corporate .top-menu ul > li > a {
  color: #fff;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 600;
}
.header-corporate .top-menu .btn {
  padding: 15px 20px;
}
@media only screen and (max-width: 768px) {
  .header-corporate .top-menu .btn {
    padding: 15px 15px;
  }
}
@media only screen and (max-width: 480px) {
  .header-corporate .top-menu .btn {
    font-size: 11px;
    padding: 10px 12px;
  }
}
.header-corporate .bottom-menu {
  padding: 18px 0 18px 0;
}
@media only screen and (max-width: 768px) {
  .header-corporate .bottom-menu {
    padding: 11px 15px 12px 0;
  }
}
.header-corporate .menu {
  padding-left: 424px;
  padding-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 1600px) {
  .header-corporate .menu {
    padding-left: 285px;
  }
}
@media only screen and (max-width: 1440px) {
  .header-corporate .menu {
    padding-left: 285px;
  }
}
@media only screen and (max-width: 1366px) {
  .header-corporate .menu {
    padding-left: 250px;
  }
}
@media only screen and (max-width: 1200px) {
  .header-corporate .menu {
    padding-left: 200px;
  }
}
@media only screen and (max-width: 1200px) {
  .header-corporate .menu {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 768px) {
  .header-corporate .menu {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    padding-right: 12px;
  }
}
@media only screen and (max-width: 450px) {
  .header-corporate .menu {
    padding-left: 110px;
  }
}
.header-corporate .add-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.header-corporate .add-info .search {
  position: relative;
  font-size: 19px;
  font-weight: 600;
  cursor: pointer;
  margin-right: 63px;
}
@media only screen and (max-width: 1700px) {
  .header-corporate .add-info .search {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 450px) {
  .header-corporate .add-info .search {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .header-corporate .add-info .search span {
    display: none;
  }
}
.header-corporate .add-info .search span {
  margin-right: 20px;
}
.header-corporate .add-info .search:after {
  content: "\f002";
  font-family: "fontawesome";
  display: inline-block;
}
.header-corporate .add-info .s-links {
  padding-left: 11px;
  border-left: 1px solid #D9DAE4;
}
@media only screen and (max-width: 1200px) {
  .header-corporate .add-info .s-links {
    display: none;
  }
}
.header-corporate .add-info .s-links svg {
  display: inline-block;
  margin-left: 10px;
  font-size: 19px;
}
.header-corporate .s-links .fa-linkedin {
  color: #0077B7;
}
.header-corporate .s-links .fa-instagram {
  color: #c80089;
}
.header-corporate .s-links .fa-facebook {
  color: #1877F2;
}
.header-corporate .s-links .fa-x-twitter {
  color: #000;
}
.header-corporate .s-links .fa-youtube {
  color: #F61C0D;
}

.header-products {
  position: relative;
  border-bottom: 1px solid #eaeaea;
  box-shadow: 0 1px 4px #eaeaea;
}
.header-products .logo {
  color: #181818;
  opacity: 1;
  max-width: 300px;
  display: inline-block;
  width: 100%;
  position: absolute;
  left: 93px;
  top: 15px;
  z-index: 9;
}
@media only screen and (max-width: 1600px) {
  .header-products .logo {
    max-width: 220px;
    left: 35px;
  }
}
@media only screen and (max-width: 1366px) {
  .header-products .logo {
    max-width: 185px;
  }
}
@media only screen and (max-width: 768px) {
  .header-products .logo {
    max-width: 175px;
    left: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .header-products .logo {
    max-width: 150px;
  }
}
@media only screen and (max-width: 450px) {
  .header-products .logo {
    max-width: 120px;
    top: 50px;
  }
}
.header-products .logo:hover {
  opacity: 0.8;
}
.header-products .main_nav {
  font-size: 0;
}
.header-products .main_nav * {
  line-height: 1;
}
.header-products .main_nav a {
  display: block;
}
.header-products .level_a {
  position: relative;
}
.header-products .level_a > li {
  margin-right: 47px;
}
.header-products .level_a > li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 1700px) {
  .header-products .level_a > li {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1440px) {
  .header-products .level_a > li {
    margin-right: 20px;
  }
}
.header-products .level_a > li > a {
  font-weight: 600;
  color: #000;
  font-size: 19px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1366px) {
  .header-products .level_a > li > a {
    font-size: 17px;
  }
}
.header-products .level_a > li.current-menu-item > a, .header-products .level_a > li:hover > a {
  color: #0c2d80;
}
.header-products .level_a li {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.header-products .sub-menu {
  background: #0c2d80;
  border-bottom: 3px solid #103daf;
  border-top: 3px solid #103daf;
  display: none;
  margin-top: 27px;
  max-width: 200px;
  min-width: 140px;
  padding: 10px 0;
  position: absolute;
  width: 100%;
  z-index: 100;
}
.header-products .sub-menu .sub-menu {
  display: none !important;
}
.header-products .sub-menu li {
  display: block;
  list-style-type: none;
}
.header-products .sub-menu a {
  color: #ffffff;
  font-size: 13px;
  line-height: 1.3;
  padding: 3px 15px;
}
.header-products .sub-menu a:hover {
  background: #154edd;
  text-decoration: none;
}
.header-products .menu-item-has-children:before {
  content: "";
  height: 52px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.header-products .menu-item-has-children:hover > .sub-menu {
  display: block;
}
.header-products .sites-menu {
  display: none;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 25px;
}
@media only screen and (max-width: 1200px) {
  .header-products .sites-menu {
    display: block;
  }
}
@media only screen and (max-width: 450px) {
  .header-products .sites-menu {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.header-products .top-menu {
  background: #FF9100;
  padding: 8px 0;
}
@media only screen and (max-width: 1200px) {
  .header-products .top-menu .add-info {
    display: none;
  }
}
.header-products .top-menu ul > li {
  display: inline-block;
  margin-right: 67px;
}
@media only screen and (max-width: 1366px) {
  .header-products .top-menu ul > li {
    margin-right: 25px;
  }
}
.header-products .top-menu ul > li > a {
  color: #fff;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 600;
}
.header-products .top-menu .btn {
  padding: 15px 20px;
}
@media only screen and (max-width: 480px) {
  .header-products .top-menu .btn {
    font-size: 13px;
    padding: 10px 18px;
  }
}
.header-products .bottom-menu {
  padding: 21px 15px 21px 0;
}
@media only screen and (max-width: 768px) {
  .header-products .bottom-menu {
    padding: 11px 15px 12px 0;
  }
}
.header-products .bottom-menu .add-info {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .header-products .bottom-menu .add-info {
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.header-products .menu {
  padding-left: 424px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 1600px) {
  .header-products .menu {
    padding-left: 285px;
  }
}
@media only screen and (max-width: 1440px) {
  .header-products .menu {
    padding-left: 240px;
  }
}
@media only screen and (max-width: 1366px) {
  .header-products .menu {
    padding-left: 200px;
  }
}
@media only screen and (max-width: 1200px) {
  .header-products .menu {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    padding-right: 12px;
  }
}
@media only screen and (max-width: 450px) {
  .header-products .menu {
    display: block;
    text-align: center;
    padding-left: 110px;
    padding-right: 0;
  }
}
.header-products .row {
  width: 1840px;
}
.header-products .add-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-basis: 350px;
  -moz-flex-basis: 350px;
  -ms-flex-basis: 350px;
  flex-basis: 350px;
}
@media only screen and (max-width: 1200px) {
  .header-products .add-info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }
}
@media only screen and (max-width: 768px) {
  .header-products .add-info .burger {
    right: 0;
  }
}
.header-products .add-info .search {
  position: relative;
  font-size: 19px;
  font-weight: 600;
  cursor: pointer;
  color: #fff;
  margin-right: 63px;
}
@media only screen and (max-width: 1700px) {
  .header-products .add-info .search {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .header-products .add-info .search {
    color: #000;
  }
}
@media only screen and (max-width: 768px) {
  .header-products .add-info .search span {
    display: none;
  }
}
.header-products .add-info .search:after {
  content: "\f002";
  font-family: "fontawesome";
  display: inline-block;
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  .header-products .add-info .search:after {
    margin-left: 0;
  }
}
.header-products .add-info .s-links {
  padding-left: 11px;
  border-left: 1px solid #D9DAE4;
}
@media only screen and (max-width: 768px) {
  .header-products .add-info .s-links {
    display: none;
  }
}
.header-products .add-info .s-links svg {
  display: inline-block;
  margin-left: 10px;
  font-size: 19px;
}
.header-products .s-links svg path {
  fill: #fff;
}
@media only screen and (max-width: 1200px) {
  .header-products .s-links svg path {
    fill: #000;
  }
}

.header-foodservices {
  position: relative;
}
.header-foodservices .logo {
  color: #181818;
  opacity: 1;
  max-width: 202px;
  display: inline-block;
  -webkit-flex-basis: 202px;
  -moz-flex-basis: 202px;
  -ms-flex-basis: 202px;
  flex-basis: 202px;
  width: 100%;
  z-index: 9;
}
@media only screen and (max-width: 1366px) {
  .header-foodservices .logo {
    max-width: 185px;
  }
}
@media only screen and (max-width: 768px) {
  .header-foodservices .logo {
    max-width: 175px;
  }
}
@media only screen and (max-width: 480px) {
  .header-foodservices .logo {
    max-width: 150px;
  }
}
@media only screen and (max-width: 450px) {
  .header-foodservices .logo {
    max-width: 120px;
  }
}
.header-foodservices .logo:hover {
  opacity: 0.8;
}
.header-foodservices .main_nav {
  font-size: 0;
  margin-right: 60px;
}
@media only screen and (max-width: 1650px) {
  .header-foodservices .main_nav {
    margin-right: 30px;
  }
}
.header-foodservices .main_nav * {
  line-height: 1;
}
.header-foodservices .main_nav a {
  display: block;
}
.header-foodservices .level_a {
  position: relative;
}
.header-foodservices .level_a > li {
  margin-right: 47px;
}
.header-foodservices .level_a > li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 1700px) {
  .header-foodservices .level_a > li {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1550px) {
  .header-foodservices .level_a > li {
    margin-right: 20px;
  }
}
.header-foodservices .level_a > li > a {
  font-weight: 600;
  color: #fff;
  font-size: 19px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1550px) {
  .header-foodservices .level_a > li > a {
    font-size: 17px;
  }
}
.header-foodservices .level_a > li.current-menu-item > a, .header-foodservices .level_a > li:hover > a {
  color: #fff;
}
.header-foodservices .level_a li {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.header-foodservices .sub-menu {
  background: #0c2d80;
  border-bottom: 3px solid #103daf;
  border-top: 3px solid #103daf;
  display: none;
  margin-top: 27px;
  max-width: 200px;
  min-width: 140px;
  padding: 10px 0;
  position: absolute;
  width: 100%;
  z-index: 100;
}
.header-foodservices .sub-menu .sub-menu {
  display: none !important;
}
.header-foodservices .sub-menu li {
  display: block;
  list-style-type: none;
}
.header-foodservices .sub-menu a {
  color: #ffffff;
  font-size: 13px;
  line-height: 1.3;
  padding: 3px 15px;
}
.header-foodservices .sub-menu a:hover {
  background: #154edd;
  text-decoration: none;
}
.header-foodservices .menu-item-has-children:before {
  content: "";
  height: 52px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.header-foodservices .menu-item-has-children:hover > .sub-menu {
  display: block;
}
.header-foodservices .sites-menu {
  display: none;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 25px;
}
@media only screen and (max-width: 1200px) {
  .header-foodservices .sites-menu {
    display: block;
  }
}
@media only screen and (max-width: 450px) {
  .header-foodservices .sites-menu {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.header-foodservices .bottom-menu {
  padding: 20px 15px 20px 0;
  background: #FF9100;
}
@media only screen and (max-width: 768px) {
  .header-foodservices .bottom-menu {
    padding: 23px 15px 23px 0;
  }
}
.header-foodservices .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 40px;
}
@media only screen and (max-width: 1200px) {
  .header-foodservices .menu {
    justify-content: end;
    gap: 25px;
    align-items: start;
  }
  .header-foodservices .menu .burger {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .header-foodservices .menu {
    padding-right: 12px;
  }
}
@media only screen and (max-width: 450px) {
  .header-foodservices .menu {
    padding-left: 10px;
    padding-right: 0;
  }
}
.header-foodservices .row {
  width: 1840px;
}
.header-foodservices .main-links {
  display: flex;
  align-items: center;
}
.header-foodservices .right-side {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.header-foodservices .right-side .right-side-nav {
  display: flex;
  gap: 20px;
  justify-content: end;
}
@media only screen and (max-width: 1024px) {
  .header-foodservices .right-side .right-side-nav {
    justify-content: space-between;
  }
}
.header-foodservices .button-links {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 1024px) {
  .header-foodservices .button-links .btn:nth-of-type(1n+2) {
    display: none;
  }
}
.header-foodservices .button-links .btn {
  background: #FFC800;
  color: #1D1D1B;
  display: inline-block;
  padding: 12px 15px;
  font-size: 12px;
  letter-spacing: normal;
}
.header-foodservices .button-links .btn:after {
  margin-left: 15px;
}
.header-foodservices .add-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  justify-content: end;
}
.header-foodservices .add-info .search {
  position: relative;
  font-size: 19px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  margin-right: 20px;
}
@media only screen and (max-width: 1360px) {
  .header-foodservices .add-info .search span {
    display: none;
  }
}
.header-foodservices .add-info .search:after {
  content: "\f002";
  font-family: "fontawesome";
  display: inline-block;
  margin-left: 20px;
}
@media only screen and (max-width: 1200px) {
  .header-foodservices .add-info .search:after {
    margin-left: 0;
  }
}
.header-foodservices .add-info .s-links {
  padding-left: 11px;
  border-left: 1px solid #D9DAE4;
}
.header-foodservices .add-info .s-links svg {
  display: inline-block;
  margin-left: 10px;
  font-size: 19px;
}
.header-foodservices .s-links .fa-linkedin {
  color: #fff;
}
.header-foodservices .s-links .fa-instagram {
  color: #fff;
}
.header-foodservices .s-links .fa-facebook {
  color: #fff;
}
.header-foodservices .s-links .fa-x-twitter {
  color: #fff;
}
.header-foodservices .s-links .fa-youtube {
  color: #fff;
}
.header-foodservices .burger .burger-icon, .header-foodservices .burger .burger-icon::before, .header-foodservices .burger .burger-icon::after {
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .header-foodservices .burger {
    right: 0;
  }
}
.header-foodservices .mobile_menu_container {
  background: #FF9100;
}
.header-foodservices .mobile_menu_container .close {
  color: #fff;
}
.header-foodservices .mobile_menu_container .level_a li a {
  color: #fff;
}

/* ==========================================================================
   Breadcrumb
   ========================================================================== */
.breadcrumb-holder {
  width: 1370px;
  max-width: 94%;
  margin: 10px auto 5px auto;
}
.breadcrumb-holder .breadcrumb {
  padding: 8px 0;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 0;
  list-style: none;
}
.breadcrumb a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: none;
  color: #000;
}
.breadcrumb a:after {
  margin: 0px 7px 0px 10px;
  content: "\f054";
  font-family: "fontawesome";
  vertical-align: middle;
  display: inline-block;
  font-size: 12px;
  color: #000;
}
.breadcrumb span {
  font-size: 16px;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
footer {
  background: #5D89E9;
  padding: 42px 0 170px;
}
@media only screen and (max-width: 1365px) {
  footer {
    padding: 20px 0 35px;
  }
}
@media only screen and (max-width: 1365px) {
  footer .right-position .hide-lp {
    text-align: center;
  }
}
footer .breadcrumb {
  color: #ffffff;
  float: left;
  vertical-align: middle;
  background-color: inherit;
  margin: 0;
  padding: 0px;
}
footer .breadcrumb a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: none;
  color: #ffffff;
}
footer .breadcrumb a:after {
  margin: 0px 7px 0px 10px;
  content: "\f054";
  font-family: "fontawesome";
  vertical-align: middle;
  display: inline-block;
  font-size: 12px;
  color: #FEE000;
}
footer .breadcrumb span {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: #ffffff;
}
footer .row {
  width: 1700px;
}
footer .top {
  padding-bottom: 47px;
  border-bottom: 1px solid #fff;
  margin-bottom: 67px;
}
@media only screen and (max-width: 1365px) {
  footer .top {
    padding-bottom: 11px;
    margin-bottom: 35px;
  }
}
footer .top .top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1365px) {
  footer .top .top-inner {
    display: none;
  }
}
footer .logo {
  max-width: 192px;
  width: 100%;
  display: inline-block;
}
footer nav.foot-menu ul li {
  display: inline-block;
  margin-right: 24px;
  padding-right: 24px;
  border-right: 1px solid #fff;
  margin-bottom: 10px;
  color: #fff;
  font-size: 17px;
}
footer nav.foot-menu ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
@media only screen and (max-width: 1600px) {
  footer nav.foot-menu ul li {
    padding-right: 10px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  footer nav.foot-menu ul li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 480px) {
  footer nav.foot-menu ul li {
    padding-right: 5px;
    margin-right: 5px;
  }
}
footer nav.foot-menu ul li a {
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  footer .bottom {
    display: block;
    text-align: center;
  }
}
footer .bottom .btn {
  font-size: 16px;
  padding: 15px;
}
footer .bottom .btn::after {
  margin-left: 15px;
}
@media only screen and (max-width: 1365px) {
  footer .bottom .btn {
    font-size: 16px;
    padding: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  footer .bottom .btn {
    margin-bottom: 23px;
  }
}

.top-line {
  background: #FEE000;
  height: 11px;
}

body.search-active #searchform {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#searchform {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #000;
  padding: 15px 20px;
  z-index: 99;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  justify-content: center;
}
#searchform .back {
  -webkit-flex-basis: 30px;
  -moz-flex-basis: 30px;
  -ms-flex-basis: 30px;
  flex-basis: 30px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  margin-left: 20px;
}
#searchform .inner {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 1200px;
}
#searchform .inner input {
  border: 1px solid #eaeaea;
  height: 45px;
}
#searchform .inner .icon-search {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  border: none;
  background: #FEE000;
  text-align: center;
  cursor: pointer;
}
#searchform .inner .icon-search i {
  font-size: 25px;
}

.slick-slider-top-section-corporate {
  border-bottom: 30px solid #FEE000;
}
@media only screen and (max-width: 768px) {
  .slick-slider-top-section-corporate {
    border-bottom: 15px solid #FEE000;
  }
}
.slick-slider-top-section-corporate .item {
  position: relative;
}
.slick-slider-top-section-corporate .item picture img {
  width: 100%;
  object-fit: cover;
  object-position: right center;
}
.slick-slider-top-section-corporate .item .info {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 480px) {
  .slick-slider-top-section-corporate .item .info {
    width: 50%;
  }
}
@media only screen and (max-width: 429px) {
  .slick-slider-top-section-corporate .item .info {
    width: 56%;
  }
}
.slick-slider-top-section-corporate .item .info h1 {
  color: #fff;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1.1;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .slick-slider-top-section-corporate .item .info h1 {
    letter-spacing: normal;
  }
}
.slick-slider-top-section-corporate .item .info .description {
  padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .slick-slider-top-section-corporate .item .info .description {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .slick-slider-top-section-corporate .item .info .description {
    padding-bottom: 10px;
  }
}
.slick-slider-top-section-corporate .item .info p {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 0;
  line-height: 1.3;
}
@media only screen and (max-width: 1440px) {
  .slick-slider-top-section-corporate .item .info p {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1366px) {
  .slick-slider-top-section-corporate .item .info p {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1024px) {
  .slick-slider-top-section-corporate .item .info p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .slick-slider-top-section-corporate .item .info p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .slick-slider-top-section-corporate .item .info p {
    font-size: 14px;
  }
}
.slick-slider-top-section-corporate .item .btn {
  max-width: 480px;
  width: 100%;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .slick-slider-top-section-corporate .item .btn {
    max-width: 100%;
    width: auto;
    line-height: 1;
  }
}
.slick-slider-top-section-corporate .slick-arrow {
  display: none !important;
}

.section-center {
  text-align: center;
}

.large-p p {
  font-size: 40px;
}
@media only screen and (max-width: 768px) {
  .large-p p {
    font-size: 20px;
  }
}

.slick-slider-top-section-products .item {
  position: relative;
}
.slick-slider-top-section-products .item picture img {
  width: 100%;
  object-fit: cover;
  object-position: right center;
}
.slick-slider-top-section-products .item .info {
  max-width: 700px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 9%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 1440px) {
  .slick-slider-top-section-products .item .info {
    max-width: 580px;
    right: 3%;
  }
}
@media only screen and (max-width: 1024px) {
  .slick-slider-top-section-products .item .info {
    width: 80%;
  }
}
@media only screen and (max-width: 480px) {
  .slick-slider-top-section-products .item .info {
    width: 65%;
  }
}
@media only screen and (max-width: 429px) {
  .slick-slider-top-section-products .item .info {
    padding: 0 10px;
    width: 80%;
    right: 0;
  }
}
.slick-slider-top-section-products .item .info h1 {
  text-align: center;
  color: #fff;
  font-size: 100px;
  font-weight: 400;
  font-family: "McCainWedgeBrush-Regular", Helvetica, Arial, sans-serif;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1440px) {
  .slick-slider-top-section-products .item .info h1 {
    font-size: 65px;
  }
}
@media only screen and (max-width: 1024px) {
  .slick-slider-top-section-products .item .info h1 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 768px) {
  .slick-slider-top-section-products .item .info h1 {
    font-size: 32px;
  }
}
.slick-slider-top-section-products .item .info h1 span {
  font-family: "Rooney", Helvetica, Arial, sans-serif;
  color: #000;
  text-transform: initial;
}
.slick-slider-top-section-products .item .info p {
  font-size: 25px;
  font-weight: 500;
  font-family: "Brother-1816", Helvetica, Arial, sans-serif;
  color: #000;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .slick-slider-top-section-products .item .info p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .slick-slider-top-section-products .item .info p {
    font-size: 18px;
    padding-bottom: 20px;
  }
}
.slick-slider-top-section-products .item .btn {
  max-width: 330px;
  width: 100%;
  line-height: 1.5;
  background: #FFFADC;
}
@media only screen and (max-width: 768px) {
  .slick-slider-top-section-products .item .btn {
    max-width: 100%;
    width: auto;
    font-size: 12px;
  }
}
.slick-slider-top-section-products .slick-arrow {
  display: none !important;
}
.slick-slider-top-section-products.produc-range .item picture img {
  min-height: 772px;
}
@media only screen and (max-width: 1366px) {
  .slick-slider-top-section-products.produc-range .item picture img {
    min-height: 650px;
  }
}
@media only screen and (max-width: 1024px) {
  .slick-slider-top-section-products.produc-range .item picture img {
    min-height: 580px;
  }
}
@media only screen and (max-width: 768px) {
  .slick-slider-top-section-products.produc-range .item picture img {
    min-height: 430px;
  }
}
.slick-slider-top-section-products.produc-range .item .info {
  max-width: 500px;
}
.slick-slider-top-section-products.produc-range .item .info h1 {
  text-align: center !important;
  color: #fff;
}
.slick-slider-top-section-products.produc-range .item .info h1 span {
  color: #FF9100 !important;
}
.slick-slider-top-section-products.produc-range .item .info p {
  color: #fff !important;
}
.slick-slider-top-section-products.produc-range .item .info .btn {
  padding: 20px 12px;
}
@media only screen and (max-width: 768px) {
  .slick-slider-top-section-products.produc-range .item .info .btn {
    padding: 10px;
  }
}

.row-bg-5:before {
  content: "";
  background: url("/images/bg-style-5-image-min.png") no-repeat center center/cover;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 888px;
  height: 288px;
}
@media only screen and (max-width: 1024px) {
  .row-bg-5:before {
    width: 444px;
    height: 144px;
  }
}
@media only screen and (max-width: 480px) {
  .row-bg-5:before {
    width: 254px;
    height: 82px;
  }
}

.row-bg-6:before {
  content: "";
  background: url("/images/bg-style-6a-image-min.png") no-repeat center center/cover;
  position: absolute;
  top: 0px;
  right: 50px;
  width: 513px;
  height: 206px;
}
@media only screen and (max-width: 1024px) {
  .row-bg-6:before {
    width: 256px;
    height: 103px;
  }
}
.row-bg-6:after {
  content: "";
  background: url("/images/bg-style-6b-image-min.png") no-repeat center center/cover;
  position: absolute;
  bottom: 0px;
  left: 50px;
  width: 513px;
  height: 206px;
}
@media only screen and (max-width: 1024px) {
  .row-bg-6:after {
    display: none;
  }
}

.right-position {
  text-align: right;
}

.simple-info {
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .simple-info {
    padding: 24px 0 40px;
  }
}
@media only screen and (max-width: 429px) {
  .simple-info {
    padding: 24px 0 34px;
  }
}
.simple-info.title-center h2 {
  text-align: center;
}

.show-sm {
  display: block;
}
@media only screen and (max-width: 768px) {
  .show-sm {
    display: none !important;
  }
}

.show-md {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .show-md {
    display: none !important;
  }
}

.hide-md {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  .hide-md {
    display: block !important;
  }
}

.hide-sm {
  display: none;
}
@media only screen and (max-width: 768px) {
  .hide-sm {
    display: block !important;
  }
}

.show-lp {
  position: relative;
  display: block;
}
@media only screen and (max-width: 1365px) {
  .show-lp {
    display: none;
  }
}

.hide-lp {
  display: none;
  position: relative;
}
@media only screen and (max-width: 1365px) {
  .hide-lp {
    display: block;
  }
}

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

.sites-menu-d {
  display: block;
}
@media only screen and (max-width: 1200px) {
  .sites-menu-d {
    display: none;
  }
}

.color-yellow {
  color: #FEE000;
}

.color-white {
  color: #fff;
}

.color-blue {
  color: #5D89E9;
}

.color-light-blue {
  color: #389EBA;
}

.color-green {
  color: #6E9E30;
}

.color-brown {
  color: #AB5226;
}

.color-orange {
  color: #FF9100;
}

.color-green2 {
  color: #009863;
}

.color-red {
  color: #EC3400;
}

.yellow-bg {
  background: #FEE000;
}

.green-bg {
  background: #6E9E30;
}

.green2-bg {
  background: #009863;
}

.brown-bg {
  background: #AB5226;
}

.red-bg {
  background: #EC3400;
}

.grey-bg, .our-values .left-right-info .item:nth-child(even) {
  background-color: #C9BFB0;
}

.grey2-bg {
  background: #EAEAEA;
}

.light-blue-bg {
  background: #389EBA;
}

.mb-large {
  margin-bottom: 70px;
}
@media only screen and (max-width: 1024px) {
  .mb-large {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 768px) {
  .mb-large {
    margin-bottom: 30px;
  }
}

.circle-items {
  padding: 73px 0 109px;
}
@media only screen and (max-width: 1280px) {
  .circle-items {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .circle-items {
    padding: 25px 0 50px;
  }
}
@media only screen and (max-width: 429px) {
  .circle-items {
    padding: 25px 0;
  }
}
.circle-items h2 {
  text-align: center;
  margin-bottom: 35px;
}
.circle-items .items {
  row-gap: 1.5em;
}
.circle-items .items .item {
  position: relative;
  text-align: center;
  margin: 0 1% 0 1%;
}
.circle-items .items .item figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  width: 182px;
  height: 182px;
  border-radius: 50%;
  margin: 0 auto 22px;
}
@media only screen and (max-width: 1024px) {
  .circle-items .items .item figure {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (max-width: 768px) {
  .circle-items .items .item figure {
    width: 84px;
    height: 84px;
  }
}
@media only screen and (max-width: 1024px) {
  .circle-items .items .item figure img {
    max-width: 65%;
    max-height: 65%;
  }
}
.circle-items .items .item .title {
  font-size: 29px;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .circle-items .items .item .title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .circle-items .items .item .title {
    font-size: 16px;
  }
}
.circle-items .items .item .description {
  margin-top: 20px;
}
.circle-items .items .item .description p {
  font-size: 21px;
  line-height: 1.3em;
}
@media only screen and (max-width: 768px) {
  .circle-items .items .item .description p {
    font-size: 14px;
    letter-spacing: -0.5px;
  }
}

.grid-3 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.grid-3 > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media only screen and (max-width: 768px) {
  .grid-3 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .grid-3 > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}

.grid-3-md-to-1 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.grid-3-md-to-1 > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media only screen and (max-width: 1024px) {
  .grid-3-md-to-1 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .grid-3-md-to-1 > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}

.grid-3-sm-to-1 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.grid-3-sm-to-1 > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media only screen and (max-width: 768px) {
  .grid-3-sm-to-1 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .grid-3-sm-to-1 > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}

.grid-3-to-1 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.grid-3-to-1 > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media only screen and (max-width: 768px) {
  .grid-3-to-1 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .grid-3-to-1 > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media only screen and (max-width: 500px) {
  .grid-3-to-1 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .grid-3-to-1 > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}

.grid-4 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.grid-4 > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
@media only screen and (max-width: 768px) {
  .grid-4 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .grid-4 > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}

.grid-5 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.grid-5 > * {
  width: 18%;
  margin: 0 1% 1.2em;
}
@media only screen and (max-width: 768px) {
  .grid-5 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .grid-5 > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
  }
}

.grid-6 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.grid-6 > * {
  width: 14.6666666667%;
  margin: 0 1% 1.1666666667em;
}
@media only screen and (max-width: 1280px) {
  .grid-6 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .grid-6 > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
  }
}

.yellow-line {
  border-bottom: 26px solid #FEE000;
}
@media only screen and (max-width: 768px) {
  .yellow-line {
    border-bottom: 15px solid #FEE000;
  }
}

@media only screen and (max-width: 1024px) {
  .our-values {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .our-values .left-right-info .item:nth-child(even) > .flex-center {
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
  }
}
@media only screen and (max-width: 1024px) {
  .our-values .left-right-info .item:nth-child(odd) > .flex-center {
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
  }
}

.arrow-down:after {
  border-top: 120px solid #eaeaea;
  bottom: -120px;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  width: 0;
  height: 0;
  content: " ";
  display: block;
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .arrow-down:after {
    border-top: 60px solid #eaeaea;
    bottom: -60px;
  }
}
@media only screen and (max-width: 480px) {
  .arrow-down:after {
    border-top: 44px solid #eaeaea;
    bottom: -44px;
  }
}

.left-right-info .item {
  padding: 60px 0;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .left-right-info .item {
    padding: 10px 0 30px;
  }
}
@media only screen and (max-width: 480px) {
  .left-right-info .item {
    padding: 0;
  }
}
.left-right-info .item:nth-child(even) > .flex-center {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
}
@media only screen and (max-width: 1024px) {
  .left-right-info .item {
    margin-bottom: 30px;
  }
  .left-right-info .item:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .left-right-info .item {
    margin-bottom: 10px;
  }
}
.left-right-info .item .flex-center {
  max-width: 1370px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .left-right-info .item .flex-center {
    flex-direction: column-reverse;
  }
}
.left-right-info .item .flex-center.v-align-top {
  align-items: start;
}
@media only screen and (max-width: 768px) {
  .left-right-info .item .image-holder {
    margin: 0 -12px;
  }
}
.left-right-info .item figure {
  text-align: center;
  position: relative;
}
.left-right-info .item figure > span.relative {
  display: inline-block;
  height: 100%;
}
.left-right-info .item figure img {
  object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .left-right-info .item figure img {
    max-height: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .left-right-info .item figure img {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .left-right-info .item .info {
    margin: 0 3%;
  }
}
.left-right-info .item .info .description h4 {
  margin-bottom: 20px;
}
.left-right-info .relative {
  display: inline-block;
  height: 100%;
}
@media only screen and (max-width: 480px) {
  .left-right-info .relative {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .left-right-info .item.bg-row-grey {
    padding: 40px 0 30px;
  }
}

.umb-block-grid__layout-container .left-right-info .item:not(.bg-row-grey):first-child {
  padding-top: 0px;
}
.umb-block-grid__layout-container .left-right-info .item:not(.bg-row-grey):last-child {
  padding-bottom: 0px;
}

.left-right-info.mix-start-left .item .flex-center {
  flex-direction: row;
}
@media only screen and (max-width: 1024px) {
  .left-right-info.mix-start-left .item .flex-center {
    flex-direction: column-reverse;
  }
}
.left-right-info.mix-start-left .item:nth-child(even) .flex-center {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1024px) {
  .left-right-info.mix-start-left .item:nth-child(even) .flex-center {
    flex-direction: column-reverse;
  }
}

.left-right-info.mix-start-right .item .flex-center {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1024px) {
  .left-right-info.mix-start-right .item .flex-center {
    flex-direction: column-reverse;
  }
}
.left-right-info.mix-start-right .item:nth-child(even) .flex-center {
  flex-direction: row;
}
@media only screen and (max-width: 1024px) {
  .left-right-info.mix-start-right .item:nth-child(even) .flex-center {
    flex-direction: column-reverse;
  }
}

.left-right-info .time {
  font-weight: bold;
}
.left-right-info .btn {
  margin-top: 15px;
}
.left-right-info .item.bg-style-1 {
  background-color: #FFD750;
}
.left-right-info .item.bg-style-2 {
  background-color: #FF9100;
}
.left-right-info .item.bg-style-2:before {
  content: "";
  background: url("/images/bg-style-2-image-min.png") no-repeat center center/cover;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 617px;
  height: 325px;
}
.left-right-info .item.bg-style-3 {
  background-color: #FFD750;
}
.left-right-info .item.bg-style-3:before {
  content: "";
  background: url("/images/bg-style-3-image-min.png") no-repeat center center/cover;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 728px;
  height: 487px;
}

@media only screen and (max-width: 768px) {
  .left-right-info.competitions .item .image-holder {
    margin: 20px 20px 0 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .md-hide {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .xs-hide {
    display: none;
  }
}

.xs-show {
  display: none;
}
@media only screen and (max-width: 480px) {
  .xs-show {
    display: block;
  }
}

.relative {
  position: relative;
}

@media only screen and (max-width: 1750px) {
  .overflow-hiden {
    overflow: hidden;
  }
}

.middle-circle {
  width: 192px;
  height: 192px;
  border-radius: 50%;
  opacity: 0.46;
  position: absolute;
}
@media only screen and (max-width: 1024px) {
  .middle-circle {
    width: 137px;
    height: 137px;
  }
}
@media only screen and (max-width: 429px) {
  .middle-circle {
    width: 114px;
    height: 114px;
  }
}
.middle-circle.blue-circle {
  background: #5D89E9;
}
.middle-circle.yellow-circle {
  background: #FEE000;
}
.middle-circle.brown-circle {
  background: #AB5226;
}
.middle-circle.green-circle {
  background: #6E9E30;
}
.middle-circle.orange-circle {
  background: #FF9100;
}
.middle-circle.grey-circle {
  background: #C9BFB0;
}
.middle-circle.green2-circle {
  background: #009863;
}
.middle-circle.red-circle {
  background: #EC3400;
}
.middle-circle.right-center {
  right: -125px;
}
@media only screen and (max-width: 1024px) {
  .middle-circle.right-center {
    right: -70px;
  }
}
.middle-circle.top-normal {
  top: 45px;
}
@media only screen and (max-width: 480px) {
  .middle-circle.top-normal {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.middle-circle.left {
  left: -64px;
}
.middle-circle.left-center {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -75px;
}
@media only screen and (max-width: 1024px) {
  .middle-circle.left-center {
    left: -45px;
  }
}
.middle-circle.left-bottom {
  bottom: -75px;
  left: -75px;
}
@media only screen and (max-width: 1024px) {
  .middle-circle.left-bottom {
    left: -35px;
    bottom: 20px;
  }
}
.middle-circle.left-top {
  top: -50px;
  left: -100px;
}
.middle-circle.right-center {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -100px;
}
@media only screen and (max-width: 1024px) {
  .middle-circle.right-center {
    right: -45px;
  }
}
.middle-circle.right-bottom {
  bottom: -60px;
  right: -60px;
}

.large-circle {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  opacity: 0.35;
  position: absolute;
}
@media only screen and (max-width: 1024px) {
  .large-circle {
    width: 153px;
    height: 153px;
  }
}
@media only screen and (max-width: 429px) {
  .large-circle {
    width: 130px;
    height: 130px;
  }
}
.large-circle.green-circle {
  background: #6E9E30;
}
.large-circle.blue-circle {
  background: #5D89E9;
}
.large-circle.yellow-circle {
  background: #FEE000;
}
.large-circle.brown-circle {
  background: #AB5226;
}
.large-circle.light-blue-circle {
  background: #389EBA;
}
.large-circle.left-top {
  top: -60px;
  left: -200px;
}
@media only screen and (max-width: 1024px) {
  .large-circle.left-top {
    left: -45px;
    top: 20px;
  }
}
.large-circle.right-center {
  right: -160px;
}
@media only screen and (max-width: 1024px) {
  .large-circle.right-center {
    right: -75px;
  }
}
.large-circle.right-bottom {
  bottom: -60px;
  right: -200px;
}
@media only screen and (max-width: 1024px) {
  .large-circle.right-bottom {
    right: -45px;
    bottom: 20px;
  }
}
.large-circle.top-center {
  top: -144px;
}
@media only screen and (max-width: 1024px) {
  .large-circle.top-center {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.two-circle {
  opacity: 0.2;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  border: 20px solid #707070;
}
.two-circle.large {
  width: 607px;
  height: 607px;
}
@media only screen and (max-width: 1024px) {
  .two-circle.large {
    width: 404px;
    height: 404px;
  }
}
@media only screen and (max-width: 768px) {
  .two-circle.large {
    width: 204px;
    height: 204px;
  }
}
.two-circle.large:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 760px;
  height: 760px;
  border-radius: 50%;
  border: 5px solid #707070;
  opacity: 0.25;
}
@media only screen and (max-width: 1024px) {
  .two-circle.large:before {
    width: 448px;
    height: 448px;
  }
}
@media only screen and (max-width: 768px) {
  .two-circle.large:before {
    width: 248px;
    height: 248px;
  }
}
.two-circle.large.bottom {
  top: 140px;
}
@media only screen and (max-width: 1024px) {
  .two-circle.large.bottom {
    top: 90px;
  }
}
.two-circle.large.left {
  left: -200px;
}
@media only screen and (max-width: 1024px) {
  .two-circle.large.left {
    left: -150px;
  }
}
@media only screen and (max-width: 768px) {
  .two-circle.large.left {
    left: -60px;
  }
}
.two-circle.middle {
  width: 462px;
  height: 462px;
}
@media only screen and (max-width: 1024px) {
  .two-circle.middle {
    width: 262px;
    height: 262px;
  }
}
@media only screen and (max-width: 768px) {
  .two-circle.middle {
    width: 244px;
    height: 244px;
  }
}
.two-circle.middle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 563px;
  height: 563px;
  border-radius: 50%;
  border: 5px solid #707070;
  opacity: 0.25;
}
@media only screen and (max-width: 1024px) {
  .two-circle.middle:before {
    width: 363px;
    height: 363px;
  }
}
@media only screen and (max-width: 768px) {
  .two-circle.middle:before {
    width: 298px;
    height: 298px;
  }
}
.two-circle.middle.top {
  top: 125px;
}
.two-circle.middle.right {
  right: -180px;
}
@media only screen and (max-width: 480px) {
  .two-circle.middle.right {
    right: -80px;
  }
}
.grey-bg, .our-values .left-right-info .item:nth-child(even) {
  background-color: #EAEAEA;
}

.grey-brown-bg {
  background-color: #C9BFB0;
}

.blue-bg {
  background: #003B75;
  color: #fff;
}

.bottom-figure:before {
  content: "";
  position: absolute;
  background-image: url("/images/figure1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  bottom: -120px;
  height: 120px;
  left: 0;
  right: 0;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .bottom-figure:before {
    bottom: -60px;
    height: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .bottom-figure:before {
    bottom: -44px;
    height: 44px;
  }
}
@media only screen and (max-width: 1024px) {
  .bottom-figure.simple-info {
    padding: 35px 0;
  }
}
@media only screen and (max-width: 480px) {
  .bottom-figure.simple-info {
    padding: 25px 0 5px;
  }
}

.default-ul ul {
  list-style-type: disc;
  padding-left: 20px;
}

.full-picture picture {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .leadership-team .item {
    text-align: center;
  }
  .leadership-team .item .relative {
    max-width: 68%;
    margin: 0 auto;
  }
}

.section-product-before-after {
  position: relative;
}
.section-product-before-after:before {
  content: url("/images/product-before.png");
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 0;
  z-index: -1;
}
.section-product-before-after:after {
  content: url("/images/product-after.png");
  position: absolute;
  top: 30px;
  right: 0;
  z-index: -1;
}

.touts-gallery {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  .touts-gallery {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .touts-gallery {
    margin-bottom: 30px;
  }
}
.touts-gallery.simple-title .item .title {
  background: none;
  min-height: auto;
}
.touts-gallery .item {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  margin-bottom: 35px;
}
.touts-gallery .item:hover {
  text-decoration: none;
}
.touts-gallery .item:hover .title {
  color: #000;
}
.touts-gallery .item figure {
  margin-bottom: 8px;
}
.touts-gallery .item figure img {
  width: 100%;
  max-height: 398px;
  object-fit: cover;
}
@media only screen and (max-width: 1280px) {
  .touts-gallery .item figure img {
    max-height: 350px;
  }
}
.touts-gallery .item .title {
  background: #FF9100;
  padding: 8px;
  border-radius: 10px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1280px) {
  .touts-gallery .item .title {
    font-size: 21px;
  }
}
@media only screen and (max-width: 1024px) {
  .touts-gallery .item .title {
    font-size: 18px;
  }
}

.products-site {
  font-family: "Brother-1816", Helvetica, Arial, sans-serif;
}
.products-site .btn:after {
  display: none;
}
.products-site p {
  font-family: "Brother-1816", Helvetica, Arial, sans-serif;
}

.bottom-section-links {
  background: #FFD750;
  padding: 35px 0;
}
@media only screen and (max-width: 429px) {
  .bottom-section-links {
    padding: 25px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .bottom-section-links > .flex {
    display: block;
  }
}
.bottom-section-links .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .bottom-section-links .item {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .bottom-section-links .item {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 429px) {
  .bottom-section-links .item {
    display: block;
    text-align: center;
  }
}
.bottom-section-links .btn {
  font-size: 19px;
  margin-left: 14px;
}
@media only screen and (max-width: 1280px) {
  .bottom-section-links .btn {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1024px) {
  .bottom-section-links .btn {
    font-size: 15px;
  }
}
.bottom-section-links .text {
  font-size: 25px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .bottom-section-links .text {
    font-size: 22px;
  }
}
@media only screen and (max-width: 429px) {
  .bottom-section-links .text {
    margin-bottom: 5px;
  }
}

.orange-bg {
  background: #FF9100;
}

.orange-color {
  color: #FF9100;
}

.whats-new h2 {
  text-transform: uppercase;
  font-family: "Rooney", Helvetica, Arial, sans-serif;
  font-weight: 900;
}

@media only screen and (max-width: 1370px) {
  p br {
    display: none;
  }
}

.product-slider-text {
  padding: 35px 0;
}
@media only screen and (max-width: 768px) {
  .product-slider-text {
    padding: 20px 0;
  }
}
.product-slider-text .slider-title {
  font-size: 29px;
  margin-right: 35px;
}
@media only screen and (max-width: 1024px) {
  .product-slider-text .slider-title {
    margin-right: 0;
    margin-bottom: 18px;
    font-size: 22px;
  }
}
.product-slider-text > .flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .product-slider-text > .flex-center {
    display: block;
    text-align: center;
  }
}
.product-slider-text .slick-slider-product-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
}
@media only screen and (max-width: 1024px) {
  .product-slider-text .slick-slider-product-text {
    margin: 0 auto;
    max-width: 400px;
  }
}
.product-slider-text .slick-slider-product-text .item {
  text-align: center;
  font-size: 29px;
  color: #919191;
}
@media only screen and (max-width: 1024px) {
  .product-slider-text .slick-slider-product-text .item {
    font-size: 22px;
  }
}
.product-slider-text .slick-arrow {
  font-size: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  z-index: 9;
}
.product-slider-text .slick-arrow:before {
  color: #000;
}
.product-slider-text .slick-arrow.slick-prev {
  left: 0px;
}
.product-slider-text .slick-arrow.slick-prev:before {
  content: "\f104";
  font-family: "fontawesome";
  font-size: 26px;
}
.product-slider-text .slick-arrow.slick-next {
  right: 0px;
}
.product-slider-text .slick-arrow.slick-next:before {
  content: "\f105";
  font-family: "fontawesome";
  font-size: 26px;
}

.pr-section {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .pr-section {
    margin-bottom: 30px;
  }
}
.pr-section a {
  text-decoration: underline;
}

.section-title {
  background: #000;
  border-radius: 10px;
  font-size: 25px;
  padding: 5px 10px;
  text-align: center;
  color: #FFFADC;
  font-weight: 800;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .section-title {
    font-size: 20px;
  }
}

.product-info {
  padding: 60px 0;
}
@media only screen and (max-width: 1024px) {
  .product-info {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 768px) {
  .product-info {
    padding: 35px 0;
  }
}
@media only screen and (max-width: 480px) {
  .product-info {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .product-info .left {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media only screen and (max-width: 1024px) {
  .product-info .right {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .product-info > .flex {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
}
.product-info .image-holder {
  margin-bottom: 50px;
  display: flex;
  gap: 10px;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .product-info .image-holder {
    margin-bottom: 20px;
  }
}
.product-info .image-holder.count-2 img {
  width: 50%;
}
.product-info .ingrediens {
  color: #FF9100;
}
.product-info .ingrediens p {
  color: inherit;
}
.product-info .product-description {
  margin: 20px 0;
}
.product-info .storage p {
  padding-bottom: 0;
}
.product-info .purchase-message {
  margin-top: 30px;
}
.product-info .purchase-message p {
  padding-bottom: 5px;
}
.product-info .prep-method-item {
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .product-info .prep-method-item {
    margin-bottom: 15px;
  }
}
.product-info .prep-method-item figure {
  align-self: flex-start;
}
.product-info .prep-method-item figure img {
  max-width: 65%;
}
.product-info .prep-method-item .title {
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  .product-info .prep-method-item .title {
    font-size: 12px;
  }
}
.product-info .prep-method-item table {
  width: 100%;
  margin: 5px 0 10px 0;
}
.product-info .prep-method-item table td {
  border: 1px solid #ccc;
  padding: 5px 10px;
}
.product-info .product-title h1 {
  font-size: 49px;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .product-info .product-title h1 {
    font-size: 32px;
    text-align: center;
  }
}
.product-info .product-attributes {
  margin-bottom: 35px;
  font-size: 23px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .product-info .product-attributes {
    margin-bottom: 20px;
  }
}
.product-info .product-attributes span {
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .product-info .product-attributes {
    font-size: 14px;
  }
}
.product-info .action-buttons {
  display: flex;
  gap: 20px;
  margin: 30px 0;
}
.product-info .nutrition-holder {
  margin: 10px 0;
}
.product-info .nutrition-holder table tr:first-child td {
  background-color: #000;
  color: rgb(255, 250, 220);
}
.product-info .nutrition-holder table td {
  padding: 5px 10px;
}
.product-info .pr-section.ingredients-holder {
  margin-top: 30px;
}

.recipe-info {
  margin-bottom: 50px;
}
.recipe-info .hints-holder {
  margin-top: 30px;
}
.recipe-info ol {
  padding-left: 20px;
  margin-bottom: 20px;
}
.recipe-info ol li {
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 1.4em;
}
@media only screen and (max-width: 768px) {
  .recipe-info ol li {
    font-size: 14px;
  }
}
.recipe-info .s-link {
  font-size: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-top: 75px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .recipe-info .s-link {
    font-size: 16px;
    margin: 50px 0 10px 0;
    justify-content: center;
  }
}
.recipe-info .s-link.blue-links .item {
  background: #5D89E9;
}
.recipe-info .s-link > div {
  margin-right: 30px;
}
@media only screen and (max-width: 1024px) {
  .recipe-info .s-link > div {
    margin-right: 15px;
  }
}
.recipe-info .s-link .item {
  width: 56px;
  height: 56px;
  display: block;
  border-radius: 50%;
  background: #FF9100;
  position: relative;
  line-height: 56px;
  color: #fff;
  margin: 0 auto 10px;
}
@media only screen and (max-width: 1024px) {
  .recipe-info .s-link .item {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.bg-instruction {
  background: #FFD750;
  padding: 17px 25px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .bg-instruction {
    margin-bottom: 20px;
  }
}

.single-title {
  padding: 60px 0;
  margin-bottom: 0;
}
.single-title h1 {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1024px) {
  .single-title {
    padding: 25px 0;
  }
}

.row-accordion {
  padding: 60px 0;
  background: #F0F0F0;
  border-bottom: 1px solid #707070;
}
@media only screen and (max-width: 1024px) {
  .row-accordion {
    padding: 35px 0;
  }
}
@media only screen and (max-width: 768px) {
  .row-accordion {
    padding: 15px 0;
  }
}
.row-accordion > .flexbox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .row-accordion > .flexbox {
    display: block;
  }
}
.row-accordion h4 {
  font-size: 29px;
  font-weight: 800;
  margin-right: 94px;
  margin-bottom: 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .row-accordion h4 {
    font-size: 20px;
  }
}
.row-accordion h4:after {
  content: "\f107";
  font-family: "fontawesome";
  font-size: 34px;
  display: none;
}
@media only screen and (max-width: 1200px) {
  .row-accordion h4 {
    margin-right: 35px;
  }
}
@media only screen and (max-width: 1024px) {
  .row-accordion h4 {
    text-align: center;
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }
  .row-accordion h4:after {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
  }
}
.row-accordion a {
  margin-right: 51px;
}
@media only screen and (max-width: 1200px) {
  .row-accordion a {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .row-accordion a {
    margin-bottom: 20px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .row-accordion a {
    width: 48%;
  }
}

.multiple-slick-slider {
  padding: 60px 0 70px;
}
@media only screen and (max-width: 1024px) {
  .multiple-slick-slider {
    padding: 55px 0 30px;
  }
}
.multiple-slick-slider.touts-gallery {
  margin-bottom: 0;
}
.multiple-slick-slider .slider-title {
  padding: 0 40px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1500px) {
  .multiple-slick-slider .slider-title {
    padding: 0 25px;
  }
}
.multiple-slick-slider .slider-title h3 {
  font-weight: 800;
}
@media only screen and (max-width: 1024px) {
  .multiple-slick-slider .slider-group-item:last-child .slick-slider-items {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.multiple-slick-slider .slick-slider-items {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  .multiple-slick-slider .slick-slider-items {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
  }
}
.multiple-slick-slider .slick-slider-items .item {
  display: inline-block;
  padding: 0 40px;
}
@media only screen and (max-width: 1500px) {
  .multiple-slick-slider .slick-slider-items .item {
    padding: 0 25px;
  }
}
.multiple-slick-slider .slick-slider-items .item .title {
  min-height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 1280px) {
  .multiple-slick-slider .slick-slider-items .item .title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .multiple-slick-slider .slick-slider-items .item .title {
    min-height: auto;
  }
}
.multiple-slick-slider .slick-slider-items .item img {
  height: 250px;
}
@media only screen and (max-width: 768px) {
  .multiple-slick-slider .slick-slider-items .item img {
    height: 230px;
  }
}
.multiple-slick-slider .slick-arrow {
  font-size: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  z-index: 9;
}
.multiple-slick-slider .slick-arrow:before {
  color: #000;
}
.multiple-slick-slider .slick-arrow.slick-prev {
  left: 0px;
}
.multiple-slick-slider .slick-arrow.slick-prev:before {
  content: "\f104";
  font-family: "fontawesome";
  font-size: 34px;
}
.multiple-slick-slider .slick-arrow.slick-next {
  right: 0px;
}
.multiple-slick-slider .slick-arrow.slick-next:before {
  content: "\f105";
  font-family: "fontawesome";
  font-size: 34px;
}

@media only screen and (max-width: 480px) {
  .sustainability-left-right .item img {
    height: 180px;
    width: 100%;
    object-fit: cover;
  }
}
.sustainability-left-right .item img.top-position {
  object-position: top;
}
.sustainability-left-right .item .btn {
  margin-top: 47px;
}
@media only screen and (max-width: 768px) {
  .sustainability-left-right .item .btn {
    margin-top: 20px;
  }
}

.padding {
  padding: 120px 0;
}
@media only screen and (max-width: 1024px) {
  .padding {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 768px) {
  .padding {
    padding: 45px 0;
  }
}
@media only screen and (max-width: 429px) {
  .padding {
    padding: 35px 0;
  }
}

.medium-padding {
  padding: 50px 0;
}
@media only screen and (max-width: 1024px) {
  .medium-padding {
    padding: 35px 0;
  }
}

.global-commitments ul li {
  margin-bottom: 39px;
}
@media only screen and (max-width: 1024px) {
  .global-commitments ul li {
    margin-bottom: 20px;
  }
}

.glance {
  padding: 0;
}
.glance .title {
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .glance .title {
    margin-bottom: 30px;
  }
}
.glance .items .item {
  padding: 50px 30px 35px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.glance .items .item img {
  margin-bottom: 16px;
}
.glance .items-mob .item {
  padding: 50px 30px 35px;
  text-align: center;
  margin-bottom: 12px;
}
.glance .items-mob .item img {
  margin-bottom: 16px;
  max-width: 65%;
  margin: 0 auto;
}
.glance h4 {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .glance h4 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 429px) {
  .glance h4 {
    font-size: 20px;
  }
}
.glance p {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .glance p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 429px) {
  .glance p {
    font-size: 16px;
  }
}

.regenerative-agriculture > .flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-wrap: none;
}
@media only screen and (max-width: 429px) {
  .regenerative-agriculture > .flex-center {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
}
.regenerative-agriculture > .flex-center > * {
  margin: 0 25px;
}
@media only screen and (max-width: 768px) {
  .regenerative-agriculture > .flex-center > * {
    margin: 0 15px;
  }
}
.regenerative-agriculture p {
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .regenerative-agriculture p {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
  }
}
@media only screen and (max-width: 429px) {
  .regenerative-agriculture p {
    text-align: center;
    margin-bottom: 15px !important;
  }
}
.regenerative-agriculture .btn {
  -webkit-flex-basis: 220px;
  -moz-flex-basis: 220px;
  -ms-flex-basis: 220px;
  flex-basis: 220px;
}
@media only screen and (max-width: 429px) {
  .regenerative-agriculture .btn {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .regenerative-agriculture .btn {
    padding: 15px;
  }
}

.title-only {
  padding: 50px 0;
}
@media only screen and (max-width: 768px) {
  .title-only {
    padding: 35px 0;
  }
}
.title-only h2 {
  font-size: 86px;
}
@media only screen and (max-width: 1024px) {
  .title-only h2 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .title-only h2 {
    font-size: 30px;
  }
}

.posts-section .item {
  display: flex;
  flex-direction: column;
}
.posts-section h2 {
  margin-bottom: 93px;
}
.posts-section .thumb {
  display: block;
  margin-bottom: 50px;
}
.posts-section .thumb img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}
@media only screen and (max-width: 1400px) {
  .posts-section .thumb img {
    max-height: 300px;
  }
}
@media only screen and (max-width: 1100px) {
  .posts-section .thumb img {
    max-height: 250px;
  }
}
@media only screen and (max-width: 900px) {
  .posts-section .thumb img {
    max-height: 210px;
  }
}
@media only screen and (max-width: 480px) {
  .posts-section .thumb img {
    max-height: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .posts-section .thumb {
    margin-bottom: 20px;
  }
}
.posts-section .content-holder {
  display: flex;
  align-items: start;
  flex-flow: column;
  flex: 1;
}
.posts-section h4 {
  margin-bottom: 27px;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .posts-section h4 {
    margin-bottom: 15px;
  }
}
.posts-section p {
  margin-bottom: 27px;
}
@media only screen and (max-width: 1024px) {
  .posts-section p {
    margin-bottom: 15px;
  }
}
.posts-section .button-holder {
  margin-top: auto;
}

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

.vacancies h2 {
  margin-bottom: 54px;
}
@media only screen and (max-width: 1024px) {
  .vacancies h2 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .vacancies h2 {
    margin-bottom: 20px;
  }
}
.vacancies p {
  font-size: 18px;
  padding-bottom: 10px;
}
.vacancies .item {
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid #707070;
}
.vacancies h4 {
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .vacancies .details {
    display: block;
  }
}
.vacancies .details > div {
  margin-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  .vacancies .text-right {
    text-align: left;
  }
}
.vacancies figure {
  margin-bottom: 15px;
}
.vacancies figure img {
  width: 100%;
}
.two-section-different-bg .col-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.two-section-different-bg .item {
  padding: 40px 100px;
  max-width: 485px;
  width: 100%;
  box-sizing: content-box;
  text-align: center;
}
@media only screen and (max-width: 1280px) {
  .two-section-different-bg .item {
    padding: 35px 75px;
  }
}
@media only screen and (max-width: 1024px) {
  .two-section-different-bg .item {
    max-width: 100%;
    padding: 25px;
  }
}
.two-section-different-bg .item h4 {
  color: #fff;
  margin-bottom: 25px;
}
.two-section-different-bg .left .item {
  margin-left: auto;
}
.two-section-different-bg .center .item {
  margin: 0 auto;
}

.overlay {
  position: relative;
}
.overlay.blue-overlay:before {
  background: rgba(93, 137, 233, 0.7);
}
.overlay.orange-overlay:before {
  background: rgba(255, 145, 0, 0.7);
}
.overlay.green-overlay:before {
  background: rgba(110, 158, 48, 0.7);
}
.overlay:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.blue-overlay {
  position: relative;
}
.blue-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(93, 137, 233, 0.7);
}

.ban-title {
  min-height: 407px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .ban-title {
    min-height: 280px;
  }
}
@media only screen and (max-width: 768px) {
  .ban-title {
    min-height: 180px;
  }
}
.ban-title h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

.posts-section-2 .item {
  margin-bottom: 80px;
}
.posts-section-2 .item:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .posts-section-2 .item {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .posts-section-2 .item {
    margin-bottom: 30px;
  }
}
.posts-section-2 .item .time {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  .posts-section-2 .item .time {
    font-size: 14px;
  }
}
.posts-section-2 .item .btn {
  margin-top: 15px;
}
.posts-section-2 .item h4 {
  margin-bottom: 35px;
}
@media only screen and (max-width: 1024px) {
  .posts-section-2 .item h4 {
    margin-bottom: 10px;
  }
}
.posts-section-2 .item img {
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .posts-section-2 .item img {
    height: 254px;
    object-fit: cover;
  }
}

.beware-of-scammers {
  position: relative;
}
.beware-of-scammers .info {
  max-width: 952px;
  width: 100%;
}
.beware-of-scammers img {
  position: absolute;
  bottom: -25px;
  right: 10%;
}
@media only screen and (max-width: 768px) {
  .beware-of-scammers img {
    width: 206px;
    bottom: 30px;
  }
}

.beware-of-scammers-left-right h4 {
  font-size: 14px;
}

.visit-products {
  position: relative;
}
.visit-products:before {
  content: url("/images/visit-before-min.png");
  position: absolute;
  left: 60px;
  top: 0;
}

.sensation .info {
  max-width: 455px;
  margin-left: auto;
  width: 100%;
}
.sensation .info h2 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .sensation .info h2 {
    font-size: 27px;
  }
}
.sensation .info h3 {
  font-family: "McCainWedgeBrush-Regular", Helvetica, Arial, sans-serif;
  color: #FF9100;
  font-size: 100px;
  line-height: 1;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  .sensation .info h3 {
    font-size: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .sensation .info h3 {
    font-size: 60px;
  }
}
.sensation .info .button-holder {
  text-align: center;
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .sensation .info .button-holder {
    margin-top: 10px;
  }
}

.input-field {
  margin-bottom: 25px;
}

.bg-search {
  position: relative;
}
.bg-search form {
  position: relative;
}
.bg-search form input {
  border-radius: 9px;
  padding-left: 190px;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .bg-search form input {
    padding-left: 155px;
  }
}
.bg-search form button {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 10px 10px;
}
.bg-search form button:after {
  margin-left: 20px;
}
.bg-search picture img {
  min-height: 619px;
  width: 100%;
  object-fit: cover;
  object-position: right center;
}
@media only screen and (max-width: 1440px) {
  .bg-search picture img {
    min-height: 615px;
  }
}
@media only screen and (max-width: 1366px) {
  .bg-search picture img {
    min-height: 580px;
  }
}
@media only screen and (max-width: 1024px) {
  .bg-search picture img {
    min-height: 470px;
  }
}
@media only screen and (max-width: 768px) {
  .bg-search picture img {
    min-height: 260px;
  }
}
@media only screen and (max-width: 480px) {
  .bg-search picture img {
    min-height: 202px;
  }
}
.bg-search .info {
  max-width: 700px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 27%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 1440px) {
  .bg-search .info {
    max-width: 500px;
    right: 5%;
  }
}
@media only screen and (max-width: 1440px) {
  .bg-search .info {
    max-width: 390px;
  }
}
@media only screen and (max-width: 480px) {
  .bg-search .info {
    width: 65%;
  }
}
@media only screen and (max-width: 429px) {
  .bg-search .info {
    width: 85%;
  }
}
.bg-search .info h1 {
  text-align: center;
  color: #fff;
  font-size: 186px;
  font-weight: 400;
  font-family: "McCainWedgeBrush-Regular", Helvetica, Arial, sans-serif;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1440px) {
  .bg-search .info h1 {
    font-size: 120px;
  }
}
@media only screen and (max-width: 1024px) {
  .bg-search .info h1 {
    font-size: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .bg-search .info h1 {
    font-size: 80px;
  }
}
.bg-search .info h2 {
  font-size: 60px;
  text-align: center;
  margin-top: -38px;
  line-height: 1;
  margin-bottom: 75px;
}
@media only screen and (max-width: 768px) {
  .bg-search .info h2 {
    font-size: 45px;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .bg-search .info h2 {
    font-size: 38px;
    margin-bottom: 20px;
  }
}

.padding-small {
  padding: 60px 0;
}
@media only screen and (max-width: 768px) {
  .padding-small {
    padding: 35px 0;
  }
}
.padding-small h2 {
  margin-bottom: 0;
}

.search-gallery .title {
  min-height: 133px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.search-gallery .multiple-slick-slider {
  padding: 0;
  margin-bottom: 0;
}
.search-gallery .multiple-slick-slider .slick-arrow {
  top: auto;
  bottom: -32px;
}
.search-gallery .multiple-slick-slider .slick-arrow.slick-prev {
  left: 25px;
}
.search-gallery .multiple-slick-slider .slick-arrow.slick-next {
  right: 25px;
}
@media only screen and (max-width: 1024px) {
  .search-gallery .touts-gallery .item figure img {
    height: auto;
  }
}

.bg-title {
  margin-bottom: 35px;
}
@media only screen and (max-width: 429px) {
  .bg-title > .flex-center {
    display: block;
    text-align: center;
  }
  .bg-title > .flex-center h2 {
    margin-bottom: 15px;
  }
}

.news-result.multiple-slick-slider {
  padding: 0;
  margin-bottom: 0;
}
.news-result.multiple-slick-slider .slick-arrow {
  top: auto;
  bottom: 0;
}
.news-result.multiple-slick-slider .slick-arrow.slick-prev {
  left: 45px;
}
.news-result.multiple-slick-slider .slick-arrow.slick-next {
  right: 45px;
}

.food-services-site .slick-slider-top-section-products .item .info h1 {
  text-align: left;
}
.food-services-site .slick-slider-top-section-products .item .info p {
  color: #000;
}
@media only screen and (max-width: 429px) {
  .food-services-site .slick-slider-top-section-products .item .info {
    width: 75%;
    right: 3%;
    padding: 0;
  }
}

.text-image .items.hide-md figure img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
.text-image .item {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .text-image .item {
    margin-bottom: 20px;
  }
}
.text-image .item:last-child {
  margin-bottom: 0;
}
.text-image .item h2 {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .text-image .item h2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.text-image .item .btn {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .text-image .item .btn {
    margin-top: 15px;
  }
}

.search-product p {
  padding-bottom: 0;
}
.search-product .color-orange {
  padding-top: 20px;
}

.search-container {
  position: relative;
  display: inline-block;
  max-width: 584px;
  width: 100%;
  margin-top: 0;
}
.search-container input.search-input {
  padding-right: 45px;
  background: #F0F0F0;
}
.search-container .search-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 15px;
  width: 30px;
  height: 30px;
  padding: 5px;
  border: none;
  background: none;
  cursor: pointer;
}
.search-container .search-button svg path {
  fill: #FF7300;
}

.menu-inspirations {
  background: #FFFADC;
  position: relative;
  overflow: hidden;
}
.menu-inspirations .search-input {
  background: #fff;
}

.recipes-landing-page #filters .btn.active {
  background-color: #000 !important;
  color: #fff;
}

.recipe-categories {
  position: relative;
}

.recipe-categories.foodservice-categories {
  background: #FFFADC;
}
.recipe-categories.foodservice-categories:before {
  content: "";
  background: url("/images/bg-style-3-image-min.png") no-repeat center center/cover;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 728px;
  height: 487px;
}
@media only screen and (max-width: 1024px) {
  .recipe-categories.foodservice-categories:before {
    width: 369px;
    height: 244px;
  }
}

.color-black {
  color: #000;
}

.full-image-text {
  position: relative;
}
.full-image-text picture img {
  min-height: 718px;
  width: 100%;
  object-fit: cover;
  object-position: right center;
}
@media only screen and (max-width: 1440px) {
  .full-image-text picture img {
    min-height: 615px;
  }
}
@media only screen and (max-width: 1366px) {
  .full-image-text picture img {
    min-height: 580px;
  }
}
@media only screen and (max-width: 1024px) {
  .full-image-text picture img {
    min-height: 470px;
  }
}
@media only screen and (max-width: 480px) {
  .full-image-text picture img {
    min-height: 320px;
  }
}
.full-image-text .info {
  max-width: 550px;
  margin-left: auto;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 15%;
}
@media only screen and (max-width: 1024px) {
  .full-image-text .info {
    right: 5%;
  }
}
@media only screen and (max-width: 480px) {
  .full-image-text .info {
    width: 75%;
  }
}
@media only screen and (max-width: 429px) {
  .full-image-text .info {
    width: 100%;
    right: 0;
    padding: 0 10px;
  }
}
.full-image-text .info h1 {
  color: #fff;
  font-weight: 900;
  font-family: "McCainWedgeBrush-Regular", Helvetica, Arial, sans-serif;
  line-height: 0.8;
  letter-spacing: -2.4px;
}
@media only screen and (max-width: 1024px) {
  .full-image-text .info h1 {
    line-height: 1.2;
  }
}
@media only screen and (max-width: 768px) {
  .full-image-text .info h1 {
    letter-spacing: 0.5px;
  }
}
.full-image-text .info h1 br {
  display: block !important;
}
.full-image-text .info h1 span.color-black {
  font-size: 55px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 768px) {
  .full-image-text .info h1 span.color-black {
    font-size: 25px;
  }
}
.full-image-text .info p {
  font-size: 47px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1440px) {
  .full-image-text .info p {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1366px) {
  .full-image-text .info p {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .full-image-text .info p {
    font-size: 26px;
  }
}
@media only screen and (max-width: 768px) {
  .full-image-text .info p {
    font-size: 18px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .full-image-text .info p {
    font-size: 14px;
    padding-bottom: 10px;
  }
}
.full-image-text .btn {
  max-width: 480px;
  width: 100%;
  line-height: 1.6;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .full-image-text .btn {
    max-width: 100%;
    width: auto;
    margin-top: 15px;
    padding: 10px;
  }
}

.suppliers .title-only h3 {
  font-size: 49px;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .suppliers .title-only h3 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .suppliers .title-only h3 {
    font-size: 22px;
  }
}
.suppliers .item {
  padding: 20px 0;
}
.suppliers .item .flex {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-wrap: none;
}
.suppliers .item:nth-child(odd) {
  background: #F0F0F0;
}
@media only screen and (max-width: 768px) {
  .suppliers .item h4 {
    font-size: 18px;
  }
}
.suppliers .item .left {
  padding-right: 15px;
}
.suppliers .item .right {
  text-align: right;
}
.suppliers .item p {
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .suppliers .item p {
    font-size: 14px;
  }
}
.suppliers .item a {
  font-size: 29px;
}
@media only screen and (max-width: 768px) {
  .suppliers .item a {
    font-size: 16px;
  }
}
.suppliers .item a.link {
  color: #FF9100;
}
.suppliers .item a.phone {
  color: #FF7300;
}

/* Rich Text Editor content*/
.page-content h1 {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 0.5em;
  line-height: 1.25em;
}
@media only screen and (max-width: 768px) {
  .page-content h1 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 480px) {
  .page-content h1 {
    font-size: 2rem;
  }
}
.page-content h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5em;
  line-height: 1.25em;
}
.page-content .rte-holder h2:last-child {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .page-content .rte-holder h2:last-child {
    margin-bottom: 15px;
  }
}
.page-content p:last-child {
  padding-bottom: 0;
}
.page-content ul {
  list-style-type: disc;
  padding-left: 25px;
}
.page-content ul li {
  margin-bottom: 0.5em;
}
.page-content ol {
  padding-left: 25px;
}
.page-content ol ol {
  list-style: none;
}
.page-content ol li {
  margin-bottom: 0.5em;
}
.page-content .umb-block-grid__layout-item .button-holder {
  margin: 20px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .page-content .umb-block-grid__layout-item .button-holder {
    margin: 15px 0 0 0;
  }
}

/* Recipe Details */
.recipe-details-page .full-picture img {
  max-height: 600px;
  width: 100%;
  object-fit: cover;
}
.recipe-details-page .ingredients {
  margin-bottom: 10px;
}
.recipe-details-page .ingredients p {
  line-height: 1.4em;
  padding-bottom: 0.5em;
}
.recipe-details-page .servings {
  margin-bottom: 20px;
}
.recipe-details-page .related-products {
  margin-top: 30px;
  margin-bottom: 30px;
}
.recipe-details-page .related-products a {
  text-align: center;
}
.recipe-details-page .related-products img {
  max-width: 250px;
  width: 100%;
}
.recipe-details-page .related-products .items-list {
  display: flex;
  flex-flow: wrap;
}
.recipe-details-page .related-products .items-1 .item {
  width: 100%;
}
.recipe-details-page .related-products .items-2 .item {
  width: 50%;
}
.recipe-details-page .related-products .items-3 .item {
  width: 33%;
}
.recipe-details-page .related-products .items-4 .item {
  width: 50%;
}
.recipe-details-page .related-products .items-5 .item {
  width: 50%;
}
.recipe-details-page .related-products .items-6 .item {
  width: 50%;
}

/* Extra Large Content */
.extra-large-content .show-bottom-content-holder {
  text-align: center;
}
.extra-large-content .show-bottom-content-holder svg {
  height: 30px;
}
.extra-large-content .bottom-content {
  display: none;
}

/* Umbraco Forms Customizations */
.umbraco-forms-form .umbraco-forms-page {
  width: 1370px;
  max-width: 94%;
  margin: 0 auto;
}
.umbraco-forms-form .umbraco-forms-page select.input-validation-error {
  background: #fbe3e4;
  border-color: #fbc2c4;
}
.umbraco-forms-form .umbraco-forms-page input.text, .umbraco-forms-form .umbraco-forms-page textarea {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 5px 0 15px !important;
}
.umbraco-forms-form .umbraco-forms-page select {
  color: #A8A8A8;
}
.umbraco-forms-form .umbraco-forms-page select.has-value {
  color: #000;
}
.umbraco-forms-form .umbraco-forms-page select option {
  color: #000;
}
.umbraco-forms-form .umbraco-forms-page select option[value=""] {
  display: none;
}
.umbraco-forms-form .umbraco-forms-page fieldset {
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 0;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-container .umbraco-forms-field {
  margin-bottom: 10px;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper {
  position: relative;
  padding-bottom: 10px;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper .field-validation-error {
  padding-left: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  font-weight: 400;
}
.umbraco-forms-form .separator {
  width: 100%;
  border-top: 4px solid #fdde4b;
  margin: 0 0 20px 0;
}
.umbraco-forms-form .safe-email-message {
  display: inline-block;
  font-size: 16px;
  margin-left: 10px;
}

.umbraco-forms-submitmessage-holder {
  max-width: 1000px;
  margin: 0 auto;
}

/* Foodservice Newsletter Signup form */
.signup-form {
  background-color: #FF7300;
  padding: 100px 0 !important;
}
@media only screen and (max-width: 1024px) {
  .signup-form {
    padding: 50px 0 !important;
  }
}
.signup-form h2 {
  color: #fffadc;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 45px;
  font-family: "Rooney", Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 1500px) {
  .signup-form h2 {
    font-size: 39px;
  }
}
@media only screen and (max-width: 1280px) {
  .signup-form h2 {
    font-size: 31px;
  }
}
@media only screen and (max-width: 1024px) {
  .signup-form h2 {
    font-size: 24px;
  }
}
.signup-form p {
  padding-bottom: 37px;
}
.signup-form .input-field {
  margin-bottom: 42px;
}
@media only screen and (max-width: 1500px) {
  .signup-form .input-field {
    margin-bottom: 37px;
  }
}
@media only screen and (max-width: 1280px) {
  .signup-form .input-field {
    margin-bottom: 25px;
  }
}
.signup-form .btn {
  padding: 15px 25px;
  max-width: 100%;
  width: 100%;
}
.signup-form .bottom p {
  font-size: 18px;
  padding-bottom: 0;
}
.signup-form .umbraco-forms-submitmessage-holder h3 {
  margin-bottom: 1em;
  font-family: "Rooney", Helvetica, Arial, sans-serif;
  color: #fffadc;
  text-transform: uppercase;
}

.competition-form {
  background-color: #FFD750;
  padding: 100px 0px !important;
}
@media only screen and (max-width: 1024px) {
  .competition-form {
    padding: 50px 20px !important;
  }
}
.competition-form:before {
  content: "";
  background: url("/images/bg-style-4-image-min.png") no-repeat center center/cover;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 971px;
  height: 391px;
}
.competition-form input[type=checkbox] {
  width: 25px;
  height: 25px;
  border: none;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  vertical-align: sub;
}
.competition-form label {
  font-size: 21px;
}
.competition-form .uploadlimitcaption p {
  text-align: center;
  font-size: 25px;
}
.competition-form .upload-file {
  background: #fff;
  padding: 30px;
  text-align: center;
  border: 1px solid #eaeaea;
  margin-bottom: 15px;
}
.competition-form .upload-file .icon {
  margin-bottom: 15px;
}
.competition-form .upload-file .icon svg {
  font-size: 80px;
}
.competition-form .upload-file h4 {
  margin-bottom: 15px;
}
.competition-form .btn {
  max-width: 335px;
  width: 100%;
  background-color: #FFFADC;
}
.competition-form .file-drop-area {
  padding: 64px 25px;
}

.file-drop-area {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 100%;
  padding: 50px 25px;
  margin-bottom: 10px;
  border: 1px solid #eaeaea;
  background-color: #fff;
  border-radius: 3px;
  transition: 0.2s;
  flex-direction: column;
}
.file-drop-area.is-active {
  background-color: rgba(255, 255, 255, 0.9);
}
.file-drop-area h4 {
  text-align: center;
}
.file-drop-area .icon {
  margin-bottom: 15px;
}
.file-drop-area .icon svg {
  font-size: 50px;
}
.file-drop-area .fake-btn {
  flex-shrink: 0;
  background-color: #FFFADC;
  border-radius: 3px;
  padding: 8px 15px;
  margin-right: 10px;
  font-size: 12px;
  text-transform: uppercase;
}
.file-drop-area .file-msg {
  font-size: small;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.file-drop-area .file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}
.file-drop-area .file-input:focus {
  outline: none;
}
.file-drop-area .files-line {
  max-width: 335px;
  width: 100%;
  background: #FF9100;
  padding: 15px;
  border-radius: 9px;
}

/* ==========================================================================
  Search Autocomplete
==========================================================================*/
.search-container .el-autocomplete {
  position: relative;
  display: inline-block;
  max-width: 584px;
  width: 100%;
  margin-top: 5px;
}

.search-container .el-input__inner {
  padding-right: 45px;
  background: #F0F0F0;
}

.search-container .el-input__icon,
.search-container .search-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 15px;
  width: 30px;
  height: 30px;
  padding: 5px;
  border: none;
  background: none;
  cursor: pointer;
}

.search-container .search-button svg path {
  fill: #FF7300;
}

.highlight {
  font-weight: bold;
  color: #000;
}

.search-box .button {
  display: none;
}

.search-autocomplete.el-autocomplete-suggestion li {
  white-space: normal;
  overflow: visible;
  display: table;
  border-collapse: separate;
  width: 100%;
}

.search-autocomplete.el-autocomplete-suggestion p {
  font-size: 14px;
}

.result-item {
  display: table;
  border-left: 3px solid #fdde4b;
}

.result-item .image-holder {
  display: table-cell;
  width: 65px;
  vertical-align: middle;
}

.result-item .image-holder img {
  padding: 5px 10px 5px 5px;
}

.result-item .title {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  color: #000;
}

.result-item .title .highlight {
  font-weight: bold;
}

.result-item:hover {
  text-decoration: none;
}

.search-container .el-input__wrapper:hover {
  box-shadow: none;
}

.search-container .el-input__wrapper {
  box-shadow: none;
  padding: 0;
}

/* Newsletter Box */
.modal-popup {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  padding-top: 80px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.modal-content {
  margin: 0 20px;
}

.newsletter-box {
  position: relative;
  background-color: #FFC802;
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
  /* The Close Button */
}
.newsletter-box .close {
  position: absolute;
  right: 10px;
  top: 0px;
  z-index: 11;
  color: #000;
  font-size: 40px;
  font-weight: bold;
}
.newsletter-box .close:hover, .newsletter-box .close:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.7;
  cursor: pointer;
}
.newsletter-box .content {
  position: relative;
  z-index: 1;
  padding: 50px 25px;
}
.newsletter-box .umbraco-forms-form .umbraco-forms-page {
  max-width: 100%;
}
.newsletter-box .btn {
  background-color: #FF7300;
  color: #FFF9CF;
}
.newsletter-box .title {
  font-size: 56px;
  text-align: center;
  margin-bottom: 10px;
}
.newsletter-box .form-wrapper {
  max-width: 90%;
  margin: 0 auto;
}
.newsletter-box p:empty {
  display: none;
}
.newsletter-box h3 {
  text-align: center;
}
.newsletter-box .description {
  text-align: center;
  font-family: "Rooney", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}
.newsletter-box .description h4 {
  padding-bottom: 10px;
}
.newsletter-box .description p {
  font-size: 18px;
  line-height: 1.3em;
  padding-bottom: 10px;
}
.newsletter-box input {
  background-color: #FFF9CF;
}
.newsletter-box .t-and-c {
  font-size: 18px;
  padding-bottom: 0;
  text-align: center;
}
.newsletter-box .umbraco-forms-form .umbraco-forms-navigation {
  padding: 0;
  text-align: center;
}
.newsletter-box .umbraco-forms-form .umbraco-forms-navigation .btn {
  padding: 15px;
}

.newsletter-fs-box {
  max-width: 550px;
  background-color: #3B3B32;
}
.newsletter-fs-box .bg-1 {
  content: "";
  background: url("/images/bg-newsletter-4-min.png") no-repeat center center/cover;
  position: absolute;
  bottom: -180px;
  left: -100px;
  width: 400px;
  height: 426px;
  opacity: 0.8;
}
.newsletter-fs-box .content {
  padding: 25px 25px;
}
.newsletter-fs-box .content p {
  color: #fffadc;
}
.newsletter-fs-box .content h3 {
  color: #FFB400;
  text-align: center;
  font-weight: bold;
}
.newsletter-fs-box .content .description h4 {
  color: #FFB400;
  text-transform: uppercase;
  font-size: 21px;
}
.newsletter-fs-box .content label.umbraco-forms-label {
  color: #fffadc;
}
.newsletter-fs-box .content .umbraco-forms-form span.field-validation-error {
  color: red !important;
}

.newsletter-rt-box .bg-1 {
  content: "";
  background: url("/images/bg-newsletter-1-min.png") no-repeat center center/cover;
  position: absolute;
  top: -60px;
  right: -60px;
  width: 300px;
  height: 300px;
  opacity: 0.8;
}
.newsletter-rt-box .bg-2 {
  content: "";
  background: url("/images/bg-newsletter-2-min.png") no-repeat center center/cover;
  position: absolute;
  top: 10px;
  left: -160px;
  width: 400px;
  height: 400px;
  opacity: 0.8;
}
.newsletter-rt-box .bg-3 {
  content: "";
  background: url("/images/bg-newsletter-3-min.png") no-repeat center center/cover;
  position: absolute;
  bottom: -80px;
  right: 0;
  width: 300px;
  height: 436px;
  opacity: 0.8;
}

.newsletter-popup-submitted .t-and-c {
  display: none;
}
.newsletter-popup-submitted .newsletter-fs-box .bg-1 {
  display: none;
}
.newsletter-popup-submitted .newsletter-rt-box .bg-1 {
  display: none;
}
.newsletter-popup-submitted .newsletter-rt-box .bg-2 {
  display: none;
}
.newsletter-popup-submitted .newsletter-rt-box .bg-3 {
  display: none;
}

/*Titles*/
.block {
  display: block;
}

.uppercase {
  text-transform: uppercase;
}

.fs5 {
  font-family: "McCainWedgeBrush-Regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

.color-beige {
  color: #FFF9CF;
}

.color-orange {
  color: #FF7730;
}

/* Content Rows (grid layout)*/
.main-content {
  overflow-x: hidden;
}

.umb-block-grid__layout-container {
  align-items: center;
  grid-auto-rows: minmax(0px, min-content);
}

.content-row {
  position: relative;
  width: 1370px;
  max-width: 94%;
  margin: 0 auto;
  padding: 90px 0;
}

.content-row.pd-top-large {
  padding-top: 90px;
}

.content-row.pd-bottom-large {
  padding-bottom: 90px;
}

.content-row.pd-top-medium {
  padding-top: 60px;
}

.content-row.pd-bottom-medium {
  padding-bottom: 60px;
}

.content-row.pd-top-small {
  padding-top: 30px;
}

.content-row.pd-bottom-small {
  padding-bottom: 30px;
}

.content-row.pd-top-none {
  padding-top: 0;
}

.content-row.pd-bottom-none {
  padding-bottom: 0;
}

.content-row.mg-top-large {
  margin-top: 50px;
}

.content-row.mg-bottom-large {
  margin-bottom: 50px;
}

.content-row.mg-top-medium {
  margin-top: 30px;
}

.content-row.mg-bottom-medium {
  margin-bottom: 30px;
}

.content-row.mg-top-small {
  margin-top: 10px;
}

.content-row.mg-bottom-small {
  margin-bottom: 10px;
}

.content-row.mg-top-none {
  margin-top: 0;
}

.content-row.mg-bottom-none {
  margin-bottom: 0;
}

.content-row.full-width-row {
  width: 100%;
  max-width: 100%;
}

.content-row.columns-1.full-width-row .rte-holder {
  width: 1370px;
  max-width: 94%;
  margin: 0 auto;
}

.content-row.columns-2.full-width-row .content-container {
  width: 1370px;
  max-width: 94%;
  margin: 0 auto;
}

.content-row.columns-2 .content-container .umb-block-grid__area-container {
  gap: 30px;
}

.bg-row-yellow {
  background-color: #FEE000;
}

.bg-row-brown {
  background-color: #AB5226;
  color: #fff;
}

.bg-row-orange {
  background-color: #ED8238;
  color: #fff;
}

.bg-row-red {
  background-color: #EC3400;
  color: #fff;
}

.bg-row-orange-retail {
  background-color: #ff9100;
}

.bg-row-grey {
  background-color: #EAEAEA;
}

.bg-row-blue {
  background-color: #003B75;
  color: #fff;
}

.bg-row-green {
  background-color: #6E9E30;
  color: #fff;
}

.bg-row-antiquewhite {
  background-color: #c9bfb0;
}

.bg-row-light-blue {
  background-color: #389EBA;
  color: #fff;
}

.bg-row-beige {
  background-color: #fffadc;
}

.bg-row-sunglow {
  background-color: #ffd750;
}

.umb-block-grid__layout-item > .button-holder {
  margin: 20px 0 0 0;
}

@media only screen and (max-width: 768px) {
  .content-row {
    padding: 24px 0 40px 0;
  }
  .content-row.pd-top-large {
    padding-top: 40px;
  }
  .content-row.pd-bottom-large {
    padding-bottom: 40px;
  }
  .content-row.pd-top-medium {
    padding-top: 30px;
  }
  .content-row.pd-bottom-medium {
    padding-bottom: 30px;
  }
  .content-row.pd-top-small {
    padding-top: 20px;
  }
  .content-row.pd-bottom-small {
    padding-bottom: 20px;
  }
}
/* Column 2 and 3 Layout (grid editor)*/
.columns-2 .umb-block-grid__area-container {
  column-gap: 30px;
  row-gap: 20px;
}

.columns-3 .umb-block-grid__area-container {
  column-gap: 30px;
  row-gap: 20px;
}

@media only screen and (max-width: 992px) {
  .columns-2 .umb-block-grid__area-container {
    grid-template-columns: none;
  }
  .columns-3 .umb-block-grid__area-container {
    grid-template-columns: none;
  }
}
/* ADAPTATIONS OF WIDGETS TO GRID LAYOUT */
/* button */
.button-holder.align-center {
  text-align: center;
}

.button-holder.align-left {
  text-align: left;
}

.button-holder.align-right {
  text-align: right;
}

.corporate-site .btn.orange {
  color: #fff;
}

/* Image Block */
.image-block {
  max-width: 1370px;
}

.image-block img {
  object-fit: cover;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.content-row.columns-1 .image-block {
  margin: 0 auto;
}

/*news*/
.overlay .image-holder {
  position: absolute;
  z-index: -1;
}

.overlay .color-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.7;
}

/*scrollable div*/
.scrollable-div {
  border: 0.5px solid #ccc;
  padding: 20px;
}

/* SOCIAL LINK */
.s-link.blue-links .item {
  background: #5D89E9;
}

/*News Article Page*/
.news-article-page .s-link {
  padding-bottom: 50px;
  justify-content: center;
  font-size: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-top: 30px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .news-article-page .s-link {
    margin-bottom: 30px;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.news-article-page .s-link.blue-links .item {
  background: #5D89E9;
}
.news-article-page .s-link > div {
  margin-right: 30px;
}
@media only screen and (max-width: 1024px) {
  .news-article-page .s-link > div {
    margin-right: 15px;
  }
}
.news-article-page .s-link .item {
  width: 56px;
  height: 56px;
  display: block;
  border-radius: 50%;
  background: #FF9100;
  position: relative;
  line-height: 56px;
  color: #fff;
  margin: 0 auto 10px;
}
@media only screen and (max-width: 1024px) {
  .news-article-page .s-link .item {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

/* Profit calculator */
.profit-calculator {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin-bottom: 40px;
}
.profit-calculator .category-title {
  font-weight: bold;
  margin: 0px 20px;
  font-size: 24px;
}
.profit-calculator > .category-title {
  display: none;
}
.profit-calculator .product-selector {
  border-radius: 10px;
  overflow: hidden;
}
.profit-calculator .product-selector .category-title {
  display: inline-block;
}
.profit-calculator .product-selector .selector-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.profit-calculator .product-selector .selector-title input.el-input__inner {
  border: none;
  max-width: 250px;
  box-shadow: none !important;
}
.profit-calculator .product-selector .selector-title .el-input__suffix .el-input__suffix-inner i {
  color: #000;
  font-size: 24px;
  font-weight: bold;
}
.profit-calculator .product-selector .el-input__inner::placeholder {
  color: #000;
  font-size: 24px;
  font-weight: bold;
}
.profit-calculator .product-selector .image-holder {
  background-color: #FF9100;
  padding: 0px 10px 10px 10px;
  position: relative;
}
.profit-calculator .product-selector .image-holder img {
  width: 100%;
}
.profit-calculator .product-selector .image-holder .product-title {
  position: absolute;
  top: 4px;
  left: 14px;
  background-color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
  font-size: 22px;
  padding: 10px;
  color: #000;
}
.profit-calculator .product-selector .el-input__wrapper {
  background-color: #FF9100;
  box-shadow: none !important;
  padding: 1px 0;
}
.profit-calculator .product-selector .el-select .el-input__wrapper.is-focus {
  box-shadow: none !important;
}
.profit-calculator .product-selector .selector-title,
.profit-calculator .product-selector .el-input__inner,
.profit-calculator .product-selector input.el-input__inner {
  background-color: #FF9100;
  font-size: 24px;
  padding-left: 10px;
  color: #000;
  border-radius: 0;
}
.profit-calculator .calculator-stats {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 20px;
  padding: 20px 20px 0px 0px;
  align-content: center;
  max-width: 600px;
  margin: 0 auto;
}
.profit-calculator .calculator-stats .notes {
  color: rgb(255, 145, 0);
  font-size: 14px;
  line-height: 1.25em;
  padding: 20px 0 0 0;
  text-align: center;
}
.profit-calculator .calculator-stats .calculator-values .value-item {
  margin-bottom: 50px;
}
.profit-calculator .calculator-stats .calculator-values .value-item.hidden {
  visibility: hidden;
}
.profit-calculator .calculator-stats .calculator-values .value-title {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
}
.profit-calculator .calculator-stats .calculator-values .value-title span.ex-vat {
  font-size: 12px;
}
.profit-calculator .calculator-stats .calculator-values .value-title span.uom {
  text-transform: none;
}
.profit-calculator .calculator-stats .calculator-values .yellow .value-title {
  color: rgb(255, 145, 0);
}
.profit-calculator .calculator-stats .calculator-values .yellow input {
  color: #fdde4b;
}
.profit-calculator .calculator-stats .calculator-values input {
  background-color: #2b2e34;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  max-width: 100%;
  float: right;
  text-align: right;
  color: #fff;
  padding: 5px 15px;
  height: auto;
  border: none;
}
.profit-calculator .calculator-stats .el-input-number {
  width: 100%;
  float: right;
}
.profit-calculator .calculator-stats .el-input-number.is-without-controls .el-input__wrapper {
  padding-left: 1px;
  padding-right: 1px;
  background-color: unset;
  box-shadow: unset;
}
.profit-calculator .calculator-stats .el-input-number input {
  border: none;
  max-width: 100%;
  height: auto;
  padding: 5px;
  line-height: 20px;
}
.profit-calculator .calculator-stats .calculator-descriptions {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  align-items: center;
  padding: 0px 0 80px 0;
}
.profit-calculator .calculator-stats .calculator-stats-logic {
  display: grid;
  grid-template-columns: max-content 80px;
  grid-gap: 20px;
  width: fit-content;
  margin: 0 auto;
}
.profit-calculator .calculator-stats .calculator-meter {
  position: relative;
  max-width: 80px;
}
.profit-calculator .calculator-stats .calculator-meter .meter-holder {
  background-color: #2b2e34;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 10px;
  height: 100%;
  display: grid;
  grid-template-rows: max-content auto;
}
.profit-calculator .calculator-stats .calculator-meter .meter-title {
  color: #7e7e7e;
  font-size: 14px;
  text-align: center;
  padding-bottom: 10px;
}
.profit-calculator .calculator-stats .calculator-meter .outer-holder {
  position: relative;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #7e7e7e;
  height: 100%;
}
.profit-calculator .calculator-stats .calculator-meter .outer-holder .top-number {
  top: 10px;
  color: #000;
}
.profit-calculator .calculator-stats .calculator-meter .outer-holder .bottom-number {
  bottom: 10px;
  color: #fff;
}
.profit-calculator .calculator-stats .calculator-meter .inner-holder {
  position: absolute;
  bottom: 0px;
  width: 100%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #91d050;
  min-height: 60px;
}
.profit-calculator .calculator-stats .calculator-meter .outer-holder .top-number,
.profit-calculator .calculator-stats .calculator-meter .outer-holder .bottom-number {
  position: absolute;
  text-align: center;
  width: 100%;
  font-size: 15px;
  font-weight: bold;
}
.profit-calculator .calculator-stats .calculator-descriptions .description-item {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-gap: 5px;
  align-items: center;
}
.profit-calculator .calculator-stats .calculator-descriptions .description-title {
  font-weight: 600;
  font-size: 16px;
  color: rgb(255, 145, 0);
}
.profit-calculator .calculator-stats .calculator-descriptions .description-icon img {
  max-width: 50px;
}
.profit-calculator .engines-holder {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.profit-calculator .engines-holder .engine-holder {
  overflow: hidden;
}
.profit-calculator .engines-holder .engine-holder .calculator-stats {
  padding: 20px 0;
}
.profit-calculator .engines-holder .engine-title {
  background-color: #FF9100;
  border-radius: 10px;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 21px;
}
.profit-calculator.fvsf {
  grid-template-columns: repeat(1, 1fr);
  background-color: #fff;
}
.profit-calculator.fvsf .product-selector .image-holder img {
  aspect-ratio: 2.5/1;
  object-fit: cover;
}
.profit-calculator.fvsf .calculator-stats {
  max-width: 700px;
}
.profit-calculator.fvsf .calculator-stats .calculator-values {
  max-width: 270px;
}
.profit-calculator.fvsf .calculator-stats .calculator-values .value-item.yellow .value-title {
  color: rgb(255, 145, 0);
}
.profit-calculator.fvsf .calculator-stats .calculator-values .value-item .value-title {
  color: #000;
}
.profit-calculator.fvsf .calculator-stats .calculator-descriptions {
  gap: 12px;
}
.profit-calculator.fvsf .calculator-stats .calculator-descriptions .description-item {
  grid-template-columns: 80px auto;
  gap: 12px;
}
.profit-calculator.fvsf .calculator-stats .calculator-descriptions .description-title {
  color: #FF9100;
  max-width: 150px;
  order: 2;
}
.profit-calculator.fvsf .calculator-stats .calculator-descriptions .description-icon {
  order: 1;
}
.profit-calculator.fvsf .calculator-stats .calculator-descriptions .description-icon .image-holder {
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: url(/images/profit-calculator/mask-1.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  mask-image: url(/images/profit-calculator/mask-1.svg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.profit-calculator.fvsf .calculator-stats .calculator-descriptions .description-icon img {
  max-width: 80px;
  max-height: 80px;
  height: 100%;
  object-fit: cover;
}
.profit-calculator.fvsf .calculator-stats .notes {
  color: rgb(255, 145, 0);
  font-weight: 500;
  max-width: 400px;
  margin: 0 auto;
}
.product-selector-dropdown .el-select-dropdown__wrap {
  max-height: 400px;
}
.product-selector-dropdown .el-select-dropdown__item.selected {
  font-size: 16px;
  color: #000;
}

@media only screen and (max-width: 1024px) {
  .profit-calculator {
    grid-template-columns: repeat(1, 1fr);
  }
  .profit-calculator .calculator-stats {
    padding-bottom: 20px;
  }
  .profit-calculator .calculator-stats .value-item.hidden {
    display: none;
  }
  .profit-calculator .engines-holder {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 800px) {
  .profit-calculator {
    grid-template-columns: repeat(1, 1fr);
  }
  .profit-calculator .calculator-stats {
    grid-template-columns: none;
    padding: 20px;
    max-width: 450px;
  }
  .profit-calculator .calculator-stats .calculator-stats-left .calculator-stats-logic {
    grid-template-columns: 4fr 1fr;
  }
  .profit-calculator .calculator-stats .calculator-descriptions {
    grid-column: 1/-1;
    padding: 0;
  }
  .profit-calculator .calculator-stats .calculator-descriptions .description-icon img {
    max-width: 35px;
  }
  .profit-calculator > .category-title {
    display: block;
    margin: 10px 0 0 10px;
  }
  .profit-calculator .product-selector .category-title {
    display: none;
  }
  .profit-calculator .product-selector .image-holder .product-title {
    font-size: 16px;
  }
  .profit-calculator .product-selector .selector-title {
    font-size: 18px;
  }
  .profit-calculator .product-selector .selector-title .el-input__suffix .el-input__suffix-inner i {
    font-size: 21px;
  }
  .profit-calculator .product-selector .selector-title input.el-input__inner {
    max-width: 200px;
  }
  .profit-calculator .product-selector .el-input__inner {
    font-size: 18px;
  }
  .profit-calculator .product-selector .el-input__inner::placeholder {
    font-size: 18px;
  }
  .profit-calculator .product-selector input.el-input__inner {
    font-size: 18px;
  }
  .profit-calculator .product-selector .product-selector-dropdown .el-select-dropdown__item.selected {
    font-size: 16px;
  }
  .profit-calculator.fvsf > .category-title {
    color: #000;
  }
  .profit-calculator.fvsf .calculator-stats .calculator-descriptions .description-title {
    max-width: 100%;
  }
}
.desktop_hide {
  display: none;
}

.desktop_hide_md {
  display: none;
}

.desktop_hide_sm {
  display: none;
}

@media screen and (max-width: 1200px) {
  .mobile_hide {
    display: none;
  }
  .desktop_hide {
    display: block;
  }
  .burger {
    text-align: left;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .burger .burger-icon {
    display: inline-block;
    position: relative;
    margin-top: 9px;
    margin-bottom: 9px;
    user-select: none;
  }
  .burger .burger-icon, .burger .burger-icon::before, .burger .burger-icon::after {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #000;
    outline: 1px solid transparent;
    transition-property: background-color, transform;
    transition-duration: 0.4s;
  }
  .burger .burger-icon::before, .burger .burger-icon::after {
    position: absolute;
    content: "";
  }
  .burger .burger-icon::before {
    top: -9px;
  }
  .burger .burger-icon::after {
    top: 9px;
  }
  .burger.is-active {
    top: 12px;
    right: 2%;
  }
  .burger.is-active .burger-icon {
    background-color: transparent;
  }
  .burger.is-active .burger-icon::before {
    transform: translateY(9px) rotate(45deg);
  }
  .burger.is-active .burger-icon::after {
    transform: translateY(-9px) rotate(-45deg);
  }
  .burger.is-active .burger-icon::before, .burger.is-active .burger-icon::after {
    background: #000;
    height: 3px;
  }
  .mobile_menu_container {
    background: #FEE000;
    border-bottom: 3px solid #081d51;
    height: 100vh;
    max-width: 480px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 50px 20px;
    position: fixed;
    right: 0;
    top: 0;
    width: 80%;
    z-index: 100;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    will-change: transform, opacity;
  }
  .mobile_menu_container nav {
    position: relative;
  }
  .mobile_menu_container .close {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 32px;
    color: #000;
  }
  .mobile_menu_container li {
    position: relative;
  }
  .mobile_menu_container .sub-anchor {
    background: #0e3597;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    z-index: 20;
  }
  .mobile_menu_container .sub-anchor:hover {
    background: #0a2569;
  }
  .mobile_menu_container .sub-anchor:before {
    color: #000;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "fontawesome";
  }
  .mobile_menu_container .sub-menu {
    display: none;
  }
  .mobile_menu_container .sub-menu a {
    color: #000;
    font-size: 14px;
    padding: 10px 40px;
  }
  .mobile_menu_container .sub-menu a:hover {
    background: #103daf;
  }
  .mobile_menu_container .sub-menu .sub-menu a {
    padding: 10px 60px;
  }
  .mobile_menu_container .level_a > li {
    display: block;
    margin: 2px 0;
  }
  .mobile_menu_container .level_a > li > a {
    color: #000;
    font-size: 21px;
    line-height: 1.5em;
    padding-left: 0;
  }
  .mobile_menu_container .s-links {
    margin-top: 25px;
    font-size: 24px;
  }
  .mobile_menu_container .s-links svg {
    margin-right: 10px;
  }
  .mobile_menu_container .retail-links {
    margin-top: 25px;
  }
  /* resp_menu_active
  ========================================================================== */
  .mobile_menu_active {
    overflow: hidden;
  }
  .mobile_menu_active:before {
    background: rgba(0, 0, 0, 0.7);
    content: "";
    height: 100vh;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    z-index: 100;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .mobile_menu_active .burger {
    position: fixed;
  }
  .mobile_menu_active .burger span {
    position: relative;
    z-index: 101;
  }
  .mobile_menu_active .mobile_menu_container {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  /* ==========================================================================
     global style
     ========================================================================== */
  .row {
    max-width: 94%;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .mobile_hide_md {
    display: none;
  }
  .desktop_hide_md {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .mobile_hide_sm {
    display: none;
  }
  .desktop_hide_sm {
    display: block;
  }
}
