:root {
  --padding-on-side: 4rem;
  --margins: 2rem;
  --font-size-14: 1.4rem;
  --font-size-16: 1.6rem;
  --font-size-18: 1.8rem;
  --font-size-20: 2rem;
  --font-size-24: 2.4rem;
  --font-size-30: 3rem;
  --font-size-36: 3.6rem;
  --font-size-48: 4.8rem;
  --font-size-60: 6rem;
  --font-size-90: 9rem;
  --gap: 4rem;
  --border-radius: 0.5rem;
  --unit: 1rem;
}
.wave-top {
  content: "";
  width: 100%;
  height: 1rem;
  bottom: calc(100% - 3px);
  display: block;
  position: absolute;
}
.wave-bottom {
  content: "";
  width: 100%;
  height: 1rem;
  top: calc(100% - 3px);
  display: block;
  position: absolute;
  transform: rotate(180deg);
}
.wave-top-white::before {
  content: "";
  width: 100%;
  height: 1rem;
  bottom: calc(100% - 3px);
  display: block;
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.9 8.9'%3E%3Cpath d='M0 8.9h21.9V4.7c-.6 0-1.2-.1-1.7-.4l-7.9-4c-.9-.5-2-.5-2.9 0l-7.9 4c-.5.3-1 .4-1.5.4v4.2z' fill='%23ffffff'/%3E%3C/svg%3E") center / contain repeat-x;
}
* {
  box-sizing: border-box;
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
a,
input,
textarea,
p,
body,
span {
  margin: 0;
  padding: 0;
}
img {
  border: none;
}
ul li {
  list-style: none;
}
a {
  text-decoration: none;
}
a,
svg,
path {
  transition: all 0.15s ease-in-out;
}
div,
article,
section,
img,
main,
input,
textarea {
  display: block;
}
input,
textarea,
img,
a,
option,
select,
button,
div {
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
html {
  font-size: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
body {
  font-size: var(--font-size-18);
  color: #222;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  background-color: #f4f4f4;
}
p {
  line-height: 1.5em;
}
.content {
  width: 100%;
  padding: 0 var(--padding-on-side);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.content--regular {
  max-width: calc(1400px  +  2*4rem);
}
.content--smaller {
  max-width: calc(900px  +  2*4rem);
}
.content--bigger {
  max-width: calc(1400px  +  2*4rem);
}
.section,
.is-style-section {
  position: relative;
  z-index: 2;
}
.section--max-width,
.is-style-section--max-width {
  max-width: 192rem;
  margin: 0 auto;
}
.section--background,
.is-style-section--background {
  background-color: #f4f4f4;
}
.section--normal,
.is-style-section--normal {
  padding: calc(var(--gap) * 2) 0;
}
.section--smaller,
.is-style-section--smaller {
  padding: calc(var(--gap) * 1) 0;
}
.section--smaller-top,
.is-style-section--smaller-top {
  padding: calc(var(--gap) * 1) 0 calc(var(--gap) * 2);
}
.section--no-top,
.is-style-section--no-top {
  padding-top: 0 !important;
}
.section--no-bottom,
.is-style-section--no-bottom {
  padding-bottom: 0 !important;
}
.section--line::before,
.is-style-section--line::before {
  content: "";
  display: block;
  max-width: 1400px;
  width: 100%;
  border-top: 1px solid #ddd;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.absolute-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.button,
.wp-block-button__link {
  display: inline-block;
  padding: 0.7em 1.6em;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: var(--font-size-16);
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  border: none;
  border-radius: none;
  line-height: 1em;
  color: #222;
  background-color: #ddd;
}
.button:hover,
.wp-block-button__link:hover {
  color: #fff;
  background-color: #ca0832;
}
.button--smaller,
.wp-block-button__link--smaller {
  font-size: var(--font-size-14);
  padding: 0.6em 1em;
}
.button--red,
.wp-block-button__link--red {
  color: #fff;
  background-color: #ca0832;
}
.button--red:hover,
.wp-block-button__link--red:hover {
  color: #fff;
  background-color: #222;
}
.button--print::before,
.wp-block-button__link--print::before {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' x='0' y='0' enable-background='new 0 0 218 196.9' version='1.1' viewBox='0 0 218 196.9'%3E%3Cpath fill='none' stroke='%23585858' stroke-linecap='round' stroke-linejoin='round' stroke-width='16' d='M45 47.9v-40h128v40m-128 140h128v-68H45v68zm128-44h36v-80c0-8.8-7.8-16-17.3-16H26.3c-9.5 0-17.3 7.2-17.3 16v80h36'/%3E%3Ccircle cx='169' cy='83.9' r='10' fill='%23585858'/%3E%3C/svg%3E") center / contain no-repeat;
  margin-right: 1rem;
  vertical-align: middle;
  transition: all 0.15s ease-in-out;
}
.button--print:hover::before,
.wp-block-button__link--print:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' x='0' y='0' enable-background='new 0 0 218 196.9' version='1.1' viewBox='0 0 218 196.9'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='16' d='M45 47.9v-40h128v40m-128 140h128v-68H45v68zm128-44h36v-80c0-8.8-7.8-16-17.3-16H26.3c-9.5 0-17.3 7.2-17.3 16v80h36'/%3E%3Ccircle cx='169' cy='83.9' r='10' fill='%23ffffff'/%3E%3C/svg%3E");
}
.button--facebook,
.wp-block-button__link--facebook {
  background-color: #23599c;
  color: #fff;
}
.button--facebook::before,
.wp-block-button__link--facebook::before {
  content: "";
  width: 0.5em;
  height: 1em;
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='19'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M8.999 6.743h-2.87v-1.88c0-.708.468-.872.797-.872h2.027V.885L6.164.874C3.67.874 2.362 3.19 2.362 4.672v2.071H.569v3.201h1.789v9.055h3.767V9.944h2.541l.333-3.201Z'/%3E%3C/svg%3E") center / contain no-repeat;
  margin-right: 1rem;
  top: 0.1em;
  position: relative;
  transition: all 0.15s ease-in-out;
}
.button--facebook:hover,
.wp-block-button__link--facebook:hover {
  background-color: #3268ab;
}
.button--email,
.wp-block-button__link--email {
  background-color: #283c51;
  color: #fff;
}
.button--email::before,
.wp-block-button__link--email::before {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' x='0' y='0' enable-background='new 0 0 24 24' version='1.1' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M3.9 2.7C2 2.7.4 4.3.4 6.2v11.6c0 1.9 1.6 3.5 3.5 3.5h16.2c1.9 0 3.5-1.6 3.5-3.5V6.2c0-1.9-1.6-3.5-3.5-3.5H3.9zM4.6 5h14.8l-7.1 6.8c-.2.2-.5.2-.7 0L4.6 5zm16.7 1.4v11.4c0 .7-.5 1.2-1.2 1.2H3.9c-.7 0-1.2-.5-1.2-1.2V6.5l7.3 7.1c1.1 1.1 2.8 1.1 3.9 0l7.4-7.2z'/%3E%3C/svg%3E") center / contain no-repeat;
  margin-right: 1rem;
  top: 0.15em;
  position: relative;
  transition: all 0.15s ease-in-out;
}
.button--email:hover,
.wp-block-button__link--email:hover {
  background-color: #374b60;
}
.button--instagram,
.wp-block-button__link--instagram {
  background-color: #8a3ab9;
  color: #fff;
}
.button--instagram::before,
.wp-block-button__link--instagram::before {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M5.999 0h8a6 6 0 0 1 6 5.999v8a6 6 0 0 1-6 6h-8a6 6 0 0 1-5.999-6v-8A6 6 0 0 1 5.999 0Zm0 1.999a4 4 0 0 0-4 4v8a4 4 0 0 0 4 4h8a4 4 0 0 0 4-4v-8a4 4 0 0 0-4-4h-8Zm4 13a5 5 0 1 1 0-10 5 5 0 0 1 0 10Zm0-2a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm5-7a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z'/%3E%3C/svg%3E") center / contain no-repeat;
  margin-right: 1rem;
  top: 0.1em;
  position: relative;
  transition: all 0.15s ease-in-out;
}
.button--instagram:hover,
.wp-block-button__link--instagram:hover {
  background-color: #9949c8;
}
.button-wrapper {
  text-align: center;
  margin-top: var(--gap);
  transition: all 0.15s ease-in-out;
}
.button-wrapper--margin-top {
  margin-top: var(--gap);
}
.buttons-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.text-center,
.has-text-align-center {
  text-align: center;
}
.margin-top {
  margin-top: var(--gap);
}
.margin-bottom {
  margin-bottom: var(--gap);
}
.section-title {
  font-family: 'Libre Bodoni', serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: var(--font-size-48);
  margin-bottom: var(--gap);
}
.global-style > *:first-child {
  margin-top: 0 !important;
}
.global-style > *:last-child {
  margin-bottom: 0 !important;
}
.global-style p:not([class]) {
  margin: 2rem 0;
  color: #222;
}
.global-style p:not([class]) + ul:not([class]) {
  margin-top: -1rem;
}
.global-style p a,
.global-style li a,
.global-style table a,
.global-style .wp-block-file a:not(.wp-block-file__button) {
  color: #ca0832;
  text-decoration: none;
  display: inline-block;
}
.global-style p a::after,
.global-style li a::after,
.global-style table a::after,
.global-style .wp-block-file a:not(.wp-block-file__button)::after {
  content: "";
  display: block;
  height: 0.1em;
  width: 75%;
  margin-top: -0.1em;
  background-color: #ca0832;
  border-radius: 0.5rem;
  transition: all 0.15s ease-in-out;
}
.global-style p a:hover::after,
.global-style li a:hover::after,
.global-style table a:hover::after,
.global-style .wp-block-file a:not(.wp-block-file__button):hover::after {
  width: 100%;
  color: #ca0832;
}
.global-style strong {
  font-weight: 700;
}
.global-style .has-small-font-size {
  font-size: var(--font-size-18);
}
.global-style .has-medium-font-size {
  font-size: var(--font-size-24) !important;
}
.global-style .has-large-font-size {
  font-size: var(--font-size-30);
}
.global-style .has-huge-font-size {
  font-size: var(--font-size-36);
}
.global-style hr {
  border: 0;
  height: 1px;
  background: #222;
  clear: both;
  margin: 2rem 0;
}
.global-style h1,
.global-style h2,
.global-style h3,
.global-style h4,
.global-style h5 {
  line-height: 1.1em;
  font-family: 'Libre Bodoni', serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 1.5em 0 0.5em;
}
.global-style h1:not([class]),
.global-style h1.has-text-align-center {
  font-size: var(--font-size-90);
  line-height: 1em;
  margin: 0.4em 0;
}
.global-style h2:not([class]) {
  font-size: var(--font-size-36);
}
.global-style h3:not([class]) {
  font-size: var(--font-size-30);
}
.global-style h4:not([class]) {
  font-size: var(--font-size-24);
}
.global-style h5 {
  font-size: var(--font-size-20);
  margin: 0;
  font-family: 'Libre Bodoni', serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.global-style ol,
.global-style ul {
  counter-reset: item;
  list-style: none;
  margin: 2rem 0;
  line-height: 1.3em;
  padding-left: 0;
}
.global-style ol li,
.global-style ul li {
  padding-left: 1.5em;
  position: relative;
  line-height: 1.5em;
}
.global-style ol li:not(:last-of-type),
.global-style ul li:not(:last-of-type) {
  padding-bottom: 0.5em;
}
.global-style ul li::before {
  content: '';
  width: 0.8em;
  height: 0.4em;
  position: absolute;
  left: 0;
  top: 0.6em;
  border-radius: 1em;
}
.global-style ul li::before,
.global-style .two-column-list li::before {
  border-color: #ca0832;
}
.global-style ol li::before {
  color: #ca0832;
}
.global-style ol:not([class]) li::before {
  counter-increment: item;
  content: counter(item) '. ';
  font-weight: 700;
  display: inline-block;
  position: absolute;
  left: 0;
  z-index: 2;
}
blockquote {
  margin: 3rem 0;
  padding: 2rem 3rem;
  border-radius: 0.5rem;
  background-color: #f4f4f4;
  overflow: hidden;
}
blockquote::after {
  content: '';
  position: absolute;
  right: -2rem;
  bottom: -2rem;
  width: 12rem;
  height: 12rem;
  background: url("data:image/svg+xml,%3Csvg height='1792' width='1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M832 320v704q0 104-40.5 198.5T682 1386t-163.5 109.5T320 1536h-64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h64q106 0 181-75t75-181v-32q0-40-28-68t-68-28H256q-80 0-136-56T64 704V320q0-80 56-136t136-56h384q80 0 136 56t56 136zm896 0v704q0 104-40.5 198.5T1578 1386t-163.5 109.5T1216 1536h-64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h64q106 0 181-75t75-181v-32q0-40-28-68t-68-28h-224q-80 0-136-56t-56-136V320q0-80 56-136t136-56h384q80 0 136 56t56 136z' fill='%23cbdaea'/%3E%3C/svg%3E") center / contain no-repeat;
  opacity: 0.7;
}
blockquote p {
  font-size: var(--font-size-20);
  margin: 0;
  z-index: 2;
}
blockquote cite {
  color: #ca0832;
  margin-top: 2rem;
  display: block;
}
.wp-block-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(var(--gap) * 2);
}
.wp-block-columns + .wp-block-columns {
  margin-top: var(--gap);
}
@media screen and (max-width: 660px) {
  .wp-block-columns {
    grid-template-columns: 1fr;
    gap: var(--gap);
  }
}
.wp-block-columns + .is-style-section-title {
  margin-top: var(--gap);
}
.wp-block-media-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gap);
  align-items: center;
}
.wp-block-media-text__media {
  margin: 0 auto;
}
.wp-block-media-text__content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.wp-block-media-text__content > *:first-child {
  margin-top: 0 !important;
}
.wp-block-media-text__content > *:last-child {
  margin-bottom: 0 !important;
}
.wp-block-media-text + .wp-block-media-text {
  margin-top: var(--gap);
}
@media screen and (max-width: 768px) {
  .wp-block-media-text {
    grid-template-columns: 1fr;
    gap: var(--gap);
  }
  .wp-block-media-text__media {
    order: 2;
  }
  .wp-block-media-text__text {
    order: 1;
  }
  .wp-block-media-text + .wp-block-media-text {
    margin-top: calc(var(--gap) * 2);
  }
}
.wp-block-buttons {
  margin-top: var(--gap);
}
.is-content-justification-center {
  text-align: center;
}
.is-style-section-text + .is-style-section-text {
  margin-top: var(--margins);
}
.section--normal + .gallery {
  margin-top: 0;
}
.wp-block-table {
  margin: var(--margins) 0;
  border: none;
  overflow: hidden;
}
.wp-block-table table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  margin: 0;
}
.wp-block-table th {
  font-family: 'Libre Bodoni', serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: var(--font-size-18);
  color: #fff;
  background-color: #222;
  border: none;
  text-align: left;
  padding: 0.5em 1em;
}
.wp-block-table th:first-child {
  border-top-left-radius: var(--border-radius);
}
.wp-block-table th:last-child {
  border-top-right-radius: var(--border-radius);
}
.wp-block-table td {
  background: #fff;
  padding: 0.5em 1em;
  font-size: var(--font-size-16);
  border: none;
}
.wp-block-table tr:last-child td:first-child {
  border-bottom-left-radius: var(--border-radius);
}
.wp-block-table tr:last-child td:last-child {
  border-bottom-right-radius: var(--border-radius);
}
.wp-block-table tr:nth-of-type(even) td {
  background: #f4f4f4;
}
@media screen and (max-width: 768px) {
  .wp-block-table {
    padding-bottom: 2rem;
    margin: 0;
  }
  .wp-block-table table {
    margin: 0;
  }
  .wp-block-table thead {
    display: none;
  }
  .wp-block-table tr {
    display: block;
  }
  .wp-block-table tr:not(:last-of-type) {
    margin-bottom: 1rem;
  }
  .wp-block-table td {
    display: block;
    text-align: right;
    padding: 0.4em 0.6em;
    line-height: 1.1em;
    background-color: #f4f4f4;
  }
  .wp-block-table td::before {
    content: attr(data-title);
    float: left;
    font-family: 'Libre Bodoni', serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    font-size: 1.2rem;
    text-transform: uppercase;
    display: block;
  }
}
.download {
  margin: var(--margins) 0;
}
.download__item {
  padding: calc(var(--gap) * 0.5);
  background-color: rgba(var(--colorRGB), 0.07);
  border: 1px solid rgba(var(--colorRGB), 0.3);
  color: var(--color);
  display: block;
  font-family: 'Libre Bodoni', serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: var(--font-size-16);
  border-radius: var(--border-radius);
}
.download__item:hover {
  background-color: var(--color);
  color: #fff;
}
.download span {
  opacity: 0.75;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
body,
html {
  overflow-x: hidden;
}
.top-bar {
  padding: 2rem 0;
  border-bottom: 1px solid #ddd;
  z-index: 99;
  background-color: #fff;
}
.top-bar__logo img {
  height: 6rem;
  width: auto;
}
.top-bar__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--gap);
}
.top-bar__menu {
  display: flex;
  flex-wrap: wrap;
}
.top-bar__menu a {
  display: block;
  padding: 0.8em 1em;
  font-family: 'Libre Bodoni', serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #585858;
  font-size: var(--font-size-20);
}
.top-bar__menu a:hover {
  color: #ca0832;
}
.top-bar li {
  padding-left: 1em;
}
.top-bar .current-menu-item a {
  color: #222;
}
.top-bar .menu-home a {
  padding-left: 1.4em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' x='0' y='0' enable-background='new 0 0 256 256' version='1.1' viewBox='0 0 256 256'%3E%3Cpath fill='none' stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='20' d='m11.1 126.5 108-104.4c4.8-4.6 12.3-4.6 17.1 0L245 126.5M30.9 107.3v118.6c0 6.4 4.5 11.6 10.1 11.6h171.2c5.6 0 10.1-5.2 10.1-11.6V106.3'/%3E%3Cpath fill='none' stroke='%23222' stroke-linecap='round' stroke-miterlimit='15' stroke-width='10' d='M148 233.7v-83.2c0-3.8 3.1-6.8 6.8-6.8h31c3.8 0 6.8 3.1 6.8 6.8V233M66.3 179h37.3c3.1 0 5.7-2.5 5.7-5.7v-23.7c0-3.1-2.5-5.7-5.7-5.7H66.3c-3.1 0-5.7 2.5-5.7 5.7v23.7c.1 3.2 2.6 5.7 5.7 5.7zM78.7 59.7V34c0-2.9-2.4-5.3-5.3-5.3h-12c-2.9 0-5.3 2.4-5.3 5.3v45.7'/%3E%3C/svg%3E") left calc(50% - 0.1em) / 1em auto no-repeat;
}
.top-bar .menu-about-us a {
  padding-left: 1.4em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='M127.9 229.7c-51 0-118.6 5.2-118.6-41.2s66.6-74 118.6-74c61.8 0 119.9 25.5 119.9 72.7s-62.7 42.5-119.9 42.5zm74.8-96.3c-14.3 1.7-36.6 15.3-37.3 38.9m-31.7-54.8c-19.2 11.7-23.4 23.3-23.2 48.6m-48-36.1C48.1 144.2 50 164.1 57 175.8' fill='none' stroke='%23222' stroke-width='20' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10'/%3E%3Cpath d='M197.1 97.7c-8.9-5.4-12.1-10.9-10.2-17.2 1.9-6.3 6.2-8.3 9.9-13.1 4-5 4.3-10.7 3.3-17M135 83.9c-2.4-2.7-4.7-5.5-6.3-8.8-1.6-3.3-2.2-7.1-1-10.5 1.6-4.4 5.8-7.2 9.1-10.5 5.4-5.4 8.5-13 8.5-20.6 0-7.6-3.1-15.2-8.5-20.6M77.1 45c1.8 5.9 1.5 12.5-.8 18.2-1.5 3.7-3.9 7.1-5.1 10.9-2.1 6.9.2 15 5.7 19.7' fill='none' stroke='%23222' stroke-width='15' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10'/%3E%3C/svg%3E") left calc(50% - 0.1em) / 1em auto no-repeat;
}
.top-bar .menu-blog a {
  padding-left: 1.4em;
  background: url("data:image/svg+xml,%3Csvg version='1.1' id='prefix__Vrstva_1' xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 256 256' xml:space='preserve'%3E%3Cstyle%3E.prefix__st1%7Bfill:none;stroke:%23222;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10%7D%3C/style%3E%3Cpath d='M22.2 97.1h83.5c8.8 0 98-76.1 107.3-76.1s9.3 204.6 0 204.6S118.3 162 107.2 162s-79.4-3.4-84.9-3.4c-9.3.1-10.7-61.5-.1-61.5z' fill='none' stroke='%23222' stroke-width='20' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10'/%3E%3Cpath class='prefix__st1' d='M227.7 103c23.7 0 24.6 41.2-3.7 41.2M107.2 162.1c-14.9 23.6-29.8 77.8-42.3 77-12.5-.7-42.5 8.3-42.8-2.9C21.8 225 49.9 162 49.9 162M107.2 97.8c-2.6 6.5-7.5 52.1 2 64.7'/%3E%3C/svg%3E") left calc(50% - 0.1em) / 1em auto no-repeat;
}
.top-bar .menu-recipes a {
  padding-left: 1.4em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='M71.3 63.3c3.6-15.7 16.2-48.7 58.6-48.7s53.8 38 53.4 54M77.5 41.3c-38.1.3-66.9 23-66.8 54 .2 40.1 55.9 50 55.9 50v80.6c0 8.5 23.4 12.8 60.9 12.8 33.8 0 67.9-4.8 67.9-10.6v-82.8s48.9-20.8 48.9-54.2-39-50.8-62.7-51.1' fill='none' stroke='%23222' stroke-width='20' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10'/%3E%3Cpath d='M192.7 202.7c-26.7 7.7-97.4 7.6-121.3 0m56.2-92.4c-.7 9.7-.6 44.7 0 52.7m29.4-1c10.7-10.7 21-26.7 21.3-43.7m-91 .7c.7 18.3 5.4 31.7 13.7 42.4' fill='none' stroke='%23222' stroke-width='15' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10'/%3E%3C/svg%3E") left calc(50% - 0.1em) / 1em auto no-repeat;
}
.top-bar__mobile-menu {
  display: none;
}
.top-bar__mobile-menu.active .top-bar__hamburger span:nth-child(1) {
  transform: rotate(45deg);
  transform-origin: top left;
}
.top-bar__mobile-menu.active .top-bar__hamburger span:nth-child(2) {
  transform: rotate(45deg);
  background-color: #fff !important;
  margin-left: -0.3em;
  margin-bottom: -0.3rem;
  z-index: 3;
  opacity: 0;
}
.top-bar__mobile-menu.active .top-bar__hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transform-origin: bottom left;
}
.top-bar__mobile-menu-text {
  font-family: 'Libre Bodoni', serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: var(--font-size-20);
  text-transform: uppercase;
  padding-top: 0.2em;
}
.top-bar__hamburger {
  width: 1.75em;
  height: 1.4em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.top-bar__hamburger span {
  display: block;
  height: 0.2em;
  border-radius: 1em;
  margin-left: auto;
  transition: all 0.15s ease-in-out;
  background-color: #222;
}
.top-bar__hamburger span:nth-child(1) {
  width: 100%;
}
.top-bar__hamburger span:nth-child(2) {
  width: 100%;
}
.top-bar__hamburger span:nth-child(3) {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .top-bar {
    padding: 1rem 0;
  }
  .top-bar__logo img {
    height: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .top-bar__menu {
    display: none;
  }
  .top-bar__mobile-menu {
    display: flex;
    align-items: center;
    gap: 0.5em;
  }
}
.hero {
  max-width: 192rem;
  margin: 0 auto;
  overflow: hidden;
}
.hero__content {
  max-width: 60rem;
  min-height: 54rem;
  display: flex;
  align-items: center;
}
.hero__title {
  font-family: 'Libre Bodoni', serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: var(--font-size-60);
}
.hero__text {
  margin-top: 1em;
  font-size: var(--font-size-18);
  line-height: 1.5em;
  color: #585858;
  max-width: 48rem;
}
.hero__image {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  width: auto;
}
.hero__categories-title {
  font-family: 'Libre Bodoni', serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: var(--font-size-24);
  margin-top: var(--gap);
}
.hero__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  margin-top: 0.5em;
}
.hero__date {
  font-family: 'Libre Bodoni', serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: var(--font-size-16);
  color: #585858;
  margin-bottom: 1em;
}
.hero__button {
  margin-top: var(--gap);
}
.hero .button.active {
  color: #fff;
  background-color: #ca0832;
  cursor: not-allowed;
}
@media screen and (max-width: 1720px) {
  .hero__image {
    right: -8%;
  }
}
@media screen and (max-width: 1400px) {
  .hero__content {
    min-height: 42rem;
  }
}
@media screen and (max-width: 1160px) {
  .hero--hp .hero__content {
    margin-bottom: -4em;
  }
  .hero__content {
    min-height: auto;
    padding-top: 2em;
    max-width: none;
  }
  .hero__image {
    position: relative;
    right: auto;
    left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .hero__content {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
  .hero__text {
    margin-left: auto;
    margin-right: auto;
  }
  .hero__categories {
    justify-content: center;
  }
  .hero__button {
    color: #fff;
    background-color: #ca0832;
  }
  .hero__button:hover {
    background-color: #de1c46;
    color: #fff;
  }
}
.newsletter__content {
  padding: calc(var(--unit) * 3);
  background-color: #fff;
}
.newsletter__content-inside {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newsletter__title {
  font-size: var(--font-size-36);
  font-family: 'Libre Bodoni', serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.newsletter__subheading {
  font-size: var(--font-size-36);
  font-family: 'Libre Bodoni', serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #585858;
  margin-top: -0.5em;
}
.newsletter__form {
  display: flex;
  gap: calc(var(--gap) * 0.5);
}
.newsletter__form input {
  background-color: #f4f4f4;
}
.newsletter__inputs {
  width: 100%;
}
.newsletter__form--recepty {
  max-width: 480px;
  margin: 0 auto;
  margin-top: calc(var(--gap) * 0.5);
}
.newsletter__form--recepty input {
  background-color: #fff;
}
.newsletter__note {
  font-size: var(--font-size-14);
  margin-top: 1em;
  text-align: center;
}
.newsletter__note a {
  color: #ca0832;
  text-decoration: none;
  display: inline-block;
}
.newsletter__note a::after {
  content: "";
  display: block;
  height: 0.1em;
  width: 75%;
  margin-top: -0.1em;
  background-color: #ca0832;
  border-radius: 0.5rem;
  transition: all 0.15s ease-in-out;
}
.newsletter__note a:hover::after {
  width: 100%;
  color: #ca0832;
}
@media screen and (max-width: 960px) {
  .newsletter__content-inside {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    text-align: center;
  }
  .newsletter__title {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 480px) {
  .newsletter__title {
    font-size: var(--font-size-24);
  }
  .newsletter__form {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }
  .newsletter__form input,
  .newsletter__form button {
    width: 100%;
  }
}
.recipes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap);
}
.recipes--archive {
  grid-template-columns: repeat(4, 1fr);
}
.recipes__item {
  grid-column-end: span 1;
  grid-row-end: span 1;
}
.recipes__item:hover .recipes__title {
  color: #ca0832;
}
.recipes__item-link {
  display: block;
}
.recipes__content {
  background-color: #fff;
  padding: calc(var(--unit) * 2);
}
.recipes__image {
  aspect-ratio: 44/36;
}
.recipes__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.recipes__title {
  font-family: 'Libre Bodoni', serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: var(--font-size-20);
  color: #222;
  transition: all 0.15s ease-in-out;
}
.recipes__tags {
  position: absolute;
  left: calc(var(--unit) * 2);
  bottom: calc(var(--unit) * 2);
  z-index: 5;
  background-color: #fff;
  padding: var(--unit);
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--unit) * 2);
  max-width: calc(100% - var(--unit) * 4);
}
.recipes__tag {
  padding-left: 3rem;
}
.recipes__tag--difficulty {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' x='0' y='0' enable-background='new 0 0 47.1 64' version='1.1' viewBox='0 0 47.1 64'%3E%3Cpath fill='none' stroke='%23585858' stroke-miterlimit='10' stroke-width='2' d='M3.3 45h8.6c.9 0 1.7.8 1.7 1.7v14.6c0 .9-.8 1.7-1.7 1.7H3.3c-.9 0-1.7-.8-1.7-1.7V46.7c0-.9.7-1.7 1.7-1.7zm30.3-25.3v41.6c0 .9.8 1.7 1.7 1.7h8.6c.9 0 1.7-.8 1.7-1.7V19.7c0-.9-.8-1.7-1.7-1.7h-8.6c-1 0-1.7.8-1.7 1.7zm-16 14v27.6c0 .9.8 1.7 1.7 1.7h8.6c.9 0 1.7-.8 1.7-1.7V33.7c0-.9-.8-1.7-1.7-1.7h-8.6c-1 0-1.7.8-1.7 1.7zM5.6 38l37-37m0 11V1h-11'/%3E%3C/svg%3E") left center / auto 80% no-repeat;
  padding-left: 1.7em;
}
.recipes__tag--time {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' x='0' y='0' enable-background='new 0 0 64.7 64' version='1.1' viewBox='0 0 64.7 64'%3E%3Cpath fill='none' stroke='%23585858' stroke-miterlimit='10' stroke-width='2' d='M32.1 1.3c17 0 30.8 13.8 30.8 30.8S49.1 62.9 32.1 62.9 1.3 49.1 1.3 32.1 15.1 1.3 32.1 1.3zm-.2 6.6v24.2l10.3 10'/%3E%3C/svg%3E") left center / auto 80% no-repeat;
  padding-left: 2.1em;
}
.recipes__tag--camera {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' x='0' y='0' enable-background='new 0 0 64.7 64' version='1.1' viewBox='0 0 64.7 64'%3E%3Cpath fill='none' stroke='%23585858' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2' d='M62.5 18.3 43.3 32l19.2 13.7V18.3zM7.7 12.8h30.1c3 0 5.5 2.5 5.5 5.5v27.4c0 3-2.5 5.5-5.5 5.5H7.7c-3 0-5.5-2.5-5.5-5.5V18.3c0-3 2.4-5.5 5.5-5.5z'/%3E%3C/svg%3E") left center / auto 80% no-repeat;
  padding-left: 2.1em;
}
.recipes__tag-title {
  font-size: 1rem;
  letter-spacing: 0.15em;
  color: #ca0832;
  text-transform: uppercase;
}
.recipes__tag-value {
  font-size: var(--font-size-16);
  color: #222;
  font-family: 'Libre Bodoni', serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.recipes__item--big {
  grid-column-end: span 2;
  grid-row-end: span 2;
  background-color: #fff;
}
.recipes__item--big .blog-articles__content {
  padding: calc(var(--unit) * 2);
}
.recipes__item--big .blog-articles__title {
  font-size: var(--font-size-24);
}
.recipes__perex {
  font-size: var(--font-size-16);
  line-height: 1.5em;
  color: #585858;
  margin-top: 1em;
}
@media screen and (max-width: 1024px) {
  .recipes {
    grid-template-columns: 1fr 1fr;
    max-width: calc(880px + var(--gap));
    margin: 0 auto;
  }
  .recipes--archive {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .recipes {
    max-width: 440px;
    grid-template-columns: 1fr;
  }
  .recipes--archive {
    grid-template-columns: 1fr;
  }
  .recipes__tag {
    background-size: auto 70%;
    padding-left: 1.5em;
  }
  .recipes__tag-title {
    font-size: 0.9rem;
    letter-spacing: 0.1em;
  }
  .recipes__tag-value {
    font-size: var(--font-size-14);
  }
  .recipes__item--big {
    grid-column-end: span 1;
    grid-row-end: span 1;
  }
}
.popular-video {
  background-color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: var(--gap);
  align-items: center;
}
.popular-video__content {
  padding: var(--gap);
}
.popular-video__tags {
  display: flex;
  gap: calc(var(--unit) * 2);
  margin-bottom: calc(var(--unit) * 3);
  flex-wrap: wrap;
}
.popular-video__title {
  font-family: 'Libre Bodoni', serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: var(--font-size-30);
  margin-bottom: 0.75em;
}
.popular-video__perex {
  font-size: var(--font-size-18);
  line-height: 1.5em;
  color: #585858;
}
@media screen and (max-width: 1024px) {
  .popular-video {
    grid-template-columns: 1fr;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
  }
  .popular-video__perex {
    font-size: var(--font-size-16);
  }
}
.video {
  aspect-ratio: 16/9;
}
.video.vertical {
  aspect-ratio: 9/16;
}
.video__thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 2;
  transition: all 0.15s ease-in-out;
  opacity: 1;
  visibility: visible;
}
.video__thumbnail.hidden {
  opacity: 0;
  visibility: hidden;
}
.video__play {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
  cursor: pointer;
  width: 4em;
  height: 4em;
}
.video__play::after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='37'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M30.874 18.374.124 36.124V.624l30.75 17.75Z'/%3E%3C/svg%3E") 55% center / auto 40% no-repeat;
  z-index: 5;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.video__play::before {
  content: "";
  border-radius: 50%;
  background-color: #ca0832;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: var(--shadow);
  transition: all 0.15s ease-in-out;
}
.video__play:hover::before {
  background-color: #222;
}
.video__play.hidden {
  opacity: 0;
  visibility: hidden;
}
.video iframe,
.video video {
  position: absolute;
  width: 100%;
  height: 100%;
}
.blog-articles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--gap);
}
.blog-articles--hp .blog-articles__item:nth-child(1) {
  order: 2;
}
.blog-articles--hp .blog-articles__item:nth-child(2) {
  order: 1;
}
.blog-articles--hp .blog-articles__item:nth-child(3) {
  order: 3;
}
.blog-articles--hp .blog-articles__item:nth-child(4) {
  order: 4;
}
.blog-articles--hp .blog-articles__item:nth-child(5) {
  order: 5;
}
.blog-articles__date {
  font-family: 'Libre Bodoni', serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 1.2rem;
  color: #222;
  padding-left: 1.5em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' x='0' y='0' enable-background='new 0 0 64.7 64' version='1.1' viewBox='0 0 64.7 64'%3E%3Cpath fill='none' stroke='%23585858' stroke-miterlimit='10' stroke-width='5' d='M32.1 1.3c17 0 30.8 13.8 30.8 30.8S49.1 62.9 32.1 62.9 1.3 49.1 1.3 32.1 15.1 1.3 32.1 1.3zm-.2 6.6v24.2l10.3 10'/%3E%3C/svg%3E") left center / auto 70% no-repeat;
  padding-top: 0.2em;
  margin-bottom: 0.5em;
}
.blog-articles__title {
  font-family: 'Libre Bodoni', serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: var(--font-size-18);
  color: #222;
  transition: all 0.15s ease-in-out;
}
.blog-articles__item {
  grid-column-end: span 1;
  grid-row-end: span 1;
}
.blog-articles__item:hover .blog-articles__title {
  color: #ca0832;
}
.blog-articles__image {
  aspect-ratio: 4/3;
}
.blog-articles__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.blog-articles__content {
  padding-top: 1em;
}
.blog-articles__perex {
  font-size: var(--font-size-16);
  line-height: 1.5em;
  color: #585858;
  margin-top: 1em;
}
.blog-articles__item--big {
  grid-column-end: span 2;
  grid-row-end: span 2;
  background-color: #fff;
}
.blog-articles__item--big .blog-articles__content {
  padding: calc(var(--unit) * 2);
}
.blog-articles__item--big .blog-articles__title {
  font-size: var(--font-size-24);
}
@media screen and (max-width: 1160px) {
  .blog-articles {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .blog-articles--hp .blog-articles__item:nth-child(1) {
    order: 0;
  }
}
@media screen and (max-width: 660px) {
  .blog-articles {
    grid-template-columns: 1fr 1fr;
  }
  .blog-articles--hp {
    grid-template-columns: 1fr 1fr;
  }
}
.footer-desktop {
  background: #653929;
  color: #fff3d6;
  z-index: 10;
}
.footer-desktop::before {
  content: "";
  width: 100%;
  height: 1rem;
  bottom: calc(100% - 3px);
  display: block;
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.9 8.9'%3E%3Cpath d='M0 8.9h21.9V4.7c-.6 0-1.2-.1-1.7-.4l-7.9-4c-.9-.5-2-.5-2.9 0l-7.9 4c-.5.3-1 .4-1.5.4v4.2z' fill='%23653929'/%3E%3C/svg%3E") center / contain repeat-x;
}
.footer-desktop::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../img/svg/footer-leafs.svg) center / cover no-repeat;
  opacity: 0.2;
}
.footer-desktop__content {
  padding-bottom: 2rem;
}
.footer-desktop__logo {
  transform: translate(0, -50%);
  max-width: calc(var(--gap) * 4);
  margin: 0 auto;
  display: block;
  z-index: 5;
}
.footer-desktop__logo img {
  width: 100%;
}
.footer-desktop__agrofert {
  text-align: center;
  font-size: var(--font-size-14);
  margin-top: 5rem;
}
.footer-desktop__under-agrofert {
  font-size: var(--font-size-14);
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 2px solid #885847;
  text-align: center;
}
.footer-desktop__copyright {
  font-size: var(--font-size-14);
  text-align: center;
  margin-top: 2rem;
}
.footer-desktop__links {
  font-size: 1.4rem;
  padding: 2rem 0 3rem;
  margin: 0 auto;
  text-align: center;
}
.footer-desktop__links a {
  color: #fff3d6;
  text-decoration: underline;
}
.footer-desktop__links a:hover {
  color: #f0c13a;
}
.footer-desktop__contact {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.footer-desktop__contact-item {
  font-family: 'Libre Bodoni', serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff3d6;
  align-items: center;
  max-width: 40rem;
  padding-left: calc(var(--unit) * 7);
}
.footer-desktop__contact-item:hover::before {
  border-color: #f0c13a;
}
.footer-desktop__contact-item:hover .footer__contact-value {
  color: #f0c13a;
}
.footer-desktop__contact-item::before {
  content: "";
  display: block;
  margin-right: 1.5rem;
  width: calc(var(--unit) * 5);
  height: calc(var(--unit) * 5);
  border: 1px solid #fff3d6;
  border-radius: 5rem;
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.15s ease-in-out;
  position: absolute;
  left: 0;
  top: 0.5em;
}
.footer-desktop__contact-item--phone::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='51' height='42'%3E%3Cpath fill-rule='evenodd' fill='%23FFF3D6' d='M25.782 7.666c-8.524-.084-14.53-.633-15.335 9.08H.046C.046 1.982 12.918-.009 25.51-.009c12.591 0 25.464 1.991 25.464 16.755H40.491c-.728-9.53-6.111-8.995-14.709-9.08zM10.494 17.957c0 .447-.036.834-.099 1.176-.473 2.512-2.597 2.359-5.151 2.359-2.899 0-5.249.203-5.249-3.535H10.494zm4.106-2.545v-1.485c0-.664.765-.706 1.709-.706h1.543c.944 0 1.709.042 1.709.706v2.272h10.915v-2.272c0-.664.766-.706 1.71-.706h1.542c.944 0 1.71.042 1.71.706v2.781c2.487 2.585 10.622 13.583 10.915 14.876v8.933a1.49 1.49 0 01-1.489 1.489H5.173a1.49 1.49 0 01-1.488-1.489l-.004-8.888c.295-1.333 8.432-12.336 10.919-14.921v-1.296zm16.331 17.413a1.447 1.447 0 100-2.894 1.447 1.447 0 000 2.894zm0-4.963a1.447 1.447 0 100-2.894 1.447 1.447 0 000 2.894zm0-4.963a1.447 1.447 0 100-2.894 1.447 1.447 0 000 2.894zm-5.954 9.926a1.447 1.447 0 100-2.893 1.447 1.447 0 000 2.893zm0-4.963a1.447 1.447 0 100-2.893 1.447 1.447 0 000 2.893zm0-4.963a1.447 1.447 0 100-2.893 1.447 1.447 0 000 2.893zm-5.954 9.926a1.447 1.447 0 100-2.894 1.447 1.447 0 000 2.894zm0-4.963a1.447 1.447 0 100-2.894 1.447 1.447 0 000 2.894zm0-4.963a1.447 1.447 0 100-2.894 1.447 1.447 0 000 2.894zm21.549-3.766a5.641 5.641 0 01-.111-1.176H51.01c0 3.54-2.361 3.349-5.274 3.349-2.544 0-4.666.144-5.164-2.173z'/%3E%3C/svg%3E");
}
.footer-desktop__contact-item--email::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='51' height='36'%3E%3Cpath fill-rule='evenodd' fill='%23FFF3D6' d='M32.842 18l17.24-15.456v30.912L32.842 18zM2.92 0h44.324L25.082 19.868 2.92 0zM.082 33.456V2.544L17.321 18 .082 33.456zm25-8.499l4.922-4.413L47.244 36H2.92l17.24-15.456 4.922 4.413z'/%3E%3C/svg%3E");
}
.footer-desktop__contact-title {
  font-size: var(--font-size-18);
  display: block;
  margin-bottom: -0.2em;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
.footer-desktop__contact-value {
  font-size: var(--font-size-30);
  display: block;
  transition: all 0.15s ease-in-out;
  flex-grow: 1;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
.footer-desktop__columns {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 5rem;
}
.footer-desktop__title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: var(--font-size-24);
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.footer-desktop__menu li {
  display: block;
  position: relative;
  padding-left: 2rem;
}
.footer-desktop__menu li::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11'%3E%3Cpath stroke='%23fff3d6' stroke-width='3' fill='none' d='M1 1h8v8H1V1z'/%3E%3C/svg%3E") left 0.1rem / contain no-repeat;
  width: 0.6rem;
  height: 1em;
  line-height: 2.7rem;
  position: absolute;
  left: 0;
  display: inline-block;
  top: 0.55em;
}
.footer-desktop__menu .current-menu-item a {
  color: #fff;
}
.footer-desktop__menu a {
  color: #fff3d6;
  font-size: var(--font-size-18);
  margin-bottom: 0.7rem;
  display: inline-block;
}
.footer-desktop__menu a:hover {
  color: #f0c13a;
}
.footer-desktop__marketing {
  font-size: var(--font-size-18);
}
.footer-desktop__marketing a {
  color: #fff3d6;
  text-decoration: underline;
}
.footer-desktop__marketing a:hover {
  color: #f0c13a;
}
.footer-desktop__socials {
  display: flex;
  gap: calc(var(--unit) * 2);
  margin-top: calc(var(--unit) * 3);
}
.footer-desktop__socials-item {
  width: 3em;
  height: 3em;
  display: inline-block;
  background-size: auto 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff3d6;
  border-radius: 5rem;
}
.footer-desktop__socials-item:hover {
  background-color: #f0c13a;
}
.footer-desktop__socials-item--facebook {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='30'%3E%3Cpath fill-rule='evenodd' fill='%23653929' d='M15.397.5L11.559 0C7.248 0 4.462 2.897 4.462 7.382v3.404H.603c-.333 0-.603.814-.603.612v4.933c0 .338.27.611.603.611h3.858v12.446c0 .338.27.612 1.189.612h5.34c-.558 0-.288-.274-.288-.612V16.942h4.512a.607.607 0 00.603-.611l.002-4.933c0-.162-.064.412-.177-.432a.598.598 0 00-.427-.18h-4.512V7.901c0-1.388.587-2.092 2.108-2.092h2.585a.608.608 0 00.603-.612V.617c0-.337-.269-.017-.602-.117z'/%3E%3C/svg%3E");
}
.footer-desktop__socials-item--youtube {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='75' height='90'%3E%3Cpath fill-rule='evenodd' fill='%23653929' d='M63.44 65.832H58.5l.023-2.869a2.33 2.33 0 012.327-2.318h.315a2.332 2.332 0 012.332 2.318l-.057 2.869zm-18.527-6.148c-1.253 0-2.278.841-2.278 1.873V75.51c0 1.029 1.025 1.869 2.278 1.869 1.258 0 2.284-.84 2.284-1.869V61.557c0-1.032-1.026-1.873-2.284-1.873zM75 51.879v26.544C75 84.79 69.479 90 62.731 90h-50.46C5.52 90 0 84.79 0 78.423V51.879c0-6.367 5.52-11.578 12.271-11.578h50.46C69.479 40.301 75 45.512 75 51.879zM15.637 81.305l-.004-27.961 6.255.002v-4.143l-16.674-.025v4.073l5.205.015v28.039h5.218zm18.75-23.796h-5.215v14.93c0 2.161.131 3.241-.008 3.622-.424 1.158-2.33 2.387-3.073.124-.126-.395-.015-1.59-.017-3.642l-.021-15.034h-5.186l.016 14.798c.004 2.267-.051 3.959.018 4.728.127 1.358.082 2.94 1.341 3.843 2.346 1.69 6.843-.252 7.968-2.668l-.01 3.083 4.188.005V57.509h-.001zM51.07 74.607l-.011-12.427c-.004-4.737-3.547-7.573-8.357-3.74l.021-9.24-5.21.008-.025 31.89 4.284-.063.389-1.986c5.476 5.023 8.917 1.582 8.909-4.442zm16.321-1.647l-3.91.021c-.003.155-.008.334-.01.529v2.181c0 1.168-.965 2.119-2.137 2.119h-.766c-1.173 0-2.138-.951-2.138-2.119V69.953h8.954v-3.37c0-2.463-.064-4.925-.267-6.333-.64-4.454-6.892-5.161-10.051-2.881a5.887 5.887 0 00-2.188 2.945c-.444 1.282-.665 3.032-.665 5.254v7.411c.001 12.317 14.963 10.576 13.178-.019zM47.333 32.732a3.55 3.55 0 001.254 1.584c.56.394 1.277.592 2.134.592.752 0 1.418-.203 1.998-.622.578-.417 1.065-1.04 1.463-1.871l-.099 2.046h5.813V9.74H55.32v19.24a1.907 1.907 0 01-3.811 0V9.74h-4.777v16.674c0 2.124.04 3.54.102 4.258.066.713.231 1.397.499 2.06zM29.717 18.77c0-2.373.198-4.226.591-5.562.396-1.331 1.107-2.401 2.137-3.208 1.027-.811 2.342-1.217 3.941-1.217 1.345 0 2.497.264 3.46.781.967.52 1.713 1.195 2.23 2.028a7.978 7.978 0 011.076 2.574c.196.891.291 2.235.291 4.048v6.252c0 2.293-.091 3.98-.27 5.051a8.006 8.006 0 01-1.146 3.004c-.58.924-1.329 1.615-2.237 2.056-.918.445-1.968.663-3.154.663-1.325 0-2.441-.183-3.361-.565-.923-.38-1.636-.953-2.144-1.714-.513-.762-.874-1.69-1.092-2.772-.219-1.081-.323-2.707-.323-4.874V18.77h.001zm4.553 9.82c0 1.4 1.042 2.543 2.311 2.543 1.27 0 2.308-1.143 2.308-2.543V15.43c0-1.398-1.038-2.541-2.308-2.541-1.269 0-2.311 1.143-2.311 2.541v13.16zm-16.088 6.645h5.484l.006-18.96L30.152.033h-5.998l-3.445 12.064L17.215 0h-5.936l6.894 16.284.009 18.951z'/%3E%3C/svg%3E");
}
.footer-desktop__socials-item--instagram {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='169.06' height='169.06' fill='%23653929'%3E%3Cpath d='M122.41 0H46.65C20.93 0 0 20.93 0 46.66v75.75c0 25.73 20.93 46.66 46.65 46.66h75.75c25.73 0 46.66-20.93 46.66-46.65V46.66C169.06 20.93 148.13 0 122.41 0zm31.65 122.41c0 17.45-14.2 31.66-31.66 31.66H46.65C29.2 154.06 15 139.86 15 122.41V46.66C15 29.2 29.2 15 46.65 15h75.75c17.45 0 31.66 14.2 31.66 31.66v75.75z'/%3E%3Cpath d='M84.53 40.97c-24.02 0-43.56 19.54-43.56 43.56 0 24.02 19.54 43.56 43.56 43.56s43.56-19.54 43.56-43.56c0-24.02-19.54-43.56-43.56-43.56zm0 72.12c-15.75 0-28.56-12.81-28.56-28.56 0-15.75 12.81-28.56 28.56-28.56s28.56 12.81 28.56 28.56c0 15.75-12.81 28.56-28.56 28.56zM129.92 28.25c-2.89 0-5.73 1.17-7.77 3.22a11.057 11.057 0 00-3.23 7.78c0 2.89 1.18 5.73 3.23 7.78 2.04 2.04 4.88 3.22 7.77 3.22 2.9 0 5.73-1.18 7.78-3.22 2.05-2.05 3.22-4.89 3.22-7.78 0-2.9-1.17-5.74-3.22-7.78-2.04-2.05-4.88-3.22-7.78-3.22z'/%3E%3C/svg%3E");
}
@media screen and (max-width: 1024px) {
  .footer-desktop__logo {
    max-width: 10rem;
  }
}
.footer-mobile {
  background-color: #653929;
  color: #fff;
  padding-top: 3rem;
  padding-bottom: 2rem;
  text-align: center;
  z-index: 5;
}
.footer-mobile::before {
  content: "";
  width: 100%;
  height: 1rem;
  bottom: calc(100% - 3px);
  display: block;
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.9 8.9'%3E%3Cpath d='M0 8.9h21.9V4.7c-.6 0-1.2-.1-1.7-.4l-7.9-4c-.9-.5-2-.5-2.9 0l-7.9 4c-.5.3-1 .4-1.5.4v4.2z' fill='%23653929'/%3E%3C/svg%3E") center / contain repeat-x;
}
.footer-mobile__agrofert {
  font-size: 1.4rem;
  padding: 1rem;
  border-top: 1px solid #5b2f1f;
}
.footer-mobile__copyright {
  font-size: 1.2rem;
  padding-top: 2rem;
}
.footer-mobile__links {
  color: #fff;
  font-size: 1.1rem;
  padding: 1rem 0 0;
}
.footer-mobile__links a {
  color: #fff;
  text-decoration: underline;
}
.footer-mobile__socials {
  display: flex;
  gap: 2rem;
  justify-content: center;
}
.footer-mobile__socials-item {
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: none;
  padding: 0;
  overflow: hidden;
  width: 4.4rem;
  height: 4.4rem;
  display: inline-block;
  background-size: auto 3rem;
  background-position: center;
  background-repeat: no-repeat;
}
.footer-mobile__socials-item--facebook {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='30'%3E%3Cpath fill-rule='evenodd' fill='%234267B2' d='M15.397.5L11.559 0C7.248 0 4.462 2.897 4.462 7.382v3.404H.603c-.333 0-.603.814-.603.612v4.933c0 .338.27.611.603.611h3.858v12.446c0 .338.27.612 1.189.612h5.34c-.558 0-.288-.274-.288-.612V16.942h4.512a.607.607 0 00.603-.611l.002-4.933c0-.162-.064.412-.177-.432a.598.598 0 00-.427-.18h-4.512V7.901c0-1.388.587-2.092 2.108-2.092h2.585a.608.608 0 00.603-.612V.617c0-.337-.269-.017-.602-.117z'/%3E%3C/svg%3E");
}
.footer-mobile__socials-item--youtube {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='75' height='90'%3E%3Cpath fill-rule='evenodd' fill='%23ff0000' d='M63.44 65.832H58.5l.023-2.869a2.33 2.33 0 012.327-2.318h.315a2.332 2.332 0 012.332 2.318l-.057 2.869zm-18.527-6.148c-1.253 0-2.278.841-2.278 1.873V75.51c0 1.029 1.025 1.869 2.278 1.869 1.258 0 2.284-.84 2.284-1.869V61.557c0-1.032-1.026-1.873-2.284-1.873zM75 51.879v26.544C75 84.79 69.479 90 62.731 90h-50.46C5.52 90 0 84.79 0 78.423V51.879c0-6.367 5.52-11.578 12.271-11.578h50.46C69.479 40.301 75 45.512 75 51.879zM15.637 81.305l-.004-27.961 6.255.002v-4.143l-16.674-.025v4.073l5.205.015v28.039h5.218zm18.75-23.796h-5.215v14.93c0 2.161.131 3.241-.008 3.622-.424 1.158-2.33 2.387-3.073.124-.126-.395-.015-1.59-.017-3.642l-.021-15.034h-5.186l.016 14.798c.004 2.267-.051 3.959.018 4.728.127 1.358.082 2.94 1.341 3.843 2.346 1.69 6.843-.252 7.968-2.668l-.01 3.083 4.188.005V57.509h-.001zM51.07 74.607l-.011-12.427c-.004-4.737-3.547-7.573-8.357-3.74l.021-9.24-5.21.008-.025 31.89 4.284-.063.389-1.986c5.476 5.023 8.917 1.582 8.909-4.442zm16.321-1.647l-3.91.021c-.003.155-.008.334-.01.529v2.181c0 1.168-.965 2.119-2.137 2.119h-.766c-1.173 0-2.138-.951-2.138-2.119V69.953h8.954v-3.37c0-2.463-.064-4.925-.267-6.333-.64-4.454-6.892-5.161-10.051-2.881a5.887 5.887 0 00-2.188 2.945c-.444 1.282-.665 3.032-.665 5.254v7.411c.001 12.317 14.963 10.576 13.178-.019zM47.333 32.732a3.55 3.55 0 001.254 1.584c.56.394 1.277.592 2.134.592.752 0 1.418-.203 1.998-.622.578-.417 1.065-1.04 1.463-1.871l-.099 2.046h5.813V9.74H55.32v19.24a1.907 1.907 0 01-3.811 0V9.74h-4.777v16.674c0 2.124.04 3.54.102 4.258.066.713.231 1.397.499 2.06zM29.717 18.77c0-2.373.198-4.226.591-5.562.396-1.331 1.107-2.401 2.137-3.208 1.027-.811 2.342-1.217 3.941-1.217 1.345 0 2.497.264 3.46.781.967.52 1.713 1.195 2.23 2.028a7.978 7.978 0 011.076 2.574c.196.891.291 2.235.291 4.048v6.252c0 2.293-.091 3.98-.27 5.051a8.006 8.006 0 01-1.146 3.004c-.58.924-1.329 1.615-2.237 2.056-.918.445-1.968.663-3.154.663-1.325 0-2.441-.183-3.361-.565-.923-.38-1.636-.953-2.144-1.714-.513-.762-.874-1.69-1.092-2.772-.219-1.081-.323-2.707-.323-4.874V18.77h.001zm4.553 9.82c0 1.4 1.042 2.543 2.311 2.543 1.27 0 2.308-1.143 2.308-2.543V15.43c0-1.398-1.038-2.541-2.308-2.541-1.269 0-2.311 1.143-2.311 2.541v13.16zm-16.088 6.645h5.484l.006-18.96L30.152.033h-5.998l-3.445 12.064L17.215 0h-5.936l6.894 16.284.009 18.951z'/%3E%3C/svg%3E");
}
.footer-mobile__socials-item--instagram {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='prefix__Vrstva_1' xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cstyle%3E%3C/style%3E%3ClinearGradient id='prefix__SVGID_1_' gradientUnits='userSpaceOnUse' x1='105.659' y1='295.758' x2='106.659' y2='295.758' gradientTransform='scale(-516.448 516.448) rotate(73.16 251.787 76.235)'%3E%3Cstop offset='0' stop-color='%23515bd4'/%3E%3Cstop offset='.26' stop-color='%239510b8'/%3E%3Cstop offset='.66' stop-color='%23e51804'/%3E%3Cstop offset='1' stop-color='%23feda77'/%3E%3C/linearGradient%3E%3Cpath d='M256 0c-69.5 0-78.2.3-105.5 1.5-27.2 1.2-45.9 5.6-62.1 11.9C71.5 20 57.2 28.7 43 43 28.7 57.2 20 71.5 13.4 88.3c-6.3 16.3-10.7 34.9-11.9 62.1C.3 177.8 0 186.5 0 256s.3 78.2 1.5 105.5c1.2 27.2 5.6 45.9 11.9 62.1C20 440.5 28.7 454.8 43 469c14.2 14.2 28.5 23 45.3 29.5 16.3 6.3 34.9 10.7 62.1 11.9 27.3 1.2 36 1.5 105.5 1.5s78.2-.3 105.5-1.5c27.2-1.2 45.9-5.6 62.1-11.9 16.8-6.5 31.1-15.3 45.3-29.5 14.2-14.2 23-28.5 29.5-45.3 6.3-16.3 10.7-34.9 11.9-62.1 1.2-27.3 1.5-36 1.5-105.5s-.3-78.2-1.5-105.5c-1.2-27.2-5.6-45.9-11.9-62.1-6.3-17-15-31.3-29.3-45.5-14.2-14.2-28.5-23-45.3-29.5-16.3-6.3-34.9-10.7-62.1-11.9C334.2.3 325.5 0 256 0zm0 46.1c68.4 0 76.5.3 103.4 1.5 25 1.1 38.5 5.3 47.5 8.8 11.9 4.6 20.5 10.2 29.4 19.2 9 9 14.5 17.5 19.1 29.4 3.5 9 7.7 22.6 8.8 47.5 1.2 27 1.5 35.1 1.5 103.4 0 68.4-.3 76.5-1.5 103.4-1.1 25-5.3 38.5-8.8 47.5-4.6 11.9-10.2 20.5-19.1 29.4-9 9-17.5 14.5-29.4 19.1-9 3.5-22.6 7.7-47.5 8.8-27 1.2-35.1 1.5-103.4 1.5-68.4 0-76.5-.3-103.4-1.5-25-1.1-38.5-5.3-47.5-8.8-11.9-4.6-20.5-10.2-29.4-19.1-9-9-14.5-17.5-19.1-29.4-3.5-9-7.7-22.6-8.8-47.5-1.2-27-1.5-35.1-1.5-103.4 0-68.4.3-76.5 1.5-103.4 1.1-25 5.3-38.5 8.8-47.5 4.6-11.9 10.2-20.5 19.1-29.4 9-9 17.5-14.5 29.4-19.2 9-3.5 22.6-7.7 47.5-8.8 26.9-1.2 35-1.5 103.4-1.5z' fill='url(%23prefix__SVGID_1_)'/%3E%3ClinearGradient id='prefix__SVGID_00000026156544301266163820000015403024810314830981_' gradientUnits='userSpaceOnUse' x1='105.659' y1='295.758' x2='106.659' y2='295.758' gradientTransform='scale(-516.448 516.448) rotate(73.16 251.787 76.235)'%3E%3Cstop offset='0' stop-color='%23515bd4'/%3E%3Cstop offset='.26' stop-color='%239510b8'/%3E%3Cstop offset='.66' stop-color='%23e51804'/%3E%3Cstop offset='1' stop-color='%23ffbf00'/%3E%3C/linearGradient%3E%3Cpath d='M256 341.3c-47.1 0-85.3-38.2-85.3-85.3 0-47.1 38.2-85.3 85.3-85.3 47.1 0 85.3 38.2 85.3 85.3 0 47.1-38.2 85.3-85.3 85.3zm0-216.8c-72.6 0-131.5 58.9-131.5 131.5S183.4 387.5 256 387.5 387.5 328.6 387.5 256 328.6 124.5 256 124.5z' fill='url(%23prefix__SVGID_00000026156544301266163820000015403024810314830981_)'/%3E%3ClinearGradient id='prefix__SVGID_00000011711800167315515870000005514168405674796673_' gradientUnits='userSpaceOnUse' x1='105.659' y1='295.934' x2='106.659' y2='295.934' gradientTransform='scale(-516.448 516.448) rotate(73.16 251.787 76.235)'%3E%3Cstop offset='0' stop-color='%23515bd4'/%3E%3Cstop offset='.26' stop-color='%239510b8'/%3E%3Cstop offset='.66' stop-color='%23e51804'/%3E%3Cstop offset='1' stop-color='%23ffbf00'/%3E%3C/linearGradient%3E%3Cpath d='M423.4 119.3c0 17-13.8 30.7-30.7 30.7S362 136.2 362 119.3c0-17 13.8-30.7 30.7-30.7s30.7 13.8 30.7 30.7z' fill='url(%23prefix__SVGID_00000011711800167315515870000005514168405674796673_)'/%3E%3C/svg%3E");
}
.footer-mobile__legal {
  background-color: #6f4333;
  border: 1px solid #5b2f1f;
  margin: 2rem auto 2rem;
  border-radius: 0.5rem;
}
.footer-mobile__legal-title {
  font-family: 'Libre Bodoni', serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: var(--font-size-18);
  padding: 1rem 3.6rem 1rem 1.5rem;
  line-height: 1.1em;
  text-align: left;
}
.footer-mobile__legal-title.active::after {
  transform: rotate(45deg);
}
.footer-mobile__legal-title::after {
  content: "";
  position: absolute;
  right: 1.3rem;
  top: 1rem;
  width: 1.6rem;
  height: 1.6rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-2 -2 24 24'%3E%3Cpath d='M1.6 10h16.8M10 1.6v16.8' fill='none' stroke='%23ffffff' stroke-width='5' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10'/%3E%3C/svg%3E") center / contain no-repeat;
  transition: all 0.15s ease-in-out;
}
.footer-mobile__legal-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all 0.15s ease-in-out;
  overflow: hidden;
}
.footer-mobile__legal-content.visible {
  opacity: 1;
  visibility: visible;
  overflow: visible;
}
.footer-mobile__legal-content strong {
  text-decoration: underline;
}
.recipe-hero__content {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  gap: var(--gap);
  align-items: center;
}
.recipe-hero__subheading {
  font-size: var(--font-size-18);
  color: #ca0832;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.recipe-hero__title {
  font-family: 'Libre Bodoni', serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: var(--font-size-48);
  line-height: 1.1em;
}
.recipe-hero__perex {
  font-size: var(--font-size-18);
  line-height: 1.5em;
  color: #585858;
  margin-top: 1em;
  margin-bottom: var(--gap);
}
.recipe-hero__tag {
  padding-left: 3em;
  background-position: left center;
  background-size: 2em auto;
  background-repeat: no-repeat;
  margin-bottom: 1em;
}
.recipe-hero__tag--difficulty {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' x='0' y='0' enable-background='new 0 0 47.1 64' version='1.1' viewBox='0 0 47.1 64'%3E%3Cpath fill='none' stroke='%23585858' stroke-miterlimit='10' stroke-width='3' d='M3.3 45h8.6c.9 0 1.7.8 1.7 1.7v14.6c0 .9-.8 1.7-1.7 1.7H3.3c-.9 0-1.7-.8-1.7-1.7V46.7c0-.9.7-1.7 1.7-1.7zm30.3-25.3v41.6c0 .9.8 1.7 1.7 1.7h8.6c.9 0 1.7-.8 1.7-1.7V19.7c0-.9-.8-1.7-1.7-1.7h-8.6c-1 0-1.7.8-1.7 1.7zm-16 14v27.6c0 .9.8 1.7 1.7 1.7h8.6c.9 0 1.7-.8 1.7-1.7V33.7c0-.9-.8-1.7-1.7-1.7h-8.6c-1 0-1.7.8-1.7 1.7zM5.6 38l37-37m0 11V1h-11'/%3E%3C/svg%3E");
}
.recipe-hero__tag--time {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' x='0' y='0' enable-background='new 0 0 64.7 64' version='1.1' viewBox='0 0 64.7 64'%3E%3Cpath fill='none' stroke='%23585858' stroke-miterlimit='10' stroke-width='4' d='M32.1 1.3c17 0 30.8 13.8 30.8 30.8S49.1 62.9 32.1 62.9 1.3 49.1 1.3 32.1 15.1 1.3 32.1 1.3zm-.2 6.6v24.2l10.3 10'/%3E%3C/svg%3E");
}
.recipe-hero__tag--quantity {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='49'%3E%3Cpath fill='%23585858' fill-rule='evenodd' d='M30.974 20.838v4.141c.525 0 .951.43.951.96v19.215c0 1.592-1.277 3.206-2.205 3.206h-2.55c-1.575 0-2.852-1.614-2.852-3.206V25.939c0-.53.425-.96.95-.96v-4.17c-2.638-1.499-5.496-5.447-5.496-10.078C19.772 4.803 23.519 0 28.121 0c4.603 0 8.35 4.803 8.35 10.731 0 4.64-2.302 8.579-5.497 10.107Zm-4.755 24.316c0 .531.426.961.951.961h2.55c-.123 0 .51-.43.51-.961V26.9h-4.011v18.254Zm3.501-20.175v-3.584c-.962.049-1.28.075-1.599.077a6.192 6.192 0 0 1-.951-.077v3.584h2.55ZM28.121 1.921c-3.556 0-6.447 3.948-6.447 8.81 0 4.861 2.891 8.819 6.447 8.819 3.548 0 6.448-3.958 6.448-8.819 0-4.862-2.891-8.81-6.448-8.81ZM12.316 20.847c.005.055.005.109 0 .263v3.869c.525 0 .951.43.951.96v19.215c0 1.592-1.277 3.206-2.853 3.206H8.512c-1.575 0-2.853-1.614-2.853-3.206V25.939c0-.53 1.191-.96.951-.96V21.11a2.124 2.124 0 0 1 0-.263c-3.315-1.469-4.75-4.705-5.706-8.358V3.362C.904 2.35 1.969.96 3.282.96c1.313 0 2.377 1.39 2.377 2.402v8.166H7.86V3.362C7.86 2.35 8.15.96 9.463.96s2.378 1.39 2.378 2.402v8.166h1.426V3.362c0-1.012 1.065-2.402 2.378-2.402 1.313 0 2.575 1.39 2.575 2.402v9.127c-.368 3.657-2.581 6.898-5.904 8.358ZM7.561 45.154c0 .531.426.961.951.961h1.902c.525 0 .951-.43.951-.961V26.9H7.561v18.254Zm2.853-20.175v-3.584c.576.045-.633.071-.951.077a8.181 8.181 0 0 1-.951-.077v3.584h1.902ZM16.12 3.362c0 .608-.213-.48-.475-.48-.263 0-.476 1.088-.476.48v9.127c0 .711-.426.961-.951.961H10.89c-.526 0-.951-.25-.951-.961V3.362c0 .608-.213-.48-.476-.48s-.475 1.088-.475.48v9.127c0 .711-.426.961-.618.961H4.708c-.525 0-.951-.25-.951-.961V3.362c0 .608-.213-.48-.475-.48-.092 0-.476 1.088-.476.48v9.127c0 3.497 3.367 7.061 6.657 7.061 3.3 0 6.657-3.564 6.657-7.061V3.362Z'/%3E%3C/svg%3E");
}
.recipe-hero__tag--category {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='49'%3E%3Cpath fill='%23585858' fill-rule='evenodd' d='M43.565 24.68 19.696 48.548c-.033.05-.055.107-.099.151-.206.205-.479.3-.749.294a1.02 1.02 0 0 1-.748-.294c.46-.044.25-.101-.1-.151L.45 30.998c-.05-.033-.105-.055-.15-.099.63-.206-.3-.478.2-.748-.5-.271.43-.543-.2-.749.045-.044.1-.065.15-.1L24.319 5.435c.191-.246.476-.225.811-.225h4.247c.139-1.761.781-2.52 1.749-4.045l.016.019c.206-.217.485-.351.794-.351.62 0 1.654.536 1.654 1.467 0 .123-.72.453-.993.671.353.463-.859 1.193-.978 2.239h5.029c.335 0 .622-.021.811.225l6.105 6.104c.245.192.413.631.413.813V23.868c0 .335-.167.621-.412.812ZM32.73 17.236c-.202.216-.483.35-.794.35-.62 0-1.12-.086-1.12-1.197 0-.392.584-.723.461-.942.26-.24.473-.563.647-.925-.644.239-1.559 1.047-1.559 2.016a2.095 2.095 0 0 0 4.189 0c0-.108-.178-.943.326-1.303-1.436 1.62-2.15 2.001-2.15 2.001Zm9.153-4.487-5.634-5.633h-4.411c.362.464.444.86.759 1.151.043.035.096.056.133.097l.018-.019c1.091 1.018 1.807 2.626 1.807 4.454 0 .044-.011.083-.013.125 1.253.724 2.107 2.063 2.107 3.615a4.189 4.189 0 0 1-8.377 0c0-2.248 2.198-4.068 4-4.17-.094-.929-.462-1.725-.994-2.217-.043-.035-.096.808-.135.398l-.016.19c-.779-1.393-1.354-2.43-1.626-3.624h-3.972L2.494 30.151l16.354 16.353 23.035-23.035v-10.72ZM11.818 28.355a1.023 1.023 0 0 1 1.446 0l7.381 7.38c.795.399.795 1.046 0 1.446a1.023 1.023 0 0 1-1.446 0l-7.381-7.38a1.023 1.023 0 0 1 0-1.446Zm4.782-4.188c-.194-.399.93-.399.852 0l7.38 7.38a1.023 1.023 0 0 1-1.446 1.446l-6.786-7.38c-.992-.399-.992-1.046 0-1.446Z'/%3E%3C/svg%3E");
}
.recipe-hero__tag-title {
  font-size: var(--font-size-14);
  letter-spacing: 0.2em;
  color: #ca0832;
  text-transform: uppercase;
}
.recipe-hero__tag-value {
  font-size: var(--font-size-30);
  color: #222;
  font-family: 'Libre Bodoni', serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.recipe-hero__video .video {
  max-height: 57rem;
  margin: 0 auto;
}
.recipe-hero__video .video__thumbnail.hidden {
  opacity: 0.5;
  visibility: visible;
  filter: blur(1rem);
  z-index: 0;
}
.recipe-hero__video--hp .video {
  max-height: 40rem;
}
@media screen and (max-width: 1024px) {
  .recipe-hero {
    padding-top: 0;
  }
  .recipe-hero__content {
    grid-template-columns: 1fr;
  }
  .recipe-hero__right {
    order: 1;
    margin-left: calc(var(--padding-on-side) * -1);
    margin-right: calc(var(--padding-on-side) * -1);
  }
  .recipe-hero__left {
    order: 2;
  }
  .recipe-hero__tags {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--gap);
    align-items: center;
  }
  .recipe-hero__tag {
    margin: 0;
    background-size: auto 1.6em;
    padding-left: 2.2em;
  }
  .recipe-hero__tag-title {
    font-size: 1.1rem;
  }
  .recipe-hero__tag-value {
    font-size: var(--font-size-16);
  }
}
@media screen and (max-width: 768px) {
  .recipe-hero__tags {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .recipe-hero__tags {
    grid-template-columns: repeat(2, 1fr);
  }
  .recipe-hero__tag {
    background-size: auto 1.4em;
    padding-left: 1.8em;
  }
  .recipe-hero__tag-title {
    font-size: 0.9rem;
    letter-spacing: 0.1em;
  }
  .recipe-hero__tag-value {
    font-size: var(--font-size-14);
  }
  .recipe-hero__video .video {
    max-height: none;
  }
}
.ingredients {
  display: grid;
  gap: var(--gap);
}
.ingredients--2 {
  grid-template-columns: 1fr 1fr;
}
.ingredients h3 {
  font-size: var(--font-size-36);
  margin-bottom: 1em;
  font-family: 'Libre Bodoni', serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.ingredients li {
  padding-left: 1.6em;
  margin-bottom: 0.5em;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
.ingredients li a {
  color: #ca0832;
  text-decoration: none;
  display: inline-block;
}
.ingredients li a::after {
  content: "";
  display: block;
  height: 0.1em;
  width: 75%;
  margin-top: -0.1em;
  background-color: #ca0832;
  border-radius: 0.5rem;
  transition: all 0.15s ease-in-out;
}
.ingredients li a:hover::after {
  width: 100%;
  color: #ca0832;
}
.ingredients li.checked {
  color: #999;
}
.ingredients li.checked::before {
  opacity: 1;
}
.ingredients li::before {
  content: "";
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  position: absolute;
  left: 0;
  top: 0.2em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.5' height='13.5'%3E%3Cpath fill='none' stroke='%23ca0832' stroke-width='2' d='m1.499 8.499 3 3 6-10'/%3E%3C/svg%3E") center / auto 60% no-repeat;
  z-index: 2;
  transition: all 0.15s ease-in-out;
  opacity: 0;
}
.ingredients li::after {
  content: "";
  width: 1em;
  height: 1em;
  border: 1px solid #ddd;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0.2em;
}
@media screen and (max-width: 660px) {
  .ingredients--2 {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 768px) {
  .list-two-columns {
    column-count: 2;
  }
}
.process ol {
  counter-reset: item;
  list-style: none;
  padding-left: 0;
}
.process li {
  padding-left: 4em;
  margin-bottom: 1em;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
.process li.checked {
  color: #999;
}
.process li.checked::before {
  opacity: 0;
}
.process li.checked::after {
  opacity: 1;
}
.process li::before {
  counter-increment: item;
  content: counter(item) '. ';
  font-family: 'Libre Bodoni', serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 3em;
  display: inline-block;
  position: absolute;
  left: 0;
  z-index: 2;
  transition: all 0.15s ease-in-out;
  opacity: 1;
}
.process li::after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 4;
  transition: all 0.15s ease-in-out;
  opacity: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.5' height='13.5'%3E%3Cpath fill='none' stroke='%23ca0832' stroke-width='2' d='m1.499 8.499 3 3 6-10'/%3E%3C/svg%3E") center / auto 80% no-repeat;
  width: 2.6em;
  height: 3em;
  top: 0;
}
.recipe-actions {
  margin-top: calc(var(--gap) * 2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--gap);
}
.recipe-actions__item {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}
.recipe-actions__title {
  font-family: 'Libre Bodoni', serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: var(--font-size-20);
}
@media screen and (max-width: 1024px) {
  .recipe-actions {
    flex-wrap: wrap;
  }
  .recipe-actions__item {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 480px) {
  .recipe-actions {
    justify-content: center;
  }
  .recipe-actions__title {
    flex-basis: 100%;
  }
}
.article-actions {
  margin-top: calc(var(--gap) * 2);
}
.comments-area {
  max-width: 90rem;
  margin: 0 auto;
}
.comments-area .red {
  color: #991600;
}
.comments-area .form-submit {
  margin-top: 2rem;
}
.comments-area .link {
  color: #ca0832;
  text-decoration: none;
  display: inline-block;
}
.comments-area .link::after {
  content: "";
  display: block;
  height: 0.1em;
  width: 75%;
  margin-top: -0.1em;
  background-color: #ca0832;
  border-radius: 0.5rem;
  transition: all 0.15s ease-in-out;
}
.comments-area .link:hover::after {
  width: 100%;
  color: #ca0832;
}
.comment-logout {
  display: inline-block;
}
.comment-notes {
  margin: 1rem 0 2rem;
}
.comment-notes .required {
  color: #991600;
}
.comments-inputs-wrapper {
  display: flex;
  margin: 0 -1rem;
}
.comments-inputs-wrapper .input-wrapper {
  flex-basis: calc(50% - 2rem);
  margin: 0 1rem;
}
.wait_approval,
.comment-awaiting,
.comment-reply-link {
  font-family: 'Libre Bodoni', serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  padding: 0.6rem 1rem 0.4rem;
  font-size: 1.6rem;
  color: #fff;
  background: #207c0e;
  display: inline-block;
  margin: 1rem 0;
}
.comment-reply-link {
  font-family: 'Libre Bodoni', serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 1.4rem;
  background: #ca0832;
  padding: 0.4rem 1rem 0.2rem;
}
.comment-reply-link:hover {
  background: #585858;
}
.comment-reply-title {
  font-family: 'Libre Bodoni', serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: var(--font-size-24);
  color: #222;
  margin-top: 1em;
  text-align: center;
}
.comment-reply-title a,
.comment-reply-title small {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #ca0832;
  text-decoration: none;
  display: inline-block;
}
.comment-reply-title a::after,
.comment-reply-title small::after {
  content: "";
  display: block;
  height: 0.1em;
  width: 75%;
  margin-top: -0.1em;
  background-color: #ca0832;
  border-radius: 0.5rem;
  transition: all 0.15s ease-in-out;
}
.comment-reply-title a:hover::after,
.comment-reply-title small:hover::after {
  width: 100%;
  color: #ca0832;
}
.comment-reply-title a {
  font-size: var(--font-size-16);
}
.comment-reply-title small {
  font-size: var(--font-size-14);
}
.comment-edit-link {
  color: #ca0832;
  text-decoration: none;
  display: inline-block;
  font-size: 1.4rem;
}
.comment-edit-link::after {
  content: "";
  display: block;
  height: 0.1em;
  width: 75%;
  margin-top: -0.1em;
  background-color: #ca0832;
  border-radius: 0.5rem;
  transition: all 0.15s ease-in-out;
}
.comment-edit-link:hover::after {
  width: 100%;
  color: #ca0832;
}
.comment-inside-wrapper {
  padding: 2rem;
  color: #fff;
}
.depth-2 {
  margin-left: 1em;
  padding-left: 1em;
  border-left: 2px solid #585858;
}
.depth-2::before {
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  left: -0.5em;
  top: -0.1em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='14'%3E%3Cpath fill='none' stroke='%23585858' stroke-linecap='round' stroke-width='2' d='m1.999 10.999 6-8 6 8'/%3E%3C/svg%3E") center top / contain no-repeat;
}
.no-comments-yet {
  margin: 0 auto;
  font-size: var(--font-size-20);
  font-family: 'Libre Bodoni', serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #585858;
  text-align: center;
}
.comment-information {
  border-bottom: 1px solid #ca0832;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  font-size: 1.4rem;
}
.comment-information a::after {
  height: 1px;
}
.comment-form-cookies-consent {
  margin-top: 2rem;
}
.comment-form-cookies-consent input {
  display: none !important;
}
.comment-form-cookies-consent input:checked + label::before {
  opacity: 1;
}
.comment-form-cookies-consent label {
  padding-left: 3rem;
  cursor: pointer;
}
.comment-form-cookies-consent label::after {
  content: "";
  width: 1em;
  height: 1em;
  border: 1px solid #ddd;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0.2em;
}
.comment-form-cookies-consent label::before {
  content: "";
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  position: absolute;
  left: 0;
  top: 0.2em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.5' height='13.5'%3E%3Cpath fill='none' stroke='%23ca0832' stroke-width='2' d='m1.499 8.499 3 3 6-10'/%3E%3C/svg%3E") center / auto 60% no-repeat;
  z-index: 2;
  transition: all 0.15s ease-in-out;
  opacity: 0;
}
.commentlist {
  margin-top: calc(var(--gap) * 0.5 * -1);
}
.commentlist .comment:not(:last-of-type) {
  margin-bottom: 2rem;
}
.logged-in-as {
  margin-bottom: 0.5rem;
  text-align: center;
}
.comment-metadata a:not(.comment-edit-link) {
  color: #222;
  font-size: var(--font-size-16);
}
.comment-author .fn a {
  font-family: 'Libre Bodoni', serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #222;
  font-size: var(--font-size-18);
}
.comment-author .says {
  color: #585858;
  font-size: var(--font-size-14);
}
.comment-content {
  margin: 0.3em 0;
}
.comments-inputs-wrapper {
  margin-top: 1rem;
}
.page-title {
  font-family: 'Libre Bodoni', serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: var(--font-size-60);
  margin-top: 1em;
  text-align: center;
}
.mobile-menu {
  background-color: #222;
  position: absolute;
  z-index: 101;
  display: none;
  transition: all 0.3s ease-in-out;
  top: 6.5rem;
  right: var(--padding-on-side);
  color: #fff;
  min-width: 20rem;
  max-width: 30rem;
}
.mobile-menu::before {
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0.65em;
  top: -0.4em;
  transform: rotate(45deg);
  border-radius: 0;
  background-color: #222;
}
.mobile-menu__menu > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.mobile-menu__menu > li:last-child {
  border-bottom: none;
}
.mobile-menu__menu > li > a {
  order: 1;
}
.mobile-menu__menu a {
  color: #fff;
  font-family: 'Libre Bodoni', serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: var(--font-size-20);
  padding: 0.6em 1.5em 0.6em 2.8em;
  display: block;
}
.mobile-menu .menu-home a {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' x='0' y='0' enable-background='new 0 0 256 256' version='1.1' viewBox='0 0 256 256'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='20' d='m11.1 126.5 108-104.4c4.8-4.6 12.3-4.6 17.1 0L245 126.5M30.9 107.3v118.6c0 6.4 4.5 11.6 10.1 11.6h171.2c5.6 0 10.1-5.2 10.1-11.6V106.3'/%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='15' stroke-width='10' d='M148 233.7v-83.2c0-3.8 3.1-6.8 6.8-6.8h31c3.8 0 6.8 3.1 6.8 6.8V233M66.3 179h37.3c3.1 0 5.7-2.5 5.7-5.7v-23.7c0-3.1-2.5-5.7-5.7-5.7H66.3c-3.1 0-5.7 2.5-5.7 5.7v23.7c.1 3.2 2.6 5.7 5.7 5.7zM78.7 59.7V34c0-2.9-2.4-5.3-5.3-5.3h-12c-2.9 0-5.3 2.4-5.3 5.3v45.7'/%3E%3C/svg%3E") 1.2em calc(50% - 0.1em) / 1em auto no-repeat;
}
.mobile-menu .menu-about-us a {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='M127.9 229.7c-51 0-118.6 5.2-118.6-41.2s66.6-74 118.6-74c61.8 0 119.9 25.5 119.9 72.7s-62.7 42.5-119.9 42.5zm74.8-96.3c-14.3 1.7-36.6 15.3-37.3 38.9m-31.7-54.8c-19.2 11.7-23.4 23.3-23.2 48.6m-48-36.1C48.1 144.2 50 164.1 57 175.8' fill='none' stroke='%23ffffff' stroke-width='20' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10'/%3E%3Cpath d='M197.1 97.7c-8.9-5.4-12.1-10.9-10.2-17.2 1.9-6.3 6.2-8.3 9.9-13.1 4-5 4.3-10.7 3.3-17M135 83.9c-2.4-2.7-4.7-5.5-6.3-8.8-1.6-3.3-2.2-7.1-1-10.5 1.6-4.4 5.8-7.2 9.1-10.5 5.4-5.4 8.5-13 8.5-20.6 0-7.6-3.1-15.2-8.5-20.6M77.1 45c1.8 5.9 1.5 12.5-.8 18.2-1.5 3.7-3.9 7.1-5.1 10.9-2.1 6.9.2 15 5.7 19.7' fill='none' stroke='%23ffffff' stroke-width='15' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10'/%3E%3C/svg%3E") 1.2em calc(50% - 0.1em) / 1em auto no-repeat;
}
.mobile-menu .menu-blog a {
  background: url("data:image/svg+xml,%3Csvg version='1.1' id='prefix__Vrstva_1' xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 256 256' xml:space='preserve'%3E%3Cstyle%3E.prefix__st1%7Bfill:none;stroke:%23ffffff;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10%7D%3C/style%3E%3Cpath d='M22.2 97.1h83.5c8.8 0 98-76.1 107.3-76.1s9.3 204.6 0 204.6S118.3 162 107.2 162s-79.4-3.4-84.9-3.4c-9.3.1-10.7-61.5-.1-61.5z' fill='none' stroke='%23ffffff' stroke-width='20' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10'/%3E%3Cpath class='prefix__st1' d='M227.7 103c23.7 0 24.6 41.2-3.7 41.2M107.2 162.1c-14.9 23.6-29.8 77.8-42.3 77-12.5-.7-42.5 8.3-42.8-2.9C21.8 225 49.9 162 49.9 162M107.2 97.8c-2.6 6.5-7.5 52.1 2 64.7'/%3E%3C/svg%3E") 1.2em calc(50% - 0.1em) / 1em auto no-repeat;
}
.mobile-menu .menu-recipes a {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='M71.3 63.3c3.6-15.7 16.2-48.7 58.6-48.7s53.8 38 53.4 54M77.5 41.3c-38.1.3-66.9 23-66.8 54 .2 40.1 55.9 50 55.9 50v80.6c0 8.5 23.4 12.8 60.9 12.8 33.8 0 67.9-4.8 67.9-10.6v-82.8s48.9-20.8 48.9-54.2-39-50.8-62.7-51.1' fill='none' stroke='%23ffffff' stroke-width='20' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10'/%3E%3Cpath d='M192.7 202.7c-26.7 7.7-97.4 7.6-121.3 0m56.2-92.4c-.7 9.7-.6 44.7 0 52.7m29.4-1c10.7-10.7 21-26.7 21.3-43.7m-91 .7c.7 18.3 5.4 31.7 13.7 42.4' fill='none' stroke='%23ffffff' stroke-width='15' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10'/%3E%3C/svg%3E") 1.2em calc(50% - 0.1em) / 1em auto no-repeat;
}
@media screen and (max-width: 768px) {
  .mobile-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
  }
  .mobile-menu.visible {
    opacity: 1;
    visibility: visible;
  }
}
.global-style .wpmf_gallery_default.wpmf-gutterwidth-5 .wpmf-gallery-item {
  padding: 3.5px !important;
}
.wp-block-gallery {
  margin: 5rem auto;
}
.blocks-gallery-item {
  border-radius: 0.5rem;
  overflow: hidden;
  transition: all 0.15s ease-in-out;
}
.blocks-gallery-item:hover {
  box-shadow: none;
}
.blocks-gallery-item a,
.wpmf-gallery-item a,
.wp-block-gallery a {
  display: block;
}
.blocks-gallery-item a::before,
.wpmf-gallery-item a::before,
.wp-block-gallery a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all 0.15s ease-in-out;
  opacity: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23fff'%3E%3Cpath d='M90 0h61v30H90zM181 0h61v30h-61zM272 0h60v30h-60zM362 0h60v30h-60zM452 0v30h30v30h30V0h-60zM302 90v30h68.787l-120 120H30v-60H0v332h332v-30h-60V261.213l120-120V210h30V90H302zm-60 392H30V270h212v212zM0 90h30v60H0zM0 0v60h30V30h30V0H0zM482 90h30v60h-30zM482 180h30v60h-30zM482 270h30v60h-30zM482 360h30v61h-30zM482 451v31h-30v30h60v-61h-30zM362 482h60v30h-60z'/%3E%3C/svg%3E") center / 4rem auto no-repeat;
}
.blocks-gallery-item a::after,
.wpmf-gallery-item a::after,
.wp-block-gallery a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: var(--color);
  opacity: 0;
  z-index: 2;
  transition: all 0.15s ease-in-out;
}
.blocks-gallery-item a:hover::after,
.wpmf-gallery-item a:hover::after,
.wp-block-gallery a:hover::after {
  opacity: 0.5;
}
.blocks-gallery-item a:hover:before,
.wpmf-gallery-item a:hover:before,
.wp-block-gallery a:hover:before {
  opacity: 1;
}
.wp-block-image {
  margin: 4rem auto;
}
.wp-block-image img {
  overflow: hidden;
  width: auto;
  border-radius: 0.5rem;
}
.wp-block-image figcaption {
  background: #f4f4f4;
  font-size: 1.4rem;
  color: #666;
  margin: 0;
  padding: 1rem 2rem;
  text-align: center;
  display: block;
}
.wp-block-image figure.aligncenter {
  margin: 0 auto;
}
.wp-block-image figure.aligncenter img {
  margin: 0 auto;
}
.blocks-gallery-grid .blocks-gallery-item figcaption {
  padding: 1em;
  background: rgba(88, 88, 88, 0.75);
  font-family: 'Libre Bodoni', serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
}
input,
textarea,
select {
  padding: 0.5em 1.5em 0.5rem 1em;
  font-size: var(--font-size-18);
  background: #fff;
  display: block;
  width: 100%;
  border-radius: 0;
  border: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  transition: all 0.15s ease-in-out;
  border: 0;
}
select {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.9 12.2'%3E%3Cpath d='M16.2.7C14.9 2.3 13.4 3.6 12 5c-.8.8-1.6 1.6-2.4 2.5-.5.7-1 1.6-1.8 2.1.4.1.7.1 1.1.2-.4-.6-1-1.1-1.5-1.6-.7-.7-1.3-1.6-1.9-2.5C4.3 3.9 3.2 2 1.8.5.9-.5-.4 1.3.5 2.3 1.9 3.8 3 5.7 4.2 7.5L6 9.9c.5.6 1.2 1.1 1.7 1.8.3.4.8.5 1.1.2.7-.6 1.3-1.4 1.9-2.2.8-1 1.6-1.9 2.4-2.7 1.5-1.4 3-2.7 4.3-4.4 1-1.2-.4-3-1.2-1.9z' fill='%23ca0832'/%3E%3C/svg%3E") right 1rem center / 1.6rem auto no-repeat;
  background-color: #fff;
}
.form__row {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  gap: 2rem;
  align-items: center;
  margin-bottom: 2rem;
}
.form__row label {
  text-align: right;
  font-size: var(--font-size-18);
}
@media screen and (max-width: 480px) {
  .form__row {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 1.5rem;
  }
  .form__row label {
    text-align: left;
  }
}
.submit-wrapper {
  text-align: right;
  position: relative;
}
.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form-control-wrap::after {
  content: "";
  width: 3rem;
  height: 3rem;
  position: absolute;
  right: 0;
  top: 0.45em;
  transition: opacity 0.15s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.wpcf7-form-control-wrap.wpcf7-not-valid::after {
  opacity: 1;
  visibility: visible;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='22'%3E%3Cpath fill-rule='evenodd' fill='%23991600' d='M2 15a2 2 0 01-2-2V1.999a2 2 0 014 0V13a2 2 0 01-2 2zm0 3a2 2 0 110 4 2 2 0 010-4z'/%3E%3C/svg%3E") center / auto 2rem no-repeat;
}
.wpcf7-form-control-wrap.wpcf7-not-valid input,
.wpcf7-form-control-wrap.wpcf7-not-valid textarea {
  border-color: #991600;
}
.wpcf7-form-control-wrap.wpcf7-is-valid::after {
  opacity: 1;
  visibility: visible;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.6 12.8'%3E%3Cpath fill='none' stroke='%23abcd52' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d='M12.9 1.6l-7.2 9.7-4.1-4.9'/%3E%3C/svg%3E") center / auto 1.4rem no-repeat;
}
.wpcf7 .screen-reader-response,
.wpcf7 .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-response-output {
  color: #fff;
  border-radius: 0;
  margin: 0 auto;
  padding: 1.4rem;
  line-height: 1.3em;
  border: none;
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 2rem;
  transition: all 0.15s ease-in-out;
  font-size: var(--font-size-16);
  display: none;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.wpcf7-spinner {
  animation: spin 1s linear infinite;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23ca0832'%3E%3Cpath d='M463.702 162.655L442.491 14.164c-1.744-12.174-16.707-17.233-25.459-8.481l-30.894 30.894C346.411 12.612 301.309 0 254.932 0 115.464 0 3.491 109.16.005 248.511c-.19 7.617 5.347 14.15 12.876 15.234l59.941 8.569c8.936 1.304 17.249-5.712 17.125-15.058C88.704 165.286 162.986 90 254.932 90c22.265 0 44.267 4.526 64.6 13.183l-29.78 29.78c-8.697 8.697-3.761 23.706 8.481 25.459l148.491 21.211c9.784 1.475 18.381-7.034 16.978-16.978zM499.117 249.412l-59.897-8.555c-7.738-.98-17.124 5.651-17.124 16.143 0 90.981-74.019 165-165 165a165.207 165.207 0 01-64.306-13.052l28.828-28.828c8.697-8.697 3.761-23.706-8.481-25.459L64.646 333.435c-9.753-1.393-18.39 6.971-16.978 16.978l21.21 148.492c1.746 12.187 16.696 17.212 25.459 8.481l31.641-31.626C165.514 499.505 210.587 512 257.096 512c138.794 0 250.752-108.618 254.897-247.28.22-7.632-5.317-14.224-12.876-15.308z'/%3E%3C/svg%3E") center / 1.6rem auto no-repeat;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: calc(50% - 0.8rem);
  width: 1.6rem;
  height: 1.6rem;
  left: 0;
  margin: 0;
  transition: all 0.15s ease-in-out;
}
.wpcf7-spinner::before {
  content: none !important;
}
.wpcf7-form.submitting .wpcf7-spinner {
  visibility: visible;
  opacity: 1;
}
.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-form.failed .wpcf7-response-output {
  background-color: #991600;
  display: block;
}
.wpcf7-form.sent .wpcf7-response-output {
  background-color: #207c0e;
  display: block;
}
.wpcf7-acceptance {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.wpcf7-acceptance--first {
  margin-top: 4rem;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  margin: 0;
}
.wpcf7-acceptance .wpcf7-list-item a {
  color: #ca0832;
}
.wpcf7-acceptance .wpcf7-list-item a:hover {
  color: #ca0832;
  text-decoration: underline;
}
.wpcf7-acceptance .wpcf7-list-item input {
  display: none;
}
.wpcf7-acceptance .wpcf7-list-item input:checked + .wpcf7-list-item-label::before {
  opacity: 1;
}
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
  padding-left: 3rem;
  font-size: var(--font-size-16);
}
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label p {
  margin: 0;
  padding-left: 0.8em;
  line-height: 1.2em;
  margin-top: 0.2em;
}
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label p a {
  color: #ca0832;
  text-decoration: none;
  display: inline-block;
}
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label p a::after {
  content: "";
  display: block;
  height: 0.1em;
  width: 75%;
  margin-top: -0.1em;
  background-color: #ca0832;
  border-radius: 0.5rem;
  transition: all 0.15s ease-in-out;
}
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label p a:hover::after {
  width: 100%;
  color: #ca0832;
}
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0.35em;
  top: 0.45em;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background-color: #585858;
  transition: all 0.15s ease-in-out;
  opacity: 0;
  z-index: 2;
}
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 1.2em;
  height: 1.2em;
  border: none;
  border-radius: 0.5rem;
  transition: all 0.15s ease-in-out;
  background: #f4f4f4;
  border: 2px solid transparent;
}
.wpcf7-acceptance.wpcf7-not-valid .wpcf7-list-item-label::after {
  border-color: #991600;
}
.google-recaptcha {
  font-size: 1.2rem;
  color: #313131;
  margin: 0 0 1.5rem 0 !important;
}
.google-recaptcha a {
  color: #ca0832;
  text-decoration: none;
  display: inline-block;
}
.google-recaptcha a::after {
  content: "";
  display: block;
  height: 0.1em;
  width: 75%;
  margin-top: -0.1em;
  background-color: #ca0832;
  border-radius: 0.5rem;
  transition: all 0.15s ease-in-out;
}
.google-recaptcha a:hover::after {
  width: 100%;
  color: #ca0832;
}
.grecaptcha-badge {
  display: none !important;
}
.form-note {
  font-size: var(--font-size-16);
}
.form-note span {
  color: #585858;
}
.wp-block-contact-form-7-contact-form-selector {
  background-color: #ca0832;
  padding: var(--gap);
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7 {
  margin-top: 0;
}
.wp-block-contact-form-7-contact-form-selector label {
  color: #fff;
}
@media print {
  :root {
    --font-size-14: 10pt;
    --font-size-16: 11pt;
    --font-size-18: 12px;
    --font-size-20: 13pt;
    --font-size-24: 14pt;
    --font-size-30: 15pt;
    --font-size-36: 16pt;
    --font-size-48: 18pt;
    --font-size-60: 20pt;
    --font-size-90: 24pt;
    --gap: 20px;
  }
  nav,
  footer,
  main {
    display: none;
  }
  .recipe-actions {
    display: none;
  }
}
@media screen and (max-width: 1600px) {
  :root {
    --font-size-14: 1.3rem;
    --font-size-16: 1.5rem;
    --font-size-18: 1.6rem;
    --font-size-20: 1.8rem;
    --font-size-24: 2rem;
    --font-size-30: 2.4rem;
    --font-size-36: 3rem;
    --font-size-48: 3.6rem;
    --font-size-60: 4.8rem;
    --font-size-90: 6rem;
    --gap: 3rem;
    --unit: 0.7rem;
  }
}
@media screen and (max-width: 1200px) {
  :root {
    --padding-on-side: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --font-size-14: 1.2rem;
    --font-size-16: 1.4rem;
    --font-size-18: 1.5rem;
    --font-size-20: 1.7rem;
    --font-size-24: 1.8rem;
    --font-size-30: 2.1rem;
    --font-size-36: 2.6rem;
    --font-size-48: 3rem;
    --font-size-60: 3.6rem;
    --font-size-90: 4.8rem;
    --gap: 2rem;
    --unit: 0.5rem;
  }
}
@media screen and (max-width: 600px) {
  :root {
    --font-size-30: 2rem;
    --font-size-36: 2.2rem;
    --font-size-48: 2.6rem;
    --font-size-60: 3rem;
    --font-size-90: 4rem;
  }
}
