/*
@mixin secondaryFont($force : "") {
	font-family: 'FontName', sans-serif unquote($force);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}*/
/**********
 * HEADER *
**********/
/************
 * ELEMENTS *
************/
/**
 * Button mixin
 * 
 * @param {String} $force - Optional string to force additional property values (e.g. !important).
 * 
 * Usage:
 *   @include button();
 *   @include button("!important");
 */
/**********
 * TOGGLE *
 **********/
/********
 * TAGS *
********/
/***********
 * OVERLAY *
***********/
/**********
 * HEADER *
**********/
/*********
 * FORMS *
*********/
/*********
 * MENUS *
*********/
.menu.lvl-3 {
  display: flex;
  gap: 12px;
  flex-flow: row nowrap;
  width: 100%;
  overflow-x: scroll;
}
.menu.lvl-3 ::-webkit-scrollbar {
  display: none;
}
.menu.lvl-3 {
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}

/********
 * TAGS *
********/
/***********
 * INFOBOX *
***********/
.notice {
  width: 100%;
  border-radius: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  font-family: "Stara", sans-serif;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 1.4em;
}
@media (max-width: 720px) {
  .notice {
    font-size: 14px;
    line-height: 1.4em;
  }
}
.notice {
  color: #33306d;
  background: rgba(51, 48, 109, 0.2);
  padding: 12px 12px 11px;
  box-sizing: border-box;
}
.notice .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.notice .icon svg {
  height: 16px;
  width: auto;
}
.notice .icon svg path {
  fill: #33306d;
}
.notice.error {
  background: rgba(255, 62, 62, 0.2);
  color: #ff3e3e;
}
.notice.error svg path {
  fill: #ff3e3e;
}

/*********
 * DEALS *
 *********/
.deal-card {
  background: linear-gradient(180deg, #ffeba5 0%, #ffe27a 100%);
  border-radius: 8px;
  color: #33306d;
  padding: 16px;
  padding-top: 8px;
  max-width: 350px;
}
@media (max-width: 720px) {
  .deal-card {
    max-width: 100%;
  }
}
.deal-card .deal-card-inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
}
.deal-card .deal-card-inner .deal-head .deal-card-title {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}
.deal-card .deal-card-inner .deal-head .deal-card-title svg {
  height: 16px;
  width: auto;
}
.deal-card .deal-card-inner .deal-card-button {
  margin-top: auto;
}
.deal-card .deal-card-inner .deal-card-button button {
  width: 100%;
}

/*
@mixin secondaryFont($force : "") {
	font-family: 'FontName', sans-serif unquote($force);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}*/
/**********
 * HEADER *
**********/
/************
 * ELEMENTS *
************/
/**
 * Button mixin
 * 
 * @param {String} $force - Optional string to force additional property values (e.g. !important).
 * 
 * Usage:
 *   @include button();
 *   @include button("!important");
 */
/**********
 * TOGGLE *
 **********/
/********
 * TAGS *
********/
/***********
 * OVERLAY *
***********/
/**********
 * HEADER *
**********/
/*********
 * FORMS *
*********/
/*********
 * MENUS *
*********/
.menu.lvl-3 {
  display: flex;
  gap: 12px;
  flex-flow: row nowrap;
  width: 100%;
  overflow-x: scroll;
}

.menu.lvl-3 ::-webkit-scrollbar {
  display: none;
}

.menu.lvl-3 {
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}

/********
 * TAGS *
********/
/***********
 * INFOBOX *
***********/
.notice {
  width: 100%;
  border-radius: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  font-family: "Stara", sans-serif;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 1.4em;
}

@media (max-width: 720px) {
  .notice {
    font-size: 14px;
    line-height: 1.4em;
  }
}
.notice {
  color: #33306d;
  background: rgba(51, 48, 109, 0.2);
  padding: 12px 12px 11px;
  box-sizing: border-box;
}

.notice .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.notice .icon svg {
  height: 16px;
  width: auto;
}

.notice .icon svg path {
  fill: #33306d;
}

.notice.error {
  background: rgba(255, 62, 62, 0.2);
  color: #ff3e3e;
}

.notice.error svg path {
  fill: #ff3e3e;
}

/*********
 * DEALS *
 *********/
.deal-card {
  background: linear-gradient(180deg, #ffeba5 0%, #ffe27a 100%);
  border-radius: 8px;
  color: #33306d;
  padding: 16px;
  padding-top: 8px;
  max-width: 350px;
}

@media (max-width: 720px) {
  .deal-card {
    max-width: 100%;
  }
}
.deal-card .deal-card-inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
}

.deal-card .deal-card-inner .deal-head .deal-card-title {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}

.deal-card .deal-card-inner .deal-head .deal-card-title svg {
  height: 16px;
  width: auto;
}

.deal-card .deal-card-inner .deal-card-button {
  margin-top: auto;
}

.deal-card .deal-card-inner .deal-card-button button {
  width: 100%;
}

body.frontend {
  color: #33306d;
}

body.frontend a {
  color: #33306d;
  text-decoration: none;
}

body.frontend:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.5);
  z-index: 100;
  content: "";
  display: inline-block;
  z-index: 100;
  transition: opacity 300ms ease-in-out;
  pointer-events: none;
  opacity: 0;
}

body.frontend.noscroll::after {
  opacity: 1;
  transition: opacity 300ms ease-in-out;
}

body.frontend main {
  background: #ffffff;
  width: 100%;
  display: inline-block;
}

body.frontend *:not(.no-hyphens) {
  hyphens: auto;
}

body.frontend::before {
  content: "";
  content: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 9;
  pointer-events: none;
}

@media (max-width: 720px) {
  body.frontend::before {
    content: none;
  }
}
body.frontend.modal-open {
  overflow: hidden;
}

body.frontend * {
  -webkit-tap-highlight-color: transparent;
}

.frontend .content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 1248px) {
  .frontend .content-wrapper {
    max-width: calc(100vw - 48px);
  }
}
@media (max-width: 1000px) {
  .frontend .content-wrapper {
    max-width: calc(100vw - 40px);
  }
}
@media (max-width: 720px) {
  .frontend .content-wrapper {
    max-width: calc(100vw - 32px);
  }
}
.nospace, h1, h2, h3, h4, h5, h6, p, span, ul, li, address, blockquote, code, pre, table, th, td, html, body {
  margin: 0px;
  padding: 0px;
}

html, body {
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
}

body {
  width: 100%;
  overflow-x: hidden;
  max-width: 100%;
}

