@font-face {
  font-family: 'VisbyRoundCFExtra';
  src: url('../fonts/VisbyRoundCF-ExtraLight.woff2') format('woff2'),
      url('../fonts/VisbyRoundCF-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'VisbyRoundCF';
  src:url('../fonts/VisbyRoundCF-Light.woff2') format('woff2'),
      url('../fonts/VisbyRoundCF-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'VisbyRoundCF';
  src: url('../fonts/VisbyRoundCF-Medium.woff2') format('woff2'),
      url('../fonts/VisbyRoundCF-Medium.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'VisbyRoundCF';
  src: url('../fonts/VisbyRoundCF-Regular.woff2') format('woff2'),
      url('../fonts/VisbyRoundCF-Regular.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'VisbyRoundCF';
  src: url('../fonts/VisbyRoundCF-DemiBold.woff2') format('woff2'),
      url('../fonts/VisbyRoundCF-DemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'VisbyRoundCF';
  src: url('../fonts/VisbyRoundCF-Bold.woff2') format('woff2'),
      url('../fonts/VisbyRoundCF-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ndgicons';
  src: url('../fonts/ndgicons.woff2') format('woff2'), 
      url('../fonts/ndgicons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'ndgicons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-fn-minus:before {
  content: "\e91f"
}

.icon-fn-plus:before {
  content: "\e920"
}

.sr-only {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  padding: 0;
  margin: -0.1rem;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

/**Common CSS**/
body {
  margin: 0;
  padding: 0
}

article, aside, details, figcaption, figure, main, footer, header, nav, section, summary {
  display: block
}

audio, canvas, video {
  display: inline-block
}

audio:not([controls]) {
  display: none;
  height: 0
}

nav ul, nav ol {
  list-style: none none
}

img {
  border: 0
}

img, object, video, embed {
  max-height: 100%;
  max-width: 100%
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 0
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%
}
body {
    color: #32271f;
    font-family: 'VisbyRoundCF', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    font-size: 1.4rem
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem
}

abbr[title] {
  border-bottom: 1px dotted #ccc;
  cursor: help
}

b, strong {
  font-weight: 700
}

em, i {
  font-style: italic
}

mark {
  background: #f6f6f6;
  color: #000
}

small, .small {
  font-size: 12px
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  margin-bottom: 20px;
  margin-top: 20px
}

sub, sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

dfn {
  font-style: italic
}

h1 {
  color: #32271f;
  font-family: 'VisbyRoundCF', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.2rem;
  margin-top: 0rem;
  margin-bottom: 2rem
}

h2 {
  color: #32271f;
  font-family: 'VisbyRoundCF', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem
}

h3 {
  color: #3a2312;
  font-family: 'VisbyRoundCF', sans-serif;
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem
}

h4 {
  color: #32271f;
  font-family: 'VisbyRoundCF', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem
}

h5 {
  color: #32271f;
  font-family: 'VisbyRoundCF', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem
}

h6 {
  font-family: 'VisbyRoundCF', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small {
  color: #32271f;
  font-family: 'VisbyRoundCF', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1
}

a, .alink {
  color: #32271f;
  text-decoration: none
}

a:visited, .alink:visited {
  color: #32271f;
  text-decoration: none
}

a:hover, .alink:hover {
  color: #32271f;
  text-decoration: underline
}

a:active, .alink:active {
  color: #930053;
  text-decoration: underline
}

ul, ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem
}

ul > li, ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem
}

ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0
}

dl {
  margin-bottom: 20px;
  margin-top: 0
}

dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0
}

dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0
}

code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace
}

code {
  background: #f6f6f6;
  color: #070605;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap
}

kbd {
  background: #f6f6f6;
  color: #070605;
  padding: 2px 4px;
  font-size: 1.2rem
}

pre {
  background: #f6f6f6;
  border: 1px solid #ccc;
  color: #070605;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word
}

pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap
}

blockquote {
  border-left: 0 solid #ccc;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #32271f;
  font-family: 'VisbyRoundCF', sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0
}

blockquote footer, blockquote small, blockquote .small {
  color: #32271f;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: '\2014 \00A0'
}

blockquote cite {
  font-style: normal
}

blockquote:before, blockquote:after {
  content: ''
}

q {
  quotes: none
}

q:before, q:after {
  content: '';
  content: none
}

cite {
  font-style: normal
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%
}

table th {
  text-align: left
}

table > tbody > tr > th, table > tfoot > tr > th, table > tbody > tr > td, table > tfoot > tr > td {
  vertical-align: top
}

table > thead > tr > th, table > thead > tr > td {
  vertical-align: bottom
}

table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
  padding: 1.1rem 10px
}

a.action.primary {
  border-radius: 4rem;
}

.column.main .action.primary, .form-fieldset__button {
  background-image: none;
  background: #3a2312;
  border: 1px solid #3a2312;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'VisbyRoundCF', sans-serif;
  font-weight: 600;
  padding: 1.5rem 2.5rem;
  font-size: 1.5rem;
  box-sizing: border-box;
  vertical-align: middle;
  text-transform: uppercase
}

button:focus, .action.primary:focus, .form-fieldset__button:focus, button:active, .action.primary:active, .form-fieldset__button:active {
  background: #fff;
  border: .1rem solid #fff;
  color: #3a2312
}

button:hover, .action.primary:hover, .form-fieldset__button:hover {
  background: #807267;
  border: .1rem solid #807267;
  color: #fff
}

button.disabled, .action.primary.disabled, .form-fieldset__button.disabled, button[disabled], .action.primary[disabled], .form-fieldset__button[disabled], fieldset[disabled] button, fieldset[disabled] .action.primary, fieldset[disabled] .form-fieldset__button {
  opacity: .5;
  cursor: default;
  pointer-events: none
}
.slick-slider {
  padding: 0 !important
}

.slick-list {
  padding-left: 0 !important
}

.slick-track {
  margin: 0
}

.slick-slide {
  vertical-align: bottom
}

.slick-dots {
  padding: 3rem 0 !important
}

.slick-dots li {
  margin: 0 .3rem;
  width: 1.2rem !important;
  height: 1.2rem !important
}

.slick-dots li button {
  border: 0;
  opacity: .3;
  width: 1.2rem !important;
  height: 1.2rem !important;
  background-color: #000
}

.slick-dots li button:hover {
  border: 0
}

.slick-dots li.slick-active button {
  border: 0;
  opacity: 1
}

.slick-slider .slick-arrow {
  width: 5rem;
  height: 5rem;
  background: #f5f5f5 !important;
  border-radius: 50%;
}

.slick-slider .slick-arrow:before {
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.slick-slider .slick-arrow.slick-prev:before {
  content: '\f102';
  padding-right: 0;
  color: #3a2312
}

.slick-slider .slick-arrow.slick-next:before {
  content: '\f102';
  color: #3a2312
}

.slick-prev.slick-disabled, .slick-next.slick-disabled {
  opacity: 1
}

/**Recipes listing page**/
.recipe-recipe-listview .page-wrapper {
  background: #fafafa;
}

.recipe-recipe-listview .columns {
  padding-top: 84px;
}
@media (max-width: 768px) {
  .recipe-recipe-listview .columns {
    padding-top: 2em;
  }
}   

.ogilvy-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ogilvy-sr-only-focusable:active, .ogilvy-sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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


html {
  scroll-padding-top: 93px;
  scroll-behavior: smooth;
  background-color: #fff;
}

.ogilvy-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .ogilvy-container {
    max-width: 540px;
  }
}
@media (min-width: 769px) {
  .ogilvy-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .ogilvy-container {
    max-width: 960px;
  }
}
@media (min-width: 1240px) {
  .ogilvy-container {
    max-width: 1184px;
  }
}

.ogilvy-container-fluid, .ogilvy-container-xl, .ogilvy-container-lg, .ogilvy-container-md, .ogilvy-container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .ogilvy-container-sm, .ogilvy-container {
    max-width: 540px;
  }
}
@media (min-width: 769px) {
  .ogilvy-container-md, .ogilvy-container-sm, .ogilvy-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .ogilvy-container-lg, .ogilvy-container-md, .ogilvy-container-sm, .ogilvy-container {
    max-width: 960px;
  }
}
@media (min-width: 1240px) {
  .ogilvy-container-xl, .ogilvy-container-lg, .ogilvy-container-md, .ogilvy-container-sm, .ogilvy-container {
    max-width: 1184px;
  }
}
.ogilvy-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.ogilvy-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.ogilvy-no-gutters > .ogilvy-col,
.ogilvy-no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.ogilvy-col-xl,
.ogilvy-col-xl-auto, .ogilvy-col-xl-12, .ogilvy-col-xl-11, .ogilvy-col-xl-10, .ogilvy-col-xl-9, .ogilvy-col-xl-8, .ogilvy-col-xl-7, .ogilvy-col-xl-6, .ogilvy-col-xl-5, .ogilvy-col-xl-4, .ogilvy-col-xl-3, .ogilvy-col-xl-2, .ogilvy-col-xl-1, .ogilvy-col-lg,
.ogilvy-col-lg-auto, .ogilvy-col-lg-12, .ogilvy-col-lg-11, .ogilvy-col-lg-10, .ogilvy-col-lg-9, .ogilvy-col-lg-8, .ogilvy-col-lg-7, .ogilvy-col-lg-6, .ogilvy-col-lg-5, .ogilvy-col-lg-4, .ogilvy-col-lg-3, .ogilvy-col-lg-2, .ogilvy-col-lg-1, .ogilvy-col-md,
.ogilvy-col-md-auto, .ogilvy-col-md-12, .ogilvy-col-md-11, .ogilvy-col-md-10, .ogilvy-col-md-9, .ogilvy-col-md-8, .ogilvy-col-md-7, .ogilvy-col-md-6, .ogilvy-col-md-5, .ogilvy-col-md-4, .ogilvy-col-md-3, .ogilvy-col-md-2, .ogilvy-col-md-1, .ogilvy-col-sm,
.ogilvy-col-sm-auto, .ogilvy-col-sm-12, .ogilvy-col-sm-11, .ogilvy-col-sm-10, .ogilvy-col-sm-9, .ogilvy-col-sm-8, .ogilvy-col-sm-7, .ogilvy-col-sm-6, .ogilvy-col-sm-5, .ogilvy-col-sm-4, .ogilvy-col-sm-3, .ogilvy-col-sm-2, .ogilvy-col-sm-1, .ogilvy-col,
.ogilvy-col-auto, .ogilvy-col-12, .ogilvy-col-11, .ogilvy-col-10, .ogilvy-col-9, .ogilvy-col-8, .ogilvy-col-7, .ogilvy-col-6, .ogilvy-col-5, .ogilvy-col-4, .ogilvy-col-3, .ogilvy-col-2, .ogilvy-col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.ogilvy-col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.ogilvy-row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.ogilvy-row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.ogilvy-row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.ogilvy-row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.ogilvy-row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.ogilvy-row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.ogilvy-col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.ogilvy-col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.ogilvy-col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.ogilvy-col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.ogilvy-col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.ogilvy-col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.ogilvy-col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.ogilvy-col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.ogilvy-col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.ogilvy-col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.ogilvy-col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.ogilvy-col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.ogilvy-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.ogilvy-order-first {
  order: -1;
}

.ogilvy-order-last {
  order: 13;
}

.ogilvy-order-0 {
  order: 0;
}

.ogilvy-order-1 {
  order: 1;
}

.ogilvy-order-2 {
  order: 2;
}

.ogilvy-order-3 {
  order: 3;
}

.ogilvy-order-4 {
  order: 4;
}

.ogilvy-order-5 {
  order: 5;
}

.ogilvy-order-6 {
  order: 6;
}

.ogilvy-order-7 {
  order: 7;
}

.ogilvy-order-8 {
  order: 8;
}

.ogilvy-order-9 {
  order: 9;
}

.ogilvy-order-10 {
  order: 10;
}

.ogilvy-order-11 {
  order: 11;
}

.ogilvy-order-12 {
  order: 12;
}

.ogilvy-offset-1 {
  margin-left: 8.3333333333%;
}

.ogilvy-offset-2 {
  margin-left: 16.6666666667%;
}

.ogilvy-offset-3 {
  margin-left: 25%;
}

.ogilvy-offset-4 {
  margin-left: 33.3333333333%;
}

.ogilvy-offset-5 {
  margin-left: 41.6666666667%;
}

.ogilvy-offset-6 {
  margin-left: 50%;
}

.ogilvy-offset-7 {
  margin-left: 58.3333333333%;
}

.ogilvy-offset-8 {
  margin-left: 66.6666666667%;
}

.ogilvy-offset-9 {
  margin-left: 75%;
}

.ogilvy-offset-10 {
  margin-left: 83.3333333333%;
}

.ogilvy-offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .ogilvy-col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .ogilvy-row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .ogilvy-row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .ogilvy-row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .ogilvy-row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .ogilvy-row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .ogilvy-row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .ogilvy-col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .ogilvy-col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .ogilvy-col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .ogilvy-col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .ogilvy-col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .ogilvy-col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .ogilvy-col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .ogilvy-col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .ogilvy-col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .ogilvy-col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .ogilvy-col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .ogilvy-col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .ogilvy-col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .ogilvy-order-sm-first {
    order: -1;
  }

  .ogilvy-order-sm-last {
    order: 13;
  }

  .ogilvy-order-sm-0 {
    order: 0;
  }

  .ogilvy-order-sm-1 {
    order: 1;
  }

  .ogilvy-order-sm-2 {
    order: 2;
  }

  .ogilvy-order-sm-3 {
    order: 3;
  }

  .ogilvy-order-sm-4 {
    order: 4;
  }

  .ogilvy-order-sm-5 {
    order: 5;
  }

  .ogilvy-order-sm-6 {
    order: 6;
  }

  .ogilvy-order-sm-7 {
    order: 7;
  }

  .ogilvy-order-sm-8 {
    order: 8;
  }

  .ogilvy-order-sm-9 {
    order: 9;
  }

  .ogilvy-order-sm-10 {
    order: 10;
  }

  .ogilvy-order-sm-11 {
    order: 11;
  }

  .ogilvy-order-sm-12 {
    order: 12;
  }

  .ogilvy-offset-sm-0 {
    margin-left: 0;
  }

  .ogilvy-offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .ogilvy-offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .ogilvy-offset-sm-3 {
    margin-left: 25%;
  }

  .ogilvy-offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .ogilvy-offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .ogilvy-offset-sm-6 {
    margin-left: 50%;
  }

  .ogilvy-offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .ogilvy-offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .ogilvy-offset-sm-9 {
    margin-left: 75%;
  }

  .ogilvy-offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .ogilvy-offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 769px) {
  .ogilvy-col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .ogilvy-row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .ogilvy-row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .ogilvy-row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .ogilvy-row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .ogilvy-row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .ogilvy-row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .ogilvy-col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .ogilvy-col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .ogilvy-col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .ogilvy-col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .ogilvy-col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .ogilvy-col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .ogilvy-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .ogilvy-col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .ogilvy-col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .ogilvy-col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .ogilvy-col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .ogilvy-col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .ogilvy-col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .ogilvy-order-md-first {
    order: -1;
  }

  .ogilvy-order-md-last {
    order: 13;
  }

  .ogilvy-order-md-0 {
    order: 0;
  }

  .ogilvy-order-md-1 {
    order: 1;
  }

  .ogilvy-order-md-2 {
    order: 2;
  }

  .ogilvy-order-md-3 {
    order: 3;
  }

  .ogilvy-order-md-4 {
    order: 4;
  }

  .ogilvy-order-md-5 {
    order: 5;
  }

  .ogilvy-order-md-6 {
    order: 6;
  }

  .ogilvy-order-md-7 {
    order: 7;
  }

  .ogilvy-order-md-8 {
    order: 8;
  }

  .ogilvy-order-md-9 {
    order: 9;
  }

  .ogilvy-order-md-10 {
    order: 10;
  }

  .ogilvy-order-md-11 {
    order: 11;
  }

  .ogilvy-order-md-12 {
    order: 12;
  }

  .ogilvy-offset-md-0 {
    margin-left: 0;
  }

  .ogilvy-offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .ogilvy-offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .ogilvy-offset-md-3 {
    margin-left: 25%;
  }

  .ogilvy-offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .ogilvy-offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .ogilvy-offset-md-6 {
    margin-left: 50%;
  }

  .ogilvy-offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .ogilvy-offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .ogilvy-offset-md-9 {
    margin-left: 75%;
  }

  .ogilvy-offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .ogilvy-offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .ogilvy-col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .ogilvy-row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .ogilvy-row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .ogilvy-row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .ogilvy-row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .ogilvy-row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .ogilvy-row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .ogilvy-col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .ogilvy-col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .ogilvy-col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .ogilvy-col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .ogilvy-col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .ogilvy-col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .ogilvy-col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .ogilvy-col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .ogilvy-col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .ogilvy-col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .ogilvy-col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .ogilvy-col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .ogilvy-col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .ogilvy-order-lg-first {
    order: -1;
  }

  .ogilvy-order-lg-last {
    order: 13;
  }

  .ogilvy-order-lg-0 {
    order: 0;
  }

  .ogilvy-order-lg-1 {
    order: 1;
  }

  .ogilvy-order-lg-2 {
    order: 2;
  }

  .ogilvy-order-lg-3 {
    order: 3;
  }

  .ogilvy-order-lg-4 {
    order: 4;
  }

  .ogilvy-order-lg-5 {
    order: 5;
  }

  .ogilvy-order-lg-6 {
    order: 6;
  }

  .ogilvy-order-lg-7 {
    order: 7;
  }

  .ogilvy-order-lg-8 {
    order: 8;
  }

  .ogilvy-order-lg-9 {
    order: 9;
  }

  .ogilvy-order-lg-10 {
    order: 10;
  }

  .ogilvy-order-lg-11 {
    order: 11;
  }

  .ogilvy-order-lg-12 {
    order: 12;
  }

  .ogilvy-offset-lg-0 {
    margin-left: 0;
  }

  .ogilvy-offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .ogilvy-offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .ogilvy-offset-lg-3 {
    margin-left: 25%;
  }

  .ogilvy-offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .ogilvy-offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .ogilvy-offset-lg-6 {
    margin-left: 50%;
  }

  .ogilvy-offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .ogilvy-offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .ogilvy-offset-lg-9 {
    margin-left: 75%;
  }

  .ogilvy-offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .ogilvy-offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1240px) {
  .ogilvy-col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .ogilvy-row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .ogilvy-row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .ogilvy-row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .ogilvy-row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .ogilvy-row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .ogilvy-row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .ogilvy-col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .ogilvy-col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .ogilvy-col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .ogilvy-col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .ogilvy-col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .ogilvy-col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .ogilvy-col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .ogilvy-col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .ogilvy-col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .ogilvy-col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .ogilvy-col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .ogilvy-col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .ogilvy-col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .ogilvy-order-xl-first {
    order: -1;
  }

  .ogilvy-order-xl-last {
    order: 13;
  }

  .ogilvy-order-xl-0 {
    order: 0;
  }

  .ogilvy-order-xl-1 {
    order: 1;
  }

  .ogilvy-order-xl-2 {
    order: 2;
  }

  .ogilvy-order-xl-3 {
    order: 3;
  }

  .ogilvy-order-xl-4 {
    order: 4;
  }

  .ogilvy-order-xl-5 {
    order: 5;
  }

  .ogilvy-order-xl-6 {
    order: 6;
  }

  .ogilvy-order-xl-7 {
    order: 7;
  }

  .ogilvy-order-xl-8 {
    order: 8;
  }

  .ogilvy-order-xl-9 {
    order: 9;
  }

  .ogilvy-order-xl-10 {
    order: 10;
  }

  .ogilvy-order-xl-11 {
    order: 11;
  }

  .ogilvy-order-xl-12 {
    order: 12;
  }

  .ogilvy-offset-xl-0 {
    margin-left: 0;
  }

  .ogilvy-offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .ogilvy-offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .ogilvy-offset-xl-3 {
    margin-left: 25%;
  }

  .ogilvy-offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .ogilvy-offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .ogilvy-offset-xl-6 {
    margin-left: 50%;
  }

  .ogilvy-offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .ogilvy-offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .ogilvy-offset-xl-9 {
    margin-left: 75%;
  }

  .ogilvy-offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .ogilvy-offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.ogilvy-d-none {
  display: none !important;
}

.ogilvy-d-inline {
  display: inline !important;
}

.ogilvy-d-inline-block {
  display: inline-block !important;
}

.ogilvy-d-block {
  display: block !important;
}

.ogilvy-d-table {
  display: table !important;
}

.ogilvy-d-table-row {
  display: table-row !important;
}

.ogilvy-d-table-cell {
  display: table-cell !important;
}

.ogilvy-d-flex {
  display: flex !important;
}

.ogilvy-d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .ogilvy-d-sm-none {
    display: none !important;
  }

  .ogilvy-d-sm-inline {
    display: inline !important;
  }

  .ogilvy-d-sm-inline-block {
    display: inline-block !important;
  }

  .ogilvy-d-sm-block {
    display: block !important;
  }

  .ogilvy-d-sm-table {
    display: table !important;
  }

  .ogilvy-d-sm-table-row {
    display: table-row !important;
  }

  .ogilvy-d-sm-table-cell {
    display: table-cell !important;
  }

  .ogilvy-d-sm-flex {
    display: flex !important;
  }

  .ogilvy-d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 769px) {
  .ogilvy-d-md-none {
    display: none !important;
  }

  .ogilvy-d-md-inline {
    display: inline !important;
  }

  .ogilvy-d-md-inline-block {
    display: inline-block !important;
  }

  .ogilvy-d-md-block {
    display: block !important;
  }

  .ogilvy-d-md-table {
    display: table !important;
  }

  .ogilvy-d-md-table-row {
    display: table-row !important;
  }

  .ogilvy-d-md-table-cell {
    display: table-cell !important;
  }

  .ogilvy-d-md-flex {
    display: flex !important;
  }

  .ogilvy-d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .ogilvy-d-lg-none {
    display: none !important;
  }

  .ogilvy-d-lg-inline {
    display: inline !important;
  }

  .ogilvy-d-lg-inline-block {
    display: inline-block !important;
  }

  .ogilvy-d-lg-block {
    display: block !important;
  }

  .ogilvy-d-lg-table {
    display: table !important;
  }

  .ogilvy-d-lg-table-row {
    display: table-row !important;
  }

  .ogilvy-d-lg-table-cell {
    display: table-cell !important;
  }

  .ogilvy-d-lg-flex {
    display: flex !important;
  }

  .ogilvy-d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1240px) {
  .ogilvy-d-xl-none {
    display: none !important;
  }

  .ogilvy-d-xl-inline {
    display: inline !important;
  }

  .ogilvy-d-xl-inline-block {
    display: inline-block !important;
  }

  .ogilvy-d-xl-block {
    display: block !important;
  }

  .ogilvy-d-xl-table {
    display: table !important;
  }

  .ogilvy-d-xl-table-row {
    display: table-row !important;
  }

  .ogilvy-d-xl-table-cell {
    display: table-cell !important;
  }

  .ogilvy-d-xl-flex {
    display: flex !important;
  }

  .ogilvy-d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .ogilvy-d-print-none {
    display: none !important;
  }

  .ogilvy-d-print-inline {
    display: inline !important;
  }

  .ogilvy-d-print-inline-block {
    display: inline-block !important;
  }

  .ogilvy-d-print-block {
    display: block !important;
  }

  .ogilvy-d-print-table {
    display: table !important;
  }

  .ogilvy-d-print-table-row {
    display: table-row !important;
  }

  .ogilvy-d-print-table-cell {
    display: table-cell !important;
  }

  .ogilvy-d-print-flex {
    display: flex !important;
  }

  .ogilvy-d-print-inline-flex {
    display: inline-flex !important;
  }
}
.ogilvy-flex-row {
  flex-direction: row !important;
}

