/* FONTS
   ========================================================================== */
/* CSS Variables */
:root {
  --shadow-offset-x-long: 5px;
  --shadow-offset-y-long: 8px;
  --shadow-offset-x-short: 4px;
  --shadow-offset-y-short: 4px;
  --fs-h1-large: 120px;
  --fs-h1: 80px;
  --fs-h2: 60px;
  --fs-h3: 48px;
  --fs-h4: 40px;
  --fs-sub-h: 24px;
  --fs-block-t: 24px;
  --fs-card-h: 24px;
  --fs-subtitle: 18px;
  --fs-text: 16px;
  --fs-text-large: 25px;
  --section-padding: 128px;
  --section-padding-l: 80px;
  --section-padding-m: 64px;
  --section-padding-s: 48px;
  --section-padding-xs: 32px;
}

@media (min-width: 769px) and (max-width: 1728px) {
  :root {
    --fs-h1-large: 6.944vw;
    --fs-h1: 4.63vw;
    --fs-h2: 3.472vw;
    --fs-h3: 2.778vw;
    --fs-h4: 2.315vw;
    --fs-sub-h: 1.389vw;
    --fs-block-t: 1.389vw;
    --fs-card-h: 1.389vw;
    --fs-text-large: 1.447vw;
    --section-padding: 7.407vw;
    --section-padding-l: 4.63vw;
    --section-padding-m: 3.704vw;
    --section-padding-s: 2.778vw;
    --section-padding-xs: 1.852vw;
  }
}
@media (max-width: 768px) {
  :root {
    --shadow-offset-x-long: 3px;
    --shadow-offset-y-long: 4px;
    --shadow-offset-x-short: 2px;
    --shadow-offset-y-short: 2px;
    --fs-h1-large: 40px;
    --fs-h1: 40px;
    --fs-h2: 48px;
    --fs-h3: 24px;
    --fs-h4: 24px;
    --fs-sub-h: 16px;
    --fs-card-h: 18px;
    --fs-text-large: 24px;
    --section-padding: 64px;
    --section-padding-l: 40px;
    --section-padding-m: 48px;
  }
}
/*Brother1816 is disabled here, it's injected via Adobe Fonts link*/
/*@include declare-font('brother-1816', 'Brother-1816-Black', 900);
@include declare-font('brother-1816', 'Brother-1816-ExtraBold', 800);
@include declare-font('brother-1816', 'Brother-1816-Bold', 700);
@include declare-font('brother-1816', 'Brother-1816-Medium', 500);
@include declare-font('brother-1816', 'Brother-1816-Regular', 400);
@include declare-font('brother-1816', 'Brother-1816-Light', 300);*/
/*@include declare-font('brother-1816-printed', 'Brother1816Printed-Black', 900);
@include declare-font('brother-1816-printed', 'Brother1816Printed-ExtraBold', 800);
@include declare-font('brother-1816-printed', 'Brother1816Printed-Bold', 700);
@include declare-font('brother-1816-printed', 'Brother1816Printed-Medium', 500);
@include declare-font('brother-1816-printed', 'Brother1816Printed-Regular', 400);
@include declare-font('brother-1816-printed', 'Brother1816Printed-Light', 300);*/
@font-face {
  font-family: "McCainWedgeBrush";
  font-weight: 400;
  font-style: normal;
  src: url("/fonts/McCainWedgeBrush-Regular.woff2") format("woff2");
}
.flex {
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.start {
  display: flex;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.end {
  display: flex;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.around {
  display: flex;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

.start-center {
  display: flex;
  -moz-align-items: center;
  align-items: center;
}

.end-center {
  display: flex;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -moz-align-items: center;
  align-items: center;
}

.flex-center {
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  align-items: center;
}

.flex-start {
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.flex-end {
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: flex-end;
  align-items: flex-end;
}

[class*=col-] {
  width: 100%;
}

.col-1 {
  -ms-flex-basis: 5.5833333333%;
  flex-basis: 5.5833333333%;
}

.col-2 {
  -ms-flex-basis: 14.1666666667%;
  flex-basis: 14.1666666667%;
}

.col-3 {
  -ms-flex-basis: 22.75%;
  flex-basis: 22.75%;
}

.col-4 {
  -ms-flex-basis: 31.3333333333%;
  flex-basis: 31.3333333333%;
}

.col-5 {
  -ms-flex-basis: 39.9166666667%;
  flex-basis: 39.9166666667%;
}

.col-6 {
  -ms-flex-basis: 48.5%;
  flex-basis: 48.5%;
}

.col-7 {
  -ms-flex-basis: 57.0833333333%;
  flex-basis: 57.0833333333%;
}

.col-8 {
  -ms-flex-basis: 65.6666666667%;
  flex-basis: 65.6666666667%;
}

.col-9 {
  -ms-flex-basis: 74.25%;
  flex-basis: 74.25%;
}

.col-10 {
  -ms-flex-basis: 82.8333333333%;
  flex-basis: 82.8333333333%;
}

.col-11 {
  -ms-flex-basis: 91.4166666667%;
  flex-basis: 91.4166666667%;
}

.col-12 {
  flex-basis: 100%;
}

.col-50 {
  -ms-flex-basis: 50%;
  flex-basis: 50%;
}

@media (max-width: 1024px) {
  .md-1 {
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .md-2 {
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .md-3 {
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .md-4 {
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .md-5 {
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .md-6 {
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .md-7 {
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .md-8 {
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .md-9 {
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .md-10 {
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .md-11 {
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .md-12 {
    flex-basis: 100%;
  }
  .md-bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .sm-1 {
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .sm-2 {
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .sm-3 {
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .sm-4 {
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .sm-5 {
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .sm-6 {
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .sm-7 {
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .sm-8 {
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .sm-9 {
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .sm-10 {
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .sm-11 {
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .sm-12 {
    flex-basis: 100%;
  }
  .sm-bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .xs-1 {
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .xs-2 {
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .xs-3 {
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .xs-4 {
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .xs-5 {
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .xs-6 {
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .xs-7 {
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .xs-8 {
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .xs-9 {
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .xs-10 {
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .xs-11 {
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .xs-12 {
    flex-basis: 100%;
  }
  .xs-bottom {
    margin-bottom: 15px;
  }
}
* {
  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: #0F0F0F;
  font-family: "brother-1816", sans-serif;
  font-weight: 400;
  height: auto;
  min-height: 100vh;
  position: relative;
  background-color: #F4F4F4;
}
body ::-moz-selection {
  background: #FFC800;
  color: #ffffff;
}
body ::selection {
  background: #FFC800;
  color: #ffffff;
}

#wrap {
  -moz-flex: 1 0 auto;
  flex: 1 0 auto;
}

mark {
  background: none;
}

/* ==========================================================================
   FORMS & TABLE & NAVIGATION
   ========================================================================== */
input,
textarea,
select {
  outline: 0 none;
  padding: 0 10px;
  transition: all 0.2s ease-in-out;
}

.umbraco-forms-form input[type=text],
.umbraco-forms-form input[type=number],
.umbraco-forms-form input[type=email],
.umbraco-forms-form input[type=password],
.umbraco-forms-form input[type=search],
.umbraco-forms-form input[type=tel],
.umbraco-forms-form textarea {
  border: 2px solid #E5E5E5;
  color: #717171;
  font-family: "brother-1816", sans-serif;
  font-size: 16px;
  margin: 0 !important;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.umbraco-forms-form input[type=text]::-webkit-input-placeholder,
.umbraco-forms-form input[type=number]::-webkit-input-placeholder,
.umbraco-forms-form input[type=email]::-webkit-input-placeholder,
.umbraco-forms-form input[type=password]::-webkit-input-placeholder,
.umbraco-forms-form input[type=search]::-webkit-input-placeholder,
.umbraco-forms-form input[type=tel]::-webkit-input-placeholder,
.umbraco-forms-form textarea::-webkit-input-placeholder {
  color: #717171;
  font-family: "brother-1816", sans-serif;
  font-size: 16px;
  opacity: 1;
}
.umbraco-forms-form input[type=text]::-moz-placeholder,
.umbraco-forms-form input[type=number]::-moz-placeholder,
.umbraco-forms-form input[type=email]::-moz-placeholder,
.umbraco-forms-form input[type=password]::-moz-placeholder,
.umbraco-forms-form input[type=search]::-moz-placeholder,
.umbraco-forms-form input[type=tel]::-moz-placeholder,
.umbraco-forms-form textarea::-moz-placeholder {
  opacity: 1;
  color: #717171;
  font-family: "brother-1816", sans-serif;
  font-size: 16px;
  opacity: 1;
}
.umbraco-forms-form input[type=text]:-ms-input-placeholder,
.umbraco-forms-form input[type=number]:-ms-input-placeholder,
.umbraco-forms-form input[type=email]:-ms-input-placeholder,
.umbraco-forms-form input[type=password]:-ms-input-placeholder,
.umbraco-forms-form input[type=search]:-ms-input-placeholder,
.umbraco-forms-form input[type=tel]:-ms-input-placeholder,
.umbraco-forms-form textarea:-ms-input-placeholder {
  color: #717171;
  font-family: "brother-1816", sans-serif;
  font-size: 16px;
  opacity: 1;
}
.umbraco-forms-form input[type=text]:hover,
.umbraco-forms-form input[type=number]:hover,
.umbraco-forms-form input[type=email]:hover,
.umbraco-forms-form input[type=password]:hover,
.umbraco-forms-form input[type=search]:hover,
.umbraco-forms-form input[type=tel]:hover,
.umbraco-forms-form textarea:hover {
  background: #FFFDEF;
  border-color: #896500;
}
.umbraco-forms-form input[type=text]:focus,
.umbraco-forms-form input[type=number]:focus,
.umbraco-forms-form input[type=email]:focus,
.umbraco-forms-form input[type=password]:focus,
.umbraco-forms-form input[type=search]:focus,
.umbraco-forms-form input[type=tel]:focus,
.umbraco-forms-form textarea:focus {
  border-color: #FFC800 !important;
  box-shadow: 0 !important;
  outline-color: #FFC800 !important;
}
.umbraco-forms-form input[type=text],
.umbraco-forms-form input[type=number],
.umbraco-forms-form input[type=email],
.umbraco-forms-form input[type=password],
.umbraco-forms-form input[type=search],
.umbraco-forms-form input[type=tel] {
  border-radius: 100px;
  height: 48px;
  padding: 0 5px 0 15px !important;
}
.umbraco-forms-form input[type=text].input-validation-error, .umbraco-forms-form input[type=text].input-validation-error:hover, .umbraco-forms-form input[type=text].input-validation-error:focus,
.umbraco-forms-form input[type=number].input-validation-error,
.umbraco-forms-form input[type=number].input-validation-error:hover,
.umbraco-forms-form input[type=number].input-validation-error:focus,
.umbraco-forms-form input[type=email].input-validation-error,
.umbraco-forms-form input[type=email].input-validation-error:hover,
.umbraco-forms-form input[type=email].input-validation-error:focus,
.umbraco-forms-form input[type=password].input-validation-error,
.umbraco-forms-form input[type=password].input-validation-error:hover,
.umbraco-forms-form input[type=password].input-validation-error:focus,
.umbraco-forms-form input[type=search].input-validation-error,
.umbraco-forms-form input[type=search].input-validation-error:hover,
.umbraco-forms-form input[type=search].input-validation-error:focus,
.umbraco-forms-form input[type=tel].input-validation-error,
.umbraco-forms-form input[type=tel].input-validation-error:hover,
.umbraco-forms-form input[type=tel].input-validation-error:focus {
  background-color: #fbe3e4;
  border-color: #fbc2c4;
}
@media (max-width: 768px) {
  .umbraco-forms-form input[type=text],
  .umbraco-forms-form input[type=number],
  .umbraco-forms-form input[type=email],
  .umbraco-forms-form input[type=password],
  .umbraco-forms-form input[type=search],
  .umbraco-forms-form input[type=tel] {
    height: 40px;
  }
}
.umbraco-forms-form textarea {
  border-radius: 24px;
  padding: 16px !important;
  height: 120px !important;
}
.umbraco-forms-form select.input-validation-error, .umbraco-forms-form select.input-validation-error:hover {
  background-color: #fbe3e4;
  border-color: #fbc2c4;
}
@media (max-width: 768px) {
  .umbraco-forms-form select {
    height: 40px;
  }
}
.umbraco-forms-form .btn {
  font-family: "brother-1816", sans-serif;
}
.umbraco-forms-form .btn:disabled {
  opacity: 0.2;
  pointer-events: none;
}

input[type=text],
input[type=number],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
textarea {
  border: 2px solid #E5E5E5;
  color: #717171;
  font-family: "brother-1816", sans-serif;
  border-radius: 100px;
  font-size: 16px;
  height: 48px;
  padding: 0 5px 0 15px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
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: #717171;
  font-family: "brother-1816", sans-serif;
  font-size: 16px;
  opacity: 1;
}
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: #717171;
  font-family: "brother-1816", sans-serif;
  font-size: 16px;
  opacity: 1;
}
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: #717171;
  font-family: "brother-1816", sans-serif;
  font-size: 16px;
  opacity: 1;
}
@media (max-width: 768px) {
  input[type=text],
  input[type=number],
  input[type=email],
  input[type=password],
  input[type=search],
  input[type=tel],
  textarea {
    height: 40px;
  }
}
input[type=text]:hover,
input[type=number]:hover,
input[type=email]:hover,
input[type=password]:hover,
input[type=search]:hover,
input[type=tel]:hover,
textarea:hover {
  background: #FFFDEF;
  border-color: #896500;
}
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: #FFC800 !important;
  box-shadow: 0 !important;
  outline-color: #FFC800 !important;
}

.select-wrapper {
  position: relative;
}
.select-wrapper:after {
  content: "";
  position: absolute;
  right: 21px;
  top: 50%;
  transform: rotate(0) translateY(-50%);
  pointer-events: none;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #000000 transparent transparent transparent;
}

select {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border: 1px solid #E5E5E5;
  color: #717171;
  font-family: "brother-1816", sans-serif;
  border-radius: 100px !important;
  font-size: 16px;
  height: 48px;
  padding: 0 5px 0 15px;
  background-color: #fff;
  width: 100%;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  margin: 0 !important;
  background-image: url("/images/Themes/Default/chevron-closed.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 24px;
  transition: backgroundImage 0.5s ease;
  padding-right: 30px;
}
select:hover {
  background-color: #FFFDEF;
  border-color: #896500 !important;
  background-image: url("/images/Themes/Default/chevron-closed.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 24px;
}
select:focus {
  border-color: #FFC800 !important;
  box-shadow: 0 !important;
  outline-color: #FFC800 !important;
  background-image: url("/images/Themes/Default/chevron-closed.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 24px;
}
select:open {
  background-image: url("/images/Themes/Default/chevron-open.png");
}
@media (max-width: 768px) {
  select {
    height: 40px;
  }
}

textarea {
  height: 200px;
  padding: 10px 24px 10px 24px;
  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::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

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 {
  font-weight: 900;
  text-transform: uppercase;
}

.h1,
.h2,
.h3,
.h4 {
  font-weight: 900;
  text-transform: uppercase;
}

.txt-trnsf-none h1,
.txt-trnsf-none h2,
.txt-trnsf-none h3,
.txt-trnsf-none h4 {
  text-transform: none;
}
.txt-trnsf-none .h1,
.txt-trnsf-none .h2,
.txt-trnsf-none .h3,
.txt-trnsf-none .h4 {
  text-transform: none;
}

h1 {
  font-size: var(--fs-h1);
}

h2 {
  font-size: var(--fs-h2);
  color: #0F0F0F;
}

h3 {
  font-size: var(--fs-h3);
  color: #0F0F0F;
}

h4 {
  font-size: var(--fs-h4);
  color: #0F0F0F;
}

.h1-lg {
  font-size: var(--fs-h1-large);
  line-height: 1.17;
}
@media (max-width: 768px) {
  .h1-lg {
    line-height: 1.2;
  }
}

.h1 {
  font-size: var(--fs-h1);
  line-height: 1.25;
}
@media (max-width: 768px) {
  .h1 {
    line-height: 1.2;
  }
}

.h2 {
  font-size: var(--fs-h2);
  text-shadow: 3px 4px 0 #FFC800;
  color: #0F0F0F;
  line-height: 1.47;
}
@media (max-width: 768px) {
  .h2 {
    line-height: 1.0833333333;
  }
}

.h3 {
  font-size: var(--fs-h3);
  color: #0F0F0F;
  line-height: 1.0833333333;
}
@media (max-width: 768px) {
  .h3 {
    line-height: 1.5;
  }
}

.h4 {
  font-size: var(--fs-h4);
  color: #0F0F0F;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .h4 {
    line-height: 1.5;
  }
}

@media (max-width: 768px) {
  .h4-sm,
  .sm-h4 {
    font-size: 40px;
    line-height: 48px;
  }
}

@media (max-width: 480px) {
  .h4-xs,
  .xs-h4 {
    font-size: 40px;
    line-height: 48px;
  }
}

@media (max-width: 768px) {
  .sm-h3,
  .h3-sm {
    font-size: 48px;
    line-height: 52px;
  }
}

.p-sub-h {
  font-size: var(--fs-sub-h);
  line-height: 1.5;
}

.block-t {
  font-size: var(--fs-block-t);
  line-height: 1.5;
}

.card-h {
  font-size: var(--fs-card-h);
  line-height: 1.5;
}
@media (max-width: 768px) {
  .card-h {
    line-height: 1.56;
  }
}

.p-sub {
  font-size: var(--fs-subtitle);
  line-height: 1.56;
}

.p-txt {
  font-size: var(--fs-text);
  line-height: 1.5;
}

.p-txt-lg {
  font-size: var(--fs-text-large);
  line-height: 1.4;
}
@media (max-width: 768px) {
  .p-txt-lg {
    line-height: 1.5;
  }
}

.p-legal {
  font-size: 14px;
  line-height: 20px;
}

.p-legal-s {
  font-size: 12px;
  line-height: 16px;
}

.navigation {
  font-size: 16px;
  line-height: 1.5;
}

.navigation-b {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

.navigation-lg {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}

.navigation-s {
  font-size: 12px;
  line-height: 16px;
}

p {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  p {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  p {
    font-size: 16px;
  }
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #0172ED;
  outline: 0;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  outline: 0;
  color: #005BD5;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  backface-visibility: hidden;
}

strong,
b {
  font-weight: 700;
}

i {
  font-style: normal;
}

sup {
  font-size: 50%;
  position: relative;
  top: 0;
}
@media (max-width: 768px) {
  sup {
    font-size: 50%;
  }
}

@media screen and (min-width: 768px) {
  ::-webkit-scrollbar {
    width: 13px;
  }
  ::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #cccccc;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #FFC800;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: rgb(229.5, 180, 0);
  }
}
/* GLightbox */
.gslide-image img {
  background: #fff;
}

@media (min-width: 768px) {
  .goverlay {
    background: rgba(0, 0, 0, 0.5);
  }
}

html {
  scroll-behavior: smooth;
}

@media (max-width: 1024px) {
  .md-none {
    display: none;
  }
}

.md-display {
  display: none;
}
@media (max-width: 1024px) {
  .md-display {
    display: block;
  }
}

@media (max-width: 768px) {
  .sm-none {
    display: none;
  }
}

.sm-display {
  display: none;
}
@media (max-width: 768px) {
  .sm-display {
    display: block;
  }
}

@media (max-width: 480px) {
  .xs-none {
    display: none;
  }
}

.xs-display {
  display: none;
}
@media (max-width: 480px) {
  .xs-display {
    display: block;
  }
}

@media (max-width: 1366px) {
  .ms-none {
    display: none;
  }
}

.ms-display {
  display: none;
}
@media (max-width: 1366px) {
  .ms-display {
    display: block;
  }
}

.desktop_hide {
  display: none;
}

@media screen and (max-width: 768px) {
  .mobile_hide {
    display: none;
  }
  .desktop_hide {
    display: block;
  }
}
#main-content {
  max-width: 1728px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
}

.row {
  position: relative;
  max-width: 1728px;
  width: 100%;
  margin: 0 auto;
}
.row .inner {
  width: 93%;
  max-width: 1600px;
  margin: auto;
}
@media (max-width: 480px) {
  .row .inner {
    width: 87.2%;
  }
}

.row-s .inner {
  max-width: 1472px;
}

.row.col-2 .umb-block-grid__area-container {
  display: flex;
}
.row.col-2 .umb-block-grid__area-container .umb-block-grid__area {
  flex-basis: 50%;
  align-content: center;
}
.row.col-2 .umb-block-grid__area-container .umb-block-grid__area .block-component.rte-holder {
  padding-bottom: 0;
}
.row.col-2 .umb-block-grid__area-container .umb-block-grid__area .row .inner {
  width: 100%;
}
@media (max-width: 768px) {
  .row.col-2 .umb-block-grid__area-container {
    flex-direction: column;
  }
  .row.col-2 .umb-block-grid__area-container .umb-block-grid__area .row .inner {
    max-width: 100%;
  }
}

#content {
  padding: 40px 0;
}
@media (max-width: 1728px) {
  #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: #0172ED;
  width: 100%;
}

.btn {
  background: #FFC800;
  border: none;
  color: #0F0F0F;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  outline: 0;
  padding: 12px 24px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 999px;
  text-transform: uppercase;
  transition: all 0.4s ease;
  vertical-align: middle;
}
.btn:hover, .btn:focus {
  background: #E4AE00;
  text-decoration: none;
  color: #0F0F0F;
}
.btn:active {
  background: rgb(178.5, 140, 0);
}
.btn.border-btn {
  background: #fff;
  color: #0F0F0F;
  border: 2px solid #FFC800;
  padding: 10px 24px;
}
.btn.border-btn:hover, .btn.border-btn:focus {
  background: #FFFDEF;
  box-shadow: inset 0 0 0 2px #E4AE00;
  border: 2px solid #E4AE00;
}
.btn.big-btn {
  line-height: 2;
}
@media (max-width: 768px) {
  .btn.big-btn {
    padding: 12px 24px;
    line-height: 1.5;
  }
}
.btn.white {
  background: #fff;
}
.btn.white:hover {
  background: #E4AE00;
}
.btn.green-btn {
  background: #62BB46;
}
.btn.big-btn-border {
  padding: 21px 48px;
}
@media (max-width: 768px) {
  .btn.big-btn-border {
    padding: 9px 24px;
  }
}
.btn.select {
  display: inline-flex;
  -moz-align-items: center;
  align-items: center;
  gap: 108px;
}
.btn.select span {
  margin-right: 8px;
}
.btn.border-gray-btn {
  border: 2px solid #e5e5e5;
  box-sizing: border-box;
  background: transparent;
  padding: 14px 24px;
}
@media (max-width: 480px) {
  .btn.border-gray-btn {
    padding: 14px 24px;
  }
}
.btn.border-gray-btn:has(img) {
  display: inline-flex;
  -moz-align-items: center;
  align-items: center;
  padding: 6px 24px;
  gap: 8px;
}
.btn.border-gray-btn:has(img) img {
  max-height: 40px;
}
.btn.border-gray-btn:hover {
  background: #fff;
  border: 2px solid #896500;
}
.btn.border-gray-btn.active, .btn.border-gray-btn:active {
  background: #fff;
  border: 2px solid #ffc800;
}
.btn.select-btn {
  border: 2px solid #e5e5e5;
  box-sizing: border-box;
  background: transparent;
  padding: 10px 16px;
}
.btn.select-btn:hover {
  background: #FFFDEF;
  border: 2px solid #896500;
}
.btn.select-btn.open {
  background: #FFF3CB;
  border: 2px solid #FFC800;
}
.btn.select-btn.open .fa-chevron-down:before {
  content: "\f077";
}
.btn.select-btn.selected {
  background: #FFF3CB;
  border: 2px solid #FFC800;
}
.btn.bulb {
  padding-left: 56px;
}
@media (max-width: 400px) {
  .btn.bulb {
    padding-left: 24px;
  }
}
.btn.bulb:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 28px;
  margin: auto 0;
  display: inline-block;
  width: 16px;
  height: 20px;
  background-image: url("/images/Themes/Default/bulb.svg");
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
@media (max-width: 400px) {
  .btn.bulb:before {
    position: relative;
    left: auto;
    margin: auto;
    margin-right: 12px;
    top: 3px;
  }
}
.btn.download {
  padding-left: 56px;
}
@media (max-width: 400px) {
  .btn.download {
    padding-left: 24px;
  }
}
.btn.download:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 28px;
  margin: auto 0;
  display: inline-block;
  width: 16px;
  height: 20px;
  background-image: url("/images/Themes/Default/download.svg");
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
@media (max-width: 400px) {
  .btn.download:before {
    position: relative;
    left: auto;
    margin: auto;
    margin-right: 12px;
    top: 3px;
  }
}
.btn {
  /* Styling for a loading button */
}
.btn.is-loading-btn {
  pointer-events: none;
  opacity: 0.7;
  position: relative;
  color: transparent !important;
}
.btn.is-loading-btn::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
  border-radius: 50%;
  border: 2px solid white;
  border-top-color: transparent;
  animation: spin 0.6s linear infinite;
}

.btn-wrapper:has(input.is-loading-btn) {
  position: relative;
}
.btn-wrapper:has(input.is-loading-btn)::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
  border-radius: 50%;
  border: 2px solid white;
  border-top-color: transparent;
  animation: spin 0.6s linear infinite;
}

.link-btn {
  position: relative;
  font-weight: 900;
  font-size: clamp(16px, 2vw, 24px);
  line-height: 150%;
  text-transform: uppercase;
  color: #fff;
  display: inline-flex;
  -moz-align-items: center;
  align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .link-btn svg {
    width: 24px;
    height: 24px;
  }
}
.link-btn:hover {
  color: #fff;
}
.link-btn:before {
  position: absolute;
  content: "";
  width: 96px;
  height: 4px;
  border-radius: 4px;
  background: #FFC800;
  transition: all 0.3s ease;
  bottom: -16px;
}
.link-btn:after {
  position: relative;
  content: "";
  width: 48px;
  aspect-ratio: 1;
  display: block;
  aspect-ratio: 1;
  background: #FFC800;
  -webkit-mask-image: url(/images/Themes/Default/arrow_circle_right_orange.svg);
          mask-image: url(/images/Themes/Default/arrow_circle_right_orange.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media (max-width: 768px) {
  .link-btn:after {
    width: 24px;
  }
}
.link-btn.f-black {
  color: #0f0f0f;
}

.breadcrumb {
  padding: 16px 0;
}
.breadcrumb .row {
  z-index: 10;
}
.breadcrumb .row .inner {
  display: flex;
  -moz-align-items: center;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
}
.breadcrumb .link {
  font-size: 14px;
  line-height: 20px;
  padding: 4px;
}
.breadcrumb .link:first-of-type {
  flex-shrink: 0;
}
.breadcrumb .link:not(:first-of-type) {
  flex-shrink: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb .line {
  color: #F4F4F4;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 4px 5px;
}
.breadcrumb .line:first-of-type, .breadcrumb .line:last-of-type {
  flex-shrink: 0;
}
.breadcrumb .line:not(:first-of-type) {
  flex-shrink: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb .link-active {
  font-size: 14px;
  line-height: 20px;
  color: #0F0F0F;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  padding: 4px;
  flex-shrink: 1;
}

/* ==========================================================================
   SOCIAL LINK
   ========================================================================== */
.s-link {
  font-size: 0;
  display: block;
  width: auto;
}
.s-link a {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  color: #FFC800;
  transform: translate3d(0, 0, 0);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  background-size: cover;
}
.s-link a:first-child {
  margin-left: 0;
}
.s-link a:before {
  font-size: 15px;
  color: #FFC800;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "fontawesome";
  font-weight: 400;
}
.s-link a.fa-facebook-f:hover:before, .s-link a.fa-facebook-f:focus:before {
  color: #424242;
}
.s-link a.fa-x-twitter:hover:before, .s-link a.fa-x-twitter:focus:before {
  color: #55acee;
}
.s-link a.fa-tiktok:hover:before, .s-link a.fa-tiktok:focus:before {
  color: #000;
}
.s-link a.icon-linkedin:hover, .s-link a.icon-linkedin:focus {
  background: #0177b5;
}
.s-link a.fa-youtube:hover:before, .s-link a.fa-youtube:focus:before {
  color: #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;
}

.v-center {
  -moz-align-items: center;
  align-items: center;
}

.no-uppercase {
  text-transform: none;
}

/** Widgets & Components */
.load-more-button {
  text-align: center;
}

.pd-top-0 {
  padding-top: 0 !important;
}

.pd-b-0 {
  padding-bottom: 0 !important;
}

/** FILTERS (Primary, Secondary) **/
.filter-section-content .columns {
  margin-bottom: 32px;
  width: 100%;
  display: flex;
  gap: 32px 96px;
}
@media (max-width: 1024px) {
  .filter-section-content .columns {
    flex-direction: column;
    -moz-flex-direction: column;
  }
}
.filter-section-content .columns .filter-section-content-item {
  margin-bottom: 0;
}
.filter-section-content .filter-section-content-item {
  margin-bottom: 32px;
}
.filter-section-content .filter-section-content-item .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #404040;
  margin-bottom: 16px;
}
.filter-section-content .items {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 1024px) {
  .filter-section-content .items {
    display: block;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-right: -3%;
    padding-right: 3%;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
}
@media (max-width: 1024px) and (max-width: 480px) {
  .filter-section-content .items {
    margin-right: -6.5%;
    padding-right: 6.5%;
  }
}
@media (max-width: 1024px) {
  .filter-section-content .items::-webkit-scrollbar {
    display: none;
  }
}
.filter-section-content .items .btn {
  padding: 15px 23px;
  min-width: 120px;
  background-color: #F4F4F4;
  border: 1px solid #E5E5E5;
}
.filter-section-content .items .btn:has(img) {
  padding: 7px 23px;
}
.filter-section-content .items .btn img {
  height: 40px;
}
@media (max-width: 1024px) {
  .filter-section-content .items .btn:not(:last-child) {
    margin-right: 24px;
  }
}
.filter-section-content .items .btn:hover {
  border-color: #896500;
  box-shadow: inset 0 0 0 1px #896500;
  background-color: #FFFDEF;
}
.filter-section-content .items .btn.active {
  border-color: #FFC800;
  box-shadow: inset 0 0 0 1px #FFC800;
  background-color: #FFFDEF;
}
.filter-section-content .items .btn.disabled {
  opacity: 0.2;
  pointer-events: none;
  background-color: transparent;
}
.filter-section-content .filter-section-content-button {
  margin-bottom: 32px;
}
.filter-section .title-section {
  margin-bottom: 32px;
}

.filter-select-section .results {
  margin-bottom: 32px;
  text-transform: none;
  font-weight: 700;
}
@media (max-width: 768px) {
  .filter-select-section .results {
    margin-bottom: 16px;
  }
}
.filter-select-section .filter-select-section-content {
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .filter-select-section .filter-select-section-content {
    flex-wrap: nowrap;
    -ms-flex-wrap: none;
  }
}
.filter-select-section .filter-select-section-content .select-wrap .btn span {
  text-transform: none;
}
.filter-select-section .filter-select-section-content .items {
  display: flex;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  align-items: center;
}
.filter-select-section .filter-select-section-content .items .select-wrap {
  position: relative;
}
.filter-select-section .filter-select-section-content .items .select-wrap.right .items-select {
  right: 0;
  left: auto;
}
.filter-select-section .filter-select-section-content .items .select-wrap:not(:last-child) {
  margin-right: 16px;
}
.filter-select-section .filter-select-section-content .items .select-wrap.active {
  display: block;
}
.filter-select-section .filter-select-section-content .items .select-wrap.active .items-select {
  display: block;
}
.filter-select-section .filter-select-section-content .items .select-wrap .select-btn {
  color: #717171;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 11px 43px 11px 15px;
  border-width: 1px;
  font-weight: 400;
  position: relative;
}
.filter-select-section .filter-select-section-content .items .select-wrap .select-btn:after {
  content: "";
  position: absolute;
  right: 11px;
  top: 50%;
  translate: 0 -50%;
  width: 24px;
  aspect-ratio: 1;
  -webkit-mask-image: url(/images/Themes/Default/i-chevron.svg);
          mask-image: url(/images/Themes/Default/i-chevron.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #717171;
  transition: rotate 0.3s ease;
}
.filter-select-section .filter-select-section-content .items .select-wrap .select-btn.selected, .filter-select-section .filter-select-section-content .items .select-wrap .select-btn.open {
  color: #0F0F0F;
  background: #FFFDEF;
  border-color: #FFC800;
  font-weight: 500;
}
.filter-select-section .filter-select-section-content .items .select-wrap .select-btn.open:after {
  rotate: 180deg;
}
.filter-select-section .filter-select-section-content .items .select-wrap .select-btn:hover {
  background: #FFFDEF;
  border-color: #896500;
}
.filter-select-section .filter-select-section-content .items .select-wrap .select-btn.disabled {
  opacity: 0.2;
  pointer-events: none;
}
.filter-select-section .filter-select-section-content .items .select-wrap .items-select {
  top: calc(100% + 12px);
  padding: 16px;
  position: absolute;
  left: 0;
  z-index: 100;
  min-width: 279px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.16);
  background: #fff;
  border-radius: 16px;
  display: none;
}
.filter-select-section .filter-select-section-content .items .select-wrap .items-select ul li {
  display: block;
  padding: 12px 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
.filter-select-section .filter-select-section-content .items .select-wrap .items-select ul li:not(:last-child) {
  margin-bottom: 8px;
}
.filter-select-section .filter-select-section-content .items .select-wrap .items-select ul li:hover {
  border-radius: 50px;
  color: #896500;
  border: 1px solid #896500;
}
.filter-select-section .filter-select-section-content .items .select-wrap .items-select ul li.disabled {
  opacity: 0.2;
  pointer-events: none;
}
.filter-select-section .filter-select-section-content .items .select-wrap .items-select ul li.active {
  border-radius: 50px;
  background: #fff;
  border: 1px solid #FFC800;
}
.filter-select-section .filter-select-section-content .items .clear-filters {
  text-transform: uppercase;
  padding: 12px 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  max-height: 48px;
}
.filter-select-section .filter-select-section-content .items .clear-filters img.icon {
  max-width: 24px;
  margin-right: 8px;
}
@media (max-width: 1024px) {
  .filter-select-section .filter-select-section-content {
    width: 96.5%;
    margin-left: 3.5%;
    white-space: nowrap;
    overflow-x: auto;
  }
  .filter-select-section .filter-select-section-content::-webkit-scrollbar {
    display: none;
  }
  .filter-select-section .filter-select-section-content {
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 480px) {
  .filter-select-section .filter-select-section-content {
    width: 93.5%;
    max-width: 100%;
    padding-right: 6.5%;
    margin-left: 6.5%;
  }
}
.filter-select-section .filter-select-section-content:has(.select-wrap.active) {
  overflow-x: clip;
}

/** END - FILTERS (Primary, Secondary) **/
/** Pagination **/
@media (max-width: 768px) {
  .pagination-section .inner {
    flex-direction: column;
  }
}

.pagination {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 480px) {
  .pagination {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
  }
}
.pagination .pages-holder {
  display: flex;
  align-items: center;
  gap: 5px;
}
.pagination a,
.pagination .dots {
  text-decoration: none;
  color: #0F0F0F;
  font-size: 16px;
}
.pagination .dots.hidden {
  display: none;
}
.pagination .arrow {
  font-size: 18px;
  padding: 5px 8px;
  cursor: pointer;
}
.pagination .arrow.disabled {
  pointer-events: none;
}
.pagination .arrow.disabled svg path {
  fill: #A2A2A2;
}
.pagination .page {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.2s;
}
.pagination .page:hover {
  background: #eee;
}
.pagination .page.active {
  background: #FFC800;
  color: #000;
  font-weight: bold;
}
.pagination .page.active:hover {
  background: #F4B400;
}
.pagination .page.hidden {
  display: none;
}
.pagination .dots {
  padding: 0 5px;
}

/** END - Pagination **/
/** Titles **/
.title.h1.txt-shdw {
  text-shadow: 3px 4px #FFC800;
}
.title.h3.txt-shdw {
  text-shadow: 3px 4px #FFC800;
}
.title.h4.txt-shdw {
  text-shadow: 3px 4px #FFC800;
}

/** END - Titles **/
.rmv-txt-shdw {
  text-shadow: none;
}

.lift-up-lg .row {
  margin-top: calc(var(--section-padding) * -1);
}

/** Background Colors **/
.bg-deep-yellow {
  background-color: #FFC800;
}
.bg-deep-yellow .text-box {
  box-shadow: 24px 20px 0 0 #0F0F0F, inset 0 0 0 1px #0F0F0F;
}
@media (max-width: 1024px) {
  .bg-deep-yellow .text-box {
    box-shadow: 12px 10px 0 0 #0F0F0F, inset 0 0 0 1px #0F0F0F;
  }
}

/** END Background Colors **/
/** animation **/
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.block-component.rte-holder {
  padding-bottom: var(--section-padding-m);
}
.block-component.rte-holder .richtext h2 {
  line-height: 0;
}
.block-component.rte-holder .text-box {
  margin-left: auto;
  margin-right: auto;
}

.static-content-card-block {
  padding-bottom: var(--section-padding);
}

.static-content-card {
  display: flex;
  padding: min(64px, 3.7vw) min(128px, 7.41vw);
  gap: 40px;
  background: #F4F4F4;
  justify-content: space-between;
  border-radius: 24px;
}
.static-content-card .text-content {
  width: min(1040px, 60.19vw);
  align-content: center;
}
.static-content-card .image-static img {
  width: min(264px, 15.28vw);
}
@media (max-width: 768px) {
  .static-content-card {
    flex-direction: column;
    text-align: center;
    padding: 64px 24px;
    gap: 16px;
  }
  .static-content-card .text-content {
    width: 100%;
  }
  .static-content-card .text-content .static-title {
    margin-bottom: 16px;
  }
  .static-content-card .image-static img {
    width: 58%;
  }
}

.widget-menuIdeaFinder {
  padding-bottom: 88px;
}
@media (max-width: 768px) {
  .widget-menuIdeaFinder {
    padding-bottom: 48px;
  }
}
.widget-menuIdeaFinder .row .inner {
  max-width: 1472px;
}
@media (max-width: 480px) {
  .widget-menuIdeaFinder .row .inner {
    max-width: 87%;
  }
}
.widget-menuIdeaFinder .filter-select-section.title-select {
  padding-top: 32px;
}
@media (max-width: 480px) {
  .widget-menuIdeaFinder .filter-select-section.title-select {
    padding-top: 0;
  }
  .widget-menuIdeaFinder .filter-select-section.title-select .filter-select-section-content {
    display: block;
    white-space: normal;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

.text-w-bold-num {
  display: flex;
  gap: 16px;
  line-height: 1;
  justify-content: center;
  align-items: center;
}
.text-w-bold-num.txt-block {
  background-color: #FFC800;
  padding: 40px;
  border-radius: 16px;
}
.text-w-bold-num .num {
  font-size: 150px;
  line-height: 196px;
  font-weight: 900;
}
.text-w-bold-num .details {
  font-size: 40px;
  line-height: 48px;
  font-weight: 900;
  text-transform: uppercase;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .text-w-bold-num {
    gap: 0.926vw;
  }
  .text-w-bold-num .num {
    font-size: 8.681vw;
    line-height: 11.343vw;
  }
  .text-w-bold-num .details {
    font-size: 2.315vw;
    line-height: 2.778vw;
  }
}
@media (max-width: 768px) {
  .text-w-bold-num {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }
  .text-w-bold-num.txt-block {
    padding: 24px;
  }
  .text-w-bold-num.txt-block .details br {
    display: none;
  }
  .text-w-bold-num .num {
    font-size: 80px;
    line-height: 100px;
  }
  .text-w-bold-num .details {
    font-size: 24px;
    line-height: 36px;
  }
}

.text-w-bold-num .p-txt {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 10px;
  display: block;
  text-transform: none;
  font-weight: 400;
  max-width: 100% !important;
  font-style: italic;
}

.text-box {
  max-width: 736px;
  background: #FFF;
  box-shadow: 24px 20px 0 0 #FFC800, inset 0 0 0 1px #0F0F0F;
  border-radius: 36px;
  padding: var(--section-padding-l) var(--section-padding);
  margin-right: 24px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .text-box {
    flex-basis: 100%;
    box-shadow: 12px 10px 0 0 #FFC800, inset 0 0 0 1px #0F0F0F;
    margin-right: -12px;
    margin-bottom: 10px;
    max-width: 100%;
    padding: 64px 32px 32px 32px;
  }
}
.text-box.quote-block-holder .text {
  position: relative;
}
.text-box.quote-block-holder .text:before, .text-box.quote-block-holder .text:after {
  content: "";
  background: url("data:image/svg+xml;utf8,<svg width='66' height='40' viewBox='0 0 66 40' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M35.7553 0L25.7592 40H0L14.7379 0H35.7553ZM66 0L56.0039 40H30.2447L44.9825 0H66Z' fill='%230F0F0F'/></svg>") no-repeat center/contain;
  pointer-events: none;
  position: absolute;
  width: 66px;
  height: 40px;
}
@media (max-width: 1440px) {
  .text-box.quote-block-holder .text:before, .text-box.quote-block-holder .text:after {
    width: 40px;
    height: 24px;
  }
}
.text-box.quote-block-holder .text:before {
  left: -75px;
  top: -28px;
}
@media (max-width: 1728px) {
  .text-box.quote-block-holder .text:before {
    left: -4.34vw;
  }
}
@media (max-width: 768px) {
  .text-box.quote-block-holder .text:before {
    left: 0;
    top: -32px;
  }
}
.text-box.quote-block-holder .text:after {
  right: -75px;
  bottom: -28px;
  transform: rotate(180deg);
}
@media (max-width: 1728px) {
  .text-box.quote-block-holder .text:after {
    right: -4.34vw;
  }
}
@media (max-width: 768px) {
  .text-box.quote-block-holder .text:after {
    right: 0;
    bottom: -32px;
  }
}
.text-box.quote-block-holder .name {
  margin-top: 40px;
  font-size: 16px;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .text-box.quote-block-holder .name {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .text-box.quote-block-holder {
    padding: 64px 32px;
  }
}
.text-box.callout-block-holder {
  max-width: 748px;
  padding: var(--section-padding-m);
}
.text-box.callout-block-holder svg {
  margin-bottom: 16px;
}
.text-box.callout-block-holder p {
  font-size: 32px;
  line-height: 1.25;
  color: #0F0F0F;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .text-box.callout-block-holder {
    max-width: 43.287vw;
  }
  .text-box.callout-block-holder p {
    font-size: 1.852vw;
  }
}
@media (max-width: 768px) {
  .text-box.callout-block-holder {
    padding: 24px;
    border-radius: 18px;
  }
  .text-box.callout-block-holder svg {
    width: 32px;
  }
  .text-box.callout-block-holder p {
    font-size: 18px;
    line-height: 28px;
  }
}

.row.col-2.text-with-quote {
  padding: var(--section-padding) 0;
}
.row.col-2.text-with-quote .umb-block-grid__area-container {
  justify-content: space-between;
}
.row.col-2.text-with-quote .umb-block-grid__area-container .umb-block-grid__area {
  flex-basis: auto;
}
.row.col-2.text-with-quote .umb-block-grid__area-container .umb-block-grid__area .rte-holder {
  max-width: 682px;
}

.umb-block-grid--image-block {
  padding-bottom: var(--section-padding);
}
.umb-block-grid--image-block.row-s {
  width: 93%;
  max-width: 1472px;
  margin: auto;
}
@media (max-width: 768px) {
  .umb-block-grid--image-block.sm-row-100 {
    width: 100%;
  }
}

.umbraco-forms-form {
  padding: 0 !important;
}
.umbraco-forms-form .umbraco-forms-page {
  display: flex;
  gap: 24px;
  flex-direction: column;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-navigation {
  padding: 0;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-navigation input.btn {
  width: 100%;
}
.umbraco-forms-form .umbraco-forms-fieldset .row-fluid {
  display: flex;
  gap: 24px;
}
.umbraco-forms-form .umbraco-forms-fieldset .row-fluid .col-md-6 {
  flex: 1;
}
.umbraco-forms-form .umbraco-forms-fieldset .row-fluid .col-md-6 input {
  width: 100%;
}
.umbraco-forms-form .umbraco-forms-fieldset {
  padding: 0;
  margin: 0;
}
.umbraco-forms-form .umbraco-forms-fieldset legend {
  padding-bottom: 24px;
  text-align: center;
}
.umbraco-forms-form .umbraco-forms-fieldset .umbraco-forms-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  transition: all 0.2s ease;
}
.umbraco-forms-form .umbraco-forms-field input.text,
.umbraco-forms-form .umbraco-forms-field textarea {
  max-width: 100% !important;
  width: 100%;
  box-shadow: none;
}
.umbraco-forms-form .umbraco-forms-field select {
  box-shadow: none;
}
.umbraco-forms-form .umbraco-forms-field-wrapper {
  position: relative;
}
.umbraco-forms-form .umbraco-forms-field-wrapper span.contourError,
.umbraco-forms-form .umbraco-forms-field-wrapper span.field-validation-error {
  position: absolute;
}

.insert-form-block .contact-us-form-wrapper {
  width: 600px;
  border-radius: 24px;
  padding: 24px 24px 40px;
  box-shadow: 0 4px 64px 0 rgba(0, 0, 0, 0.04);
  background: #fff;
  margin: auto;
}
@media (max-width: 1600px) {
  .insert-form-block .contact-us-form-wrapper {
    align-self: flex-start;
  }
}
@media (max-width: 1440px) {
  .insert-form-block .contact-us-form-wrapper {
    flex-basis: 500px;
  }
}
@media (max-width: 768px) {
  .insert-form-block .contact-us-form-wrapper {
    flex-basis: auto;
    width: 100%;
  }
}
@media (max-width: 599px) {
  .insert-form-block .contact-us-form-wrapper .umbraco-forms-fieldset .row-fluid {
    flex-direction: column;
  }
}
.insert-form-block .contact-us-form-wrapper .umbraco-forms-form legend {
  font-size: 24px;
  line-height: 1.5;
}

/* custom field: autocomplete-box */
.umbraco-forms-form .autocomplete-wrapper .autocomplete-suggestions-box {
  border-radius: 10px;
}
.umbraco-forms-form .autocomplete-wrapper .autocomplete-suggestions-box.is-loading:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
  border-radius: 50%;
  border: 2px solid #FFC800;
  border-top-color: transparent;
  animation: spin 0.6s linear infinite;
}
.umbraco-forms-form .autocomplete-wrapper .autocomplete-suggestions-box .suggestions-container {
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px 0;
}
.umbraco-forms-form .autocomplete-wrapper .autocomplete-suggestions-box .suggestions-container .autocomplete-suggestion-item {
  padding: 4px 10px;
}
.umbraco-forms-form .autocomplete-wrapper .autocomplete-suggestions-box .suggestions-container .autocomplete-suggestion-item:hover {
  background-color: #FFFDEF;
  cursor: pointer;
}

body:has(header .main_nav .level_b.current) .main-content-body {
  position: relative;
}
body:has(header .main_nav .level_b.current) .main-content-body:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 11;
}

@media (max-width: 1024px) {
  #wrap {
    overflow-x: hidden;
  }
}

header {
  background: #0F0F0F;
  padding: 24px 0;
}
@media (max-width: 768px) {
  header {
    padding: 28px 0;
  }
}
header.top-absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(20px);
}
@media (max-width: 768px) {
  header.top-absolute {
    z-index: 30;
  }
}
header .logo {
  margin-right: 3%;
  -ms-flex-basis: 10%;
  flex-basis: 10%;
}
@media (max-width: 768px) {
  header .logo {
    -ms-flex-basis: 71px;
    flex-basis: 71px;
  }
}
header .logo:hover {
  opacity: 0.9;
}
header .mega-menu-holder {
  max-width: 856px;
  width: 64%;
}
@media (max-width: 1024px) {
  header .mega-menu-holder {
    position: relative;
    display: block;
  }
}
header .mega-menu-holder .searchform {
  position: relative;
  margin-bottom: 32px;
}
@media (min-width: 769px) and (max-width: 1600px) {
  header .mega-menu-holder .searchform {
    margin-bottom: 16px;
  }
}
header .mega-menu-holder .searchform input {
  border-radius: 100px;
  width: 100%;
  padding: 0 16px 0 40px;
}
header .mega-menu-holder .searchform button {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 15px;
  z-index: 1;
  background: none;
  border: none;
  font-size: 0;
}
header .mega-menu-holder .main_nav .level_a {
  flex-wrap: no-wrap;
  -ms-flex-wrap: no-wrap;
}
header .mega-menu-holder .main_nav .level_a .menu-item.has-children .link-menu {
  padding-right: 28px;
}
header .mega-menu-holder .main_nav .level_a .menu-item.has-children .link-menu::after {
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  content: "";
  width: 22px;
  aspect-ratio: 1;
  -webkit-mask-image: url(/images/Themes/Default/i-chevron.svg);
          mask-image: url(/images/Themes/Default/i-chevron.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #FFC800;
}
@media (min-width: 769px) and (max-width: 1600px) {
  header .mega-menu-holder .main_nav .level_a .menu-item.has-children .link-menu {
    padding-right: 18px;
  }
  header .mega-menu-holder .main_nav .level_a .menu-item.has-children .link-menu::after {
    width: 19px;
  }
}
header .mega-menu-holder .main_nav .level_a .menu-item .link-menu {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
}
@media (min-width: 769px) and (max-width: 1600px) {
  header .mega-menu-holder .main_nav .level_a .menu-item .link-menu {
    font-size: 14px;
  }
}
header .mega-menu-holder .main_nav .level_a .menu-item .link-menu:hover {
  color: #FFC800;
}
header .mega-menu-holder .main_nav .level_b {
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(100% + 24px);
  background-color: #fff;
  padding: 40px 0;
  display: none;
  z-index: 21;
}
header .mega-menu-holder .main_nav .level_b.current {
  display: block;
}
header .mega-menu-holder .main_nav .level_b .flex {
  justify-content: start;
  gap: 40px;
  align-items: flex-start;
}
header .mega-menu-holder .main_nav .level_b ul.tabs-buttons {
  width: 369px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
header .mega-menu-holder .main_nav .level_b ul.tabs-buttons .tabs-btn a {
  display: inline-block;
  padding: 12px 20px;
  width: 328px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #0F0F0F;
  transition: none;
}
@media (min-width: 1024px) {
  header .mega-menu-holder .main_nav .level_b ul.tabs-buttons .tabs-btn.current a {
    color: #896500;
    box-shadow: inset 0 0 0 1px #896500;
    border-radius: 999px;
    position: relative;
  }
  header .mega-menu-holder .main_nav .level_b ul.tabs-buttons .tabs-btn.current a:after {
    content: "";
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    right: 24px;
    width: 16px;
    aspect-ratio: 1;
    background-image: url(/images/Themes/Default/arrow_forward.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
header .mega-menu-holder .main_nav .level_b .tabs-content {
  flex: 1;
}
header .mega-menu-holder .main_nav .level_b .tabs-content .tab-content {
  display: none;
}
header .mega-menu-holder .main_nav .level_b .tabs-content .tab-content.current {
  display: block;
}
header .mega-menu-holder .main_nav .level_c ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
header .mega-menu-holder .main_nav .level_c ul:has(li:nth-child(3)) {
  grid-template-columns: repeat(3, 1fr);
}
header .mega-menu-holder .main_nav .level_c ul:has(li:nth-child(3)) .nav-link figure {
  max-width: 96px;
}
@media (min-width: 1441px) and (max-width: 1600px) {
  header .mega-menu-holder .main_nav .level_c ul {
    grid-template-columns: repeat(1, 1fr);
  }
  header .mega-menu-holder .main_nav .level_c ul:has(li:nth-child(3)) {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  header .mega-menu-holder .main_nav .level_c ul {
    grid-template-columns: repeat(1, 1fr);
  }
  header .mega-menu-holder .main_nav .level_c ul:has(li:nth-child(3)) {
    grid-template-columns: repeat(1, 1fr);
  }
}
header .mega-menu-holder .main_nav .level_c ul li {
  max-width: 520px;
}
header .mega-menu-holder .main_nav .level_c ul .nav-link {
  display: flex;
  padding: 23px;
  border: 1px solid #E5E5E5;
  border-radius: 12px;
  gap: 16px;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #0F0F0F;
}
header .mega-menu-holder .main_nav .level_c ul .nav-link:hover {
  background-color: #FFFDEF;
  border-color: #896500;
}
header .mega-menu-holder .main_nav .level_c ul .nav-link figure {
  aspect-ratio: 1;
  max-width: 120px;
  flex: 1;
  border-radius: 8px;
}
header .mega-menu-holder .main_nav .level_c ul .nav-link figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1;
  width: 100%;
  border-radius: 8px;
}
header .mega-menu-holder .main_nav .level_c ul .nav-link .content {
  flex: 1;
}
header .mega-menu-holder .main_nav .level_c ul .nav-link .content .title {
  color: #896500;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 8px;
}
header .mega-menu-holder .main_nav .level_c ul .nav-link .content .copy p {
  font-size: 16px;
  line-height: 1.5;
}
header .mega-menu-holder .main_nav .level_c ul .nav-link.disabled {
  position: relative;
  display: block;
}
header .mega-menu-holder .main_nav .level_c ul .nav-link.disabled:hover {
  background-color: #fff;
  border-color: #E5E5E5;
}
header .mega-menu-holder .main_nav .level_c ul .nav-link.disabled .content-holder {
  display: flex;
  gap: 16px;
  opacity: 0.2;
}
header .mega-menu-holder .main_nav .level_c ul .nav-link.disabled .content-holder .content {
  align-content: end;
}
header .mega-menu-holder .main_nav .level_c ul .nav-link.disabled .content-holder .content .title {
  margin-bottom: 12px;
}
header .mega-menu-holder .main_nav .level_c ul .nav-link.disabled .btn {
  background-color: #F4F4F4;
  position: absolute;
  top: 36px;
  left: 136px;
  padding: 8px 16px;
}
header .mega-menu-holder .main_nav .level_c.brands ul a figure img {
  -o-object-fit: contain;
     object-fit: contain;
}
header .top-links {
  margin-left: 24px;
}
header .top-links .link {
  color: #0F0F0F;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
}
header .top-links .link:last-child {
  position: relative;
}
header .top-links .link:last-child:before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: -24px;
  width: 16px;
  aspect-ratio: 1;
  background-image: url(/images/Themes/Default/i-login.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
header .top-links .lang-container {
  position: relative;
  margin-left: 24px;
}
header .top-links .lang-container:before {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
  height: 75%;
  background: #FFC800;
  content: "";
  left: -11.5px;
}
header .top-links .lang-container::after {
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  pointer-events: none;
  transition: all 0.3s ease;
  content: "";
  width: 16px;
  aspect-ratio: 1;
  background-image: url(/images/Themes/Default/i-chevron.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
header .top-links .lang-container .lang-select {
  background: none;
  color: #0F0F0F;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  padding: 0 20px 0 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  box-shadow: none;
}
header .top-links .lang-container .lang-select option {
  color: #0F0F0F;
}
@media (max-width: 1024px) {
  header .right {
    display: none;
  }
}
header .right .top-links {
  display: flex;
  margin-bottom: 32px;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: end;
  justify-content: end;
}
@media (min-width: 769px) and (max-width: 1600px) {
  header .right .top-links {
    margin-bottom: 16px;
  }
}
header .right .top-links .link {
  color: #fff;
}
@media (min-width: 769px) and (max-width: 1600px) {
  header .right .top-links .link {
    font-size: 14px;
  }
}
header .right .top-links .link:hover {
  color: #FFC800;
}
header .right .top-links .lang-container .lang-select {
  color: #fff;
}
@media (min-width: 769px) and (max-width: 1600px) {
  header .right .top-links .lang-container .lang-select {
    font-size: 14px;
  }
}
header .right .buttons {
  text-align: end;
}
@media (min-width: 769px) and (max-width: 1600px) {
  header .right .buttons .btn {
    font-size: 14px;
  }
}
header .right .buttons .btn:not(:last-child) {
  margin-right: 15px;
}
@media (max-width: 1366px) {
  header .right .buttons .btn:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
header .mobile-menu {
  position: relative;
  display: none;
}
@media (max-width: 1024px) {
  header .mobile-menu {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .burger {
    margin-right: 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50%;
    z-index: 31;
    translate: 0 -50%;
    transition: none;
    display: block;
  }
  .burger .burger-icon {
    display: inline-block;
    position: relative;
    margin-top: 6px;
    margin-bottom: 6px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .burger .burger-icon, .burger .burger-icon::before, .burger .burger-icon::after {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #fff;
    outline: 1px solid transparent;
  }
  .burger .burger-icon::before, .burger .burger-icon::after {
    position: absolute;
    content: "";
  }
  .burger .burger-icon::before {
    top: -6px;
  }
  .burger .burger-icon::after {
    top: 6px;
  }
  .burger .burger-icon {
    border-radius: 2px;
  }
  .burger .burger-icon::before,
  .burger .burger-icon::after {
    border-radius: 2px;
  }
  .burger.is-active {
    right: 3.5%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 480px) {
  .burger.is-active {
    right: 6.5%;
  }
}
@media screen and (max-width: 1024px) {
  .burger.is-active .burger-icon {
    background-color: transparent;
  }
  .burger.is-active .burger-icon::before {
    transform: translateY(6px) rotate(45deg);
  }
  .burger.is-active .burger-icon::after {
    transform: translateY(-6px) rotate(-45deg);
  }
  .sm-menu-holder {
    background: #fff;
    opacity: 0;
    height: 100vh;
    height: 100svh;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0;
    position: fixed;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 30;
    transform: translateX(110%);
    transition: all 0.2s ease-in-out;
    will-change: transform, opacity;
  }
  .sm-menu-holder::-webkit-scrollbar {
    display: none;
  }
  .sm-menu-holder {
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
  }
  .mobile_menu_active {
    overflow: hidden;
  }
  .mobile_menu_active .burger {
    position: fixed;
    top: 24px;
    translate: none;
  }
  .mobile_menu_active .burger .burger-icon::before,
  .mobile_menu_active .burger .burger-icon::after {
    background-color: #0F0F0F;
  }
  .mobile_menu_active .burger .burger-icon {
    position: relative;
    z-index: 31;
  }
  .mobile_menu_active:has(.level_b.current) .burger {
    z-index: 30;
  }
  .mobile_menu_active .sm-menu-holder {
    opacity: 1;
    transform: translateX(0);
  }
  .mobile_menu_active header .sm-top {
    display: block;
    padding: 24px;
    border-bottom: 1px solid #E5E5E5;
    width: 100%;
  }
  .mobile_menu_active header .sm-top p {
    margin-bottom: 0;
  }
  .mobile_menu_active header .sm-top p.p-subtitle {
    font-size: 18px;
    line-height: 28px;
    color: #717171;
  }
  .mobile_menu_active header .sm-top .menu-back {
    color: #404040;
    font-size: 16px;
    line-height: 1.5;
    padding-left: 32px;
    position: relative;
    display: block;
    margin-bottom: 24px;
  }
  .mobile_menu_active header .sm-top .menu-back::before {
    position: absolute;
    left: 0;
    top: 50%;
    translate: 0 -50%;
    pointer-events: none;
    content: "";
    width: 24px;
    aspect-ratio: 1;
    -webkit-mask-image: url(/images/Themes/Default/i-chevron.svg);
            mask-image: url(/images/Themes/Default/i-chevron.svg);
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    background-color: #404040;
    rotate: 90deg;
  }
  .mobile_menu_active header .top-links {
    display: flex;
    margin-bottom: 24px;
  }
  .mobile_menu_active header .searchform {
    margin-bottom: 0;
  }
  .mobile_menu_active header .searchform input {
    box-shadow: none;
  }
  .mobile_menu_active header .main_nav {
    padding: 24px;
  }
  .mobile_menu_active header .main_nav a.nav-link,
  .mobile_menu_active header .main_nav a.link {
    padding-right: 16px;
    position: relative;
  }
  .mobile_menu_active header .main_nav a.nav-link::after,
  .mobile_menu_active header .main_nav a.link::after {
    position: absolute;
    right: 0;
    top: 50%;
    translate: 0 -50%;
    pointer-events: none;
    transition: all 0.3s ease;
    content: "";
    width: 16px;
    aspect-ratio: 1;
    -webkit-mask-image: url(/images/Themes/Default/arrow_forward.svg);
            mask-image: url(/images/Themes/Default/arrow_forward.svg);
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    background-color: #896500;
    rotate: -45deg;
  }
  .mobile_menu_active header .main_nav ul {
    flex-direction: column;
    gap: 8px;
  }
  .mobile_menu_active header .main_nav .link-menu {
    color: #0F0F0F !important;
    padding-right: 0 !important;
    width: 100%;
    display: block;
  }
  .mobile_menu_active header .main_nav .level_a .menu-item {
    display: flex;
    gap: 8px;
  }
  .mobile_menu_active header .main_nav .menu-item {
    padding: 16px 0;
  }
  .mobile_menu_active header .main_nav .menu-item.has-children .link-menu::after {
    background-color: #896500 !important;
    rotate: 270deg;
    width: 24px !important;
  }
  .mobile_menu_active header .main_nav .level_b {
    opacity: 0;
    display: block !important;
    height: 100vh;
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 24px 0;
    padding: calc(24px + env(safe-area-inset-top, 0)) 0 calc(24px + env(safe-area-inset-bottom, 0));
    position: fixed;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 31;
    transform: translateX(110%);
    transition: all 0.2s ease-in-out;
    will-change: transform, opacity;
  }
  .mobile_menu_active header .main_nav .level_b::-webkit-scrollbar {
    display: none;
  }
  .mobile_menu_active header .main_nav .level_b .inner {
    max-width: 100%;
    width: 100%;
    gap: 24px;
  }
  .mobile_menu_active header .main_nav .level_b {
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
  }
  .mobile_menu_active header .main_nav .level_b.current {
    opacity: 1;
    transform: translateX(0);
  }
  .mobile_menu_active header .main_nav .level_b ul.tabs-buttons {
    padding: 0 24px;
    width: 100%;
  }
  .mobile_menu_active header .main_nav .level_b ul.tabs-buttons .tabs-btn {
    padding: 16px 0;
  }
  .mobile_menu_active header .main_nav .level_b ul.tabs-buttons .tabs-btn a {
    padding: 0;
    width: 100%;
  }
  .mobile_menu_active header .main_nav .level_b ul.tabs-buttons .tabs-btn.sm-children a {
    padding-right: 24px;
    position: relative;
  }
  .mobile_menu_active header .main_nav .level_b ul.tabs-buttons .tabs-btn.sm-children a::after {
    position: absolute;
    right: 0;
    top: 50%;
    translate: 0 -50%;
    pointer-events: none;
    transition: all 0.3s ease;
    content: "";
    width: 24px;
    aspect-ratio: 1;
    -webkit-mask-image: url(/images/Themes/Default/i-chevron.svg);
            mask-image: url(/images/Themes/Default/i-chevron.svg);
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    background-color: #896500 !important;
    rotate: 270deg;
  }
  .mobile_menu_active header .main_nav .level_b .tabs-content .level_c.tab-content {
    display: block !important;
    background: #fff;
    opacity: 0;
    height: 100vh;
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 24px 0;
    padding: calc(24px + env(safe-area-inset-top, 0)) 0 calc(24px + env(safe-area-inset-bottom, 0));
    position: fixed;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 32;
    transform: translateX(110%);
    transition: all 0.2s ease-in-out;
    will-change: transform, opacity;
  }
  .mobile_menu_active header .main_nav .level_b .tabs-content .level_c.tab-content.current {
    opacity: 1;
    transform: translateX(0);
  }
  .mobile_menu_active header .main_nav .level_b .tabs-content .level_c.tab-content ul {
    grid-template-columns: 1fr;
    padding: 0 24px;
    margin-top: 24px;
    gap: 8px;
  }
  .mobile_menu_active header .main_nav .level_b .tabs-content .level_c.tab-content ul li {
    max-width: 100%;
  }
  .mobile_menu_active header .main_nav .level_b .tabs-content .level_c.tab-content .nav-link {
    display: block;
    padding: 16px 0;
    border: none;
    border-radius: 0;
  }
  .mobile_menu_active header .main_nav .level_b .tabs-content .level_c.tab-content .nav-link .title {
    color: #0F0F0F;
  }
  .mobile_menu_active header .main_nav .level_b .tabs-content .level_c.tab-content .nav-link figure,
  .mobile_menu_active header .main_nav .level_b .tabs-content .level_c.tab-content .nav-link .copy {
    display: none;
  }
  .mobile_menu_active header .main_nav .level_b .tabs-content .level_c.tab-content .nav-link.disabled {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .mobile_menu_active header .main_nav .level_b .tabs-content .level_c.tab-content .nav-link.disabled .btn {
    position: static;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .mobile_menu_active header .buttons {
    position: absolute;
    bottom: 24px;
    bottom: calc(24px + env(safe-area-inset-bottom, 0));
    left: 24px;
    right: 24px;
    margin-top: 24px;
    width: calc(100% - 48px);
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .mobile_menu_active header .buttons a {
    width: 100%;
  }
}
.bottom-sign-up {
  background: #fff;
}
.bottom-sign-up .inner {
  justify-content: center;
  gap: 80px;
  padding: 0 0 var(--section-padding);
}
@media (max-width: 768px) {
  .bottom-sign-up .inner {
    flex-direction: column-reverse;
    gap: 48px;
  }
  .bottom-sign-up .inner figure {
    text-align: center;
  }
}
.bottom-sign-up .content-info {
  position: relative;
}
.bottom-sign-up .content-info .text .subtitle {
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.5;
}
.bottom-sign-up .content-info .text .title {
  text-shadow: 3px 4px 0px #FFC800;
  text-transform: uppercase;
  margin-bottom: 48px;
  font-size: var(--fs-h3);
}
@media (max-width: 768px) {
  .bottom-sign-up .content-info .text .title {
    text-shadow: 2px 3px 0 #FFC800;
    margin-bottom: 32px;
  }
}
.bottom-sign-up .content-info .text .btn {
  padding: 24px 48px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .bottom-sign-up .content-info .text .btn {
    width: 100%;
    padding: 12px 24px;
  }
}

footer {
  background: #0F0F0F;
  padding: 48px 0;
}
footer .logo {
  max-width: 141px;
}
footer .logo:hover {
  opacity: 0.9;
}
footer .flex.inner {
  justify-content: space-between;
}
@media (max-width: 768px) {
  footer .flex.inner {
    flex-direction: column-reverse;
    gap: 48px;
  }
}
footer .left {
  max-width: 683px;
  -ms-flex-basis: 60%;
  flex-basis: 60%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 480px) {
  footer .left {
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
footer .left .bottom-links ul {
  -moz-justify-content: start;
  justify-content: start;
  gap: 16px;
}
@media (max-width: 768px) {
  footer .left .bottom-links ul {
    gap: 32px;
  }
}
footer .left .bottom-links ul .navigation-s {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
footer .left .bottom-links ul .navigation-s:hover {
  color: #FFC800;
}
footer .left .p-legal-s {
  color: #fff;
}
footer .left .social .instagram {
  text-decoration: none;
  margin-right: 24px;
}
footer .left .social .instagram:hover {
  opacity: 0.7;
}
footer .left .social .linked-in {
  text-decoration: none;
}
footer .left .social .linked-in:hover {
  opacity: 0.7;
}
footer .right {
  flex: 1;
}
footer .right .nav-links {
  display: flex;
  -moz-justify-content: end;
  justify-content: end;
}
@media (max-width: 768px) {
  footer .right .nav-links {
    flex-direction: column;
    -moz-justify-content: start;
    justify-content: start;
    gap: 32px;
  }
}
footer .right .nav-links ul {
  display: grid;
  grid-template-rows: repeat(4, auto);
  grid-auto-flow: column;
  gap: 24px 84px;
  padding: 2px 0;
}
@media (max-width: 1280px) {
  footer .right .nav-links ul {
    grid-template-rows: none;
    grid-auto-flow: row;
  }
}
@media (max-width: 768px) {
  footer .right .nav-links ul {
    gap: 32px;
  }
}
footer .right .nav-links ul .navigation-b {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
footer .right .nav-links ul .navigation-b:hover {
  color: #FFC800;
}

@media (max-width: 768px) {
  .product-details-page .main-cards.related-products .info-top-c {
    margin-bottom: 64px;
  }
}
.product-details-page .main-cards.related-products .info-top-c .title-holder {
  align-items: center;
}
@media (max-width: 1024px) {
  .product-details-page .main-cards.related-products .info-top-c .title-holder {
    align-items: start;
  }
}
.product-details-page .main-cards.related-products .info-top-c h2 {
  font-size: 48px;
  line-height: 52px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .product-details-page .main-cards.related-products .info-top-c h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
.product-details-page .main-cards.related-products .info-top-c .title-image {
  align-content: center;
}
.product-details-page .main-cards.related-products .info-top-c .title-image img {
  max-height: 74px;
}
.product-details-page {
  /* GLightBox */
}
.product-details-page .glightbox-clean .gslide-media.gslide-image {
  border-radius: 20px;
}
.product-details-page .gslide-image img {
  border-radius: 20px;
}

/*  Product Page - Nutrition Facts */
.nutrition {
  max-width: 1150px;
  margin: 0px auto;
  padding-bottom: 20px;
}
.nutrition .title {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}
.nutrition .nutrition-details {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  align-items: stretch;
  align-content: center;
  box-sizing: border-box;
}
.nutrition .nutrition-details .nutrition-column {
  width: calc(33.3333333333% - 40px);
  margin: 0px 20px;
}
@media (max-width: 1240px) {
  .nutrition .nutrition-details .nutrition-column {
    width: calc(50% - 40px);
  }
}
@media (max-width: 1150px) {
  .nutrition .nutrition-details .nutrition-column {
    width: calc(80% - 40px);
  }
}
@media (max-width: 768px) {
  .nutrition .nutrition-details .nutrition-column {
    width: calc(100% - 40px);
  }
}
.nutrition .nutrition-details .row-item {
  display: table;
  width: 100%;
  border-bottom: 1px solid #717171;
  padding-bottom: 5px;
  margin-bottom: 5px;
  /*color: #717171;*/
}
.nutrition .nutrition-details .row-item strong {
  color: #0f0f0f;
}
.nutrition .nutrition-details .row-item .left {
  display: inline-block;
  font-size: 14px;
  width: 80%;
  white-space: normal;
}
.nutrition .nutrition-details .row-item .left.with-tab {
  padding-left: 20px;
}
.nutrition .nutrition-details .row-item .right {
  display: inline-block;
  font-size: 14px;
  width: 20%;
  text-align: right;
  white-space: normal;
}
.nutrition .nutrition-details .row-item.serv-size .right,
.nutrition .nutrition-details .row-item.serv-size .left {
  width: 50%;
}
.nutrition .nutrition-details .row-item.sub-title {
  font-size: 14px;
  letter-spacing: 0.88px;
  border-bottom: none;
}
.nutrition .nutrition-details .row-item.normal {
  font-size: 14px;
  letter-spacing: 0.88px;
}
.nutrition .nutrition-details .row-item.normal.with-tab {
  padding-left: 20px;
}
.nutrition .nutrition-details .row-item.bold {
  font-size: 14px;
  letter-spacing: 0.88px;
  font-weight: bold;
  color: #0f0f0f;
}
.nutrition .nutrition-details .row-item.small {
  font-size: 10px;
  letter-spacing: 0.88px;
  border-bottom: none;
}
.nutrition .nutrition-details .row-item.quote {
  font-size: 10px;
  letter-spacing: 0.88px;
  border-bottom: none;
  white-space: normal;
}

/*  Product Page - Ingredients */
.ingredients p {
  font-size: 16px;
}

/* Product Page - Product Details */
.product-details-groups {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 48px;
}
@media (max-width: 1440px) {
  .product-details-groups {
    gap: 20px;
  }
}
@media (max-width: 1300px) {
  .product-details-groups {
    grid-template-columns: repeat(1, 1fr);
  }
}
.product-details-groups .product-details-group .item {
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 480px) {
  .product-details-groups .product-details-group .item {
    gap: 24px;
  }
}
.product-details-groups .product-details-group .item .title {
  -ms-flex-basis: 172px;
  flex-basis: 172px;
  font-weight: 400;
  font-size: 14px;
  line-height: 214%;
  color: #717171;
}
.product-details-groups .product-details-group .item .value {
  -moz-flex: 1;
  flex: 1;
  font-weight: 700;
  font-size: 14px;
  line-height: 214%;
  color: #0f0f0f;
}

.preparation p {
  font-size: 16px;
}
.preparation {
  display: flex;
  flex-direction: column;
  -moz-flex-direction: column;
  gap: 20px;
}
.preparation .prep-methods.item {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.preparation .prep-methods .column {
  width: calc(50% - 20px);
}
@media (max-width: 768px) {
  .preparation .prep-methods .column {
    width: 100%;
  }
}
.preparation .preparation-item {
  white-space: normal;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: center;
}
.preparation .preparation-item .mask-icon {
  width: 64px;
  height: 64px;
  background: #000;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.preparation .preparation-item .mask-icon.i-warning {
  -webkit-mask-image: url(/images/Themes/Default/icons/warning.svg);
          mask-image: url(/images/Themes/Default/icons/warning.svg);
}
.preparation .preparation-item .value {
  padding-left: 20px;
  max-width: calc(100% - 84px);
  font-size: 14px;
  letter-spacing: 0.88px;
}
.preparation .preparation-item .value .instructions p {
  max-width: 100%;
}

.diet-details {
  padding-bottom: 20px;
}
.diet-details:last-child {
  padding-bottom: 0;
}
.diet-details .mask-icon {
  width: 64px;
  aspect-ratio: 1;
  background: #000;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.diet-details.diet-cert .mask-icon {
  width: 41px;
}
.diet-details .icon-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: center;
  margin: 20px auto;
}
.diet-details .icon-holder .icon {
  display: inline-block;
  margin: 0px 20px;
}

.product-container {
  margin-top: var(--section-padding-s);
  margin-bottom: var(--section-padding);
}
@media (max-width: 768px) {
  .product-container {
    margin-top: 32px;
    margin-bottom: 48px;
  }
}
.product-container .wrapper {
  display: flex;
  gap: 80px;
}
@media (max-width: 1440px) {
  .product-container .wrapper {
    gap: 60px;
  }
}
@media (max-width: 1024px) {
  .product-container .wrapper {
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .product-container .wrapper {
    flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
  }
}
.product-container .wrapper .product-images {
  -ms-flex-basis: 450px;
  flex-basis: 450px;
}
@media (max-width: 1440px) {
  .product-container .wrapper .product-images {
    -ms-flex-basis: 400px;
    flex-basis: 400px;
  }
}
@media (max-width: 1024px) {
  .product-container .wrapper .product-images {
    -ms-flex-basis: 300px;
    flex-basis: 300px;
  }
}
.product-container .wrapper .product-images .product-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  border: 6px solid #FFC800;
}
.product-container .wrapper .product-images .product-image.anchor {
  border-color: #62BB46;
}
.product-container .wrapper .product-images .product-image.oreida {
  border-color: #ED1B2E;
}
.product-container .wrapper .product-images .product-image.moores {
  border-color: #9040FF;
}
.product-container .wrapper .product-images .product-image.brewcity {
  border-color: #B48F31;
}
.product-container .wrapper .product-images .product-image.harvestsplendor {
  border-color: #CF592F;
}
.product-container .wrapper .product-images .product-image.goldencrisp {
  border-color: #00529B;
}
.product-container .wrapper .product-images .product-image.light:before {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.product-container .wrapper .product-images .product-image:before {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.72852 14.8682L1.66016 19.0215L5.35742 18.8477L5.40039 19.7471L0 20L0.139648 14.5977L1.04199 14.6201L0.943359 18.3242L5.01367 14.168L5.72852 14.8682ZM19.0576 18.3223L18.959 14.6201L19.8613 14.5977L20.001 20L14.6006 19.748L14.6436 18.8477L18.3408 19.0215L14.2725 14.8682L14.9863 14.168L19.0576 18.3223ZM5.40039 0.25293L5.35742 1.15332L1.66016 0.978516L5.72852 5.13281L5.01367 5.83301L0.943359 1.67676L1.04199 5.38086L0.139648 5.40332L0 0.000976562L5.40039 0.25293ZM19.8613 5.40234L18.959 5.37988L19.0576 1.67773L14.9863 5.83203L14.2725 5.13184L18.3408 0.978516L14.6436 1.15234L14.6006 0.251953L20.001 0L19.8613 5.40234Z' fill='%23717171'/%3E%3C/svg%3E");
  top: 20px;
  right: 20px;
  display: block;
  width: 20px;
  height: 20px;
  z-index: 1;
  pointer-events: none;
}
.product-container .wrapper .product-images .product-image:not(:last-child) {
  margin-bottom: 16px;
}
.product-container .wrapper .product-images .product-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  display: block;
}
.product-container .wrapper .product-info {
  -moz-flex: 1;
  flex: 1;
}
.product-container .wrapper .product-info .product-info-header {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #e5e5e5;
}
.product-container .wrapper .product-info .product-info-header .logo-image {
  margin-bottom: 4px;
  height: 38px;
}
.product-container .wrapper .product-info .product-info-header .logo-image img {
  height: 100%;
  width: auto;
}
.product-container .wrapper .product-info .product-info-header .product-title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 4px;
  text-transform: none;
}
.product-container .wrapper .product-info .product-info-header p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #404040;
  margin-bottom: var(--section-padding-xs);
}
.product-container .wrapper .product-info .product-info-header .top {
  margin-bottom: 32px;
}
.product-container .wrapper .product-info .product-info-header .bottom .media {
  font-weight: 500;
  text-transform: uppercase;
  color: #0f0f0f;
}
.product-container .wrapper .product-info .product-info-header .bottom p {
  width: min(768px, 100%);
}
.product-container .wrapper .product-info .product-info-header .bottom .buttons {
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 400px) {
  .product-container .wrapper .product-info .product-info-header .bottom .buttons .btn {
    width: 100%;
    padding-bottom: 15px;
  }
}
.product-container .wrapper .product-info .accordion {
  border-radius: 6px;
  overflow: hidden;
  margin-top: 24px;
  width: 100%;
}
.product-container .wrapper .product-info .accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
  padding: 16px 0 24px;
}
.product-container .wrapper .product-info .accordion .accordion-item:first-child {
  padding-top: 0;
}
.product-container .wrapper .product-info .accordion .accordion-header {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #000;
  cursor: pointer;
  font-weight: 700;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.product-container .wrapper .product-info .accordion .accordion-header span {
  transition: all 0.3s ease;
}
.product-container .wrapper .product-info .accordion .accordion-header:hover span {
  color: #FFC800;
}
.product-container .wrapper .product-info .accordion .accordion-header .accordion-title {
  font-size: 16px;
  font-weight: 700;
}
.product-container .wrapper .product-info .accordion .accordion-content {
  padding-top: 16px;
  display: none;
}
.product-container .wrapper .product-info .accordion .accordion-header i {
  transition: transform 0.2s;
  font-size: 8px;
  padding: 9px;
  background: #FFC800;
  border-radius: 50%;
}
.product-container .wrapper .product-info .accordion .accordion-item.active .accordion-header i {
  transform: rotate(180deg);
}

/* Products LP */
.products-landing-page .breadcrumb {
  margin-bottom: 0;
}
.products-landing-page .intro-copy-box {
  padding-bottom: var(--section-padding-s);
}
@media (max-width: 768px) {
  .products-landing-page .intro-copy-box {
    max-width: 375px;
    padding-top: 48px;
    padding-bottom: 56px;
  }
  .products-landing-page .intro-copy-box .h1 {
    font-size: 48px;
    line-height: 52px;
  }
}
@media (min-width: 768px) {
  .products-landing-page .cards-simple {
    padding-top: 0;
  }
}
.products-landing-page .cards-simple {
  padding-bottom: var(--section-padding-s);
}

.product-family-page .block-component.rte-holder:first-of-type {
  padding-top: var(--section-padding-s);
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .product-family-page .block-component.rte-holder:first-of-type {
    max-width: 500px;
    margin: auto;
  }
  .product-family-page .block-component.rte-holder:first-of-type br {
    display: none;
  }
}
.product-family-page .cards-simple {
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .product-family-page .cards-simple {
    padding-bottom: 64px;
  }
}

@media (max-width: 768px) {
  .potato-page .block-component.rte-holder:first-of-type .h3 {
    font-size: 48px;
    line-height: 52px;
  }
}
.potato-page .main-slider .title .h2 {
  text-shadow: var(--shadow-offset-x-long) var(--shadow-offset-y-long) 0 #FFC800;
}

.apps-page .block-component.rte-holder:first-of-type {
  padding-top: var(--section-padding-xs);
}
@media (max-width: 768px) {
  .apps-page .block-component.rte-holder:first-of-type .h3 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 768px) {
  .apps-page .cards-simple .items {
    margin-bottom: var(--section-padding-xs);
  }
}

.product-category-page .filter-section {
  margin: var(--section-padding-xs) 0 var(--section-padding-s);
}
.product-category-page .filter-section:has(.title-section) {
  margin: var(--section-padding-s) 0;
}
@media (max-width: 768px) {
  .product-category-page .filter-section:not(:has(.title-section)) {
    margin-bottom: var(--section-padding-xs);
  }
}
@media (max-width: 768px) {
  .product-category-page .filter-section .title-section.h3 {
    font-size: 40px;
    line-height: 48px;
  }
}
.product-category-page .filter-select-section p.results {
  font-size: 24px;
  line-height: 36px;
}
.product-category-page .main-cards.results {
  padding-top: var(--section-padding-xs);
}
.product-category-page .bottom-sliders-holder {
  padding-top: var(--section-padding-l);
}
@media (max-width: 768px) {
  .product-category-page .bottom-sliders-holder {
    padding-top: 64px;
  }
}

/* Product Category Card */
.brands-form {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 35.1%, rgba(77, 77, 77, 0.9) 100%);
  position: relative;
  overflow-x: clip;
}
@media (max-width: 768px) {
  .brands-form {
    background: #FFF;
  }
}
.brands-form .top-left-image,
.brands-form .bottom-right-image {
  z-index: 1;
  position: absolute;
  aspect-ratio: 973/823;
}
@media (max-width: 1440px) {
  .brands-form .top-left-image,
  .brands-form .bottom-right-image {
    width: 800px;
  }
}
@media (max-width: 1024px) {
  .brands-form .top-left-image,
  .brands-form .bottom-right-image {
    width: 496px;
  }
}
.brands-form .top-left-image {
  left: -360px;
  top: -430px;
}
@media (max-width: 1440px) {
  .brands-form .top-left-image {
    top: -370px;
    left: -400px;
  }
}
@media (max-width: 1280px) {
  .brands-form .top-left-image {
    top: -370px;
    left: -405px;
  }
}
@media (max-width: 1024px) {
  .brands-form .top-left-image {
    top: -230px;
    left: -245px;
  }
}
@media (max-width: 768px) {
  .brands-form .top-left-image {
    left: -185px;
    z-index: 4;
  }
}
.brands-form .bottom-right-image {
  bottom: -420px;
  right: -360px;
  z-index: 3;
}
@media (max-width: 1024px) {
  .brands-form .bottom-right-image {
    bottom: -230px;
    right: -245px;
  }
}
@media (max-width: 768px) {
  .brands-form .bottom-right-image {
    bottom: -107px;
    right: -185px;
  }
}
.brands-form .image-and-form {
  position: relative;
  z-index: 3;
}
.brands-form .image-and-form .image-mob {
  -ms-flex-basis: 33%;
  flex-basis: 33%;
  max-width: 474px;
  padding-top: 138px;
  display: flex;
  -moz-align-items: end;
  align-items: end;
  position: relative;
  justify-content: center;
}
@media (max-width: 768px) {
  .brands-form .image-and-form .image-mob {
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.brands-form .image-and-form .image-mob:before {
  position: absolute;
  right: -100px;
  bottom: 0;
  top: 0;
  left: -100px;
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 35.1%, rgba(77, 77, 77, 0.9) 100%);
  display: none;
  z-index: -1;
}
@media (max-width: 768px) {
  .brands-form .image-and-form .image-mob:before {
    display: block;
  }
}
.brands-form .image-and-form .image-mob .image {
  position: relative;
  z-index: 1;
}
.brands-form .image-and-form .form-content {
  -ms-flex-basis: 65%;
  flex-basis: 65%;
  max-width: 766px;
  display: flex;
  flex-direction: column;
  -moz-flex-direction: column;
  -moz-justify-content: center;
  justify-content: center;
  padding: 40px 0;
}
@media (max-width: 768px) {
  .brands-form .image-and-form .form-content {
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    padding: 45px 0;
  }
}
.brands-form .image-and-form .form-content .title {
  text-shadow: 3px 4px 0 #000;
  color: #FFC800;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .brands-form .image-and-form .form-content .title {
    color: #0F0F0F;
    text-shadow: 3px 4px 0 #FFC800;
  }
}
@media (max-width: 480px) {
  .brands-form .image-and-form .form-content .title {
    font-size: 40px;
  }
}
.brands-form .image-and-form .form-content .text {
  color: #FFF;
  font-size: 25px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .brands-form .image-and-form .form-content .text {
    font-size: 24px;
    font-weight: 400;
    color: #0F0F0F;
  }
}
.brands-form .image-and-form .form-content .form-v {
  max-width: 500px;
}
.brands-form .image-and-form .form-content .form-v .input-group {
  margin-bottom: 24px;
}
.brands-form .image-and-form .form-content .form-v .container {
  margin-bottom: 56px;
  display: inline-block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
}
@media (max-width: 768px) {
  .brands-form .image-and-form .form-content .form-v .container {
    color: #0F0F0F;
    font-size: 16px;
  }
}
.brands-form .image-and-form .form-content .form-v .container a {
  color: #ffffff;
  text-decoration: underline;
}
.brands-form .image-and-form .form-content .form-v .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.brands-form .image-and-form .form-content .form-v .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 4px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .brands-form .image-and-form .form-content .form-v .checkmark {
    border: 1px solid #E5E5E5;
  }
}
.brands-form .image-and-form .form-content .form-v .container:hover input ~ .checkmark {
  background-color: #FFFDEF;
  border: 1px solid #896500;
}
.brands-form .image-and-form .form-content .form-v .container input:checked ~ .checkmark {
  background-color: #FFC800;
  border: 1px solid transparent;
}
.brands-form .image-and-form .form-content .form-v .container:hover input:checked ~ .checkmark {
  background-color: #E4AE00;
  border: 1px solid transparent;
}
.brands-form .image-and-form .form-content .form-v .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.brands-form .image-and-form .form-content .form-v .container input:checked ~ .checkmark:after {
  display: block;
}
.brands-form .image-and-form .form-content .form-v .container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid black;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.brands-form .image-and-form .form-content .form-v .btn {
  font-family: "brother-1816", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  text-align: center;
  color: #0f0f0f;
}
@media (max-width: 480px) {
  .brands-form .image-and-form .form-content .form-v .btn {
    width: 100%;
  }
}
.brands-form .image-and-form .form-content .form-v input[type=text]::-webkit-input-placeholder,
.brands-form .image-and-form .form-content .form-v input[type=email]::-webkit-input-placeholder,
.brands-form .image-and-form .form-content .form-v input[type=tel]::-webkit-input-placeholder {
  color: #717171;
  font-family: "brother-1816", sans-serif;
  font-size: 16px;
  opacity: 1;
}
.brands-form .image-and-form .form-content .form-v input[type=text]::-moz-placeholder,
.brands-form .image-and-form .form-content .form-v input[type=email]::-moz-placeholder,
.brands-form .image-and-form .form-content .form-v input[type=tel]::-moz-placeholder {
  opacity: 1;
  color: #717171;
  font-family: "brother-1816", sans-serif;
  font-size: 16px;
  opacity: 1;
}
.brands-form .image-and-form .form-content .form-v input[type=text]:-ms-input-placeholder,
.brands-form .image-and-form .form-content .form-v input[type=email]:-ms-input-placeholder,
.brands-form .image-and-form .form-content .form-v input[type=tel]:-ms-input-placeholder {
  color: #717171;
  font-family: "brother-1816", sans-serif;
  font-size: 16px;
  opacity: 1;
}
@media (max-width: 768px) {
  .brands-form .image-and-form .form-content .form-v input[type=text],
  .brands-form .image-and-form .form-content .form-v input[type=email],
  .brands-form .image-and-form .form-content .form-v input[type=tel] {
    height: 40px;
  }
}
.brands-form .image-and-form .form-content .form-v input[type=text]:hover,
.brands-form .image-and-form .form-content .form-v input[type=email]:hover,
.brands-form .image-and-form .form-content .form-v input[type=tel]:hover {
  background: #FFFDEF;
  border-color: #896500;
}
.brands-form .image-and-form .form-content .form-v input[type=text]:focus,
.brands-form .image-and-form .form-content .form-v input[type=email]:focus,
.brands-form .image-and-form .form-content .form-v input[type=tel]:focus {
  border-color: #FFC800 !important;
  box-shadow: 0 !important;
  outline-color: #FFC800 !important;
}

/* Brands Overview LP */
.brands-landing-page .brands-form .image-and-form .form-content .form-v .btn {
  font-weight: 400;
}
.brands-landing-page .block-component.rte-holder {
  padding: var(--section-padding-l) 0 var(--section-padding-s);
}
@media (max-width: 768px) {
  .brands-landing-page .block-component.rte-holder {
    padding: 32px 0;
  }
  .brands-landing-page .block-component.rte-holder .h1 {
    font-size: 48px;
    line-height: 52px;
  }
  .brands-landing-page .block-component.rte-holder .p-sub-h {
    font-size: 18px;
    line-height: 28px;
  }
  .brands-landing-page .block-component.rte-holder .p-sub-h br {
    display: none;
  }
}
.brands-landing-page .block-component.rte-holder p {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .brands-landing-page .block-component.rte-holder p {
    margin-top: min(24px, 1.389vw);
  }
}

/* Brand Pages */
.brand-page .box-content-top {
  position: relative;
  margin-bottom: 48px;
}
.brand-page .box-content-top::before {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  width: 173px;
  height: 6px;
  background: #FFC800;
  content: "";
  z-index: 1;
}
.brand-page .box-content-top .row {
  width: 864px;
  padding: 40px 64px;
  background: #FFF;
  margin-top: -60px;
  text-align: center;
}
@media (max-width: 1728px) {
  .brand-page .box-content-top .row {
    width: 50vw;
    padding: 2.315vw 3.704vw;
    margin-top: -3.472vw;
  }
}
@media (max-width: 1024px) {
  .brand-page .box-content-top .row {
    padding: 40px 20px;
    width: 70%;
  }
}
@media (max-width: 768px) {
  .brand-page .box-content-top .row {
    margin-top: -48px;
  }
}
@media (max-width: 480px) {
  .brand-page .box-content-top .row {
    width: 87.2%;
    padding: 32px 16px;
  }
}
.brand-page .box-content-top .row .title {
  line-height: 1.2;
  text-shadow: 3px 4px 0 #FFC800;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .brand-page .box-content-top .row .title {
    font-size: 10.67vw;
  }
}
.brand-page .box-content-top .row .title .small {
  font-size: 48px;
  display: block;
}
@media (max-width: 1024px) {
  .brand-page .box-content-top .row .title .small {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .brand-page .box-content-top .row .title .small {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .brand-page .box-content-top .row .title .small {
    font-size: 6.4vw;
  }
}
.brand-page .box-content-top .row .text {
  font-weight: 700;
}
@media (max-width: 480px) {
  .brand-page .box-content-top .row .text {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .brand-page .box-content-top .row p {
    font-size: 18px;
  }
}
.brand-page .box-content-top .image {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 100%;
  margin-bottom: -24px;
  min-width: 53.7%;
}
@media (max-width: 1728px) {
  .brand-page .box-content-top .image {
    margin-bottom: -1.389vw;
  }
}
@media (max-width: 480px) {
  .brand-page .box-content-top .image {
    min-width: 70%;
    margin-bottom: -10px;
  }
}
.brand-page .box-content-top .image.large-margin-b {
  margin-bottom: -20px;
}
.brand-page .main-cards {
  margin-top: 0;
}
.brand-page .main-cards .info-top-c .title {
  font-size: 48px;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .brand-page .main-cards .info-top-c .title {
    font-size: 24px;
    text-shadow: 2px 2px 0 #FFC800;
  }
}
.surecrisp-page {
  position: relative;
}
.surecrisp-page .future-proof {
  overflow-x: clip;
  backdrop-filter: blur(16px);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 35.1%, rgba(77, 77, 77, 0.9) 100%);
  padding: 128px 0 132px 128px;
}
@media (max-width: 1440px) {
  .surecrisp-page .future-proof {
    padding: 80px 0 80px 3.5%;
  }
}
@media (max-width: 1024px) {
  .surecrisp-page .future-proof {
    padding: 60px 0 60px 3.5%;
  }
}
@media (max-width: 1024px) {
  .surecrisp-page .future-proof {
    padding: 48px 0 48px 3.5%;
  }
}
.surecrisp-page .future-proof .top-left-image,
.surecrisp-page .future-proof .bottom-right-image {
  z-index: 1;
  position: absolute;
  aspect-ratio: 973/823;
}
@media (max-width: 1440px) {
  .surecrisp-page .future-proof .top-left-image,
  .surecrisp-page .future-proof .bottom-right-image {
    width: 800px;
  }
}
@media (max-width: 1024px) {
  .surecrisp-page .future-proof .top-left-image,
  .surecrisp-page .future-proof .bottom-right-image {
    width: 496px;
  }
}
.surecrisp-page .future-proof .top-left-image {
  left: -410px;
  top: -420px;
}
@media (max-width: 1440px) {
  .surecrisp-page .future-proof .top-left-image {
    top: -370px;
    left: -400px;
  }
}
@media (max-width: 1280px) {
  .surecrisp-page .future-proof .top-left-image {
    top: -370px;
    left: -405px;
  }
}
@media (max-width: 1024px) {
  .surecrisp-page .future-proof .top-left-image {
    top: -230px;
    left: -245px;
  }
}
@media (max-width: 768px) {
  .surecrisp-page .future-proof .top-left-image {
    left: -263px;
  }
}
.surecrisp-page .future-proof .bottom-right-image {
  bottom: -288px;
  right: -360px;
  z-index: 3;
}
@media (max-width: 1024px) {
  .surecrisp-page .future-proof .bottom-right-image {
    bottom: -230px;
    right: -245px;
  }
}
@media (max-width: 768px) {
  .surecrisp-page .future-proof .bottom-right-image {
    bottom: -146px;
    right: -260px;
  }
}
.surecrisp-page .future-proof .wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .surecrisp-page .future-proof .wrapper {
    flex-direction: column;
    -moz-flex-direction: column;
    max-width: 94%;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .surecrisp-page .future-proof .wrapper {
    max-width: 87.2%;
  }
}
.surecrisp-page .future-proof .wrapper .text {
  width: min(50.17vw, 867px);
}
@media (max-width: 1024px) {
  .surecrisp-page .future-proof .wrapper .text {
    width: 100%;
  }
}
.surecrisp-page .future-proof .wrapper .text .title {
  font-weight: 900;
  font-size: clamp(44px, 4.63vw, 80px);
  line-height: 125%;
  text-transform: uppercase;
  color: #ffc800;
  text-shadow: none;
  margin-bottom: 116px;
}
@media (max-width: 1280px) {
  .surecrisp-page .future-proof .wrapper .text .title {
    margin-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .surecrisp-page .future-proof .wrapper .text .title {
    margin-bottom: 40px;
  }
}
.surecrisp-page .future-proof .wrapper .text form {
  max-width: 500px;
}
.surecrisp-page .future-proof .wrapper .text form .input-group {
  margin-bottom: 24px;
}
.surecrisp-page .future-proof .wrapper .text form .container {
  margin-bottom: 24px;
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
}
.surecrisp-page .future-proof .wrapper .text form .container a {
  color: #ffffff;
  text-decoration: underline;
}
.surecrisp-page .future-proof .wrapper .text form .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.surecrisp-page .future-proof .wrapper .text form .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.surecrisp-page .future-proof .wrapper .text form .container:hover input ~ .checkmark {
  background-color: #FFFDEF;
  border: 1px solid #896500;
}
.surecrisp-page .future-proof .wrapper .text form .container input:checked ~ .checkmark {
  background-color: #FFC800;
  border: 1px solid transparent;
}
.surecrisp-page .future-proof .wrapper .text form .container:hover input:checked ~ .checkmark {
  background-color: #E4AE00;
  border: 1px solid transparent;
}
.surecrisp-page .future-proof .wrapper .text form .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.surecrisp-page .future-proof .wrapper .text form .container input:checked ~ .checkmark:after {
  display: block;
}
.surecrisp-page .future-proof .wrapper .text form .container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid black;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.surecrisp-page .future-proof .wrapper .text form .required-field {
  margin-bottom: 56px;
  padding-left: 32px;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
}
.surecrisp-page .future-proof .wrapper .text form .btn {
  font-family: "brother-1816", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  text-align: center;
  color: #0f0f0f;
}
.surecrisp-page .future-proof .wrapper .text form input[type=text]::-webkit-input-placeholder,
.surecrisp-page .future-proof .wrapper .text form input[type=email]::-webkit-input-placeholder,
.surecrisp-page .future-proof .wrapper .text form input[type=tel]::-webkit-input-placeholder {
  color: #717171;
  font-family: "brother-1816", sans-serif;
  font-size: 16px;
  opacity: 1;
}
.surecrisp-page .future-proof .wrapper .text form input[type=text]::-moz-placeholder,
.surecrisp-page .future-proof .wrapper .text form input[type=email]::-moz-placeholder,
.surecrisp-page .future-proof .wrapper .text form input[type=tel]::-moz-placeholder {
  opacity: 1;
  color: #717171;
  font-family: "brother-1816", sans-serif;
  font-size: 16px;
  opacity: 1;
}
.surecrisp-page .future-proof .wrapper .text form input[type=text]:-ms-input-placeholder,
.surecrisp-page .future-proof .wrapper .text form input[type=email]:-ms-input-placeholder,
.surecrisp-page .future-proof .wrapper .text form input[type=tel]:-ms-input-placeholder {
  color: #717171;
  font-family: "brother-1816", sans-serif;
  font-size: 16px;
  opacity: 1;
}
@media (max-width: 768px) {
  .surecrisp-page .future-proof .wrapper .text form input[type=text],
  .surecrisp-page .future-proof .wrapper .text form input[type=email],
  .surecrisp-page .future-proof .wrapper .text form input[type=tel] {
    height: 40px;
  }
}
.surecrisp-page .future-proof .wrapper .text form input[type=text]:hover,
.surecrisp-page .future-proof .wrapper .text form input[type=email]:hover,
.surecrisp-page .future-proof .wrapper .text form input[type=tel]:hover {
  background: #FFFDEF;
  border-color: #896500;
}
.surecrisp-page .future-proof .wrapper .text form input[type=text]:focus,
.surecrisp-page .future-proof .wrapper .text form input[type=email]:focus,
.surecrisp-page .future-proof .wrapper .text form input[type=tel]:focus {
  border-color: #FFC800 !important;
  box-shadow: 0 !important;
  outline-color: #FFC800 !important;
}
.surecrisp-page .future-proof .wrapper .image {
  margin-left: -114px;
}
@media (max-width: 1240px) {
  .surecrisp-page .future-proof .wrapper .image {
    margin-left: 0;
  }
}
.surecrisp-page .rte-holder.r-request-sample {
  margin-top: var(--section-padding);
  padding: 0;
}
.surecrisp-page .rte-holder.r-request-sample .h3 {
  text-shadow: 4px 4px 0 #FFC800;
}
.surecrisp-page .rte-holder.r-request-sample .h1 {
  text-shadow: var(--shadow-offset-x-long) var(--shadow-offset-y-long) 0 #FFC800;
}
.surecrisp-page .rte-holder.r-request-sample sup {
  text-shadow: var(--shadow-offset-x-long) var(--shadow-offset-y-long) 0 #FFC800;
}
.surecrisp-page .rte-holder.r-request-sample .btn {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .surecrisp-page .rte-holder.r-request-sample {
    margin-bottom: 48px;
  }
  .surecrisp-page .rte-holder.r-request-sample .btn {
    margin-top: 24px;
  }
  .surecrisp-page .rte-holder.r-request-sample .h3,
  .surecrisp-page .rte-holder.r-request-sample .h1,
  .surecrisp-page .rte-holder.r-request-sample sup {
    text-shadow: 2px 2px 0 #FFC800;
  }
}
@media (min-width: 768px) {
  .surecrisp-page .block-component.infographic {
    padding-bottom: 0;
  }
}
.surecrisp-page .simple-slider-v {
  padding-bottom: 128px;
}
@media (max-width: 1024px) {
  .surecrisp-page .simple-slider-v {
    padding-bottom: 64px;
  }
}
.surecrisp-page .bottom-sliders-holder {
  padding-top: 0;
}
.surecrisp-page .main-slider {
  margin-top: 0;
}
@media (max-width: 480px) {
  .surecrisp-page .main-slider .titles .subtitle {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .surecrisp-page .main-slider .titles .title {
    font-size: 40px;
  }
}

.anchor-page .box-content-top::before {
  background: #62BB46;
}
.anchor-page .box-content-top .row .title {
  text-shadow: 3px 4px 0 #62BB46;
}
.anchor-page .main-cards .info-top-c .subtitle {
  text-shadow: 3px 4px 0 #62BB46;
}
.anchor-page .main-cards .info-top-c .title {
  text-shadow: 3px 4px 0 #62BB46;
}
.anchor-page .main-cards .info-top-c .title .h2 {
  text-shadow: 3px 4px 0 #62BB46;
}
.anchor-page .main-cards .content-swiper .swiper-button-prev:after,
.anchor-page .main-cards .content-swiper .swiper-button-next:after {
  background: #62BB46;
}
@media (max-width: 480px) {
  .anchor-page .category-cards {
    padding-top: 0;
  }
}
.anchor-page .rte-holder {
  padding-bottom: var(--section-padding-s);
}
.anchor-page .rte-holder .richtext {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
  .anchor-page .rte-holder .richtext p br {
    display: none;
  }
}
.anchor-page .resources .wrapper .title {
  text-shadow: 3px 4px 0 #62BB46;
}
.anchor-page .cards-holder.info-cards .card-item {
  background-color: #EFF8EC;
}
.anchor-page .link-btn:before {
  background: #62BB46;
}
.anchor-page .link-btn:after {
  background: #62BB46;
}
.anchor-page .main-slider .title {
  text-shadow: 3px 4px 0 #62BB46;
}
.anchor-page .main-slider .h3 {
  text-shadow: 3px 4px 0 #62BB46;
}
.anchor-page .main-slider .swiper .swiper-slide {
  border-bottom: 24px solid #62BB46;
}
@media (max-width: 1024px) {
  .anchor-page .main-slider .swiper .swiper-slide {
    border-bottom: 12px solid #62BB46;
  }
}
.anchor-page .main-slider .swiper .swiper-slide .link-content::before {
  background: #62BB46;
}
.anchor-page .main-slider .swiper .swiper-slide .link-content .link:after {
  background: #62BB46;
}
.anchor-page .logos-slider .slider-track .slider-item:hover {
  background: rgb(239.3, 248.2, 236.5);
  border: 1px solid #62BB46;
}
.anchor-page .bottom-sign-up .content-info .text .title {
  text-shadow: #62BB46 3px 4px 0px;
}
.anchor-page .bottom-sign-up .content-info .text .btn {
  background: #62BB46;
}
.anchor-page .swiper-pagination.pagination-v .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #62BB46;
}
.anchor-page .swiper-pagination.pagination-v .swiper-pagination-bullet:hover {
  background: #62BB46;
}
.anchor-page .h2 {
  text-shadow: 3px 4px 0 #62BB46;
}
.anchor-page .h2-h3 {
  text-shadow: 5px 8px 0 #62BB46;
}
@media (max-width: 480px) {
  .anchor-page .h2-h3 {
    text-shadow: 3px 4px 0 #62BB46;
  }
}
.anchor-page .title.h1.txt-shdw {
  text-shadow: 3px 4px #62BB46;
}
.anchor-page .title.h3.txt-shdw {
  text-shadow: 3px 4px #62BB46;
}
.anchor-page .title.h4.txt-shdw {
  text-shadow: 3px 4px #62BB46;
}

.brewcity-page .box-content-top::before {
  background: #B48F31;
}
.brewcity-page .box-content-top .row .title {
  text-shadow: 3px 4px 0 #B48F31;
  margin-bottom: min(40px, 2.315vw);
}
@media (max-width: 768px) {
  .brewcity-page .box-content-top .row .title {
    margin-bottom: 32px;
  }
}
.brewcity-page .box-content-top .logo img {
  max-height: 200px;
}
@media (max-width: 768px) {
  .brewcity-page .box-content-top .logo img {
    max-height: 132px;
  }
}
.brewcity-page .main-cards .info-top-c .subtitle {
  text-shadow: 3px 4px 0 #B48F31;
}
.brewcity-page .main-cards .info-top-c .title {
  text-shadow: 3px 4px 0 #B48F31;
}
.brewcity-page .main-cards .info-top-c .title .h2 {
  text-shadow: 3px 4px 0 #B48F31;
}
.brewcity-page .main-cards .content-swiper .swiper-button-prev:after,
.brewcity-page .main-cards .content-swiper .swiper-button-next:after {
  background: #B48F31;
}
.brewcity-page .b-brewcity-sample {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .brewcity-page .b-brewcity-menuideas {
    padding-bottom: 0;
  }
}
.brewcity-page .block-component.rte-holder {
  padding-bottom: 0;
}
.brewcity-page .block-component.rte-holder.ig-title {
  padding-bottom: -16px;
}
@media (max-width: 768px) {
  .brewcity-page .block-component.rte-holder.ig-title {
    padding-bottom: 24px;
  }
  .brewcity-page .block-component.rte-holder.ig-title .h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 768px) {
  .brewcity-page .resources {
    margin-top: calc(var(--section-padding) * -1);
  }
}
.brewcity-page .resources .wrapper .title {
  text-shadow: 3px 4px 0 #B48F31;
}
.brewcity-page .bottom-sliders-holder {
  padding-top: 0;
}
.brewcity-page .link-btn:before {
  background: #B48F31;
}
.brewcity-page .link-btn:after {
  background: #B48F31;
}
.brewcity-page .main-slider .title {
  text-shadow: var(--shadow-offset-x-long) var(--shadow-offset-y-long) 0 #B48F31;
}
.brewcity-page .main-slider .h3 {
  text-shadow: var(--shadow-offset-x-short) var(--shadow-offset-y-short) 0 #B48F31;
}
.brewcity-page .main-slider .swiper .swiper-slide {
  border-bottom: 24px solid #B48F31;
}
@media (max-width: 1024px) {
  .brewcity-page .main-slider .swiper .swiper-slide {
    border-bottom: 12px solid #B48F31;
  }
}
.brewcity-page .main-slider .swiper .swiper-slide .link-content::before {
  background: #B48F31;
}
.brewcity-page .main-slider .swiper .swiper-slide .link-content .link:after {
  background: #B48F31;
}
.brewcity-page .logos-slider .slider-track .slider-item:hover {
  background: rgb(247.5, 243.8, 234.4);
  border: 1px solid #B48F31;
}
.brewcity-page .bottom-sign-up .content-info .text .title {
  text-shadow: #B48F31 3px 4px 0px;
}
.brewcity-page .bottom-sign-up .content-info .text .btn {
  background: #B48F31;
}
.brewcity-page .h2 {
  text-shadow: 3px 4px 0 #B48F31;
}
.brewcity-page .h1.txt-shdw {
  text-shadow: 4px 5px 0 #B48F31;
}
.brewcity-page .h3.txt-shdw,
.brewcity-page .title.h3.txt-shdw {
  text-shadow: 3px 4px 0 #B48F31;
}
.brewcity-page .swiper-pagination.pagination-v .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #B48F31;
}
.brewcity-page .swiper-pagination.pagination-v .swiper-pagination-bullet:hover {
  background: #B48F31;
}

.oreida-page .box-content-top::before {
  background: #ED1B2E;
}
.oreida-page .box-content-top .row .title {
  text-shadow: 3px 4px 0 rgba(237, 27, 46, 0.5);
}
.oreida-page .main-cards .info-top-c .subtitle {
  text-shadow: 3px 4px 0 rgba(237, 27, 46, 0.5);
}
.oreida-page .main-cards .info-top-c .title {
  text-shadow: 3px 4px 0 rgba(237, 27, 46, 0.5);
}
.oreida-page .main-cards .info-top-c .title .h2 {
  text-shadow: 3px 4px 0 rgba(237, 27, 46, 0.5);
}
.oreida-page .main-cards .content-swiper .swiper-button-prev:after,
.oreida-page .main-cards .content-swiper .swiper-button-next:after {
  background: #ED1B2E;
}
.oreida-page .resources .wrapper .title {
  text-shadow: 3px 4px 0 rgba(237, 27, 46, 0.5);
}
.oreida-page .link-btn:before {
  background: #ED1B2E;
}
.oreida-page .link-btn:after {
  background: #ED1B2E;
}
.oreida-page .main-slider .title {
  text-shadow: var(--shadow-offset-x-long) var(--shadow-offset-y-long) 0 rgba(237, 27, 46, 0.5);
}
.oreida-page .main-slider .h3 {
  text-shadow: var(--shadow-offset-x-short) var(--shadow-offset-y-short) 0 rgba(237, 27, 46, 0.5);
}
.oreida-page .main-slider .swiper .swiper-slide {
  border-bottom: 24px solid #ED1B2E;
}
@media (max-width: 1024px) {
  .oreida-page .main-slider .swiper .swiper-slide {
    border-bottom: 12px solid #ED1B2E;
  }
}
.oreida-page .main-slider .swiper .swiper-slide .link-content::before {
  background: #ED1B2E;
}
.oreida-page .main-slider .swiper .swiper-slide .link-content .link:after {
  background: #ED1B2E;
}
.oreida-page .logos-slider .slider-track .slider-item:hover {
  background: rgb(253.2, 232.2, 234.1);
  border: 1px solid #ED1B2E;
}
.oreida-page .bottom-sign-up .content-info .text .title {
  text-shadow: rgba(237, 27, 46, 0.5) 3px 4px 0px;
}
.oreida-page .bottom-sign-up .content-info .text .btn {
  background: #ED1B2E;
}
.oreida-page .h2 {
  text-shadow: 3px 4px 0 rgba(237, 27, 46, 0.5);
}
.oreida-page .h2-h3 {
  text-shadow: 5px 8px 0 rgba(237, 27, 46, 0.5);
}
@media (max-width: 480px) {
  .oreida-page .h2-h3 {
    text-shadow: 3px 4px 0 rgba(237, 27, 46, 0.5);
  }
}
.oreida-page .swiper-pagination.pagination-v .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ED1B2E;
}
.oreida-page .swiper-pagination.pagination-v .swiper-pagination-bullet:hover {
  background: #ED1B2E;
}

.goldencrisp-page .box-content-top {
  margin-bottom: var(--section-padding-l);
}
@media (max-width: 768px) {
  .goldencrisp-page .box-content-top {
    margin-bottom: 48px;
  }
}
.goldencrisp-page .box-content-top::before {
  background: #00529B;
}
.goldencrisp-page .box-content-top .row .title {
  text-shadow: 3px 4px 0 rgba(0, 82, 155, 0.5);
}
@media (max-width: 768px) {
  .goldencrisp-page .box-content-top .row .title {
    text-shadow: 2px 3px 0 rgba(0, 82, 155, 0.5);
  }
}
@media (min-width: 769px) and (max-width: 1728px) {
  .goldencrisp-page .box-content-top .image.logo {
    min-width: auto;
    width: 14.12vw;
  }
}
@media (max-width: 768px) {
  .goldencrisp-page .box-content-top .image.logo {
    min-width: auto;
    width: 130px;
  }
}
@media (max-width: 768px) {
  .goldencrisp-page .main-cards {
    padding-bottom: 48px;
  }
}
.goldencrisp-page .main-cards .info-top-c .title .h3 {
  text-shadow: 3px 4px 0 rgba(0, 82, 155, 0.5);
}
@media (max-width: 768px) {
  .goldencrisp-page .main-cards .info-top-c .title .h3 {
    text-shadow: 2px 3px 0 rgba(0, 82, 155, 0.5);
  }
}
.goldencrisp-page .main-cards .info-top-c .title .h1 {
  text-shadow: 5px 6px 0 rgba(0, 82, 155, 0.5);
}
@media (max-width: 768px) {
  .goldencrisp-page .main-cards .info-top-c .title .h1 {
    text-shadow: 3px 4px 0 rgba(0, 82, 155, 0.5);
  }
}
.goldencrisp-page .main-cards .content-swiper .swiper-button-prev:after,
.goldencrisp-page .main-cards .content-swiper .swiper-button-next:after {
  background: #00529B;
}
.goldencrisp-page .resources .wrapper .title {
  text-shadow: 3px 4px 0 rgba(0, 82, 155, 0.5);
}
.goldencrisp-page .link-btn:before {
  background: #00529B;
}
.goldencrisp-page .link-btn:after {
  background: #00529B;
}
.goldencrisp-page .main-slider .h1 {
  text-shadow: 5px 6px 0 rgba(0, 82, 155, 0.5);
}
@media (max-width: 768px) {
  .goldencrisp-page .main-slider .h1 {
    text-shadow: 3px 4px 0 rgba(0, 82, 155, 0.5);
  }
}
.goldencrisp-page .main-slider .h3 {
  text-shadow: 3px 4px 0 rgba(0, 82, 155, 0.5);
}
@media (max-width: 768px) {
  .goldencrisp-page .main-slider .h3 {
    text-shadow: 2px 3px 0 rgba(0, 82, 155, 0.5);
  }
}
.goldencrisp-page .main-slider .swiper .swiper-slide {
  border-bottom: 24px solid #00529B;
}
@media (max-width: 1024px) {
  .goldencrisp-page .main-slider .swiper .swiper-slide {
    border-bottom: 12px solid #00529B;
  }
}
.goldencrisp-page .main-slider .swiper .swiper-slide .link-content::before {
  background: #fff;
}
.goldencrisp-page .main-slider .swiper .swiper-slide .link-content .link:after {
  background: #fff;
}
.goldencrisp-page .logos-slider .slider-track .slider-item:hover {
  background: rgb(229.5, 237.7, 245);
  border: 1px solid #00529B;
}
.goldencrisp-page .bottom-sign-up .content-info .text .title {
  text-shadow: 3px 4px 0 rgba(0, 82, 155, 0.5);
}
.goldencrisp-page .bottom-sign-up .content-info .text .btn {
  background: #00529B;
  color: #fff;
}
.goldencrisp-page .h2 {
  text-shadow: 3px 4px 0 rgba(0, 82, 155, 0.5);
}
.goldencrisp-page .swiper-pagination.pagination-v .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00529B;
}
.goldencrisp-page .swiper-pagination.pagination-v .swiper-pagination-bullet:hover {
  background: #00529B;
}

.moores-page .box-content-top::before {
  background: #9040FF;
}
.moores-page .box-content-top .row .title {
  text-shadow: 3px 4px 0 rgba(144, 64, 255, 0.5);
}
.moores-page .main-cards .info-top-c .subtitle {
  text-shadow: 3px 4px 0 rgba(144, 64, 255, 0.5);
}
.moores-page .main-cards .info-top-c .title {
  text-shadow: 3px 4px 0 rgba(144, 64, 255, 0.5);
}
.moores-page .main-cards .info-top-c .title .h2 {
  text-shadow: 3px 4px 0 rgba(144, 64, 255, 0.5);
}
.moores-page .main-cards .content-swiper .swiper-button-prev:after,
.moores-page .main-cards .content-swiper .swiper-button-next:after {
  background: #9040FF;
}
.moores-page .resources .wrapper .title {
  text-shadow: 3px 4px 0 rgba(144, 64, 255, 0.5);
}
.moores-page .link-btn:before {
  background: #9040FF;
}
.moores-page .link-btn:after {
  background: #9040FF;
}
.moores-page .main-slider .title {
  text-shadow: var(--shadow-offset-x-long) var(--shadow-offset-y-long) 0 rgba(144, 64, 255, 0.5);
}
.moores-page .main-slider .h3 {
  text-shadow: var(--shadow-offset-x-short) var(--shadow-offset-y-short) 0 rgba(144, 64, 255, 0.5);
}
.moores-page .main-slider .swiper .swiper-slide {
  border-bottom: 24px solid #9040FF;
}
@media (max-width: 1024px) {
  .moores-page .main-slider .swiper .swiper-slide {
    border-bottom: 12px solid #9040FF;
  }
}
.moores-page .main-slider .swiper .swiper-slide .link-content::before {
  background: #fff;
}
.moores-page .main-slider .swiper .swiper-slide .link-content .link:after {
  background: #fff;
}
.moores-page .logos-slider .slider-track .slider-item:hover {
  background: rgb(243.9, 235.9, 255);
  border: 1px solid #9040FF;
}
.moores-page .bottom-sign-up .content-info .text .title {
  text-shadow: rgba(144, 64, 255, 0.5) 3px 4px 0px;
}
.moores-page .bottom-sign-up .content-info .text .btn {
  background: #9040FF;
  color: #fff;
}
.moores-page .h2 {
  text-shadow: 3px 4px 0 rgba(144, 64, 255, 0.5);
}
.moores-page .h2-h3 {
  text-shadow: 5px 8px 0 rgba(144, 64, 255, 0.5);
}
@media (max-width: 480px) {
  .moores-page .h2-h3 {
    text-shadow: 3px 4px 0 rgba(144, 64, 255, 0.5);
  }
}
.moores-page .swiper-pagination.pagination-v .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #9040FF;
}
.moores-page .swiper-pagination.pagination-v .swiper-pagination-bullet:hover {
  background: #9040FF;
}

.harvestsplendor-page .box-content-top::before {
  background: #CF592F;
}
.harvestsplendor-page .box-content-top .row .title {
  text-shadow: 3px 4px 0 #CF592F;
}
.harvestsplendor-page .main-cards .info-top-c .subtitle {
  text-shadow: 3px 4px 0 #CF592F;
}
.harvestsplendor-page .main-cards .info-top-c .title {
  text-shadow: 3px 4px 0 #CF592F;
}
.harvestsplendor-page .main-cards .info-top-c .title .h2 {
  text-shadow: 3px 4px 0 #CF592F;
}
.harvestsplendor-page .main-cards .content-swiper .swiper-button-prev:after,
.harvestsplendor-page .main-cards .content-swiper .swiper-button-next:after {
  background: #CF592F;
}
.harvestsplendor-page .resources .wrapper .title {
  text-shadow: 3px 4px 0 #CF592F;
}
.harvestsplendor-page .link-btn:before {
  background: #CF592F;
}
.harvestsplendor-page .link-btn:after {
  background: #CF592F;
}
.harvestsplendor-page .main-slider .title {
  text-shadow: var(--shadow-offset-x-long) var(--shadow-offset-y-long) 0 #CF592F;
}
.harvestsplendor-page .main-slider .h3 {
  text-shadow: var(--shadow-offset-x-short) var(--shadow-offset-y-short) 0 #CF592F;
}
.harvestsplendor-page .main-slider .swiper .swiper-slide {
  border-bottom: 24px solid #CF592F;
}
@media (max-width: 1024px) {
  .harvestsplendor-page .main-slider .swiper .swiper-slide {
    border-bottom: 12px solid #CF592F;
  }
}
.harvestsplendor-page .main-slider .swiper .swiper-slide .link-content::before {
  background: #CF592F;
}
.harvestsplendor-page .main-slider .swiper .swiper-slide .link-content .link:after {
  background: #CF592F;
}
.harvestsplendor-page .logos-slider .slider-track .slider-item:hover {
  background: rgb(250.2, 238.4, 234.2);
  border: 1px solid #CF592F;
}
.harvestsplendor-page .bottom-sign-up .content-info .text .title {
  text-shadow: #CF592F 3px 4px 0px;
}
.harvestsplendor-page .bottom-sign-up .content-info .text .btn {
  background: #CF592F;
}
.harvestsplendor-page .h2 {
  text-shadow: 3px 4px 0 #CF592F;
}
.harvestsplendor-page .h2-h3 {
  text-shadow: 5px 8px 0 #CF592F;
}
@media (max-width: 480px) {
  .harvestsplendor-page .h2-h3 {
    text-shadow: 3px 4px 0 #CF592F;
  }
}
.harvestsplendor-page .swiper-pagination.pagination-v .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #CF592F;
}
.harvestsplendor-page .swiper-pagination.pagination-v .swiper-pagination-bullet:hover {
  background: #CF592F;
}

.mccain-page .b-mccain-specialtyfryguide {
  padding-bottom: var(--section-padding);
}
.mccain-page .block-component.rte-holder:first-of-type {
  padding-bottom: var(--section-padding-s);
}
.mccain-page .block-component.rte-holder:first-of-type .h2,
.mccain-page .block-component.rte-holder:first-of-type .h1 {
  text-shadow: var(--shadow-offset-x-long) var(--shadow-offset-y-long) 0 #FFC800;
}
@media (max-width: 768px) {
  .mccain-page .block-component.rte-holder:first-of-type .h2 {
    font-size: 24px;
    line-height: 1.5;
    text-shadow: 2px 3px 0 #FFC800;
  }
  .mccain-page .block-component.rte-holder:first-of-type .h1 {
    font-size: 48px;
    line-height: 52px;
  }
}
.mccain-page .block-component.rte-holder.ig-title {
  padding: 0;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .mccain-page .block-component.rte-holder.ig-title .h2 {
    font-size: 24px;
    line-height: 1.5;
  }
  .mccain-page .block-component.rte-holder.ig-title .h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
.mccain-page .block-component.rte-holder.ig-title .btn {
  padding: 24px 48px;
  margin-top: var(--section-padding-s);
  font-weight: 500;
}
@media (max-width: 1024px) {
  .mccain-page .block-component.rte-holder.ig-title .btn {
    padding: 12px 24px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .mccain-page .block-component.rte-holder.ig-title .btn {
    margin: 24px 0;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .mccain-page .infographic {
    margin-top: calc(var(--section-padding) * -1);
  }
}
.mccain-page .infographic {
  z-index: 0;
  position: relative;
}
.mccain-page .b-mccain-menuideas {
  padding-bottom: 128px;
}
@media (min-width: 768px) {
  .mccain-page .b-mccain-menuideas {
    padding-bottom: min(200px, 11.574vw);
  }
}
.mccain-page .resources .section-title h2 .h1 {
  text-shadow: var(--shadow-offset-x-long) var(--shadow-offset-y-long) 0 #FFC800;
}

.channels-landing-page .intro-copy {
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding-s);
}
.channels-landing-page .intro-copy h2 {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .channels-landing-page .intro-copy .p-sub-h {
    font-size: 24px;
    line-height: 1.5;
  }
  .channels-landing-page .intro-copy .p-sub-h br {
    display: none;
  }
}
.channels-landing-page .shadow-cards .inner {
  max-width: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .channels-landing-page .shadow-cards .inner {
    max-width: 1472px;
  }
}
.channels-landing-page .bg-deep-yellow {
  padding: min(142px, 8.218vw) 0;
}
.channels-landing-page .bg-deep-yellow .rte-holder {
  padding: 0;
}
.channels-landing-page .bg-deep-yellow .rte-holder h2 .h1 {
  text-shadow: 4px 6px 0 #fff;
}
.channels-landing-page .bg-deep-yellow .rte-holder h2 .h1-lg {
  text-shadow: var(--shadow-offset-x-long) var(--shadow-offset-y-long) 0 #fff;
  line-height: 1;
}
@media (max-width: 768px) {
  .channels-landing-page .bg-deep-yellow .rte-holder h2 .h1-lg {
    line-height: 1.2;
  }
}
.channels-landing-page .bg-deep-yellow .rte-holder p {
  margin-top: 40px;
  margin-bottom: var(--section-padding-m);
}
@media (max-width: 768px) {
  .channels-landing-page .bg-deep-yellow .rte-holder p {
    margin-top: 16px;
  }
}
.channels-landing-page .bg-deep-yellow .cards-holder {
  padding: 0;
}
@media (max-width: 768px) {
  .channels-landing-page .bg-deep-yellow {
    padding: 64px 0;
  }
  .channels-landing-page .bg-deep-yellow .rte-holder .inner {
    max-width: 100%;
    width: 100%;
  }
  .channels-landing-page .bg-deep-yellow .rte-holder h2 .h1 {
    font-size: 24px;
    line-height: 1.5;
    text-shadow: 2px 3px 0 #fff;
  }
  .channels-landing-page .bg-deep-yellow .rte-holder .p-sub-h {
    font-size: 18px;
    line-height: 28px;
  }
}
.channels-landing-page .b-americans-snack {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .channels-landing-page .main-cards .info-top-c {
    margin-bottom: 64px;
  }
}
.channels-landing-page .main-cards .info-top-c .title-holder {
  align-items: center;
}
@media (max-width: 1024px) {
  .channels-landing-page .main-cards .info-top-c .title-holder {
    align-items: start;
  }
}
.channels-landing-page .main-cards .info-top-c h2 {
  font-size: 48px;
  line-height: 52px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .channels-landing-page .main-cards .info-top-c h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
.channels-landing-page .main-cards .info-top-c .title-image {
  align-content: center;
}
.channels-landing-page .main-cards .info-top-c .title-image img {
  max-height: 74px;
}

.channel-details-page .cards-holder.info-cards {
  padding-bottom: var(--section-padding-xs);
}
@media (max-width: 768px) {
  .channel-details-page .cards-holder.info-cards {
    padding-bottom: 24px;
  }
}
.channel-details-page .cards-holder.info-cards .card-item {
  flex: 1;
}
@media (max-width: 768px) {
  .channel-details-page .cards-holder.info-cards .card-item p strong {
    font-size: 24px;
    line-height: 1.5;
  }
  .channel-details-page .cards-holder.info-cards .card-item p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .channel-details-page .cards-holder.info-cards .card-item .image img {
    max-height: 100px;
  }
}
.channel-details-page .rte-holder.c-citation {
  padding-bottom: var(--section-padding);
}
@media (max-width: 1440px) {
  .channel-details-page .rte-holder.c-citation .p-txt {
    font-size: 14px;
    line-height: 20px;
  }
}
.channel-details-page .main-cards .info-top-c .title-image img {
  max-height: 74px;
}
@media (max-width: 768px) {
  .channel-details-page .main-cards .info-top-c .title {
    font-size: 40px;
    line-height: 1.25;
  }
}
@media (max-width: 768px) {
  .channel-details-page .main-cards .info-top-c .p-sub-h {
    font-size: 18px;
    line-height: 28px;
  }
}
.channel-details-page .k12-page .intro-copy {
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding-l);
}
.channel-details-page .k12-page .intro-copy h2 {
  margin-bottom: 24px;
}
.channel-details-page .k12-page .intro-copy h2 .h2 {
  text-shadow: 4px 5px 0 #FFC800;
}
@media (max-width: 768px) {
  .channel-details-page .k12-page .intro-copy h2 .h2 {
    font-size: 40px;
    line-height: 1.2;
  }
}
.channel-details-page .k12-page .intro-copy h2 .h1 {
  text-shadow: 5px 6px 0 #FFC800;
}
@media (max-width: 768px) {
  .channel-details-page .k12-page .intro-copy h2 .h1 {
    font-size: 48px;
    line-height: 52px;
  }
}
@media (max-width: 768px) {
  .channel-details-page .k12-page .intro-copy .p-sub-h {
    font-size: 18px;
    line-height: 28px;
  }
  .channel-details-page .k12-page .intro-copy .p-sub-h br {
    display: none;
  }
}
@media (max-width: 768px) {
  .channel-details-page .k12-page .ig-title {
    padding-bottom: 24px;
  }
  .channel-details-page .k12-page .ig-title .h2 {
    font-size: 24px;
    line-height: 1.5;
  }
}

.menu-ideas-landing-page .row.col-2 {
  padding-top: var(--section-padding-s);
}
@media (max-width: 768px) {
  .menu-ideas-landing-page .row.col-2 {
    padding-top: 32px;
  }
  .menu-ideas-landing-page .row.col-2 .rte-holder {
    text-align: center;
  }
}
.menu-ideas-landing-page .row.col-2 .content-container.inner {
  padding-bottom: var(--section-padding-m);
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: var(--section-padding-m);
}
@media (max-width: 768px) {
  .menu-ideas-landing-page .row.col-2 .content-container.inner {
    border: none;
    margin-bottom: 0;
    padding-bottom: 48px;
  }
}
.menu-ideas-landing-page .row.col-2 .umb-block-grid__area-container {
  gap: 24px;
}
.menu-ideas-landing-page .filter-select-section h3 {
  margin-bottom: min(24px, 1.389vw);
  font-size: var(--fs-h4);
  line-height: 1.2;
}
@media (max-width: 768px) {
  .menu-ideas-landing-page .filter-select-section h3 {
    font-size: 40px;
    margin-bottom: 24px;
  }
}
.menu-ideas-landing-page .filter-select-section p.results {
  margin-bottom: min(24px, 1.389vw);
  color: #717171;
  font-weight: 400;
}
@media (max-width: 768px) {
  .menu-ideas-landing-page .filter-select-section p.results {
    margin-bottom: 24px;
  }
}
.menu-ideas-landing-page .results-container {
  padding-bottom: min(136px, 7.87vw);
}
@media (max-width: 768px) {
  .menu-ideas-landing-page .results-container {
    padding-bottom: 64px;
  }
}

.menu-idea-details-page .breadcrumb {
  margin-bottom: 0;
}
.menu-idea-details-page .breadcrumb .link-active {
  max-width: none;
}
.menu-idea-details-page .left-right-create-menu .row .inner {
  padding: var(--section-padding-l) 0 var(--section-padding-m);
  border-bottom: 1px solid #E5E5E5;
}
@media (max-width: 1080px) {
  .menu-idea-details-page .left-right-create-menu .row .inner {
    flex-direction: column;
  }
}
@media (max-width: 1080px) {
  .menu-idea-details-page .left-right-create-menu .row .inner {
    padding: 0;
    border-bottom: none;
  }
}
.menu-idea-details-page .left-right-create-menu .row {
  margin-bottom: var(--section-padding-m);
}
@media (max-width: 1080px) {
  .menu-idea-details-page .left-right-create-menu .row {
    margin: var(--section-padding-s) auto;
  }
}
.menu-idea-details-page .left-right-create-menu .left {
  -ms-flex-basis: 52.5%;
  flex-basis: 52.5%;
}
@media (max-width: 1080px) {
  .menu-idea-details-page .left-right-create-menu .left {
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    margin-bottom: 48px;
  }
}
.menu-idea-details-page .left-right-create-menu .left .title {
  margin-bottom: var(--section-padding-xs);
  text-shadow: 2px 4px 0 #FFC800;
}
@media (max-width: 768px) {
  .menu-idea-details-page .left-right-create-menu .left .title {
    font-size: 40px;
    line-height: 1.2;
  }
}
.menu-idea-details-page .left-right-create-menu .left p {
  font-size: 16px;
  color: #404040;
  margin-bottom: var(--section-padding-xs);
}
.menu-idea-details-page .left-right-create-menu .left .buttons .btn {
  margin-right: 16px;
}
@media (max-width: 480px) {
  .menu-idea-details-page .left-right-create-menu .left .buttons .btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.menu-idea-details-page .left-right-create-menu .left .buttons .btn:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.menu-idea-details-page .left-right-create-menu .right {
  -ms-flex-basis: 42.5%;
  flex-basis: 42.5%;
}
@media (max-width: 1080px) {
  .menu-idea-details-page .left-right-create-menu .right {
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.menu-idea-details-page .left-right-create-menu .right .items {
  margin-bottom: min(24px, 1.389vw);
}
@media (max-width: 768px) {
  .menu-idea-details-page .left-right-create-menu .right .items {
    margin-bottom: 24px;
  }
}
.menu-idea-details-page .left-right-create-menu .right .items .item {
  -ms-flex-basis: 33.3333%;
  flex-basis: 33.3333%;
  border-right: 1px solid #e5e5e5;
  padding-left: 24px;
  padding-right: 24px;
}
.menu-idea-details-page .left-right-create-menu .right .items .item:first-child {
  padding-left: 0;
}
.menu-idea-details-page .left-right-create-menu .right .items .item:last-child {
  border-right: none;
}
.menu-idea-details-page .left-right-create-menu .right .items .item svg {
  margin-bottom: min(24px, 1.389vw);
}
@media (max-width: 768px) {
  .menu-idea-details-page .left-right-create-menu .right .items .item svg {
    margin-bottom: 24px;
  }
}
.menu-idea-details-page .left-right-create-menu .right .items .item .name {
  display: block;
  text-transform: uppercase;
  color: #0F0F0F;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: min(24px, 1.389vw);
}
@media (min-width: 769px) and (max-width: 1280px) {
  .menu-idea-details-page .left-right-create-menu .right .items .item .name {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .menu-idea-details-page .left-right-create-menu .right .items .item .name {
    margin-bottom: 24px;
  }
}
.menu-idea-details-page .left-right-create-menu .right .items .item .price {
  font-weight: 700;
  font-size: 24px;
  color: #404040;
}
@media (min-width: 769px) and (max-width: 1280px) {
  .menu-idea-details-page .left-right-create-menu .right .items .item .price {
    font-size: 20px;
  }
}
.menu-idea-details-page .left-right-create-menu .right .text {
  font-size: 16px;
  color: #717171;
}
.menu-idea-details-page .main-cards {
  padding-top: 0;
}
.menu-idea-details-page .main-cards .info-top-c h2 {
  font-size: 48px;
  line-height: 52px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .menu-idea-details-page .main-cards .info-top-c h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
.menu-idea-details-page .main-cards .content-items .item {
  max-width: 472px;
  width: 472px;
}
.menu-idea-details-page .cards-second-style {
  padding: 0 0 var(--section-padding);
}
.menu-idea-details-page .cards-second-style .info-top-c h2 {
  font-size: 48px;
  line-height: 52px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .menu-idea-details-page .cards-second-style .info-top-c h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
.menu-idea-details-page .cards-second-style .info-top-c .title-image {
  align-content: center;
}
.menu-idea-details-page .cards-second-style .info-top-c .title-image img {
  max-height: 74px;
}
@media (max-width: 768px) {
  .menu-idea-details-page .main-slider .h1 {
    font-size: 48px;
    line-height: 52px;
  }
}

.cards-second-style {
  padding: var(--section-padding-s) 0;
}
.cards-second-style .info-top-c {
  margin-bottom: var(--section-padding-s);
}
.cards-second-style .info-top-c .title-holder {
  display: flex;
  gap: 24px;
  align-items: center;
}
@media (max-width: 768px) {
  .cards-second-style .info-top-c .title-holder {
    align-items: start;
  }
}
.cards-second-style .info-top-c .title-image img {
  max-height: 74px;
}
@media (max-width: 768px) {
  .cards-second-style .info-top-c .title-image img {
    min-width: 81px;
  }
}
@media (max-width: 480px) {
  .cards-second-style .info-top-c .title-image img.xs-74px {
    max-height: 74px;
  }
}
.cards-second-style .info-top-c .subtitle {
  line-height: 1.2;
  text-shadow: 3px 4px 0 #FFC800;
  display: block;
}
.cards-second-style .info-top-c .big {
  font-size: var(--fs-h1);
}
@media (max-width: 480px) {
  .cards-second-style .info-top-c .big.xs-40px {
    font-size: 40px;
  }
}
.cards-second-style .info-top-c .title {
  font-size: 48px;
  text-transform: uppercase;
  word-wrap: break-word;
  line-height: 1.0833333333;
  text-shadow: 2px 4px 0 #FFC800;
}
@media (max-width: 480px) {
  .cards-second-style .info-top-c .title.xs-40px {
    font-size: 40px;
  }
}
.cards-second-style .row:last-child .items .item {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .cards-second-style .row:last-child .items .item {
    margin-bottom: 48px;
  }
}
@media (max-width: 480px) {
  .cards-second-style .row:last-child .items .item {
    margin-bottom: 48px;
  }
  .cards-second-style .row:last-child .items .item:last-child {
    margin-bottom: 0;
  }
}
.cards-second-style .items {
  gap: var(--section-padding-s);
  justify-content: start;
}
@media (max-width: 1024px) {
  .cards-second-style .items {
    gap: 0 var(--section-padding-s);
    justify-content: space-around;
  }
}
@media (max-width: 768px) {
  .cards-second-style .items {
    justify-content: start;
  }
}
@media (max-width: 480px) {
  .cards-second-style .items {
    gap: 0;
  }
}
.cards-second-style .items .item {
  -ms-flex-basis: calc((100% - 144px) / 4);
  flex-basis: calc((100% - 144px) / 4);
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  padding: var(--section-padding-xs);
  background: #FFF;
  margin-bottom: 24px;
  max-width: 364px;
}
@media (max-width: 1024px) {
  .cards-second-style .items .item {
    -ms-flex-basis: calc((100% - 48px) / 2);
    flex-basis: calc((100% - 48px) / 2);
  }
}
@media (max-width: 600px) {
  .cards-second-style .items .item {
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    margin: auto;
    margin-bottom: 48px;
  }
}
.cards-second-style .items .item:hover {
  background: #fffdef;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);
  border-color: #896500;
}
.cards-second-style .items .item .image {
  margin-bottom: 16px;
  aspect-ratio: 268/193;
}
.cards-second-style .items .item .image img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cards-second-style .items .item .name {
  font-weight: 700;
  font-size: 24px;
  text-transform: capitalize;
}

.resources-landing-page .filter-select-section {
  margin-bottom: var(--section-padding-m);
}
.resources-landing-page .filter-select-section h3 {
  text-shadow: 4px 5px 0 #FFC800;
}
.resources-landing-page .filter-select-section .filter-select-section-content {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .resources-landing-page .filter-select-section h3 {
    font-size: 40px;
    line-height: 48px;
    text-align: center;
  }
  .resources-landing-page .filter-select-section .filter-select-section-content {
    margin-top: 24px;
  }
}
@media (max-width: 480px) {
  .resources-landing-page .filter-select-section h3 {
    font-size: 38px;
  }
}
.resources-landing-page p.results {
  margin-bottom: 0;
}
.resources-landing-page .pagination-section {
  padding-bottom: var(--section-padding);
}
@media (max-width: 768px) {
  .resources-landing-page .pagination-section .inner.flex {
    flex-direction: column-reverse;
  }
  .resources-landing-page .pagination-section .inner.flex .pagination {
    width: 100%;
    justify-content: space-between;
  }
  .resources-landing-page .pagination-section .inner.flex .p-txt {
    margin-bottom: 0;
  }
}

.cards-block-tools .items {
  gap: 40px;
  margin-bottom: 40px;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .cards-block-tools .items {
    justify-content: center;
  }
}
.cards-block-tools .item {
  --color-tag: #717171;
}
.cards-block-tools .item.video {
  --color-tag: #2947CF;
}
.cards-block-tools .item.video::after {
  display: none;
}
.cards-block-tools .item.brochure {
  --color-tag: #7E24B1;
}
.cards-block-tools .item.guide {
  --color-tag: #006816;
}
.cards-block-tools .item {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  flex: 1;
  max-width: 32%;
}
@media (max-width: 768px) {
  .cards-block-tools .item {
    flex-basis: 100%;
    max-width: 464px;
  }
}
.cards-block-tools .item .image img {
  aspect-ratio: 462/200;
  width: 100%;
  border-radius: 15px 15px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .cards-block-tools .item .image img {
    aspect-ratio: 325/200;
  }
}
.cards-block-tools .item .content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  min-height: 192px;
}
.cards-block-tools .item .content .tag {
  font-size: 16px;
  line-height: 1.5;
  padding: 8px 16px;
  border: 1px solid var(--color-tag);
  border-radius: 999px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 16px;
  color: var(--color-tag);
}
.cards-block-tools .item .content .card-h {
  text-transform: uppercase;
  font-weight: 700;
}
.cards-block-tools .swiper .item {
  box-shadow: none;
  border: none;
  max-width: 100%;
}
.cards-block-tools .swiper .item .image img {
  border-radius: 16px;
  aspect-ratio: 420/304;
}
.cards-block-tools .swiper .item .content {
  padding: 26px 0 0;
}
@media (max-width: 768px) {
  .cards-block-tools .swiper .item .content .card-h {
    font-size: 24px;
    line-height: 1.5;
  }
}

/* Resources Section */
.resources {
  overflow-x: clip;
  padding-bottom: var(--section-padding);
  position: relative;
  z-index: 3;
}
.resources .top-right-image,
.resources .bottom-left-image {
  position: absolute;
  width: 987px;
  height: 704px;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1600px) {
  .resources .top-right-image,
  .resources .bottom-left-image {
    width: 700px;
    height: 500px;
  }
}
@media (max-width: 1024px) {
  .resources .top-right-image,
  .resources .bottom-left-image {
    width: 475px;
    height: 340px;
  }
}
.resources .top-right-image {
  top: -28px;
  right: -360px;
}
@media (max-width: 1600px) {
  .resources .top-right-image {
    top: 40px;
  }
}
@media (max-width: 1024px) {
  .resources .top-right-image {
    top: 300px;
    right: -196px;
  }
}
@media (max-width: 480px) {
  .resources .top-right-image {
    top: 320px;
    right: -196px;
  }
}
.resources .bottom-left-image {
  rotate: 180deg;
  bottom: -232px;
  left: -360px;
}
@media (max-width: 1024px) {
  .resources .bottom-left-image {
    bottom: -56px;
    left: -196px;
  }
}
.resources .section-title h2:has(.title) {
  line-height: 0;
}
.resources .section-title {
  text-align: center;
  margin-bottom: var(--section-padding-l);
}
@media (max-width: 768px) {
  .resources .section-title {
    margin-bottom: 64px;
  }
}
@media (max-width: 768px) {
  .resources .section-title h2 .h1 {
    font-size: var(--fs-h2);
  }
}
.resources .item {
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  gap: var(--section-padding-m);
}
@media (max-width: 768px) {
  .resources .item {
    flex-direction: column;
    -moz-flex-direction: column;
    gap: 64px;
  }
  .resources .item:not(:last-child) {
    margin-bottom: 64px;
  }
}
.resources .item:nth-child(2n) {
  flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .resources .item:nth-child(2n) {
    flex-direction: column;
    -moz-flex-direction: column;
  }
}
.resources .item:nth-child(2n) .content {
  padding: 40px var(--section-padding) 40px 0;
}
@media (max-width: 768px) {
  .resources .item:nth-child(2n) .content {
    padding: 0;
  }
}
.resources .item:nth-child(2n) .image .product-image {
  right: 0;
  left: auto;
}
@media (max-width: 768px) {
  .resources .item:nth-child(2n) .image .product-image {
    width: 80%;
    max-width: 300px;
    left: 0;
    right: auto;
  }
}
.resources .item .content {
  align-self: center;
  padding: 40px 0 40px var(--section-padding);
  -moz-flex: 1;
  flex: 1;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .resources .item .content {
    padding: 0;
    width: 93%;
  }
}
@media (max-width: 480px) {
  .resources .item .content {
    width: 87.2%;
  }
}
.resources .item .content .text {
  margin-bottom: var(--section-padding-s);
}
.resources .item .content .text .text-image-l {
  margin-bottom: var(--section-padding-s);
}
.resources .item .content .text .text-image-l img {
  max-height: min(72px, 4.167vw);
}
@media (max-width: 768px) {
  .resources .item .content .text .text-image-l img {
    max-height: 72px;
  }
}
.resources .item .content .text h3,
.resources .item .content .text h2 {
  font-size: var(--fs-h3);
  line-height: 1.0833333333;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .resources .item .content .text h3,
  .resources .item .content .text h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .resources .item .content .text h3 br,
  .resources .item .content .text h2 br {
    display: none;
  }
}
.resources .item .content .text p {
  font-size: var(--fs-sub-h);
}
@media (max-width: 768px) {
  .resources .item .content .text p {
    font-size: 18px;
  }
}
.resources .item .content .link-btn {
  font-size: var(--fs-block-t);
  line-height: 1.5;
}
@media (max-width: 768px) {
  .resources .item .content .link-btn {
    font-size: 24px;
  }
}
.resources .item .content .link-btn::after {
  width: var(--section-padding-s);
}
@media (max-width: 768px) {
  .resources .item .content .link-btn::after {
    width: 32px;
  }
}
.resources .item .image {
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  height: auto;
  position: relative;
}
@media (max-width: 768px) {
  .resources .item .image {
    -ms-flex-basis: 600px;
    flex-basis: 600px;
  }
}
.resources .item .image .rollup-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.resources .item .image .product-image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 47%;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
@media (max-width: 768px) {
  .resources .item .image .product-image {
    width: 80%;
    max-width: 300px;
  }
}
.resources.brands-resources .section-title h2,
.resources.brands-resources .section-title h2 span {
  text-transform: none;
}
.resources.brands-resources .section-title h2 span {
  text-shadow: var(--shadow-offset-x-long) var(--shadow-offset-y-long) 0 #FFC800;
}
@media (max-width: 768px) {
  .resources.brands-resources .section-title .h1 {
    font-size: 48px;
    line-height: 52px;
  }
  .resources.brands-resources .section-title .h2 {
    font-size: 24px;
    line-height: 1.5;
  }
}
.resources.brands-resources .item .image {
  padding-left: var(--section-padding-m);
}
@media (max-width: 768px) {
  .resources.brands-resources .item .image {
    padding-left: 0;
    padding-bottom: 42px;
    -ms-flex-basis: 568px;
    flex-basis: 568px;
  }
}
.resources.brands-resources .item:nth-child(2n) .image {
  padding-left: 0;
  padding-right: var(--section-padding-m);
}
@media (max-width: 768px) {
  .resources.brands-resources .item:nth-child(2n) .image {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .resources.brands-resources .item.ancplank .image .product-image {
    left: -10%;
  }
}
.resources.brands-resources .item.moores .image .product-image {
  width: 42%;
  bottom: calc(-1 * var(--section-padding-s));
}
@media (max-width: 768px) {
  .resources.brands-resources .item.moores .image .product-image {
    width: 80%;
    bottom: 0;
  }
}
.resources.brands-resources .item.prings .image .product-image {
  width: 40%;
}
@media (max-width: 768px) {
  .resources.brands-resources .item.prings .image .product-image {
    width: 65%;
    left: -5%;
  }
}
.resources.brands-resources .item.mac-cheese .image .product-image {
  width: 39%;
}
@media (max-width: 768px) {
  .resources.brands-resources .item.mac-cheese .image .product-image {
    width: 100%;
    left: 2%;
  }
}

.intro-copy-box {
  width: 50%;
  max-width: 864px;
  margin: auto;
  margin-top: calc(var(--section-padding-m) * -1);
  background: #fff;
  position: relative;
}
.intro-copy-box .inner {
  width: 100%;
  padding: 56px 64px;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .intro-copy-box .inner {
    padding: 3.241vw 3.704vw;
  }
}
@media (max-width: 768px) {
  .intro-copy-box {
    margin-top: 0;
    width: 100%;
  }
  .intro-copy-box .inner {
    width: 93%;
    margin: auto;
    padding: 0;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .intro-copy-box .inner {
    max-width: 87.2%;
  }
}

.cards-t .title.h1.txt-shdw {
  text-shadow: var(--shadow-offset-x-long) var(--shadow-offset-y-long) 0 #FFC800;
}
@media (max-width: 768px) {
  .cards-t .title.h1.txt-shdw {
    font-size: 48px;
    line-height: 52px;
    text-shadow: 4px 5px 0 #FFC800;
  }
}

body:has(.breadcrumb) .intro-copy-box {
  margin-top: calc((var(--section-padding-m) + 60px) * -1);
}
@media (max-width: 768px) {
  body:has(.breadcrumb) .intro-copy-box {
    margin-top: 0;
  }
}

body:has(.intro-copy-box) #top .content {
  margin-bottom: var(--section-padding);
}
@media (max-width: 768px) {
  body:has(.intro-copy-box) #top .content {
    margin-bottom: 24px;
  }
}

.home-page .intro-copy {
  padding-top: var(--section-padding-l);
}
@media (max-width: 768px) {
  .home-page .intro-copy br {
    display: none;
  }
}
.home-page .cards-t {
  padding-bottom: var(--section-padding-s);
}
.home-page .b-hp-potatoes-apps {
  padding-bottom: 0;
}
.home-page .b-hp-menuideas {
  padding-bottom: 0;
}
.home-page .b-hp-innovations {
  padding-bottom: 0;
}
.home-page .brands-form {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .aboutus-page .intro-copy-box {
    padding-top: var(--section-padding-m);
  }
  .aboutus-page .intro-copy-box h2 {
    margin-bottom: 16px;
  }
  .aboutus-page .intro-copy-box .h1 {
    font-size: 48px;
    line-height: 52px;
    text-shadow: 4px 5px 0 #FFC800;
  }
  .aboutus-page .intro-copy-box .p-txt-lg {
    font-size: 18px;
    line-height: 28px;
  }
}
.aboutus-page .cards-t {
  padding-bottom: var(--section-padding-s);
}
@media (max-width: 768px) {
  .aboutus-page .cards-t .title.h1.txt-shdw {
    font-size: 40px;
    line-height: 48px;
  }
}
.aboutus-page .b-sharedtrust,
.aboutus-page .b-positiveimpact,
.aboutus-page .b-kitchenseverywhere {
  padding-bottom: 0;
}
.aboutus-page .lined-cards.lift-up-lg .row {
  margin-top: -272px;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .aboutus-page .lined-cards.lift-up-lg .row {
    margin-top: -15.741vw;
  }
}
@media (max-width: 480px) {
  .aboutus-page .lined-cards.lift-up-lg .row {
    margin-top: -45%;
  }
}
@media (max-width: 360px) {
  .aboutus-page .lined-cards.lift-up-lg .row {
    margin-top: -40%;
  }
}
@media (max-width: 350px) {
  .aboutus-page .lined-cards.lift-up-lg .row {
    margin-top: 32px;
  }
}
@media (max-width: 768px) {
  .aboutus-page .cards-holder.lined-cards .items .item p {
    font-size: 18px;
  }
}
.aboutus-page .our-story-a {
  padding-top: 74px;
}
.aboutus-page .our-story-a .inner {
  max-width: 100%;
  width: 100%;
}
.aboutus-page .our-story-a .flex {
  justify-content: space-between;
}
.aboutus-page .our-story-a .content-info {
  flex: 1;
  width: 736px;
  padding-bottom: 20px;
  align-content: center;
  padding-left: 64px;
}
@media (max-width: 1728px) {
  .aboutus-page .our-story-a .content-info {
    padding-left: 3.704vw;
    width: 42.593vw;
  }
}
@media (max-width: 768px) {
  .aboutus-page .our-story-a .content-info {
    flex-basis: 100%;
    width: 100%;
    padding-bottom: 40px;
  }
}
.aboutus-page .our-story-a .content-info h2 {
  line-height: 0;
  margin-bottom: 35px;
}
@media (max-width: 1728px) {
  .aboutus-page .our-story-a .content-info h2 {
    margin-bottom: 2.03vw;
  }
}
@media (max-width: 768px) {
  .aboutus-page .our-story-a .content-info h2 {
    margin-bottom: 30px;
  }
}
.aboutus-page .our-story-a .content-info h2 .h1 {
  text-shadow: var(--shadow-offset-x-long) var(--shadow-offset-y-long) 0 #FFC800;
  font-size: 100px;
  line-height: 1;
}
@media (max-width: 1728px) {
  .aboutus-page .our-story-a .content-info h2 .h1 {
    font-size: 5.79vw;
  }
}
@media (max-width: 768px) {
  .aboutus-page .our-story-a .content-info h2 .h1 {
    font-size: 48px;
    line-height: 52px;
    text-shadow: 4px 5px 0 #FFC800;
  }
}
.aboutus-page .our-story-a .content-info h2 .h2 {
  text-shadow: var(--shadow-offset-x-long) var(--shadow-offset-y-long) 0 #FFC800;
}
@media (max-width: 768px) {
  .aboutus-page .our-story-a .content-info h2 .h2 {
    font-size: 40px;
    line-height: 48px;
    text-shadow: 3px 4px 0 #FFC800;
  }
}
.aboutus-page .our-story-a .content-info .swiper .swiper-slide .slide-text {
  min-height: 380px;
  width: 736px;
  padding: 64px;
  border-radius: 36px;
  box-shadow: 24px 20px 0 #FFC800, inset 0 0 0 1px #0F0F0F;
  margin-right: 24px;
  margin-bottom: 20px;
}
@media (max-width: 1728px) {
  .aboutus-page .our-story-a .content-info .swiper .swiper-slide .slide-text {
    min-height: 21.991vw;
    width: 42.593vw;
    padding: 3.7vw;
    box-shadow: 1.389vw 1.157vw 0 #FFC800, inset 0 0 0 1px #0F0F0F;
    margin-right: 1.389vw;
    margin-bottom: 1.157vw;
  }
}
@media (max-width: 768px) {
  .aboutus-page .our-story-a .content-info .swiper .swiper-slide .slide-text {
    min-height: 358px;
    max-width: 786px;
    width: 90%;
    padding: 32px 24px;
    box-shadow: 12px 10px 0 #FFC800, inset 0 0 0 1px #0F0F0F;
    margin: auto;
    margin-bottom: 10px;
  }
}
.aboutus-page .our-story-a .content-info .swiper .swiper-slide p strong {
  font-weight: 900;
  display: inline-block;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .aboutus-page .our-story-a .content-info .swiper .swiper-slide p strong {
    margin-bottom: 4px;
  }
}
@media (max-width: 1728px) {
  .aboutus-page .our-story-a .content-info .swiper .swiper-slide p {
    font-size: 1.39vw;
  }
}
@media (max-width: 768px) {
  .aboutus-page .our-story-a .content-info .swiper .swiper-slide p strong {
    font-size: 18px;
    line-height: 28px;
  }
  .aboutus-page .our-story-a .content-info .swiper .swiper-slide p {
    font-size: 16px;
  }
}
.aboutus-page .our-story-a .content-info .navigation-slider {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 53px;
  margin-left: -24px;
}
@media (max-width: 1728px) {
  .aboutus-page .our-story-a .content-info .navigation-slider {
    margin-top: 3.07vw;
    margin-left: -1.389vw;
  }
}
@media (max-width: 768px) {
  .aboutus-page .our-story-a .content-info .navigation-slider {
    margin-top: 30px;
  }
}
.aboutus-page .our-story-a .content-info .navigation-slider .swiper-button-prev,
.aboutus-page .our-story-a .content-info .navigation-slider .swiper-button-next {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  margin-top: 0;
  width: 16px;
  height: 26px;
}
.aboutus-page .our-story-a .content-info .navigation-slider .swiper-button-prev::after,
.aboutus-page .our-story-a .content-info .navigation-slider .swiper-button-next::after {
  display: none;
}
.aboutus-page .our-story-a .content-info .navigation-slider .swiper-pagination {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 16px;
  margin-right: 16px;
}
.aboutus-page .our-story-a .content-info .navigation-slider .swiper-pagination .swiper-pagination-bullet {
  background: #d9d9d9;
  opacity: 1;
  width: 16px;
  height: 16px;
  margin: 0 8px;
}
.aboutus-page .our-story-a .content-info .navigation-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFC800;
}
.aboutus-page .our-story-a .image {
  width: 864px;
}
@media (max-width: 1728px) {
  .aboutus-page .our-story-a .image {
    width: 50vw;
  }
}
@media (max-width: 768px) {
  .aboutus-page .our-story-a .image {
    flex-basis: 100%;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .aboutus-page .main-slider .title br {
    display: none;
  }
}

body:has(.contact-us-page) {
  background-color: #fff;
}

.contact-us-page .umb-block-grid {
  background-color: #F4F4F4;
}
.contact-us-page .row.col-2 .umb-block-grid__area-container {
  gap: var(--section-padding-m);
  padding: var(--section-padding-m) 0;
}
.contact-us-page .row.col-2 .umb-block-grid__area-container .umb-block-grid__area {
  flex-basis: auto;
}
@media (max-width: 1440px) {
  .contact-us-page .row.col-2 .umb-block-grid__area-container {
    flex-direction: column;
  }
  .contact-us-page .row.col-2 .umb-block-grid__area-container .contact-us-form-wrapper {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .contact-us-page .row.col-2 .inner {
    max-width: 100%;
    width: 100%;
  }
  .contact-us-page .row.col-2 .inner .left {
    max-width: 93%;
    margin: auto;
  }
  .contact-us-page .row.col-2 .inner .contact-us-form-wrapper {
    max-width: 93%;
    margin: auto;
  }
}
@media (max-width: 480px) {
  .contact-us-page .row.col-2 .inner .left {
    max-width: 87.2%;
  }
  .contact-us-page .row.col-2 .inner .contact-us-form-wrapper {
    max-width: 87.2%;
  }
}
.contact-us-page .left {
  flex: 1;
}
.contact-us-page .left sup {
  font-size: 50%;
}
.contact-us-page .left p {
  margin-bottom: 0;
}
.contact-us-page .left .corporate-ofice {
  display: flex;
  margin-bottom: 40px;
  padding-bottom: 39px;
  border-bottom: 1px solid #e5e5e5;
  gap: 24px;
}
@media (max-width: 768px) {
  .contact-us-page .left .corporate-ofice {
    flex-direction: column;
  }
}
.contact-us-page .left .corporate-ofice .card-h {
  font-weight: 700;
  flex-basis: 220px;
  font-size: 24px;
}
@media (max-width: 1024px) {
  .contact-us-page .left .corporate-ofice .card-h {
    flex: 1;
    width: 100%;
  }
}
.contact-us-page .left .corporate-ofice .item {
  flex: 1;
  display: flex;
  gap: 16px;
  height: auto;
}
.contact-us-page .left .corporate-ofice .item .info {
  height: 100%;
  gap: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact-us-page .left .corporate-ofice .item .info a {
  text-decoration: underline;
}
.contact-us-page .left .give-call {
  display: flex;
  margin-bottom: var(--section-padding-m);
  gap: 24px;
}
@media (max-width: 768px) {
  .contact-us-page .left .give-call {
    flex-direction: column;
  }
}
.contact-us-page .left .give-call .card-h {
  font-weight: 700;
  flex-basis: 220px;
  font-size: 24px;
}
@media (max-width: 768px) {
  .contact-us-page .left .give-call .card-h {
    flex: 1;
  }
}
.contact-us-page .left .give-call .items {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 1440px) {
  .contact-us-page .left .give-call .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.contact-us-page .left .give-call .items .item {
  height: auto;
}
.contact-us-page .left .give-call .items .item .info {
  height: 100%;
  gap: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact-us-page .left .map {
  position: relative;
  width: 100%;
  aspect-ratio: 936/314;
}
.contact-us-page .left .map img {
  width: 100%;
  aspect-ratio: 936/314;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1024px) {
  .contact-us-page .left .map {
    width: 108%;
    left: -4%;
    right: -3%;
    height: 314px;
  }
  .contact-us-page .left .map img {
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
@media (max-width: 480px) {
  .contact-us-page .left .map {
    width: 118%;
    left: -9%;
  }
}
.contact-us-page .page-banner.b-contactus-2 {
  padding-bottom: 0;
  width: 100%;
}

@media (min-width: 1728px) {
  .chefs-page .row.text-with-quote .rte-holder {
    --fs-h1: 100px;
  }
}
@media (min-width: 769px) and (max-width: 1728px) {
  .chefs-page .row.text-with-quote .rte-holder {
    --fs-h1: 5.787vw;
  }
}
@media (max-width: 768px) {
  .chefs-page .row.text-with-quote .rte-holder {
    padding-bottom: 40px !important;
  }
}
.chefs-page .row.text-with-quote .rte-holder h2 {
  margin-bottom: 40px;
  line-height: 0;
}
@media (max-width: 768px) {
  .chefs-page .row.text-with-quote .rte-holder h2 {
    margin-bottom: 16px;
  }
}
.chefs-page .row.text-with-quote .rte-holder .h2 {
  text-shadow: 4px 6px 0 #fff;
  display: block;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .chefs-page .row.text-with-quote .rte-holder .h2 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 4px;
    text-shadow: 3px 4px 0 #fff;
  }
}
.chefs-page .row.text-with-quote .rte-holder .h1 {
  text-shadow: var(--shadow-offset-x-long) var(--shadow-offset-y-long) 0 #fff;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .chefs-page .row.text-with-quote .rte-holder .h1 {
    line-height: 52px;
  }
}
.chefs-page .row.text-with-quote .rte-holder p {
  max-width: 600px;
}
@media (max-width: 768px) {
  .chefs-page .row.text-with-quote .rte-holder .p-txt-lg {
    font-size: 18px;
    line-height: 28px;
  }
}
.chefs-page .t-our-chefs {
  padding-top: var(--section-padding);
}
@media (max-width: 480px) {
  .chefs-page .main-slider .title br {
    display: none;
  }
}

.business-booster-landing-page .intro-copy-box {
  margin-bottom: var(--section-padding-l);
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .business-booster-landing-page .intro-copy-box {
    width: 56.5%;
    max-width: 976px;
  }
}
@media (max-width: 768px) {
  .business-booster-landing-page .intro-copy-box {
    margin-bottom: 48px;
  }
}
.business-booster-landing-page .intro-copy-box:after {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  width: 173px;
  height: 6px;
  background: #FFC800;
  content: "";
  z-index: 1;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .business-booster-landing-page .intro-copy-box:after {
    width: 10.012vw;
    height: 0.347vw;
  }
}
.business-booster-landing-page .intro-copy-box .card-h {
  margin-bottom: 0;
  margin-top: 40px;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .business-booster-landing-page .intro-copy-box .card-h {
    margin-top: 2.315vw;
  }
}
@media (max-width: 768px) {
  .business-booster-landing-page .intro-copy-box .card-h {
    font-size: 24px;
    margin-top: 24px;
  }
}
.business-booster-landing-page .intro-copy-box .inner {
  padding: 40px var(--section-padding-m);
}
@media (min-width: 769px) and (max-width: 1728px) {
  .business-booster-landing-page .intro-copy-box .inner {
    padding-top: 2.315vw;
    padding-bottom: 2.315vw;
  }
}
@media (max-width: 768px) {
  .business-booster-landing-page .intro-copy-box .inner {
    padding: 64px 0 24px;
  }
}
.business-booster-landing-page .title-copy {
  padding-bottom: var(--section-padding-m);
}
@media (max-width: 768px) {
  .business-booster-landing-page .title-copy {
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .business-booster-landing-page .title-copy .umb-block-grid__area-container {
    gap: var(--section-padding-xs);
  }
  .business-booster-landing-page .title-copy .umb-block-grid__area-container .umb-block-grid__area:first-child {
    flex-basis: min(697px, 40.336vw);
  }
  .business-booster-landing-page .title-copy .umb-block-grid__area-container .umb-block-grid__area:nth-child(2) {
    flex: 1;
  }
}
.business-booster-landing-page .title-copy .rte-holder {
  z-index: 10;
  position: relative;
}
@media (max-width: 768px) {
  .business-booster-landing-page .title-copy .rte-holder .p-txt-lg {
    font-size: 18px;
    line-height: 28px;
    margin-top: 16px;
  }
  .business-booster-landing-page .title-copy .rte-holder .p-txt-lg br {
    display: none;
  }
}
@media (max-width: 768px) {
  .business-booster-landing-page .title-copy .h3 {
    text-shadow: 2px 3px 0 #FFC800;
  }
}
.business-booster-landing-page .rte-links {
  padding-bottom: var(--section-padding-m);
}
@media (max-width: 768px) {
  .business-booster-landing-page .rte-links {
    padding-bottom: 40px;
  }
}
.business-booster-landing-page .links-table {
  width: calc(100% + 32px);
  border-collapse: separate;
  border-spacing: 32px 0;
  margin-left: -32px;
}
.business-booster-landing-page .links-table td {
  width: 408px;
}
.business-booster-landing-page .links-table p {
  width: 100%;
  margin-bottom: 16px;
  margin-top: 32px;
  padding-left: 52px;
  position: relative;
  font-weight: 700;
}
.business-booster-landing-page .links-table p:before {
  content: "";
  width: 32px;
  aspect-ratio: 1;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  background-color: #A97E00;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}
.business-booster-landing-page .links-table p.ch-k12:before {
  -webkit-mask-image: url(/images/Themes/Default/i-k12.svg);
          mask-image: url(/images/Themes/Default/i-k12.svg);
}
.business-booster-landing-page .links-table p.ch-qsr:before {
  -webkit-mask-image: url(/images/Themes/Default/i-qsr.svg);
          mask-image: url(/images/Themes/Default/i-qsr.svg);
}
.business-booster-landing-page .links-table p.ch-cstore:before {
  -webkit-mask-image: url(/images/Themes/Default/i-cstore.svg);
          mask-image: url(/images/Themes/Default/i-cstore.svg);
}
.business-booster-landing-page .links-table p.ch-fsr:before {
  -webkit-mask-image: url(/images/Themes/Default/i-fsr.svg);
          mask-image: url(/images/Themes/Default/i-fsr.svg);
}
.business-booster-landing-page .links-table p.ch-deli:before {
  -webkit-mask-image: url(/images/Themes/Default/i-deli.svg);
          mask-image: url(/images/Themes/Default/i-deli.svg);
}
.business-booster-landing-page .links-table p:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% + 16px);
  width: 100%;
  height: 1px;
  background: #E5E5E5;
}
.business-booster-landing-page .links-table p a {
  color: #0F0F0F;
}
.business-booster-landing-page .links-table tr:last-child td:last-child p {
  display: none;
}
.business-booster-landing-page .links-table tr:last-child p:after {
  display: none;
}
.business-booster-landing-page .links-table tr:first-child p {
  margin-top: 0;
}
@media (max-width: 768px) {
  .business-booster-landing-page .links-table {
    display: block;
    margin-left: 0;
    width: 100%;
  }
  .business-booster-landing-page .links-table tbody,
  .business-booster-landing-page .links-table tr,
  .business-booster-landing-page .links-table td {
    display: block;
    width: 100%;
  }
  .business-booster-landing-page .links-table p {
    font-size: 24px;
    margin-top: 48px;
  }
  .business-booster-landing-page .links-table tr:first-child td:first-child p {
    margin-top: 0;
  }
  .business-booster-landing-page .links-table tr:first-child p {
    margin-top: 48px;
  }
}
.business-booster-landing-page .can .links-table tr:last-child td:last-child p {
  display: block;
}
@media (max-width: 768px) {
  .business-booster-landing-page .umb-block-grid--image-block {
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .business-booster-landing-page .brands-form .top-left-image,
  .business-booster-landing-page .brands-form .bottom-right-image {
    display: none;
  }
}

.business-booster-details-page .intro-copy-box {
  margin-bottom: var(--section-padding-m);
  padding-bottom: 0;
  max-width: 1058px;
  width: 61.23%;
}
@media (min-width: 768px) {
  .business-booster-details-page .intro-copy-box.pd-bt-s {
    margin-bottom: var(--section-padding-s);
  }
}
@media (max-width: 768px) {
  .business-booster-details-page .intro-copy-box {
    width: 100%;
    margin-bottom: 24px;
  }
}
.business-booster-details-page .intro-copy-box .card-h,
.business-booster-details-page .intro-copy-box .p-sub-h {
  margin-bottom: 0;
  margin-top: 40px;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .business-booster-details-page .intro-copy-box .card-h,
  .business-booster-details-page .intro-copy-box .p-sub-h {
    margin-top: 2.315vw;
  }
}
@media (max-width: 768px) {
  .business-booster-details-page .intro-copy-box .card-h,
  .business-booster-details-page .intro-copy-box .p-sub-h {
    margin-top: 24px;
    font-size: 24px;
    line-height: 1.5;
  }
}
.business-booster-details-page .intro-copy-box .inner {
  padding: 40px var(--section-padding-m) 0;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .business-booster-details-page .intro-copy-box .inner {
    padding-top: 2.315vw;
  }
}
@media (max-width: 768px) {
  .business-booster-details-page .intro-copy-box .inner {
    padding: 64px 0 0;
  }
}
@media (max-width: 768px) {
  .business-booster-details-page .main-cards .info-top-c {
    margin-bottom: 64px;
  }
}
.business-booster-details-page .main-cards .info-top-c .title-holder {
  align-items: center;
}
@media (max-width: 1024px) {
  .business-booster-details-page .main-cards .info-top-c .title-holder {
    align-items: start;
  }
}
.business-booster-details-page .main-cards .info-top-c h2 {
  font-size: 48px;
  line-height: 52px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .business-booster-details-page .main-cards .info-top-c h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
.business-booster-details-page .main-cards .info-top-c .title-image {
  align-content: center;
}
.business-booster-details-page .main-cards .info-top-c .title-image img {
  max-height: 74px;
}
.business-booster-details-page .cards-holder.lined-cards .card-item {
  padding: 24px 24px 16px 24px;
}
@media (min-width: 768px) {
  .business-booster-details-page .cards-holder.lined-cards .card-item {
    max-width: 400px;
    aspect-ratio: 1;
  }
  .business-booster-details-page .cards-holder.lined-cards .card-item p {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .business-booster-details-page .cards-holder.lined-cards.sm-text-small p:not(.p-legal) {
    font-size: 18px;
    line-height: 28px;
  }
}
.business-booster-details-page .brands-form {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .business-booster-details-page .brands-form .top-left-image,
  .business-booster-details-page .brands-form .bottom-right-image {
    display: none;
  }
}
.business-booster-details-page .resources h2 .title {
  text-shadow: var(--shadow-offset-x-long) var(--shadow-offset-y-long) 0 #FFC800;
}
@media (max-width: 768px) {
  .business-booster-details-page .resources h2 .title {
    text-shadow: 4px 5px 0 #FFC800;
  }
}

.inno-page .intro-copy {
  padding-top: var(--section-padding-xs);
  padding-bottom: var(--section-padding-l);
}
.inno-page .intro-copy h2 {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .inno-page .intro-copy {
    padding-bottom: 48px;
  }
  .inno-page .intro-copy h2 {
    margin-bottom: 16px;
  }
  .inno-page .intro-copy .h3 {
    font-size: 40px;
    line-height: 48px;
  }
  .inno-page .intro-copy .card-h {
    font-size: 16px;
    line-height: 1.5;
  }
  .inno-page .intro-copy .card-h br {
    display: none;
  }
}
.inno-page .ig-title {
  padding-bottom: var(--section-padding-s);
}
.inno-page .ig-title h2 {
  margin-bottom: min(2.315vw, 40px);
}
@media (max-width: 768px) {
  .inno-page .ig-title h2 {
    margin-bottom: 24px;
  }
  .inno-page .ig-title .h3,
  .inno-page .ig-title .h1 {
    text-shadow: 2px 2px 0 #FFC800;
  }
  .inno-page .ig-title .p-sub-h br {
    display: none;
  }
}
.inno-page .b-inno-menuideas,
.inno-page .b-inno-redefiningmealtime {
  padding-bottom: 0;
}
.inno-page .info-cards.lift-up-lg .row {
  margin-top: max(-228px, -13.194vw);
}
.inno-page .info-cards.lift-up-lg {
  padding-bottom: var(--section-padding-l);
}
.inno-page .info-cards.lift-up-lg .card-item {
  width: 370px;
  padding: 64px 40px;
}
.inno-page .info-cards.lift-up-lg .card-item .image {
  margin-bottom: var(--section-padding-s);
}
.inno-page .info-cards.lift-up-lg .items {
  gap: 40px;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .inno-page .info-cards.lift-up-lg .card-item {
    width: 21vw;
    padding: var(--section-padding-m) 2.315vw;
  }
  .inno-page .info-cards.lift-up-lg .items {
    gap: 2.315vw;
  }
}
@media (max-width: 768px) {
  .inno-page .info-cards.lift-up-lg .items {
    padding-bottom: 24px;
  }
}

@media (max-width: 768px) {
  .error-404-page .img-404 {
    padding-top: 96px;
  }
}

.article-details-page {
  --article-padding-m: 57px;
  --article-padding-s: 24px;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .article-details-page {
    --article-padding-m: 3.299vw;
    --article-padding-s: 1.389vw;
  }
}
@media (max-width: 768px) {
  .article-details-page {
    --article-padding-m: 40px;
    --article-padding-s: 24px;
  }
}
.article-details-page .inner {
  max-width: 1472px;
}
.article-details-page .image-info-article {
  margin-top: var(--section-padding-m);
}
@media (max-width: 768px) {
  .article-details-page .image-info-article {
    margin-top: 40px;
  }
}
.article-details-page .image-info-article .left-right {
  align-items: center;
  margin-bottom: var(--section-padding-m);
}
@media (max-width: 768px) {
  .article-details-page .image-info-article .left-right {
    margin-bottom: 40px;
  }
}
.article-details-page .image-info-article .left-right .content-text {
  flex-basis: 52.4%;
}
@media (max-width: 768px) {
  .article-details-page .image-info-article .left-right .content-text {
    flex-basis: 100%;
  }
}
.article-details-page .image-info-article .left-right .content-text .tag {
  padding: 8px 16px;
  background: #F4F4F4;
  border: 1px solid #E5E5E5;
  border-radius: 999px;
  margin-bottom: var(--section-padding-xs);
  display: inline-block;
  font-size: 16px;
}
@media (max-width: 768px) {
  .article-details-page .image-info-article .left-right .content-text .tag {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .article-details-page .image-info-article .left-right .content-text .title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 40px;
  }
}
.article-details-page .image-info-article .left-right .image {
  flex-basis: 42.4%;
}
@media (max-width: 768px) {
  .article-details-page .image-info-article .left-right .image {
    flex-basis: 100%;
    text-align: center;
  }
}
.article-details-page .image-info-article .left-right .image img {
  border-radius: 24px;
}
@media (max-width: 480px) {
  .article-details-page .image-info-article .left-right .image img {
    height: 280px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.article-details-page .image-info-article .bottom-text {
  padding-bottom: var(--article-padding-m);
  border-bottom: 1px solid #E5E5E5;
}
@media (max-width: 768px) {
  .article-details-page .image-info-article .bottom-text {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.article-details-page .image-info-article .bottom-text p {
  color: #717171;
  font-size: max(16px, var(--fs-sub-h));
}
@media (max-width: 480px) {
  .article-details-page .image-info-article .bottom-text p {
    font-size: 14px;
  }
}
.article-details-page .umb-block-grid .richtext h2,
.article-details-page .umb-block-grid .richtext h3,
.article-details-page .umb-block-grid .richtext .h1,
.article-details-page .umb-block-grid .richtext .h2,
.article-details-page .umb-block-grid .richtext .h3,
.article-details-page .umb-block-grid .richtext .h4 {
  text-transform: none;
  font-weight: 700;
}
.article-details-page .umb-block-grid .richtext h2 {
  margin-top: var(--article-padding-m);
  margin-bottom: var(--article-padding-s);
  color: #404040;
}
.article-details-page .umb-block-grid .richtext > p {
  color: #404040;
}
.article-details-page .umb-block-grid .richtext > p strong {
  font-weight: 700;
}
.article-details-page .umb-block-grid .richtext > p:not([class]) {
  font-size: max(16px, var(--fs-sub-h));
}
.article-details-page .umb-block-grid .richtext p.p-sub-h {
  font-size: max(16px, var(--fs-sub-h));
}
.article-details-page .umb-block-grid .richtext p:not(:last-child) {
  margin-bottom: var(--article-padding-s);
}
.article-details-page .umb-block-grid .richtext p.p-txt:last-child {
  margin-top: var(--article-padding-m);
}
.article-details-page .umb-block-grid .richtext a {
  color: inherit;
  text-decoration: underline;
}
.article-details-page .umb-block-grid .richtext a strong {
  font-weight: 800;
}
.article-details-page .umb-block-grid .richtext a:hover {
  color: inherit;
}
.article-details-page .umb-block-grid {
  counter-reset: global-count;
}
.article-details-page .umb-block-grid ol {
  list-style: none;
  padding-left: 0;
}
.article-details-page .umb-block-grid ol li {
  display: flex;
  align-items: center;
  counter-increment: global-count;
  margin-bottom: var(--article-padding-s);
  color: #404040;
}
.article-details-page .umb-block-grid ol li p {
  font-size: max(16px, var(--fs-sub-h));
}
.article-details-page .umb-block-grid ol li:before {
  content: counter(global-count) ".";
  font-size: max(16px, var(--fs-sub-h));
  font-weight: 600;
  width: var(--section-padding-s);
  height: var(--section-padding-s);
  border-radius: 50%;
  background: #FFC800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
@media (max-width: 768px) {
  .article-details-page .umb-block-grid ol li:before {
    width: 32px;
    height: 32px;
    aspect-ratio: 1;
  }
}
.article-details-page .umb-block-grid ul {
  list-style: disc;
  margin-left: var(--section-padding);
  margin-bottom: var(--article-padding-s);
  max-width: 80%;
}
.article-details-page .umb-block-grid ul li {
  color: #404040;
}
.article-details-page .umb-block-grid ul li p {
  font-size: max(16px, var(--fs-sub-h));
}
.article-details-page .umb-block-grid ul li:not(:last-child) {
  margin-bottom: var(--article-padding-s);
}
@media (max-width: 768px) {
  .article-details-page .umb-block-grid ul {
    margin-left: 3.5%;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .article-details-page .umb-block-grid ul {
    margin-left: 6.5%;
  }
}
.article-details-page .umb-block-grid .text-w-bold-num.txt-block {
  margin: var(--section-padding-s) 0;
}
.article-details-page .umb-block-grid .text-box {
  margin: var(--section-padding-s) auto;
}
.article-details-page .umb-block-grid .quote-block-holder .text p {
  font-size: min(32px, 1.852vw);
  line-height: 1.25;
}
@media (max-width: 768px) {
  .article-details-page .umb-block-grid .quote-block-holder .text p {
    font-size: 18px;
    line-height: 28px;
  }
}
.article-details-page .umb-block-grid .callout-block-holder {
  margin-top: var(--article-padding-m);
  margin-bottom: var(--article-padding-m);
}
@media (max-width: 768px) {
  .article-details-page .umb-block-grid .callout-block-holder {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.article-details-page .umb-block-grid .cards-holder.image-background-cards {
  padding-bottom: var(--article-padding-s);
}
.article-details-page .umb-block-grid .cards-holder.image-background-cards .menu-idea figure.image img {
  border-radius: 8px;
  aspect-ratio: 1472/600;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .article-details-page .umb-block-grid .cards-holder.image-background-cards .menu-idea figure.image img {
    aspect-ratio: 327/300;
  }
}
.article-details-page .umb-block-grid .cards-holder.image-background-cards .menu-idea .content-holder {
  right: var(--section-padding-xs);
  bottom: var(--section-padding-xs);
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(20px);
  padding: min(40px, 2.315vw);
  border-radius: 16px;
  max-width: min(650px, 37.616vw);
  width: -moz-fit-content;
  width: fit-content;
}
.article-details-page .umb-block-grid .cards-holder.image-background-cards .menu-idea .content-holder .brand-logos {
  margin-bottom: var(--article-padding-s);
}
.article-details-page .umb-block-grid .cards-holder.image-background-cards .menu-idea .content-holder .title {
  font-size: min(36px, 2.083vw);
}
@media (max-width: 768px) {
  .article-details-page .umb-block-grid .cards-holder.image-background-cards .menu-idea .content-holder {
    right: 16px;
    bottom: 16px;
    left: 16px;
    padding: 12px;
    max-width: 100%;
  }
  .article-details-page .umb-block-grid .cards-holder.image-background-cards .menu-idea .content-holder .title {
    font-size: 14px;
    line-height: 20px;
  }
  .article-details-page .umb-block-grid .cards-holder.image-background-cards .menu-idea .content-holder .brand-logos {
    margin-bottom: 8px;
  }
  .article-details-page .umb-block-grid .cards-holder.image-background-cards .menu-idea .content-holder .brand-logos .logo {
    max-height: 32px;
  }
}
.article-details-page .umb-block-grid .umb-block-grid__layout-item:not(:last-child) .rte-holder {
  padding-bottom: var(--article-padding-s);
}
.article-details-page .umb-block-grid .umb-block-grid__layout-item:last-child {
  padding-bottom: var(--section-padding);
}
.article-details-page .umb-block-grid .umb-block-grid__layout-item:last-child .rte-holder {
  padding-bottom: 0;
}
.article-details-page .umb-block-grid .umb-block-grid--image-block {
  padding-bottom: 0;
  margin-bottom: var(--article-padding-s);
}
.article-details-page .umb-block-grid .row.col-2 {
  padding-bottom: var(--article-padding-s);
}
.article-details-page .umb-block-grid .row.col-2 .umb-block-grid__layout-item {
  padding-bottom: 0;
}
.article-details-page .umb-block-grid .row.col-2 .umb-block-grid--image-block {
  padding-bottom: 0;
}
.article-details-page .umb-block-grid .row.col-2 .umb-block-grid__area-container .umb-block-grid__area {
  align-content: flex-start;
}
.article-details-page .umb-block-grid .row.col-2 .umb-block-grid__area-container .umb-block-grid__layout-container {
  height: 100%;
  width: 100%;
}
.article-details-page .umb-block-grid .row.col-2 .umb-block-grid__area-container .umb-block-grid__layout-item {
  height: 100%;
  width: 100%;
}
.article-details-page .umb-block-grid .row.col-2 .umb-block-grid__area-container .umb-block-grid__layout-item figure {
  height: 100%;
  width: 100%;
}
.article-details-page .main-cards.related-products .inner {
  max-width: 100%;
  width: 100%;
}
.article-details-page .main-cards.related-products .info-top-c {
  max-width: 1472px;
  padding-left: var(--section-padding);
}
@media (max-width: 768px) {
  .article-details-page .main-cards.related-products .info-top-c {
    padding-left: 3.5%;
  }
}
@media (max-width: 480px) {
  .article-details-page .main-cards.related-products .info-top-c {
    padding-left: 6.5%;
  }
}
.article-details-page .main-cards.related-products .info-top-c .title-holder {
  align-items: center;
}
.article-details-page .main-cards.related-products .info-top-c .title-holder .title {
  font-size: var(--fs-h3);
  line-height: 1.0833333333;
  text-shadow: 4px 5px 0 #FFC800;
}
.article-details-page .main-cards.related-products .info-top-c .title-holder .title-image img {
  max-height: 74px;
}
.article-details-page .main-cards.related-products .left-image {
  transform: none;
  rotate: -145deg;
  top: 12%;
}
.article-details-page .main-cards.related-products .right-image {
  transform: none;
  rotate: -145deg;
  top: -60%;
  right: -47%;
}
.article-details-page .main-cards.related-products .content-swiper {
  margin-left: auto;
  margin-right: auto;
}
.article-details-page .main-cards.related-products .content-swiper .swiper-wrapper {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.article-details-page .main-cards.related-products .content-swiper .swiper-button-prev:after,
.article-details-page .main-cards.related-products .content-swiper .swiper-button-next:after {
  background-color: #404040;
}
@media (max-width: 768px) {
  .article-details-page .main-cards.related-products .content-swiper {
    margin-left: 3.5%;
  }
}
@media (max-width: 480px) {
  .article-details-page .main-cards.related-products .content-swiper {
    margin-left: 6.5%;
  }
}
@media (max-width: 768px) {
  .article-details-page .main-cards.related-products .info-top-c .title-holder {
    align-items: start;
  }
  .article-details-page .main-cards.related-products .info-top-c .title-holder .title {
    font-size: 40px;
    line-height: 48px;
    text-shadow: 2px 4px 0 #FFC800;
  }
}
.article-details-page .artic-dips-dustings .umb-block-grid .row.col-2 {
  padding-bottom: 0;
}
.article-details-page .artic-dips-dustings .umb-block-grid .row.col-2 .inner {
  max-width: 100%;
  width: 100%;
}
.article-details-page .artic-dips-dustings .umb-block-grid .row.col-2 .umb-block-grid__area-container .umb-block-grid__area .block-component.rte-holder {
  padding-top: var(--article-padding-s);
  padding-bottom: var(--article-padding-s);
}
.article-details-page .artic-dips-dustings .umb-block-grid .row.col-2 .umb-block-grid__area-container .umb-block-grid__area .block-component.rte-holder ol li p {
  font-size: max(16px, var(--fs-sub-h));
}
.article-details-page .artic-dips-dustings .umb-block-grid .row.col-2 .umb-block-grid__area-container .umb-block-grid__area:first-child .block-component.rte-holder {
  padding-right: var(--section-padding-s);
  padding-left: var(--section-padding);
}
.article-details-page .artic-dips-dustings .umb-block-grid .row.col-2 .umb-block-grid__area-container .umb-block-grid__area:last-child .block-component.rte-holder {
  padding-left: var(--section-padding-s);
  padding-right: var(--section-padding);
}
@media (max-width: 768px) {
  .article-details-page .artic-dips-dustings .umb-block-grid .row.col-2 .umb-block-grid__area-container .umb-block-grid__area .block-component.rte-holder {
    padding-left: 3.5% !important;
    padding-right: 3.5% !important;
    padding-top: 0 !important;
  }
}
@media (max-width: 480px) {
  .article-details-page .artic-dips-dustings .umb-block-grid .row.col-2 .umb-block-grid__area-container .umb-block-grid__area .block-component.rte-holder {
    padding-left: 6.5% !important;
    padding-right: 6.5% !important;
  }
}
@media (max-width: 768px) {
  .article-details-page .artic-dips-dustings .umb-block-grid .umb-block-grid__layout-item:nth-child(2n of :has(.row.col-2)) .umb-block-grid__area-container {
    flex-direction: column-reverse;
  }
  .article-details-page .artic-dips-dustings .umb-block-grid .umb-block-grid__layout-item:nth-last-child(1 of :has(.row.col-2)) .block-component.rte-holder {
    padding-bottom: 0 !important;
  }
}

.resources-landing-page .row:not(.bottom-sign-up) .inner {
  max-width: 1472px;
}
@media (min-width: 768px) {
  .resources-landing-page h1 .h2 {
    line-height: 1.2;
  }
}
.resources-landing-page .rte-holder.intro-copy {
  margin-top: var(--section-padding);
  padding-bottom: var(--section-padding-s);
}
@media (max-width: 768px) {
  .resources-landing-page .rte-holder.intro-copy {
    margin-top: 48px;
    padding-bottom: 24px;
  }
  .resources-landing-page .rte-holder.intro-copy h2 {
    text-align: center;
  }
  .resources-landing-page .rte-holder.intro-copy h2 .h3 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 768px) {
  .resources-landing-page .news-cards {
    padding-bottom: 56px;
  }
}

@media (max-width: 768px) {
  .trends-landing-page #top.b-top-byb-1 .content {
    margin-bottom: 56px !important;
  }
}
.trends-landing-page .intro-copy-box {
  margin-bottom: var(--section-padding-m);
  padding-bottom: 0;
}
.trends-landing-page .intro-copy-box:after {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  width: 173px;
  height: 6px;
  background: #FFC800;
  content: "";
  z-index: 1;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .trends-landing-page .intro-copy-box:after {
    width: 10.012vw;
    height: 0.347vw;
  }
}
@media (min-width: 768px) {
  .trends-landing-page .intro-copy-box .inner {
    padding: min(40px, 2.315vw) var(--section-padding-m);
  }
}
@media (max-width: 768px) {
  .trends-landing-page .intro-copy-box .inner {
    max-width: 100%;
    width: 100%;
  }
  .trends-landing-page .intro-copy-box {
    max-width: 93%;
    padding: 32px 16px;
    margin-top: -24px;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .trends-landing-page .intro-copy-box {
    max-width: 87.2%;
  }
}
@media (max-width: 768px) {
  .trends-landing-page .cards-holder.trends-insp-cta-cards {
    padding-bottom: 48px;
  }
}
.trends-landing-page .rte-holder.t-res-center {
  padding-bottom: var(--section-padding-l);
}
.trends-landing-page .rte-holder.t-res-center h2 {
  margin-bottom: 24px;
}
.trends-landing-page .rte-holder.t-res-center a {
  color: #0F0F0F;
}
@media (max-width: 768px) {
  .trends-landing-page .rte-holder.t-res-center {
    padding-bottom: 48px;
  }
  .trends-landing-page .rte-holder.t-res-center .h2 {
    font-size: 24px;
    line-height: 1.5;
  }
  .trends-landing-page .rte-holder.t-res-center .h1 {
    font-size: 48px;
    line-height: 52px;
  }
  .trends-landing-page .rte-holder.t-res-center .p-sub-h {
    font-size: 24px;
  }
  .trends-landing-page .rte-holder.t-res-center .p-sub-h br {
    display: none;
  }
}
.trends-landing-page .rte-holder.t-brands-tape {
  padding-bottom: var(--section-padding-s);
}

/* ==========================================================================
   HERO BANNERS (with animation stamp)
   ========================================================================== */
#top {
  color: #FFF;
  overflow-x: clip;
  position: relative;
}
#top figure.banner-image {
  aspect-ratio: 1728/739;
  position: relative;
}
@media (max-width: 768px) {
  #top figure.banner-image {
    aspect-ratio: 375/600;
    min-height: auto;
  }
}
#top figure.banner-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 1728/739;
}
@media (max-width: 768px) {
  #top figure.banner-image img {
    aspect-ratio: 375/600;
  }
}
#top .content-holder {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
#top .content {
  position: relative;
  margin-left: 170px;
  margin-bottom: 60px;
}
@media (min-width: 769px) and (max-width: 1728px) {
  #top .content {
    margin-left: 9.838vw;
    margin-bottom: 3.472vw;
  }
}
@media (max-width: 768px) {
  #top .content {
    margin-left: 100px;
    margin-bottom: 42px;
    margin-right: 24px;
  }
}
@media (max-width: 480px) {
  #top .content {
    margin-left: 74px;
    margin-bottom: 32px;
  }
}
#top .animation-stamp {
  position: absolute;
  top: -10px;
  right: 100%;
  margin-right: 24px;
  width: 150px;
}
@media (min-width: 769px) and (max-width: 1728px) {
  #top .animation-stamp {
    width: 8.681vw;
    margin-right: 1.389vw;
    top: -0.579vw;
  }
}
@media (max-width: 768px) {
  #top .animation-stamp {
    width: 90px;
    margin-right: 10px;
  }
}
@media (max-width: 480px) {
  #top .animation-stamp {
    width: 64px;
    top: 5px;
  }
}
#top .title {
  margin-bottom: 20px;
}
#top h1:not(.title) {
  line-height: 0;
}
#top h1:not(.title) .title {
  color: #fff;
}
#top h2:not(.title) {
  line-height: 0;
}
#top h2:not(.title) .title {
  color: #fff;
}
#top.short-600 figure.banner-image {
  aspect-ratio: 1728/600;
  position: relative;
}
#top.short-600 img {
  aspect-ratio: 1728/600;
}

#top.b-homepage figure.banner-image {
  position: relative;
}
@media (min-width: 768px) {
  #top.b-homepage figure.banner-image {
    aspect-ratio: 1728/1032;
  }
}
@media (min-width: 768px) {
  #top.b-homepage figure.banner-image img {
    aspect-ratio: 1728/1032;
  }
}
#top.b-homepage figure.banner-image:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(224.04deg, rgba(0, 0, 0, 0) 44.34%, #000000 84.54%);
}
#top.b-homepage .content {
  padding-bottom: 46px;
}
#top.b-homepage .content h1 {
  padding-top: 23px;
}
@media (min-width: 769px) and (max-width: 1728px) {
  #top.b-homepage .content {
    padding-bottom: 2.662vw;
  }
  #top.b-homepage .content h1 {
    padding-top: 1.331vw;
  }
}
@media (max-width: 768px) {
  #top.b-homepage .content .h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
#top.b-homepage .animation-stamp {
  margin-right: 40px;
  top: 0;
}
@media (min-width: 769px) and (max-width: 1728px) {
  #top.b-homepage .animation-stamp {
    margin-right: 2.315vw;
  }
}
@media (max-width: 768px) {
  #top.b-homepage .content {
    margin-bottom: 32px;
    margin-left: 3.5%;
    margin-right: 3.5%;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  #top.b-homepage .content {
    margin-left: 6.5%;
    margin-right: 6.5%;
  }
}
@media (max-width: 768px) {
  #top.b-homepage .content h1 {
    padding-top: 0;
  }
  #top.b-homepage .animation-stamp {
    position: relative;
    margin-right: 0;
    right: auto;
    top: auto;
    transform: none;
    margin-bottom: 24px;
    height: auto;
  }
}
#top.b-top-about-us .animation-stamp {
  margin-right: 40px;
  top: 0;
}
@media (min-width: 769px) and (max-width: 1728px) {
  #top.b-top-about-us .animation-stamp {
    margin-right: 2.315vw;
  }
}
#top.b-top-about-us .content {
  margin-bottom: 131px;
}
#top.b-top-about-us .content .h2 {
  line-height: 1.2;
}
@media (min-width: 769px) and (max-width: 1728px) {
  #top.b-top-about-us .content {
    margin-bottom: 7.581vw;
  }
}
@media (max-width: 768px) {
  #top.b-top-about-us .content {
    margin-left: 3.5%;
    margin-right: 3.5%;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  #top.b-top-about-us .content {
    margin-left: 6.5%;
    margin-right: 6.5%;
  }
}
@media (max-width: 768px) {
  #top.b-top-about-us .content .h2 {
    font-size: 36px;
    line-height: 40px;
  }
  #top.b-top-about-us .animation-stamp {
    position: relative;
    position: relative;
    margin-right: 0;
    right: auto;
    top: auto;
    transform: none;
    margin-bottom: 24px;
    height: auto;
  }
}
#top.b-top-chefs .content {
  margin-bottom: 109px;
}
@media (min-width: 769px) and (max-width: 1728px) {
  #top.b-top-chefs .content {
    margin-bottom: 6.308vw;
  }
}
@media (max-width: 768px) {
  #top.b-top-chefs .content {
    margin-bottom: 42px;
  }
}
@media (max-width: 480px) {
  #top.b-top-chefs .content {
    margin-bottom: 32px;
  }
}
#top.b-top-byb .animation-stamp {
  margin-right: 40px;
  top: 0;
  width: 242px;
}
@media (min-width: 769px) and (max-width: 1728px) {
  #top.b-top-byb .animation-stamp {
    margin-right: 2.315vw;
    width: 14.005vw;
  }
}
#top.b-top-byb .content {
  margin-left: 218px;
}
@media (min-width: 769px) and (max-width: 1728px) {
  #top.b-top-byb .content {
    margin-left: 12.616vw;
  }
}
@media (max-width: 768px) {
  #top.b-top-byb .animation-stamp {
    width: 121px;
  }
  #top.b-top-byb .animation-stamp img {
    margin-left: -32px;
  }
  #top.b-top-byb .content {
    margin-bottom: 38px !important;
    margin-left: 141px;
  }
  #top.b-top-byb .text-holder {
    margin-left: -52px;
  }
  #top.b-top-byb .text-holder .h2 {
    font-size: 48px;
    line-height: 52px;
  }
  #top.b-top-byb .text-holder .h3 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 768px) {
  #top.b-top-byb-1 .animation-stamp {
    position: relative;
    margin-right: 0;
    right: auto;
    top: auto;
    transform: none;
    margin-bottom: 20px;
    height: auto;
    width: 121px;
  }
  #top.b-top-byb-1 .animation-stamp img {
    margin-left: 0;
  }
  #top.b-top-byb-1 .content {
    margin-left: 3.5%;
    margin-right: 3.5%;
    margin-bottom: 32px !important;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  #top.b-top-byb-1 .content {
    margin-left: 6.5%;
    margin-right: 6.5%;
  }
}
@media (max-width: 768px) {
  #top.b-top-byb-1 .text-holder {
    margin-left: 0;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  #top.b-top-byb-1 .text-holder br {
    display: none;
  }
}
@media (max-width: 768px) {
  #top.b-top-byb-1 .text-holder .h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
#top.b-top-resources .animation-stamp {
  margin-right: 40px;
  top: 0;
  width: 242px;
}
@media (min-width: 769px) and (max-width: 1728px) {
  #top.b-top-resources .animation-stamp {
    margin-right: 2.315vw;
    width: 14.005vw;
  }
}
#top.b-top-resources figure.banner-image {
  aspect-ratio: 1728/660;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
#top.b-top-resources figure.banner-image img {
  aspect-ratio: 1728/660;
}
#top.b-top-resources .content {
  margin-left: 218px;
}
#top.b-top-resources .content p {
  margin-top: 8px;
  width: 688px;
  max-width: 100%;
}
@media (min-width: 769px) and (max-width: 1728px) {
  #top.b-top-resources .content {
    margin-left: 12.616vw;
  }
  #top.b-top-resources .content p {
    width: 39.815vw;
  }
}
@media (max-width: 768px) {
  #top.b-top-resources .animation-stamp {
    width: 68px;
    position: relative;
    margin-right: 0;
    right: auto;
    top: auto;
    transform: none;
    margin-bottom: 24px;
    height: auto;
  }
  #top.b-top-resources figure.banner-image {
    filter: none;
    aspect-ratio: 375/600;
  }
  #top.b-top-resources figure.banner-image img {
    aspect-ratio: 375/600;
  }
  #top.b-top-resources .content {
    margin-bottom: 32px;
    margin-left: 24px;
  }
  #top.b-top-resources .text-holder .h2 {
    font-size: 40px;
    line-height: 48px;
  }
  #top.b-top-resources .text-holder .h2 br {
    display: none;
  }
  #top.b-top-resources .text-holder .h1 {
    font-size: 40px;
    line-height: 48px;
  }
  #top.b-top-resources .text-holder p {
    margin-top: 16px;
  }
}
@media (max-width: 480px) {
  #top.b-top-innovation h1 br {
    display: none;
  }
}
@media (max-width: 768px) {
  #top.b-top-prod-cat h1 .h2 {
    font-size: 40px;
    line-height: 48px;
  }
}

.products-landing-page #top .content {
  margin-left: 160px;
  max-width: 710px;
  margin-bottom: 107px;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .products-landing-page #top .content {
    margin-left: 9.259vw;
    max-width: 41.088vw;
    margin-bottom: 6.192vw;
  }
}
@media (max-width: 768px) {
  .products-landing-page #top .content {
    margin-left: 3.5%;
    margin-right: 3.5%;
    margin-bottom: 42px !important;
  }
}
@media (max-width: 480px) {
  .products-landing-page #top .content {
    margin-bottom: 32px !important;
    margin-left: 6.5%;
    margin-right: 6.5%;
  }
}
.products-landing-page #top .content .animation-stamp {
  aspect-ratio: 189/224;
  height: 100%;
  top: 10px;
}
@media (max-width: 768px) {
  .products-landing-page #top .content .animation-stamp {
    position: relative;
    margin-right: 0;
    right: auto;
    top: auto;
    transform: none;
    margin-bottom: 24px;
    height: auto;
    width: 100px;
  }
}
@media (max-width: 480px) {
  .products-landing-page #top .content .animation-stamp {
    width: 68px;
  }
}
.products-landing-page #top h1 {
  margin-bottom: 20px;
}
.products-landing-page #top .title {
  line-height: 1;
}
@media (max-width: 768px) {
  .products-landing-page #top .h2 {
    font-size: 36px;
    line-height: 48px;
  }
}

@media (max-width: 768px) {
  .b-top-prod-subcat #top h1 .h4 {
    font-size: 20px;
    line-height: 28px;
  }
}

.brand-page #top figure.banner-image {
  aspect-ratio: 1728/605;
  position: relative;
}
@media (max-width: 768px) {
  .brand-page #top figure.banner-image {
    aspect-ratio: 375/600;
    min-height: auto;
  }
}
.brand-page #top figure.banner-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 1728/605;
}
@media (max-width: 768px) {
  .brand-page #top figure.banner-image img {
    aspect-ratio: 375/600;
  }
}
.brand-page #top:before {
  display: none;
}

.menu-ideas-landing-page #top .content {
  margin-bottom: var(--section-padding-m);
  padding-bottom: 50px;
}
.menu-ideas-landing-page #top .content .animation-stamp {
  top: -15px;
}
.menu-ideas-landing-page #top .content h1 {
  margin-bottom: 0;
  padding-top: 50px;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .menu-ideas-landing-page #top .content {
    padding-bottom: 2.894vw;
  }
  .menu-ideas-landing-page #top .content h1 {
    padding-top: 2.894vw;
  }
  .menu-ideas-landing-page #top .content .animation-stamp {
    top: -0.868vw;
  }
}
@media (max-width: 768px) {
  .menu-ideas-landing-page #top .content {
    padding-bottom: 20px;
  }
  .menu-ideas-landing-page #top .content .animation-stamp {
    top: -10px;
  }
  .menu-ideas-landing-page #top .content h1 {
    padding-top: 20px;
  }
}
@media (max-width: 480px) {
  .menu-ideas-landing-page #top .content {
    padding-bottom: 16px;
    margin-bottom: 32px;
    margin-left: 80px;
  }
  .menu-ideas-landing-page #top .content .animation-stamp {
    top: 10px;
    width: 60px;
    margin-right: 20px;
  }
  .menu-ideas-landing-page #top .content h1 {
    padding-top: 16px;
  }
}

@media (min-width: 768px) {
  .menu-idea-details-page #top figure.banner-image {
    aspect-ratio: 1728/745;
  }
  .menu-idea-details-page #top figure.banner-image img {
    aspect-ratio: 1728/745;
  }
}
.menu-idea-details-page #top .content {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(20px);
  padding: min(40px, 2.315vw);
  position: absolute;
  bottom: 32px;
  left: 32px;
  right: 32px;
  border-radius: 16px;
  max-width: min(1012px, 58.565vw);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: min(24px, 1.389vw);
}
@media (max-width: 768px) {
  .menu-idea-details-page #top .content {
    padding: 24px;
    border-radius: 24px;
    bottom: 16px;
    left: 16px;
    right: 16px;
    width: calc(100% - 32px);
    max-width: 100%;
  }
}
.menu-idea-details-page #top .content .brand-logos {
  display: flex;
}
.menu-idea-details-page #top .content .brand-logos img {
  max-height: min(72px, 4.167vw);
}
.menu-idea-details-page #top .content .brand-logos img:not(:last-child) {
  border-right: 1px solid #E5E5E5;
  padding-right: 24px;
  margin-right: 24px;
}
@media (max-width: 768px) {
  .menu-idea-details-page #top .content .brand-logos img {
    max-height: 32px;
  }
}
.menu-idea-details-page #top .content .title {
  font-size: var(--fs-h3);
  margin-bottom: 0;
  text-transform: capitalize;
}

/* ==========================================================================
   GENERIC PAGE BANNERS
   ========================================================================== */
.page-banner {
  position: relative;
  padding-bottom: var(--section-padding);
}
.page-banner h2 {
  line-height: 0;
}
@media (max-width: 768px) {
  .page-banner .banner-image img {
    width: 100%;
  }
}
.page-banner .content-holder {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.page-banner .content-holder .button-holder {
  margin-top: 24px;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .page-banner .text-w-bold-num .p-txt {
    margin-top: 0.579vw;
    font-size: 0.926vw;
  }
}
@media (max-width: 768px) {
  .page-banner .text-w-bold-num .p-txt {
    margin-top: 4px;
  }
}
.page-banner .button-holder .btn {
  padding: 24px 48px;
  font-weight: 700;
}
@media (max-width: 1280px) {
  .page-banner .button-holder .btn {
    padding: 12px 24px;
  }
}
@media (max-width: 768px) {
  .page-banner .button-holder .btn {
    width: 100%;
  }
}
.page-banner.b-hp-potatoes-apps {
  --fs-h1: 100px;
}
.page-banner.b-hp-potatoes-apps .content-holder {
  top: auto;
  bottom: 96px;
  left: 80px;
  transform: none;
}
.page-banner.b-hp-potatoes-apps .content-holder .title {
  color: #fff;
}
.page-banner.b-hp-potatoes-apps .content-holder .h1.txt-shdw {
  text-shadow: var(--shadow-offset-x-long) var(--shadow-offset-y-long) 0 #000;
}
.page-banner.b-hp-potatoes-apps .content-holder .h1 {
  line-height: 1;
}
.page-banner.b-hp-potatoes-apps .content-holder .button-holder {
  margin-top: 40px;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .page-banner.b-hp-potatoes-apps .content-holder {
    bottom: calc(4.63vw + 16px);
    left: 4.63vw;
    --fs-h1: 5.787vw;
  }
  .page-banner.b-hp-potatoes-apps .content-holder .button-holder {
    margin-top: 2.315vw;
  }
}
@media (max-width: 768px) {
  .page-banner.b-hp-potatoes-apps .content-holder {
    left: 40px;
    bottom: 56px;
    --fs-h1: 40px;
    --fs-h2: 24px;
  }
  .page-banner.b-hp-potatoes-apps .content-holder .h1 {
    line-height: 48px;
  }
  .page-banner.b-hp-potatoes-apps .content-holder .h2 {
    line-height: 36px;
  }
  .page-banner.b-hp-potatoes-apps .content-holder .button-holder {
    margin-top: 32px;
  }
  .page-banner.b-hp-potatoes-apps .content-holder .button-holder .link-btn {
    font-weight: 700;
  }
}
.page-banner.b-hp-menuideas.gif .banner-image {
  text-align: end;
}
.page-banner.b-hp-menuideas.gif .banner-image img {
  max-height: 933px;
}
.page-banner.b-hp-menuideas.gif .content-holder {
  top: 0;
  left: 0;
  height: 100%;
  background-color: #FFC800;
  width: 788px;
  max-width: 100%;
}
.page-banner.b-hp-menuideas.gif .content-holder .content-inner {
  padding: 64px;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .page-banner.b-hp-menuideas.gif .banner-image img {
    height: 53.993vw;
  }
  .page-banner.b-hp-menuideas.gif .content-holder {
    max-width: 45.2vw;
  }
  .page-banner.b-hp-menuideas.gif .content-holder .content-inner {
    padding: 3.704vw;
  }
}
@media (max-width: 768px) {
  .page-banner.b-hp-menuideas.gif .banner-image {
    aspect-ratio: 375/414;
  }
  .page-banner.b-hp-menuideas.gif .banner-image img {
    height: 100%;
    width: auto;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-banner.b-hp-menuideas.gif .content-holder {
    width: 100%;
  }
  .page-banner.b-hp-menuideas.gif .content-holder .content-inner {
    padding: 64px 0;
  }
}
.page-banner.b-hp-menuideas .content-holder {
  top: 64px;
  left: 64px;
  transform: none;
  max-width: 663px;
  --fs-h1: 100px;
}
.page-banner.b-hp-menuideas .content-holder .h1.txt-shdw {
  text-shadow: var(--shadow-offset-x-long) var(--shadow-offset-y-long) 0 #fff;
}
.page-banner.b-hp-menuideas .content-holder .h1 {
  display: block;
  line-height: 1;
  margin-bottom: 16px;
}
.page-banner.b-hp-menuideas .content-holder p {
  margin-top: 24px;
  max-width: 577px;
}
.page-banner.b-hp-menuideas .content-holder .button-holder {
  margin-top: 40px;
}
.page-banner.b-hp-menuideas .content-holder .button-holder .btn {
  background: #fff;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .page-banner.b-hp-menuideas .content-holder {
    top: 3.704vw;
    left: 3.704vw;
    max-width: 38.368vw;
    --fs-h1: 5.787vw;
  }
  .page-banner.b-hp-menuideas .content-holder .h1.txt-shdw {
    margin-bottom: 0.926vw;
  }
  .page-banner.b-hp-menuideas .content-holder p {
    font-size: 1.389vw;
    margin-top: 1.389vw;
    max-width: 33.391vw;
  }
  .page-banner.b-hp-menuideas .content-holder .button-holder {
    margin-top: 2.315vw;
  }
}
@media (max-width: 768px) {
  .page-banner.b-hp-menuideas .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .page-banner.b-hp-menuideas .content-holder {
    position: static;
    background-color: #FFC800;
    max-width: 100%;
  }
  .page-banner.b-hp-menuideas .content-holder .content-inner {
    padding: 64px 0;
    width: 93%;
    margin: auto;
    position: relative;
    z-index: 2;
    --fs-h1: 48px;
    --fs-h2: 40px;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .page-banner.b-hp-menuideas .content-holder .content-inner {
    max-width: 87.2%;
  }
}
@media (max-width: 768px) {
  .page-banner.b-hp-menuideas .content-holder .content-inner .h1 {
    line-height: 52px;
    margin-bottom: 8px;
  }
  .page-banner.b-hp-menuideas .content-holder .content-inner .h2 {
    line-height: 48px;
  }
  .page-banner.b-hp-menuideas .content-holder .content-inner p {
    margin-top: 16px;
    font-size: 18px;
  }
}
.page-banner.b-hp-innovations .content-holder {
  transform: none;
  left: 80px;
  top: 104px;
  max-width: 927px;
  --fs-h1: 100px;
}
.page-banner.b-hp-innovations .content-holder .h1.txt-shdw {
  text-shadow: var(--shadow-offset-x-long) var(--shadow-offset-y-long) 0 #fff;
}
.page-banner.b-hp-innovations .content-holder .h1 {
  line-height: 1.04;
}
.page-banner.b-hp-innovations .content-holder .button-holder {
  margin-top: 32px;
}
.page-banner.b-hp-innovations .content-holder .button-holder .link-btn {
  color: #0F0F0F;
}
.page-banner.b-hp-innovations .content-holder .button-holder .link-btn:after, .page-banner.b-hp-innovations .content-holder .button-holder .link-btn:before {
  background: #fff;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .page-banner.b-hp-innovations .content-holder {
    left: 4.63vw;
    top: 6.019vw;
    max-width: 53.646vw;
    --fs-h1: 5.787vw;
  }
  .page-banner.b-hp-innovations .content-holder .button-holder {
    margin-top: 1.852vw;
  }
  .page-banner.b-hp-innovations .content-holder .button-holder .link-btn:before {
    bottom: -0.926vw;
  }
  .page-banner.b-hp-innovations .content-holder .button-holder .link-btn:after {
    aspect-ratio: 1;
    width: 2.778vw;
  }
}
@media (max-width: 768px) {
  .page-banner.b-hp-innovations .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .page-banner.b-hp-innovations .content-holder {
    position: static;
    background-color: #FFC800;
  }
  .page-banner.b-hp-innovations .content-holder .content-inner {
    padding: 64px 0;
    width: 93%;
    margin: auto;
    position: relative;
    z-index: 2;
    --fs-h1: 40px;
    --fs-h2: 24px;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .page-banner.b-hp-innovations .content-holder .content-inner {
    max-width: 87.2%;
  }
}
@media (max-width: 768px) {
  .page-banner.b-hp-innovations .content-holder .content-inner .h1 {
    line-height: 48px;
    margin-top: 8px;
    display: block;
  }
  .page-banner.b-hp-innovations .content-holder .content-inner .h2 {
    line-height: 36px;
  }
  .page-banner.b-hp-innovations .content-holder .content-inner .button-holder {
    margin-top: 40px;
  }
}
.page-banner.b-hp-about-us .content-holder {
  right: 0;
  left: auto;
  transform: none;
  max-width: 887px;
  top: 162px;
  background: #FFC800;
  padding: 64px 128px 80px;
  text-align: end;
}
.page-banner.b-hp-about-us .content-holder .h1 {
  text-shadow: var(--shadow-offset-x-long) var(--shadow-offset-y-long) 0 #fff;
}
.page-banner.b-hp-about-us .content-holder .h2 {
  line-height: 0.86;
}
.page-banner.b-hp-about-us .content-holder p {
  margin-top: 32px;
}
.page-banner.b-hp-about-us .content-holder .button-holder {
  margin-top: 40px;
}
.page-banner.b-hp-about-us .content-holder .button-holder .link-btn {
  color: #0F0F0F;
}
.page-banner.b-hp-about-us .content-holder .button-holder .link-btn::before, .page-banner.b-hp-about-us .content-holder .button-holder .link-btn:after {
  background: #fff;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .page-banner.b-hp-about-us .content-holder {
    max-width: 51.331vw;
    top: 9.375vw;
    padding: 3.704vw 7.407vw 4.63vw;
  }
  .page-banner.b-hp-about-us .content-holder p {
    font-size: 1.389vw;
    margin-top: 1.852vw;
  }
  .page-banner.b-hp-about-us .content-holder .button-holder {
    margin-top: 2.315vw;
  }
  .page-banner.b-hp-about-us .content-holder .button-holder .link-btn:before {
    bottom: -0.926vw;
  }
  .page-banner.b-hp-about-us .content-holder .button-holder .link-btn:after {
    aspect-ratio: 1;
    width: 2.778vw;
  }
}
@media (max-width: 768px) {
  .page-banner.b-hp-about-us .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .page-banner.b-hp-about-us .content-holder {
    position: static;
    padding: 0;
    text-align: start;
  }
  .page-banner.b-hp-about-us .content-holder .content-inner {
    padding: 64px 0 80px;
    width: 93%;
    margin: auto;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .page-banner.b-hp-about-us .content-holder .content-inner {
    max-width: 87.2%;
  }
}
@media (max-width: 768px) {
  .page-banner.b-hp-about-us .content-holder .content-inner .h1 {
    margin-top: 8px;
    display: block;
  }
  .page-banner.b-hp-about-us .content-holder .content-inner .h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .page-banner.b-hp-about-us .content-holder .content-inner p {
    margin-top: 16px;
    font-size: 18px;
  }
  .page-banner.b-hp-about-us .content-holder .content-inner .button-holder {
    margin-top: 40px;
  }
}
.page-banner.b-sharedtrust .content-holder {
  --fs-h1-large: 100px;
  left: 64px;
  transform: none;
  max-width: 638px;
  top: 64px;
}
.page-banner.b-sharedtrust .content-holder .h2 {
  line-height: 1;
}
.page-banner.b-sharedtrust .content-holder .h2.txt-shdw {
  text-shadow: var(--shadow-offset-x-long) var(--shadow-offset-y-long) 0 #fff;
}
.page-banner.b-sharedtrust .content-holder .h1-lg {
  line-height: 1;
}
.page-banner.b-sharedtrust .content-holder .h1-lg.txt-shdw {
  text-shadow: var(--shadow-offset-x-long) var(--shadow-offset-y-long) 0 #fff;
}
.page-banner.b-sharedtrust .content-holder p {
  margin-top: 32px;
}
.page-banner.b-sharedtrust .content-holder .button-holder {
  margin-top: 32px;
}
.page-banner.b-sharedtrust .content-holder .button-holder .btn {
  background: #fff;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .page-banner.b-sharedtrust .content-holder {
    --fs-h1-large: 5.787vw;
    left: 3.704vw;
    max-width: 36.921vw;
    top: 3.704vw;
  }
  .page-banner.b-sharedtrust .content-holder p {
    margin-top: 1.852vw;
  }
  .page-banner.b-sharedtrust .content-holder .button-holder {
    margin-top: 1.852vw;
  }
}
@media (max-width: 768px) {
  .page-banner.b-sharedtrust .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .page-banner.b-sharedtrust .content-holder {
    position: static;
    background-color: #FFC800;
    max-width: 100%;
  }
  .page-banner.b-sharedtrust .content-holder .content-inner {
    padding: 64px 0;
    width: 93%;
    margin: auto;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .page-banner.b-sharedtrust .content-holder .content-inner {
    max-width: 87.2%;
  }
}
@media (max-width: 768px) {
  .page-banner.b-sharedtrust .content-holder .content-inner .h1-lg {
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .page-banner.b-sharedtrust .content-holder .content-inner .h1-lg {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 768px) {
  .page-banner.b-sharedtrust .content-holder .content-inner .h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .page-banner.b-sharedtrust .content-holder .content-inner p {
    margin-top: 16px;
    font-size: 18px;
    line-height: 28px;
  }
  .page-banner.b-sharedtrust .content-holder .content-inner .button-holder {
    margin-top: 40px;
  }
}
.page-banner.b-positiveimpact .content-holder {
  width: 1259px;
  text-align: center;
  top: 128px;
}
.page-banner.b-positiveimpact .content-holder .h1-lg {
  text-shadow: var(--shadow-offset-x-long) var(--shadow-offset-y-long) 0 #FFC800;
}
.page-banner.b-positiveimpact .content-holder .h1 {
  text-shadow: var(--shadow-offset-x-long) var(--shadow-offset-y-long) 0 #FFC800;
}
.page-banner.b-positiveimpact .content-holder p {
  max-width: 67%;
  margin: auto;
  margin-top: 40px;
}
.page-banner.b-positiveimpact .content-holder .button-holder {
  margin-top: 40px;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .page-banner.b-positiveimpact .content-holder {
    width: 72.859vw;
    top: 7.407vw;
  }
  .page-banner.b-positiveimpact .content-holder p {
    margin-top: 2.315vw;
  }
  .page-banner.b-positiveimpact .content-holder .button-holder {
    margin-top: 2.315vw;
  }
  .page-banner.b-positiveimpact .content-holder .button-holder .btn {
    padding: 1.389vw 2.778vw;
  }
}
@media (max-width: 768px) {
  .page-banner.b-positiveimpact {
    max-height: 922px;
  }
  .page-banner.b-positiveimpact .banner-image img {
    -o-object-position: bottom;
       object-position: bottom;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 922px;
    width: 100%;
  }
  .page-banner.b-positiveimpact .content-holder {
    top: 64px;
    max-width: 100%;
  }
  .page-banner.b-positiveimpact .content-holder .content-inner {
    width: 93%;
    margin: auto;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .page-banner.b-positiveimpact .content-holder .content-inner {
    max-width: 87.2%;
  }
}
@media (max-width: 768px) {
  .page-banner.b-positiveimpact .content-holder .h1-lg {
    font-size: 60px;
    line-height: 72px;
  }
  .page-banner.b-positiveimpact .content-holder .h1 {
    font-size: 48px;
    line-height: 52px;
  }
  .page-banner.b-positiveimpact .content-holder p {
    max-width: 100%;
    font-size: 18px;
    line-height: 28px;
  }
}
.page-banner.b-kitchenseverywhere .content-holder {
  left: 96px;
  transform: none;
  max-width: 1019px;
  top: 126px;
}
.page-banner.b-kitchenseverywhere .content-holder .h1 {
  color: #fff;
  text-shadow: 5px 6px 0 #000;
}
.page-banner.b-kitchenseverywhere .content-holder .h3 {
  color: #fff;
  text-shadow: 4px 5px 0 #000;
}
.page-banner.b-kitchenseverywhere .content-holder p {
  color: #fff;
  margin: 24px 0 16px;
  max-width: 1019px;
}
.page-banner.b-kitchenseverywhere .content-holder .links-table {
  width: 848px;
  border-collapse: separate;
  border-spacing: 32px 0;
  margin-left: -32px;
}
.page-banner.b-kitchenseverywhere .content-holder .links-table td {
  width: 408px;
}
.page-banner.b-kitchenseverywhere .content-holder .links-table p {
  width: 100%;
  margin-bottom: 16px;
  margin-top: 32px;
  padding-left: 52px;
  position: relative;
  font-weight: 700;
}
.page-banner.b-kitchenseverywhere .content-holder .links-table p:before {
  content: "";
  width: 32px;
  aspect-ratio: 1;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  background-color: white;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}
.page-banner.b-kitchenseverywhere .content-holder .links-table p.ch-k12:before {
  -webkit-mask-image: url(/images/Themes/Default/i-k12.svg);
          mask-image: url(/images/Themes/Default/i-k12.svg);
}
.page-banner.b-kitchenseverywhere .content-holder .links-table p.ch-qsr:before {
  -webkit-mask-image: url(/images/Themes/Default/i-qsr.svg);
          mask-image: url(/images/Themes/Default/i-qsr.svg);
}
.page-banner.b-kitchenseverywhere .content-holder .links-table p.ch-cstore:before {
  -webkit-mask-image: url(/images/Themes/Default/i-cstore.svg);
          mask-image: url(/images/Themes/Default/i-cstore.svg);
}
.page-banner.b-kitchenseverywhere .content-holder .links-table p.ch-fsr:before {
  -webkit-mask-image: url(/images/Themes/Default/i-fsr.svg);
          mask-image: url(/images/Themes/Default/i-fsr.svg);
}
.page-banner.b-kitchenseverywhere .content-holder .links-table p.ch-deli:before {
  -webkit-mask-image: url(/images/Themes/Default/i-deli.svg);
          mask-image: url(/images/Themes/Default/i-deli.svg);
}
.page-banner.b-kitchenseverywhere .content-holder .links-table p:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% + 16px);
  width: 100%;
  height: 1px;
  background: #fff;
}
.page-banner.b-kitchenseverywhere .content-holder .links-table p a {
  color: #fff;
}
.page-banner.b-kitchenseverywhere .content-holder .links-table tr:last-child p:after {
  display: none;
}
.page-banner.b-kitchenseverywhere .content-holder .button-holder {
  margin-top: 32px;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .page-banner.b-kitchenseverywhere .content-holder {
    left: 5.556vw;
    transform: none;
    max-width: 58.97vw;
    top: 7.292vw;
  }
  .page-banner.b-kitchenseverywhere .content-holder p {
    margin: 1.389vw 0 0.926vw;
    max-width: 58.97vw;
  }
  .page-banner.b-kitchenseverywhere .content-holder .links-table {
    width: 49.074vw;
    border-spacing: 1.852vw 0;
    margin-left: -1.852vw;
  }
  .page-banner.b-kitchenseverywhere .content-holder .links-table td {
    width: 23.611vw;
  }
  .page-banner.b-kitchenseverywhere .content-holder .links-table p {
    margin-bottom: 0.926vw;
    margin-top: 1.852vw;
    padding-left: 3.009vw;
    font-size: 1.389vw;
  }
  .page-banner.b-kitchenseverywhere .content-holder .links-table p:before {
    width: 1.852vw;
  }
  .page-banner.b-kitchenseverywhere .content-holder .links-table p:after {
    top: calc(100% + 0.926vw);
  }
  .page-banner.b-kitchenseverywhere .content-holder .button-holder {
    margin-top: 1.852vw;
  }
}
@media (max-width: 768px) {
  .page-banner.b-kitchenseverywhere .content-holder {
    left: 0;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .page-banner.b-kitchenseverywhere .content-holder {
    top: 50%;
    translate: 0 -50%;
  }
}
@media (max-width: 768px) {
  .page-banner.b-kitchenseverywhere .content-holder .content-inner {
    width: 93%;
    margin: auto;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .page-banner.b-kitchenseverywhere .content-holder .content-inner {
    max-width: 87.2%;
  }
}
@media (max-width: 768px) {
  .page-banner.b-kitchenseverywhere .content-holder .h1 {
    text-shadow: 4px 5px 0 #000;
    max-width: 327px;
    display: block;
  }
  .page-banner.b-kitchenseverywhere .content-holder .h3 {
    text-shadow: 3px 4px 0 #000;
  }
  .page-banner.b-kitchenseverywhere .content-holder p {
    margin-bottom: 0;
  }
  .page-banner.b-kitchenseverywhere .content-holder .p-txt-lg {
    font-size: 16px;
  }
  .page-banner.b-kitchenseverywhere .content-holder .links-table {
    display: block;
    width: 100%;
    margin-left: 0;
  }
  .page-banner.b-kitchenseverywhere .content-holder .links-table tbody,
  .page-banner.b-kitchenseverywhere .content-holder .links-table tr,
  .page-banner.b-kitchenseverywhere .content-holder .links-table td {
    display: block;
    width: 100%;
  }
  .page-banner.b-kitchenseverywhere .content-holder .links-table p {
    font-size: 24px;
    margin-top: 48px;
  }
  .page-banner.b-kitchenseverywhere .content-holder .button-holder {
    margin-top: 48px;
  }
}
.page-banner.b-joinourteam .content-holder {
  left: 64px;
  transform: none;
  max-width: 826px;
  top: 229px;
  --fs-h1: 100px;
}
.page-banner.b-joinourteam .content-holder .h1 {
  text-shadow: var(--shadow-offset-x-long) var(--shadow-offset-y-long) 0 #fff;
  line-height: 1.52;
}
.page-banner.b-joinourteam .content-holder p {
  line-height: 32px;
}
.page-banner.b-joinourteam .content-holder .button-holder {
  margin-top: 40px;
}
.page-banner.b-joinourteam .content-holder .button-holder .btn {
  background: #fff;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .page-banner.b-joinourteam .content-holder {
    left: 3.704vw;
    max-width: 47.801vw;
    top: 13.252vw;
  }
  .page-banner.b-joinourteam .content-holder .h1 {
    font-size: 5.787vw;
  }
  .page-banner.b-joinourteam .content-holder p {
    line-height: 1.852vw;
  }
  .page-banner.b-joinourteam .content-holder .button-holder {
    margin-top: 2.315vw;
  }
}
@media (max-width: 768px) {
  .page-banner.b-joinourteam .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .page-banner.b-joinourteam .content-holder {
    position: static;
    background-color: #FFC800;
    max-width: 100%;
  }
  .page-banner.b-joinourteam .content-holder .content-inner {
    padding: 64px 0;
    width: 93%;
    margin: auto;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .page-banner.b-joinourteam .content-holder .content-inner {
    max-width: 87.2%;
  }
}
@media (max-width: 768px) {
  .page-banner.b-joinourteam .content-holder .content-inner .h1 {
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 8px;
  }
  .page-banner.b-joinourteam .content-holder .content-inner p {
    margin-top: 16px;
    line-height: 28px;
  }
  .page-banner.b-joinourteam .content-holder .content-inner .p-txt-lg {
    font-size: 18px;
    line-height: 28px;
  }
  .page-banner.b-joinourteam .content-holder .content-inner .button-holder {
    margin-top: 40px;
  }
  .page-banner.b-joinourteam .content-holder .content-inner .button-holder .btn {
    font-weight: 500;
  }
}
.page-banner.b-sc-seasidefries-sellsheet .content-holder {
  left: 112px;
  top: 48px;
  transform: none;
}
.page-banner.b-sc-seasidefries-sellsheet .content-holder .h1,
.page-banner.b-sc-seasidefries-sellsheet .content-holder sup {
  text-shadow: 3px 4px 0 #fff;
  text-transform: none;
  font-weight: 800;
}
.page-banner.b-sc-seasidefries-sellsheet .content-holder .button-holder {
  margin-top: 24px;
}
.page-banner.b-sc-seasidefries-sellsheet .content-holder .button-holder .btn {
  background-color: #fff;
  font-weight: 500;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .page-banner.b-sc-seasidefries-sellsheet .content-holder {
    left: 6.481vw;
    top: 2.778vw;
  }
  .page-banner.b-sc-seasidefries-sellsheet .content-holder .button-holder {
    margin-top: 1.389vw;
  }
}
@media (max-width: 1440px) {
  .page-banner.b-sc-seasidefries-sellsheet .content-holder p {
    margin-bottom: 0;
  }
  .page-banner.b-sc-seasidefries-sellsheet .content-holder .button-holder .btn {
    padding: 12px 24px;
  }
}
@media (max-width: 768px) {
  .page-banner.b-sc-seasidefries-sellsheet .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .page-banner.b-sc-seasidefries-sellsheet .row .content-holder {
    background: #FFC800;
    position: static;
  }
  .page-banner.b-sc-seasidefries-sellsheet .row .content-holder .content-inner {
    padding: 32px 0;
    width: 93%;
    margin: auto;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .page-banner.b-sc-seasidefries-sellsheet .row .content-holder .content-inner {
    max-width: 87.2%;
  }
}
@media (max-width: 768px) {
  .page-banner.b-sc-seasidefries-sellsheet .row .content-holder .h1 {
    font-size: 36px;
    line-height: 48px;
  }
  .page-banner.b-sc-seasidefries-sellsheet .row .content-holder p {
    margin-bottom: 20px;
  }
  .page-banner.b-sc-seasidefries-sellsheet .row .content-holder .button-holder {
    margin-top: 32px;
  }
  .page-banner.b-sc-seasidefries-sellsheet .row .content-holder .button-holder .btn {
    background-color: #FFFDEF;
  }
}
.page-banner.b-sc-sample .content-holder {
  left: 128px;
  top: 488px;
  transform: none;
  max-width: 545px;
}
.page-banner.b-sc-sample .content-holder .h3 {
  text-transform: none;
  font-weight: 800;
}
.page-banner.b-sc-sample .content-holder sup {
  text-shadow: 3px 4px 0 #FFC800;
  font-size: 28px;
}
.page-banner.b-sc-sample .content-holder p {
  margin-top: 24px;
  font-size: 16px;
  line-height: 24px;
}
.page-banner.b-sc-sample .content-holder .button-holder {
  margin-top: 40px;
}
.page-banner.b-sc-sample .content-holder .button-holder .btn {
  font-weight: 500;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .page-banner.b-sc-sample .content-holder {
    left: 7.407vw;
    top: 28.241vw;
    max-width: 31.539vw;
  }
  .page-banner.b-sc-sample .content-holder sup {
    font-size: 1.62vw;
  }
  .page-banner.b-sc-sample .content-holder p {
    margin-top: 1.389vw;
    font-size: 0.926vw;
    line-height: 1.389vw;
  }
  .page-banner.b-sc-sample .content-holder .button-holder {
    margin-top: 2.315vw;
  }
}
@media (max-width: 768px) {
  .page-banner.b-sc-sample .row {
    display: flex;
    flex-direction: column;
  }
  .page-banner.b-sc-sample .row .content-holder {
    background: #FDF4E1;
    position: static;
    max-width: 100%;
  }
  .page-banner.b-sc-sample .row .content-holder .content-inner {
    padding: 40px 0 48px;
    width: 93%;
    margin: auto;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .page-banner.b-sc-sample .row .content-holder .content-inner {
    max-width: 87.2%;
  }
}
@media (max-width: 768px) {
  .page-banner.b-sc-sample .row .content-holder .h3 {
    font-size: 48px;
    line-height: 52px;
  }
  .page-banner.b-sc-sample .row .content-holder sup {
    font-size: 24px;
  }
  .page-banner.b-sc-sample .row .content-holder .button-holder {
    margin-top: 40px;
  }
}
.page-banner.b-sc-sellsheet .content-holder {
  right: 0;
  left: auto;
  top: 64px;
  transform: none;
  padding: 40px;
  background-color: #FFC800;
  width: 940px;
}
.page-banner.b-sc-sellsheet .content-holder p {
  max-width: 90%;
  margin: auto;
}
.page-banner.b-sc-sellsheet .content-holder .button-holder {
  text-align: center;
  margin-top: 32px;
}
.page-banner.b-sc-sellsheet .content-holder .button-holder .btn {
  background-color: #fff;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .page-banner.b-sc-sellsheet .content-holder {
    top: 3.704vw;
    padding: 2.315vw;
    width: 54.398vw;
  }
}
@media (max-width: 768px) {
  .page-banner.b-sc-sellsheet .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .page-banner.b-sc-sellsheet .row .content-holder {
    position: static;
    max-width: 100%;
    padding: 0;
  }
  .page-banner.b-sc-sellsheet .row .content-holder .content-inner {
    padding: 24px 0;
    width: 93%;
    margin: auto;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .page-banner.b-sc-sellsheet .row .content-holder .content-inner {
    max-width: 87.2%;
  }
}
@media (max-width: 768px) {
  .page-banner.b-sc-sellsheet .row .content-holder h2.text-w-bold-num span.details {
    text-transform: none;
    font-weight: 700;
  }
  .page-banner.b-sc-sellsheet .row .content-holder p {
    max-width: 100%;
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.5;
  }
  .page-banner.b-sc-sellsheet .row .content-holder .button-holder .btn {
    padding: 12px 20px;
  }
}
.page-banner.b-anchr-menuideas .content-holder {
  left: 96px;
  top: 96px;
  transform: none;
}
.page-banner.b-anchr-menuideas .content-holder .text-holder .h4 {
  color: #fff;
  text-shadow: 2px 3px 0 #62BB46;
}
.page-banner.b-anchr-menuideas .content-holder .text-holder .h2 {
  color: #fff;
  text-shadow: 3px 4px 0 #62BB46;
}
.page-banner.b-anchr-menuideas .content-holder .text-holder .links {
  display: flex;
  margin-top: 48px;
}
.page-banner.b-anchr-menuideas .content-holder .text-holder .links a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  position: relative;
  font-size: var(--fs-card-h);
  line-height: 1.5;
}
.page-banner.b-anchr-menuideas .content-holder .text-holder .links a:after {
  content: "";
  position: absolute;
  width: 24px;
  aspect-ratio: 1;
  margin-left: 16px;
  background-image: url(/images/Themes/Default/open_in_new.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
}
.page-banner.b-anchr-menuideas .content-holder .text-holder .links a:not(:last-child) {
  border-right: 1px solid #fff;
  padding-right: 72px;
  margin-right: 32px;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .page-banner.b-anchr-menuideas .content-holder {
    left: 5.556vw;
    top: 5.556vw;
  }
  .page-banner.b-anchr-menuideas .content-holder .text-holder .links {
    margin-top: 2.778vw;
  }
}
@media (max-width: 768px) {
  .page-banner.b-anchr-menuideas .banner-image:before, .page-banner.b-anchr-menuideas .banner-image:after {
    display: none;
  }
  .page-banner.b-anchr-menuideas .content-holder {
    top: 0;
    left: 0;
    bottom: 0 !important;
    width: 100% !important;
    padding: 0 !important;
  }
  .page-banner.b-anchr-menuideas .content-holder .content-inner {
    padding: 40px 0;
    width: 93%;
    height: 100%;
    margin: auto;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .page-banner.b-anchr-menuideas .content-holder .content-inner {
    max-width: 87.2%;
  }
}
@media (max-width: 768px) {
  .page-banner.b-anchr-menuideas .content-holder .text-holder {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .page-banner.b-anchr-menuideas .content-holder .text-holder .h4,
  .page-banner.b-anchr-menuideas .content-holder .text-holder .h2 {
    text-shadow: 2px 2px 0 #62BB46;
  }
  .page-banner.b-anchr-menuideas .content-holder .text-holder .h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .page-banner.b-anchr-menuideas .content-holder .text-holder .links {
    flex-direction: column;
  }
  .page-banner.b-anchr-menuideas .content-holder .text-holder .links a {
    width: 100%;
    line-height: 28px;
  }
  .page-banner.b-anchr-menuideas .content-holder .text-holder .links a:after {
    top: 0;
    right: 0;
    transform: none;
  }
  .page-banner.b-anchr-menuideas .content-holder .text-holder .links a:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #fff;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
}
.page-banner.b-anchor-sellsheet .content-holder {
  bottom: 96px;
  top: auto;
  background-color: #62BB46;
  padding: 32px 80px;
  text-align: center;
}
.page-banner.b-anchor-sellsheet .content-holder .text-holder img {
  max-width: 94px;
  aspect-ratio: 1;
}
.page-banner.b-anchor-sellsheet .content-holder .text-holder .h2,
.page-banner.b-anchor-sellsheet .content-holder .text-holder sup {
  text-shadow: 6px 7px 0 #fff;
}
.page-banner.b-anchor-sellsheet .content-holder .btn {
  font-weight: 500;
  background: #FFFDEF;
  padding: 12px 24px;
}
.page-banner.b-anchor-sellsheet .content-holder .btn:hover {
  background: #FFFDEF;
}
@media (max-width: 1728px) {
  .page-banner.b-anchor-sellsheet .content-holder {
    bottom: 5.556vw;
    padding: 1.852vw 4.63vw;
  }
  .page-banner.b-anchor-sellsheet .content-holder .text-holder img {
    max-width: 5.44vw;
  }
}
@media (max-width: 768px) {
  .page-banner.b-anchor-sellsheet .content-holder {
    bottom: 24px;
    padding: 16px;
    min-width: 327px;
  }
  .page-banner.b-anchor-sellsheet .content-holder .text-holder img {
    max-width: 36px;
  }
  .page-banner.b-anchor-sellsheet .content-holder .text-holder .h4 {
    font-size: 16px;
    line-height: 28px;
  }
  .page-banner.b-anchor-sellsheet .content-holder .text-holder .h2 {
    text-shadow: 3px 4px 0 #fff;
    font-size: 36px;
    line-height: 48px;
  }
  .page-banner.b-anchor-sellsheet .content-holder .text-holder .h2.small-mobile {
    font-size: 28px;
    line-height: 30px;
    margin-left: -10px;
  }
  .page-banner.b-anchor-sellsheet .content-holder .text-holder sup {
    text-shadow: 3px 4px 0 #fff;
    top: 5px;
  }
}
@media (max-width: 480px) {
  .page-banner.b-anchor-sellsheet .content-holder {
    width: calc(100% - 48px);
  }
}
@media (min-width: 1728px) {
  .page-banner.b-anchor-sellsheet.b-anch-plank .content-holder, .page-banner.b-anchor-sellsheet.b-anch-plank-1 .content-holder {
    width: 1053px;
  }
}
.page-banner.b-anchor-sellsheet.b-anch-plank .content-holder .text-holder .h2,
.page-banner.b-anchor-sellsheet.b-anch-plank .content-holder .text-holder .h4,
.page-banner.b-anchor-sellsheet.b-anch-plank .content-holder .text-holder sup, .page-banner.b-anchor-sellsheet.b-anch-plank-1 .content-holder .text-holder .h2,
.page-banner.b-anchor-sellsheet.b-anch-plank-1 .content-holder .text-holder .h4,
.page-banner.b-anchor-sellsheet.b-anch-plank-1 .content-holder .text-holder sup {
  text-shadow: 3px 4px 0 #fff;
}
.page-banner.b-anchor-sellsheet.b-anch-plank .content-holder .text-holder sup, .page-banner.b-anchor-sellsheet.b-anch-plank-1 .content-holder .text-holder sup {
  font-size: 50%;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .page-banner.b-anchor-sellsheet.b-anch-plank .content-holder, .page-banner.b-anchor-sellsheet.b-anch-plank-1 .content-holder {
    width: 60.938vw;
  }
  .page-banner.b-anchor-sellsheet.b-anch-plank .content-holder .button-holder, .page-banner.b-anchor-sellsheet.b-anch-plank-1 .content-holder .button-holder {
    margin-top: 1.389vw;
  }
}
@media (max-width: 768px) {
  .page-banner.b-anchor-sellsheet.b-anch-plank .content-holder .text-holder .h2, .page-banner.b-anchor-sellsheet.b-anch-plank-1 .content-holder .text-holder .h2 {
    font-size: 24px;
    line-height: 1.5;
  }
  .page-banner.b-anchor-sellsheet.b-anch-plank .content-holder .text-holder sup, .page-banner.b-anchor-sellsheet.b-anch-plank-1 .content-holder .text-holder sup {
    font-size: 12px;
    top: 8px;
  }
  .page-banner.b-anchor-sellsheet.b-anch-plank .content-holder .text-holder .h2,
  .page-banner.b-anchor-sellsheet.b-anch-plank .content-holder .text-holder sup, .page-banner.b-anchor-sellsheet.b-anch-plank-1 .content-holder .text-holder .h2,
  .page-banner.b-anchor-sellsheet.b-anch-plank-1 .content-holder .text-holder sup {
    text-shadow: 2px 3px 0 #fff;
  }
  .page-banner.b-anchor-sellsheet.b-anch-plank .content-holder .text-holder .h4, .page-banner.b-anchor-sellsheet.b-anch-plank-1 .content-holder .text-holder .h4 {
    text-shadow: 2px 2px 0 #fff;
  }
}
@media (min-width: 1728px) {
  .page-banner.b-anchor-sellsheet.b-anch-plank-1 .content-holder {
    width: 897px;
  }
}
@media (min-width: 769px) and (max-width: 1728px) {
  .page-banner.b-anchor-sellsheet.b-anch-plank-1 .content-holder {
    width: 51.91vw;
  }
}
@media (max-width: 768px) {
  .page-banner.b-anchor-sellsheet.b-anch-plank-1 .content-holder .button-holder {
    margin-top: 12px;
  }
}
@media (max-width: 768px) {
  .page-banner.b-anchor-sellsheet.b-anch-plank-1.anchor-border .banner-image:before {
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 27px;
  }
  .page-banner.b-anchor-sellsheet.b-anch-plank-1.anchor-border .banner-image:after {
    bottom: 27px;
  }
}
.page-banner.b-mcc-picklespears .content-holder {
  bottom: var(--section-padding-m);
  top: auto;
  background-color: #FFC800;
  padding: var(--section-padding-xs) min(45px, 2.604vw);
  text-align: center;
}
.page-banner.b-mcc-picklespears .content-holder .text-holder .h1,
.page-banner.b-mcc-picklespears .content-holder .text-holder .h2,
.page-banner.b-mcc-picklespears .content-holder .text-holder .h4,
.page-banner.b-mcc-picklespears .content-holder .text-holder sup {
  text-shadow: 3px 4px 0 #fff;
}
.page-banner.b-mcc-picklespears .content-holder .text-holder .h1 {
  text-transform: none;
}
.page-banner.b-mcc-picklespears .content-holder .btn {
  background: #FFFDEF;
  padding: 12px 24px;
}
.page-banner.b-mcc-picklespears .content-holder .btn:hover {
  background: #FFFDEF;
}
@media (max-width: 768px) {
  .page-banner.b-mcc-picklespears .content-holder {
    bottom: 24px;
    padding: 16px;
    width: 93%;
    max-width: 500px;
  }
  .page-banner.b-mcc-picklespears .content-holder .text-holder .h4 {
    font-size: 16px;
    line-height: 28px;
    text-shadow: 2px 2px 0 #fff;
  }
  .page-banner.b-mcc-picklespears .content-holder .text-holder .h1 {
    font-size: 36px;
    line-height: 48px;
  }
  .page-banner.b-mcc-picklespears .content-holder .text-holder sup {
    top: 5px;
  }
}
@media (max-width: 480px) {
  .page-banner.b-mcc-picklespears .content-holder {
    width: calc(100% - 48px);
  }
}
.page-banner.anchor-border .content-holder {
  padding: 32px 64px;
  bottom: 150px;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .page-banner.anchor-border .content-holder {
    bottom: calc(5.903vw + 48px);
    padding: 1.852vw 3.704vw;
  }
}
@media (max-width: 768px) {
  .page-banner.anchor-border .content-holder {
    width: 93%;
    padding: 16px;
    bottom: 60px;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .page-banner.anchor-border .content-holder {
    width: 89%;
  }
}
.page-banner.anchor-border {
  --color-b: #fff;
}
.page-banner.anchor-border .banner-image {
  position: relative;
}
.page-banner.anchor-border .banner-image:before {
  content: "";
  position: absolute;
  top: 32px;
  left: 32px;
  right: 32px;
  bottom: 80px;
  border: 4px solid white;
  border-bottom: none;
  pointer-events: none;
  z-index: 1;
  background-image: linear-gradient(to right, white 0%, white calc(50% - 60px), transparent calc(50% - 60px), transparent calc(50% + 60px), white calc(50% + 60px), white 100%);
  background-size: 100% 4px;
  background-position: bottom;
  background-repeat: no-repeat;
}
.page-banner.anchor-border .banner-image:after {
  content: "";
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 94px;
  aspect-ratio: 1;
  background-image: url(/images/Themes/Default/logo-anchor-1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .page-banner.anchor-border .banner-image:before {
    top: 1.852vw;
    left: 1.852vw;
    right: 1.852vw;
    bottom: 4.63vw;
    border-width: 3px;
    background-image: linear-gradient(to right, var(--color-b) 0%, var(--color-b) calc(50% - 3.472vw), transparent calc(50% - 3.472vw), transparent calc(50% + 3.472vw), var(--color-b) calc(50% + 3.472vw), var(--color-b) 100%);
    background-size: 100% 3px;
    background-position: bottom;
    background-repeat: no-repeat;
  }
  .page-banner.anchor-border .banner-image:after {
    bottom: 4.63vw;
    width: 5.44vw;
  }
}
@media (max-width: 768px) {
  .page-banner.anchor-border .banner-image:before {
    top: 16px;
    left: 16px;
    right: 16px;
    bottom: 35px;
    border-width: 2px;
    background-image: linear-gradient(to right, var(--color-b) 0%, var(--color-b) calc(50% - 24px), transparent calc(50% - 24px), transparent calc(50% + 24px), var(--color-b) calc(50% + 24px), var(--color-b) 100%);
    background-size: 100% 2px;
  }
  .page-banner.anchor-border .banner-image:after {
    bottom: 35px;
    width: 36px;
  }
}
.page-banner.b-brewcity-border .banner-image {
  position: relative;
}
.page-banner.b-brewcity-border .banner-image:before {
  content: "";
  position: absolute;
  top: 32px;
  left: 32px;
  right: 32px;
  bottom: 80px;
  border: 4px solid #B48F31;
  border-bottom: none;
  pointer-events: none;
  z-index: 1;
  background-image: linear-gradient(to right, #B48F31 0%, #B48F31 calc(50% - 60px), transparent calc(50% - 60px), transparent calc(50% + 60px), #B48F31 calc(50% + 60px), #B48F31 100%);
  background-size: 100% 4px;
  background-position: bottom;
  background-repeat: no-repeat;
}
.page-banner.b-brewcity-border .banner-image:after {
  content: "";
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 94px;
  aspect-ratio: 1;
  background-image: url(/images/Themes/Default/logo-brewcity-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .page-banner.b-brewcity-border .banner-image:before {
    top: 1.852vw;
    left: 1.852vw;
    right: 1.852vw;
    bottom: 4.63vw;
    border-width: 3px;
    background-image: linear-gradient(to right, #B48F31 0%, #B48F31 calc(50% - 3.472vw), transparent calc(50% - 3.472vw), transparent calc(50% + 3.472vw), #B48F31 calc(50% + 3.472vw), #B48F31 100%);
    background-size: 100% 3px;
    background-position: bottom;
    background-repeat: no-repeat;
  }
  .page-banner.b-brewcity-border .banner-image:after {
    bottom: 4.63vw;
    width: 5.44vw;
  }
}
@media (max-width: 768px) {
  .page-banner.b-brewcity-border .banner-image:before {
    top: 16px;
    left: 16px;
    right: 16px;
    bottom: 35px;
    border-width: 2px;
    background-image: linear-gradient(to right, #B48F31 0%, #B48F31 calc(50% - 24px), transparent calc(50% - 24px), transparent calc(50% + 24px), #B48F31 calc(50% + 24px), #B48F31 100%);
    background-size: 100% 2px;
  }
  .page-banner.b-brewcity-border .banner-image:after {
    bottom: 35px;
    width: 36px;
  }
}
.page-banner.b-brewcity-sellsheet .content-holder {
  left: 96px;
  top: 426px;
  transform: none;
  max-width: 869px;
}
.page-banner.b-brewcity-sellsheet .content-holder h2,
.page-banner.b-brewcity-sellsheet .content-holder .h1,
.page-banner.b-brewcity-sellsheet .content-holder .h3,
.page-banner.b-brewcity-sellsheet .content-holder p {
  color: #fff;
}
.page-banner.b-brewcity-sellsheet .content-holder p {
  margin-top: 16px;
}
.page-banner.b-brewcity-sellsheet .content-holder .button-holder {
  margin-top: 48px;
}
.page-banner.b-brewcity-sellsheet .content-holder .button-holder .btn {
  background-color: #B48F31;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .page-banner.b-brewcity-sellsheet .content-holder {
    left: 5.556vw;
    top: 24.653vw;
    max-width: 50.289vw;
  }
  .page-banner.b-brewcity-sellsheet .content-holder p {
    font-size: 1.389vw;
  }
  .page-banner.b-brewcity-sellsheet .content-holder .button-holder {
    margin-top: 2.778vw;
  }
  .page-banner.b-brewcity-sellsheet .content-holder .button-holder .btn {
    padding: 1.389vw 2.778vw;
  }
}
@media (max-width: 768px) {
  .page-banner.b-brewcity-sellsheet .content-holder {
    left: 32px;
    bottom: 68px;
    top: auto;
    width: calc(100% - 64px);
  }
  .page-banner.b-brewcity-sellsheet .content-holder .button-holder {
    margin-top: 24px;
  }
}
.page-banner.b-brewcity-sample {
  --fs-h1: 100px;
}
.page-banner.b-brewcity-sample .content-holder .h1 {
  line-height: 104%;
}
@media (min-width: 1728px) {
  .page-banner.b-brewcity-sample .content-holder {
    top: 486px;
    max-width: 702px;
  }
}
@media (min-width: 769px) and (max-width: 1728px) {
  .page-banner.b-brewcity-sample .content-holder {
    --fs-h1: 5.787vw;
    max-width: 40.625vw;
    top: 28.125vw;
  }
}
@media (max-width: 768px) {
  .page-banner.b-brewcity-sample .content-holder .h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
.page-banner.b-brewcity-menuideas .content-holder {
  left: 128px;
  top: 80px;
  transform: none;
  --fs-h1: 100px;
}
.page-banner.b-brewcity-menuideas .content-holder .h1 {
  line-height: 1;
  text-shadow: var(--shadow-offset-x-long) var(--shadow-offset-y-long) 0 #B48F31;
}
.page-banner.b-brewcity-menuideas .content-holder .h2 {
  margin-bottom: 8px;
}
.page-banner.b-brewcity-menuideas .content-holder p {
  margin-top: 24px;
}
.page-banner.b-brewcity-menuideas .content-holder .button-holder {
  margin-top: 48px;
}
.page-banner.b-brewcity-menuideas .content-holder .button-holder .btn {
  background-color: #B48F31;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .page-banner.b-brewcity-menuideas .content-holder {
    left: 7.407vw;
    top: 4.63vw;
    --fs-h1: 5.787vw;
  }
  .page-banner.b-brewcity-menuideas .content-holder .h2 {
    margin-bottom: 0.463vw;
  }
  .page-banner.b-brewcity-menuideas .content-holder p {
    font-size: 1.389vw;
    margin-top: 1.389vw;
  }
  .page-banner.b-brewcity-menuideas .content-holder .button-holder {
    margin-top: 2.778vw;
  }
  .page-banner.b-brewcity-menuideas .content-holder .button-holder .btn {
    padding: 1.389vw 2.778vw;
  }
}
@media (max-width: 768px) {
  .page-banner.b-brewcity-menuideas .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .page-banner.b-brewcity-menuideas .content-holder {
    position: static;
    background-color: #FFFDEF;
  }
  .page-banner.b-brewcity-menuideas .content-holder .content-inner {
    width: 93%;
    max-width: 1600px;
    margin: auto;
    padding: 64px 0 28px;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .page-banner.b-brewcity-menuideas .content-holder .content-inner {
    max-width: 87.2%;
  }
}
@media (max-width: 768px) {
  .page-banner.b-brewcity-menuideas .content-holder .h1 {
    font-size: 48px;
    line-height: 52px;
    text-shadow: 2px 4px 0 #B48F31;
  }
  .page-banner.b-brewcity-menuideas .content-holder .h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .page-banner.b-brewcity-menuideas .content-holder p {
    font-size: 18px;
  }
  .page-banner.b-brewcity-menuideas .content-holder p br {
    display: none;
  }
  .page-banner.b-brewcity-menuideas .content-holder .button-holder {
    margin-top: 40px;
  }
}
.page-banner.b-brewcity-article .content-holder {
  top: 169px;
  left: 43px;
  transform: none;
  max-width: 997px;
}
.page-banner.b-brewcity-article .content-holder .button-holder {
  margin-top: 6px;
  position: relative;
}
@media (min-width: 1441px) and (max-width: 1728px) {
  .page-banner.b-brewcity-article .content-holder .button-holder {
    margin-top: 0;
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .page-banner.b-brewcity-article .content-holder .button-holder {
    margin-top: -5px;
  }
}
.page-banner.b-brewcity-article .content-holder .button-holder .btn {
  background-color: #fff;
  position: absolute;
  left: 319px;
  padding: 12px 24px;
  font-weight: 500;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .page-banner.b-brewcity-article .content-holder .button-holder .btn {
    left: 18.461vw;
  }
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .page-banner.b-brewcity-article .content-holder .button-holder .btn {
    font-size: 16px;
    padding: 8px 16px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .page-banner.b-brewcity-article .content-holder .button-holder .btn {
    font-size: 14px;
    padding: 4px 8px;
  }
}
@media (min-width: 769px) and (max-width: 1728px) {
  .page-banner.b-brewcity-article .content-holder {
    top: 9.78vw;
    left: 2.488vw;
    max-width: 57.697vw;
  }
}
@media (max-width: 768px) {
  .page-banner.b-brewcity-article .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .page-banner.b-brewcity-article .content-holder {
    position: static;
    background-color: #B48F31;
  }
  .page-banner.b-brewcity-article .content-holder .content-inner {
    width: 93%;
    max-width: 1600px;
    margin: auto;
    padding: 40px 0;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .page-banner.b-brewcity-article .content-holder .content-inner {
    max-width: 87.2%;
  }
}
@media (max-width: 768px) {
  .page-banner.b-brewcity-article .content-holder .content-inner .p-txt {
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
  }
  .page-banner.b-brewcity-article .content-holder .button-holder {
    text-align: center;
    margin-top: 24px;
  }
  .page-banner.b-brewcity-article .content-holder .button-holder .btn {
    position: static;
  }
}
@media (min-width: 768px) {
  .page-banner.b-brewcity-article.b-can .content-holder {
    top: min(121px, 7.002vw);
    left: min(40px, 2.315vw);
    max-width: min(1063px, 61.516vw);
  }
  .page-banner.b-brewcity-article.b-can .content-holder .text-w-bold-num .p-txt {
    margin-top: 0;
  }
  .page-banner.b-brewcity-article.b-can .content-holder .button-holder {
    margin-top: var(--section-padding-xs);
  }
}
.page-banner.b-mccain-specialtyfryguide .content-holder {
  transform: none;
  top: 0;
  left: 0;
  height: 100%;
  max-width: 876px;
  width: 100%;
}
.page-banner.b-mccain-specialtyfryguide .content-holder .content-inner {
  padding: var(--section-padding-m) var(--section-padding-m) 86px;
  height: 100%;
  align-content: end;
  position: relative;
}
.page-banner.b-mccain-specialtyfryguide .content-holder h2 {
  position: absolute;
  top: var(--section-padding-m);
}
.page-banner.b-mccain-specialtyfryguide .content-holder h2 *,
.page-banner.b-mccain-specialtyfryguide .content-holder h3 * {
  color: #fff;
}
.page-banner.b-mccain-specialtyfryguide .content-holder h3 {
  line-height: 0;
}
.page-banner.b-mccain-specialtyfryguide .content-holder .h1 {
  line-height: min(152px, 8.796vw);
  font-size: min(100px, 5.787vw);
}
.page-banner.b-mccain-specialtyfryguide .content-holder .h3 {
  font-size: 50px;
  line-height: 60px;
}
.page-banner.b-mccain-specialtyfryguide .content-holder p {
  margin: 0;
}
.page-banner.b-mccain-specialtyfryguide .content-holder .card-h {
  color: #fff;
  margin-top: 12px;
}
.page-banner.b-mccain-specialtyfryguide .content-holder .button-holder {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .page-banner.b-mccain-specialtyfryguide .content-holder .button-holder .btn {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 769px) and (max-width: 1728px) {
  .page-banner.b-mccain-specialtyfryguide .content-holder {
    max-width: 50.694vw;
  }
  .page-banner.b-mccain-specialtyfryguide .content-holder .content-inner {
    padding-bottom: 4.977vw;
  }
  .page-banner.b-mccain-specialtyfryguide .content-holder .h3 {
    font-size: 2.894vw;
    line-height: 3.472vw;
  }
}
@media (max-width: 768px) {
  .page-banner.b-mccain-specialtyfryguide .content-holder {
    width: 100%;
  }
  .page-banner.b-mccain-specialtyfryguide .content-holder .content-inner {
    width: 93%;
    max-width: 1600px;
    margin: auto;
    padding: 24px 0;
    height: calc(100% - 36px);
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .page-banner.b-mccain-specialtyfryguide .content-holder .content-inner {
    max-width: 87.2%;
  }
}
@media (max-width: 768px) {
  .page-banner.b-mccain-specialtyfryguide .content-holder br {
    display: none;
  }
  .page-banner.b-mccain-specialtyfryguide .content-holder h2 {
    top: 24px;
  }
  .page-banner.b-mccain-specialtyfryguide .content-holder .h1 {
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 16px;
    display: block;
  }
  .page-banner.b-mccain-specialtyfryguide .content-holder .h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .page-banner.b-mccain-specialtyfryguide .content-holder .h3 {
    font-size: 24px;
    line-height: 1.5;
  }
  .page-banner.b-mccain-specialtyfryguide .content-holder .card-h {
    position: absolute;
    bottom: 0;
  }
  .page-banner.b-mccain-specialtyfryguide .content-holder .button-holder {
    margin-top: 0;
  }
  .page-banner.b-mccain-specialtyfryguide .content-holder .button-holder .btn {
    margin: 24px 0;
    padding: 12px 0;
    max-width: 327px;
  }
}
.page-banner.b-mccain-specialtyfryguide.b-can .content-holder h3 :nth-child(2 of .h1) {
  margin-top: min(40px, 2.315vw);
  display: block;
}
@media (max-width: 768px) {
  .page-banner.b-mccain-specialtyfryguide.b-can .content-holder h3 :nth-child(2 of .h1) {
    margin-top: 24px;
  }
}
.page-banner.b-mccain-specialtyfryguide.b-can .content-holder h3 {
  margin-bottom: min(40px, 2.315vw);
}
@media (max-width: 768px) {
  .page-banner.b-mccain-specialtyfryguide.b-can .content-holder h3 {
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .page-banner.b-mccain-specialtyfryguide.b-can .content-holder .button-holder .btn {
    margin: 40px 0 24px;
  }
}
.page-banner.b-mccain-menuideas .row {
  overflow-x: clip;
}
.page-banner.b-mccain-menuideas .top-right-image,
.page-banner.b-mccain-menuideas .bottom-left-image {
  position: absolute;
  width: 987px;
  height: 704px;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1600px) {
  .page-banner.b-mccain-menuideas .top-right-image,
  .page-banner.b-mccain-menuideas .bottom-left-image {
    width: 700px;
    height: 500px;
  }
}
@media (max-width: 1024px) {
  .page-banner.b-mccain-menuideas .top-right-image,
  .page-banner.b-mccain-menuideas .bottom-left-image {
    width: 475px;
    height: 340px;
  }
}
@media (max-width: 480px) {
  .page-banner.b-mccain-menuideas .top-right-image,
  .page-banner.b-mccain-menuideas .bottom-left-image {
    aspect-ratio: 364/260;
  }
}
.page-banner.b-mccain-menuideas .top-right-image {
  top: -232px;
  right: -360px;
}
@media (max-width: 1024px) {
  .page-banner.b-mccain-menuideas .top-right-image {
    top: -56px;
    right: -196px;
  }
}
@media (max-width: 480px) {
  .page-banner.b-mccain-menuideas .top-right-image {
    top: -120px;
    left: 101px;
    right: 0;
    width: 420px;
  }
}
.page-banner.b-mccain-menuideas .bottom-left-image {
  rotate: 180deg;
  bottom: -232px;
  left: -360px;
}
@media (max-width: 1024px) {
  .page-banner.b-mccain-menuideas .bottom-left-image {
    bottom: -56px;
    left: -196px;
  }
}
@media (max-width: 480px) {
  .page-banner.b-mccain-menuideas .bottom-left-image {
    bottom: -140px;
    left: -160px;
    width: 450px;
  }
}
.page-banner.b-mccain-menuideas .content-holder {
  transform: none;
  top: var(--section-padding);
  left: var(--section-padding);
}
.page-banner.b-mccain-menuideas .content-holder .h2 {
  text-shadow: 4px 6px 0 #FFC800;
}
@media (max-width: 768px) {
  .page-banner.b-mccain-menuideas .content-holder .h2 {
    text-shadow: 2px 3px 0 #FFC800;
  }
}
.page-banner.b-mccain-menuideas .content-holder .h1 {
  text-shadow: var(--shadow-offset-x-long) var(--shadow-offset-y-long) 0 #FFC800;
}
.page-banner.b-mccain-menuideas .content-holder p {
  margin-top: 24px;
}
.page-banner.b-mccain-menuideas .content-holder .button-holder {
  margin-top: 48px;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .page-banner.b-mccain-menuideas .content-holder p {
    margin-top: 1.389vw;
  }
  .page-banner.b-mccain-menuideas .content-holder .button-holder {
    margin-top: 2.778vw;
  }
}
@media (max-width: 768px) {
  .page-banner.b-mccain-menuideas .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .page-banner.b-mccain-menuideas .content-holder {
    position: static;
    background-color: #FFFDEF;
  }
  .page-banner.b-mccain-menuideas .content-holder .content-inner {
    padding: 64px 0 40px;
    width: 93%;
    margin: auto;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .page-banner.b-mccain-menuideas .content-holder .content-inner {
    max-width: 87.2%;
  }
}
@media (max-width: 768px) {
  .page-banner.b-mccain-menuideas .content-holder .h2 {
    font-size: 24px;
    line-height: 1.5;
  }
  .page-banner.b-mccain-menuideas .content-holder .h1 {
    font-size: 48px;
    line-height: 52px;
    margin-top: 8px;
    display: block;
  }
  .page-banner.b-mccain-menuideas .content-holder p {
    font-size: 18px;
    line-height: 28px;
  }
  .page-banner.b-mccain-menuideas .content-holder p br {
    display: none;
  }
  .page-banner.b-mccain-menuideas .content-holder .button-holder {
    margin-top: 40px;
  }
}
.page-banner.b-americans-snack .content-holder {
  top: 618px;
  left: 64px;
  transform: none;
}
.page-banner.b-americans-snack .content-holder .text-w-bold-num {
  color: #fff;
}
.page-banner.b-americans-snack .content-holder .text-w-bold-num .num {
  font-size: 100px;
  line-height: normal;
  margin-right: 16px;
}
.page-banner.b-americans-snack .content-holder .text-w-bold-num .details {
  font-size: 24px;
  line-height: 1.5;
  text-transform: none;
  font-weight: 400;
  max-width: 746px;
}
.page-banner.b-americans-snack .content-holder .text-w-bold-num .details strong {
  font-size: 32px;
  line-height: 36px;
  display: block;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 8px;
}
.page-banner.b-americans-snack .content-holder .text-w-bold-num .details .p-txt {
  font-weight: 400;
  margin-top: 8px;
}
.page-banner.b-americans-snack .content-holder .button-holder {
  margin-left: 224px;
}
.page-banner.b-americans-snack .content-holder .button-holder .btn {
  background: #fff;
  padding: 12px 24px;
  font-weight: 500;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .page-banner.b-americans-snack .content-holder {
    top: 35.764vw;
    left: 3.704vw;
  }
}
@media (min-width: 769px) and (max-width: 1728px) and (max-width: 1280px) {
  .page-banner.b-americans-snack .content-holder {
    top: 34vw;
  }
}
@media (min-width: 769px) and (max-width: 1728px) {
  .page-banner.b-americans-snack .content-holder .text-w-bold-num .num {
    font-size: 5.787vw;
    margin-right: 0.926vw;
  }
  .page-banner.b-americans-snack .content-holder .text-w-bold-num .details {
    font-size: 1.389vw;
    max-width: 43.171vw;
  }
  .page-banner.b-americans-snack .content-holder .text-w-bold-num .details strong {
    font-size: 1.852vw;
    line-height: 2.083vw;
  }
  .page-banner.b-americans-snack .content-holder .text-w-bold-num .details .p-txt {
    font-size: 0.926vw;
  }
  .page-banner.b-americans-snack .content-holder .button-holder {
    margin-left: 12.963vw;
    margin-top: 1.389vw;
  }
}
@media (min-width: 769px) and (max-width: 1728px) and (max-width: 900px) {
  .page-banner.b-americans-snack .content-holder .button-holder .btn {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .page-banner.b-americans-snack .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .page-banner.b-americans-snack .content-holder {
    position: static;
    background-color: #262626;
    max-width: 100%;
  }
  .page-banner.b-americans-snack .content-holder .content-inner {
    padding: 64px 0;
    width: 93%;
    margin: auto;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .page-banner.b-americans-snack .content-holder .content-inner {
    max-width: 87.2%;
  }
}
@media (max-width: 768px) {
  .page-banner.b-americans-snack .content-holder .content-inner .text-w-bold-num {
    color: #fff;
    align-items: start;
    text-align: start;
  }
  .page-banner.b-americans-snack .content-holder .content-inner .text-w-bold-num .num {
    font-size: 80px;
    line-height: 100px;
  }
  .page-banner.b-americans-snack .content-holder .content-inner .text-w-bold-num .details {
    max-width: 100%;
  }
  .page-banner.b-americans-snack .content-holder .content-inner .text-w-bold-num .details strong {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .page-banner.b-americans-snack .content-holder .content-inner .text-w-bold-num .details .p-txt {
    margin-top: 16px;
  }
  .page-banner.b-americans-snack .content-holder .content-inner .button-holder {
    margin-left: 0;
  }
}
.page-banner.b-responsibly-grown-ingredients .content-holder {
  top: 172px;
  left: auto;
  right: 0;
  transform: none;
  background: #FFC800;
  max-width: 903px;
  padding: 64px 104px 80px;
  text-align: end;
}
.page-banner.b-responsibly-grown-ingredients .content-holder .h3 {
  text-shadow: 3px 4px #fff;
}
.page-banner.b-responsibly-grown-ingredients .content-holder .h2 {
  text-shadow: var(--shadow-offset-x-short) var(--shadow-offset-y-short) 0 #fff;
  display: block;
  margin: 8px 0;
}
.page-banner.b-responsibly-grown-ingredients .content-holder p {
  margin-top: 32px;
}
.page-banner.b-responsibly-grown-ingredients .content-holder .button-holder {
  margin-top: 40px;
}
.page-banner.b-responsibly-grown-ingredients .content-holder .button-holder .link-btn {
  color: #0F0F0F;
}
.page-banner.b-responsibly-grown-ingredients .content-holder .button-holder .link-btn::before, .page-banner.b-responsibly-grown-ingredients .content-holder .button-holder .link-btn::after {
  background-color: #fff;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .page-banner.b-responsibly-grown-ingredients .content-holder {
    top: 9.954vw;
    max-width: 52.257vw;
    padding: 3.704vw 6.019vw 4.63vw;
  }
  .page-banner.b-responsibly-grown-ingredients .content-holder p {
    font-size: 1.389vw;
    margin-top: 1.852vw;
  }
  .page-banner.b-responsibly-grown-ingredients .content-holder .button-holder {
    margin-top: 2.315vw;
  }
}
@media (max-width: 768px) {
  .page-banner.b-responsibly-grown-ingredients .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .page-banner.b-responsibly-grown-ingredients .content-holder {
    position: static;
    max-width: 100%;
    padding: 0;
    text-align: start;
  }
  .page-banner.b-responsibly-grown-ingredients .content-holder .content-inner {
    padding: 64px 0;
    width: 93%;
    margin: auto;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .page-banner.b-responsibly-grown-ingredients .content-holder .content-inner {
    max-width: 87.2%;
  }
}
@media (max-width: 768px) {
  .page-banner.b-responsibly-grown-ingredients .content-holder .content-inner .h3 {
    text-shadow: 2px 3px #fff;
  }
  .page-banner.b-responsibly-grown-ingredients .content-holder .content-inner .h2 {
    font-size: 40px;
    line-height: 48px;
    text-shadow: 3px 4px #fff;
  }
  .page-banner.b-responsibly-grown-ingredients .content-holder .content-inner p {
    margin-top: 16px;
    font-size: 18px;
    line-height: 28px;
  }
}
.page-banner.b-innovation {
  --fs-h2: 54px;
  --fs-h1: 120px;
  --fs-h1-large: 196px;
}
.page-banner.b-innovation h2 span {
  line-height: 0.9;
}
.page-banner.b-innovation .h1-lg:last-child {
  font-size: 186px;
}
.page-banner.b-innovation .txt-shdw {
  text-shadow: 3px 4px 0 #fff;
}
.page-banner.b-innovation .content-holder {
  background: #FFC800;
  height: 100%;
  left: 0;
  top: 0;
  transform: none;
  padding: 71px 80px 64px 64px;
}
.page-banner.b-innovation .content-holder .content-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.page-banner.b-innovation .content-holder .text-holder {
  text-align: center;
}
.page-banner.b-innovation .content-holder .button-holder .btn {
  background: #fff;
  font-weight: 500;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .page-banner.b-innovation {
    --fs-h2: 3.125vw;
    --fs-h1: 6.944vw;
    --fs-h1-large: 11.343vw;
  }
  .page-banner.b-innovation .h1-lg:last-child {
    font-size: 10.764vw;
  }
  .page-banner.b-innovation .content-holder {
    padding: 4.109vw 4.63vw 3.704vw 3.704vw;
  }
}
@media (max-width: 768px) {
  .page-banner.b-innovation {
    --fs-h2: 24px;
    --fs-h1: 64px;
    --fs-h1-large: 96px;
  }
  .page-banner.b-innovation .h1-lg:last-child {
    font-size: 96px;
  }
  .page-banner.b-innovation h2 span {
    line-height: 1;
  }
  .page-banner.b-innovation .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .page-banner.b-innovation .content-holder {
    position: static;
    padding: 0;
  }
  .page-banner.b-innovation .content-holder .content-inner {
    padding: 32px 0;
    width: 93%;
    margin: auto;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .page-banner.b-innovation .content-holder .content-inner {
    max-width: 87.2%;
  }
}
@media (max-width: 768px) {
  .page-banner.b-innovation .content-holder .button-holder {
    margin-top: 48px;
  }
}
.page-banner.b-k12-menuideas .content-holder {
  top: var(--section-padding);
  left: var(--section-padding);
  transform: none;
  width: 900px;
}
.page-banner.b-k12-menuideas .content-holder .h1-lg {
  text-shadow: 5px 6px 0 #FFC800;
  line-height: 1.2;
  --fs-h1-large: var(--fs-h1);
}
.page-banner.b-k12-menuideas .content-holder .h1 {
  text-shadow: 5px 6px 0 #FFC800;
  line-height: 1.2;
}
.page-banner.b-k12-menuideas .content-holder p {
  margin-top: 24px;
}
.page-banner.b-k12-menuideas .content-holder .button-holder {
  margin-top: var(--section-padding-s);
}
@media (max-width: 768px) {
  .page-banner.b-k12-menuideas .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .page-banner.b-k12-menuideas .content-holder {
    position: static;
    max-width: 100%;
    padding: 0;
    text-align: start;
    background-color: #FFFDEF;
  }
  .page-banner.b-k12-menuideas .content-holder .content-inner {
    padding: 64px 0;
    width: 93%;
    margin: auto;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .page-banner.b-k12-menuideas .content-holder .content-inner {
    max-width: 87.2%;
  }
}
@media (max-width: 768px) {
  .page-banner.b-k12-menuideas .content-holder .h1-lg {
    text-shadow: 2px 3px 0 #FFC800;
    font-size: 48px;
    line-height: 52px;
  }
  .page-banner.b-k12-menuideas .content-holder .h1 {
    text-shadow: 2px 3px 0 #FFC800;
  }
  .page-banner.b-k12-menuideas .content-holder .p-sub-h {
    font-size: 18px;
    line-height: 28px;
  }
  .page-banner.b-k12-menuideas .content-holder .p-sub-h br {
    display: none;
  }
  .page-banner.b-k12-menuideas .content-holder .button-holder {
    margin-top: 40px;
  }
}
.page-banner.b-contactus .content-holder {
  top: 170px;
  left: var(--section-padding-m);
  transform: none;
  color: #fff;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .page-banner.b-contactus .content-holder {
    top: 9.838vw;
  }
}
.page-banner.b-contactus .content-holder .h3 {
  color: #fff;
}
.page-banner.b-contactus .content-holder .p-sub-h {
  margin-top: 24px;
  font-weight: 400;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .page-banner.b-contactus .content-holder .p-sub-h {
    margin-top: 1.389vw;
  }
}
.page-banner.b-contactus .content-holder .button-holder {
  margin-top: var(--section-padding-s);
}
@media (max-width: 768px) {
  .page-banner.b-contactus .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .page-banner.b-contactus .content-holder {
    position: static;
    max-width: 100%;
    padding: 0;
    text-align: start;
    background-color: #2A2F3A;
  }
  .page-banner.b-contactus .content-holder .content-inner {
    padding: 64px 0;
    width: 93%;
    margin: auto;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .page-banner.b-contactus .content-holder .content-inner {
    max-width: 87.2%;
  }
}
@media (max-width: 768px) {
  .page-banner.b-contactus .content-holder .h3 {
    font-size: 40px;
    line-height: 1.25;
  }
  .page-banner.b-contactus .content-holder .p-sub-h {
    font-size: 24px;
  }
  .page-banner.b-contactus .content-holder .p-sub-h br {
    display: none;
  }
}
@media (min-width: 768px) {
  .page-banner.b-contactus-1 {
    border-radius: 40px;
    max-width: 1600px;
    margin: auto;
    width: 93%;
  }
}
@media (min-width: 768px) {
  .page-banner.b-contactus-1 .row {
    border-radius: 40px;
  }
}
@media (min-width: 768px) {
  .page-banner.b-contactus-1 .banner-image img {
    border-radius: 40px;
  }
}
.page-banner.b-contactus-1 .content-holder {
  top: 170px;
  left: var(--section-padding-m);
  transform: none;
  color: #fff;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .page-banner.b-contactus-1 .content-holder {
    top: 9.838vw;
  }
}
.page-banner.b-contactus-1 .content-holder .h3 {
  color: #fff;
}
.page-banner.b-contactus-1 .content-holder .p-sub-h {
  margin-top: 24px;
  font-weight: 300;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .page-banner.b-contactus-1 .content-holder .p-sub-h {
    margin-top: 1.389vw;
  }
}
.page-banner.b-contactus-1 .content-holder .button-holder {
  margin-top: var(--section-padding-s);
}
@media (max-width: 768px) {
  .page-banner.b-contactus-1 .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .page-banner.b-contactus-1 .content-holder {
    position: static;
    max-width: 100%;
    padding: 0;
    text-align: start;
    background-color: #2A2F3A;
  }
  .page-banner.b-contactus-1 .content-holder .content-inner {
    padding: 64px 0;
    width: 93%;
    margin: auto;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .page-banner.b-contactus-1 .content-holder .content-inner {
    max-width: 87.2%;
  }
}
@media (max-width: 768px) {
  .page-banner.b-contactus-1 .content-holder .h3 {
    font-size: 40px;
    line-height: 1.25;
  }
  .page-banner.b-contactus-1 .content-holder .p-sub-h {
    font-size: 24px;
  }
  .page-banner.b-contactus-1 .content-holder .p-sub-h br {
    display: none;
  }
}
@media (min-width: 768px) {
  .page-banner.b-contactus-2 {
    max-width: 1600px;
    margin: auto;
    width: 93%;
  }
}
.page-banner.b-contactus-2 .row {
  display: flex;
  flex-direction: row-reverse;
}
.page-banner.b-contactus-2 .banner-image {
  flex: 1;
  position: relative;
}
.page-banner.b-contactus-2 .banner-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 768px) {
  .page-banner.b-contactus-2 .banner-image img {
    border-radius: 0 16px 16px 0;
  }
}
@media (max-width: 768px) {
  .page-banner.b-contactus-2 .banner-image img {
    border-radius: 0 0 24px 24px;
    aspect-ratio: 375/320;
    height: auto;
  }
}
.page-banner.b-contactus-2 .content-holder {
  position: static;
  color: #fff;
  flex: 1;
  transform: none;
  background: #2A2F3A;
}
@media (min-width: 768px) {
  .page-banner.b-contactus-2 .content-holder {
    border-radius: 16px 0 0 16px;
  }
}
@media (max-width: 768px) {
  .page-banner.b-contactus-2 .content-holder {
    border-radius: 24px 24px 0 0;
  }
}
.page-banner.b-contactus-2 .content-holder .content-inner {
  padding: 24px;
  height: 100%;
  align-content: center;
}
.page-banner.b-contactus-2 .content-holder .block-t {
  color: #fff;
  font-size: clamp(16px, 1.389vw, 24px);
}
.page-banner.b-contactus-2 .content-holder .p-txt {
  margin-top: 8px;
}
.page-banner.b-contactus-2 .content-holder .button-holder {
  margin-top: 24px;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .page-banner.b-contactus-2 .content-holder .button-holder {
    margin-top: 1.389vw;
  }
}
.page-banner.b-contactus-2 .content-holder .button-holder .btn {
  padding: 12px 24px;
}
@media (max-width: 768px) {
  .page-banner.b-contactus-2 .row {
    flex-direction: column-reverse;
  }
  .page-banner.b-contactus-2 .banner-image img {
    position: relative;
  }
  .page-banner.b-contactus-2 .content-holder .content-inner {
    padding: 32px 0;
    width: 93%;
    margin: auto;
    position: relative;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .page-banner.b-contactus-2 .content-holder .content-inner {
    max-width: 87.2%;
  }
}
@media (max-width: 768px) {
  .page-banner.b-contactus-2 .content-holder .block-t {
    font-size: 24px;
  }
  .page-banner.b-contactus-2 .content-holder .button-holder {
    margin-top: 48px;
  }
}
.page-banner.b-meoc-stats .content-holder {
  top: 463px;
  left: var(--section-padding-m);
  transform: none;
  width: 928px;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .page-banner.b-meoc-stats .content-holder {
    top: 26.794vw;
    width: 53.704vw;
  }
}
.page-banner.b-meoc-stats .content-holder .button-holder {
  position: relative;
}
@media (max-width: 1024px) {
  .page-banner.b-meoc-stats .content-holder .button-holder {
    margin-top: 12px;
  }
}
.page-banner.b-meoc-stats .content-holder .button-holder .btn {
  background-color: #fff;
  padding: 12px 24px;
  font-weight: 500;
  position: absolute;
  left: 319px;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .page-banner.b-meoc-stats .content-holder .button-holder .btn {
    left: 18.461vw;
  }
}
@media (max-width: 1024px) {
  .page-banner.b-meoc-stats .content-holder .button-holder .btn {
    padding: 8px 16px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .page-banner.b-meoc-stats .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .page-banner.b-meoc-stats .content-holder {
    position: static;
    max-width: 100%;
    padding: 0;
    text-align: start;
    background-color: #FFC800;
  }
  .page-banner.b-meoc-stats .content-holder .content-inner {
    padding: 64px 0;
    width: 93%;
    margin: auto;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .page-banner.b-meoc-stats .content-holder .content-inner {
    max-width: 87.2%;
  }
}
@media (max-width: 768px) {
  .page-banner.b-meoc-stats .content-holder h2.text-w-bold-num {
    text-align: left;
    align-items: start;
  }
  .page-banner.b-meoc-stats .content-holder h2.text-w-bold-num .p-txt {
    margin-top: 16px;
  }
  .page-banner.b-meoc-stats .content-holder .button-holder {
    margin-top: 24px;
  }
  .page-banner.b-meoc-stats .content-holder .button-holder .btn {
    position: static;
    font-size: 16px;
    padding: 12px 24px;
  }
}
@media (min-width: 768px) {
  .page-banner.b-meoc-stats.b-can .content-holder .text-w-bold-num {
    gap: min(24px, 1.389vw);
  }
  .page-banner.b-meoc-stats.b-can .content-holder .text-w-bold-num .p-txt {
    margin-top: 16px;
  }
  .page-banner.b-meoc-stats.b-can .content-holder .button-holder {
    margin-top: var(--section-padding-xs);
  }
  .page-banner.b-meoc-stats.b-can .content-holder .button-holder .btn {
    left: min(292px, 16.898vw);
  }
}
@media (max-width: 768px) {
  .page-banner.b-meoc-stats.b-can .content-holder .text-w-bold-num br {
    display: none;
  }
}
.page-banner.b-ltos-stats .content-holder {
  top: 195px;
  left: var(--section-padding-m);
  transform: none;
  width: 1014px;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .page-banner.b-ltos-stats .content-holder {
    top: 11.285vw;
    width: 58.681vw;
  }
}
.page-banner.b-ltos-stats .content-holder .button-holder {
  position: relative;
}
@media (max-width: 1024px) {
  .page-banner.b-ltos-stats .content-holder .button-holder {
    margin-top: 12px;
  }
}
.page-banner.b-ltos-stats .content-holder .button-holder .btn {
  background-color: #fff;
  padding: 12px 24px;
  font-weight: 500;
  position: absolute;
  left: 319px;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .page-banner.b-ltos-stats .content-holder .button-holder .btn {
    left: 18.461vw;
  }
}
@media (max-width: 1024px) {
  .page-banner.b-ltos-stats .content-holder .button-holder .btn {
    padding: 8px 16px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .page-banner.b-ltos-stats .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .page-banner.b-ltos-stats .content-holder {
    position: static;
    max-width: 100%;
    padding: 0;
    text-align: start;
    background-color: #FFC800;
  }
  .page-banner.b-ltos-stats .content-holder .content-inner {
    padding: 64px 0;
    width: 93%;
    margin: auto;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .page-banner.b-ltos-stats .content-holder .content-inner {
    max-width: 87.2%;
  }
}
@media (max-width: 768px) {
  .page-banner.b-ltos-stats .content-holder h2.text-w-bold-num {
    text-align: left;
    align-items: start;
  }
  .page-banner.b-ltos-stats .content-holder h2.text-w-bold-num .p-txt {
    margin-top: 16px;
  }
  .page-banner.b-ltos-stats .content-holder .button-holder {
    margin-top: 24px;
  }
  .page-banner.b-ltos-stats .content-holder .button-holder .btn {
    position: static;
    font-size: 16px;
    padding: 12px 24px;
  }
}
.page-banner.b-fallsports-stats .content-holder {
  top: 552px;
  left: var(--section-padding-m);
  transform: none;
  width: 992px;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .page-banner.b-fallsports-stats .content-holder {
    top: 31.944vw;
    width: 57.407vw;
  }
}
.page-banner.b-fallsports-stats .content-holder .text-w-bold-num .num {
  font-size: min(220px, 12.731vw);
}
.page-banner.b-fallsports-stats .content-holder .button-holder {
  position: relative;
  margin-top: 0;
}
.page-banner.b-fallsports-stats .content-holder .button-holder .btn {
  background-color: #fff;
  padding: 12px 24px;
  font-weight: 500;
  position: absolute;
  left: 451px;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .page-banner.b-fallsports-stats .content-holder .button-holder .btn {
    left: 26.1vw;
  }
}
@media (max-width: 1024px) {
  .page-banner.b-fallsports-stats .content-holder .button-holder .btn {
    padding: 8px 16px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .page-banner.b-fallsports-stats .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .page-banner.b-fallsports-stats .content-holder {
    position: static;
    max-width: 100%;
    padding: 0;
    text-align: start;
    background-color: #FFC800;
  }
  .page-banner.b-fallsports-stats .content-holder .content-inner {
    padding: 64px 0;
    width: 93%;
    margin: auto;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .page-banner.b-fallsports-stats .content-holder .content-inner {
    max-width: 87.2%;
  }
}
@media (max-width: 768px) {
  .page-banner.b-fallsports-stats .content-holder h2.text-w-bold-num {
    text-align: left;
    align-items: start;
  }
  .page-banner.b-fallsports-stats .content-holder h2.text-w-bold-num .num {
    font-size: 80px;
  }
  .page-banner.b-fallsports-stats .content-holder h2.text-w-bold-num .p-txt {
    margin-top: 16px;
  }
  .page-banner.b-fallsports-stats .content-holder .button-holder {
    margin-top: 24px;
  }
  .page-banner.b-fallsports-stats .content-holder .button-holder .btn {
    position: static;
    font-size: 16px;
    padding: 12px 24px;
  }
}
.page-banner.b-inno-menuideas .content-holder {
  top: 112px;
  left: var(--section-padding);
  transform: none;
  width: 845px;
}
.page-banner.b-inno-menuideas .content-holder .h2 {
  text-shadow: 4px 6px 0 #fff;
  display: block;
  margin-bottom: 8px;
}
.page-banner.b-inno-menuideas .content-holder .h1-lg {
  line-height: 0.91;
  text-shadow: var(--shadow-offset-x-long) var(--shadow-offset-y-long) 0 #fff;
}
.page-banner.b-inno-menuideas .content-holder .card-h {
  margin-top: 40px;
}
.page-banner.b-inno-menuideas .content-holder .mobile_hide .h2 {
  line-height: 1.25;
}
.page-banner.b-inno-menuideas .content-holder .button-holder {
  margin-top: var(--section-padding-m);
}
.page-banner.b-inno-menuideas .content-holder .button-holder .btn {
  background-color: #FFFDEF;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .page-banner.b-inno-menuideas .content-holder {
    top: 6.481vw;
    width: 48.9vw;
  }
  .page-banner.b-inno-menuideas .content-holder .card-h {
    margin-top: 2.315vw;
  }
}
@media (max-width: 768px) {
  .page-banner.b-inno-menuideas .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .page-banner.b-inno-menuideas .content-holder {
    position: static;
    max-width: 100%;
    padding: 0;
    text-align: start;
    background-color: #FFC800;
  }
  .page-banner.b-inno-menuideas .content-holder .content-inner {
    padding: 88px 0 0;
    width: 93%;
    margin: auto;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .page-banner.b-inno-menuideas .content-holder .content-inner {
    max-width: 87.2%;
  }
}
@media (max-width: 768px) {
  .page-banner.b-inno-menuideas .content-holder .desktop_hide p:first-of-type {
    margin-bottom: 8px;
  }
  .page-banner.b-inno-menuideas .content-holder .block-t {
    text-shadow: 1px 2px 0 #fff;
    display: block;
    margin-bottom: 8px;
  }
  .page-banner.b-inno-menuideas .content-holder .h3 {
    text-shadow: 2px 3px 0 #fff;
    font-size: 48px;
    line-height: 52px;
  }
  .page-banner.b-inno-menuideas .content-holder .p-sub {
    margin-top: 24px;
  }
  .page-banner.b-inno-menuideas .content-holder .button-holder {
    margin-top: 24px;
  }
}
.page-banner.b-inno-redefiningmealtime .content-holder {
  width: 100%;
  top: min(72px, 4.167vw);
}
.page-banner.b-inno-redefiningmealtime .content-holder .h1,
.page-banner.b-inno-redefiningmealtime .content-holder .h1-lg {
  color: #fff;
  text-shadow: 5px 6px 0 #A47100;
}
.page-banner.b-inno-redefiningmealtime .content-holder .h1-lg {
  line-height: 1;
}
@media (max-width: 768px) {
  .page-banner.b-inno-redefiningmealtime .content-holder {
    top: 48px;
  }
  .page-banner.b-inno-redefiningmealtime .content-holder .h1 {
    font-size: 24px;
    line-height: 1.5;
    text-shadow: 1px 1px 0 #A47100;
  }
  .page-banner.b-inno-redefiningmealtime .content-holder .h1-lg {
    font-size: 48px;
    line-height: 52px;
    text-shadow: 2px 3px 0 #A47100;
  }
}

.cards-holder {
  padding-bottom: var(--section-padding);
  position: relative;
  z-index: 10;
}
.cards-holder.category-cards .flex {
  gap: 48px;
  justify-content: center;
}
@media (max-width: 480px) {
  .cards-holder.category-cards .flex {
    gap: 24px;
  }
}
.cards-holder.category-cards .card-item {
  border-radius: 16px;
  border: 1px solid #E5E5E5;
  text-align: center;
  position: relative;
  padding: 32px 20px 20px 20px;
  width: 282px;
}
@media (max-width: 480px) {
  .cards-holder.category-cards .card-item {
    width: 100%;
  }
}
.cards-holder.category-cards .card-item:hover {
  background: #FFFDEF;
  border-color: #896500;
}
.cards-holder.category-cards .card-item h2,
.cards-holder.category-cards .card-item h3,
.cards-holder.category-cards .card-item h4 {
  text-transform: uppercase;
  line-height: 1.3;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 800;
  color: #0F0F0F;
}
.cards-holder.category-cards .card-item .image {
  margin-bottom: 24px;
}
.cards-holder.category-cards .card-item .image img {
  max-width: 120px;
}
.cards-holder.category-cards.anchor .card-item {
  background-image: url(/images/Themes/Default/anchor-card-bg-pattern.png);
  background-size: cover;
  background-color: #62BB46;
  border: 1px solid #E5E5E5;
}
.cards-holder.category-cards.anchor .card-item:hover {
  border: 1px solid #1F7C00;
}
@media (max-width: 768px) {
  .cards-holder.info-cards .inner {
    max-width: 100%;
    width: 100%;
  }
}
.cards-holder.info-cards .flex {
  gap: 24px;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cards-holder.info-cards .flex {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-right: 3.5%;
    padding-left: 3.5%;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: left;
  }
}
@media (max-width: 480px) {
  .cards-holder.info-cards .flex {
    padding-right: 6.5%;
    padding-left: 6.5%;
  }
}
.cards-holder.info-cards .card-item {
  background-color: #F4F4F4;
  border-radius: 16px;
  padding: 64px 24px;
  text-align: center;
  width: 350px;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .cards-holder.info-cards .card-item {
    width: 20.255vw;
    padding: 3.704vw 1.389vw;
  }
}
@media (max-width: 768px) {
  .cards-holder.info-cards .card-item {
    width: 300px;
    min-width: 300px;
    white-space: normal;
  }
}
.cards-holder.info-cards .card-item .image {
  margin-bottom: 32px;
}
.cards-holder.info-cards .card-item .image img {
  max-height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .cards-holder.info-cards .card-item .image img {
    max-height: 10.417vw;
  }
}
@media (min-width: 769px) and (max-width: 1728px) {
  .cards-holder.info-cards .card-item .image {
    margin-bottom: 1.736vw;
  }
}
.cards-holder.info-cards .card-item p {
  font-size: 24px;
}
.cards-holder.info-cards .card-item p:not(:last-child) {
  margin-bottom: var(--section-padding-xs);
}
@media (min-width: 769px) and (max-width: 1728px) {
  .cards-holder.info-cards .card-item p {
    font-size: 1.389vw;
  }
}
@media (max-width: 480px) {
  .cards-holder.info-cards .card-item p:not(:last-child) {
    margin-bottom: 8px;
  }
  .cards-holder.info-cards .card-item p br {
    display: none;
  }
}
.cards-holder.info-cards.cream-items .card-item {
  background-color: #FFFDEF;
}
.cards-holder.info-cards.box-shdw .card-item {
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
}
@media (max-width: 768px) {
  .cards-holder.lined-cards .inner {
    max-width: 100%;
    width: 100%;
  }
}
.cards-holder.lined-cards .items {
  gap: 24px;
  justify-content: center;
  align-items: stretch;
}
@media (max-width: 768px) {
  .cards-holder.lined-cards .items {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-right: 3.5%;
    padding-left: 3.5%;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: left;
  }
}
@media (max-width: 480px) {
  .cards-holder.lined-cards .items {
    padding: 0 6.5%;
  }
}
.cards-holder.lined-cards .card-item {
  flex: 1;
  background-color: #f4f4f4;
  text-align: center;
  border-radius: 16px;
  border-bottom: 16px solid #FFC800;
  text-align: center;
  position: relative;
  padding: 32px 20px 20px 20px;
  max-width: 467px;
  aspect-ratio: 467/400;
  align-content: center;
}
.cards-holder.lined-cards .card-item .h2,
.cards-holder.lined-cards .card-item .card-h {
  line-height: 1.18;
  text-shadow: 4px 6px 0 #FFC800;
}
@media (min-width: 769px) and (max-width: 1600px) {
  .cards-holder.lined-cards .card-item .h2,
  .cards-holder.lined-cards .card-item .card-h {
    text-shadow: 2px 4px 0 #FFC800;
  }
}
.cards-holder.lined-cards .card-item p:not(.p-legal) {
  font-size: 24px;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .cards-holder.lined-cards .card-item p:not(.p-legal) {
    font-size: 1.389vw;
  }
}
@media (max-width: 768px) {
  .cards-holder.lined-cards .card-item {
    width: 327px;
    aspect-ratio: 312/314;
    height: auto;
    display: inline-block;
    min-width: 312px;
  }
  .cards-holder.lined-cards .card-item .h2,
  .cards-holder.lined-cards .card-item .card-h {
    font-size: 60px;
  }
  .cards-holder.lined-cards .card-item p br {
    display: none;
  }
}
.cards-holder.shadow-cards .items {
  gap: 40px;
}
@media (max-width: 768px) {
  .cards-holder.shadow-cards .items {
    flex-direction: column;
    gap: 24px;
  }
}
.cards-holder.shadow-cards .card-item {
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  flex: 1;
  box-shadow: 6px 7px 0 0 #0F0F0F;
  min-width: 327px;
}
@media (max-width: 768px) {
  .cards-holder.shadow-cards .card-item {
    padding: 24px;
  }
}
.cards-holder.shadow-cards .card-item .image {
  max-height: 80px;
  margin-bottom: 16px;
}
.cards-holder.shadow-cards .card-item .content-holder strong {
  font-weight: 900;
}
.cards-holder.shadow-cards .card-item .content-holder p .block-t {
  text-transform: uppercase;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .cards-holder.shadow-cards .card-item .content-holder p .block-t {
    font-size: 24px;
  }
}
.cards-holder.shadow-cards .card-item .content-holder p:not(:last-child) {
  margin-bottom: 16px;
}
.cards-holder.image-background-cards .items {
  gap: var(--section-padding-s);
}
.cards-holder.image-background-cards .card-item {
  position: relative;
  flex: 1;
}
.cards-holder.image-background-cards .card-item .content-holder {
  position: absolute;
  right: 24px;
  bottom: 24px;
}
.cards-holder.image-background-cards .card-item.menu-idea .content-holder .brand-logos {
  display: flex;
}
.cards-holder.image-background-cards .card-item.menu-idea .content-holder .brand-logos img {
  max-height: min(72px, 4.167vw);
}
.cards-holder.image-background-cards .card-item.menu-idea .content-holder .brand-logos img:not(:last-child) {
  border-right: 1px solid #E5E5E5;
  padding-right: 24px;
  margin-right: 24px;
}
@media (max-width: 768px) {
  .cards-holder.image-background-cards .card-item.menu-idea .content-holder .brand-logos img {
    max-height: 32px;
  }
}
.cards-holder.image-background-cards .card-item.menu-idea .content-holder .title {
  font-size: 36px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
}
@media (max-width: 768px) {
  .cards-holder.image-background-cards .card-item.menu-idea .content-holder {
    padding: 12px;
    max-width: 100%;
  }
}
.cards-holder.news-cards .items {
  gap: min(40px, 2.315vw);
}
@media (max-width: 768px) {
  .cards-holder.news-cards .items {
    gap: 24px;
  }
}
.cards-holder.news-cards .card-item {
  display: flex;
  gap: var(--section-padding-xs);
  align-items: center;
  width: 100%;
}
@media (max-width: 480px) {
  .cards-holder.news-cards .card-item {
    flex-direction: column;
    gap: 32px;
  }
}
.cards-holder.news-cards .card-item .image {
  flex-basis: 39%;
  aspect-ratio: 270/180;
}
.cards-holder.news-cards .card-item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
}
.cards-holder.news-cards .card-item .content-holder {
  flex-basis: 55%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 6px 0;
}
@media (max-width: 768px) {
  .cards-holder.news-cards .card-item .content-holder {
    padding: 0;
  }
}
.cards-holder.news-cards .card-item .content-holder h3,
.cards-holder.news-cards .card-item .content-holder h2 {
  text-transform: none;
  margin-bottom: 16px;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .cards-holder.news-cards .card-item .content-holder .p-sub-h {
    font-size: max(16px, 1.389vw);
  }
}
@media (max-width: 768px) {
  .cards-holder.news-cards .card-item .content-holder .p-sub-h {
    font-size: 24px;
  }
}
.cards-holder.news-cards .card-item .content-holder .link-btn {
  color: #0172ED;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
}
.cards-holder.news-cards .card-item .content-holder .link-btn.link-btn-1 {
  position: relative;
  gap: 8px;
}
.cards-holder.news-cards .card-item .content-holder .link-btn.link-btn-1:after {
  content: "";
  position: relative;
  width: 24px;
  aspect-ratio: 1;
  -webkit-mask-image: url(/images/Themes/Default/open_in_new.svg);
          mask-image: url(/images/Themes/Default/open_in_new.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  top: 50%;
  background-color: #0172ED;
}
@media (max-width: 480px) {
  .cards-holder.news-cards .card-item .content-holder .link-btn.link-btn-1:after {
    transform: translateY(-50%);
  }
}
.cards-holder.news-cards .card-item .content-holder .link-btn.link-btn-1:before {
  display: none;
}
.cards-holder.news-cards .card-item .content-holder .tag {
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 16px;
  background: #FFF;
  border: 1px solid #717171;
  border-radius: 100px;
  color: #717171;
  margin-bottom: 16px;
  display: inline-block;
}
.cards-holder.masonry-grid .items {
  justify-content: flex-start;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: min(40px, 2.315vw);
}
@media (max-width: 768px) {
  .cards-holder.masonry-grid .items {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.cards-holder.masonry-grid .card-item {
  width: 100%;
  max-width: 680px;
}
.cards-holder.masonry-grid .card-item .image {
  aspect-ratio: auto;
  width: 100%;
  height: 100%;
}
.cards-holder.masonry-grid .card-item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cards-holder.masonry-grid .card-item:first-child {
  position: relative;
  width: 100%;
  max-width: 800px;
  grid-row: span 2;
}
@media (max-width: 768px) {
  .cards-holder.masonry-grid .card-item:first-child {
    min-height: 400px;
  }
}
.cards-holder.masonry-grid .card-item:first-child .image {
  aspect-ratio: auto;
  flex-basis: 100%;
  width: 100%;
  height: 100%;
}
.cards-holder.masonry-grid .card-item:first-child .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cards-holder.tools-resources-news.masonry-grid .card-item:first-child .content-holder {
  position: absolute;
  left: min(40px, 2.315vw);
  bottom: min(40px, 2.315vw);
  top: min(40px, 2.315vw);
  right: min(40px, 2.315vw);
  justify-content: end;
}
@media (max-width: 768px) {
  .cards-holder.tools-resources-news.masonry-grid .card-item:first-child .content-holder {
    top: 24px;
    bottom: 24px;
    left: 24px;
    right: 24px;
  }
}
.cards-holder.tools-resources-news.masonry-grid .card-item:first-child .content-holder .tag {
  position: absolute;
  top: 0;
}
.cards-holder.tools-resources-news.masonry-grid .card-item:first-child .content-holder h2,
.cards-holder.tools-resources-news.masonry-grid .card-item:first-child .content-holder h3 {
  color: #fff;
  font-weight: 700;
}
.cards-holder.tools-resources-news.masonry-grid .card-item:first-child .content-holder .link-btn {
  color: #fff;
  margin-bottom: 16px;
  font-weight: 700;
}
.cards-holder.tools-resources-news.masonry-grid .card-item:first-child .content-holder .link-btn:after {
  background-color: #FFC800;
  transform: translateY(-50%);
}
.cards-holder.tools-resources-news.masonry-grid .card-item:first-child .content-holder .link-btn:before {
  display: block;
  width: 48px;
}

.cards-holder.trends-insp-cta-cards.masonry-grid .inner {
  max-width: 1472px;
}
.cards-holder.trends-insp-cta-cards.masonry-grid .card-item {
  max-width: 100%;
}
@media (max-width: 768px) {
  .cards-holder.trends-insp-cta-cards.masonry-grid .card-item:not(:first-child) .image {
    aspect-ratio: 327/320;
  }
}
.cards-holder.trends-insp-cta-cards.masonry-grid .card-item .image img {
  border-radius: 24px;
}
.cards-holder.trends-insp-cta-cards.masonry-grid .card-item .content-holder {
  left: var(--section-padding-s);
  bottom: var(--section-padding-s);
  right: var(--section-padding-s);
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (max-width: 768px) {
  .cards-holder.trends-insp-cta-cards.masonry-grid .card-item .content-holder {
    bottom: 24px;
    left: 24px;
    right: 24px;
  }
}
.cards-holder.trends-insp-cta-cards.masonry-grid .card-item .content-holder h2 {
  line-height: 0;
  display: block;
}
.cards-holder.trends-insp-cta-cards.masonry-grid .card-item .content-holder h2:after {
  position: relative;
  content: "";
  width: var(--section-padding-s);
  aspect-ratio: 1;
  background: #FFC800;
  -webkit-mask-image: url(/images/Themes/Default/arrow_circle_right_orange.svg);
          mask-image: url(/images/Themes/Default/arrow_circle_right_orange.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  display: inline-block;
  margin-left: 10px;
  top: 5px;
}
@media (max-width: 768px) {
  .cards-holder.trends-insp-cta-cards.masonry-grid .card-item .content-holder h2:after {
    width: 32px;
    top: 0;
  }
}
.cards-holder.trends-insp-cta-cards.masonry-grid .card-item .content-holder .h2,
.cards-holder.trends-insp-cta-cards.masonry-grid .card-item .content-holder .h3,
.cards-holder.trends-insp-cta-cards.masonry-grid .card-item .content-holder .h4,
.cards-holder.trends-insp-cta-cards.masonry-grid .card-item .content-holder p {
  color: #fff;
  font-weight: 700;
  margin-bottom: 24px;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cards-holder.trends-insp-cta-cards.masonry-grid .card-item .content-holder .h2,
  .cards-holder.trends-insp-cta-cards.masonry-grid .card-item .content-holder .h4 {
    font-size: 40px;
    line-height: 48px;
  }
}
.cards-holder.trends-insp-cta-cards.masonry-grid .card-item .content-holder p {
  margin-bottom: 0;
}
.cards-holder.trends-insp-cta-cards.masonry-grid .card-item:first-child .content-holder {
  max-width: min(500px, 28.935vw);
}
@media (max-width: 768px) {
  .cards-holder.trends-insp-cta-cards.masonry-grid .card-item:first-child .content-holder {
    max-width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1728px) {
  .cards-holder.trends-insp-cta-cards.masonry-grid .card-item:first-child .content-holder h2:after {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1728px) {
  .cards-holder.trends-insp-cta-cards.masonry-grid .card-item:first-child .content-holder:after {
    position: absolute;
    content: "";
    width: var(--section-padding-s);
    aspect-ratio: 1;
    background: #FFC800;
    -webkit-mask-image: url(/images/Themes/Default/arrow_circle_right_orange.svg);
            mask-image: url(/images/Themes/Default/arrow_circle_right_orange.svg);
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    right: calc(-1 * var(--section-padding-s));
    top: 63%;
    transform: translateY(-50%);
  }
}

.cards-auto {
  position: relative;
  z-index: 10;
}
.cards-auto.cat-apps .cards-simple .items .item .image img {
  max-height: 83px;
  width: auto;
}

.cards-simple {
  padding-top: 32px;
}
.cards-simple .row {
  /*width: 940px;*/
}
.cards-simple .row.cards-two {
  width: 612px;
}
.cards-simple .row.cards-two .items {
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  flex-flow: wrap;
  transition: all 0.3s ease;
  display: flex;
  margin: 0 -1.5%;
  width: 103%;
}
.cards-simple .row.cards-two .items > * {
  width: 47%;
  margin: 0 1.5% 2.25em;
}
@media (max-width: 480px) {
  .cards-simple .row.cards-two .items {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    flex-flow: wrap;
    transition: all 0.3s ease;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .cards-simple .row.cards-two .items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.cards-simple .items {
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cards-simple .items {
    flex-direction: column;
    gap: 24px;
  }
}
.cards-simple .items {
  /* @include for-size (vars.$md) {
      @include boxGrid(3, 2%);
  }

  @include for-size (vars.$sm) {
      @include boxGrid(2, 2%);
  }

  @include for-size (vars.$xs) {
      @include boxGrid(1, 2%);
  }*/
}
.cards-simple .items .item {
  border-radius: 16px;
  border: 1px solid #E5E5E5;
  text-align: center;
  position: relative;
  /*height: 260px;*/
  padding: 32px 32px 48px;
  width: 281px;
}
@media (max-width: 768px) {
  .cards-simple .items .item {
    margin: auto;
  }
}
@media (max-width: 480px) {
  .cards-simple .items .item {
    width: 100%;
  }
}
.cards-simple .items .item:hover {
  background: #FFFDEF;
  border-color: #896500;
}
.cards-simple .items .item::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 15px;
  background: #FFC800;
  content: "";
  border-radius: 0 0 15px 15px;
}
.cards-simple .items .item .image {
  margin-bottom: 24px;
}
.cards-simple .items .item .image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 120px;
  height: 120px;
}
.cards-simple .items .item .card-h,
.cards-simple .items .item .block-t,
.cards-simple .items .item h3,
.cards-simple .items .item h2 {
  text-transform: uppercase;
  text-shadow: 3px 4px 0 #FFC800;
  padding-bottom: 0;
  font-size: 24px;
}
.cards-simple .items .item .text {
  color: #0F0F0F;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800;
}

.brands-cards {
  overflow: hidden;
  padding-bottom: var(--section-padding);
}
.brands-cards .cards {
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  flex-flow: wrap;
  transition: all 0.3s ease;
  display: flex;
  margin: 0 -1.25%;
  width: 102.5%;
}
.brands-cards .cards > * {
  width: 30.8333333333%;
  margin: 0 1.25% 1.6666666667em;
}
.brands-cards .cards {
  -moz-justify-content: center;
  justify-content: center;
  gap: var(--section-padding-s) min(40px, 2.315vw);
}
@media (max-width: 768px) {
  .brands-cards .cards {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    flex-flow: wrap;
    transition: all 0.3s ease;
    display: flex;
    margin: 0 -1.5%;
    width: 103%;
  }
  .brands-cards .cards > * {
    width: 97%;
    margin: 0 1.5% 3em;
  }
  .brands-cards .cards {
    flex-wrap: nowrap;
    -ms-flex-wrap: none;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    scrollbar-width: none;
    margin: 0;
    white-space: normal;
    width: 106%;
    padding-right: 6%;
    gap: 16px;
  }
}
.brands-cards .cards .card {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #E5E5E5;
  margin: 0;
  position: relative;
  z-index: 5;
  background: #FFF;
  max-width: 464px;
}
@media (min-width: 768px) {
  .brands-cards .cards .card {
    padding: min(24px, 1.389vw);
  }
}
@media (max-width: 768px) {
  .brands-cards .cards .card {
    margin: 0;
    min-width: 312px;
  }
}
.brands-cards .cards .card:hover {
  background: #FFFDEF;
  border-color: #896500;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);
}
.brands-cards .cards .card .image {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .brands-cards .cards .card .image {
    margin-bottom: min(24px, 1.389vw);
  }
}
.brands-cards .cards .card .image img {
  max-height: 72px;
}
@media (min-width: 768px) {
  .brands-cards .cards .card .image img {
    height: 4.167vw;
  }
}
.brands-cards .cards .card .info .name {
  margin-bottom: 10px;
  text-transform: none;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 768px) {
  .brands-cards .cards .card .info .name {
    font-size: min(24px, 1.389vw);
  }
}
.brands-cards .cards .card .info p {
  color: #404040;
  font-size: 24px;
}
@media (min-width: 768px) {
  .brands-cards .cards .card .info p {
    font-size: min(24px, 1.389vw);
  }
}

.channel-cards {
  padding-bottom: var(--section-padding);
}
@media (max-width: 768px) {
  .channel-cards .inner {
    max-width: 100%;
    width: 100%;
  }
}
.channel-cards .cards {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .channel-cards .cards {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-right: 3.5%;
    padding-left: 3.5%;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: left;
  }
}
@media (max-width: 480px) {
  .channel-cards .cards {
    padding-right: 6.5%;
    padding-left: 6.5%;
  }
}
.channel-cards .cards .card-item {
  flex: 1;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.channel-cards .cards .card-item .content-holder {
  width: 300px;
  aspect-ratio: 300/320;
  position: relative;
  border-radius: 16px;
}
.channel-cards .cards .card-item .content-holder figure {
  width: 100%;
  height: 100%;
}
.channel-cards .cards .card-item .content-holder figure img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.channel-cards .cards .card-item .content-holder .content {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  z-index: 1;
}
.channel-cards .cards .card-item .content-holder .content img {
  height: 64px;
  margin-bottom: 12px;
}
.channel-cards .cards .card-item .content-holder .content h3,
.channel-cards .cards .card-item .content-holder .content p {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}
.channel-cards .cards .card-item .content-holder .content p {
  margin-top: 16px;
}
.channel-cards .cards .card-item .content-holder:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(226.04deg, rgba(0, 0, 0, 0) 50.07%, #000000 83.46%);
  z-index: 0;
  border-radius: 16px;
}
.channel-cards .cards .card-item.disabled {
  position: relative;
}
.channel-cards .cards .card-item.disabled .btn {
  position: absolute;
  background-color: #F4F4F4;
  z-index: 1;
  top: 191px;
  left: 24px;
  right: 24px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 24px;
  cursor: default;
}
.channel-cards .cards .card-item.disabled .content-holder {
  opacity: 0.4;
}
.channel-cards .cards .card-item.disabled .content-holder h3 {
  opacity: 0.4;
}
.channel-cards .cards .card-item.disabled .content-holder:after {
  background-image: linear-gradient(226.04deg, rgba(0, 0, 0, 0) 50.07%, rgba(0, 0, 0, 0.4) 83.46%);
}

.byb-cards {
  padding-bottom: var(--section-padding);
}
@media (max-width: 768px) {
  .byb-cards .inner {
    max-width: 100%;
    width: 100%;
  }
}
.byb-cards .cards {
  display: flex;
  gap: var(--section-padding-s);
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .byb-cards .cards {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-right: 3.5%;
    padding-left: 3.5%;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: left;
    gap: 24px;
  }
}
@media (max-width: 480px) {
  .byb-cards .cards {
    padding-right: 6.5%;
    padding-left: 6.5%;
  }
}
.byb-cards .cards .card-item {
  flex: 1;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.byb-cards .cards .card-item .content-holder {
  width: 344px;
  aspect-ratio: 0.86;
  position: relative;
  border-radius: 16px;
}
.byb-cards .cards .card-item .content-holder figure {
  width: 100%;
  height: 100%;
}
.byb-cards .cards .card-item .content-holder figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 16px;
}
.byb-cards .cards .card-item .content-holder .content {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  z-index: 1;
}
.byb-cards .cards .card-item .content-holder .content img {
  height: 64px;
  margin-bottom: 24px;
}
.byb-cards .cards .card-item .content-holder .content h3 {
  color: #fff;
  text-transform: none;
  font-weight: 700;
  font-size: 24px;
}
.byb-cards .cards .card-item .content-holder .content p {
  color: #fff;
  font-size: 16px;
  margin-top: 16px;
}
.byb-cards .cards .card-item .content-holder:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(223.05deg, rgba(0, 0, 0, 0) 47.12%, #000000 100%);
  z-index: 0;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .byb-cards .cards .card-item .content-holder {
    width: 311px;
    aspect-ratio: 311/400;
  }
}

.block-component.infographic {
  padding-bottom: var(--section-padding);
}
.block-component.infographic .highlights {
  display: none;
  margin-bottom: min(116px, 6.713vw);
}
@media (max-width: 768px) {
  .block-component.infographic .highlights {
    display: block;
    margin-top: 24px;
    margin-bottom: 0;
  }
}
.block-component.infographic .highlights .flex {
  gap: 24px;
  justify-content: center;
}
.block-component.infographic .highlights .item {
  display: flex;
  gap: 24px;
  align-items: center;
  max-width: 382px;
}
.block-component.infographic .highlights .item img {
  width: 88px;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .block-component.infographic .highlights .item img {
    width: 68px;
  }
}
.block-component.infographic .highlights .item .text-wrapper * {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
}
.block-component.infographic.visible-highlights .highlights {
  display: block;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .block-component.infographic.visible-highlights .highlights .flex {
    gap: 1.3vw;
  }
  .block-component.infographic.visible-highlights .highlights .flex img {
    width: 5vw;
  }
  .block-component.infographic.visible-highlights .highlights .flex .item {
    gap: 1.3vw;
    max-width: 22vw;
  }
  .block-component.infographic.visible-highlights .highlights .flex .item .text-wrapper * {
    font-size: 1.1vw;
    line-height: 1.5vw;
  }
}
@media (max-width: 768px) {
  .block-component.infographic .main-image img {
    width: 100%;
  }
}

.umb-block-grid--tabs-list {
  padding-bottom: var(--section-padding);
}
.umb-block-grid--tabs-list .tabs {
  display: flex;
  gap: 20px;
  max-width: 100%;
  margin: 0 auto;
  flex-direction: column;
}
.umb-block-grid--tabs-list .tabs-buttons {
  flex-shrink: 0;
  gap: 20px;
}
.umb-block-grid--tabs-list .tabs-buttons .tabs-btn {
  position: relative;
  cursor: pointer;
}
.umb-block-grid--tabs-list .tabs-buttons .tabs-btn.current {
  font-weight: 900;
}
.umb-block-grid--tabs-list .tabs-content {
  flex: 1;
}
.umb-block-grid--tabs-list .tabs-content .tab-content {
  display: none;
  transition: opacity 0.3s ease;
}
.umb-block-grid--tabs-list .tabs-content .tab-content .row .inner {
  width: 100%;
  max-width: 100%;
}
.umb-block-grid--tabs-list .tabs-content .tab-content.current {
  display: flex;
  justify-content: center;
}
.umb-block-grid--tabs-list .tabs-slider-buttons {
  display: none;
}

.umb-block-grid--tabs-list.t-our-chefs .title-wrapper {
  text-align: center;
  margin-bottom: 48px;
}
.umb-block-grid--tabs-list.t-our-chefs .title-wrapper h2 {
  line-height: 0;
}
.umb-block-grid--tabs-list.t-our-chefs .title-wrapper h2 .h1 {
  text-shadow: var(--shadow-offset-x-long) var(--shadow-offset-y-long) 0 #FFC800;
}
@media (max-width: 768px) {
  .umb-block-grid--tabs-list.t-our-chefs .title-wrapper h2 .h1 {
    font-size: 48px;
    line-height: 52px;
    text-shadow: 4px 5px 0 #FFC800;
  }
}
.umb-block-grid--tabs-list.t-our-chefs .tabs-wrapper .tabs {
  gap: 48px;
  max-width: 1472px;
  margin: auto;
}
@media (min-width: 768px) {
  .umb-block-grid--tabs-list.t-our-chefs .tabs-wrapper .tabs {
    width: 93%;
  }
}
.umb-block-grid--tabs-list.t-our-chefs .tabs-wrapper .tabs .tabs-buttons {
  gap: 24px;
  justify-content: center;
}
.umb-block-grid--tabs-list.t-our-chefs .tabs-wrapper .tabs .tabs-buttons .tabs-btn {
  padding: 16px 24px;
  border: 1px solid #E5E5E5;
  border-radius: 999px;
  max-height: 68px;
}
.umb-block-grid--tabs-list.t-our-chefs .tabs-wrapper .tabs .tabs-buttons .tabs-btn.current {
  background-color: #FFFDEF;
  border-color: #FFC800;
  border-width: 2px;
}
.umb-block-grid--tabs-list.t-our-chefs .tabs-wrapper .tabs .tabs-buttons .tabs-btn .title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .umb-block-grid--tabs-list.t-our-chefs .tabs-wrapper .tabs .tabs-buttons {
    display: block;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 3.5%;
    scrollbar-width: none;
    -ms-overflow-style: none;
    max-width: 100%;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .umb-block-grid--tabs-list.t-our-chefs .tabs-wrapper .tabs .tabs-buttons {
    padding: 0 6.5%;
  }
}
@media (max-width: 768px) {
  .umb-block-grid--tabs-list.t-our-chefs .tabs-wrapper .tabs .tabs-buttons .tabs-btn {
    display: inline-block;
  }
  .umb-block-grid--tabs-list.t-our-chefs .tabs-wrapper .tabs .tabs-buttons .tabs-btn:not(:last-child) {
    margin-right: 24px;
  }
}
.umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner {
  margin-bottom: 94px;
  padding-bottom: 0;
}
.umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner .content-holder {
  transform: none;
  left: auto;
  max-width: 563px;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner .content-holder {
    max-width: 32.6vw;
  }
}
.umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner .content-holder .title {
  text-shadow: 4px 6px 0 #fff;
}
.umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner .content-holder ol {
  padding-left: 35px;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner .content-holder ol {
    padding-left: 1.82vw;
  }
}
.umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner .content-holder ol li {
  font-weight: 700;
  font-size: 24px;
}
.umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner .content-holder ol li p {
  font-weight: 700;
  font-size: 24px;
}
.umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner .content-holder ol li {
  padding-bottom: 2px;
  margin-bottom: 24px;
  border-bottom: 1px solid #0F0F0F;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner .content-holder ol li p {
    font-size: 1.39vw;
  }
  .umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner .content-holder ol li {
    font-size: 1.39vw;
    padding-bottom: 0.26vw;
    margin-bottom: 1.39vw;
  }
}
.umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner .content-holder ol li span {
  display: block;
}
.umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner .content-holder ol li em {
  font-weight: 400;
}
.umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner .content-holder p {
  margin-bottom: 0;
}
.umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner .content-holder .h1 {
  margin-bottom: 16px;
  display: block;
  --fs-h1: 110px;
  line-height: 1;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner .content-holder .h1 {
    margin-bottom: 0.926vw;
    --fs-h1: 6.366vw;
  }
}
.umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner .content-holder .h2 {
  margin-left: -112px;
  line-height: 1;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner .content-holder .h2 {
    --fs-h2: 3.241vw;
    margin-left: -5.83vw;
  }
}
@media (max-width: 768px) {
  .umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner {
    margin-bottom: 40px;
  }
  .umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner .content-holder {
    position: static;
    background: #FFC800;
    max-width: 100%;
  }
  .umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner .content-holder .content-inner {
    padding: 24px 0 8px;
    width: 93%;
    margin: auto;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner .content-holder .content-inner {
    max-width: 87.2%;
  }
}
@media (max-width: 768px) {
  .umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner .content-holder ol {
    padding-left: 3.5%;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner .content-holder ol {
    padding-left: 6.5%;
  }
}
@media (max-width: 768px) {
  .umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner .content-holder ol li {
    margin-bottom: 16px;
    padding-bottom: 5px;
  }
  .umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner .content-holder ol li p em {
    display: block;
    margin-top: 4px;
  }
  .umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner .content-holder .h2 {
    margin-left: 0;
    font-size: 40px;
    line-height: 48px;
  }
  .umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner .content-holder .h1 {
    font-size: 60px;
    line-height: 88px;
    margin-bottom: 24px;
  }
  .umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner .banner-image {
    padding: 24px 0 0;
    width: 93%;
    margin: auto;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner .banner-image {
    max-width: 87.2%;
  }
}
.umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner.b-t-chef-mark .content-holder {
  top: 168px;
  right: 123px;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner.b-t-chef-mark .content-holder {
    top: 9.722vw;
    right: 7.12vw;
  }
  .umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner.b-t-chef-mark .content-holder .h2 {
    display: block;
    margin-left: -6.424vw;
  }
}
.umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner.b-t-chef-ron .content-holder {
  top: 155px;
  right: 284px;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner.b-t-chef-ron .content-holder {
    top: 8.97vw;
    right: 16.44vw;
  }
}
.umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner.b-t-chef-ron .content-holder ol li {
  margin-bottom: 16px;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner.b-t-chef-ron .content-holder ol li {
    margin-bottom: 0.926vw;
  }
}
.umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner.b-t-chef-carol .content-holder {
  top: 145px;
  right: 97px;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner.b-t-chef-carol .content-holder {
    top: 8.391vw;
    right: 5.613vw;
  }
}
.umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner.b-t-chef-carol .content-holder .text-holder p.title .h2 {
  --fs-h2: 56px;
  margin-left: 0;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner.b-t-chef-carol .content-holder .text-holder p.title .h2 {
    --fs-h2: 3.241vw;
  }
}
.umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner.b-t-chef-carol .content-holder .text-holder p.title {
  margin-left: -112px;
  width: 646px;
  display: block;
  margin-bottom: 16px;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner.b-t-chef-carol .content-holder .text-holder p.title {
    width: 37.384vw;
    margin-bottom: 0.926vw;
    margin-left: -5.83vw;
  }
}
@media (max-width: 768px) {
  .umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner.b-t-chef-carol .content-holder .text-holder p.title {
    width: 100%;
    margin-bottom: 24px;
    margin-left: 0;
  }
  .umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner.b-t-chef-carol .content-holder .text-holder p.title .sm-h1 {
    font-size: 60px;
    line-height: 88px;
    display: block;
  }
}
.umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner.b-t-chef-carol .content-holder ol li {
  margin-right: 48px;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner.b-t-chef-carol .content-holder ol li {
    margin-right: 2.778vw;
  }
}
@media (max-width: 768px) {
  .umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner.b-t-chef-carol .content-holder ol li {
    margin-right: 0;
  }
}
.umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner.b-t-chef-noel .content-holder {
  top: 165px;
  right: 184px;
  max-width: 397px;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner.b-t-chef-noel .content-holder {
    top: 9.15vw;
    right: 9.58vw;
    max-width: 22.97vw;
  }
}
@media (max-width: 768px) {
  .umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner.b-t-chef-noel .content-holder {
    max-width: 100%;
  }
}
.umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner.b-t-chef-noel .content-holder .text-holder p.title .h2 {
  --fs-h2: 56px;
  margin-left: 0;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner.b-t-chef-noel .content-holder .text-holder p.title .h2 {
    --fs-h2: 3.241vw;
  }
}
.umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner.b-t-chef-noel .content-holder .text-holder p.title {
  margin-left: -112px;
  width: 646px;
  display: block;
  margin-bottom: 48px;
}
@media (min-width: 769px) and (max-width: 1728px) {
  .umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner.b-t-chef-noel .content-holder .text-holder p.title {
    width: 37.384vw;
    margin-bottom: 2.778vw;
    margin-left: -5.83vw;
  }
}
@media (max-width: 768px) {
  .umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner.b-t-chef-noel .content-holder .text-holder p.title {
    width: 100%;
    margin-bottom: 24px;
    margin-left: 0;
  }
  .umb-block-grid--tabs-list.t-our-chefs .tab-content .page-banner.b-t-chef-noel .content-holder .text-holder p.title .sm-h1 {
    font-size: 60px;
    line-height: 88px;
    display: block;
  }
}
@media (max-width: 768px) {
  .umb-block-grid--tabs-list.t-our-chefs .tab-content .row.col-2 > .inner {
    width: 93%;
    margin: auto;
  }
}
@media (max-width: 480px) {
  .umb-block-grid--tabs-list.t-our-chefs .tab-content .row.col-2 > .inner {
    width: 87.2%;
  }
}
.umb-block-grid--tabs-list.t-our-chefs .tab-content .row.col-2.row-t .umb-block-grid__area-container {
  gap: 0;
}
.umb-block-grid--tabs-list.t-our-chefs .tab-content .row.col-2 .umb-block-grid__area-container {
  gap: 80px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .umb-block-grid--tabs-list.t-our-chefs .tab-content .row.col-2 .umb-block-grid__area-container {
    gap: 40px;
  }
}
.umb-block-grid--tabs-list.t-our-chefs .tab-content .row.col-2 .umb-block-grid__area-container .umb-block-grid__area .umb-block-grid__layout-container {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (max-width: 768px) {
  .umb-block-grid--tabs-list.t-our-chefs .tab-content .row.col-2 .umb-block-grid__area-container .umb-block-grid__area .umb-block-grid__layout-container {
    gap: 40px;
  }
}
.umb-block-grid--tabs-list.t-our-chefs .tab-content .row.col-2 .title.h3 {
  margin-bottom: 48px;
  display: block;
}
@media (max-width: 768px) {
  .umb-block-grid--tabs-list.t-our-chefs .tab-content .row.col-2 .title.h3 {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .umb-block-grid--tabs-list.t-our-chefs .tab-content .row.col-2 p {
    font-size: 16px;
    line-height: 1.5;
  }
  .umb-block-grid--tabs-list.t-our-chefs .tab-content .row.col-2 p:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .umb-block-grid--tabs-list.t-our-chefs .tab-content .row.col-2 .text-box.quote-block-holder p {
    font-size: 16px;
    line-height: 24px;
  }
  .umb-block-grid--tabs-list.t-our-chefs .tab-content .row.col-2 .text-box.quote-block-holder p:not(:last-child) {
    margin-bottom: 24px;
  }
}

.swiper-pagination.pagination-v {
  position: relative;
  margin-top: var(--section-padding-s);
  display: flex;
  justify-content: center;
  gap: 8px;
  top: 0;
}
.swiper-pagination.pagination-v .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #D9D9D9;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s ease;
  cursor: pointer;
  margin: 0 !important;
}
.swiper-pagination.pagination-v .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFC800;
  width: 48px;
  border-radius: 999px;
}
.swiper-pagination.pagination-v .swiper-pagination-bullet:hover {
  background: #FFC800;
  opacity: 0.7;
}

.bottom-sliders-holder {
  background: #fff;
  padding-bottom: var(--section-padding);
}

/* Product Cards in swipers, grids etc. */
.main-cards {
  padding-bottom: var(--section-padding);
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.main-cards.related-products .left-image {
  position: absolute;
  left: -44%;
  top: 92%;
  transform: translate(-50%, -50%) scale(-1, 1);
  aspect-ratio: 1;
  z-index: -1;
  rotate: 35deg;
  width: 67%;
}
@media (max-width: 1024px) {
  .main-cards.related-products .left-image {
    display: none;
  }
}
.main-cards.related-products .right-image {
  position: absolute;
  right: -53%;
  top: 80%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1;
  z-index: -1;
  rotate: 34deg;
  width: 67%;
}
@media (max-width: 1024px) {
  .main-cards.related-products .right-image {
    display: none;
  }
}
.main-cards.results {
  padding: 48px 0;
  display: flex;
  flex-direction: column;
  gap: min(2.778vw, 48px);
}
@media (max-width: 1024px) {
  .main-cards.results {
    padding: 60px 0;
    gap: 48px;
  }
}
@media (max-width: 480px) {
  .main-cards.results {
    gap: 24px;
  }
}
@media (max-width: 1200px) {
  .main-cards.results .content-slide .name {
    max-width: 160px;
  }
}
@media (max-width: 1024px) {
  .main-cards.results .content-slide .name {
    max-width: 100%;
  }
}
.main-cards.anchor .info-top-c .subtitle {
  text-shadow: 3px 4px 0 #62BB46;
}
.main-cards.anchor .info-top-c .title {
  text-shadow: 3px 4px 0 #62BB46;
}
.main-cards.oreida .info-top-c .subtitle {
  text-shadow: 3px 4px 0 #ED1B2E;
}
.main-cards.oreida .info-top-c .title {
  text-shadow: 3px 4px 0 #ED1B2E;
}
.main-cards.moores .info-top-c .subtitle {
  text-shadow: 3px 4px 0 #9040FF;
}
.main-cards.moores .info-top-c .title {
  text-shadow: 3px 4px 0 #9040FF;
}
.main-cards.brewcity .info-top-c .subtitle {
  text-shadow: 3px 4px 0 #B48F31;
}
.main-cards.brewcity .info-top-c .title {
  text-shadow: 3px 4px 0 #B48F31;
}
.main-cards.harvestsplendor .info-top-c .subtitle {
  text-shadow: 3px 4px 0 #CF592F;
}
.main-cards.harvestsplendor .info-top-c .title {
  text-shadow: 3px 4px 0 #CF592F;
}
.main-cards.goldencrisp .info-top-c .subtitle {
  text-shadow: 3px 4px 0 #00529B;
}
.main-cards.goldencrisp .info-top-c .title {
  text-shadow: 3px 4px 0 #00529B;
}
.main-cards.centered .info-top-c {
  text-align: center;
}
.main-cards.centered .info-top-c .title-holder {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: auto;
}
.main-cards.centered .swiper .swiper-wrapper {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.main-cards.k-12 .content-slide .info {
  color: #0F0F0F;
}
.main-cards.k-12 .content-slide .info .copy-holder {
  margin-top: 8px;
}
.main-cards.k-12 .content-slide .info .copy-holder p {
  font-size: 16px;
}
.main-cards.k-12 .content-slide .info .nft {
  padding: 16px;
  border-top: 1px solid #F4F4F4;
  margin-top: 16px;
}
@media (max-width: 1480px) {
  .main-cards.k-12 .content-slide .info .nft {
    padding-left: 0;
    padding-right: 0;
  }
}
.main-cards.k-12 .content-slide .info .nft .nft-cell {
  padding: 0 24px;
  text-align: center;
  width: 33.3333333333%;
}
@media (max-width: 1480px) {
  .main-cards.k-12 .content-slide .info .nft .nft-cell {
    padding: 0 16px;
  }
}
.main-cards.k-12 .content-slide .info .nft .nft-cell p {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 481px) and (max-width: 1480px) {
  .main-cards.k-12 .content-slide .info .nft .nft-cell p {
    font-size: 12px;
    line-height: 1.5;
  }
}
.main-cards.k-12 .content-slide .info .nft .nft-cell:not(:last-child) {
  border-right: 1px solid #F4F4F4;
}
.main-cards:has(.swiper):not(:has(.info-top-c)) {
  padding-top: 13px;
  margin-top: -13px;
}
.main-cards .info-top-c {
  margin-bottom: 48px;
}
.main-cards .info-top-c .title-holder {
  display: flex;
  gap: 24px;
}
@media (max-width: 1024px) {
  .main-cards .info-top-c .title-holder {
    flex-direction: column;
  }
}
.main-cards .info-top-c .title-image img {
  max-height: 78px;
}
@media (max-width: 1024px) {
  .main-cards .info-top-c .title-image img {
    max-height: 40px;
  }
  .main-cards .info-top-c .title-image img.xs-74px {
    max-height: 74px;
  }
}
.main-cards .info-top-c .subtitle {
  line-height: 1.2;
  text-shadow: 3px 4px 0 #FFC800;
  display: block;
}
.main-cards .info-top-c .big {
  font-size: 80px;
}
@media (max-width: 1024px) {
  .main-cards .info-top-c .big {
    font-size: 48px;
  }
}
@media (max-width: 480px) {
  .main-cards .info-top-c .big.xs-40px {
    font-size: 40px;
  }
}
.main-cards .info-top-c .title {
  text-transform: uppercase;
  margin-bottom: 10px;
  word-wrap: break-word;
  display: block;
  text-shadow: 3px 4px 0 #FFC800;
}
.main-cards .swiper-slide,
.main-cards .item {
  height: auto;
}
.main-cards .swiper-slide.new-cards .content-slide:after,
.main-cards .item.new-cards .content-slide:after {
  position: absolute;
  left: -13px;
  top: -13px;
  content: "";
  width: 132px;
  aspect-ratio: 1;
  background-image: url("/images/Themes/Default/new-badge.png");
  background-size: contain;
  pointer-events: none;
}
.main-cards .content-items {
  display: flex;
  -moz-justify-content: start;
  justify-content: start;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  gap: min(2.778vw, 48px);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .main-cards .content-items {
    flex-wrap: nowrap;
    -ms-flex-wrap: none;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    max-width: 100%;
    width: calc(96.5% + 13px);
    padding-right: 3.5%;
    padding-left: 13px;
    padding-top: 13px;
    margin-top: -13px;
    margin-left: calc(3.5% - 13px);
    gap: 48px;
  }
}
@media (max-width: 480px) {
  .main-cards .content-items {
    gap: 24px;
    width: calc(93.5% + 13px);
    padding-right: 6.5%;
    margin-left: calc(6.5% - 13px);
  }
}
.main-cards .content-items {
  white-space: normal;
}
.main-cards .content-items .item {
  position: relative;
  -ms-flex-basis: 22.7%;
  flex-basis: 22.7%;
  max-width: min(21.065vw, 364px);
}
@media (max-width: 1024px) {
  .main-cards .content-items .item {
    -ms-flex-basis: auto;
    flex-basis: auto;
    width: 364px;
    min-width: 364px;
    white-space: wrap;
  }
}
@media (max-width: 480px) {
  .main-cards .content-items .item {
    min-width: 90%;
  }
}
.main-cards .content-items .static-slide {
  background: #F4F4F4;
  padding: 40px 24px;
  height: 100%;
  border-radius: 16px;
}
.main-cards .content-items .static-slide .static-title {
  font-size: 32px;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .main-cards .content-items .static-slide .static-title {
    max-width: 160px;
  }
}
@media (max-width: 1024px) {
  .main-cards .content-items .static-slide .static-title {
    max-width: 100%;
  }
}
.main-cards .content-items .static-slide .image-static {
  width: 153px;
  aspect-ratio: 1;
  align-content: center;
}
.main-cards .content-slide {
  border-radius: 16px;
  border: 1px solid #E5E5E5;
  padding: 24px 24px 40px 24px;
  position: relative;
  display: block;
  height: 100%;
  display: flex;
  flex-direction: column;
  -moz-flex-direction: column;
  background: #FFF;
}
.main-cards .content-slide:hover {
  background: #FFFDEF;
  border: 1px solid #896500;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);
}
.main-cards .content-slide::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 15px;
  content: "";
  background: #FFC800;
  border-radius: 0 0 16px 16px;
}
.main-cards .content-slide.anchor::before {
  background: #62BB46;
}
.main-cards .content-slide.oreida::before {
  background: #ED1B2E;
}
.main-cards .content-slide.moores::before {
  background: #9040FF;
}
.main-cards .content-slide.brewcity::before {
  background: #B48F31;
}
.main-cards .content-slide.harvestsplendor::before {
  background: #CF592F;
}
.main-cards .content-slide.goldencrisp::before {
  background: #00529B;
}
.main-cards .content-slide .info {
  display: flex;
  flex-direction: column;
  -moz-flex-direction: column;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-flex: 1;
  flex: 1;
}
.main-cards .content-slide .image {
  text-align: center;
  margin-bottom: 16px;
}
.main-cards .content-slide .name {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 24px;
  text-transform: none;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .main-cards .content-slide .name {
    font-size: 16px;
  }
}
.main-cards .content-slide .product-code-portions {
  color: #0F0F0F;
  font-weight: 400;
  line-height: 20px;
  font-size: 14px;
}
.main-cards .content-slide .product-code-portions .line {
  height: 80%;
  width: 2px;
  margin: 0 7px;
  background: #FFC800;
  display: inline-block;
  height: 14px;
}
.main-cards .content-slide .save-compare {
  display: flex;
  color: #0F0F0F;
  display: none;
}
.main-cards .content-slide .save-compare .save {
  position: relative;
  line-height: 1;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  margin-right: 24px;
  z-index: 1;
}
.main-cards .content-slide .save-compare .save::before {
  padding-right: 10px;
  line-height: 1;
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAYAAACQjC21AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFfSURBVHgBrVTbVYQwEE345rF2kBLoQLYDtwK0AkvQDizB7QA7YDuADpYOeBRAvLPMcCICCnrPmZMwj8skuYlWDg4AhhhmYBWsbICtOZL4GkVRDbOO1eT/Ice6OZoTz9balH0l5qXWmjpIxMdjzOMFOZWbg+9z13VPRPYo3fi+fz/p2sB/dbq5zuQk0nUQBKnCJB8/ZsCkNS/fzOWEYfjMP8w1TW5r1/pudnOZFEOzEj9gyTXljIRt22r1BwiPp4ajv+2F2gmntvTQ6gfNML6onej7PmWOUk5J9PSgNsJRiR0PDaf05gjZbCAbZUUcX4JwFqK135BONFqI35MJZHNUw40w2IuM7+wSGckkU3yfUXv6Rkga40AFi1FQzHVKPsRyNVxDIjuitBobWykw04K12CKhU5i5XZDbWSY9Hqcp2SIhkwpBQjsibtiFyRq1B/S0ic4gjXf1H6Ana/psLeETJ9fIwyoj4qcAAAAASUVORK5CYII=);
}
.main-cards .content-slide .save-compare .compare {
  position: relative;
  line-height: 1;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  z-index: 1;
}
.main-cards .content-slide .save-compare .compare::before {
  padding-right: 10px;
  line-height: 1;
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAQCAYAAAAWGF8bAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADSSURBVHgBrZJNDoIwEIWnkkBY8HMUjsARuIHeBDiN8RZ4A72B7lwCq7aL1hkTDdESR9svmWRChtc3fQX4g7IsOyoIAQkVRWGpsK/Ah6VYlmVb8IErJhhaDzFrbcuZ3XCGjDEWfHClmOd5y1k5cohVuN4e2zpNUyGlHOi7UuqYJAkIIWqsJo7ji9b6DEyHu8XT6Nacup5N5BJEVyd0d8W2WXOKDNM0Hd7/FXQSMMA1+3Ecu29zrJSJEEm/7pHuDXwILVb5iH2kjGneninO89zDj9wBX6ldhh+I9e4AAAAASUVORK5CYII=);
}
.main-cards .content-swiper {
  display: none;
  position: relative;
  transition: all 0.3s ease;
  transition: padding-left 0.3s ease, padding-right 0.3s ease;
  max-width: min(1600px, 92.5vw);
}
@media (max-width: 768px) {
  .main-cards .content-swiper {
    margin-right: -3%;
    max-width: 103%;
  }
}
@media (max-width: 480px) {
  .main-cards .content-swiper {
    margin-right: -6.5%;
    max-width: 106.5%;
  }
}
.main-cards .content-swiper:last-child {
  margin-bottom: 0;
}
.main-cards .content-swiper:has(.swiper-button-prev.swiper-button-disabled):has(.swiper-button-next.swiper-button-disabled) .swiper {
  max-width: 100%;
}
@media (max-width: 768px) {
  .main-cards .content-swiper:has(.swiper-button-prev.swiper-button-disabled):has(.swiper-button-next.swiper-button-disabled) .swiper {
    /* only 1 slide */
    padding: 13px 0 0 13px;
  }
}
.main-cards .content-swiper.smooth-transition:has(.swiper-button-prev.swiper-button-disabled) {
  padding-left: 0;
}
.main-cards .content-swiper.smooth-transition:has(.swiper-button-prev.swiper-button-disabled) .swiper-button-prev {
  opacity: 0;
}
@media (max-width: 768px) {
  .main-cards .content-swiper.smooth-transition:has(.swiper-button-prev.swiper-button-disabled) {
    padding-left: 0;
  }
}
.main-cards .content-swiper.smooth-transition:has(.swiper-button-next.swiper-button-disabled) {
  padding-right: 0;
}
.main-cards .content-swiper.smooth-transition:has(.swiper-button-next.swiper-button-disabled) .swiper-button-next {
  opacity: 0;
}
@media (max-width: 768px) {
  .main-cards .content-swiper.smooth-transition:has(.swiper-button-next.swiper-button-disabled) {
    padding-right: 0;
  }
}
.main-cards .content-swiper.smooth-transition.padding-left-active:has(.swiper-button-next.swiper-button-disabled) {
  padding-left: min(86px, 4.9vw);
}
@media (max-width: 768px) {
  .main-cards .content-swiper.smooth-transition.padding-left-active:has(.swiper-button-next.swiper-button-disabled) {
    padding-left: 0;
  }
}
.main-cards .content-swiper.smooth-transition.padding-right-active:has(.swiper-button-prev.swiper-button-disabled) {
  padding-right: min(86px, 4.9vw);
}
@media (max-width: 768px) {
  .main-cards .content-swiper.smooth-transition.padding-right-active:has(.swiper-button-prev.swiper-button-disabled) {
    padding-right: 0;
  }
}
.main-cards .content-swiper .swiper {
  max-width: min(1440px, 87.384vw - 70px);
  padding: 13px 13px 0;
  margin-top: -13px;
}
@media (max-width: 768px) {
  .main-cards .content-swiper .swiper {
    max-width: calc(100% + 13px);
    padding: 13px calc(6.5% + 13px) 0 13px;
    margin-left: -13px;
  }
}
.main-cards .content-swiper .swiper-slide {
  max-width: 439px;
}
.main-cards .content-swiper .content-slide {
  max-width: 439px;
  margin: auto;
}
.main-cards .content-swiper .swiper-pagination.pagination-v {
  margin-top: var(--section-padding-m);
}
.main-cards .content-swiper .swiper-pagination.pagination-v.swiper-pagination-lock {
  margin-top: 0;
}
.main-cards .content-swiper .swiper-pagination.pagination-v .swiper-pagination-bullet {
  width: 24px;
  height: 8px;
  border-radius: 999px;
}
.main-cards .content-swiper .swiper-pagination.pagination-v .swiper-pagination-bullet-active {
  width: 48px;
}
.main-cards .content-swiper .swiper-pagination.pagination-v.swiper-pagination-bullets-dynamic {
  display: block;
  width: 216px !important;
  gap: 0;
}
.main-cards .content-swiper .swiper-pagination.pagination-v.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  margin: 0 4px !important;
  transform: scale(1) !important;
  transition: all 0.3s ease !important;
}
@media (max-width: 768px) {
  .main-cards .content-swiper .swiper-button-prev,
  .main-cards .content-swiper .swiper-button-next {
    display: none;
  }
}
.main-cards .content-swiper .swiper-button-prev {
  left: 0;
  width: 45px;
  aspect-ratio: 45/48;
  height: auto;
}
.main-cards .content-swiper .swiper-button-prev:after {
  content: "";
  width: 45px;
  aspect-ratio: 45/48;
  background-color: #FFC800;
  -webkit-mask-image: url(/images/Themes/Default/swiper-arrow-right.svg);
          mask-image: url(/images/Themes/Default/swiper-arrow-right.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  rotate: 180deg;
}
.main-cards .content-swiper .swiper-button-next {
  right: 0;
  width: 45px;
  aspect-ratio: 45/48;
  height: auto;
}
.main-cards .content-swiper .swiper-button-next:after {
  content: "";
  width: 45px;
  aspect-ratio: 45/48;
  background-color: #FFC800;
  -webkit-mask-image: url(/images/Themes/Default/swiper-arrow-right.svg);
          mask-image: url(/images/Themes/Default/swiper-arrow-right.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
}

/* Resource Assets Carousel */
.cards-block-tools .info-top-c {
  padding-bottom: clamp(32px, 3.241vw, 56px);
}
.cards-block-tools .info-top-c h2 {
  line-height: 0;
}
@media (max-width: 768px) {
  .cards-block-tools .info-top-c .h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
.cards-block-tools:last-child .content-swiper {
  padding-bottom: var(--section-padding);
}
.cards-block-tools .content-swiper {
  display: none;
  position: relative;
  padding-bottom: clamp(48px, 5.556vw, 96px);
}
@media (max-width: 768px) {
  .cards-block-tools .content-swiper {
    width: 107%;
    margin-left: -3.5%;
  }
}
@media (max-width: 480px) {
  .cards-block-tools .content-swiper {
    width: 113%;
    margin-left: -6.5%;
  }
}
.cards-block-tools .content-swiper .swiper {
  max-width: min(1440px, 87.384vw - 70px);
}
@media (max-width: 768px) {
  .cards-block-tools .content-swiper .swiper {
    max-width: 100%;
    padding: 0 3.5%;
  }
}
@media (max-width: 480px) {
  .cards-block-tools .content-swiper .swiper {
    padding: 0 6.5%;
  }
}
.cards-block-tools .content-swiper .swiper-pagination.pagination-v {
  margin-top: var(--section-padding-s);
}
.cards-block-tools .content-swiper .swiper-pagination.pagination-v.swiper-pagination-lock {
  margin-top: 0;
}
.cards-block-tools .content-swiper .swiper-pagination.pagination-v .swiper-pagination-bullet {
  width: 24px;
  height: 8px;
  border-radius: 999px;
}
.cards-block-tools .content-swiper .swiper-pagination.pagination-v .swiper-pagination-bullet-active {
  width: 48px;
}
.cards-block-tools .content-swiper .swiper-pagination.pagination-v.swiper-pagination-bullets-dynamic {
  display: block;
  width: 216px !important;
  gap: 0;
}
.cards-block-tools .content-swiper .swiper-pagination.pagination-v.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  margin: 0 4px !important;
  transform: scale(1) !important;
  transition: all 0.3s ease !important;
}
@media (max-width: 768px) {
  .cards-block-tools .content-swiper .swiper-button-prev,
  .cards-block-tools .content-swiper .swiper-button-next {
    display: none;
  }
}
.cards-block-tools .content-swiper .swiper-button-prev {
  left: 0;
  width: 45px;
  aspect-ratio: 45/48;
  height: auto;
}
.cards-block-tools .content-swiper .swiper-button-prev:after {
  content: "";
  width: 45px;
  aspect-ratio: 45/48;
  background-color: #FFC800;
  -webkit-mask-image: url(/images/Themes/Default/swiper-arrow-right.svg);
          mask-image: url(/images/Themes/Default/swiper-arrow-right.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  rotate: 180deg;
}
.cards-block-tools .content-swiper .swiper-button-next {
  right: 0;
  width: 45px;
  aspect-ratio: 45/48;
  height: auto;
}
.cards-block-tools .content-swiper .swiper-button-next:after {
  content: "";
  width: 45px;
  aspect-ratio: 45/48;
  background-color: #FFC800;
  -webkit-mask-image: url(/images/Themes/Default/swiper-arrow-right.svg);
          mask-image: url(/images/Themes/Default/swiper-arrow-right.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
}

/* Related Content Swiper */
.main-slider {
  margin: 0 0 var(--section-padding-s) 0;
  position: relative;
  z-index: 1;
}
.main-slider .title {
  text-align: center;
  margin: 0 auto var(--section-padding-s) auto;
  text-shadow: var(--shadow-offset-x-long) var(--shadow-offset-y-long) 0 #FFC800;
}
.main-slider h2:has(span) {
  line-height: 0;
}
@media (max-width: 768px) {
  .main-slider .sm-h4 {
    font-size: var(--fs-h1);
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .main-slider .sm-h3 {
    font-size: var(--fs-h2);
    line-height: 1.0833333333;
  }
}
.main-slider .h3 {
  text-shadow: 4px 4px 0 #FFC800;
}
@media (max-width: 768px) {
  .main-slider .h3 {
    text-shadow: 2px 2px 0 #FFC800;
  }
}
.main-slider .swiper .swiper-slide {
  position: relative;
  aspect-ratio: 1.383;
  aspect-ratio: 852/616;
  width: 852px;
  display: flex;
  flex-direction: column;
  -moz-flex-direction: column;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 45px;
  border-radius: 24px;
  overflow: hidden;
  border-bottom: 24px solid #FFC800;
  position: relative;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);
  min-height: -moz-fit-content;
  min-height: fit-content;
}
@media (max-width: 1366px) {
  .main-slider .swiper .swiper-slide {
    padding: 35px;
  }
}
@media (max-width: 1024px) {
  .main-slider .swiper .swiper-slide {
    padding: 30px;
    border-bottom: 12px solid #FFC800;
    aspect-ratio: 1.3;
  }
}
@media (max-width: 768px) {
  .main-slider .swiper .swiper-slide {
    padding: 20px;
  }
}
.main-slider .swiper .swiper-slide::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: "";
  background: rgba(0, 0, 0, 0.35);
}
.main-slider .swiper .swiper-slide .image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.main-slider .swiper .swiper-slide .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-slider .swiper .swiper-slide .name {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .main-slider .swiper .swiper-slide .name {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .main-slider .swiper .swiper-slide .name {
    font-size: 18px;
    line-height: 1.55;
  }
}
.main-slider .swiper .swiper-slide .link-content {
  position: relative;
  z-index: 1;
}
.main-slider .swiper .swiper-slide .link-content::before {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 4px;
  background: #FFC800;
  width: 95px;
  border-radius: 4px;
  content: "";
}
@media (max-width: 1024px) {
  .main-slider .swiper .swiper-slide .link-content::before {
    bottom: -7px;
    width: 60px;
    height: 3px;
  }
}
@media (max-width: 480px) {
  .main-slider .swiper .swiper-slide .link-content::before {
    width: 48px;
    height: 2px;
  }
}
.main-slider .swiper .swiper-slide .link-content .link {
  font-size: 24px;
  font-weight: 900;
  color: white;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 1024px) {
  .main-slider .swiper .swiper-slide .link-content .link {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .main-slider .swiper .swiper-slide .link-content .link {
    font-size: 16px;
  }
}
.main-slider .swiper .swiper-slide .link-content .link::after {
  position: absolute;
  top: 0;
  right: -64px;
  content: "";
  -webkit-mask-image: url("/images/Themes/Default/product/image-13.svg");
          mask-image: url("/images/Themes/Default/product/image-13.svg");
  aspect-ratio: 1;
  width: 40px;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #FFC800;
}
@media (max-width: 1024px) {
  .main-slider .swiper .swiper-slide .link-content .link::after {
    width: 30px;
    height: 30px;
    right: -45px;
    top: 1px;
  }
}
@media (max-width: 480px) {
  .main-slider .swiper .swiper-slide .link-content .link::after {
    width: 20px;
    height: 20px;
    right: -36px;
    top: 2px;
  }
}

.logos-slider {
  overflow: hidden;
  width: 100%;
}
.logos-slider .slider-container {
  overflow: hidden;
  width: 100%;
}
.logos-slider .slider-track {
  display: flex;
  flex-wrap: nowrap;
}
.logos-slider .slider-track .slider-item {
  padding: 0 58px;
  min-width: 368px;
  aspect-ratio: 368/266;
  border-radius: 16px;
  border: 1px solid #E5E5E5;
  margin: 0 12px;
  transition: all 0.3s ease;
  align-content: center;
}
@media (max-width: 480px) {
  .logos-slider .slider-track .slider-item {
    flex: 0 0 64%;
    min-width: auto;
    padding: 0 50px;
  }
}
.logos-slider .slider-track .slider-item:hover {
  background: #FFFDEF;
  border: 1px solid #896500;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);
}
.logos-slider .slider-track .slider-item img {
  max-height: -webkit-fill-available;
  -o-object-fit: contain;
     object-fit: contain;
}
.logos-slider .slider-track .slider-item.goldencrisp img {
  max-width: 42%;
  display: block;
  margin: auto;
}
.logos-slider .slider-track .slider-item.brewcity img {
  max-width: 54%;
  margin: auto;
  display: block;
}
.logos-slider .slider-track .slider-item.mccain img {
  max-width: 64%;
  margin: auto;
  display: block;
}

/* Generic Carousels */
.umb-block-grid--generic-carousel {
  padding-bottom: var(--section-padding);
}
.umb-block-grid--generic-carousel .info-top-c h2:has(span.title) {
  line-height: 0;
}
.umb-block-grid--generic-carousel .info-top-c .title-holder {
  margin-bottom: 24px;
}
.umb-block-grid--generic-carousel .info-top-c {
  margin-bottom: min(76px, 4.398vw);
}
@media (max-width: 768px) {
  .umb-block-grid--generic-carousel .info-top-c {
    margin-bottom: 48px;
  }
}
.umb-block-grid--generic-carousel .content-swiper {
  display: none;
  position: relative;
}
.umb-block-grid--generic-carousel .content-swiper .swiper .swiper-slide {
  position: relative;
}
.umb-block-grid--generic-carousel .content-swiper .swiper .swiper-slide .image {
  aspect-ratio: 1186/690;
}
.umb-block-grid--generic-carousel .content-swiper .swiper .swiper-slide .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
  filter: brightness(0.7);
}
.umb-block-grid--generic-carousel .content-swiper .swiper .swiper-slide .content {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  top: 24px;
}
.umb-block-grid--generic-carousel .content-swiper .swiper .swiper-slide .content .text-holder {
  color: #fff;
}
.umb-block-grid--generic-carousel .content-swiper .swiper .swiper-slide.video-slide .content {
  display: none;
}
.umb-block-grid--generic-carousel .content-swiper .swiper .swiper-slide.video-slide .image {
  position: relative;
}
.umb-block-grid--generic-carousel .content-swiper .swiper .swiper-slide.video-slide .image::after {
  content: "";
  position: absolute;
  width: 7%;
  aspect-ratio: 98/114;
  background: #fff;
  -webkit-mask-image: url(https://mss-p-011-delivery.stylelabs.cloud/api/public/content/SureCrisp_WebsiteVideoSection_PlayButton_White);
          mask-image: url(https://mss-p-011-delivery.stylelabs.cloud/api/public/content/SureCrisp_WebsiteVideoSection_PlayButton_White);
  -webkit-mask-size: cover;
          mask-size: cover;
  top: 50%;
  left: 51%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.umb-block-grid--generic-carousel .content-swiper .swiper .swiper-slide.video-slide .image:before {
  content: "";
  position: absolute;
  width: 14%;
  aspect-ratio: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: 50%;
  background-color: #FF9100;
  opacity: 0.5;
}
.umb-block-grid--generic-carousel .content-swiper .swiper .swiper-slide.video-slide:hover .image:after {
  background: #FFC803;
  cursor: pointer;
}
.umb-block-grid--generic-carousel .content-swiper .swiper-button-prev,
.umb-block-grid--generic-carousel .content-swiper .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .umb-block-grid--generic-carousel .content-swiper .swiper-button-prev,
  .umb-block-grid--generic-carousel .content-swiper .swiper-button-next {
    display: none;
  }
}
.umb-block-grid--generic-carousel .content-swiper .swiper-button-prev {
  left: var(--section-padding-m);
  width: 45px;
  aspect-ratio: 45/48;
  height: auto;
}
.umb-block-grid--generic-carousel .content-swiper .swiper-button-prev:after {
  content: "";
  width: 45px;
  aspect-ratio: 45/48;
  background-color: #FFC800;
  -webkit-mask-image: url(/images/Themes/Default/swiper-arrow-right.svg);
          mask-image: url(/images/Themes/Default/swiper-arrow-right.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  rotate: 180deg;
}
.umb-block-grid--generic-carousel .content-swiper .swiper-button-next {
  right: var(--section-padding-m);
  width: 45px;
  aspect-ratio: 45/48;
  height: auto;
}
.umb-block-grid--generic-carousel .content-swiper .swiper-button-next:after {
  content: "";
  width: 45px;
  aspect-ratio: 45/48;
  background-color: #FFC800;
  -webkit-mask-image: url(/images/Themes/Default/swiper-arrow-right.svg);
          mask-image: url(/images/Themes/Default/swiper-arrow-right.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
}
.umb-block-grid--generic-carousel .content-swiper .swiper-pagination.pagination-v {
  margin-top: var(--section-padding-m);
}
.umb-block-grid--generic-carousel .content-swiper .swiper-pagination.pagination-v.swiper-pagination-lock {
  margin-top: 0;
}
.umb-block-grid--generic-carousel .content-swiper .swiper-pagination.pagination-v.swiper-pagination-bullets-dynamic {
  display: block;
  width: 216px !important;
  gap: 0;
}
.umb-block-grid--generic-carousel .content-swiper .swiper-pagination.pagination-v.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  margin: 0 4px !important;
  transform: scale(1) !important;
  transition: all 0.3s ease !important;
}

.title-cards-simple {
  text-align: center;
}
.title-cards-simple .row {
  width: 670px;
}
.title-cards-simple .title {
  text-shadow: none;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 48px;
}

.image-info-product {
  background: #FFC800;
}
.image-info-product .left {
  padding: 71px 64px;
  flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-basis: 41.6%;
  flex-basis: 41.6%;
}
@media (max-width: 1728px) {
  .image-info-product .left {
    padding: 4.109vw 3.704vw;
  }
}
@media (max-width: 768px) {
  .image-info-product .left {
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    padding: 30px 6.4vw;
  }
}
.image-info-product .left .title {
  text-transform: uppercase;
  font-size: 186px;
  line-height: 0.9;
  text-shadow: 3px 4px 0 #fff;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 1728px) {
  .image-info-product .left .title {
    font-size: 10.764vw;
  }
}
@media (max-width: 768px) {
  .image-info-product .left .title {
    font-size: 25.6vw;
  }
}
.image-info-product .left .title .size-1 {
  font-size: 54px;
  display: block;
}
@media (max-width: 1728px) {
  .image-info-product .left .title .size-1 {
    font-size: 3.125vw;
  }
}
@media (max-width: 768px) {
  .image-info-product .left .title .size-1 {
    font-size: 6.4vw;
  }
}
.image-info-product .left .title .size-2 {
  font-size: 196px;
  display: block;
}
@media (max-width: 1728px) {
  .image-info-product .left .title .size-2 {
    font-size: 11.343vw;
  }
}
@media (max-width: 768px) {
  .image-info-product .left .title .size-2 {
    font-size: 25.6vw;
  }
}
.image-info-product .left .title .size-3 {
  font-size: 121px;
  display: block;
}
@media (max-width: 1728px) {
  .image-info-product .left .title .size-3 {
    font-size: 7.002vw;
  }
}
@media (max-width: 768px) {
  .image-info-product .left .title .size-3 {
    font-size: 17.067vw;
  }
}
@media (max-width: 768px) {
  .image-info-product .left .button {
    text-align: center;
  }
}
.image-info-product .left .button .btn {
  background: #FFF;
  border: none;
}
.image-info-product .left .button .btn.border-btn:hover {
  background: #FFF;
  border: none;
  box-shadow: none;
}
@media (max-width: 480px) {
  .image-info-product .left .button .btn {
    width: 100%;
  }
}
.image-info-product .right {
  -ms-flex-basis: 58.4%;
  flex-basis: 58.4%;
}
@media (max-width: 768px) {
  .image-info-product .right {
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.image-info-product .right img {
  width: 100%;
  height: 100%;
}

.select-native-wrap {
  position: relative;
}
.select-native-wrap:not(:last-child) {
  margin-right: 24px;
}
.select-native-wrap select.border-gray-select {
  border: 2px solid #e5e5e5;
  box-sizing: border-box;
  background: transparent;
  border-radius: 60px;
  padding: 16px 34px;
}
.select-native-wrap select.border-gray-select:has(img) {
  -moz-align-items: center;
  align-items: center;
  padding: 8px 34px;
  gap: 8px;
}
.select-native-wrap select.border-gray-select:has(img) img {
  filter: drop-shadow(0 6px 3px rgba(0, 0, 0, 0.2));
}
.select-native-wrap select.border-gray-select:hover {
  background: #fffdef;
  border: 2px solid #896500;
}
.select-native-wrap select.border-gray-select.active, .select-native-wrap select.border-gray-select:active {
  background: #fff3cb;
  border: 2px solid #ffc800;
}
.select-native-wrap select.border-gray-select.active:hover, .select-native-wrap select.border-gray-select:active:hover {
  background: hsl(46, 100%, 80%);
}
.select-native-wrap .fa {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}

.video {
  position: relative;
}
.video:after {
  position: absolute;
  inset: 0;
  display: block;
  width: 80px;
  height: 80px;
  margin: auto;
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAiIGhlaWdodD0iODAiIHZpZXdCb3g9IjAgMCA4MCA4MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNNDAgMEM2Mi4wNzc0IDAgODAgMTcuOTIyNiA4MCA0MEM4MCA2Mi4wNzc0IDYyLjA3NzQgODAgNDAgODBDMTEuOTIyNiA4MCAwIDYyLjA3NzQgMCA0MEM3LjkxODc3ZS03IDE3LjkyMjYgMTcuOTIyNiA3LjkxNzc1ZS03IDQwIDBaTTQwIDYuNzYxNzJDIDIxLjY3MDEgNi43NjE3MiA2Ljc2MTcyIDIxLjY3MDEgNi43NjE3MiA0MEM2Ljc2MTcyIDU4LjMyOTkgMjEuNjcwMSA3My4yMzgzIDQwIDczLjIzODNDNTguMzI5OSA3My4yMzgzIDczLjIzODMgNTguMzI5OSA3My4yMzgzIDQwQzczLjIzODMgMjEuNjcwMSA1OC4zMjk5IDYuNzYxNzIgNDAgNi43NjE3MlpNMzIuOTkyMiAyNi4xNTA0QzM0LjA1MTMgMjUuNjYxNiAzNS4xOTIzIDI1LjY2MTcgMzYuMTY5OSAyNi4zMTM1TDUyLjYyNiAzNy4yMzA1QzUzLjUyMTkgMzcuODAwOCA1NC4wMTA3IDM4Ljc3ODQgNTQuMDEwNyAzOS43NTU5QzU0LjAxMDYgNDAuNzMzMyA1My41MjE2IDQxLjcxMTEgNTIuNzA3IDQyLjI4MTJMMzYuMjUxIDUzLjUyMzRDMzUuNzYyMiA1My45MzA3IDM1LjExMDMgNTQuMDkzOCAzNC41NCA1NC4wOTM4QzM0LjA1MTQgNTQuMDkzNyAzMy41NjI5IDU0LjAxMTkgMzMuMDc0MiA1My43Njc2QzMyLjAxNTIgNTMuMjc4OCAzMS40NDQ4IDUyLjIyIDMxLjM2MzMgNTAuOTk4VjI4LjgzODlDMzEuMzYzMyAyNy42OTg0IDMyLjAxNDcgMjYuNzIwNiAzMi45OTIyIDI2LjE1MDRaIiBmaWxsPSJ3aGl0ZSIgLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.product-page .fancybox-slide--image .fancybox-content {
  border-radius: 20px;
  background-color: #FFF;
  overflow: hidden;
}

.what-chefs-say {
  position: relative;
  padding: 128px 0 163px;
}
@media (max-width: 1440px) {
  .what-chefs-say {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .what-chefs-say {
    padding: 40px 0 60px;
  }
}
.what-chefs-say:before {
  position: absolute;
  content: "";
  inset: 0;
  background: url("/images/Themes/Default/surecrisp-page/Testimonial.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
@media (max-width: 480px) {
  .what-chefs-say:before {
    background-position: -280px;
  }
}
.what-chefs-say.green-color .row {
  position: relative;
  z-index: 2;
}
.what-chefs-say.green-color .row .wrapper .title {
  text-shadow: 3px 4px 0 #62BB46;
}
.what-chefs-say.green-color .row .wrapper .container {
  background: #62BB46;
}
.what-chefs-say.green-color .row .wrapper .container .inner {
  border: 3px solid #fff;
}
@media (max-width: 480px) {
  .what-chefs-say.green-color .row .wrapper .container .inner {
    border: 1px solid #fff;
  }
}
.what-chefs-say .background-image {
  inset: 0;
  position: absolute;
  z-index: 1;
}
.what-chefs-say .background-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
@media (max-width: 1440px) {
  .what-chefs-say .background-image img {
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 480px) {
  .what-chefs-say .background-image img {
    -o-object-position: center;
       object-position: center;
  }
}
.what-chefs-say .row {
  position: relative;
  z-index: 2;
}
.what-chefs-say .row .wrapper {
  width: min(726px, 100%);
}
.what-chefs-say .row .wrapper .title {
  font-size: clamp(44px, 5vw, 80px);
  color: #fff;
  text-transform: uppercase;
  line-height: 125%;
  font-weight: 900;
  margin-bottom: 96px;
}
@media (max-width: 1440px) {
  .what-chefs-say .row .wrapper .title {
    margin-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .what-chefs-say .row .wrapper .title {
    margin-bottom: 24px;
  }
}
.what-chefs-say .row .wrapper .container {
  margin-bottom: 96px;
  background: #FFC800;
  padding: 81px 56px;
}
@media (max-width: 1440px) {
  .what-chefs-say .row .wrapper .container {
    padding: 40px;
    margin-bottom: 60px;
  }
}
@media (max-width: 1280px) {
  .what-chefs-say .row .wrapper .container {
    width: 600px;
  }
}
@media (max-width: 1024px) {
  .what-chefs-say .row .wrapper .container {
    width: 500px;
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .what-chefs-say .row .wrapper .container {
    width: 400px;
  }
}
@media (max-width: 480px) {
  .what-chefs-say .row .wrapper .container {
    width: 255px;
    padding: 16px;
    margin-bottom: 24px;
  }
}
.what-chefs-say .row .wrapper .container .inner {
  padding: 40px 20px;
}
@media (max-width: 480px) {
  .what-chefs-say .row .wrapper .container .inner {
    padding: 24px;
  }
}
@media (max-width: 480px) {
  .what-chefs-say .row .wrapper .container .inner {
    padding: 16px;
  }
}
.what-chefs-say .row .wrapper .container .inner .feedback {
  font-weight: 700;
  font-size: clamp(16px, 3vw, 40px);
  line-height: 110%;
  color: #0f0f0f;
  margin-bottom: 24px;
}
@media (max-width: 480px) {
  .what-chefs-say .row .wrapper .container .inner .feedback {
    line-height: 1.5;
  }
}
.what-chefs-say .row .wrapper .container .inner .author .name,
.what-chefs-say .row .wrapper .container .inner .author .position {
  margin: 0 0 0 auto;
  font-weight: 900;
  font-size: clamp(16px, 3vw, 24px);
  line-height: 150%;
  text-transform: uppercase;
  color: #0f0f0f;
  width: min(240px, 100%);
}
.what-chefs-say .row .wrapper .link-btn {
  color: #FFF;
}

.image-info-p {
  position: relative;
  min-height: 1042px;
  padding-top: 90px;
}
@media (max-width: 1700px) {
  .image-info-p {
    padding-top: 5.294vw;
    min-height: 61.294vw;
  }
}
@media (max-width: 768px) {
  .image-info-p {
    min-height: auto;
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  .image-info-p {
    margin-top: 64px;
  }
}
.image-info-p .content {
  background: #FFC800;
  padding: 50px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1700px) {
  .image-info-p .content {
    padding: 2.941vw 0;
  }
}
@media (max-width: 768px) {
  .image-info-p .content {
    padding: 30px 0;
  }
}
.image-info-p .content .info {
  position: relative;
}
.image-info-p .content .titles {
  max-width: 900px;
  position: relative;
  z-index: 3;
}
.image-info-p .content .subtitle {
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 1700px) {
  .image-info-p .content .subtitle {
    font-size: 2.353vw;
  }
}
@media (max-width: 768px) {
  .image-info-p .content .subtitle {
    font-size: 24px;
  }
}
.image-info-p .content .title {
  text-transform: uppercase;
  max-width: 650px;
  text-shadow: 3px 4px 0 #FFF;
  display: block;
}
@media (max-width: 1700px) {
  .image-info-p .content .title {
    font-size: 4.706vw;
    max-width: 38.235vw;
  }
}
@media (max-width: 768px) {
  .image-info-p .content .title {
    font-size: 36px;
    max-width: 100%;
  }
}
.image-info-p .content .btn {
  position: absolute;
  bottom: -250px;
  left: 0;
}
@media (max-width: 1700px) {
  .image-info-p .content .btn {
    bottom: -14.706vw;
  }
}
@media (max-width: 768px) {
  .image-info-p .content .btn {
    position: relative;
    bottom: auto;
    left: auto;
    background: #FFFDEF;
    color: #0F0F0F;
    margin-top: 25px;
  }
}
@media (max-width: 480px) {
  .image-info-p .content .btn {
    width: 100%;
  }
}
.image-info-p .image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
@media (max-width: 768px) {
  .image-info-p .image {
    position: relative;
    width: 100%;
    aspect-ratio: 2;
  }
}
@media (max-width: 480px) {
  .image-info-p .image {
    aspect-ratio: 1;
  }
}
.image-info-p .image .image-main {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-info-p .image .image-second {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
@media (max-width: 1700px) {
  .image-info-p .image .image-second {
    width: 64.235vw;
  }
}
@media (max-width: 768px) {
  .image-info-p .image .image-second {
    width: auto;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.image-info-p .image .image-third {
  position: absolute;
  z-index: 3;
  right: 45px;
  bottom: 45px;
}
@media (max-width: 1700px) {
  .image-info-p .image .image-third {
    width: 21.294vw;
  }
}
@media (max-width: 480px) {
  .image-info-p .image .image-third {
    right: auto;
    left: 30px;
    bottom: 30px;
    width: 161px;
  }
}

.image-text-fries {
  min-height: 904px;
  padding-top: 128px;
  position: relative;
  display: flex;
  -moz-align-items: end;
  align-items: end;
}
@media (max-width: 1024px) {
  .image-text-fries {
    min-height: 700px;
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .image-text-fries {
    min-height: 500px;
  }
}
@media (max-width: 480px) {
  .image-text-fries {
    min-height: auto;
    flex-direction: column;
    -moz-flex-direction: column;
  }
}
.image-text-fries .image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 128px;
}
@media (max-width: 1024px) {
  .image-text-fries .image {
    top: 60px;
  }
}
@media (max-width: 480px) {
  .image-text-fries .image {
    display: none;
  }
}
.image-text-fries .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: left bottom;
     object-position: left bottom;
}
.image-text-fries .image-xs {
  display: none;
}
@media (max-width: 480px) {
  .image-text-fries .image-xs {
    display: block;
    width: 100%;
  }
}
.image-text-fries .image-xs img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.image-text-fries .content {
  position: relative;
  z-index: 1;
  margin-bottom: 128px;
  margin-left: 50px;
}
@media (max-width: 1024px) {
  .image-text-fries .content {
    margin-left: 0;
    margin-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .image-text-fries .content {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .image-text-fries .content {
    margin-bottom: 0;
    background: #FDF4E1;
    padding: 40px 0;
  }
}
.image-text-fries .content .info {
  max-width: 545px;
}
.image-text-fries .content .info .title {
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-shadow: 3px 4px 0 #FFC800;
}
.image-text-fries .content .info .text {
  font-size: 16px;
}
.image-text-fries .content .info .btn {
  margin-top: 20px;
}

.title-shadow-green {
  text-shadow: 3px 4px 0 #62BB46;
}

.border-style-v {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 70px;
  top: 30px;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
  z-index: 1;
}
@media (max-width: 1024px) {
  .border-style-v {
    left: 16px;
    right: 16px;
    top: 16px;
    bottom: 35px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
.border-style-v:before {
  position: absolute;
  left: 0;
  right: 50%;
  bottom: 0;
  height: 4px;
  z-index: 1;
  background: #fff;
  content: "";
  margin-right: 65px;
}
@media (max-width: 1024px) {
  .border-style-v:before {
    height: 2px;
    margin-right: 30px;
  }
}
.border-style-v:after {
  position: absolute;
  left: 50%;
  right: 0;
  bottom: 0;
  height: 4px;
  z-index: 1;
  background: #fff;
  content: "";
  margin-left: 65px;
}
@media (max-width: 1024px) {
  .border-style-v:after {
    height: 2px;
    margin-left: 30px;
  }
}
.border-style-v .border-image-v {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -46px;
}
@media (max-width: 1024px) {
  .border-style-v .border-image-v {
    width: 36px;
    bottom: -18px;
  }
}

.cards-anchor {
  padding: 120px 0;
}
@media (max-width: 1024px) {
  .cards-anchor {
    padding: 60px 0;
  }
}
.cards-anchor .title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .cards-anchor .title {
    margin-bottom: 50px;
  }
}
.cards-anchor .items {
  display: flex;
  gap: 24px;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .cards-anchor .items {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-right: 6.5%;
    width: 106.5%;
    flex-wrap: nowrap;
    justify-content: left;
  }
}
.cards-anchor .items .item {
  background: #EFF8EC;
  border-radius: 16px;
  padding: 64px 24px;
  text-align: center;
  width: 350px;
}
@media (max-width: 1024px) {
  .cards-anchor .items .item {
    white-space: normal;
  }
}
@media (max-width: 480px) {
  .cards-anchor .items .item {
    width: 300px;
    min-width: 300px;
  }
}
.cards-anchor .items .item .image {
  margin-bottom: 30px;
}
@media (max-width: 1366px) {
  .cards-anchor .items .item .text {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .cards-anchor .items .item .text {
    font-size: 24px;
  }
}

.simple-slider-v {
  padding-bottom: var(--section-padding);
}
.simple-slider-v .top-info {
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .simple-slider-v .top-info {
    margin-bottom: 40px;
  }
}
.simple-slider-v .top-info .subtitle {
  line-height: 1.2;
  text-transform: uppercase;
  text-shadow: 4px 4px 0 #FFC800;
  display: block;
}
@media (max-width: 480px) {
  .simple-slider-v .top-info .subtitle {
    font-size: 24px;
    text-shadow: 2px 2px 0 #FFC800;
  }
}
.simple-slider-v .top-info .title {
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 20px;
  display: block;
  text-shadow: 5px 8px 0 #FFC800;
}
@media (max-width: 480px) {
  .simple-slider-v .top-info .title {
    font-size: 40px;
    text-shadow: 2px 2px 0 #FFC800;
  }
}
@media (max-width: 768px) {
  .simple-slider-v .top-info p br {
    display: none;
  }
}
.simple-slider-v .swiper-slide .image {
  position: relative;
}
.simple-slider-v .swiper-slide .image::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 24px;
  content: "";
}
.simple-slider-v .swiper-slide .image img {
  aspect-ratio: 1.718;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.simple-slider-v .swiper-buttons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  pointer-events: none;
  height: 50px;
  z-index: 2;
}
@media (max-width: 480px) {
  .simple-slider-v .swiper-buttons {
    display: none;
  }
}
.simple-slider-v .swiper-buttons .swiper-button-prev {
  left: 60px;
  pointer-events: auto;
  z-index: 2;
  opacity: 1;
}
.simple-slider-v .swiper-buttons .swiper-button-prev:after {
  font-family: "fontawesome";
  content: "\f053";
  color: #FFC800;
}
.simple-slider-v .swiper-buttons .swiper-button-next {
  right: 60px;
  pointer-events: auto;
  z-index: 2;
  opacity: 1;
}
.simple-slider-v .swiper-buttons .swiper-button-next:after {
  font-family: "fontawesome";
  content: "\f054";
  color: #FFC800;
}

.text-in-image-v {
  margin: 120px 0;
}
@media (max-width: 1024px) {
  .text-in-image-v {
    margin: 60px 0;
  }
}
.text-in-image-v.second-style .info-top {
  margin-bottom: 0;
  width: 900px;
}
@media (max-width: 480px) {
  .text-in-image-v.second-style .info-top {
    margin-bottom: 40px;
  }
}
.text-in-image-v.second-style .info-top .btn {
  margin-top: 20px;
}
@media (max-width: 480px) {
  .text-in-image-v.second-style .info-top .btn {
    margin-top: 10px;
  }
}
.text-in-image-v.second-style .image {
  margin-top: -30px;
}
@media (max-width: 1024px) {
  .text-in-image-v.second-style .image {
    margin-top: 30px;
  }
}
.text-in-image-v.second-style .row-items {
  display: none;
}
@media (max-width: 480px) {
  .text-in-image-v.second-style .row-items {
    display: block;
  }
}
.text-in-image-v.second-style .row-items .items .item {
  gap: 20px;
}
.text-in-image-v .row {
  text-align: center;
}
@media (max-width: 1024px) {
  .text-in-image-v .row {
    margin-bottom: 45px;
  }
}
.text-in-image-v .row .subtitle {
  line-height: 1.2;
  text-shadow: 2px 3px 0 #FFC800;
  text-transform: uppercase;
  display: block;
  display: block;
}
@media (max-width: 480px) {
  .text-in-image-v .row .subtitle {
    font-size: 24px;
  }
}
.text-in-image-v .row .title {
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
  display: block;
}
@media (max-width: 480px) {
  .text-in-image-v .row .title {
    font-size: 40px;
  }
}
.text-in-image-v .row .text {
  font-weight: 500;
}
@media (max-width: 480px) {
  .text-in-image-v .row .text {
    font-weight: 400;
  }
}
.text-in-image-v .row .btn {
  margin-top: 10px;
}
.text-in-image-v .image {
  max-width: 1920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 480px) {
  .text-in-image-v .image {
    display: none;
  }
}
.text-in-image-v .image-cs {
  max-width: 1920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.text-in-image-v .image-small {
  display: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (max-width: 480px) {
  .text-in-image-v .image-small {
    display: block;
  }
}

.text-in-image-v .items {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 1440px) {
  .text-in-image-v .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) {
  .text-in-image-v .items {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .text-in-image-v .items {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 28px;
    gap: 28px;
  }
}
.text-in-image-v .items .item {
  display: flex;
  -moz-align-items: center;
  align-items: center;
  -moz-flex: 1;
  flex: 1;
  gap: 24px;
}
.text-in-image-v .items .item .icon-wrapper {
  border: 11px solid #fff;
  border-radius: 50%;
  aspect-ratio: 1;
  box-shadow: 0px 0px 0px 2px rgb(0, 0, 0);
  background-color: #62BB46;
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
}
@media (max-width: 768px) {
  .text-in-image-v .items .item .icon-wrapper {
    width: 68px;
    height: 68px;
  }
  .text-in-image-v .items .item .icon-wrapper svg {
    width: 22px;
    height: 22px;
  }
}
.text-in-image-v .items .item .text-wrapper {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #0f0f0f;
  text-align: left;
}

.fancybox-slide .fancybox-content {
  padding: 0;
  border-radius: 20px;
}

@keyframes jumpShake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(10px);
  }
  50% {
    transform: translateX(-5px);
  }
  75% {
    transform: translateX(10px);
  }
}
.jump-shake {
  animation: jumpShake 0.8s ease-in-out;
}

@media (max-width: 480px) {
  .potatoes-page .cards-simple {
    padding-top: 35px;
  }
}

.brands-form {
  margin-bottom: var(--section-padding);
}
.brands-form.second-style {
  background: none;
}
.brands-form.second-style .flex {
  justify-content: start;
  gap: min(128px, 7.407vw);
}
@media (max-width: 768px) {
  .brands-form.second-style .image-and-form {
    flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
  }
}
.brands-form.second-style .image-mob {
  padding-top: 132px;
  padding-left: min(64px, 3.646vw);
}
@media (max-width: 768px) {
  .brands-form.second-style .image-mob {
    padding-top: 5px;
    padding-left: 0;
  }
}
.brands-form.second-style .image-mob::before {
  display: none;
}
.brands-form.second-style .image-mob .image::before {
  border-radius: 75px 75px 0 0;
  box-shadow: 0 -20px 50px 0 rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 4px;
  right: 4px;
  top: 4px;
  bottom: 0;
  content: "";
}
.brands-form.second-style .form-content {
  max-width: 100%;
  flex: 1;
}
.brands-form.second-style .form-content .title {
  color: #0F0F0F;
  text-shadow: none;
}
@media (max-width: 1600px) {
  .brands-form.second-style .form-content .title {
    font-size: 3.75vw;
  }
}
@media (max-width: 768px) {
  .brands-form.second-style .form-content .title {
    font-size: 6.4vw;
  }
}
.brands-form.second-style .form-content .title .big {
  font-size: 100px;
}
@media (max-width: 1600px) {
  .brands-form.second-style .form-content .title .big {
    font-size: 6.25vw;
  }
}
@media (max-width: 768px) {
  .brands-form.second-style .form-content .title .big {
    font-size: 10.67vw;
  }
}
.brands-form.second-style .form-content .text {
  color: #0F0F0F;
  font-weight: 400;
  max-width: 500px;
  font-size: 24px;
}
.brands-form.second-style .form-content .txt-shdw {
  text-shadow: 5px 6px 0 #FFC800;
}
.brands-form.second-style .form-content .form-v {
  margin-top: 28px;
}
.brands-form.second-style .form-content .form-v input[type=text],
.brands-form.second-style .form-content .form-v input[type=number],
.brands-form.second-style .form-content .form-v input[type=email],
.brands-form.second-style .form-content .form-v input[type=password],
.brands-form.second-style .form-content .form-v input[type=search],
.brands-form.second-style .form-content .form-v input[type=tel],
.brands-form.second-style .form-content .form-v textarea {
  box-shadow: none;
}
.brands-form.second-style .form-content .form-v .container {
  color: #0F0F0F;
}
.brands-form.second-style .form-content .form-v .container .checkmark {
  border: 1px solid #E5E5E5;
}

/* Sales Rep Page  ---------------------------------------------------------------------*/
.sales-rep-lookup-page .content-wrapper {
  position: relative;
}
.sales-rep-lookup-page .content-wrapper .map {
  width: 100%;
  height: 863px;
}
.sales-rep-lookup-page .content-wrapper .wrapper-search {
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 24px 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .sales-rep-lookup-page .content-wrapper .wrapper-search {
    min-height: 1100px;
  }
}
.sales-rep-lookup-page .content-wrapper .wrapper-search .search-container {
  overflow-y: hidden;
  border-radius: 24px;
  padding-top: 32px;
  width: 518px;
  max-width: 100%;
  height: 815px;
  box-shadow: 0 4px 64px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .sales-rep-lookup-page .content-wrapper .wrapper-search .search-container {
    max-height: 815px;
    height: auto;
  }
}
.sales-rep-lookup-page .content-wrapper .wrapper-search .search-container .top-content {
  padding: 0 40px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .sales-rep-lookup-page .content-wrapper .wrapper-search .search-container .top-content {
    margin-bottom: 24px;
  }
}
.sales-rep-lookup-page .content-wrapper .wrapper-search .search-container .top-content .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: #0f0f0f;
  margin-bottom: 16px;
  text-transform: none;
}
.sales-rep-lookup-page .content-wrapper .wrapper-search .search-container .top-content .search-form {
  position: relative;
}
.sales-rep-lookup-page .content-wrapper .wrapper-search .search-container .top-content .search-form .search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.sales-rep-lookup-page .content-wrapper .wrapper-search .search-container .top-content .search-form input[type=text] {
  position: relative;
  z-index: 1;
  padding-left: 48px;
  height: 48px;
  box-shadow: none;
}
.sales-rep-lookup-page .content-wrapper .wrapper-search .search-container .top-content .search-form .search-submit-btn {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px 12px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #717171;
  transition: color 0.2s ease;
}
.sales-rep-lookup-page .content-wrapper .wrapper-search .search-container .top-content .search-form .search-submit-btn:hover {
  color: #0f0f0f;
}
.sales-rep-lookup-page .content-wrapper .wrapper-search .search-container .top-content .search-form .search-submit-btn:focus {
  outline: none;
}
.sales-rep-lookup-page .content-wrapper .wrapper-search .search-container .top-content .search-form .search-submit-btn i {
  font-size: 16px;
}
.sales-rep-lookup-page .content-wrapper .wrapper-search .search-container .top-content .search-form .autocomplete-list {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 24px;
  margin-top: 0;
  max-height: 300px;
  overflow-y: auto;
  z-index: 1000;
  display: none;
  width: 100%;
  padding: 16px;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
}
.sales-rep-lookup-page .content-wrapper .wrapper-search .search-container .top-content .search-form .autocomplete-list .autocomplete-item {
  padding: 12px 20px;
  cursor: pointer;
  font-family: "Brother 1816", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #717171;
  transition: all 0.2s ease;
}
.sales-rep-lookup-page .content-wrapper .wrapper-search .search-container .top-content .search-form .autocomplete-list .autocomplete-item:first-child {
  padding-top: 16px;
}
.sales-rep-lookup-page .content-wrapper .wrapper-search .search-container .top-content .search-form .autocomplete-list .autocomplete-item:last-child {
  border-bottom: none;
  padding-bottom: 16px;
}
.sales-rep-lookup-page .content-wrapper .wrapper-search .search-container .top-content .search-form .autocomplete-list .autocomplete-item:hover, .sales-rep-lookup-page .content-wrapper .wrapper-search .search-container .top-content .search-form .autocomplete-list .autocomplete-item.selected {
  background: #FFFDEF;
  color: #0f0f0f;
}
.sales-rep-lookup-page .content-wrapper .wrapper-search .search-container .results {
  overflow-y: auto;
  max-height: 100%;
}
.sales-rep-lookup-page .content-wrapper .wrapper-search .search-container .results::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}
.sales-rep-lookup-page .content-wrapper .wrapper-search .search-container .results::-webkit-scrollbar-thumb {
  background: #717171;
  border-radius: 6px;
}
.sales-rep-lookup-page .content-wrapper .wrapper-search .search-container .results::-webkit-scrollbar-track {
  background: transparent;
}
.sales-rep-lookup-page .content-wrapper .wrapper-search .search-container .results {
  scrollbar-color: #717171 transparent;
  scrollbar-width: thin;
}
.sales-rep-lookup-page .content-wrapper .wrapper-search .search-container .results .title {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #0f0f0f;
  padding: 0 40px;
  text-transform: none;
}
.sales-rep-lookup-page .content-wrapper .wrapper-search .search-container .results .result-item {
  position: relative;
  padding: 24px 0 32px;
}
.sales-rep-lookup-page .content-wrapper .wrapper-search .search-container .results .result-item:not(:last-child) {
  margin-bottom: 24px;
}
.sales-rep-lookup-page .content-wrapper .wrapper-search .search-container .results .result-item:not(:last-child):before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
}
.sales-rep-lookup-page .content-wrapper .wrapper-search .search-container .results .result-item .wrapper-info {
  padding: 0 40px;
  display: flex;
  margin-bottom: 32px;
  align-items: flex-start;
  gap: 16px;
}
.sales-rep-lookup-page .content-wrapper .wrapper-search .search-container .results .result-item .wrapper-info .info {
  flex: 1;
}
.sales-rep-lookup-page .content-wrapper .wrapper-search .search-container .results .result-item .wrapper-info .info .name {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #0f0f0f;
  margin-bottom: 8px;
  text-transform: none;
}
.sales-rep-lookup-page .content-wrapper .wrapper-search .search-container .results .result-item .wrapper-info .info .address {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #404040;
  margin-bottom: 8px;
}
.sales-rep-lookup-page .content-wrapper .wrapper-search .search-container .results .result-item .wrapper-info .info .phone {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #0172ed;
}
.sales-rep-lookup-page .content-wrapper .wrapper-search .search-container .results .result-item .wrapper-info .get-directions-btn {
  flex-basis: 107px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.sales-rep-lookup-page .content-wrapper .wrapper-search .search-container .results .result-item .wrapper-info .get-directions-btn img {
  width: 32px;
  height: 32px;
}
.sales-rep-lookup-page .content-wrapper .wrapper-search .search-container .results .result-item .wrapper-info .get-directions-btn span {
  font-family: "Brother 1816", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000;
}
.sales-rep-lookup-page .content-wrapper .wrapper-search .search-container .results .result-item .buttons {
  display: grid;
  padding: 0 24px;
  gap: 8px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .sales-rep-lookup-page .content-wrapper .wrapper-search .search-container .results .result-item .buttons {
    grid-template-columns: 1fr;
  }
}
.sales-rep-lookup-page .content-wrapper .wrapper-search .search-container .results .result-item .buttons .btn {
  box-sizing: border-box;
  line-height: 150%;
  text-transform: uppercase;
  text-align: center;
  color: #0f0f0f;
  padding: 12px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sales-rep-lookup-page .glightbox-container:has(#form-modal-container) .gprev.disabled,
.sales-rep-lookup-page .glightbox-container:has(#form-modal-container) .gnext.disabled {
  display: none !important;
}
.sales-rep-lookup-page .glightbox-container:has(#form-modal-container) .glightbox-close {
  background: transparent;
  border: none;
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
}
.sales-rep-lookup-page .glightbox-container:has(#form-modal-container) .glightbox-close svg {
  width: 18px;
  height: auto;
}
.sales-rep-lookup-page .glightbox-container:has(#form-modal-container) .gslide-inline {
  border-radius: 20px;
  max-width: 90%;
}
.sales-rep-lookup-page #form-modal-container {
  width: 600px;
  padding: 48px;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 768px) {
  .sales-rep-lookup-page #form-modal-container {
    width: 327px;
    padding: 48px 24px;
  }
}
.sales-rep-lookup-page #form-modal-container .umbraco-forms-form.salesrep-form .umbraco-forms-page {
  gap: 0;
}
.sales-rep-lookup-page #form-modal-container .umbraco-forms-form.salesrep-form .umbraco-forms-page .umbraco-forms-caption {
  font-size: 24px !important;
  line-height: 1.5 !important;
  font-weight: 900;
  margin-bottom: 16px;
}
.sales-rep-lookup-page #form-modal-container .umbraco-forms-form.salesrep-form .umbraco-forms-page .umbraco-forms-fieldset legend {
  padding-bottom: 40px;
  text-align: left;
}
.sales-rep-lookup-page #form-modal-container .umbraco-forms-form.salesrep-form .umbraco-forms-page .umbraco-forms-fieldset legend #sales-rep-name {
  font-size: 24px !important;
  line-height: 1.5 !important;
  font-weight: 400;
}
.sales-rep-lookup-page #form-modal-container .umbraco-forms-form.salesrep-form .umbraco-forms-page .umbraco-forms-navigation {
  margin-top: 48px !important;
}
.sales-rep-lookup-page #form-modal-container .umbraco-forms-form.salesrep-form .umbraco-forms-page .umbraco-forms-navigation .btn {
  font-weight: 400;
}
.sales-rep-lookup-page #form-modal-container:has(.umbraco-forms-submitmessage-html) {
  width: 900px;
  aspect-ratio: 1.5;
  border-radius: 16px;
  background-color: #FFFDEF;
  background-image: url(/images/Themes/Default/bg-umb-forms-thnk-popup.png?format=webp&width=900);
  background-position: bottom;
  background-repeat: no-repeat;
  align-content: center;
}
@media (max-width: 600px) {
  .sales-rep-lookup-page #form-modal-container:has(.umbraco-forms-submitmessage-html) {
    aspect-ratio: 1;
  }
}
@media (max-width: 480px) {
  .sales-rep-lookup-page #form-modal-container:has(.umbraco-forms-submitmessage-html) {
    aspect-ratio: 0.75;
  }
}
.sales-rep-lookup-page #form-modal-container:has(.umbraco-forms-submitmessage-html) .umbraco-forms-submitmessage-html strong {
  font-weight: 900;
}
.sales-rep-lookup-page #form-modal-container:has(.umbraco-forms-submitmessage-html) .umbraco-forms-submitmessage-html p {
  margin-bottom: 16px;
}
.sales-rep-lookup-page #form-modal-container:has(.umbraco-forms-submitmessage-html) .umbraco-forms-submitmessage-html p.p-sub-h {
  margin-bottom: 0;
  font-size: 24px;
}
.sales-rep-lookup-page #form-modal-container:has(.umbraco-forms-submitmessage-html) .umbraco-forms-submitmessage-html .h4 {
  font-size: 40px;
  line-height: 48px;
}
.sales-rep-lookup-page #form-modal-container:has(.umbraco-forms-submitmessage-html) .umbraco-forms-submitmessage-html .btn {
  padding: 24px 48px;
  margin-top: 40px;
}
@media (max-width: 600px) {
  .sales-rep-lookup-page #form-modal-container:has(.umbraco-forms-submitmessage-html) .umbraco-forms-submitmessage-html .h4 {
    font-size: 24px;
    line-height: 1.5;
  }
  .sales-rep-lookup-page #form-modal-container:has(.umbraco-forms-submitmessage-html) .umbraco-forms-submitmessage-html p.p-sub-h {
    font-size: 16px;
  }
  .sales-rep-lookup-page #form-modal-container:has(.umbraco-forms-submitmessage-html) .umbraco-forms-submitmessage-html .btn {
    margin-top: 24px;
    padding: 12px 24px;
  }
}/*# sourceMappingURL=style.css.map */