.acf-block-preview,
.frontend {
  /*
  @mixin secondaryFont($force : "") {
  	font-family: 'FontName', sans-serif unquote($force);
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  }*/
  /**********
   * HEADER *
  **********/
  /************
   * ELEMENTS *
  ************/
  /**
   * Button mixin
   * 
   * @param {String} $force - Optional string to force additional property values (e.g. !important).
   * 
   * Usage:
   *   @include button();
   *   @include button("!important");
   */
  /**********
   * TOGGLE *
   **********/
  /********
   * TAGS *
  ********/
  /***********
   * OVERLAY *
  ***********/
  /**********
   * HEADER *
  **********/
  /*********
   * FORMS *
  *********/
  /*********
   * MENUS *
  *********/
}
.acf-block-preview .menu.lvl-3,
.frontend .menu.lvl-3 {
  display: flex;
  gap: 12px;
  flex-flow: row nowrap;
  width: 100%;
  overflow-x: scroll;
}
.acf-block-preview .menu.lvl-3 ::-webkit-scrollbar,
.frontend .menu.lvl-3 ::-webkit-scrollbar {
  display: none;
}
.acf-block-preview .menu.lvl-3,
.frontend .menu.lvl-3 {
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
.acf-block-preview,
.frontend {
  /********
   * TAGS *
  ********/
  /***********
   * INFOBOX *
  ***********/
}
.acf-block-preview .notice,
.frontend .notice {
  width: 100%;
  border-radius: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  font-family: "Stara", sans-serif;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 1.4em;
}
@media (max-width: 720px) {
  .acf-block-preview .notice,
  .frontend .notice {
    font-size: 14px;
    line-height: 1.4em;
  }
}
.acf-block-preview .notice,
.frontend .notice {
  color: #33306d;
  background: rgba(51, 48, 109, 0.2);
  padding: 12px 12px 11px;
  box-sizing: border-box;
}
.acf-block-preview .notice .icon,
.frontend .notice .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.acf-block-preview .notice .icon svg,
.frontend .notice .icon svg {
  height: 16px;
  width: auto;
}
.acf-block-preview .notice .icon svg path,
.frontend .notice .icon svg path {
  fill: #33306d;
}
.acf-block-preview .notice.error,
.frontend .notice.error {
  background: rgba(255, 62, 62, 0.2);
  color: #ff3e3e;
}
.acf-block-preview .notice.error svg path,
.frontend .notice.error svg path {
  fill: #ff3e3e;
}
.acf-block-preview,
.frontend {
  /*********
   * DEALS *
   *********/
}
.acf-block-preview .deal-card,
.frontend .deal-card {
  background: linear-gradient(180deg, #ffeba5 0%, #ffe27a 100%);
  border-radius: 8px;
  color: #33306d;
  padding: 16px;
  padding-top: 8px;
  max-width: 350px;
}
@media (max-width: 720px) {
  .acf-block-preview .deal-card,
  .frontend .deal-card {
    max-width: 100%;
  }
}
.acf-block-preview .deal-card .deal-card-inner,
.frontend .deal-card .deal-card-inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
}
.acf-block-preview .deal-card .deal-card-inner .deal-head .deal-card-title,
.frontend .deal-card .deal-card-inner .deal-head .deal-card-title {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}
.acf-block-preview .deal-card .deal-card-inner .deal-head .deal-card-title svg,
.frontend .deal-card .deal-card-inner .deal-head .deal-card-title svg {
  height: 16px;
  width: auto;
}
.acf-block-preview .deal-card .deal-card-inner .deal-card-button,
.frontend .deal-card .deal-card-inner .deal-card-button {
  margin-top: auto;
}
.acf-block-preview .deal-card .deal-card-inner .deal-card-button button,
.frontend .deal-card .deal-card-inner .deal-card-button button {
  width: 100%;
}
.acf-block-preview .h1,
.frontend .h1 {
  font-family: "Stara", sans-serif;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale;
  font-size: 45px;
  line-height: 50px;
  font-weight: 900;
  hyphens: none !important;
}
@media (max-width: 960px) {
  .acf-block-preview .h1,
  .frontend .h1 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 720px) {
  .acf-block-preview .h1,
  .frontend .h1 {
    font-size: 32px !important;
    line-height: 34px !important;
  }
}
.acf-block-preview .h2,
.frontend .h2 {
  font-family: "Stara", sans-serif;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 36px;
  font-weight: 800;
  hyphens: none !important;
}
@media (max-width: 960px) {
  .acf-block-preview .h2,
  .frontend .h2 {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 720px) {
  .acf-block-preview .h2,
  .frontend .h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
.acf-block-preview .h3,
.frontend .h3 {
  font-family: "Stara", sans-serif;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 32px;
  font-weight: 800;
  hyphens: none !important;
}
@media (max-width: 960px) {
  .acf-block-preview .h3,
  .frontend .h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 720px) {
  .acf-block-preview .h3,
  .frontend .h3 {
    font-size: 16px;
    line-height: 18px;
  }
}
.acf-block-preview .h4,
.frontend .h4 {
  font-family: "Stara", sans-serif;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 32px;
  font-weight: 800;
  hyphens: none !important;
}
@media (max-width: 960px) {
  .acf-block-preview .h4,
  .frontend .h4 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 720px) {
  .acf-block-preview .h4,
  .frontend .h4 {
    font-size: 20px;
    line-height: 25px;
  }
}
.acf-block-preview .h5,
.frontend .h5 {
  font-family: "Stara", sans-serif;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 25px;
  font-weight: 800;
}
@media (max-width: 720px) {
  .acf-block-preview .h5,
  .frontend .h5 {
    font-size: 16px;
    line-height: 18px;
  }
}
.acf-block-preview .h6,
.frontend .h6 {
  font-family: "Stara", sans-serif;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 20px;
  font-weight: 800;
}
@media (max-width: 720px) {
  .acf-block-preview .mobile-h1,
  .frontend .mobile-h1 {
    font-family: "Stara", sans-serif;
    -webkit-font-smoothing: antialiased; /* Chrome, Safari */
    -moz-osx-font-smoothing: grayscale;
    font-size: 45px;
    line-height: 50px;
    font-weight: 900;
    hyphens: none !important;
  }
}
@media (max-width: 720px) and (max-width: 960px) {
  .acf-block-preview .mobile-h1,
  .frontend .mobile-h1 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 720px) and (max-width: 720px) {
  .acf-block-preview .mobile-h1,
  .frontend .mobile-h1 {
    font-size: 32px !important;
    line-height: 34px !important;
  }
}
@media (max-width: 720px) {
  .acf-block-preview .mobile-h2,
  .frontend .mobile-h2 {
    font-family: "Stara", sans-serif;
    -webkit-font-smoothing: antialiased; /* Chrome, Safari */
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 36px;
    font-weight: 800;
    hyphens: none !important;
  }
}
@media (max-width: 720px) and (max-width: 960px) {
  .acf-block-preview .mobile-h2,
  .frontend .mobile-h2 {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 720px) and (max-width: 720px) {
  .acf-block-preview .mobile-h2,
  .frontend .mobile-h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 720px) {
  .acf-block-preview .mobile-h3,
  .frontend .mobile-h3 {
    font-family: "Stara", sans-serif;
    -webkit-font-smoothing: antialiased; /* Chrome, Safari */
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 32px;
    font-weight: 800;
    hyphens: none !important;
  }
}
@media (max-width: 720px) and (max-width: 960px) {
  .acf-block-preview .mobile-h3,
  .frontend .mobile-h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 720px) and (max-width: 720px) {
  .acf-block-preview .mobile-h3,
  .frontend .mobile-h3 {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 720px) {
  .acf-block-preview .mobile-h4,
  .frontend .mobile-h4 {
    font-family: "Stara", sans-serif;
    -webkit-font-smoothing: antialiased; /* Chrome, Safari */
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 32px;
    font-weight: 800;
    hyphens: none !important;
  }
}
@media (max-width: 720px) and (max-width: 960px) {
  .acf-block-preview .mobile-h4,
  .frontend .mobile-h4 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 720px) and (max-width: 720px) {
  .acf-block-preview .mobile-h4,
  .frontend .mobile-h4 {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 720px) {
  .acf-block-preview .mobile-h5,
  .frontend .mobile-h5 {
    font-family: "Stara", sans-serif;
    -webkit-font-smoothing: antialiased; /* Chrome, Safari */
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 25px;
    font-weight: 800;
  }
}
@media (max-width: 720px) and (max-width: 720px) {
  .acf-block-preview .mobile-h5,
  .frontend .mobile-h5 {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 720px) {
  .acf-block-preview .mobile-h6,
  .frontend .mobile-h6 {
    font-family: "Stara", sans-serif;
    -webkit-font-smoothing: antialiased; /* Chrome, Safari */
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 20px;
    font-weight: 800;
  }
}
.acf-block-preview .text,
.frontend .text {
  font-family: "Stara", sans-serif;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 500;
}
@media (max-width: 720px) {
  .acf-block-preview .text,
  .frontend .text {
    font-size: 16px;
    line-height: 1.4em;
  }
}
.acf-block-preview .text a,
.frontend .text a {
  text-decoration: underline;
  transition: all 300ms ease-in-out;
}
.acf-block-preview .text a:hover,
.frontend .text a:hover {
  transition: all 300ms ease-in-out;
}
.acf-block-preview .text.small,
.frontend .text.small {
  font-family: "Stara", sans-serif;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 1.4em;
}
@media (max-width: 720px) {
  .acf-block-preview .text.small,
  .frontend .text.small {
    font-size: 14px;
    line-height: 1.4em;
  }
}
.acf-block-preview .text.tiny,
.frontend .text.tiny {
  font-family: "Stara", sans-serif;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 1.4em;
}
.acf-block-preview .t-bold,
.frontend .t-bold {
  font-weight: 800;
}
.acf-block-preview .t-left,
.frontend .t-left {
  text-align: left;
}
.acf-block-preview .t-center,
.frontend .t-center {
  text-align: center;
}
.acf-block-preview .t-right,
.frontend .t-right {
  text-align: right;
}
.acf-block-preview p,
.frontend p {
  margin-bottom: 1em;
}
.acf-block-preview p:last-child,
.frontend p:last-child {
  margin-bottom: 0;
}
.acf-block-preview p blockquote,
.acf-block-preview .text blockquote,
.frontend p blockquote,
.frontend .text blockquote {
  margin-bottom: 1em;
  border: 1px solid #33306d;
  box-shadow: 4px 4px 0px #ffe27a;
  background: #f8f7fd;
  padding: 24px 24px;
  box-sizing: border-box;
  border-radius: 20px;
  font-style: italic;
  line-height: 150%;
}
.acf-block-preview p blockquote:last-child,
.acf-block-preview .text blockquote:last-child,
.frontend p blockquote:last-child,
.frontend .text blockquote:last-child {
  margin-bottom: 0;
}
.acf-block-preview p *:not(h1, h2, h3, h4, h5, h6),
.acf-block-preview .text *:not(h1, h2, h3, h4, h5, h6),
.frontend p *:not(h1, h2, h3, h4, h5, h6),
.frontend .text *:not(h1, h2, h3, h4, h5, h6) {
  font-size: inherit !important;
}
.acf-block-preview p ul,
.acf-block-preview p ol,
.acf-block-preview .text ul,
.acf-block-preview .text ol,
.frontend p ul,
.frontend p ol,
.frontend .text ul,
.frontend .text ol {
  margin: 0px;
  padding: 0px;
  margin-bottom: 1em;
}
.acf-block-preview p ul:last-child,
.acf-block-preview p ol:last-child,
.acf-block-preview .text ul:last-child,
.acf-block-preview .text ol:last-child,
.frontend p ul:last-child,
.frontend p ol:last-child,
.frontend .text ul:last-child,
.frontend .text ol:last-child {
  margin-bottom: 0;
}
.acf-block-preview p ul li,
.acf-block-preview p ol li,
.acf-block-preview .text ul li,
.acf-block-preview .text ol li,
.frontend p ul li,
.frontend p ol li,
.frontend .text ul li,
.frontend .text ol li {
  padding-left: 1em;
  margin-bottom: 0.5em;
  list-style-type: none;
  position: relative;
}
.acf-block-preview p ul li *,
.acf-block-preview p ol li *,
.acf-block-preview .text ul li *,
.acf-block-preview .text ol li *,
.frontend p ul li *,
.frontend p ol li *,
.frontend .text ul li *,
.frontend .text ol li * {
  font-size: inherit;
}
.acf-block-preview p ul li:before,
.acf-block-preview p ol li:before,
.acf-block-preview .text ul li:before,
.acf-block-preview .text ol li:before,
.frontend p ul li:before,
.frontend p ol li:before,
.frontend .text ul li:before,
.frontend .text ol li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.53em;
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background: #33306d;
}
.acf-block-preview p ul li:last-child,
.acf-block-preview p ol li:last-child,
.acf-block-preview .text ul li:last-child,
.acf-block-preview .text ol li:last-child,
.frontend p ul li:last-child,
.frontend p ol li:last-child,
.frontend .text ul li:last-child,
.frontend .text ol li:last-child {
  margin-bottom: 0;
}
.acf-block-preview p ul ul,
.acf-block-preview p ol ul,
.acf-block-preview .text ul ul,
.acf-block-preview .text ol ul,
.frontend p ul ul,
.frontend p ol ul,
.frontend .text ul ul,
.frontend .text ol ul {
  padding-left: 1em !important;
}
.acf-block-preview p ul ul li:before,
.acf-block-preview p ol ul li:before,
.acf-block-preview .text ul ul li:before,
.acf-block-preview .text ol ul li:before,
.frontend p ul ul li:before,
.frontend p ol ul li:before,
.frontend .text ul ul li:before,
.frontend .text ol ul li:before {
  border-radius: 99px;
  background: transparent;
  border: 1px solid #33306d;
  box-sizing: border-box;
}
.acf-block-preview p ul ul ul li:before,
.acf-block-preview p ol ul ul li:before,
.acf-block-preview .text ul ul ul li:before,
.acf-block-preview .text ol ul ul li:before,
.frontend p ul ul ul li:before,
.frontend p ol ul ul li:before,
.frontend .text ul ul ul li:before,
.frontend .text ol ul ul li:before {
  border-radius: 0px;
  background: #33306d;
}
.acf-block-preview p ul ul ul ul li:before,
.acf-block-preview p ol ul ul ul li:before,
.acf-block-preview .text ul ul ul ul li:before,
.acf-block-preview .text ol ul ul ul li:before,
.frontend p ul ul ul ul li:before,
.frontend p ol ul ul ul li:before,
.frontend .text ul ul ul ul li:before,
.frontend .text ol ul ul ul li:before {
  border-radius: 0px;
  background: transparent;
}
.acf-block-preview p ol,
.acf-block-preview .text ol,
.frontend p ol,
.frontend .text ol {
  list-style-type: none;
  counter-reset: item;
}
.acf-block-preview p ol li,
.acf-block-preview .text ol li,
.frontend p ol li,
.frontend .text ol li {
  counter-increment: item;
  position: relative;
  padding-left: 24px;
}
.acf-block-preview p ol li *,
.acf-block-preview .text ol li *,
.frontend p ol li *,
.frontend .text ol li * {
  font-size: inherit;
}
.acf-block-preview p ol li:before,
.acf-block-preview .text ol li:before,
.frontend p ol li:before,
.frontend .text ol li:before {
  content: counter(item);
  left: 0;
  top: 5px;
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #f8f7fd;
  color: #33306d;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
}
.acf-block-preview .t-primary,
.frontend .t-primary {
  color: #33306d !important;
}
.acf-block-preview .t-primary *,
.frontend .t-primary * {
  color: #33306d;
}
.acf-block-preview .bg-primary,
.acf-block-preview .block.bg-primary,
.frontend .bg-primary,
.frontend .block.bg-primary {
  background-color: #33306d;
}
@media (max-width: 720px) {
  .acf-block-preview .mobile-bg-primary,
  .frontend .mobile-bg-primary {
    background-color: #33306d;
  }
}
.acf-block-preview .border-primary,
.frontend .border-primary {
  border-color: #33306d;
}
.acf-block-preview .t-secondary,
.frontend .t-secondary {
  color: #414b59 !important;
}
.acf-block-preview .t-secondary *,
.frontend .t-secondary * {
  color: #414b59;
}
.acf-block-preview .bg-secondary,
.acf-block-preview .block.bg-secondary,
.frontend .bg-secondary,
.frontend .block.bg-secondary {
  background-color: #414b59;
}
@media (max-width: 720px) {
  .acf-block-preview .mobile-bg-secondary,
  .frontend .mobile-bg-secondary {
    background-color: #414b59;
  }
}
.acf-block-preview .border-secondary,
.frontend .border-secondary {
  border-color: #414b59;
}
.acf-block-preview .t-black,
.frontend .t-black {
  color: #333333 !important;
}
.acf-block-preview .t-black *,
.frontend .t-black * {
  color: #333333;
}
.acf-block-preview .bg-black,
.acf-block-preview .block.bg-black,
.frontend .bg-black,
.frontend .block.bg-black {
  background-color: #333333;
}
@media (max-width: 720px) {
  .acf-block-preview .mobile-bg-black,
  .frontend .mobile-bg-black {
    background-color: #333333;
  }
}
.acf-block-preview .border-black,
.frontend .border-black {
  border-color: #333333;
}
.acf-block-preview .t-white,
.frontend .t-white {
  color: #ffffff !important;
}
.acf-block-preview .t-white *,
.frontend .t-white * {
  color: #ffffff;
}
.acf-block-preview .bg-white,
.acf-block-preview .block.bg-white,
.frontend .bg-white,
.frontend .block.bg-white {
  background-color: #ffffff;
}
@media (max-width: 720px) {
  .acf-block-preview .mobile-bg-white,
  .frontend .mobile-bg-white {
    background-color: #ffffff;
  }
}
.acf-block-preview .border-white,
.frontend .border-white {
  border-color: #ffffff;
}
.acf-block-preview .t-error,
.frontend .t-error {
  color: #ff3e3e !important;
}
.acf-block-preview .t-error *,
.frontend .t-error * {
  color: #ff3e3e;
}
.acf-block-preview .bg-error,
.acf-block-preview .block.bg-error,
.frontend .bg-error,
.frontend .block.bg-error {
  background-color: #ff3e3e;
}
@media (max-width: 720px) {
  .acf-block-preview .mobile-bg-error,
  .frontend .mobile-bg-error {
    background-color: #ff3e3e;
  }
}
.acf-block-preview .border-error,
.frontend .border-error {
  border-color: #ff3e3e;
}
.acf-block-preview .t-grey,
.frontend .t-grey {
  color: #c4bcb8 !important;
}
.acf-block-preview .t-grey *,
.frontend .t-grey * {
  color: #c4bcb8;
}
.acf-block-preview .bg-grey,
.acf-block-preview .block.bg-grey,
.frontend .bg-grey,
.frontend .block.bg-grey {
  background-color: #c4bcb8;
}
@media (max-width: 720px) {
  .acf-block-preview .mobile-bg-grey,
  .frontend .mobile-bg-grey {
    background-color: #c4bcb8;
  }
}
.acf-block-preview .border-grey,
.frontend .border-grey {
  border-color: #c4bcb8;
}
.acf-block-preview .t-warning,
.frontend .t-warning {
  color: #ffb23e !important;
}
.acf-block-preview .t-warning *,
.frontend .t-warning * {
  color: #ffb23e;
}
.acf-block-preview .bg-warning,
.acf-block-preview .block.bg-warning,
.frontend .bg-warning,
.frontend .block.bg-warning {
  background-color: #ffb23e;
}
@media (max-width: 720px) {
  .acf-block-preview .mobile-bg-warning,
  .frontend .mobile-bg-warning {
    background-color: #ffb23e;
  }
}
.acf-block-preview .border-warning,
.frontend .border-warning {
  border-color: #ffb23e;
}
.acf-block-preview .t-success,
.frontend .t-success {
  color: #86bb79 !important;
}
.acf-block-preview .t-success *,
.frontend .t-success * {
  color: #86bb79;
}
.acf-block-preview .bg-success,
.acf-block-preview .block.bg-success,
.frontend .bg-success,
.frontend .block.bg-success {
  background-color: #86bb79;
}
@media (max-width: 720px) {
  .acf-block-preview .mobile-bg-success,
  .frontend .mobile-bg-success {
    background-color: #86bb79;
  }
}
.acf-block-preview .border-success,
.frontend .border-success {
  border-color: #86bb79;
}
.acf-block-preview .t-light-grey,
.frontend .t-light-grey {
  color: #f8f7fd !important;
}
.acf-block-preview .t-light-grey *,
.frontend .t-light-grey * {
  color: #f8f7fd;
}
.acf-block-preview .bg-light-grey,
.acf-block-preview .block.bg-light-grey,
.frontend .bg-light-grey,
.frontend .block.bg-light-grey {
  background-color: #f8f7fd;
}
@media (max-width: 720px) {
  .acf-block-preview .mobile-bg-light-grey,
  .frontend .mobile-bg-light-grey {
    background-color: #f8f7fd;
  }
}
.acf-block-preview .border-light-grey,
.frontend .border-light-grey {
  border-color: #f8f7fd;
}
.acf-block-preview .t-yellow,
.frontend .t-yellow {
  color: #ffe27a !important;
}
.acf-block-preview .t-yellow *,
.frontend .t-yellow * {
  color: #ffe27a;
}
.acf-block-preview .bg-yellow,
.acf-block-preview .block.bg-yellow,
.frontend .bg-yellow,
.frontend .block.bg-yellow {
  background-color: #ffe27a;
}
@media (max-width: 720px) {
  .acf-block-preview .mobile-bg-yellow,
  .frontend .mobile-bg-yellow {
    background-color: #ffe27a;
  }
}
.acf-block-preview .border-yellow,
.frontend .border-yellow {
  border-color: #ffe27a;
}
.acf-block-preview .t-light-yellow,
.frontend .t-light-yellow {
  color: #f6ebc4 !important;
}
.acf-block-preview .t-light-yellow *,
.frontend .t-light-yellow * {
  color: #f6ebc4;
}
.acf-block-preview .bg-light-yellow,
.acf-block-preview .block.bg-light-yellow,
.frontend .bg-light-yellow,
.frontend .block.bg-light-yellow {
  background-color: #f6ebc4;
}
@media (max-width: 720px) {
  .acf-block-preview .mobile-bg-light-yellow,
  .frontend .mobile-bg-light-yellow {
    background-color: #f6ebc4;
  }
}
.acf-block-preview .border-light-yellow,
.frontend .border-light-yellow {
  border-color: #f6ebc4;
}
.acf-block-preview,
.frontend {
  /*
  @mixin secondaryFont($force : "") {
  	font-family: 'FontName', sans-serif unquote($force);
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  }*/
  /**********
   * HEADER *
  **********/
  /************
   * ELEMENTS *
  ************/
  /**
   * Button mixin
   * 
   * @param {String} $force - Optional string to force additional property values (e.g. !important).
   * 
   * Usage:
   *   @include button();
   *   @include button("!important");
   */
  /**********
   * TOGGLE *
   **********/
  /********
   * TAGS *
  ********/
  /***********
   * OVERLAY *
  ***********/
  /**********
   * HEADER *
  **********/
  /*********
   * FORMS *
  *********/
  /*********
   * MENUS *
  *********/
}
.acf-block-preview .menu.lvl-3,
.frontend .menu.lvl-3 {
  display: flex;
  gap: 12px;
  flex-flow: row nowrap;
  width: 100%;
  overflow-x: scroll;
}
.acf-block-preview .menu.lvl-3 ::-webkit-scrollbar,
.frontend .menu.lvl-3 ::-webkit-scrollbar {
  display: none;
}
.acf-block-preview .menu.lvl-3,
.frontend .menu.lvl-3 {
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
.acf-block-preview,
.frontend {
  /********
   * TAGS *
  ********/
  /***********
   * INFOBOX *
  ***********/
}
.acf-block-preview .notice,
.frontend .notice {
  width: 100%;
  border-radius: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  font-family: "Stara", sans-serif;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 1.4em;
}
@media (max-width: 720px) {
  .acf-block-preview .notice,
  .frontend .notice {
    font-size: 14px;
    line-height: 1.4em;
  }
}
.acf-block-preview .notice,
.frontend .notice {
  color: #33306d;
  background: rgba(51, 48, 109, 0.2);
  padding: 12px 12px 11px;
  box-sizing: border-box;
}
.acf-block-preview .notice .icon,
.frontend .notice .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.acf-block-preview .notice .icon svg,
.frontend .notice .icon svg {
  height: 16px;
  width: auto;
}
.acf-block-preview .notice .icon svg path,
.frontend .notice .icon svg path {
  fill: #33306d;
}
.acf-block-preview .notice.error,
.frontend .notice.error {
  background: rgba(255, 62, 62, 0.2);
  color: #ff3e3e;
}
.acf-block-preview .notice.error svg path,
.frontend .notice.error svg path {
  fill: #ff3e3e;
}
.acf-block-preview,
.frontend {
  /*********
   * DEALS *
   *********/
}
.acf-block-preview .deal-card,
.frontend .deal-card {
  background: linear-gradient(180deg, #ffeba5 0%, #ffe27a 100%);
  border-radius: 8px;
  color: #33306d;
  padding: 16px;
  padding-top: 8px;
  max-width: 350px;
}
@media (max-width: 720px) {
  .acf-block-preview .deal-card,
  .frontend .deal-card {
    max-width: 100%;
  }
}
.acf-block-preview .deal-card .deal-card-inner,
.frontend .deal-card .deal-card-inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
}
.acf-block-preview .deal-card .deal-card-inner .deal-head .deal-card-title,
.frontend .deal-card .deal-card-inner .deal-head .deal-card-title {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}
.acf-block-preview .deal-card .deal-card-inner .deal-head .deal-card-title svg,
.frontend .deal-card .deal-card-inner .deal-head .deal-card-title svg {
  height: 16px;
  width: auto;
}
.acf-block-preview .deal-card .deal-card-inner .deal-card-button,
.frontend .deal-card .deal-card-inner .deal-card-button {
  margin-top: auto;
}
.acf-block-preview .deal-card .deal-card-inner .deal-card-button button,
.frontend .deal-card .deal-card-inner .deal-card-button button {
  width: 100%;
}
.acf-block-preview .button,
.frontend .button {
  height: 48px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  font-family: "Stara", sans-serif;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 16px;
  line-height: 1em;
  color: #33306d;
  padding: 12px 24px;
  background: linear-gradient(180deg, #ffeba5 0%, #ffe27a 100%);
  border-radius: 99999px;
  transition: all 300ms ease-in-out;
  white-space: nowrap;
  outline: none;
  border: none;
}
.acf-block-preview .button.size-small,
.frontend .button.size-small {
  height: 32px;
  padding: 2px 16px;
}
.acf-block-preview .button.has-icon,
.frontend .button.has-icon {
  gap: 6px;
  justify-content: space-between;
}
.acf-block-preview .button.has-icon .svg,
.frontend .button.has-icon .svg {
  width: 20px;
  height: 20px;
}
.acf-block-preview .button.has-icon .text,
.frontend .button.has-icon .text {
  padding-top: 2px;
}
.acf-block-preview .button.has-icon .icon,
.frontend .button.has-icon .icon {
  display: flex;
  flex-direction: row nowrap;
  gap: 8px;
  align-items: center;
}
.acf-block-preview .button.color-dark,
.frontend .button.color-dark {
  background: #33306d;
  color: #ffe27a;
}
.acf-block-preview .button.color-dark svg path,
.frontend .button.color-dark svg path {
  fill: #ffe27a;
}
.acf-block-preview .button.color-dark.type-secondary,
.frontend .button.color-dark.type-secondary {
  background: transparent;
  color: #33306d;
  border: 1px solid #33306d;
}
.acf-block-preview .button.color-dark.type-secondary svg path,
.frontend .button.color-dark.type-secondary svg path {
  fill: #33306d;
}
.acf-block-preview .button.color-dark.type-tertiary,
.frontend .button.color-dark.type-tertiary {
  background: transparent;
  color: #33306d;
}
.acf-block-preview .button.color-dark.type-tertiary svg path,
.frontend .button.color-dark.type-tertiary svg path {
  fill: #33306d;
}
@media (hover: hover) {
  .acf-block-preview .button.color-dark:hover,
  .frontend .button.color-dark:hover {
    background: #18154a;
    color: #ffe27a;
    transition: all 300ms ease-in-out;
  }
}
@media (max-width: 720px) {
  .acf-block-preview .button.color-mobile-dark,
  .frontend .button.color-mobile-dark {
    background: #33306d;
    color: #ffe27a;
    border: 1px solid #33306d;
  }
  .acf-block-preview .button.color-mobile-dark svg path,
  .frontend .button.color-mobile-dark svg path {
    fill: #ffe27a;
  }
  .acf-block-preview .button.color-mobile-dark.type-secondary,
  .frontend .button.color-mobile-dark.type-secondary {
    background: transparent;
    color: #33306d;
    border: 1px solid #33306d;
  }
  .acf-block-preview .button.color-mobile-dark.type-secondary svg path,
  .frontend .button.color-mobile-dark.type-secondary svg path {
    fill: #33306d;
  }
  .acf-block-preview .button.color-mobile-dark.type-tertiary,
  .frontend .button.color-mobile-dark.type-tertiary {
    background: transparent;
    color: #33306d;
  }
  .acf-block-preview .button.color-mobile-dark.type-tertiary svg path,
  .frontend .button.color-mobile-dark.type-tertiary svg path {
    fill: #33306d;
  }
}
@media (max-width: 720px) and (hover: hover) {
  .acf-block-preview .button.color-mobile-dark:hover,
  .frontend .button.color-mobile-dark:hover {
    background: #18154a;
    color: #ffe27a;
    transition: all 300ms ease-in-out;
  }
}
.acf-block-preview .button.color-light,
.frontend .button.color-light {
  background: #f8f7fd;
  color: #33306d;
}
.acf-block-preview .button.color-light svg path,
.frontend .button.color-light svg path {
  fill: #33306d;
}
.acf-block-preview .button.color-light.type-secondary,
.frontend .button.color-light.type-secondary {
  background: transparent;
  color: #f8f7fd;
  border: 1px solid #f8f7fd;
}
.acf-block-preview .button.color-light.type-secondary svg path,
.frontend .button.color-light.type-secondary svg path {
  fill: #f8f7fd;
}
.acf-block-preview .button.color-light.type-tertiary,
.frontend .button.color-light.type-tertiary {
  background: transparent;
  color: #f8f7fd;
}
.acf-block-preview .button.color-light.type-tertiary svg path,
.frontend .button.color-light.type-tertiary svg path {
  fill: #f8f7fd;
}
@media (hover: hover) {
  .acf-block-preview .button.color-light:hover,
  .frontend .button.color-light:hover {
    background: #c4bcb8;
    color: #33306d;
    transition: all 300ms ease-in-out;
  }
}
@media (max-width: 720px) {
  .acf-block-preview .button.color-mobile-light,
  .frontend .button.color-mobile-light {
    background: #f8f7fd;
    color: #33306d;
    border: 1px solid #f8f7fd;
  }
  .acf-block-preview .button.color-mobile-light svg path,
  .frontend .button.color-mobile-light svg path {
    fill: #33306d;
  }
  .acf-block-preview .button.color-mobile-light.type-secondary,
  .frontend .button.color-mobile-light.type-secondary {
    background: transparent;
    color: #f8f7fd;
    border: 1px solid #f8f7fd;
  }
  .acf-block-preview .button.color-mobile-light.type-secondary svg path,
  .frontend .button.color-mobile-light.type-secondary svg path {
    fill: #f8f7fd;
  }
  .acf-block-preview .button.color-mobile-light.type-tertiary,
  .frontend .button.color-mobile-light.type-tertiary {
    background: transparent;
    color: #f8f7fd;
  }
  .acf-block-preview .button.color-mobile-light.type-tertiary svg path,
  .frontend .button.color-mobile-light.type-tertiary svg path {
    fill: #f8f7fd;
  }
}
@media (max-width: 720px) and (hover: hover) {
  .acf-block-preview .button.color-mobile-light:hover,
  .frontend .button.color-mobile-light:hover {
    background: #c4bcb8;
    color: #33306d;
    transition: all 300ms ease-in-out;
  }
}
.acf-block-preview .button.color-yellow,
.frontend .button.color-yellow {
  background: linear-gradient(180deg, #ffeba5 0%, #ffe27a 100%);
  color: #33306d;
}
.acf-block-preview .button.color-yellow svg path,
.frontend .button.color-yellow svg path {
  fill: #33306d;
}
.acf-block-preview .button.color-yellow.type-secondary,
.frontend .button.color-yellow.type-secondary {
  background: transparent;
  color: #ffe27a;
  border: 1px solid #ffe27a;
}
.acf-block-preview .button.color-yellow.type-secondary svg path,
.frontend .button.color-yellow.type-secondary svg path {
  fill: #ffe27a;
}
.acf-block-preview .button.color-yellow.type-tertiary,
.frontend .button.color-yellow.type-tertiary {
  background: transparent;
  color: #ffe27a;
}
.acf-block-preview .button.color-yellow.type-tertiary svg path,
.frontend .button.color-yellow.type-tertiary svg path {
  fill: #ffe27a;
}
@media (hover: hover) {
  .acf-block-preview .button.color-yellow:hover,
  .frontend .button.color-yellow:hover {
    background: linear-gradient(180deg, #fff1bd 0%, #fff1bd 100%);
    color: #33306d;
    transition: all 300ms ease-in-out;
  }
}
@media (max-width: 720px) {
  .acf-block-preview .button.color-mobile-yellow,
  .frontend .button.color-mobile-yellow {
    background: linear-gradient(180deg, #ffeba5 0%, #ffe27a 100%);
    color: #33306d;
    border: 1px solid #ffe27a;
  }
  .acf-block-preview .button.color-mobile-yellow svg path,
  .frontend .button.color-mobile-yellow svg path {
    fill: #33306d;
  }
  .acf-block-preview .button.color-mobile-yellow.type-secondary,
  .frontend .button.color-mobile-yellow.type-secondary {
    background: transparent;
    color: #ffe27a;
    border: 1px solid #ffe27a;
  }
  .acf-block-preview .button.color-mobile-yellow.type-secondary svg path,
  .frontend .button.color-mobile-yellow.type-secondary svg path {
    fill: #ffe27a;
  }
  .acf-block-preview .button.color-mobile-yellow.type-tertiary,
  .frontend .button.color-mobile-yellow.type-tertiary {
    background: transparent;
    color: #ffe27a;
  }
  .acf-block-preview .button.color-mobile-yellow.type-tertiary svg path,
  .frontend .button.color-mobile-yellow.type-tertiary svg path {
    fill: #ffe27a;
  }
}
@media (max-width: 720px) and (hover: hover) {
  .acf-block-preview .button.color-mobile-yellow:hover,
  .frontend .button.color-mobile-yellow:hover {
    background: linear-gradient(180deg, #fff1bd 0%, #fff1bd 100%);
    color: #33306d;
    transition: all 300ms ease-in-out;
  }
}
@media (hover: hover) {
  .acf-block-preview .button:hover,
  .frontend .button:hover {
    background: linear-gradient(180deg, #fff1bd 0%, #fff1bd 100%);
    transition: all 300ms ease-in-out;
  }
}
.acf-block-preview .tag,
.frontend .tag {
  font-size: 10px;
  line-height: auto;
  font-weight: 600;
  border-radius: 99999px;
  height: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0px 6px;
}
.acf-block-preview .tag.light,
.frontend .tag.light {
  background: #f8f7fd;
}
.acf-block-preview .tag.small,
.frontend .tag.small {
  font-family: "Stara", sans-serif;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 500;
}
@media (max-width: 720px) {
  .acf-block-preview .tag.small,
  .frontend .tag.small {
    font-size: 16px;
    line-height: 1.4em;
  }
}
.acf-block-preview .tag.small,
.frontend .tag.small {
  font-size: 12px !important;
  line-height: 1;
  height: 16px;
  width: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  padding: 0px 6px;
  color: #33306d;
  border-radius: 999px;
  box-sizing: border-box;
  white-space: nowrap;
}
.acf-block-preview .tag.small.light,
.frontend .tag.small.light {
  background: #f8f7fd;
  color: #33306d;
}
.acf-block-preview .tag.small.error,
.frontend .tag.small.error {
  background: #ff3e3e;
  color: #ffffff;
}
.acf-block-preview .tag.small.success,
.frontend .tag.small.success {
  background: #86bb79;
  color: #ffffff;
}
.acf-block-preview .toggle,
.frontend .toggle {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  width: 72px;
  border-radius: 999px;
  background: #c4bcb8;
  position: relative;
  padding: 4px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
.acf-block-preview .toggle.active,
.frontend .toggle.active {
  background: #ffe27a;
}
.acf-block-preview .toggle.active::before,
.frontend .toggle.active::before {
  left: 36px;
}
.acf-block-preview .toggle::before,
.frontend .toggle::before {
  content: "";
  position: absolute;
  top: 4;
  left: 4;
  width: 32px;
  height: 32px;
  background: #ffffff;
  border-radius: 999px;
  transition: all 300ms ease-in-out;
}
.acf-block-preview .toggle.small,
.frontend .toggle.small {
  height: 24px;
  width: 44px;
  padding: 2px;
}
.acf-block-preview .toggle.small::before,
.frontend .toggle.small::before {
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
}
.acf-block-preview .toggle.small.active::before,
.frontend .toggle.small.active::before {
  left: 22px;
}
.acf-block-preview .toggle:disabled, .acf-block-preview .toggle.diasbled,
.frontend .toggle:disabled,
.frontend .toggle.diasbled {
  opacity: 0.5;
  pointer-events: none;
}
.acf-block-preview,
.frontend {
  /**********
   * LAYOUT *
   **********/
}
.acf-block-preview .slim,
.frontend .slim {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 10fr) minmax(0, 1fr);
  grid-gap: 16px;
  grid-template-areas: ". content .";
}
.acf-block-preview .slim .content,
.frontend .slim .content {
  grid-area: content;
}
@media (max-width: 1100px) {
  .acf-block-preview .slim,
  .frontend .slim {
    grid-template-columns: 1fr;
    grid-template-areas: "content";
  }
}
.acf-block-preview,
.frontend {
  /*********
   * FORMS *
  *********/
}
.acf-block-preview .field-wrapper,
.frontend .field-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}
.acf-block-preview .field-wrapper label,
.frontend .field-wrapper label {
  display: block;
  margin-bottom: 8px;
  transition: all 300ms ease-in-out;
}
.acf-block-preview .field-wrapper .help,
.frontend .field-wrapper .help {
  font-family: "Stara", sans-serif;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 500;
}
@media (max-width: 720px) {
  .acf-block-preview .field-wrapper .help,
  .frontend .field-wrapper .help {
    font-size: 16px;
    line-height: 1.4em;
  }
}
.acf-block-preview .field-wrapper .help,
.frontend .field-wrapper .help {
  color: #c4bcb8;
  font-size: 12px;
  line-height: 1.4em;
}
.acf-block-preview .field-wrapper .error-msg,
.frontend .field-wrapper .error-msg {
  font-family: "Stara", sans-serif;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 500;
}
@media (max-width: 720px) {
  .acf-block-preview .field-wrapper .error-msg,
  .frontend .field-wrapper .error-msg {
    font-size: 16px;
    line-height: 1.4em;
  }
}
.acf-block-preview .field-wrapper .error-msg,
.frontend .field-wrapper .error-msg {
  color: #ff3e3e;
  font-size: 12px;
  line-height: 1.4em;
}
.acf-block-preview .field-wrapper .field-input-wrapper,
.frontend .field-wrapper .field-input-wrapper {
  display: inline-block;
  width: 100%;
  height: 48px;
  border-radius: 8px;
  box-sizing: border-box;
  border: 1px solid transparent;
  transition: all 300ms ease-in-out;
  display: inline-flex;
  flex-direction: row;
  position: relative;
}
.acf-block-preview .field-wrapper .field-input-wrapper.light,
.frontend .field-wrapper .field-input-wrapper.light {
  background: #f8f7fd;
}
.acf-block-preview .field-wrapper .field-input-wrapper.white,
.frontend .field-wrapper .field-input-wrapper.white {
  background: #ffffff;
}
.acf-block-preview .field-wrapper .field-input-wrapper.error,
.frontend .field-wrapper .field-input-wrapper.error {
  border-color: #ff3e3e;
}
.acf-block-preview .field-wrapper .field-input-wrapper .icon,
.frontend .field-wrapper .field-input-wrapper .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
.acf-block-preview .field-wrapper .field-input-wrapper .icon.left,
.frontend .field-wrapper .field-input-wrapper .icon.left {
  left: 16px;
}
.acf-block-preview .field-wrapper .field-input-wrapper .icon.right,
.frontend .field-wrapper .field-input-wrapper .icon.right {
  right: 16px;
}
.acf-block-preview .field-wrapper .field-input-wrapper:focus-within,
.frontend .field-wrapper .field-input-wrapper:focus-within {
  border: 1px solid #33306d;
  transition: all 300ms ease-in-out;
  box-shadow: 0px 0px 2px 3px rgba(51, 48, 109, 0.1);
}
.acf-block-preview .field-wrapper .field-input-wrapper input[type=text],
.acf-block-preview .field-wrapper .field-input-wrapper input[type=email],
.frontend .field-wrapper .field-input-wrapper input[type=text],
.frontend .field-wrapper .field-input-wrapper input[type=email] {
  background: transparent;
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  font-family: "Stara", sans-serif;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 20px;
  font-weight: 800;
  font-weight: 500;
  padding: 0px 16px;
}
.acf-block-preview .field-wrapper .field-input-wrapper input[type=text].icon-right,
.acf-block-preview .field-wrapper .field-input-wrapper input[type=email].icon-right,
.frontend .field-wrapper .field-input-wrapper input[type=text].icon-right,
.frontend .field-wrapper .field-input-wrapper input[type=email].icon-right {
  padding-right: 64px;
}
.acf-block-preview .field-wrapper .field-input-wrapper input[type=text].icon-left,
.acf-block-preview .field-wrapper .field-input-wrapper input[type=email].icon-left,
.frontend .field-wrapper .field-input-wrapper input[type=text].icon-left,
.frontend .field-wrapper .field-input-wrapper input[type=email].icon-left {
  padding-left: 64px;
}
.acf-block-preview,
.frontend {
  /************
   * PARTNERS *
  ************/
}
.acf-block-preview .partner-item,
.frontend .partner-item {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) 110px;
  grid-template-areas: "details image" "info info";
  background: #f8f7fd;
  border-radius: 8px;
  padding: 8px;
  box-sizing: border-box;
}
.acf-block-preview .partner-item .details,
.frontend .partner-item .details {
  grid-area: details;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.acf-block-preview .partner-item .details .title,
.frontend .partner-item .details .title {
  padding-top: 4px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
}
.acf-block-preview .partner-item .details .title .veggie svg,
.frontend .partner-item .details .title .veggie svg {
  width: 14px;
  height: 14px;
}
.acf-block-preview .partner-item .details .title .veggie svg path,
.frontend .partner-item .details .title .veggie svg path {
  fill: #86bb79;
}
.acf-block-preview .partner-item .details .price-cats,
.frontend .partner-item .details .price-cats {
  display: flex;
  gap: 8px;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #c4bcb8;
}
.acf-block-preview .partner-item .details .price-cats .taxonomies,
.frontend .partner-item .details .price-cats .taxonomies {
  color: #414b59;
}
.acf-block-preview .partner-item .details .deals,
.frontend .partner-item .details .deals {
  display: flex;
  flex-flow: row nowrap;
  max-width: 100%;
  overflow-x: scroll;
}
.acf-block-preview .partner-item .details .deals ::-webkit-scrollbar,
.frontend .partner-item .details .deals ::-webkit-scrollbar {
  display: none;
}
.acf-block-preview .partner-item .details .deals,
.frontend .partner-item .details .deals {
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
  gap: 8px;
}
.acf-block-preview .partner-item .image,
.frontend .partner-item .image {
  grid-area: image;
  height: auto;
}
.acf-block-preview .partner-item .image .image-wrapper,
.frontend .partner-item .image .image-wrapper {
  height: 100%;
  position: relative;
  box-sizing: border-box;
  border-radius: 8px;
  overflow: hidden;
}
.acf-block-preview .partner-item .image .image-wrapper .trending,
.frontend .partner-item .image .image-wrapper .trending {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #f8f7fd;
  padding-left: 8px;
  padding-bottom: 8px;
  border-bottom-left-radius: 8px;
  z-index: 10;
  display: inline-block;
}
.acf-block-preview .partner-item .image .image-wrapper img,
.frontend .partner-item .image .image-wrapper img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.acf-block-preview .partner-item .infos,
.frontend .partner-item .infos {
  grid-area: info;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 16px;
  color: #414b59;
}
.acf-block-preview .partner-item .infos .counters,
.frontend .partner-item .infos .counters {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
}
.acf-block-preview .partner-item .infos .actions,
.frontend .partner-item .infos .actions {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
}
.acf-block-preview .partner-item .infos .actions svg,
.frontend .partner-item .infos .actions svg {
  height: 16px;
  width: auto;
}
.acf-block-preview .partner-item .infos .actions svg path,
.frontend .partner-item .infos .actions svg path {
  fill: #33306d;
}
.acf-block-preview .pricing,
.frontend .pricing {
  font-family: "Stara", sans-serif;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 1.4em;
}
@media (max-width: 720px) {
  .acf-block-preview .pricing,
  .frontend .pricing {
    font-size: 14px;
    line-height: 1.4em;
  }
}
.acf-block-preview .pricing .bold,
.frontend .pricing .bold {
  color: #414b59;
}
.acf-block-preview .likes,
.frontend .likes {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  font-family: "Stara", sans-serif;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 1.4em;
}
@media (max-width: 720px) {
  .acf-block-preview .likes,
  .frontend .likes {
    font-size: 14px;
    line-height: 1.4em;
  }
}
.acf-block-preview .likes svg,
.frontend .likes svg {
  width: auto;
  height: 14px;
}
.acf-block-preview .likes svg path,
.frontend .likes svg path {
  fill: #414b59;
}
.acf-block-preview .favorites,
.frontend .favorites {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  font-family: "Stara", sans-serif;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 1.4em;
}
@media (max-width: 720px) {
  .acf-block-preview .favorites,
  .frontend .favorites {
    font-size: 14px;
    line-height: 1.4em;
  }
}
.acf-block-preview .favorites svg,
.frontend .favorites svg {
  width: auto;
  height: 14px;
}
.acf-block-preview .favorites svg path,
.frontend .favorites svg path {
  fill: #414b59;
}
.acf-block-preview .categories,
.frontend .categories {
  font-family: "Stara", sans-serif;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 1.4em;
}
@media (max-width: 720px) {
  .acf-block-preview .categories,
  .frontend .categories {
    font-size: 14px;
    line-height: 1.4em;
  }
}
.acf-block-preview,
.frontend {
  /*********
   * TAGS *
  *********/
}
.acf-block-preview .deal,
.frontend .deal {
  font-family: "Stara", sans-serif;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 500;
}
@media (max-width: 720px) {
  .acf-block-preview .deal,
  .frontend .deal {
    font-size: 16px;
    line-height: 1.4em;
  }
}
.acf-block-preview .deal,
.frontend .deal {
  font-weight: 800;
  font-family: "Stara", sans-serif;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 1.4em;
}
@media (max-width: 720px) {
  .acf-block-preview .deal,
  .frontend .deal {
    font-size: 14px;
    line-height: 1.4em;
  }
}
.acf-block-preview .deal,
.frontend .deal {
  height: 30px;
  width: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #ffeba5 0%, #ffe27a 100%);
  padding: 0px 16px;
  color: #33306d;
  border-radius: 999px;
  box-sizing: border-box;
  white-space: nowrap;
}
.acf-block-preview .menu-tag,
.frontend .menu-tag {
  font-family: "Stara", sans-serif;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 500;
}
@media (max-width: 720px) {
  .acf-block-preview .menu-tag,
  .frontend .menu-tag {
    font-size: 16px;
    line-height: 1.4em;
  }
}
.acf-block-preview .menu-tag,
.frontend .menu-tag {
  font-weight: 800;
  font-family: "Stara", sans-serif;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 1.4em;
}
@media (max-width: 720px) {
  .acf-block-preview .menu-tag,
  .frontend .menu-tag {
    font-size: 14px;
    line-height: 1.4em;
  }
}
.acf-block-preview .menu-tag,
.frontend .menu-tag {
  height: 38px;
  width: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #ffeba5 0%, #ffe27a 100%);
  padding: 0px 16px;
  color: #33306d;
  border-radius: 999px;
  box-sizing: border-box;
  border: 1px solid transparent;
  white-space: nowrap;
  transition: all 300ms ease-in-out;
}
.acf-block-preview .menu-tag.light,
.frontend .menu-tag.light {
  background: #f8f7fd;
  color: #33306d;
}
.acf-block-preview .menu-tag.light.active,
.frontend .menu-tag.light.active {
  background: #33306d;
  color: #ffe27a;
}
.acf-block-preview .menu-tag.light:hover:not(.active),
.frontend .menu-tag.light:hover:not(.active) {
  border: 1px solid #33306d;
}
.acf-block-preview .menu-tag:active,
.frontend .menu-tag:active {
  transition: all 300ms ease-in-out;
}
.acf-block-preview .menu-tag:hover,
.frontend .menu-tag:hover {
  transition: all 300ms ease-in-out;
}
.acf-block-preview,
.frontend {
  /*
  @mixin secondaryFont($force : "") {
  	font-family: 'FontName', sans-serif unquote($force);
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  }*/
  /**********
   * HEADER *
  **********/
  /************
   * ELEMENTS *
  ************/
  /**
   * Button mixin
   * 
   * @param {String} $force - Optional string to force additional property values (e.g. !important).
   * 
   * Usage:
   *   @include button();
   *   @include button("!important");
   */
  /**********
   * TOGGLE *
   **********/
  /********
   * TAGS *
  ********/
  /***********
   * OVERLAY *
  ***********/
  /**********
   * HEADER *
  **********/
  /*********
   * FORMS *
  *********/
  /*********
   * MENUS *
  *********/
}
.acf-block-preview .menu.lvl-3,
.frontend .menu.lvl-3 {
  display: flex;
  gap: 12px;
  flex-flow: row nowrap;
  width: 100%;
  overflow-x: scroll;
}
.acf-block-preview .menu.lvl-3 ::-webkit-scrollbar,
.frontend .menu.lvl-3 ::-webkit-scrollbar {
  display: none;
}
.acf-block-preview .menu.lvl-3,
.frontend .menu.lvl-3 {
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
.acf-block-preview,
.frontend {
  /********
   * TAGS *
  ********/
  /***********
   * INFOBOX *
  ***********/
}
.acf-block-preview .notice,
.frontend .notice {
  width: 100%;
  border-radius: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  font-family: "Stara", sans-serif;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 1.4em;
}
@media (max-width: 720px) {
  .acf-block-preview .notice,
  .frontend .notice {
    font-size: 14px;
    line-height: 1.4em;
  }
}
.acf-block-preview .notice,
.frontend .notice {
  color: #33306d;
  background: rgba(51, 48, 109, 0.2);
  padding: 12px 12px 11px;
  box-sizing: border-box;
}
.acf-block-preview .notice .icon,
.frontend .notice .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.acf-block-preview .notice .icon svg,
.frontend .notice .icon svg {
  height: 16px;
  width: auto;
}
.acf-block-preview .notice .icon svg path,
.frontend .notice .icon svg path {
  fill: #33306d;
}
.acf-block-preview .notice.error,
.frontend .notice.error {
  background: rgba(255, 62, 62, 0.2);
  color: #ff3e3e;
}
.acf-block-preview .notice.error svg path,
.frontend .notice.error svg path {
  fill: #ff3e3e;
}
.acf-block-preview,
.frontend {
  /*********
   * DEALS *
   *********/
}
.acf-block-preview .deal-card,
.frontend .deal-card {
  background: linear-gradient(180deg, #ffeba5 0%, #ffe27a 100%);
  border-radius: 8px;
  color: #33306d;
  padding: 16px;
  padding-top: 8px;
  max-width: 350px;
}
@media (max-width: 720px) {
  .acf-block-preview .deal-card,
  .frontend .deal-card {
    max-width: 100%;
  }
}
.acf-block-preview .deal-card .deal-card-inner,
.frontend .deal-card .deal-card-inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
}
.acf-block-preview .deal-card .deal-card-inner .deal-head .deal-card-title,
.frontend .deal-card .deal-card-inner .deal-head .deal-card-title {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}
.acf-block-preview .deal-card .deal-card-inner .deal-head .deal-card-title svg,
.frontend .deal-card .deal-card-inner .deal-head .deal-card-title svg {
  height: 16px;
  width: auto;
}
.acf-block-preview .deal-card .deal-card-inner .deal-card-button,
.frontend .deal-card .deal-card-inner .deal-card-button {
  margin-top: auto;
}
.acf-block-preview .deal-card .deal-card-inner .deal-card-button button,
.frontend .deal-card .deal-card-inner .deal-card-button button {
  width: 100%;
}
.acf-block-preview,
.frontend {
  /*
  @mixin secondaryFont($force : "") {
  	font-family: 'FontName', sans-serif unquote($force);
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  }*/
  /**********
   * HEADER *
  **********/
  /************
   * ELEMENTS *
  ************/
  /**
   * Button mixin
   * 
   * @param {String} $force - Optional string to force additional property values (e.g. !important).
   * 
   * Usage:
   *   @include button();
   *   @include button("!important");
   */
  /**********
   * TOGGLE *
   **********/
  /********
   * TAGS *
  ********/
  /***********
   * OVERLAY *
  ***********/
  /**********
   * HEADER *
  **********/
  /*********
   * FORMS *
  *********/
  /*********
   * MENUS *
  *********/
}
.acf-block-preview .menu.lvl-3,
.frontend .menu.lvl-3 {
  display: flex;
  gap: 12px;
  flex-flow: row nowrap;
  width: 100%;
  overflow-x: scroll;
}
.acf-block-preview .menu.lvl-3 ::-webkit-scrollbar,
.frontend .menu.lvl-3 ::-webkit-scrollbar {
  display: none;
}
.acf-block-preview .menu.lvl-3,
.frontend .menu.lvl-3 {
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
.acf-block-preview,
.frontend {
  /********
   * TAGS *
  ********/
  /***********
   * INFOBOX *
  ***********/
}
.acf-block-preview .notice,
.frontend .notice {
  width: 100%;
  border-radius: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  font-family: "Stara", sans-serif;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 1.4em;
}
@media (max-width: 720px) {
  .acf-block-preview .notice,
  .frontend .notice {
    font-size: 14px;
    line-height: 1.4em;
  }
}
.acf-block-preview .notice,
.frontend .notice {
  color: #33306d;
  background: rgba(51, 48, 109, 0.2);
  padding: 12px 12px 11px;
  box-sizing: border-box;
}
.acf-block-preview .notice .icon,
.frontend .notice .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.acf-block-preview .notice .icon svg,
.frontend .notice .icon svg {
  height: 16px;
  width: auto;
}
.acf-block-preview .notice .icon svg path,
.frontend .notice .icon svg path {
  fill: #33306d;
}
.acf-block-preview .notice.error,
.frontend .notice.error {
  background: rgba(255, 62, 62, 0.2);
  color: #ff3e3e;
}
.acf-block-preview .notice.error svg path,
.frontend .notice.error svg path {
  fill: #ff3e3e;
}
.acf-block-preview,
.frontend {
  /*********
   * DEALS *
   *********/
}
.acf-block-preview .deal-card,
.frontend .deal-card {
  background: linear-gradient(180deg, #ffeba5 0%, #ffe27a 100%);
  border-radius: 8px;
  color: #33306d;
  padding: 16px;
  padding-top: 8px;
  max-width: 350px;
}
@media (max-width: 720px) {
  .acf-block-preview .deal-card,
  .frontend .deal-card {
    max-width: 100%;
  }
}
.acf-block-preview .deal-card .deal-card-inner,
.frontend .deal-card .deal-card-inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
}
.acf-block-preview .deal-card .deal-card-inner .deal-head .deal-card-title,
.frontend .deal-card .deal-card-inner .deal-head .deal-card-title {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}
.acf-block-preview .deal-card .deal-card-inner .deal-head .deal-card-title svg,
.frontend .deal-card .deal-card-inner .deal-head .deal-card-title svg {
  height: 16px;
  width: auto;
}
.acf-block-preview .deal-card .deal-card-inner .deal-card-button,
.frontend .deal-card .deal-card-inner .deal-card-button {
  margin-top: auto;
}
.acf-block-preview .deal-card .deal-card-inner .deal-card-button button,
.frontend .deal-card .deal-card-inner .deal-card-button button {
  width: 100%;
}
.acf-block-preview header,
.frontend header {
  position: fixed;
  top: 40px;
  width: 100vw;
  background: #ffe27a;
  padding: 16px 24px;
  max-width: 1200px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 40px;
  height: 72px;
  box-sizing: border-box;
  z-index: 10;
}
.acf-block-preview header .logo-wrapper,
.frontend header .logo-wrapper {
  flex: 0 0 auto;
  margin-right: auto;
  font-size: 0px;
  line-height: 0px;
  white-space: nowrap;
  height: 100%;
  display: flex;
  align-items: center;
}
.acf-block-preview header .logo-wrapper a,
.frontend header .logo-wrapper a {
  font-size: 0px;
  line-height: 0px;
  height: 100%;
  white-space: nowrap;
}
.acf-block-preview header .logo-wrapper svg,
.acf-block-preview header .logo-wrapper img,
.frontend header .logo-wrapper svg,
.frontend header .logo-wrapper img {
  height: 32px;
  width: auto;
}
@media (max-width: 960px) {
  .acf-block-preview header nav,
  .frontend header nav {
    display: none;
  }
}
.acf-block-preview header nav > ul,
.frontend header nav > ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  gap: 24px;
  padding-left: 0px;
  margin: 0px;
}
@media (max-width: 1200px) {
  .acf-block-preview header nav > ul,
  .frontend header nav > ul {
    gap: 16px;
  }
}
.acf-block-preview header nav > ul > li,
.frontend header nav > ul > li {
  position: relative;
}
.acf-block-preview header nav > ul > li > a,
.acf-block-preview header nav > ul > li > .menu-parent,
.frontend header nav > ul > li > a,
.frontend header nav > ul > li > .menu-parent {
  font-family: "Stara", sans-serif;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 20px;
  font-weight: 800;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 8px;
  height: 38px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms ease-in-out;
  position: relative;
}
.acf-block-preview header nav > ul > li > a:hover,
.acf-block-preview header nav > ul > li > .menu-parent:hover,
.frontend header nav > ul > li > a:hover,
.frontend header nav > ul > li > .menu-parent:hover {
  background: #f6ebc4;
  transition: all 300ms ease-in-out;
}
.acf-block-preview header nav > ul > li > a.menu-parent,
.acf-block-preview header nav > ul > li > .menu-parent.menu-parent,
.frontend header nav > ul > li > a.menu-parent,
.frontend header nav > ul > li > .menu-parent.menu-parent {
  padding-right: 32px;
}
.acf-block-preview header nav > ul > li > a.menu-parent svg,
.acf-block-preview header nav > ul > li > .menu-parent.menu-parent svg,
.frontend header nav > ul > li > a.menu-parent svg,
.frontend header nav > ul > li > .menu-parent.menu-parent svg {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.acf-block-preview header nav > ul > li .sub-menu,
.frontend header nav > ul > li .sub-menu {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 100%;
  transform: translateX(-100%);
  background: #f6ebc4;
  border-radius: 8px;
  border-top-right-radius: 0px;
  padding: 16px 16px;
  z-index: 100;
  transition: all 300ms ease-in-out;
  opacity: 0;
  pointer-events: none;
  transition: all 300ms ease-in-out;
  list-style: none;
  gap: 16px;
}
.acf-block-preview header nav > ul > li .sub-menu li a,
.frontend header nav > ul > li .sub-menu li a {
  font-family: "Stara", sans-serif;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 20px;
  font-weight: 800;
  white-space: nowrap;
}
.acf-block-preview header nav > ul > li .sub-menu li a:hover,
.frontend header nav > ul > li .sub-menu li a:hover {
  color: #414b59;
  transition: all 300ms ease-in-out;
}
.acf-block-preview header nav > ul > li.current-menu-item a,
.frontend header nav > ul > li.current-menu-item a {
  background: #f6ebc4;
}
.acf-block-preview header nav > ul > li.visible .menu-parent,
.frontend header nav > ul > li.visible .menu-parent {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background: #f6ebc4;
  transition: all 300ms ease-in-out;
}
.acf-block-preview header nav > ul > li.visible .sub-menu,
.frontend header nav > ul > li.visible .sub-menu {
  opacity: 1;
  pointer-events: all;
}
.acf-block-preview header .button-menu ul,
.frontend header .button-menu ul {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 16px;
  padding-left: 0px;
  margin: 0px;
  list-style: none;
}
@media (max-width: 520px) {
  .acf-block-preview header .button-menu ul li,
  .frontend header .button-menu ul li {
    display: none;
  }
  .acf-block-preview header .button-menu ul li:first-child,
  .frontend header .button-menu ul li:first-child {
    display: block;
  }
}
@media (max-width: 960px) {
  .acf-block-preview header .button-menu,
  .frontend header .button-menu {
    display: none;
  }
}
.acf-block-preview header .button-menu.mobile,
.frontend header .button-menu.mobile {
  display: none;
}
@media (max-width: 960px) {
  .acf-block-preview header .button-menu.mobile,
  .frontend header .button-menu.mobile {
    display: block;
  }
}
.acf-block-preview header .side-menu-wrapper,
.frontend header .side-menu-wrapper {
  display: none;
}
@media (max-width: 960px) {
  .acf-block-preview header .side-menu-wrapper,
  .frontend header .side-menu-wrapper {
    display: block;
  }
}
.acf-block-preview header .side-menu-wrapper .show-side-menu,
.frontend header .side-menu-wrapper .show-side-menu {
  cursor: pointer;
}
@media (max-width: 1200px) {
  .acf-block-preview header,
  .frontend header {
    gap: 24px;
  }
}
@media (max-width: 720px) {
  .acf-block-preview header,
  .frontend header {
    top: 0px;
    width: 100vw;
    max-width: 100vw !important;
    border-radius: 0px;
  }
}
.acf-block-preview #sideMenu,
.frontend #sideMenu {
  position: fixed;
  right: 0px;
  top: 0px;
  height: 100vh;
  height: 100dvh;
  z-index: 120;
  padding: 64px 40px;
  padding-right: 64px;
  background: #ffe27a;
  min-width: 350px;
  transform: translateX(100%);
  box-sizing: border-box;
  transition: transform 300ms ease-in-out;
  overflow: hidden;
}
@media (max-width: 520px) {
  .acf-block-preview #sideMenu,
  .frontend #sideMenu {
    max-width: calc(100vw - 32px);
    min-width: calc(100vw - 32px);
  }
}
.acf-block-preview #sideMenu.visible,
.frontend #sideMenu.visible {
  transform: translateX(0%);
  transition: all transform ease-in-out;
}
.acf-block-preview #sideMenu .wrapper,
.frontend #sideMenu .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 40px;
  margin-top: 64px;
}
@media (max-width: 720px) {
  .acf-block-preview #sideMenu .wrapper,
  .frontend #sideMenu .wrapper {
    margin-top: 8px;
  }
}
.acf-block-preview #sideMenu .wrapper .hide-side-menu,
.frontend #sideMenu .wrapper .hide-side-menu {
  position: absolute;
  top: 64px;
  right: 64px;
  cursor: pointer;
}
.acf-block-preview #sideMenu .wrapper .hide-side-menu svg,
.frontend #sideMenu .wrapper .hide-side-menu svg {
  width: 24px;
  height: auto;
}
@media (max-width: 720px) {
  .acf-block-preview #sideMenu .wrapper .hide-side-menu,
  .frontend #sideMenu .wrapper .hide-side-menu {
    top: 24px;
    right: 24px;
  }
}
.acf-block-preview #sideMenu .wrapper nav ul,
.frontend #sideMenu .wrapper nav ul {
  list-style: none;
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  margin: 0px;
}
.acf-block-preview #sideMenu .wrapper nav ul li,
.frontend #sideMenu .wrapper nav ul li {
  padding: 8px 0px;
  display: inline-block;
}
.acf-block-preview #sideMenu .wrapper nav ul li a,
.frontend #sideMenu .wrapper nav ul li a {
  padding: 8px 0px;
  font-family: "Stara", sans-serif;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 32px;
  font-weight: 800;
  hyphens: none !important;
}
@media (max-width: 960px) {
  .acf-block-preview #sideMenu .wrapper nav ul li a,
  .frontend #sideMenu .wrapper nav ul li a {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 720px) {
  .acf-block-preview #sideMenu .wrapper nav ul li a,
  .frontend #sideMenu .wrapper nav ul li a {
    font-size: 20px;
    line-height: 25px;
  }
}
.acf-block-preview #sideMenu .wrapper nav ul li a,
.frontend #sideMenu .wrapper nav ul li a {
  display: inline-block;
}
.acf-block-preview #sideMenu .wrapper nav ul li.current-menu-item,
.frontend #sideMenu .wrapper nav ul li.current-menu-item {
  position: relative;
}
.acf-block-preview #sideMenu .wrapper nav ul li.current-menu-item:before,
.frontend #sideMenu .wrapper nav ul li.current-menu-item:before {
  content: "";
  position: absolute;
  left: -100vw;
  background: #f6ebc4;
  top: 0px;
  height: 100%;
  display: inline-block;
  width: 200vw;
  z-index: -1;
}
.acf-block-preview #sideMenu .wrapper nav ul.sub-menu,
.frontend #sideMenu .wrapper nav ul.sub-menu {
  gap: 0px;
}
.acf-block-preview #sideMenu .wrapper nav ul.sub-menu li,
.frontend #sideMenu .wrapper nav ul.sub-menu li {
  padding: 4px 0px;
}
.acf-block-preview #sideMenu .wrapper nav ul.sub-menu li a,
.frontend #sideMenu .wrapper nav ul.sub-menu li a {
  padding: 4px 0px;
  font-family: "Stara", sans-serif;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 20px;
  font-weight: 800;
}
.acf-block-preview #sideMenu .wrapper .button-menu ul,
.frontend #sideMenu .wrapper .button-menu ul {
  display: flex;
  flex-direction: row;
  gap: 16px;
  padding-left: 0px;
  margin: 0px;
  list-style: none;
}
.acf-block-preview,
.frontend {
  /*
  @mixin secondaryFont($force : "") {
  	font-family: 'FontName', sans-serif unquote($force);
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  }*/
  /**********
   * HEADER *
  **********/
  /************
   * ELEMENTS *
  ************/
  /**
   * Button mixin
   * 
   * @param {String} $force - Optional string to force additional property values (e.g. !important).
   * 
   * Usage:
   *   @include button();
   *   @include button("!important");
   */
  /**********
   * TOGGLE *
   **********/
  /********
   * TAGS *
  ********/
  /***********
   * OVERLAY *
  ***********/
  /**********
   * HEADER *
  **********/
  /*********
   * FORMS *
  *********/
  /*********
   * MENUS *
  *********/
}
.acf-block-preview .menu.lvl-3,
.frontend .menu.lvl-3 {
  display: flex;
  gap: 12px;
  flex-flow: row nowrap;
  width: 100%;
  overflow-x: scroll;
}
.acf-block-preview .menu.lvl-3 ::-webkit-scrollbar,
.frontend .menu.lvl-3 ::-webkit-scrollbar {
  display: none;
}
.acf-block-preview .menu.lvl-3,
.frontend .menu.lvl-3 {
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
.acf-block-preview,
.frontend {
  /********
   * TAGS *
  ********/
  /***********
   * INFOBOX *
  ***********/
}
.acf-block-preview .notice,
.frontend .notice {
  width: 100%;
  border-radius: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  font-family: "Stara", sans-serif;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 1.4em;
}
@media (max-width: 720px) {
  .acf-block-preview .notice,
  .frontend .notice {
    font-size: 14px;
    line-height: 1.4em;
  }
}
.acf-block-preview .notice,
.frontend .notice {
  color: #33306d;
  background: rgba(51, 48, 109, 0.2);
  padding: 12px 12px 11px;
  box-sizing: border-box;
}
.acf-block-preview .notice .icon,
.frontend .notice .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.acf-block-preview .notice .icon svg,
.frontend .notice .icon svg {
  height: 16px;
  width: auto;
}
.acf-block-preview .notice .icon svg path,
.frontend .notice .icon svg path {
  fill: #33306d;
}
.acf-block-preview .notice.error,
.frontend .notice.error {
  background: rgba(255, 62, 62, 0.2);
  color: #ff3e3e;
}
.acf-block-preview .notice.error svg path,
.frontend .notice.error svg path {
  fill: #ff3e3e;
}
.acf-block-preview,
.frontend {
  /*********
   * DEALS *
   *********/
}
.acf-block-preview .deal-card,
.frontend .deal-card {
  background: linear-gradient(180deg, #ffeba5 0%, #ffe27a 100%);
  border-radius: 8px;
  color: #33306d;
  padding: 16px;
  padding-top: 8px;
  max-width: 350px;
}
@media (max-width: 720px) {
  .acf-block-preview .deal-card,
  .frontend .deal-card {
    max-width: 100%;
  }
}
.acf-block-preview .deal-card .deal-card-inner,
.frontend .deal-card .deal-card-inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
}
.acf-block-preview .deal-card .deal-card-inner .deal-head .deal-card-title,
.frontend .deal-card .deal-card-inner .deal-head .deal-card-title {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}
.acf-block-preview .deal-card .deal-card-inner .deal-head .deal-card-title svg,
.frontend .deal-card .deal-card-inner .deal-head .deal-card-title svg {
  height: 16px;
  width: auto;
}
.acf-block-preview .deal-card .deal-card-inner .deal-card-button,
.frontend .deal-card .deal-card-inner .deal-card-button {
  margin-top: auto;
}
.acf-block-preview .deal-card .deal-card-inner .deal-card-button button,
.frontend .deal-card .deal-card-inner .deal-card-button button {
  width: 100%;
}
.acf-block-preview .partner-page,
.frontend .partner-page {
  background: #ffffff;
}
.acf-block-preview .partner-page .locations-grid,
.frontend .partner-page .locations-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 5fr 1fr 6fr;
  grid-template-areas: "list . map";
  min-height: 100vh;
  min-height: 100dvh;
}
@media (max-width: 1100px) {
  .acf-block-preview .partner-page .locations-grid,
  .frontend .partner-page .locations-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "list map";
    gap: 64px;
  }
}
@media (max-width: 960px) {
  .acf-block-preview .partner-page .locations-grid,
  .frontend .partner-page .locations-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "map" "list";
    row-gap: 0px;
    margin-left: -20px;
    width: 100vw;
    position: relative;
    overflow: hidden;
  }
}
@media (max-width: 720px) {
  .acf-block-preview .partner-page .locations-grid,
  .frontend .partner-page .locations-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "map" "list";
    margin-left: -16px;
    width: 100vw;
    position: relative;
    overflow: hidden;
  }
}
.acf-block-preview .partner-page .locations-grid .list,
.frontend .partner-page .locations-grid .list {
  padding-top: 192px;
  grid-area: list;
  height: 100%;
  max-height: 100vh;
  max-height: 100dvh;
  overflow-y: scroll;
  box-sizing: border-box;
  padding-bottom: 64px;
  background: #ffffff;
}
.acf-block-preview .partner-page .locations-grid .list::-webkit-scrollbar,
.frontend .partner-page .locations-grid .list::-webkit-scrollbar {
  display: none;
}
.acf-block-preview .partner-page .locations-grid .list,
.frontend .partner-page .locations-grid .list {
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
@media (max-width: 960px) {
  .acf-block-preview .partner-page .locations-grid .list,
  .frontend .partner-page .locations-grid .list {
    z-index: 10;
    background: #ffffff;
    height: 50vh;
    padding: 16px;
    width: 100vw;
    max-height: 50vh;
    position: absolute;
    bottom: 0px;
  }
  .acf-block-preview .partner-page .locations-grid .list:after,
  .frontend .partner-page .locations-grid .list:after {
    content: "";
    position: absolute;
    bottom: 0px;
    transform: translateY(-100%);
    left: 0px;
    width: 100%;
    height: 200%;
    background: #ffffff;
    z-index: 0;
  }
}
@media (max-width: 720px) {
  .acf-block-preview .partner-page .locations-grid .list,
  .frontend .partner-page .locations-grid .list {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
  }
}
.acf-block-preview .partner-page .locations-grid .list .head,
.frontend .partner-page .locations-grid .list .head {
  margin-bottom: 32px;
}
@media (max-width: 960px) {
  .acf-block-preview .partner-page .locations-grid .list .head,
  .frontend .partner-page .locations-grid .list .head {
    display: none;
  }
}
.acf-block-preview .partner-page .locations-grid .list .partner-list,
.frontend .partner-page .locations-grid .list .partner-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 960px) {
  .acf-block-preview .partner-page .locations-grid .list .partner-list,
  .frontend .partner-page .locations-grid .list .partner-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
@media (max-width: 720px) {
  .acf-block-preview .partner-page .locations-grid .list .partner-list,
  .frontend .partner-page .locations-grid .list .partner-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}
.acf-block-preview .partner-page .locations-grid .map,
.frontend .partner-page .locations-grid .map {
  grid-area: map;
  position: relative;
  display: inline-block;
  min-height: 100vh;
}
@media (max-width: 960px) {
  .acf-block-preview .partner-page .locations-grid .map,
  .frontend .partner-page .locations-grid .map {
    height: 50vh;
    z-index: 1;
    box-sizing: border-box;
    min-height: 50vh;
  }
}
@media (max-width: 720px) {
  .acf-block-preview .partner-page .locations-grid .map,
  .frontend .partner-page .locations-grid .map {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: calc(50vh + 20px);
    z-index: 1;
    box-sizing: border-box;
    min-height: calc(50vh + 20px);
  }
}
.acf-block-preview .partner-page .locations-grid .map #map-container,
.frontend .partner-page .locations-grid .map #map-container {
  width: calc(50vw - 16px);
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
}
@media (max-width: 960px) {
  .acf-block-preview .partner-page .locations-grid .map #map-container,
  .frontend .partner-page .locations-grid .map #map-container {
    width: 100%;
  }
}
.acf-block-preview .partner-page .locations-grid .map #map-container .custom-cluster,
.frontend .partner-page .locations-grid .map #map-container .custom-cluster {
  background: #33306d !important;
  color: #ffffff;
  font-family: "Stara", sans-serif;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 1.4em;
}
@media (max-width: 720px) {
  .acf-block-preview .partner-page .locations-grid .map #map-container .custom-cluster,
  .frontend .partner-page .locations-grid .map #map-container .custom-cluster {
    font-size: 14px;
    line-height: 1.4em;
  }
}
.acf-block-preview .partner-page .locations-grid .map #map-container .custom-cluster,
.frontend .partner-page .locations-grid .map #map-container .custom-cluster {
  font-weight: 800;
  border-radius: 99px;
  width: 32px;
  height: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.acf-block-preview .partner-page .locations-grid .map #map-container .custom-cluster:before,