.ogilvy-flex-column {
  flex-direction: column !important;
}

.ogilvy-flex-row-reverse {
  flex-direction: row-reverse !important;
}

.ogilvy-flex-column-reverse {
  flex-direction: column-reverse !important;
}

.ogilvy-flex-wrap {
  flex-wrap: wrap !important;
}

.ogilvy-flex-nowrap {
  flex-wrap: nowrap !important;
}

.ogilvy-flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.ogilvy-flex-fill {
  flex: 1 1 auto !important;
}

.ogilvy-flex-grow-0 {
  flex-grow: 0 !important;
}

.ogilvy-flex-grow-1 {
  flex-grow: 1 !important;
}

.ogilvy-flex-shrink-0 {
  flex-shrink: 0 !important;
}

.ogilvy-flex-shrink-1 {
  flex-shrink: 1 !important;
}

.ogilvy-justify-content-start {
  justify-content: flex-start !important;
}

.ogilvy-justify-content-end {
  justify-content: flex-end !important;
}

.ogilvy-justify-content-center {
  justify-content: center !important;
}

.ogilvy-justify-content-between {
  justify-content: space-between !important;
}

.ogilvy-justify-content-around {
  justify-content: space-around !important;
}

.ogilvy-align-items-start {
  align-items: flex-start !important;
}

.ogilvy-align-items-end {
  align-items: flex-end !important;
}

.ogilvy-align-items-center {
  align-items: center !important;
}

.ogilvy-align-items-baseline {
  align-items: baseline !important;
}

.ogilvy-align-items-stretch {
  align-items: stretch !important;
}

.ogilvy-align-content-start {
  align-content: flex-start !important;
}

.ogilvy-align-content-end {
  align-content: flex-end !important;
}

.ogilvy-align-content-center {
  align-content: center !important;
}

.ogilvy-align-content-between {
  align-content: space-between !important;
}

.ogilvy-align-content-around {
  align-content: space-around !important;
}

.ogilvy-align-content-stretch {
  align-content: stretch !important;
}

.ogilvy-align-self-auto {
  align-self: auto !important;
}

.ogilvy-align-self-start {
  align-self: flex-start !important;
}

.ogilvy-align-self-end {
  align-self: flex-end !important;
}

.ogilvy-align-self-center {
  align-self: center !important;
}

.ogilvy-align-self-baseline {
  align-self: baseline !important;
}

