/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/theme.scss ***!
  \************************************************************************************************************************************************************************************/
@import url(https://use.typekit.net/gza6ohm.css);
/*!****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/theme.scss (1) ***!
  \****************************************************************************************************************************************************************************************/
@import url(https://use.typekit.net/hxq4irt.css);
/*!****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/theme.scss (2) ***!
  \****************************************************************************************************************************************************************************************/
@import url(https://use.typekit.net/gza6ohm.css);
/*!****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/theme.scss (3) ***!
  \****************************************************************************************************************************************************************************************/
@import url(https://use.typekit.net/hxq4irt.css);
/*!****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/theme.scss (4) ***!
  \****************************************************************************************************************************************************************************************/
@import url(https://use.typekit.net/gza6ohm.css);
/*!****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/theme.scss (5) ***!
  \****************************************************************************************************************************************************************************************/
@import url(https://use.typekit.net/hxq4irt.css);
/*!****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/theme.scss (6) ***!
  \****************************************************************************************************************************************************************************************/
@import url(https://use.typekit.net/gza6ohm.css);
/*!****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/theme.scss (7) ***!
  \****************************************************************************************************************************************************************************************/
@import url(https://use.typekit.net/hxq4irt.css);
/*!****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/theme.scss (8) ***!
  \****************************************************************************************************************************************************************************************/
@media (min-width: 601px) {
  .admin-bar .header {
    margin-top: 32px;
  }
}
.header {
  display: flex;
  align-items: center !important;
  justify-content: space-between;
  background-color: #ffffff;
  gap: 20px;
  height: 80px;
}
.header .container {
  max-width: 1920px;
  padding-right: 0px;
}
@media (max-width: 1244px) {
  .header .container {
    width: 100%;
    padding-right: 32px;
  }
}
.header--alignment {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.header--alignment .header--logo {
  height: 40px;
  margin: 20px;
  z-index: 9999;
}
@media (max-width: 1244px) {
  .header--alignment .header--logo {
    width: 100%;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.header--logo .menu-trigger {
  display: none;
}
.header .cursor-auto {
  cursor: auto;
}
.header--navigation {
  display: flex;
  gap: 40px;
  position: relative;
}
.header--navigation__menu {
  display: flex;
  align-items: center;
}
.header--navigation__menu ul {
  list-style: none;
  margin: 0;
  padding: 26px 0;
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}
.header--navigation__menu ul li a {
  color: #012169;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 600;
  position: relative;
  text-decoration: none;
}
.header--navigation__menu ul li a[href="#"]:not(.menu-back) {
  cursor: default;
}
.header--navigation__menu ul li a:after {
  content: "";
  display: block;
  height: 3px;
  width: 0;
  background-color: #012169;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 2px;
  z-index: 2;
  transition: all 0.2s ease-in-out;
  border-radius: 50px;
}
.header--navigation__menu ul li a.menu-back {
  display: none;
}
.header--navigation__menu ul li a:hover {
  color: #123EA1;
}
.header--navigation__menu ul li a:hover:after {
  width: 30px;
}
.header--navigation__menu ul li.menu-has-children:hover .sub-menu {
  display: flex;
}
.header--navigation__menu ul li .sub-menu {
  display: none;
  position: absolute;
  right: 0;
  background-color: #ffffff;
  padding: 50px;
  border-radius: 0 0 20px 20px;
  align-items: flex-start;
  gap: 100px;
  z-index: 1;
  width: 1144px;
}
@media screen and (max-width: 1244px) {
  .header--navigation__menu ul li .sub-menu {
    width: 1024px;
  }
}
@media screen and (max-width: 1024px) {
  .header--navigation__menu ul li .sub-menu {
    width: 784px;
  }
}
@media screen and (max-width: 784px) {
  .header--navigation__menu ul li .sub-menu {
    width: 604px;
  }
}
.header--navigation__menu ul li .sub-menu .menu-description {
  font-size: 0.9rem;
  font-weight: 500;
  color: #012169;
}
.header--navigation__menu ul li .sub-menu ul {
  flex-wrap: wrap;
  width: 100%;
  column-gap: 20px;
  row-gap: 50px;
  align-items: flex-start;
}
.header--navigation__menu ul li .sub-menu ul li {
  width: calc(50% - 10px);
  flex-shrink: 0;
}
.header--navigation__menu ul li .sub-menu ul li a {
  text-transform: uppercase;
  font-weight: 900;
  display: block;
  margin-bottom: 15px;
}
.header--navigation__menu ul li .sub-menu ul li a.no-link {
  color: #012169;
  text-transform: none;
  font-size: 0.9rem;
  font-weight: 500;
}
.header--navigation__menu ul li .sub-menu ul li a.is-link {
  color: #B2418A;
  font-size: 1rem;
  display: inline-block;
  background-image: url('data:image/svg+xml,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.125 7.125H13.125" stroke="%23B2418A" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.125 1.125L13.125 7.125L7.125 13.125" stroke="%23B2418A" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: 100% 60%;
  padding-right: 24px;
}
.header--navigation__menu ul li .sub-menu ul li a:after {
  content: none;
}
.header--navigation__menu ul li .sub-menu ul li a.menu-back {
  display: none;
}
.header--navigation__menu ul li .sub-menu .menu_image {
  width: 480px;
  flex-shrink: 0;
}
.header--navigation__menu ul li .sub-menu .menu_image img {
  width: 100%;
  border-radius: 20px;
}
.header--navigation__menu ul li .sub-menu .sub-menu {
  flex-direction: column;
  position: relative;
  width: auto;
  left: auto;
  transform: none;
  border: 0;
  background: transparent;
  padding: 0;
  border-radius: 0;
}
.header--navigation__menu ul li .sub-menu .sub-menu ul {
  flex-direction: column;
  gap: 10px;
  padding: 0;
  width: 100%;
  align-items: flex-start;
}
.header--navigation__menu ul li .sub-menu .sub-menu ul li {
  width: 100%;
}
.header--navigation__menu ul li .sub-menu .sub-menu ul li a {
  color: #012169;
  font-size: 0.9rem;
  margin-bottom: 0px;
}
.header--navigation__menu ul li .sub-menu .sub-menu ul li a.no-link {
  color: #012169;
  font-weight: 700;
  font-size: 0.9rem;
}
.header--navigation__menu ul li .sub-menu .sub-menu ul li a.is-link {
  text-transform: uppercase;
  display: inline-block;
  color: #B2418A;
  font-size: 1rem;
}
@media (min-width: 1245px) {
  .header--navigation__menu ul.menu > li > .sub-menu:not(.has-image) > ul {
    column-gap: 40px;
  }
  .header--navigation__menu ul.menu > li > .sub-menu:not(.has-image) > ul > li {
    max-width: 320px;
  }
}
.header--navigation__search {
  display: flex;
  align-items: flex-start;
  padding-top: 26px;
}
.header--navigation__search button {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
.header--navigation__selector {
  cursor: pointer;
}
.header--navigation__selector .selected {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  position: relative;
  z-index: 2;
  background-color: #012169;
  padding: 20px;
  border-radius: 0 0 0 20px;
  margin-bottom: 5px;
  width: 170px;
  cursor: pointer;
}
.header--navigation__selector .selected label {
  font-weight: 500;
  font-size: 0.625rem;
}
.header--navigation__selector .selected span {
  background-image: url('data:image/svg+xml,<svg width="10" height="8" viewBox="0 0 10 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.822 6.81355C5.42431 7.38756 4.57569 7.38756 4.17801 6.81355L0.891225 2.0695C0.431746 1.40629 0.906401 0.5 1.71322 0.5L8.28678 0.499999C9.0936 0.499999 9.56825 1.40629 9.10877 2.06949L5.822 6.81355Z" fill="white"/></svg>');
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 15px;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 900;
  width: fit-content;
}
.header--navigation__selector .options {
  display: block;
  position: absolute;
  right: 0;
  width: 170px;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  border-radius: 0 0 0 20px;
  background-color: #012169;
  padding-top: 20px;
  color: #ffffff;
  opacity: 0;
  display: none;
  top: -100%;
  transition: top 0.2s ease-in-out;
  z-index: 1;
}
.header--navigation__selector .options .industry-itens ul {
  display: flex;
  flex-direction: column;
}
.header--navigation__selector .options .industry-itens li {
  position: relative;
  padding-left: 30px;
}
.header--navigation__selector .options .industry-itens li a {
  font-weight: 700;
}
.header--navigation__selector .options .industry-itens li {
  /* circle gradient marker */
}
.header--navigation__selector .options .industry-itens li::before {
  content: "";
  position: absolute;
  left: 4%;
  top: 40%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, #068bc0 0%, #194e91 100%);
  box-shadow: 0 3px 8px rgba(2, 4, 16, 0.18);
}
.header--navigation__selector .options label {
  font-weight: 500;
  font-size: 0.625rem;
  margin-bottom: 15px;
  display: block;
}
.header--navigation__selector .options ul {
  list-style: none;
  margin: 30px 0 0 0;
  padding: 0;
}
.header--navigation__selector .options ul li.current-page-ancestor a, .header--navigation__selector .options ul li.current_page_item a {
  opacity: 0.4;
}
.header--navigation__selector .options ul li a {
  font-size: 0.75rem;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.5;
  font-weight: 900;
  margin-bottom: 10px;
  display: block;
}
.header--navigation__selector .options ul li a:hover {
  opacity: 0.6;
}
.header--navigation__selector .options ul li ul {
  margin: 0;
}
.header--navigation__selector .options ul li ul li a {
  font-size: 0.625rem;
  opacity: 1 !important;
}
.header--navigation__selector .options ul li ul li a:hover {
  opacity: 0.6 !important;
}
.header--navigation__selector .options.show {
  top: 50px;
  right: 0px;
  opacity: 1;
  display: block;
}
.header--navigationmob {
  display: none;
}
@media screen and (max-width: 1315px) {
  .header--navigation {
    gap: 20px;
  }
  .header--navigation__menu ul {
    gap: 20px;
  }
  .header--navigation__menu ul li a {
    font-size: 0.8rem;
  }
  .header--navigation__menu ul li .sub-menu {
    max-width: 1020px;
  }
  .header--navigation__menu ul li .sub-menu .menu_image {
    width: 400px;
  }
}
@media screen and (max-width: 1244px) {
  .header--logo {
    padding: 20px 0;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
  }
}
@media screen and (max-width: 1244px) and (max-width: 1200px) {
  .header--logo {
    gap: 40px;
  }
}
@media screen and (max-width: 1244px) {
  .header--logo .menu-trigger {
    display: block;
  }
  .header--logo .menu-trigger .open {
    display: block;
  }
  .header--logo .menu-trigger .close {
    display: none;
  }
  .header--logo.show .open {
    display: none;
  }
  .header--logo.show .close {
    display: block;
  }
  .header--navigation {
    display: none;
  }
  .header--navigationmob {
    display: block;
    padding: 20px 32px 90px 32px;
    position: absolute;
    width: 100%;
    left: 0;
    background: #fff;
    max-height: 0;
    opacity: 0;
    top: 70px;
    transform: translateY(-16px);
    transition: all 0.2s ease-in-out;
    overflow: hidden;
    visibility: hidden;
    pointer-events: none;
  }
  .header--navigationmob.show {
    max-height: none;
    height: 100vh;
    opacity: 1;
    z-index: 999;
    transform: translateY(0);
    overflow: auto;
    visibility: visible;
    pointer-events: auto;
  }
  .header--navigationmob.show .header--navigationmob__menu {
    display: flex;
    padding-bottom: 60px;
  }
  .header--navigationmob__menu {
    display: flex;
    align-items: center;
    padding-top: 40px;
    display: none;
  }
  .header--navigationmob__menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 40px;
    align-items: flex-start;
    flex-direction: column;
  }
  .header--navigationmob__menu ul li a {
    color: #012169;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 600;
  }
  .header--navigationmob__menu ul li.close {
    display: none;
  }
  .header--navigationmob__menu ul li.menu-has-children a {
    background-image: url('data:image/svg+xml,<svg width="10" height="15" viewBox="0 0 10 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 2L7.79167 7.47619L2 12.9524" stroke="%23012169" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: 100% 66%;
    padding-right: 25px;
  }
  .header--navigationmob__menu ul li .menu-back {
    font-size: 1rem;
    background-image: url('data:image/svg+xml,<svg width="10" height="15" viewBox="0 0 10 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 2L2.20833 7.47619L8 12.9524" stroke="%23012169" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important;
    display: table;
    background-position: left center !important;
    padding-left: 25px;
    padding-right: 0 !important;
    display: none;
    margin-top: 5px;
  }
  .header--navigationmob__menu ul li .menu-back.open {
    display: block;
  }
  .header--navigationmob__menu ul li .sub-menu {
    display: none;
    margin-top: 30px;
  }
  .header--navigationmob__menu ul li .sub-menu .menu-back {
    display: none;
  }
  .header--navigationmob__menu ul li .sub-menu.open {
    display: flex;
  }
  .header--navigationmob__menu ul li .sub-menu .menu-description {
    font-size: 0.9rem;
    font-weight: 500;
    color: #012169;
  }
  .header--navigationmob__menu ul li .sub-menu ul {
    flex-wrap: wrap;
    width: 100%;
    column-gap: 20px;
    row-gap: 40px;
    align-items: flex-start;
  }
  .header--navigationmob__menu ul li .sub-menu ul li {
    flex-shrink: 0;
  }
  .header--navigationmob__menu ul li .sub-menu ul li.close {
    display: block;
  }
  .header--navigationmob__menu ul li .sub-menu ul li a {
    color: #B2418A;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 900;
    margin-bottom: 15px;
    display: block;
    background: none;
  }
  .header--navigationmob__menu ul li .sub-menu .menu_image {
    display: none;
  }
  .header--navigationmob__menu ul li .sub-menu .sub-menu {
    flex-direction: column;
    position: relative;
    width: auto;
    left: auto;
    transform: none;
    border: 0;
    background: transparent;
    padding: 0;
    border-radius: 0;
    display: flex;
  }
  .header--navigationmob__menu ul li .sub-menu .sub-menu ul {
    flex-direction: column;
    gap: 24px;
    padding: 0;
    width: 100%;
    align-items: flex-start;
  }
  .header--navigationmob__menu ul li .sub-menu .sub-menu ul li a {
    color: #012169;
    font-size: 1rem;
    text-transform: none;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 1.2;
  }
  .header--navigationmob__search {
    border-bottom: 1px solid #012169;
    display: flex;
    align-items: center;
  }
  .header--navigationmob__search svg {
    flex-shrink: 0;
  }
  .header--navigationmob__search form {
    width: 100%;
    display: inherit;
  }
  .header--navigationmob__search input[type=text] {
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    outline: none;
    border: none;
  }
  .header--navigationmob__search button {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
  }
  .header--navigationmob__selector {
    cursor: pointer;
  }
  .header--navigationmob__selector .selected {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #ffffff;
    position: relative;
    z-index: 2;
    background-color: #012169;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 5px;
    cursor: pointer;
  }
  .header--navigationmob__selector .selected label {
    font-weight: 500;
    font-size: 0.625rem;
  }
  .header--navigationmob__selector .selected span {
    background-image: url('data:image/svg+xml,<svg width="10" height="8" viewBox="0 0 10 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.822 6.81355C5.42431 7.38756 4.57569 7.38756 4.17801 6.81355L0.891225 2.0695C0.431746 1.40629 0.906401 0.5 1.71322 0.5L8.28678 0.499999C9.0936 0.499999 9.56825 1.40629 9.10877 2.06949L5.822 6.81355Z" fill="white"/></svg>');
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 15px;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 900;
  }
  .header--navigationmob__selector .options {
    display: block;
    position: relative;
    right: 0;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    border-radius: 0 0 15px 15px;
    background-color: #012169;
    padding-top: 25px;
    color: #ffffff;
    opacity: 0;
    top: -50px;
    transition: all 0.2s ease-in-out;
    z-index: 1;
    height: 0;
    overflow: hidden;
  }
  .header--navigationmob__selector .options .industry-itens ul {
    display: flex;
    flex-direction: column;
    margin-left: 7px;
  }
  .header--navigationmob__selector .options .industry-itens li {
    position: relative;
    padding-left: 5px;
  }
  .header--navigationmob__selector .options .industry-itens li a {
    font-weight: 700;
  }
  .header--navigationmob__selector .options .industry-itens li {
    /* circle gradient marker */
  }
  .header--navigationmob__selector .options .industry-itens li::before {
    content: "";
    position: absolute;
    left: -2%;
    top: 36%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, #068bc0 0%, #194e91 100%);
    box-shadow: 0 3px 8px rgba(2, 4, 16, 0.18);
  }
  .header--navigationmob__selector .options label {
    font-weight: 500;
    font-size: 0.625rem;
    margin-bottom: 15px;
    display: block;
  }
  .header--navigationmob__selector .options ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .header--navigationmob__selector .options ul li.current-page-ancestor a, .header--navigationmob__selector .options ul li.current_page_item a {
    opacity: 0.4;
  }
  .header--navigationmob__selector .options ul li a {
    font-size: 0.75rem;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.5;
    font-weight: 900;
    margin-bottom: 10px;
    display: block;
  }
  .header--navigationmob__selector .options ul li ul {
    padding-left: 10px;
  }
  .header--navigationmob__selector .options ul li ul li a {
    font-size: 0.625rem;
    opacity: 1 !important;
  }
  .header--navigationmob__selector .options.show {
    top: -20px;
    opacity: 1;
    height: auto;
  }
}

.header--navigation__menu {
  transition: opacity 0.3s, visibility 0.3s;
}

.header.search-open .header--navigation__menu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

#search-trigger svg {
  transition: opacity 0.2s;
}

.header.search-open #search-trigger svg {
  opacity: 0;
  visibility: hidden;
}

.header-search {
  position: absolute;
  top: 0px;
  right: 0;
  width: 0;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.2s;
  display: flex;
  align-items: center;
  height: 0;
  width: auto;
}

.header.search-open .header-search {
  height: 100%;
  opacity: 1;
  pointer-events: all;
}

@media (max-width: 700px) {
  .header.search-open .header-search {
    width: 90vw;
    min-width: 0;
  }
}
.header-search {
  position: absolute;
  pointer-events: none;
  right: 240px;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 99;
}
.header-search .header-search__inputgroup {
  position: relative;
  display: flex;
  align-items: center;
}
.header-search .header-search__inputgroup form {
  margin-bottom: 0;
}
.header-search .header-search__icon {
  position: absolute;
  left: 16px;
  display: flex;
  align-items: center;
  height: 100%;
  pointer-events: none;
}
.header-search .header-search__icon svg {
  display: block;
}
.header-search .header-search__clear {
  position: absolute;
  right: 10px;
  top: 45%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #012169;
  display: none; /* hidden by default */
}
.header-search input {
  width: 100%;
  padding: 10px 24px 10px 44px;
  border: 1px solid #e6e6e6;
  border-radius: 50px;
  font-size: 1rem;
  background: #DCE4F3;
  outline: none;
  width: 230px;
}
.header-search.active {
  pointer-events: all;
  opacity: 1;
  transform: translateX(0);
}

.footer {
  background-color: #012169;
  padding-left: 32px;
  padding-right: 32px;
  overflow: hidden;
  padding-top: 65px;
}
.footer--newsletter {
  padding-top: 65px;
  padding-bottom: 65px;
  display: flex;
  align-items: center;
  gap: 100px;
  color: #ffffff;
}
.footer--newsletter__text {
  width: 60%;
}
.footer--newsletter__text h3 {
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 12px;
}
.footer--newsletter__text p {
  font-size: 1.25rem;
  line-height: 1.2;
}
.footer--newsletter__form {
  width: 40%;
}
.footer--newsletter__form form {
  position: relative;
}
.footer--newsletter__form .gform_validation_errors {
  background-color: #ffffff !important;
}
.footer--newsletter__form .gform_validation_errors .gform_submission_error {
  flex-direction: row !important;
}
.footer--newsletter__form .validation_message {
  background-color: #ffffff !important;
  padding: 10px;
  border-radius: 2px;
}
.footer--newsletter__form .gform_footer {
  position: absolute;
  right: 10px;
  top: 20px;
  margin: 0 !important;
  padding: 0;
  display: flex;
  z-index: 10;
}
.footer--newsletter__form .gform_footer .gform_button {
  width: 36px;
  height: 36px;
  border: none;
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 10H18" stroke="%23012169" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/><path d="M10 2L18 10L10 18" stroke="%23012169" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  text-indent: -9999px;
  cursor: pointer;
  padding: 0;
  box-shadow: none !important;
  outline: none !important;
  position: relative;
  top: -2px;
}
.footer--newsletter__form .gform_footer .gform-loader {
  position: absolute;
  left: 8px;
  outline: none;
}
@media (max-width: 1244px) {
  .footer--newsletter__form .gform_footer {
    top: 11px;
  }
}
.footer--newsletter__form .ginput_container_email input {
  border-radius: 500px !important;
  border: 0;
  background: #ffffff;
  font-size: 1.25rem !important;
  color: #012169 !important;
  padding: 35px 40px !important;
  font-weight: 700 !important;
  /*background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 10H18" stroke="%23012169" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/><path d="M10 2L18 10L10 18" stroke="%23012169" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>');*/
  background-repeat: no-repeat;
  background-position: right 40px center;
}
.footer--newsletter__form .ginput_container_email input::placeholder {
  color: #012169;
}
.footer--wrapper {
  background-color: #ffffff;
  border-radius: 20px 20px 0 0;
  padding: 60px 65px 40px 65px;
  max-width: 1140px;
  margin: 0 auto;
}
.footer--wrapper__content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.footer--wrapper__content .about .logo {
  max-width: 430px;
  width: 100%;
  margin-bottom: 55px;
}
.footer--wrapper__content .about .logo a {
  width: 100%;
  display: block;
}
.footer--wrapper__content .about .logo a img {
  width: 100%;
  height: auto;
}
.footer--wrapper__content .about .social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 25px;
  align-items: center;
  flex-wrap: wrap;
}
.footer--wrapper__content .about .social li:hover a svg path {
  fill: #123EA1;
}
.footer--wrapper__content .menus {
  display: flex;
  gap: 95px;
}
.footer--wrapper__content .menus h3 {
  font-size: 0.625rem;
  font-weight: 500;
  color: #012169;
  margin-top: 0;
}
.footer--wrapper__content .menus ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer--wrapper__content .menus ul li a {
  color: #B2418A;
  font-size: 0.9rem;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: 700;
  display: block;
  text-decoration: none;
}
.footer--wrapper__content .menus ul li a:hover {
  color: #CC66A8;
}
.footer--wrapper__copyright {
  margin-top: 12px;
}
.footer--wrapper__copyright p {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 0.5rem !important;
  color: #012169;
  font-weight: 500;
}
@media screen and (max-width: 1244px) {
  .footer--newsletter {
    padding-top: 40px;
    flex-direction: column;
    gap: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .footer--newsletter__text {
    width: 100%;
  }
  .footer--newsletter__text h3 {
    font-size: 2.25rem;
  }
  .footer--newsletter__text p {
    font-size: 1.125rem;
  }
  .footer--newsletter__form {
    width: 100%;
  }
  .footer--newsletter__form .ginput_container_email input {
    font-size: 1rem !important;
    padding: 26px 30px !important;
  }
  .footer--wrapper {
    margin: 0;
    padding: 32px 27px 22px 27px;
  }
  .footer--wrapper__content {
    flex-direction: column;
  }
  .footer--wrapper__content .about .logo {
    max-width: 233px;
    margin-bottom: 20px;
  }
  .footer--wrapper__content .about .social {
    gap: 20px;
  }
  .footer--wrapper__content .about .social li a svg {
    width: 24px;
  }
  .footer--wrapper__content .menus {
    flex-direction: column;
    gap: 20px;
  }
  .footer--wrapper__content .menus ul li a {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 420px) {
  .footer--wrapper__content .about .social {
    max-width: 210px;
    margin: 0 auto;
    justify-content: center;
  }
}

.wp-block-group__inner-container h1.wp-block-heading,
h1.wp-block-heading,
.wp-block-group__inner-container h2.wp-block-heading,
h2.wp-block-heading,
.wp-block-group__inner-container h3.wp-block-heading,
h3.wp-block-heading,
.wp-block-group__inner-container h4.wp-block-heading,
h4.wp-block-heading,
.wp-block-group__inner-container h5.wp-block-heading,
h5.wp-block-heading,
.wp-block-group__inner-container h6.wp-block-heading,
h6.wp-block-heading {
  font-family: "arboria", sans-serif;
  margin: 0;
  box-sizing: border-box;
  line-height: 1;
  font-weight: 500;
}
.wp-block-group__inner-container h1.wp-block-heading strong,
h1.wp-block-heading strong,
.wp-block-group__inner-container h2.wp-block-heading strong,
h2.wp-block-heading strong,
.wp-block-group__inner-container h3.wp-block-heading strong,
h3.wp-block-heading strong,
.wp-block-group__inner-container h4.wp-block-heading strong,
h4.wp-block-heading strong,
.wp-block-group__inner-container h5.wp-block-heading strong,
h5.wp-block-heading strong,
.wp-block-group__inner-container h6.wp-block-heading strong,
h6.wp-block-heading strong {
  font-weight: 900;
}
.wp-block-group__inner-container h1.wp-block-heading.has-blueberry-color,
h1.wp-block-heading.has-blueberry-color,
.wp-block-group__inner-container h2.wp-block-heading.has-blueberry-color,
h2.wp-block-heading.has-blueberry-color,
.wp-block-group__inner-container h3.wp-block-heading.has-blueberry-color,
h3.wp-block-heading.has-blueberry-color,
.wp-block-group__inner-container h4.wp-block-heading.has-blueberry-color,
h4.wp-block-heading.has-blueberry-color,
.wp-block-group__inner-container h5.wp-block-heading.has-blueberry-color,
h5.wp-block-heading.has-blueberry-color,
.wp-block-group__inner-container h6.wp-block-heading.has-blueberry-color,
h6.wp-block-heading.has-blueberry-color {
  color: #012169;
}
.wp-block-group__inner-container h1.wp-block-heading.has-blueberry-light-color,
h1.wp-block-heading.has-blueberry-light-color,
.wp-block-group__inner-container h2.wp-block-heading.has-blueberry-light-color,
h2.wp-block-heading.has-blueberry-light-color,
.wp-block-group__inner-container h3.wp-block-heading.has-blueberry-light-color,
h3.wp-block-heading.has-blueberry-light-color,
.wp-block-group__inner-container h4.wp-block-heading.has-blueberry-light-color,
h4.wp-block-heading.has-blueberry-light-color,
.wp-block-group__inner-container h5.wp-block-heading.has-blueberry-light-color,
h5.wp-block-heading.has-blueberry-light-color,
.wp-block-group__inner-container h6.wp-block-heading.has-blueberry-light-color,
h6.wp-block-heading.has-blueberry-light-color {
  color: #123EA1;
}
.wp-block-group__inner-container h1.wp-block-heading.has-orchard-color,
h1.wp-block-heading.has-orchard-color,
.wp-block-group__inner-container h2.wp-block-heading.has-orchard-color,
h2.wp-block-heading.has-orchard-color,
.wp-block-group__inner-container h3.wp-block-heading.has-orchard-color,
h3.wp-block-heading.has-orchard-color,
.wp-block-group__inner-container h4.wp-block-heading.has-orchard-color,
h4.wp-block-heading.has-orchard-color,
.wp-block-group__inner-container h5.wp-block-heading.has-orchard-color,
h5.wp-block-heading.has-orchard-color,
.wp-block-group__inner-container h6.wp-block-heading.has-orchard-color,
h6.wp-block-heading.has-orchard-color {
  color: #4894D3;
}
.wp-block-group__inner-container h1.wp-block-heading.has-light-orchard-color,
h1.wp-block-heading.has-light-orchard-color,
.wp-block-group__inner-container h2.wp-block-heading.has-light-orchard-color,
h2.wp-block-heading.has-light-orchard-color,
.wp-block-group__inner-container h3.wp-block-heading.has-light-orchard-color,
h3.wp-block-heading.has-light-orchard-color,
.wp-block-group__inner-container h4.wp-block-heading.has-light-orchard-color,
h4.wp-block-heading.has-light-orchard-color,
.wp-block-group__inner-container h5.wp-block-heading.has-light-orchard-color,
h5.wp-block-heading.has-light-orchard-color,
.wp-block-group__inner-container h6.wp-block-heading.has-light-orchard-color,
h6.wp-block-heading.has-light-orchard-color {
  color: #9CC1E0;
}
.wp-block-group__inner-container h1.wp-block-heading.has-jamberry-color,
h1.wp-block-heading.has-jamberry-color,
.wp-block-group__inner-container h2.wp-block-heading.has-jamberry-color,
h2.wp-block-heading.has-jamberry-color,
.wp-block-group__inner-container h3.wp-block-heading.has-jamberry-color,
h3.wp-block-heading.has-jamberry-color,
.wp-block-group__inner-container h4.wp-block-heading.has-jamberry-color,
h4.wp-block-heading.has-jamberry-color,
.wp-block-group__inner-container h5.wp-block-heading.has-jamberry-color,
h5.wp-block-heading.has-jamberry-color,
.wp-block-group__inner-container h6.wp-block-heading.has-jamberry-color,
h6.wp-block-heading.has-jamberry-color {
  color: #B2418A;
}
.wp-block-group__inner-container h1.wp-block-heading.has-jamberry-light-color,
h1.wp-block-heading.has-jamberry-light-color,
.wp-block-group__inner-container h2.wp-block-heading.has-jamberry-light-color,
h2.wp-block-heading.has-jamberry-light-color,
.wp-block-group__inner-container h3.wp-block-heading.has-jamberry-light-color,
h3.wp-block-heading.has-jamberry-light-color,
.wp-block-group__inner-container h4.wp-block-heading.has-jamberry-light-color,
h4.wp-block-heading.has-jamberry-light-color,
.wp-block-group__inner-container h5.wp-block-heading.has-jamberry-light-color,
h5.wp-block-heading.has-jamberry-light-color,
.wp-block-group__inner-container h6.wp-block-heading.has-jamberry-light-color,
h6.wp-block-heading.has-jamberry-light-color {
  color: #CC66A8;
}
.wp-block-group__inner-container h1.wp-block-heading.has-freshpicked-color,
h1.wp-block-heading.has-freshpicked-color,
.wp-block-group__inner-container h2.wp-block-heading.has-freshpicked-color,
h2.wp-block-heading.has-freshpicked-color,
.wp-block-group__inner-container h3.wp-block-heading.has-freshpicked-color,
h3.wp-block-heading.has-freshpicked-color,
.wp-block-group__inner-container h4.wp-block-heading.has-freshpicked-color,
h4.wp-block-heading.has-freshpicked-color,
.wp-block-group__inner-container h5.wp-block-heading.has-freshpicked-color,
h5.wp-block-heading.has-freshpicked-color,
.wp-block-group__inner-container h6.wp-block-heading.has-freshpicked-color,
h6.wp-block-heading.has-freshpicked-color {
  color: #6BA539;
}
.wp-block-group__inner-container h1.wp-block-heading.has-light-gray-color,
h1.wp-block-heading.has-light-gray-color,
.wp-block-group__inner-container h2.wp-block-heading.has-light-gray-color,
h2.wp-block-heading.has-light-gray-color,
.wp-block-group__inner-container h3.wp-block-heading.has-light-gray-color,
h3.wp-block-heading.has-light-gray-color,
.wp-block-group__inner-container h4.wp-block-heading.has-light-gray-color,
h4.wp-block-heading.has-light-gray-color,
.wp-block-group__inner-container h5.wp-block-heading.has-light-gray-color,
h5.wp-block-heading.has-light-gray-color,
.wp-block-group__inner-container h6.wp-block-heading.has-light-gray-color,
h6.wp-block-heading.has-light-gray-color {
  color: #DCE4F3;
}

.wp-block-separator.has-blueberry-color {
  border-color: #012169;
}
.wp-block-separator.has-blueberry-light-color {
  border-color: #123EA1;
}
.wp-block-separator.has-orchard-color {
  border-color: #4894D3;
}
.wp-block-separator.has-light-orchard-color {
  border-color: #9CC1E0;
}
.wp-block-separator.has-jamberry-color {
  border-color: #B2418A;
}
.wp-block-separator.has-jamberry-light-color {
  border-color: #CC66A8;
}
.wp-block-separator.has-freshpicked-color {
  border-color: #6BA539;
}
.wp-block-separator.has-light-gray-color {
  border-color: #DCE4F3;
}

.wp-block-group__inner-container h1.wp-block-heading, h1.wp-block-heading {
  font-size: clamp(2.6rem, 4vw, 4rem);
}

.wp-block-group__inner-container h2.wp-block-heading, h2.wp-block-heading {
  font-size: clamp(2.6rem, 4vw, 3.6rem);
}

.wp-block-group__inner-container h3.wp-block-heading, h3.wp-block-heading {
  font-size: clamp(2.2rem, 4vw, 3rem);
}

.wp-block-group__inner-container h4.wp-block-heading, h4.wp-block-heading {
  font-size: clamp(1.8rem, 4vw, 2.2rem);
}

.wp-block-group__inner-container h5.wp-block-heading, h5.wp-block-heading {
  font-size: clamp(1.5rem, 4vw, 1.8rem);
}

.wp-block-group__inner-container h6.wp-block-heading, h6.wp-block-heading {
  font-size: clamp(1.2rem, 4vw, 1.5rem);
}

.wp-block-group__inner-container p, p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
}
.wp-block-group__inner-container p.has-small-font-size, p.has-small-font-size {
  font-size: 14px;
}
.wp-block-group__inner-container p.has-medium-font-size, p.has-medium-font-size {
  font-size: 20px;
}
@media (max-width: 767px) {
  .wp-block-group__inner-container p.has-medium-font-size, p.has-medium-font-size {
    font-size: 18px;
  }
}
.wp-block-group__inner-container p.has-large-font-size, p.has-large-font-size {
  font-size: 24px;
}
@media (max-width: 767px) {
  .wp-block-group__inner-container p.has-large-font-size, p.has-large-font-size {
    font-size: 20px;
  }
}
.wp-block-group__inner-container p.has-x-large-font-size, p.has-x-large-font-size {
  font-size: 28px;
}
@media (max-width: 767px) {
  .wp-block-group__inner-container p.has-x-large-font-size, p.has-x-large-font-size {
    font-size: 24px;
  }
}
.wp-block-group__inner-container p.has-blueberry-color, p.has-blueberry-color {
  color: #012169;
}
.wp-block-group__inner-container p.has-blueberry-light-color, p.has-blueberry-light-color {
  color: #123EA1;
}
.wp-block-group__inner-container p.has-orchard-color, p.has-orchard-color {
  color: #4894D3;
}
.wp-block-group__inner-container p.has-light-orchard-color, p.has-light-orchard-color {
  color: #9CC1E0;
}
.wp-block-group__inner-container p.has-jamberry-color, p.has-jamberry-color {
  color: #B2418A;
}
.wp-block-group__inner-container p.has-jamberry-light-color, p.has-jamberry-light-color {
  color: #CC66A8;
}
.wp-block-group__inner-container p.has-freshpicked-color, p.has-freshpicked-color {
  color: #6BA539;
}

.remove-paragraph-arrows a {
  padding: 0 !important;
  background: none !important;
  color: #b2418a !important;
}

.gutter-padding-group-0 .wp-block-group__inner-container {
  padding: 0 !important;
}

.max-880 {
  max-width: 880px;
}

.embeded-rounded-20 {
  border-radius: 20px;
}

.block-hero {
  min-height: calc(100dvh - 80px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #ffffff;
  padding: 50px 0px;
  position: relative;
  margin-top: 80px;
  box-sizing: border-box;
  overflow-x: hidden;
}
.block-hero * {
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .block-hero {
    max-height: 900px;
  }
}
.block-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.block-hero--image {
  position: absolute;
  z-index: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  object-fit: cover;
}
.block-hero--imagemob {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  display: none;
}
.block-hero--content {
  position: relative;
  z-index: 2;
}
.block-hero--content__title {
  margin: 0;
  font-family: "piepie", sans-serif;
  font-weight: 400;
  line-height: 0.8;
  text-transform: uppercase;
  font-size: clamp(29px, 7.5vw, 100px);
}
.block-hero--content__title img {
  width: auto;
  max-width: 100%;
}
.block-hero--content__lead {
  max-width: 670px;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1em;
  margin: 24px 0 20px;
}
.block-hero--content__subtitle {
  max-width: 670px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 20px;
}
.block-hero--body.has--badge {
  align-items: center;
  display: flex;
  gap: 50px;
  margin-top: 59px;
}
@media screen and (max-width: 1244px) {
  .block-hero--body.has--badge {
    margin-top: 46px;
    gap: 27px;
  }
}
@media screen and (max-width: 604px) {
  .block-hero--body.has--badge {
    flex-wrap: wrap;
  }
}
.block-hero--badge {
  max-width: 209px;
  width: 30%;
}
.block-hero--badge img {
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .block-hero {
    overflow: hidden;
  }
  .block-hero--imagemob {
    display: block;
  }
  .block-hero--content__lead {
    font-size: 1.5rem;
    margin: 30px 0;
  }
  .block-hero--content__subtitle {
    font-size: 1.125rem;
    padding-right: 50px;
  }
}
@media screen and (max-width: 604px) {
  .block-hero--content__lead {
    font-size: 1.25rem;
  }
  .block-hero--content__title img {
    max-width: 100% !important;
  }
  .block-hero--content__subtitle {
    padding-right: 0;
  }
}
.block-flipcards {
  padding: 80px 0;
  overflow: hidden;
}
.block-flipcards--box {
  display: flex;
  gap: 80px;
  align-items: center;
}
.block-flipcards--box__content {
  width: 50%;
}
.block-flipcards--box__content .title {
  color: #B2418A;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  font-weight: 900;
}
.block-flipcards--box__content .subtitle {
  font-size: 2rem;
  color: #012169;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 0;
}
.block-flipcards--box__cards {
  width: 50%;
}
@media (max-width: 784px) {
  .block-flipcards--box__cards {
    width: 100%;
  }
}
.block-flipcards--box__cards .swiper-slide {
  border-radius: 20px;
  overflow: hidden;
  max-width: 490px;
  width: 100%;
}
.block-flipcards--box__cards .swiper-slide .card-image img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1.18;
  display: block;
}
.block-flipcards--box__cards .swiper-slide .card-description {
  padding: 50px;
}
.block-flipcards--box__cards .swiper-slide .card-description h3 {
  font-size: 2.25rem;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  margin: 0;
}
.block-flipcards--box .arrows {
  display: flex;
  margin-top: 55px;
  gap: 30px;
}
.block-flipcards--box .arrows .swiper-button-next {
  position: relative;
  width: 80px;
  height: 80px;
  background-color: #012169;
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 0;
  background-image: url('data:image/svg+xml,<svg width="29" height="29" viewBox="0 0 29 29" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.63501 14.2063H26.635" stroke="white" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/><path d="M14.6348 2.2063L26.6348 14.2063L14.6348 26.2063" stroke="white" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s ease-in-out;
}
.block-flipcards--box .arrows .swiper-button-next::after {
  display: none;
}
.block-flipcards--box .arrows .swiper-button-next:hover {
  background-color: #123EA1;
}
.block-flipcards--box .arrows .swiper-button-prev {
  position: relative;
  width: 80px;
  height: 80px;
  background-color: #012169;
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 0;
  background-image: url('data:image/svg+xml,<svg width="29" height="29" viewBox="0 0 29 29" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M26.7144 14.2063H2.71435" stroke="white" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/><path d="M14.7146 2.2063L2.7146 14.2063L14.7146 26.2063" stroke="white" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s ease-in-out;
}
.block-flipcards--box .arrows .swiper-button-prev::after {
  display: none;
}
.block-flipcards--box .arrows .swiper-button-prev:hover {
  background-color: #123EA1;
}
.block-flipcards--box .arrows.mob {
  display: none;
}
@media screen and (max-width: 1024px) {
  .block-flipcards {
    padding: 60px 0;
    overflow: hidden;
  }
  .block-flipcards--box {
    flex-direction: column;
    gap: 50px;
  }
  .block-flipcards--box__content {
    width: 100%;
  }
  .block-flipcards--box__content .title {
    font-size: 2.5rem;
  }
  .block-flipcards--box__content .subtitle {
    font-size: 1.375rem;
  }
  .block-flipcards--box__cards .swiper-slide .card-description {
    padding: 30px;
  }
  .block-flipcards--box__cards .swiper-slide .card-description h3 {
    font-size: 1.375rem;
  }
  .block-flipcards--box .arrows {
    gap: 22px;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
  }
  .block-flipcards--box .arrows .swiper-button-prev {
    width: 55px;
    height: 55px;
  }
  .block-flipcards--box .arrows .swiper-button-next {
    width: 55px;
    height: 55px;
  }
  .block-flipcards--box .arrows {
    display: none;
  }
  .block-flipcards--box .arrows.mob {
    display: flex;
  }
}
.block-cta {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #ffffff;
  padding: 50px;
  position: relative;
  z-index: 0;
}
.block-cta--image {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.block-cta--video {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.block-cta--content {
  max-width: 518px;
  background-color: #6BA539;
  color: #ffffff;
  padding: 43px;
  border-radius: 20px;
  z-index: 2;
  position: relative;
}
.block-cta--content__title {
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 35px;
}
.block-cta--content__subtitle {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 35px;
}
.block-cta--content__description {
  font-size: 1.375rem;
  line-height: 1.2;
  font-weight: 500;
  max-width: 390px;
  margin-top: 0;
  margin-bottom: 35px;
}
.block-cta--content__description a {
  color: #ffffff;
  text-decoration: underline;
}
.block-cta--content__description a:hover {
  color: #B2418A;
}
@media screen and (max-width: 1024px) {
  .block-cta {
    padding: 240px 0 50px 0;
    overflow: hidden;
  }
  .block-cta--image {
    height: 55%;
    object-position: 90%;
  }
  .block-cta--content {
    padding: 42px;
  }
  .block-cta--content__title {
    font-size: 2.625rem;
    margin-bottom: 22px;
  }
  .block-cta--content__subtitle {
    font-size: 1.375rem;
    margin-bottom: 22px;
  }
  .block-cta--content__description {
    font-size: 1.125rem;
    padding-right: 35px;
  }
}
@media screen and (max-width: 604px) {
  .block-cta--content__title {
    font-size: 1.8rem;
  }
}
.block-carousel {
  padding: 80px 0;
}
.block-carousel .swiper {
  width: 100%;
  flex: 0 0 auto;
}
.block-carousel .swiper .swiper-slide video {
  /*max-width: 280px;*/
  border-radius: 20px;
  width: 100%;
  pointer-events: none;
}
.block-recipes {
  padding: 40px 0;
}
.block-recipes--title {
  color: #B2418A;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 54px;
}
.block-recipes--title.sm {
  font-size: 3rem;
}
.block-recipes--content {
  font-size: 1.25rem;
  color: #012169;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.block-recipes .swiper-container-wrapper .swiper-button-next,
.block-recipes .swiper-container-wrapper .swiper-button-prev {
  display: none;
}
@media (min-width: 1245px) {
  .block-recipes .swiper-container-wrapper .swiper-button-next,
  .block-recipes .swiper-container-wrapper .swiper-button-prev {
    display: flex;
  }
}
@media (min-width: 1315px) {
  .block-recipes .swiper-container-wrapper .swiper-button-next.button-prev,
  .block-recipes .swiper-container-wrapper .swiper-button-prev.button-prev {
    left: -50px;
  }
  .block-recipes .swiper-container-wrapper .swiper-button-next.button-next,
  .block-recipes .swiper-container-wrapper .swiper-button-prev.button-next {
    right: -50px;
  }
}
@media (min-width: 1440px) {
  .block-recipes .swiper-container-wrapper .swiper-button-next.button-prev,
  .block-recipes .swiper-container-wrapper .swiper-button-prev.button-prev {
    left: -100px;
  }
  .block-recipes .swiper-container-wrapper .swiper-button-next.button-next,
  .block-recipes .swiper-container-wrapper .swiper-button-prev.button-next {
    right: -100px;
  }
}
.block-recipes .swiper-slide {
  display: flex;
  height: auto;
}
.block-recipes .swiper-slide.sm {
  max-width: 280px;
}
.block-recipes .swiper-slide.sm h3 {
  font-size: 1.5rem;
  line-height: 1.2;
}
.block-recipes .swiper-slide.sm a .recipe-content {
  height: calc(100% - 340px);
}
@media screen and (max-width: 1199px) {
  .block-recipes .swiper-slide.sm a .recipe-content {
    height: 120px;
  }
}
.block-recipes .swiper-slide.style-default a {
  color: #ffffff;
}
.block-recipes .swiper-slide.style-default a h3 {
  background-color: #4894D3;
}
.block-recipes .swiper-slide.style-light a {
  color: #012169;
}
.block-recipes .swiper-slide.style-light a h3 {
  background-color: #DCE4F3;
}
.block-recipes .swiper-slide a {
  overflow: hidden;
  border-radius: 30px;
  display: flex;
  height: 100%;
  flex-direction: column;
  flex: 1;
  text-decoration: none;
}
.block-recipes .swiper-slide a .recipe-image {
  overflow: hidden;
  display: block;
  max-height: 340px;
}
.block-recipes .swiper-slide a .recipe-image img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out;
  aspect-ratio: 1;
  object-fit: cover;
}
.block-recipes .swiper-slide a .recipe-content {
  padding: 30px 15px;
  background-color: #4894D3;
  transition: all 0.2s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.block-recipes .swiper-slide a .recipe-content h3 {
  margin: 0;
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  text-transform: capitalize;
  transition: all 0.2s ease-in-out;
}
.block-recipes .swiper-slide a .recipe-content h3 span {
  font-size: 1.25rem;
  text-align: left;
  font-weight: 400;
  line-height: 24px;
  line-height: 1;
  font-weight: 500;
}
.block-recipes .swiper-slide a h3.title {
  text-align: left !important;
  font-size: 2.5rem;
  font-weight: 900;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  padding: 70px 30px;
}
.block-recipes .swiper-slide a p {
  color: #ffffff;
}
.block-recipes .swiper-slide a:hover .recipe-image img {
  transform: scale(1.2);
}
.block-recipes .swiper-slide a:hover .recipe-content {
  background-color: #9cc1e0;
}
.block-recipes .swiper-slide a:hover .recipe-content h3 {
  background-color: #9cc1e0;
}
.block-recipes .recipes-grid-wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.block-recipes .recipes-grid-wrapper .recipe-item {
  background-color: #DCE4F3;
  max-width: 340px;
  padding: 0px 20px 40px;
  border-radius: 40px;
  margin-bottom: 20px;
  flex: 0 0 calc(33.333% - 54px);
}
.block-recipes .recipes-grid-wrapper .recipe-item .recipe-image {
  margin-left: -20px;
  margin-right: -20px;
}
.block-recipes .recipes-grid-wrapper .recipe-item .recipe-image img {
  max-width: 380px;
  max-height: 322px;
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
.block-recipes .recipes-grid-wrapper .recipe-item .celebration-date {
  display: flex;
  margin-top: 40px;
  gap: 20px;
  align-items: center;
}
.block-recipes .recipes-grid-wrapper .recipe-item .celebration-date h6 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.1;
  color: #012169;
  margin: 0;
}
.block-recipes .recipes-grid-wrapper .recipe-item h3 {
  font-weight: 900;
  font-size: 2.25rem;
  line-height: 100%;
  color: #012169;
}
.block-recipes .recipes-grid-wrapper .recipe-item span {
  color: #B2418A;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 500;
  background-image: url('data:image/svg+xml,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.125 7.125H13.125" stroke="%23B2418A" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.125 1.125L13.125 7.125L7.125 13.125" stroke="%23B2418A" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: 100% 75%;
  padding-right: 24px;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .block-recipes .recipes-grid-wrapper {
    justify-content: space-around;
  }
  .block-recipes .recipes-grid-wrapper .recipe-item {
    flex-basis: 43%;
  }
  .block-recipes .recipes-grid-wrapper .recipe-item h3 {
    font-size: 2rem;
  }
  .block-recipes .recipes-grid-wrapper .recipe-item .celebration-date {
    gap: 10px;
  }
  .block-recipes .recipes-grid-wrapper .recipe-item .celebration-date svg {
    width: 35px;
  }
  .block-recipes .recipes-grid-wrapper .recipe-item .celebration-date h6 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 960px) {
  .block-recipes .recipes-grid {
    padding-right: 64px;
    padding-left: 32px;
    margin-right: auto;
    margin-left: auto;
    max-width: 720px;
  }
}
@media screen and (max-width: 784px) {
  .block-recipes .recipes-grid-wrapper {
    flex-wrap: wrap;
  }
  .block-recipes .recipes-grid-wrapper .recipe-item {
    flex-basis: 100%;
  }
}
.block-recipes.american-heart-association-badge .swiper-slide .recipe-image:before {
  content: "";
  background: url("../assets/images/american-heart-association-badge.svg");
  width: 93px;
  height: 125px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 999;
}
@media screen and (max-width: 1199px) {
  .block-recipes .swiper-slide a .recipe-content {
    height: calc(100% - 365px);
  }
}
@media screen and (max-width: 1024px) {
  .block-recipes {
    padding: 0px 32px 40px 32px;
  }
  .block-recipes.grid .container {
    padding: 0;
  }
  .block-recipes .container {
    max-width: none;
  }
  .block-recipes .container .swiper-container-wrapper {
    margin-right: -64px;
  }
  .block-recipes--title {
    font-size: 2.5rem;
    margin-bottom: 44px;
  }
  .block-recipes--title.has-offset {
    padding: 0 32px;
  }
  .block-recipes .swiper-slide a .recipe-content {
    height: 120px;
  }
  .block-recipes .swiper-slide a .recipe-content h3 {
    font-size: 1.75rem;
    height: auto;
  }
  .block-recipes .swiper-slide a h3.title {
    font-size: 1.5rem;
  }
  .block-recipes .swiper-slide a:hover .recipe-image img {
    transform: scale(1);
  }
  .block-recipes .swiper-slide a:hover h3 {
    background-color: #9cc1e0;
  }
}
@media screen and (max-width: 784px) {
  .block-recipes .swiper-slide a .recipe-image {
    max-height: 280px;
  }
  .block-recipes .swiper-slide a h3 {
    height: 120px;
  }
}
@media screen and (max-width: 604px) {
  .block-recipes {
    padding: 0px;
    padding-bottom: 40px;
  }
  .block-recipes .container .swiper-container-wrapper {
    margin-right: -32px;
  }
  .block-recipes--title.sm {
    font-size: 2rem;
  }
}
.block-bowl--box {
  background-color: #DCE4F3;
  border-radius: 40px;
  padding: 60px 50px 50px;
  position: relative;
  overflow: hidden;
}
.block-bowl--box:hover {
  z-index: 2;
  cursor: url("../assets/images/cursor-new.svg"), auto;
}
.block-bowl--box__message {
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 300px;
  padding: 10px;
  background-color: #012169;
  color: #ffffff;
  text-align: center;
  border-radius: 20px;
}
.block-bowl--box__content .title {
  font-size: 5.375rem;
  color: #B2418A;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 0.9;
  margin-top: 0;
  margin-bottom: 30px;
  max-width: 600px;
}
.block-bowl--box__content .subtitle {
  font-size: 2rem;
  color: #012169;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 86px;
  max-width: 342px;
}
.block-bowl--box__content .button {
  margin-top: auto;
  max-width: fit-content;
}
.block-bowl--box .wrapper,
.block-bowl--box .wrapper * {
  position: absolute;
  cursor: auto;
  width: 100%;
  bottom: 50px;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.block-bowl--box .wrapper:hover,
.block-bowl--box .wrapper *:hover {
  z-index: 2;
  cursor: url("../assets/images/cursor-new.svg"), auto;
}
.block-bowl--box .wrapper .bowl,
.block-bowl--box .wrapper * .bowl {
  width: 60%;
  width: auto;
  position: absolute;
  right: 4%;
  bottom: calc(100% - 50px);
}
.block-bowl--box .wrapper .mobile-bowl,
.block-bowl--box .wrapper * .mobile-bowl {
  display: none;
  max-width: 363px;
}
.block-bowl--box .wrapper .vitamins,
.block-bowl--box .wrapper * .vitamins {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  min-height: 200px;
  max-width: 100%;
  position: absolute;
  bottom: -50px;
  padding-bottom: 0;
  min-height: 512px;
  max-width: 649px;
  right: 50px;
}
.block-bowl--box .wrapper .vitamin,
.block-bowl--box .wrapper * .vitamin {
  position: absolute;
  transition: all 0.3s ease;
  width: auto;
  min-width: 44px;
  height: auto;
}
.block-bowl--box .wrapper .vitamin-fiber,
.block-bowl--box .wrapper * .vitamin-fiber {
  top: 54%;
  right: 28%;
  max-width: 140px;
}
.block-bowl--box .wrapper .vitamin-manganese,
.block-bowl--box .wrapper * .vitamin-manganese {
  top: 23%;
  right: 17%;
  max-width: 194px;
}
.block-bowl--box .wrapper .vitamin-potassium,
.block-bowl--box .wrapper * .vitamin-potassium {
  top: 54%;
  right: 34%;
  max-width: 178px;
}
.block-bowl--box .wrapper .vitamin-sweet,
.block-bowl--box .wrapper * .vitamin-sweet {
  top: 70%;
  right: 12%;
  max-width: 132px;
}
.block-bowl--box .wrapper .vitamin-tart,
.block-bowl--box .wrapper * .vitamin-tart {
  top: 78%;
  right: 36%;
  max-width: 84px;
}
.block-bowl--box .wrapper .vitamin-tasty,
.block-bowl--box .wrapper * .vitamin-tasty {
  top: 20%;
  left: 29%;
  max-width: 120px;
}
.block-bowl--box .wrapper .vitamin-c,
.block-bowl--box .wrapper * .vitamin-c {
  top: 55%;
  left: 25%;
  max-width: 172px;
}
.block-bowl--box .wrapper .vitamin-k,
.block-bowl--box .wrapper * .vitamin-k {
  top: 37%;
  left: 16%;
  max-width: 176px;
}
.block-bowl--box .wrapper .vitamin-yum,
.block-bowl--box .wrapper * .vitamin-yum {
  top: 78%;
  left: 20%;
  max-width: 114px;
}
@media screen and (max-width: 1199px) {
  .block-bowl--box .wrapper .bowl {
    max-width: 580px;
    right: 5%;
  }
  .block-bowl--box .wrapper .vitamins {
    max-width: 580px;
    min-height: 458px;
  }
}
@media screen and (max-width: 991px) {
  .block-bowl--box {
    overflow: visible;
    margin-bottom: 20px;
  }
  .block-bowl--box__content .title {
    font-size: 5.375rem;
    color: #B2418A;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 0.9;
    margin-top: 0;
    margin-bottom: 30px;
    max-width: 600px;
  }
  .block-bowl--box__content .subtitle {
    max-width: 320px;
  }
  .block-bowl--box__content .button {
    margin-top: auto;
    max-width: fit-content;
  }
  .block-bowl--box .wrapper {
    position: unset;
  }
  .block-bowl--box .wrapper .bowl {
    display: none;
  }
  .block-bowl--box .wrapper .mobile-bowl {
    display: block;
    position: absolute;
    right: 0;
    bottom: -20px;
  }
  .block-bowl--box .wrapper .vitamins {
    max-width: 363px;
    bottom: 0px;
    right: 0;
    min-height: 410px;
  }
  .block-bowl--box .wrapper .vitamin {
    transform: scale(0.8);
  }
  .block-bowl--box .wrapper .vitamin-fiber {
    top: 46%;
    right: 12%;
  }
  .block-bowl--box .wrapper .vitamin-manganese {
    top: 15%;
    right: 0%;
  }
  .block-bowl--box .wrapper .vitamin-potassium {
    top: 54%;
    right: 34%;
  }
  .block-bowl--box .wrapper .vitamin-sweet {
    top: 61%;
    right: 0%;
  }
  .block-bowl--box .wrapper .vitamin-tart {
    top: 78%;
    right: 16%;
  }
  .block-bowl--box .wrapper .vitamin-tasty {
    top: 20%;
    left: 22%;
  }
  .block-bowl--box .wrapper .vitamin-c {
    top: 55%;
    left: 25%;
  }
  .block-bowl--box .wrapper .vitamin-k {
    top: 37%;
    left: 6%;
  }
  .block-bowl--box .wrapper .vitamin-yum {
    top: 78%;
    left: 20%;
  }
}
@media screen and (max-width: 1024px) {
  .block-bowl--box {
    padding-bottom: 170px;
  }
  .block-bowl--box__content .title {
    font-size: 2.625rem;
  }
  .block-bowl--box__content .subtitle {
    font-size: 1.375rem;
  }
  .block-bowl--box__content .button {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .block-bowl {
    position: relative;
  }
  .block-bowl--box {
    position: initial;
    padding-bottom: 100px;
    margin-bottom: 160px;
  }
  .block-bowl--box__content .subtitle {
    max-width: 100%;
  }
  .block-bowl--box .wrapper {
    position: absolute;
    right: 0;
    bottom: -150px;
  }
}
@media screen and (max-width: 784px) {
  .block-bowl--box .wrapper,
  .block-bowl--box .wrapper * {
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
  }
}
@media screen and (max-width: 599px) {
  .block-bowl--box {
    padding-bottom: 250px;
  }
  .block-bowl--box__content .subtitle {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 390px) {
  .block-bowl--box {
    padding-bottom: 190px;
  }
  .block-bowl--box .wrapper .mobile-bowl {
    max-width: 313px;
  }
  .block-bowl--box .wrapper .vitamins {
    max-width: 313px;
    min-height: 320px;
  }
  .block-bowl--box .wrapper .vitamin {
    transform: scale(0.5);
  }
  .block-bowl--box .wrapper .vitamin-fiber {
    top: 37%;
    right: 4%;
  }
  .block-bowl--box .wrapper .vitamin-manganese {
    top: 9%;
    right: -6%;
  }
  .block-bowl--box .wrapper .vitamin-potassium {
    top: 54%;
    right: 34%;
  }
  .block-bowl--box .wrapper .vitamin-sweet {
    top: 51%;
    right: 0%;
  }
  .block-bowl--box .wrapper .vitamin-tart {
    top: 76%;
    right: 16%;
  }
  .block-bowl--box .wrapper .vitamin-tasty {
    top: 14%;
    left: 14%;
  }
  .block-bowl--box .wrapper .vitamin-c {
    top: 54%;
    left: 21%;
  }
  .block-bowl--box .wrapper .vitamin-k {
    top: 35%;
    left: 3%;
  }
  .block-bowl--box .wrapper .vitamin-yum {
    top: 75%;
    left: 20%;
  }
}
.block-headings {
  font-family: "arboria", sans-serif;
}
.block-headings h1,
.block-headings h2,
.block-headings h3,
.block-headings h4,
.block-headings h5 {
  font-weight: 900;
  text-transform: uppercase;
}
.block-headings h1 {
  color: #B2418A;
  font-size: clamp(2.6rem, 4vw, 4rem);
  margin: 20px 0 25px 0;
  line-height: 55px;
}
.block-headings h2 {
  color: #B2418A;
  font-size: clamp(2.6rem, 4vw, 3.6rem);
  margin: 20px 0 25px 0;
  line-height: 55px;
}
.block-headings h3 {
  color: #012169;
  font-size: clamp(2.2rem, 4vw, 3rem);
  margin: 20px 0 25px 0;
}
.block-headings h4 {
  color: #012169;
  font-size: clamp(1.8rem, 4vw, 2.2rem);
  margin: 20px 0 25px 0;
}
.block-headings.mt-0 * {
  margin-top: 0;
}
.block-headings.lh-09 * {
  line-height: 0.9;
}
.block-headings h5 {
  width: 75%;
  color: #012169;
  font-size: clamp(1rem, 4vw, 1.2rem);
  margin: 20px 0 25px 0;
  font-weight: 500;
}
@media (max-width: 927px) {
  .block-headings h5 {
    width: 100%;
  }
}
@media (max-width: 784px) {
  .block-headings h2 {
    font-size: 1.8rem;
    line-height: 0.9;
  }
  .block-headings h3 {
    font-size: 1.7rem;
  }
}
.block-tabs--buttons {
  background: #e7ecf5;
  border-radius: 50px;
  display: flex;
  padding: 15px 14px;
  gap: 20px;
  align-self: stretch;
  flex-wrap: wrap;
  justify-content: center;
  /*position: sticky;
  top: 140px;
  z-index: 100;*/
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .block-tabs--buttons {
    justify-content: center;
    position: relative;
    top: 0;
  }
}
@media screen and (max-width: 604px) {
  .block-tabs--buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
}
.block-tabs--buttons .tabs-btn {
  border: 2px solid #002868;
  background: #e7ecf5;
  color: #002868;
  font-weight: 600;
  padding: 14.5px 21px;
  border-radius: 50px;
  font-size: 1.25rem;
  outline: none;
  cursor: pointer;
  transition: all 0.2s;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  font-family: "arboria", sans-serif;
}
@media screen and (max-width: 604px) {
  .block-tabs--buttons .tabs-btn {
    padding: 10px 14px;
    gap: 10px;
    font-size: 1.25rem;
  }
}
.block-tabs--buttons .tabs-btn:hover {
  background-color: #012169;
  color: #ffffff;
}
.block-tabs--buttons .tabs-btn.active {
  background: #002868;
  color: #fff;
}
.block-tabs--content {
  width: 100%;
  padding-top: 80px;
  margin-bottom: 80px;
}
.block-tabs--content .container {
  margin: 0;
  padding: 0;
}
.block-tabs--content .tabs-panel {
  display: none;
}
.block-tabs--content .tabs-panel.active {
  display: block;
}
.block-tabs--content .tabs-panel p {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #012169;
}
.block-tabs--content .tabs-panel ul li {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 10px;
  color: #012169;
}
.block-tabs--content .wp-block-columns.is-layout-flex {
  gap: 10px;
}
@media screen and (max-width: 784px) {
  .block-tabs--content {
    padding: 0px;
    padding-top: 40px;
  }
}
.block-tabs.light-tab .block-tabs--buttons .tabs-btn {
  background: transparent;
  border: 2px solid #ffffff;
  color: #012169;
}
.block-tabs.light-tab .block-tabs--buttons .tabs-btn:hover {
  background: #ffffff;
  color: #012169;
}
.block-tabs.light-tab .block-tabs--buttons .tabs-btn.active {
  background: #ffffff;
  color: #012169;
}
.block-paragraph {
  color: #012169;
  font-family: "arboria", sans-serif;
  font-size: 20px;
  line-height: 120%;
  /* 24px */
}
.block--info-card {
  background-color: #DCE4F3;
  display: flex;
  padding: 20px;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  color: #ffffff;
  height: stretch;
}
.block--info-card--blueberry {
  background: #012169;
}
.block--info-card--jambery {
  background: #B2418A;
}
.block--info-card--freshpicked {
  background: #6BA539;
}
.block--info-card--orchard {
  background: #4894D3;
}
.block--info-card__body {
  width: 100%;
}
.block--info-card__title {
  font-size: 36px;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-weight: 700;
  font-size: 1.4em;
  margin: 0 0 10px 0;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: inherit;
}
.block--info-card__desc {
  color: #ffffff !important;
}
.block--info-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  max-width: 80px;
  max-height: 80px;
  font-size: 2em;
  line-height: 1;
}
.block--info-card__desc {
  margin: 0;
  color: inherit;
  line-height: 1.6;
  word-break: break-word;
  font-weight: 400;
}
.block-banner-horizontal {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.block-banner-horizontal__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 32px;
}
.block-banner-horizontal__title {
  color: #fff;
  font-family: "arboria", sans-serif, "Montserrat", Arial, sans-serif;
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0 auto 22px auto;
  text-align: center;
  line-height: 1.15;
}
.block-banner-horizontal__button {
  display: inline-block;
  background: #002868;
  color: #fff;
  border-radius: 22px;
  padding: 14px 38px;
  font-size: 1rem;
  letter-spacing: 0.03em;
  font-weight: 700;
  border: none;
  cursor: pointer;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.07);
  transition: background 0.15s;
}
.block-banner-horizontal__button:hover, .block-banner-horizontal__button:focus {
  background: #294e94;
  color: #fff;
  text-decoration: none;
}
.block-magazine {
  margin: 30px 0;
}
.block-magazine__image img {
  height: auto;
}
.block-magazine__image img.magazine-img-mobile {
  display: none;
}
.block-magazine__title {
  font-size: clamp(1.8rem, 4vw + 0.5rem, 3.2rem);
  font-weight: 900;
  color: #012169;
  line-height: 1.1;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 30px;
}
.block-magazine__title.sm {
  font-size: 2.25rem;
}
@media (max-width: 927px) {
  .block-magazine__title {
    margin-top: 20px;
  }
}
.block-magazine__text {
  font-size: 1.15rem;
  color: #012169;
  line-height: 1.6;
  margin-bottom: 16px;
}
.block-magazine__inner {
  display: flex;
}
@media (max-width: 927px) {
  .block-magazine__inner {
    flex-direction: column;
  }
  .block-magazine__inner img.magazine-img-desktop {
    display: none;
  }
  .block-magazine__inner img.magazine-img-mobile {
    width: 100%;
    display: block;
  }
}
.block-magazine__inner .block-magazine__content {
  padding: 0 30px 0 30px;
}
@media (max-width: 927px) {
  .block-magazine__inner .block-magazine__content {
    padding: 0;
  }
}
.block-magazine--img-right .block-magazine__content {
  padding-left: 0;
}
.block-magazine--img-right .block-magazine__inner {
  flex-direction: row-reverse;
}
@media (max-width: 927px) {
  .block-magazine--img-right .block-magazine__inner {
    flex-direction: column;
  }
  .block-magazine--img-right .block-magazine__inner img.magazine-img-desktop {
    display: none;
  }
  .block-magazine--img-right .block-magazine__inner img.magazine-img-mobile {
    width: 100%;
    display: block;
  }
}
.block-image-text {
  margin: 100px 0;
}
.block-image-text__image img {
  height: auto;
  border-radius: 20px;
}
.block-image-text__image img.magazine-img-mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .block-image-text__image img {
    display: none;
  }
  .block-image-text__image img.magazine-img-mobile {
    display: block;
    width: 100%;
  }
}
.block-image-text__title {
  font-size: clamp(1.5rem, 3vw + 0.8rem, 3rem);
  font-weight: 900;
  color: #012169;
  line-height: 0.9;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 30px;
}
.block-image-text__title.font-size-xl {
  font-size: 4rem;
}
.block-image-text__title.font-size-l {
  font-size: 3rem;
}
@media screen and (max-width: 1024px) {
  .block-image-text__title.font-size-xl {
    font-size: 2.8rem;
  }
  .block-image-text__title.font-size-l {
    font-size: 2.2rem;
  }
}
@media (max-width: 927px) {
  .block-image-text__title {
    margin-top: 20px;
  }
}
.block-image-text__text {
  color: #012169;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 20px;
}
.block-image-text__text strong {
  font-weight: 900;
}
.block-image-text__text p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .block-image-text__text {
    margin-bottom: 16px;
  }
}
.block-image-text__custom-link {
  color: #B2418A;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 700;
  background-image: url('data:image/svg+xml,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.125 7.125H13.125" stroke="%23B2418A" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.125 1.125L13.125 7.125L7.125 13.125" stroke="%23B2418A" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: 100% 75%;
  padding-right: 24px;
  line-height: 0;
}
.block-image-text__inner {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media (max-width: 927px) {
  .block-image-text__inner {
    flex-direction: column;
  }
  .block-image-text__inner img.image-texte-img-desktop {
    display: none;
  }
  .block-image-text__inner img.image-text-img-mobile {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .block-image-text__inner {
    flex-wrap: wrap;
  }
}
.block-image-text--img-right .block-image-text__inner {
  flex-direction: row-reverse;
}
@media (max-width: 927px) {
  .block-image-text--img-right .block-image-text__inner {
    flex-direction: column;
  }
  .block-image-text--img-right .block-image-text__inner img.image-text-img-desktop {
    display: none;
  }
  .block-image-text--img-right .block-image-text__inner img.image-text-img-mobile {
    width: 100%;
    display: block;
  }
}
@media (max-width: 927px) {
  .block-image-text--img-mobile-bottom .block-image-text__inner {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1024px) {
  .block-image-text {
    margin-bottom: 50px;
  }
}
.block-timeline {
  position: relative;
  width: 100%;
  padding: 40px 0;
}
.block-timeline .container {
  position: relative;
}
.block-timeline-line {
  position: absolute;
  left: 40px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #0b3fa9;
  /* blueberry color */
}
.block-timeline__item {
  position: relative;
  display: flex;
  gap: 40px;
  margin-bottom: 100px;
}
.block-timeline__item:last-child {
  background-color: #fff;
}
.block-timeline__item-dot {
  flex-shrink: 0;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  z-index: 2;
  background: linear-gradient(90deg, #21367F 0%, #194E91 28.34%, #068BC0 87.96%, #0298CA 99.53%);
}
.block-timeline__item-content {
  width: 70%;
}
.block-timeline__item-content h3 {
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 0.9;
  text-transform: uppercase;
  color: #012169;
  margin-top: -10px;
  margin-bottom: 20px;
}
.block-timeline__item-content p {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #012169;
  margin: 0;
}
.block-timeline__item-image {
  width: 30%;
}
.block-timeline__item-image img {
  width: 100%;
  height: auto;
  max-width: 380px;
  border-radius: 20px;
}
.block-timeline__item-image-mobile {
  display: none;
}
@media (max-width: 991px) {
  .block-timeline__item {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .block-timeline__item:last-child {
    background-color: transparent;
  }
  .block-timeline__item:last-child .block-timeline__item-content:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 10px;
    left: 4px;
    margin-top: 20px;
    background: #ffffff;
  }
  .block-timeline__item-dot {
    order: 2;
  }
  .block-timeline__item-content {
    padding-left: 40px;
    width: calc(100% - 40px);
    order: 3;
    margin-top: -70px;
    position: relative;
    overflow: hidden;
  }
  .block-timeline__item-content h3 {
    font-size: 2.25rem;
    margin-top: 0;
  }
  .block-timeline__item-content p {
    font-size: 1.25rem;
  }
  .block-timeline__item-image {
    padding-left: 40px;
    width: calc(100% - 40px);
    order: 1;
  }
  .block-timeline__item-image img {
    max-width: 100%;
  }
  .block-timeline__item-image-mobile {
    display: block;
  }
  .block-timeline__item-image-desktop {
    display: none;
  }
}
.block-testimonial {
  margin-bottom: 90px;
}
.block-testimonial__inner {
  max-width: 780px;
  margin: 0 auto;
}
.block-testimonial__inner-text {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.1;
  color: #4894D3;
  margin: 0;
  margin-bottom: 20px;
}
.block-testimonial__inner-text:before, .block-testimonial__inner-text:after {
  content: '"';
  font-size: 2.25rem;
  font-style: italic;
  display: inline;
}
.block-testimonial__inner-author {
  padding-top: 1rem;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #012169;
}
@media (max-width: 784px) {
  .block-testimonial__inner-text {
    font-size: 1.375rem;
  }
  .block-testimonial__inner-text:before, .block-testimonial__inner-text:after {
    font-size: 1.375rem;
  }
  .block-testimonial__inner-author {
    font-size: 1.125rem;
  }
}
.block-health-info-cta {
  border-radius: 30px;
  color: #fff;
  position: relative;
  max-width: 780px;
  margin: 0 auto;
  margin-bottom: 100px;
}
.block-health-info-cta__inner {
  width: 100%;
  padding-right: 32px;
  padding-left: 32px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .block-health-info-cta__inner {
    width: auto;
  }
}
.block-health-info-cta__inner {
  padding: 40px;
  width: auto;
}
.block-health-info-cta__inner-row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.block-health-info-cta__inner .heading {
  font-weight: 900;
  font-size: 2rem;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 0px;
}
.block-health-info-cta .description {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.2px;
  color: #ffffff;
  margin: 0;
  margin-bottom: 20px;
}
.block-health-info-cta__btn {
  display: inline-block;
  background: #012169;
  padding: 18px 30px;
  border-radius: 40px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.block-health-info-cta__btn:hover {
  background-color: #123EA1;
}
@media (max-width: 767px) {
  .block-health-info-cta__inner-row {
    flex-direction: column;
  }
  .block-health-info-cta__inner-row .heading {
    font-size: 1.7rem;
    order: 2;
  }
  .block-health-info-cta__btn {
    letter-spacing: 1px;
  }
}
.block-callout {
  border-radius: 30px;
  color: #fff;
  position: relative;
  margin: 0 auto;
  margin-bottom: 100px;
  padding: 40px;
}
.block-callout--orchard {
  background: #4894D3;
}
.block-callout--bloom {
  background: #DCE4F3;
}
.block-callout--jamberry {
  background: #B2418A;
}
.block-callout--freshpicked {
  background: #6BA539;
}
.block-callout__row {
  display: flex;
  align-items: center;
  gap: 60px;
}
.block-callout__column .title {
  text-transform: uppercase;
  color: #012169;
  font-size: 3rem;
  margin: 0px 0 20px 0;
  font-weight: 900;
}
.block-callout__column .title--blueberry {
  color: #012169;
}
.block-callout__column .title--orchard {
  color: #4894D3;
}
.block-callout__column .title--bloom {
  color: #DCE4F3;
}
.block-callout__column .title--jamberry {
  color: #B2418A;
}
.block-callout__column .title--freshpicked {
  color: #6BA539;
}
.block-callout__column .description p {
  color: #012169;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 0;
}
.block-callout__column .description span {
  font-weight: 900;
  color: #B2418A;
}
@media screen and (max-width: 1024px) {
  .block-callout__column .title {
    font-size: 2.25rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 784px) {
  .block-callout__row {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.block-horizontal-timeline {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0px 140px;
}
.block-horizontal-timeline__header h2 {
  font-weight: 900;
  font-size: 4rem;
  line-height: 0.9;
  text-transform: uppercase;
  color: #B2418A;
  margin-bottom: 72px;
}
.block-horizontal-timeline__wrapper {
  position: relative;
}
.block-horizontal-timeline--nav {
  width: 78px;
  height: 78px;
  background: #012169;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 44px);
}
.block-horizontal-timeline--prev {
  left: -128px;
}
.block-horizontal-timeline--next {
  right: -128px;
}
.block-horizontal-timeline .swiper .swiper-wrapper {
  /*align-items: flex-end;*/
}
.block-horizontal-timeline .swiper-slide {
  margin-top: 44px;
}
.block-horizontal-timeline .swiper-slide .sub-heading {
  font-weight: 900;
  font-size: 48px;
  line-height: 0.9;
  vertical-align: middle;
  text-transform: uppercase;
  color: #012169;
  position: absolute;
  width: max-content;
  margin: 0;
  top: -44px;
}
.block-horizontal-timeline .swiper-slide .year {
  font-weight: 900;
  font-size: 3rem;
  line-height: 0.9;
  vertical-align: middle;
  color: #4894D3;
  margin-bottom: 30px;
  margin-top: 100px;
}
.block-horizontal-timeline .swiper-slide .line {
  width: 120%;
  height: 2px;
  background-color: #012169;
  position: relative;
  margin-bottom: 30px;
}
.block-horizontal-timeline .swiper-slide .line::before {
  content: "";
  width: 19px;
  height: 19px;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  background: linear-gradient(90deg, #21367F 0%, #194E91 28.34%, #068BC0 87.96%, #0298CA 99.53%);
}
.block-horizontal-timeline .swiper-slide .title {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #4894D3;
  margin-top: 0px;
  margin-bottom: 30px;
}
.block-horizontal-timeline .swiper-slide .desc {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
  color: #012169;
}
.block-horizontal-timeline .swiper-slide.image-slide {
  /*flex-shrink: 1;*/
  /*width: 100% !important;*/
}
.block-horizontal-timeline .swiper-slide.image-slide .line {
  margin-top: 173px;
}
.block-horizontal-timeline .swiper-slide.image-slide .image {
  margin-top: -104px;
  position: relative;
  z-index: 1;
  max-width: 380px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .block-horizontal-timeline {
    padding: 0;
  }
  .block-horizontal-timeline__header h2 {
    font-size: 2.63rem;
    padding-left: 32px;
  }
  .block-horizontal-timeline__wrapper {
    padding-left: 32px;
  }
  .block-horizontal-timeline--nav {
    display: none;
  }
}
.block-calories-calculator .card-deck {
  display: flex;
  gap: 10px;
  align-items: center;
}
.block-calories-calculator .card-deck .card {
  border-radius: 20px;
  flex: 1 0 240px;
}
.block-calories-calculator .card-deck .card img {
  width: 100%;
}
.block-calories-calculator .card-deck .calories-count-card {
  background-color: #4894D3;
  color: #ffffff;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 22.4px 11.9px;
  flex: 1 0 auto;
  max-width: 316.2px;
}
.block-calories-calculator .card-deck .calories-count-card .serving-count {
  font-family: "piepie", sans-serif;
  font-size: 6.25rem;
  line-height: 0.8;
  text-align: center;
  text-transform: uppercase;
}
.block-calories-calculator .card-deck .calories-count-card .serving-text {
  font-weight: 900;
  font-size: 4rem;
  line-height: 0.9;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.block-calories-calculator .card-deck .calories-count-card .calories-count {
  font-family: "piepie", sans-serif;
  font-size: 6.25rem;
  line-height: 0.8;
  text-align: center;
  text-transform: uppercase;
}
.block-calories-calculator .card-deck .calories-count-card .calories-text {
  font-weight: 900;
  font-size: 4rem;
  line-height: 0.9;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .block-calories-calculator .card-deck {
    justify-content: space-between;
  }
  .block-calories-calculator .card-deck .card {
    max-width: 240px;
  }
  .block-calories-calculator .card-deck .calories-count-card {
    width: 100%;
  }
  .block-calories-calculator .card-deck .calories-count-card .serving-count {
    font-size: 4.25rem;
  }
  .block-calories-calculator .card-deck .calories-count-card .serving-text {
    font-size: 2.5rem;
  }
  .block-calories-calculator .card-deck .calories-count-card .calories-count {
    font-size: 4.25rem;
  }
  .block-calories-calculator .card-deck .calories-count-card .calories-text {
    font-size: 2.5rem;
  }
}
@media (max-width: 991px) {
  .block-calories-calculator .card-deck .card {
    max-width: 180px;
    flex-basis: 180px;
  }
  .block-calories-calculator .card-deck .calories-count-card {
    padding: 15px 0px;
  }
  .block-calories-calculator .card-deck .calories-count-card .serving-count {
    font-size: 3rem;
  }
  .block-calories-calculator .card-deck .calories-count-card .serving-text {
    font-size: 2rem;
  }
  .block-calories-calculator .card-deck .calories-count-card .calories-count {
    font-size: 3rem;
  }
  .block-calories-calculator .card-deck .calories-count-card .calories-text {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .block-calories-calculator .card-deck {
    flex-direction: column;
  }
  .block-calories-calculator .card-deck .card {
    max-width: 380px;
    flex-basis: auto;
  }
  .block-calories-calculator .card-deck .calories-count-card {
    padding: 30px 0px;
    max-width: 340px;
  }
  .block-calories-calculator .card-deck .calories-count-card .serving-count {
    font-size: 5.25rem;
  }
  .block-calories-calculator .card-deck .calories-count-card .serving-text {
    font-size: 3rem;
  }
  .block-calories-calculator .card-deck .calories-count-card .calories-count {
    font-size: 5.25rem;
  }
  .block-calories-calculator .card-deck .calories-count-card .calories-text {
    font-size: 3rem;
  }
}
.block-card-tile {
  max-width: 380px;
  border-radius: 20px;
  overflow: hidden;
}
.block-card-tile__icon {
  background-color: #4894D3;
  min-height: 185px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-card-tile__icon img {
  transition: all 0.2s ease-in-out;
}
.block-card-tile__content {
  background-color: #012169;
  padding: 20px 10px;
  transition: all 0.2s ease-in-out;
}
.block-card-tile__content h2 {
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
  color: #ffffff;
  margin: 0;
}
.block-card-tile__link {
  transition: all 0.2s ease-in-out;
}
.block-card-tile__link:hover .block-card-tile__icon img {
  transform: scale(1.1);
}
.block-card-tile__link:hover .block-card-tile__content {
  background-color: #123EA1;
}
@media (max-width: 784px) {
  .block-card-tile__icon {
    min-height: auto;
    padding: 30px 0px;
  }
  .block-card-tile__icon img {
    width: 70%;
  }
}
.block-blog-posts {
  padding: 40px 0;
}
.block-blog-posts--title {
  color: #B2418A;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 54px;
  text-align: center;
}
.block-blog-posts--title.sm {
  font-size: 3rem;
}
.block-blog-posts--content {
  font-size: 1.25rem;
  color: #012169;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.block-blog-posts .swiper-slide.sm {
  max-width: 280px;
}
.block-blog-posts .swiper-slide.sm h3 {
  font-size: 1.5rem;
  line-height: 1.2;
}
.block-blog-posts .swiper-slide a {
  overflow: hidden;
  border-radius: 30px;
  display: block;
  color: #ffffff;
}
.block-blog-posts .swiper-slide a .post-image {
  overflow: hidden;
  display: block;
}
.block-blog-posts .swiper-slide a .post-image img {
  display: block;
  transition: all 0.2s ease-in-out;
  width: 100%;
  height: 340px;
  object-fit: cover;
}
.block-blog-posts .swiper-slide a h3 {
  height: 150px;
  background-color: #4894D3;
  margin: 0;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.block-blog-posts .swiper-slide a h3 span {
  font-size: 1.25rem;
  text-align: left;
  font-weight: 400;
  line-height: 24px;
  line-height: 1;
  font-weight: 500;
}
.block-blog-posts .swiper-slide a h3.title {
  text-align: left !important;
  font-size: 2.5rem;
  font-weight: 900;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  padding: 70px 30px;
}
.block-blog-posts .swiper-slide a p {
  color: #ffffff;
}
.block-blog-posts .swiper-slide a:hover .post-image img {
  transform: scale(1.2);
}
.block-blog-posts .swiper-slide a:hover h3 {
  background-color: #9cc1e0;
}
@media screen and (max-width: 1024px) {
  .block-blog-posts {
    padding: 0px 0 40px 0;
  }
  .block-blog-posts .container {
    max-width: none;
    padding: 0;
  }
  .block-blog-posts--title {
    font-size: 2.5rem;
    margin-bottom: 44px;
    padding: 0 32px;
  }
  .block-blog-posts--title.sm {
    font-size: 1.5rem;
  }
  .block-blog-posts .swiper-slide a h3 {
    font-size: 1.75rem;
    height: 150px;
  }
  .block-blog-posts .swiper-slide a h3.title {
    font-size: 1.5rem;
  }
  .block-blog-posts .swiper-slide a:hover .recipe-image img {
    transform: scale(1);
  }
  .block-blog-posts .swiper-slide a:hover h3 {
    background-color: #9cc1e0;
  }
}

.block-flavors__wrapper {
  border-radius: 20px;
  margin-bottom: 20px;
}
.block-flavors__wrapper .card {
  border-radius: 20px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .block-flavors__wrapper .card {
    flex-direction: column;
  }
}
.block-flavors__wrapper .card .info {
  padding: 40px;
  display: flex;
  flex-direction: column;
  max-width: 60%;
}
@media (max-width: 768px) {
  .block-flavors__wrapper .card .info {
    max-width: 100%;
  }
}
.block-flavors__wrapper .card .info h3 {
  font-family: "arboria", sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.25rem);
  color: #012169;
  font-weight: 900;
  margin-bottom: 10px;
  margin-top: 0;
}
.block-flavors__wrapper .card .info .description {
  font-size: 1.25rem;
  color: #012169;
  line-height: 1.4;
  font-weight: 500;
  margin: 10px 0;
}
@media (max-width: 768px) {
  .block-flavors__wrapper .card .info .description {
    margin: 20px 0;
  }
}
.block-flavors__wrapper .card .info a.link {
  font-family: "arboria", sans-serif;
  color: #B2418A;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.block-flavors__wrapper .card .info a.link span {
  vertical-align: middle;
  margin-top: -2px;
  display: inline-block;
  margin-left: 8px;
}
.block-flavors__wrapper .card .info--full {
  max-width: 100%;
}
.block-flavors__wrapper .card .image-wrapper-desktop {
  display: block;
  position: relative;
  overflow: hidden;
}
.block-flavors__wrapper .card .image-wrapper-desktop img.block-flavors__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 4/3;
  max-width: 380px;
}
.block-flavors__wrapper .card .image-wrapper-mobile {
  display: none;
}
.block-flavors__wrapper .card .img-mobile {
  display: none;
}
@media (max-width: 768px) {
  .block-flavors__wrapper .card .image-wrapper-mobile {
    display: block !important;
    width: 100%;
  }
  .block-flavors__wrapper .card .img-mobile {
    display: block !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 4/3;
  }
  .block-flavors__wrapper .card .image-wrapper-desktop {
    display: none !important;
  }
  .block-flavors__wrapper .card .block-flavors__img {
    display: none !important;
  }
}

.block-list-custom {
  margin: 32px 0;
}
.block-list-custom__container {
  display: flex;
  gap: 40px;
  width: 90%;
  margin: 0 auto;
}
.block-list-custom__col {
  flex: 1 1 0;
  min-width: 0;
}
.block-list-custom__ul {
  margin: 0;
  list-style: none;
}
.block-list-custom__li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 0;
  font-family: "arboria", sans-serif;
}
.block-list-custom__li:before {
  content: "";
  position: absolute;
  left: -33px;
  top: 8px;
  width: 7px;
  height: 7px;
  background: #B2418A;
  border-radius: 50%;
  display: inline-block;
}
.block-list-custom__title {
  display: block;
  color: #B2418A;
  font-weight: 500;
  font-size: 1.1rem;
  margin-bottom: 2px;
  font-size: 1.25rem;
}
.block-list-custom__description {
  color: #012169;
  font-weight: 500;
  line-height: 1.25;
  display: block;
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .block-list-custom__container {
    flex-direction: column;
    gap: 0;
  }
  .block-list-custom__col {
    width: 100%;
    margin-bottom: 10px;
  }
}

.magazine-btn-custom {
  display: inline-block;
  padding: 0.85em 2.25em;
  border-radius: 36px;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  border: none;
  transition: background 0.25s, color 0.25s, box-shadow 0.2s;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  margin-top: 1.6em;
  text-decoration: none;
  text-align: center;
}

.magazine-btn-custom:hover {
  filter: brightness(0.88);
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.row > * {
  box-sizing: border-box;
}

.col {
  position: relative;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.offset-12 {
  margin-left: 100%;
}

@media (min-width: 604px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-12 {
    margin-left: 100%;
  }
}
@media (min-width: 784px) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1024px) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1244px) {
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xl-12 {
    margin-left: 100%;
  }
}
.col-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.grid-2 > .wp-block-group__inner-container,
.grid-3 > .wp-block-group__inner-container,
.grid-4 > .wp-block-group__inner-container {
  display: grid;
  gap: 24px;
}

.grid-2 > .wp-block-group__inner-container,
.grid-3 > .wp-block-group__inner-container,
.grid-4 > .wp-block-group__inner-container,
.grid-5 > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: 1fr;
}

.gap-20 > .wp-block-group__inner-container {
  gap: 20px;
}

@media (min-width: 567px) {
  .grid-5 > .wp-block-group__inner-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 767px) {
  .grid-2 > .wp-block-group__inner-container,
  .grid-4 > .wp-block-group__inner-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .grid-5 > .wp-block-group__inner-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1200px) {
  .grid-3 > .wp-block-group__inner-container {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-4 > .wp-block-group__inner-container {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-5 > .wp-block-group__inner-container {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1200px) {
  .template-about .block-hero--content__title {
    white-space: nowrap;
  }
}
.template-about .center-flex {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.template-about .center-flex .wp-block-group__inner-container {
  padding-left: 0;
  padding-right: 0;
}
.template-about .w-full {
  width: 100%;
}
.template-about .w-full figure,
.template-about .w-full img {
  width: 100%;
  height: auto;
}
.template-about a {
  background-image: url('data:image/svg+xml,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.125 7.125H13.125" stroke="%23B2418A" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.125 1.125L13.125 7.125L7.125 13.125" stroke="%23B2418A" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: 100% 75%;
  padding-right: 24px;
}
.template-about .wp-block-group__inner-container {
  padding-left: 20px;
  padding-right: 20px;
}
.template-about .center-heading h4,
.template-about .center-heading h5 {
  text-align: center;
}
.template-about .center-heading h5 {
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
}
.template-about .center-heading .wp-block-columns {
  justify-content: center;
  align-items: center;
}
.template-about .center-heading .wp-block-columns .wp-block-column {
  max-width: 260px;
  width: 100%;
}
.template-about .accordion h3 {
  text-align: center;
}
.template-about .block-headings h4 {
  text-transform: none;
}
.template-about .block-headings h5 {
  font-weight: 800;
  width: 100%;
  text-transform: none;
}
.template-about .content-cards h5 {
  text-align: center;
}
.template-about .content-cards .wp-block-columns {
  justify-content: center;
  align-items: center;
}
.template-about .content-cards .wp-block-columns .wp-block-column {
  max-width: 260px;
}

.pos-order-form-container {
  width: 100%;
  padding-right: 32px;
  padding-left: 32px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  margin-bottom: 100px;
}
.pos-order-form-container .wp-block-group__inner-container {
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 576px) {
  .pos-order-form-container {
    max-width: 604px;
  }
}
@media (min-width: 768px) {
  .pos-order-form-container {
    max-width: 784px;
  }
}
@media (min-width: 992px) {
  .pos-order-form-container {
    max-width: 1024px;
  }
}
@media (min-width: 1200px) {
  .pos-order-form-container {
    max-width: 1244px;
  }
}
.pos-order-form-container * {
  box-sizing: border-box;
}
.pos-order-form-container {
  font-family: "arboria", sans-serif !important;
}
.pos-order-form-container .gform_heading {
  display: none;
}
.pos-order-form-container {
  /* Grid Layout */
}
.pos-order-form-container .product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (min-width: 992px) {
  .pos-order-form-container .product-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1200px) {
  .pos-order-form-container .product-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
.pos-order-form-container {
  /* Product Card */
}
.pos-order-form-container .product-card {
  border: 2px solid #DCE4F3;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
}
.pos-order-form-container .product-card.selected {
  border: 2px solid #4894D3;
}
.pos-order-form-container .product-card.selected .check-indicator {
  opacity: 1;
  bottom: -5px;
}
.pos-order-form-container .product-card.selected .quantity-section {
  display: block;
}
.pos-order-form-container .product-card .check-indicator {
  display: none;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s, bottom 0.3s;
  z-index: 10;
}
.pos-order-form-container .product-card .check-indicator svg {
  width: 100%;
  height: 100%;
}
.pos-order-form-container .card-image {
  height: auto;
  width: 100%;
  position: relative;
}
.pos-order-form-container .card-image img {
  width: 100%;
  height: auto;
}
.pos-order-form-container .quantity-section {
  padding: 20px;
}
.pos-order-form-container .quantity-section img {
  border-radius: 10px;
}
.pos-order-form-container .quantity-section .title {
  display: none;
  color: #012169;
  font-family: "arboria", sans-serif !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  text-align: center;
}
.pos-order-form-container .quantity-section .qty-label {
  color: #012169;
  font-family: "arboria", sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-align: left;
  margin-bottom: 10px;
  max-width: 90px;
  margin: 0;
}
@media (max-width: 520px) {
  .pos-order-form-container .quantity-section .qty-label {
    max-width: 100%;
  }
}
.pos-order-form-container .quantity-section .qty-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 70px;
}
.pos-order-form-container .quantity-section .qty-input {
  color: #012169;
  font-family: "arboria", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0 !important;
  appearance: none;
  width: 100%;
  padding: 0 10px 0 15px;
  background: transparent;
  box-shadow: none !important;
}
.pos-order-form-container .quantity-section .qty-input:focus {
  outline: none;
}
.pos-order-form-container .quantity-section .qty-input::-webkit-outer-spin-button, .pos-order-form-container .quantity-section .qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}
.pos-order-form-container .quantity-section .qty-input::-webkit-inner-spin-button,
.pos-order-form-container .quantity-section .qty-input::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}
.pos-order-form-container .quantity-section .qty-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}
@media (max-width: 520px) {
  .pos-order-form-container .quantity-section .qty-row {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}
.pos-order-form-container .quantity-section .qty-btn {
  background: white !important;
  border: none !important;
  outline: none !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0px !important;
  box-shadow: none !important;
  position: absolute !important;
  width: 20px !important;
}
.pos-order-form-container .quantity-section .qty-btn > div {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #DCE4F3;
  width: 20px;
  height: 20px;
  border-radius: 5px;
}
.pos-order-form-container .quantity-section .qty-btn.btn-prev {
  top: 0;
  left: 0px;
}
.pos-order-form-container .quantity-section .qty-btn.btn-next {
  top: 0;
  right: 0px;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.pos-order-form-container .gform_body .field-quantity {
  display: none !important;
}
.pos-order-form-container .gform_body .gfield--image-choice-appearance-card {
  display: none;
}
.pos-order-form-container .gform_body .gsection_title {
  font-family: "arboria", sans-serif !important;
  color: #012169;
  font-size: clamp(2.2rem, 4vw, 2rem);
  margin: 20px 0 0 0;
  font-weight: 800;
}
.pos-order-form-container .gform_body .gform-field-label {
  font-family: "arboria", sans-serif !important;
  color: #012169 !important;
}
.pos-order-form-container .gform_body .gfield {
  border: 0px !important;
}
.pos-order-form-container .gform_body .gfield--type-text,
.pos-order-form-container .gform_body .gfield--type-email,
.pos-order-form-container .gform_body .gfield--type-textarea,
.pos-order-form-container .gform_body .gfield--type-date {
  position: relative;
  padding: 15px 40px;
  width: 100%;
}
.pos-order-form-container .gform_body .gfield--type-text::before,
.pos-order-form-container .gform_body .gfield--type-email::before,
.pos-order-form-container .gform_body .gfield--type-textarea::before,
.pos-order-form-container .gform_body .gfield--type-date::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #dce4f3;
  z-index: -1;
}
.pos-order-form-container .gform_body .gfield--type-text .gfield_label,
.pos-order-form-container .gform_body .gfield--type-email .gfield_label,
.pos-order-form-container .gform_body .gfield--type-textarea .gfield_label,
.pos-order-form-container .gform_body .gfield--type-date .gfield_label {
  font-family: "arboria", sans-serif !important;
  font-size: 14px !important;
  color: #4894d3 !important;
  margin: 0px;
}
.pos-order-form-container .gform_body .gfield--type-radio {
  padding: 15px 40px;
}
.pos-order-form-container .gform_body .gfield--type-radio .gfield_label {
  color: #012169 !important;
  margin: 0px;
  font-size: 20px !important;
  font-weight: 800;
}
.pos-order-form-container .gform_body .gfield--type-checkbox {
  padding: 15px 40px;
}
.pos-order-form-container .gform_body .gfield--type-checkbox .gfield_label {
  color: #012169 !important;
  margin: 0px;
  font-size: 20px;
  font-weight: 800;
}
.pos-order-form-container .gform_body .validation_message {
  margin-top: 20px !important;
  padding: 0 24px 0 0px !important;
}
.pos-order-form-container .gform_body .gfield--type-text:before,
.pos-order-form-container .gform_body .gfield--type-email:before,
.pos-order-form-container .gform_body .gfield--type-date:before {
  height: 76px;
  border-radius: 500px;
}
.pos-order-form-container .gform_body .gfield--type-textarea:before {
  height: 100%;
  border-radius: 36px;
}
.pos-order-form-container .gform_body .ginput_container .glabel {
  font-family: "arboria", sans-serif !important;
}
.pos-order-form-container .gform_body .ginput_container textarea, .pos-order-form-container .gform_body .ginput_container input, .pos-order-form-container .gform_body .ginput_container input[type=radio], .pos-order-form-container .gform_body .ginput_container input[type=checkbox] {
  font-family: "arboria", sans-serif !important;
}
.pos-order-form-container .gform_body .ginput_container textarea {
  border: 0 !important;
  width: 100% !important;
  box-shadow: none !important;
  background: transparent !important;
  color: #012169 !important;
  padding: 0 !important;
  font-weight: 800 !important;
  border-radius: 0px !important;
}
@media (max-width: 991px) {
  .pos-order-form-container .gform_body .ginput_container textarea {
    font-size: 16px !important;
  }
}
@media (min-width: 768px) {
  .pos-order-form-container .gform_body .ginput_container textarea {
    font-size: 20px !important;
  }
}
.pos-order-form-container .gform_body .ginput_container textarea:focus {
  outline: none;
}
.pos-order-form-container .gform_body .ginput_container input {
  border: 0 !important;
  width: 100% !important;
  box-shadow: none !important;
  background: transparent !important;
  color: #012169 !important;
  padding: 0 !important;
  font-weight: 800 !important;
  height: 26px !important;
  border-radius: 0px !important;
}
@media (max-width: 991px) {
  .pos-order-form-container .gform_body .ginput_container input {
    font-size: 16px !important;
  }
}
@media (min-width: 768px) {
  .pos-order-form-container .gform_body .ginput_container input {
    font-size: 20px !important;
  }
}
.pos-order-form-container .gform_body .ginput_container input:focus {
  outline: none;
}
.pos-order-form-container .gform_body .ginput_container input[type=radio], .pos-order-form-container .gform_body .ginput_container input[type=checkbox] {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 18px !important;
  height: 18px !important;
  border: 2px solid #012169 !important;
  border-radius: 4px !important;
  display: inline-grid !important;
  place-content: center !important;
  cursor: pointer !important;
  margin: 0 5px 0 0;
}
.pos-order-form-container .gform_body .ginput_container input[type=radio]::before, .pos-order-form-container .gform_body .ginput_container input[type=checkbox]::before {
  content: "" !important;
  width: 10px !important;
  height: 10px !important;
  transform: scale(0) !important;
  transition: 120ms transform ease-in-out !important;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0, 43% 62%) !important;
  background-color: #012169 !important;
}
.pos-order-form-container .gform_body .ginput_container input[type=radio]:checked::before, .pos-order-form-container .gform_body .ginput_container input[type=checkbox]:checked::before {
  transform: scale(1) !important;
}
.pos-order-form-container .gform_button {
  background: #b2418a !important;
  color: white !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  display: block !important;
  padding: 25px 30px !important;
  width: 150px !important;
  margin: 0 auto !important;
  font-size: 20px !important;
  font-family: "arboria", sans-serif !important;
  border-radius: 500px !important;
}
.pos-order-form-container .gform_button:hover {
  background: #a03a77 !important;
}
.pos-order-form-container form .gform_fields {
  grid-row-gap: 32px !important;
}
@media (min-width: 992px) {
  .pos-order-form-container form .gform_fields {
    grid-column-gap: 32px !important;
  }
}
.pos-order-form-container .gfield--type-captcha .gfield_label {
  display: none !important;
}

.hero-custom {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 100px 0px 50px 0px;
  min-height: 500px;
}
.hero-custom p.has-small-font-size {
  font-size: 14px;
}
.hero-custom p.has-medium-font-size {
  font-size: 20px;
}
@media (max-width: 767px) {
  .hero-custom p.has-medium-font-size {
    font-size: 18px;
  }
}
.hero-custom p.has-large-font-size {
  font-size: 24px;
}
@media (max-width: 767px) {
  .hero-custom p.has-large-font-size {
    font-size: 20px;
  }
}
.hero-custom p.has-x-large-font-size {
  font-size: 28px;
}
@media (max-width: 767px) {
  .hero-custom p.has-x-large-font-size {
    font-size: 24px;
  }
}
.hero-custom::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.hero-custom--image {
  position: absolute;
  z-index: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  object-fit: cover;
}
.hero-custom--imagemob {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  display: none;
}
.hero-custom .container.has-content-image {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.hero-custom .container.has-content-image.image-right {
  flex-direction: row-reverse;
}
@media (max-width: 1244px) {
  .hero-custom .container.has-content-image.image-right {
    flex-direction: column-reverse;
  }
}
.hero-custom .container .hero-content--image {
  align-self: flex-start;
  position: relative;
  z-index: 2;
}
.hero-custom .container .hero-content--image img {
  max-width: 100%;
}
.hero-custom--content {
  position: relative;
  z-index: 2;
}
.hero-custom--content-share {
  display: flex;
  gap: 10px;
}
.hero-custom--content-share button {
  background: transparent;
  border: 0;
  position: relative;
}
.hero-custom--content-share button.box-share.active .box-share-absolute {
  display: block;
}
.hero-custom--content-share button.box-share .box-share-absolute {
  display: none;
  position: absolute;
  top: 100%;
  margin-top: 10px;
  left: 0;
  transform: translate(0%, 0%);
  background-color: #fff;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.hero-custom--content-share button .close {
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
.hero-custom--content-share button .close svg path {
  fill: red;
}
.hero-custom--content-share button .icons-share {
  display: flex;
  gap: 10px;
}
.hero-custom--content-share button .icons-share a {
  background-color: #a20067;
  transition: 0.3s ease all;
  border-radius: 4px;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  zoom: 0.8;
}
.hero-custom--content-share button .icons-share a svg {
  fill: #fff;
}
.hero-custom--content-share button .icons-share a svg path {
  fill: #fff;
}
.hero-custom--content-share button .icons-share a:hover {
  background-color: #123ea1;
}
@media screen and (max-width: 1024px) {
  .hero-custom {
    overflow: hidden;
  }
  .hero-custom--imagemob {
    display: block;
  }
  .hero-custom--image {
    display: none;
  }
}

.accordion_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 20px;
}
.accordion_head .accordion_head-icon svg {
  transform: rotate(180deg);
}
.accordion_head-title {
  font-weight: 900;
  text-transform: uppercase;
  color: #B2418A;
  font-size: clamp(1.8rem, 4vw, 3.6rem);
  margin: 20px 0 25px 0;
  line-height: 100%;
}
.accordion_head-icon {
  color: #012169;
  text-align: right;
  font-size: clamp(1rem, 4vw, 1rem);
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "arboria", sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.accordion_head-icon .close {
  display: block;
}
.accordion_head-icon .open {
  display: none;
}
.accordion_body {
  display: none;
}
.accordion.is-open .accordion_head .close {
  display: none;
}
.accordion.is-open .accordion_head .open {
  display: block;
}
.accordion.is-open .accordion_head .accordion_head-icon svg {
  transform: rotate(0deg);
}
.accordion.is-open .accordion_body {
  display: block;
}

.card {
  height: 100%;
}
.card * {
  box-sizing: border-box;
}
.card strong {
  font-weight: 700;
}
.card p {
  margin: 0;
}
.card h2, .card h3, .card h4, .card h5 {
  margin: 0;
  text-transform: none;
}
.card-inner {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}
.card-inner .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  flex: 1;
}
.card-inner .card-content p {
  margin: 0;
}
.card-inner .card-image {
  width: 100%;
}
@media (min-width: 1200px) {
  .card-inner .card-image {
    max-width: 38%;
  }
}
.card-inner .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-inner .card-image .img-desktop {
  display: none;
}
@media (min-width: 1200px) {
  .card-inner .card-image .img-desktop {
    display: block;
  }
}
.card-inner .card-image .img-mobile {
  display: block;
}
@media (min-width: 1200px) {
  .card-inner .card-image .img-mobile {
    display: none;
  }
}
.card-inner.model1 {
  flex-direction: column;
}
@media (min-width: 1200px) {
  .card-inner.model1 {
    flex-direction: row;
  }
}
.card-inner.model2 {
  flex-direction: column-reverse;
}
@media (min-width: 1200px) {
  .card-inner.model2 {
    flex-direction: row;
  }
}
.card-inner.model6 {
  flex-direction: column;
}
.card-inner.model6 .card-image {
  width: 100%;
}
@media (min-width: 1200px) {
  .card-inner.model6 .card-image {
    max-width: 100%;
  }
}
.card-inner.model1 a, .card-inner.model2 a, .card-inner.model3 a {
  background-image: url('data:image/svg+xml,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.125 7.125H13.125" stroke="%23B2418A" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.125 1.125L13.125 7.125L7.125 13.125" stroke="%23B2418A" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: 100% 75%;
  padding-right: 24px;
}
.card-inner.model4 a {
  color: #012169;
}
.card-inner.model5 {
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.card-inner.model5 .card-link {
  color: #FFF;
  font-family: "arboria", sans-serif;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #4894D3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px 10px;
  background-image: none;
  font-weight: 500;
}
.card-inner.model5 .card-link:hover {
  background-color: #c5d4ec;
}
@media (min-width: 1200px) {
  .card-inner.model5 .card-link {
    padding: 30px 20px;
    font-size: 20px;
  }
}
.card_resource {
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.card_resource h1, .card_resource h2, .card_resource h3, .card_resource h4, .card_resource h5, .card_resource h6 {
  font-size: 20px !important;
  line-height: 1.2em;
}
@media (min-width: 961px) {
  .card_resource h1, .card_resource h2, .card_resource h3, .card_resource h4, .card_resource h5, .card_resource h6 {
    font-size: 24px !important;
  }
}
.card_resource .wp-block-group__inner-container {
  padding: 0;
  max-width: none;
  margin: 0;
}
.card_resource__body {
  background: var(--card-resource-body-bg);
  padding: 50px 40px;
  height: 100%;
}
.card_resource__footer {
  background: var(--card-resource-footer-bg);
  padding: 40px;
  display: flex;
  margin-top: auto;
}
.card_resource__footer--acf {
  justify-content: center;
}
.card_resource__footer--acf a {
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  position: relative;
  padding-right: 22px;
}
.card_resource__footer--acf a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-35%);
  width: 12px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.125 7.125H13.125' stroke='white' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.125 1.125L13.125 7.125L7.125 13.125' stroke='white' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}
.card_resource.has-link .card_resource__footer:not(.card_resource__footer--acf) {
  display: none;
}

.card_links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 50px 20px;
}
.card_links * {
  box-sizing: border-box;
}
.card_links-item {
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media (min-width: 560px) {
  .card_links-item {
    max-width: calc(50% - 10px);
  }
}
@media (min-width: 992px) {
  .card_links-item {
    max-width: calc(33.3% - 14px);
  }
}
@media (min-width: 1200px) {
  .card_links-item {
    max-width: calc(25% - 15px);
  }
}
.card_links-item .card_links__head {
  padding: 20px;
}
.card_links-item .card_links__head h2 {
  color: #FFF;
  font-family: "arboria", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 36px */
  margin: 0;
}
.card_links-item .card_links__body {
  padding: 20px;
}
.card_links-item .card_links__body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.card_links-item .card_links__body li a {
  color: #012169;
  font-family: "arboria", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 17.5px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  display: inline-block;
  font-weight: bold;
}
.card_links-item .card_links__body li a:hover {
  color: #123EA1;
}
.card_links-item .card_links__body li {
  margin-bottom: 20px;
}
.card_links-item .card_links__body li:last-child {
  margin-bottom: 0;
}

.card-02 {
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}
.card-02 img {
  display: block;
  border: 0;
  width: 100%;
  height: auto;
}
.card-02 a {
  color: #FFF;
  font-family: "arboria", sans-serif;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #4894D3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px 10px;
  background-image: none;
  font-weight: 500;
}
.card-02 a:hover {
  background-color: #c5d4ec;
}
@media (min-width: 1200px) {
  .card-02 a {
    padding: 30px 20px;
    font-size: 20px;
  }
}

.filter-by-class {
  width: 100%;
  margin-bottom: 30px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
  border-radius: 40px;
  padding: 40px;
  box-sizing: border-box;
}
.filter-by-class_header {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}
.filter-by-class_header-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.filter-by-class_header-icon svg {
  width: 18px;
  height: auto;
}
.filter-by-class_header-title {
  flex: 1;
  font-family: "arboria", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #012169;
}
@media (min-width: 768px) {
  .filter-by-class_header-title {
    font-size: 20px;
  }
}
.filter-by-class_header-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.filter-by-class_header-arrow svg {
  width: 14px;
  height: auto;
}
.filter-by-class_body {
  display: none;
  border-radius: 0 0 20px 20px;
  margin-top: 0px;
  padding-top: 24px;
  border-top: 1px solid #E5E5E5;
}
.filter-by-class_options {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px 40px;
}
@media (min-width: 576px) {
  .filter-by-class_options {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .filter-by-class_options {
    grid-template-columns: repeat(3, 1fr);
  }
}
.filter-by-class_option {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  transition: opacity 0.2s ease;
  min-height: 39px;
}
.filter-by-class_option:hover {
  opacity: 0.8;
}
.filter-by-class_option input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.filter-by-class_option-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 2px solid #B2418A;
  border-radius: 4px;
  background-color: #fff;
  transition: all 0.2s ease;
  margin-top: 2px;
}
.filter-by-class_option-checkbox svg {
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.2s ease;
}
.filter-by-class_option input[type=checkbox]:checked + .filter-by-class_option-checkbox {
  background-color: #B2418A;
  border-color: #B2418A;
}
.filter-by-class_option input[type=checkbox]:checked + .filter-by-class_option-checkbox svg {
  opacity: 1;
  transform: scale(1);
}
.filter-by-class_option-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.filter-by-class_option-label {
  font-family: "arboria", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  color: #012169;
}
@media (min-width: 768px) {
  .filter-by-class_option-label {
    font-size: 18px;
  }
}
.filter-by-class_option-subtitle {
  font-family: "arboria", sans-serif;
  font-weight: 800;
  font-size: 12px;
  line-height: 1.2;
  color: #012169;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.filter-by-class_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.filter-by-class_tags:empty {
  display: none;
}
.filter-by-class_tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background-color: #B2418A;
  border-radius: 30px;
  font-family: "arboria", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
}
.filter-by-class_tag:hover {
  background-color: rgb(140.6419753086, 51.3580246914, 109.037037037);
}
.filter-by-class_tag-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transition: background-color 0.2s ease;
}
.filter-by-class_tag-close svg {
  width: 8px;
  height: 8px;
}
.filter-by-class_tag-close:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.filter-by-class.is-open .filter-by-class_header {
  padding-bottom: 24px;
}
.filter-by-class.is-open .filter-by-class_header-arrow {
  transform: rotate(180deg);
}
.filter-by-class.is-open .filter-by-class_body {
  display: block;
}

.block-profitability {
  padding: 40px 0 50px 0;
}
@media (min-width: 768px) {
  .block-profitability .block-hero--content {
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .block-profitability .block-hero--content {
    max-width: none;
  }
}
.block-profitability__title h2 {
  font-size: clamp(2.25rem, 4vw, 3rem);
  margin: 0 0 20px 0;
  text-transform: uppercase;
  color: #012169;
  font-weight: 900;
  line-height: 0.9em;
  text-align: center;
}
.block-profitability__cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .block-profitability__cards {
    flex-wrap: nowrap;
  }
}
.block-profitability__card {
  border-radius: 16px;
  background-color: #4894D3;
  overflow: hidden;
}
.block-profitability__card .card_header {
  align-items: end;
  background-color: #DCE4F3;
  display: flex;
  padding: 27px;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .block-profitability__card .card_header {
    justify-content: center;
    column-gap: 133px;
    padding: 54px 0 40px 0;
  }
}
.block-profitability__card .card_header .icon__image {
  margin-bottom: 34px;
}
@media (min-width: 1200px) {
  .block-profitability__card .card_header .icon__image {
    margin-bottom: 19px;
  }
}
.block-profitability__card .card_header .icon__image img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .block-profitability__card .card_header .icon__image img {
    max-width: 67px;
    height: auto;
  }
}
.block-profitability__card .card_header .icon__text {
  color: #012169;
  font-size: clamp(1.25rem, 4.7vw, 2.25rem);
  font-weight: 900;
  line-height: 0.9em;
  text-align: center;
}
.block-profitability__card .card__body {
  padding: 27px;
}
@media (min-width: 768px) {
  .block-profitability__card .card__body {
    padding: 40px;
  }
}
.block-profitability__card .card__description {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1em;
}
.block-profitability__card .card__description p {
  margin: 0 0 24px 0;
}
.block-profitability__card .card__description p:last-child {
  margin-bottom: 0;
}
.block-profitability__card.card__first {
  width: 100%;
}
@media (min-width: 1200px) {
  .block-profitability__card.card__first {
    width: 50%;
  }
}
.block-profitability .other__cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .block-profitability .other__cards {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1200px) {
  .block-profitability .other__cards {
    width: 50%;
    flex-direction: column;
  }
}
.block-profitability .other__cards .block-profitability__card {
  padding: 27px;
}
@media (min-width: 768px) {
  .block-profitability .other__cards .block-profitability__card {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .block-profitability .other__cards .block-profitability__card {
    display: flex;
    flex-direction: row-reverse;
    column-gap: 25px;
  }
}
.block-profitability .other__cards .block-profitability__card .card__icon {
  margin-bottom: 24px;
}
.block-profitability__resources {
  color: #012169;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2em;
}
@media (min-width: 1200px) {
  .block-profitability__resources {
    font-size: 12px;
    line-height: 1.2em;
  }
}
.block-profitability__resources ul, .block-profitability__resources ol {
  list-style-position: inside;
  margin: 0 0 16px 0;
  padding: 0;
}
.block-profitability__resources p {
  margin: 0 0 16px 0;
}
.block-profitability__resources p:last-child {
  margin-bottom: 0;
}

.block-toolkits {
  padding: 50px 0;
}
.block-toolkits__title h2 {
  font-size: clamp(2.25rem, 4vw, 3rem);
  margin: 0 0 20px 0;
  text-transform: uppercase;
  color: #012169;
  font-weight: 900;
  line-height: 0.9em;
  text-align: left;
}
@media (min-width: 1200px) {
  .block-toolkits__title h2 {
    margin: 0 0 40px 0;
  }
}
.block-toolkits__description {
  font-size: 18px;
  font-weight: 500;
  color: #012169;
  margin: 0 0 20px 0;
  line-height: 1.2em;
}
@media (min-width: 1200px) {
  .block-toolkits__description {
    font-size: 20px;
    margin: 0 0 40px 0;
  }
}
.block-toolkits__description p {
  margin: 0 0 16px 0;
}
.block-toolkits__description p:last-child {
  margin-bottom: 0;
}
.block-toolkits__kits {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(299px, max-content));
  justify-content: center;
}
@media (min-width: 768px) {
  .block-toolkits__kits {
    grid-template-columns: repeat(auto-fit, minmax(299px, 1fr));
  }
}
@media (min-width: 1200px) {
  .block-toolkits__kits {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.block-toolkits__kit {
  align-items: center;
  background-color: #DCE4F3;
  border-radius: 16px;
  box-sizing: border-box;
  color: #012169;
  display: flex;
  gap: 20px;
  max-width: 380px;
  padding: 30px;
}
.block-toolkits__kit:hover {
  background-color: #c5d4ec;
}
@media (min-width: 1200px) {
  .block-toolkits__kit {
    width: 380px;
  }
}
.block-toolkits__kit-icon img {
  width: 60px;
  height: auto;
}
.block-toolkits__kit-eyebrow {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 5px;
}
.block-toolkits__kit-title {
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 900;
  margin: 0;
}
.block-toolkits__kit-description {
  font-size: 14px;
  line-height: 1.4em;
}

.leaving-site {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0px;
}
.leaving-site * {
  box-sizing: border-box;
}
.leaving-site__title {
  color: #B2418A;
  text-align: center;
  font-family: "arboria", sans-serif;
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 90%;
  text-transform: uppercase;
  margin: 0;
}
.leaving-site__message {
  color: #012169;
  text-align: center;
  font-family: "arboria", sans-serif;
  font-size: clamp(1.2rem, 4vw, 1.5rem);
  font-weight: 900;
  line-height: 120%;
  margin: 80px 0px;
}
.leaving-site__button {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.leaving-site__btn {
  display: inline-flex;
  padding: 25px 30px;
  background: #B2418A;
  color: #ffffff;
  font-family: "arboria", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 500px;
  transition: all 0.2s ease-in-out;
  margin: 0 auto;
}
.leaving-site__btn:hover {
  background-color: #CC66A8;
}
.leaving-site__countdown {
  color: #012169;
  text-align: center;
  font-family: "arboria", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  margin: 20px 0px 0px 0;
}

.block-sheets-posters-content {
  padding: 50px 0;
}
@media (min-width: 1200px) {
  .block-sheets-posters-content {
    padding: 100px 0 50px 0;
  }
}
.block-sheets-posters-content__title h2 {
  font-size: clamp(2.25rem, 4vw, 3rem);
  margin: 0 0 20px 0;
  text-transform: uppercase;
  color: #012169;
  font-weight: 900;
  line-height: 0.9em;
  text-align: left;
}
@media (min-width: 1200px) {
  .block-sheets-posters-content__title h2 {
    margin: 0 0 40px 0;
  }
}
.block-sheets-posters-content__description {
  font-size: 18px;
  font-weight: 500;
  color: #012169;
  margin: 0 0 20px 0;
  line-height: 1.2em;
}
@media (min-width: 1200px) {
  .block-sheets-posters-content__description {
    font-size: 20px;
    margin: 0 0 40px 0;
  }
}
.block-sheets-posters-content__description p {
  margin: 0 0 16px 0;
}
.block-sheets-posters-content__description p:last-child {
  margin-bottom: 0;
}
.block-sheets-posters-content__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: flex-start;
}
.block-sheets-posters-content__grid img {
  max-width: 100%;
  display: block;
  height: auto;
}
.block-sheets-posters-content__grid .material-card {
  border-radius: 16px;
  overflow: hidden;
  background-color: #DCE4F3;
  max-width: 300px;
}
@media (min-width: 1200px) {
  .block-sheets-posters-content__grid .material-card {
    max-width: 380px;
  }
}
.block-sheets-posters-content__grid .card__body {
  padding: 20px 40px;
}
@media (min-width: 1200px) {
  .block-sheets-posters-content__grid .card__body {
    padding: 40px 20px;
  }
}
.block-sheets-posters-content__grid .material-card__title {
  color: #012169;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.2em;
  margin: 0 0 10px 0;
}
@media (min-width: 1200px) {
  .block-sheets-posters-content__grid .material-card__title {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
}
.block-sheets-posters-content__grid .material-card__cta {
  color: #B2418A;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  text-decoration: none;
}
.block-sheets-posters-content__grid .material-card__cta::after {
  content: "";
  background: url("../assets/images/arrow-down-jamberry.svg"), no-repeat center;
  background-size: contain;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 10px;
}

.block-recipe-content {
  padding: 50px 0 50px 0;
}
@media (min-width: 1200px) {
  .block-recipe-content {
    padding: 100px 0 50px 0;
  }
}
.block-recipe-content__title h2 {
  font-size: clamp(2.25rem, 4vw, 3rem);
  margin: 0 0 20px 0;
  text-transform: uppercase;
  color: #012169;
  font-weight: 900;
  line-height: 0.9em;
  text-align: center;
}
@media (min-width: 1200px) {
  .block-recipe-content__title h2 {
    margin: 0 0 40px 0;
  }
}
.block-recipe-content__description {
  font-size: 18px;
  font-weight: 500;
  color: #012169;
  margin: 0 0 20px 0;
  line-height: 1.2em;
  text-align: center;
}
@media (min-width: 1200px) {
  .block-recipe-content__description {
    font-size: 20px;
    margin: 0 0 40px 0;
  }
}
.block-recipe-content__description p {
  margin: 0 0 16px 0;
}
.block-recipe-content__description p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .block-recipe-content .container__swiper-recipes {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1244px;
    padding: 0 32px;
    width: 100%;
  }
}
.block-recipe-content .swiper-recipe-content {
  position: relative;
}
@media (max-width: 1200px) {
  .block-recipe-content .swiper-recipe-content .swiper-slide {
    width: 380px;
    min-width: 380px;
  }
}
@media (max-width: 420px) {
  .block-recipe-content .swiper-recipe-content .swiper-slide {
    width: 300px;
    min-width: 300px;
  }
}
.block-recipe-content .swiper-recipe-content .swiper-button-disabled {
  display: none !important;
}
.block-recipe-content .swiper-recipe-content .swiper-button-prev, .block-recipe-content .swiper-recipe-content .swiper-button-next {
  display: inline-block;
  transition: all 0.2s ease-in-out;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  display: none;
}
@media (min-width: 1200px) {
  .block-recipe-content .swiper-recipe-content .swiper-button-prev, .block-recipe-content .swiper-recipe-content .swiper-button-next {
    display: block;
    height: 50px;
    width: 50px;
  }
}
@media (min-width: 1400px) {
  .block-recipe-content .swiper-recipe-content .swiper-button-prev, .block-recipe-content .swiper-recipe-content .swiper-button-next {
    height: 78px;
    width: 78px;
  }
}
.block-recipe-content .swiper-recipe-content .swiper-button-prev img, .block-recipe-content .swiper-recipe-content .swiper-button-next img {
  width: 100%;
  height: 100%;
}
.block-recipe-content .swiper-recipe-content .swiper-button-prev:before, .block-recipe-content .swiper-recipe-content .swiper-button-prev::after, .block-recipe-content .swiper-recipe-content .swiper-button-next:before, .block-recipe-content .swiper-recipe-content .swiper-button-next::after {
  display: none;
}
.block-recipe-content .swiper-recipe-content .swiper-button-prev:hover, .block-recipe-content .swiper-recipe-content .swiper-button-next:hover {
  opacity: 0.9;
}
.block-recipe-content .swiper-recipe-content .swiper-button-prev {
  left: -10px;
  transform: translate(-100%, -25%);
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .block-recipe-content .swiper-recipe-content .swiper-button-prev {
    left: -10px;
  }
}
@media (min-width: 1600px) {
  .block-recipe-content .swiper-recipe-content .swiper-button-prev {
    left: -40px;
  }
}
.block-recipe-content .swiper-recipe-content .swiper-button-next {
  right: -10px;
  transform: translate(100%, -25%);
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .block-recipe-content .swiper-recipe-content .swiper-button-next {
    right: -10px;
  }
}
@media (min-width: 1600px) {
  .block-recipe-content .swiper-recipe-content .swiper-button-next {
    right: -40px;
  }
}
@media (min-width: 1200px) {
  .block-recipe-content__recipes .swiper-wrapper.is-centered--desktop {
    justify-content: center;
  }
}
.block-recipe-content__recipes .recipe-card {
  background-color: #4894D3;
  border-radius: 30px;
  height: auto;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.block-recipe-content__recipes .recipe-card:hover {
  background-color: #9cc1e0;
}
.block-recipe-content__recipes .recipe-card:hover .recipe-card__image img {
  transform: scale(1.2);
}
.block-recipe-content__recipes .recipe-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.block-recipe-content__recipes .recipe-card__image {
  min-width: 380px;
  height: 340px;
  overflow: hidden;
}
@media (max-width: 784px) {
  .block-recipe-content__recipes .recipe-card__image {
    max-height: 280px;
  }
}
.block-recipe-content__recipes .recipe-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: all 0.2s ease-in-out;
}
.block-recipe-content__recipes .recipe-card__body {
  color: #ffffff;
  padding: 16px;
  font-size: 1rem;
  line-height: 1.2em;
  text-align: center;
  margin: auto 0;
  padding: 30px 17px;
  min-height: 150px;
  display: flex;
  box-sizing: border-box;
  align-items: center;
}
.block-recipe-content__recipes .recipe-card__body h3 {
  margin: 0;
  font-weight: 800;
  font-size: 1.75rem;
  line-height: 1;
}
@media (min-width: 1080px) {
  .block-recipe-content__recipes .recipe-card__body h3 {
    font-size: 2.25rem;
  }
}
.block-recipe-content__download {
  align-items: center;
  display: flex;
  gap: 10px 40px;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .block-recipe-content__download {
    flex-direction: row;
  }
}
.block-recipe-content__link {
  background-color: #B2418A;
  border-radius: 32px;
  box-sizing: border-box;
  display: inline-block;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1em;
  padding: 24px 16px;
  text-transform: uppercase;
  text-align: center;
  width: fit-content;
}
.block-recipe-content__link:hover {
  background-color: #cc66a8;
}
@media (min-width: 600px) {
  .block-recipe-content__link {
    min-width: 330px;
  }
}
@media (min-width: 1200px) {
  .block-recipe-content__link {
    font-size: 1.25rem;
    padding: 24px 32px;
  }
}

.block-social-media-content {
  padding: 50px 0;
}
@media (min-width: 1200px) {
  .block-social-media-content {
    padding: 100px 0 50px 0;
  }
}
.block-social-media-content__title h2 {
  font-size: clamp(2.25rem, 4vw, 3rem);
  margin: 0 0 20px 0;
  text-transform: uppercase;
  color: #012169;
  font-weight: 900;
  line-height: 0.9em;
}
@media (min-width: 1200px) {
  .block-social-media-content__title h2 {
    margin: 0 0 40px 0;
  }
}
.block-social-media-content__description {
  font-size: 18px;
  font-weight: 500;
  color: #012169;
  margin: 0 0 20px 0;
  line-height: 1.2em;
}
@media (min-width: 1200px) {
  .block-social-media-content__description {
    font-size: 20px;
    margin: 0 0 40px 0;
  }
}
.block-social-media-content__description p {
  margin: 0 0 16px 0;
}
.block-social-media-content__description p:last-child {
  margin-bottom: 0;
}
.block-social-media-content__contents {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .block-social-media-content__contents .swiper {
    margin-right: -32px;
    margin-left: -32px;
  }
}
@media (min-width: 1024px) {
  .block-social-media-content__contents .swiper {
    overflow: visible;
  }
  .block-social-media-content__contents .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    height: auto;
    transform: none !important;
    width: 100%;
  }
  .block-social-media-content__contents.contents--count-3 .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: unset;
  }
  .block-social-media-content__contents.contents--count-4 .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: unset;
  }
  .block-social-media-content__contents .swiper-slide {
    width: auto !important;
  }
}
.block-social-media-content__contents .content-card {
  border-radius: 16px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .block-social-media-content__contents .content-card {
    max-width: 300px;
  }
}
@media (min-width: 1250px) {
  .block-social-media-content__contents .content-card {
    max-width: 580px;
  }
}
.block-social-media-content__contents .content-card__image {
  overflow: hidden;
}
.block-social-media-content__contents .content-card__image img {
  display: block;
  height: auto;
  max-width: 100%;
}
.block-social-media-content__download {
  text-align: center;
}
.block-social-media-content__link {
  background-color: #B2418A;
  border-radius: 32px;
  box-sizing: border-box;
  display: inline-block;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1em;
  padding: 24px 16px;
  text-transform: uppercase;
  text-align: center;
  width: fit-content;
}
.block-social-media-content__link:hover {
  background-color: #cc66a8;
}
@media (min-width: 600px) {
  .block-social-media-content__link {
    min-width: 330px;
  }
}
@media (min-width: 1200px) {
  .block-social-media-content__link {
    font-size: 1.25rem;
    padding: 24px 32px;
  }
}

.block-image-cards-links {
  padding: 3.125rem 0;
}
.block-image-cards-links__title h2 {
  font-size: 32px;
  margin: 0 0 40px 0;
  text-transform: uppercase;
  color: #012169;
  font-weight: 900;
  line-height: 0.9em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .block-image-cards-links__title h2 {
    font-size: clamp(2.25rem, 4vw, 3rem);
    max-width: 85%;
  }
}
@media (min-width: 1440px) {
  .block-image-cards-links__title h2 {
    max-width: 70%;
  }
}
.block-image-cards-links__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
  align-items: stretch;
}
@media (min-width: 1200px) {
  .block-image-cards-links__cards {
    gap: 20px;
  }
}
.block-image-cards-links__card {
  background-color: #4894D3;
  border-radius: 16px;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 75rem) {
  .block-image-cards-links__card {
    width: 33%;
    max-width: 23.75rem;
  }
}
.block-image-cards-links__card-image {
  width: 100%;
  height: auto;
  max-height: 17.5rem;
  overflow: hidden;
}
.block-image-cards-links__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.block-image-cards-links__card-body {
  color: #ffffff;
  padding: 16px;
}
@media (min-width: 768px) {
  .block-image-cards-links__card-body {
    padding: 40px;
  }
}
.block-image-cards-links__card-title {
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  .block-image-cards-links__card-title {
    min-height: 95px;
    display: flex;
    align-items: center;
  }
}
.block-image-cards-links__card-title .card-title {
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 900;
  margin: 0;
}
@media (min-width: 768px) {
  .block-image-cards-links__card-title .card-title {
    font-size: 36px;
  }
}
.block-image-cards-links__card-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.block-image-cards-links__card-links li {
  margin-bottom: 1.25rem;
}
.block-image-cards-links__card-links li a {
  color: #ffffff;
  display: block;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0.01em;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.block-image-cards-links__card-links li a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E%3Cpath d='M1.125 7.125L13.125 7.125' stroke='%23fff' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.125 1.125L13.125 7.125L7.125 13.125' stroke='%23fff' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .block-image-cards-links__card-links li a::after {
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
  }
}
.block-image-cards-links__card-links li a:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .block-image-cards-links__card-links li a {
    font-size: 20px;
  }
}

.block-video-carousel-content {
  padding: 50px 0 100px 0;
}
@media (min-width: 1315px) {
  .block-video-carousel-content {
    padding: 50px 0 210px 0;
  }
}
.block-video-carousel-content__title h2 {
  font-size: clamp(2.25rem, 4vw, 3rem);
  margin: 0 0 30px 0;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 0.9em;
}
@media (min-width: 1200px) {
  .block-video-carousel-content__title h2 {
    margin: 0 0 40px 0;
  }
}
.block-video-carousel-content__title h2.blueberry {
  color: #012169;
}
.block-video-carousel-content__title h2.jamberry {
  color: #B2418A;
}
.block-video-carousel-content__description {
  font-size: 18px;
  font-weight: 500;
  color: #012169;
  margin: 0 0 30px 0;
  line-height: 1.2em;
}
@media (min-width: 1200px) {
  .block-video-carousel-content__description {
    font-size: 20px;
    margin: 0 0 40px 0;
  }
}
.block-video-carousel-content__description p {
  margin: 0 0 16px 0;
}
.block-video-carousel-content__description p:last-child {
  margin-bottom: 0;
}
.block-video-carousel-content .video-filters {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin: 0 0 30px 0;
}
.block-video-carousel-content .video-filters .filter-btn {
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  .block-video-carousel-content .video-filters .filter-btn {
    font-size: 16px !important;
  }
}
.block-video-carousel-content .video-filters .filter-btn.active {
  color: #ffffff;
  background-color: #012169;
}
.block-video-carousel-content .swiper {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 1280px) {
  .block-video-carousel-content .swiper-wrapper.is-centered-desktop {
    justify-content: center;
  }
}
.block-video-carousel-content .swiper-navigation {
  display: none;
}
@media (min-width: 1024px) {
  .block-video-carousel-content .swiper-navigation {
    display: block;
    position: relative;
    bottom: -32px;
    max-width: 320px;
    margin: 0 auto;
  }
  .block-video-carousel-content .swiper-navigation .swiper-button-next,
  .block-video-carousel-content .swiper-navigation .swiper-button-prev {
    width: 78px;
    height: 78px;
  }
  .block-video-carousel-content .swiper-navigation .swiper-pagination {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 1315px) {
  .block-video-carousel-content .swiper-navigation {
    bottom: -52px;
  }
}
.block-video-carousel-content .swiper-slide.is-hidden {
  display: none !important;
}
.block-video-carousel-content .swiper-slide .video-embed {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 560px) {
  .block-video-carousel-content .swiper-slide .video-embed {
    aspect-ratio: 16/11;
  }
}
.block-video-carousel-content .swiper-slide .video-embed iframe {
  width: 100% !important;
  height: 100% !important;
  border: 0;
  pointer-events: none;
}

.block-cards-recipe-types {
  padding: 50px 0;
}
.block-cards-recipe-types__title h2 {
  font-size: clamp(2.25rem, 4vw, 3rem);
  margin: 0 0 20px 0;
  text-transform: uppercase;
  color: #012169;
  font-weight: 900;
  line-height: 0.9em;
  text-align: left;
}
@media (min-width: 1200px) {
  .block-cards-recipe-types__title h2 {
    margin: 0 0 40px 0;
  }
}
.block-cards-recipe-types__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.block-cards-recipe-types__card {
  background-color: #DCE4F3;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  flex: 1 1 calc(25% - 15px);
  max-width: calc(25% - 15px);
}
.block-cards-recipe-types__card:hover .block-cards-recipe-types__card-image img {
  transform: scale(1.2);
}
.block-cards-recipe-types__card-image {
  overflow: hidden;
  height: 340px;
}
.block-cards-recipe-types__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.block-cards-recipe-types .block-cards-recipe-types__card-name {
  margin-top: auto;
  margin-bottom: auto;
  padding: 40px;
}
@media (min-width: 1200px) {
  .block-cards-recipe-types .block-cards-recipe-types__card-name {
    padding: 40px 32px;
  }
}
.block-cards-recipe-types .block-cards-recipe-types__card-name .name {
  color: #012169;
  font-weight: 900;
  font-size: 24px;
  line-height: 1em;
  margin: 0;
}
@media (min-width: 1200px) {
  .block-cards-recipe-types .block-cards-recipe-types__card-name .name {
    font-size: 36px;
  }
}
.block-cards-recipe-types {
  /* Tablet */
}
@media (max-width: 1024px) {
  .block-cards-recipe-types__card {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
.block-cards-recipe-types {
  /* Mobile */
}
@media (max-width: 640px) {
  .block-cards-recipe-types__card {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.block-ingredients-carousel {
  padding-bottom: 50px;
}
.block-ingredients-carousel__title {
  color: #012169;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1em;
  margin: 0 0 50px 0;
}
.block-ingredients-carousel__quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 50px;
}
.block-ingredients-carousel .menu-internal-anchors {
  gap: 1.25rem;
}
@media (min-width: 1200px) {
  .block-ingredients-carousel .menu-internal-anchors {
    border-radius: 40px;
    padding: 20px 46px;
  }
}
.block-ingredients-carousel .menu-internal-anchors .wp-block-button__link {
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.block-ingredients-carousel .menu-internal-anchors .wp-block-button__link.is-active {
  background: #012169;
  color: #ffffff;
}
@media (max-width: 1244px) {
  .block-ingredients-carousel__container {
    padding: 0 !important;
  }
}
.block-ingredients-carousel .swiper-container-wrapper .swiper-slide {
  scroll-margin-top: 150px;
}
.block-ingredients-carousel .swiper-container-wrapper .swiper-button-next,
.block-ingredients-carousel .swiper-container-wrapper .swiper-button-prev {
  display: none;
}
@media (min-width: 1245px) {
  .block-ingredients-carousel .swiper-container-wrapper .swiper-button-next,
  .block-ingredients-carousel .swiper-container-wrapper .swiper-button-prev {
    display: flex;
  }
}
@media (min-width: 1316px) {
  .block-ingredients-carousel .swiper-container-wrapper .swiper-button-next.button-prev,
  .block-ingredients-carousel .swiper-container-wrapper .swiper-button-prev.button-prev {
    left: -50px;
  }
  .block-ingredients-carousel .swiper-container-wrapper .swiper-button-next.button-next,
  .block-ingredients-carousel .swiper-container-wrapper .swiper-button-prev.button-next {
    right: -50px;
  }
}
@media (min-width: 1440px) {
  .block-ingredients-carousel .swiper-container-wrapper .swiper-button-next.button-prev,
  .block-ingredients-carousel .swiper-container-wrapper .swiper-button-prev.button-prev {
    left: -100px;
  }
  .block-ingredients-carousel .swiper-container-wrapper .swiper-button-next.button-next,
  .block-ingredients-carousel .swiper-container-wrapper .swiper-button-prev.button-next {
    right: -100px;
  }
}
.block-ingredients-carousel__card {
  background-color: #DCE4F3;
  border-radius: 20px;
  padding: 20px;
  max-width: 1180px;
}
.block-ingredients-carousel__card-title {
  color: #012169;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.block-ingredients-carousel__card-format {
  color: #012169;
  font-size: 20px;
  line-height: 1.2em;
  margin: 0 0 20px 0;
  font-weight: 500;
}
@media (min-width: 768px) {
  .block-ingredients-carousel__card {
    padding: 40px;
  }
  .block-ingredients-carousel__card-title {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .block-ingredients-carousel__card-title {
    font-size: 48px;
  }
}
.block-ingredients-carousel__content {
  display: grid;
  grid-template-columns: 353px 1fr;
  gap: 20px;
}
@media (max-width: 1244px) {
  .block-ingredients-carousel__content {
    grid-template-columns: 1fr;
  }
}
.block-ingredients-carousel__image {
  overflow: hidden;
  border-radius: 20px;
  max-width: 353px;
}
.block-ingredients-carousel__image img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-ingredients-carousel__info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1024px) {
  .block-ingredients-carousel__info {
    grid-template-columns: 1fr;
  }
}
.block-ingredients-carousel__box {
  background: #ffffff;
  padding: 20px;
  border-radius: 20px;
}
.block-ingredients-carousel__box--title {
  margin: 0 0 20px 0;
  color: #012169;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 700;
}
.block-ingredients-carousel__box--description {
  color: #012169;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 1024px) {
  .block-ingredients-carousel__box--title {
    font-size: 20px;
  }
  .block-ingredients-carousel__box--description {
    font-size: 18px;
  }
}
.block-ingredients-carousel__disclaimer {
  font-size: 16px;
  color: #012169;
  margin-top: 20px;
}
.block-ingredients-carousel__disclaimer.ta-right {
  margin-top: 50px;
}

.block-download-guides {
  padding: 100px 0;
}
.block-download-guides__title h2 {
  font-size: 2.25rem;
  margin: 0 0 50px 0;
  text-transform: uppercase;
  color: #B2418A;
  font-weight: 900;
  line-height: 0.9em;
  text-align: left;
}
@media (min-width: 768px) {
  .block-download-guides__title h2 {
    font-size: 2.625rem;
  }
}
@media (min-width: 1200px) {
  .block-download-guides__title h2 {
    font-size: 4rem;
  }
}
.block-download-guides__description {
  font-size: 1.125rem;
  font-weight: 500;
  color: #012169;
  margin: 0 0 50px 0;
  line-height: 1.2em;
}
@media (min-width: 1200px) {
  .block-download-guides__description {
    font-size: 1.25rem;
  }
}
.block-download-guides__description p {
  margin: 0 0 16px 0;
}
.block-download-guides__description p:last-child {
  margin-bottom: 0;
}
.block-download-guides__grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .block-download-guides__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .block-download-guides__grid.columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .block-download-guides__grid.columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .block-download-guides__grid.columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.block-download-guides__item {
  display: flex;
}
.block-download-guides__card {
  display: flex;
  box-sizing: border-box;
  border: 1px solid #DCE4F3;
  flex-direction: column;
  background: #DCE4F3;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  width: 100%;
}
.block-download-guides__image {
  overflow: hidden;
  height: auto;
  position: relative;
}
.block-download-guides__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.2s ease-in-out;
}
.block-download-guides__content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 20px;
}
@media (min-width: 1200px) {
  .block-download-guides__content {
    padding: 40px 20px;
  }
}
.block-download-guides__card-title {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2em;
  min-height: 48px;
  color: #012169;
  margin: 0;
}
@media (min-width: 1200px) {
  .block-download-guides__card-title {
    font-size: 24px;
    min-height: 58px;
  }
}
.block-download-guides__card-title.small--title {
  min-height: auto;
}
.block-download-guides__card-description p {
  color: #012169;
  font-weight: 500;
  margin: 0 0 1em 0;
}
.block-download-guides__card-description p:last-child {
  margin-bottom: 0;
}
.block-download-guides__download {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: auto;
  color: #B2418A;
}
.block-download-guides__download::after {
  content: "";
  display: inline-block;
  background: url("../assets/images/arrow-down-jamberry.svg"), no-repeat center;
  background-size: contain;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 10px;
}
@media (min-width: 1200px) {
  .block-download-guides__download {
    font-size: 20px;
  }
}

.form-research__success {
  display: flex;
  padding: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  align-self: stretch;
  border-radius: 20px;
  border: 1px solid var(--Brand-Bloom, #dce4f3);
  text-align: center;
}
.form-research__success-title {
  color: var(--Brand-Blueberry, #012169);
  text-align: center;
  font-family: "arboria", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 90%;
  text-transform: uppercase;
}
.form-research__form {
  flex: 1;
  min-width: 0;
}
.form-research__form-inner {
  background: #dce4f3;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  .form-research__form-inner {
    padding: 24px 20px;
  }
}
.form-research__form-inner .gform_wrapper {
  margin: 0;
}
.form-research__form-inner .gform-theme--framework:where(:not(.gform_editor)) .gfield--type-section {
  border: 0;
}
.form-research__form-inner .gsection_title {
  color: #012169;
  font-family: "arboria", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  margin: 0;
}
.form-research__form-inner .gform_heading {
  display: none;
}
.form-research__form-inner .gfield_label {
  color: #4894D3;
  font-family: "arboria", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  margin-bottom: 4px;
}
.form-research__form-inner input {
  font-family: "arboria", sans-serif !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  display: block !important;
  height: 72px !important;
  padding: 15px 40px !important;
  border-radius: 500px !important;
  background: var(--Brand-White, #fff);
  color: #012169 !important;
  border: 0 !important;
}
@media (max-width: 991px) {
  .form-research__form-inner input {
    font-size: 16px !important;
  }
}
@media (min-width: 768px) {
  .form-research__form-inner input {
    font-size: 20px !important;
  }
}
.form-research__form-inner input:focus {
  outline: none;
  border-color: #4894D3;
}
.form-research__form-inner input::placeholder {
  color: #012169 !important;
}
.form-research__form-inner .gform_button {
  background-color: #B2418A !important;
  color: #ffffff !important;
  font-family: "arboria", sans-serif !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  text-transform: uppercase !important;
  padding: 14px 32px !important;
  border-radius: 500px !important;
  border: none !important;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  display: block !important;
  margin: 20px auto 0 !important;
}
.form-research__form-inner .gform_button:hover {
  background-color: #CC66A8 !important;
}

.block-cpt-carousel {
  overflow: hidden;
  padding: 100px 0;
}
.block-cpt-carousel__title {
  color: #012169;
  font-size: 48px;
  font-weight: 900;
  line-height: 0.9em;
  margin: 0 0 40px;
  text-align: center;
  text-transform: uppercase;
}
.block-cpt-carousel__slider {
  margin: 0 auto;
}
.block-cpt-carousel .swiper {
  overflow: hidden;
  width: 100%;
}
.block-cpt-carousel .swiper-slide {
  height: auto;
}
.block-cpt-carousel .swiper-button-prev,
.block-cpt-carousel .swiper-button-next {
  display: flex;
  height: 48px;
  margin-top: -54px;
  width: 48px;
}
.block-cpt-carousel .swiper-button-prev {
  left: -97px;
}
.block-cpt-carousel .swiper-button-next {
  right: -97px;
}
.block-cpt-carousel .news-article-card {
  height: 100%;
  padding-bottom: 40px;
}
.block-cpt-carousel .news-article-card__link {
  color: #012169;
  display: flex;
  flex-direction: column;
  gap: 40px;
  height: 100%;
  text-decoration: none;
}
.block-cpt-carousel .news-article-card__link:hover .news-article-card__media img {
  transform: scale(1.02);
}
.block-cpt-carousel .news-article-card__media {
  border-radius: 20px 20px 0 0;
  height: auto;
  overflow: hidden;
}
.block-cpt-carousel .news-article-card__media img {
  aspect-ratio: 1.18/1;
  display: block;
  height: auto;
  object-fit: cover;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
.block-cpt-carousel .news-article-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 40px;
}
.block-cpt-carousel .news-article-card__title {
  color: #012169;
  display: -webkit-box;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2em;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block-cpt-carousel .news-article-card__cta {
  color: #B2418A;
  font-size: 20px;
  letter-spacing: 0;
  margin-top: auto;
  padding-left: 20px;
  width: max-content;
}
.block-cpt-carousel__more {
  margin: 40px auto 0;
}

@media (max-width: 1024px) {
  .block-cpt-carousel {
    padding: 50px 0;
  }
  .block-cpt-carousel .container {
    padding-right: 0;
  }
  .block-cpt-carousel__title {
    font-size: 36px;
  }
  .block-cpt-carousel__slider {
    margin: 0;
    max-width: none;
  }
  .block-cpt-carousel .swiper {
    padding-right: 32px;
  }
  .block-cpt-carousel .swiper-button-prev,
  .block-cpt-carousel .swiper-button-next {
    display: none;
  }
  .block-cpt-carousel .news-article-card__title {
    font-size: 20px;
  }
  .block-cpt-carousel .news-article-card__cta {
    font-size: 16px;
  }
}
@media (max-width: 604px) {
  .block-cpt-carousel .container {
    padding-left: 32px;
  }
  .block-cpt-carousel .news-article-card__link {
    gap: 12px;
  }
  .block-cpt-carousel .news-article-card__content {
    gap: 16px;
  }
  .block-cpt-carousel .news-article-card__title {
    font-size: 18px;
  }
}
.wrapper-carousel {
  opacity: 0;
}
.wrapper-carousel-container {
  position: relative;
}
@media (min-width: 1200px) {
  .wrapper-carousel-container {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1244px;
    padding: 0 32px;
    width: 100%;
  }
}
.wrapper-carousel .swiper-button-disabled {
  display: none !important;
}
.wrapper-carousel .swiper-button-prev, .wrapper-carousel .swiper-button-next {
  display: inline-block;
  transition: all 0.2s ease-in-out;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  display: none;
}
@media (min-width: 1200px) {
  .wrapper-carousel .swiper-button-prev, .wrapper-carousel .swiper-button-next {
    display: block;
    height: 50px;
    width: 50px;
  }
}
@media (min-width: 1400px) {
  .wrapper-carousel .swiper-button-prev, .wrapper-carousel .swiper-button-next {
    height: 78px;
    width: 78px;
  }
}
.wrapper-carousel .swiper-button-prev img, .wrapper-carousel .swiper-button-next img {
  width: 100%;
  height: 100%;
}
.wrapper-carousel .swiper-button-prev:before, .wrapper-carousel .swiper-button-prev::after, .wrapper-carousel .swiper-button-next:before, .wrapper-carousel .swiper-button-next::after {
  display: none;
}
.wrapper-carousel .swiper-button-prev:hover, .wrapper-carousel .swiper-button-next:hover {
  opacity: 0.9;
}
.wrapper-carousel .swiper-button-prev {
  left: -10px;
  transform: translate(-100%, -25%);
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .wrapper-carousel .swiper-button-prev {
    left: -10px;
  }
}
@media (min-width: 1600px) {
  .wrapper-carousel .swiper-button-prev {
    left: -40px;
  }
}
.wrapper-carousel .swiper-button-next {
  right: -10px;
  transform: translate(100%, -25%);
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .wrapper-carousel .swiper-button-next {
    right: -10px;
  }
}
@media (min-width: 1600px) {
  .wrapper-carousel .swiper-button-next {
    right: -40px;
  }
}
@media (max-width: 1200px) {
  .wrapper-carousel .swiper .swiper-slide {
    width: 380px;
    min-width: 380px;
  }
}
@media (max-width: 420px) {
  .wrapper-carousel .swiper .swiper-slide {
    width: 300px;
    min-width: 300px;
  }
}

.tax-recipe-type .archive-recipes--container {
  padding-top: 50px;
  padding-bottom: 50px;
}
.tax-recipe-type .archive-recipes--container .back-link {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.tax-recipe-type .archive-recipes--container .back-link::before {
  content: "";
  background: url("../assets/images/arrow-down-jamberry.svg"), no-repeat center;
  transform: rotate(90deg);
  background-size: 12px;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 10px;
}
.tax-recipe-type .archive-recipes--container .taxonomy-title {
  color: #B2418A;
  font-size: 32px;
  margin: 30px 0 50px 0;
  text-transform: uppercase;
  font-weight: 900;
}
@media (min-width: 768px) {
  .tax-recipe-type .archive-recipes--container .taxonomy-title {
    font-size: 42px;
  }
}
@media (min-width: 1200px) {
  .tax-recipe-type .archive-recipes--container .taxonomy-title {
    font-size: 64px;
  }
}
@media (min-width: 1024px) {
  .tax-recipe-type .archive-recipes--grid {
    row-gap: 40px;
  }
}

.post-type-archive-podcast .block-hero--podcast .block-hero--image,
.post-type-archive-podcast .block-hero--podcast .block-hero--imagemob,
.tax-podcast-category .block-hero--podcast .block-hero--image,
.tax-podcast-category .block-hero--podcast .block-hero--imagemob {
  filter: brightness(0.72);
}
.post-type-archive-podcast .block-hero--podcast .block-hero--content,
.tax-podcast-category .block-hero--podcast .block-hero--content {
  max-width: none;
}
.post-type-archive-podcast .archive-podcast__intro,
.tax-podcast-category .archive-podcast__intro {
  margin: 50px auto 0;
}
.post-type-archive-podcast .archive-podcast__intro-content,
.tax-podcast-category .archive-podcast__intro-content {
  color: #012169;
}
.post-type-archive-podcast .archive-podcast__intro-content p,
.tax-podcast-category .archive-podcast__intro-content p {
  margin: 0 0 1em 0;
  font-size: 1.25rem;
  line-height: 1.2em;
}
.post-type-archive-podcast .archive-podcast__episodes,
.tax-podcast-category .archive-podcast__episodes {
  margin: 50px auto;
}
.post-type-archive-podcast .archive-podcast__heading,
.tax-podcast-category .archive-podcast__heading {
  margin-bottom: 50px;
}
.post-type-archive-podcast .archive-podcast__heading h2,
.tax-podcast-category .archive-podcast__heading h2 {
  margin: 0;
  color: #012169;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}
.post-type-archive-podcast .archive-podcast__list,
.tax-podcast-category .archive-podcast__list {
  align-items: stretch;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 50px 20px;
}
.post-type-archive-podcast .archive-podcast__pagination,
.tax-podcast-category .archive-podcast__pagination {
  text-align: center;
  margin-top: 50px;
}
.post-type-archive-podcast .archive-podcast__pagination .facetwp-load-more,
.post-type-archive-podcast .archive-podcast__pagination .facetwp-page,
.tax-podcast-category .archive-podcast__pagination .facetwp-load-more,
.tax-podcast-category .archive-podcast__pagination .facetwp-page {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  text-transform: uppercase;
  padding: 18px 26px;
  border-radius: 999px;
  border: 0;
  transition: all 0.2s ease-in-out;
}
.post-type-archive-podcast .archive-podcast__pagination .facetwp-load-more,
.tax-podcast-category .archive-podcast__pagination .facetwp-load-more {
  color: #ffffff;
  background-color: #012169;
}
.post-type-archive-podcast .archive-podcast__pagination .facetwp-load-more:hover,
.tax-podcast-category .archive-podcast__pagination .facetwp-load-more:hover {
  background-color: #123EA1;
}
.post-type-archive-podcast .archive-podcast__pagination .facetwp-load-more:disabled,
.tax-podcast-category .archive-podcast__pagination .facetwp-load-more:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
.post-type-archive-podcast .archive-podcast__empty,
.tax-podcast-category .archive-podcast__empty {
  grid-column: 1/-1;
  margin: 0;
  color: #012169;
  font-size: 1rem;
  line-height: 1.6;
}
.post-type-archive-podcast .podcast-card,
.tax-podcast-category .podcast-card {
  border-bottom: 1px solid rgba(1, 33, 105, 0.18);
  display: flex;
  padding-bottom: 50px;
}
.post-type-archive-podcast .podcast-card__link,
.tax-podcast-category .podcast-card__link {
  display: grid;
  grid-template-columns: minmax(240px, 680px) minmax(0, 1fr);
  gap: 20px;
  text-decoration: none;
  height: 100%;
}
.post-type-archive-podcast .podcast-card__link:hover .podcast-card__media img,
.tax-podcast-category .podcast-card__link:hover .podcast-card__media img {
  transform: scale(1.02);
}
.post-type-archive-podcast .podcast-card__media,
.tax-podcast-category .podcast-card__media {
  overflow: hidden;
  border-radius: 20px;
}
.post-type-archive-podcast .podcast-card__media img,
.tax-podcast-category .podcast-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.2s ease-in-out;
}
.post-type-archive-podcast .podcast-card__content,
.tax-podcast-category .podcast-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  color: #012169;
  flex: 1;
}
.post-type-archive-podcast .podcast-card__meta,
.tax-podcast-category .podcast-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.4;
  color: rgba(1, 33, 105, 0.72);
}
.post-type-archive-podcast .podcast-card__episode,
.tax-podcast-category .podcast-card__episode {
  font-size: 16px;
  font-weight: 500;
  color: #4894D3;
}
.post-type-archive-podcast .podcast-card__title,
.tax-podcast-category .podcast-card__title {
  color: #012169;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1em;
  margin: 0;
}
.post-type-archive-podcast .podcast-card__excerpt,
.tax-podcast-category .podcast-card__excerpt {
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 500;
  color: #012169;
}
.post-type-archive-podcast .podcast-card__footer,
.tax-podcast-category .podcast-card__footer {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: auto;
}
.post-type-archive-podcast .podcast-card time,
.tax-podcast-category .podcast-card time {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}
.post-type-archive-podcast .podcast-card__button,
.tax-podcast-category .podcast-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 20px 30px;
  border-radius: 999px;
  background-color: #B2418A;
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.post-type-archive-podcast .podcast-card--featured,
.tax-podcast-category .podcast-card--featured {
  grid-column: 1/-1;
  margin-bottom: 50px;
}
.post-type-archive-podcast .podcast-card--featured .podcast-card__media img,
.tax-podcast-category .podcast-card--featured .podcast-card__media img {
  height: 405px;
}
.post-type-archive-podcast .podcast-card--grid .podcast-card__link,
.tax-podcast-category .podcast-card--grid .podcast-card__link {
  gap: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.post-type-archive-podcast .podcast-card--grid .podcast-card__media,
.tax-podcast-category .podcast-card--grid .podcast-card__media {
  height: 225px;
  overflow: hidden;
}
.post-type-archive-podcast .podcast-card--grid .podcast-card__title,
.tax-podcast-category .podcast-card--grid .podcast-card__title {
  font-size: 32px;
}
.post-type-archive-podcast .podcast-card--grid .podcast-card__excerpt,
.tax-podcast-category .podcast-card--grid .podcast-card__excerpt {
  font-size: 0.9375rem;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .post-type-archive-podcast .archive-podcast__intro-content p,
  .tax-podcast-category .archive-podcast__intro-content p {
    font-size: 18px;
  }
  .post-type-archive-podcast .archive-podcast__heading h2,
  .tax-podcast-category .archive-podcast__heading h2 {
    font-size: 2.25rem;
  }
  .post-type-archive-podcast .archive-podcast__list,
  .tax-podcast-category .archive-podcast__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .post-type-archive-podcast .podcast-card__excerpt,
  .post-type-archive-podcast .podcast-card time,
  .tax-podcast-category .podcast-card__excerpt,
  .tax-podcast-category .podcast-card time {
    font-size: 18px;
  }
  .post-type-archive-podcast .podcast-card--featured .podcast-card__link,
  .tax-podcast-category .podcast-card--featured .podcast-card__link {
    grid-template-columns: 1fr;
  }
  .post-type-archive-podcast .podcast-card--featured .podcast-card__media img,
  .tax-podcast-category .podcast-card--featured .podcast-card__media img {
    height: 368px;
  }
  .post-type-archive-podcast .podcast-card--grid .podcast-card__media,
  .tax-podcast-category .podcast-card--grid .podcast-card__media {
    height: 170px;
  }
  .post-type-archive-podcast .podcast-card--grid time,
  .tax-podcast-category .podcast-card--grid time {
    font-size: 18px;
  }
}
@media screen and (max-width: 752px) {
  .post-type-archive-podcast .archive-podcast__list,
  .tax-podcast-category .archive-podcast__list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .post-type-archive-podcast .podcast-card,
  .tax-podcast-category .podcast-card {
    padding-bottom: 24px;
  }
  .post-type-archive-podcast .podcast-card__link,
  .tax-podcast-category .podcast-card__link {
    grid-template-columns: 1fr;
  }
  .post-type-archive-podcast .podcast-card__title,
  .tax-podcast-category .podcast-card__title {
    font-size: 24px !important;
  }
  .post-type-archive-podcast .podcast-card__excerpt,
  .tax-podcast-category .podcast-card__excerpt {
    font-size: 16px;
  }
  .post-type-archive-podcast .podcast-card--featured .podcast-card__media img,
  .tax-podcast-category .podcast-card--featured .podcast-card__media img {
    height: 170px;
  }
}

.single-podcast {
  padding: 100px 0 0 0;
}
.single-podcast__hero {
  display: grid;
  grid-template-columns: 1fr 580px;
  gap: 20px;
  align-items: start;
  margin-bottom: 50px;
}
.single-podcast__title {
  font-size: 48px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  color: #B2418A;
  margin-bottom: 20px;
}
.single-podcast__episode, .single-podcast__meta {
  font-size: 14px;
  margin-bottom: 10px;
  color: #4894D3;
}
.single-podcast__share {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-weight: 700;
}
.single-podcast__thumb img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
}
.single-podcast__player {
  margin: 0 auto 50px;
  max-width: 772px;
}
.single-podcast__platforms {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 30px;
  margin-bottom: 50px;
}
.single-podcast .platform {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.single-podcast .platform__icon {
  width: auto;
  height: 63px;
  min-width: 63px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}
.single-podcast__description {
  color: #012169;
}
.single-podcast__description p,
.single-podcast__description li {
  font-size: 20px;
  line-height: 1.2em;
  color: inherit;
}
.single-podcast__description p + p {
  margin-top: 1em;
}
.single-podcast__description ul,
.single-podcast__description ol {
  padding-left: 40px;
  margin-top: 1em;
}
.single-podcast__description blockquote {
  color: #4894D3;
  font-size: 36px;
  line-height: 1em;
  padding: 40px 0;
  max-width: 66%;
  margin: 50px auto;
}
.single-podcast__description blockquote > p {
  font-size: 32px;
}
.single-podcast__description blockquote p + p {
  color: #012169;
  font-size: 20px;
}

@media (max-width: 1024px) {
  .single-podcast__hero {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .single-podcast__thumb {
    order: -1;
  }
  .single-podcast__title {
    font-size: 34px;
  }
  .single-podcast__description {
    max-width: 100%;
  }
}
.bsfs-archive {
  padding: 0px 0 100px;
}
.bsfs-archive .title-result {
  color: #B2418A;
  font-family: "arboria", sans-serif;
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 110%;
  text-transform: uppercase;
  margin-top: 0;
}
.bsfs-archive__search {
  margin-bottom: 50px;
}
.bsfs-archive__back-link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #B2418A;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 5px;
  margin-top: 50px;
  transition: all 0.2s ease-in-out;
}
.bsfs-archive__back-link:hover {
  color: #CC66A8;
  text-decoration: underline;
}
.bsfs-archive__search-inner {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-radius: 96px;
  padding: 34px 40px;
}
.bsfs-archive__search-form {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin: 0;
}
.bsfs-archive__search-input {
  color: #012169;
  font-family: "arboria", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 110%;
  background: transparent;
  flex: 1;
  border: none;
  outline: none;
  padding: 4px 0;
}
.bsfs-archive__search-input::placeholder {
  color: #012169;
  opacity: 0.7;
  font-weight: 500;
}
.bsfs-archive__search-input:focus {
  outline: none;
}
.bsfs-archive__search-input::-webkit-search-cancel-button {
  cursor: pointer;
}
.bsfs-archive__search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 4px;
  transition: all 0.2s ease-in-out;
}
.bsfs-archive__search-btn:hover {
  opacity: 0.7;
}
.bsfs-archive__search-btn svg {
  width: 28px;
  height: 28px;
}
.bsfs-archive__categories {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border: 0px;
  border-radius: 36px;
  padding: 0px 40px;
  overflow: hidden;
}
.bsfs-archive__categories-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 24px 0px;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.bsfs-archive__categories-header-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bsfs-archive__categories-title {
  font-family: "arboria", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #012169;
  letter-spacing: 0.5px;
}
.bsfs-archive__categories-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.bsfs-archive__categories-arrow svg {
  width: 14px;
  height: 8px;
}
.bsfs-archive__post h1 {
  color: #B2418A;
  font-family: "arboria", sans-serif;
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 110%;
  text-transform: uppercase;
  margin: 0;
}
.bsfs-archive__post-content .wp-block-group {
  padding-top: 28px;
  padding-bottom: 48px;
  border-bottom: 1px solid #DCE4F3;
}
.bsfs-archive__post-content .wp-block-group:last-child {
  border-bottom: none;
}
.bsfs-archive__post-content .wp-block-group__inner-container {
  padding-left: 0;
  padding-right: 0;
}
.bsfs-archive__post-content p {
  color: #012169;
  font-family: "arboria", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 20px;
}
.bsfs-archive__post .bsfs-archive__categories-header[aria-expanded=false] .bsfs-archive__categories-arrow {
  transform: rotate(180deg);
}
.bsfs-archive__categories-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
}
.bsfs-archive__categories-body.is-open {
  max-height: 800px;
  padding: 24px 0px;
  border-top: 1px solid #012169;
}
.bsfs-archive__categories-grid {
  display: flex;
  gap: 40px;
}
.bsfs-archive__category-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.bsfs-archive__category-link {
  font-family: "arboria", sans-serif;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  line-height: 1.5;
}
.bsfs-archive__category-link--parent {
  font-size: 16px;
  font-weight: 800;
  color: #B2418A;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.bsfs-archive__category-link--parent:hover {
  color: #CC66A8;
  text-decoration: underline;
}
.bsfs-archive__category-link--child {
  font-size: 14px;
  font-weight: 700;
  color: #012169;
  padding-left: 8px;
}
.bsfs-archive__category-link--child:hover {
  color: #123EA1;
  text-decoration: underline;
}
@media (max-width: 784px) {
  .bsfs-archive__categories-grid {
    flex-wrap: wrap;
  }
  .bsfs-archive__category-column {
    flex: 0 0 calc(50% - 20px);
  }
}
@media (max-width: 604px) {
  .bsfs-archive {
    padding: 24px 0 40px;
  }
  .bsfs-archive__search-inner {
    padding: 20px 20px;
    border-radius: 12px;
  }
  .bsfs-archive__search-input {
    font-size: 16px;
  }
  .bsfs-archive__categories-grid {
    flex-direction: column;
    gap: 12px;
  }
  .bsfs-archive__category-column {
    flex: 0 0 100%;
  }
  .bsfs-archive__categories-body.is-open {
    padding: 16px 16px 20px;
  }
  .bsfs-archive__categories-header {
    padding: 14px 16px;
  }
}

.post-type-archive-news-article .block-hero--newsroom .block-hero--image,
.post-type-archive-news-article .block-hero--newsroom .block-hero--imagemob,
.post-type-archive-blog-post .block-hero--newsroom .block-hero--image,
.post-type-archive-blog-post .block-hero--newsroom .block-hero--imagemob {
  filter: brightness(0.68);
}
.post-type-archive-news-article .block-hero--newsroom .block-hero--content,
.post-type-archive-blog-post .block-hero--newsroom .block-hero--content {
  max-width: 760px;
}
.post-type-archive-news-article .archive-news-article,
.post-type-archive-blog-post .archive-news-article {
  padding-bottom: 70px;
}
.post-type-archive-news-article .archive-news-article__intro,
.post-type-archive-blog-post .archive-news-article__intro {
  margin: 50px auto 0;
}
.post-type-archive-news-article .archive-news-article__intro-content,
.post-type-archive-blog-post .archive-news-article__intro-content {
  color: #012169;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
.post-type-archive-news-article .archive-news-article__intro-content.description-fontsize-large,
.post-type-archive-blog-post .archive-news-article__intro-content.description-fontsize-large {
  font-size: 36px;
  text-align: center;
  font-weight: 900;
}
.post-type-archive-news-article .archive-news-article__intro-content p,
.post-type-archive-blog-post .archive-news-article__intro-content p {
  font-size: inherit;
  font-weight: inherit;
  margin: 0 0 1em;
}
.post-type-archive-news-article .archive-news-article__intro-button,
.post-type-archive-blog-post .archive-news-article__intro-button {
  text-align: center;
}
.post-type-archive-news-article .archive-news-article__intro-button .button,
.post-type-archive-blog-post .archive-news-article__intro-button .button {
  margin: 0 auto;
}
.post-type-archive-news-article .archive-news-article__content,
.post-type-archive-blog-post .archive-news-article__content {
  margin-top: 50px;
}
.post-type-archive-news-article .archive-news-article__grid,
.post-type-archive-blog-post .archive-news-article__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 60px 20px;
  margin-bottom: 60px;
}
.post-type-archive-news-article .archive-news-article__empty,
.post-type-archive-blog-post .archive-news-article__empty {
  color: #012169;
  grid-column: 1/-1;
  margin: 0;
}
.post-type-archive-news-article .news-article-card__link,
.post-type-archive-blog-post .news-article-card__link {
  color: #012169;
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 100%;
  text-decoration: none;
}
.post-type-archive-news-article .news-article-card__link:hover .news-article-card__media img,
.post-type-archive-blog-post .news-article-card__link:hover .news-article-card__media img {
  transform: scale(1.02);
}
.post-type-archive-news-article .news-article-card__media,
.post-type-archive-blog-post .news-article-card__media {
  border-radius: 20px 20px 0 0;
  height: 340px;
  overflow: hidden;
}
.post-type-archive-news-article .news-article-card__media img,
.post-type-archive-blog-post .news-article-card__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
.post-type-archive-news-article .news-article-card__content,
.post-type-archive-blog-post .news-article-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 24px;
}
.post-type-archive-news-article .news-article-card__title,
.post-type-archive-blog-post .news-article-card__title {
  color: #012169;
  display: -webkit-box;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2em;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.post-type-archive-news-article .news-article-card__cta,
.post-type-archive-blog-post .news-article-card__cta {
  color: #B2418A;
  margin-top: auto;
  width: max-content;
  padding-left: 20px;
}

@media (max-width: 1024px) {
  .post-type-archive-news-article .block-hero--newsroom .block-hero--content,
  .post-type-archive-blog-post .block-hero--newsroom .block-hero--content {
    max-width: 610px;
  }
  .post-type-archive-news-article .archive-news-article__grid,
  .post-type-archive-blog-post .archive-news-article__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 604px) {
  .post-type-archive-news-article .block-hero--newsroom .block-hero--content,
  .post-type-archive-blog-post .block-hero--newsroom .block-hero--content {
    max-width: 100%;
  }
  .post-type-archive-news-article .archive-news-article__intro-content,
  .post-type-archive-blog-post .archive-news-article__intro-content {
    font-size: 16px;
  }
  .post-type-archive-news-article .archive-news-article__intro-content.description-fontsize-large,
  .post-type-archive-blog-post .archive-news-article__intro-content.description-fontsize-large {
    font-size: 28px;
  }
  .post-type-archive-news-article .archive-news-article__filters,
  .post-type-archive-blog-post .archive-news-article__filters {
    margin-bottom: 36px;
    padding: 18px;
  }
  .post-type-archive-news-article .archive-news-article__grid,
  .post-type-archive-blog-post .archive-news-article__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .post-type-archive-news-article .news-article-card__title,
  .post-type-archive-blog-post .news-article-card__title {
    font-size: 18px;
  }
  .post-type-archive-news-article .news-article-card__media,
  .post-type-archive-blog-post .news-article-card__media {
    height: 180px;
  }
}
.single-news-article {
  padding: 100px 0 70px;
}
.single-news-article:has(.single-news-article__cta) {
  padding-bottom: 0;
}
.single-news-article__cta {
  margin-top: 0;
  width: 100%;
}
.single-news-article__cta > * {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}
.single-news-article__hero {
  align-items: stretch;
  display: grid;
  gap: 50px;
  grid-template-columns: minmax(0, 1fr) 515px;
  margin-bottom: 50px;
}
.single-news-article__content {
  color: #012169;
}
.single-news-article__title {
  color: #B2418A;
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  margin: 12px 0 40px;
  max-width: 650px;
  text-transform: uppercase;
}
.single-news-article__share, .single-news-article__print {
  background: none;
  border: 0;
  padding: 0;
  margin-right: 20px;
}
.single-news-article__thumb {
  border-radius: 20px;
  height: 100%;
  overflow: hidden;
}
.single-news-article__thumb img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
.single-news-article__body {
  color: #012169;
}
.single-news-article__body p,
.single-news-article__body li {
  color: inherit;
  font-size: 20px;
  line-height: 1.24;
}
.single-news-article__body p + p,
.single-news-article__body ul + p,
.single-news-article__body ol + p {
  margin-top: 1em;
}
.single-news-article__body .wp-block-separator {
  border-top: 1px solid #4894D3;
  margin: 50px 0;
  width: 100%;
}
.single-news-article__body .post-toc {
  margin-bottom: 50px;
}
.single-news-article__body .post-toc ul,
.single-news-article__body .post-toc ol {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.single-news-article__body .post-toc ul li,
.single-news-article__body .post-toc ol li {
  margin-bottom: 20px;
}
.single-news-article__body .post-toc ul li:last-child,
.single-news-article__body .post-toc ol li:last-child {
  margin-bottom: 0;
}
.single-news-article__body .post-toc ul a,
.single-news-article__body .post-toc ol a {
  color: #012169;
  text-decoration: none;
  display: block;
  font-weight: 900;
  font-size: 24px;
}
.single-news-article__body .post-toc ul a::after,
.single-news-article__body .post-toc ol a::after {
  content: "GO TO";
  color: #B2418A;
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  margin-left: 20px;
  background-image: url('data:image/svg+xml,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.125 7.125H13.125" stroke="%23B2418A" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.125 1.125L13.125 7.125L7.125 13.125" stroke="%23B2418A" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: 90% 60%;
  background-size: 12px;
  padding-right: 24px;
  position: relative;
  bottom: 2px;
}
@media (max-width: 1024px) {
  .single-news-article__body .post-toc ul a,
  .single-news-article__body .post-toc ol a {
    font-size: 20px;
  }
  .single-news-article__body .post-toc ul a::after,
  .single-news-article__body .post-toc ol a::after {
    font-size: 16px;
  }
}
.single-news-article__body h2,
.single-news-article__body h3 {
  color: #012169;
  line-height: 1;
}
.single-news-article__body h2 {
  font-size: 48px;
}
.single-news-article__body h3 {
  font-size: 36px;
}
.single-news-article__body a {
  color: #B2418A;
  font-weight: 700;
  text-decoration: underline;
}
.single-news-article__body h2, .single-news-article__body h3, .single-news-article__body h4, .single-news-article__body h5, .single-news-article__body h6 {
  font-weight: 900;
  text-transform: uppercase;
  text-align: left;
  margin: 55px 0 50px;
}
.single-news-article__body h2 a, .single-news-article__body h3 a, .single-news-article__body h4 a, .single-news-article__body h5 a, .single-news-article__body h6 a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}
.single-news-article__body .wp-block-image .alignleft {
  margin: 8px 50px 50px 0;
}

@media (max-width: 1024px) {
  .single-news-article {
    padding-top: 130px;
  }
  .single-news-article__hero {
    gap: 28px;
    grid-template-columns: 1fr;
  }
  .single-news-article__thumb {
    order: -1;
  }
  .single-news-article__title {
    font-size: 34px;
    max-width: 100%;
  }
  .single-news-article__body {
    max-width: 100%;
  }
  .single-news-article__body p,
  .single-news-article__body li {
    font-size: 16px;
  }
  .single-news-article__body h2 {
    font-size: 28px;
  }
  .single-news-article__body h3 {
    font-size: 24px;
  }
}
.post-type-archive-research .block-hero--research .block-hero--image,
.post-type-archive-research .block-hero--research .block-hero--imagemob {
  filter: brightness(0.85);
}
.post-type-archive-research .archive-research {
  padding: 100px 0;
}
.post-type-archive-research .archive-research__library {
  margin: 0 auto;
}
.post-type-archive-research .archive-research__heading {
  text-align: center;
  margin-bottom: 50px;
}
.post-type-archive-research .archive-research__heading h2 {
  color: #012169;
  font-size: 38px;
  font-weight: 900;
  line-height: 0.9em;
  text-transform: uppercase;
  margin: 0;
}
.post-type-archive-research .archive-research__topics {
  list-style: none;
  margin: 0 0 50px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}
.post-type-archive-research .archive-research__topic {
  align-items: center;
  background-color: #4894D3;
  border: 0;
  border-radius: 20px;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 245px;
  padding: 0;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
.post-type-archive-research .archive-research__topic:hover {
  background-color: #123EA1;
}
.post-type-archive-research .archive-research__topic[aria-pressed=true] {
  background-color: #B2418A;
}
.post-type-archive-research .archive-research__topic-icon {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: center;
  padding: 37px 0;
}
.post-type-archive-research .archive-research__topic-icon img {
  display: block;
  width: auto;
  max-width: 100%;
}
.post-type-archive-research .archive-research__topic-label {
  background-color: #012169;
  border-radius: 0 0 20px 20px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.2em;
  margin-top: auto;
  text-align: center;
  padding: 12px 0;
  width: 100%;
  min-height: 68px;
}
.post-type-archive-research .archive-research__supported-filter {
  margin-top: 50px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}
.post-type-archive-research .archive-recipes--filters {
  position: sticky;
  top: 80px;
  z-index: 50;
  background-color: #ffffff;
  padding-block: 20px;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}
.post-type-archive-research .archive-recipes--filters.is-stuck {
  border-bottom-color: #4894D3;
}
.post-type-archive-research.admin-bar .archive-recipes--filters {
  top: 112px;
}
@media (max-width: 782px) {
  .post-type-archive-research.admin-bar .archive-recipes--filters {
    top: 126px;
  }
}
.post-type-archive-research .archive-research__checkbox {
  align-items: center;
  color: #012169;
  cursor: pointer;
  display: inline-flex;
  gap: 10px;
  user-select: none;
}
.post-type-archive-research .archive-research__checkbox input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.post-type-archive-research .archive-research__checkbox-box {
  background-color: #ffffff;
  border: 2px solid #B2418A;
  border-radius: 2px;
  display: inline-block;
  height: 24px;
  position: relative;
  transition: all 0.2s ease-in-out;
  width: 24px;
  min-width: 24px;
}
.post-type-archive-research .archive-research__checkbox.is-checked .archive-research__checkbox-box {
  background-color: #B2418A;
}
.post-type-archive-research .archive-research__checkbox.is-checked .archive-research__checkbox-box::after {
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  content: "";
  height: 12px;
  left: 7px;
  position: absolute;
  top: 1px;
  transform: rotate(45deg);
  width: 4px;
}
input:focus-visible + .post-type-archive-research .archive-research__checkbox-box {
  outline: 2px solid #123EA1;
  outline-offset: 2px;
}
.post-type-archive-research .archive-research__list {
  display: flex;
  flex-direction: column;
}
.post-type-archive-research .archive-research .facetwp-facet-research_category .facetwp-checkbox.zero {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}
.post-type-archive-research .archive-research__empty {
  color: #012169;
  font-size: 1rem;
  margin: 0;
  padding: 24px 0;
}
.post-type-archive-research .archive-research__pagination {
  margin-top: 30px;
  text-align: center;
}
.post-type-archive-research .archive-research__pagination .facetwp-load-more,
.post-type-archive-research .archive-research__pagination .facetwp-page {
  background-color: #012169;
  border: 0;
  border-radius: 999px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #ffffff;
  padding: 24px 30px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.post-type-archive-research .archive-research__pagination .facetwp-load-more:hover,
.post-type-archive-research .archive-research__pagination .facetwp-page:hover {
  background-color: #123EA1;
}
.post-type-archive-research .archive-research__pagination .facetwp-load-more:disabled,
.post-type-archive-research .archive-research__pagination .facetwp-page:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
.post-type-archive-research .archive-research__footnote {
  color: #012169;
  margin-top: 100px;
}
.post-type-archive-research .archive-research__footnote p {
  font-size: 20px;
  margin: 0;
}
.post-type-archive-research .research-card {
  border-bottom: 1px solid rgba(1, 33, 105, 0.18);
  color: #012169;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 50px 0;
}
.post-type-archive-research .research-card__header {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.post-type-archive-research .research-card__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.post-type-archive-research .research-card__category {
  background-color: #4894D3;
  border-radius: 999px;
  color: #ffffff;
  padding: 7px 12px;
  font-size: 16px;
  font-weight: 500;
}
.post-type-archive-research .research-card__supported {
  color: #4894D3;
  font-weight: 500;
}
.post-type-archive-research .research-card__title {
  color: #012169;
  margin: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1em;
}
.post-type-archive-research .research-card__title a {
  color: inherit;
  text-decoration: none;
}
.post-type-archive-research .research-card__title a:hover {
  color: #123EA1;
}
.post-type-archive-research .research-card__authors, .post-type-archive-research .research-card__citation {
  color: #012169;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}
.post-type-archive-research .research-card__cta {
  align-self: flex-start;
  padding: 24px 30px;
}

@media (max-width: 1024px) {
  .post-type-archive-research .archive-research__topics {
    display: flex;
    flex-wrap: wrap;
    padding: 0 40px;
    justify-content: center;
  }
  .post-type-archive-research .archive-research__topic {
    margin: 0 auto;
    width: 220px;
  }
  .post-type-archive-research .archive-research .research-card__title {
    font-size: 22px;
  }
  .post-type-archive-research .archive-research .research-card__authors, .post-type-archive-research .archive-research .research-card__citation {
    font-size: 18px;
  }
  .post-type-archive-research .archive-research .research-card__cta {
    font-size: 16px;
  }
  .post-type-archive-research .archive-research__footnote p {
    font-size: 18px;
  }
}
@media (max-width: 604px) {
  .post-type-archive-research .archive-research__topics li {
    width: 100%;
  }
  .post-type-archive-research .archive-research__supported-filter {
    font-size: 16px;
  }
}
.single-research {
  padding: 100px 0 0;
}
.single-research__title {
  color: #012169;
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  margin: 20px 0 40px;
  text-transform: uppercase;
}
.single-research__meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-bottom: 40px;
}
.single-research__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.single-research__category {
  background-color: #4894D3;
  border-radius: 999px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 6px 12px;
}
.single-research__supported {
  color: #4894D3;
  font-size: 16px;
  font-weight: 500;
}
.single-research__authors, .single-research__citation {
  color: #012169;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 40px;
}
.single-research__actions {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
.single-research__print, .single-research__share {
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
  transition: all 0.2s ease-in-out;
}
.single-research__print:hover, .single-research__share:hover {
  opacity: 0.8;
}
.single-research__read {
  background-color: #B2418A;
  border: 0;
  border-radius: 30px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
  padding: 20px 30px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.single-research__read:hover {
  background-color: #CC66A8;
  color: #ffffff;
}
.single-research__body {
  color: #012169;
}
.single-research__body h2 {
  color: #012169;
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  margin: 0 0 50px;
  text-transform: uppercase;
}
.single-research__body h3,
.single-research__body h4 {
  color: #012169;
  font-weight: 900;
  line-height: 1.1;
  margin: 30px 0 10px;
  text-transform: uppercase;
}
.single-research__body h3 {
  font-size: 28px;
}
.single-research__body h4 {
  font-size: 22px;
}
.single-research__body p,
.single-research__body li {
  color: inherit;
  font-size: 20px;
  line-height: 1;
}
.single-research__body p {
  margin: 0 0 1em;
  letter-spacing: 0.05em;
}
.single-research__body p strong {
  font-weight: 900;
}
.single-research__body a {
  color: #B2418A;
  font-weight: 500;
  text-decoration: underline;
  word-break: break-word;
}
.single-research__body a:hover {
  color: #CC66A8;
}
.single-research__body ul,
.single-research__body ol {
  margin: 0 0 1em;
  padding-left: 24px;
}
.single-research__body .wp-block-separator {
  border-top: 1px solid #4894D3;
  margin: 50px 0;
  width: 100%;
}
.single-research__cta {
  margin-top: 0;
  width: 100%;
}
.single-research__cta > * {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 1024px) {
  .single-research__title {
    font-size: 36px;
  }
  .single-research__authors, .single-research__citation {
    font-size: 18px;
  }
  .single-research__print svg, .single-research__share svg {
    height: 40px;
    width: 40px;
  }
  .single-research__read {
    font-size: 1rem;
  }
  .single-research__body h2 {
    font-size: 36px;
  }
  .single-research__body h3 {
    font-size: 28px;
  }
  .single-research__body h4 {
    font-size: 22px;
  }
}
@media (max-width: 604px) {
  .single-research__category, .single-research__supported {
    font-size: 14px;
  }
}
.block-meeting-list {
  padding: 0;
  color: #012169;
}
.block-meeting-list__future {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 100px;
}
.block-meeting-list__card {
  padding: 50px 22px 50px 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 20px;
  background: #DCE4F3;
}
.block-meeting-list__card-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.block-meeting-list__card-date {
  margin: 0 0 20px 0;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 700;
}
.block-meeting-list__card-title {
  margin: 0 0 20px 0;
  max-width: 100%;
  font-size: 36px;
  line-height: 0.9em;
  font-weight: 900;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}
.block-meeting-list__location {
  color: #4894D3;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
  margin: auto 0 0 0;
}
.block-meeting-list__past-title {
  margin: 0 0 20px 0;
  color: #012169;
  font-size: 48px;
  line-height: 0.9em;
  font-weight: 900;
  text-transform: uppercase;
}
.block-meeting-list__past-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.block-meeting-list__past-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.block-meeting-list__past-item p, .block-meeting-list__past-item h3 {
  margin: 0;
}
.block-meeting-list__past-date {
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 500;
}
.block-meeting-list__past-meeting-title {
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 900;
}
.block-meeting-list__past-location {
  color: #4894D3;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .block-meeting-list__card-container {
    max-width: 300px;
  }
  .block-meeting-list__card-date {
    font-size: 18px;
  }
  .block-meeting-list__card-title {
    font-size: 24px;
  }
}
@media (max-width: 784px) {
  .block-meeting-list__future {
    grid-template-columns: 1fr;
  }
  .block-meeting-list__past-title {
    font-size: 36px;
  }
  .block-meeting-list__past-date, .block-meeting-list__past-location {
    font-size: 18px;
  }
  .block-meeting-list__past-meeting-title {
    font-size: 20px;
  }
}
@media (max-width: 604px) {
  .block-meeting-list__card {
    padding: 24px 20px;
  }
}

html * {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

:target {
  scroll-margin-top: 100px;
}

.link-arrow,
.link-arrow a,
a.link-arrow {
  color: #B2418A;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 700;
}

a.link-arrow {
  background-image: url('data:image/svg+xml,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.125 7.125H13.125" stroke="%23B2418A" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.125 1.125L13.125 7.125L7.125 13.125" stroke="%23B2418A" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: 100% 60%;
  padding-right: 24px;
}

.link-arrow a {
  background-image: url('data:image/svg+xml,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.125 7.125H13.125" stroke="%23B2418A" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.125 1.125L13.125 7.125L7.125 13.125" stroke="%23B2418A" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: 100% 60%;
  padding-right: 24px;
}

.link-arrow {
  background-image: none;
}

a.link-arrow.arrow-down,
.link-arrow.arrow-down a {
  background-image: url('data:image/svg+xml,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.125 1.125V13.125" stroke="%23B2418A" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"/><path d="M1.125 7.125L7.125 13.125L13.125 7.125" stroke="%23B2418A" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-position: 100% 66%;
}

@media print {
  body,
  .single-recipes .recipe,
  .single-recipes .recipe__info--list {
    font-size: 12pt !important;
    line-height: 1.5 !important;
  }
  h1 {
    font-size: 28pt !important;
  }
  h2 {
    font-size: 16pt !important;
  }
  h3 {
    font-size: 14pt !important;
  }
  small,
  .meta {
    font-size: 10pt !important;
  }
  body * {
    visibility: hidden;
  }
  main,
  main * {
    visibility: visible;
  }
  main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}
body {
  margin: 0;
  padding: 0;
  font-family: "arboria", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body a {
  text-decoration: none;
  color: #B2418A;
  transition: all 0.2s ease-in-out;
}
body.menu-open {
  overflow: hidden;
}
body a.super-hyperlink,
body span.super-hyperlink {
  vertical-align: super;
  font-size: 16px;
}
body button {
  font-family: "arboria", sans-serif;
  cursor: pointer;
}
body a.button.jamberry,
body button.jamberry {
  background-color: #B2418A;
  background-image: none;
  color: #ffffff;
}
body a.button.jamberry:hover,
body button.jamberry:hover {
  background-color: #CC66A8;
}
body a.button.blueberry,
body button.blueberry {
  background-color: #012169;
  background-image: none;
  color: #ffffff;
}
body a.button.blueberry:hover,
body button.blueberry:hover {
  background-color: #123EA1;
}
body .back__link,
body .recipe__back-link {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.125 7.125L1.125 7.125' stroke='%23B2418A' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.125 13.125L1.125 7.125L7.125 1.125' stroke='%23B2418A' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 75%;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  padding-left: 24px;
}
body .next__link,
body .right-arrow-link {
  display: inline-flex;
  position: relative;
  padding-right: 24px;
  padding-left: 0;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}
body .next__link::after,
body .right-arrow-link::after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) scaleX(-1);
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.125 7.125L1.125 7.125' stroke='%23B2418A' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.125 13.125L1.125 7.125L7.125 1.125' stroke='%23B2418A' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
body .copy-toast {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: #012169;
  color: #fff;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 14px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
body .copy-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
body .m-0 {
  margin: 0 !important;
}
body .mt-0 {
  margin-top: 0 !important;
}
body .mb-0 {
  margin-bottom: 0 !important;
}
body .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
body .my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
body .mw-780 {
  max-width: 780px;
}
body .mw-860 {
  max-width: 860px;
}
body .p-0 {
  padding: 0 !important;
}
body .pt-0 {
  padding-top: 0 !important;
}
body .pt-30 {
  padding-top: 30px !important;
}
body .pb-0 {
  padding-bottom: 0 !important;
}
body .gap-20 {
  gap: 20px;
}
body .gap-50 {
  gap: 50px;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin-top: 20px;
  margin-bottom: 25px;
}
body .wp-block-heading.has-x-large-font-size {
  font-size: 42px !important;
  line-height: 1.3em;
  margin-top: 20px;
  margin-bottom: 25px;
}
@media (min-width: 1245px) {
  body .wp-block-heading.has-x-large-font-size {
    font-size: 62px !important;
    line-height: 0.9em;
  }
}
body .wp-block-heading.has-large-font-size {
  font-size: 29px !important;
  line-height: 0.9em;
  margin-top: 20px;
  margin-bottom: 25px;
}
@media (min-width: 1245px) {
  body .wp-block-heading.has-large-font-size {
    font-size: 58px !important;
  }
}
body .wp-block-heading.has-medium-font-size {
  font-size: 28px !important;
  line-height: 1em;
  margin-top: 20px;
  margin-bottom: 25px;
}
@media (min-width: 1245px) {
  body .wp-block-heading.has-medium-font-size {
    font-size: 48px !important;
  }
}
body .wp-block-heading.has-small-font-size {
  font-size: 24px !important;
  line-height: 1em;
  margin-top: 20px;
  margin-bottom: 25px;
}
@media (min-width: 1245px) {
  body .wp-block-heading.has-small-font-size {
    font-size: 32px !important;
  }
}
body sup {
  font-size: 0.6em;
  font-weight: 400;
  line-height: 0;
  position: relative;
  top: -0.7em;
  vertical-align: baseline;
}
body .jamberry .wp-block-button__link {
  background-color: #B2418A;
}
body .jamberry .wp-block-button__link:hover {
  background-color: #CC66A8;
}
body .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
body .single-blueberry-img {
  margin: 50px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .single-blueberry-img img {
  display: block;
  max-width: 100%;
  height: auto;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-0 .wp-block-group__inner-container {
  padding-left: 0px;
  padding-right: 0px;
}

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

.ta-left {
  text-align: left;
}

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

.paragraph--default {
  font-size: 20px;
  line-height: 1.2em;
  margin-bottom: 1em;
  margin-top: 0;
}
.paragraph--default:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .paragraph--default {
    font-size: 18px;
  }
}

.hidden {
  display: none;
}
.hidden--mobile {
  display: none;
}
@media (min-width: 1244px) {
  .hidden--mobile {
    display: block;
  }
}
.hidden--desktop {
  display: block;
}
@media (min-width: 1244px) {
  .hidden--desktop {
    display: none;
  }
}

.benefit {
  width: 224px;
  height: 117px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  scale: 2;
  animation: show 300ms 100ms cubic-bezier(0.38, 0.97, 0.56, 0.76) forwards;
}
@keyframes show {
  100% {
    opacity: 1;
    scale: 1;
  }
}
.benefit-1 {
  background-image: url(../assets/images/vitaminc.png);
  width: 224px;
  height: 94px;
}
.benefit-2 {
  background-image: url(../assets/images/vitamink.png);
  width: 219px;
  height: 92px;
}
.benefit-3 {
  background-image: url(../assets/images/manganese.png);
  width: 195px;
  height: 117px;
}
.benefit-4 {
  background-image: url(../assets/images/potassium.png);
  width: 180px;
  height: 97px;
}
.benefit-5 {
  background-image: url(../assets/images/fiber.png);
  width: 163px;
  height: 86px;
}
@media screen and (max-width: 1024px) {
  .benefit {
    transform: translate(-100%, -50%);
  }
  @keyframes show {
    100% {
      opacity: 1;
      scale: 0.85;
    }
  }
}

.animate {
  opacity: 0;
  transition: 1s all ease;
}
.animate.bottom {
  transform: translateY(150px);
}
.animate.bottom-animation {
  transform: translateY(0);
  opacity: 1;
}
.animate.top {
  transform: translateY(-150px);
}
.animate.top-animation {
  transform: translateY(0);
  opacity: 1;
}
.animate.right {
  transform: translateX(150px);
}
.animate.right-animation {
  transform: translateX(0);
  opacity: 1;
}
.animate.left {
  transform: translateX(-150px);
}
.animate.left-animation {
  transform: translateX(0);
  opacity: 1;
}
.animate.insight {
  opacity: 1;
}

.button {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  text-transform: uppercase;
  padding: 22px 36px;
  border-radius: 30px;
  border: 0;
  display: table;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
.button-solid {
  background-color: #012169;
  color: #ffffff;
}
.button-solid:hover {
  background-color: #123EA1;
}
@media screen and (max-width: 1024px) {
  .button {
    font-size: 1rem;
    padding: 17px 30px;
  }
}

.wp-block-button.blueberry a {
  background-color: #012169;
}
.wp-block-button.blueberry a:hover {
  background-color: #123EA1;
}
.wp-block-button.jamberry a {
  background-color: #B2418A;
}
.wp-block-button.jamberry a:hover {
  background-color: #CC66A8;
}

.hide-desktop {
  display: none;
}
@media (max-width: 1024px) {
  .hide-desktop {
    display: block;
  }
}
.hide-mobile {
  display: block;
}
@media (max-width: 1024px) {
  .hide-mobile {
    display: none;
  }
}

.container {
  width: 100%;
  padding-right: 32px;
  padding-left: 32px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .container {
    width: auto;
  }
}
@media (min-width: 576px) {
  .container {
    width: 100%;
    padding-right: 32px;
    padding-left: 32px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    max-width: 604px;
  }
}
@media screen and (min-width: 576px) and (max-width: 1024px) {
  .container {
    width: auto;
  }
}
@media (min-width: 768px) {
  .container {
    width: 100%;
    padding-right: 32px;
    padding-left: 32px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    max-width: 784px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .container {
    width: auto;
  }
}
@media (min-width: 992px) {
  .container {
    width: 100%;
    padding-right: 32px;
    padding-left: 32px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    max-width: 1024px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .container {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
    padding-right: 32px;
    padding-left: 32px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    max-width: 1244px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1024px) {
  .container {
    width: auto;
  }
}

.wp-block-group__inner-container {
  width: 100%;
  padding-right: 32px;
  padding-left: 32px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .wp-block-group__inner-container {
    width: auto;
  }
}
.wp-block-group__inner-container p {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #012169;
}
@media (min-width: 576px) {
  .wp-block-group__inner-container {
    width: 100%;
    padding-right: 32px;
    padding-left: 32px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    max-width: 604px;
  }
}
@media screen and (min-width: 576px) and (max-width: 1024px) {
  .wp-block-group__inner-container {
    width: auto;
  }
}
@media (min-width: 768px) {
  .wp-block-group__inner-container {
    width: 100%;
    padding-right: 32px;
    padding-left: 32px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    max-width: 784px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wp-block-group__inner-container {
    width: auto;
  }
}
@media (min-width: 992px) {
  .wp-block-group__inner-container {
    width: 100%;
    padding-right: 32px;
    padding-left: 32px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    max-width: 1024px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .wp-block-group__inner-container {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .wp-block-group__inner-container {
    width: 100%;
    padding-right: 32px;
    padding-left: 32px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    max-width: 1244px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1024px) {
  .wp-block-group__inner-container {
    width: auto;
  }
}
.wp-block-media-text .wp-block-media-text__content {
  padding-right: 0;
  padding-left: 40px;
}
.wp-block-list {
  font-weight: 500;
  font-size: 1.25rem;
  color: #012169;
}
.wp-block-list li {
  margin-bottom: 10px;
}
@media (max-width: 960px) {
  .wp-block-columns {
    flex-wrap: wrap !important;
  }
  .wp-block-columns .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media screen and (max-width: 784px) {
  .wp-block-buttons .wp-block-button__link {
    font-size: 18px !important;
  }
  .wp-block-buttons.mobile-center {
    justify-content: center;
  }
}
@media screen and (max-width: 784px) {
  .wp-block-cover .wp-block-heading {
    font-size: 3rem !important;
  }
}
@media screen and (min-width: 604px) {
  .wp-block-cover .wp-block-cover__inner-container .medium-container {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .wp-block-cover .wp-block-cover__inner-container .medium-container {
    max-width: 500px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .wp-block-cover .wp-block-cover__inner-container .medium-container {
    font-size: 20px;
  }
}
.wp-block-video video {
  border-radius: 20px;
}

.post-404 {
  margin-top: 48px;
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.post-404 .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* makes image act like background-size: cover */
  z-index: 1;
}
.post-404 .container {
  position: relative;
  z-index: 2;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
}
.post-404 .container h1 {
  font-weight: 900;
  font-size: 6.25rem;
  line-height: 80%;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 50px;
}
.post-404 .container h3 {
  font-weight: 900;
  font-size: 3rem;
  line-height: 90%;
  text-transform: uppercase;
  color: #ffffff;
  max-width: 460px;
  margin-top: 0;
  margin-bottom: 50;
}
.post-404 .container p {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.1;
  color: #ffffff;
}
.post-404 .container p a {
  color: #4894D3;
  text-decoration: underline;
}
.post-search {
  margin-top: 48px;
}
.post-search .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
.post-search .container h1 {
  font-weight: 900;
  font-size: 4rem;
  line-height: 0.9;
  text-transform: uppercase;
  color: #B2418A;
}
.post-search .container h2 {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #012169;
  margin-bottom: 10px;
}
.post-search .container h2 span {
  font-weight: 900;
}
.post-search .container h5 {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #012169;
  margin: 0;
}
.post-search .container article {
  border-bottom: 1px solid #DCE4F3;
  padding: 20px 0px;
}
.post-search .container article:last-child {
  border: none;
}
.post-search .container article .entry-title {
  font-weight: 900;
  font-size: 14px;
  line-height: 125%;
  vertical-align: middle;
  margin-bottom: 20px;
}
.post-search .container article .entry-title a {
  color: #4894D3;
}
.post-search .container article .entry-excerpt {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #012169;
}
.post-search .container article .entry-link {
  color: #B2418A;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 500;
  background-image: url('data:image/svg+xml,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.125 7.125H13.125" stroke="%23B2418A" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.125 1.125L13.125 7.125L7.125 13.125" stroke="%23B2418A" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: 100% 75%;
  padding-right: 24px;
  line-height: 0;
}

.custom-container {
  padding: 40px 100px;
  border-radius: 20px;
}
.custom-container .wp-block-group__inner-container {
  padding: 0;
}
.custom-container .wp-block-group__inner-container h2 {
  margin: 0;
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 3rem;
  line-height: 0.9;
  text-transform: uppercase;
}
.custom-container .wp-block-group__inner-container p {
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .custom-container {
    padding: 40px 30px;
  }
  .custom-container .wp-block-group__inner-container {
    padding: 0;
  }
  .custom-container .wp-block-group__inner-container h2 {
    margin: 0;
    margin-bottom: 40px;
    font-weight: 900;
    font-size: 2.25rem;
    line-height: 0.9;
    text-transform: uppercase;
  }
}
@media (max-width: 604px) {
  .custom-container {
    padding: 30px;
  }
  .custom-container .wp-block-group__inner-container {
    padding: 0;
  }
  .custom-container .wp-block-group__inner-container h2 {
    font-size: 2.25rem;
  }
  .custom-container .wp-block-group__inner-container p {
    font-size: 1.25rem;
  }
}

.form--recipe-quiz_wrapper.gravity-theme {
  background-color: #DCE4F3;
  border-radius: 40px;
  padding: 40px;
}
.form--recipe-quiz_wrapper.gravity-theme .gform_heading {
  margin-bottom: 40px;
}
.form--recipe-quiz_wrapper.gravity-theme .gform_heading .gform_title {
  font-weight: 900;
  font-size: 3rem;
  line-height: 0.9;
  text-transform: uppercase;
  color: #B2418A;
  margin-bottom: 20px;
  margin-top: 0;
}
.form--recipe-quiz_wrapper.gravity-theme .gform_heading .gform_description {
  margin-bottom: 0;
}
.form--recipe-quiz_wrapper.gravity-theme .gform_body {
  color: #012169;
  position: relative;
  padding-bottom: 60px;
}
.form--recipe-quiz_wrapper.gravity-theme .gform_body .step-image {
  border-radius: 20px;
  width: 100%;
}
.form--recipe-quiz_wrapper.gravity-theme .gform_body .gfield .gfield_label {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: 40px;
}
.form--recipe-quiz_wrapper.gravity-theme .gform_body .gfield .gfield_label .gfield_required {
  display: none;
}
.form--recipe-quiz_wrapper.gravity-theme .gform_body .gfield input[type=email] {
  border: none;
  border-radius: 100px;
  padding: 15px 40px;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #012169;
  outline: none;
  background: #ffffff;
  margin-bottom: 30px;
}
.form--recipe-quiz_wrapper.gravity-theme .gform_body .gfield .gchoice {
  margin-bottom: 30px;
  display: flex;
  gap: 10px;
}
.form--recipe-quiz_wrapper.gravity-theme .gform_body .gfield .gchoice label {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1;
}
.form--recipe-quiz_wrapper.gravity-theme .gform_body .gfield .gchoice input[type=radio] {
  border: 1px solid #012169;
  background: #DCE4F3;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  margin-top: 4px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  flex-shrink: 0;
}
.form--recipe-quiz_wrapper.gravity-theme .gform_body .gfield .gchoice input[type=radio]:checked {
  background: #012169;
}
.form--recipe-quiz_wrapper.gravity-theme .gform_body .gform_page_footer {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(50% - 80px);
  margin-top: -70px;
  padding: 0;
  gap: 10px;
}
.form--recipe-quiz_wrapper.gravity-theme .gform_body .gform_page_footer .button {
  padding: 25px 30px;
  background-color: #B2418A !important;
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff !important;
  cursor: pointer;
  margin: 0;
}
@media (max-width: 784px) {
  .form--recipe-quiz_wrapper.gravity-theme .gform_body .gform_page_footer .button {
    padding: 5px 30px;
  }
}
@media (max-width: 1199px) {
  .form--recipe-quiz_wrapper.gravity-theme .gform_body .gform_page_footer {
    margin-left: calc(50% - 60px);
  }
}
.form--recipe-quiz_wrapper.gravity-theme .below-form-body {
  margin-top: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.form--recipe-quiz_wrapper.gravity-theme.gform_wrapper.gform_validation_error .gform_validation_errors {
  margin-bottom: 20px;
}
.form--recipe-quiz_wrapper.gravity-theme.gform_wrapper.gform_validation_error .gfield_error legend {
  color: #B2418A;
}
.form--recipe-quiz_wrapper.gravity-theme.gform_wrapper.gform_validation_error .validation_message {
  padding: 0;
}
@media (max-width: 1199px) {
  .form--recipe-quiz_wrapper.gravity-theme .gform_body .gform_fields {
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .form--recipe-quiz_wrapper.gravity-theme .gform_body .gform_fields {
    padding-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .form--recipe-quiz_wrapper.gravity-theme .gform_body .gform_fields {
    display: flex !important;
    flex-direction: column;
    padding-bottom: 0;
    gap: 20px;
  }
  .form--recipe-quiz_wrapper.gravity-theme .gform_body .gform_fields .step-image {
    max-width: 400px;
  }
  .form--recipe-quiz_wrapper.gravity-theme .gform_body .gform_page_footer {
    margin-left: 0;
    margin-top: 0;
  }
}
@media (max-width: 784px) {
  .form--recipe-quiz_wrapper.gravity-theme .gform_heading .gform_title {
    font-size: 2rem;
  }
  .form--recipe-quiz_wrapper.gravity-theme .gform_body .gfield .gfield_label {
    font-size: 1.5rem;
  }
}
.form--recipe-quiz.gform_confirmation_wrapper {
  background-color: #DCE4F3;
  border-radius: 40px;
  padding: 40px;
}
.form--recipe-quiz.gform_confirmation_wrapper .recipe-quiz-result {
  text-transform: none;
  text-align: left;
}
.form--recipe-quiz.gform_confirmation_wrapper .recipe-quiz-result--header {
  margin-bottom: 20px;
  text-align: left;
}
.form--recipe-quiz.gform_confirmation_wrapper .recipe-quiz-result--header h3 {
  font-weight: 900;
  font-size: 3rem;
  line-height: 0.9;
  text-transform: uppercase;
  color: #B2418A;
  margin-bottom: 20px;
  margin-top: 0;
}
.form--recipe-quiz.gform_confirmation_wrapper .recipe-quiz-result--header p {
  margin-bottom: 0;
  text-transform: none;
}
.form--recipe-quiz.gform_confirmation_wrapper .recipe-quiz-result--body {
  display: flex;
  gap: 40px;
}
.form--recipe-quiz.gform_confirmation_wrapper .recipe-quiz-result--body .image img {
  border-radius: 20px;
  width: 100%;
}
.form--recipe-quiz.gform_confirmation_wrapper .recipe-quiz-result--body .content {
  text-align: left;
  width: 33.333%;
}
.form--recipe-quiz.gform_confirmation_wrapper .recipe-quiz-result--body .content p {
  margin-top: 0px;
  text-transform: none;
}
.form--recipe-quiz.gform_confirmation_wrapper .recipe-quiz-result--body .content h3 {
  font-weight: 900;
  font-size: 48px;
  line-height: 0.9;
  text-transform: uppercase;
  color: #012169;
  margin-top: 0px;
  margin-bottom: 30px;
}
.form--recipe-quiz.gform_confirmation_wrapper .recipe-quiz-result--body .content .button {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  text-transform: uppercase;
  padding: 22px 36px;
  border-radius: 30px;
  border: 0;
  display: table;
  transition: all 0.2s ease-in-out;
  background-color: #B2418A;
  color: #ffffff;
  cursor: pointer;
}
.form--recipe-quiz.gform_confirmation_wrapper .recipe-quiz-result--body .content .button:hover {
  background-color: #012169;
}
@media (max-width: 1024px) {
  .form--recipe-quiz.gform_confirmation_wrapper .recipe-quiz-result--body {
    flex-direction: column;
  }
  .form--recipe-quiz.gform_confirmation_wrapper .recipe-quiz-result--body .content {
    width: 100%;
  }
}
@media (max-width: 784px) {
  .form--recipe-quiz.gform_confirmation_wrapper .recipe-quiz-result--header h3 {
    font-size: 2rem;
  }
  .form--recipe-quiz.gform_confirmation_wrapper .recipe-quiz-result--body .content h3 {
    font-size: 2rem;
  }
}

.gform_wrapper.gravity-theme .gform_heading {
  display: none;
}
.gform_wrapper.gravity-theme .gform-body input[type=color], .gform_wrapper.gravity-theme .gform-body input[type=date], .gform_wrapper.gravity-theme .gform-body input[type=datetime-local], .gform_wrapper.gravity-theme .gform-body input[type=datetime], .gform_wrapper.gravity-theme .gform-body input[type=email], .gform_wrapper.gravity-theme .gform-body input[type=month], .gform_wrapper.gravity-theme .gform-body input[type=number], .gform_wrapper.gravity-theme .gform-body input[type=password], .gform_wrapper.gravity-theme .gform-body input[type=search], .gform_wrapper.gravity-theme .gform-body input[type=tel], .gform_wrapper.gravity-theme .gform-body input[type=text], .gform_wrapper.gravity-theme .gform-body input[type=time], .gform_wrapper.gravity-theme .gform-body input[type=url], .gform_wrapper.gravity-theme .gform-body input[type=week] {
  font-family: "arboria", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #012169;
  border: none;
  outline: none;
  background-color: #DCE4F3;
  border-radius: 50px;
  padding: 24px 40px;
}
.gform_wrapper.gravity-theme .gform-body input[type=color]::placeholder, .gform_wrapper.gravity-theme .gform-body input[type=date]::placeholder, .gform_wrapper.gravity-theme .gform-body input[type=datetime-local]::placeholder, .gform_wrapper.gravity-theme .gform-body input[type=datetime]::placeholder, .gform_wrapper.gravity-theme .gform-body input[type=email]::placeholder, .gform_wrapper.gravity-theme .gform-body input[type=month]::placeholder, .gform_wrapper.gravity-theme .gform-body input[type=number]::placeholder, .gform_wrapper.gravity-theme .gform-body input[type=password]::placeholder, .gform_wrapper.gravity-theme .gform-body input[type=search]::placeholder, .gform_wrapper.gravity-theme .gform-body input[type=tel]::placeholder, .gform_wrapper.gravity-theme .gform-body input[type=text]::placeholder, .gform_wrapper.gravity-theme .gform-body input[type=time]::placeholder, .gform_wrapper.gravity-theme .gform-body input[type=url]::placeholder, .gform_wrapper.gravity-theme .gform-body input[type=week]::placeholder {
  color: #012169;
  opacity: 1;
}
.gform_wrapper.gravity-theme .gform-body .gfield--type-checkbox {
  margin-bottom: 20px;
}
.gform_wrapper.gravity-theme .gform-body .gfield--type-checkbox .gfield_label {
  color: #012169;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2em;
  margin-bottom: 20px;
}
.gform_wrapper.gravity-theme .gform-body .gfield--type-checkbox .gfield_required {
  color: #012169;
  vertical-align: top;
}
.gform_wrapper.gravity-theme .gform-body .gfield--type-checkbox .gchoice {
  position: relative;
  margin-bottom: 40px;
}
.gform_wrapper.gravity-theme .gform-body .gfield--type-checkbox input[type=checkbox] {
  position: absolute;
  width: 24px;
  height: 24px;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.gform_wrapper.gravity-theme .gform-body .gfield--type-checkbox input[type=checkbox]:focus-visible + label::before {
  outline: 2px solid #012169;
  outline-offset: 4px;
}
.gform_wrapper.gravity-theme .gform-body .gfield--type-checkbox input[type=checkbox]:checked + label::before {
  background-color: #B2418A;
}
.gform_wrapper.gravity-theme .gform-body .gfield--type-checkbox input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.gform_wrapper.gravity-theme .gform-body .gfield--type-checkbox label {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-left: 40px;
  color: #012169;
  font-family: "arboria", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2em;
  cursor: pointer;
}
@media (max-width: 604px) {
  .gform_wrapper.gravity-theme .gform-body .gfield--type-checkbox label {
    font-size: 18px;
  }
}
.gform_wrapper.gravity-theme .gform-body .gfield--type-checkbox label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #B2418A;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
.gform_wrapper.gravity-theme .gform-body .gfield--type-checkbox label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 1.5L14.5 14.5M14.5 1.5L1.5 14.5' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity 0.2s ease;
}
.gform_wrapper.gravity-theme .gform-body [aria-invalid=true],
.gform_wrapper.gravity-theme .gform-body .gfield_error [aria-invalid=true] {
  border: none;
}
.gform_wrapper.gravity-theme .gform-body select {
  font-family: "arboria", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #012169;
  border: none;
  outline: none;
  background-color: #DCE4F3;
  border-radius: 50px;
  padding: 22.3px 40px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg%20width='19'%20height='11'%20viewBox='0%200%2019%2011'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M17.5%201.5L9.5%209.5L1.5%201.5'%20stroke='%23012169'%20stroke-width='3'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 16px auto;
  width: 100% !important;
}
@media (min-width: 768px) {
  .gform_wrapper.gravity-theme .gform-body select {
    width: calc(50% - 32px) !important;
  }
}
.gform_wrapper.gravity-theme .gform-body textarea {
  font-family: "arboria", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #012169;
  border: none;
  outline: none;
  background-color: #DCE4F3;
  border-radius: 50px;
  padding: 24px 40px;
}
.gform_wrapper.gravity-theme .gform-body textarea::placeholder {
  color: #012169;
  opacity: 1;
}
.gform_wrapper.gravity-theme .gform-footer input {
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  background-color: #B2418A;
  color: #ffffff;
  cursor: pointer;
  margin: 0 auto;
}
.gform_wrapper.gravity-theme .gform-footer input:hover {
  background-color: #012169;
}
.gform_wrapper.gravity-theme.gform_validation_error .gform_validation_errors {
  background: transparent;
  border: 2px solid #B2418A;
  border-radius: 72px;
  margin-bottom: 40px;
  padding: 24px 24px 24px 82px;
}
.gform_wrapper.gravity-theme.gform_validation_error .gform-icon--circle-error::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.586 1.00006C16.1164 1.00017 16.625 1.21096 17 1.58606L22.414 7.00006C22.7891 7.37505 22.9999 7.88367 23 8.41406V15.5861C22.9999 16.1165 22.7891 16.6251 22.414 17.0001L17 22.4141C16.625 22.7892 16.1164 22.9999 15.586 23.0001H8.414C7.88361 22.9999 7.37499 22.7892 7 22.4141L1.586 17.0001C1.2109 16.6251 1.00011 16.1165 1 15.5861V8.41406C1.00011 7.88367 1.2109 7.37505 1.586 7.00006L7 1.58606C7.37499 1.21096 7.88361 1.00017 8.414 1.00006H15.586ZM15.586 3.00006H8.414L3 8.41406V15.5861L8.414 21.0001H15.586L21 15.5861V8.41406L15.586 3.00006ZM14.828 7.75706C15.0156 7.56942 15.2701 7.464 15.5355 7.464C15.8009 7.464 16.0554 7.56942 16.243 7.75706C16.4306 7.9447 16.5361 8.1992 16.5361 8.46456C16.5361 8.59596 16.5102 8.72606 16.4599 8.84746C16.4096 8.96885 16.3359 9.07915 16.243 9.17206L13.414 12.0001L16.243 14.8281C16.4306 15.0157 16.5361 15.2702 16.5361 15.5356C16.5361 15.8009 16.4306 16.0554 16.243 16.2431C16.0554 16.4307 15.8009 16.5361 15.5355 16.5361C15.2701 16.5361 15.0156 16.4307 14.828 16.2431L12 13.4141L9.171 16.2431C9.07809 16.3359 8.9678 16.4095 8.84643 16.4598C8.72507 16.51 8.595 16.5358 8.46365 16.5358C8.3323 16.5357 8.20224 16.5098 8.08091 16.4595C7.95958 16.4092 7.84934 16.3355 7.7565 16.2426C7.66366 16.1497 7.59002 16.0394 7.5398 15.918C7.48958 15.7966 7.46375 15.6666 7.4638 15.5352C7.46384 15.4039 7.48976 15.2738 7.54007 15.1525C7.59038 15.0311 7.66409 14.9209 7.757 14.8281L10.586 12.0001L7.757 9.17206C7.56936 8.98455 7.46389 8.73018 7.4638 8.46491C7.4637 8.19964 7.56899 7.9452 7.7565 7.75756C7.94401 7.56992 8.19838 7.46445 8.46365 7.46436C8.72892 7.46426 8.98336 7.56955 9.171 7.75706L12 10.5861L14.828 7.75706Z' fill='%23B2418A'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.gform_wrapper.gravity-theme.gform_validation_error .gform_validation_errors:focus {
  outline: none;
}
.gform_wrapper.gravity-theme.gform_validation_error .gform_validation_errors > h2 {
  color: #B2418A;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .gform_wrapper.gravity-theme.gform_validation_error .gform_validation_errors > h2 {
    font-size: 20px;
  }
}
.gform_wrapper.gravity-theme.gform_validation_error .gform_validation_errors > h2 .gform-icon {
  left: 16px;
}
@media (min-width: 768px) {
  .gform_wrapper.gravity-theme.gform_validation_error .gform_validation_errors > h2 .gform-icon {
    left: 40px;
  }
}
.gform_wrapper.gravity-theme form .gform_fields {
  grid-row-gap: 32px;
}
@media (min-width: 768px) {
  .gform_wrapper.gravity-theme form .gform_fields {
    gap: 64px;
  }
}
.gform_wrapper.gravity-theme form .gfield_validation_message,
.gform_wrapper.gravity-theme form .validation_message {
  background-color: transparent;
  border: 0;
  margin-top: 10px;
  padding: 0 24px 0 40px;
}
.gform_wrapper.gravity-theme form .gfield--type-captcha .gfield_validation_message,
.gform_wrapper.gravity-theme form .gfield--type-captcha .validation_message {
  padding: 0 24px 0 0;
}
.gform_wrapper.gravity-theme form .gfield_error .gfield_repeater_cell label,
.gform_wrapper.gravity-theme form .gfield_error label,
.gform_wrapper.gravity-theme form .gform_wrapper.gravity-theme .gfield_error legend,
.gform_wrapper.gravity-theme form .gfield_validation_message,
.gform_wrapper.gravity-theme form .validation_message,
.gform_wrapper.gravity-theme form [aria-invalid=true] + label,
.gform_wrapper.gravity-theme form label + [aria-invalid=true] {
  color: #B2418A;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25em;
}
.gform_confirmation_message {
  font-weight: 900;
  font-size: clamp(2.25rem, 4vw, 3rem);
  text-align: center;
  text-transform: uppercase;
  color: #012169;
}

.sucess_form {
  font-weight: 900;
  font-size: clamp(2.25rem, 4vw, 3rem);
  text-align: center;
  text-transform: uppercase;
  color: #012169;
}

.wp-block-group__inner-container .container {
  padding: 0;
}

.width-780 {
  max-width: 780px;
  margin: 0 auto;
}

.padding-none .wp-block-group__inner-container {
  padding: 0;
}

body .wp-block-group .wp-block-columns.gap-20 {
  gap: 20px;
}

.custom-flex .wp-block-columns {
  flex-wrap: wrap !important;
  justify-content: center;
}
.custom-flex .wp-block-columns .wp-block-column {
  max-width: 220px;
}

.archive .archive-recipes--container {
  margin: 0 auto;
}
.archive .archive-recipes--filters {
  margin: 50px 0;
}
.archive .archive-recipes--filters .facetwp-facet {
  margin-bottom: 0;
}
.archive .archive-recipes--filters .facetwp-facet .fs-wrap {
  width: 100%;
}
.archive .archive-recipes--filters .facetwp-facet .fs-wrap.fs-open .fs-label-wrap {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.archive .archive-recipes--filters .facetwp-facet .fs-wrap .fs-label-wrap {
  width: 100%;
  border-radius: 36px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1019607843);
  border: none;
}
.archive .archive-recipes--filters .facetwp-facet .fs-wrap .fs-label-wrap .fs-label {
  padding: 24px 40px;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #012169;
  text-align: left;
}
.archive .archive-recipes--filters .facetwp-facet .fs-wrap .fs-label-wrap .fs-label::before {
  content: "";
  display: inline-block;
  background-image: url('data:image/svg+xml,<svg width="18" height="12" viewBox="0 0 18 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 1C0 0.734784 0.105357 0.48043 0.292893 0.292893C0.48043 0.105357 0.734784 0 1 0H17C17.2652 0 17.5196 0.105357 17.7071 0.292893C17.8946 0.48043 18 0.734784 18 1C18 1.26522 17.8946 1.51957 17.7071 1.70711C17.5196 1.89464 17.2652 2 17 2H1C0.734784 2 0.48043 1.89464 0.292893 1.70711C0.105357 1.51957 0 1.26522 0 1ZM3 6C3 5.73478 3.10536 5.48043 3.29289 5.29289C3.48043 5.10536 3.73478 5 4 5H14C14.2652 5 14.5196 5.10536 14.7071 5.29289C14.8946 5.48043 15 5.73478 15 6C15 6.26522 14.8946 6.51957 14.7071 6.70711C14.5196 6.89464 14.2652 7 14 7H4C3.73478 7 3.48043 6.89464 3.29289 6.70711C3.10536 6.51957 3 6.26522 3 6ZM6 11C6 10.7348 6.10536 10.4804 6.29289 10.2929C6.48043 10.1054 6.73478 10 7 10H11C11.2652 10 11.5196 10.1054 11.7071 10.2929C11.8946 10.4804 12 10.7348 12 11C12 11.2652 11.8946 11.5196 11.7071 11.7071C11.5196 11.8946 11.2652 12 11 12H7C6.73478 12 6.48043 11.8946 6.29289 11.7071C6.10536 11.5196 6 11.2652 6 11Z" fill="%23012169"/></svg>');
  width: 18px;
  height: 12px;
  margin-right: 12px;
}
.archive .archive-recipes--filters .facetwp-facet .fs-wrap .fs-label-wrap .fs-arrow {
  right: 24px;
}
.archive .archive-recipes--filters .facetwp-facet .fs-wrap .fs-dropdown {
  width: auto;
  padding: 25px 40px;
  position: relative;
  margin-top: 0;
  border: none;
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 36px;
  border-bottom-right-radius: 36px;
}
.archive .archive-recipes--filters .facetwp-facet .fs-wrap .fs-dropdown::before {
  content: "";
  width: calc(100% - 80px);
  height: 1px;
  background-color: #012169;
  position: absolute;
  left: 40px;
  top: 0;
}
.archive .archive-recipes--filters .facetwp-facet .fs-wrap .fs-dropdown .fs-search {
  display: none;
}
.archive .archive-recipes--filters .facetwp-facet .fs-wrap .fs-dropdown .fs-options {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-height: 400px;
}
.archive .archive-recipes--filters .facetwp-facet .fs-wrap .fs-dropdown .fs-options .fs-option {
  margin: 0;
  padding-left: 40px;
  display: flex;
  align-items: center;
}
.archive .archive-recipes--filters .facetwp-facet .fs-wrap .fs-dropdown .fs-options .fs-option .fs-checkbox i {
  width: 20px;
  height: 20px;
  border: 2px solid #B2418A;
}
.archive .archive-recipes--filters .facetwp-facet .fs-wrap .fs-dropdown .fs-options .fs-option.selected .fs-checkbox i {
  background-color: #B2418A;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.41421' y1='1' x2='15' y2='14.5858' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='15' y1='1.41421' x2='1.41421' y2='15' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
.archive .archive-recipes--filters .facetwp-facet .fs-wrap .fs-dropdown .fs-options .fs-option .fs-option-label {
  text-align: left;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #012169;
  padding-left: 0;
  white-space: normal;
  word-break: break-word;
}
@media screen and (max-width: 1024px) {
  .archive .archive-recipes--filters .facetwp-facet .fs-wrap .fs-dropdown .fs-options {
    grid-template-columns: repeat(1, 1fr);
  }
}
.archive .archive-recipes--filters .facetwp-selections ul {
  padding: 0;
}
.archive .archive-recipes--filters .facetwp-selections ul li .facetwp-selection-label {
  display: none;
}
.archive .archive-recipes--filters .facetwp-selections ul li .facetwp-selection-value {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6;
  color: #ffffff;
  padding: 8px 15px;
  padding-right: 34px;
  background-color: #B2418A;
  border-radius: 20px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-size: 18px;
  background-position-x: calc(100% - 8px);
  background-image: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.58331 8.7078C1.58331 7.77219 1.7676 6.84574 2.12566 5.98135C2.48372 5.11696 3.00854 4.33155 3.67015 3.66997C4.33176 3.0084 5.1172 2.4836 5.98164 2.12556C6.84607 1.76752 7.77257 1.58324 8.70822 1.58324C9.64388 1.58324 10.5704 1.76752 11.4348 2.12556C12.2992 2.4836 13.0847 3.0084 13.7463 3.66997C14.4079 4.33155 14.9327 5.11696 15.2908 5.98135C15.6488 6.84574 15.8331 7.77219 15.8331 8.7078C15.8331 10.5974 15.0825 12.4095 13.7463 13.7456C12.4101 15.0817 10.5979 15.8324 8.70822 15.8324C6.81858 15.8324 5.00633 15.0817 3.67015 13.7456C2.33397 12.4095 1.58331 10.5974 1.58331 8.7078V8.7078ZM8.70822 0C3.89891 0 0 3.89872 0 8.7078C0 13.5169 3.89891 17.4156 8.70822 17.4156C13.5175 17.4156 17.4164 13.5169 17.4164 8.7078C17.4164 3.89872 13.5175 0 8.70822 0ZM6.46942 5.34896C6.32087 5.20042 6.1194 5.11698 5.90932 5.11698C5.69924 5.11698 5.49777 5.20042 5.34922 5.34896C5.20068 5.4975 5.11722 5.69897 5.11722 5.90904C5.11722 6.01305 5.13771 6.11605 5.17752 6.21214C5.21732 6.30824 5.27567 6.39556 5.34922 6.4691L7.58882 8.7078L5.34922 10.9465C5.20068 11.095 5.11722 11.2965 5.11722 11.5066C5.11722 11.7166 5.20068 11.9181 5.34922 12.0666C5.49777 12.2152 5.69924 12.2986 5.90932 12.2986C6.1194 12.2986 6.32087 12.2152 6.46942 12.0666L8.70822 9.82715L10.9478 12.0666C11.0214 12.1401 11.1087 12.1984 11.2048 12.2382C11.3008 12.2779 11.4038 12.2984 11.5078 12.2983C11.6118 12.2983 11.7147 12.2778 11.8108 12.238C11.9068 12.1981 11.9941 12.1398 12.0676 12.0662C12.1411 11.9927 12.1994 11.9054 12.2392 11.8093C12.2789 11.7132 12.2994 11.6103 12.2993 11.5063C12.2993 11.4023 12.2788 11.2994 12.239 11.2033C12.1991 11.1073 12.1408 11.02 12.0672 10.9465L9.82762 8.7078L12.0672 6.4691C12.2158 6.32067 12.2993 6.11931 12.2993 5.90931C12.2994 5.69932 12.2161 5.4979 12.0676 5.34936C11.9192 5.20082 11.7178 5.11733 11.5078 5.11726C11.2978 5.11718 11.0964 5.20053 10.9478 5.34896L8.70822 7.58845L6.46942 5.34896Z" fill="white"/></svg>');
}
.archive .archive-recipes--filters .facetwp-selections ul li .facetwp-selection-value.is-locked-recipe-type {
  background-image: none;
  padding-right: 15px;
  pointer-events: none;
}
.archive .archive-recipes--grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
}
.archive .archive-recipes--grid .recipe-card {
  overflow: hidden;
  border-radius: 20px;
  display: flex;
}
.archive .archive-recipes--grid .recipe-card a {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
  text-decoration: none;
}
.archive .archive-recipes--grid .recipe-card a:hover .recipe-image img {
  transform: scale(1.2);
}
.archive .archive-recipes--grid .recipe-card a:hover .recipe-content {
  background-color: #9cc1e0;
}
.archive .archive-recipes--grid .recipe-card .recipe-image {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
}
.archive .archive-recipes--grid .recipe-card .recipe-image img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  transition: all 0.2s ease-in-out;
}
.archive .archive-recipes--grid .recipe-card .recipe-content {
  padding: 30px 15px;
  background-color: #4894D3;
  transition: all 0.2s ease-in-out;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}
.archive .archive-recipes--grid .recipe-card .recipe-title {
  margin: 0;
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  font-size: 2.25rem;
  text-align: center;
  vertical-align: middle;
}
.archive .archive-recipes--grid .recipe-card .recipe-title {
  color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .archive .archive-recipes--grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 784px) {
  .archive .archive-recipes--grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .archive .archive-recipes--grid .recipe-card .recipe-title {
    font-size: 1.75rem;
  }
}
.archive .archive-recipes--pagination {
  text-align: center;
  margin: 40px 0;
}
.archive .archive-recipes--pagination .facetwp-load-more {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  text-transform: uppercase;
  padding: 22px 36px;
  border-radius: 30px;
  border: 0;
  transition: all 0.2s ease-in-out;
  color: #ffffff;
  background-color: #012169;
}
.archive .archive-recipes--pagination .facetwp-load-more:hover {
  background-color: #123EA1;
}
.archive .archive-recipes--pagination .facetwp-load-more:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.blog .archive-posts--container {
  margin: 0 auto;
}
.blog .archive-posts--filters {
  margin: 50px 0;
}
.blog .archive-posts--filters .facetwp-facet {
  margin-bottom: 0;
}
.blog .archive-posts--filters .facetwp-facet .fs-wrap {
  width: 100%;
}
.blog .archive-posts--filters .facetwp-facet .fs-wrap.fs-open .fs-label-wrap {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.blog .archive-posts--filters .facetwp-facet .fs-wrap .fs-label-wrap {
  width: 100%;
  border-radius: 36px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1019607843);
  border: none;
}
.blog .archive-posts--filters .facetwp-facet .fs-wrap .fs-label-wrap .fs-label {
  padding: 24px 40px;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #012169;
  text-align: left;
}
.blog .archive-posts--filters .facetwp-facet .fs-wrap .fs-label-wrap .fs-label::before {
  content: "";
  display: inline-block;
  background-image: url('data:image/svg+xml,<svg width="18" height="12" viewBox="0 0 18 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 1C0 0.734784 0.105357 0.48043 0.292893 0.292893C0.48043 0.105357 0.734784 0 1 0H17C17.2652 0 17.5196 0.105357 17.7071 0.292893C17.8946 0.48043 18 0.734784 18 1C18 1.26522 17.8946 1.51957 17.7071 1.70711C17.5196 1.89464 17.2652 2 17 2H1C0.734784 2 0.48043 1.89464 0.292893 1.70711C0.105357 1.51957 0 1.26522 0 1ZM3 6C3 5.73478 3.10536 5.48043 3.29289 5.29289C3.48043 5.10536 3.73478 5 4 5H14C14.2652 5 14.5196 5.10536 14.7071 5.29289C14.8946 5.48043 15 5.73478 15 6C15 6.26522 14.8946 6.51957 14.7071 6.70711C14.5196 6.89464 14.2652 7 14 7H4C3.73478 7 3.48043 6.89464 3.29289 6.70711C3.10536 6.51957 3 6.26522 3 6ZM6 11C6 10.7348 6.10536 10.4804 6.29289 10.2929C6.48043 10.1054 6.73478 10 7 10H11C11.2652 10 11.5196 10.1054 11.7071 10.2929C11.8946 10.4804 12 10.7348 12 11C12 11.2652 11.8946 11.5196 11.7071 11.7071C11.5196 11.8946 11.2652 12 11 12H7C6.73478 12 6.48043 11.8946 6.29289 11.7071C6.10536 11.5196 6 11.2652 6 11Z" fill="%23012169"/></svg>');
  width: 18px;
  height: 12px;
  margin-right: 12px;
}
.blog .archive-posts--filters .facetwp-facet .fs-wrap .fs-label-wrap .fs-arrow {
  right: 24px;
}
.blog .archive-posts--filters .facetwp-facet .fs-wrap .fs-dropdown {
  width: auto;
  padding: 25px 40px;
  position: relative;
  margin-top: 0;
  border: none;
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 36px;
  border-bottom-right-radius: 36px;
}
.blog .archive-posts--filters .facetwp-facet .fs-wrap .fs-dropdown::before {
  content: "";
  width: calc(100% - 80px);
  height: 1px;
  background-color: #012169;
  position: absolute;
  left: 40px;
  top: 0;
}
.blog .archive-posts--filters .facetwp-facet .fs-wrap .fs-dropdown .fs-search {
  display: none;
}
.blog .archive-posts--filters .facetwp-facet .fs-wrap .fs-dropdown .fs-options {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.blog .archive-posts--filters .facetwp-facet .fs-wrap .fs-dropdown .fs-options .fs-option {
  margin: 0;
  padding-left: 40px;
}
.blog .archive-posts--filters .facetwp-facet .fs-wrap .fs-dropdown .fs-options .fs-option .fs-checkbox i {
  width: 20px;
  height: 20px;
  border: 2px solid #B2418A;
}
.blog .archive-posts--filters .facetwp-facet .fs-wrap .fs-dropdown .fs-options .fs-option.selected .fs-checkbox i {
  background-color: #B2418A;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.41421' y1='1' x2='15' y2='14.5858' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='15' y1='1.41421' x2='1.41421' y2='15' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
.blog .archive-posts--filters .facetwp-facet .fs-wrap .fs-dropdown .fs-options .fs-option .fs-option-label {
  text-align: left;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #012169;
}
@media screen and (max-width: 1024px) {
  .blog .archive-posts--filters .facetwp-facet .fs-wrap .fs-dropdown .fs-options {
    grid-template-columns: repeat(1, 1fr);
  }
}
.blog .archive-posts--filters .facetwp-selections ul {
  padding: 0;
}
.blog .archive-posts--filters .facetwp-selections ul li .facetwp-selection-label {
  display: none;
}
.blog .archive-posts--filters .facetwp-selections ul li .facetwp-selection-value {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6;
  color: #ffffff;
  padding: 8px 15px;
  padding-right: 34px;
  background-color: #B2418A;
  border-radius: 20px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-size: 18px;
  background-position-x: calc(100% - 8px);
  background-image: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.58331 8.7078C1.58331 7.77219 1.7676 6.84574 2.12566 5.98135C2.48372 5.11696 3.00854 4.33155 3.67015 3.66997C4.33176 3.0084 5.1172 2.4836 5.98164 2.12556C6.84607 1.76752 7.77257 1.58324 8.70822 1.58324C9.64388 1.58324 10.5704 1.76752 11.4348 2.12556C12.2992 2.4836 13.0847 3.0084 13.7463 3.66997C14.4079 4.33155 14.9327 5.11696 15.2908 5.98135C15.6488 6.84574 15.8331 7.77219 15.8331 8.7078C15.8331 10.5974 15.0825 12.4095 13.7463 13.7456C12.4101 15.0817 10.5979 15.8324 8.70822 15.8324C6.81858 15.8324 5.00633 15.0817 3.67015 13.7456C2.33397 12.4095 1.58331 10.5974 1.58331 8.7078V8.7078ZM8.70822 0C3.89891 0 0 3.89872 0 8.7078C0 13.5169 3.89891 17.4156 8.70822 17.4156C13.5175 17.4156 17.4164 13.5169 17.4164 8.7078C17.4164 3.89872 13.5175 0 8.70822 0ZM6.46942 5.34896C6.32087 5.20042 6.1194 5.11698 5.90932 5.11698C5.69924 5.11698 5.49777 5.20042 5.34922 5.34896C5.20068 5.4975 5.11722 5.69897 5.11722 5.90904C5.11722 6.01305 5.13771 6.11605 5.17752 6.21214C5.21732 6.30824 5.27567 6.39556 5.34922 6.4691L7.58882 8.7078L5.34922 10.9465C5.20068 11.095 5.11722 11.2965 5.11722 11.5066C5.11722 11.7166 5.20068 11.9181 5.34922 12.0666C5.49777 12.2152 5.69924 12.2986 5.90932 12.2986C6.1194 12.2986 6.32087 12.2152 6.46942 12.0666L8.70822 9.82715L10.9478 12.0666C11.0214 12.1401 11.1087 12.1984 11.2048 12.2382C11.3008 12.2779 11.4038 12.2984 11.5078 12.2983C11.6118 12.2983 11.7147 12.2778 11.8108 12.238C11.9068 12.1981 11.9941 12.1398 12.0676 12.0662C12.1411 11.9927 12.1994 11.9054 12.2392 11.8093C12.2789 11.7132 12.2994 11.6103 12.2993 11.5063C12.2993 11.4023 12.2788 11.2994 12.239 11.2033C12.1991 11.1073 12.1408 11.02 12.0672 10.9465L9.82762 8.7078L12.0672 6.4691C12.2158 6.32067 12.2993 6.11931 12.2993 5.90931C12.2994 5.69932 12.2161 5.4979 12.0676 5.34936C11.9192 5.20082 11.7178 5.11733 11.5078 5.11726C11.2978 5.11718 11.0964 5.20053 10.9478 5.34896L8.70822 7.58845L6.46942 5.34896Z" fill="white"/></svg>');
}
.blog .archive-posts--grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.blog .archive-posts--grid .post-card {
  overflow: hidden;
  border-radius: 20px;
}
.blog .archive-posts--grid .post-card a:hover .post-image img {
  transform: scale(1.2);
}
.blog .archive-posts--grid .post-card a:hover .post-content {
  background-color: #9cc1e0;
}
.blog .archive-posts--grid .post-card .post-image {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
}
.blog .archive-posts--grid .post-card .post-image img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  transition: all 0.2s ease-in-out;
}
.blog .archive-posts--grid .post-card .post-content {
  padding: 15px;
  background-color: #4894D3;
  height: 100%;
  transition: all 0.2s ease-in-out;
}
.blog .archive-posts--grid .post-card .post-title {
  margin: 0;
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  font-size: 2.25rem;
  text-align: center;
  vertical-align: middle;
}
.blog .archive-posts--grid .post-card .post-title {
  color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .blog .archive-posts--grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 784px) {
  .blog .archive-posts--grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .blog .archive-posts--grid .post-card .post-title {
    font-size: 1.75rem;
  }
}
.blog .archive-posts--pagination {
  text-align: center;
  margin: 40px 0;
}
.blog .archive-posts--pagination .facetwp-load-more {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  text-transform: uppercase;
  padding: 22px 36px;
  border-radius: 30px;
  border: 0;
  transition: all 0.2s ease-in-out;
  color: #ffffff;
  background-color: #012169;
}
.blog .archive-posts--pagination .facetwp-load-more:hover {
  background-color: #123EA1;
}
.blog .archive-posts--pagination .facetwp-load-more:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.single-recipes .recipe {
  margin-top: 130px;
  color: #012169;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.1;
}
@media (max-width: 784px) {
  .single-recipes .recipe {
    margin-top: 80px;
  }
}
.single-recipes .recipe__header {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  align-self: stretch;
  justify-content: flex-start;
  align-items: stretch;
  gap: 50px;
  margin-bottom: 20px;
}
.single-recipes .recipe__header-content {
  width: 100%;
  max-width: 616px;
  position: relative;
}
.single-recipes .recipe__header-image {
  width: 100%;
  max-width: 514px;
}
@media (max-width: 1024px) {
  .single-recipes .recipe__header {
    margin-bottom: 50px;
  }
}
@media (max-width: 784px) {
  .single-recipes .recipe__header {
    flex-direction: column;
    padding-top: 40px;
  }
  .single-recipes .recipe__header-content {
    order: 2;
    max-width: 100%;
  }
  .single-recipes .recipe__header-image {
    order: 1;
    max-width: 100%;
  }
}
.single-recipes .recipe__featured-image img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  height: 100%;
  max-height: 600px;
}
@media (max-width: 784px) {
  .single-recipes .recipe__featured-image img {
    border-radius: 12px;
    aspect-ratio: 1.2;
  }
}
.single-recipes .recipe__breadcrumb {
  font-size: 20px;
  margin-bottom: 20px;
}
.single-recipes .recipe__breadcrumb-link {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.125 7.125L1.125 7.125' stroke='%23B2418A' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.125 13.125L1.125 7.125L7.125 1.125' stroke='%23B2418A' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 75%;
  padding-left: 24px;
}
@media (max-width: 784px) {
  .single-recipes .recipe__breadcrumb-link {
    font-size: 16px;
    padding-left: 20px;
  }
}
.single-recipes .recipe__title {
  font-weight: 900;
  font-size: 48px;
  line-height: 0.9;
  text-transform: uppercase;
  color: #B2418A;
  margin-top: 0px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .single-recipes .recipe__title {
    font-size: 36px;
    line-height: 0.95;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .single-recipes .recipe__title {
    font-size: 28px;
  }
}
.single-recipes .recipe__type {
  display: flex;
  gap: 20px;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 1024px) {
  .single-recipes .recipe__type {
    gap: 10px;
  }
}
.single-recipes .recipe__type-item {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  color: #ffffff;
  background-color: #B2418A;
  border-radius: 20px;
  padding: 5px 24px 6px 24px;
}
@media (max-width: 784px) {
  .single-recipes .recipe__type-item {
    padding: 5px 12px;
    border-radius: 16px;
  }
}
.single-recipes .recipe__actions {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .single-recipes .recipe__actions {
    gap: 20px;
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .single-recipes .recipe__actions {
    gap: 15px;
  }
}
.single-recipes .recipe__actions-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: "arboria", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #012169;
  transition: all 0.3s ease;
}
@media (max-width: 784px) {
  .single-recipes .recipe__actions-btn {
    font-size: 14px;
    gap: 8px;
  }
}
@media (max-width: 480px) {
  .single-recipes .recipe__actions-btn {
    font-size: 12px;
    gap: 6px;
  }
}
.single-recipes .recipe__actions-btn svg {
  width: 40px;
  height: 40px;
  color: #012169;
  transition: all 0.3s ease;
}
@media (max-width: 784px) {
  .single-recipes .recipe__actions-btn svg {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 480px) {
  .single-recipes .recipe__actions-btn svg {
    width: 20px;
    height: 20px;
  }
}
.single-recipes .recipe__actions-btn:hover {
  color: #CC66A8;
}
.single-recipes .recipe__actions-btn:hover svg {
  color: #CC66A8;
  transform: scale(1.1);
}
.single-recipes .recipe__actions-btn:active {
  transform: scale(0.95);
}
.single-recipes .recipe__intro {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 900;
}
.single-recipes .recipe__intro a {
  display: block;
}
@media (max-width: 784px) {
  .single-recipes .recipe__intro {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    font-size: 1.25rem;
  }
}
.single-recipes .recipe__info--list {
  font-size: 1.25rem;
  font-weight: 900;
  list-style: none;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .single-recipes .recipe__info--list {
    font-size: 1.5rem;
  }
}
.single-recipes .recipe__info--list .jamberry {
  color: #B2418A;
}
.single-recipes .recipe__ingredients {
  margin-bottom: 70px;
}
@media (max-width: 784px) {
  .single-recipes .recipe__ingredients {
    margin-bottom: 40px;
  }
}
.single-recipes .recipe__ingredients-heading {
  font-weight: 900;
  font-size: 2.25rem;
  line-height: 1;
  margin-top: 0;
}
@media (max-width: 784px) {
  .single-recipes .recipe__ingredients-heading {
    font-size: 1.5rem;
  }
}
.single-recipes .recipe__ingredients-title {
  line-height: 1;
  font-size: 2rem;
}
@media (max-width: 784px) {
  .single-recipes .recipe__ingredients-title {
    font-size: 1.5rem;
    margin-top: 20px;
    margin-bottom: 12px;
  }
}
.single-recipes .recipe__ingredients-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-left: 30px;
}
@media (max-width: 784px) {
  .single-recipes .recipe__ingredients-list {
    gap: 16px;
    padding-left: 20px;
  }
}
.single-recipes .recipe__instacart {
  margin: 70px 0;
}
@media (max-width: 991px) {
  .single-recipes .recipe__instacart {
    margin: 50px 0;
  }
}
.single-recipes .recipe__instacart-button {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='19' viewBox='0 0 15 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2838_7409)'%3E%3Cpath d='M12.9078 3.08885C12.0922 3.08885 11.4894 3.44801 10.9574 4.23818L9.39716 6.53686V0H5.6383V6.53686L4.07801 4.23818C3.51064 3.44801 2.9078 3.08885 2.0922 3.08885C0.851064 3.08885 0 4.02268 0 5.17202C0 6.14178 0.460993 6.78828 1.41844 7.43478L7.48227 11.3856L13.5461 7.43478C14.5035 6.78828 14.9645 6.17769 14.9645 5.17202C15 4.02268 14.1489 3.08885 12.9078 3.08885Z' fill='%230AAD0A'/%3E%3Cpath d='M7.48216 12.3553C11.0992 12.3553 14.0424 15.085 14.0424 19H0.921875C0.921875 15.085 3.9006 12.3553 7.48216 12.3553Z' fill='%23FF7009'/%3E%3Cpath d='M12.9078 3.08885C12.0922 3.08885 11.4894 3.44801 10.9574 4.23818L9.39716 6.53686V0H5.6383V6.53686L4.07801 4.23818C3.51064 3.44801 2.9078 3.08885 2.0922 3.08885C0.851064 3.08885 0 4.02268 0 5.17202C0 6.14178 0.460993 6.78828 1.41844 7.43478L7.48227 11.3856L13.5461 7.43478C14.5035 6.78828 14.9645 6.17769 14.9645 5.17202C15 4.02268 14.1489 3.08885 12.9078 3.08885Z' fill='%230AAD0A'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2838_7409'%3E%3Crect width='15' height='19' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 26px 48%;
  font-family: "arboria", sans-serif;
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1.25;
  border: none;
  border-radius: 20px;
  padding: 10px 30px 10px 50px;
  cursor: pointer;
  color: #000000;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}
.single-recipes .recipe__instacart-button:hover {
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 784px) {
  .single-recipes .recipe__instacart-button {
    font-size: 16px;
    padding: 8px 24px 8px 50px;
    border-radius: 16px;
  }
}
@media (max-width: 480px) {
  .single-recipes .recipe__instacart-button {
    font-size: 14px;
    padding: 8px 20px 8px 50px;
  }
}
.single-recipes .recipe__instructions {
  margin-bottom: 70px;
}
@media (max-width: 784px) {
  .single-recipes .recipe__instructions {
    margin-bottom: 40px;
  }
}
.single-recipes .recipe__instructions-heading {
  font-weight: 900;
  font-size: 2.25rem;
  line-height: 1;
}
@media (max-width: 784px) {
  .single-recipes .recipe__instructions-heading {
    font-size: 1.5rem;
  }
}
@media (max-width: 784px) {
  .single-recipes .recipe__instructions-title {
    font-size: 1.5rem;
    margin-top: 20px;
    margin-bottom: 12px;
  }
}
.single-recipes .recipe__instructions-content ul,
.single-recipes .recipe__instructions-content ol {
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  line-height: 50px;
}
@media (max-width: 784px) {
  .single-recipes .recipe__instructions-content ul,
  .single-recipes .recipe__instructions-content ol {
    gap: 30px;
    padding-left: 20px;
    line-height: 1.6;
  }
}
@media (max-width: 480px) {
  .single-recipes .recipe__instructions-content ul,
  .single-recipes .recipe__instructions-content ol {
    gap: 20px;
    padding-left: 16px;
  }
}
.single-recipes .recipe__variations {
  margin-bottom: 70px;
}
@media (max-width: 784px) {
  .single-recipes .recipe__variations {
    margin-bottom: 40px;
  }
}
.single-recipes .recipe__variations-title {
  font-weight: 900;
  font-size: 2.25rem;
  line-height: 1;
}
@media (max-width: 784px) {
  .single-recipes .recipe__variations-title {
    font-size: 1.5rem;
  }
}
.single-recipes .recipe__about {
  margin-bottom: 70px;
}
@media (max-width: 784px) {
  .single-recipes .recipe__about {
    margin-bottom: 40px;
  }
}
.single-recipes .recipe__about-title {
  font-weight: 900;
  font-size: 2.25rem;
  line-height: 1;
}
@media (max-width: 784px) {
  .single-recipes .recipe__about-title {
    font-size: 1.5rem;
  }
}
.single-recipes .recipe__about-content {
  line-height: 1.2;
}
.single-recipes .recipe__nutrition {
  margin-bottom: 70px;
}
.single-recipes .recipe__nutrition-button {
  background-color: #B2418A;
  color: #ffffff;
  margin: 0 auto;
  cursor: pointer;
  font-size: 1.25rem;
  border-radius: 40px;
  padding: 22px 30px;
}
.single-recipes .recipe__nutrition-button:hover {
  background-color: #CC66A8;
}
.single-recipes .recipe__nutrition-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 9999;
  overflow: auto;
  padding: 30px 0;
}
.single-recipes .recipe__nutrition-overlay.active {
  opacity: 1;
  pointer-events: all;
}
.single-recipes .recipe__nutrition-overlay.active .recipe__nutrition-popup {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.single-recipes .recipe__nutrition-popup {
  background: #fff;
  width: min(480px, 90vw);
  border-radius: 20px;
  padding: 2.5rem;
  position: relative;
  transform: translateY(16px) scale(0.97);
  transition: transform 0.25s ease, opacity 0.25s ease;
  opacity: 0;
}
.single-recipes .recipe__nutrition-popup .nutrition-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-recipes .recipe__nutrition-popup .nutrition-header h3 {
  font-weight: 900;
  font-size: 3rem;
  line-height: 0.9;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 1px;
}
.single-recipes .recipe__nutrition-popup .amount-serving {
  font-weight: 900;
  font-size: 1rem;
  line-height: 1.2;
}
.single-recipes .recipe__nutrition-popup .calories-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.single-recipes .recipe__nutrition-popup .calories-label {
  font-weight: 900;
  font-size: 1.875rem;
  line-height: 1.2;
}
.single-recipes .recipe__nutrition-popup .calories-value {
  font-weight: 900;
  font-size: 1.875rem;
  line-height: 1.2;
}
.single-recipes .recipe__nutrition-popup .dv-header {
  text-align: right;
  font-weight: 600;
  font-size: 14px;
  margin: 10px 0;
}
.single-recipes .recipe__nutrition-popup .row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  font-size: 16px;
  margin: 0;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
}
.single-recipes .recipe__nutrition-popup .row.bold {
  font-weight: 900;
}
.single-recipes .recipe__nutrition-popup .row.indent {
  padding-left: 20px;
}
.single-recipes .recipe__nutrition-popup .divider {
  height: 1px;
  background: #4894D3;
}
.single-recipes .recipe__nutrition-popup .divider.thin {
  margin: 20px 0 10px 0;
}
.single-recipes .recipe__nutrition-popup .divider.thick {
  height: 4px;
  background: #012169;
}
@media (max-width: 784px) {
  .single-recipes .recipe__nutrition-popup {
    overflow: scroll;
    height: 60vh;
    padding: 1.5rem;
    margin: 10px;
  }
  .single-recipes .recipe__nutrition-popup .nutrition-header h3 {
    font-size: 2rem;
  }
}
.single-recipes .recipe__nutrition-popup-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #888;
  font-size: 1.25rem;
  transition: background 0.15s, color 0.15s;
}
.single-recipes .recipe__nutrition-popup-close:hover {
  background: #f0f0f0;
  color: #1a1a1a;
}
.single-post .hentry {
  margin-top: 130px;
  color: #012169;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.1;
}
@media (max-width: 784px) {
  .single-post .hentry {
    margin-top: 80px;
  }
}
.single-post .hentry__header {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  align-self: stretch;
  justify-content: flex-start;
  align-items: center;
  gap: 50px;
  margin-bottom: 40px;
}
.single-post .hentry__header-content {
  width: 100%;
  max-width: 616px;
}
.single-post .hentry__header-image {
  width: 100%;
  max-width: 514px;
}
@media (max-width: 784px) {
  .single-post .hentry__header {
    flex-direction: column;
    padding-top: 40px;
    margin-bottom: 0;
  }
  .single-post .hentry__header-content {
    order: 2;
    max-width: 100%;
  }
  .single-post .hentry__header-image {
    order: 1;
    max-width: 100%;
  }
}
.single-post .hentry__featured-image img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  height: 100%;
  aspect-ratio: 1.9;
}
@media (max-width: 784px) {
  .single-post .hentry__featured-image img {
    border-radius: 12px;
    aspect-ratio: 1.2;
  }
}
.single-post .hentry__breadcrumb {
  font-size: 20px;
  margin-bottom: 20px;
}
.single-post .hentry__breadcrumb-link {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.125 7.125L1.125 7.125' stroke='%23B2418A' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.125 13.125L1.125 7.125L7.125 1.125' stroke='%23B2418A' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 75%;
  padding-left: 24px;
}
@media (max-width: 784px) {
  .single-post .hentry__breadcrumb-link {
    font-size: 16px;
    padding-left: 20px;
  }
}
.single-post .hentry__title {
  font-weight: 900;
  font-size: 48px;
  line-height: 0.9;
  text-transform: uppercase;
  color: #B2418A;
  margin-top: 0px;
  margin-bottom: 40px;
}
@media (max-width: 784px) {
  .single-post .hentry__title {
    font-size: 36px;
    line-height: 0.95;
  }
}
@media (max-width: 480px) {
  .single-post .hentry__title {
    font-size: 28px;
  }
}
.single-post .hentry__type {
  display: flex;
  gap: 20px;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 784px) {
  .single-post .hentry__type {
    gap: 12px;
  }
}
.single-post .hentry__type-item {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  color: #ffffff;
  background-color: #B2418A;
  border-radius: 20px;
  padding: 5px 24px 6px 24px;
}
@media (max-width: 784px) {
  .single-post .hentry__type-item {
    padding: 5px 12px;
    border-radius: 16px;
  }
}
.single-post .hentry__actions {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 784px) {
  .single-post .hentry__actions {
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .single-post .hentry__actions {
    gap: 15px;
  }
}
.single-post .hentry__actions-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: "arboria", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #012169;
  transition: all 0.3s ease;
}
@media (max-width: 784px) {
  .single-post .hentry__actions-btn {
    font-size: 14px;
    gap: 8px;
  }
}
@media (max-width: 480px) {
  .single-post .hentry__actions-btn {
    font-size: 12px;
    gap: 6px;
  }
}
.single-post .hentry__actions-btn svg {
  width: 40px;
  height: 40px;
  color: #012169;
  transition: all 0.3s ease;
}
@media (max-width: 784px) {
  .single-post .hentry__actions-btn svg {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 480px) {
  .single-post .hentry__actions-btn svg {
    width: 20px;
    height: 20px;
  }
}
.single-post .hentry__actions-btn:hover {
  color: #CC66A8;
}
.single-post .hentry__actions-btn:hover svg {
  color: #CC66A8;
  transform: scale(1.1);
}
.single-post .hentry__actions-btn:active {
  transform: scale(0.95);
}
.single-post .hentry__content {
  margin-bottom: 50px;
  color: #012169;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.22;
}
.single-post .hentry__content hr {
  border-color: #4894d3;
}
.single-post .hentry__content p {
  font-size: 1.25rem;
}
.single-post .hentry__content h2,
.single-post .hentry__content h3,
.single-post .hentry__content h4,
.single-post .hentry__content hr {
  margin: 50px 0 20px 0;
}
.single-post .hentry__content h5,
.single-post .hentry__content h6 {
  margin-bottom: 10px;
}
.single-post .hentry__content h2 {
  font-weight: 900;
  font-size: 48px;
  line-height: 90%;
  text-transform: uppercase;
}
.single-post .hentry__content h3 {
  font-weight: 900;
  font-size: 38px;
  line-height: 90%;
  text-transform: uppercase;
}
.single-post .hentry__content img {
  max-height: 60vh;
  object-fit: contain;
}
.single-post .hentry__content .is-style-rounded-corners img {
  border-radius: 20px;
}
.single-post .hentry__content .is-style-rounded img {
  border-radius: 9999px;
}

.page-template-go-big .has-twilight-color {
  color: #21304f;
}
.page-template-go-big .wp-block-group .wp-block-group__inner-container {
  padding-left: 0;
  padding-right: 0;
}
.page-template-go-big .gobig_h2 {
  font-family: "piepie";
  color: #21304f;
  font-size: 55px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.page-template-go-big .gobig_h2:after {
  content: "";
  display: block;
  width: 46px;
  height: 4px;
  background-color: #418FDE;
}
.page-template-go-big .mx-565 {
  max-width: 565px;
  margin: 0 auto;
}
.page-template-go-big p {
  font-size: 20px;
}
.page-template-go-big .gobig_imagetext2 {
  max-width: 1280px !important;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
.page-template-go-big .gobig_imagetext2 h3 {
  font-family: "piepie";
  font-size: 55px;
  margin-bottom: 15px;
  font-weight: 400;
}
.page-template-go-big .gobig_imagetext2 .wp-block-media-text__content {
  padding-left: 0;
  padding-right: 100px;
}
.page-template-go-big .gobig_grid {
  margin-top: 72px;
  max-width: 100% !important;
}
.page-template-go-big .gobig_grid .gobig_imagetext {
  margin-top: 0;
}
.page-template-go-big .gobig_grid .gobig_imagetext h3 {
  font-family: "piepie";
  font-size: 55px;
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 1.1;
}
.page-template-go-big .gobig_grid .gobig_imagetext .wp-block-media-text__content {
  padding: 104px;
}
.page-template-go-big .gobig_grid .wp-block-group__inner-container {
  max-width: 1400px;
  margin: 0 auto;
}
.page-template-go-big .gobig_recipes {
  max-width: 1280px !important;
  padding-left: 40px;
  padding-right: 40px;
  gap: 15px;
  margin: 0 auto;
}
.page-template-go-big .gobig_recipes h4 {
  font-size: 21px;
  font-weight: 600;
}
.page-template-go-big .gobig_recipes figure a {
  display: block;
}
.page-template-go-big .block-hero {
  justify-content: center;
  margin-top: 0;
  min-height: calc(100vh - 80px);
}
.page-template-go-big .block-hero:before {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.page-template-go-big .block-hero--content {
  max-width: 100%;
  text-align: center;
}
.page-template-go-big .block-hero--content__title {
  font-weight: 400;
  color: #bfced6;
  text-transform: uppercase;
  font-size: 112px;
  line-height: 0.85;
  margin-bottom: 20px;
  text-shadow: 0px 3px 13px rgba(0, 0, 0, 0.56);
}
.page-template-go-big .block-hero--content__title span {
  display: block;
  color: #ffffff;
  text-transform: capitalize;
  color: #ffffff;
  display: block;
  font-size: 60px;
  transform: scaleY(0.9);
}
.page-template-go-big .block-hero--content__title:after {
  content: "";
  width: 46px;
  height: 3px;
  background-color: #ffffff;
  display: block;
  margin: 0 auto;
  margin-top: 1rem;
}
.page-template-go-big .block-hero--content__subtitle {
  margin: 0 auto;
  margin-top: 60px;
  max-width: 534px;
  font-size: 1.26rem;
  line-height: 1.4;
  font-weight: 700;
}
.page-template-go-big .wp-block-group__inner-container p {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  color: #000;
  font-family: "sofia-pro", sans-serif;
}
.page-template-go-big .wp-block-group__inner-container p.mx-565 {
  max-width: 565px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-go-big .wp-block-button__link {
  font-size: 16px !important;
  padding: 1.2rem 3.2rem;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .page-template-go-big .gobig_grid .gobig_imagetext .wp-block-media-text__content {
    padding: 50px;
  }
  .page-template-go-big .gobig_recipes h4 {
    font-size: 16px;
  }
  .page-template-go-big .gobig_imagetext2 h3 {
    font-size: 45px;
  }
  .page-template-go-big .gobig_grid .gobig_imagetext h3 {
    font-size: 45px;
  }
}
@media screen and (max-width: 1024px) {
  .page-template-go-big .block-hero--content__subtitle {
    padding-right: 0;
  }
  .page-template-go-big .gobig_grid .gobig_imagetext .wp-block-media-text__content {
    padding: 35px;
  }
}
@media screen and (max-width: 781px) {
  .page-template-go-big .gobig_recipes img {
    width: 100%;
  }
  .page-template-go-big .gobig_imagetext2 .wp-block-media-text__content {
    padding-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .page-template-go-big .block-hero--content__title {
    font-size: 76px;
  }
  .page-template-go-big .block-hero--content__title span {
    font-size: 40px;
  }
  .page-template-go-big .billboard .content-wrapper h1 {
    font-size: 60px;
  }
  .page-template-go-big .gobig_imagetext2 .u-flex {
    justify-content: center;
  }
  .page-template-go-big .billboard .content-wrapper h1:before {
    font-size: 33px;
  }
  .page-template-go-big .billboard .content-wrapper p {
    font-size: 16px;
  }
  .page-template-go-big .gobig_h2 {
    font-size: 35px;
    padding: 0 20px;
  }
  .page-template-go-big p {
    font-size: 16px;
  }
  .page-template-go-big p.has-medium-font-size {
    font-size: 16px;
  }
  .page-template-go-big .mx-565 {
    padding: 0 20px;
  }
  .page-template-go-big .gobig_grid .gobig_imagetext h3 {
    font-size: 30px;
  }
  .page-template-go-big .gobig_grid .gobig_imagetext p {
    font-size: 16px !important;
  }
  .page-template-go-big .gobig_imagetext2 h3 {
    font-size: 30px;
    margin-top: 20px;
  }
  .page-template-go-big .gobig_imagetext2 .wp-block-media-text__content {
    padding-right: 0;
  }
  .page-template-go-big .gobig_h2 br {
    display: none;
  }
  .page-template-go-big .gobig_grid {
    margin-top: 40px;
  }
  .page-template-go-big .gobig_grid .gobig_imagetext .wp-block-media-text__content {
    padding: 30px;
  }
  .page-template-go-big .wp-block-spacer {
    height: 40px !important;
  }
}
.page-template-recipe-matchmaker .recipe-matchmaker-form {
  background-color: #DCE4F3;
  border-radius: 35px;
  padding: 40px 16px;
  margin-top: 50px;
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .page-template-recipe-matchmaker .recipe-matchmaker-form {
    padding: 40px;
  }
}
.page-template-recipe-matchmaker .recipe-matchmaker-title {
  color: #012169;
  font-weight: 900;
  font-size: 48px;
  line-height: 0.9;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 60px;
}
@media (max-width: 604px) {
  .page-template-recipe-matchmaker .recipe-matchmaker-title {
    font-size: 36px;
  }
}
.page-template-recipe-matchmaker .recipe-matchmaker-step {
  margin-bottom: 60px;
}
.page-template-recipe-matchmaker .recipe-matchmaker-step:last-child {
  margin-bottom: 0;
}
.page-template-recipe-matchmaker .recipe-matchmaker-step--type .facetwp-facet {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: clamp(1rem, 3vw, 3rem);
  margin-bottom: 0;
}
.page-template-recipe-matchmaker .recipe-matchmaker-step--type .facetwp-facet-recipe_blueberry_type .facetwp-toggle {
  display: none;
}
.page-template-recipe-matchmaker .recipe-matchmaker-step--type .facetwp-facet .facetwp-checkbox {
  display: none;
  background: none;
  border: 4px solid transparent;
  padding: 6px;
  border-radius: 20px;
  max-width: calc(25% - 4rem);
}
.page-template-recipe-matchmaker .recipe-matchmaker-step--type .facetwp-facet .facetwp-checkbox img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.page-template-recipe-matchmaker .recipe-matchmaker-step--type .facetwp-facet .facetwp-checkbox .label {
  display: block;
  background-color: #ffffff;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.1;
  color: #012169;
  text-align: center;
  padding: 14px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.page-template-recipe-matchmaker .recipe-matchmaker-step--type .facetwp-facet .facetwp-checkbox.checked {
  border-color: #4894D3;
  padding: 6px;
  border-radius: 20px;
}
.page-template-recipe-matchmaker .recipe-matchmaker-step--type .facetwp-facet .facetwp-checkbox[data-value=canned], .page-template-recipe-matchmaker .recipe-matchmaker-step--type .facetwp-facet .facetwp-checkbox[data-value=fresh], .page-template-recipe-matchmaker .recipe-matchmaker-step--type .facetwp-facet .facetwp-checkbox[data-value=dried], .page-template-recipe-matchmaker .recipe-matchmaker-step--type .facetwp-facet .facetwp-checkbox[data-value=frozen] {
  display: block;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .page-template-recipe-matchmaker .recipe-matchmaker-step--type .facetwp-facet .facetwp-checkbox {
    flex: 0 0 calc(50% - 3rem);
    max-width: calc(50% - 3rem);
  }
}
@media (max-width: 604px) {
  .page-template-recipe-matchmaker .recipe-matchmaker-step--type .facetwp-facet .facetwp-checkbox {
    max-width: calc(50% - 2rem);
  }
  .page-template-recipe-matchmaker .recipe-matchmaker-step--type .facetwp-facet .facetwp-checkbox .label {
    font-size: 26px;
  }
}
@media (max-width: 440px) {
  .page-template-recipe-matchmaker .recipe-matchmaker-step--type .facetwp-facet .facetwp-checkbox .label {
    font-size: 18px;
  }
}
.page-template-recipe-matchmaker .recipe-matchmaker-step--type .facetwp-counter {
  display: none;
}
.page-template-recipe-matchmaker .recipe-matchmaker-step--ingredient .recipe-matchmaker-facet-wrapper {
  max-width: 580px;
  margin: 0 auto;
}
.page-template-recipe-matchmaker .recipe-matchmaker-step--ingredient .facetwp-facet {
  text-align: center;
  margin-bottom: 30px;
}
.page-template-recipe-matchmaker .recipe-matchmaker-step--ingredient .facetwp-facet .fs-wrap {
  width: 100%;
}
.page-template-recipe-matchmaker .recipe-matchmaker-step--ingredient .facetwp-facet .fs-label-wrap {
  display: none;
}
.page-template-recipe-matchmaker .recipe-matchmaker-step--ingredient .facetwp-facet .fs-dropdown {
  display: block !important;
  position: static !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 36px;
  overflow: hidden;
  border: none;
}
.page-template-recipe-matchmaker .recipe-matchmaker-step--ingredient .facetwp-facet .fs-dropdown .fs-search {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 4.99999C8.67392 4.99999 7.40215 5.52677 6.46447 6.46446C5.52678 7.40214 5 8.67391 5 9.99999C5 11.3261 5.52678 12.5978 6.46447 13.5355C7.40215 14.4732 8.67392 15 10 15C11.3261 15 12.5979 14.4732 13.5355 13.5355C14.4732 12.5978 15 11.3261 15 9.99999C15 8.67391 14.4732 7.40214 13.5355 6.46446C12.5979 5.52677 11.3261 4.99999 10 4.99999ZM3 9.99999C3 8.89125 3.26338 7.79837 3.76843 6.81134C4.27349 5.82431 5.00578 4.97138 5.90501 4.32276C6.80423 3.67415 7.84467 3.24842 8.94064 3.08063C10.0366 2.91283 11.1568 3.00778 12.2089 3.35764C13.2609 3.7075 14.2149 4.30228 14.9921 5.09298C15.7693 5.88369 16.3476 6.84771 16.6794 7.90567C17.0111 8.96362 17.0868 10.0852 16.9001 11.1782C16.7135 12.2711 16.27 13.304 15.606 14.192L20.707 19.292C20.8946 19.4795 21.0001 19.7339 21.0002 19.9991C21.0003 20.2644 20.895 20.5188 20.7075 20.7065C20.52 20.8941 20.2656 20.9996 20.0004 20.9997C19.7351 20.9998 19.4806 20.8945 19.293 20.707L14.193 15.607C13.1525 16.3853 11.9159 16.8587 10.6217 16.9741C9.32741 17.0895 8.02658 16.8424 6.86481 16.2604C5.70304 15.6784 4.72618 14.7846 4.0436 13.6789C3.36103 12.5732 2.99967 11.2994 3 9.99999Z' fill='%23012169'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 34px;
  background-position: 40px;
  background-color: #ffffff;
  padding: 24px 10px 23px 84px;
  border: none;
  display: block !important;
}
.page-template-recipe-matchmaker .recipe-matchmaker-step--ingredient .facetwp-facet .fs-dropdown .fs-search input {
  font-family: "arboria", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #012169;
  padding: 0;
}
.page-template-recipe-matchmaker .recipe-matchmaker-step--ingredient .facetwp-facet .fs-dropdown .fs-search input::placeholder {
  color: #012169;
}
.page-template-recipe-matchmaker .recipe-matchmaker-step--ingredient .facetwp-facet .fs-dropdown .fs-search.show {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.page-template-recipe-matchmaker .recipe-matchmaker-step--ingredient .facetwp-facet .fs-dropdown .fs-options {
  background-color: #ffffff;
  max-height: 320px;
  margin: 24px 40px;
  text-align: left;
  margin-top: 0;
  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: #012169 #4894D3;
}
.page-template-recipe-matchmaker .recipe-matchmaker-step--ingredient .facetwp-facet .fs-dropdown .fs-options::-webkit-scrollbar {
  width: 6px;
}
.page-template-recipe-matchmaker .recipe-matchmaker-step--ingredient .facetwp-facet .fs-dropdown .fs-options::-webkit-scrollbar-track {
  background: #4894D3;
}
.page-template-recipe-matchmaker .recipe-matchmaker-step--ingredient .facetwp-facet .fs-dropdown .fs-options::-webkit-scrollbar-thumb {
  background-color: #012169;
  border-radius: 10px;
}
.page-template-recipe-matchmaker .recipe-matchmaker-step--ingredient .facetwp-facet .fs-dropdown .fs-options::-webkit-scrollbar-thumb:hover {
  background-color: #012169;
}
.page-template-recipe-matchmaker .recipe-matchmaker-step--ingredient .facetwp-facet .fs-dropdown .fs-options .fs-option {
  font-family: "arboria", sans-serif;
  padding-left: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #012169;
  border-bottom: 1px solid #4894D3;
  padding: 10px 0px;
  margin-right: 30px;
}
.page-template-recipe-matchmaker .recipe-matchmaker-step--ingredient .facetwp-facet .fs-dropdown .fs-options .fs-option:first-child {
  border-top: 1px solid #4894D3;
}
.page-template-recipe-matchmaker .recipe-matchmaker-step--ingredient .facetwp-facet .fs-dropdown .fs-options .fs-option .fs-checkbox {
  display: none;
}
@media (max-width: 604px) {
  .page-template-recipe-matchmaker .recipe-matchmaker-step--ingredient .facetwp-facet .fs-dropdown .fs-search {
    background-position: 20px;
    padding-left: 64px;
  }
  .page-template-recipe-matchmaker .recipe-matchmaker-step--ingredient .facetwp-facet .fs-dropdown .fs-search input {
    font-size: 18px;
  }
}
.page-template-recipe-matchmaker .recipe-matchmaker-step--ingredient .facetwp-selections ul {
  margin: 0;
  padding: 0;
}
.page-template-recipe-matchmaker .recipe-matchmaker-step--ingredient .facetwp-selections li:not([data-facet=recipe_ingredient]) {
  display: none;
}
.page-template-recipe-matchmaker .recipe-matchmaker-step--ingredient .facetwp-selections .facetwp-selection-label {
  display: none;
}
.page-template-recipe-matchmaker .recipe-matchmaker-step--ingredient .facetwp-selections .facetwp-selection-value {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #ffffff;
  background-color: #B2418A;
  padding: 6px 32px 8px 10px;
  border-radius: 16px;
  background-position: 94% 55%;
  text-transform: capitalize;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.37433 9.49955C2.37433 8.56394 2.55862 7.63749 2.91668 6.7731C3.27474 5.9087 3.79956 5.1233 4.46117 4.46172C5.12278 3.80014 5.90822 3.27535 6.77265 2.91731C7.63709 2.55927 8.56358 2.37498 9.49924 2.37498C10.4349 2.37498 11.3614 2.55927 12.2258 2.91731C13.0903 3.27535 13.8757 3.80014 14.5373 4.46172C15.1989 5.1233 15.7237 5.9087 16.0818 6.7731C16.4399 7.63749 16.6241 8.56394 16.6241 9.49955C16.6241 11.3891 15.8735 13.2013 14.5373 14.5374C13.2011 15.8735 11.3889 16.6241 9.49924 16.6241C7.60959 16.6241 5.79735 15.8735 4.46117 14.5374C3.12499 13.2013 2.37433 11.3891 2.37433 9.49955ZM9.49924 0.791748C4.68992 0.791748 0.791016 4.69047 0.791016 9.49955C0.791016 14.3086 4.68992 18.2074 9.49924 18.2074C14.3086 18.2074 18.2075 14.3086 18.2075 9.49955C18.2075 4.69047 14.3086 0.791748 9.49924 0.791748ZM7.26043 6.14071C7.11189 5.99217 6.91041 5.90872 6.70034 5.90872C6.49026 5.90872 6.28879 5.99217 6.14024 6.14071C5.99169 6.28925 5.90824 6.49072 5.90824 6.70078C5.90824 6.8048 5.92873 6.90779 5.96853 7.00389C6.00834 7.09999 6.06669 7.1873 6.14024 7.26085L8.37984 9.49955L6.14024 11.7382C5.99169 11.8868 5.90824 12.0882 5.90824 12.2983C5.90824 12.5084 5.99169 12.7098 6.14024 12.8584C6.28879 13.0069 6.49026 13.0904 6.70034 13.0904C6.91041 13.0904 7.11189 13.0069 7.26043 12.8584L9.49924 10.6189L11.7388 12.8584C11.8124 12.9319 11.8997 12.9902 11.9958 13.0299C12.0919 13.0697 12.1948 13.0901 12.2988 13.0901C12.4028 13.0901 12.5058 13.0695 12.6018 13.0297C12.6979 12.9899 12.7851 12.9315 12.8586 12.858C12.9321 12.7844 12.9904 12.6971 13.0302 12.6011C13.0699 12.505 13.0904 12.402 13.0904 12.298C13.0903 12.1941 13.0698 12.0911 13.03 11.9951C12.9901 11.899 12.9318 11.8117 12.8582 11.7382L10.6186 9.49955L12.8582 7.26085C13.0068 7.11242 13.0903 6.91106 13.0904 6.70106C13.0904 6.49107 13.0071 6.28965 12.8586 6.14111C12.7102 5.99257 12.5088 5.90908 12.2988 5.909C12.0888 5.90893 11.8874 5.99228 11.7388 6.14071L9.49924 8.3802L7.26043 6.14071Z' fill='white'/%3E%3C/svg%3E");
  background-size: 19px;
  margin-bottom: 10px;
}
.page-template-recipe-matchmaker .recipe-matchmaker-step-header {
  text-align: center;
}
.page-template-recipe-matchmaker .recipe-matchmaker-step-number {
  color: #012169;
  font-weight: 900;
  font-size: 36px;
  line-height: 100%;
  margin-top: 0;
  margin-bottom: 40px;
}
@media (max-width: 604px) {
  .page-template-recipe-matchmaker .recipe-matchmaker-step-number {
    font-size: 24px;
  }
}
.page-template-recipe-matchmaker .recipe-matchmaker-step-title {
  color: #B2418A;
  font-weight: 900;
  font-size: 48px;
  line-height: 0.9;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
}
@media (max-width: 604px) {
  .page-template-recipe-matchmaker .recipe-matchmaker-step-title {
    font-size: 36px;
  }
}
.page-template-recipe-matchmaker .recipe-matchmaker-step-description {
  margin-top: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  color: #012169;
  margin-bottom: 40px;
}
@media (max-width: 604px) {
  .page-template-recipe-matchmaker .recipe-matchmaker-step-description {
    font-size: 18px;
  }
}
.page-template-recipe-matchmaker .recipe-matchmaker-submit-btn {
  background-color: #B2418A;
  margin: 0 auto;
  margin-top: 40px;
  color: #ffffff;
  cursor: pointer;
}
.page-template-recipe-matchmaker .recipe-matchmaker-submit-btn:hover {
  background-color: #CC66A8;
}
.page-template-recipe-matchmaker .recipe-matchmaker-results-section {
  text-align: center;
  display: none;
}
.page-template-recipe-matchmaker .recipe-matchmaker-results-section.show {
  display: block;
}
.page-template-recipe-matchmaker .recipe-matchmaker-results-section h3 {
  font-weight: 900;
  font-size: 48px;
  line-height: 0.9;
  text-align: center;
  text-transform: uppercase;
  color: #012169;
}
.page-template-recipe-matchmaker .recipe-matchmaker-results-section h3 div {
  display: inline;
}
@media (max-width: 604px) {
  .page-template-recipe-matchmaker .recipe-matchmaker-results-section h3 {
    font-size: 36px;
  }
}
.page-template-recipe-matchmaker .recipe-matchmaker-results-section .fwpl-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 991px) {
  .page-template-recipe-matchmaker .recipe-matchmaker-results-section .fwpl-layout {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-template-recipe-matchmaker .recipe-matchmaker-results-section .fwpl-layout.swiper {
  display: block;
}
.page-template-recipe-matchmaker .recipe-matchmaker-results-section .fwpl-layout .fwpl-result {
  min-width: 0;
}
.page-template-recipe-matchmaker .recipe-matchmaker-results-section .fwpl-layout .fwpl-result .fwpl-col {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
}
.page-template-recipe-matchmaker .recipe-matchmaker-results-section .fwpl-layout .fwpl-result .fwpl-col:hover .recipe-title {
  background-color: #9cc1e0;
}
.page-template-recipe-matchmaker .recipe-matchmaker-results-section .fwpl-layout .fwpl-result .fwpl-col:hover .recipe-image img {
  transform: scale(1.2);
}
.page-template-recipe-matchmaker .recipe-matchmaker-results-section .fwpl-layout .fwpl-result .recipe-image {
  flex: 1 1 auto;
  overflow: hidden;
}
.page-template-recipe-matchmaker .recipe-matchmaker-results-section .fwpl-layout .fwpl-result .recipe-image a {
  display: flex;
}
.page-template-recipe-matchmaker .recipe-matchmaker-results-section .fwpl-layout .fwpl-result .recipe-image img {
  width: 100%;
  min-height: 340px;
  height: auto;
  aspect-ratio: 1.3;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  transition: all 0.2s ease-in-out;
}
.page-template-recipe-matchmaker .recipe-matchmaker-results-section .fwpl-layout .fwpl-result .recipe-title {
  min-height: 150px;
  display: flex;
  align-items: center;
  background-color: #4894D3;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.page-template-recipe-matchmaker .recipe-matchmaker-results-section .fwpl-layout .fwpl-result .recipe-title a {
  font-weight: 900;
  font-size: 36px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
  color: #ffffff;
  padding: 0px 45px;
  display: block;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page-template-recipe-matchmaker .recipe-matchmaker-results-section .facetwp-type-pager {
  margin-top: 60px;
  margin-bottom: 90px;
}
.page-template-recipe-matchmaker .recipe-matchmaker-results-section .facetwp-type-pager button {
  background-color: #012169;
  color: #ffffff;
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1;
  text-transform: uppercase;
  padding: 22px 36px;
  border-radius: 30px;
  border: 0;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}
.page-template-recipe-matchmaker .recipe-matchmaker-results-section .facetwp-type-pager button:hover {
  background-color: #123EA1;
}
@media (max-width: 784px) {
  .page-template-recipe-matchmaker .facetwp-template {
    margin-right: -32px;
  }
  .page-template-recipe-matchmaker .container,
  .page-template-recipe-matchmaker .wp-block-group__inner-container {
    max-width: 100%;
  }
}

.related-recipes {
  width: 100%;
  padding-right: 32px;
  padding-left: 32px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  max-width: 1244px;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .related-recipes {
    overflow: hidden;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .related-recipes {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.related-recipes h2 {
  font-weight: 900;
  font-size: 3rem;
  line-height: 0.9;
  text-align: center;
  text-transform: uppercase;
  color: #012169;
}
.related-recipes .swiperRelatedRecipes {
  position: relative;
}
@media (max-width: 1200px) {
  .related-recipes .swiperRelatedRecipes .related-recipes-grid {
    overflow: visible;
  }
}
@media (max-width: 1200px) {
  .related-recipes .swiperRelatedRecipes .related-recipes-grid .swiper-slide {
    width: 380px;
    min-width: 380px;
  }
}
@media (max-width: 420px) {
  .related-recipes .swiperRelatedRecipes .related-recipes-grid .swiper-slide {
    width: 300px;
    min-width: 300px;
  }
}
.related-recipes .swiperRelatedRecipes .swiper-button-disabled {
  display: none !important;
}
.related-recipes .swiperRelatedRecipes .swiper-button-prev, .related-recipes .swiperRelatedRecipes .swiper-button-next {
  display: inline-block;
  transition: all 0.2s ease-in-out;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  display: none;
}
@media (min-width: 1200px) {
  .related-recipes .swiperRelatedRecipes .swiper-button-prev, .related-recipes .swiperRelatedRecipes .swiper-button-next {
    display: block;
    height: 50px;
    width: 50px;
  }
}
@media (min-width: 1400px) {
  .related-recipes .swiperRelatedRecipes .swiper-button-prev, .related-recipes .swiperRelatedRecipes .swiper-button-next {
    height: 78px;
    width: 78px;
  }
}
.related-recipes .swiperRelatedRecipes .swiper-button-prev img, .related-recipes .swiperRelatedRecipes .swiper-button-next img {
  width: 100%;
  height: 100%;
}
.related-recipes .swiperRelatedRecipes .swiper-button-prev:before, .related-recipes .swiperRelatedRecipes .swiper-button-prev::after, .related-recipes .swiperRelatedRecipes .swiper-button-next:before, .related-recipes .swiperRelatedRecipes .swiper-button-next::after {
  display: none;
}
.related-recipes .swiperRelatedRecipes .swiper-button-prev:hover, .related-recipes .swiperRelatedRecipes .swiper-button-next:hover {
  opacity: 0.9;
}
.related-recipes .swiperRelatedRecipes .swiper-button-prev {
  left: -10px;
  transform: translate(-100%, -25%);
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .related-recipes .swiperRelatedRecipes .swiper-button-prev {
    left: -10px;
  }
}
@media (min-width: 1600px) {
  .related-recipes .swiperRelatedRecipes .swiper-button-prev {
    left: -40px;
  }
}
.related-recipes .swiperRelatedRecipes .swiper-button-next {
  right: -10px;
  transform: translate(100%, -25%);
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .related-recipes .swiperRelatedRecipes .swiper-button-next {
    right: -10px;
  }
}
@media (min-width: 1600px) {
  .related-recipes .swiperRelatedRecipes .swiper-button-next {
    right: -40px;
  }
}
.related-recipes .swiper-slide {
  height: auto;
  box-sizing: border-box;
}
.related-recipes .swiper-slide a {
  overflow: hidden;
  background-color: #4894D3;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  text-decoration: none;
  height: 100%;
}
.related-recipes .swiper-slide a .recipe-image {
  overflow: hidden;
  display: block;
  max-height: 340px;
}
.related-recipes .swiper-slide a .recipe-image img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1.1;
  object-fit: cover;
  transition: all 0.2s ease-in-out;
}
.related-recipes .swiper-slide a .recipe-content {
  align-items: center;
  display: flex;
  flex: 1;
}
.related-recipes .swiper-slide a .recipe-content h3 {
  background-color: #4894D3;
  margin: 0;
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  min-height: 150px;
  padding: 20px;
  display: flex;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  align-items: center;
}
.related-recipes .swiper-slide a:hover {
  background-color: #9cc1e0;
}
.related-recipes .swiper-slide a:hover .recipe-content {
  background-color: #9cc1e0;
}
.related-recipes .swiper-slide a:hover .recipe-content h3 {
  background-color: #9cc1e0;
}
.related-recipes .swiper-slide a:hover .recipe-image img {
  transform: scale(1.2);
}
.related-recipes .button {
  margin: 0 auto;
  margin-top: 40px;
  padding: 0;
}
.related-recipes .button a {
  display: inline-block;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  text-transform: uppercase;
  padding: 22px 36px;
  border-radius: 30px;
  border: 0;
  background-color: #012169;
  transition: all 0.2s ease-in-out;
}
.related-recipes .button a:hover {
  opacity: 0.9;
}
@media screen and (max-width: 1024px) {
  .related-recipes .swiper-slide a .recipe-image img {
    aspect-ratio: 1;
  }
  .related-recipes .swiper-slide a .recipe-content h3 {
    font-size: 1.75rem;
  }
  .related-recipes .swiper-slide a:hover .recipe-image img {
    transform: scale(1);
  }
}
@media screen and (max-width: 784px) {
  .related-recipes {
    max-width: 100%;
    padding-right: 0;
  }
  .related-recipes h2 {
    font-size: 2.5rem;
  }
  .related-recipes .swiper-slide a .recipe-image {
    max-height: 280px;
  }
}

.share {
  display: block;
  position: relative;
}

@media print {
  .share {
    display: none;
  }
}
.share button {
  text-transform: capitalize;
  background-color: #012169;
  color: #ffffff;
  position: relative;
  box-shadow: 0 0 0 5px #fff;
  cursor: pointer;
  line-height: 1.15;
  font-size: 16px;
  padding: 1.2rem 3.2rem;
}

.share button:hover {
  background-color: #123EA1;
}

.share .dialog {
  display: none;
  /* Hidden by default */
}

.share .dialog.visible {
  display: block;
  /* Shows when visible class is added */
}

.share.-overlay:before {
  background-color: rgba(0, 0, 0, 0.75);
  bottom: 0;
  content: "";
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

.share.-align\:center {
  display: flex;
  justify-content: center;
}

.share > button {
  cursor: pointer;
}

.share-buttons button + button {
  margin-left: 1.2rem;
}

.share.-align\:center .share-buttons button {
  transform: translateY(-50%);
  z-index: 2;
}

.share .dialog {
  background-color: #fff;
  border: 1px solid #bfced6;
  border-radius: 4px;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.05);
  display: none;
  left: 50%;
  max-width: none;
  padding: 0.5rem 1rem 1.6rem;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 22.625rem;
}

.has-icon-buttons.-large > * {
  align-items: center;
  background-color: #a20067;
  border-color: #a20067;
  border-radius: 100%;
  border-width: 0;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex-grow: 0;
  flex-shrink: 0;
  height: 2.5rem;
  justify-content: center;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  width: 2.5rem;
  padding: 0;
}

@media only screen and (min-width: 64em) {
  .share .dialog {
    position: absolute;
    transform: translateY(-50%);
  }
}
.share .dialog > header:first-child {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.share .dialog > header h3 {
  font-family: sofia-pro, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 0;
}

.share .dialog > header button.close {
  color: #a20067;
  cursor: pointer;
  margin-left: auto;
  padding: 0.5rem;
  background-color: transparent;
  border: none;
}

.share .dialog.-visible {
  display: block;
  z-index: 101;
}

.share .dialog.-url-copied-alert:before {
  animation-delay: 0.75s;
  animation-duration: 1s;
  animation-name: opacity;
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.share .dialog.-url-copied-alert:after {
  animation-delay: 0.75s;
  animation-duration: 1s;
  animation-name: opacity;
  content: attr(data-alert-text);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

@media only screen and (min-width: 64em) {
  .share .dialog.-align\:center {
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    z-index: 3;
  }
}
.share .dialog a[data-gtm-share-twitter] svg {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
}

.share .dialog a[data-gtm-share-twitter] svg path {
  fill: #fff;
}

.u-show-for-sr {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.l-cluster {
  overflow: hidden;
  margin-top: 1rem;
}

.l-cluster > * {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.block-back-to-top {
  align-items: center;
  bottom: 20px;
  border-radius: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  height: 46px;
  position: fixed;
  right: 20px;
  width: 46px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}
.block-back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.block-back-to-top__trigger {
  display: block;
  width: 1px;
  height: 1px;
}
@media only screen and (min-width: 768px) {
  .block-back-to-top {
    height: 60px;
    width: 60px;
  }
}
.block-back-to-top--arrow {
  display: block;
  background: url("../assets/images/arrow-up-white.svg"), no-repeat center;
  background-size: 20px;
  width: 20px;
  height: 20px;
}

.menu-internal-anchors {
  background-color: #DCE4F3;
  border-radius: 16px;
  padding: 20px 24px;
  justify-content: center !important;
  gap: 10px;
}
@media (min-width: 1200px) {
  .menu-internal-anchors {
    border-radius: 56px;
  }
}
.menu-internal-anchors .wp-block-button__link {
  border: 2px solid #002868;
  background: #e7ecf5;
  color: #002868;
  font-weight: 600;
  padding: 14.5px 21px;
  border-radius: 50px;
  font-size: 1.25rem;
  outline: none;
  cursor: pointer;
  transition: all 0.2s;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  font-family: "arboria", sans-serif;
}
@media (max-width: 604px) {
  .menu-internal-anchors .wp-block-button__link {
    padding: 10px 14px;
  }
}
.menu-internal-anchors .wp-block-button__link:hover {
  background-color: #012169;
  color: #ffffff;
}

.swiper-container-wrapper {
  position: relative;
}
.swiper-container-wrapper .swiper-pagination {
  font-family: "arboria", sans-serif;
  font-size: 24px;
  line-height: 1.2em;
  color: #012169;
  font-weight: 900;
}
.swiper-container-wrapper .swiper-button-next,
.swiper-container-wrapper .swiper-button-prev {
  display: flex;
  background: #012169;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.swiper-container-wrapper .swiper-button-next img,
.swiper-container-wrapper .swiper-button-prev img {
  width: 16px;
  height: 16px;
}
@media (min-width: 1315px) {
  .swiper-container-wrapper .swiper-button-next,
  .swiper-container-wrapper .swiper-button-prev {
    width: 78px;
    height: 78px;
  }
  .swiper-container-wrapper .swiper-button-next img,
  .swiper-container-wrapper .swiper-button-prev img {
    width: 24px;
    height: 24px;
  }
}
.swiper-container-wrapper .swiper-button-next.swiper-button-lock,
.swiper-container-wrapper .swiper-button-prev.swiper-button-lock {
  display: none;
}
.swiper-container-wrapper .swiper-button-next .prev,
.swiper-container-wrapper .swiper-button-prev .prev {
  transform: rotate(270deg);
}
.swiper-container-wrapper .swiper-button-next .next,
.swiper-container-wrapper .swiper-button-prev .next {
  transform: rotate(90deg);
}
.swiper-container-wrapper .swiper-button-next::after,
.swiper-container-wrapper .swiper-button-prev::after {
  display: none;
}
@media (max-width: 783px) {
  .swiper-container-wrapper .swiper-button-next,
  .swiper-container-wrapper .swiper-button-prev {
    display: none;
  }
}

.button-default {
  margin: 0;
}
.button-default a {
  background-color: #B2418A;
  color: #ffffff;
  font-family: "arboria", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  padding: 25px 32px;
  border-radius: 500px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
}
@media (min-width: 1200px) {
  .button-default a {
    font-size: 20px;
  }
}
.button-default a:hover {
  background-color: #CC66A8;
}

.page-template-recipe-matchmaker .recipe-matchmaker-step--ingredient .facetwp-facet .fs-dropdown .fs-options {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/*# sourceMappingURL=style.6858374dc3c100b9b1a8.css.map*/