.frontend .partner-page .locations-grid .map #map-container .custom-cluster:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  background: rgba(51, 48, 109, 0.4);
  border-radius: 9999px;
  z-index: -1;
}
.acf-block-preview .partner-page .locations-grid .map #map-container .custom-cluster:after,
.frontend .partner-page .locations-grid .map #map-container .custom-cluster:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  background: rgba(51, 48, 109, 0.25);
  border-radius: 9999px;
  z-index: -1;
}
.acf-block-preview,
.frontend {
  /*
  @mixin secondaryFont($force : "") {
  	font-family: 'FontName', sans-serif unquote($force);
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  }*/
  /**********
   * HEADER *
  **********/
  /************
   * ELEMENTS *
  ************/
  /**
   * Button mixin
   * 
   * @param {String} $force - Optional string to force additional property values (e.g. !important).
   * 
   * Usage:
   *   @include button();
   *   @include button("!important");
   */
  /**********
   * TOGGLE *
   **********/
  /********
   * TAGS *
  ********/
  /***********
   * OVERLAY *
  ***********/
  /**********
   * HEADER *
  **********/
  /*********
   * FORMS *
  *********/
  /*********
   * MENUS *
  *********/
}
.acf-block-preview .menu.lvl-3,
.frontend .menu.lvl-3 {
  display: flex;
  gap: 12px;
  flex-flow: row nowrap;
  width: 100%;
  overflow-x: scroll;
}
.acf-block-preview .menu.lvl-3 ::-webkit-scrollbar,
.frontend .menu.lvl-3 ::-webkit-scrollbar {
  display: none;
}
.acf-block-preview .menu.lvl-3,
.frontend .menu.lvl-3 {
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
.acf-block-preview,
.frontend {
  /********
   * TAGS *
  ********/
  /***********
   * INFOBOX *
  ***********/
}
.acf-block-preview .notice,
.frontend .notice {
  width: 100%;
  border-radius: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  font-family: "Stara", sans-serif;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 1.4em;
}
@media (max-width: 720px) {
  .acf-block-preview .notice,
  .frontend .notice {
    font-size: 14px;
    line-height: 1.4em;
  }
}
.acf-block-preview .notice,
.frontend .notice {
  color: #33306d;
  background: rgba(51, 48, 109, 0.2);
  padding: 12px 12px 11px;
  box-sizing: border-box;
}
.acf-block-preview .notice .icon,
.frontend .notice .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.acf-block-preview .notice .icon svg,
.frontend .notice .icon svg {
  height: 16px;
  width: auto;
}
.acf-block-preview .notice .icon svg path,
.frontend .notice .icon svg path {
  fill: #33306d;
}
.acf-block-preview .notice.error,
.frontend .notice.error {
  background: rgba(255, 62, 62, 0.2);
  color: #ff3e3e;
}
.acf-block-preview .notice.error svg path,
.frontend .notice.error svg path {
  fill: #ff3e3e;
}
.acf-block-preview,
.frontend {
  /*********
   * DEALS *
   *********/
}
.acf-block-preview .deal-card,
.frontend .deal-card {
  background: linear-gradient(180deg, #ffeba5 0%, #ffe27a 100%);
  border-radius: 8px;
  color: #33306d;
  padding: 16px;
  padding-top: 8px;
  max-width: 350px;
}
@media (max-width: 720px) {
  .acf-block-preview .deal-card,
  .frontend .deal-card {
    max-width: 100%;
  }
}
.acf-block-preview .deal-card .deal-card-inner,
.frontend .deal-card .deal-card-inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
}
.acf-block-preview .deal-card .deal-card-inner .deal-head .deal-card-title,
.frontend .deal-card .deal-card-inner .deal-head .deal-card-title {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}
.acf-block-preview .deal-card .deal-card-inner .deal-head .deal-card-title svg,
.frontend .deal-card .deal-card-inner .deal-head .deal-card-title svg {
  height: 16px;
  width: auto;
}
.acf-block-preview .deal-card .deal-card-inner .deal-card-button,
.frontend .deal-card .deal-card-inner .deal-card-button {
  margin-top: auto;
}
.acf-block-preview .deal-card .deal-card-inner .deal-card-button button,
.frontend .deal-card .deal-card-inner .deal-card-button button {
  width: 100%;
}
.acf-block-preview .partner-page .partner-header,
.frontend .partner-page .partner-header {
  margin-top: 192px;
  border-radius: 20px;
  background-color: #f8f7fd;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .acf-block-preview .partner-page .partner-header,
  .frontend .partner-page .partner-header {
    margin-top: 144px;
  }
}
@media (max-width: 720px) {
  .acf-block-preview .partner-page .partner-header,
  .frontend .partner-page .partner-header {
    margin-top: 0px;
    border-radius: 0px;
    background: #ffffff;
    margin-left: -16px;
    width: 100vw;
  }
}
.acf-block-preview .partner-page .partner-header .partner-slider,
.frontend .partner-page .partner-header .partner-slider {
  overflow: hidden;
}
@media (max-width: 720px) {
  .acf-block-preview .partner-page .partner-header .partner-slider,
  .frontend .partner-page .partner-header .partner-slider {
    position: fixed;
    top: 72px;
    left: 0px;
    width: 100vw;
  }
}
.acf-block-preview .partner-page .partner-header .partner-slider .splide__slide .image-wrapper,
.frontend .partner-page .partner-header .partner-slider .splide__slide .image-wrapper {
  height: 0px;
  padding-bottom: 100%;
  position: relative;
}
.acf-block-preview .partner-page .partner-header .partner-slider .splide__slide .image-wrapper img,
.frontend .partner-page .partner-header .partner-slider .splide__slide .image-wrapper img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 720px) {
  .acf-block-preview .partner-page .partner-header .partner-slider .splide__arrows,
  .frontend .partner-page .partner-header .partner-slider .splide__arrows {
    display: none;
  }
}
.acf-block-preview .partner-page .partner-header .partner-slider .splide__arrows button,
.frontend .partner-page .partner-header .partner-slider .splide__arrows button {
  background: #ffffff;
  border-radius: 99px;
  width: 40px;
  height: 40px;
  opacity: 1;
  transition: all 300ms ease-in-out;
}
.acf-block-preview .partner-page .partner-header .partner-slider .splide__arrows button svg,
.frontend .partner-page .partner-header .partner-slider .splide__arrows button svg {
  width: 24px;
  height: auto;
}
.acf-block-preview .partner-page .partner-header .partner-slider .splide__arrows button svg path,
.frontend .partner-page .partner-header .partner-slider .splide__arrows button svg path {
  fill: #33306d;
}
.acf-block-preview .partner-page .partner-header .partner-slider .splide__arrows button:disabled,
.frontend .partner-page .partner-header .partner-slider .splide__arrows button:disabled {
  opacity: 0;
  transition: all 300ms ease-in-out;
  pointer-events: none;
}
@media (max-width: 720px) {
  .acf-block-preview .partner-page .partner-header .partner-slider .splide__pagination,
  .frontend .partner-page .partner-header .partner-slider .splide__pagination {
    bottom: 32px;
  }
}
.acf-block-preview .partner-page .partner-header .partner-slider .splide__pagination li button,
.frontend .partner-page .partner-header .partner-slider .splide__pagination li button {
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: #f8f7fd;
}
.acf-block-preview .partner-page .partner-header .partner-slider .splide__pagination li button.is-active,
.frontend .partner-page .partner-header .partner-slider .splide__pagination li button.is-active {
  background: #ffe27a;
  transform: none;
}
.acf-block-preview .partner-page .partner-header .partner-info,
.frontend .partner-page .partner-header .partner-info {
  padding: 40px 0px 32px;
}
@media (max-width: 1200px) {
  .acf-block-preview .partner-page .partner-header .partner-info,
  .frontend .partner-page .partner-header .partner-info {
    padding: 24px 32px;
  }
}
@media (max-width: 720px) {
  .acf-block-preview .partner-page .partner-header .partner-info,
  .frontend .partner-page .partner-header .partner-info {
    padding: 24px 16px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: calc(100vw - 20px);
    z-index: 2;
    position: relative;
    background: #ffffff;
  }
}
.acf-block-preview .partner-page .partner-header .partner-info .content,
.frontend .partner-page .partner-header .partner-info .content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.acf-block-preview .partner-page .partner-header .partner-info .content .partner-meta,
.frontend .partner-page .partner-header .partner-info .content .partner-meta {
  display: flex;
  gap: 8px;
  flex-direction: row;
  font-family: "Stara", sans-serif;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 1.4em;
}
@media (max-width: 720px) {
  .acf-block-preview .partner-page .partner-header .partner-info .content .partner-meta,
  .frontend .partner-page .partner-header .partner-info .content .partner-meta {
    font-size: 14px;
    line-height: 1.4em;
  }
}
.acf-block-preview .partner-page .partner-header .partner-info .content .partner-meta,
.frontend .partner-page .partner-header .partner-info .content .partner-meta {
  color: #c4bcb8;
}
.acf-block-preview .partner-page .partner-header .partner-info .content .partner-meta > div,
.frontend .partner-page .partner-header .partner-info .content .partner-meta > div {
  color: #414b59;
}
.acf-block-preview .partner-page .partner-header .partner-info .content .partner-meta .pricing,
.frontend .partner-page .partner-header .partner-info .content .partner-meta .pricing {
  color: #c4bcb8;
}
.acf-block-preview .partner-page .partner-content,
.frontend .partner-page .partner-content {
  background: #ffffff;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}
@media (max-width: 720px) {
  .acf-block-preview .partner-page .partner-content,
  .frontend .partner-page .partner-content {
    margin-left: -16px;
    padding-left: 16px;
    padding-right: 16px;
    width: 100vw;
  }
}
.acf-block-preview .partner-page .partner-content-grid,
.frontend .partner-page .partner-content-grid {
  margin-top: 64px;
  display: grid;
  grid-template-columns: 5fr 1fr 6fr;
  gap: 16px;
  grid-template-areas: "deals . info";
  padding-bottom: 64px;
  z-index: 2;
}
@media (max-width: 960px) {
  .acf-block-preview .partner-page .partner-content-grid,
  .frontend .partner-page .partner-content-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "deals info";
    gap: 40px;
  }
}
@media (max-width: 820px) {
  .acf-block-preview .partner-page .partner-content-grid,
  .frontend .partner-page .partner-content-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "deals" "info";
  }
}
@media (max-width: 720px) {
  .acf-block-preview .partner-page .partner-content-grid,
  .frontend .partner-page .partner-content-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "info";
    max-width: calc(100vw - 32px);
    margin-top: 0px;
  }
}
.acf-block-preview .partner-page .partner-content-grid .deals-wrapper,
.frontend .partner-page .partner-content-grid .deals-wrapper {
  grid-area: deals;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 820px) {
  .acf-block-preview .partner-page .partner-content-grid .deals-wrapper,
  .frontend .partner-page .partner-content-grid .deals-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .acf-block-preview .partner-page .partner-content-grid .deals-wrapper .deal-card,
  .frontend .partner-page .partner-content-grid .deals-wrapper .deal-card {
    box-sizing: border-box;
  }
}
@media (max-width: 720px) {
  .acf-block-preview .partner-page .partner-content-grid .deals-wrapper,
  .frontend .partner-page .partner-content-grid .deals-wrapper {
    display: none;
  }
}
.acf-block-preview .partner-page .partner-content-grid .deals-wrapper .disclaimer-text,
.frontend .partner-page .partner-content-grid .deals-wrapper .disclaimer-text {
  grid-column: 1/-1;
  -moz-columns: all;
       columns: all;
}
.acf-block-preview .partner-page .partner-content-grid .partner-info-wrapper,
.frontend .partner-page .partner-content-grid .partner-info-wrapper {
  grid-area: info;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.acf-block-preview .partner-page .partner-content-grid .partner-info-wrapper .menu-wrapper .showonmobile,
.frontend .partner-page .partner-content-grid .partner-info-wrapper .menu-wrapper .showonmobile {
  display: none;
}
@media (max-width: 720px) {
  .acf-block-preview .partner-page .partner-content-grid .partner-info-wrapper .menu-wrapper .showonmobile,
  .frontend .partner-page .partner-content-grid .partner-info-wrapper .menu-wrapper .showonmobile {
    display: inline-flex;
  }
}
.acf-block-preview .partner-page .partner-content-grid .partner-info-wrapper .tab,
.frontend .partner-page .partner-content-grid .partner-info-wrapper .tab {
  background: #f8f7fd;
  border-radius: 20px;
  padding: 16px;
  display: none;
}
@media (max-width: 720px) {
  .acf-block-preview .partner-page .partner-content-grid .partner-info-wrapper .tab,
  .frontend .partner-page .partner-content-grid .partner-info-wrapper .tab {
    background: transparent;
    padding: 0px;
  }
}
.acf-block-preview .partner-page .partner-content-grid .partner-info-wrapper .tab.active,
.frontend .partner-page .partner-content-grid .partner-info-wrapper .tab.active {
  display: flex;
}
.acf-block-preview .partner-page .partner-content-grid .partner-info-wrapper .deals-wrapper,
.frontend .partner-page .partner-content-grid .partner-info-wrapper .deals-wrapper {
  display: none;
}
@media (max-width: 720px) {
  .acf-block-preview .partner-page .partner-content-grid .partner-info-wrapper .deals-wrapper.active,
  .frontend .partner-page .partner-content-grid .partner-info-wrapper .deals-wrapper.active {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}
.acf-block-preview .partner-page .partner-content-grid .partner-info-wrapper .dishes-wrapper,
.frontend .partner-page .partner-content-grid .partner-info-wrapper .dishes-wrapper {
  flex-direction: column;
  gap: 32px;
}
.acf-block-preview .partner-page .partner-content-grid .partner-info-wrapper .dishes-wrapper .menu-category .menu-items .item,
.frontend .partner-page .partner-content-grid .partner-info-wrapper .dishes-wrapper .menu-category .menu-items .item {
  display: flex;
  flex-flow: row nowrap;
  gap: 16px;
  color: #33306d;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 12px;
  margin-top: 12px;
  border-bottom: 1px dashed #c4bcb8;
}
.acf-block-preview .partner-page .partner-content-grid .partner-info-wrapper .dishes-wrapper .menu-category .menu-items .item:last-child,
.frontend .partner-page .partner-content-grid .partner-info-wrapper .dishes-wrapper .menu-category .menu-items .item:last-child {
  border-bottom: none;
}
.acf-block-preview .partner-page .partner-content-grid .partner-info-wrapper .dishes-wrapper .menu-category .menu-items .item .info,
.frontend .partner-page .partner-content-grid .partner-info-wrapper .dishes-wrapper .menu-category .menu-items .item .info {
  display: flex;
  flex-flow: column nowrap;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
}
.acf-block-preview .partner-page .partner-content-grid .partner-info-wrapper .dishes-wrapper .menu-category .menu-items .item .info .description,
.frontend .partner-page .partner-content-grid .partner-info-wrapper .dishes-wrapper .menu-category .menu-items .item .info .description {
  color: #414b59;
}
.acf-block-preview .partner-page .partner-content-grid .partner-info-wrapper .dishes-wrapper .menu-category .menu-items .item .price,
.frontend .partner-page .partner-content-grid .partner-info-wrapper .dishes-wrapper .menu-category .menu-items .item .price {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  white-space: nowrap;
}
.acf-block-preview .partner-page .partner-content-grid .partner-info-wrapper .info-wrapper,
.frontend .partner-page .partner-content-grid .partner-info-wrapper .info-wrapper {
  flex-direction: column;
  gap: 32px;
}
.acf-block-preview .partner-page .partner-content-grid .partner-info-wrapper .info-wrapper .location,
.frontend .partner-page .partner-content-grid .partner-info-wrapper .info-wrapper .location {
  display: flex;
  flex-flow: row nowrap;
  gap: 16px;
}
@media (max-width: 720px) {
  .acf-block-preview .partner-page .partner-content-grid .partner-info-wrapper .info-wrapper .location,
  .frontend .partner-page .partner-content-grid .partner-info-wrapper .info-wrapper .location {
    padding: 8px;
    border-radius: 8px;
    background: #f8f7fd;
  }
}
.acf-block-preview .partner-page .partner-content-grid .partner-info-wrapper .info-wrapper .location .map-wrapper,
.frontend .partner-page .partner-content-grid .partner-info-wrapper .info-wrapper .location .map-wrapper {
  flex: 0 0 100px;
  width: 100px;
  height: 100px;
  border-radius: 8px;
  overflow: hidden;
}
.acf-block-preview .partner-page .partner-content-grid .partner-info-wrapper .info-wrapper .location .map-wrapper img,
.frontend .partner-page .partner-content-grid .partner-info-wrapper .info-wrapper .location .map-wrapper img {
  width: 100%;
  height: 100%;
}
.acf-block-preview .partner-page .partner-content-grid .partner-info-wrapper .info-wrapper .location .location-info,
.frontend .partner-page .partner-content-grid .partner-info-wrapper .info-wrapper .location .location-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: flex-start;
}
.acf-block-preview .partner-page .partner-content-grid .partner-info-wrapper .info-wrapper .location .location-info .address,
.frontend .partner-page .partner-content-grid .partner-info-wrapper .info-wrapper .location .location-info .address {
  margin-top: 2px;
}
.acf-block-preview .partner-page .partner-content-grid .partner-info-wrapper .info-wrapper .business-hours,
.frontend .partner-page .partner-content-grid .partner-info-wrapper .info-wrapper .business-hours {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.acf-block-preview .partner-page .partner-content-grid .partner-info-wrapper .info-wrapper .business-hours .day,
.frontend .partner-page .partner-content-grid .partner-info-wrapper .info-wrapper .business-hours .day {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
}
.acf-block-preview .partner-page .partner-content-grid .partner-info-wrapper .info-wrapper .business-hours .day .day-hours,
.frontend .partner-page .partner-content-grid .partner-info-wrapper .info-wrapper .business-hours .day .day-hours {
  display: flex;
  flex-direction: column;
}
.acf-block-preview,
.frontend {
  /*
  @mixin secondaryFont($force : "") {
  	font-family: 'FontName', sans-serif unquote($force);
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  }*/
  /**********
   * HEADER *
  **********/
  /************
   * ELEMENTS *
  ************/
  /**
   * Button mixin
   * 
   * @param {String} $force - Optional string to force additional property values (e.g. !important).
   * 
   * Usage:
   *   @include button();
   *   @include button("!important");
   */
  /**********
   * TOGGLE *
   **********/
  /********
   * TAGS *
  ********/
  /***********
   * OVERLAY *
  ***********/
  /**********
   * HEADER *
  **********/
  /*********
   * FORMS *
  *********/
  /*********
   * MENUS *
  *********/
}
.acf-block-preview .menu.lvl-3,
.frontend .menu.lvl-3 {
  display: flex;
  gap: 12px;
  flex-flow: row nowrap;
  width: 100%;
  overflow-x: scroll;
}
.acf-block-preview .menu.lvl-3 ::-webkit-scrollbar,
.frontend .menu.lvl-3 ::-webkit-scrollbar {
  display: none;
}
.acf-block-preview .menu.lvl-3,
.frontend .menu.lvl-3 {
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
.acf-block-preview,
.frontend {
  /********
   * TAGS *
  ********/
  /***********
   * INFOBOX *
  ***********/
}
.acf-block-preview .notice,
.frontend .notice {
  width: 100%;
  border-radius: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  font-family: "Stara", sans-serif;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 1.4em;
}
@media (max-width: 720px) {
  .acf-block-preview .notice,
  .frontend .notice {
    font-size: 14px;
    line-height: 1.4em;
  }
}
.acf-block-preview .notice,
.frontend .notice {
  color: #33306d;
  background: rgba(51, 48, 109, 0.2);
  padding: 12px 12px 11px;
  box-sizing: border-box;
}
.acf-block-preview .notice .icon,
.frontend .notice .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.acf-block-preview .notice .icon svg,
.frontend .notice .icon svg {
  height: 16px;
  width: auto;
}
.acf-block-preview .notice .icon svg path,
.frontend .notice .icon svg path {
  fill: #33306d;
}
.acf-block-preview .notice.error,
.frontend .notice.error {
  background: rgba(255, 62, 62, 0.2);
  color: #ff3e3e;
}
.acf-block-preview .notice.error svg path,
.frontend .notice.error svg path {
  fill: #ff3e3e;
}
.acf-block-preview,
.frontend {
  /*********
   * DEALS *
   *********/
}
.acf-block-preview .deal-card,
.frontend .deal-card {
  background: linear-gradient(180deg, #ffeba5 0%, #ffe27a 100%);
  border-radius: 8px;
  color: #33306d;
  padding: 16px;
  padding-top: 8px;
  max-width: 350px;
}
@media (max-width: 720px) {
  .acf-block-preview .deal-card,
  .frontend .deal-card {
    max-width: 100%;
  }
}
.acf-block-preview .deal-card .deal-card-inner,
.frontend .deal-card .deal-card-inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
}
.acf-block-preview .deal-card .deal-card-inner .deal-head .deal-card-title,
.frontend .deal-card .deal-card-inner .deal-head .deal-card-title {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}
.acf-block-preview .deal-card .deal-card-inner .deal-head .deal-card-title svg,
.frontend .deal-card .deal-card-inner .deal-head .deal-card-title svg {
  height: 16px;
  width: auto;
}
.acf-block-preview .deal-card .deal-card-inner .deal-card-button,
.frontend .deal-card .deal-card-inner .deal-card-button {
  margin-top: auto;
}
.acf-block-preview .deal-card .deal-card-inner .deal-card-button button,
.frontend .deal-card .deal-card-inner .deal-card-button button {
  width: 100%;
}
.acf-block-preview .block,
.frontend .block {
  background: #ffffff;
}
.acf-block-preview .block.margin-top-mini,
.frontend .block.margin-top-mini {
  margin-top: 24px;
}
.acf-block-preview .block.margin-bottom-mini,
.frontend .block.margin-bottom-mini {
  margin-bottom: 24px;
}
.acf-block-preview .block.padding-top-mini,
.frontend .block.padding-top-mini {
  padding-top: 24px;
}
.acf-block-preview .block.padding-bottom-mini,
.frontend .block.padding-bottom-mini {
  padding-bottom: 24px;
}
.acf-block-preview .block.margin-top-small,
.frontend .block.margin-top-small {
  margin-top: 32px;
}
.acf-block-preview .block.margin-bottom-small,
.frontend .block.margin-bottom-small {
  margin-bottom: 32px;
}
.acf-block-preview .block.padding-top-small,
.frontend .block.padding-top-small {
  padding-top: 32px;
}
.acf-block-preview .block.padding-bottom-small,
.frontend .block.padding-bottom-small {
  padding-bottom: 32px;
}
.acf-block-preview .block.margin-top-normal,
.frontend .block.margin-top-normal {
  margin-top: 64px;
}
.acf-block-preview .block.margin-bottom-normal,
.frontend .block.margin-bottom-normal {
  margin-bottom: 64px;
}
.acf-block-preview .block.padding-top-normal,
.frontend .block.padding-top-normal {
  padding-top: 64px;
}
.acf-block-preview .block.padding-bottom-normal,
.frontend .block.padding-bottom-normal {
  padding-bottom: 64px;
}
.acf-block-preview .block.margin-top-large,
.frontend .block.margin-top-large {
  margin-top: 96px;
}
.acf-block-preview .block.margin-bottom-large,
.frontend .block.margin-bottom-large {
  margin-bottom: 96px;
}
.acf-block-preview .block.padding-top-large,
.frontend .block.padding-top-large {
  padding-top: 96px;
}
.acf-block-preview .block.padding-bottom-large,
.frontend .block.padding-bottom-large {
  padding-bottom: 96px;
}
.acf-block-preview .block.margin-top-huge,
.frontend .block.margin-top-huge {
  margin-top: 128px;
}
.acf-block-preview .block.margin-bottom-huge,
.frontend .block.margin-bottom-huge {
  margin-bottom: 128px;
}
.acf-block-preview .block.padding-top-huge,
.frontend .block.padding-top-huge {
  padding-top: 128px;
}
.acf-block-preview .block.padding-bottom-huge,
.frontend .block.padding-bottom-huge {
  padding-bottom: 128px;
}
.acf-block-preview .block.margin-top-giant,
.frontend .block.margin-top-giant {
  margin-top: 192px;
}
.acf-block-preview .block.margin-bottom-giant,
.frontend .block.margin-bottom-giant {
  margin-bottom: 192px;
}
.acf-block-preview .block.padding-top-giant,
.frontend .block.padding-top-giant {
  padding-top: 192px;
}
.acf-block-preview .block.padding-bottom-giant,
.frontend .block.padding-bottom-giant {
  padding-bottom: 192px;
}
.acf-block-preview,
.frontend {
  /*
  @mixin secondaryFont($force : "") {
  	font-family: 'FontName', sans-serif unquote($force);
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  }*/
  /**********
   * HEADER *
  **********/
  /************
   * ELEMENTS *
  ************/
  /**
   * Button mixin
   * 
   * @param {String} $force - Optional string to force additional property values (e.g. !important).
   * 
   * Usage:
   *   @include button();
   *   @include button("!important");
   */
  /**********
   * TOGGLE *
   **********/
  /********
   * TAGS *
  ********/
  /***********
   * OVERLAY *
  ***********/
  /**********
   * HEADER *
  **********/
  /*********
   * FORMS *
  *********/
  /*********
   * MENUS *
  *********/
}
.acf-block-preview .menu.lvl-3,
.frontend .menu.lvl-3 {
  display: flex;
  gap: 12px;
  flex-flow: row nowrap;
  width: 100%;
  overflow-x: scroll;
}
.acf-block-preview .menu.lvl-3 ::-webkit-scrollbar,
.frontend .menu.lvl-3 ::-webkit-scrollbar {
  display: none;
}
.acf-block-preview .menu.lvl-3,
.frontend .menu.lvl-3 {
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
.acf-block-preview,
.frontend {
  /********
   * TAGS *
  ********/
  /***********
   * INFOBOX *
  ***********/
}
.acf-block-preview .notice,
.frontend .notice {
  width: 100%;
  border-radius: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  font-family: "Stara", sans-serif;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 1.4em;
}
@media (max-width: 720px) {
  .acf-block-preview .notice,
  .frontend .notice {
    font-size: 14px;
    line-height: 1.4em;
  }
}
.acf-block-preview .notice,
.frontend .notice {
  color: #33306d;
  background: rgba(51, 48, 109, 0.2);
  padding: 12px 12px 11px;
  box-sizing: border-box;
}
.acf-block-preview .notice .icon,
.frontend .notice .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.acf-block-preview .notice .icon svg,
.frontend .notice .icon svg {
  height: 16px;
  width: auto;
}
.acf-block-preview .notice .icon svg path,
.frontend .notice .icon svg path {
  fill: #33306d;
}
.acf-block-preview .notice.error,
.frontend .notice.error {
  background: rgba(255, 62, 62, 0.2);
  color: #ff3e3e;
}
.acf-block-preview .notice.error svg path,
.frontend .notice.error svg path {
  fill: #ff3e3e;
}
.acf-block-preview,
.frontend {
  /*********
   * DEALS *
   *********/
}
.acf-block-preview .deal-card,
.frontend .deal-card {
  background: linear-gradient(180deg, #ffeba5 0%, #ffe27a 100%);
  border-radius: 8px;
  color: #33306d;
  padding: 16px;
  padding-top: 8px;
  max-width: 350px;
}
@media (max-width: 720px) {
  .acf-block-preview .deal-card,
  .frontend .deal-card {
    max-width: 100%;
  }
}
.acf-block-preview .deal-card .deal-card-inner,
.frontend .deal-card .deal-card-inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
}
.acf-block-preview .deal-card .deal-card-inner .deal-head .deal-card-title,
.frontend .deal-card .deal-card-inner .deal-head .deal-card-title {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}
.acf-block-preview .deal-card .deal-card-inner .deal-head .deal-card-title svg,
.frontend .deal-card .deal-card-inner .deal-head .deal-card-title svg {
  height: 16px;
  width: auto;
}
.acf-block-preview .deal-card .deal-card-inner .deal-card-button,
.frontend .deal-card .deal-card-inner .deal-card-button {
  margin-top: auto;
}
.acf-block-preview .deal-card .deal-card-inner .deal-card-button button,
.frontend .deal-card .deal-card-inner .deal-card-button button {
  width: 100%;
}
.acf-block-preview footer,
.frontend footer {
  position: relative;
  background: #33306d;
  color: #ffe27a;
  z-index: 20;
  padding: 96px 0px 64px;
}
.acf-block-preview footer .footer-grid,
.frontend footer .footer-grid {
  display: grid;
  grid-template-columns: 1fr 3fr 2fr 1fr 4fr 1fr;
  gap: 16px;
  grid-template-areas: ". left right right newsletter ." ". line line line line ." ". info info social social .";
  align-items: flex-start;
}
@media (max-width: 960px) {
  .acf-block-preview footer .footer-grid,
  .frontend footer .footer-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "left right" "newsletter newsletter" "line line" "social social" "info info";
  }
}
@media (max-width: 520px) {
  .acf-block-preview footer .footer-grid,
  .frontend footer .footer-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "left" "right" "newsletter" "line" "social" "info";
  }
}
.acf-block-preview footer .footer-grid .left-menu,
.frontend footer .footer-grid .left-menu {
  grid-area: left;
}
.acf-block-preview footer .footer-grid .right-menu,
.frontend footer .footer-grid .right-menu {
  grid-area: right;
}
@media (max-width: 520px) {
  .acf-block-preview footer .footer-grid .right-menu,
  .frontend footer .footer-grid .right-menu {
    margin-top: 40px;
  }
}
.acf-block-preview footer .footer-grid .newsletter-wrapper,
.frontend footer .footer-grid .newsletter-wrapper {
  grid-area: newsletter;
}
@media (max-width: 520px) {
  .acf-block-preview footer .footer-grid .newsletter-wrapper,
  .frontend footer .footer-grid .newsletter-wrapper {
    margin-top: 40px;
  }
}
.acf-block-preview footer .footer-grid .line,
.frontend footer .footer-grid .line {
  grid-area: line;
  width: 100%;
  margin: 40px 0px;
  border-bottom: 1px solid #ffe27a;
}
.acf-block-preview footer .footer-grid .info-links,
.frontend footer .footer-grid .info-links {
  grid-area: info;
  align-self: flex-end;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.acf-block-preview footer .footer-grid .social-wrapper,
.frontend footer .footer-grid .social-wrapper {
  grid-area: social;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 24px;
  align-items: center;
  align-self: flex-end;
  height: 100%;
  box-sizing: border-box;
  flex-flow: row wrap;
}
@media (max-width: 960px) {
  .acf-block-preview footer .footer-grid .social-wrapper,
  .frontend footer .footer-grid .social-wrapper {
    justify-content: center;
    margin-bottom: 24px;
    height: auto;
  }
}
.acf-block-preview footer .footer-grid .social-wrapper a,
.frontend footer .footer-grid .social-wrapper a {
  margin-left: 16px;
}
.acf-block-preview footer .footer-grid .social-wrapper a svg,
.frontend footer .footer-grid .social-wrapper a svg {
  height: 24px;
  width: auto;
}
.acf-block-preview footer .footer-grid .social-wrapper a svg path,
.frontend footer .footer-grid .social-wrapper a svg path {
  fill: #ffe27a;
}
.acf-block-preview footer .footer-grid ul,
.frontend footer .footer-grid ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0px;
  margin: 0px;
}
.acf-block-preview footer .footer-grid ul li a,
.frontend footer .footer-grid ul li a {
  font-family: "Stara", sans-serif;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 500;
}
@media (max-width: 720px) {
  .acf-block-preview footer .footer-grid ul li a,
  .frontend footer .footer-grid ul li a {
    font-size: 16px;
    line-height: 1.4em;
  }
}
.acf-block-preview footer .footer-grid ul li a,
.frontend footer .footer-grid ul li a {
  color: #ffe27a;
  line-height: 1em;
}
.acf-block-preview footer .footer-grid ul.info-menu,
.frontend footer .footer-grid ul.info-menu {
  gap: 32px;
  flex-flow: row wrap;
}
@media (max-width: 960px) {
  .acf-block-preview footer .footer-grid ul.info-menu,
  .frontend footer .footer-grid ul.info-menu {
    justify-content: center;
  }
}
.acf-block-preview .logo-footer,
.frontend .logo-footer {
  background: #18154a;
  padding: 96px 0px;
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: -1;
}
@media (max-width: 720px) {
  .acf-block-preview .logo-footer,
  .frontend .logo-footer {
    padding: 64px 0px;
  }
}
.acf-block-preview .logo-footer:before,
.frontend .logo-footer:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0px;
  width: 100%;
  height: 100%;
  transform: translateY(-100%);
  background: inherit;
  z-index: -1;
}
.acf-block-preview .logo-footer .logo-grid,
.frontend .logo-footer .logo-grid {
  display: grid;
  grid-template-columns: 2fr 8fr 2fr;
  grid-template-areas: ". logo .";
}
@media (max-width: 960px) {
  .acf-block-preview .logo-footer .logo-grid,
  .frontend .logo-footer .logo-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "logo";
  }
}
.acf-block-preview .logo-footer .logo-grid img,
.acf-block-preview .logo-footer .logo-grid svg,
.frontend .logo-footer .logo-grid img,
.frontend .logo-footer .logo-grid svg {
  grid-area: logo;
  width: 100%;
}
.acf-block-preview .logo-footer .logo-grid img path,
.acf-block-preview .logo-footer .logo-grid svg path,
.frontend .logo-footer .logo-grid img path,
.frontend .logo-footer .logo-grid svg path {
  fill: #ffe27a;
}/*# sourceMappingURL=style.css.map */