.ogilvy-align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .ogilvy-flex-sm-row {
    flex-direction: row !important;
  }

  .ogilvy-flex-sm-column {
    flex-direction: column !important;
  }

  .ogilvy-flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .ogilvy-flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .ogilvy-flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .ogilvy-flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .ogilvy-flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .ogilvy-flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .ogilvy-flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .ogilvy-flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .ogilvy-flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .ogilvy-flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .ogilvy-justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .ogilvy-justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .ogilvy-justify-content-sm-center {
    justify-content: center !important;
  }

  .ogilvy-justify-content-sm-between {
    justify-content: space-between !important;
  }

  .ogilvy-justify-content-sm-around {
    justify-content: space-around !important;
  }

  .ogilvy-align-items-sm-start {
    align-items: flex-start !important;
  }

  .ogilvy-align-items-sm-end {
    align-items: flex-end !important;
  }

  .ogilvy-align-items-sm-center {
    align-items: center !important;
  }

  .ogilvy-align-items-sm-baseline {
    align-items: baseline !important;
  }

  .ogilvy-align-items-sm-stretch {
    align-items: stretch !important;
  }

  .ogilvy-align-content-sm-start {
    align-content: flex-start !important;
  }

  .ogilvy-align-content-sm-end {
    align-content: flex-end !important;
  }

  .ogilvy-align-content-sm-center {
    align-content: center !important;
  }

  .ogilvy-align-content-sm-between {
    align-content: space-between !important;
  }

  .ogilvy-align-content-sm-around {
    align-content: space-around !important;
  }

  .ogilvy-align-content-sm-stretch {
    align-content: stretch !important;
  }

  .ogilvy-align-self-sm-auto {
    align-self: auto !important;
  }

  .ogilvy-align-self-sm-start {
    align-self: flex-start !important;
  }

  .ogilvy-align-self-sm-end {
    align-self: flex-end !important;
  }

  .ogilvy-align-self-sm-center {
    align-self: center !important;
  }

  .ogilvy-align-self-sm-baseline {
    align-self: baseline !important;
  }

  .ogilvy-align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 769px) {
  .ogilvy-flex-md-row {
    flex-direction: row !important;
  }

  .ogilvy-flex-md-column {
    flex-direction: column !important;
  }

  .ogilvy-flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .ogilvy-flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .ogilvy-flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .ogilvy-flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .ogilvy-flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .ogilvy-flex-md-fill {
    flex: 1 1 auto !important;
  }

  .ogilvy-flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .ogilvy-flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .ogilvy-flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .ogilvy-flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .ogilvy-justify-content-md-start {
    justify-content: flex-start !important;
  }

  .ogilvy-justify-content-md-end {
    justify-content: flex-end !important;
  }

  .ogilvy-justify-content-md-center {
    justify-content: center !important;
  }

  .ogilvy-justify-content-md-between {
    justify-content: space-between !important;
  }

  .ogilvy-justify-content-md-around {
    justify-content: space-around !important;
  }

  .ogilvy-align-items-md-start {
    align-items: flex-start !important;
  }

  .ogilvy-align-items-md-end {
    align-items: flex-end !important;
  }

  .ogilvy-align-items-md-center {
    align-items: center !important;
  }

  .ogilvy-align-items-md-baseline {
    align-items: baseline !important;
  }

  .ogilvy-align-items-md-stretch {
    align-items: stretch !important;
  }

  .ogilvy-align-content-md-start {
    align-content: flex-start !important;
  }

  .ogilvy-align-content-md-end {
    align-content: flex-end !important;
  }

  .ogilvy-align-content-md-center {
    align-content: center !important;
  }

  .ogilvy-align-content-md-between {
    align-content: space-between !important;
  }

  .ogilvy-align-content-md-around {
    align-content: space-around !important;
  }

  .ogilvy-align-content-md-stretch {
    align-content: stretch !important;
  }

  .ogilvy-align-self-md-auto {
    align-self: auto !important;
  }

  .ogilvy-align-self-md-start {
    align-self: flex-start !important;
  }

  .ogilvy-align-self-md-end {
    align-self: flex-end !important;
  }

  .ogilvy-align-self-md-center {
    align-self: center !important;
  }

  .ogilvy-align-self-md-baseline {
    align-self: baseline !important;
  }

  .ogilvy-align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .ogilvy-flex-lg-row {
    flex-direction: row !important;
  }

  .ogilvy-flex-lg-column {
    flex-direction: column !important;
  }

  .ogilvy-flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .ogilvy-flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .ogilvy-flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .ogilvy-flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .ogilvy-flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .ogilvy-flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .ogilvy-flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .ogilvy-flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .ogilvy-flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .ogilvy-flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .ogilvy-justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .ogilvy-justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .ogilvy-justify-content-lg-center {
    justify-content: center !important;
  }

  .ogilvy-justify-content-lg-between {
    justify-content: space-between !important;
  }

  .ogilvy-justify-content-lg-around {
    justify-content: space-around !important;
  }

  .ogilvy-align-items-lg-start {
    align-items: flex-start !important;
  }

  .ogilvy-align-items-lg-end {
    align-items: flex-end !important;
  }

  .ogilvy-align-items-lg-center {
    align-items: center !important;
  }

  .ogilvy-align-items-lg-baseline {
    align-items: baseline !important;
  }

  .ogilvy-align-items-lg-stretch {
    align-items: stretch !important;
  }

  .ogilvy-align-content-lg-start {
    align-content: flex-start !important;
  }

  .ogilvy-align-content-lg-end {
    align-content: flex-end !important;
  }

  .ogilvy-align-content-lg-center {
    align-content: center !important;
  }

  .ogilvy-align-content-lg-between {
    align-content: space-between !important;
  }

  .ogilvy-align-content-lg-around {
    align-content: space-around !important;
  }

  .ogilvy-align-content-lg-stretch {
    align-content: stretch !important;
  }

  .ogilvy-align-self-lg-auto {
    align-self: auto !important;
  }

  .ogilvy-align-self-lg-start {
    align-self: flex-start !important;
  }

  .ogilvy-align-self-lg-end {
    align-self: flex-end !important;
  }

  .ogilvy-align-self-lg-center {
    align-self: center !important;
  }

  .ogilvy-align-self-lg-baseline {
    align-self: baseline !important;
  }

  .ogilvy-align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1240px) {
  .ogilvy-flex-xl-row {
    flex-direction: row !important;
  }

  .ogilvy-flex-xl-column {
    flex-direction: column !important;
  }

  .ogilvy-flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .ogilvy-flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .ogilvy-flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .ogilvy-flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .ogilvy-flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .ogilvy-flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .ogilvy-flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .ogilvy-flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .ogilvy-flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .ogilvy-flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .ogilvy-justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .ogilvy-justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .ogilvy-justify-content-xl-center {
    justify-content: center !important;
  }

  .ogilvy-justify-content-xl-between {
    justify-content: space-between !important;
  }

  .ogilvy-justify-content-xl-around {
    justify-content: space-around !important;
  }

  .ogilvy-align-items-xl-start {
    align-items: flex-start !important;
  }

  .ogilvy-align-items-xl-end {
    align-items: flex-end !important;
  }

  .ogilvy-align-items-xl-center {
    align-items: center !important;
  }

  .ogilvy-align-items-xl-baseline {
    align-items: baseline !important;
  }

  .ogilvy-align-items-xl-stretch {
    align-items: stretch !important;
  }

  .ogilvy-align-content-xl-start {
    align-content: flex-start !important;
  }

  .ogilvy-align-content-xl-end {
    align-content: flex-end !important;
  }

  .ogilvy-align-content-xl-center {
    align-content: center !important;
  }

  .ogilvy-align-content-xl-between {
    align-content: space-between !important;
  }

  .ogilvy-align-content-xl-around {
    align-content: space-around !important;
  }

  .ogilvy-align-content-xl-stretch {
    align-content: stretch !important;
  }

  .ogilvy-align-self-xl-auto {
    align-self: auto !important;
  }

  .ogilvy-align-self-xl-start {
    align-self: flex-start !important;
  }

  .ogilvy-align-self-xl-end {
    align-self: flex-end !important;
  }

  .ogilvy-align-self-xl-center {
    align-self: center !important;
  }

  .ogilvy-align-self-xl-baseline {
    align-self: baseline !important;
  }

  .ogilvy-align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.ogilvy-m-0 {
  margin: 0 !important;
}

.ogilvy-mt-0,
.ogilvy-my-0 {
  margin-top: 0 !important;
}

.ogilvy-mr-0,
.ogilvy-mx-0 {
  margin-right: 0 !important;
}

.ogilvy-mb-0,
.ogilvy-my-0 {
  margin-bottom: 0 !important;
}

.ogilvy-ml-0,
.ogilvy-mx-0 {
  margin-left: 0 !important;
}

.ogilvy-m-1 {
  margin: 0.25rem !important;
}

.ogilvy-mt-1,
.ogilvy-my-1 {
  margin-top: 0.25rem !important;
}

.ogilvy-mr-1,
.ogilvy-mx-1 {
  margin-right: 0.25rem !important;
}

.ogilvy-mb-1,
.ogilvy-my-1 {
  margin-bottom: 0.25rem !important;
}

.ogilvy-ml-1,
.ogilvy-mx-1 {
  margin-left: 0.25rem !important;
}

.ogilvy-m-2 {
  margin: 0.5rem !important;
}

.ogilvy-mt-2,
.ogilvy-my-2 {
  margin-top: 0.5rem !important;
}

.ogilvy-mr-2,
.ogilvy-mx-2 {
  margin-right: 0.5rem !important;
}

.ogilvy-mb-2,
.ogilvy-my-2 {
  margin-bottom: 0.5rem !important;
}

.ogilvy-ml-2,
.ogilvy-mx-2 {
  margin-left: 0.5rem !important;
}

.ogilvy-m-3 {
  margin: 1rem !important;
}

.ogilvy-mt-3,
.ogilvy-my-3 {
  margin-top: 1rem !important;
}

.ogilvy-mr-3,
.ogilvy-mx-3 {
  margin-right: 1rem !important;
}

.ogilvy-mb-3,
.ogilvy-my-3 {
  margin-bottom: 1rem !important;
}

.ogilvy-ml-3,
.ogilvy-mx-3 {
  margin-left: 1rem !important;
}

.ogilvy-m-4 {
  margin: 1.5rem !important;
}

.ogilvy-mt-4,
.ogilvy-my-4 {
  margin-top: 1.5rem !important;
}

.ogilvy-mr-4,
.ogilvy-mx-4 {
  margin-right: 1.5rem !important;
}

.ogilvy-mb-4,
.ogilvy-my-4 {
  margin-bottom: 1.5rem !important;
}

.ogilvy-ml-4,
.ogilvy-mx-4 {
  margin-left: 1.5rem !important;
}

.ogilvy-m-5 {
  margin: 3rem !important;
}

.ogilvy-mt-5,
.ogilvy-my-5 {
  margin-top: 3rem !important;
}

.ogilvy-mr-5,
.ogilvy-mx-5 {
  margin-right: 3rem !important;
}

.ogilvy-mb-5,
.ogilvy-my-5 {
  margin-bottom: 3rem !important;
}

.ogilvy-ml-5,
.ogilvy-mx-5 {
  margin-left: 3rem !important;
}

.ogilvy-p-0 {
  padding: 0 !important;
}

.ogilvy-pt-0,
.ogilvy-py-0 {
  padding-top: 0 !important;
}

.ogilvy-pr-0,
.ogilvy-px-0 {
  padding-right: 0 !important;
}

.ogilvy-pb-0,
.ogilvy-py-0 {
  padding-bottom: 0 !important;
}

.ogilvy-pl-0,
.ogilvy-px-0 {
  padding-left: 0 !important;
}

.ogilvy-p-1 {
  padding: 0.25rem !important;
}

.ogilvy-pt-1,
.ogilvy-py-1 {
  padding-top: 0.25rem !important;
}

.ogilvy-pr-1,
.ogilvy-px-1 {
  padding-right: 0.25rem !important;
}

.ogilvy-pb-1,
.ogilvy-py-1 {
  padding-bottom: 0.25rem !important;
}

.ogilvy-pl-1,
.ogilvy-px-1 {
  padding-left: 0.25rem !important;
}

.ogilvy-p-2 {
  padding: 0.5rem !important;
}

.ogilvy-pt-2,
.ogilvy-py-2 {
  padding-top: 0.5rem !important;
}

.ogilvy-pr-2,
.ogilvy-px-2 {
  padding-right: 0.5rem !important;
}

.ogilvy-pb-2,
.ogilvy-py-2 {
  padding-bottom: 0.5rem !important;
}

.ogilvy-pl-2,
.ogilvy-px-2 {
  padding-left: 0.5rem !important;
}

.ogilvy-p-3 {
  padding: 1rem !important;
}

.ogilvy-pt-3,
.ogilvy-py-3 {
  padding-top: 1rem !important;
}

.ogilvy-pr-3,
.ogilvy-px-3 {
  padding-right: 1rem !important;
}

.ogilvy-pb-3,
.ogilvy-py-3 {
  padding-bottom: 1rem !important;
}

.ogilvy-pl-3,
.ogilvy-px-3 {
  padding-left: 1rem !important;
}

.ogilvy-p-4 {
  padding: 1.5rem !important;
}

.ogilvy-pt-4,
.ogilvy-py-4 {
  padding-top: 1.5rem !important;
}

.ogilvy-pr-4,
.ogilvy-px-4 {
  padding-right: 1.5rem !important;
}

.ogilvy-pb-4,
.ogilvy-py-4 {
  padding-bottom: 1.5rem !important;
}

.ogilvy-pl-4,
.ogilvy-px-4 {
  padding-left: 1.5rem !important;
}

.ogilvy-p-5 {
  padding: 3rem !important;
}

.ogilvy-pt-5,
.ogilvy-py-5 {
  padding-top: 3rem !important;
}

.ogilvy-pr-5,
.ogilvy-px-5 {
  padding-right: 3rem !important;
}

.ogilvy-pb-5,
.ogilvy-py-5 {
  padding-bottom: 3rem !important;
}

.ogilvy-pl-5,
.ogilvy-px-5 {
  padding-left: 3rem !important;
}

.ogilvy-m-n1 {
  margin: -0.25rem !important;
}

.ogilvy-mt-n1,
.ogilvy-my-n1 {
  margin-top: -0.25rem !important;
}

.ogilvy-mr-n1,
.ogilvy-mx-n1 {
  margin-right: -0.25rem !important;
}

.ogilvy-mb-n1,
.ogilvy-my-n1 {
  margin-bottom: -0.25rem !important;
}

.ogilvy-ml-n1,
.ogilvy-mx-n1 {
  margin-left: -0.25rem !important;
}

.ogilvy-m-n2 {
  margin: -0.5rem !important;
}

.ogilvy-mt-n2,
.ogilvy-my-n2 {
  margin-top: -0.5rem !important;
}

.ogilvy-mr-n2,
.ogilvy-mx-n2 {
  margin-right: -0.5rem !important;
}

.ogilvy-mb-n2,
.ogilvy-my-n2 {
  margin-bottom: -0.5rem !important;
}

.ogilvy-ml-n2,
.ogilvy-mx-n2 {
  margin-left: -0.5rem !important;
}

.ogilvy-m-n3 {
  margin: -1rem !important;
}

.ogilvy-mt-n3,
.ogilvy-my-n3 {
  margin-top: -1rem !important;
}

.ogilvy-mr-n3,
.ogilvy-mx-n3 {
  margin-right: -1rem !important;
}

.ogilvy-mb-n3,
.ogilvy-my-n3 {
  margin-bottom: -1rem !important;
}

.ogilvy-ml-n3,
.ogilvy-mx-n3 {
  margin-left: -1rem !important;
}

.ogilvy-m-n4 {
  margin: -1.5rem !important;
}

.ogilvy-mt-n4,
.ogilvy-my-n4 {
  margin-top: -1.5rem !important;
}

.ogilvy-mr-n4,
.ogilvy-mx-n4 {
  margin-right: -1.5rem !important;
}

.ogilvy-mb-n4,
.ogilvy-my-n4 {
  margin-bottom: -1.5rem !important;
}

.ogilvy-ml-n4,
.ogilvy-mx-n4 {
  margin-left: -1.5rem !important;
}

.ogilvy-m-n5 {
  margin: -3rem !important;
}

.ogilvy-mt-n5,
.ogilvy-my-n5 {
  margin-top: -3rem !important;
}

.ogilvy-mr-n5,
.ogilvy-mx-n5 {
  margin-right: -3rem !important;
}

.ogilvy-mb-n5,
.ogilvy-my-n5 {
  margin-bottom: -3rem !important;
}

.ogilvy-ml-n5,
.ogilvy-mx-n5 {
  margin-left: -3rem !important;
}

.ogilvy-m-auto {
  margin: auto !important;
}

.ogilvy-mt-auto,
.ogilvy-my-auto {
  margin-top: auto !important;
}

.ogilvy-mr-auto,
.ogilvy-mx-auto {
  margin-right: auto !important;
}

.ogilvy-mb-auto,
.ogilvy-my-auto {
  margin-bottom: auto !important;
}

.ogilvy-ml-auto,
.ogilvy-mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .ogilvy-m-sm-0 {
    margin: 0 !important;
  }

  .ogilvy-mt-sm-0,
.ogilvy-my-sm-0 {
    margin-top: 0 !important;
  }

  .ogilvy-mr-sm-0,
.ogilvy-mx-sm-0 {
    margin-right: 0 !important;
  }

  .ogilvy-mb-sm-0,
.ogilvy-my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ogilvy-ml-sm-0,
.ogilvy-mx-sm-0 {
    margin-left: 0 !important;
  }

  .ogilvy-m-sm-1 {
    margin: 0.25rem !important;
  }

  .ogilvy-mt-sm-1,
.ogilvy-my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .ogilvy-mr-sm-1,
.ogilvy-mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .ogilvy-mb-sm-1,
.ogilvy-my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ogilvy-ml-sm-1,
.ogilvy-mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ogilvy-m-sm-2 {
    margin: 0.5rem !important;
  }

  .ogilvy-mt-sm-2,
.ogilvy-my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .ogilvy-mr-sm-2,
.ogilvy-mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .ogilvy-mb-sm-2,
.ogilvy-my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ogilvy-ml-sm-2,
.ogilvy-mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ogilvy-m-sm-3 {
    margin: 1rem !important;
  }

  .ogilvy-mt-sm-3,
.ogilvy-my-sm-3 {
    margin-top: 1rem !important;
  }

  .ogilvy-mr-sm-3,
.ogilvy-mx-sm-3 {
    margin-right: 1rem !important;
  }

  .ogilvy-mb-sm-3,
.ogilvy-my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ogilvy-ml-sm-3,
.ogilvy-mx-sm-3 {
    margin-left: 1rem !important;
  }

  .ogilvy-m-sm-4 {
    margin: 1.5rem !important;
  }

  .ogilvy-mt-sm-4,
.ogilvy-my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .ogilvy-mr-sm-4,
.ogilvy-mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .ogilvy-mb-sm-4,
.ogilvy-my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ogilvy-ml-sm-4,
.ogilvy-mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ogilvy-m-sm-5 {
    margin: 3rem !important;
  }

  .ogilvy-mt-sm-5,
.ogilvy-my-sm-5 {
    margin-top: 3rem !important;
  }

  .ogilvy-mr-sm-5,
.ogilvy-mx-sm-5 {
    margin-right: 3rem !important;
  }

  .ogilvy-mb-sm-5,
.ogilvy-my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ogilvy-ml-sm-5,
.ogilvy-mx-sm-5 {
    margin-left: 3rem !important;
  }

  .ogilvy-p-sm-0 {
    padding: 0 !important;
  }

  .ogilvy-pt-sm-0,
.ogilvy-py-sm-0 {
    padding-top: 0 !important;
  }

  .ogilvy-pr-sm-0,
.ogilvy-px-sm-0 {
    padding-right: 0 !important;
  }

  .ogilvy-pb-sm-0,
.ogilvy-py-sm-0 {
    padding-bottom: 0 !important;
  }

  .ogilvy-pl-sm-0,
.ogilvy-px-sm-0 {
    padding-left: 0 !important;
  }

  .ogilvy-p-sm-1 {
    padding: 0.25rem !important;
  }

  .ogilvy-pt-sm-1,
.ogilvy-py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .ogilvy-pr-sm-1,
.ogilvy-px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .ogilvy-pb-sm-1,
.ogilvy-py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .ogilvy-pl-sm-1,
.ogilvy-px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ogilvy-p-sm-2 {
    padding: 0.5rem !important;
  }

  .ogilvy-pt-sm-2,
.ogilvy-py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .ogilvy-pr-sm-2,
.ogilvy-px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .ogilvy-pb-sm-2,
.ogilvy-py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .ogilvy-pl-sm-2,
.ogilvy-px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ogilvy-p-sm-3 {
    padding: 1rem !important;
  }

  .ogilvy-pt-sm-3,
.ogilvy-py-sm-3 {
    padding-top: 1rem !important;
  }

  .ogilvy-pr-sm-3,
.ogilvy-px-sm-3 {
    padding-right: 1rem !important;
  }

  .ogilvy-pb-sm-3,
.ogilvy-py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .ogilvy-pl-sm-3,
.ogilvy-px-sm-3 {
    padding-left: 1rem !important;
  }

  .ogilvy-p-sm-4 {
    padding: 1.5rem !important;
  }

  .ogilvy-pt-sm-4,
.ogilvy-py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .ogilvy-pr-sm-4,
.ogilvy-px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .ogilvy-pb-sm-4,
.ogilvy-py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .ogilvy-pl-sm-4,
.ogilvy-px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ogilvy-p-sm-5 {
    padding: 3rem !important;
  }

  .ogilvy-pt-sm-5,
.ogilvy-py-sm-5 {
    padding-top: 3rem !important;
  }

  .ogilvy-pr-sm-5,
.ogilvy-px-sm-5 {
    padding-right: 3rem !important;
  }

  .ogilvy-pb-sm-5,
.ogilvy-py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ogilvy-pl-sm-5,
.ogilvy-px-sm-5 {
    padding-left: 3rem !important;
  }

  .ogilvy-m-sm-n1 {
    margin: -0.25rem !important;
  }

  .ogilvy-mt-sm-n1,
.ogilvy-my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .ogilvy-mr-sm-n1,
.ogilvy-mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .ogilvy-mb-sm-n1,
.ogilvy-my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ogilvy-ml-sm-n1,
.ogilvy-mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .ogilvy-m-sm-n2 {
    margin: -0.5rem !important;
  }

  .ogilvy-mt-sm-n2,
.ogilvy-my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .ogilvy-mr-sm-n2,
.ogilvy-mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .ogilvy-mb-sm-n2,
.ogilvy-my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ogilvy-ml-sm-n2,
.ogilvy-mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .ogilvy-m-sm-n3 {
    margin: -1rem !important;
  }

  .ogilvy-mt-sm-n3,
.ogilvy-my-sm-n3 {
    margin-top: -1rem !important;
  }

  .ogilvy-mr-sm-n3,
.ogilvy-mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .ogilvy-mb-sm-n3,
.ogilvy-my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ogilvy-ml-sm-n3,
.ogilvy-mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .ogilvy-m-sm-n4 {
    margin: -1.5rem !important;
  }

  .ogilvy-mt-sm-n4,
.ogilvy-my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .ogilvy-mr-sm-n4,
.ogilvy-mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .ogilvy-mb-sm-n4,
.ogilvy-my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ogilvy-ml-sm-n4,
.ogilvy-mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .ogilvy-m-sm-n5 {
    margin: -3rem !important;
  }

  .ogilvy-mt-sm-n5,
.ogilvy-my-sm-n5 {
    margin-top: -3rem !important;
  }

  .ogilvy-mr-sm-n5,
.ogilvy-mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .ogilvy-mb-sm-n5,
.ogilvy-my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ogilvy-ml-sm-n5,
.ogilvy-mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .ogilvy-m-sm-auto {
    margin: auto !important;
  }

  .ogilvy-mt-sm-auto,
.ogilvy-my-sm-auto {
    margin-top: auto !important;
  }

  .ogilvy-mr-sm-auto,
.ogilvy-mx-sm-auto {
    margin-right: auto !important;
  }

  .ogilvy-mb-sm-auto,
.ogilvy-my-sm-auto {
    margin-bottom: auto !important;
  }

  .ogilvy-ml-sm-auto,
.ogilvy-mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 769px) {
  .ogilvy-m-md-0 {
    margin: 0 !important;
  }

  .ogilvy-mt-md-0,
.ogilvy-my-md-0 {
    margin-top: 0 !important;
  }

  .ogilvy-mr-md-0,
.ogilvy-mx-md-0 {
    margin-right: 0 !important;
  }

  .ogilvy-mb-md-0,
.ogilvy-my-md-0 {
    margin-bottom: 0 !important;
  }

  .ogilvy-ml-md-0,
.ogilvy-mx-md-0 {
    margin-left: 0 !important;
  }

  .ogilvy-m-md-1 {
    margin: 0.25rem !important;
  }

  .ogilvy-mt-md-1,
.ogilvy-my-md-1 {
    margin-top: 0.25rem !important;
  }

  .ogilvy-mr-md-1,
.ogilvy-mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .ogilvy-mb-md-1,
.ogilvy-my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ogilvy-ml-md-1,
.ogilvy-mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .ogilvy-m-md-2 {
    margin: 0.5rem !important;
  }

  .ogilvy-mt-md-2,
.ogilvy-my-md-2 {
    margin-top: 0.5rem !important;
  }

  .ogilvy-mr-md-2,
.ogilvy-mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .ogilvy-mb-md-2,
.ogilvy-my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ogilvy-ml-md-2,
.ogilvy-mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .ogilvy-m-md-3 {
    margin: 1rem !important;
  }

  .ogilvy-mt-md-3,
.ogilvy-my-md-3 {
    margin-top: 1rem !important;
  }

  .ogilvy-mr-md-3,
.ogilvy-mx-md-3 {
    margin-right: 1rem !important;
  }

  .ogilvy-mb-md-3,
.ogilvy-my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ogilvy-ml-md-3,
.ogilvy-mx-md-3 {
    margin-left: 1rem !important;
  }

  .ogilvy-m-md-4 {
    margin: 1.5rem !important;
  }

  .ogilvy-mt-md-4,
.ogilvy-my-md-4 {
    margin-top: 1.5rem !important;
  }

  .ogilvy-mr-md-4,
.ogilvy-mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .ogilvy-mb-md-4,
.ogilvy-my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ogilvy-ml-md-4,
.ogilvy-mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .ogilvy-m-md-5 {
    margin: 3rem !important;
  }

  .ogilvy-mt-md-5,
.ogilvy-my-md-5 {
    margin-top: 3rem !important;
  }

  .ogilvy-mr-md-5,
.ogilvy-mx-md-5 {
    margin-right: 3rem !important;
  }

  .ogilvy-mb-md-5,
.ogilvy-my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ogilvy-ml-md-5,
.ogilvy-mx-md-5 {
    margin-left: 3rem !important;
  }

  .ogilvy-p-md-0 {
    padding: 0 !important;
  }

  .ogilvy-pt-md-0,
.ogilvy-py-md-0 {
    padding-top: 0 !important;
  }

  .ogilvy-pr-md-0,
.ogilvy-px-md-0 {
    padding-right: 0 !important;
  }

  .ogilvy-pb-md-0,
.ogilvy-py-md-0 {
    padding-bottom: 0 !important;
  }

  .ogilvy-pl-md-0,
.ogilvy-px-md-0 {
    padding-left: 0 !important;
  }

  .ogilvy-p-md-1 {
    padding: 0.25rem !important;
  }

  .ogilvy-pt-md-1,
.ogilvy-py-md-1 {
    padding-top: 0.25rem !important;
  }

  .ogilvy-pr-md-1,
.ogilvy-px-md-1 {
    padding-right: 0.25rem !important;
  }

  .ogilvy-pb-md-1,
.ogilvy-py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .ogilvy-pl-md-1,
.ogilvy-px-md-1 {
    padding-left: 0.25rem !important;
  }

  .ogilvy-p-md-2 {
    padding: 0.5rem !important;
  }

  .ogilvy-pt-md-2,
.ogilvy-py-md-2 {
    padding-top: 0.5rem !important;
  }

  .ogilvy-pr-md-2,
.ogilvy-px-md-2 {
    padding-right: 0.5rem !important;
  }

  .ogilvy-pb-md-2,
.ogilvy-py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .ogilvy-pl-md-2,
.ogilvy-px-md-2 {
    padding-left: 0.5rem !important;
  }

  .ogilvy-p-md-3 {
    padding: 1rem !important;
  }

  .ogilvy-pt-md-3,
.ogilvy-py-md-3 {
    padding-top: 1rem !important;
  }

  .ogilvy-pr-md-3,
.ogilvy-px-md-3 {
    padding-right: 1rem !important;
  }

  .ogilvy-pb-md-3,
.ogilvy-py-md-3 {
    padding-bottom: 1rem !important;
  }

  .ogilvy-pl-md-3,
.ogilvy-px-md-3 {
    padding-left: 1rem !important;
  }

  .ogilvy-p-md-4 {
    padding: 1.5rem !important;
  }

  .ogilvy-pt-md-4,
.ogilvy-py-md-4 {
    padding-top: 1.5rem !important;
  }

  .ogilvy-pr-md-4,
.ogilvy-px-md-4 {
    padding-right: 1.5rem !important;
  }

  .ogilvy-pb-md-4,
.ogilvy-py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .ogilvy-pl-md-4,
.ogilvy-px-md-4 {
    padding-left: 1.5rem !important;
  }

  .ogilvy-p-md-5 {
    padding: 3rem !important;
  }

  .ogilvy-pt-md-5,
.ogilvy-py-md-5 {
    padding-top: 3rem !important;
  }

  .ogilvy-pr-md-5,
.ogilvy-px-md-5 {
    padding-right: 3rem !important;
  }

  .ogilvy-pb-md-5,
.ogilvy-py-md-5 {
    padding-bottom: 3rem !important;
  }

  .ogilvy-pl-md-5,
.ogilvy-px-md-5 {
    padding-left: 3rem !important;
  }

  .ogilvy-m-md-n1 {
    margin: -0.25rem !important;
  }

  .ogilvy-mt-md-n1,
.ogilvy-my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .ogilvy-mr-md-n1,
.ogilvy-mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .ogilvy-mb-md-n1,
.ogilvy-my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ogilvy-ml-md-n1,
.ogilvy-mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .ogilvy-m-md-n2 {
    margin: -0.5rem !important;
  }

  .ogilvy-mt-md-n2,
.ogilvy-my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .ogilvy-mr-md-n2,
.ogilvy-mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .ogilvy-mb-md-n2,
.ogilvy-my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ogilvy-ml-md-n2,
.ogilvy-mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .ogilvy-m-md-n3 {
    margin: -1rem !important;
  }

  .ogilvy-mt-md-n3,
.ogilvy-my-md-n3 {
    margin-top: -1rem !important;
  }

  .ogilvy-mr-md-n3,
.ogilvy-mx-md-n3 {
    margin-right: -1rem !important;
  }

  .ogilvy-mb-md-n3,
.ogilvy-my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ogilvy-ml-md-n3,
.ogilvy-mx-md-n3 {
    margin-left: -1rem !important;
  }

  .ogilvy-m-md-n4 {
    margin: -1.5rem !important;
  }

  .ogilvy-mt-md-n4,
.ogilvy-my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .ogilvy-mr-md-n4,
.ogilvy-mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .ogilvy-mb-md-n4,
.ogilvy-my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ogilvy-ml-md-n4,
.ogilvy-mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .ogilvy-m-md-n5 {
    margin: -3rem !important;
  }

  .ogilvy-mt-md-n5,
.ogilvy-my-md-n5 {
    margin-top: -3rem !important;
  }

  .ogilvy-mr-md-n5,
.ogilvy-mx-md-n5 {
    margin-right: -3rem !important;
  }

  .ogilvy-mb-md-n5,
.ogilvy-my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ogilvy-ml-md-n5,
.ogilvy-mx-md-n5 {
    margin-left: -3rem !important;
  }

  .ogilvy-m-md-auto {
    margin: auto !important;
  }

  .ogilvy-mt-md-auto,
.ogilvy-my-md-auto {
    margin-top: auto !important;
  }

  .ogilvy-mr-md-auto,
.ogilvy-mx-md-auto {
    margin-right: auto !important;
  }

  .ogilvy-mb-md-auto,
.ogilvy-my-md-auto {
    margin-bottom: auto !important;
  }

  .ogilvy-ml-md-auto,
.ogilvy-mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .ogilvy-m-lg-0 {
    margin: 0 !important;
  }

  .ogilvy-mt-lg-0,
.ogilvy-my-lg-0 {
    margin-top: 0 !important;
  }

  .ogilvy-mr-lg-0,
.ogilvy-mx-lg-0 {
    margin-right: 0 !important;
  }

  .ogilvy-mb-lg-0,
.ogilvy-my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ogilvy-ml-lg-0,
.ogilvy-mx-lg-0 {
    margin-left: 0 !important;
  }

  .ogilvy-m-lg-1 {
    margin: 0.25rem !important;
  }

  .ogilvy-mt-lg-1,
.ogilvy-my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .ogilvy-mr-lg-1,
.ogilvy-mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .ogilvy-mb-lg-1,
.ogilvy-my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ogilvy-ml-lg-1,
.ogilvy-mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ogilvy-m-lg-2 {
    margin: 0.5rem !important;
  }

  .ogilvy-mt-lg-2,
.ogilvy-my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .ogilvy-mr-lg-2,
.ogilvy-mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .ogilvy-mb-lg-2,
.ogilvy-my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ogilvy-ml-lg-2,
.ogilvy-mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ogilvy-m-lg-3 {
    margin: 1rem !important;
  }

  .ogilvy-mt-lg-3,
.ogilvy-my-lg-3 {
    margin-top: 1rem !important;
  }

  .ogilvy-mr-lg-3,
.ogilvy-mx-lg-3 {
    margin-right: 1rem !important;
  }

  .ogilvy-mb-lg-3,
.ogilvy-my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ogilvy-ml-lg-3,
.ogilvy-mx-lg-3 {
    margin-left: 1rem !important;
  }

  .ogilvy-m-lg-4 {
    margin: 1.5rem !important;
  }

  .ogilvy-mt-lg-4,
.ogilvy-my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .ogilvy-mr-lg-4,
.ogilvy-mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .ogilvy-mb-lg-4,
.ogilvy-my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ogilvy-ml-lg-4,
.ogilvy-mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ogilvy-m-lg-5 {
    margin: 3rem !important;
  }

  .ogilvy-mt-lg-5,
.ogilvy-my-lg-5 {
    margin-top: 3rem !important;
  }

  .ogilvy-mr-lg-5,
.ogilvy-mx-lg-5 {
    margin-right: 3rem !important;
  }

  .ogilvy-mb-lg-5,
.ogilvy-my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ogilvy-ml-lg-5,
.ogilvy-mx-lg-5 {
    margin-left: 3rem !important;
  }

  .ogilvy-p-lg-0 {
    padding: 0 !important;
  }

  .ogilvy-pt-lg-0,
.ogilvy-py-lg-0 {
    padding-top: 0 !important;
  }

  .ogilvy-pr-lg-0,
.ogilvy-px-lg-0 {
    padding-right: 0 !important;
  }

  .ogilvy-pb-lg-0,
.ogilvy-py-lg-0 {
    padding-bottom: 0 !important;
  }

  .ogilvy-pl-lg-0,
.ogilvy-px-lg-0 {
    padding-left: 0 !important;
  }

  .ogilvy-p-lg-1 {
    padding: 0.25rem !important;
  }

  .ogilvy-pt-lg-1,
.ogilvy-py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .ogilvy-pr-lg-1,
.ogilvy-px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .ogilvy-pb-lg-1,
.ogilvy-py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .ogilvy-pl-lg-1,
.ogilvy-px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ogilvy-p-lg-2 {
    padding: 0.5rem !important;
  }

  .ogilvy-pt-lg-2,
.ogilvy-py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .ogilvy-pr-lg-2,
.ogilvy-px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .ogilvy-pb-lg-2,
.ogilvy-py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .ogilvy-pl-lg-2,
.ogilvy-px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ogilvy-p-lg-3 {
    padding: 1rem !important;
  }

  .ogilvy-pt-lg-3,
.ogilvy-py-lg-3 {
    padding-top: 1rem !important;
  }

  .ogilvy-pr-lg-3,
.ogilvy-px-lg-3 {
    padding-right: 1rem !important;
  }

  .ogilvy-pb-lg-3,
.ogilvy-py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .ogilvy-pl-lg-3,
.ogilvy-px-lg-3 {
    padding-left: 1rem !important;
  }

  .ogilvy-p-lg-4 {
    padding: 1.5rem !important;
  }

  .ogilvy-pt-lg-4,
.ogilvy-py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .ogilvy-pr-lg-4,
.ogilvy-px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .ogilvy-pb-lg-4,
.ogilvy-py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .ogilvy-pl-lg-4,
.ogilvy-px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ogilvy-p-lg-5 {
    padding: 3rem !important;
  }

  .ogilvy-pt-lg-5,
.ogilvy-py-lg-5 {
    padding-top: 3rem !important;
  }

  .ogilvy-pr-lg-5,
.ogilvy-px-lg-5 {
    padding-right: 3rem !important;
  }

  .ogilvy-pb-lg-5,
.ogilvy-py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ogilvy-pl-lg-5,
.ogilvy-px-lg-5 {
    padding-left: 3rem !important;
  }

  .ogilvy-m-lg-n1 {
    margin: -0.25rem !important;
  }

  .ogilvy-mt-lg-n1,
.ogilvy-my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .ogilvy-mr-lg-n1,
.ogilvy-mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .ogilvy-mb-lg-n1,
.ogilvy-my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ogilvy-ml-lg-n1,
.ogilvy-mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .ogilvy-m-lg-n2 {
    margin: -0.5rem !important;
  }

  .ogilvy-mt-lg-n2,
.ogilvy-my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .ogilvy-mr-lg-n2,
.ogilvy-mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .ogilvy-mb-lg-n2,
.ogilvy-my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ogilvy-ml-lg-n2,
.ogilvy-mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .ogilvy-m-lg-n3 {
    margin: -1rem !important;
  }

  .ogilvy-mt-lg-n3,
.ogilvy-my-lg-n3 {
    margin-top: -1rem !important;
  }

  .ogilvy-mr-lg-n3,
.ogilvy-mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .ogilvy-mb-lg-n3,
.ogilvy-my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ogilvy-ml-lg-n3,
.ogilvy-mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .ogilvy-m-lg-n4 {
    margin: -1.5rem !important;
  }

  .ogilvy-mt-lg-n4,
.ogilvy-my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .ogilvy-mr-lg-n4,
.ogilvy-mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .ogilvy-mb-lg-n4,
.ogilvy-my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ogilvy-ml-lg-n4,
.ogilvy-mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .ogilvy-m-lg-n5 {
    margin: -3rem !important;
  }

  .ogilvy-mt-lg-n5,
.ogilvy-my-lg-n5 {
    margin-top: -3rem !important;
  }

  .ogilvy-mr-lg-n5,
.ogilvy-mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .ogilvy-mb-lg-n5,
.ogilvy-my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ogilvy-ml-lg-n5,
.ogilvy-mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .ogilvy-m-lg-auto {
    margin: auto !important;
  }

  .ogilvy-mt-lg-auto,
.ogilvy-my-lg-auto {
    margin-top: auto !important;
  }

  .ogilvy-mr-lg-auto,
.ogilvy-mx-lg-auto {
    margin-right: auto !important;
  }

  .ogilvy-mb-lg-auto,
.ogilvy-my-lg-auto {
    margin-bottom: auto !important;
  }

  .ogilvy-ml-lg-auto,
.ogilvy-mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1240px) {
  .ogilvy-m-xl-0 {
    margin: 0 !important;
  }

  .ogilvy-mt-xl-0,
.ogilvy-my-xl-0 {
    margin-top: 0 !important;
  }

  .ogilvy-mr-xl-0,
.ogilvy-mx-xl-0 {
    margin-right: 0 !important;
  }

  .ogilvy-mb-xl-0,
.ogilvy-my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ogilvy-ml-xl-0,
.ogilvy-mx-xl-0 {
    margin-left: 0 !important;
  }

  .ogilvy-m-xl-1 {
    margin: 0.25rem !important;
  }

  .ogilvy-mt-xl-1,
.ogilvy-my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .ogilvy-mr-xl-1,
.ogilvy-mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .ogilvy-mb-xl-1,
.ogilvy-my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ogilvy-ml-xl-1,
.ogilvy-mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ogilvy-m-xl-2 {
    margin: 0.5rem !important;
  }

  .ogilvy-mt-xl-2,
.ogilvy-my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .ogilvy-mr-xl-2,
.ogilvy-mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .ogilvy-mb-xl-2,
.ogilvy-my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ogilvy-ml-xl-2,
.ogilvy-mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ogilvy-m-xl-3 {
    margin: 1rem !important;
  }

  .ogilvy-mt-xl-3,
.ogilvy-my-xl-3 {
    margin-top: 1rem !important;
  }

  .ogilvy-mr-xl-3,
.ogilvy-mx-xl-3 {
    margin-right: 1rem !important;
  }

  .ogilvy-mb-xl-3,
.ogilvy-my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ogilvy-ml-xl-3,
.ogilvy-mx-xl-3 {
    margin-left: 1rem !important;
  }

  .ogilvy-m-xl-4 {
    margin: 1.5rem !important;
  }

  .ogilvy-mt-xl-4,
.ogilvy-my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .ogilvy-mr-xl-4,
.ogilvy-mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .ogilvy-mb-xl-4,
.ogilvy-my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ogilvy-ml-xl-4,
.ogilvy-mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ogilvy-m-xl-5 {
    margin: 3rem !important;
  }

  .ogilvy-mt-xl-5,
.ogilvy-my-xl-5 {
    margin-top: 3rem !important;
  }

  .ogilvy-mr-xl-5,
.ogilvy-mx-xl-5 {
    margin-right: 3rem !important;
  }

  .ogilvy-mb-xl-5,
.ogilvy-my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ogilvy-ml-xl-5,
.ogilvy-mx-xl-5 {
    margin-left: 3rem !important;
  }

  .ogilvy-p-xl-0 {
    padding: 0 !important;
  }

  .ogilvy-pt-xl-0,
.ogilvy-py-xl-0 {
    padding-top: 0 !important;
  }

  .ogilvy-pr-xl-0,
.ogilvy-px-xl-0 {
    padding-right: 0 !important;
  }

  .ogilvy-pb-xl-0,
.ogilvy-py-xl-0 {
    padding-bottom: 0 !important;
  }

  .ogilvy-pl-xl-0,
.ogilvy-px-xl-0 {
    padding-left: 0 !important;
  }

  .ogilvy-p-xl-1 {
    padding: 0.25rem !important;
  }

  .ogilvy-pt-xl-1,
.ogilvy-py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .ogilvy-pr-xl-1,
.ogilvy-px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .ogilvy-pb-xl-1,
.ogilvy-py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .ogilvy-pl-xl-1,
.ogilvy-px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ogilvy-p-xl-2 {
    padding: 0.5rem !important;
  }

  .ogilvy-pt-xl-2,
.ogilvy-py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .ogilvy-pr-xl-2,
.ogilvy-px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .ogilvy-pb-xl-2,
.ogilvy-py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .ogilvy-pl-xl-2,
.ogilvy-px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ogilvy-p-xl-3 {
    padding: 1rem !important;
  }

  .ogilvy-pt-xl-3,
.ogilvy-py-xl-3 {
    padding-top: 1rem !important;
  }

  .ogilvy-pr-xl-3,
.ogilvy-px-xl-3 {
    padding-right: 1rem !important;
  }

  .ogilvy-pb-xl-3,
.ogilvy-py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .ogilvy-pl-xl-3,
.ogilvy-px-xl-3 {
    padding-left: 1rem !important;
  }

  .ogilvy-p-xl-4 {
    padding: 1.5rem !important;
  }

  .ogilvy-pt-xl-4,
.ogilvy-py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .ogilvy-pr-xl-4,
.ogilvy-px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .ogilvy-pb-xl-4,
.ogilvy-py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .ogilvy-pl-xl-4,
.ogilvy-px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ogilvy-p-xl-5 {
    padding: 3rem !important;
  }

  .ogilvy-pt-xl-5,
.ogilvy-py-xl-5 {
    padding-top: 3rem !important;
  }

  .ogilvy-pr-xl-5,
.ogilvy-px-xl-5 {
    padding-right: 3rem !important;
  }

  .ogilvy-pb-xl-5,
.ogilvy-py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ogilvy-pl-xl-5,
.ogilvy-px-xl-5 {
    padding-left: 3rem !important;
  }

  .ogilvy-m-xl-n1 {
    margin: -0.25rem !important;
  }

  .ogilvy-mt-xl-n1,
.ogilvy-my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .ogilvy-mr-xl-n1,
.ogilvy-mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .ogilvy-mb-xl-n1,
.ogilvy-my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ogilvy-ml-xl-n1,
.ogilvy-mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .ogilvy-m-xl-n2 {
    margin: -0.5rem !important;
  }

  .ogilvy-mt-xl-n2,
.ogilvy-my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .ogilvy-mr-xl-n2,
.ogilvy-mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .ogilvy-mb-xl-n2,
.ogilvy-my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ogilvy-ml-xl-n2,
.ogilvy-mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .ogilvy-m-xl-n3 {
    margin: -1rem !important;
  }

  .ogilvy-mt-xl-n3,
.ogilvy-my-xl-n3 {
    margin-top: -1rem !important;
  }

  .ogilvy-mr-xl-n3,
.ogilvy-mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .ogilvy-mb-xl-n3,
.ogilvy-my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ogilvy-ml-xl-n3,
.ogilvy-mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .ogilvy-m-xl-n4 {
    margin: -1.5rem !important;
  }

  .ogilvy-mt-xl-n4,
.ogilvy-my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .ogilvy-mr-xl-n4,
.ogilvy-mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .ogilvy-mb-xl-n4,
.ogilvy-my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ogilvy-ml-xl-n4,
.ogilvy-mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .ogilvy-m-xl-n5 {
    margin: -3rem !important;
  }

  .ogilvy-mt-xl-n5,
.ogilvy-my-xl-n5 {
    margin-top: -3rem !important;
  }

  .ogilvy-mr-xl-n5,
.ogilvy-mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .ogilvy-mb-xl-n5,
.ogilvy-my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ogilvy-ml-xl-n5,
.ogilvy-mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .ogilvy-m-xl-auto {
    margin: auto !important;
  }

  .ogilvy-mt-xl-auto,
.ogilvy-my-xl-auto {
    margin-top: auto !important;
  }

  .ogilvy-mr-xl-auto,
.ogilvy-mx-xl-auto {
    margin-right: auto !important;
  }

  .ogilvy-mb-xl-auto,
.ogilvy-my-xl-auto {
    margin-bottom: auto !important;
  }

  .ogilvy-ml-xl-auto,
.ogilvy-mx-xl-auto {
    margin-left: auto !important;
  }
}
.ogilvy-text-left {
  text-align: left !important;
}

