@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/firasans/v17/va9B4kDNxMZdWfMOD5VnPKruQQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/firasans/v17/va9E4kDNxMZdWfMOD5VfkA.ttf) format('truetype');
}
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/firasans/v17/va9B4kDNxMZdWfMOD5VnSKzuQQ.ttf) format('truetype');
}
html {
  padding: 0;
  margin: 0;
  font-family: 'Fira Sans', sans-serif;
  color: #020203;
  background: #F8F7F6;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-size: 0.625rem;
  overflow-y: scroll;
}
body {
  padding: 0;
  margin: 0;
  font-family: 'Fira Sans', sans-serif;
  color: #020203;
  background: #F8F7F6;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-size: 1.6rem;
}
* {
  box-sizing: border-box;
  outline: none;
}
*::before {
  box-sizing: border-box;
}
*::after {
  box-sizing: border-box;
}
.videoframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.videoframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.container-fluid {
  position: relative;
  float: left;
  width: 100%;
}
.container-fluid:not(.header):not(.header_image):not(.footer) .row {
  background: #fff;
}
.container {
  width: 100%;
  max-width: 1100px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}
.row {
  float: left;
  width: calc(100% + 30px);
  margin: 0;
  padding: 0 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col {
  position: relative;
  float: left;
  width: 100%;
  padding: 15px;
}
h1 {
  font-weight: 300;
}
h2 {
  font-weight: 300;
}
h3 {
  font-weight: 300;
}
h4 {
  font-weight: 300;
}
h5 {
  font-weight: 300;
}
h6 {
  font-weight: 300;
}
a {
  color: inherit;
  transition: all ease 0.4s;
}
a:visited {
  color: inherit;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
img {
  max-width: 100%;
  height: auto;
}
nav ul {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
nav li {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
nav a {
  text-decoration: none;
}
form input[type=text] {
  width: 100%;
  height: 40px;
  font-size: 20px;
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #020203;
  background-color: #fff;
  text-indent: 10px;
}
form input[type=password] {
  width: 100%;
  height: 40px;
  font-size: 20px;
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #020203;
  background-color: #fff;
  text-indent: 10px;
}
form input[type=email] {
  width: 100%;
  height: 40px;
  font-size: 20px;
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #020203;
  background-color: #fff;
  text-indent: 10px;
}
form input[type=tel] {
  width: 100%;
  height: 40px;
  font-size: 20px;
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #020203;
  background-color: #fff;
  text-indent: 10px;
}
form input[type=submit] {
  width: 100%;
  height: 40px;
  font-size: 20px;
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #020203;
  background-color: #fff;
  color: #fff;
  background: #bbb;
  text-align: left;
  border: none;
  cursor: pointer;
  transition: all ease 0.4s;
}
form input[type=submit]:hover {
  background: #020203;
}
form select {
  width: 100%;
  height: 40px;
  font-size: 20px;
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #020203;
  background-color: #fff;
  padding-left: 10px;
  background: url('../images/bg_select_icon.png') calc(100% - 9px) center no-repeat;
}
form button {
  width: 100%;
  height: 40px;
  font-size: 20px;
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #020203;
  background-color: #fff;
  color: #fff;
  background: #bbb;
  text-align: left;
  border: none;
  cursor: pointer;
  transition: all ease 0.4s;
}
form button:hover {
  background: #020203;
}
header.header {
  position: relative;
  vertical-align: bottom;
}
header.header .container {
  position: relative;
  z-index: 3;
}
header.header .row {
  align-items: center;
  gap: 10px;
}
@media (min-width: 1024px) {
  header.header .row {
    gap: unset;
  }
}
header.header::before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 2;
}
header.header::after {
  position: absolute;
  bottom: -15px;
  display: block;
  content: '';
  width: 100%;
  height: 30px;
  z-index: 1;
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 78%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 78%, rgba(0, 0, 0, 0) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 78%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='@darkgrey00000', GradientType=1);
}
header.header .logo {
  width: 240px;
  padding: 30px 15px 0 15px;
}
header.header .logo * {
  display: inline-block;
  font-size: 36px;
  font-weight: 600;
  margin: 0;
  transition: all ease 0.4s;
}
header.header:not(.vealcuts-header) .logo * {
  cursor: pointer;
}
header.header:not(.vealcuts-header) .logo:hover * {
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
header.header .logo-spk {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin: 0;
  content: '' !important;
  background-color: transparent;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20id%3D%22uuid-c364e1ee-4949-4be2-bbec-922f49e27ff7%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20336.69%20245.78%22%3E%3Cpath%20d%3D%22m57.48,243.65c-.81.25-1.64.37-2.37.37-2.8,0-4.8-1.67-4.8-5.05,0-2.84,1.63-4.92,4.79-4.92,1.26,0,2.1.35,2.33.44l-.14,2.13c-.3-.18-1.06-.55-1.88-.55-1.66,0-2.43,1.08-2.43,2.95,0,1.66.91,2.93,2.54,2.93.93,0,1.6-.37,1.85-.54l.11,2.24Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m65.25,234.06c2.1,0,4.28,1.41,4.28,4.98s-2.18,4.98-4.28,4.98-4.28-1.41-4.28-4.98,2.18-4.98,4.28-4.98Zm-.03,8.12h.01c1.09,0,1.62-1.23,1.62-3.13s-.52-3.13-1.62-3.13-1.63,1.26-1.63,3.13.52,3.13,1.62,3.13Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m76.15,237.18h-.06v6.68h-2.26v-9.64h3.01l2.53,6.64h.03v-6.64h2.26v9.64h-3.04l-2.47-6.68Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m87.52,236.19h-2.07v-1.96h6.74v1.96h-2.07v7.68h-2.6v-7.68Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m99.85,241.13c-.25-.93-.68-1.04-1.09-1.04h-.14v3.77h-2.6v-9.64h3.85c1.95,0,3.05.81,3.05,2.6,0,1.42-1.01,2-1.85,2.21v.04c.55.18.91.44,1.3,1.78l.87,3.01h-2.68l-.72-2.73Zm-.58-2.89c.55,0,1.06-.41,1.06-1.04,0-.66-.35-1.13-1.1-1.13h-.72v2.17h.76Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m111.08,234.06c2.1,0,4.28,1.41,4.28,4.98s-2.18,4.98-4.28,4.98-4.28-1.41-4.28-4.98,2.18-4.98,4.28-4.98Zm-.03,8.12h.01c1.09,0,1.62-1.23,1.62-3.13s-.52-3.13-1.62-3.13-1.63,1.26-1.63,3.13.52,3.13,1.62,3.13Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m119.71,234.22h2.6v7.68h3.18v1.96h-5.77v-9.64Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m129.24,234.22h2.6v7.68h3.18v1.96h-5.77v-9.64Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m138.77,234.22h5.91v1.91h-3.37v1.85h3.2v1.91h-3.2v2.07h3.55v1.91h-6.09v-9.64Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m149.09,234.22h3.71c2.83,0,4.42,1.89,4.42,4.76,0,3.34-1.77,4.87-4.82,4.87h-3.31v-9.64Zm2.6,7.79h.57c1.49,0,2.24-1.06,2.24-2.93,0-2.47-1.19-2.95-2.6-2.95h-.21v5.88Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m171.44,244.03h-.08c-2.1,0-4.28-1.41-4.28-4.98s2.18-4.98,4.28-4.98,4.28,1.41,4.28,4.98c0,2.31-.91,3.71-2.13,4.42l2,2.32h-2.84l-1.23-1.75Zm-.11-1.85h.01c1.09,0,1.62-1.23,1.62-3.13s-.52-3.13-1.62-3.13-1.63,1.26-1.63,3.13.52,3.13,1.62,3.13Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m182.47,240.33c-.03,1.06.23,1.79,1.13,1.79s1.13-.73,1.13-1.79v-6.1h2.54v6.02c0,2.82-1.64,3.78-3.67,3.78s-3.67-.97-3.67-3.78v-6.02h2.54v6.1Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m196.54,241.82h-2.83l-.62,2.04h-2.49l3.2-9.64h2.86l3.06,9.64h-2.68l-.51-2.04Zm-1.33-5.63h-.03l-1.04,3.78h1.91l-.84-3.78Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m203.55,234.22h2.6v7.68h3.18v1.96h-5.77v-9.64Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m213.08,234.22h2.6v9.64h-2.6v-9.64Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m221.45,236.19h-2.07v-1.96h6.74v1.96h-2.07v7.68h-2.6v-7.68Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m231.58,240.35l-2.91-6.13h2.95l1.33,3.7h.03l1.26-3.7h2.86l-2.91,6.13v3.51h-2.6v-3.51Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m245.21,234.22h2.75l1.55,6.9h.03l1.57-6.9h2.64l-2.86,9.64h-2.82l-2.86-9.64Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m257.74,234.22h5.91v1.91h-3.37v1.85h3.2v1.91h-3.2v2.07h3.55v1.91h-6.09v-9.64Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m272.89,241.82h-2.83l-.62,2.04h-2.49l3.2-9.64h2.86l3.06,9.64h-2.68l-.51-2.04Zm-1.33-5.63h-.03l-1.04,3.78h1.91l-.84-3.78Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m279.9,234.22h2.6v7.68h3.18v1.96h-5.77v-9.64Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m4.02,222.85l1.35-.02,1.7-8.85h3.1c5.48,0,10.12-3.19,10.12-9.5s-5.03-6.96-10.02-6.96h-6.07L.18,218.33c-.56,2.23.09,4.33,3.3,4.51.38.02.43,0,.54,0Zm5.27-20.54h1.8c1.63,0,3.13.51,3.13,2.94,0,3.01-2.19,3.95-4.6,3.95h-1.63l1.31-6.89Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m28.97,204.52l-.63,3.76h.06c.92-2.14,2.75-4.18,5.09-4.18.76,0,1.65.11,2.4.46l-1.3,5.59c-.73-.63-1.55-.77-2.62-.77-2.4,0-3.83,2.32-4.24,5.02l-1.61,8.43h-5.69l2.56-13.53c.28-1.58.54-3.13.7-4.78h5.28Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m59.86,209.3c.28-1.58.54-3.13.7-4.78h5.06l-.63,3.34.06-.04c1.39-2.32,3.51-3.72,5.82-3.72,1.93,0,3.89,1.23,4.33,3.72,1.39-2.32,3.51-3.72,5.88-3.72,2.53,0,5.12,1.37,5.12,5.45,0,1.19-.13,2.81-.38,4.11l-1.71,9.17h-5.69l1.64-8.89c.19-.95.32-1.93.32-2.67,0-1.19-.51-1.9-1.83-1.9-2.37,0-3,3.06-3.38,5.02l-1.61,8.43h-5.69l1.65-8.89c.19-.95.32-1.93.32-2.67,0-1.19-.51-1.9-1.83-1.9-2.37,0-3,3.06-3.38,5.02l-1.61,8.43h-5.69l2.56-13.53Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m111.7,204.52h3.26l.79-3.94,6.01-1.79-1.14,5.73h3.92l-.7,4.43h-4.14l-.98,5.1c-.25,1.37-.47,2.28-.47,3.16,0,1.23.73,2.04,1.87,2.04.6,0,1.23-.28,1.83-.53l-.63,4.18c-1.2.21-2.4.35-3.54.35-2.91,0-5.22-1.58-5.22-5.41,0-.91.13-1.83.51-3.76l.98-5.13h-3.04l.7-4.43Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m129.94,204.52h5.76l-3.42,18.31h-5.76l3.42-18.31Zm1.46-7.62h5.76l-.89,4.64h-5.76l.89-4.64Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m152.82,222.23c-1.99.67-4.11,1.02-5.76,1.02-5.5,0-8.48-3.76-8.48-8.36,0-4.25,2.53-10.79,9.87-10.79,4.33,0,7.59,2.42,7.59,7.98,0,.74-.19,2.35-.41,3.44h-11.67c.06,1.97.95,3.51,4.43,3.51,1.52,0,3.57-.42,5.15-1.27l-.73,4.46Zm-1.52-10.3c0-1.97-.7-3.62-2.78-3.62-2.47,0-3.8,1.86-4.21,3.62h6.99Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m201.13,220.27l-.06-.07v.07c-1.2,2.11-3.32,2.99-5.53,2.99-3.54,0-5.5-1.76-5.5-5.31,0-4.5,4.05-6.71,9.08-6.71,1.14,0,2.28.11,3.07.18.06-.25.06-.49.06-.74,0-1.3-1.17-2.35-3.04-2.35-2.06,0-3.45.35-5.35,1.44l.57-4.6c1.68-.63,3.48-1.05,6.04-1.05,3.92,0,7.15,1.72,7.15,6.22,0,2.88-1.45,6.99-2.09,12.51h-4.65l.25-2.56Zm-3.8-1.23c2.44,0,3.89-1.86,4.3-4.32-.47-.11-1.17-.11-1.52-.11-2.72-.11-4.71.98-4.71,2.6,0,.84.73,1.83,1.93,1.83Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m215.36,196.49h5.76l-4.93,26.35h-5.76l4.93-26.35Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m225.7,208.95h-3.57l.89-4.43h3.45l.44-2.32c.73-3.79,3.07-6.15,6.74-6.15,1.42,0,3.04.18,4.24.56l-1.08,4.32c-.57-.25-1.17-.46-1.8-.46-1.36,0-2.21.91-2.62,2.95l-.22,1.09h4.24l-.89,4.43h-4.17l-2.59,13.88h-5.69l2.66-13.88Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m263.11,222.83h-6.48l-2.69-18.31h5.72l1.14,13.04h.06l5.79-13.04h6.14l-9.68,18.31Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m297.41,222.23c-1.99.67-4.11,1.02-5.76,1.02-5.5,0-8.48-3.76-8.48-8.36,0-4.25,2.53-10.79,9.87-10.79,4.33,0,7.59,2.42,7.59,7.98,0,.74-.19,2.35-.41,3.44h-11.67c.06,1.97.95,3.51,4.43,3.51,1.52,0,3.57-.42,5.16-1.27l-.73,4.46Zm-1.52-10.3c0-1.97-.7-3.62-2.78-3.62-2.47,0-3.8,1.86-4.21,3.62h6.99Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m317.04,222.23c-1.99.67-4.11,1.02-5.76,1.02-5.5,0-8.48-3.76-8.48-8.36,0-4.25,2.53-10.79,9.87-10.79,4.33,0,7.59,2.42,7.59,7.98,0,.74-.19,2.35-.41,3.44h-11.67c.06,1.97.95,3.51,4.43,3.51,1.52,0,3.57-.42,5.16-1.27l-.73,4.46Zm-1.52-10.3c0-1.97-.7-3.62-2.78-3.62-2.47,0-3.8,1.86-4.21,3.62h6.99Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m277.56,196.48h5.76l-4.93,26.35h-5.76l4.93-26.35Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m187.01,222.83c.55,0,1.02-.02,1.59-.08l-6.81-12.95,10.84-12.3h-7.87l-8.23,10.34h-.07l1.96-10.34h-6.14l-4.8,25.32h6.14l2.19-11.5h.06l3.8,7.92c.05.1.31.54.36.64.97,1.75,2.54,2.82,4.63,2.91.16,0,.66.03.82.04.86.02.35,0,1.52,0Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m97.67,223.25c-6.1,0-8.57-3.76-8.57-8.36,0-6.43,4.17-10.79,10.63-10.79,5.6,0,8.57,3.58,8.57,8.19,0,7.62-4.46,10.96-10.63,10.96Zm1.73-14.75c-2.78,0-4.5,3.34-4.5,6.28,0,2.48,1.18,4.15,3.13,4.12,2.68,0,4.38-2.48,4.38-6.67,0-1.92-.77-3.73-3-3.73Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m45.06,223.25c-6.1,0-8.57-3.76-8.57-8.36,0-6.43,4.17-10.79,10.63-10.79,5.6,0,8.57,3.58,8.57,8.19,0,7.62-4.46,10.96-10.63,10.96Zm1.73-14.75c-2.78,0-4.5,3.34-4.5,6.28,0,2.48,1.18,4.15,3.13,4.12,2.68,0,4.38-2.48,4.38-6.67,0-1.92-.77-3.73-3-3.73Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m236.81,217.98c1.45.7,3.04,1.05,4.62,1.05.92,0,3.19-.11,3.19-1.62,0-2.6-7.55-1.58-6.8-7.31.56-4.25,4.49-6.01,8.32-6.01,1.42,0,3.3.35,5.35,1.09l-1.08,4.15c-1.45-.67-2.85-1.02-4.55-1.02-1.27,0-2.39.29-2.5,1.55-.09,1.05,1.83,1.58,2.97,2.08,1.9.83,3.99,1.98,3.99,4.46,0,4.53-3.45,6.78-7.72,6.85-2.5.04-5.16-.39-6.93-.95l1.14-4.32Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m322.01,217.98c1.45.7,3.04,1.05,4.62,1.05.92,0,3.19-.11,3.19-1.62,0-2.6-7.55-1.58-6.8-7.31.56-4.25,4.49-6.01,8.32-6.01,1.42,0,3.29.35,5.35,1.09l-1.08,4.15c-1.46-.67-2.85-1.02-4.55-1.02-1.27,0-2.39.29-2.5,1.55-.09,1.05,1.83,1.58,2.97,2.08,1.9.83,3.99,1.98,3.99,4.46,0,4.53-3.45,6.78-7.72,6.85-2.5.04-5.16-.39-6.93-.95l1.14-4.32Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m109.89,168h3.26l.79-3.94,6.01-1.79-1.14,5.73h3.92l-.7,4.43h-4.14l-.98,5.1c-.25,1.37-.47,2.28-.47,3.16,0,1.23.73,2.04,1.87,2.04.6,0,1.23-.28,1.83-.53l-.63,4.18c-1.2.21-2.4.35-3.54.35-2.91,0-5.22-1.58-5.22-5.41,0-.91.13-1.83.51-3.76l.98-5.13h-3.04l.7-4.43Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m128.1,168h5.76l-3.42,18.31h-5.76l3.42-18.31Zm1.45-7.62h5.76l-.89,4.64h-5.76l.89-4.64Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m149.16,186.03c-1.14.42-2.66.7-4.87.7-4.81,0-7.78-3.76-7.78-8.36,0-6.01,4.3-10.79,10.63-10.79,1.39,0,3.51.46,5.19,1.23l-1.23,4.39c-1.17-.6-2.4-.98-3.67-.98-2.94,0-5.03,2.11-5.03,5.9,0,2.18,1.52,3.97,3.92,3.97,1.42,0,2.44-.25,3.67-.81l-.82,4.74Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m159.08,159.95h5.76l-2.02,10.72h.06c1.17-1.72,3.07-3.09,5.72-3.09,3.32,0,5.12,2.74,5.12,6.32,0,1.23-.1,1.93-.44,3.87l-1.52,8.54h-5.88l1.58-8.57c.16-.91.38-1.83.38-2.78,0-1.09-.63-2.18-2.21-2.11-2.4,0-3.83,2.32-4.24,5.02l-1.61,8.43h-5.69l5-26.35Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m205.9,172.78c.28-1.58.54-3.13.7-4.78h5.28l-.44,2.99h.06c1.64-2.04,3.35-3.41,6.36-3.41,3.32,0,5.12,2.74,5.12,6.32,0,1.23-.09,1.93-.44,3.87l-1.52,8.54h-5.88l1.58-8.57c.16-.91.38-1.83.38-2.78,0-1.09-.63-2.18-2.21-2.11-2.4,0-3.83,2.32-4.24,5.02l-1.61,8.43h-5.69l2.56-13.53Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m226.83,188.03c1.49.95,3,1.41,4.78,1.44,3.98.07,5.41-1.62,6.29-6.29l-.06-.07c-1.27,2.04-3.13,3.2-5.38,3.2-4.31,0-7.14-3.27-6.74-8.33.5-6.25,4.41-10.4,8.82-10.4,2.5,0,4.74,1.12,5.69,3.76h.06l.73-3.34h5.28c-.22.98-.63,2.42-1.04,4.39l-2.53,12.47c-1.46,7.1-3.73,9.24-10.56,9.24-2.85,0-4.71-.56-6.45-1.16l1.11-4.92Zm8.89-15.6c-2.85,0-4.11,3.09-4.11,5.66,0,1.9,1.17,3.37,2.97,3.37,2.91,0,4.17-3.34,4.17-5.73,0-1.93-1.04-3.3-3.04-3.3Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m106.95,166.72c-1.27-.66-3.25-1.16-5.03-1.16-2.84,0-4.38.78-4.38,2.43s1.74,2.09,3.67,2.96c2.43,1.09,5.18,2.69,5.18,6.98,0,6.15-4.93,8.81-11.13,8.81-2.35,0-5.06-.62-7.05-1.31l1.44-5.27c1.21.87,3.62,1.45,5.62,1.45s4.66-.17,4.86-2.77c.16-1.96-2.24-2.54-4.61-3.55-3.15-1.34-4.68-3.23-4.48-6.25.38-5.88,4.84-8.49,10.39-8.49,2.81,0,5.29.31,6.99,1.12l-1.47,5.04Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m177.61,168h3.26l.79-3.94,6.01-1.79-1.14,5.73h3.92l-.7,4.43h-4.14l-.98,5.1c-.25,1.37-.47,2.28-.47,3.16,0,1.23.73,2.04,1.87,2.04.6,0,1.23-.28,1.83-.53l-.63,4.18c-1.2.21-2.4.35-3.54.35-2.91,0-5.22-1.58-5.22-5.41,0-.91.13-1.83.51-3.76l.98-5.13h-3.04l.7-4.43Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m195.2,168h5.76l-3.42,18.31h-5.76l3.42-18.31Zm1.45-7.62h5.76l-.89,4.64h-5.76l.89-4.64Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpolygon%20points%3D%22104.7%2070.78%20168.03%20134.11%20231.36%2070.78%20104.7%2070.78%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpolygon%20points%3D%22231.36%2070.78%20168.03%207.45%20104.7%2070.78%20231.36%2070.78%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m172.27,26.14c.72-.02,2,.31,2.17,2.1.18,1.9-.04,6.35-.06,8.72-.02,2.37-.39,17.35-.5,19.15-.11,1.8-1.24,2.16-2.19,2.17-1.75,0-2.6-.28-2.87-2.66-.27-2.37.96-10.16,1-16.51.04-6.35.15-9.48.25-10.24.1-.76-.36-2.66,2.2-2.74Z%22%20style%3D%22fill%3A%23fff%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m192.06,34.28c-1.13-.58-2.36-1.63-4.38,2.72-2.02,4.35-4.23,9.08-6.63,14.28-2.4,5.2-3.56,7.66-1,8.24,2.56.59,3.23-.36,5.74-7.17,2.51-6.81,4.62-10.12,6.06-13.52,1.44-3.41.22-4.55.22-4.55Z%22%20style%3D%22fill%3A%23fff%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m153.33,31.4c1.1-.46,2.54-.32,3.21,2.11,1.01,3.65,6.78,20.44,7.34,21.77.56,1.33.99,3.93-1.91,4.53-1.8.38-2.41-1.02-4.14-6.84-1.71-5.75-4.83-14.55-5.48-17.02-.65-2.47-.9-3.76.98-4.55Z%22%20style%3D%22fill%3A%23fff%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m139.76,46.2c1.68-1.36,2.85-.04,3.32.59.92,1.24,9.41,11.62,11.19,14.2.66.95,1.6,2.29-.02,3.32-1.62,1.03-3.13.69-4.26-.65-1.13-1.34-8.3-11.98-9.31-13.09-2.17-2.38-.92-4.37-.92-4.37Z%22%20style%3D%22fill%3A%23fff%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m172.42,64.48c6.86-.65,11.22,2.94,12.33,3.25,1.35.38,4.35-2.37,5.15-4.06.8-1.69,2.87-3.85,4.97-4.57,2.1-.71,3.87-.35,4.55.17.68.52.97,1.73.38,2.54-.59.81-1.82.77-2.95,1.64-.74.58-1.81,1.96-2.79,3.13-.98,1.18-4.36,7-6.74,8.12-1.31.61-2.29.71-3.98-.09-.8-.38-2.06-1.21-4.31-2.33-2.25-1.13-3.96-1.49-7.37-1.47-3.42.02-8.28.07-11.26,2.09-2.99,2.02-3.53,2.27-4.67,2.27-.79,0-3.05-3.23-5.87-3.91-2.08-.5-4.48-.51-6.56-.34-1.36.11-5.77,1.39-5.99,2.71-.22,1.3,5.65,5.78,9.48,6.15,3.14.3,8.75-1.13,9.99,1.49.55,1.17-.78,9.18-2.01,13.23-1.23,4.05-2.06,8.46-1.54,10.46.52,2,1.83,2.98,6.15,4.69,4.32,1.71,5.83,2.13,8.4,1.99,2.56-.13,3.97-3.11,5.73-5.16,1.75-2.05,2.61-2.62,4.1-5.9,1.5-3.29,5.48-11.35,3.79-12.24s-3.35,1.44-5.38,3.2c-2.03,1.76-2.26,3.46-4.06,3.32-1.8-.14-2.61-1.86-3.61-3.88-1-2.01-2.56-3.31-2.32-5.49.24-2.18,1.29-3.45,3.13-5.21,1.84-1.76,2.9-2.3,5.18-2.35,2.28-.04,5.04,3.72,6.43,5.08,1.39,1.36,4.39,3.04,4.82,4.95.43,1.91-.45,3.21-3.84,10.25-3.39,7.04-4.53,11.56-7.62,13.96-3.09,2.4-3.36,2.11-6.01,2.6-1.73.31-2.13.73-3.92.5-1.8-.23-5.17-1.92-8.27-3.32-3.1-1.4-2.56-1.43-4.78-2.67-1.75-.98-2.33-1.76-2.38-3.94-.05-2.18.23-1.7,1.98-7.73,1.75-6.03,2.19-8.87,2.19-8.87,0,0,1.24-4.33.5-5.11-1.1-1.73-5.44.03-9.12-.9-3.68-.94-4.35-2.09-5.75-3.17-1.4-1.08-6.2-7.86-6.13-8.42.23-1.89,7.65-5.1,12.57-4.8,4.93.3,4.73.77,6.79,1.67,2.07.9,4.28,2.9,4.95,2.9,1.02,0,1-1.15,8.02-4.6,1.5-.74,6.19-1.71,7.64-1.85Z%22%20style%3D%22fill%3A%23fff%3B%20stroke-width%3A0px%3B%22/%3E%3Cpolygon%20points%3D%22231.36%2070.78%20168.03%20134.11%20104.7%2070.78%2097.25%2070.78%20168.03%20141.56%20238.81%2070.78%20231.36%2070.78%22%20style%3D%22fill%3A%23466aa0%3B%20stroke-width%3A0px%3B%22/%3E%3Cpolygon%20points%3D%22168.03%207.45%20231.36%2070.78%20231.36%2070.78%20238.81%2070.78%20168.03%200%2097.25%2070.78%20104.7%2070.78%20104.7%2070.78%20168.03%207.45%22%20style%3D%22fill%3A%23ed9180%3B%20fill-rule%3Aevenodd%3B%20stroke-width%3A0px%3B%22/%3E%3C/svg%3E');
  width: 100px;
  height: 85px;
}
body.mobilemenu-active header.header .logo-spk {
  margin-right: 42px;
}
header.header .logo-spk a {
  display: block;
  height: 100%;
}
nav.menu {
  flex: 1;
  width: auto;
  padding: 15px 15px 15px 0;
  text-align: right;
}
nav.menu li {
  position: relative;
  transition: all ease 0.4s;
}
.header_image {
  height: calc(100vh - 500px);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.header_image .row {
  padding: 0;
  background: none;
}
.header_image .scrolldownbutton {
  position: absolute;
  bottom: 25px;
  left: calc(50% - 32px);
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
}
.header_image .scrolldownbutton a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 3.2rem;
  font-weight: 900;
  text-align: center;
  line-height: 62px;
  text-decoration: none;
}
.headertext {
  position: absolute;
  top: 5vw;
  right: 1.5vw;
  width: auto;
  padding: 20px 30px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 0;
}
.headertext * {
  font-size: 48px;
  font-weight: 600;
  margin: 0;
}
.headertext h2 {
  font-weight: 300;
}
.headertext h2::after {
  content: '\'';
  display: inline;
  font-weight: 300;
  text-align: center;
  letter-spacing: -10px;
}
.headertext h1::before {
  content: '\'';
  display: inline;
  font-weight: 300;
  text-align: center;
  letter-spacing: -10px;
}
footer.footer * {
  color: #999;
}
footer.footer .footermenu {
  text-align: center;
}
footer.footer .footermenu .row {
  position: relative;
  background: #fff;
}
footer.footer .footermenu .row::before {
  position: absolute;
  top: -15px;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 30px;
  z-index: 1;
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 78%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 78%, rgba(0, 0, 0, 0) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 78%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
}
footer.footer .footermenu .row::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  background: #fff;
  z-index: 1;
}
footer.footer .footermenu .row .col {
  z-index: 3;
}
footer.footer .footermenu .row a {
  color: #020203;
}
footer.footer .footermenu .row a:hover {
  color: #c44235;
}
.content_container > .container > .row {
  padding-right: 6%;
  padding-left: 6%;
}
.content_container > .container:first-child > .row:first-child > .col:first-child > .content > .frame:first-child {
  padding-top: 30px;
}
.content_container > .container:first-child > .row:first-child > .col:first-child > .content > .frame:first-child::before {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translate(-50%, 0);
  content: '';
  display: block;
  width: 67px;
  height: 80px;
  background: url('../images/bg_headers_icon.png') center center no-repeat;
  background-size: 100% 100%;
}
.content_container > .container:first-child > .row:first-child > .col:first-child > .content > .frame:first-child > header:first-child {
  position: relative;
  padding-top: 100px;
  text-align: center;
}
.content_container > .container:first-child > .row:first-child > .col:first-child > .content > .frame:first-child > header:first-child > * {
  margin-top: 0;
  font-size: 4rem;
  font-weight: 300;
}
.content_container > .container:first-child > .row:first-child > .col:first-child > .content > .frame:first-child > header:first-child > *:nth-child(2) {
  font-size: 32px;
  margin-top: -15px;
}
.content_container > .container:first-child > .row:first-child > .col:first-child > .content > .frame > header:first-child > * {
  text-align: center;
  font-size: 32px;
}
@media all and (max-height: 900px) {
  .header_image {
    height: calc(100vh - 300px);
  }
  .home .content_container > .container:first-child > .row:first-child > .col:first-child > .content > .frame:first-child {
    position: relative;
    margin-top: -300px;
  }
  .home .content_container > .container:first-child > .row:first-child > .col:first-child > .content > .frame:first-child:before {
    top: 30px;
  }
  .home .content_container > .container:first-child > .row:first-child > .col:first-child > .content > .frame:first-child > header {
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
  }
}
.content {
  position: relative;
  float: left;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 70px;
}
.recipes .content_container.main_content > .container:first-child > .row:first-child > .col:first-child > .content > .frame:first-child > header:first-child::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  content: '\f00c';
  font-size: 40px;
  font-family: 'FontAwesome';
  font-weight: 900;
  display: block;
  width: 67px;
  height: 80px;
  line-height: 70px;
  z-index: 1;
}
.content_container.recipesearch > .container > .row {
  padding-right: 9%;
  padding-left: 9%;
}
.recipesearch form {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
}
.recipesearch .control-group {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 15px 0;
}
.recipesearch .control-group * {
  text-transform: lowercase;
}
.recipesearch .control-group label {
  display: none;
}
.recipesearch .control-group.select.amountofpeople {
  display: none;
}
.recipesearch .control-group.producttype {
  display: none;
}
.recipesearch .control-group.preparationtime {
  display: none;
}
.recipesearch .control-group.difficulty {
  display: none;
}
.recipesearch .control-group.category {
  display: none;
}
.recipesearch .control-group.sort {
  display: none;
}
.recipesearch .control-group.culinary {
  display: none;
}
.recipesearch .control-group.submit {
  float: right;
}
.searchType {
  cursor: pointer;
}
.recipesearch.content_container > .container:first-child > .row:first-child > .col:first-child > .content > .frame:first-child > header:first-child::before {
  position: absolute;
  top: 19px;
  left: calc(50% - 5px);
  transform: translate(-50%, 0);
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: 3px solid #020203;
  z-index: 1;
}
.recipesearch.content_container > .container:first-child > .row:first-child > .col:first-child > .content > .frame:first-child > header:first-child::after {
  position: absolute;
  top: 39px;
  left: calc(50% + 7px);
  transform: translate(-50%, 0) rotate(45deg);
  content: '';
  display: block;
  width: 16px;
  height: 3px;
  background: #020203;
  z-index: 1;
}
.inspiration .content_container > .container:first-child > .row:first-child > .col:first-child > .content > .frame:first-child > header:first-child::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  content: '*';
  font-size: 60px;
  font-weight: 600;
  display: block;
  width: 67px;
  height: 80px;
  line-height: 90px;
  z-index: 1;
}
.inspiration .content_container .content .frame {
  float: left;
  width: 100%;
}
.inspiration .content_container .content .tx-recipes .f3-widget-paginator {
  display: none;
}
.inspiration .content_container .content .tx-ns-instagram {
  padding-top: 100px;
  float: left;
  width: 100%;
}
.inspiration .button {
  position: relative;
  margin-top: 30px;
  margin-left: 0.5%;
}
.inspiration .button header {
  position: relative;
  display: inline-block;
}
.inspiration .button header::before {
  content: '';
  position: absolute;
  display: block;
  top: 20px;
  right: 11px;
  width: 19px;
  height: 19px;
  border-radius: 6px;
  border: 2px solid rgba(255, 255, 255, 0.75);
  z-index: 1;
}
.inspiration .button header::after {
  content: '';
  position: absolute;
  display: block;
  top: 20px;
  right: 11px;
  width: 19px;
  height: 19px;
  border-radius: 6px;
  border: 2px solid rgba(255, 255, 255, 0.75);
  z-index: 1;
  top: 25px;
  right: 16px;
  width: 9px;
  height: 9px;
  border-radius: 4.5px;
}
.inspiration .button a {
  position: relative;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
  color: #fff;
  background: #c44235;
  padding: 20px 40px 20px 10px;
  transition: all ease 0.4s;
}
.inspiration .button a:hover {
  background: #020203;
}
.inspiration .button a::after {
  content: '';
  position: absolute;
  display: block;
  top: 20px;
  right: 11px;
  width: 19px;
  height: 19px;
  border-radius: 6px;
  border: 2px solid rgba(255, 255, 255, 0.75);
  z-index: 1;
  top: 22px;
  right: 15px;
  width: 2px;
  height: 2px;
  background: rgba(255, 255, 255, 0.75);
  border: none;
}
.recipe_list ul {
  list-style: none;
}
.recipe_list .col-4:hover {
  transition: all ease 0.4s;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
}
.recipe_list .col-4.active {
  border: 1px dotted #020203;
}
.recipe_list .linkhref {
  display: none;
}
.recipe_list .image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
}
.recipe_list .image a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.recipe_list .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recipe_list .text a {
  position: relative;
  display: block;
  font-weight: 600;
  text-decoration: none;
  padding-right: 30px;
}
.recipe_list .text a::after {
  position: absolute;
  right: 0;
  content: '>';
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  background: #020203;
  border-radius: 10px;
}
.news.list .col-4:hover {
  transition: all ease 0.4s;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
}
.news.list .col-4.active {
  border: 1px dotted #020203;
}
.news.list .col-4 .item.has_videourl {
  cursor: pointer;
}
.news.list .col-4 .item .videourl {
  display: none;
}
.news.list .col-4 .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news.list .col-4 .item .text a {
  position: relative;
  display: block;
  font-weight: 600;
  text-decoration: none;
  padding-right: 30px;
}
.news.list .col-4 .item .text a::after {
  position: absolute;
  right: 0;
  content: '>';
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  background: #020203;
  border-radius: 10px;
}
.instagram_feed {
  width: 100%;
}
.instagram_gallery {
  width: 100%;
}
.instagram_gallery > a {
  position: relative;
  float: left;
  width: 49%;
  height: 0;
  padding-bottom: calc(50% * 0.7);
  overflow: hidden;
  margin: 0.5%;
}
.instagram_gallery > a > img {
  position: absolute;
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  margin: 0 !important;
}
.instagram_gallery > a:nth-child(n7) {
  display: none;
}
.morebutton {
  margin: 20px auto;
  width: 62px;
  height: 19px;
  background: url('../images/bg_headers_icon.png') left bottom no-repeat;
  background-size: 100% auto;
  cursor: pointer;
}
.videos .content_container > .container:first-child > .row:first-child > .col:first-child > .content > .frame:first-child > header:first-child::before {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translate(-50%, 0);
  content: '';
  display: block;
  width: 26px;
  height: 31px;
  background: url('../images/bg_headers_icon_video.png') center center no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
.videos .content_container > .container:first-child > .row:first-child > .col:first-child > .content > .frame:first-child > header:first-child::after {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translate(-50%, 0);
  content: '';
  display: block;
  width: 26px;
  height: 31px;
  background: url('../images/bg_headers_icon_video.png') center center no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
.cookingtips .content_container > .container:first-child > .row:first-child > .col:first-child > .content > .frame:first-child > header:first-child::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  content: '!';
  font-size: 40px;
  font-weight: 600;
  display: block;
  width: 67px;
  height: 80px;
  line-height: 70px;
  z-index: 1;
}
.cookingtip {
  padding: 15px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.cookingtip > .frame > *:not(header) {
  display: none;
}
.cookingtip > .frame > header h3 {
  position: relative;
  padding-right: 30px;
}
.cookingtip > .frame > header h3::after {
  position: absolute;
  content: '';
  display: block;
  top: 2px;
  right: 0;
  width: 16px;
  height: 20px;
  background: url('../images/bg_headers_icon_video.png') center center no-repeat;
  background-size: 100% 100%;
  transform: rotate(90deg);
}
.frame + .cookingtip {
  border-top: 1px solid #ccc;
}
.cookingtip.active {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}
.cookingtip.active > .frame > header h3 {
  color: #c44235;
}
.cookingtip.active > .frame > header h3::after {
  transform: rotate(270deg);
}
.recipe.detail .content_container:first-child > .container:first-child > .row:first-child > .col:first-child > .content > .frame:first-child {
  padding-top: unset;
}
.recipe.detail .content_container:first-child > .container:first-child > .row:first-child > .col:first-child > .content > .frame:first-child::before {
  display: none;
}
.recipe.detail .content_container:first-child > .container:first-child > .row:first-child > .col:first-child > .content > .frame:first-child > header:first-child {
  padding-top: unset;
}
.recipe.detail .preparation ol {
  list-style: disc;
}
.socialsharebuttons {
  float: left;
  width: 100%;
  padding: 30px 0 0 5px;
}
.socialsharebuttons a {
  text-decoration: none;
  display: inline-block;
  width: 27px;
  height: 27px;
  margin: 0 10px 10px 0;
  padding: 0px;
  background: #020203;
  overflow: hidden;
  transition: all ease 0.4s;
}
.socialsharebuttons a::after {
  display: inline-block;
  width: 27px;
  height: 27px;
  color: #fff;
  font-family: 'FontAwesome';
  font-weight: 900;
  text-align: center;
  line-height: 27px;
}
.socialsharebuttons a.twitter:hover {
  background: #9ce6ea;
}
.socialsharebuttons a.twitter::after {
  content: '\f099';
}
.socialsharebuttons a.facebook:hover {
  background: #4b6da9;
}
.socialsharebuttons a.facebook::after {
  content: '\f09a';
}
.socialsharebuttons a.pinterest:hover {
  background: #C63223;
}
.socialsharebuttons a.pinterest::after {
  content: '\f231';
}
.socialsharebuttons a.copy_url:hover {
  background: #0c0;
  cursor: pointer;
}
.socialsharebuttons a.copy_url .fa {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  line-height: 27px;
}
.show_copy_url {
  float: left;
  width: 100%;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}
.show_copy_url textarea {
  width: 100%;
  font-size: 1.2rem !important;
  border: 1px solid #999;
}
.show_copy_url label {
  width: 100%;
}
.show_copy_url label a.button {
  float: right;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #999;
  border-radius: 5px;
  padding: 0 5px;
  margin: 0 0 5px 10px;
  background: #fff;
  cursor: pointer;
  transition: all ease 0.4s;
}
.show_copy_url label a.button:hover {
  color: #fff;
  background: #020203;
}
.scrollupbutton {
  position: fixed;
  bottom: 30px;
  right: 10px;
  width: 33px;
  height: 40px;
  transition: all ease 0.4s;
  opacity: 0.6;
}
.scrollupbutton:hover {
  opacity: 1;
}
.scrollupbutton::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/bg_headers_icon.png') center center no-repeat;
  background-size: 100% 100%;
  transform: rotate(180deg);
}
.scrollupbutton::after {
  content: 'v';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 800;
  text-align: center;
  padding-top: 3px;
  transform: rotate(180deg);
  z-index: 2;
  cursor: pointer;
}
.cookiemessage {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 15px;
  background: rgba(0, 0, 0, 0.75);
  display: none;
  z-index: 1;
}
.cookiemessage * {
  color: #fff;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.cookiemessage em {
  display: inline-block;
  font-style: normal;
  padding: 5px 10px;
  margin-top: 10px;
  border: 1px solid #fff;
  border-radius: 5px;
  transition: all ease 0.4s;
  cursor: pointer;
}
.cookiemessage em:hover {
  color: #020203;
  background: #fff;
}
.popup_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  z-index: 10;
  display: none;
}
.popup_overlay .popup {
  position: absolute;
  top: 15px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  padding: 10px;
  background: #fff;
}
.popup_overlay .popup.videopopup {
  top: 50%;
  left: 50%;
  width: calc(100vw * 0.9 + 30px);
  height: calc(56.25vw * 0.9 + 30px);
  transform: translate(-50%, -50%);
}
.popup_overlay .popup.videopopup.too_high {
  width: calc(177.78vh * 0.9 + 30px);
  height: calc(100vh * 0.9 + 30px);
}
.popup_overlay .popup.videopopup iframe {
  position: absolute;
  border: 15px solid #fff;
}
.popup_overlay .popup iframe.popup_iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.popup_overlay .popup_close {
  position: fixed;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #c44235;
  border: 2px solid #020203;
  cursor: pointer;
  transition: all ease 0.4s;
}
.popup_overlay .popup_close::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup_overlay .popup_close::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popup_overlay .popup_close:hover {
  background: #020203;
}
.iframed header.header {
  display: none;
}
.iframed .tx-vealrecipes-buttons .button.button_back {
  display: none;
}
.iframed .recipesearch {
  display: none;
}
.iframed footer.footer {
  display: none;
}
.iframed .cookiemessage {
  display: none;
}
.linkinbio .content_container > .container:first-child > .row:first-child > .col:first-child > .content {
  text-align: center;
}
.linkinbio .content_container > .container:first-child > .row:first-child > .col:first-child > .content > .frame:first-child::before {
  display: none;
}
.linkinbio .content_container > .container:first-child > .row:first-child > .col:first-child > .content > .frame > header:first-child > h2 {
  font-size: 20px;
  margin-bottom: 50px;
}
.linkinbio .content_container > .container:first-child > .row:first-child > .col:first-child > .content a {
  text-decoration: none;
}
.linkinbio .content_container > .container:first-child > .row:first-child > .col:first-child > .content img {
  width: 150px;
  height: 150px;
  border-radius: 75px;
}
.linkinbio .content_container > .container:first-child > .row:first-child > .col:first-child > .content ul {
  display: inline-block;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.linkinbio .content_container > .container:first-child > .row:first-child > .col:first-child > .content ul li {
  display: block;
  margin: 0 0 15px 0;
}
.linkinbio .content_container > .container:first-child > .row:first-child > .col:first-child > .content ul li a {
  display: block;
  padding: 10px 25px;
  border: 1px solid #020203;
  transition: all ease 0.4s;
}
.linkinbio .content_container > .container:first-child > .row:first-child > .col:first-child > .content ul li a:hover {
  color: #fff;
  background: #020203;
}
body.vealcut .content_container > .container:first-child > .row:first-child > .col:first-child > .content {
  padding-top: 0;
}
body.vealcut .content_container > .container:first-child > .row:first-child > .col:first-child > .content > .frame:first-child header:first-child {
  padding-top: 0;
}
body.vealcut .content_container > .container:first-child > .row:first-child > .col:first-child > .content > .frame:first-child::before {
  display: none;
}
@media screen and (min-width: 1024px) {
  .col-1 {
    width: 8.33%;
  }
  .col-2 {
    width: 12.5%;
  }
  .col-3 {
    width: 25%;
  }
  .col-4 {
    width: 33.33%;
  }
  .col-5 {
    width: 41.67%;
  }
  .col-6 {
    width: 50%;
  }
  .col-7 {
    width: 58.33%;
  }
  .col-8 {
    width: 66.67%;
  }
  .col-9 {
    width: 75%;
  }
  .col-10 {
    width: 83.33%;
  }
  .col-11 {
    width: 91.67%;
  }
  .col-12 {
    width: 100%;
  }
}
@media print {
  .col-1 {
    width: 8.33%;
  }
  .col-2 {
    width: 12.5%;
  }
  .col-3 {
    width: 25%;
  }
  .col-4 {
    width: 33.33%;
  }
  .col-5 {
    width: 41.67%;
  }
  .col-6 {
    width: 50%;
  }
  .col-7 {
    width: 58.33%;
  }
  .col-8 {
    width: 66.67%;
  }
  .col-9 {
    width: 75%;
  }
  .col-10 {
    width: 83.33%;
  }
  .col-11 {
    width: 91.67%;
  }
  .col-12 {
    width: 100%;
  }
  nav.menu {
    display: none;
  }
  .scrollupbutton {
    display: none;
  }
  .socialsharebuttons {
    display: none;
  }
  .tx-vealrecipes-buttons {
    display: none;
  }
  .content_container.recipesearch {
    display: none;
  }
  .footer {
    display: none;
  }
}
@media screen and (min-width: 551px) and (max-width: 1023px) {
  .col-1 {
    width: 50%;
  }
  .col-2 {
    width: 50%;
  }
  .col-3 {
    width: 50%;
  }
  .col-4 {
    width: 50%;
  }
  .col-5 {
    width: 50%;
  }
  .col-6 {
    width: 50%;
  }
  .col-7 {
    width: 100%;
  }
  .col-8 {
    width: 100%;
  }
  .col-9 {
    width: 100%;
  }
  .col-10 {
    width: 100%;
  }
  .col-11 {
    width: 100%;
  }
  .col-12 {
    width: 100%;
  }
}
@media all and (max-width: 1023px) {
  header.header .col-3 {
    width: 240px;
  }
  header.header .col-9 {
    width: calc(100% - 240px);
  }
  header.header .logo {
    width: auto;
    padding-top: 5px;
    padding-bottom: 0;
  }
  header.header .logo * {
    font-size: 24px;
  }
  header.header .logo-spk {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0;
    content: '' !important;
    background-color: transparent;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20id%3D%22uuid-c364e1ee-4949-4be2-bbec-922f49e27ff7%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20336.69%20245.78%22%3E%3Cpath%20d%3D%22m57.48,243.65c-.81.25-1.64.37-2.37.37-2.8,0-4.8-1.67-4.8-5.05,0-2.84,1.63-4.92,4.79-4.92,1.26,0,2.1.35,2.33.44l-.14,2.13c-.3-.18-1.06-.55-1.88-.55-1.66,0-2.43,1.08-2.43,2.95,0,1.66.91,2.93,2.54,2.93.93,0,1.6-.37,1.85-.54l.11,2.24Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m65.25,234.06c2.1,0,4.28,1.41,4.28,4.98s-2.18,4.98-4.28,4.98-4.28-1.41-4.28-4.98,2.18-4.98,4.28-4.98Zm-.03,8.12h.01c1.09,0,1.62-1.23,1.62-3.13s-.52-3.13-1.62-3.13-1.63,1.26-1.63,3.13.52,3.13,1.62,3.13Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m76.15,237.18h-.06v6.68h-2.26v-9.64h3.01l2.53,6.64h.03v-6.64h2.26v9.64h-3.04l-2.47-6.68Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m87.52,236.19h-2.07v-1.96h6.74v1.96h-2.07v7.68h-2.6v-7.68Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m99.85,241.13c-.25-.93-.68-1.04-1.09-1.04h-.14v3.77h-2.6v-9.64h3.85c1.95,0,3.05.81,3.05,2.6,0,1.42-1.01,2-1.85,2.21v.04c.55.18.91.44,1.3,1.78l.87,3.01h-2.68l-.72-2.73Zm-.58-2.89c.55,0,1.06-.41,1.06-1.04,0-.66-.35-1.13-1.1-1.13h-.72v2.17h.76Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m111.08,234.06c2.1,0,4.28,1.41,4.28,4.98s-2.18,4.98-4.28,4.98-4.28-1.41-4.28-4.98,2.18-4.98,4.28-4.98Zm-.03,8.12h.01c1.09,0,1.62-1.23,1.62-3.13s-.52-3.13-1.62-3.13-1.63,1.26-1.63,3.13.52,3.13,1.62,3.13Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m119.71,234.22h2.6v7.68h3.18v1.96h-5.77v-9.64Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m129.24,234.22h2.6v7.68h3.18v1.96h-5.77v-9.64Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m138.77,234.22h5.91v1.91h-3.37v1.85h3.2v1.91h-3.2v2.07h3.55v1.91h-6.09v-9.64Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m149.09,234.22h3.71c2.83,0,4.42,1.89,4.42,4.76,0,3.34-1.77,4.87-4.82,4.87h-3.31v-9.64Zm2.6,7.79h.57c1.49,0,2.24-1.06,2.24-2.93,0-2.47-1.19-2.95-2.6-2.95h-.21v5.88Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m171.44,244.03h-.08c-2.1,0-4.28-1.41-4.28-4.98s2.18-4.98,4.28-4.98,4.28,1.41,4.28,4.98c0,2.31-.91,3.71-2.13,4.42l2,2.32h-2.84l-1.23-1.75Zm-.11-1.85h.01c1.09,0,1.62-1.23,1.62-3.13s-.52-3.13-1.62-3.13-1.63,1.26-1.63,3.13.52,3.13,1.62,3.13Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m182.47,240.33c-.03,1.06.23,1.79,1.13,1.79s1.13-.73,1.13-1.79v-6.1h2.54v6.02c0,2.82-1.64,3.78-3.67,3.78s-3.67-.97-3.67-3.78v-6.02h2.54v6.1Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m196.54,241.82h-2.83l-.62,2.04h-2.49l3.2-9.64h2.86l3.06,9.64h-2.68l-.51-2.04Zm-1.33-5.63h-.03l-1.04,3.78h1.91l-.84-3.78Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m203.55,234.22h2.6v7.68h3.18v1.96h-5.77v-9.64Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m213.08,234.22h2.6v9.64h-2.6v-9.64Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m221.45,236.19h-2.07v-1.96h6.74v1.96h-2.07v7.68h-2.6v-7.68Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m231.58,240.35l-2.91-6.13h2.95l1.33,3.7h.03l1.26-3.7h2.86l-2.91,6.13v3.51h-2.6v-3.51Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m245.21,234.22h2.75l1.55,6.9h.03l1.57-6.9h2.64l-2.86,9.64h-2.82l-2.86-9.64Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m257.74,234.22h5.91v1.91h-3.37v1.85h3.2v1.91h-3.2v2.07h3.55v1.91h-6.09v-9.64Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m272.89,241.82h-2.83l-.62,2.04h-2.49l3.2-9.64h2.86l3.06,9.64h-2.68l-.51-2.04Zm-1.33-5.63h-.03l-1.04,3.78h1.91l-.84-3.78Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m279.9,234.22h2.6v7.68h3.18v1.96h-5.77v-9.64Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m4.02,222.85l1.35-.02,1.7-8.85h3.1c5.48,0,10.12-3.19,10.12-9.5s-5.03-6.96-10.02-6.96h-6.07L.18,218.33c-.56,2.23.09,4.33,3.3,4.51.38.02.43,0,.54,0Zm5.27-20.54h1.8c1.63,0,3.13.51,3.13,2.94,0,3.01-2.19,3.95-4.6,3.95h-1.63l1.31-6.89Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m28.97,204.52l-.63,3.76h.06c.92-2.14,2.75-4.18,5.09-4.18.76,0,1.65.11,2.4.46l-1.3,5.59c-.73-.63-1.55-.77-2.62-.77-2.4,0-3.83,2.32-4.24,5.02l-1.61,8.43h-5.69l2.56-13.53c.28-1.58.54-3.13.7-4.78h5.28Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m59.86,209.3c.28-1.58.54-3.13.7-4.78h5.06l-.63,3.34.06-.04c1.39-2.32,3.51-3.72,5.82-3.72,1.93,0,3.89,1.23,4.33,3.72,1.39-2.32,3.51-3.72,5.88-3.72,2.53,0,5.12,1.37,5.12,5.45,0,1.19-.13,2.81-.38,4.11l-1.71,9.17h-5.69l1.64-8.89c.19-.95.32-1.93.32-2.67,0-1.19-.51-1.9-1.83-1.9-2.37,0-3,3.06-3.38,5.02l-1.61,8.43h-5.69l1.65-8.89c.19-.95.32-1.93.32-2.67,0-1.19-.51-1.9-1.83-1.9-2.37,0-3,3.06-3.38,5.02l-1.61,8.43h-5.69l2.56-13.53Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m111.7,204.52h3.26l.79-3.94,6.01-1.79-1.14,5.73h3.92l-.7,4.43h-4.14l-.98,5.1c-.25,1.37-.47,2.28-.47,3.16,0,1.23.73,2.04,1.87,2.04.6,0,1.23-.28,1.83-.53l-.63,4.18c-1.2.21-2.4.35-3.54.35-2.91,0-5.22-1.58-5.22-5.41,0-.91.13-1.83.51-3.76l.98-5.13h-3.04l.7-4.43Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m129.94,204.52h5.76l-3.42,18.31h-5.76l3.42-18.31Zm1.46-7.62h5.76l-.89,4.64h-5.76l.89-4.64Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m152.82,222.23c-1.99.67-4.11,1.02-5.76,1.02-5.5,0-8.48-3.76-8.48-8.36,0-4.25,2.53-10.79,9.87-10.79,4.33,0,7.59,2.42,7.59,7.98,0,.74-.19,2.35-.41,3.44h-11.67c.06,1.97.95,3.51,4.43,3.51,1.52,0,3.57-.42,5.15-1.27l-.73,4.46Zm-1.52-10.3c0-1.97-.7-3.62-2.78-3.62-2.47,0-3.8,1.86-4.21,3.62h6.99Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m201.13,220.27l-.06-.07v.07c-1.2,2.11-3.32,2.99-5.53,2.99-3.54,0-5.5-1.76-5.5-5.31,0-4.5,4.05-6.71,9.08-6.71,1.14,0,2.28.11,3.07.18.06-.25.06-.49.06-.74,0-1.3-1.17-2.35-3.04-2.35-2.06,0-3.45.35-5.35,1.44l.57-4.6c1.68-.63,3.48-1.05,6.04-1.05,3.92,0,7.15,1.72,7.15,6.22,0,2.88-1.45,6.99-2.09,12.51h-4.65l.25-2.56Zm-3.8-1.23c2.44,0,3.89-1.86,4.3-4.32-.47-.11-1.17-.11-1.52-.11-2.72-.11-4.71.98-4.71,2.6,0,.84.73,1.83,1.93,1.83Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m215.36,196.49h5.76l-4.93,26.35h-5.76l4.93-26.35Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m225.7,208.95h-3.57l.89-4.43h3.45l.44-2.32c.73-3.79,3.07-6.15,6.74-6.15,1.42,0,3.04.18,4.24.56l-1.08,4.32c-.57-.25-1.17-.46-1.8-.46-1.36,0-2.21.91-2.62,2.95l-.22,1.09h4.24l-.89,4.43h-4.17l-2.59,13.88h-5.69l2.66-13.88Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m263.11,222.83h-6.48l-2.69-18.31h5.72l1.14,13.04h.06l5.79-13.04h6.14l-9.68,18.31Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m297.41,222.23c-1.99.67-4.11,1.02-5.76,1.02-5.5,0-8.48-3.76-8.48-8.36,0-4.25,2.53-10.79,9.87-10.79,4.33,0,7.59,2.42,7.59,7.98,0,.74-.19,2.35-.41,3.44h-11.67c.06,1.97.95,3.51,4.43,3.51,1.52,0,3.57-.42,5.16-1.27l-.73,4.46Zm-1.52-10.3c0-1.97-.7-3.62-2.78-3.62-2.47,0-3.8,1.86-4.21,3.62h6.99Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m317.04,222.23c-1.99.67-4.11,1.02-5.76,1.02-5.5,0-8.48-3.76-8.48-8.36,0-4.25,2.53-10.79,9.87-10.79,4.33,0,7.59,2.42,7.59,7.98,0,.74-.19,2.35-.41,3.44h-11.67c.06,1.97.95,3.51,4.43,3.51,1.52,0,3.57-.42,5.16-1.27l-.73,4.46Zm-1.52-10.3c0-1.97-.7-3.62-2.78-3.62-2.47,0-3.8,1.86-4.21,3.62h6.99Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m277.56,196.48h5.76l-4.93,26.35h-5.76l4.93-26.35Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m187.01,222.83c.55,0,1.02-.02,1.59-.08l-6.81-12.95,10.84-12.3h-7.87l-8.23,10.34h-.07l1.96-10.34h-6.14l-4.8,25.32h6.14l2.19-11.5h.06l3.8,7.92c.05.1.31.54.36.64.97,1.75,2.54,2.82,4.63,2.91.16,0,.66.03.82.04.86.02.35,0,1.52,0Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m97.67,223.25c-6.1,0-8.57-3.76-8.57-8.36,0-6.43,4.17-10.79,10.63-10.79,5.6,0,8.57,3.58,8.57,8.19,0,7.62-4.46,10.96-10.63,10.96Zm1.73-14.75c-2.78,0-4.5,3.34-4.5,6.28,0,2.48,1.18,4.15,3.13,4.12,2.68,0,4.38-2.48,4.38-6.67,0-1.92-.77-3.73-3-3.73Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m45.06,223.25c-6.1,0-8.57-3.76-8.57-8.36,0-6.43,4.17-10.79,10.63-10.79,5.6,0,8.57,3.58,8.57,8.19,0,7.62-4.46,10.96-10.63,10.96Zm1.73-14.75c-2.78,0-4.5,3.34-4.5,6.28,0,2.48,1.18,4.15,3.13,4.12,2.68,0,4.38-2.48,4.38-6.67,0-1.92-.77-3.73-3-3.73Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m236.81,217.98c1.45.7,3.04,1.05,4.62,1.05.92,0,3.19-.11,3.19-1.62,0-2.6-7.55-1.58-6.8-7.31.56-4.25,4.49-6.01,8.32-6.01,1.42,0,3.3.35,5.35,1.09l-1.08,4.15c-1.45-.67-2.85-1.02-4.55-1.02-1.27,0-2.39.29-2.5,1.55-.09,1.05,1.83,1.58,2.97,2.08,1.9.83,3.99,1.98,3.99,4.46,0,4.53-3.45,6.78-7.72,6.85-2.5.04-5.16-.39-6.93-.95l1.14-4.32Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m322.01,217.98c1.45.7,3.04,1.05,4.62,1.05.92,0,3.19-.11,3.19-1.62,0-2.6-7.55-1.58-6.8-7.31.56-4.25,4.49-6.01,8.32-6.01,1.42,0,3.29.35,5.35,1.09l-1.08,4.15c-1.46-.67-2.85-1.02-4.55-1.02-1.27,0-2.39.29-2.5,1.55-.09,1.05,1.83,1.58,2.97,2.08,1.9.83,3.99,1.98,3.99,4.46,0,4.53-3.45,6.78-7.72,6.85-2.5.04-5.16-.39-6.93-.95l1.14-4.32Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m109.89,168h3.26l.79-3.94,6.01-1.79-1.14,5.73h3.92l-.7,4.43h-4.14l-.98,5.1c-.25,1.37-.47,2.28-.47,3.16,0,1.23.73,2.04,1.87,2.04.6,0,1.23-.28,1.83-.53l-.63,4.18c-1.2.21-2.4.35-3.54.35-2.91,0-5.22-1.58-5.22-5.41,0-.91.13-1.83.51-3.76l.98-5.13h-3.04l.7-4.43Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m128.1,168h5.76l-3.42,18.31h-5.76l3.42-18.31Zm1.45-7.62h5.76l-.89,4.64h-5.76l.89-4.64Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m149.16,186.03c-1.14.42-2.66.7-4.87.7-4.81,0-7.78-3.76-7.78-8.36,0-6.01,4.3-10.79,10.63-10.79,1.39,0,3.51.46,5.19,1.23l-1.23,4.39c-1.17-.6-2.4-.98-3.67-.98-2.94,0-5.03,2.11-5.03,5.9,0,2.18,1.52,3.97,3.92,3.97,1.42,0,2.44-.25,3.67-.81l-.82,4.74Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m159.08,159.95h5.76l-2.02,10.72h.06c1.17-1.72,3.07-3.09,5.72-3.09,3.32,0,5.12,2.74,5.12,6.32,0,1.23-.1,1.93-.44,3.87l-1.52,8.54h-5.88l1.58-8.57c.16-.91.38-1.83.38-2.78,0-1.09-.63-2.18-2.21-2.11-2.4,0-3.83,2.32-4.24,5.02l-1.61,8.43h-5.69l5-26.35Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m205.9,172.78c.28-1.58.54-3.13.7-4.78h5.28l-.44,2.99h.06c1.64-2.04,3.35-3.41,6.36-3.41,3.32,0,5.12,2.74,5.12,6.32,0,1.23-.09,1.93-.44,3.87l-1.52,8.54h-5.88l1.58-8.57c.16-.91.38-1.83.38-2.78,0-1.09-.63-2.18-2.21-2.11-2.4,0-3.83,2.32-4.24,5.02l-1.61,8.43h-5.69l2.56-13.53Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m226.83,188.03c1.49.95,3,1.41,4.78,1.44,3.98.07,5.41-1.62,6.29-6.29l-.06-.07c-1.27,2.04-3.13,3.2-5.38,3.2-4.31,0-7.14-3.27-6.74-8.33.5-6.25,4.41-10.4,8.82-10.4,2.5,0,4.74,1.12,5.69,3.76h.06l.73-3.34h5.28c-.22.98-.63,2.42-1.04,4.39l-2.53,12.47c-1.46,7.1-3.73,9.24-10.56,9.24-2.85,0-4.71-.56-6.45-1.16l1.11-4.92Zm8.89-15.6c-2.85,0-4.11,3.09-4.11,5.66,0,1.9,1.17,3.37,2.97,3.37,2.91,0,4.17-3.34,4.17-5.73,0-1.93-1.04-3.3-3.04-3.3Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m106.95,166.72c-1.27-.66-3.25-1.16-5.03-1.16-2.84,0-4.38.78-4.38,2.43s1.74,2.09,3.67,2.96c2.43,1.09,5.18,2.69,5.18,6.98,0,6.15-4.93,8.81-11.13,8.81-2.35,0-5.06-.62-7.05-1.31l1.44-5.27c1.21.87,3.62,1.45,5.62,1.45s4.66-.17,4.86-2.77c.16-1.96-2.24-2.54-4.61-3.55-3.15-1.34-4.68-3.23-4.48-6.25.38-5.88,4.84-8.49,10.39-8.49,2.81,0,5.29.31,6.99,1.12l-1.47,5.04Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m177.61,168h3.26l.79-3.94,6.01-1.79-1.14,5.73h3.92l-.7,4.43h-4.14l-.98,5.1c-.25,1.37-.47,2.28-.47,3.16,0,1.23.73,2.04,1.87,2.04.6,0,1.23-.28,1.83-.53l-.63,4.18c-1.2.21-2.4.35-3.54.35-2.91,0-5.22-1.58-5.22-5.41,0-.91.13-1.83.51-3.76l.98-5.13h-3.04l.7-4.43Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m195.2,168h5.76l-3.42,18.31h-5.76l3.42-18.31Zm1.45-7.62h5.76l-.89,4.64h-5.76l.89-4.64Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpolygon%20points%3D%22104.7%2070.78%20168.03%20134.11%20231.36%2070.78%20104.7%2070.78%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpolygon%20points%3D%22231.36%2070.78%20168.03%207.45%20104.7%2070.78%20231.36%2070.78%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m172.27,26.14c.72-.02,2,.31,2.17,2.1.18,1.9-.04,6.35-.06,8.72-.02,2.37-.39,17.35-.5,19.15-.11,1.8-1.24,2.16-2.19,2.17-1.75,0-2.6-.28-2.87-2.66-.27-2.37.96-10.16,1-16.51.04-6.35.15-9.48.25-10.24.1-.76-.36-2.66,2.2-2.74Z%22%20style%3D%22fill%3A%23fff%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m192.06,34.28c-1.13-.58-2.36-1.63-4.38,2.72-2.02,4.35-4.23,9.08-6.63,14.28-2.4,5.2-3.56,7.66-1,8.24,2.56.59,3.23-.36,5.74-7.17,2.51-6.81,4.62-10.12,6.06-13.52,1.44-3.41.22-4.55.22-4.55Z%22%20style%3D%22fill%3A%23fff%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m153.33,31.4c1.1-.46,2.54-.32,3.21,2.11,1.01,3.65,6.78,20.44,7.34,21.77.56,1.33.99,3.93-1.91,4.53-1.8.38-2.41-1.02-4.14-6.84-1.71-5.75-4.83-14.55-5.48-17.02-.65-2.47-.9-3.76.98-4.55Z%22%20style%3D%22fill%3A%23fff%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m139.76,46.2c1.68-1.36,2.85-.04,3.32.59.92,1.24,9.41,11.62,11.19,14.2.66.95,1.6,2.29-.02,3.32-1.62,1.03-3.13.69-4.26-.65-1.13-1.34-8.3-11.98-9.31-13.09-2.17-2.38-.92-4.37-.92-4.37Z%22%20style%3D%22fill%3A%23fff%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m172.42,64.48c6.86-.65,11.22,2.94,12.33,3.25,1.35.38,4.35-2.37,5.15-4.06.8-1.69,2.87-3.85,4.97-4.57,2.1-.71,3.87-.35,4.55.17.68.52.97,1.73.38,2.54-.59.81-1.82.77-2.95,1.64-.74.58-1.81,1.96-2.79,3.13-.98,1.18-4.36,7-6.74,8.12-1.31.61-2.29.71-3.98-.09-.8-.38-2.06-1.21-4.31-2.33-2.25-1.13-3.96-1.49-7.37-1.47-3.42.02-8.28.07-11.26,2.09-2.99,2.02-3.53,2.27-4.67,2.27-.79,0-3.05-3.23-5.87-3.91-2.08-.5-4.48-.51-6.56-.34-1.36.11-5.77,1.39-5.99,2.71-.22,1.3,5.65,5.78,9.48,6.15,3.14.3,8.75-1.13,9.99,1.49.55,1.17-.78,9.18-2.01,13.23-1.23,4.05-2.06,8.46-1.54,10.46.52,2,1.83,2.98,6.15,4.69,4.32,1.71,5.83,2.13,8.4,1.99,2.56-.13,3.97-3.11,5.73-5.16,1.75-2.05,2.61-2.62,4.1-5.9,1.5-3.29,5.48-11.35,3.79-12.24s-3.35,1.44-5.38,3.2c-2.03,1.76-2.26,3.46-4.06,3.32-1.8-.14-2.61-1.86-3.61-3.88-1-2.01-2.56-3.31-2.32-5.49.24-2.18,1.29-3.45,3.13-5.21,1.84-1.76,2.9-2.3,5.18-2.35,2.28-.04,5.04,3.72,6.43,5.08,1.39,1.36,4.39,3.04,4.82,4.95.43,1.91-.45,3.21-3.84,10.25-3.39,7.04-4.53,11.56-7.62,13.96-3.09,2.4-3.36,2.11-6.01,2.6-1.73.31-2.13.73-3.92.5-1.8-.23-5.17-1.92-8.27-3.32-3.1-1.4-2.56-1.43-4.78-2.67-1.75-.98-2.33-1.76-2.38-3.94-.05-2.18.23-1.7,1.98-7.73,1.75-6.03,2.19-8.87,2.19-8.87,0,0,1.24-4.33.5-5.11-1.1-1.73-5.44.03-9.12-.9-3.68-.94-4.35-2.09-5.75-3.17-1.4-1.08-6.2-7.86-6.13-8.42.23-1.89,7.65-5.1,12.57-4.8,4.93.3,4.73.77,6.79,1.67,2.07.9,4.28,2.9,4.95,2.9,1.02,0,1-1.15,8.02-4.6,1.5-.74,6.19-1.71,7.64-1.85Z%22%20style%3D%22fill%3A%23fff%3B%20stroke-width%3A0px%3B%22/%3E%3Cpolygon%20points%3D%22231.36%2070.78%20168.03%20134.11%20104.7%2070.78%2097.25%2070.78%20168.03%20141.56%20238.81%2070.78%20231.36%2070.78%22%20style%3D%22fill%3A%23466aa0%3B%20stroke-width%3A0px%3B%22/%3E%3Cpolygon%20points%3D%22168.03%207.45%20231.36%2070.78%20231.36%2070.78%20238.81%2070.78%20168.03%200%2097.25%2070.78%20104.7%2070.78%20104.7%2070.78%20168.03%207.45%22%20style%3D%22fill%3A%23ed9180%3B%20fill-rule%3Aevenodd%3B%20stroke-width%3A0px%3B%22/%3E%3C/svg%3E');
    width: 65px;
    height: 50px;
  }
  .recipesearch .control-group {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
@media screen {
  header.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    height: 51px;
    z-index: 5;
  }
  header.header.fixed .logo {
    padding-top: 5px;
    padding-bottom: 0;
  }
  header.header.fixed .logo * {
    font-size: 24px;
  }
  header.header.fixed nav.menu {
    padding-top: 5px;
    padding-bottom: 0;
  }
  header.header.fixed + .container-fluid {
    margin-top: 121px;
  }
  header.header.fixed .logo-spk {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0;
    content: '' !important;
    background-color: transparent;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20id%3D%22uuid-c364e1ee-4949-4be2-bbec-922f49e27ff7%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20336.69%20245.78%22%3E%3Cpath%20d%3D%22m57.48,243.65c-.81.25-1.64.37-2.37.37-2.8,0-4.8-1.67-4.8-5.05,0-2.84,1.63-4.92,4.79-4.92,1.26,0,2.1.35,2.33.44l-.14,2.13c-.3-.18-1.06-.55-1.88-.55-1.66,0-2.43,1.08-2.43,2.95,0,1.66.91,2.93,2.54,2.93.93,0,1.6-.37,1.85-.54l.11,2.24Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m65.25,234.06c2.1,0,4.28,1.41,4.28,4.98s-2.18,4.98-4.28,4.98-4.28-1.41-4.28-4.98,2.18-4.98,4.28-4.98Zm-.03,8.12h.01c1.09,0,1.62-1.23,1.62-3.13s-.52-3.13-1.62-3.13-1.63,1.26-1.63,3.13.52,3.13,1.62,3.13Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m76.15,237.18h-.06v6.68h-2.26v-9.64h3.01l2.53,6.64h.03v-6.64h2.26v9.64h-3.04l-2.47-6.68Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m87.52,236.19h-2.07v-1.96h6.74v1.96h-2.07v7.68h-2.6v-7.68Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m99.85,241.13c-.25-.93-.68-1.04-1.09-1.04h-.14v3.77h-2.6v-9.64h3.85c1.95,0,3.05.81,3.05,2.6,0,1.42-1.01,2-1.85,2.21v.04c.55.18.91.44,1.3,1.78l.87,3.01h-2.68l-.72-2.73Zm-.58-2.89c.55,0,1.06-.41,1.06-1.04,0-.66-.35-1.13-1.1-1.13h-.72v2.17h.76Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m111.08,234.06c2.1,0,4.28,1.41,4.28,4.98s-2.18,4.98-4.28,4.98-4.28-1.41-4.28-4.98,2.18-4.98,4.28-4.98Zm-.03,8.12h.01c1.09,0,1.62-1.23,1.62-3.13s-.52-3.13-1.62-3.13-1.63,1.26-1.63,3.13.52,3.13,1.62,3.13Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m119.71,234.22h2.6v7.68h3.18v1.96h-5.77v-9.64Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m129.24,234.22h2.6v7.68h3.18v1.96h-5.77v-9.64Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m138.77,234.22h5.91v1.91h-3.37v1.85h3.2v1.91h-3.2v2.07h3.55v1.91h-6.09v-9.64Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m149.09,234.22h3.71c2.83,0,4.42,1.89,4.42,4.76,0,3.34-1.77,4.87-4.82,4.87h-3.31v-9.64Zm2.6,7.79h.57c1.49,0,2.24-1.06,2.24-2.93,0-2.47-1.19-2.95-2.6-2.95h-.21v5.88Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m171.44,244.03h-.08c-2.1,0-4.28-1.41-4.28-4.98s2.18-4.98,4.28-4.98,4.28,1.41,4.28,4.98c0,2.31-.91,3.71-2.13,4.42l2,2.32h-2.84l-1.23-1.75Zm-.11-1.85h.01c1.09,0,1.62-1.23,1.62-3.13s-.52-3.13-1.62-3.13-1.63,1.26-1.63,3.13.52,3.13,1.62,3.13Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m182.47,240.33c-.03,1.06.23,1.79,1.13,1.79s1.13-.73,1.13-1.79v-6.1h2.54v6.02c0,2.82-1.64,3.78-3.67,3.78s-3.67-.97-3.67-3.78v-6.02h2.54v6.1Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m196.54,241.82h-2.83l-.62,2.04h-2.49l3.2-9.64h2.86l3.06,9.64h-2.68l-.51-2.04Zm-1.33-5.63h-.03l-1.04,3.78h1.91l-.84-3.78Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m203.55,234.22h2.6v7.68h3.18v1.96h-5.77v-9.64Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m213.08,234.22h2.6v9.64h-2.6v-9.64Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m221.45,236.19h-2.07v-1.96h6.74v1.96h-2.07v7.68h-2.6v-7.68Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m231.58,240.35l-2.91-6.13h2.95l1.33,3.7h.03l1.26-3.7h2.86l-2.91,6.13v3.51h-2.6v-3.51Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m245.21,234.22h2.75l1.55,6.9h.03l1.57-6.9h2.64l-2.86,9.64h-2.82l-2.86-9.64Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m257.74,234.22h5.91v1.91h-3.37v1.85h3.2v1.91h-3.2v2.07h3.55v1.91h-6.09v-9.64Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m272.89,241.82h-2.83l-.62,2.04h-2.49l3.2-9.64h2.86l3.06,9.64h-2.68l-.51-2.04Zm-1.33-5.63h-.03l-1.04,3.78h1.91l-.84-3.78Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m279.9,234.22h2.6v7.68h3.18v1.96h-5.77v-9.64Z%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m4.02,222.85l1.35-.02,1.7-8.85h3.1c5.48,0,10.12-3.19,10.12-9.5s-5.03-6.96-10.02-6.96h-6.07L.18,218.33c-.56,2.23.09,4.33,3.3,4.51.38.02.43,0,.54,0Zm5.27-20.54h1.8c1.63,0,3.13.51,3.13,2.94,0,3.01-2.19,3.95-4.6,3.95h-1.63l1.31-6.89Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m28.97,204.52l-.63,3.76h.06c.92-2.14,2.75-4.18,5.09-4.18.76,0,1.65.11,2.4.46l-1.3,5.59c-.73-.63-1.55-.77-2.62-.77-2.4,0-3.83,2.32-4.24,5.02l-1.61,8.43h-5.69l2.56-13.53c.28-1.58.54-3.13.7-4.78h5.28Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m59.86,209.3c.28-1.58.54-3.13.7-4.78h5.06l-.63,3.34.06-.04c1.39-2.32,3.51-3.72,5.82-3.72,1.93,0,3.89,1.23,4.33,3.72,1.39-2.32,3.51-3.72,5.88-3.72,2.53,0,5.12,1.37,5.12,5.45,0,1.19-.13,2.81-.38,4.11l-1.71,9.17h-5.69l1.64-8.89c.19-.95.32-1.93.32-2.67,0-1.19-.51-1.9-1.83-1.9-2.37,0-3,3.06-3.38,5.02l-1.61,8.43h-5.69l1.65-8.89c.19-.95.32-1.93.32-2.67,0-1.19-.51-1.9-1.83-1.9-2.37,0-3,3.06-3.38,5.02l-1.61,8.43h-5.69l2.56-13.53Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m111.7,204.52h3.26l.79-3.94,6.01-1.79-1.14,5.73h3.92l-.7,4.43h-4.14l-.98,5.1c-.25,1.37-.47,2.28-.47,3.16,0,1.23.73,2.04,1.87,2.04.6,0,1.23-.28,1.83-.53l-.63,4.18c-1.2.21-2.4.35-3.54.35-2.91,0-5.22-1.58-5.22-5.41,0-.91.13-1.83.51-3.76l.98-5.13h-3.04l.7-4.43Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m129.94,204.52h5.76l-3.42,18.31h-5.76l3.42-18.31Zm1.46-7.62h5.76l-.89,4.64h-5.76l.89-4.64Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m152.82,222.23c-1.99.67-4.11,1.02-5.76,1.02-5.5,0-8.48-3.76-8.48-8.36,0-4.25,2.53-10.79,9.87-10.79,4.33,0,7.59,2.42,7.59,7.98,0,.74-.19,2.35-.41,3.44h-11.67c.06,1.97.95,3.51,4.43,3.51,1.52,0,3.57-.42,5.15-1.27l-.73,4.46Zm-1.52-10.3c0-1.97-.7-3.62-2.78-3.62-2.47,0-3.8,1.86-4.21,3.62h6.99Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m201.13,220.27l-.06-.07v.07c-1.2,2.11-3.32,2.99-5.53,2.99-3.54,0-5.5-1.76-5.5-5.31,0-4.5,4.05-6.71,9.08-6.71,1.14,0,2.28.11,3.07.18.06-.25.06-.49.06-.74,0-1.3-1.17-2.35-3.04-2.35-2.06,0-3.45.35-5.35,1.44l.57-4.6c1.68-.63,3.48-1.05,6.04-1.05,3.92,0,7.15,1.72,7.15,6.22,0,2.88-1.45,6.99-2.09,12.51h-4.65l.25-2.56Zm-3.8-1.23c2.44,0,3.89-1.86,4.3-4.32-.47-.11-1.17-.11-1.52-.11-2.72-.11-4.71.98-4.71,2.6,0,.84.73,1.83,1.93,1.83Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m215.36,196.49h5.76l-4.93,26.35h-5.76l4.93-26.35Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m225.7,208.95h-3.57l.89-4.43h3.45l.44-2.32c.73-3.79,3.07-6.15,6.74-6.15,1.42,0,3.04.18,4.24.56l-1.08,4.32c-.57-.25-1.17-.46-1.8-.46-1.36,0-2.21.91-2.62,2.95l-.22,1.09h4.24l-.89,4.43h-4.17l-2.59,13.88h-5.69l2.66-13.88Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m263.11,222.83h-6.48l-2.69-18.31h5.72l1.14,13.04h.06l5.79-13.04h6.14l-9.68,18.31Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m297.41,222.23c-1.99.67-4.11,1.02-5.76,1.02-5.5,0-8.48-3.76-8.48-8.36,0-4.25,2.53-10.79,9.87-10.79,4.33,0,7.59,2.42,7.59,7.98,0,.74-.19,2.35-.41,3.44h-11.67c.06,1.97.95,3.51,4.43,3.51,1.52,0,3.57-.42,5.16-1.27l-.73,4.46Zm-1.52-10.3c0-1.97-.7-3.62-2.78-3.62-2.47,0-3.8,1.86-4.21,3.62h6.99Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m317.04,222.23c-1.99.67-4.11,1.02-5.76,1.02-5.5,0-8.48-3.76-8.48-8.36,0-4.25,2.53-10.79,9.87-10.79,4.33,0,7.59,2.42,7.59,7.98,0,.74-.19,2.35-.41,3.44h-11.67c.06,1.97.95,3.51,4.43,3.51,1.52,0,3.57-.42,5.16-1.27l-.73,4.46Zm-1.52-10.3c0-1.97-.7-3.62-2.78-3.62-2.47,0-3.8,1.86-4.21,3.62h6.99Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m277.56,196.48h5.76l-4.93,26.35h-5.76l4.93-26.35Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m187.01,222.83c.55,0,1.02-.02,1.59-.08l-6.81-12.95,10.84-12.3h-7.87l-8.23,10.34h-.07l1.96-10.34h-6.14l-4.8,25.32h6.14l2.19-11.5h.06l3.8,7.92c.05.1.31.54.36.64.97,1.75,2.54,2.82,4.63,2.91.16,0,.66.03.82.04.86.02.35,0,1.52,0Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m97.67,223.25c-6.1,0-8.57-3.76-8.57-8.36,0-6.43,4.17-10.79,10.63-10.79,5.6,0,8.57,3.58,8.57,8.19,0,7.62-4.46,10.96-10.63,10.96Zm1.73-14.75c-2.78,0-4.5,3.34-4.5,6.28,0,2.48,1.18,4.15,3.13,4.12,2.68,0,4.38-2.48,4.38-6.67,0-1.92-.77-3.73-3-3.73Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m45.06,223.25c-6.1,0-8.57-3.76-8.57-8.36,0-6.43,4.17-10.79,10.63-10.79,5.6,0,8.57,3.58,8.57,8.19,0,7.62-4.46,10.96-10.63,10.96Zm1.73-14.75c-2.78,0-4.5,3.34-4.5,6.28,0,2.48,1.18,4.15,3.13,4.12,2.68,0,4.38-2.48,4.38-6.67,0-1.92-.77-3.73-3-3.73Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m236.81,217.98c1.45.7,3.04,1.05,4.62,1.05.92,0,3.19-.11,3.19-1.62,0-2.6-7.55-1.58-6.8-7.31.56-4.25,4.49-6.01,8.32-6.01,1.42,0,3.3.35,5.35,1.09l-1.08,4.15c-1.45-.67-2.85-1.02-4.55-1.02-1.27,0-2.39.29-2.5,1.55-.09,1.05,1.83,1.58,2.97,2.08,1.9.83,3.99,1.98,3.99,4.46,0,4.53-3.45,6.78-7.72,6.85-2.5.04-5.16-.39-6.93-.95l1.14-4.32Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m322.01,217.98c1.45.7,3.04,1.05,4.62,1.05.92,0,3.19-.11,3.19-1.62,0-2.6-7.55-1.58-6.8-7.31.56-4.25,4.49-6.01,8.32-6.01,1.42,0,3.29.35,5.35,1.09l-1.08,4.15c-1.46-.67-2.85-1.02-4.55-1.02-1.27,0-2.39.29-2.5,1.55-.09,1.05,1.83,1.58,2.97,2.08,1.9.83,3.99,1.98,3.99,4.46,0,4.53-3.45,6.78-7.72,6.85-2.5.04-5.16-.39-6.93-.95l1.14-4.32Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m109.89,168h3.26l.79-3.94,6.01-1.79-1.14,5.73h3.92l-.7,4.43h-4.14l-.98,5.1c-.25,1.37-.47,2.28-.47,3.16,0,1.23.73,2.04,1.87,2.04.6,0,1.23-.28,1.83-.53l-.63,4.18c-1.2.21-2.4.35-3.54.35-2.91,0-5.22-1.58-5.22-5.41,0-.91.13-1.83.51-3.76l.98-5.13h-3.04l.7-4.43Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m128.1,168h5.76l-3.42,18.31h-5.76l3.42-18.31Zm1.45-7.62h5.76l-.89,4.64h-5.76l.89-4.64Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m149.16,186.03c-1.14.42-2.66.7-4.87.7-4.81,0-7.78-3.76-7.78-8.36,0-6.01,4.3-10.79,10.63-10.79,1.39,0,3.51.46,5.19,1.23l-1.23,4.39c-1.17-.6-2.4-.98-3.67-.98-2.94,0-5.03,2.11-5.03,5.9,0,2.18,1.52,3.97,3.92,3.97,1.42,0,2.44-.25,3.67-.81l-.82,4.74Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m159.08,159.95h5.76l-2.02,10.72h.06c1.17-1.72,3.07-3.09,5.72-3.09,3.32,0,5.12,2.74,5.12,6.32,0,1.23-.1,1.93-.44,3.87l-1.52,8.54h-5.88l1.58-8.57c.16-.91.38-1.83.38-2.78,0-1.09-.63-2.18-2.21-2.11-2.4,0-3.83,2.32-4.24,5.02l-1.61,8.43h-5.69l5-26.35Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m205.9,172.78c.28-1.58.54-3.13.7-4.78h5.28l-.44,2.99h.06c1.64-2.04,3.35-3.41,6.36-3.41,3.32,0,5.12,2.74,5.12,6.32,0,1.23-.09,1.93-.44,3.87l-1.52,8.54h-5.88l1.58-8.57c.16-.91.38-1.83.38-2.78,0-1.09-.63-2.18-2.21-2.11-2.4,0-3.83,2.32-4.24,5.02l-1.61,8.43h-5.69l2.56-13.53Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m226.83,188.03c1.49.95,3,1.41,4.78,1.44,3.98.07,5.41-1.62,6.29-6.29l-.06-.07c-1.27,2.04-3.13,3.2-5.38,3.2-4.31,0-7.14-3.27-6.74-8.33.5-6.25,4.41-10.4,8.82-10.4,2.5,0,4.74,1.12,5.69,3.76h.06l.73-3.34h5.28c-.22.98-.63,2.42-1.04,4.39l-2.53,12.47c-1.46,7.1-3.73,9.24-10.56,9.24-2.85,0-4.71-.56-6.45-1.16l1.11-4.92Zm8.89-15.6c-2.85,0-4.11,3.09-4.11,5.66,0,1.9,1.17,3.37,2.97,3.37,2.91,0,4.17-3.34,4.17-5.73,0-1.93-1.04-3.3-3.04-3.3Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m106.95,166.72c-1.27-.66-3.25-1.16-5.03-1.16-2.84,0-4.38.78-4.38,2.43s1.74,2.09,3.67,2.96c2.43,1.09,5.18,2.69,5.18,6.98,0,6.15-4.93,8.81-11.13,8.81-2.35,0-5.06-.62-7.05-1.31l1.44-5.27c1.21.87,3.62,1.45,5.62,1.45s4.66-.17,4.86-2.77c.16-1.96-2.24-2.54-4.61-3.55-3.15-1.34-4.68-3.23-4.48-6.25.38-5.88,4.84-8.49,10.39-8.49,2.81,0,5.29.31,6.99,1.12l-1.47,5.04Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m177.61,168h3.26l.79-3.94,6.01-1.79-1.14,5.73h3.92l-.7,4.43h-4.14l-.98,5.1c-.25,1.37-.47,2.28-.47,3.16,0,1.23.73,2.04,1.87,2.04.6,0,1.23-.28,1.83-.53l-.63,4.18c-1.2.21-2.4.35-3.54.35-2.91,0-5.22-1.58-5.22-5.41,0-.91.13-1.83.51-3.76l.98-5.13h-3.04l.7-4.43Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m195.2,168h5.76l-3.42,18.31h-5.76l3.42-18.31Zm1.45-7.62h5.76l-.89,4.64h-5.76l.89-4.64Z%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpolygon%20points%3D%22104.7%2070.78%20168.03%20134.11%20231.36%2070.78%20104.7%2070.78%22%20style%3D%22fill%3A%23004785%3B%20stroke-width%3A0px%3B%22/%3E%3Cpolygon%20points%3D%22231.36%2070.78%20168.03%207.45%20104.7%2070.78%20231.36%2070.78%22%20style%3D%22fill%3A%23e03a3e%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m172.27,26.14c.72-.02,2,.31,2.17,2.1.18,1.9-.04,6.35-.06,8.72-.02,2.37-.39,17.35-.5,19.15-.11,1.8-1.24,2.16-2.19,2.17-1.75,0-2.6-.28-2.87-2.66-.27-2.37.96-10.16,1-16.51.04-6.35.15-9.48.25-10.24.1-.76-.36-2.66,2.2-2.74Z%22%20style%3D%22fill%3A%23fff%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m192.06,34.28c-1.13-.58-2.36-1.63-4.38,2.72-2.02,4.35-4.23,9.08-6.63,14.28-2.4,5.2-3.56,7.66-1,8.24,2.56.59,3.23-.36,5.74-7.17,2.51-6.81,4.62-10.12,6.06-13.52,1.44-3.41.22-4.55.22-4.55Z%22%20style%3D%22fill%3A%23fff%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m153.33,31.4c1.1-.46,2.54-.32,3.21,2.11,1.01,3.65,6.78,20.44,7.34,21.77.56,1.33.99,3.93-1.91,4.53-1.8.38-2.41-1.02-4.14-6.84-1.71-5.75-4.83-14.55-5.48-17.02-.65-2.47-.9-3.76.98-4.55Z%22%20style%3D%22fill%3A%23fff%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m139.76,46.2c1.68-1.36,2.85-.04,3.32.59.92,1.24,9.41,11.62,11.19,14.2.66.95,1.6,2.29-.02,3.32-1.62,1.03-3.13.69-4.26-.65-1.13-1.34-8.3-11.98-9.31-13.09-2.17-2.38-.92-4.37-.92-4.37Z%22%20style%3D%22fill%3A%23fff%3B%20stroke-width%3A0px%3B%22/%3E%3Cpath%20d%3D%22m172.42,64.48c6.86-.65,11.22,2.94,12.33,3.25,1.35.38,4.35-2.37,5.15-4.06.8-1.69,2.87-3.85,4.97-4.57,2.1-.71,3.87-.35,4.55.17.68.52.97,1.73.38,2.54-.59.81-1.82.77-2.95,1.64-.74.58-1.81,1.96-2.79,3.13-.98,1.18-4.36,7-6.74,8.12-1.31.61-2.29.71-3.98-.09-.8-.38-2.06-1.21-4.31-2.33-2.25-1.13-3.96-1.49-7.37-1.47-3.42.02-8.28.07-11.26,2.09-2.99,2.02-3.53,2.27-4.67,2.27-.79,0-3.05-3.23-5.87-3.91-2.08-.5-4.48-.51-6.56-.34-1.36.11-5.77,1.39-5.99,2.71-.22,1.3,5.65,5.78,9.48,6.15,3.14.3,8.75-1.13,9.99,1.49.55,1.17-.78,9.18-2.01,13.23-1.23,4.05-2.06,8.46-1.54,10.46.52,2,1.83,2.98,6.15,4.69,4.32,1.71,5.83,2.13,8.4,1.99,2.56-.13,3.97-3.11,5.73-5.16,1.75-2.05,2.61-2.62,4.1-5.9,1.5-3.29,5.48-11.35,3.79-12.24s-3.35,1.44-5.38,3.2c-2.03,1.76-2.26,3.46-4.06,3.32-1.8-.14-2.61-1.86-3.61-3.88-1-2.01-2.56-3.31-2.32-5.49.24-2.18,1.29-3.45,3.13-5.21,1.84-1.76,2.9-2.3,5.18-2.35,2.28-.04,5.04,3.72,6.43,5.08,1.39,1.36,4.39,3.04,4.82,4.95.43,1.91-.45,3.21-3.84,10.25-3.39,7.04-4.53,11.56-7.62,13.96-3.09,2.4-3.36,2.11-6.01,2.6-1.73.31-2.13.73-3.92.5-1.8-.23-5.17-1.92-8.27-3.32-3.1-1.4-2.56-1.43-4.78-2.67-1.75-.98-2.33-1.76-2.38-3.94-.05-2.18.23-1.7,1.98-7.73,1.75-6.03,2.19-8.87,2.19-8.87,0,0,1.24-4.33.5-5.11-1.1-1.73-5.44.03-9.12-.9-3.68-.94-4.35-2.09-5.75-3.17-1.4-1.08-6.2-7.86-6.13-8.42.23-1.89,7.65-5.1,12.57-4.8,4.93.3,4.73.77,6.79,1.67,2.07.9,4.28,2.9,4.95,2.9,1.02,0,1-1.15,8.02-4.6,1.5-.74,6.19-1.71,7.64-1.85Z%22%20style%3D%22fill%3A%23fff%3B%20stroke-width%3A0px%3B%22/%3E%3Cpolygon%20points%3D%22231.36%2070.78%20168.03%20134.11%20104.7%2070.78%2097.25%2070.78%20168.03%20141.56%20238.81%2070.78%20231.36%2070.78%22%20style%3D%22fill%3A%23466aa0%3B%20stroke-width%3A0px%3B%22/%3E%3Cpolygon%20points%3D%22168.03%207.45%20231.36%2070.78%20231.36%2070.78%20238.81%2070.78%20168.03%200%2097.25%2070.78%20104.7%2070.78%20104.7%2070.78%20168.03%207.45%22%20style%3D%22fill%3A%23ed9180%3B%20fill-rule%3Aevenodd%3B%20stroke-width%3A0px%3B%22/%3E%3C/svg%3E');
    width: 65px;
    height: 50px;
  }
}
@media all and (min-width: 0) {
  nav.menu li::before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    content: '';
    display: block;
    width: 33px;
    height: 40px;
    background: url('../images/bg_headers_icon.png') center center no-repeat;
    background-size: 100% 100%;
    transition: all ease 0.4s;
  }
  nav.menu li a {
    position: relative;
    display: inline-block;
    padding: 50px 15px 0 15px;
    text-align: center;
    transition: color ease 0.4s;
    z-index: 1;
  }
  nav.menu li a::before {
    transition: all ease 0.2s;
  }
  nav.menu li a::after {
    transition: all ease 0.2s;
  }
  nav.menu li:hover::before {
    background-image: url('../images/bg_headers_icon_active.png');
  }
  nav.menu li:hover a {
    color: #c44235;
  }
  nav.menu li.p-5 a::before {
    position: absolute;
    top: 9.5px;
    left: calc(50% - 2.5px);
    transform: translate(-50%, 0);
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    border: 2px solid #020203;
    z-index: 1;
  }
  nav.menu li.p-5 a::after {
    position: absolute;
    top: 19.5px;
    left: calc(50% + 3.5px);
    transform: translate(-50%, 0) rotate(45deg);
    content: '';
    display: block;
    width: 8px;
    height: 2px;
    background: #020203;
    z-index: 1;
  }
  nav.menu li.p-5:hover a::before {
    border: 2px solid #c44235;
  }
  nav.menu li.p-5:hover a::after {
    background: #c44235;
  }
  nav.menu li.p-11 a::before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    content: '*';
    font-size: 30px;
    font-weight: 600;
    display: block;
    width: 33px;
    height: 40px;
    line-height: 45px;
  }
  nav.menu li.p-12 a::before {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translate(-50%, 0);
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url('../images/bg_headers_icon_video.png') center center no-repeat;
    background-size: 80% 100%;
    z-index: 1;
  }
  nav.menu li.p-12:hover a::before {
    background-image: url('../images/bg_headers_icon_video_active.png');
  }
  nav.menu li.p-13 a::before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    content: '!';
    font-size: 20px;
    font-weight: 600;
    display: block;
    width: 33px;
    height: 40px;
    line-height: 35px;
  }
  nav.menu li.active::before {
    background-image: url('../images/bg_headers_icon_active.png');
  }
  nav.menu li.active a {
    color: #c44235;
  }
  nav.menu li.p-5.active a::before {
    border: 2px solid #c44235;
  }
  nav.menu li.p-5.active a::after {
    background: #c44235;
  }
  nav.menu li.p-12.active a::before {
    background-image: url('../images/bg_headers_icon_video_active.png');
  }
}
@media all and (min-width: 1024px) {
  header.header.fixed nav.menu li::before {
    display: none;
  }
  header.header.fixed nav.menu li a {
    padding-top: 3.5px;
  }
  header.header.fixed nav.menu li a::before {
    display: none;
  }
  header.header.fixed nav.menu li a::after {
    display: none;
  }
}
@media all and (max-width: 1023px) {
  header.header .logo {
    padding: 15px 0 7px 0;
  }
  nav.menu {
    padding-right: 0;
  }
  nav.menu ul {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: calc(50vh - 300px);
    background: rgba(255, 255, 255, 0.95);
    overflow-y: auto;
  }
  nav.menu li {
    display: block;
    width: 150px;
    margin: 40px auto;
  }
  nav.menu li a {
    display: block;
  }
  .mobilemenubutton {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    z-index: 1;
    cursor: pointer;
  }
  .mobilemenubutton::after {
    content: '\f0c9';
    font-size: 32px;
    font-family: 'FontAwesome';
    font-weight: 900;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 32px;
    text-align: center;
  }
  .mobilemenubutton.active {
    position: fixed;
    top: 24px;
    right: 15px;
  }
  .mobilemenubutton.active::after {
    content: '\f066';
  }
  header.header.fixed + .container-fluid {
    margin-top: 51px;
  }
  header.header.fixed nav.menu {
    padding-top: 0;
  }
  header.header.fixed .mobilemenubutton.active {
    top: 7.5px;
  }
}
@media all and (max-width: 1024px) {
  .headertext {
    padding: 2vw 3vw;
  }
  .headertext * {
    font-size: 4.8vw;
  }
}
@media all and (max-width: 551px) {
  .content_container > .container:first-child > .row:first-child > .col:first-child > .content > .frame:first-child > header:first-child > * {
    font-size: 3rem;
  }
  .content_container > .container:first-child > .row:first-child > .col:first-child > .content > .frame:first-child > header:first-child > *:nth-child(2) {
    font-size: 2.2rem;
  }
  .content_container > .container > .row {
    padding-right: 0;
    padding-left: 0;
  }
  .content_container.recipesearch > .container > .row {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media all and (min-width: 1024px) {
  .instagram_gallery > a {
    width: 32.33%;
    padding-bottom: calc(33.33% * 0.7);
  }
  .instagram_gallery > a:nth-child(5n + 3) {
    float: right;
    padding-bottom: calc(33.33% * 1.4);
  }
  .instagram_gallery > a:nth-child(5n + 4) {
    width: 65.67%;
    padding-bottom: calc(66.66% * 0.7);
  }
  .instagram_gallery > a:nth-child(n + 6) {
    display: none;
  }
}
/*# sourceMappingURL=main.css.map */