.ogilvy-text-right {
  text-align: right !important;
}

.ogilvy-text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .ogilvy-text-sm-left {
    text-align: left !important;
  }

  .ogilvy-text-sm-right {
    text-align: right !important;
  }

  .ogilvy-text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 769px) {
  .ogilvy-text-md-left {
    text-align: left !important;
  }

  .ogilvy-text-md-right {
    text-align: right !important;
  }

  .ogilvy-text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .ogilvy-text-lg-left {
    text-align: left !important;
  }

  .ogilvy-text-lg-right {
    text-align: right !important;
  }

  .ogilvy-text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1240px) {
  .ogilvy-text-xl-left {
    text-align: left !important;
  }

  .ogilvy-text-xl-right {
    text-align: right !important;
  }

  .ogilvy-text-xl-center {
    text-align: center !important;
  }
}
.ogilvy-text-lowercase {
  text-transform: lowercase !important;
}

.ogilvy-text-uppercase {
  text-transform: uppercase !important;
}

.ogilvy-text-capitalize {
  text-transform: capitalize !important;
}

.ogilvy-text-white {
  color: #fff !important;
}

.ogilvy-text-body {
  color: #212529 !important;
}

.ogilvy-text-muted {
  color: #6c757d !important;
}

.ogilvy-text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.ogilvy-text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.ogilvy-w-25 {
  width: 25% !important;
}

.ogilvy-w-50 {
  width: 50% !important;
}

.ogilvy-w-75 {
  width: 75% !important;
}

.ogilvy-w-100 {
  width: 100% !important;
}

.ogilvy-w-auto {
  width: auto !important;
}

.ogilvy-h-25 {
  height: 25% !important;
}

.ogilvy-h-50 {
  height: 50% !important;
}

.ogilvy-h-75 {
  height: 75% !important;
}

.ogilvy-h-100 {
  height: 100% !important;
}

.ogilvy-h-auto {
  height: auto !important;
}

.ogilvy-mw-100 {
  max-width: 100% !important;
}

.ogilvy-mh-100 {
  max-height: 100% !important;
}

.ogilvy-min-vw-100 {
  min-width: 100vw !important;
}

.ogilvy-min-vh-100 {
  min-height: 100vh !important;
}

.ogilvy-vw-100 {
  width: 100vw !important;
}

.ogilvy-vh-100 {
  height: 100vh !important;
}

.ogilvy-position-static {
  position: static !important;
}

.ogilvy-position-relative {
  position: relative !important;
}

.ogilvy-position-absolute {
  position: absolute !important;
}

.ogilvy-position-fixed {
  position: fixed !important;
}

.ogilvy-position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.ogilvy-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.ogilvy-fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .ogilvy-sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.ogilvy-visible {
  visibility: visible !important;
}

.ogilvy-invisible {
  visibility: hidden !important;
}

body {
  margin: 0;
}

.ogilvy-container-fluid, .ogilvy-container-sm, .ogilvy-container-md, .ogilvy-container-lg, .ogilvy-container-xl {
  padding: 0;
}
.ogilvy-img-fluid {
  max-width: 100%;
  height: auto;
}
.ogilvy-img-fluid img {
  max-width: 100%;
  height: auto;
}
.ogilvy-bg-grey {
  background: #d6d6d6;
}
.ogilvy-bg-white {
  background: white;
}
.ogilvy-bg-light-grey {
  background: #fafafa;
}
.ogilvy-text-size-10 {
  font-size: 10px;
}
.ogilvy-text-size-12 {
  font-size: 12px;
}
.ogilvy-text-size-14 {
  font-size: 14px;
}
.ogilvy-text-size-15 {
  font-size: 15px;
}
.ogilvy-text-size-16 {
  font-size: 16px;
}
.ogilvy-text-size-18 {
  font-size: 18px;
}
.ogilvy-text-size-20 {
  font-size: 20px;
}
.ogilvy-text-size-22 {
  font-size: 22px;
}
.ogilvy-text-size-24 {
  font-size: 24px;
}
.ogilvy-text-size-28 {
  font-size: 28px;
}
.ogilvy-text-size-30 {
  font-size: 30px;
}
.ogilvy-text-size-32 {
  font-size: 32px;
}
.ogilvy-text-size-34 {
  font-size: 34px;
}
.ogilvy-text-size-36 {
  font-size: 36px;
}
.ogilvy-text-size-38 {
  font-size: 38px;
}
.ogilvy-text-size-40 {
  font-size: 40px;
}
.ogilvy-text-size-42 {
  font-size: 42px;
}
.ogilvy-text-size-44 {
  font-size: 44px;
}
.ogilvy-text-size-46 {
  font-size: 46px;
}
.ogilvy-text-size-48 {
  font-size: 48px;
}
.ogilvy-text-size-50 {
  font-size: 50px;
}
.ogilvy-text-size-52 {
  font-size: 52px;
}
.ogilvy-text-size-54 {
  font-size: 54px;
}
.ogilvy-text-w-100 {
  font-weight: 100;
}
.ogilvy-text-w-200 {
  font-weight: 200;
}
.ogilvy-text-w-300 {
  font-weight: 300;
}
.ogilvy-text-w-400 {
  font-weight: 400;
}
.ogilvy-text-w-500 {
  font-weight: 500;
}
.ogilvy-text-w-600 {
  font-weight: 600;
}
.ogilvy-text-w-700 {
  font-weight: 700;
}
.ogilvy-text-w-800 {
  font-weight: 800;
}
.ogilvy-text-purple {
  color: #503282 !important;
}
.ogilvy-text-color-orange-piccolo {
  color: #e6461e !important;
}
.ogilvy-text-color-green-starbucks {
  color: #00764e !important;
}
.ogilvy-text-color-general {
  color: #32271f !important;
}
.ogilvy-text-18-22 {
  margin: 0;
  font-size: 18px;
}
@media (min-width: 769px) {
  .ogilvy-text-18-22 {
    font-size: 22px;
  }
}
.ogilvy-text-18-24 {
  margin: 0;
  font-size: 18px;
}
@media (min-width: 769px) {
  .ogilvy-text-18-24 {
    font-size: 22px;
  }
}
.ogilvy-text-15-24 {
  margin: 0;
  font-size: 18px;
}
@media (min-width: 769px) {
  .ogilvy-text-15-24 {
    font-size: 22px;
  }
}
.ogilvy-text-13-18 {
  margin: 0;
  font-size: 13px;
}
@media (min-width: 769px) {
  .ogilvy-text-13-18 {
    font-size: 18px;
  }
}
.ogilvy-text-13-15 {
  margin: 0;
  font-size: 13px;
}
@media (min-width: 769px) {
  .ogilvy-text-13-15 {
    font-size: 15px;
  }
}
.ogilvy-text-15-20 {
  margin: 0;
  font-size: 15px;
}
@media (min-width: 769px) {
  .ogilvy-text-15-20 {
    font-size: 20px;
  }
}
.ogilvy-registration-r {
  font-size: 24px;
}
@media (min-width: 769px) {
  .ogilvy-registration-r {
    font-size: 38px;
  }
}
.ogilvy-header-img-wrapper {
  height: 300px;
  position: relative;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  cursor: pointer;
}
@media (min-width: 769px) {
  .ogilvy-header-img-wrapper {
    height: 600px;
  }
}
.ogilvy-img-md-fd {
  width: 100%;
}
@media (min-width: 769px) {
  .ogilvy-img-md-fd {
    width: auto;
  }
}
.ogilvy-img-md-fd img {
  width: 100%;
}
@media (min-width: 769px) {
  .ogilvy-img-md-fd img {
    width: auto;
  }
}
.ogilvy-blog-back-button {
  display: flex;
  width: 29px;
  height: 29px;
  background: white;
  border: 1px solid #E9E9E9;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 11px;
  left: 20px;
}
.ogilvy-blog-back-button svg {
  transform: rotate(90deg);
}
@media (min-width: 769px) {
  .ogilvy-blog-back-button {
    display: none;
  }
}
.ogilvy-blog-callout {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 500px;
  width: 100%;
  padding-left: 28px;
  padding-right: 28px;
}
@media (min-width: 769px) {
  .ogilvy-blog-callout {
    height: 400px;
    width: 100%;
    padding-left: 55px;
    padding-right: 55px;
  }
}
.ogilvy-blog-callout-col {
  height: auto;
}
@media (min-width: 769px) {
  .ogilvy-blog-callout-col {
    height: 100%;
  }
}
.ogilvy-blog-callout-row {
  height: auto;
}
@media (min-width: 769px) {
  .ogilvy-blog-callout-row {
    height: 100%;
  }
}
.ogilvy-blog-callout-wrapper {
  height: 540px;
  width: 100%;
  margin-bottom: 7vh;
}
@media (min-width: 769px) {
  .ogilvy-blog-callout-wrapper {
    height: 430px;
    margin-bottom: 5vh;
  }
}
.ogilvy-blog-callout-section {
  margin-top: 80px;
  margin-left: -28px;
  margin-right: -28px;
}
@media (min-width: 769px) {
  .ogilvy-blog-callout-section {
    margin-left: 0;
    margin-right: 0;
  }
}
.ogilvy-blog-callout-coffee-cup {
  position: relative;
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
}
@media (min-width: 769px) {
  .ogilvy-blog-callout-coffee-cup {
    width: 100%;
    height: 450px;
  }
}
.ogilvy-blog-callout-coffee-cup > picture {
  position: absolute;
  height: auto;
  margin-top: 0;
  width: auto;
}
@media (min-width: 769px) {
  .ogilvy-blog-callout-coffee-cup > picture {
    margin-top: 0;
    height: auto;
  }
}
.ogilvy-blog-callout-coffee-cup > picture > img {
  width: auto;
}
.ogilvy-blog-callout-coffee-cup > img {
  position: absolute;
  height: auto;
  margin-top: 0;
  width: auto;
}
@media (min-width: 769px) {
  .ogilvy-blog-callout-coffee-cup > img {
    margin-top: 0;
    height: auto;
  }
}
.ogilvy-blog-callout-text-wrapper {
  min-height: 220px;
  max-width: 100%;
  padding-top: 40px;
}
@media (min-width: 769px) {
  .ogilvy-blog-callout-text-wrapper {
    max-width: 400px;
    padding-top: 0;
  }
}
.ogilvy-blog-callout-text-description {
  margin-bottom: 20px !important;
  font-weight: 300;
  line-height: 15px;
}
@media (min-width: 769px) {
  .ogilvy-blog-callout-text-description {
    margin-bottom: 40px !important;
    font-weight: 400;
    line-height: 18px;
  }
}
.ogilvy-blog-callout-text-title {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 20px 0;
}
@media (min-width: 769px) {
  .ogilvy-blog-callout-text-title {
    font-size: 30px;
  }
}
.ogilvy-blog-callout-button {
  min-width: 150px;
  font-size: 12px;
  color: white;
  font-weight: bold;
  background: transparent;
  border: 0.1rem solid white;
  height: 36px;
  line-height: 0;
  margin: 0;
}
@media (min-width: 769px) {
  .ogilvy-blog-callout-button {
    min-width: 220px;
    height: 50px;
    font-size: 15px;
  }
}
.ogilvy-blog-hr {
  width: 100%;
  height: 1px;
  margin: 30px 0;
}
@media (min-width: 769px) {
  .ogilvy-blog-hr {
    margin: 40px 0;
  }
}
.ogilvy-blog-hr-2 {
  width: 100%;
  height: 1px;
  margin: 30px 0;
}
@media (min-width: 769px) {
  .ogilvy-blog-hr-2 {
    margin: 55px 0;
  }
}
.ogilvy-blog-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 28px 0 28px;
}
@media (min-width: 769px) {
  .ogilvy-blog-container {
    max-width: 934px;
    margin: 72px auto 0 auto;
    padding: 0 28px 0 28px;
  }
}
@media (min-width: 992px) {
  .ogilvy-blog-container {
    padding: 0;
  }
}
.ogilvy-blog-container-alt {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 28px 0 28px;
}
@media (min-width: 769px) {
  .ogilvy-blog-container-alt {
    max-width: 934px;
    margin: 0 auto 0 auto;
    padding: 0 28px 0 28px;
  }
}
@media (min-width: 992px) {
  .ogilvy-blog-container-alt {
    padding: 0;
  }
}
.ogilvy-blog-category-button-alt {
  height: 20px;
  font-size: 12px;
  font-weight: 600;
  padding: 0 25px 3px 25px;
  background: #f5f5f5;
  line-height: 0;
  border: none;
  color: #32271f;
  text-transform: none;
  margin: 63px 0 0 0;
}
@media (min-width: 769px) {
  .ogilvy-blog-category-button-alt {
    margin: 80px 0 0 0;
  }
}
.ogilvy-blog-category-button-alt:hover {
  border: none;
  background: #f5f5f5;
}
.ogilvy-blog-category-button-alt:focus {
  border: none;
  background: #f5f5f5;
}
.ogilvy-blog-category-button {
  height: 20px;
  font-size: 12px;
  font-weight: 600;
  padding: 0 25px 0 25px;
  background: #f5f5f5;
  line-height: 0;
  border: none;
  color: #32271f;
  text-transform: none;
  margin: 0;
  position: absolute;
  bottom: 18px;
  left: 0;
}
@media (min-width: 769px) {
  .ogilvy-blog-category-button {
    position: initial;
    margin: 0 0 30px 0;
  }
}
.ogilvy-blog-category-button-wrapper {
  width: 100%;
  position: relative;
}
.ogilvy-blog-category-button:hover {
  border: none;
  background: #f5f5f5;
  color: #32271f;
}
.ogilvy-blog-category-button:focus {
  border: none;
  background: #f5f5f5;
}
.ogilvy-blog-title {
  margin: 50px 0 0 0;
  font-size: 36px;
  font-weight: 400;
}
@media (min-width: 769px) {
  .ogilvy-blog-title {
    font-size: 60px;
    margin: 0;
  }
}
.ogilvy-blog-title-alt {
  margin: 15px 0 15px 0;
  font-size: 36px;
  font-weight: 400;
}
@media (min-width: 769px) {
  .ogilvy-blog-title-alt {
    font-size: 60px;
    margin: 10px 0 30px 0;
  }
}
.ogilvy-blog-subtitle {
  font-weight: 400;
  font-size: 20px;
}
@media (min-width: 769px) {
  .ogilvy-blog-subtitle {
    font-size: 30px;
  }
}
.ogilvy-blog-desc {
  margin: 0px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
}
@media (min-width: 769px) {
  .ogilvy-blog-desc {
    font-size: 24px;
    line-height: 1.25;
  }
}
.ogilvy-blog-text {
  margin-top: 30px;
  font-size: 15px;
  line-height: 20px;
  padding: 0px;
}
@media (min-width: 769px) {
  .ogilvy-blog-text {
    font-size: 20px;
    line-height: 30px;
  }
  .ogilvy-blog-text-left {
    padding-right: 28px;
  }
  .ogilvy-blog-text-right {
    padding-left: 28px;
  }
}
.ogilvy-blog-image {
  float: none;
  margin: 30px auto 0px;
  display: block;
}
@media (min-width: 769px) {
  .ogilvy-blog-image-left {
    float: left;
  }
  .ogilvy-blog-image-right {
    float: right;
  }
}

body {
  background-color: #fafafa;
  font-size: 12px;
}

.recipes__demo-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.recipes__demo-menu .panel-header__wrapper {
  background-color: #fafafa;
  padding-bottom: 5px;
  padding-top: 5px;
}
@media (max-width: 768px) {
  .recipes__demo-menu .panel-header__wrapper {
    padding: 0;
  }
}
.recipes__demo-menu .panel-header__wrapper .panel-header {
  max-width: 144rem !important;
  padding: 0 32px;
  margin: 0 auto;
  background-color: #fafafa;
}
.recipes__demo-menu .mega.container {
  background-color: #fff;
  position: relative;
  max-width: 100%;
}
.recipes__demo-menu .mega.container::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 200;
  width: 100%;
  height: 0.1rem;
  background: #d8d8d8;
}
.recipes__demo-menu .mega.container .navigation {
  max-width: 144rem;
  padding: 12px 30px 12px 33px;
  display: flex;
  max-height: 6.5rem;
  height: 100%;
  background: #fff;
  z-index: 100;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .recipes__demo-menu .mega.container .navigation {
    display: none;
  }
}
.recipes__demo-menu .mega.container .navigation .logo {
  margin: 0;
  display: block;
}
.recipes__demo-menu .mega.container .navigation .logo img {
  width: 100%;
  height: auto;
  max-width: 40px;
}
.recipes__demo-menu .mega.container .navigation .sections.nav-sections {
  display: flex;
  max-width: none;
  width: auto;
  flex-grow: 1;
  padding-left: 0;
  align-items: center;
  justify-content: flex-start;
  background: initial;
  margin: 0;
  padding: 0;
}
.recipes__demo-menu .mega.container .navigation .sections.nav-sections .section-items.nav-sections-items {
  width: 100%;
}
.recipes__demo-menu .mega.container .navigation .sections.nav-sections .section-items.nav-sections-items .menu {
  width: 100%;
  background: initial;
  margin: 0;
  padding: 0;
  float: left;
}
.recipes__demo-menu .mega.container .navigation .sections.nav-sections .section-items.nav-sections-items .menu ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding-left: 50px !important;
  position: initial;
  box-sizing: border-box;
  display: flex;
}
.recipes__demo-menu .mega.container .navigation .sections.nav-sections .section-items.nav-sections-items .menu ul li {
  margin: 0;
  display: block;
  float: left;
  padding: 0 1.4vw 0 0;
  position: initial;
  background: #fff;
}
.recipes__demo-menu .mega.container .navigation .sections.nav-sections .section-items.nav-sections-items .menu ul li a {
  font-size: 1.5rem;
  font-weight: 300;
  padding: 1rem 0;
  color: #32271f;
  letter-spacing: 0;
  position: relative;
  border-bottom: 0.3rem solid transparent;
}
.recipes__demo-menu .mega.container .navigation .sections.nav-sections .section-items.nav-sections-items .menu ul li a b {
  font-weight: 600;
}
.recipes__demo-menu .mega.container .navigation .header.content {
  max-width: 29rem;
  min-width: 17rem;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  border: 0;
  flex-direction: row;
  align-items: center;
}
.recipes__demo-menu .mega.container .navigation .header.content img {
  max-width: 24px;
  height: auto;
  display: block;
}
.recipes__demo-menu .mega.container .navigation .header.content div {
  margin: 0 10px;
}
.recipes__demo-menu .mega.container .navigation_mobile {
  display: flex;
  height: 57px;
  align-items: center;
}
@media (min-width: 769px) {
  .recipes__demo-menu .mega.container .navigation_mobile {
    display: none;
  }
}
.recipes__demo-menu .mega.container .navigation_mobile .header-content {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.recipes__demo-menu .mega.container .navigation_mobile .header-content img {
  max-width: 24px;
  height: auto;
  display: block;
}
.recipes__demo-menu .mega.container .navigation_mobile .header-content .logo img {
  max-width: 40px;
  height: auto;
}
.recipes__demo-menu .mega.container .navigation_mobile .header-content div {
  margin: 0 10px;
}
.page-title-wrapper {
  width: 100%;
}
.page-title-wrapper h1.page-title, h1.recipes-container__recipes-header__recipes-title {
  text-align: center;
  margin: 0;
  font-weight: 600;
}
@media (min-width: 769px) {
  .page-title-wrapper h1.page-title, h1.recipes-container__recipes-header__recipes-title {
    width: 100%;
    font-size: 4em;
    padding-inline: 0;
  }
}
.recipes-container__recipes-header__recipes-subtitle {
  font-weight: normal;
  max-width: 866px;
  margin: 15px auto 50px;
  font-size: 15px;
  line-height: 18px;
  padding: 0 30px;
  text-align: center;
  flex: 0 0 100%;
}
@media (min-width: 769px) {
  .recipes-container__recipes-header__recipes-subtitle {
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    padding: 0;
  }
}
@media (min-width: 769px) {
  .recipes-container__recipes-header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.recipes-container__recipes-header__recipes-filters {
  overflow-x: auto;
  display: flex;
}
@media (min-width: 769px) {
  .recipes-container__recipes-header__recipes-filters {
    width: 90%;
  }
}
.recipes-container__recipes-header__recipes-filters__filter {
  font-size: 12px;
  -webkit-margin-end: 4px;
          margin-inline-end: 4px;
  padding-inline: 12px;
  padding-block: 9px;
  background-color: white;
  transition: background-color 200ms linear;
  transition: color 200ms linear;
  border-radius: 20px;
  border: solid 0.5px #e9e9e9;
  font-weight: 400;
  text-transform: none;
  margin-block: 0;
}
.recipes-container__recipes-header__recipes-filters__filter:last-child {
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
.recipes-container__recipes-header__recipes-filters__filter:hover {
  text-decoration: none;
}
.recipes-container__recipes-header__recipes-filters__filter.selected {
  background-color: #421d0f;
  transition: background-color 200ms linear;
}
.recipes-container__recipes-header__recipes-filters__filter.selected span {
  color: white;
  transition: color 200ms linear;
}
.recipes-container__recipes-header__recipes-filters__filter span {
  color: #a3a3a3;
}
.recipes-container__recipes-header__recipes-filters__filter:focus:not(.selected) {
  background-color: white;
}
.recipes-container__recipes-header__recipes-filters__filter:hover:not(.selected) {
  border: solid 0.5px #e9e9e9;
  background-color: white;
}
.recipes-container__recipes-header__recipes-filters__filter:hover:not(.selected) span {
  color: #421d0f;
  transition: color 400ms linear;
}
.recipes-container__recipes-header__recipes-filters__filter:active {
  background-color: #421d0f;
  transition: background-color 200ms linear;
}
.recipes-container__recipes-header__recipes-filters__filter:active span {
  color: white;
  transition: color 200ms linear;
}
@media (max-width: 768px) {
  .recipes-container__recipes-header__total-recipes {
    -webkit-margin-before: 2em;
            margin-block-start: 2em;
  }
}
@media (min-width: 769px) {
  .recipes-container__recipes-header__total-recipes {
    width: 10%;
    text-align: end;
  }
}
.recipes-container__recipes-header__total-recipes span {
  color: #a3a3a3;
}
.recipes-container .recipes__main-content {
  margin-bottom: 25px;
}
.recipes-container .recipes__main-content__recipe-cards {
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  gap: 17px;
  row-gap: 24px;
}
@media (min-width: 769px) {
  .recipes-container .recipes__main-content__recipe-cards {
    grid-template-columns: repeat(4, 1fr);
    gap: 33px;
    row-gap: 44px;
  }
}
.recipes-container .recipes__main-content__recipe-cards__recipe-card:nth-child(3):not(.filtered) {
  grid-column: span 2;
  grid-row: span 2;
}
.recipes-container .recipes__main-content__recipe-cards__recipe-card:nth-child(3):not(.filtered) .recipes__main-content__recipe-cards__recipe-card__image {
  height: 400px;
}
@media (min-width: 769px) {
  .recipes-container .recipes__main-content__recipe-cards__recipe-card:nth-child(3):not(.filtered) .recipes__main-content__recipe-cards__recipe-card__image {
    height: 800px;
  }
}
@media (max-width: 768px) {
  .recipes-container .recipes__main-content__recipe-cards__recipe-card:nth-child(6):not(.filtered) {
    grid-column: span 2;
    grid-row: span 2;
  }
  .recipes-container .recipes__main-content__recipe-cards__recipe-card:nth-child(6):not(.filtered) .recipes__main-content__recipe-cards__recipe-card__image {
    height: 400px;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .recipes-container .recipes__main-content__recipe-cards__recipe-card:nth-child(6):not(.filtered) .recipes__main-content__recipe-cards__recipe-card__image {
    height: 800px;
  }
}
@media (min-width: 769px) {
  .recipes-container .recipes__main-content__recipe-cards__recipe-card:nth-child(4):not(.filtered) {
    grid-column: span 2;
    grid-row: span 2;
  }
  .recipes-container .recipes__main-content__recipe-cards__recipe-card:nth-child(4):not(.filtered) .recipes__main-content__recipe-cards__recipe-card__image {
    height: 400px;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .recipes-container .recipes__main-content__recipe-cards__recipe-card:nth-child(4):not(.filtered) .recipes__main-content__recipe-cards__recipe-card__image {
    height: 800px;
  }
}
.recipes-container .recipes__main-content__recipe-cards__recipe-card__image {
  position: relative;
  height: 200px;
  overflow: hidden;
}
@media (min-width: 769px) {
  .recipes-container .recipes__main-content__recipe-cards__recipe-card__image {
    height: 300px;
  }
}
.recipes-container .recipes__main-content__recipe-cards__recipe-card__image img {
  transition: all 0.7s ease-in-out;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.recipes-container .recipes__main-content__recipe-cards__recipe-card__image img:hover {
  transform: scale(1.1);
}
.recipes-container .recipes__main-content__recipe-cards__recipe-card__image__details {
  display: flex;
  justify-items: end;
  position: absolute;
  bottom: 8px;
  right: 8px;
}
.recipes-container .recipes__main-content__recipe-cards__recipe-card__image__details .detail {
  padding-block: 5px;
  padding-inline: 8px;
  border-radius: 12px;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
  display: flex;
  align-items: center;
}
.recipes-container .recipes__main-content__recipe-cards__recipe-card__image__details .detail .icon {
  height: 12px;
  width: 12px;
  -webkit-margin-end: 0.5em;
          margin-inline-end: 0.5em;
}
.recipes-container .recipes__main-content__recipe-cards__recipe-card__image__details .detail .icon.clock {
  height: 14px;
}
.recipes-container .recipes__main-content__recipe-cards__recipe-card__image__details .detail:last-child {
  margin: 0;
}
.recipes-container .recipes__main-content__recipe-cards__recipe-card__image__details__recipe-duration {
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
}
.recipes-container .recipes__main-content__recipe-cards__recipe-card__image__details__recipe-rating {
  background-color: white;
}
.recipes-container .recipes__main-content__recipe-cards__recipe-card__recipe-title span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-margin-before: 12px;
          margin-block-start: 12px;
  font-size: 15px;
  font-weight: 600;
}
@media (min-width: 769px) {
  .recipes-container .recipes__main-content__recipe-cards__recipe-card__recipe-title span {
    font-size: 22px;
    max-height: 65px;
  }
}
@media (min-width: 769px) {
  .recipes-container .recipes__main-content__recipe-cards__recipe-card__recipe-title {
    -webkit-margin-before: 18px;
            margin-block-start: 18px;
  }
}
.recipes-container .recipes__main-content__recipe-cards__load-more {
  grid-column: 1/span 2;
  display: flex;
  justify-content: center;
  padding-block: 4em;
}
.recipes-container .recipes__main-content__recipe-cards__load-more button {
  padding-inline: 4.419em;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  color: #000000;
  background-color: #fafafa;
  border: solid 1px #3a2312;
  border-radius: 4rem;
  text-transform: uppercase;
}


/**Recipes detail page**/
.page-header {
  position: relative;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  background: #fff;
}
.page-header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 0.1rem;
  background: #d8d8d8;
}
.recipe-product {
  overflow: hidden;
}
.recipe-product__page {
  position: relative;
  width: 100%;
  height: 100%;
}
.recipe-product__page-back-btn {
  display: none;
  position: fixed;
  cursor: pointer;
  top: 10px;
  left: 16px;
  z-index: 200;
}
.recipe-product__page-back-btn.hide-on-scroll {
  display: none;
}
.recipe-product__page-back-btn img {
  width: 100%;
  height: auto;
  max-width: 92px;
}
@media (max-width: 768px) {
  .recipe-product__page-back-btn {
    display: block;
  }
}
.recipe-product__page-sticky-button {
  position: absolute;
  bottom: 0;
  z-index: 50;
  background: #421d0f;
  width: 100%;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .recipe-product__page-sticky-button {
    display: none;
  }
}
.recipe-product__page-sticky-button span {
  font-family: "VisbyRoundCF";
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.recipe-product__page__sticky-menu {
  height: 51px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 0 2px 0 16px;
  position: fixed;
  z-index: 100;
  transform: translateY(-100%);
  transition: all 0.3s ease;
}
.recipe-product__page__sticky-menu.menu-show {
  transform: translateY(0);
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .recipe-product__page__sticky-menu {
    display: none;
  }
}
.recipe-product__page__sticky-menu--title h1 {
  font-family: "VisbyRoundCF";
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #32271f;
  margin: 0;
}
.recipe-product__page__sticky-menu__hidden-menu {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.recipe-product__page__sticky-menu__hidden-menu span {
  cursor: pointer;
}
.recipe-product__page__sticky-menu__hidden-menu span img {
  width: 100%;
  height: auto;
  display: block;
}
.recipe-product__page__sticky-menu__hidden-menu--wrapper {
  display: none;
  position: absolute;
  width: 187px;
  height: auto;
  z-index: 10;
  background: #fff;
  top: 38px;
  left: -162px;
  border-radius: 10px;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.06);
}
.recipe-product__page__sticky-menu__hidden-menu--wrapper.menu-show {
  display: block;
}
.recipe-product__page__sticky-menu__hidden-menu--wrapper-items {
  display: flex;
  flex-direction: column;
  height: 100%;
  list-style-type: none;
  margin: 0;
  padding: 9px 0 0;
}
.recipe-product__page__sticky-menu__hidden-menu--wrapper-items li {
  margin: 0;
  padding: 10.7px 0;
}
.recipe-product__page__sticky-menu__hidden-menu--wrapper-items li.with-border {
  border-bottom: 1px solid #e9e9e9;
}
.recipe-product__page__sticky-menu__hidden-menu--wrapper-items li.active {
  background-color: #fafafa;
}
.recipe-product__page__sticky-menu__hidden-menu--wrapper-items li a {
  font-family: "VisbyRoundCF";
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #32271f;
  width: 100%;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.recipe-product__page__sticky-menu__hidden-menu--wrapper-items li a img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 16px;
  margin-right: 10px;
}
.recipe-product__block-one-pinned {
  z-index: 9;
  position: relative;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fff;
}
@media (min-width: 769px) {
  .recipe-product__block-one-pinned {
    position: fixed;
    top: 93px;
    height: calc(100vh - 93px);
  }
}
@media (min-width: 992px) {
  .recipe-product__block-one-pinned {
    top: 93px;
    height: calc(100vh - 93px);
  }
}
@media (max-width: 768px) {
  .recipe-product__block-one-pinned {
    height: 100%;
  }
}
.recipe-product__block-one {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media (min-width: 769px) {
  .recipe-product__block-one {
    /*height: calc(100vh - 53px);*/
    height:100vh;
  }
}
@media (min-width: 992px) {
  .recipe-product__block-one {
    /*height: calc(100vh - 93px);*/
    height: 100vh;
  }
}
.recipe-product__block-one__wrapper {
  height: 100%;
}
.recipe-product__block-one__wrapper .left-container, .recipe-product__block-one__wrapper .right-container {
  height: 100%;
}
.recipe-product__block-one__image {
  width: 100%;
  overflow: hidden;
  height: 70vh;
}
@media (min-width: 576px) {
  .recipe-product__block-one__image {
    max-width: 100%;
    height: 650px;
  }
}
@media (min-width: 769px) {
  .recipe-product__block-one__image {
    height: 100%;
  }
}
.recipe-product__block-one__image img {
  transform: scale(1.3);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease-in-out;
}
.recipe-product__block-one__image img.animated-box {
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .recipe-product__block-one__image img {
    transform: scale(1.5);
    width: 100%;
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
  }
}
.recipe-product__block-one__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  max-width: 100%;
  margin: 0 24px;
  padding: 56px 0 56px 0;
}
@media (min-width: 576px) {
  .recipe-product__block-one__text {
    padding: 100px 0 100px 0;
  }
}
@media (min-width: 769px) {
  .recipe-product__block-one__text {
    padding: 0 24px;
    margin: 100px auto 0 auto;
    max-width: 335px;
  }
}
@media (min-width: 1025px) {
  .recipe-product__block-one__text {
    padding: 0;
    max-width: 468px;
  }
}
.recipe-product__block-one__text__top--container {
  align-self: flex-start;
  width: 100%;
  margin-top: 0;
}
@media (min-width: 769px) {
  .recipe-product__block-one__text__top--container {
    margin-top: -70px;
  }
}
.recipe-product__block-one__text__info {
  display: flex;
  width: 100%;
  padding: 0;
  justify-content: left;
}
@media (min-width: 576px) {
  .recipe-product__block-one__text__info {
    justify-content: center;
  }
}
@media (min-width: 769px) {
  .recipe-product__block-one__text__info {
    justify-content: left;
  }
}
.recipe-product__block-one__text__info-left, .recipe-product__block-one__text__info-right {
  display: flex;
  align-items: center;
}
.recipe-product__block-one__text__info-left {
  margin-right: 16px;
}
@media (min-width: 769px) {
  .recipe-product__block-one__text__info-left {
    margin-right: 32px;
  }
}
.recipe-product__block-one__text__info-left .time {
  font-family: "VisbyRoundCF", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #32271f;
  margin-left: 5px;
  white-space: nowrap;
}
@media (min-width: 1025px) {
  .recipe-product__block-one__text__info-left .time {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  .recipe-product__block-one__text__info-left img {
    max-width: 12px;
  }
}
.recipe-product__block-one__text__info-right .reviews {
  font-family: "VisbyRoundCF", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #32271f;
  margin-left: 5px;
}
@media (min-width: 1025px) {
  .recipe-product__block-one__text__info-right .reviews {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  .recipe-product__block-one__text__info-right img {
    max-height: 20px;
  }
}
.recipe-product__block-one__title {
  position: relative;
  overflow: hidden;
}
.recipe-product__block-one__title h1 {
  font-family: "VisbyRoundCF", sans-serif;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #32271f;
  margin: 0;
  transform: translate3d(0px, 110%, 0px);
  transition: transform 0.5s ease-in-out;
  font-size: 30px;
  padding-bottom: 16px;
  text-align: left;
}
@media (min-width: 576px) {
  .recipe-product__block-one__title h1 {
    text-align: center;
  }
}
@media (min-width: 769px) {
  .recipe-product__block-one__title h1 {
    padding-bottom: 24px;
    text-align: left;
  }
}
@media (min-width: 1025px) {
  .recipe-product__block-one__title h1 {
    font-size: 50px;
    padding-bottom: 32px;
  }
}
.recipe-product__block-one__title h1.show-text {
  transform: translate3d(0px, 0, 0px);
}
.recipe-product__block-one__description {
  position: relative;
  overflow: hidden;
  padding-top: 16px;
}
@media (min-width: 769px) {
  .recipe-product__block-one__description {
    padding-bottom: 24px;
  }
}
@media (min-width: 1025px) {
  .recipe-product__block-one__description {
    padding-top: 32px;
  }
}
.recipe-product__block-one__description p {
  font-family: "VisbyRoundCF", sans-serif;
  font-size: 15px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #32271f;
  margin: 0;
  transform: translate3d(0px, 110%, 0px);
  transition: transform 0.5s ease-in;
  text-align: left;
}
@media (min-width: 576px) {
  .recipe-product__block-one__description p {
    text-align: center;
  }
}
@media (min-width: 769px) {
  .recipe-product__block-one__description p {
    text-align: left;
  }
}
@media (min-width: 1025px) {
  .recipe-product__block-one__description p {
    font-size: 20px;
  }
}
.recipe-product__block-one__description p.show-text {
  transform: translate3d(0px, 0, 0px);
}
.recipe-product__block-two {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 769px) {
  .recipe-product__block-two {
    display: flex;
    flex-direction: row;
    margin-top: 100vh;
  }
}
.recipe-product__block-two__wrapper {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.recipe-product__block-two__wrapper .blank-container {
  width: 100%;
  height: 400px;
  display: none;
}
.recipe-product__block-two__wrapper .blank-container.show {
  display: block;
}
.recipe-product__block-two .left-container-block-two {
  background-color: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .recipe-product__block-two .left-container-block-two {
    order: 2;
    display: block;
    position: relative;
    z-index: 2;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .recipe-product__block-two .right-container-block-two {
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .recipe-product__block-two .right-container-block-two.scroll-over-left-container {
    position: fixed;
    top: 48px;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    overflow-y: auto;
  }
}
.recipe-product__block-two__left {
  width: 100%;
  margin: 0 auto;
  z-index: 10;
  background-color: white;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}
@media (min-width: 769px) {
  .recipe-product__block-two__left {
    max-width: 50%;
    min-height: 120vh;
  }
}
.recipe-product__block-two__left--wrapper {
  margin: 0 auto;
  display: block;
  padding: 40px 25px;
  width: 100%;
}
@media (min-width: 576px) {
  .recipe-product__block-two__left--wrapper {
    padding: 56px 100px;
  }
}
@media (min-width: 769px) {
  .recipe-product__block-two__left--wrapper {
    max-width: 327px;
    padding: 0;
  }
}
@media (min-width: 1025px) {
  .recipe-product__block-two__left--wrapper {
    max-width: 465px;
  }
}
.recipe-product__block-two__left--title {
  padding-top: 60px;
  padding-bottom: 40px;
}
.recipe-product__block-two__left--title h2 {
  font-family: "VisbyRoundCF", sans-serif;
  font-size: 22px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #32271f;
  margin: 0;
}
@media (max-width: 768px) { 
  .recipe-product__block-two__left--title {
    padding-top: 20px;
  }
}
@media (min-width: 1025px) {
  .recipe-product__block-two__left--title h2 {
    font-size: 30px;
  }
}
.recipe-product__block-two__left--ingredient {
  display: flex;
  width: 100%;
  padding: 20px 0;
  gap: 7px;
}
@media (min-width: 769px) {
  .recipe-product__block-two__left--ingredient {
    padding: 15px 0;
  }
}
.recipe-product__block-two__left--ingredient .items-left {
  width: 25%;
  font-family: "VisbyRoundCF", sans-serif;
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #32271f;
}
@media (min-width: 1025px) {
  .recipe-product__block-two__left--ingredient .items-left {
    width: 25%;
    font-size: 20px;
  }
}
.recipe-product__block-two__left--ingredient .items-left span {
  font-family: "VisbyRoundCF", sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #32271f;
}
@media screen and (max-width: 1024px) {
  .recipe-product__block-two__left--ingredient .items-left span {
    font-size: 15px;
  }
}
.recipe-product__block-two__left--ingredient .items-right {
  width: 75%;
}
.recipe-product__block-two__left--ingredient .items-right .ingredient {
  display: flex;
  flex-direction: column;
  position: relative;
}
.recipe-product__block-two__left--ingredient .items-right .ingredient::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: -20px;
  left: 0;
  background-color: #e9e9e9;
}
@media (min-width: 769px) {
  .recipe-product__block-two__left--ingredient .items-right .ingredient::after {
    bottom: -15px;
  }
}
.recipe-product__block-two__left--ingredient .items-right .ingredient .title {
  font-family: "VisbyRoundCF", sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #32271f;
  padding-bottom: 16px;
}
@media (min-width: 1025px) {
  .recipe-product__block-two__left--ingredient .items-right .ingredient .title {
    font-size: 20px;
  }
}
.recipe-product__block-two__left--ingredient .items-right .ingredient .middle-text {
  font-family: "VisbyRoundCF", sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #32271f;
  padding: 5px 0 15px 25px;
}
.recipe-product__block-two__left--ingredient .items-right .ingredient .espresso-orig,
.recipe-product__block-two__left--ingredient .items-right .ingredient .espresso-neo {
  display: flex;
  width: 100%;
  align-items: center;
}
.recipe-product__block-two__left--ingredient .items-right .ingredient .espresso-orig img,
.recipe-product__block-two__left--ingredient .items-right .ingredient .espresso-neo img {
  max-width: 36px;
  height: auto;
  display: block;
}
.recipe-product__block-two__left--ingredient .items-right .ingredient .espresso-orig a,
.recipe-product__block-two__left--ingredient .items-right .ingredient .espresso-neo a {
  font-family: "VisbyRoundCF", sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #32271f;
  display: block;
  text-decoration: underline;
  margin-left: 10px;
}
.recipe-product__block-two__left--ingredient .items-right .ingredient .espresso-orig a {
  margin-left: 18px;
}
.recipe-product__block-two__left--ingredient .items-right .ingredient .espresso-neo img {
  max-width: 46px;
}
.recipe-product__block-two__left__button-quantity {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background: white;
  border-radius: 4rem;
  padding: 3.3px 15px;
  width: 50%;
  border: 1px solid #421d0f;
  margin: 0 auto;
  height: 50px;
}
@media (min-width: 769px) {
  .recipe-product__block-two__left__button-quantity {
    min-width: 224px;
    margin: 50px auto auto auto;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .recipe-product__block-two__left__button-quantity {
    max-width: 178px;
    margin: 35px auto auto;
  }
}
.recipe-product__block-two__left__button-quantity input[type=text] {
  border: none;
  background: transparent;
  text-align: center;
  margin: 0 auto;
  outline: none;
  border-bottom: 0;
  height: 3rem;
  padding: 0;
  min-width: 0;
  width: 100%;
  text-align: center;
  font-family: "VisbyRoundCF", sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: normal;
  color: #32271f;
}
.recipe-product__block-two__left__button-quantity input[type=text]:focus {
  border-bottom: 0 !important;
  box-shadow: none;
}
.recipe-product__block-two__left__button-quantity-decrease {
  width: 2rem;
  font-size: 1.2rem;
  cursor: pointer;
  font-weight: 700;
}
.recipe-product__block-two__left__button-quantity-increase {
  width: 2rem;
  font-size: 1.2rem;
  cursor: pointer;
  font-weight: 700;
}
.recipe-product__block-two__left__button-addtocart {
  width: 50%;
  height: 50px;
  padding: 15px 0;
  background: #3a2312;
  border: 1px solid #3a2312;
  color: #fff;
  cursor: pointer;
  font-family: "VisbyRoundCF", sans-serif;
  font-weight: 600;
  font-size: 15px;
  box-sizing: border-box;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 769px) {
  .recipe-product__block-two__left__button-addtocart {
    width: 336px;
    height: auto;
  }
}
.recipe-product__block-two__left__button-addtocart p {
  display: inline-block;
  margin: 0 8px 0 0;
}
.recipe-product__block-two__left__nutritional {
  padding: 20px 0;
}
@media screen and (max-width: 1200px) {
  .recipe-product__block-two__left__nutritional {
    padding: 15px 0;
  }
}
@media (max-width: 768px) {
  .recipe-product__block-two__left__nutritional {
    padding: 30px 0 40px 0;
  }
}
.recipe-product__block-two__left__nutritional span {
  font-family: "VisbyRoundCF", sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #32271f;
  text-decoration: underline;
  display: block;
  cursor: pointer;
}
.recipe-product__block-two__right {
  position: relative;
  width: 100%;
  background: #fff;
}
@media (max-width: 768px) {
  .recipe-product__block-two__right {
    height: auto;
  }
}
.recipe-product__block-two__right-image {
  overflow: hidden;
  width: 100%;
  right: 0;
  height: 50vh;
  top: 0;
}
@media (min-width: 769px) {
  .recipe-product__block-two__right-image {
    height: calc(100vh);
  }
}
@media (min-width: 992px) {
  .recipe-product__block-two__right-image {
    height: calc(100vh);
  }
}
.recipe-product__block-two__right-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  -o-object-position: center center;
}
@media (max-width: 768px) {
  .recipe-product__block-two__right-image img {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }
}
.recipe-product__block-three {
  position: relative;
  z-index: 11;
}
.recipe-product__block-three__left {
  z-index: 11;
  height: 400vh;
  position: relative;
  pointer-events: none;
}
@media (max-width: 768px) {
  .recipe-product__block-three__left {
    height: 250vh;
  }
  .recipe-product__block-three__video { 
    height: 50vh !important;
  }
}
.recipe-product__block-three__video {
  overflow: hidden;
  height: 50vh;
  width: 100%;
}
@media (min-width: 769px) {
  .recipe-product__block-three__video {
    width: 50% !important;
    height: calc(100vh - 53px);
    position: inherit;
  }
}
@media (min-width: 992px) {
  .recipe-product__block-three__video {
    height: calc(100vh - 93px);
  }
}

.recipe-product__block-three__video .wrapper--videos {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
}
.recipe-product__block-three__video .wrapper--videos .container-inner-videos {
  position: relative;
  padding-bottom: 106.25%;
  /* 16:9 */
  padding-top: 25px;
  pointer-events: none;
  height: 100%;
}
.recipe-product__block-three__video .wrapper--videos .container-inner-videos .wrapper-recipe-video {
  transition: opacity 1s ease-out;
  opacity: 1;
}
.recipe-product__block-three__video .wrapper--videos .container-inner-videos .wrapper-recipe-video.recipe-image {
  position: absolute;
  top: 0;
}
.recipe-product__block-three__video .wrapper--videos .container-inner-videos .wrapper-recipe-video.fadeIn {
  opacity: 0;
}
.recipe-product__block-three__video .wrapper--videos .container-inner-videos iframe {
  position: absolute;
  top: 0;
  width: 300%;
  left: -100%;
  height: 100%;
}
.recipe-product__block-three__video .wrapper--videos .container-inner-videos iframe#recipe-video1,
.recipe-product__block-three__video .wrapper--videos .container-inner-videos .wrapper-recipe-video.step1 .mute-toggle,  
.recipe-product__block-three__video .wrapper--videos .container-inner-videos .wrapper-recipe-video.step1 {
  z-index: 99;
}

.recipe-product__block-three__video .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  z-index: 100;
}
@media (min-width: 769px) {
  .recipe-product__block-three__video .progress-bar {
    display: none;
  }
}
.recipe-product__block-three__video .progress-bar__step {
  width: 33.3%;
  height: 3px;
  background-color: #e9e9e9;
}
.recipe-product__block-three__video .progress-bar__step.active {
  background-color: #421d0f;
}
.recipe-product__block-three__right {
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: white;
  z-index: 10;
}
@media (max-width: 768px) {
  .recipe-product__block-three__right {
    margin-top: 50vh;
  }
}
.recipe-product__block-three__right--container {
  height: 100%;
}
.recipe-product__block-three__right--container__slider {
  height: 100%;
}
.recipe-product__block-three__right--container__slider--item {
  height: 50vh;
  width: 100%;
}
@media (min-width: 769px) {
  .recipe-product__block-three__right--container__slider--item {
    height: calc(100vh - 53px);
  }
}
@media (min-width: 992px) {
  .recipe-product__block-three__right--container__slider--item {
    height: calc(100vh - 92px);
  }
}
.recipe-product__block-three__right--container__slider--item__wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 50%;
  margin: 0 0 0 auto;
  height: 100%;
}
@media (max-width: 768px) {
  .recipe-product__block-three__right--container__slider--item__wrapper {
    width: 100%;
  }
}
.recipe-product__block-three__right--container__slider--item__title h3 {
  font-family: "VisbyRoundCF";
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #32271f;
  text-align: center;
  margin: 0;
  padding-bottom: 24px;
}
@media (min-width: 1025px) {
  .recipe-product__block-three__right--container__slider--item__title h3 {
    font-size: 20px;
  }
}
.recipe-product__block-three__right--container__slider--item__description h3 {
  font-family: "VisbyRoundCF";
  font-size: 15px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #32271f;
  text-align: center;
  margin: 0;
  padding-bottom: 24px;
  max-width: 290px;
}
@media (min-width: 1025px) {
  .recipe-product__block-three__right--container__slider--item__description h3 {
    font-size: 20px;
  }
}
.recipe-product__block-three__right--container__slider--item__button {
  text-align: center;
  display: none;
}
@media (min-width: 576px) {
  .recipe-product__block-three__right--container__slider--item__button {
    display: block;
  }
}
.recipe-product__block-three__right--container__slider--item__button span {
  min-width: 200px;
  border-radius: 24px;
  background: #3A2312;
  text-align: center;
  padding: 8px 0;
  cursor: pointer;
  color: white;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.83;
  text-transform: uppercase;
  margin-right: 0;
  display: block;
  cursor: pointer;
}
@media (min-width: 769px) {
  .recipe-product__block-three__right--container__slider--item__button span {
    min-width: 220px;
    font-size: 15px;
    line-height: 1.47;
    padding: 14px 0;
  }
}
.recipe-product__block-three__right--container__slider--item__button span:hover {
  text-decoration: none;
}
.recipe-product__block-three__dots {
  display: none;
}
@media (min-width: 769px) {
  .recipe-product__block-three__dots {
    position: absolute;
    right: 20px;
    top: 0;
    gap: 20px 0;
    z-index: 12;
    height: calc(100vh);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.recipe-product__block-three__dot {
  width: 10px;
  height: 10px;
  opacity: 0.2;
  background-color: #421d0f;
  border-radius: 50%;
  cursor: pointer;
}
.recipe-product__block-three__dot.active {
  opacity: 1;
}
.recipe-product__block-three-info {
  overflow: hidden;
  width: 100%;
  height: calc(100vh);
  background-color: #fff;
}
@media (max-width: 768px) {
  .recipe-product__block-three-info {
    height: 105vh;
  }
}
.recipe-product__block-three-info__wrapper {
  width: 100%;
  height: 100%;
}
.recipe-product__block-three-info__left-video {
  overflow: hidden;
  max-width: 100%;
  height: 100%;
  position: relative;
}
.recipe-product__block-three-info__left-video.block-section-video {
  position: fixed;
  top: 48px;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  overflow-y: auto;
  height: 53%;
}
@media (max-width: 768px) {
  .recipe-product__block-three-info__left-video {
    height: auto;
  }
}
.recipe-product__block-three-info__left-video img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.recipe-product__block-three-info__left-video .dk {
  display: none;
}
@media (min-width: 769px) {
  .recipe-product__block-three-info__left-video .dk {
    display: block;
  }
}
.recipe-product__block-three-info__left-video .mb {
  display: none;
}
@media (max-width: 768px) {
  .recipe-product__block-three-info__left-video .mb {
    display: block;
  }
}
.recipe-product__block-four {
  position: relative;
  z-index: 12;
  overflow: hidden;
}
.recipe-product__block-four__wrapper {
  position: relative;
}
.recipe-product__block-four__wrapper .container-full {
  position: relative;
  overflow: hidden;
  height: auto;
}
@media (min-width: 576px) {
  .recipe-product__block-four__wrapper .container-full {
    height: 450px;
  }
}
@media (min-width: 769px) {
  .recipe-product__block-four__wrapper .container-full {
    height: 700px;
  }
}
.recipe-product__block-four__wrapper__image--container {
  height: 700px;
  position: relative;
}
@media (max-width: 768px) {
  .recipe-product__block-four__wrapper__image--container {
    height: 450px;
  }
}
.recipe-product__block-four__wrapper__image--container:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
@media (min-width: 576px) {
  .recipe-product__block-four__wrapper__image--container:before {
    display: block;
  }
}
.recipe-product__block-four__wrapper__image--container img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.recipe-product__block-four__wrapper__text--container {
  position: relative;
  left: unset;
  top: unset;
  transform: none;
  background-color: #fff;
  padding: 71px 0;
}
@media (min-width: 576px) {
  .recipe-product__block-four__wrapper__text--container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    padding: 0;
  }
}
.recipe-product__block-four__wrapper__text--ratings {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border-radius: 0;
}
@media (min-width: 576px) {
  .recipe-product__block-four__wrapper__text--ratings {
    padding: 3rem 6rem 2.5rem 6rem;
    border-radius: 8rem;
  }
}
.recipe-product__block-four__wrapper__text--ratings img {
  width: 100%;
  max-width: 224px;
  height: auto;
  display: block;
}
.recipe-product__block-four__wrapper__text--ratings span {
  font-family: "VisbyRoundCF";
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #32271f;
  text-decoration: underline;
  padding-top: 25px;
  cursor: pointer;
}
.recipe-product__block-four__wrapper__text--title {
  padding-bottom: 24px;
}
@media (min-width: 576px) {
  .recipe-product__block-four__wrapper__text--title {
    padding-bottom: 30px;
  }
}
.recipe-product__block-four__wrapper__text--title h3 {
  font-family: "VisbyRoundCF";
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #32271f;
  margin: 0;
  font-size: 22px;
}
@media (min-width: 576px) {
  .recipe-product__block-four__wrapper__text--title h3 {
    color: #fff;
    font-size: 30px;
  }
}
@media (min-width: 1025px) {
  .recipe-product__block-four__wrapper__text--title h3 {
    font-size: 40px;
  }
}
.recipe-product__block-five {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;
  z-index: 12;
  overflow: hidden;
  background-color: #fff;
}
.recipe-product__block-five__inner--block-one-wrapper {
  overflow: hidden;
  width: 100%;
  padding: 16px;
}
@media (min-width: 769px) {
  .recipe-product__block-five__inner--block-one-wrapper {
    padding: 23px;
  }
}
@media (min-width: 1025px) {
  .recipe-product__block-five__inner--block-one-wrapper {
    padding: 48px;
  }
}
.recipe-product__block-five__inner--block-one {
  padding: 90px 0;
  width: 100%;
  margin: 0 auto;
  background: url("../images/block-five-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media (max-width: 768px) {
  .recipe-product__block-five__inner--block-one {
    padding: 40px 0 54px 0;
  }
}
.recipe-product__block-five__inner--block-one .left-container {
  display: flex;
  justify-content: center;
}
.recipe-product__block-five__inner--block-one--left {
  display: flex;
  justify-content: center;
}
@media (min-width: 1025px) {
  .recipe-product__block-five__inner--block-one--left {
    padding-right: 10px;
  }
}
.recipe-product__block-five__inner--block-one--left__image {
  position: relative;
}
.recipe-product__block-five__inner--block-one--left__image--wrapper {
  position: relative;
  max-width: 320px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .recipe-product__block-five__inner--block-one--left__image--wrapper {
    position: unset;
    display: none;
  }
}
.recipe-product__block-five__inner--block-one--left__image--wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.recipe-product__block-five__inner--block-one--left__image--lightbulb {
  position: absolute;
  top: -5px;
  right: -30px;
}
@media (max-width: 992px) {
  .recipe-product__block-five__inner--block-one--left__image--lightbulb {
    right: -15px;
  }
}
@media (max-width: 768px) {
  .recipe-product__block-five__inner--block-one--left__image--lightbulb {
    position: unset;
  }
}
.recipe-product__block-five__inner--block-one--left__image .lightbulb img {
  max-width: 80px;
  height: auto;
  width: 100%;
}
@media (max-width: 768px) {
  .recipe-product__block-five__inner--block-one--left__image .lightbulb img {
    display: block;
    max-width: 64px;
    margin: 0 auto;
  }
}
.recipe-product__block-five__inner--block-one--right {
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .recipe-product__block-five__inner--block-one--right {
    padding: 0 16px;
  }
}
.recipe-product__block-five__inner--block-one--right__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.recipe-product__block-five__inner--block-one--right__title h2 {
  font-family: "VisbyRoundCF";
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  margin: 0;
  font-size: 30px;
  text-align: center;
  padding: 16px 0;
}
@media (min-width: 769px) {
  .recipe-product__block-five__inner--block-one--right__title h2 {
    text-align: left;
    padding: 0 0 30px 0;
  }
}
@media (min-width: 1025px) {
  .recipe-product__block-five__inner--block-one--right__title h2 {
    font-size: 40px;
  }
}
.recipe-product__block-five__inner--block-one--right__description span,
.recipe-product__block-five__inner--block-one--right__description p {
  font-family: "VisbyRoundCF";
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .recipe-product__block-five__inner--block-one--right__description span,
.recipe-product__block-five__inner--block-one--right__description p {
    text-align: left;
    margin: 0;
  }
}
@media (min-width: 1025px) {
  .recipe-product__block-five__inner--block-one--right__description span,
.recipe-product__block-five__inner--block-one--right__description p {
    font-size: 20px;
  }
}
.recipe-product__block-five__inner--block-one--right__description p {
  font-weight: 300;
  max-width: 570px;
}
.recipe-product__block-five__inner--block-one--right__description span {
  padding-bottom: 20px;
  display: block;
}
.recipe-product__block-five__inner--block-two {
  max-width: 1344px;
  margin: 0 auto;
  padding-top: 148px;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .recipe-product__block-five__inner--block-two {
    padding-top: 80px;
    padding-bottom: 65px;
  }
}
.recipe-product__block-five__inner--block-two--title h2 {
  font-family: "VisbyRoundCF";
  font-size: 30px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #32271f;
  margin: 0;
  padding-bottom: 48px;
}
@media (min-width: 1025px) {
  .recipe-product__block-five__inner--block-two--title h2 {
    font-size: 40px;
    padding-bottom: 80px;
  }
}
.recipe-product__block-five__inner--block-two__slider {
  width: 100%;
}
.recipe-product__block-five__inner--block-two__slider .slick-dots {
  padding: 1.5em 0 !important;
  bottom: -60px;
}
.recipe-product__block-five__inner--block-two__slider .slick-dots .slick-active button {
  background: #32271f;
}
.recipe-product__block-five__inner--block-two__slider .slick-dots button {
  display: block;
  width: 0.5rem !important;
  height: 0.5rem !important;
  padding: 0;
}
.recipe-product__block-five__inner--block-two__slider .slick-dots li button {
  width: 8px !important;
  height: 8px !important;
}
.recipe-product__block-five__inner--block-two__slider .slick-dots li:not(.slick-active) button {
  background: grey;
}
@media (min-width: 769px) {
  .recipe-product__block-five__inner--block-two__slider .slick-next:before,
.recipe-product__block-five__inner--block-two__slider .slick-prev:before {
    content: "" !important;
  }
}
.recipe-product__block-five__inner--block-two__slider .slick-next,
.recipe-product__block-five__inner--block-two__slider .slick-prev {
  height: 40px;
  width: 40px;
  background: unset !important;
  background-color: #eae9e8 !important;
  background-image: url(../images/icon-arrows-angle-angle-right-dark.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 16px !important;
  right: 0;
  opacity: 1 !important;
}
.recipe-product__block-five__inner--block-two__slider .slick-prev {
  transform: rotate(180deg);
  left: 0;
}
.recipe-product__block-five__inner--block-two__slider .slick-disabled {
  display: none !important;
}
.recipe-product__block-five__inner--block-two__slider--slide--img {
  padding-bottom: 20px;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recipe-product__block-five__inner--block-two__slider--slide--img img {
  max-width: 200px;
  margin: 0 auto;
  width: auto;
  max-height: 240px;
  filter: drop-shadow(10px 15px 15px rgba(0, 0, 0, 0.2));
}
.recipe-product__block-five__inner--block-two__slider--slide--title {
  text-align: center;
  padding-bottom: 16px;
}
.recipe-product__block-five__inner--block-two__slider--slide--title p {
  font-family: "VisbyRoundCF";
  font-size: 22px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: center;
  color: #32271f;
  margin: 0;
}
.recipe-product__block-five__inner--block-two__slider--slide--description {
  text-align: center;
}
.recipe-product__block-five__inner--block-two__slider--slide--description p {
  font-family: "VisbyRoundCF";
  font-size: 15px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #32271f;
  margin: 0;
  padding-bottom: 16px;
}
.recipe-product__block-five__inner--block-two__slider--slide--price {
  text-align: center;
}
.recipe-product__block-five__inner--block-two__slider--slide--price span {
  font-family: "VisbyRoundCF";
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #32271f;
  margin: 0;
  padding-bottom: 24px;
  display: block;
}
.recipe-product__block-five__inner--block-two__slider--slide--button {
  text-align: center;
  max-width: 190px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .recipe-product__block-five__inner--block-two__slider--slide--button {
    max-width: 172px;
  }
}
.recipe-product__block-five__inner--block-two__slider--slide--button a, .recipe-product__block-five__inner--block-two__slider--slide--button button {
  font-family: "VisbyRoundCF";
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: normal;
  text-align: center;
  color: #3a2312;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #3a2312;
  border-radius: 5rem;
  padding: 13px 15px;
  width: 100%;
  background: #fff;
}
@media (max-width: 768px) {
  .recipe-product__block-five__inner--block-two__slider--slide--button a, .recipe-product__block-five__inner--block-two__slider--slide--button button {
    font-size: 12px;
  }
}
.recipe-product__block-five__inner--block-two__single-product {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
  margin-top: 36px;
}
@media (min-width: 769px) {
  .recipe-product__block-five__inner--block-two__single-product {
    margin-top: 60px;
    padding: 100px 0;
  }
}
.recipe-product__block-five__inner--block-two__single-product__content {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 769px) {
  .recipe-product__block-five__inner--block-two__single-product__content {
    flex-direction: row;
    gap: 0 54px;
    max-width: 684px;
  }
}
.recipe-product__block-five__inner--block-two__single-product__image {
  margin-bottom: 64px;
}
@media (min-width: 769px) {
  .recipe-product__block-five__inner--block-two__single-product__image {
    margin-bottom: 0;
  }
}
.recipe-product__block-five__inner--block-two__single-product__image img {
  display: block;
  filter: drop-shadow(10px 15px 15px rgba(0, 0, 0, 0.2));
  max-width: 220px;
  max-height: 240px;
}
@media (min-width: 769px) {
  .recipe-product__block-five__inner--block-two__single-product__image img {
    max-height: 100%;
  }
}
.recipe-product__block-five__inner--block-two__single-product__body {
  width: 100%;
}
@media (min-width: 769px) {
  .recipe-product__block-five__inner--block-two__single-product__body {
    max-width: 300px;
  }
}
.recipe-product__block-five__inner--block-two__single-product__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.36;
  text-align: center;
  color: #32271f;
  margin-bottom: 16px;
}
.recipe-product__block-five__inner--block-two__single-product__description {
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
  color: #32271f;
  margin-bottom: 16px;
  font-weight: 300;
}
.recipe-product__block-five__inner--block-two__single-product__price {
  text-align: center;
}
.recipe-product__block-five__inner--block-two__single-product__price span {
  font-family: "VisbyRoundCF";
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #32271f;
  margin: 0;
  padding-bottom: 24px;
  display: block;
}
.recipe-product__block-five__inner--block-two__single-product__button {
  max-width: 172px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .recipe-product__block-five__inner--block-two__single-product__button {
    max-width: 190px;
  }
}
.recipe-product__block-five__inner--block-two__single-product__button a {
  display: block;
  cursor: pointer;
  font-size: 12px;
  line-height: 1.83;
  font-weight: bold;
  text-align: center;
  color: #3a2312;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 24px;
  border: solid 1px #3a2312;
  margin: 0 auto;
  width: 100%;
  padding: 13px 15px;
}
@media (min-width: 769px) {
  .recipe-product__block-five__inner--block-two__single-product__button a {
    font-size: 15px;
    line-height: 1.47;
  }
}
.recipe-product__block-five__inner--block-two__single-product__button a:hover {
  text-decoration: none;
}
.recipe-product__block-five__inner--block-three {
  width: 100%;
  background: url(../images/block-five-cover-image-second.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.recipe-product__block-five__inner--block-three__wrapper {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 65px;
}
@media (max-width: 768px) {
  .recipe-product__block-five__inner--block-three__wrapper {
    padding-top: 42px;
    padding-bottom: 42px;
  }
}
.recipe-product__block-five__inner--block-three--subtitle p {
  font-family: "VisbyRoundCF";
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #32271f;
  margin: 0;
}
@media (min-width: 1025px) {
  .recipe-product__block-five__inner--block-three--subtitle p {
    font-size: 20px;
    padding-bottom: 12px;
  }
}
.recipe-product__block-five__inner--block-three--title h2 {
  font-size: 30px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #32271f;
  margin: 0;
  padding-bottom: 48px;
}
@media (min-width: 1025px) {
  .recipe-product__block-five__inner--block-three--title h2 {
    font-size: 40px;
  }
}
.recipe-product__block-five__inner--block-three__slider .slick-dots {
  padding: 1.5em 0 !important;
  bottom: -100px;
}
@media (max-width: 768px) {
  .recipe-product__block-five__inner--block-three__slider .slick-dots {
    bottom: -60px;
  }
}
.recipe-product__block-five__inner--block-three__slider .slick-dots .slick-active button {
  background: #32271f;
}
.recipe-product__block-five__inner--block-three__slider .slick-dots button {
  display: block;
  width: 0.5rem !important;
  height: 0.5rem !important;
  padding: 0;
}
.recipe-product__block-five__inner--block-three__slider .slick-dots li button {
  width: 8px !important;
  height: 8px !important;
}
.recipe-product__block-five__inner--block-three__slider .slick-dots li:not(.slick-active) button {
  background: grey;
}
@media (min-width: 769px) {
  .recipe-product__block-five__inner--block-three__slider .slick-next:before,
.recipe-product__block-five__inner--block-three__slider .slick-prev:before {
    content: "" !important;
  }
}
.recipe-product__block-five__inner--block-three__slider .slick-next,
.recipe-product__block-five__inner--block-three__slider .slick-prev {
  height: 40px;
  width: 40px;
  background: unset !important;
  background-color: #eae9e8 !important;
  background-image: url(../images/icon-arrows-angle-angle-right-dark.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 16px !important;
  opacity: 1 !important;
  top: calc(50% - 59px);
}
.recipe-product__block-five__inner--block-three__slider .slick-prev {
  transform: rotate(180deg);
  left: 3% !important;
}
.recipe-product__block-five__inner--block-three__slider .slick-next {
  right: 3% !important;
}
.recipe-product__block-five__inner--block-three__slider .slick-disabled {
  display: none !important;
}
.recipe-product__block-five__inner--block-three__slider-item {
  padding: 0 16px;
  position: relative;
  opacity: 0;
  transition: opacity 0.3s;
}
@media (max-width: 768px) {
  .recipe-product__block-five__inner--block-three__slider-item {
    padding: 0;
  }
}
.recipe-product__block-five__inner--block-three__slider-item.slick-center.slick-current, .recipe-product__block-five__inner--block-three__slider-item.slick-current {
  opacity: 1;
}
.recipe-product__block-five__inner--block-three__slider-item__wrapper {
  display: flex;
  width: calc(100% - 16px);
  margin: 0 auto;
  flex-direction: column;
}
@media (min-width: 576px) {
  .recipe-product__block-five__inner--block-three__slider-item__wrapper {
    flex-direction: row;
    width: calc(100% - 25px);
  }
}
@media (min-width: 769px) {
  .recipe-product__block-five__inner--block-three__slider-item__wrapper {
    width: calc(100% - 56px);
  }
}
@media (min-width: 1025px) {
  .recipe-product__block-five__inner--block-three__slider-item__wrapper {
    width: 100%;
    max-width: 1187px;
  }
}
.recipe-product__block-five__inner--block-three__slider-item__left-side, .recipe-product__block-five__inner--block-three__slider-item__right-side {
  max-width: 50%;
  flex: 0 50%;
}
@media (max-width: 768px) {
  .recipe-product__block-five__inner--block-three__slider-item__left-side, .recipe-product__block-five__inner--block-three__slider-item__right-side {
    max-width: 100%;
    flex: 0 100%;
  }
}
.recipe-product__block-five__inner--block-three__slider-item__right-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  padding: 50px 24px;
}
@media (min-width: 576px) {
  .recipe-product__block-five__inner--block-three__slider-item__right-side {
    padding: 0 42px;
  }
}
@media (min-width: 769px) {
  .recipe-product__block-five__inner--block-three__slider-item__right-side {
    padding: 0 66px;
  }
}
@media (min-width: 1025px) {
  .recipe-product__block-five__inner--block-three__slider-item__right-side {
    padding: 0 120px;
  }
}
.recipe-product__block-five__inner--block-three__slider-item--img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.recipe-product__block-five__inner--block-three__slider-item--img img {
  max-width: 600px;
  max-height: 450px;
  height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .recipe-product__block-five__inner--block-three__slider-item--img img {
    max-width: 600px;
    max-height: 300px;
    height: 300px;   
  }
}
.recipe-product__block-five__inner--block-three__slider-item--title h3 {
  font-family: "VisbyRoundCF";
  font-size: 22px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #32271f;
  margin: 0;
  padding-bottom: 16px;
}
@media (min-width: 1025px) {
  .recipe-product__block-five__inner--block-three__slider-item--title h3 {
    font-size: 30px;
    padding-bottom: 24px;
  }
}
@media (min-width: 769px) {
  .recipe-product__block-five__inner--block-three__slider-item--title h3 a, 
  .recipe-product__block-five__inner--block-three__slider-item--img a {
    cursor: default;
    pointer-events: none;
  }
}
@media (max-width: 768px) {
  .recipe-product__block-five__inner--block-three__slider-item--button {
    display: none;
  }
  .recipe-product__block-five__inner--block-three__slider-item--title h3 a:hover {
    text-decoration: none;
  }
}
.recipe-product__block-five__inner--block-three__slider-item--reviews {
  display: flex;
  padding-bottom: 16px;
}
@media (min-width: 1025px) {
  .recipe-product__block-five__inner--block-three__slider-item--reviews {
    padding-bottom: 24px;
  }
}
.recipe-product__block-five__inner--block-three__slider-item--reviews .left-side,
.recipe-product__block-five__inner--block-three__slider-item--reviews .right-side {
  display: flex;
  align-items: center;
}
.recipe-product__block-five__inner--block-three__slider-item--reviews .right-side img {
  width: 100%;
  max-width: 104px;
  height: auto;
  display: block;
}
.recipe-product__block-five__inner--block-three__slider-item--reviews .right-side span {
  font-family: "VisbyRoundCF";
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #32271f;
  padding-left: 10px;
}
@media (max-width: 768px) {
  .recipe-product__block-five__inner--block-three__slider-item--reviews .right-side span {
    font-size: 12px;
  }
}
.recipe-product__block-five__inner--block-three__slider-item--reviews .left-side {
  margin-right: 20px;
}
@media (min-width: 1025px) {
  .recipe-product__block-five__inner--block-three__slider-item--reviews .left-side {
    margin-right: 60px;
  }
}
.recipe-product__block-five__inner--block-three__slider-item--reviews .left-side img {
  max-width: 14px;
  height: auto;
  width: 100%;
}
@media (max-width: 768px) {
  .recipe-product__block-five__inner--block-three__slider-item--reviews .left-side img {
    max-width: 12px;
  }
}
.recipe-product__block-five__inner--block-three__slider-item--reviews .left-side span {
  font-family: "VisbyRoundCF";
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #32271f;
  padding-left: 10px;
}
@media (max-width: 768px) {
  .recipe-product__block-five__inner--block-three__slider-item--reviews .left-side span {
    font-size: 12px;
  }
}
.recipe-product__block-five__inner--block-three__slider-item--description {
  max-width: 342px;
}
.recipe-product__block-five__inner--block-three__slider-item--description p {
  font-family: "VisbyRoundCF";
  font-size: 15px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #32271f;
  margin: 0;
}
@media (min-width: 576px) {
  .recipe-product__block-five__inner--block-three__slider-item--description p {
    padding-bottom: 24px;
  }
}
@media (min-width: 1025px) {
  .recipe-product__block-five__inner--block-three__slider-item--description p {
    font-size: 20px;
    padding-bottom: 35px;
  }
}

.recipe-product__block-five__inner--block-three__slider-item--button button,
.recipe-product__block-five__inner--block-three__slider-item--button a,
.recipe-product__block-five__inner--block-three__slider-item--button a:active,
.recipe-product__block-five__inner--block-three__slider-item--button button:active {
  padding: 1.5rem 7.6rem;
  background-color: #421d0f;
  color: #fff;
  border-radius: 4rem;
  line-height: 1.8rem;
  margin: 0 0 0.5rem 0;
  background: #3a2312;
  border: 1px solid #3a2312;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'VisbyRoundCF', sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  box-sizing: border-box;
  vertical-align: middle;
  text-transform: uppercase;
}
.recipe-product__block-five__inner--block-three__slider-item--button a:hover,
.recipe-product__block-five__inner--block-three__slider-item--button button:hover {
  background: #421d0f;
  border: 0.1rem solid #421d0f;
  color: #fff;
  text-decoration: none;
  border-radius: 4rem;
}
@media (max-width: 768px) {
  .recipe-product__block-five__inner--block-three__slider-item--button {
    margin-top: 20px;
    text-align: center;
  }
  .recipe-product__block-five__inner--block-three__slider-item--button button,
  .recipe-product__block-five__inner--block-three__slider-item--button a,
  .recipe-product__block-five__inner--block-three__slider-item--button a:active,
  .recipe-product__block-five__inner--block-three__slider-item--button button:active { 
    padding: 1.2rem 6.6rem;
    font-size: 1.4rem;
  }
}
.recipe-product__block-four-five {
  z-index: 8;
  width: 100%;
}
.recipe-product__block-reviews {
  max-height: 100%;
  max-width: 1182px;
  margin: 0 auto;
  padding: 30px 24px 50px 24px;
  overflow: hidden;
  background-color: #fff;
}
@media (min-width: 1025px) {
  .recipe-product__block-reviews {
    max-height: 706px;
    padding: 64px 0 80px 0;
  }
}
.recipe-product__block-reviews__title {
  padding: 0 0 29px 0;
  border-bottom: 1px solid #E9E9E9;
  margin: 0 auto;
}
.recipe-product__block-reviews__title h3 {
  color: #32271F;
  font-family: "VisbyRoundCF", sans-serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  line-height: normal;
  margin: 0;
}
@media (min-width: 1025px) {
  .recipe-product__block-reviews__title h3 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 1025px) {
  .recipe-product__block-reviews__title {
    padding: 0 0 64px 0;
  }
}
@media (max-width: 1024px) {
  .recipe-product__block-reviews__title {
    padding: 10px 0 50px 0;
  }
}
@media (max-width: 768px) {
  .recipe-product__block-reviews__title {
    padding: 3px 0 33px 0;
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}
.recipe-product__block-reviews__wrapper {
  box-sizing: border-box;
  margin: 68px 0 0 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .recipe-product__block-reviews__wrapper {
    padding: 0 20px;
  }
}
@media (min-width: 1200px) {
  .recipe-product__block-reviews__wrapper {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .recipe-product__block-reviews__wrapper {
    margin-top: 30px;
  }
}
@media (min-width: 769px) {
  .recipe-product__block-reviews__wrapper {
    flex-direction: row;
  }
}
.recipe-product__block-reviews__wrapper-left {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding: 0 20px;
  margin: 0 0 24px 0;
}
@media (max-width: 1024px) {
  .recipe-product__block-reviews__wrapper-left {
    max-width: 31.5%;
    padding-left: 0;
    width: 31.5%;
  }
}
@media (min-width: 1025px) {
  .recipe-product__block-reviews__wrapper-left {
    max-width: 340px;
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .recipe-product__block-reviews__wrapper-left {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
}
.recipe-product__block-reviews__wrapper-left__rating {
  color: #32271F;
  font-family: "VisbyRoundCF", sans-serif;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 36px;
  margin: 0 0 2px 0;
  text-align: center;
}
@media (min-width: 769px) {
  .recipe-product__block-reviews__wrapper-left__rating {
    text-align: left;
    margin: 0 0 13px 0;
  }
}
.recipe-product__block-reviews__wrapper-left__rating p {
  margin: 0;
}
.recipe-product__block-reviews__wrapper-left__rating-based {
  color: #32271F;
  font-family: "VisbyRoundCF", sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
  border-bottom: 1px solid #E9E9E9;
  padding: 0 0 20px 0;
}
@media (min-width: 769px) {
  .recipe-product__block-reviews__wrapper-left__rating-based {
    text-align: left;
    border-bottom: none;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .recipe-product__block-reviews__wrapper-left__rating-based {
    font-size: 12px;
  }
}
.recipe-product__block-reviews__wrapper-left__stars {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 769px) {
  .recipe-product__block-reviews__wrapper-left__stars {
    width: 99.5px;
    margin: 0;
    text-align: left;
  }
}
.recipe-product__block-reviews__wrapper-right {
  max-width: 100%;
  width: 100%;
  padding-left: 20px;
}
@media (min-width: 1025px) {
  .recipe-product__block-reviews__wrapper-right {
    max-width: 700px;
  }
}
@media (min-width: 1200px) {
  .recipe-product__block-reviews__wrapper-right {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1200px) {
  .recipe-product__block-reviews__wrapper-right {
    padding-left: 30px;
  }
}
@media (max-width: 1024px) {
  .recipe-product__block-reviews__wrapper-right {
    max-width: 608px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .recipe-product__block-reviews__wrapper-right {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
  }
}
.recipe-product__block-reviews__wrapper-right__title {
  color: #32271F;
  font-family: "VisbyRoundCF", sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
  margin: 0;
}
.recipe-product__block-reviews__wrapper-right__title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 35px 0;
}
.recipe-product__block-reviews__wrapper-right__title-filter {
  display: block;
}
@media (min-width: 769px) {
  .recipe-product__block-reviews__wrapper-right__title-filter {
    display: none;
  }
}
.recipe-product__block-reviews__wrapper-right__comment-header {
  margin: 0 0 24px 0;
  display: flex;
  align-items: center;
}
.recipe-product__block-reviews__wrapper-right__comment-header-info {
  color: #32271F;
  font-family: "VisbyRoundCF", sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
  margin: 0 19px 0 24px;
}
.recipe-product__block-reviews__wrapper-right__comment-header-rating {
  display: flex;
  align-items: center;
}
.recipe-product__block-reviews__wrapper-right__comment-body {
  width: auto;
  border-radius: 6px;
  background-color: #FFFFFF;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.06);
  padding: 29px 32px 34px 32px;
  color: #32271F;
  font-family: "VisbyRoundCF", sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 18px;
}
@media (min-width: 769px) {
  .recipe-product__block-reviews__wrapper-right__comment-body {
    max-width: 700px;
  }
}
.recipe-product__block-reviews__wrapper-right__comment-body--link {
  display: block;
  margin: 25px 0 0 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}
.recipe-product__block-reviews__wrapper-right__comment-buttons {
  display: flex;
  margin: 40px 0 0 0;
  justify-content: space-between;
  gap: 0 15px;
}
@media (min-width: 769px) {
  .recipe-product__block-reviews__wrapper-right__comment-buttons {
    margin: 73px 0 0 0;
    justify-content: flex-start;
    gap: 0;
  }
}
.recipe-product__block-reviews__wrapper-right__comment-button-all {
  min-width: calc(50% - 7.5px);
  border: 1px solid #3A2312;
  border-radius: 24px;
  background: white;
  text-align: center;
  padding: 8px 0;
  color: #3A2312;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  text-transform: uppercase;
  margin-right: 0;
}
@media (min-width: 769px) {
  .recipe-product__block-reviews__wrapper-right__comment-button-all {
    margin-right: 20px;
    min-width: 220px;
    font-size: 15px;
    padding: 14px 0;
  }
}
.recipe-product__block-reviews__wrapper-right__comment-button-write {
  min-width: calc(50% - 7.5px);
  border-radius: 24px;
  background: #3A2312;
  text-align: center;
  padding: 8px 0;
  cursor: pointer;
  color: white;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  text-transform: uppercase;
  margin-right: 0;
}
@media (min-width: 769px) {
  .recipe-product__block-reviews__wrapper-right__comment-button-write {
    margin-right: 20px;
    min-width: 220px;
    font-size: 15px;
    padding: 14px 0;
  }
}
.recipe-product__block-reviews__ratings {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: #32271F;
  font-family: "VisbyRoundCF", sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
}
.recipe-product__block-reviews__ratings-wrapper {
  display: none;
  flex-direction: column;
  gap: 16px 0;
  margin: 25px 0 0 0;
  position: relative;
  right: -5px;
}
@media (min-width: 769px) {
  .recipe-product__block-reviews__ratings-wrapper {
    display: flex;
  }
}
.recipe-product__block-reviews__rating-number {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 33px;
}
.recipe-product__block-reviews__rating-number img {
  margin-right: 5px;
}
.recipe-product__block-reviews__rating-bar {
  width: 270px;
  border-radius: 5px;
  background-color: #E9E9E9;
  height: 10px;
  position: relative;
  display: inline-block;
  margin-right: 23px;
  margin-left: 5px;
}
@media (max-width: 1024px) {
  .recipe-product__block-reviews__rating-bar {
    max-width: 23vw;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .recipe-product__block-reviews__rating-bar {
    margin-right: 30px;
  }
}
.recipe-product__block-reviews__rating-bar-percentage {
  position: absolute;
  left: 0;
  top: 0;
  height: 10px;
  border-radius: 5px;
  background-color: #32271F;
}
.recipe-product__block-reviews__rating-bar-percentage--80 {
  width: 80%;
}
.recipe-product__block-reviews__rating-bar-percentage--0 {
  width: 0;
}
.recipe-product__block-reviews__rating-bar-percentage--10 {
  width: 10%;
}
.recipe-product__block-reviews__rating-bar-percentage--20 {
  width: 20%;
}
.recipe-product--modal {
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 110;
}
.recipe-product--modal .ogilvy-row {
  width: 100%;
  max-width: 704px;
}
@media (max-width: 768px) {
  .recipe-product--modal .ogilvy-row {
    width: 90%;
  }
}
.recipe-product--modal-wrapper {
  background-color: #fff;
  border-radius: 10px;
}
.recipe-product--modal-content {
  width: 100%;
  background: white;
  border-radius: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  .recipe-product--modal-content {
    padding-bottom: 33px;
    padding-top: 48px;
    width: 100%;
  }
}
.recipe-product--modal-content .close-modal {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 100;
  cursor: pointer;
}
.recipe-product--modal__title {
  padding-bottom: 14px;
}
@media (max-width: 768px) {
  .recipe-product--modal__title {
    padding-bottom: 8px;
  }
}
.recipe-product--modal__title h3 {
  font-family: "VisbyRoundCF";
  font-size: 30px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #32271f;
  margin: 0;
}
@media (max-width: 768px) {
  .recipe-product--modal__title h3 {
    font-size: 22px;
  }
}
.recipe-product--modal__description p {
  font-family: "VisbyRoundCF";
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #32271f;
  margin: 0;
}
.recipe-product--modal-content__lower {
  display: flex;
  flex-direction: column;
  padding: 20px 40px 5px 40px;
}
@media (max-width: 768px) {
  .recipe-product--modal-content__lower {
    padding: 0 15px 5px 15px;
  }
}
.recipe-product--modal-content__lower .daily-value {
  align-self: flex-end;
  font-family: "VisbyRoundCF";
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #32271f;
  padding-bottom: 10px;
}
.recipe-product--modal-content__lower--container {
  display: flex;
  width: 100%;
  flex-direction: column;
  max-height: 256px;
  overflow: hidden;
  overflow-y: scroll;
  margin-bottom: 20px;
}
.recipe-product--modal-content__lower--container::-webkit-scrollbar {
  width: 3px;
  background-color: #f1f1f1;
}
.recipe-product--modal-content__lower--container::-webkit-scrollbar-thumb {
  background-color: #888;
}
.recipe-product--modal-content__lower--container::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
.recipe-product--modal-content__lower--container .item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 12px 12px 12px 0;
  border-top: 0.5px solid #d8d8d8;
  border-bottom: 0.5px solid #d8d8d8;
}
.recipe-product--modal-content__lower--container .item .left-side-item span {
  font-family: "VisbyRoundCF";
  font-size: 15px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #32271f;
}
.recipe-product--modal-content__lower--container .item .left-side-item span.bold {
  font-weight: 600;
}
.recipe-product--modal-content__lower--container .item .right-side-item {
  font-family: "VisbyRoundCF";
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: right;
  color: #32271f;
  white-space: nowrap;
}
.recipe-product--modal-content__bottom {
  display: flex;
  flex-direction: column;
}
.recipe-product--modal-content__bottom--title {
  align-self: center;
  font-family: "VisbyRoundCF";
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #32271f;
  padding-bottom: 20px;
}
.recipe-product--modal-content__bottom--disclamer {
  background-color: #fafafa;
  padding: 24px 48px;
  border-radius: 10px;
}
.recipe-product--modal-content__bottom--disclamer span {
  font-family: "VisbyRoundCF";
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #32271f;
  display: block;
  padding-bottom: 16px;
}
.recipe-product--modal-content__bottom--disclamer span:last-child {
  padding-bottom: 0;
}
.mute-toggle {
  z-index: 98;
  width: 32px;
  height: 32px;
  cursor: pointer;
  position: absolute;
  bottom: 50px;
  right: 25px;
  pointer-events: all;
}
.mute-toggle.inilHide {
  display: none;
}

@media (max-width: 400px) {
  .mute-toggle {
    bottom: 105px !important;
    right: 16px;
  }
}
@media (min-width:400px) and (max-width:1180px) {
  .mute-toggle {
    bottom: 25px !important;
  }
}
.mute-toggle svg {
  width: 100%;
  height: 100%;
}
.wrapper-recipe-video.fadeIn .mute-toggle {
  display: none;
}
@media (min-width:768px) {
  .page-wrapper .nav-sections {
    margin-bottom: 0;
    z-index: 90;
  }
}
@media (max-width:768px){
  .nav-open .nav-sections {
    z-index: 110;
  }
}
.recipe-recipe-view .page-main {
  max-width: 100%;
  padding: 0;
}
.page-layout-1column .column.main {
  padding-bottom: 0;
}
.page-main .page.messages {
  position: absolute;
  z-index: 10;
  margin-top: 92px;
  width: 100%;
}

.recipes-container {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1280px) {
  .recipes-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
  }
}

.block-static-block {
  position: relative;
  z-index: 10;
}
[data-content-type="row"]{
  margin-bottom: 0px !important;
}