.ce-align-left {
  text-align:left;
}
.ce-align-center {
  text-align:center;
}
.ce-align-right {
  text-align:right;
}
.ce-table td,
.ce-table th {
  vertical-align:top;
}
.ce-textpic,
.ce-image,
.ce-nowrap .ce-bodytext,
.ce-gallery,
.ce-row,
.ce-uploads li,
.ce-uploads div {
  overflow:hidden;
}
.ce-left .ce-gallery,
.ce-column {
  float:left;
}
.ce-center .ce-outer {
  position:relative;
  float:right;
  right:50%;
}
.ce-center .ce-inner {
  position:relative;
  float:right;
  right:-50%;
}
.ce-right .ce-gallery {
  float:right;
}
.ce-gallery figure {
  display:table;
  margin:0;
}
.ce-gallery figcaption {
  display:table-caption;
  caption-side:bottom;
}
.ce-gallery img {
  display:block;
}
.ce-gallery iframe {
  border-width:0;
}
.ce-border img,
.ce-border iframe {
  border:2px solid #000000;
  padding:0px;
}
.ce-intext.ce-right .ce-gallery,
.ce-intext.ce-left .ce-gallery,
.ce-above .ce-gallery {
  margin-bottom:10px;
}
.ce-image .ce-gallery {
  margin-bottom:0;
}
.ce-intext.ce-right .ce-gallery {
  margin-left:10px;
}
.ce-intext.ce-left .ce-gallery {
  margin-right:10px;
}
.ce-below .ce-gallery {
  margin-top:10px;
}
.ce-column {
  margin-right:10px;
}
.ce-column:last-child {
  margin-right:0;
}
.ce-row {
  margin-bottom:10px;
}
.ce-row:last-child {
  margin-bottom:0;
}
.ce-above .ce-bodytext {
  clear:both;
}
.ce-intext.ce-left ol,
.ce-intext.ce-left ul {
  padding-left:40px;
  overflow:auto;
}
.ce-headline-left {
  text-align:left;
}
.ce-headline-center {
  text-align:center;
}
.ce-headline-right {
  text-align:right;
}
.ce-uploads {
  margin:0;
  padding:0;
}
.ce-uploads li {
  list-style:none outside none;
  margin:1em 0;
}
.ce-uploads img {
  float:left;
  padding-right:1em;
  vertical-align:top;
}
.ce-uploads span {
  display:block;
}
.ce-table {
  width:100%;
  max-width:100%;
}
.ce-table th,
.ce-table td {
  padding:0.5em 0.75em;
  vertical-align:top;
}
.ce-table thead th {
  border-bottom:2px solid #dadada;
}
.ce-table th,
.ce-table td {
  border-top:1px solid #dadada;
}
.ce-table-striped tbody tr:nth-of-type(odd) {
  background-color:rgba(0,0,0,.05);
}
.ce-table-bordered th,
.ce-table-bordered td {
  border:1px solid #dadada;
}
.frame-space-before-extra-small {
  margin-top:1em;
}
.frame-space-before-small {
  margin-top:2em;
}
.frame-space-before-medium {
  margin-top:3em;
}
.frame-space-before-large {
  margin-top:4em;
}
.frame-space-before-extra-large {
  margin-top:5em;
}
.frame-space-after-extra-small {
  margin-bottom:1em;
}
.frame-space-after-small {
  margin-bottom:2em;
}
.frame-space-after-medium {
  margin-bottom:3em;
}
.frame-space-after-large {
  margin-bottom:4em;
}
.frame-space-after-extra-large {
  margin-bottom:5em;
}
.frame-ruler-before:before {
  content:'';
  display:block;
  border-top:1px solid rgba(0,0,0,0.25);
  margin-bottom:2em;
}
.frame-ruler-after:after {
  content:'';
  display:block;
  border-bottom:1px solid rgba(0,0,0,0.25);
  margin-top:2em;
}
.frame-indent {
  margin-left:15%;
  margin-right:15%;
}
.frame-indent-left {
  margin-left:33%;
}
.frame-indent-right {
  margin-right:33%;
}
.captcha {
  margin-bottom:.5rem;
}
.captcha a {
  margin-left:.5rem;
}
.captcha--reloading img {
  opacity:0.5;
}
.captcha--reloading a {
  cursor:auto;
}
.captcha--spin .captcha__reload svg {
  animation:spin 0.8s infinite linear;
}
.captcha__audio__mute {
  display:none;
}
.captcha--playing .captcha__audio__mute {
  display:inherit;
}
.captcha--playing .captcha__audio__sound {
  display:none;
}
@keyframes spin {
  from {
    transform:rotate(359deg);
  }
  to {
    transform:rotate(0deg);
  }
}
.fs-product-demographics li {
  line-height:28px;
  border:1px solid #8e9192;
  border-radius:20px;
  font-size:14px;
  color:#8e9192;
  text-transform:uppercase;
  max-width:200px;
  float:left;
  padding:0 10px;
  margin:6px 6px;
  cursor:pointer;
}
.fs-product-demographics li a {
  text-decoration:none;
  text-transform:uppercase;
  color:inherit;
}
.fs-product-demographics li a:active,
.fs-product-demographics li a:link,
.fs-product-demographics li a:visited {
  color:inherit;
  text-decoration:none;
}
.fs-product-demographics .active {
  background-color:#003683;
  color:white;
  border-color:#003683;
}
*,
:before,
:after {
  box-sizing:border-box
}
@media (prefers-reduced-motion:no-preference) {
  :root {
    scroll-behavior:smooth
  }
}
body {
  font-family:var(--bs-body-font-family);
  font-size:var(--bs-body-font-size);
  font-weight:var(--bs-body-font-weight);
  line-height:var(--bs-body-line-height);
  color:var(--bs-body-color);
  text-align:var(--bs-body-text-align);
  background-color:var(--bs-body-bg);
  -webkit-text-size-adjust:100%;
  -webkit-tap-highlight-color:#0000;
  margin:0
}
hr {
  color:inherit;
  border:0;
  border-top:var(--bs-border-width) solid;
  opacity:.25;
  margin:1rem 0
}
h6,
h5,
h4,
h3,
h2,
h1 {
  color:var(--bs-heading-color);
  margin-top:0;
  margin-bottom:.5rem;
  font-weight:500;
  line-height:1.2
}
h1 {
  font-size:calc(1.375rem + 1.5vw)
}
@media (min-width:1200px) {
  h1 {
    font-size:2.5rem
  }
}
h2 {
  font-size:calc(1.325rem + .9vw)
}
@media (min-width:1200px) {
  h2 {
    font-size:2rem
  }
}
h3 {
  font-size:calc(1.3rem + .6vw)
}
@media (min-width:1200px) {
  h3 {
    font-size:1.75rem
  }
}
h4 {
  font-size:calc(1.275rem + .3vw)
}
@media (min-width:1200px) {
  h4 {
    font-size:1.5rem
  }
}
h5 {
  font-size:1.25rem
}
h6 {
  font-size:1rem
}
p {
  margin-top:0;
  margin-bottom:1rem
}
abbr[title] {
  cursor:help;
  -webkit-text-decoration-skip-ink:none;
  text-decoration-skip-ink:none;
  -webkit-text-decoration:underline dotted;
  text-decoration:underline dotted
}
address {
  font-style:normal;
  line-height:inherit;
  margin-bottom:1rem
}
ol,
ul {
  padding-left:2rem
}
ol,
ul,
dl {
  margin-top:0;
  margin-bottom:1rem
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom:0
}
dt {
  font-weight:700
}
dd {
  margin-bottom:.5rem;
  margin-left:0
}
blockquote {
  margin:0 0 1rem
}
b,
strong {
  font-weight:bolder
}
small {
  font-size:.875em
}
mark {
  color:var(--bs-highlight-color);
  background-color:var(--bs-highlight-bg);
  padding:.1875em
}
sub,
sup {
  vertical-align:baseline;
  font-size:.75em;
  line-height:0;
  position:relative
}
sub {
  bottom:-.25em
}
sup {
  top:-.5em
}
a:hover {
  --bs-link-color-rgb:var(--bs-link-hover-color-rgb)
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color:inherit;
  text-decoration:none
}
pre,
code,
kbd,
samp {
  font-family:var(--bs-font-monospace);
  font-size:1em
}
pre {
  margin-top:0;
  margin-bottom:1rem;
  font-size:.875em;
  display:block;
  overflow:auto
}
pre code {
  font-size:inherit;
  color:inherit;
  word-break:normal
}
code {
  color:var(--bs-code-color);
  word-wrap:break-word;
  font-size:.875em
}
a>code {
  color:inherit
}
kbd {
  color:var(--bs-body-bg);
  background-color:var(--bs-body-color);
  border-radius:.25rem;
  padding:.1875rem .375rem;
  font-size:.875em
}
kbd kbd {
  padding:0;
  font-size:1em
}
figure {
  margin:0 0 1rem
}
img,
svg {
  vertical-align:middle
}
table {
  caption-side:bottom;
  border-collapse:collapse
}
caption {
  color:var(--bs-secondary-color);
  text-align:left;
  padding-top:.5rem;
  padding-bottom:.5rem
}
th {
  text-align:inherit;
  text-align:-webkit-match-parent
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color:inherit;
  border-style:solid;
  border-width:0
}
label {
  display:inline-block
}
button {
  border-radius:0
}
button:focus:not(:focus-visible) {
  outline:0
}
input,
button,
select,
optgroup,
textarea {
  font-family:inherit;
  font-size:inherit;
  line-height:inherit;
  margin:0
}
button,
select {
  text-transform:none
}
[role=button] {
  cursor:pointer
}
select {
  word-wrap:normal
}
select:disabled {
  opacity:1
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display:none!important
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance:button
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor:pointer
}
::-moz-focus-inner {
  border-style:none;
  padding:0
}
textarea {
  resize:vertical
}
fieldset {
  border:0;
  min-width:0;
  margin:0;
  padding:0
}
legend {
  float:left;
  width:100%;
  margin-bottom:.5rem;
  padding:0;
  font-size:calc(1.275rem + .3vw)
}
@media (min-width:1200px) {
  legend {
    font-size:1.5rem
  }
}
legend {
  line-height:inherit
}
legend+* {
  clear:left
}
::-webkit-datetime-edit-fields-wrapper {
  padding:0
}
::-webkit-datetime-edit-text {
  padding:0
}
::-webkit-datetime-edit-minute {
  padding:0
}
::-webkit-datetime-edit-hour-field {
  padding:0
}
::-webkit-datetime-edit-day-field {
  padding:0
}
::-webkit-datetime-edit-month-field {
  padding:0
}
::-webkit-datetime-edit-year-field {
  padding:0
}
::-webkit-inner-spin-button {
  height:auto
}
[type=search] {
  -webkit-appearance:textfield;
  outline-offset:-2px
}
::-webkit-search-decoration {
  -webkit-appearance:none
}
::-webkit-color-swatch-wrapper {
  padding:0
}
::-webkit-file-upload-button {
  font:inherit;
  -webkit-appearance:button
}
::file-selector-button {
  font:inherit;
  -webkit-appearance:button
}
output {
  display:inline-block
}
iframe {
  border:0
}
summary {
  cursor:pointer;
  display:list-item
}
progress {
  vertical-align:baseline
}
[hidden] {
  display:none!important
}
:root {
  --bs-breakpoint-xs:0;
  --bs-breakpoint-sm:576px;
  --bs-breakpoint-md:768px;
  --bs-breakpoint-lg:992px;
  --bs-breakpoint-xl:1200px;
  --bs-breakpoint-xxl:1400px
}
.row {
  --bs-gutter-x:1.5rem;
  --bs-gutter-y:0;
  margin-top:calc(-1 * var(--bs-gutter-y));
  margin-right:calc(-.5 * var(--bs-gutter-x));
  margin-left:calc(-.5 * var(--bs-gutter-x));
  flex-wrap:wrap;
  display:flex
}
.row>* {
  width:100%;
  max-width:100%;
  padding-right:calc(var(--bs-gutter-x) * .5);
  padding-left:calc(var(--bs-gutter-x) * .5);
  margin-top:var(--bs-gutter-y);
  flex-shrink:0
}
.col {
  flex:1 0
}
.row-cols-auto>* {
  flex:none;
  width:auto
}
.row-cols-1>* {
  flex:none;
  width:100%
}
.row-cols-2>* {
  flex:none;
  width:50%
}
.row-cols-3>* {
  flex:none;
  width:33.3333%
}
.row-cols-4>* {
  flex:none;
  width:25%
}
.row-cols-5>* {
  flex:none;
  width:20%
}
.row-cols-6>* {
  flex:none;
  width:16.6667%
}
.col-auto {
  flex:none;
  width:auto
}
.col-1 {
  flex:none;
  width:8.33333%
}
.col-2 {
  flex:none;
  width:16.6667%
}
.col-3 {
  flex:none;
  width:25%
}
.col-4 {
  flex:none;
  width:33.3333%
}
.col-5 {
  flex:none;
  width:41.6667%
}
.col-6 {
  flex:none;
  width:50%
}
.col-7 {
  flex:none;
  width:58.3333%
}
.col-8 {
  flex:none;
  width:66.6667%
}
.col-9 {
  flex:none;
  width:75%
}
.col-10 {
  flex:none;
  width:83.3333%
}
.col-11 {
  flex:none;
  width:91.6667%
}
.col-12 {
  flex:none;
  width:100%
}
.offset-1 {
  margin-left:8.33333%
}
.offset-2 {
  margin-left:16.6667%
}
.offset-3 {
  margin-left:25%
}
.offset-4 {
  margin-left:33.3333%
}
.offset-5 {
  margin-left:41.6667%
}
.offset-6 {
  margin-left:50%
}
.offset-7 {
  margin-left:58.3333%
}
.offset-8 {
  margin-left:66.6667%
}
.offset-9 {
  margin-left:75%
}
.offset-10 {
  margin-left:83.3333%
}
.offset-11 {
  margin-left:91.6667%
}
.g-0,
.gx-0 {
  --bs-gutter-x:0
}
.g-0,
.gy-0 {
  --bs-gutter-y:0
}
.g-1,
.gx-1 {
  --bs-gutter-x:.25rem
}
.g-1,
.gy-1 {
  --bs-gutter-y:.25rem
}
.g-2,
.gx-2 {
  --bs-gutter-x:.5rem
}
.g-2,
.gy-2 {
  --bs-gutter-y:.5rem
}
.g-3,
.gx-3 {
  --bs-gutter-x:1rem
}
.g-3,
.gy-3 {
  --bs-gutter-y:1rem
}
.g-4,
.gx-4 {
  --bs-gutter-x:1.5rem
}
.g-4,
.gy-4 {
  --bs-gutter-y:1.5rem
}
.g-5,
.gx-5 {
  --bs-gutter-x:3rem
}
.g-5,
.gy-5 {
  --bs-gutter-y:3rem
}
@media (min-width:576px) {
  .col-sm {
    flex:1 0
  }
  .row-cols-sm-auto>* {
    flex:none;
    width:auto
  }
  .row-cols-sm-1>* {
    flex:none;
    width:100%
  }
  .row-cols-sm-2>* {
    flex:none;
    width:50%
  }
  .row-cols-sm-3>* {
    flex:none;
    width:33.3333%
  }
  .row-cols-sm-4>* {
    flex:none;
    width:25%
  }
  .row-cols-sm-5>* {
    flex:none;
    width:20%
  }
  .row-cols-sm-6>* {
    flex:none;
    width:16.6667%
  }
  .col-sm-auto {
    flex:none;
    width:auto
  }
  .col-sm-1 {
    flex:none;
    width:8.33333%
  }
  .col-sm-2 {
    flex:none;
    width:16.6667%
  }
  .col-sm-3 {
    flex:none;
    width:25%
  }
  .col-sm-4 {
    flex:none;
    width:33.3333%
  }
  .col-sm-5 {
    flex:none;
    width:41.6667%
  }
  .col-sm-6 {
    flex:none;
    width:50%
  }
  .col-sm-7 {
    flex:none;
    width:58.3333%
  }
  .col-sm-8 {
    flex:none;
    width:66.6667%
  }
  .col-sm-9 {
    flex:none;
    width:75%
  }
  .col-sm-10 {
    flex:none;
    width:83.3333%
  }
  .col-sm-11 {
    flex:none;
    width:91.6667%
  }
  .col-sm-12 {
    flex:none;
    width:100%
  }
  .offset-sm-0 {
    margin-left:0
  }
  .offset-sm-1 {
    margin-left:8.33333%
  }
  .offset-sm-2 {
    margin-left:16.6667%
  }
  .offset-sm-3 {
    margin-left:25%
  }
  .offset-sm-4 {
    margin-left:33.3333%
  }
  .offset-sm-5 {
    margin-left:41.6667%
  }
  .offset-sm-6 {
    margin-left:50%
  }
  .offset-sm-7 {
    margin-left:58.3333%
  }
  .offset-sm-8 {
    margin-left:66.6667%
  }
  .offset-sm-9 {
    margin-left:75%
  }
  .offset-sm-10 {
    margin-left:83.3333%
  }
  .offset-sm-11 {
    margin-left:91.6667%
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x:0
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y:0
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x:.25rem
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y:.25rem
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x:.5rem
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y:.5rem
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x:1rem
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y:1rem
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x:1.5rem
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y:1.5rem
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x:3rem
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y:3rem
  }
}
@media (min-width:768px) {
  .col-md {
    flex:1 0
  }
  .row-cols-md-auto>* {
    flex:none;
    width:auto
  }
  .row-cols-md-1>* {
    flex:none;
    width:100%
  }
  .row-cols-md-2>* {
    flex:none;
    width:50%
  }
  .row-cols-md-3>* {
    flex:none;
    width:33.3333%
  }
  .row-cols-md-4>* {
    flex:none;
    width:25%
  }
  .row-cols-md-5>* {
    flex:none;
    width:20%
  }
  .row-cols-md-6>* {
    flex:none;
    width:16.6667%
  }
  .col-md-auto {
    flex:none;
    width:auto
  }
  .col-md-1 {
    flex:none;
    width:8.33333%
  }
  .col-md-2 {
    flex:none;
    width:16.6667%
  }
  .col-md-3 {
    flex:none;
    width:25%
  }
  .col-md-4 {
    flex:none;
    width:33.3333%
  }
  .col-md-5 {
    flex:none;
    width:41.6667%
  }
  .col-md-6 {
    flex:none;
    width:50%
  }
  .col-md-7 {
    flex:none;
    width:58.3333%
  }
  .col-md-8 {
    flex:none;
    width:66.6667%
  }
  .col-md-9 {
    flex:none;
    width:75%
  }
  .col-md-10 {
    flex:none;
    width:83.3333%
  }
  .col-md-11 {
    flex:none;
    width:91.6667%
  }
  .col-md-12 {
    flex:none;
    width:100%
  }
  .offset-md-0 {
    margin-left:0
  }
  .offset-md-1 {
    margin-left:8.33333%
  }
  .offset-md-2 {
    margin-left:16.6667%
  }
  .offset-md-3 {
    margin-left:25%
  }
  .offset-md-4 {
    margin-left:33.3333%
  }
  .offset-md-5 {
    margin-left:41.6667%
  }
  .offset-md-6 {
    margin-left:50%
  }
  .offset-md-7 {
    margin-left:58.3333%
  }
  .offset-md-8 {
    margin-left:66.6667%
  }
  .offset-md-9 {
    margin-left:75%
  }
  .offset-md-10 {
    margin-left:83.3333%
  }
  .offset-md-11 {
    margin-left:91.6667%
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x:0
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y:0
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x:.25rem
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y:.25rem
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x:.5rem
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y:.5rem
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x:1rem
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y:1rem
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x:1.5rem
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y:1.5rem
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x:3rem
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y:3rem
  }
}
@media (min-width:992px) {
  .col-lg {
    flex:1 0
  }
  .row-cols-lg-auto>* {
    flex:none;
    width:auto
  }
  .row-cols-lg-1>* {
    flex:none;
    width:100%
  }
  .row-cols-lg-2>* {
    flex:none;
    width:50%
  }
  .row-cols-lg-3>* {
    flex:none;
    width:33.3333%
  }
  .row-cols-lg-4>* {
    flex:none;
    width:25%
  }
  .row-cols-lg-5>* {
    flex:none;
    width:20%
  }
  .row-cols-lg-6>* {
    flex:none;
    width:16.6667%
  }
  .col-lg-auto {
    flex:none;
    width:auto
  }
  .col-lg-1 {
    flex:none;
    width:8.33333%
  }
  .col-lg-2 {
    flex:none;
    width:16.6667%
  }
  .col-lg-3 {
    flex:none;
    width:25%
  }
  .col-lg-4 {
    flex:none;
    width:33.3333%
  }
  .col-lg-5 {
    flex:none;
    width:41.6667%
  }
  .col-lg-6 {
    flex:none;
    width:50%
  }
  .col-lg-7 {
    flex:none;
    width:58.3333%
  }
  .col-lg-8 {
    flex:none;
    width:66.6667%
  }
  .col-lg-9 {
    flex:none;
    width:75%
  }
  .col-lg-10 {
    flex:none;
    width:83.3333%
  }
  .col-lg-11 {
    flex:none;
    width:91.6667%
  }
  .col-lg-12 {
    flex:none;
    width:100%
  }
  .offset-lg-0 {
    margin-left:0
  }
  .offset-lg-1 {
    margin-left:8.33333%
  }
  .offset-lg-2 {
    margin-left:16.6667%
  }
  .offset-lg-3 {
    margin-left:25%
  }
  .offset-lg-4 {
    margin-left:33.3333%
  }
  .offset-lg-5 {
    margin-left:41.6667%
  }
  .offset-lg-6 {
    margin-left:50%
  }
  .offset-lg-7 {
    margin-left:58.3333%
  }
  .offset-lg-8 {
    margin-left:66.6667%
  }
  .offset-lg-9 {
    margin-left:75%
  }
  .offset-lg-10 {
    margin-left:83.3333%
  }
  .offset-lg-11 {
    margin-left:91.6667%
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x:0
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y:0
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x:.25rem
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y:.25rem
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x:.5rem
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y:.5rem
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x:1rem
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y:1rem
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x:1.5rem
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y:1.5rem
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x:3rem
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y:3rem
  }
}
@media (min-width:1200px) {
  .col-xl {
    flex:1 0
  }
  .row-cols-xl-auto>* {
    flex:none;
    width:auto
  }
  .row-cols-xl-1>* {
    flex:none;
    width:100%
  }
  .row-cols-xl-2>* {
    flex:none;
    width:50%
  }
  .row-cols-xl-3>* {
    flex:none;
    width:33.3333%
  }
  .row-cols-xl-4>* {
    flex:none;
    width:25%
  }
  .row-cols-xl-5>* {
    flex:none;
    width:20%
  }
  .row-cols-xl-6>* {
    flex:none;
    width:16.6667%
  }
  .col-xl-auto {
    flex:none;
    width:auto
  }
  .col-xl-1 {
    flex:none;
    width:8.33333%
  }
  .col-xl-2 {
    flex:none;
    width:16.6667%
  }
  .col-xl-3 {
    flex:none;
    width:25%
  }
  .col-xl-4 {
    flex:none;
    width:33.3333%
  }
  .col-xl-5 {
    flex:none;
    width:41.6667%
  }
  .col-xl-6 {
    flex:none;
    width:50%
  }
  .col-xl-7 {
    flex:none;
    width:58.3333%
  }
  .col-xl-8 {
    flex:none;
    width:66.6667%
  }
  .col-xl-9 {
    flex:none;
    width:75%
  }
  .col-xl-10 {
    flex:none;
    width:83.3333%
  }
  .col-xl-11 {
    flex:none;
    width:91.6667%
  }
  .col-xl-12 {
    flex:none;
    width:100%
  }
  .offset-xl-0 {
    margin-left:0
  }
  .offset-xl-1 {
    margin-left:8.33333%
  }
  .offset-xl-2 {
    margin-left:16.6667%
  }
  .offset-xl-3 {
    margin-left:25%
  }
  .offset-xl-4 {
    margin-left:33.3333%
  }
  .offset-xl-5 {
    margin-left:41.6667%
  }
  .offset-xl-6 {
    margin-left:50%
  }
  .offset-xl-7 {
    margin-left:58.3333%
  }
  .offset-xl-8 {
    margin-left:66.6667%
  }
  .offset-xl-9 {
    margin-left:75%
  }
  .offset-xl-10 {
    margin-left:83.3333%
  }
  .offset-xl-11 {
    margin-left:91.6667%
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x:0
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y:0
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x:.25rem
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y:.25rem
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x:.5rem
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y:.5rem
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x:1rem
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y:1rem
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x:1.5rem
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y:1.5rem
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x:3rem
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y:3rem
  }
}
@media (min-width:1400px) {
  .col-xxl {
    flex:1 0
  }
  .row-cols-xxl-auto>* {
    flex:none;
    width:auto
  }
  .row-cols-xxl-1>* {
    flex:none;
    width:100%
  }
  .row-cols-xxl-2>* {
    flex:none;
    width:50%
  }
  .row-cols-xxl-3>* {
    flex:none;
    width:33.3333%
  }
  .row-cols-xxl-4>* {
    flex:none;
    width:25%
  }
  .row-cols-xxl-5>* {
    flex:none;
    width:20%
  }
  .row-cols-xxl-6>* {
    flex:none;
    width:16.6667%
  }
  .col-xxl-auto {
    flex:none;
    width:auto
  }
  .col-xxl-1 {
    flex:none;
    width:8.33333%
  }
  .col-xxl-2 {
    flex:none;
    width:16.6667%
  }
  .col-xxl-3 {
    flex:none;
    width:25%
  }
  .col-xxl-4 {
    flex:none;
    width:33.3333%
  }
  .col-xxl-5 {
    flex:none;
    width:41.6667%
  }
  .col-xxl-6 {
    flex:none;
    width:50%
  }
  .col-xxl-7 {
    flex:none;
    width:58.3333%
  }
  .col-xxl-8 {
    flex:none;
    width:66.6667%
  }
  .col-xxl-9 {
    flex:none;
    width:75%
  }
  .col-xxl-10 {
    flex:none;
    width:83.3333%
  }
  .col-xxl-11 {
    flex:none;
    width:91.6667%
  }
  .col-xxl-12 {
    flex:none;
    width:100%
  }
  .offset-xxl-0 {
    margin-left:0
  }
  .offset-xxl-1 {
    margin-left:8.33333%
  }
  .offset-xxl-2 {
    margin-left:16.6667%
  }
  .offset-xxl-3 {
    margin-left:25%
  }
  .offset-xxl-4 {
    margin-left:33.3333%
  }
  .offset-xxl-5 {
    margin-left:41.6667%
  }
  .offset-xxl-6 {
    margin-left:50%
  }
  .offset-xxl-7 {
    margin-left:58.3333%
  }
  .offset-xxl-8 {
    margin-left:66.6667%
  }
  .offset-xxl-9 {
    margin-left:75%
  }
  .offset-xxl-10 {
    margin-left:83.3333%
  }
  .offset-xxl-11 {
    margin-left:91.6667%
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x:0
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y:0
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x:.25rem
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y:.25rem
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x:.5rem
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y:.5rem
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x:1rem
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y:1rem
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x:1.5rem
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y:1.5rem
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x:3rem
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y:3rem
  }
}
.table {
  --bs-table-color-type:initial;
  --bs-table-bg-type:initial;
  --bs-table-color-state:initial;
  --bs-table-bg-state:initial;
  --bs-table-color:var(--bs-emphasis-color);
  --bs-table-bg:var(--bs-body-bg);
  --bs-table-border-color:var(--bs-border-color);
  --bs-table-accent-bg:transparent;
  --bs-table-striped-color:var(--bs-emphasis-color);
  --bs-table-striped-bg:rgba(var(--bs-emphasis-color-rgb),.05);
  --bs-table-active-color:var(--bs-emphasis-color);
  --bs-table-active-bg:rgba(var(--bs-emphasis-color-rgb),.1);
  --bs-table-hover-color:var(--bs-emphasis-color);
  --bs-table-hover-bg:rgba(var(--bs-emphasis-color-rgb),.075);
  vertical-align:top;
  border-color:var(--bs-table-border-color);
  width:100%;
  margin-bottom:1rem
}
.table>:not(caption)>*>* {
  color:var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));
  background-color:var(--bs-table-bg);
  border-bottom-width:var(--bs-border-width);
  box-shadow:inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)));
  padding:.5rem
}
.table>tbody {
  vertical-align:inherit
}
.table>thead {
  vertical-align:bottom
}
.table-group-divider {
  border-top:calc(var(--bs-border-width) * 2) solid currentcolor
}
.caption-top {
  caption-side:top
}
.table-sm>:not(caption)>*>* {
  padding:.25rem
}
.table-bordered>:not(caption)>* {
  border-width:var(--bs-border-width) 0
}
.table-bordered>:not(caption)>*>* {
  border-width:0 var(--bs-border-width)
}
.table-borderless>:not(caption)>*>* {
  border-bottom-width:0
}
.table-borderless>:not(:first-child) {
  border-top-width:0
}
.table-striped>tbody>tr:nth-of-type(odd)>*,
.table-striped-columns>:not(caption)>tr>:nth-child(2n) {
  --bs-table-color-type:var(--bs-table-striped-color);
  --bs-table-bg-type:var(--bs-table-striped-bg)
}
.table-active {
  --bs-table-color-state:var(--bs-table-active-color);
  --bs-table-bg-state:var(--bs-table-active-bg)
}
.table-hover>tbody>tr:hover>* {
  --bs-table-color-state:var(--bs-table-hover-color);
  --bs-table-bg-state:var(--bs-table-hover-bg)
}
.table-primary {
  --bs-table-color:#000;
  --bs-table-bg:#cfe2ff;
  --bs-table-border-color:#a5b5cc;
  --bs-table-striped-bg:#c4d7f2;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#bacbe5;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#bfd1ec;
  --bs-table-hover-color:#000;
  color:var(--bs-table-color);
  border-color:var(--bs-table-border-color)
}
.table-secondary {
  --bs-table-color:#000;
  --bs-table-bg:#e2e3e5;
  --bs-table-border-color:#b4b6b7;
  --bs-table-striped-bg:#d6d8da;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#cbcdce;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#d1d2d4;
  --bs-table-hover-color:#000;
  color:var(--bs-table-color);
  border-color:var(--bs-table-border-color)
}
.table-success {
  --bs-table-color:#000;
  --bs-table-bg:#d1e7dd;
  --bs-table-border-color:#a7b9b1;
  --bs-table-striped-bg:#c7dbd2;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#bcd0c7;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#c1d6cc;
  --bs-table-hover-color:#000;
  color:var(--bs-table-color);
  border-color:var(--bs-table-border-color)
}
.table-info {
  --bs-table-color:#000;
  --bs-table-bg:#cff4fc;
  --bs-table-border-color:#a5c4ca;
  --bs-table-striped-bg:#c4e8ef;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#badce3;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#bfe2e9;
  --bs-table-hover-color:#000;
  color:var(--bs-table-color);
  border-color:var(--bs-table-border-color)
}
.table-warning {
  --bs-table-color:#000;
  --bs-table-bg:#fff3cd;
  --bs-table-border-color:#ccc2a4;
  --bs-table-striped-bg:#f2e6c3;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#e6dab9;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#ece0be;
  --bs-table-hover-color:#000;
  color:var(--bs-table-color);
  border-color:var(--bs-table-border-color)
}
.table-danger {
  --bs-table-color:#000;
  --bs-table-bg:#f8d7da;
  --bs-table-border-color:#c6acae;
  --bs-table-striped-bg:#eccccf;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#dfc1c4;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#e5c7c9;
  --bs-table-hover-color:#000;
  color:var(--bs-table-color);
  border-color:var(--bs-table-border-color)
}
.table-light {
  --bs-table-color:#000;
  --bs-table-bg:#f8f9fa;
  --bs-table-border-color:#c6c7c8;
  --bs-table-striped-bg:#ecedee;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#dfe0e1;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#e5e6e7;
  --bs-table-hover-color:#000;
  color:var(--bs-table-color);
  border-color:var(--bs-table-border-color)
}
.table-dark {
  --bs-table-color:#fff;
  --bs-table-bg:#212529;
  --bs-table-border-color:#4d5154;
  --bs-table-striped-bg:#2c3034;
  --bs-table-striped-color:#fff;
  --bs-table-active-bg:#373b3e;
  --bs-table-active-color:#fff;
  --bs-table-hover-bg:#323539;
  --bs-table-hover-color:#fff;
  color:var(--bs-table-color);
  border-color:var(--bs-table-border-color)
}
.table-responsive {
  -webkit-overflow-scrolling:touch;
  overflow-x:auto
}
@media (max-width:575.98px) {
  .table-responsive-sm {
    -webkit-overflow-scrolling:touch;
    overflow-x:auto
  }
}
@media (max-width:767.98px) {
  .table-responsive-md {
    -webkit-overflow-scrolling:touch;
    overflow-x:auto
  }
}
@media (max-width:991.98px) {
  .table-responsive-lg {
    -webkit-overflow-scrolling:touch;
    overflow-x:auto
  }
}
@media (max-width:1199.98px) {
  .table-responsive-xl {
    -webkit-overflow-scrolling:touch;
    overflow-x:auto
  }
}
@media (max-width:1399.98px) {
  .table-responsive-xxl {
    -webkit-overflow-scrolling:touch;
    overflow-x:auto
  }
}
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position:relative
}
.dropdown-toggle {
  white-space:nowrap
}
.dropdown-toggle:after {
  vertical-align:.255em;
  content:"";
  border:.3em solid #0000;
  border-top-color:currentColor;
  border-bottom:0;
  margin-left:.255em;
  display:inline-block
}
.dropdown-toggle:empty:after {
  margin-left:0
}
.dropdown-menu {
  --bs-dropdown-zindex:1000;
  --bs-dropdown-min-width:10rem;
  --bs-dropdown-padding-x:0;
  --bs-dropdown-padding-y:.5rem;
  --bs-dropdown-spacer:.125rem;
  --bs-dropdown-font-size:1rem;
  --bs-dropdown-color:var(--bs-body-color);
  --bs-dropdown-bg:var(--bs-body-bg);
  --bs-dropdown-border-color:var(--bs-border-color-translucent);
  --bs-dropdown-border-radius:var(--bs-border-radius);
  --bs-dropdown-border-width:var(--bs-border-width);
  --bs-dropdown-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg:var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y:.5rem;
  --bs-dropdown-box-shadow:var(--bs-box-shadow);
  --bs-dropdown-link-color:var(--bs-body-color);
  --bs-dropdown-link-hover-color:var(--bs-body-color);
  --bs-dropdown-link-hover-bg:var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color:#fff;
  --bs-dropdown-link-active-bg:#0d6efd;
  --bs-dropdown-link-disabled-color:var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x:1rem;
  --bs-dropdown-item-padding-y:.25rem;
  --bs-dropdown-header-color:#6c757d;
  --bs-dropdown-header-padding-x:1rem;
  --bs-dropdown-header-padding-y:.5rem;
  z-index:var(--bs-dropdown-zindex);
  min-width:var(--bs-dropdown-min-width);
  padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  font-size:var(--bs-dropdown-font-size);
  color:var(--bs-dropdown-color);
  text-align:left;
  background-color:var(--bs-dropdown-bg);
  border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius:var(--bs-dropdown-border-radius);
  background-clip:padding-box;
  margin:0;
  list-style:none;
  display:none;
  position:absolute
}
.dropdown-menu[data-bs-popper] {
  margin-top:var(--bs-dropdown-spacer);
  top:100%;
  left:0
}
.dropdown-menu-start {
  --bs-position:start
}
.dropdown-menu-start[data-bs-popper] {
  left:0;
  right:auto
}
.dropdown-menu-end {
  --bs-position:end
}
.dropdown-menu-end[data-bs-popper] {
  left:auto;
  right:0
}
@media (min-width:576px) {
  .dropdown-menu-sm-start {
    --bs-position:start
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    left:0;
    right:auto
  }
  .dropdown-menu-sm-end {
    --bs-position:end
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    left:auto;
    right:0
  }
}
@media (min-width:768px) {
  .dropdown-menu-md-start {
    --bs-position:start
  }
  .dropdown-menu-md-start[data-bs-popper] {
    left:0;
    right:auto
  }
  .dropdown-menu-md-end {
    --bs-position:end
  }
  .dropdown-menu-md-end[data-bs-popper] {
    left:auto;
    right:0
  }
}
@media (min-width:992px) {
  .dropdown-menu-lg-start {
    --bs-position:start
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    left:0;
    right:auto
  }
  .dropdown-menu-lg-end {
    --bs-position:end
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    left:auto;
    right:0
  }
}
@media (min-width:1200px) {
  .dropdown-menu-xl-start {
    --bs-position:start
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    left:0;
    right:auto
  }
  .dropdown-menu-xl-end {
    --bs-position:end
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    left:auto;
    right:0
  }
}
@media (min-width:1400px) {
  .dropdown-menu-xxl-start {
    --bs-position:start
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    left:0;
    right:auto
  }
  .dropdown-menu-xxl-end {
    --bs-position:end
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    left:auto;
    right:0
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  margin-top:0;
  margin-bottom:var(--bs-dropdown-spacer);
  top:auto;
  bottom:100%
}
.dropup .dropdown-toggle:after {
  vertical-align:.255em;
  content:"";
  border:.3em solid #0000;
  border-top:0;
  border-bottom-color:currentColor;
  margin-left:.255em;
  display:inline-block
}
.dropup .dropdown-toggle:empty:after {
  margin-left:0
}
.dropend .dropdown-menu[data-bs-popper] {
  margin-top:0;
  margin-left:var(--bs-dropdown-spacer);
  top:0;
  left:100%;
  right:auto
}
.dropend .dropdown-toggle:after {
  vertical-align:.255em;
  content:"";
  border:.3em solid #0000;
  border-left-color:currentColor;
  border-right:0;
  margin-left:.255em;
  display:inline-block
}
.dropend .dropdown-toggle:empty:after {
  margin-left:0
}
.dropend .dropdown-toggle:after {
  vertical-align:0
}
.dropstart .dropdown-menu[data-bs-popper] {
  margin-top:0;
  margin-right:var(--bs-dropdown-spacer);
  top:0;
  left:auto;
  right:100%
}
.dropstart .dropdown-toggle:after {
  vertical-align:.255em;
  content:"";
  margin-left:.255em;
  display:none
}
.dropstart .dropdown-toggle:before {
  vertical-align:.255em;
  content:"";
  border-top:.3em solid #0000;
  border-bottom:.3em solid #0000;
  border-right:.3em solid;
  margin-right:.255em;
  display:inline-block
}
.dropstart .dropdown-toggle:empty:after {
  margin-left:0
}
.dropstart .dropdown-toggle:before {
  vertical-align:0
}
.dropdown-divider {
  height:0;
  margin:var(--bs-dropdown-divider-margin-y) 0;
  border-top:1px solid var(--bs-dropdown-divider-bg);
  opacity:1;
  overflow:hidden
}
.dropdown-item {
  width:100%;
  padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear:both;
  color:var(--bs-dropdown-link-color);
  text-align:inherit;
  white-space:nowrap;
  border-radius:var(--bs-dropdown-item-border-radius,0);
  background-color:#0000;
  border:0;
  font-weight:400;
  text-decoration:none;
  display:block
}
.dropdown-item:hover,
.dropdown-item:focus {
  color:var(--bs-dropdown-link-hover-color);
  background-color:var(--bs-dropdown-link-hover-bg)
}
.dropdown-item.active,
.dropdown-item:active {
  color:var(--bs-dropdown-link-active-color);
  background-color:var(--bs-dropdown-link-active-bg);
  text-decoration:none
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color:var(--bs-dropdown-link-disabled-color);
  pointer-events:none;
  background-color:#0000
}
.dropdown-menu.show {
  display:block
}
.dropdown-header {
  padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  color:var(--bs-dropdown-header-color);
  white-space:nowrap;
  margin-bottom:0;
  font-size:.875rem;
  display:block
}
.dropdown-item-text {
  padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color:var(--bs-dropdown-link-color);
  display:block
}
.dropdown-menu-dark {
  --bs-dropdown-color:#dee2e6;
  --bs-dropdown-bg:#343a40;
  --bs-dropdown-border-color:var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow:;
  --bs-dropdown-link-color:#dee2e6;
  --bs-dropdown-link-hover-color:#fff;
  --bs-dropdown-divider-bg:var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg:#ffffff26;
  --bs-dropdown-link-active-color:#fff;
  --bs-dropdown-link-active-bg:#0d6efd;
  --bs-dropdown-link-disabled-color:#adb5bd;
  --bs-dropdown-header-color:#adb5bd
}
.fa {
  font-family:var(--fa-style-family,"Font Awesome 6 Free");
  font-weight:var(--fa-style,900)
}
.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  display:var(--fa-display,inline-block);
  font-variant:normal;
  text-rendering:auto;
  font-style:normal;
  line-height:1
}
.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family:"Font Awesome 6 Free"
}
.fab,
.fa-brands {
  font-family:"Font Awesome 6 Brands"
}
.fa-1x {
  font-size:1em
}
.fa-2x {
  font-size:2em
}
.fa-3x {
  font-size:3em
}
.fa-4x {
  font-size:4em
}
.fa-5x {
  font-size:5em
}
.fa-6x {
  font-size:6em
}
.fa-7x {
  font-size:7em
}
.fa-8x {
  font-size:8em
}
.fa-9x {
  font-size:9em
}
.fa-10x {
  font-size:10em
}
.fa-2xs {
  vertical-align:.225em;
  font-size:.625em;
  line-height:.1em
}
.fa-xs {
  vertical-align:.125em;
  font-size:.75em;
  line-height:.0833333em
}
.fa-sm {
  vertical-align:.0535714em;
  font-size:.875em;
  line-height:.0714286em
}
.fa-lg {
  vertical-align:-.075em;
  font-size:1.25em;
  line-height:.05em
}
.fa-xl {
  vertical-align:-.125em;
  font-size:1.5em;
  line-height:.0416667em
}
.fa-2xl {
  vertical-align:-.1875em;
  font-size:2em;
  line-height:.03125em
}
.fa-fw {
  text-align:center;
  width:1.25em
}
.fa-ul {
  margin-left:var(--fa-li-margin,2.5em);
  padding-left:0;
  list-style-type:none
}
.fa-ul>li {
  position:relative
}
.fa-li {
  left:calc(var(--fa-li-width,2em) * -1);
  text-align:center;
  width:var(--fa-li-width,2em);
  line-height:inherit;
  position:absolute
}
.fa-border {
  border-color:var(--fa-border-color,#eee);
  border-radius:var(--fa-border-radius,.1em);
  border-style:var(--fa-border-style,solid);
  border-width:var(--fa-border-width,.08em);
  padding:var(--fa-border-padding,.2em .25em .15em)
}
.fa-pull-left {
  float:left;
  margin-right:var(--fa-pull-margin,.3em)
}
.fa-pull-right {
  float:right;
  margin-left:var(--fa-pull-margin,.3em)
}
.fa-beat {
  animation-name:fa-beat;
  animation-delay:var(--fa-animation-delay,0s);
  animation-direction:var(--fa-animation-direction,normal);
  animation-duration:var(--fa-animation-duration,1s);
  animation-iteration-count:var(--fa-animation-iteration-count,infinite);
  animation-timing-function:var(--fa-animation-timing,ease-in-out)
}
.fa-bounce {
  animation-name:fa-bounce;
  animation-delay:var(--fa-animation-delay,0s);
  animation-direction:var(--fa-animation-direction,normal);
  animation-duration:var(--fa-animation-duration,1s);
  animation-iteration-count:var(--fa-animation-iteration-count,infinite);
  animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))
}
.fa-fade {
  animation-name:fa-fade;
  animation-delay:var(--fa-animation-delay,0s);
  animation-direction:var(--fa-animation-direction,normal);
  animation-duration:var(--fa-animation-duration,1s);
  animation-iteration-count:var(--fa-animation-iteration-count,infinite);
  animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))
}
.fa-beat-fade {
  animation-name:fa-beat-fade;
  animation-delay:var(--fa-animation-delay,0s);
  animation-direction:var(--fa-animation-direction,normal);
  animation-duration:var(--fa-animation-duration,1s);
  animation-iteration-count:var(--fa-animation-iteration-count,infinite);
  animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))
}
.fa-flip {
  animation-name:fa-flip;
  animation-delay:var(--fa-animation-delay,0s);
  animation-direction:var(--fa-animation-direction,normal);
  animation-duration:var(--fa-animation-duration,1s);
  animation-iteration-count:var(--fa-animation-iteration-count,infinite);
  animation-timing-function:var(--fa-animation-timing,ease-in-out)
}
.fa-shake {
  animation-name:fa-shake;
  animation-delay:var(--fa-animation-delay,0s);
  animation-direction:var(--fa-animation-direction,normal);
  animation-duration:var(--fa-animation-duration,1s);
  animation-iteration-count:var(--fa-animation-iteration-count,infinite);
  animation-timing-function:var(--fa-animation-timing,linear)
}
.fa-spin {
  animation-name:fa-spin;
  animation-delay:var(--fa-animation-delay,0s);
  animation-direction:var(--fa-animation-direction,normal);
  animation-duration:var(--fa-animation-duration,2s);
  animation-iteration-count:var(--fa-animation-iteration-count,infinite);
  animation-timing-function:var(--fa-animation-timing,linear)
}
.fa-spin-reverse {
  --fa-animation-direction:reverse
}
.fa-pulse,
.fa-spin-pulse {
  animation-name:fa-spin;
  animation-direction:var(--fa-animation-direction,normal);
  animation-duration:var(--fa-animation-duration,1s);
  animation-iteration-count:var(--fa-animation-iteration-count,infinite);
  animation-timing-function:var(--fa-animation-timing,steps(8))
}
@media (prefers-reduced-motion:reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    transition-duration:0s;
    transition-delay:0s;
    animation-duration:1ms;
    animation-iteration-count:1;
    animation-delay:-1ms
  }
}
@keyframes fa-beat {
  0%,
  90% {
    transform:scale(1)
  }
  45% {
    transform:scale(var(--fa-beat-scale,1.25))
  }
}
@keyframes fa-bounce {
  0% {
    transform:scale(1)translateY(0)
  }
  10% {
    transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)
  }
  30% {
    transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))
  }
  50% {
    transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)
  }
  57% {
    transform:scale(1,1) translateY(var(--fa-bounce-rebound,-.125em))
  }
  64% {
    transform:scale(1)translateY(0)
  }
  to {
    transform:scale(1)translateY(0)
  }
}
@keyframes fa-fade {
  50% {
    opacity:var(--fa-fade-opacity,.4)
  }
}
@keyframes fa-beat-fade {
  0%,
  to {
    opacity:var(--fa-beat-fade-opacity,.4);
    transform:scale(1)
  }
  50% {
    opacity:1;
    transform:scale(var(--fa-beat-fade-scale,1.125))
  }
}
@keyframes fa-flip {
  50% {
    transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))
  }
}
@keyframes fa-shake {
  0% {
    transform:rotate(-15deg)
  }
  4% {
    transform:rotate(15deg)
  }
  8%,
  24% {
    transform:rotate(-18deg)
  }
  12%,
  28% {
    transform:rotate(18deg)
  }
  16% {
    transform:rotate(-22deg)
  }
  20% {
    transform:rotate(22deg)
  }
  32% {
    transform:rotate(-12deg)
  }
  36% {
    transform:rotate(12deg)
  }
  40%,
  to {
    transform:rotate(0)
  }
}
@keyframes fa-spin {
  0% {
    transform:rotate(0)
  }
  to {
    transform:rotate(360deg)
  }
}
.fa-rotate-90 {
  transform:rotate(90deg)
}
.fa-rotate-180 {
  transform:rotate(180deg)
}
.fa-rotate-270 {
  transform:rotate(270deg)
}
.fa-flip-horizontal {
  transform:scaleX(-1)
}
.fa-flip-vertical {
  transform:scaleY(-1)
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform:scale(-1)
}
.fa-rotate-by {
  transform:rotate(var(--fa-rotate-angle,none))
}
.fa-stack {
  vertical-align:middle;
  width:2.5em;
  height:2em;
  line-height:2em;
  display:inline-block;
  position:relative
}
.fa-stack-1x,
.fa-stack-2x {
  text-align:center;
  width:100%;
  z-index:var(--fa-stack-z-index,auto);
  position:absolute;
  left:0
}
.fa-stack-1x {
  line-height:inherit
}
.fa-stack-2x {
  font-size:2em
}
.fa-inverse {
  color:var(--fa-inverse,#fff)
}
.fa-0:before {
  content:"0"
}
.fa-1:before {
  content:"1"
}
.fa-2:before {
  content:"2"
}
.fa-3:before {
  content:"3"
}
.fa-4:before {
  content:"4"
}
.fa-5:before {
  content:"5"
}
.fa-6:before {
  content:"6"
}
.fa-7:before {
  content:"7"
}
.fa-8:before {
  content:"8"
}
.fa-9:before {
  content:"9"
}
.fa-fill-drip:before {
  content:""
}
.fa-arrows-to-circle:before {
  content:""
}
.fa-circle-chevron-right:before,
.fa-chevron-circle-right:before {
  content:""
}
.fa-at:before {
  content:"@"
}
.fa-trash-can:before,
.fa-trash-alt:before {
  content:""
}
.fa-text-height:before {
  content:""
}
.fa-user-xmark:before,
.fa-user-times:before {
  content:""
}
.fa-stethoscope:before {
  content:""
}
.fa-message:before,
.fa-comment-alt:before {
  content:""
}
.fa-info:before {
  content:""
}
.fa-down-left-and-up-right-to-center:before,
.fa-compress-alt:before {
  content:""
}
.fa-explosion:before {
  content:""
}
.fa-file-lines:before,
.fa-file-alt:before,
.fa-file-text:before {
  content:""
}
.fa-wave-square:before {
  content:""
}
.fa-ring:before {
  content:""
}
.fa-building-un:before {
  content:""
}
.fa-dice-three:before {
  content:""
}
.fa-calendar-days:before,
.fa-calendar-alt:before {
  content:""
}
.fa-anchor-circle-check:before {
  content:""
}
.fa-building-circle-arrow-right:before {
  content:""
}
.fa-volleyball:before,
.fa-volleyball-ball:before {
  content:""
}
.fa-arrows-up-to-line:before {
  content:""
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content:""
}
.fa-circle-minus:before,
.fa-minus-circle:before {
  content:""
}
.fa-door-open:before {
  content:""
}
.fa-right-from-bracket:before,
.fa-sign-out-alt:before {
  content:""
}
.fa-atom:before {
  content:""
}
.fa-soap:before {
  content:""
}
.fa-icons:before,
.fa-heart-music-camera-bolt:before {
  content:""
}
.fa-microphone-lines-slash:before,
.fa-microphone-alt-slash:before {
  content:""
}
.fa-bridge-circle-check:before {
  content:""
}
.fa-pump-medical:before {
  content:""
}
.fa-fingerprint:before {
  content:""
}
.fa-hand-point-right:before {
  content:""
}
.fa-magnifying-glass-location:before,
.fa-search-location:before {
  content:""
}
.fa-forward-step:before,
.fa-step-forward:before {
  content:""
}
.fa-face-smile-beam:before,
.fa-smile-beam:before {
  content:""
}
.fa-flag-checkered:before {
  content:""
}
.fa-football:before,
.fa-football-ball:before {
  content:""
}
.fa-school-circle-exclamation:before {
  content:""
}
.fa-crop:before {
  content:""
}
.fa-angles-down:before,
.fa-angle-double-down:before {
  content:""
}
.fa-users-rectangle:before {
  content:""
}
.fa-people-roof:before {
  content:""
}
.fa-people-line:before {
  content:""
}
.fa-beer-mug-empty:before,
.fa-beer:before {
  content:""
}
.fa-diagram-predecessor:before {
  content:""
}
.fa-arrow-up-long:before,
.fa-long-arrow-up:before {
  content:""
}
.fa-fire-flame-simple:before,
.fa-burn:before {
  content:""
}
.fa-person:before,
.fa-male:before {
  content:""
}
.fa-laptop:before {
  content:""
}
.fa-file-csv:before {
  content:""
}
.fa-menorah:before {
  content:""
}
.fa-truck-plane:before {
  content:""
}
.fa-record-vinyl:before {
  content:""
}
.fa-face-grin-stars:before,
.fa-grin-stars:before {
  content:""
}
.fa-bong:before {
  content:""
}
.fa-spaghetti-monster-flying:before,
.fa-pastafarianism:before {
  content:""
}
.fa-arrow-down-up-across-line:before {
  content:""
}
.fa-spoon:before,
.fa-utensil-spoon:before {
  content:""
}
.fa-jar-wheat:before {
  content:""
}
.fa-envelopes-bulk:before,
.fa-mail-bulk:before {
  content:""
}
.fa-file-circle-exclamation:before {
  content:""
}
.fa-circle-h:before,
.fa-hospital-symbol:before {
  content:""
}
.fa-pager:before {
  content:""
}
.fa-address-book:before,
.fa-contact-book:before {
  content:""
}
.fa-strikethrough:before {
  content:""
}
.fa-k:before {
  content:"K"
}
.fa-landmark-flag:before {
  content:""
}
.fa-pencil:before,
.fa-pencil-alt:before {
  content:""
}
.fa-backward:before {
  content:""
}
.fa-caret-right:before {
  content:""
}
.fa-comments:before {
  content:""
}
.fa-paste:before,
.fa-file-clipboard:before {
  content:""
}
.fa-code-pull-request:before {
  content:""
}
.fa-clipboard-list:before {
  content:""
}
.fa-truck-ramp-box:before,
.fa-truck-loading:before {
  content:""
}
.fa-user-check:before {
  content:""
}
.fa-vial-virus:before {
  content:""
}
.fa-sheet-plastic:before {
  content:""
}
.fa-blog:before {
  content:""
}
.fa-user-ninja:before {
  content:""
}
.fa-person-arrow-up-from-line:before {
  content:""
}
.fa-scroll-torah:before,
.fa-torah:before {
  content:""
}
.fa-broom-ball:before,
.fa-quidditch:before,
.fa-quidditch-broom-ball:before {
  content:""
}
.fa-toggle-off:before {
  content:""
}
.fa-box-archive:before,
.fa-archive:before {
  content:""
}
.fa-person-drowning:before {
  content:""
}
.fa-arrow-down-9-1:before,
.fa-sort-numeric-desc:before,
.fa-sort-numeric-down-alt:before {
  content:""
}
.fa-face-grin-tongue-squint:before,
.fa-grin-tongue-squint:before {
  content:""
}
.fa-spray-can:before {
  content:""
}
.fa-truck-monster:before {
  content:""
}
.fa-w:before {
  content:"W"
}
.fa-earth-africa:before,
.fa-globe-africa:before {
  content:""
}
.fa-rainbow:before {
  content:""
}
.fa-circle-notch:before {
  content:""
}
.fa-tablet-screen-button:before,
.fa-tablet-alt:before {
  content:""
}
.fa-paw:before {
  content:""
}
.fa-cloud:before {
  content:""
}
.fa-trowel-bricks:before {
  content:""
}
.fa-face-flushed:before,
.fa-flushed:before {
  content:""
}
.fa-hospital-user:before {
  content:""
}
.fa-tent-arrow-left-right:before {
  content:""
}
.fa-gavel:before,
.fa-legal:before {
  content:""
}
.fa-binoculars:before {
  content:""
}
.fa-microphone-slash:before {
  content:""
}
.fa-box-tissue:before {
  content:""
}
.fa-motorcycle:before {
  content:""
}
.fa-bell-concierge:before,
.fa-concierge-bell:before {
  content:""
}
.fa-pen-ruler:before,
.fa-pencil-ruler:before {
  content:""
}
.fa-people-arrows:before,
.fa-people-arrows-left-right:before {
  content:""
}
.fa-mars-and-venus-burst:before {
  content:""
}
.fa-square-caret-right:before,
.fa-caret-square-right:before {
  content:""
}
.fa-scissors:before,
.fa-cut:before {
  content:""
}
.fa-sun-plant-wilt:before {
  content:""
}
.fa-toilets-portable:before {
  content:""
}
.fa-hockey-puck:before {
  content:""
}
.fa-table:before {
  content:""
}
.fa-magnifying-glass-arrow-right:before {
  content:""
}
.fa-tachograph-digital:before,
.fa-digital-tachograph:before {
  content:""
}
.fa-users-slash:before {
  content:""
}
.fa-clover:before {
  content:""
}
.fa-reply:before,
.fa-mail-reply:before {
  content:""
}
.fa-star-and-crescent:before {
  content:""
}
.fa-house-fire:before {
  content:""
}
.fa-square-minus:before,
.fa-minus-square:before {
  content:""
}
.fa-helicopter:before {
  content:""
}
.fa-compass:before {
  content:""
}
.fa-square-caret-down:before,
.fa-caret-square-down:before {
  content:""
}
.fa-file-circle-question:before {
  content:""
}
.fa-laptop-code:before {
  content:""
}
.fa-swatchbook:before {
  content:""
}
.fa-prescription-bottle:before {
  content:""
}
.fa-bars:before,
.fa-navicon:before {
  content:""
}
.fa-people-group:before {
  content:""
}
.fa-hourglass-end:before,
.fa-hourglass-3:before {
  content:""
}
.fa-heart-crack:before,
.fa-heart-broken:before {
  content:""
}
.fa-square-up-right:before,
.fa-external-link-square-alt:before {
  content:""
}
.fa-face-kiss-beam:before,
.fa-kiss-beam:before {
  content:""
}
.fa-film:before {
  content:""
}
.fa-ruler-horizontal:before {
  content:""
}
.fa-people-robbery:before {
  content:""
}
.fa-lightbulb:before {
  content:""
}
.fa-caret-left:before {
  content:""
}
.fa-circle-exclamation:before,
.fa-exclamation-circle:before {
  content:""
}
.fa-school-circle-xmark:before {
  content:""
}
.fa-arrow-right-from-bracket:before,
.fa-sign-out:before {
  content:""
}
.fa-circle-chevron-down:before,
.fa-chevron-circle-down:before {
  content:""
}
.fa-unlock-keyhole:before,
.fa-unlock-alt:before {
  content:""
}
.fa-cloud-showers-heavy:before {
  content:""
}
.fa-headphones-simple:before,
.fa-headphones-alt:before {
  content:""
}
.fa-sitemap:before {
  content:""
}
.fa-circle-dollar-to-slot:before,
.fa-donate:before {
  content:""
}
.fa-memory:before {
  content:""
}
.fa-road-spikes:before {
  content:""
}
.fa-fire-burner:before {
  content:""
}
.fa-flag:before {
  content:""
}
.fa-hanukiah:before {
  content:""
}
.fa-feather:before {
  content:""
}
.fa-volume-low:before,
.fa-volume-down:before {
  content:""
}
.fa-comment-slash:before {
  content:""
}
.fa-cloud-sun-rain:before {
  content:""
}
.fa-compress:before {
  content:""
}
.fa-wheat-awn:before,
.fa-wheat-alt:before {
  content:""
}
.fa-ankh:before {
  content:""
}
.fa-hands-holding-child:before {
  content:""
}
.fa-asterisk:before {
  content:"*"
}
.fa-square-check:before,
.fa-check-square:before {
  content:""
}
.fa-peseta-sign:before {
  content:""
}
.fa-heading:before,
.fa-header:before {
  content:""
}
.fa-ghost:before {
  content:""
}
.fa-list:before,
.fa-list-squares:before {
  content:""
}
.fa-square-phone-flip:before,
.fa-phone-square-alt:before {
  content:""
}
.fa-cart-plus:before {
  content:""
}
.fa-gamepad:before {
  content:""
}
.fa-circle-dot:before,
.fa-dot-circle:before {
  content:""
}
.fa-face-dizzy:before,
.fa-dizzy:before {
  content:""
}
.fa-egg:before {
  content:""
}
.fa-house-medical-circle-xmark:before {
  content:""
}
.fa-campground:before {
  content:""
}
.fa-folder-plus:before {
  content:""
}
.fa-futbol:before,
.fa-futbol-ball:before,
.fa-soccer-ball:before {
  content:""
}
.fa-paintbrush:before,
.fa-paint-brush:before {
  content:""
}
.fa-lock:before {
  content:""
}
.fa-gas-pump:before {
  content:""
}
.fa-hot-tub-person:before,
.fa-hot-tub:before {
  content:""
}
.fa-map-location:before,
.fa-map-marked:before {
  content:""
}
.fa-house-flood-water:before {
  content:""
}
.fa-tree:before {
  content:""
}
.fa-bridge-lock:before {
  content:""
}
.fa-sack-dollar:before {
  content:""
}
.fa-pen-to-square:before,
.fa-edit:before {
  content:""
}
.fa-car-side:before {
  content:""
}
.fa-share-nodes:before,
.fa-share-alt:before {
  content:""
}
.fa-heart-circle-minus:before {
  content:""
}
.fa-hourglass-half:before,
.fa-hourglass-2:before {
  content:""
}
.fa-microscope:before {
  content:""
}
.fa-sink:before {
  content:""
}
.fa-bag-shopping:before,
.fa-shopping-bag:before {
  content:""
}
.fa-arrow-down-z-a:before,
.fa-sort-alpha-desc:before,
.fa-sort-alpha-down-alt:before {
  content:""
}
.fa-mitten:before {
  content:""
}
.fa-person-rays:before {
  content:""
}
.fa-users:before {
  content:""
}
.fa-eye-slash:before {
  content:""
}
.fa-flask-vial:before {
  content:""
}
.fa-hand:before,
.fa-hand-paper:before {
  content:""
}
.fa-om:before {
  content:""
}
.fa-worm:before {
  content:""
}
.fa-house-circle-xmark:before {
  content:""
}
.fa-plug:before {
  content:""
}
.fa-chevron-up:before {
  content:""
}
.fa-hand-spock:before {
  content:""
}
.fa-stopwatch:before {
  content:""
}
.fa-face-kiss:before,
.fa-kiss:before {
  content:""
}
.fa-bridge-circle-xmark:before {
  content:""
}
.fa-face-grin-tongue:before,
.fa-grin-tongue:before {
  content:""
}
.fa-chess-bishop:before {
  content:""
}
.fa-face-grin-wink:before,
.fa-grin-wink:before {
  content:""
}
.fa-ear-deaf:before,
.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
  content:""
}
.fa-road-circle-check:before {
  content:""
}
.fa-dice-five:before {
  content:""
}
.fa-square-rss:before,
.fa-rss-square:before {
  content:""
}
.fa-land-mine-on:before {
  content:""
}
.fa-i-cursor:before {
  content:""
}
.fa-stamp:before {
  content:""
}
.fa-stairs:before {
  content:""
}
.fa-i:before {
  content:"I"
}
.fa-hryvnia-sign:before,
.fa-hryvnia:before {
  content:""
}
.fa-pills:before {
  content:""
}
.fa-face-grin-wide:before,
.fa-grin-alt:before {
  content:""
}
.fa-tooth:before {
  content:""
}
.fa-v:before {
  content:"V"
}
.fa-bangladeshi-taka-sign:before {
  content:""
}
.fa-bicycle:before {
  content:""
}
.fa-staff-snake:before,
.fa-rod-asclepius:before,
.fa-rod-snake:before,
.fa-staff-aesculapius:before {
  content:""
}
.fa-head-side-cough-slash:before {
  content:""
}
.fa-truck-medical:before,
.fa-ambulance:before {
  content:""
}
.fa-wheat-awn-circle-exclamation:before {
  content:""
}
.fa-snowman:before {
  content:""
}
.fa-mortar-pestle:before {
  content:""
}
.fa-road-barrier:before {
  content:""
}
.fa-school:before {
  content:""
}
.fa-igloo:before {
  content:""
}
.fa-joint:before {
  content:""
}
.fa-angle-right:before {
  content:""
}
.fa-horse:before {
  content:""
}
.fa-q:before {
  content:"Q"
}
.fa-g:before {
  content:"G"
}
.fa-notes-medical:before {
  content:""
}
.fa-temperature-half:before,
.fa-temperature-2:before,
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content:""
}
.fa-dong-sign:before {
  content:""
}
.fa-capsules:before {
  content:""
}
.fa-poo-storm:before,
.fa-poo-bolt:before {
  content:""
}
.fa-face-frown-open:before,
.fa-frown-open:before {
  content:""
}
.fa-hand-point-up:before {
  content:""
}
.fa-money-bill:before {
  content:""
}
.fa-bookmark:before {
  content:""
}
.fa-align-justify:before {
  content:""
}
.fa-umbrella-beach:before {
  content:""
}
.fa-helmet-un:before {
  content:""
}
.fa-bullseye:before {
  content:""
}
.fa-bacon:before {
  content:""
}
.fa-hand-point-down:before {
  content:""
}
.fa-arrow-up-from-bracket:before {
  content:""
}
.fa-folder:before,
.fa-folder-blank:before {
  content:""
}
.fa-file-waveform:before,
.fa-file-medical-alt:before {
  content:""
}
.fa-radiation:before {
  content:""
}
.fa-chart-simple:before {
  content:""
}
.fa-mars-stroke:before {
  content:""
}
.fa-vial:before {
  content:""
}
.fa-gauge:before,
.fa-dashboard:before,
.fa-gauge-med:before,
.fa-tachometer-alt-average:before {
  content:""
}
.fa-wand-magic-sparkles:before,
.fa-magic-wand-sparkles:before {
  content:""
}
.fa-e:before {
  content:"E"
}
.fa-pen-clip:before,
.fa-pen-alt:before {
  content:""
}
.fa-bridge-circle-exclamation:before {
  content:""
}
.fa-user:before {
  content:""
}
.fa-school-circle-check:before {
  content:""
}
.fa-dumpster:before {
  content:""
}
.fa-van-shuttle:before,
.fa-shuttle-van:before {
  content:""
}
.fa-building-user:before {
  content:""
}
.fa-square-caret-left:before,
.fa-caret-square-left:before {
  content:""
}
.fa-highlighter:before {
  content:""
}
.fa-key:before {
  content:""
}
.fa-bullhorn:before {
  content:""
}
.fa-globe:before {
  content:""
}
.fa-synagogue:before {
  content:""
}
.fa-person-half-dress:before {
  content:""
}
.fa-road-bridge:before {
  content:""
}
.fa-location-arrow:before {
  content:""
}
.fa-c:before {
  content:"C"
}
.fa-tablet-button:before {
  content:""
}
.fa-building-lock:before {
  content:""
}
.fa-pizza-slice:before {
  content:""
}
.fa-money-bill-wave:before {
  content:""
}
.fa-chart-area:before,
.fa-area-chart:before {
  content:""
}
.fa-house-flag:before {
  content:""
}
.fa-person-circle-minus:before {
  content:""
}
.fa-ban:before,
.fa-cancel:before {
  content:""
}
.fa-camera-rotate:before {
  content:""
}
.fa-spray-can-sparkles:before,
.fa-air-freshener:before {
  content:""
}
.fa-star:before {
  content:""
}
.fa-repeat:before {
  content:""
}
.fa-cross:before {
  content:""
}
.fa-box:before {
  content:""
}
.fa-venus-mars:before {
  content:""
}
.fa-arrow-pointer:before,
.fa-mouse-pointer:before {
  content:""
}
.fa-maximize:before,
.fa-expand-arrows-alt:before {
  content:""
}
.fa-charging-station:before {
  content:""
}
.fa-shapes:before,
.fa-triangle-circle-square:before {
  content:""
}
.fa-shuffle:before,
.fa-random:before {
  content:""
}
.fa-person-running:before,
.fa-running:before {
  content:""
}
.fa-mobile-retro:before {
  content:""
}
.fa-grip-lines-vertical:before {
  content:""
}
.fa-spider:before {
  content:""
}
.fa-hands-bound:before {
  content:""
}
.fa-file-invoice-dollar:before {
  content:""
}
.fa-plane-circle-exclamation:before {
  content:""
}
.fa-x-ray:before {
  content:""
}
.fa-spell-check:before {
  content:""
}
.fa-slash:before {
  content:""
}
.fa-computer-mouse:before,
.fa-mouse:before {
  content:""
}
.fa-arrow-right-to-bracket:before,
.fa-sign-in:before {
  content:""
}
.fa-shop-slash:before,
.fa-store-alt-slash:before {
  content:""
}
.fa-server:before {
  content:""
}
.fa-virus-covid-slash:before {
  content:""
}
.fa-shop-lock:before {
  content:""
}
.fa-hourglass-start:before,
.fa-hourglass-1:before {
  content:""
}
.fa-blender-phone:before {
  content:""
}
.fa-building-wheat:before {
  content:""
}
.fa-person-breastfeeding:before {
  content:""
}
.fa-right-to-bracket:before,
.fa-sign-in-alt:before {
  content:""
}
.fa-venus:before {
  content:""
}
.fa-passport:before {
  content:""
}
.fa-heart-pulse:before,
.fa-heartbeat:before {
  content:""
}
.fa-people-carry-box:before,
.fa-people-carry:before {
  content:""
}
.fa-temperature-high:before {
  content:""
}
.fa-microchip:before {
  content:""
}
.fa-crown:before {
  content:""
}
.fa-weight-hanging:before {
  content:""
}
.fa-xmarks-lines:before {
  content:""
}
.fa-file-prescription:before {
  content:""
}
.fa-weight-scale:before,
.fa-weight:before {
  content:""
}
.fa-user-group:before,
.fa-user-friends:before {
  content:""
}
.fa-arrow-up-a-z:before,
.fa-sort-alpha-up:before {
  content:""
}
.fa-chess-knight:before {
  content:""
}
.fa-face-laugh-squint:before,
.fa-laugh-squint:before {
  content:""
}
.fa-wheelchair:before {
  content:""
}
.fa-circle-arrow-up:before,
.fa-arrow-circle-up:before {
  content:""
}
.fa-toggle-on:before {
  content:""
}
.fa-person-walking:before,
.fa-walking:before {
  content:""
}
.fa-l:before {
  content:"L"
}
.fa-fire:before {
  content:""
}
.fa-bed-pulse:before,
.fa-procedures:before {
  content:""
}
.fa-shuttle-space:before,
.fa-space-shuttle:before {
  content:""
}
.fa-face-laugh:before,
.fa-laugh:before {
  content:""
}
.fa-folder-open:before {
  content:""
}
.fa-heart-circle-plus:before {
  content:""
}
.fa-code-fork:before {
  content:""
}
.fa-city:before {
  content:""
}
.fa-microphone-lines:before,
.fa-microphone-alt:before {
  content:""
}
.fa-pepper-hot:before {
  content:""
}
.fa-unlock:before {
  content:""
}
.fa-colon-sign:before {
  content:""
}
.fa-headset:before {
  content:""
}
.fa-store-slash:before {
  content:""
}
.fa-road-circle-xmark:before {
  content:""
}
.fa-user-minus:before {
  content:""
}
.fa-mars-stroke-up:before,
.fa-mars-stroke-v:before {
  content:""
}
.fa-champagne-glasses:before,
.fa-glass-cheers:before {
  content:""
}
.fa-clipboard:before {
  content:""
}
.fa-house-circle-exclamation:before {
  content:""
}
.fa-file-arrow-up:before,
.fa-file-upload:before {
  content:""
}
.fa-wifi:before,
.fa-wifi-3:before,
.fa-wifi-strong:before {
  content:""
}
.fa-bath:before,
.fa-bathtub:before {
  content:""
}
.fa-underline:before {
  content:""
}
.fa-user-pen:before,
.fa-user-edit:before {
  content:""
}
.fa-signature:before {
  content:""
}
.fa-stroopwafel:before {
  content:""
}
.fa-bold:before {
  content:""
}
.fa-anchor-lock:before {
  content:""
}
.fa-building-ngo:before {
  content:""
}
.fa-manat-sign:before {
  content:""
}
.fa-not-equal:before {
  content:""
}
.fa-border-top-left:before,
.fa-border-style:before {
  content:""
}
.fa-map-location-dot:before,
.fa-map-marked-alt:before {
  content:""
}
.fa-jedi:before {
  content:""
}
.fa-square-poll-vertical:before,
.fa-poll:before {
  content:""
}
.fa-mug-hot:before {
  content:""
}
.fa-car-battery:before,
.fa-battery-car:before {
  content:""
}
.fa-gift:before {
  content:""
}
.fa-dice-two:before {
  content:""
}
.fa-chess-queen:before {
  content:""
}
.fa-glasses:before {
  content:""
}
.fa-chess-board:before {
  content:""
}
.fa-building-circle-check:before {
  content:""
}
.fa-person-chalkboard:before {
  content:""
}
.fa-mars-stroke-right:before,
.fa-mars-stroke-h:before {
  content:""
}
.fa-hand-back-fist:before,
.fa-hand-rock:before {
  content:""
}
.fa-square-caret-up:before,
.fa-caret-square-up:before {
  content:""
}
.fa-cloud-showers-water:before {
  content:""
}
.fa-chart-bar:before,
.fa-bar-chart:before {
  content:""
}
.fa-hands-bubbles:before,
.fa-hands-wash:before {
  content:""
}
.fa-less-than-equal:before {
  content:""
}
.fa-train:before {
  content:""
}
.fa-eye-low-vision:before,
.fa-low-vision:before {
  content:""
}
.fa-crow:before {
  content:""
}
.fa-sailboat:before {
  content:""
}
.fa-window-restore:before {
  content:""
}
.fa-square-plus:before,
.fa-plus-square:before {
  content:""
}
.fa-torii-gate:before {
  content:""
}
.fa-frog:before {
  content:""
}
.fa-bucket:before {
  content:""
}
.fa-image:before {
  content:""
}
.fa-microphone:before {
  content:""
}
.fa-cow:before {
  content:""
}
.fa-caret-up:before {
  content:""
}
.fa-screwdriver:before {
  content:""
}
.fa-folder-closed:before {
  content:""
}
.fa-house-tsunami:before {
  content:""
}
.fa-square-nfi:before {
  content:""
}
.fa-arrow-up-from-ground-water:before {
  content:""
}
.fa-martini-glass:before,
.fa-glass-martini-alt:before {
  content:""
}
.fa-rotate-left:before,
.fa-rotate-back:before,
.fa-rotate-backward:before,
.fa-undo-alt:before {
  content:""
}
.fa-table-columns:before,
.fa-columns:before {
  content:""
}
.fa-lemon:before {
  content:""
}
.fa-head-side-mask:before {
  content:""
}
.fa-handshake:before {
  content:""
}
.fa-gem:before {
  content:""
}
.fa-dolly:before,
.fa-dolly-box:before {
  content:""
}
.fa-smoking:before {
  content:""
}
.fa-minimize:before,
.fa-compress-arrows-alt:before {
  content:""
}
.fa-monument:before {
  content:""
}
.fa-snowplow:before {
  content:""
}
.fa-angles-right:before,
.fa-angle-double-right:before {
  content:""
}
.fa-cannabis:before {
  content:""
}
.fa-circle-play:before,
.fa-play-circle:before {
  content:""
}
.fa-tablets:before {
  content:""
}
.fa-ethernet:before {
  content:""
}
.fa-euro-sign:before,
.fa-eur:before,
.fa-euro:before {
  content:""
}
.fa-chair:before {
  content:""
}
.fa-circle-check:before,
.fa-check-circle:before {
  content:""
}
.fa-circle-stop:before,
.fa-stop-circle:before {
  content:""
}
.fa-compass-drafting:before,
.fa-drafting-compass:before {
  content:""
}
.fa-plate-wheat:before {
  content:""
}
.fa-icicles:before {
  content:""
}
.fa-person-shelter:before {
  content:""
}
.fa-neuter:before {
  content:""
}
.fa-id-badge:before {
  content:""
}
.fa-marker:before {
  content:""
}
.fa-face-laugh-beam:before,
.fa-laugh-beam:before {
  content:""
}
.fa-helicopter-symbol:before {
  content:""
}
.fa-universal-access:before {
  content:""
}
.fa-circle-chevron-up:before,
.fa-chevron-circle-up:before {
  content:""
}
.fa-lari-sign:before {
  content:""
}
.fa-volcano:before {
  content:""
}
.fa-person-walking-dashed-line-arrow-right:before {
  content:""
}
.fa-sterling-sign:before,
.fa-gbp:before,
.fa-pound-sign:before {
  content:""
}
.fa-viruses:before {
  content:""
}
.fa-square-person-confined:before {
  content:""
}
.fa-user-tie:before {
  content:""
}
.fa-arrow-down-long:before,
.fa-long-arrow-down:before {
  content:""
}
.fa-tent-arrow-down-to-line:before {
  content:""
}
.fa-certificate:before {
  content:""
}
.fa-reply-all:before,
.fa-mail-reply-all:before {
  content:""
}
.fa-suitcase:before {
  content:""
}
.fa-person-skating:before,
.fa-skating:before {
  content:""
}
.fa-filter-circle-dollar:before,
.fa-funnel-dollar:before {
  content:""
}
.fa-camera-retro:before {
  content:""
}
.fa-circle-arrow-down:before,
.fa-arrow-circle-down:before {
  content:""
}
.fa-file-import:before,
.fa-arrow-right-to-file:before {
  content:""
}
.fa-square-arrow-up-right:before,
.fa-external-link-square:before {
  content:""
}
.fa-box-open:before {
  content:""
}
.fa-scroll:before {
  content:""
}
.fa-spa:before {
  content:""
}
.fa-location-pin-lock:before {
  content:""
}
.fa-pause:before {
  content:""
}
.fa-hill-avalanche:before {
  content:""
}
.fa-temperature-empty:before,
.fa-temperature-0:before,
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content:""
}
.fa-bomb:before {
  content:""
}
.fa-registered:before {
  content:""
}
.fa-address-card:before,
.fa-contact-card:before,
.fa-vcard:before {
  content:""
}
.fa-scale-unbalanced-flip:before,
.fa-balance-scale-right:before {
  content:""
}
.fa-subscript:before {
  content:""
}
.fa-diamond-turn-right:before,
.fa-directions:before {
  content:""
}
.fa-burst:before {
  content:""
}
.fa-house-laptop:before,
.fa-laptop-house:before {
  content:""
}
.fa-face-tired:before,
.fa-tired:before {
  content:""
}
.fa-money-bills:before {
  content:""
}
.fa-smog:before {
  content:""
}
.fa-crutch:before {
  content:""
}
.fa-cloud-arrow-up:before,
.fa-cloud-upload:before,
.fa-cloud-upload-alt:before {
  content:""
}
.fa-palette:before {
  content:""
}
.fa-arrows-turn-right:before {
  content:""
}
.fa-vest:before {
  content:""
}
.fa-ferry:before {
  content:""
}
.fa-arrows-down-to-people:before {
  content:""
}
.fa-seedling:before,
.fa-sprout:before {
  content:""
}
.fa-left-right:before,
.fa-arrows-alt-h:before {
  content:""
}
.fa-boxes-packing:before {
  content:""
}
.fa-circle-arrow-left:before,
.fa-arrow-circle-left:before {
  content:""
}
.fa-group-arrows-rotate:before {
  content:""
}
.fa-bowl-food:before {
  content:""
}
.fa-candy-cane:before {
  content:""
}
.fa-arrow-down-wide-short:before,
.fa-sort-amount-asc:before,
.fa-sort-amount-down:before {
  content:""
}
.fa-cloud-bolt:before,
.fa-thunderstorm:before {
  content:""
}
.fa-text-slash:before,
.fa-remove-format:before {
  content:""
}
.fa-face-smile-wink:before,
.fa-smile-wink:before {
  content:""
}
.fa-file-word:before {
  content:""
}
.fa-file-powerpoint:before {
  content:""
}
.fa-arrows-left-right:before,
.fa-arrows-h:before {
  content:""
}
.fa-house-lock:before {
  content:""
}
.fa-cloud-arrow-down:before,
.fa-cloud-download:before,
.fa-cloud-download-alt:before {
  content:""
}
.fa-children:before {
  content:""
}
.fa-chalkboard:before,
.fa-blackboard:before {
  content:""
}
.fa-user-large-slash:before,
.fa-user-alt-slash:before {
  content:""
}
.fa-envelope-open:before {
  content:""
}
.fa-handshake-simple-slash:before,
.fa-handshake-alt-slash:before {
  content:""
}
.fa-mattress-pillow:before {
  content:""
}
.fa-guarani-sign:before {
  content:""
}
.fa-arrows-rotate:before,
.fa-refresh:before,
.fa-sync:before {
  content:""
}
.fa-fire-extinguisher:before {
  content:""
}
.fa-cruzeiro-sign:before {
  content:""
}
.fa-greater-than-equal:before {
  content:""
}
.fa-shield-halved:before,
.fa-shield-alt:before {
  content:""
}
.fa-book-atlas:before,
.fa-atlas:before {
  content:""
}
.fa-virus:before {
  content:""
}
.fa-envelope-circle-check:before {
  content:""
}
.fa-layer-group:before {
  content:""
}
.fa-arrows-to-dot:before {
  content:""
}
.fa-archway:before {
  content:""
}
.fa-heart-circle-check:before {
  content:""
}
.fa-house-chimney-crack:before,
.fa-house-damage:before {
  content:""
}
.fa-file-zipper:before,
.fa-file-archive:before {
  content:""
}
.fa-square:before {
  content:""
}
.fa-martini-glass-empty:before,
.fa-glass-martini:before {
  content:""
}
.fa-couch:before {
  content:""
}
.fa-cedi-sign:before {
  content:""
}
.fa-italic:before {
  content:""
}
.fa-church:before {
  content:""
}
.fa-comments-dollar:before {
  content:""
}
.fa-democrat:before {
  content:""
}
.fa-z:before {
  content:"Z"
}
.fa-person-skiing:before,
.fa-skiing:before {
  content:""
}
.fa-road-lock:before {
  content:""
}
.fa-a:before {
  content:"A"
}
.fa-temperature-arrow-down:before,
.fa-temperature-down:before {
  content:""
}
.fa-feather-pointed:before,
.fa-feather-alt:before {
  content:""
}
.fa-p:before {
  content:"P"
}
.fa-snowflake:before {
  content:""
}
.fa-newspaper:before {
  content:""
}
.fa-rectangle-ad:before,
.fa-ad:before {
  content:""
}
.fa-circle-arrow-right:before,
.fa-arrow-circle-right:before {
  content:""
}
.fa-filter-circle-xmark:before {
  content:""
}
.fa-locust:before {
  content:""
}
.fa-sort:before,
.fa-unsorted:before {
  content:""
}
.fa-list-ol:before,
.fa-list-1-2:before,
.fa-list-numeric:before {
  content:""
}
.fa-person-dress-burst:before {
  content:""
}
.fa-money-check-dollar:before,
.fa-money-check-alt:before {
  content:""
}
.fa-vector-square:before {
  content:""
}
.fa-bread-slice:before {
  content:""
}
.fa-language:before {
  content:""
}
.fa-face-kiss-wink-heart:before,
.fa-kiss-wink-heart:before {
  content:""
}
.fa-filter:before {
  content:""
}
.fa-question:before {
  content:"?"
}
.fa-file-signature:before {
  content:""
}
.fa-up-down-left-right:before,
.fa-arrows-alt:before {
  content:""
}
.fa-house-chimney-user:before {
  content:""
}
.fa-hand-holding-heart:before {
  content:""
}
.fa-puzzle-piece:before {
  content:""
}
.fa-money-check:before {
  content:""
}
.fa-star-half-stroke:before,
.fa-star-half-alt:before {
  content:""
}
.fa-code:before {
  content:""
}
.fa-whiskey-glass:before,
.fa-glass-whiskey:before {
  content:""
}
.fa-building-circle-exclamation:before {
  content:""
}
.fa-magnifying-glass-chart:before {
  content:""
}
.fa-arrow-up-right-from-square:before,
.fa-external-link:before {
  content:""
}
.fa-cubes-stacked:before {
  content:""
}
.fa-won-sign:before,
.fa-krw:before,
.fa-won:before {
  content:""
}
.fa-virus-covid:before {
  content:""
}
.fa-austral-sign:before {
  content:""
}
.fa-f:before {
  content:"F"
}
.fa-leaf:before {
  content:""
}
.fa-road:before {
  content:""
}
.fa-taxi:before,
.fa-cab:before {
  content:""
}
.fa-person-circle-plus:before {
  content:""
}
.fa-chart-pie:before,
.fa-pie-chart:before {
  content:""
}
.fa-bolt-lightning:before {
  content:""
}
.fa-sack-xmark:before {
  content:""
}
.fa-file-excel:before {
  content:""
}
.fa-file-contract:before {
  content:""
}
.fa-fish-fins:before {
  content:""
}
.fa-building-flag:before {
  content:""
}
.fa-face-grin-beam:before,
.fa-grin-beam:before {
  content:""
}
.fa-object-ungroup:before {
  content:""
}
.fa-poop:before {
  content:""
}
.fa-location-pin:before,
.fa-map-marker:before {
  content:""
}
.fa-kaaba:before {
  content:""
}
.fa-toilet-paper:before {
  content:""
}
.fa-helmet-safety:before,
.fa-hard-hat:before,
.fa-hat-hard:before {
  content:""
}
.fa-eject:before {
  content:""
}
.fa-circle-right:before,
.fa-arrow-alt-circle-right:before {
  content:""
}
.fa-plane-circle-check:before {
  content:""
}
.fa-face-rolling-eyes:before,
.fa-meh-rolling-eyes:before {
  content:""
}
.fa-object-group:before {
  content:""
}
.fa-chart-line:before,
.fa-line-chart:before {
  content:""
}
.fa-mask-ventilator:before {
  content:""
}
.fa-arrow-right:before {
  content:""
}
.fa-signs-post:before,
.fa-map-signs:before {
  content:""
}
.fa-cash-register:before {
  content:""
}
.fa-person-circle-question:before {
  content:""
}
.fa-h:before {
  content:"H"
}
.fa-tarp:before {
  content:""
}
.fa-screwdriver-wrench:before,
.fa-tools:before {
  content:""
}
.fa-arrows-to-eye:before {
  content:""
}
.fa-plug-circle-bolt:before {
  content:""
}
.fa-heart:before {
  content:""
}
.fa-mars-and-venus:before {
  content:""
}
.fa-house-user:before,
.fa-home-user:before {
  content:""
}
.fa-dumpster-fire:before {
  content:""
}
.fa-house-crack:before {
  content:""
}
.fa-martini-glass-citrus:before,
.fa-cocktail:before {
  content:""
}
.fa-face-surprise:before,
.fa-surprise:before {
  content:""
}
.fa-bottle-water:before {
  content:""
}
.fa-circle-pause:before,
.fa-pause-circle:before {
  content:""
}
.fa-toilet-paper-slash:before {
  content:""
}
.fa-apple-whole:before,
.fa-apple-alt:before {
  content:""
}
.fa-kitchen-set:before {
  content:""
}
.fa-r:before {
  content:"R"
}
.fa-temperature-quarter:before,
.fa-temperature-1:before,
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content:""
}
.fa-cube:before {
  content:""
}
.fa-bitcoin-sign:before {
  content:""
}
.fa-shield-dog:before {
  content:""
}
.fa-solar-panel:before {
  content:""
}
.fa-lock-open:before {
  content:""
}
.fa-elevator:before {
  content:""
}
.fa-money-bill-transfer:before {
  content:""
}
.fa-money-bill-trend-up:before {
  content:""
}
.fa-house-flood-water-circle-arrow-right:before {
  content:""
}
.fa-square-poll-horizontal:before,
.fa-poll-h:before {
  content:""
}
.fa-circle:before {
  content:""
}
.fa-backward-fast:before,
.fa-fast-backward:before {
  content:""
}
.fa-recycle:before {
  content:""
}
.fa-user-astronaut:before {
  content:""
}
.fa-plane-slash:before {
  content:""
}
.fa-trademark:before {
  content:""
}
.fa-basketball:before,
.fa-basketball-ball:before {
  content:""
}
.fa-satellite-dish:before {
  content:""
}
.fa-circle-up:before,
.fa-arrow-alt-circle-up:before {
  content:""
}
.fa-mobile-screen-button:before,
.fa-mobile-alt:before {
  content:""
}
.fa-volume-high:before,
.fa-volume-up:before {
  content:""
}
.fa-users-rays:before {
  content:""
}
.fa-wallet:before {
  content:""
}
.fa-clipboard-check:before {
  content:""
}
.fa-file-audio:before {
  content:""
}
.fa-burger:before,
.fa-hamburger:before {
  content:""
}
.fa-wrench:before {
  content:""
}
.fa-bugs:before {
  content:""
}
.fa-rupee-sign:before,
.fa-rupee:before {
  content:""
}
.fa-file-image:before {
  content:""
}
.fa-circle-question:before,
.fa-question-circle:before {
  content:""
}
.fa-plane-departure:before {
  content:""
}
.fa-handshake-slash:before {
  content:""
}
.fa-book-bookmark:before {
  content:""
}
.fa-code-branch:before {
  content:""
}
.fa-hat-cowboy:before {
  content:""
}
.fa-bridge:before {
  content:""
}
.fa-phone-flip:before,
.fa-phone-alt:before {
  content:""
}
.fa-truck-front:before {
  content:""
}
.fa-cat:before {
  content:""
}
.fa-anchor-circle-exclamation:before {
  content:""
}
.fa-truck-field:before {
  content:""
}
.fa-route:before {
  content:""
}
.fa-clipboard-question:before {
  content:""
}
.fa-panorama:before {
  content:""
}
.fa-comment-medical:before {
  content:""
}
.fa-teeth-open:before {
  content:""
}
.fa-file-circle-minus:before {
  content:""
}
.fa-tags:before {
  content:""
}
.fa-wine-glass:before {
  content:""
}
.fa-forward-fast:before,
.fa-fast-forward:before {
  content:""
}
.fa-face-meh-blank:before,
.fa-meh-blank:before {
  content:""
}
.fa-square-parking:before,
.fa-parking:before {
  content:""
}
.fa-house-signal:before {
  content:""
}
.fa-bars-progress:before,
.fa-tasks-alt:before {
  content:""
}
.fa-faucet-drip:before {
  content:""
}
.fa-cart-flatbed:before,
.fa-dolly-flatbed:before {
  content:""
}
.fa-ban-smoking:before,
.fa-smoking-ban:before {
  content:""
}
.fa-terminal:before {
  content:""
}
.fa-mobile-button:before {
  content:""
}
.fa-house-medical-flag:before {
  content:""
}
.fa-basket-shopping:before,
.fa-shopping-basket:before {
  content:""
}
.fa-tape:before {
  content:""
}
.fa-bus-simple:before,
.fa-bus-alt:before {
  content:""
}
.fa-eye:before {
  content:""
}
.fa-face-sad-cry:before,
.fa-sad-cry:before {
  content:""
}
.fa-audio-description:before {
  content:""
}
.fa-person-military-to-person:before {
  content:""
}
.fa-file-shield:before {
  content:""
}
.fa-user-slash:before {
  content:""
}
.fa-pen:before {
  content:""
}
.fa-tower-observation:before {
  content:""
}
.fa-file-code:before {
  content:""
}
.fa-signal:before,
.fa-signal-5:before,
.fa-signal-perfect:before {
  content:""
}
.fa-bus:before {
  content:""
}
.fa-heart-circle-xmark:before {
  content:""
}
.fa-house-chimney:before,
.fa-home-lg:before {
  content:""
}
.fa-window-maximize:before {
  content:""
}
.fa-face-frown:before,
.fa-frown:before {
  content:""
}
.fa-prescription:before {
  content:""
}
.fa-shop:before,
.fa-store-alt:before {
  content:""
}
.fa-floppy-disk:before,
.fa-save:before {
  content:""
}
.fa-vihara:before {
  content:""
}
.fa-scale-unbalanced:before,
.fa-balance-scale-left:before {
  content:""
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content:""
}
.fa-comment-dots:before,
.fa-commenting:before {
  content:""
}
.fa-plant-wilt:before {
  content:""
}
.fa-diamond:before {
  content:""
}
.fa-face-grin-squint:before,
.fa-grin-squint:before {
  content:""
}
.fa-hand-holding-dollar:before,
.fa-hand-holding-usd:before {
  content:""
}
.fa-bacterium:before {
  content:""
}
.fa-hand-pointer:before {
  content:""
}
.fa-drum-steelpan:before {
  content:""
}
.fa-hand-scissors:before {
  content:""
}
.fa-hands-praying:before,
.fa-praying-hands:before {
  content:""
}
.fa-arrow-rotate-right:before,
.fa-arrow-right-rotate:before,
.fa-arrow-rotate-forward:before,
.fa-redo:before {
  content:""
}
.fa-biohazard:before {
  content:""
}
.fa-location-crosshairs:before,
.fa-location:before {
  content:""
}
.fa-mars-double:before {
  content:""
}
.fa-child-dress:before {
  content:""
}
.fa-users-between-lines:before {
  content:""
}
.fa-lungs-virus:before {
  content:""
}
.fa-face-grin-tears:before,
.fa-grin-tears:before {
  content:""
}
.fa-phone:before {
  content:""
}
.fa-calendar-xmark:before,
.fa-calendar-times:before {
  content:""
}
.fa-child-reaching:before {
  content:""
}
.fa-head-side-virus:before {
  content:""
}
.fa-user-gear:before,
.fa-user-cog:before {
  content:""
}
.fa-arrow-up-1-9:before,
.fa-sort-numeric-up:before {
  content:""
}
.fa-door-closed:before {
  content:""
}
.fa-shield-virus:before {
  content:""
}
.fa-dice-six:before {
  content:""
}
.fa-mosquito-net:before {
  content:""
}
.fa-bridge-water:before {
  content:""
}
.fa-person-booth:before {
  content:""
}
.fa-text-width:before {
  content:""
}
.fa-hat-wizard:before {
  content:""
}
.fa-pen-fancy:before {
  content:""
}
.fa-person-digging:before,
.fa-digging:before {
  content:""
}
.fa-trash:before {
  content:""
}
.fa-gauge-simple:before,
.fa-gauge-simple-med:before,
.fa-tachometer-average:before {
  content:""
}
.fa-book-medical:before {
  content:""
}
.fa-poo:before {
  content:""
}
.fa-quote-right:before,
.fa-quote-right-alt:before {
  content:""
}
.fa-shirt:before,
.fa-t-shirt:before,
.fa-tshirt:before {
  content:""
}
.fa-cubes:before {
  content:""
}
.fa-divide:before {
  content:""
}
.fa-tenge-sign:before,
.fa-tenge:before {
  content:""
}
.fa-headphones:before {
  content:""
}
.fa-hands-holding:before {
  content:""
}
.fa-hands-clapping:before {
  content:""
}
.fa-republican:before {
  content:""
}
.fa-arrow-left:before {
  content:""
}
.fa-person-circle-xmark:before {
  content:""
}
.fa-ruler:before {
  content:""
}
.fa-align-left:before {
  content:""
}
.fa-dice-d6:before {
  content:""
}
.fa-restroom:before {
  content:""
}
.fa-j:before {
  content:"J"
}
.fa-users-viewfinder:before {
  content:""
}
.fa-file-video:before {
  content:""
}
.fa-up-right-from-square:before,
.fa-external-link-alt:before {
  content:""
}
.fa-table-cells:before,
.fa-th:before {
  content:""
}
.fa-file-pdf:before {
  content:""
}
.fa-book-bible:before,
.fa-bible:before {
  content:""
}
.fa-o:before {
  content:"O"
}
.fa-suitcase-medical:before,
.fa-medkit:before {
  content:""
}
.fa-user-secret:before {
  content:""
}
.fa-otter:before {
  content:""
}
.fa-person-dress:before,
.fa-female:before {
  content:""
}
.fa-comment-dollar:before {
  content:""
}
.fa-business-time:before,
.fa-briefcase-clock:before {
  content:""
}
.fa-table-cells-large:before,
.fa-th-large:before {
  content:""
}
.fa-book-tanakh:before,
.fa-tanakh:before {
  content:""
}
.fa-phone-volume:before,
.fa-volume-control-phone:before {
  content:""
}
.fa-hat-cowboy-side:before {
  content:""
}
.fa-clipboard-user:before {
  content:""
}
.fa-child:before {
  content:""
}
.fa-lira-sign:before {
  content:""
}
.fa-satellite:before {
  content:""
}
.fa-plane-lock:before {
  content:""
}
.fa-tag:before {
  content:""
}
.fa-comment:before {
  content:""
}
.fa-cake-candles:before,
.fa-birthday-cake:before,
.fa-cake:before {
  content:""
}
.fa-envelope:before {
  content:""
}
.fa-angles-up:before,
.fa-angle-double-up:before {
  content:""
}
.fa-paperclip:before {
  content:""
}
.fa-arrow-right-to-city:before {
  content:""
}
.fa-ribbon:before {
  content:""
}
.fa-lungs:before {
  content:""
}
.fa-arrow-up-9-1:before,
.fa-sort-numeric-up-alt:before {
  content:""
}
.fa-litecoin-sign:before {
  content:""
}
.fa-border-none:before {
  content:""
}
.fa-circle-nodes:before {
  content:""
}
.fa-parachute-box:before {
  content:""
}
.fa-indent:before {
  content:""
}
.fa-truck-field-un:before {
  content:""
}
.fa-hourglass:before,
.fa-hourglass-empty:before {
  content:""
}
.fa-mountain:before {
  content:""
}
.fa-user-doctor:before,
.fa-user-md:before {
  content:""
}
.fa-circle-info:before,
.fa-info-circle:before {
  content:""
}
.fa-cloud-meatball:before {
  content:""
}
.fa-camera:before,
.fa-camera-alt:before {
  content:""
}
.fa-square-virus:before {
  content:""
}
.fa-meteor:before {
  content:""
}
.fa-car-on:before {
  content:""
}
.fa-sleigh:before {
  content:""
}
.fa-arrow-down-1-9:before,
.fa-sort-numeric-asc:before,
.fa-sort-numeric-down:before {
  content:""
}
.fa-hand-holding-droplet:before,
.fa-hand-holding-water:before {
  content:""
}
.fa-water:before {
  content:""
}
.fa-calendar-check:before {
  content:""
}
.fa-braille:before {
  content:""
}
.fa-prescription-bottle-medical:before,
.fa-prescription-bottle-alt:before {
  content:""
}
.fa-landmark:before {
  content:""
}
.fa-truck:before {
  content:""
}
.fa-crosshairs:before {
  content:""
}
.fa-person-cane:before {
  content:""
}
.fa-tent:before {
  content:""
}
.fa-vest-patches:before {
  content:""
}
.fa-check-double:before {
  content:""
}
.fa-arrow-down-a-z:before,
.fa-sort-alpha-asc:before,
.fa-sort-alpha-down:before {
  content:""
}
.fa-money-bill-wheat:before {
  content:""
}
.fa-cookie:before {
  content:""
}
.fa-arrow-rotate-left:before,
.fa-arrow-left-rotate:before,
.fa-arrow-rotate-back:before,
.fa-arrow-rotate-backward:before,
.fa-undo:before {
  content:""
}
.fa-hard-drive:before,
.fa-hdd:before {
  content:""
}
.fa-face-grin-squint-tears:before,
.fa-grin-squint-tears:before {
  content:""
}
.fa-dumbbell:before {
  content:""
}
.fa-rectangle-list:before,
.fa-list-alt:before {
  content:""
}
.fa-tarp-droplet:before {
  content:""
}
.fa-house-medical-circle-check:before {
  content:""
}
.fa-person-skiing-nordic:before,
.fa-skiing-nordic:before {
  content:""
}
.fa-calendar-plus:before {
  content:""
}
.fa-plane-arrival:before {
  content:""
}
.fa-circle-left:before,
.fa-arrow-alt-circle-left:before {
  content:""
}
.fa-train-subway:before,
.fa-subway:before {
  content:""
}
.fa-chart-gantt:before {
  content:""
}
.fa-indian-rupee-sign:before,
.fa-indian-rupee:before,
.fa-inr:before {
  content:""
}
.fa-crop-simple:before,
.fa-crop-alt:before {
  content:""
}
.fa-money-bill-1:before,
.fa-money-bill-alt:before {
  content:""
}
.fa-left-long:before,
.fa-long-arrow-alt-left:before {
  content:""
}
.fa-dna:before {
  content:""
}
.fa-virus-slash:before {
  content:""
}
.fa-minus:before,
.fa-subtract:before {
  content:""
}
.fa-chess:before {
  content:""
}
.fa-arrow-left-long:before,
.fa-long-arrow-left:before {
  content:""
}
.fa-plug-circle-check:before {
  content:""
}
.fa-street-view:before {
  content:""
}
.fa-franc-sign:before {
  content:""
}
.fa-volume-off:before {
  content:""
}
.fa-hands-asl-interpreting:before,
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before,
.fa-hands-american-sign-language-interpreting:before {
  content:""
}
.fa-gear:before,
.fa-cog:before {
  content:""
}
.fa-droplet-slash:before,
.fa-tint-slash:before {
  content:""
}
.fa-mosque:before {
  content:""
}
.fa-mosquito:before {
  content:""
}
.fa-star-of-david:before {
  content:""
}
.fa-person-military-rifle:before {
  content:""
}
.fa-cart-shopping:before,
.fa-shopping-cart:before {
  content:""
}
.fa-vials:before {
  content:""
}
.fa-plug-circle-plus:before {
  content:""
}
.fa-place-of-worship:before {
  content:""
}
.fa-grip-vertical:before {
  content:""
}
.fa-arrow-turn-up:before,
.fa-level-up:before {
  content:""
}
.fa-u:before {
  content:"U"
}
.fa-square-root-variable:before,
.fa-square-root-alt:before {
  content:""
}
.fa-clock:before,
.fa-clock-four:before {
  content:""
}
.fa-backward-step:before,
.fa-step-backward:before {
  content:""
}
.fa-pallet:before {
  content:""
}
.fa-faucet:before {
  content:""
}
.fa-baseball-bat-ball:before {
  content:""
}
.fa-s:before {
  content:"S"
}
.fa-timeline:before {
  content:""
}
.fa-keyboard:before {
  content:""
}
.fa-caret-down:before {
  content:""
}
.fa-house-chimney-medical:before,
.fa-clinic-medical:before {
  content:""
}
.fa-temperature-three-quarters:before,
.fa-temperature-3:before,
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content:""
}
.fa-mobile-screen:before,
.fa-mobile-android-alt:before {
  content:""
}
.fa-plane-up:before {
  content:""
}
.fa-piggy-bank:before {
  content:""
}
.fa-battery-half:before,
.fa-battery-3:before {
  content:""
}
.fa-mountain-city:before {
  content:""
}
.fa-coins:before {
  content:""
}
.fa-khanda:before {
  content:""
}
.fa-sliders:before,
.fa-sliders-h:before {
  content:""
}
.fa-folder-tree:before {
  content:""
}
.fa-network-wired:before {
  content:""
}
.fa-map-pin:before {
  content:""
}
.fa-hamsa:before {
  content:""
}
.fa-cent-sign:before {
  content:""
}
.fa-flask:before {
  content:""
}
.fa-person-pregnant:before {
  content:""
}
.fa-wand-sparkles:before {
  content:""
}
.fa-ellipsis-vertical:before,
.fa-ellipsis-v:before {
  content:""
}
.fa-ticket:before {
  content:""
}
.fa-power-off:before {
  content:""
}
.fa-right-long:before,
.fa-long-arrow-alt-right:before {
  content:""
}
.fa-flag-usa:before {
  content:""
}
.fa-laptop-file:before {
  content:""
}
.fa-tty:before,
.fa-teletype:before {
  content:""
}
.fa-diagram-next:before {
  content:""
}
.fa-person-rifle:before {
  content:""
}
.fa-house-medical-circle-exclamation:before {
  content:""
}
.fa-closed-captioning:before {
  content:""
}
.fa-person-hiking:before,
.fa-hiking:before {
  content:""
}
.fa-venus-double:before {
  content:""
}
.fa-images:before {
  content:""
}
.fa-calculator:before {
  content:""
}
.fa-people-pulling:before {
  content:""
}
.fa-n:before {
  content:"N"
}
.fa-cable-car:before,
.fa-tram:before {
  content:""
}
.fa-cloud-rain:before {
  content:""
}
.fa-building-circle-xmark:before {
  content:""
}
.fa-ship:before {
  content:""
}
.fa-arrows-down-to-line:before {
  content:""
}
.fa-download:before {
  content:""
}
.fa-face-grin:before,
.fa-grin:before {
  content:""
}
.fa-delete-left:before,
.fa-backspace:before {
  content:""
}
.fa-eye-dropper:before,
.fa-eye-dropper-empty:before,
.fa-eyedropper:before {
  content:""
}
.fa-file-circle-check:before {
  content:""
}
.fa-forward:before {
  content:""
}
.fa-mobile:before,
.fa-mobile-android:before,
.fa-mobile-phone:before {
  content:""
}
.fa-face-meh:before,
.fa-meh:before {
  content:""
}
.fa-align-center:before {
  content:""
}
.fa-book-skull:before,
.fa-book-dead:before {
  content:""
}
.fa-id-card:before,
.fa-drivers-license:before {
  content:""
}
.fa-outdent:before,
.fa-dedent:before {
  content:""
}
.fa-heart-circle-exclamation:before {
  content:""
}
.fa-house:before,
.fa-home:before,
.fa-home-alt:before,
.fa-home-lg-alt:before {
  content:""
}
.fa-calendar-week:before {
  content:""
}
.fa-laptop-medical:before {
  content:""
}
.fa-b:before {
  content:"B"
}
.fa-file-medical:before {
  content:""
}
.fa-dice-one:before {
  content:""
}
.fa-kiwi-bird:before {
  content:""
}
.fa-arrow-right-arrow-left:before,
.fa-exchange:before {
  content:""
}
.fa-rotate-right:before,
.fa-redo-alt:before,
.fa-rotate-forward:before {
  content:""
}
.fa-utensils:before,
.fa-cutlery:before {
  content:""
}
.fa-arrow-up-wide-short:before,
.fa-sort-amount-up:before {
  content:""
}
.fa-mill-sign:before {
  content:""
}
.fa-bowl-rice:before {
  content:""
}
.fa-skull:before {
  content:""
}
.fa-tower-broadcast:before,
.fa-broadcast-tower:before {
  content:""
}
.fa-truck-pickup:before {
  content:""
}
.fa-up-long:before,
.fa-long-arrow-alt-up:before {
  content:""
}
.fa-stop:before {
  content:""
}
.fa-code-merge:before {
  content:""
}
.fa-upload:before {
  content:""
}
.fa-hurricane:before {
  content:""
}
.fa-mound:before {
  content:""
}
.fa-toilet-portable:before {
  content:""
}
.fa-compact-disc:before {
  content:""
}
.fa-file-arrow-down:before,
.fa-file-download:before {
  content:""
}
.fa-caravan:before {
  content:""
}
.fa-shield-cat:before {
  content:""
}
.fa-bolt:before,
.fa-zap:before {
  content:""
}
.fa-glass-water:before {
  content:""
}
.fa-oil-well:before {
  content:""
}
.fa-vault:before {
  content:""
}
.fa-mars:before {
  content:""
}
.fa-toilet:before {
  content:""
}
.fa-plane-circle-xmark:before {
  content:""
}
.fa-yen-sign:before,
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content:""
}
.fa-ruble-sign:before,
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content:""
}
.fa-sun:before {
  content:""
}
.fa-guitar:before {
  content:""
}
.fa-face-laugh-wink:before,
.fa-laugh-wink:before {
  content:""
}
.fa-horse-head:before {
  content:""
}
.fa-bore-hole:before {
  content:""
}
.fa-industry:before {
  content:""
}
.fa-circle-down:before,
.fa-arrow-alt-circle-down:before {
  content:""
}
.fa-arrows-turn-to-dots:before {
  content:""
}
.fa-florin-sign:before {
  content:""
}
.fa-arrow-down-short-wide:before,
.fa-sort-amount-desc:before,
.fa-sort-amount-down-alt:before {
  content:""
}
.fa-less-than:before {
  content:"<"
}
.fa-angle-down:before {
  content:""
}
.fa-car-tunnel:before {
  content:""
}
.fa-head-side-cough:before {
  content:""
}
.fa-grip-lines:before {
  content:""
}
.fa-thumbs-down:before {
  content:""
}
.fa-user-lock:before {
  content:""
}
.fa-arrow-right-long:before,
.fa-long-arrow-right:before {
  content:""
}
.fa-anchor-circle-xmark:before {
  content:""
}
.fa-ellipsis:before,
.fa-ellipsis-h:before {
  content:""
}
.fa-chess-pawn:before {
  content:""
}
.fa-kit-medical:before,
.fa-first-aid:before {
  content:""
}
.fa-person-through-window:before {
  content:""
}
.fa-toolbox:before {
  content:""
}
.fa-hands-holding-circle:before {
  content:""
}
.fa-bug:before {
  content:""
}
.fa-credit-card:before,
.fa-credit-card-alt:before {
  content:""
}
.fa-car:before,
.fa-automobile:before {
  content:""
}
.fa-hand-holding-hand:before {
  content:""
}
.fa-book-open-reader:before,
.fa-book-reader:before {
  content:""
}
.fa-mountain-sun:before {
  content:""
}
.fa-arrows-left-right-to-line:before {
  content:""
}
.fa-dice-d20:before {
  content:""
}
.fa-truck-droplet:before {
  content:""
}
.fa-file-circle-xmark:before {
  content:""
}
.fa-temperature-arrow-up:before,
.fa-temperature-up:before {
  content:""
}
.fa-medal:before {
  content:""
}
.fa-bed:before {
  content:""
}
.fa-square-h:before,
.fa-h-square:before {
  content:""
}
.fa-podcast:before {
  content:""
}
.fa-temperature-full:before,
.fa-temperature-4:before,
.fa-thermometer-4:before,
.fa-thermometer-full:before {
  content:""
}
.fa-bell:before {
  content:""
}
.fa-superscript:before {
  content:""
}
.fa-plug-circle-xmark:before {
  content:""
}
.fa-star-of-life:before {
  content:""
}
.fa-phone-slash:before {
  content:""
}
.fa-paint-roller:before {
  content:""
}
.fa-handshake-angle:before,
.fa-hands-helping:before {
  content:""
}
.fa-location-dot:before,
.fa-map-marker-alt:before {
  content:""
}
.fa-file:before {
  content:""
}
.fa-greater-than:before {
  content:">"
}
.fa-person-swimming:before,
.fa-swimmer:before {
  content:""
}
.fa-arrow-down:before {
  content:""
}
.fa-droplet:before,
.fa-tint:before {
  content:""
}
.fa-eraser:before {
  content:""
}
.fa-earth-americas:before,
.fa-earth:before,
.fa-earth-america:before,
.fa-globe-americas:before {
  content:""
}
.fa-person-burst:before {
  content:""
}
.fa-dove:before {
  content:""
}
.fa-battery-empty:before,
.fa-battery-0:before {
  content:""
}
.fa-socks:before {
  content:""
}
.fa-inbox:before {
  content:""
}
.fa-section:before {
  content:""
}
.fa-gauge-high:before,
.fa-tachometer-alt:before,
.fa-tachometer-alt-fast:before {
  content:""
}
.fa-envelope-open-text:before {
  content:""
}
.fa-hospital:before,
.fa-hospital-alt:before,
.fa-hospital-wide:before {
  content:""
}
.fa-wine-bottle:before {
  content:""
}
.fa-chess-rook:before {
  content:""
}
.fa-bars-staggered:before,
.fa-reorder:before,
.fa-stream:before {
  content:""
}
.fa-dharmachakra:before {
  content:""
}
.fa-hotdog:before {
  content:""
}
.fa-person-walking-with-cane:before,
.fa-blind:before {
  content:""
}
.fa-drum:before {
  content:""
}
.fa-ice-cream:before {
  content:""
}
.fa-heart-circle-bolt:before {
  content:""
}
.fa-fax:before {
  content:""
}
.fa-paragraph:before {
  content:""
}
.fa-check-to-slot:before,
.fa-vote-yea:before {
  content:""
}
.fa-star-half:before {
  content:""
}
.fa-boxes-stacked:before,
.fa-boxes:before,
.fa-boxes-alt:before {
  content:""
}
.fa-link:before,
.fa-chain:before {
  content:""
}
.fa-ear-listen:before,
.fa-assistive-listening-systems:before {
  content:""
}
.fa-tree-city:before {
  content:""
}
.fa-play:before {
  content:""
}
.fa-font:before {
  content:""
}
.fa-rupiah-sign:before {
  content:""
}
.fa-magnifying-glass:before,
.fa-search:before {
  content:""
}
.fa-table-tennis-paddle-ball:before,
.fa-ping-pong-paddle-ball:before,
.fa-table-tennis:before {
  content:""
}
.fa-person-dots-from-line:before,
.fa-diagnoses:before {
  content:""
}
.fa-trash-can-arrow-up:before,
.fa-trash-restore-alt:before {
  content:""
}
.fa-naira-sign:before {
  content:""
}
.fa-cart-arrow-down:before {
  content:""
}
.fa-walkie-talkie:before {
  content:""
}
.fa-file-pen:before,
.fa-file-edit:before {
  content:""
}
.fa-receipt:before {
  content:""
}
.fa-square-pen:before,
.fa-pen-square:before,
.fa-pencil-square:before {
  content:""
}
.fa-suitcase-rolling:before {
  content:""
}
.fa-person-circle-exclamation:before {
  content:""
}
.fa-chevron-down:before {
  content:""
}
.fa-battery-full:before,
.fa-battery:before,
.fa-battery-5:before {
  content:""
}
.fa-skull-crossbones:before {
  content:""
}
.fa-code-compare:before {
  content:""
}
.fa-list-ul:before,
.fa-list-dots:before {
  content:""
}
.fa-school-lock:before {
  content:""
}
.fa-tower-cell:before {
  content:""
}
.fa-down-long:before,
.fa-long-arrow-alt-down:before {
  content:""
}
.fa-ranking-star:before {
  content:""
}
.fa-chess-king:before {
  content:""
}
.fa-person-harassing:before {
  content:""
}
.fa-brazilian-real-sign:before {
  content:""
}
.fa-landmark-dome:before,
.fa-landmark-alt:before {
  content:""
}
.fa-arrow-up:before {
  content:""
}
.fa-tv:before,
.fa-television:before,
.fa-tv-alt:before {
  content:""
}
.fa-shrimp:before {
  content:""
}
.fa-list-check:before,
.fa-tasks:before {
  content:""
}
.fa-jug-detergent:before {
  content:""
}
.fa-circle-user:before,
.fa-user-circle:before {
  content:""
}
.fa-user-shield:before {
  content:""
}
.fa-wind:before {
  content:""
}
.fa-car-burst:before,
.fa-car-crash:before {
  content:""
}
.fa-y:before {
  content:"Y"
}
.fa-person-snowboarding:before,
.fa-snowboarding:before {
  content:""
}
.fa-truck-fast:before,
.fa-shipping-fast:before {
  content:""
}
.fa-fish:before {
  content:""
}
.fa-user-graduate:before {
  content:""
}
.fa-circle-half-stroke:before,
.fa-adjust:before {
  content:""
}
.fa-clapperboard:before {
  content:""
}
.fa-circle-radiation:before,
.fa-radiation-alt:before {
  content:""
}
.fa-baseball:before,
.fa-baseball-ball:before {
  content:""
}
.fa-jet-fighter-up:before {
  content:""
}
.fa-diagram-project:before,
.fa-project-diagram:before {
  content:""
}
.fa-copy:before {
  content:""
}
.fa-volume-xmark:before,
.fa-volume-mute:before,
.fa-volume-times:before {
  content:""
}
.fa-hand-sparkles:before {
  content:""
}
.fa-grip:before,
.fa-grip-horizontal:before {
  content:""
}
.fa-share-from-square:before,
.fa-share-square:before {
  content:""
}
.fa-child-combatant:before,
.fa-child-rifle:before {
  content:""
}
.fa-gun:before {
  content:""
}
.fa-square-phone:before,
.fa-phone-square:before {
  content:""
}
.fa-plus:before,
.fa-add:before {
  content:"+"
}
.fa-expand:before {
  content:""
}
.fa-computer:before {
  content:""
}
.fa-xmark:before,
.fa-close:before,
.fa-multiply:before,
.fa-remove:before,
.fa-times:before {
  content:""
}
.fa-arrows-up-down-left-right:before,
.fa-arrows:before {
  content:""
}
.fa-chalkboard-user:before,
.fa-chalkboard-teacher:before {
  content:""
}
.fa-peso-sign:before {
  content:""
}
.fa-building-shield:before {
  content:""
}
.fa-baby:before {
  content:""
}
.fa-users-line:before {
  content:""
}
.fa-quote-left:before,
.fa-quote-left-alt:before {
  content:""
}
.fa-tractor:before {
  content:""
}
.fa-trash-arrow-up:before,
.fa-trash-restore:before {
  content:""
}
.fa-arrow-down-up-lock:before {
  content:""
}
.fa-lines-leaning:before {
  content:""
}
.fa-ruler-combined:before {
  content:""
}
.fa-copyright:before {
  content:""
}
.fa-equals:before {
  content:"="
}
.fa-blender:before {
  content:""
}
.fa-teeth:before {
  content:""
}
.fa-shekel-sign:before,
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before,
.fa-sheqel-sign:before {
  content:""
}
.fa-map:before {
  content:""
}
.fa-rocket:before {
  content:""
}
.fa-photo-film:before,
.fa-photo-video:before {
  content:""
}
.fa-folder-minus:before {
  content:""
}
.fa-store:before {
  content:""
}
.fa-arrow-trend-up:before {
  content:""
}
.fa-plug-circle-minus:before {
  content:""
}
.fa-sign-hanging:before,
.fa-sign:before {
  content:""
}
.fa-bezier-curve:before {
  content:""
}
.fa-bell-slash:before {
  content:""
}
.fa-tablet:before,
.fa-tablet-android:before {
  content:""
}
.fa-school-flag:before {
  content:""
}
.fa-fill:before {
  content:""
}
.fa-angle-up:before {
  content:""
}
.fa-drumstick-bite:before {
  content:""
}
.fa-holly-berry:before {
  content:""
}
.fa-chevron-left:before {
  content:""
}
.fa-bacteria:before {
  content:""
}
.fa-hand-lizard:before {
  content:""
}
.fa-notdef:before {
  content:""
}
.fa-disease:before {
  content:""
}
.fa-briefcase-medical:before {
  content:""
}
.fa-genderless:before {
  content:""
}
.fa-chevron-right:before {
  content:""
}
.fa-retweet:before {
  content:""
}
.fa-car-rear:before,
.fa-car-alt:before {
  content:""
}
.fa-pump-soap:before {
  content:""
}
.fa-video-slash:before {
  content:""
}
.fa-battery-quarter:before,
.fa-battery-2:before {
  content:""
}
.fa-radio:before {
  content:""
}
.fa-baby-carriage:before,
.fa-carriage-baby:before {
  content:""
}
.fa-traffic-light:before {
  content:""
}
.fa-thermometer:before {
  content:""
}
.fa-vr-cardboard:before {
  content:""
}
.fa-hand-middle-finger:before {
  content:""
}
.fa-percent:before,
.fa-percentage:before {
  content:"%"
}
.fa-truck-moving:before {
  content:""
}
.fa-glass-water-droplet:before {
  content:""
}
.fa-display:before {
  content:""
}
.fa-face-smile:before,
.fa-smile:before {
  content:""
}
.fa-thumbtack:before,
.fa-thumb-tack:before {
  content:""
}
.fa-trophy:before {
  content:""
}
.fa-person-praying:before,
.fa-pray:before {
  content:""
}
.fa-hammer:before {
  content:""
}
.fa-hand-peace:before {
  content:""
}
.fa-rotate:before,
.fa-sync-alt:before {
  content:""
}
.fa-spinner:before {
  content:""
}
.fa-robot:before {
  content:""
}
.fa-peace:before {
  content:""
}
.fa-gears:before,
.fa-cogs:before {
  content:""
}
.fa-warehouse:before {
  content:""
}
.fa-arrow-up-right-dots:before {
  content:""
}
.fa-splotch:before {
  content:""
}
.fa-face-grin-hearts:before,
.fa-grin-hearts:before {
  content:""
}
.fa-dice-four:before {
  content:""
}
.fa-sim-card:before {
  content:""
}
.fa-transgender:before,
.fa-transgender-alt:before {
  content:""
}
.fa-mercury:before {
  content:""
}
.fa-arrow-turn-down:before,
.fa-level-down:before {
  content:""
}
.fa-person-falling-burst:before {
  content:""
}
.fa-award:before {
  content:""
}
.fa-ticket-simple:before,
.fa-ticket-alt:before {
  content:""
}
.fa-building:before {
  content:""
}
.fa-angles-left:before,
.fa-angle-double-left:before {
  content:""
}
.fa-qrcode:before {
  content:""
}
.fa-clock-rotate-left:before,
.fa-history:before {
  content:""
}
.fa-face-grin-beam-sweat:before,
.fa-grin-beam-sweat:before {
  content:""
}
.fa-file-export:before,
.fa-arrow-right-from-file:before {
  content:""
}
.fa-shield:before,
.fa-shield-blank:before {
  content:""
}
.fa-arrow-up-short-wide:before,
.fa-sort-amount-up-alt:before {
  content:""
}
.fa-house-medical:before {
  content:""
}
.fa-golf-ball-tee:before,
.fa-golf-ball:before {
  content:""
}
.fa-circle-chevron-left:before,
.fa-chevron-circle-left:before {
  content:""
}
.fa-house-chimney-window:before {
  content:""
}
.fa-pen-nib:before {
  content:""
}
.fa-tent-arrow-turn-left:before {
  content:""
}
.fa-tents:before {
  content:""
}
.fa-wand-magic:before,
.fa-magic:before {
  content:""
}
.fa-dog:before {
  content:""
}
.fa-carrot:before {
  content:""
}
.fa-moon:before {
  content:""
}
.fa-wine-glass-empty:before,
.fa-wine-glass-alt:before {
  content:""
}
.fa-cheese:before {
  content:""
}
.fa-yin-yang:before {
  content:""
}
.fa-music:before {
  content:""
}
.fa-code-commit:before {
  content:""
}
.fa-temperature-low:before {
  content:""
}
.fa-person-biking:before,
.fa-biking:before {
  content:""
}
.fa-broom:before {
  content:""
}
.fa-shield-heart:before {
  content:""
}
.fa-gopuram:before {
  content:""
}
.fa-earth-oceania:before,
.fa-globe-oceania:before {
  content:""
}
.fa-square-xmark:before,
.fa-times-square:before,
.fa-xmark-square:before {
  content:""
}
.fa-hashtag:before {
  content:"#"
}
.fa-up-right-and-down-left-from-center:before,
.fa-expand-alt:before {
  content:""
}
.fa-oil-can:before {
  content:""
}
.fa-t:before {
  content:"T"
}
.fa-hippo:before {
  content:""
}
.fa-chart-column:before {
  content:""
}
.fa-infinity:before {
  content:""
}
.fa-vial-circle-check:before {
  content:""
}
.fa-person-arrow-down-to-line:before {
  content:""
}
.fa-voicemail:before {
  content:""
}
.fa-fan:before {
  content:""
}
.fa-person-walking-luggage:before {
  content:""
}
.fa-up-down:before,
.fa-arrows-alt-v:before {
  content:""
}
.fa-cloud-moon-rain:before {
  content:""
}
.fa-calendar:before {
  content:""
}
.fa-trailer:before {
  content:""
}
.fa-bahai:before,
.fa-haykal:before {
  content:""
}
.fa-sd-card:before {
  content:""
}
.fa-dragon:before {
  content:""
}
.fa-shoe-prints:before {
  content:""
}
.fa-circle-plus:before,
.fa-plus-circle:before {
  content:""
}
.fa-face-grin-tongue-wink:before,
.fa-grin-tongue-wink:before {
  content:""
}
.fa-hand-holding:before {
  content:""
}
.fa-plug-circle-exclamation:before {
  content:""
}
.fa-link-slash:before,
.fa-chain-broken:before,
.fa-chain-slash:before,
.fa-unlink:before {
  content:""
}
.fa-clone:before {
  content:""
}
.fa-person-walking-arrow-loop-left:before {
  content:""
}
.fa-arrow-up-z-a:before,
.fa-sort-alpha-up-alt:before {
  content:""
}
.fa-fire-flame-curved:before,
.fa-fire-alt:before {
  content:""
}
.fa-tornado:before {
  content:""
}
.fa-file-circle-plus:before {
  content:""
}
.fa-book-quran:before,
.fa-quran:before {
  content:""
}
.fa-anchor:before {
  content:""
}
.fa-border-all:before {
  content:""
}
.fa-face-angry:before,
.fa-angry:before {
  content:""
}
.fa-cookie-bite:before {
  content:""
}
.fa-arrow-trend-down:before {
  content:""
}
.fa-rss:before,
.fa-feed:before {
  content:""
}
.fa-draw-polygon:before {
  content:""
}
.fa-scale-balanced:before,
.fa-balance-scale:before {
  content:""
}
.fa-gauge-simple-high:before,
.fa-tachometer:before,
.fa-tachometer-fast:before {
  content:""
}
.fa-shower:before {
  content:""
}
.fa-desktop:before,
.fa-desktop-alt:before {
  content:""
}
.fa-m:before {
  content:"M"
}
.fa-table-list:before,
.fa-th-list:before {
  content:""
}
.fa-comment-sms:before,
.fa-sms:before {
  content:""
}
.fa-book:before {
  content:""
}
.fa-user-plus:before {
  content:""
}
.fa-check:before {
  content:""
}
.fa-battery-three-quarters:before,
.fa-battery-4:before {
  content:""
}
.fa-house-circle-check:before {
  content:""
}
.fa-angle-left:before {
  content:""
}
.fa-diagram-successor:before {
  content:""
}
.fa-truck-arrow-right:before {
  content:""
}
.fa-arrows-split-up-and-left:before {
  content:""
}
.fa-hand-fist:before,
.fa-fist-raised:before {
  content:""
}
.fa-cloud-moon:before {
  content:""
}
.fa-briefcase:before {
  content:""
}
.fa-person-falling:before {
  content:""
}
.fa-image-portrait:before,
.fa-portrait:before {
  content:""
}
.fa-user-tag:before {
  content:""
}
.fa-rug:before {
  content:""
}
.fa-earth-europe:before,
.fa-globe-europe:before {
  content:""
}
.fa-cart-flatbed-suitcase:before,
.fa-luggage-cart:before {
  content:""
}
.fa-rectangle-xmark:before,
.fa-rectangle-times:before,
.fa-times-rectangle:before,
.fa-window-close:before {
  content:""
}
.fa-baht-sign:before {
  content:""
}
.fa-book-open:before {
  content:""
}
.fa-book-journal-whills:before,
.fa-journal-whills:before {
  content:""
}
.fa-handcuffs:before {
  content:""
}
.fa-triangle-exclamation:before,
.fa-exclamation-triangle:before,
.fa-warning:before {
  content:""
}
.fa-database:before {
  content:""
}
.fa-share:before,
.fa-mail-forward:before {
  content:""
}
.fa-bottle-droplet:before {
  content:""
}
.fa-mask-face:before {
  content:""
}
.fa-hill-rockslide:before {
  content:""
}
.fa-right-left:before,
.fa-exchange-alt:before {
  content:""
}
.fa-paper-plane:before {
  content:""
}
.fa-road-circle-exclamation:before {
  content:""
}
.fa-dungeon:before {
  content:""
}
.fa-align-right:before {
  content:""
}
.fa-money-bill-1-wave:before,
.fa-money-bill-wave-alt:before {
  content:""
}
.fa-life-ring:before {
  content:""
}
.fa-hands:before,
.fa-sign-language:before,
.fa-signing:before {
  content:""
}
.fa-calendar-day:before {
  content:""
}
.fa-water-ladder:before,
.fa-ladder-water:before,
.fa-swimming-pool:before {
  content:""
}
.fa-arrows-up-down:before,
.fa-arrows-v:before {
  content:""
}
.fa-face-grimace:before,
.fa-grimace:before {
  content:""
}
.fa-wheelchair-move:before,
.fa-wheelchair-alt:before {
  content:""
}
.fa-turn-down:before,
.fa-level-down-alt:before {
  content:""
}
.fa-person-walking-arrow-right:before {
  content:""
}
.fa-square-envelope:before,
.fa-envelope-square:before {
  content:""
}
.fa-dice:before {
  content:""
}
.fa-bowling-ball:before {
  content:""
}
.fa-brain:before {
  content:""
}
.fa-bandage:before,
.fa-band-aid:before {
  content:""
}
.fa-calendar-minus:before {
  content:""
}
.fa-circle-xmark:before,
.fa-times-circle:before,
.fa-xmark-circle:before {
  content:""
}
.fa-gifts:before {
  content:""
}
.fa-hotel:before {
  content:""
}
.fa-earth-asia:before,
.fa-globe-asia:before {
  content:""
}
.fa-id-card-clip:before,
.fa-id-card-alt:before {
  content:""
}
.fa-magnifying-glass-plus:before,
.fa-search-plus:before {
  content:""
}
.fa-thumbs-up:before {
  content:""
}
.fa-user-clock:before {
  content:""
}
.fa-hand-dots:before,
.fa-allergies:before {
  content:""
}
.fa-file-invoice:before {
  content:""
}
.fa-window-minimize:before {
  content:""
}
.fa-mug-saucer:before,
.fa-coffee:before {
  content:""
}
.fa-brush:before {
  content:""
}
.fa-mask:before {
  content:""
}
.fa-magnifying-glass-minus:before,
.fa-search-minus:before {
  content:""
}
.fa-ruler-vertical:before {
  content:""
}
.fa-user-large:before,
.fa-user-alt:before {
  content:""
}
.fa-train-tram:before {
  content:""
}
.fa-user-nurse:before {
  content:""
}
.fa-syringe:before {
  content:""
}
.fa-cloud-sun:before {
  content:""
}
.fa-stopwatch-20:before {
  content:""
}
.fa-square-full:before {
  content:""
}
.fa-magnet:before {
  content:""
}
.fa-jar:before {
  content:""
}
.fa-note-sticky:before,
.fa-sticky-note:before {
  content:""
}
.fa-bug-slash:before {
  content:""
}
.fa-arrow-up-from-water-pump:before {
  content:""
}
.fa-bone:before {
  content:""
}
.fa-user-injured:before {
  content:""
}
.fa-face-sad-tear:before,
.fa-sad-tear:before {
  content:""
}
.fa-plane:before {
  content:""
}
.fa-tent-arrows-down:before {
  content:""
}
.fa-exclamation:before {
  content:"!"
}
.fa-arrows-spin:before {
  content:""
}
.fa-print:before {
  content:""
}
.fa-turkish-lira-sign:before,
.fa-try:before,
.fa-turkish-lira:before {
  content:""
}
.fa-dollar-sign:before,
.fa-dollar:before,
.fa-usd:before {
  content:"$"
}
.fa-x:before {
  content:"X"
}
.fa-magnifying-glass-dollar:before,
.fa-search-dollar:before {
  content:""
}
.fa-users-gear:before,
.fa-users-cog:before {
  content:""
}
.fa-person-military-pointing:before {
  content:""
}
.fa-building-columns:before,
.fa-bank:before,
.fa-institution:before,
.fa-museum:before,
.fa-university:before {
  content:""
}
.fa-umbrella:before {
  content:""
}
.fa-trowel:before {
  content:""
}
.fa-d:before {
  content:"D"
}
.fa-stapler:before {
  content:""
}
.fa-masks-theater:before,
.fa-theater-masks:before {
  content:""
}
.fa-kip-sign:before {
  content:""
}
.fa-hand-point-left:before {
  content:""
}
.fa-handshake-simple:before,
.fa-handshake-alt:before {
  content:""
}
.fa-jet-fighter:before,
.fa-fighter-jet:before {
  content:""
}
.fa-square-share-nodes:before,
.fa-share-alt-square:before {
  content:""
}
.fa-barcode:before {
  content:""
}
.fa-plus-minus:before {
  content:""
}
.fa-video:before,
.fa-video-camera:before {
  content:""
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
  content:""
}
.fa-hand-holding-medical:before {
  content:""
}
.fa-person-circle-check:before {
  content:""
}
.fa-turn-up:before,
.fa-level-up-alt:before {
  content:""
}
.sr-only,
.fa-sr-only,
.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border-width:0;
  width:1px;
  height:1px;
  margin:-1px;
  padding:0;
  position:absolute;
  overflow:hidden
}
:root,
:host {
  --fa-style-family-brands:"Font Awesome 6 Brands";
  --fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"
}
@font-face {
  font-family:"Font Awesome 6 Brands";
  font-style:normal;
  font-weight:400;
  font-display:block;
  src:url('../../../typo3conf/ext/farmerssnack/Resources/Public/Css/Import/font-awesome/webfonts/fa-brands-400.woff2')format("woff2"),
  url('../../../typo3conf/ext/farmerssnack/Resources/Public/Css/Import/font-awesome/webfonts/fa-brands-400.ttf')format("truetype")
}
.fab,
.fa-brands {
  font-weight:400
}
.fa-monero:before {
  content:""
}
.fa-hooli:before {
  content:""
}
.fa-yelp:before {
  content:""
}
.fa-cc-visa:before {
  content:""
}
.fa-lastfm:before {
  content:""
}
.fa-shopware:before {
  content:""
}
.fa-creative-commons-nc:before {
  content:""
}
.fa-aws:before {
  content:""
}
.fa-redhat:before {
  content:""
}
.fa-yoast:before {
  content:""
}
.fa-cloudflare:before {
  content:""
}
.fa-ups:before {
  content:""
}
.fa-pixiv:before {
  content:""
}
.fa-wpexplorer:before {
  content:""
}
.fa-dyalog:before {
  content:""
}
.fa-bity:before {
  content:""
}
.fa-stackpath:before {
  content:""
}
.fa-buysellads:before {
  content:""
}
.fa-first-order:before {
  content:""
}
.fa-modx:before {
  content:""
}
.fa-guilded:before {
  content:""
}
.fa-vnv:before {
  content:""
}
.fa-square-js:before,
.fa-js-square:before {
  content:""
}
.fa-microsoft:before {
  content:""
}
.fa-qq:before {
  content:""
}
.fa-orcid:before {
  content:""
}
.fa-java:before {
  content:""
}
.fa-invision:before {
  content:""
}
.fa-creative-commons-pd-alt:before {
  content:""
}
.fa-centercode:before {
  content:""
}
.fa-glide-g:before {
  content:""
}
.fa-drupal:before {
  content:""
}
.fa-hire-a-helper:before {
  content:""
}
.fa-creative-commons-by:before {
  content:""
}
.fa-unity:before {
  content:""
}
.fa-whmcs:before {
  content:""
}
.fa-rocketchat:before {
  content:""
}
.fa-vk:before {
  content:""
}
.fa-untappd:before {
  content:""
}
.fa-mailchimp:before {
  content:""
}
.fa-css3-alt:before {
  content:""
}
.fa-square-reddit:before,
.fa-reddit-square:before {
  content:""
}
.fa-vimeo-v:before {
  content:""
}
.fa-contao:before {
  content:""
}
.fa-square-font-awesome:before {
  content:""
}
.fa-deskpro:before {
  content:""
}
.fa-brave:before {
  content:""
}
.fa-sistrix:before {
  content:""
}
.fa-square-instagram:before,
.fa-instagram-square:before {
  content:""
}
.fa-battle-net:before {
  content:""
}
.fa-the-red-yeti:before {
  content:""
}
.fa-square-hacker-news:before,
.fa-hacker-news-square:before {
  content:""
}
.fa-edge:before {
  content:""
}
.fa-threads:before {
  content:""
}
.fa-napster:before {
  content:""
}
.fa-square-snapchat:before,
.fa-snapchat-square:before {
  content:""
}
.fa-google-plus-g:before {
  content:""
}
.fa-artstation:before {
  content:""
}
.fa-markdown:before {
  content:""
}
.fa-sourcetree:before {
  content:""
}
.fa-google-plus:before {
  content:""
}
.fa-diaspora:before {
  content:""
}
.fa-foursquare:before {
  content:""
}
.fa-stack-overflow:before {
  content:""
}
.fa-github-alt:before {
  content:""
}
.fa-phoenix-squadron:before {
  content:""
}
.fa-pagelines:before {
  content:""
}
.fa-algolia:before {
  content:""
}
.fa-red-river:before {
  content:""
}
.fa-creative-commons-sa:before {
  content:""
}
.fa-safari:before {
  content:""
}
.fa-google:before {
  content:""
}
.fa-square-font-awesome-stroke:before,
.fa-font-awesome-alt:before {
  content:""
}
.fa-atlassian:before {
  content:""
}
.fa-linkedin-in:before {
  content:""
}
.fa-digital-ocean:before {
  content:""
}
.fa-nimblr:before {
  content:""
}
.fa-chromecast:before {
  content:""
}
.fa-evernote:before {
  content:""
}
.fa-hacker-news:before {
  content:""
}
.fa-creative-commons-sampling:before {
  content:""
}
.fa-adversal:before {
  content:""
}
.fa-creative-commons:before {
  content:""
}
.fa-watchman-monitoring:before {
  content:""
}
.fa-fonticons:before {
  content:""
}
.fa-weixin:before {
  content:""
}
.fa-shirtsinbulk:before {
  content:""
}
.fa-codepen:before {
  content:""
}
.fa-git-alt:before {
  content:""
}
.fa-lyft:before {
  content:""
}
.fa-rev:before {
  content:""
}
.fa-windows:before {
  content:""
}
.fa-wizards-of-the-coast:before {
  content:""
}
.fa-square-viadeo:before,
.fa-viadeo-square:before {
  content:""
}
.fa-meetup:before {
  content:""
}
.fa-centos:before {
  content:""
}
.fa-adn:before {
  content:""
}
.fa-cloudsmith:before {
  content:""
}
.fa-opensuse:before {
  content:""
}
.fa-pied-piper-alt:before {
  content:""
}
.fa-square-dribbble:before,
.fa-dribbble-square:before {
  content:""
}
.fa-codiepie:before {
  content:""
}
.fa-node:before {
  content:""
}
.fa-mix:before {
  content:""
}
.fa-steam:before {
  content:""
}
.fa-cc-apple-pay:before {
  content:""
}
.fa-scribd:before {
  content:""
}
.fa-debian:before {
  content:""
}
.fa-openid:before {
  content:""
}
.fa-instalod:before {
  content:""
}
.fa-expeditedssl:before {
  content:""
}
.fa-sellcast:before {
  content:""
}
.fa-square-twitter:before,
.fa-twitter-square:before {
  content:""
}
.fa-r-project:before {
  content:""
}
.fa-delicious:before {
  content:""
}
.fa-freebsd:before {
  content:""
}
.fa-vuejs:before {
  content:""
}
.fa-accusoft:before {
  content:""
}
.fa-ioxhost:before {
  content:""
}
.fa-fonticons-fi:before {
  content:""
}
.fa-app-store:before {
  content:""
}
.fa-cc-mastercard:before {
  content:""
}
.fa-itunes-note:before {
  content:""
}
.fa-golang:before {
  content:""
}
.fa-kickstarter:before {
  content:""
}
.fa-grav:before {
  content:""
}
.fa-weibo:before {
  content:""
}
.fa-uncharted:before {
  content:""
}
.fa-firstdraft:before {
  content:""
}
.fa-square-youtube:before,
.fa-youtube-square:before {
  content:""
}
.fa-wikipedia-w:before {
  content:""
}
.fa-wpressr:before,
.fa-rendact:before {
  content:""
}
.fa-angellist:before {
  content:""
}
.fa-galactic-republic:before {
  content:""
}
.fa-nfc-directional:before {
  content:""
}
.fa-skype:before {
  content:""
}
.fa-joget:before {
  content:""
}
.fa-fedora:before {
  content:""
}
.fa-stripe-s:before {
  content:""
}
.fa-meta:before {
  content:""
}
.fa-laravel:before {
  content:""
}
.fa-hotjar:before {
  content:""
}
.fa-bluetooth-b:before {
  content:""
}
.fa-square-letterboxd:before {
  content:""
}
.fa-sticker-mule:before {
  content:""
}
.fa-creative-commons-zero:before {
  content:""
}
.fa-hips:before {
  content:""
}
.fa-behance:before {
  content:""
}
.fa-reddit:before {
  content:""
}
.fa-discord:before {
  content:""
}
.fa-chrome:before {
  content:""
}
.fa-app-store-ios:before {
  content:""
}
.fa-cc-discover:before {
  content:""
}
.fa-wpbeginner:before {
  content:""
}
.fa-confluence:before {
  content:""
}
.fa-shoelace:before {
  content:""
}
.fa-mdb:before {
  content:""
}
.fa-dochub:before {
  content:""
}
.fa-accessible-icon:before {
  content:""
}
.fa-ebay:before {
  content:""
}
.fa-amazon:before {
  content:""
}
.fa-unsplash:before {
  content:""
}
.fa-yarn:before {
  content:""
}
.fa-square-steam:before,
.fa-steam-square:before {
  content:""
}
.fa-500px:before {
  content:""
}
.fa-square-vimeo:before,
.fa-vimeo-square:before {
  content:""
}
.fa-asymmetrik:before {
  content:""
}
.fa-font-awesome:before,
.fa-font-awesome-flag:before,
.fa-font-awesome-logo-full:before {
  content:""
}
.fa-gratipay:before {
  content:""
}
.fa-apple:before {
  content:""
}
.fa-hive:before {
  content:""
}
.fa-gitkraken:before {
  content:""
}
.fa-keybase:before {
  content:""
}
.fa-apple-pay:before {
  content:""
}
.fa-padlet:before {
  content:""
}
.fa-amazon-pay:before {
  content:""
}
.fa-square-github:before,
.fa-github-square:before {
  content:""
}
.fa-stumbleupon:before {
  content:""
}
.fa-fedex:before {
  content:""
}
.fa-phoenix-framework:before {
  content:""
}
.fa-shopify:before {
  content:""
}
.fa-neos:before {
  content:""
}
.fa-square-threads:before {
  content:""
}
.fa-hackerrank:before {
  content:""
}
.fa-researchgate:before {
  content:""
}
.fa-swift:before {
  content:""
}
.fa-angular:before {
  content:""
}
.fa-speakap:before {
  content:""
}
.fa-angrycreative:before {
  content:""
}
.fa-y-combinator:before {
  content:""
}
.fa-empire:before {
  content:""
}
.fa-envira:before {
  content:""
}
.fa-google-scholar:before {
  content:""
}
.fa-square-gitlab:before,
.fa-gitlab-square:before {
  content:""
}
.fa-studiovinari:before {
  content:""
}
.fa-pied-piper:before {
  content:""
}
.fa-wordpress:before {
  content:""
}
.fa-product-hunt:before {
  content:""
}
.fa-firefox:before {
  content:""
}
.fa-linode:before {
  content:""
}
.fa-goodreads:before {
  content:""
}
.fa-square-odnoklassniki:before,
.fa-odnoklassniki-square:before {
  content:""
}
.fa-jsfiddle:before {
  content:""
}
.fa-sith:before {
  content:""
}
.fa-themeisle:before {
  content:""
}
.fa-page4:before {
  content:""
}
.fa-hashnode:before {
  content:""
}
.fa-react:before {
  content:""
}
.fa-cc-paypal:before {
  content:""
}
.fa-squarespace:before {
  content:""
}
.fa-cc-stripe:before {
  content:""
}
.fa-creative-commons-share:before {
  content:""
}
.fa-bitcoin:before {
  content:""
}
.fa-keycdn:before {
  content:""
}
.fa-opera:before {
  content:""
}
.fa-itch-io:before {
  content:""
}
.fa-umbraco:before {
  content:""
}
.fa-galactic-senate:before {
  content:""
}
.fa-ubuntu:before {
  content:""
}
.fa-draft2digital:before {
  content:""
}
.fa-stripe:before {
  content:""
}
.fa-houzz:before {
  content:""
}
.fa-gg:before {
  content:""
}
.fa-dhl:before {
  content:""
}
.fa-square-pinterest:before,
.fa-pinterest-square:before {
  content:""
}
.fa-xing:before {
  content:""
}
.fa-blackberry:before {
  content:""
}
.fa-creative-commons-pd:before {
  content:""
}
.fa-playstation:before {
  content:""
}
.fa-quinscape:before {
  content:""
}
.fa-less:before {
  content:""
}
.fa-blogger-b:before {
  content:""
}
.fa-opencart:before {
  content:""
}
.fa-vine:before {
  content:""
}
.fa-signal-messenger:before {
  content:""
}
.fa-paypal:before {
  content:""
}
.fa-gitlab:before {
  content:""
}
.fa-typo3:before {
  content:""
}
.fa-reddit-alien:before {
  content:""
}
.fa-yahoo:before {
  content:""
}
.fa-dailymotion:before {
  content:""
}
.fa-affiliatetheme:before {
  content:""
}
.fa-pied-piper-pp:before {
  content:""
}
.fa-bootstrap:before {
  content:""
}
.fa-odnoklassniki:before {
  content:""
}
.fa-nfc-symbol:before {
  content:""
}
.fa-mintbit:before {
  content:""
}
.fa-ethereum:before {
  content:""
}
.fa-speaker-deck:before {
  content:""
}
.fa-creative-commons-nc-eu:before {
  content:""
}
.fa-patreon:before {
  content:""
}
.fa-avianex:before {
  content:""
}
.fa-ello:before {
  content:""
}
.fa-gofore:before {
  content:""
}
.fa-bimobject:before {
  content:""
}
.fa-brave-reverse:before {
  content:""
}
.fa-facebook-f:before {
  content:""
}
.fa-square-google-plus:before,
.fa-google-plus-square:before {
  content:""
}
.fa-mandalorian:before {
  content:""
}
.fa-first-order-alt:before {
  content:""
}
.fa-osi:before {
  content:""
}
.fa-google-wallet:before {
  content:""
}
.fa-d-and-d-beyond:before {
  content:""
}
.fa-periscope:before {
  content:""
}
.fa-fulcrum:before {
  content:""
}
.fa-cloudscale:before {
  content:""
}
.fa-forumbee:before {
  content:""
}
.fa-mizuni:before {
  content:""
}
.fa-schlix:before {
  content:""
}
.fa-square-xing:before,
.fa-xing-square:before {
  content:""
}
.fa-bandcamp:before {
  content:""
}
.fa-wpforms:before {
  content:""
}
.fa-cloudversify:before {
  content:""
}
.fa-usps:before {
  content:""
}
.fa-megaport:before {
  content:""
}
.fa-magento:before {
  content:""
}
.fa-spotify:before {
  content:""
}
.fa-optin-monster:before {
  content:""
}
.fa-fly:before {
  content:""
}
.fa-aviato:before {
  content:""
}
.fa-itunes:before {
  content:""
}
.fa-cuttlefish:before {
  content:""
}
.fa-blogger:before {
  content:""
}
.fa-flickr:before {
  content:""
}
.fa-viber:before {
  content:""
}
.fa-soundcloud:before {
  content:""
}
.fa-digg:before {
  content:""
}
.fa-tencent-weibo:before {
  content:""
}
.fa-letterboxd:before {
  content:""
}
.fa-symfony:before {
  content:""
}
.fa-maxcdn:before {
  content:""
}
.fa-etsy:before {
  content:""
}
.fa-facebook-messenger:before {
  content:""
}
.fa-audible:before {
  content:""
}
.fa-think-peaks:before {
  content:""
}
.fa-bilibili:before {
  content:""
}
.fa-erlang:before {
  content:""
}
.fa-x-twitter:before {
  content:""
}
.fa-cotton-bureau:before {
  content:""
}
.fa-dashcube:before {
  content:""
}
.fa-42-group:before,
.fa-innosoft:before {
  content:""
}
.fa-stack-exchange:before {
  content:""
}
.fa-elementor:before {
  content:""
}
.fa-square-pied-piper:before,
.fa-pied-piper-square:before {
  content:""
}
.fa-creative-commons-nd:before {
  content:""
}
.fa-palfed:before {
  content:""
}
.fa-superpowers:before {
  content:""
}
.fa-resolving:before {
  content:""
}
.fa-xbox:before {
  content:""
}
.fa-searchengin:before {
  content:""
}
.fa-tiktok:before {
  content:""
}
.fa-square-facebook:before,
.fa-facebook-square:before {
  content:""
}
.fa-renren:before {
  content:""
}
.fa-linux:before {
  content:""
}
.fa-glide:before {
  content:""
}
.fa-linkedin:before {
  content:""
}
.fa-hubspot:before {
  content:""
}
.fa-deploydog:before {
  content:""
}
.fa-twitch:before {
  content:""
}
.fa-ravelry:before {
  content:""
}
.fa-mixer:before {
  content:""
}
.fa-square-lastfm:before,
.fa-lastfm-square:before {
  content:""
}
.fa-vimeo:before {
  content:""
}
.fa-mendeley:before {
  content:""
}
.fa-uniregistry:before {
  content:""
}
.fa-figma:before {
  content:""
}
.fa-creative-commons-remix:before {
  content:""
}
.fa-cc-amazon-pay:before {
  content:""
}
.fa-dropbox:before {
  content:""
}
.fa-instagram:before {
  content:""
}
.fa-cmplid:before {
  content:""
}
.fa-upwork:before {
  content:""
}
.fa-facebook:before {
  content:""
}
.fa-gripfire:before {
  content:""
}
.fa-jedi-order:before {
  content:""
}
.fa-uikit:before {
  content:""
}
.fa-fort-awesome-alt:before {
  content:""
}
.fa-phabricator:before {
  content:""
}
.fa-ussunnah:before {
  content:""
}
.fa-earlybirds:before {
  content:""
}
.fa-trade-federation:before {
  content:""
}
.fa-autoprefixer:before {
  content:""
}
.fa-whatsapp:before {
  content:""
}
.fa-slideshare:before {
  content:""
}
.fa-google-play:before {
  content:""
}
.fa-viadeo:before {
  content:""
}
.fa-line:before {
  content:""
}
.fa-google-drive:before {
  content:""
}
.fa-servicestack:before {
  content:""
}
.fa-simplybuilt:before {
  content:""
}
.fa-bitbucket:before {
  content:""
}
.fa-imdb:before {
  content:""
}
.fa-deezer:before {
  content:""
}
.fa-raspberry-pi:before {
  content:""
}
.fa-jira:before {
  content:""
}
.fa-docker:before {
  content:""
}
.fa-screenpal:before {
  content:""
}
.fa-bluetooth:before {
  content:""
}
.fa-gitter:before {
  content:""
}
.fa-d-and-d:before {
  content:""
}
.fa-microblog:before {
  content:""
}
.fa-cc-diners-club:before {
  content:""
}
.fa-gg-circle:before {
  content:""
}
.fa-pied-piper-hat:before {
  content:""
}
.fa-kickstarter-k:before {
  content:""
}
.fa-yandex:before {
  content:""
}
.fa-readme:before {
  content:""
}
.fa-html5:before {
  content:""
}
.fa-sellsy:before {
  content:""
}
.fa-sass:before {
  content:""
}
.fa-wirsindhandwerk:before,
.fa-wsh:before {
  content:""
}
.fa-buromobelexperte:before {
  content:""
}
.fa-salesforce:before {
  content:""
}
.fa-octopus-deploy:before {
  content:""
}
.fa-medapps:before {
  content:""
}
.fa-ns8:before {
  content:""
}
.fa-pinterest-p:before {
  content:""
}
.fa-apper:before {
  content:""
}
.fa-fort-awesome:before {
  content:""
}
.fa-waze:before {
  content:""
}
.fa-cc-jcb:before {
  content:""
}
.fa-snapchat:before,
.fa-snapchat-ghost:before {
  content:""
}
.fa-fantasy-flight-games:before {
  content:""
}
.fa-rust:before {
  content:""
}
.fa-wix:before {
  content:""
}
.fa-square-behance:before,
.fa-behance-square:before {
  content:""
}
.fa-supple:before {
  content:""
}
.fa-webflow:before {
  content:""
}
.fa-rebel:before {
  content:""
}
.fa-css3:before {
  content:""
}
.fa-staylinked:before {
  content:""
}
.fa-kaggle:before {
  content:""
}
.fa-space-awesome:before {
  content:""
}
.fa-deviantart:before {
  content:""
}
.fa-cpanel:before {
  content:""
}
.fa-goodreads-g:before {
  content:""
}
.fa-square-git:before,
.fa-git-square:before {
  content:""
}
.fa-square-tumblr:before,
.fa-tumblr-square:before {
  content:""
}
.fa-trello:before {
  content:""
}
.fa-creative-commons-nc-jp:before {
  content:""
}
.fa-get-pocket:before {
  content:""
}
.fa-perbyte:before {
  content:""
}
.fa-grunt:before {
  content:""
}
.fa-weebly:before {
  content:""
}
.fa-connectdevelop:before {
  content:""
}
.fa-leanpub:before {
  content:""
}
.fa-black-tie:before {
  content:""
}
.fa-themeco:before {
  content:""
}
.fa-python:before {
  content:""
}
.fa-android:before {
  content:""
}
.fa-bots:before {
  content:""
}
.fa-free-code-camp:before {
  content:""
}
.fa-hornbill:before {
  content:""
}
.fa-js:before {
  content:""
}
.fa-ideal:before {
  content:""
}
.fa-git:before {
  content:""
}
.fa-dev:before {
  content:""
}
.fa-sketch:before {
  content:""
}
.fa-yandex-international:before {
  content:""
}
.fa-cc-amex:before {
  content:""
}
.fa-uber:before {
  content:""
}
.fa-github:before {
  content:""
}
.fa-php:before {
  content:""
}
.fa-alipay:before {
  content:""
}
.fa-youtube:before {
  content:""
}
.fa-skyatlas:before {
  content:""
}
.fa-firefox-browser:before {
  content:""
}
.fa-replyd:before {
  content:""
}
.fa-suse:before {
  content:""
}
.fa-jenkins:before {
  content:""
}
.fa-twitter:before {
  content:""
}
.fa-rockrms:before {
  content:""
}
.fa-pinterest:before {
  content:""
}
.fa-buffer:before {
  content:""
}
.fa-npm:before {
  content:""
}
.fa-yammer:before {
  content:""
}
.fa-btc:before {
  content:""
}
.fa-dribbble:before {
  content:""
}
.fa-stumbleupon-circle:before {
  content:""
}
.fa-internet-explorer:before {
  content:""
}
.fa-stubber:before {
  content:""
}
.fa-telegram:before,
.fa-telegram-plane:before {
  content:""
}
.fa-old-republic:before {
  content:""
}
.fa-odysee:before {
  content:""
}
.fa-square-whatsapp:before,
.fa-whatsapp-square:before {
  content:""
}
.fa-node-js:before {
  content:""
}
.fa-edge-legacy:before {
  content:""
}
.fa-slack:before,
.fa-slack-hash:before {
  content:""
}
.fa-medrt:before {
  content:""
}
.fa-usb:before {
  content:""
}
.fa-tumblr:before {
  content:""
}
.fa-vaadin:before {
  content:""
}
.fa-quora:before {
  content:""
}
.fa-square-x-twitter:before {
  content:""
}
.fa-reacteurope:before {
  content:""
}
.fa-medium:before,
.fa-medium-m:before {
  content:""
}
.fa-amilia:before {
  content:""
}
.fa-mixcloud:before {
  content:""
}
.fa-flipboard:before {
  content:""
}
.fa-viacoin:before {
  content:""
}
.fa-critical-role:before {
  content:""
}
.fa-sitrox:before {
  content:""
}
.fa-discourse:before {
  content:""
}
.fa-joomla:before {
  content:""
}
.fa-mastodon:before {
  content:""
}
.fa-airbnb:before {
  content:""
}
.fa-wolf-pack-battalion:before {
  content:""
}
.fa-buy-n-large:before {
  content:""
}
.fa-gulp:before {
  content:""
}
.fa-creative-commons-sampling-plus:before {
  content:""
}
.fa-strava:before {
  content:""
}
.fa-ember:before {
  content:""
}
.fa-canadian-maple-leaf:before {
  content:""
}
.fa-teamspeak:before {
  content:""
}
.fa-pushed:before {
  content:""
}
.fa-wordpress-simple:before {
  content:""
}
.fa-nutritionix:before {
  content:""
}
.fa-wodu:before {
  content:""
}
.fa-google-pay:before {
  content:""
}
.fa-intercom:before {
  content:""
}
.fa-zhihu:before {
  content:""
}
.fa-korvue:before {
  content:""
}
.fa-pix:before {
  content:""
}
.fa-steam-symbol:before {
  content:""
}
:root,
:host {
  --fa-style-family-classic:"Font Awesome 6 Free";
  --fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"
}
@font-face {
  font-family:"Font Awesome 6 Free";
  font-style:normal;
  font-weight:900;
  font-display:block;
  src:url('../../../typo3conf/ext/farmerssnack/Resources/Public/Css/Import/font-awesome/webfonts/fa-solid-900.woff2')format("woff2"),
  url('../../../typo3conf/ext/farmerssnack/Resources/Public/Css/Import/font-awesome/webfonts/fa-solid-900.ttf')format("truetype")
}
.fas,
.fa-solid {
  font-weight:900
}
@font-face {
  font-family:Meta Pro;
  src:url('../../../typo3conf/ext/farmerssnack/Resources/Public/Fonts/meta-pro/meta-pro.eot');
  src:url('../../../typo3conf/ext/farmerssnack/Resources/Public/Fonts/meta-pro/meta-pro.eot')format("embedded-opentype"),
  url('../../../typo3conf/ext/farmerssnack/Resources/Public/Fonts/meta-pro/meta-pro.woff')format("woff"),
  url('../../../typo3conf/ext/farmerssnack/Resources/Public/Fonts/meta-pro/meta-pro.ttf')format("truetype");
  font-weight:400;
  font-style:normal;
  font-display:swap
}
@font-face {
  font-family:Meta Pro Bold;
  src:url('../../../typo3conf/ext/farmerssnack/Resources/Public/Fonts/meta-pro-bold/meta-pro-bold.eot');
  src:url('../../../typo3conf/ext/farmerssnack/Resources/Public/Fonts/meta-pro-bold/meta-pro-bold.eot')format("embedded-opentype"),
  url('../../../typo3conf/ext/farmerssnack/Resources/Public/Fonts/meta-pro-bold/meta-pro-bold.woff')format("woff"),
  url('../../../typo3conf/ext/farmerssnack/Resources/Public/Fonts/meta-pro-bold/meta-pro-bold.ttf')format("truetype");
  font-weight:700;
  font-style:normal;
  font-display:swap
}
@font-face {
  font-family:Meta Pro Black;
  src:url('../../../typo3conf/ext/farmerssnack/Resources/Public/Fonts/meta-pro-black/meta-pro–black.eot');
  src:url('../../../typo3conf/ext/farmerssnack/Resources/Public/Fonts/meta-pro-black/meta-pro–black.eot')format("embedded-opentype"),
  url('../../../typo3conf/ext/farmerssnack/Resources/Public/Fonts/meta-pro-black/meta-pro–black.woff')format("woff"),
  url('../../../typo3conf/ext/farmerssnack/Resources/Public/Fonts/meta-pro-black/meta-pro–black.woff2')format("woff2");
  font-weight:900;
  font-style:normal;
  font-display:swap
}
@font-face {
  font-family:Meta Pro Italic;
  src:url('../../../typo3conf/ext/farmerssnack/Resources/Public/Fonts/meta-pro-italic/meta-pro-italic.eot');
  src:url('../../../typo3conf/ext/farmerssnack/Resources/Public/Fonts/meta-pro-italic/meta-pro-italic.eot')format("embedded-opentype"),
  url('../../../typo3conf/ext/farmerssnack/Resources/Public/Fonts/meta-pro-italic/meta-pro-italic.woff')format("woff"),
  url('../../../typo3conf/ext/farmerssnack/Resources/Public/Fonts/meta-pro-italic/meta-pro-italic.woff2')format("woff2"),
  url('../../../typo3conf/ext/farmerssnack/Resources/Public/Fonts/meta-pro-italic/meta-pro-italic.ttf')format("truetype");
  font-weight:400;
  font-style:italic;
  font-display:swap
}
@font-face {
  font-family:verveine;
  src:url('../../../typo3conf/ext/farmerssnack/Resources/Public/Fonts/verveine/verveine.eot');
  src:url('../../../typo3conf/ext/farmerssnack/Resources/Public/Fonts/verveine/verveine.eot')format("embedded-opentype"),
  url('../../../typo3conf/ext/farmerssnack/Resources/Public/Fonts/verveine/verveine.woff')format("woff"),
  url('../../../typo3conf/ext/farmerssnack/Resources/Public/Fonts/verveine/verveine.ttf')format("truetype");
  font-weight:400;
  font-style:normal;
  font-display:swap
}
@font-face {
  font-family:Icons;
  src:url('../../../typo3conf/ext/farmerssnack/Resources/Public/Fonts/Icons/icons.eot');
  src:url('../../../typo3conf/ext/farmerssnack/Resources/Public/Fonts/Icons/icons.eot')format("embedded-opentype"),
  url('../../../typo3conf/ext/farmerssnack/Resources/Public/Fonts/Icons/icons.woff')format("woff"),
  url('../../../typo3conf/ext/farmerssnack/Resources/Public/Fonts/Icons/icons.ttf')format("truetype");
  font-weight:400;
  font-style:normal;
  font-display:swap
}
* {
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale
}
html,
body {
  font-family:Meta Pro,sans-serif;
  font-size:16px;
  line-height:1.6
}
@media (max-width:991.98px) {
  html,
  body {
    font-size:14px
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight:400;
  font-size:inherit;
  line-height:inherit;
  margin:0;
  padding:0
}
h1,
.like-h1 {
  font-family:Meta Pro Bold,sans-serif;
  font-size:30px;
  font-weight:700;
  line-height:1.3
}
@media (min-width:576px) {
  h1,
  .like-h1 {
    font-size:40px
  }
}
@media (min-width:992px) {
  h1,
  .like-h1 {
    font-size:64px
  }
}
h2,
.like-h2 {
  color:#603d20;
  padding:0 0 15px;
  font-family:Meta Pro Black,sans-serif;
  font-size:25px;
  font-weight:700;
  line-height:1.4
}
@media (min-width:576px) {
  h2,
  .like-h2 {
    font-size:30px
  }
}
@media (min-width:992px) {
  h2,
  .like-h2 {
    font-size:40px;
    line-height:normal
  }
}
h3,
.like-h3 {
  font-family:Meta Pro Black,sans-serif;
  font-size:24px;
  font-weight:700;
  line-height:1.4
}
@media (min-width:576px) {
  h3,
  .like-h3 {
    font-size:22px
  }
}
@media (min-width:992px) {
  h3,
  .like-h3 {
    font-size:24px;
    line-height:normal
  }
}
h4,
.like-h4 {
  font-family:Meta Pro,sans-serif;
  font-size:20px;
  font-weight:700;
  line-height:1.4
}
@media (min-width:576px) {
  h4,
  .like-h4 {
    font-size:18px
  }
}
@media (min-width:992px) {
  h4,
  .like-h4 {
    font-size:25px;
    line-height:normal
  }
}
h6,
.like-h6,
h5,
.like-h5 {
  color:#fefaec;
  margin:16px 0 10px;
  font-family:Meta Pro,sans-serif;
  font-size:100%;
  font-weight:700;
  line-height:1.4
}
@media (min-width:576px) {
  h6,
  .like-h6,
  h5,
  .like-h5 {
    margin:20px 0 10px
  }
}
@media (min-width:992px) {
  h6,
  .like-h6,
  h5,
  .like-h5 {
    margin:25px 0 12px
  }
}
li {
  font-family:Verveine,sans-serif
}
p {
  font-family:Meta Pro,sans-serif;
  font-size:18px
}
.text-box ul,
.content-groups ul,
section ul {
  margin:15px 0;
  padding:0;
  list-style:none
}
.text-box ul li,
.content-groups ul li,
section ul li {
  margin:5px 0;
  padding-left:15px;
  font-family:Meta Pro,sans-serif;
  position:relative
}
.text-box ul li:before,
.content-groups ul li:before,
section ul li:before {
  content:"";
  background-color:#000;
  border-radius:50%;
  width:5px;
  height:5px;
  display:block;
  position:absolute;
  top:10px;
  left:0
}
@media screen and (max-width:575px) {
  .text-box ul li:before,
  .content-groups ul li:before,
  section ul li:before {
    width:4px;
    height:4px;
    top:8px
  }
}
.text-box ol,
.content-groups ol,
section ol {
  counter-reset:ol;
  margin:15px 0;
  padding:0;
  list-style:none
}
.text-box ol li,
.content-groups ol li,
section ol li {
  counter-increment:ol;
  margin:5px 0;
  padding-left:28px;
  position:relative
}
.text-box ol li:before,
.content-groups ol li:before,
section ol li:before {
  content:counter(ol) ".";
  color:#fefaec;
  position:absolute;
  left:0
}
.rte>:last-child {
  margin-bottom:5px
}
a {
  color:#fefaec;
  text-decoration:none
}
a:hover {
  text-decoration:underline
}
.sectionhead {
  margin-top:20px;
  position:relative;
  overflow:hidden
}
.sectionhead:before {
  content:"";
  background-color:#fefaec;
  height:1px;
  display:block;
  position:absolute;
  top:50%;
  left:0;
  right:0
}
.sectionhead span {
  background-color:#fff;
  display:inline-block;
  position:relative
}
@media (min-width:768px) {
  .sectionhead span {
    padding:0 15px
  }
}
.underline,
a.underline {
  text-transform:uppercase;
  color:#000;
  z-index:1;
  -o-transition:.2s ease;
  margin:10px -2px;
  padding:0 2px;
  font-weight:700;
  transition:all .2s;
  display:inline-block;
  position:relative
}
@media (min-width:1200px) {
  .underline,
  a.underline {
    margin:15px -2px
  }
}
.underline:before,
a.underline:before {
  content:"";
  z-index:-1;
  -o-transition:.2s ease;
  background-color:#756b62;
  margin-top:-2px;
  transition:all .2s;
  display:block;
  position:absolute;
  top:100%;
  bottom:0;
  left:1px;
  right:-1px
}
.underline:hover,
a.underline:hover {
  color:#fff;
  margin:15px 8px;
  text-decoration:none
}
.underline:hover:before,
a.underline:hover:before {
  margin-top:0;
  top:-3px;
  bottom:-3px;
  left:-10px;
  right:-10px
}
.btn {
  color:#fff;
  text-transform:uppercase;
  letter-spacing:.2px;
  -o-transition:.3s ease;
  text-align:center;
  vertical-align:middle;
  cursor:pointer;
  background-color:#fefaec;
  border:0;
  min-width:120px;
  margin:10px 10px 10px 0;
  padding:6px 24px;
  font-size:16px;
  font-weight:700;
  line-height:24px;
  transition:all .3s;
  display:inline-block;
  position:relative
}
@media (max-width:575.98px) {
  .btn {
    font-size:14px;
    line-height:20px
  }
}
.btn:hover {
  color:#fff;
  background-color:#90847a;
  text-decoration:none
}
.btn:focus {
  outline:0
}
.btn.color-2 {
  color:#fff;
  background-color:#756b62
}
.btn.color-2:hover {
  color:#fff;
  background-color:#90847a
}
.btn.outline {
  color:#fefaec;
  background-color:#0000;
  border:2px solid #fefaec;
  padding:5px 12px
}
.btn.outline:hover {
  color:#fff;
  background-color:#fefaec
}
.btn.outline.color-2 {
  color:#756b62;
  border:2px solid #756b62
}
.btn.outline.color-2:hover {
  color:#fff;
  background-color:#756b62
}
@media (min-width:576px) {
  .text-left {
    text-align:left
  }
  .text-center {
    text-align:center
  }
  .text-right {
    text-align:right
  }
  .text-justify {
    text-align:justify
  }
}
html,
body {
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  text-rendering:optimizelegibility;
  background:#fefaec
}
html.shopping-basket-open,
body.shopping-basket-open {
  height:100%;
  overflow-y:hidden
}
img {
  width:auto;
  height:auto
}
.wrapper {
  width:100%;
  max-width:unset;
  margin:0;
  overflow:hidden
}
@media (min-width:1921px) {
  .wrapper {
    margin:0 auto
  }
}
@media (min-width:992px) {
  .wrapper.visible-overflow {
    overflow:visible
  }
}
.wrapper .page p.small {
  font-size:14px
}
section {
  width:100%;
  display:block;
  position:relative;
  overflow:hidden
}
.page {
  background-color:#fefaec;
  width:100%;
  display:block;
  position:relative
}
.page-content {
  padding-top:152px
}
@media screen and (max-width:1100px) {
  .page-content {
    padding-top:70px
  }
}
.page-content.beige {
  background-color:#fefaec
}
.rwdetail+.frame-type-mask_productslider .product-slider {
  margin-top:0
}
.headline-element {
  text-align:center;
  width:70%;
  margin:auto;
  padding:0 0 40px
}
@media (max-width:991.98px) {
  .headline-element {
    width:100%
  }
}
.headline-element h2 {
  color:#603d20
}
.headline-element .lead {
  text-transform:uppercase;
  color:#fefaec;
  width:-webkit-fit-content;
  width:fit-content;
  margin:auto;
  padding:0 30px 20px;
  font-weight:700;
  position:relative
}
.headline-element .lead:before,
.headline-element .lead:after {
  content:"";
  background-color:#fefaec;
  width:20%;
  height:2px;
  position:absolute;
  top:27%
}
.headline-element .lead:before {
  left:0;
  transform:translate(-50%)
}
.headline-element .lead:after {
  right:0;
  transform:translate(50%)
}
.headline-element .additional {
  justify-content:center;
  width:70%;
  margin:auto;
  padding:15px 0 0;
  display:flex
}
@media (max-width:991.98px) {
  .headline-element .additional {
    width:100%
  }
}
.headline-element p {
  width:90%;
  margin:auto;
  padding:15px 0 0;
  text-align:center!important
}
.headline-element p a:not(.button) {
  width:unset;
  color:#caa25b;
  -o-transition:.3s ease;
  text-decoration:underline;
  transition:all .3s
}
.headline-element p a:not(.button):hover {
  -o-transition:.3s ease;
  opacity:.7;
  text-decoration:none;
  transition:all .3s
}
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width:100%;
  margin-left:auto;
  margin-right:auto;
  padding-left:15px;
  padding-right:15px
}
@media (min-width:576px) {
  .container-sm,
  .container {
    max-width:540px
  }
}
@media (min-width:768px) {
  .container-md,
  .container-sm,
  .container {
    max-width:720px
  }
}
@media (min-width:992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width:960px
  }
}
@media (min-width:1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width:1140px
  }
}
@media (min-width:1340px) {
  .container {
    max-width:1310px
  }
}
@media screen and (max-width:575px) {
  .container,
  .container-fluid {
    padding:0 20px
  }
}
.row {
  flex-wrap:wrap;
  margin-left:-15px;
  margin-right:-15px;
  display:flex
}
.ce-align-left {
  text-align:left
}
.ce-align-center {
  text-align:center
}
.ce-align-right {
  text-align:right
}
.ce-table td,
.ce-table th {
  vertical-align:top
}
.ce-textpic,
.ce-image,
.ce-nowrap .ce-bodytext,
.ce-gallery,
.ce-row,
.ce-uploads li,
.ce-uploads div {
  overflow:hidden
}
.fullwidth+.fullwidth,
.fullwidth+.page-footer,
section.stage+.quickfacts-element {
  margin-top:-112px
}
@media (max-width:991.98px) {
  section.stage+.quickfacts-element {
    margin-top:-56px
  }
}
.dropdown-mobile {
  display:none
}
section.one-column-container+.fullwidth .usp-element {
  margin-top:-56px
}
@media (min-width:992px) {
  .frame-type-mask_usps.fullwidth+.frame-type-mask_imagetext.fullwidth .teaser-50-50-element .container-fluid {
    background:linear-gradient(90deg,#49584c 0%,#49584c 50%,#eedcc8 50%,#eedcc8 100%)
  }
}
section.one-column-container+.frame-type-list .tx-farmerssnack {
  margin-top:-112px
}
@media (max-width:991.98px) {
  section.one-column-container+.frame-type-list .tx-farmerssnack {
    margin-top:-56px
  }
}
.faq-tab+.page-footer {
  margin-top:-112px
}
@media (max-width:991.98px) {
  .faq-tab+.page-footer {
    margin-top:-56px
  }
}
.page-content>.frame-type-text,
.page-content>.frame-type-header,
.page-content>.frame-type-textmedia,
.page-content>.frame-type-table,
.page-content>.frame-type-uploads {
  width:70%;
  max-width:1310px;
  margin:112px auto;
  padding:0 20px
}
@media (max-width:991.98px) {
  .page-content>.frame-type-text,
  .page-content>.frame-type-header,
  .page-content>.frame-type-textmedia,
  .page-content>.frame-type-table,
  .page-content>.frame-type-uploads {
    width:100%;
    margin:56px auto
  }
}
.page-content>.frame-type-text .text-center+ol,
.page-content>.frame-type-text .text-center+ul,
.page-content>.frame-type-header .text-center+ol,
.page-content>.frame-type-header .text-center+ul,
.page-content>.frame-type-textmedia .text-center+ol,
.page-content>.frame-type-textmedia .text-center+ul,
.page-content>.frame-type-table .text-center+ol,
.page-content>.frame-type-table .text-center+ul,
.page-content>.frame-type-uploads .text-center+ol,
.page-content>.frame-type-uploads .text-center+ul,
.page-content>.frame-type-text .text-center+ol+ol,
.page-content>.frame-type-text .text-center+ol+ul,
.page-content>.frame-type-text .text-center+ul+ol,
.page-content>.frame-type-text .text-center+ul+ul,
.page-content>.frame-type-header .text-center+ol+ol,
.page-content>.frame-type-header .text-center+ol+ul,
.page-content>.frame-type-header .text-center+ul+ol,
.page-content>.frame-type-header .text-center+ul+ul,
.page-content>.frame-type-textmedia .text-center+ol+ol,
.page-content>.frame-type-textmedia .text-center+ol+ul,
.page-content>.frame-type-textmedia .text-center+ul+ol,
.page-content>.frame-type-textmedia .text-center+ul+ul,
.page-content>.frame-type-table .text-center+ol+ol,
.page-content>.frame-type-table .text-center+ol+ul,
.page-content>.frame-type-table .text-center+ul+ol,
.page-content>.frame-type-table .text-center+ul+ul,
.page-content>.frame-type-uploads .text-center+ol+ol,
.page-content>.frame-type-uploads .text-center+ol+ul,
.page-content>.frame-type-uploads .text-center+ul+ol,
.page-content>.frame-type-uploads .text-center+ul+ul {
  text-align:center;
  list-style-position:inside
}
.page-content>.frame-type-header h1 {
  color:#603d20
}
.page-content>.frame-default .contenttable,
.page-content>.frame-default .ce-table,
.page-content>.frame-type-table .contenttable,
.page-content>.frame-type-table .ce-table {
  border-collapse:unset;
  background:#f5ede3;
  border:0;
  margin:0 0 30px;
  padding:20px
}
.page-content>.frame-default .contenttable th,
.page-content>.frame-default .ce-table th,
.page-content>.frame-type-table .contenttable th,
.page-content>.frame-type-table .ce-table th {
  border:0;
  padding:0
}
.page-content>.frame-default .contenttable tbody tr,
.page-content>.frame-default .contenttable tbody td,
.page-content>.frame-default .ce-table tbody tr,
.page-content>.frame-default .ce-table tbody td,
.page-content>.frame-type-table .contenttable tbody tr,
.page-content>.frame-type-table .contenttable tbody td,
.page-content>.frame-type-table .ce-table tbody tr,
.page-content>.frame-type-table .ce-table tbody td {
  border-bottom:1px solid #603d20
}
.page-content>.frame-default .contenttable td,
.page-content>.frame-default .ce-table td,
.page-content>.frame-type-table .contenttable td,
.page-content>.frame-type-table .ce-table td {
  padding:10px 10px 10px 0
}
.page-content section .frame-type-text {
  width:auto;
  max-width:none
}
.page-content>.frame-type-text+footer {
  margin-top:112px
}
@media (max-width:991.98px) {
  .page-content>.frame-type-text+footer {
    margin-top:56px
  }
}
.quickfacts-career-detail+.one-column-container.back {
  margin-top:-112px
}
@media (max-width:991.98px) {
  .quickfacts-career-detail+.one-column-container.back {
    margin-top:-56px
  }
}
.quickfacts-career-detail+.one-column-container.back .container {
  padding-left:30px
}
.quickfacts-career-detail+.one-column-container.back .container a {
  color:#603d20;
  background:0 0;
  padding:10px 27px
}
.quickfacts-career-detail+.one-column-container.back .container a:hover {
  color:#fff;
  background:#603d20;
  text-decoration:none
}
@media (min-width:768px) {
  .ce-left .ce-gallery,
  .ce-column {
    float:left
  }
  .ce-center .ce-outer {
    float:right;
    position:relative;
    right:50%
  }
  .ce-center .ce-inner {
    float:right;
    position:relative;
    right:-50%
  }
  .ce-right .ce-gallery {
    float:right
  }
}
@media (max-width:575.98px) {
  .ce-left .ce-gallery,
  .ce-column,
  .ce-right .ce-gallery {
    float:none;
    margin:15px 0
  }
  .ce-left .ce-gallery img,
  .ce-column img,
  .ce-right .ce-gallery img {
    box-shadow:0 0 0 1px #0000001a
  }
}
.ce-gallery figure {
  margin:0;
  display:table
}
.ce-gallery figcaption {
  caption-side:bottom;
  display:table-caption
}
.ce-gallery img {
  display:block
}
.ce-gallery iframe {
  border-width:0
}
.ce-border img,
.ce-border iframe {
  border:2px solid #000;
  padding:0
}
.ce-intext.ce-right .ce-gallery,
.ce-intext.ce-left .ce-gallery,
.ce-above .ce-gallery {
  margin-bottom:10px
}
.ce-intext.ce-right .ce-gallery {
  margin-left:10px
}
.ce-intext.ce-left .ce-gallery {
  margin-right:10px
}
.ce-below .ce-gallery {
  margin-top:10px
}
.ce-column {
  margin-right:10px
}
.ce-column:last-child {
  margin-right:0
}
.ce-row {
  margin-bottom:10px
}
.ce-row:last-child {
  margin-bottom:0
}
.ce-above .ce-bodytext {
  clear:both
}
.ce-intext.ce-left ol,
.ce-intext.ce-left ul {
  padding-left:40px;
  overflow:auto
}
.ce-headline-left {
  text-align:left
}
.ce-headline-center {
  text-align:center
}
.ce-headline-right {
  text-align:right
}
.ce-uploads {
  margin:0;
  padding:0
}
.ce-uploads li {
  margin:1em 0;
  list-style:none
}
.ce-uploads img {
  float:left;
  vertical-align:top;
  padding-right:1em
}
.ce-uploads span {
  display:block
}
.ce-table {
  width:100%;
  max-width:100%
}
.ce-table th,
.ce-table td {
  vertical-align:top;
  padding:.5em .75em
}
.ce-table thead th {
  border-bottom:2px solid #dadada
}
.ce-table th,
.ce-table td {
  border-top:1px solid #dadada
}
.ce-table-striped tbody tr:nth-of-type(odd) {
  background-color:#0000000d
}
.ce-table-bordered th,
.ce-table-bordered td {
  border:1px solid #dadada
}
.frame-space-before-extra-small {
  margin-top:1em
}
.frame-space-before-small {
  margin-top:2em
}
.frame-space-before-medium {
  margin-top:3em
}
.frame-space-before-large {
  margin-top:4em
}
.frame-space-before-extra-large {
  margin-top:5em
}
.frame-space-after-extra-small {
  margin-bottom:1em
}
.frame-space-after-small {
  margin-bottom:2em
}
.frame-space-after-medium {
  margin-bottom:3em
}
.frame-space-after-large {
  margin-bottom:4em
}
.frame-space-after-extra-large {
  margin-bottom:5em
}
.frame-ruler-before:before {
  content:"";
  border-top:1px solid #00000040;
  margin-bottom:2em;
  display:block
}
.frame-ruler-after:after {
  content:"";
  border-bottom:1px solid #00000040;
  margin-top:2em;
  display:block
}
.frame-indent {
  margin-left:15%;
  margin-right:15%
}
.frame-indent-left {
  margin-left:33%
}
.frame-indent-right {
  margin-right:33%
}
.frame-light-green {
  background-color:#3b70241a;
  padding:20px
}
.frame-light-gray {
  background-color:#6464641a;
  padding:20px
}
.frame-img-shadow img {
  box-shadow:0 1px 12px -2px #000000a3!important
}
.frame-img-shadow .ce-image .image-box {
  padding:12px
}
.frame-img-shadow .image-caption {
  margin:10px 0 0
}
a.button {
  cursor:pointer;
  text-transform:uppercase;
  color:#fff;
  -o-transition:.3s ease;
  margin:25px 0 0;
  padding:10px 20px;
  font-family:Meta Pro Bold,sans-serif;
  font-size:16px;
  line-height:normal;
  transition:all .3s;
  display:inline-block
}
a.button.brown {
  color:#fff;
  background-color:#603d20;
  border:1px solid #603d20
}
a.button.brown:hover {
  -o-transition:.3s ease;
  background-color:#0000;
  border:1px solid #603d20;
  text-decoration:none;
  transition:all .3s;
  opacity:1!important;
  color:#603d20!important
}
a.button.green {
  color:#fff;
  background-color:#49584c;
  border:1px solid #49584c
}
a.button.green:hover {
  -o-transition:.3s ease;
  background-color:#0000;
  border:1px solid #49584c;
  text-decoration:none;
  transition:all .3s;
  opacity:1!important;
  color:#49584c!important
}
a.button.grey {
  background-color:#fff;
  border:1px solid #fff;
  color:#756b62!important
}
a.button.grey:hover {
  -o-transition:.3s ease;
  background-color:#0000;
  border:1px solid #fff;
  text-decoration:none;
  transition:all .3s;
  opacity:1!important;
  color:#fff!important
}
p a:not(.button) {
  color:#caa25b;
  -o-transition:.3s ease;
  transition:all .3s
}
p a:not(.button):hover {
  -o-transition:.3s ease;
  opacity:.7;
  text-decoration:underline;
  transition:all .3s
}
div.frame-type-text ul li {
  padding:0 0 0 20px;
  font-family:Meta Pro,sans-serif;
  font-size:18px
}
div.frame-type-text ul li strong {
  color:#603d20;
  font-family:Meta Pro,sans-serif
}
div.frame-type-text ol li {
  padding:0 0 0 20px;
  font-family:Meta Pro,sans-serif;
  font-size:18px
}
div.frame-type-text ol li strong {
  color:#603d20;
  font-family:Meta Pro,sans-serif
}
div.frame-type-text ol li:before {
  color:#000;
  font-family:Meta Pro,sans-serif
}
form h2 {
  color:#603d20
}
form .form-group label {
  color:#603d20;
  font-family:Meta Pro Bold,sans-serif;
  font-size:20px
}
form .form-group .input input {
  color:#603d20;
  background-color:#0000;
  border:2px solid #603d20;
  width:100%;
  height:50px;
  padding:0 20px;
  font-family:Meta Pro Bold,sans-serif;
  font-weight:900
}
form .form-group .input input:focus {
  outline:none
}
form .form-group .input input[type=file] {
  opacity:1;
  color:#603d20;
  padding:6px 0 0 10px
}
form .form-group .input:has(select) {
  position:relative
}
form .form-group .input:has(select):after {
  pointer-events:none;
  width:20px;
  height:auto;
  display:none;
  position:absolute;
  top:29%;
  right:20px
}
form textarea {
  cursor:pointer;
  color:#603d20;
  background-color:#0000;
  border:2px solid #603d20;
  border-radius:0;
  width:100%;
  height:220px;
  padding:10px 20px;
  font-family:Meta Pro Bold,sans-serif
}
form .form-navigation .btn-primary[type=submit],
form .form-navigation .btn-cancel[type=submit] {
  color:#fff;
  -o-transition:.3s ease;
  background-color:#603d20;
  border:1px solid #603d20;
  transition:all .3s
}
form .form-navigation .btn-primary[type=submit]:hover,
form .form-navigation .btn-cancel[type=submit]:hover {
  color:#603d20;
  background-color:#0000;
  border:1px solid #603d20
}
@media print {
  img {
    display:none
  }
  .container {
    float:none;
    width:100%;
    margin:0
  }
  .wrapper {
    box-shadow:none
  }
  .page-header,
  .page-footer {
    display:none
  }
  .page-content {
    padding-top:0
  }
  .page-content>.article:last-child {
    display:none
  }
}
.slick-slider {
  box-sizing:border-box;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  user-select:none;
  -khtml-user-select:none;
  -ms-touch-action:pan-y;
  touch-action:pan-y;
  -webkit-tap-highlight-color:transparent;
  display:block;
  position:relative
}
.slick-list {
  margin:0;
  padding:0;
  display:block;
  position:relative;
  overflow:hidden
}
.slick-list:focus {
  outline:none
}
.slick-list.dragging {
  cursor:pointer;
  cursor:hand
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform:translate(0,0)
}
.slick-track {
  margin-left:auto;
  margin-right:auto;
  display:block;
  position:relative;
  top:0;
  left:0
}
.slick-track:before,
.slick-track:after {
  content:"";
  display:table
}
.slick-track:after {
  clear:both
}
.slick-loading .slick-track {
  visibility:hidden
}
.slick-slide {
  float:left;
  height:100%;
  min-height:1px
}
[dir=rtl] .slick-slide {
  float:right
}
.slick-slide img {
  display:block
}
.slick-slide.slick-loading img,
.slick-slide {
  display:none
}
.slick-slide.dragging img {
  pointer-events:none
}
.slick-initialized .slick-slide {
  display:block
}
.slick-loading .slick-slide {
  visibility:hidden
}
.slick-vertical .slick-slide {
  border:1px solid #0000;
  height:auto;
  display:block
}
.slick-arrow.slick-hidden {
  display:none
}
.slick-arrow,
.slick-arrow:before {
  -o-transition:.3s ease;
  transition:all .3s
}
.slick-arrow {
  z-index:1;
  text-align:center;
  cursor:pointer;
  background-color:#ffffffbf;
  border:0;
  width:70px;
  height:70px;
  margin:-35px 0;
  padding:0;
  font-size:0;
  line-height:0;
  position:absolute;
  top:50%;
  left:0
}
@media (max-width:767.98px) {
  .slick-arrow {
    width:50px;
    height:50px;
    margin:-25px 0
  }
}
.slick-arrow.slick-disabled {
  pointer-events:none
}
.slick-arrow.slick-disabled:before {
  opacity:.2
}
.slick-arrow:before {
  content:"l";
  text-transform:none;
  color:#000;
  font-family:Icons,sans-serif;
  font-size:22px;
  font-style:normal;
  font-weight:400;
  line-height:40px;
  display:inline-block;
  position:relative;
  transform:translate(0,0)
}
@media (max-width:767.98px) {
  .slick-arrow:before {
    font-size:18px
  }
}
.slick-arrow:hover {
  background-color:#fff
}
.slick-arrow:hover:before {
  transform:translate(-6px)
}
.slick-arrow.slick-next {
  left:auto;
  right:0
}
.slick-arrow.slick-next:before {
  content:"r"
}
.slick-arrow.slick-next:hover:before {
  transform:translate(6px)
}
.slick-arrow:focus {
  box-shadow:none;
  outline:0
}
.page-header {
  z-index:100;
  background-color:#fff;
  width:100%;
  transition:none;
  display:block;
  position:fixed;
  top:0px;
  left:0;
  box-shadow:0 0 35px #00000012
}
@media (max-width:1100px) {
  .page-header {
    top:0
  }
}
.page-header.nav-open,
.page-header.open-sub {
  transition:none
}
@media (max-width:1100px) {
  .page-header.nav-open nav,
  .page-header.open-sub nav {
    -o-transition:.3s ease;
    background-color:#fff;
    padding:0 0 60px;
    transition:all .3s;
    overflow-y:scroll;
    height:100vh!important
  }
  .page-header.nav-open nav .primary,
  .page-header.open-sub nav .primary {
    margin:90px 0 0!important
  }
  .page-header.nav-open nav .primary .container,
  .page-header.open-sub nav .primary .container {
    padding:0
  }
  .page-header.nav-open nav .primary .container>ul,
  .page-header.open-sub nav .primary .container>ul {
    padding:0 20px 30px;
    gap:20px!important
  }
  .page-header.nav-open nav .primary .container>ul li>ul,
  .page-header.open-sub nav .primary .container>ul li>ul {
    padding:0;
    gap:0!important
  }
  .page-header.nav-open nav .primary .container>ul li>ul li a,
  .page-header.open-sub nav .primary .container>ul li>ul li a {
    text-transform:none
  }
  .page-header.nav-open nav .secondary,
  .page-header.open-sub nav .secondary {
    -o-transition:.3s ease;
    flex-wrap:wrap;
    justify-content:center;
    row-gap:20px;
    width:100%;
    padding:20px 18px;
    transition:all .3s;
    display:flex
  }
  .page-header.nav-open nav .secondary .languages,
  .page-header.open-sub nav .secondary .languages {
    margin:60px 0 0;
    position:relative;
    padding:0!important
  }
  .page-header.nav-open nav .secondary .languages a,
  .page-header.open-sub nav .secondary .languages a {
    text-transform:none;
    color:#756b62;
    font-family:Meta Pro,sans-serif;
    font-size:16px;
    font-weight:700;
    position:relative;
    top:-3px
  }
  .page-header.nav-open nav .secondary .languages a:after,
  .page-header.open-sub nav .secondary .languages a:after {
    content:"";
    background:url('../../../typo3conf/ext/farmerssnack/Resources/Public/Css/Import/font-awesome/svgs/solid/angle-right.svg') 50%/9px no-repeat;
    width:10px;
    height:10px;
    margin:4px 0 0 10px;
    transition:all .3s;
    display:inline-block;
    position:relative;
    transform:rotate(90deg)
  }
  .page-header.nav-open nav .secondary .languages ul,
  .page-header.open-sub nav .secondary .languages ul {
    background-color:#fff;
    margin:0 0 0 -19px;
    display:none;
    position:absolute;
    top:20px;
    left:auto
  }
  .page-header.nav-open nav .secondary .languages ul li,
  .page-header.open-sub nav .secondary .languages ul li {
    display:block!important
  }
  .page-header.nav-open nav .secondary .languages ul li a,
  .page-header.open-sub nav .secondary .languages ul li a {
    color:#756b62;
    font-family:Meta Pro,sans-serif
  }
  .page-header.nav-open nav .secondary .languages ul li a:after,
  .page-header.open-sub nav .secondary .languages ul li a:after {
    display:none
  }
  .page-header.nav-open nav .secondary .languages.open a:after,
  .page-header.open-sub nav .secondary .languages.open a:after {
    transition:all .3s;
    transform:rotate(270deg)
  }
  .page-header.nav-open nav .secondary .languages.open ul,
  .page-header.open-sub nav .secondary .languages.open ul {
    display:block
  }
  .page-header.nav-open nav .secondary>li:first-of-type,
  .page-header.open-sub nav .secondary>li:first-of-type {
    width:100%
  }
  .page-header.nav-open nav .secondary>li:nth-of-type(2),
  .page-header.nav-open nav .secondary li:nth-of-type(3),
  .page-header.nav-open nav .secondary li:nth-of-type(4),
  .page-header.nav-open nav .secondary li:nth-of-type(5),
  .page-header.open-sub nav .secondary>li:nth-of-type(2),
  .page-header.open-sub nav .secondary li:nth-of-type(3),
  .page-header.open-sub nav .secondary li:nth-of-type(4),
  .page-header.open-sub nav .secondary li:nth-of-type(5) {
    display:none
  }
  .page-header.nav-open nav .secondary>li:nth-of-type(6),
  .page-header.nav-open nav .secondary li:nth-of-type(7),
  .page-header.nav-open nav .secondary li:nth-of-type(8),
  .page-header.nav-open nav .secondary li:nth-of-type(9),
  .page-header.nav-open nav .secondary li.languages,
  .page-header.open-sub nav .secondary>li:nth-of-type(6),
  .page-header.open-sub nav .secondary li:nth-of-type(7),
  .page-header.open-sub nav .secondary li:nth-of-type(8),
  .page-header.open-sub nav .secondary li:nth-of-type(9),
  .page-header.open-sub nav .secondary li.languages {
    justify-content:center;
    align-items:flex-end;
    width:20%;
    height:20px;
    padding:80px 0 0;
    display:flex
  }
  .page-header.nav-open nav .secondary>li:nth-of-type(6) i,
  .page-header.nav-open nav .secondary li:nth-of-type(7) i,
  .page-header.nav-open nav .secondary li:nth-of-type(8) i,
  .page-header.nav-open nav .secondary li:nth-of-type(9) i,
  .page-header.nav-open nav .secondary li.languages i,
  .page-header.open-sub nav .secondary>li:nth-of-type(6) i,
  .page-header.open-sub nav .secondary li:nth-of-type(7) i,
  .page-header.open-sub nav .secondary li:nth-of-type(8) i,
  .page-header.open-sub nav .secondary li:nth-of-type(9) i,
  .page-header.open-sub nav .secondary li.languages i {
    color:#756b62;
    font-size:20px
  }
  .page-header.nav-open nav .secondary>li:nth-of-type(5) .select span,
  .page-header.open-sub nav .secondary>li:nth-of-type(5) .select span {
    color:#756b62;
    font-family:Meta Pro Black,sans-serif;
    font-size:20px
  }
  .page-header.nav-open nav .secondary>li:nth-of-type(5) .select i,
  .page-header.open-sub nav .secondary>li:nth-of-type(5) .select i {
    padding:0 0 5px 10px
  }
  .page-header.nav-open nav .secondary>li:nth-of-type(5) .dropdown-menu li,
  .page-header.open-sub nav .secondary>li:nth-of-type(5) .dropdown-menu li {
    color:#756b62;
    font-family:Meta Pro Black,sans-serif;
    font-size:20px
  }
  .page-header.nav-open nav .secondary>li:nth-of-type(5) .dropdown-menu li.selected-option,
  .page-header.open-sub nav .secondary>li:nth-of-type(5) .dropdown-menu li.selected-option {
    opacity:.6
  }
  .page-header.nav-open nav .secondary .search-wrapper,
  .page-header.open-sub nav .secondary .search-wrapper {
    height:-webkit-fit-content;
    height:fit-content;
    padding:15px 0 0;
    position:relative
  }
  .page-header.nav-open nav .secondary .search-wrapper input.header-search,
  .page-header.open-sub nav .secondary .search-wrapper input.header-search {
    cursor:pointer;
    color:#756b62;
    background-color:#0000;
    border:none;
    border-bottom:1px solid #756b62;
    border-radius:0;
    outline:none;
    width:100%;
    padding:0 0 10px;
    font-family:Meta Pro,sans-serif;
    font-size:16px;
    transition:width .3s
  }
  .page-header.nav-open nav .secondary .search-wrapper input.header-search:focus,
  .page-header.open-sub nav .secondary .search-wrapper input.header-search:focus {
    border-bottom:1px solid #756b62;
    width:100%;
    transition:width .3s
  }
  .page-header.nav-open nav .secondary .search-wrapper input.header-search::placeholder,
  .page-header.open-sub nav .secondary .search-wrapper input.header-search::placeholder {
    color:#756b62;
    font-size:18px
  }
  .page-header.nav-open nav .secondary .search-wrapper .fa-search,
  .page-header.open-sub nav .secondary .search-wrapper .fa-search {
    color:#756b62;
    pointer-events:none;
    position:absolute;
    bottom:20%;
    left:auto;
    right:0
  }
  .page-header.nav-open nav .secondary .shopping-basket-wrapper a,
  .page-header.open-sub nav .secondary .shopping-basket-wrapper a {
    position:relative;
    bottom:-2px
  }
  .page-header.nav-open nav .secondary .shopping-basket-wrapper a .cart-shopping-amount,
  .page-header.open-sub nav .secondary .shopping-basket-wrapper a .cart-shopping-amount {
    z-index:100;
    color:#fff;
    background-color:#b21e28;
    border-radius:100px;
    justify-content:center;
    align-items:center;
    width:20px;
    height:20px;
    padding:0 0 3px;
    font-family:Meta Pro,sans-serif;
    font-size:12px;
    line-height:12px;
    display:flex;
    position:absolute;
    top:-20px;
    right:-10px
  }
}
.page-header {
  -o-transition:.6s linear;
  transition:all .6s linear
}
@media (min-width:1921px) {
  .page-header {
    width:100%;
    left:unset;
    margin:0 auto
  }
}
.page-header .logo {
  z-index:1;
  width:157px;
  height:auto;
  margin:12px 0 0 7px;
  display:inline-block;
  position:relative;
  top:0;
  left:0;
  pointer-events:auto!important
}
.page-header .logo img {
  width:140px;
  height:auto
}
@media (max-width:1100px) {
  .page-header .logo {
    background-color:#fff;
    width:-webkit-fit-content;
    width:fit-content;
    height:auto;
    margin:0;
    padding:10px 20px;
    position:absolute;
    top:0;
    left:0
  }
  .page-header .logo img {
    width:90px;
    height:auto
  }
  .page-header .logo:after {
    content:"";
    pointer-events:none;
    background-color:#fff;
    width:1000px;
    position:absolute;
    top:0;
    bottom:0;
    left:100%
  }
}
.page-header ul {
  margin:0;
  padding:0;
  list-style:none
}
.page-header a:hover {
  text-decoration:none
}
@media (min-width:1101px) {
  .page-header .dropdown>ul:before {
    content:"";
    background-color:#fff;
    width:24px;
    height:24px;
    margin-left:-15px;
    position:absolute;
    top:-8px;
    left:50%;
    transform:rotate(45deg);
    box-shadow:0 0 7px #0000001a
  }
  .page-header .dropdown>ul:after {
    content:"";
    background-color:#fff;
    height:22px;
    position:absolute;
    top:0;
    left:0;
    right:0
  }
  .page-header nav {
    background-color:#fff;
    flex-direction:row;
    justify-content:space-between;
    width:100%;
    max-width:1544px;
    height:-webkit-fit-content;
    height:fit-content;
    margin:auto;
    padding:10px 15px 15px;
    display:flex
  }
  .page-header nav>ul>li {
    display:inline-block
  }
  .page-header nav>ul>li>a {
    text-transform:none;
    color:#000;
    margin:0 0 0 20px;
    padding:15px 12px;
    font-family:Meta Pro,sans-serif;
    font-weight:700;
    line-height:20px;
    display:block;
    position:relative
  }
  .page-header nav li.back {
    display:none!important
  }
  .page-header ul.primary {
    flex-direction:row;
    align-items:center;
    display:flex
  }
  .page-header ul.primary .image-box {
    -o-transition:.3s ease;
    opacity:.15;
    width:100%;
    height:100%;
    transition:all .3s;
    display:none;
    position:absolute;
    top:0;
    left:0
  }
  .page-header ul.primary .image-box img {
    object-fit:cover;
    width:100%;
    height:100%
  }
  .page-header ul.primary>li {
    padding:0 12px
  }
}
@media screen and (min-width:1101px) and (max-width:1150px) {
  .page-header ul.primary>li {
    padding:0
  }
}
@media (min-width:1101px) {
  .page-header ul.primary>li>a {
    text-transform:uppercase;
    color:#756b62;
    -o-transition:.3s ease;
    letter-spacing:2px;
    padding:36px 0;
    font-family:Meta Pro Bold,sans-serif;
    font-size:16px;
    transition:all .3s
  }
  .page-header ul.primary>li>a.active {
    color:#caa25b;
    position:relative
  }
  .page-header ul.primary>li:hover>a,
  .page-header ul.primary>li.hover>a,
  .page-header ul.primary>li.active>a {
    color:#caa25b
  }
  .page-header ul.primary>li {
    margin-right:1px
  }
  .page-header ul.primary>li:last-child {
    margin-right:0
  }
  .page-header ul.primary>li.open>ul {
    pointer-events:auto;
    -o-transition:.1ms linear;
    border-radius:0 0 3px 3px;
    width:100%;
    max-height:10000px;
    margin:0;
    transition:all .1ms linear
  }
  .page-header ul.primary>li.open>ul>li {
    opacity:1;
    font-family:Meta Pro,sans-serif;
    transform:scale(1)translate(0,0)
  }
  .page-header ul.primary>li>ul {
    z-index:-1;
    pointer-events:none;
    -o-transition:.1ms linear 1s;
    width:100%;
    max-height:0;
    margin-top:0;
    transition:all .1ms linear 1s;
    display:flex;
    position:absolute;
    top:100%;
    left:0;
    right:0
  }
  .page-header ul.primary>li>ul>li {
    text-align:left;
    color:#000;
    z-index:1;
    opacity:0;
    -o-transition:.3s ease;
    background-color:#fff;
    flex-grow:1;
    flex-basis:0;
    font-family:Meta Pro,sans-serif;
    transition:all .3s;
    position:relative
  }
  .page-header ul.primary>li>ul>li>a {
    color:#000;
    pointer-events:none;
    margin:4% 0 2%;
    font-family:Meta Pro,sans-serif;
    font-size:24px;
    font-weight:400;
    line-height:1.3;
    position:relative
  }
  .page-header ul.primary>li>ul>li:nth-child(2n):after {
    background-color:#49584c
  }
  .page-header ul.primary>li>ul>li ul {
    padding:0
  }
  .page-header ul.primary>li>ul ul li {
    border-bottom:1px solid #000;
    padding:15px;
    font-family:Meta Pro,sans-serif;
    display:block;
    position:relative
  }
  .page-header ul.primary>li>ul ul li:last-of-type {
    border-bottom:none
  }
  .page-header ul.primary>li>ul a {
    color:#756b62;
    -o-transition:.3s ease;
    padding:2px;
    font-family:Meta Pro,sans-serif;
    font-size:14px;
    line-height:22px;
    transition:all .3s;
    display:block
  }
  .page-header ul.primary>li>ul a:hover {
    -o-transition:.3s ease;
    color:#caa25b;
    transition:all .3s
  }
  .page-header ul.primary li .megamenu-wrapper {
    display:none
  }
  .page-header ul.primary li.has-sub.open .megamenu-wrapper {
    background-color:#fff;
    border-top:1px solid #0000000d;
    width:100vw;
    padding:0 0 25px;
    display:block;
    position:absolute;
    left:0;
    box-shadow:0 19px 24px -10px #00000078
  }
  .page-header ul.primary li.has-sub.open .megamenu-wrapper .container {
    position:relative
  }
  .page-header ul.primary li.has-sub.open .megamenu-wrapper .container .close-megamenu-basket {
    display:none
  }
  .page-header ul.primary li.has-sub.open .megamenu-wrapper .container>ul {
    flex-direction:row;
    justify-content:center;
    min-height:205px;
    padding:15px 0 35px;
    display:flex
  }
  .page-header ul.primary li.has-sub.open .megamenu-wrapper .container>ul li {
    width:20%;
    min-width:10%;
    font-family:Meta Pro,sans-serif
  }
  .page-header ul.primary li.has-sub.open .megamenu-wrapper .container>ul li ul {
    flex-direction:column;
    gap:0;
    display:flex
  }
  .page-header ul.primary li.has-sub.open .megamenu-wrapper .container>ul li ul li {
    width:100%;
    padding:0 20px 0 0;
    font-family:Meta Pro,sans-serif
  }
  .page-header ul.primary li.has-sub.open .megamenu-wrapper .container>ul li ul li.headline {
    padding:10px 0 0
  }
  .page-header ul.primary li.has-sub.open .megamenu-wrapper .container>ul li ul li.headline a {
    color:#603d20;
    -o-transition:.3s ease;
    font-family:Meta Pro Bold,sans-serif;
    font-size:16px;
    font-weight:700;
    transition:all .3s;
    display:block
  }
  .page-header ul.primary li.has-sub.open .megamenu-wrapper .container>ul li ul li.headline a:hover {
    -o-transition:.3s ease;
    color:#caa25b;
    transition:all .3s
  }
  .page-header ul.primary li.has-sub.open .megamenu-wrapper .container>ul li ul li a {
    color:#756b62;
    -o-transition:.3s ease;
    font-family:Meta Pro,sans-serif;
    font-size:18px;
    transition:all .3s
  }
  .page-header ul.primary li.has-sub.open .megamenu-wrapper .container>ul li ul li a:hover {
    -o-transition:.3s ease;
    color:#caa25b;
    transition:all .3s
  }
  .page-header ul.primary li.has-sub.open .megamenu-wrapper .container>ul li.headline a {
    text-transform:uppercase;
    color:#603d20;
    margin:0 0 10px
  }
  .page-header ul.primary li.has-sub.open .megamenu-wrapper .products-wrapper {
    border-top:1px solid #0000000d;
    padding:20px 0 0;
    display:block
  }
  .page-header ul.primary li.has-sub.open .megamenu-wrapper .products-wrapper .row {
    flex-direction:row;
    justify-content:space-between;
    margin:0
  }
  .page-header ul.primary li.has-sub.open .megamenu-wrapper .products-wrapper .row .col-md-3 {
    flex-direction:column;
    flex-basis:auto;
    width:170px;
    padding:0;
    display:flex
  }
  .page-header ul.primary li.has-sub.open .megamenu-wrapper .products-wrapper .row .col-md-3 .img-wrapper {
    justify-content:center;
    align-items:center;
    padding:0 0 20px;
    display:flex;
    position:relative
  }
  .page-header ul.primary li.has-sub.open .megamenu-wrapper .products-wrapper .row .col-md-3 .img-wrapper img {
    object-fit:contain;
    width:150px;
    height:146px
  }
  .page-header ul.primary li.has-sub.open .megamenu-wrapper .products-wrapper .row .col-md-3 .img-wrapper .stoerer {
    border-radius:100px;
    justify-content:center;
    align-items:center;
    width:70px;
    height:70px;
    display:flex;
    position:absolute;
    top:-5px;
    right:-25px
  }
  .page-header ul.primary li.has-sub.open .megamenu-wrapper .products-wrapper .row .col-md-3 .img-wrapper .stoerer.red {
    background-color:#b21e28
  }
  .page-header ul.primary li.has-sub.open .megamenu-wrapper .products-wrapper .row .col-md-3 .img-wrapper .stoerer.brown {
    background-color:#603d20
  }
  .page-header ul.primary li.has-sub.open .megamenu-wrapper .products-wrapper .row .col-md-3 .img-wrapper .stoerer.beige {
    background-color:#fefaec
  }
  .page-header ul.primary li.has-sub.open .megamenu-wrapper .products-wrapper .row .col-md-3 .img-wrapper .stoerer.beige p {
    color:#603d20
  }
  .page-header ul.primary li.has-sub.open .megamenu-wrapper .products-wrapper .row .col-md-3 .img-wrapper .stoerer p {
    text-align:center;
    text-transform:uppercase;
    color:#fff;
    margin:0;
    font-family:Meta Pro Black,sans-serif;
    font-size:20px;
    line-height:20px
  }
  .page-header ul.primary li.has-sub.open .megamenu-wrapper .products-wrapper .row .col-md-3 .content-wrapper {
    flex-direction:column;
    justify-content:center;
    align-items:center;
    width:100%;
    display:flex
  }
  .page-header ul.primary li.has-sub.open .megamenu-wrapper .products-wrapper .row .col-md-3 .content-wrapper .headline {
    color:#603d20;
    text-align:center;
    width:-webkit-fit-content;
    width:fit-content;
    min-height:50px;
    margin:0;
    padding:0;
    font-family:Meta Pro Bold,sans-serif;
    line-height:normal
  }
  .page-header ul.primary li.has-sub.open .megamenu-wrapper .products-wrapper .row .col-md-3 .content-wrapper .price {
    color:#49584c;
    width:-webkit-fit-content;
    width:fit-content;
    margin:0;
    padding:0;
    line-height:normal
  }
  .page-header ul.primary li.has-sub.open .megamenu-wrapper .products-wrapper .row .col-md-3 .button-wrapper {
    justify-content:center;
    align-items:center;
    padding:20px 0 0;
    display:flex
  }
  .page-header ul.primary li.has-sub.open .megamenu-wrapper .products-wrapper .row .col-md-3 .button-wrapper .button {
    margin:unset;
    width:unset;
    padding:unset
  }
  .page-header ul.primary li.has-sub.open .megamenu-wrapper .products-wrapper .row .col-md-3 .button-wrapper .button i {
    -o-transition:.3s ease;
    margin:unset;
    width:unset;
    color:#fff;
    background-color:#49584c;
    padding:8px 20px;
    font-size:14px;
    transition:all .3s
  }
  .page-header ul.primary li.has-sub.open .megamenu-wrapper .products-wrapper .row .col-md-3 .button-wrapper .button:hover i {
    -o-transition:.3s ease;
    color:#49584c;
    background-color:#fff;
    padding:8px 20px;
    font-size:14px;
    transition:all .3s
  }
  .page-header ul.secondary {
    flex-direction:row;
    align-items:center;
    display:flex
  }
  .page-header ul.secondary.menubar {
    display:none
  }
  .page-header ul.secondary a {
    -o-transition:.3s ease;
    color:#756b62;
    transition:all .3s
  }
  .page-header ul.secondary a:hover {
    -o-transition:.3s ease;
    color:#caa25b;
    transition:all .3s
  }
  .page-header ul.secondary>li .search-wrapper {
    position:relative
  }
  .page-header ul.secondary>li .search-wrapper input.header-search {
    cursor:pointer;
    color:#756b62;
    background-color:#0000;
    border:none;
    border-radius:0;
    outline:none;
    padding:15px 40px 0 0;
    font-family:Meta Pro,sans-serif;
    font-size:16px;
    transition:width .3s;
    width:20px!important;
    position:relative!important
  }
  .page-header ul.secondary>li .search-wrapper input.header-search:focus {
    border-bottom:1px solid #756b62;
    transition:width .3s;
    width:300px!important;
    position:relative!important
  }
  .page-header ul.secondary>li .search-wrapper input.header-search::placeholder {
    font-size:16px
  }
  .page-header ul.secondary>li .search-wrapper .fa-search {
    color:#756b62;
    pointer-events:none;
    position:absolute;
    bottom:32%;
    left:auto;
    right:0
  }
  .page-header ul.secondary>li .shopping-basket-wrapper {
    padding:15px 12px;
    position:relative
  }
  .page-header ul.secondary>li .shopping-basket-wrapper a {
    display:flex;
    position:absolute;
    bottom:8px
  }
  .page-header ul.secondary>li .shopping-basket-wrapper a .cart-shopping-amount {
    color:#fff;
    background-color:#b21e28;
    border-radius:100px;
    justify-content:center;
    align-items:center;
    width:20px;
    height:20px;
    padding:0 0 3px;
    font-family:Meta Pro,sans-serif;
    font-size:12px;
    line-height:12px;
    display:flex;
    position:absolute;
    top:-15px;
    right:-11px
  }
  .page-header ul.secondary>li:nth-of-type(4) a {
    padding:15px 12px
  }
  .page-header ul.secondary>li:nth-of-type(5),
  .page-header ul.secondary li:nth-of-type(6),
  .page-header ul.secondary li:nth-of-type(7),
  .page-header ul.secondary li:nth-of-type(8),
  .page-header ul.secondary li:nth-of-type(9) {
    display:none
  }
  .page-header ul.secondary .languages {
    margin:0 0 0 10px;
    position:relative;
    display:block!important
  }
  .page-header ul.secondary .languages:before {
    content:"";
    background-color:#603d20;
    width:1px;
    height:20px;
    display:block;
    position:absolute;
    top:15px;
    left:0
  }
  .page-header ul.secondary .languages a {
    text-transform:none;
    margin:0 0 0 7px;
    padding-left:10px;
    padding-right:10px;
    font-size:14px;
    font-weight:700;
    position:relative
  }
  .page-header ul.secondary .languages a:after {
    content:"";
    background:url('../../../typo3conf/ext/farmerssnack/Resources/Public/Css/Import/font-awesome/svgs/solid/angle-right.svg') 50%/9px no-repeat;
    width:10px;
    height:10px;
    margin:4px 0 0 10px;
    transition:all .3s;
    display:inline-block;
    position:relative;
    transform:rotate(90deg)
  }
  .page-header ul.secondary .languages ul {
    background-color:#fff;
    display:none;
    position:absolute;
    top:40px
  }
  .page-header ul.secondary .languages ul li a {
    font-family:Meta Pro,sans-serif
  }
  .page-header ul.secondary .languages ul li a:after {
    display:none
  }
  .page-header ul.secondary .languages.open a:after {
    transition:all .3s;
    transform:rotate(270deg)
  }
  .page-header ul.secondary .languages.open ul {
    display:block
  }
  .page-header ul.primary li.open>ul {
    padding:0
  }
}
@media (max-width:1250px) {
  .page-header nav ul.primary a {
    font-size:14px
  }
}
@media (max-width:1160px) {
  .page-header nav ul.primary a {
    font-size:13px
  }
}
@media (max-width:1100px) {
  .page-header {
    height:70px;
    overflow:hidden
  }
  .page-header:before {
    content:"";
    background-color:#fff;
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0
  }
  .page-header .image-box {
    display:none
  }
  .page-header .dropdown {
    text-align:center;
    z-index:-1;
    margin:0 -140px;
    position:fixed;
    top:70px;
    left:50%
  }
  .page-header .dropdown:before {
    content:"";
    z-index:-1;
    opacity:.8;
    background-color:#756b62;
    width:auto;
    height:auto;
    display:block;
    position:absolute;
    top:-160px;
    bottom:-10000px;
    left:-10000px;
    right:-10000px
  }
  .page-header .dropdown:after {
    content:"";
    z-index:-1;
    background-color:#fff;
    width:auto;
    height:auto;
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    box-shadow:0 4px 20px -8px #0009
  }
  .page-header nav {
    height:auto;
    padding:0 0 50px;
    overflow:hidden
  }
  .page-header nav .primary {
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    -o-transition:opacity .4s ease 0s,visibility 0s ease .4s,z-index .4s linear,transform .4s ease,-webkit-transform .4s ease;
    transition:opacity .4s,visibility 0s .4s,z-index .4s linear,transform .4s;
    margin:70px 0 0!important
  }
  .page-header nav .primary a {
    color:#756b62
  }
  .page-header nav .primary>li {
    border-bottom:1px solid #fff3;
    display:block
  }
  .page-header nav .primary>li:first-child,
  .page-header nav .primary>li:nth-child(2),
  .page-header nav .primary>li:nth-child(3),
  .page-header nav .primary>li:nth-child(4) {
    background-color:#fff
  }
  .page-header nav .primary>li>a {
    z-index:4;
    width:-webkit-fit-content;
    width:fit-content;
    padding:13px 20px;
    font-family:Meta Pro,sans-serif;
    font-size:18px;
    font-weight:700;
    display:block;
    position:relative
  }
  .page-header nav .primary>li.has-sub {
    z-index:3;
    position:relative
  }
  .page-header nav .primary>li.has-sub:after {
    -o-transition:.3s ease;
    color:#caa25b;
    text-transform:none;
    content:"d";
    font-family:Icons,sans-serif;
    font-size:28px;
    font-style:normal;
    font-weight:400;
    transition:all .3s;
    position:absolute;
    top:0;
    right:18px
  }
  .page-header nav .primary>li.has-sub.open:after {
    -o-transition:.3s ease;
    transition:all .3s;
    transform:rotate(180deg)
  }
  .page-header nav .primary>li>ul {
    -o-transition:.3s ease;
    padding:20px 18px;
    transition:all .3s;
    overflow:hidden
  }
  .page-header nav .primary>li>ul>li>a {
    padding:5px 20px;
    font-size:16px;
    font-weight:300;
    line-height:20px;
    display:block
  }
  .page-header nav .primary>li>ul>li.open ul {
    box-shadow:-100vw 0 #0003
  }
  .page-header nav .primary>li>ul ul li {
    position:relative
  }
  .page-header nav .primary>li>ul ul a {
    color:#000;
    padding:5px 20px;
    font-size:16px;
    font-weight:300;
    line-height:22px;
    display:block
  }
  .page-header nav .primary>li>ul ul li.active>a {
    font-weight:700
  }
  .page-header nav .primary>li>ul ul li.back {
    box-shadow:0 1px #fff3
  }
  .page-header nav .primary>li>ul ul li.back a {
    white-space:nowrap;
    text-overflow:ellipsis;
    background-color:#fefaec;
    margin-bottom:10px;
    padding:15px 20px 15px 50px;
    font-size:13px;
    font-weight:700;
    line-height:19px;
    display:block;
    overflow:hidden
  }
  .page-header nav .primary>li>ul ul li.back a span:first-child:after {
    content:">";
    text-transform:none;
    vertical-align:top;
    margin:-4px 3px -4px 4px;
    font-family:Icons,sans-serif;
    font-size:17px;
    font-style:normal;
    font-weight:400;
    display:inline-block;
    position:relative;
    top:3px
  }
  .page-header nav .primary>li>ul ul li.back a:after {
    content:"l";
    text-transform:none;
    font-family:Icons,sans-serif;
    font-size:16px;
    font-style:normal;
    font-weight:400;
    position:absolute;
    left:20px
  }
  .page-header nav .primary>li.open.has-sub>a:after {
    transform:rotate(-180deg)
  }
  .page-header nav .primary>li.open>ul {
    max-height:-webkit-fit-content;
    max-height:fit-content;
    margin-top:0
  }
  .page-header nav .primary>li.open>ul li.back {
    display:none
  }
  .page-header nav .primary>li.open>ul li li:nth-of-type(2) a {
    padding:10px 20px 5px
  }
  .page-header nav .primary>li.open>ul li li:last-of-type a {
    padding:10px 20px
  }
  .page-header nav .primary>li .megamenu-wrapper {
    display:none
  }
  .page-header nav .primary>li.has-sub.open .megamenu-wrapper {
    position:unset;
    background-color:#fff;
    width:100vw;
    height:-webkit-fit-content;
    height:fit-content;
    display:block;
    left:0
  }
  .page-header nav .primary>li.has-sub.open .megamenu-wrapper .container {
    margin:0
  }
  .page-header nav .primary>li.has-sub.open .megamenu-wrapper .container ul {
    flex-direction:column;
    justify-content:space-between;
    display:flex
  }
  .page-header nav .primary>li.has-sub.open .megamenu-wrapper .container ul li {
    width:100%
  }
  .page-header nav .primary>li.has-sub.open .megamenu-wrapper .container ul li ul {
    flex-direction:column;
    gap:10px;
    display:flex
  }
  .page-header nav .primary>li.has-sub.open .megamenu-wrapper .container ul li ul li {
    font-family:Meta Pro,sans-serif
  }
  .page-header nav .primary>li.has-sub.open .megamenu-wrapper .container ul li ul li.headline a {
    color:#603d20;
    -o-transition:.3s ease;
    font-family:Meta Pro Bold,sans-serif;
    font-size:18px;
    font-weight:700;
    transition:all .3s
  }
  .page-header nav .primary>li.has-sub.open .megamenu-wrapper .container ul li ul li.headline a:hover {
    -o-transition:.3s ease;
    color:#caa25b;
    transition:all .3s
  }
  .page-header nav .primary>li.has-sub.open .megamenu-wrapper .container ul li ul li a {
    color:#756b62;
    -o-transition:.3s ease;
    font-size:18px;
    transition:all .3s
  }
  .page-header nav .primary>li.has-sub.open .megamenu-wrapper .container ul li ul li a:hover {
    -o-transition:.3s ease;
    color:#caa25b;
    transition:all .3s
  }
  .page-header nav .primary>li.has-sub.open .megamenu-wrapper .container .products-wrapper,
  .page-header nav .secondary {
    display:none
  }
  .page-header nav .secondary.menubar {
    z-index:99;
    width:auto;
    padding:0;
    transition:none;
    display:block;
    position:absolute;
    top:25px;
    left:45vw
  }
  .page-header nav .secondary.menubar li {
    width:auto!important;
    height:auto!important;
    padding:0!important;
    display:none!important
  }
  .page-header nav .secondary.menubar li:first-of-type,
  .page-header nav .secondary.menubar li:nth-of-type(2),
  .page-header nav .secondary.menubar li:nth-of-type(3) {
    display:inline-block!important
  }
  .page-header nav .secondary.menubar li a {
    padding:10px 13px;
    position:relative;
    top:auto;
    bottom:auto!important
  }
  .page-header nav .secondary.menubar li a span.cart-shopping-amount {
    z-index:100;
    color:#fff;
    background-color:#b21e28;
    border-radius:100px;
    justify-content:center;
    align-items:center;
    width:20px;
    height:20px;
    padding:0 0 3px;
    font-family:Meta Pro,sans-serif;
    font-size:12px;
    line-height:12px;
    display:flex;
    position:absolute;
    top:-10px!important;
    right:3px!important
  }
  .page-header nav .secondary.menubar li a i {
    color:#756b62;
    font-size:20px
  }
  .page-header .toggle-nav {
    z-index:1;
    width:40px;
    height:40px;
    margin-top:-20px;
    display:block;
    position:absolute;
    top:55%;
    right:12px
  }
}
@media (max-width:1100px) and (max-width:1100px) {
  .page-header .toggle-nav {
    top:50%
  }
}
@media (max-width:1100px) {
  .page-header .toggle-nav:before,
  .page-header .toggle-nav:after,
  .page-header .toggle-nav span {
    content:"";
    -o-transition:.3s ease;
    background-color:#603d20;
    height:3px;
    margin-top:-1px;
    transition:all .3s;
    display:block;
    position:absolute;
    top:50%;
    left:7px;
    right:7px;
    transform:translate(0,0)rotate(0)
  }
  .page-header .toggle-nav:before {
    transform:translateY(-7px)rotate(0)
  }
  .page-header .toggle-nav:after {
    transform:translateY(7px)rotate(0)
  }
  .page-header.nav-open {
    overflow:visible
  }
  .page-header.nav-open nav .primary {
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    -o-transition:opacity .5s ease 0s,visibility 0s ease 0s,z-index .5s linear,transform .4s ease,-webkit-transform .4s ease;
    transition:opacity .5s,visibility,z-index .5s linear,transform .4s
  }
  .page-header.nav-open .toggle-nav:before {
    transform:translate(0,0)rotate(-135deg)
  }
  .page-header.nav-open .toggle-nav:after {
    transform:translate(0,0)rotate(-225deg)
  }
  .page-header.nav-open .toggle-nav span {
    opacity:0;
    transform:translate(0,0)rotate(-180deg)
  }
}
.shopping-basket .shopping-basket-inner {
  z-index:160;
  opacity:1;
  height:-webkit-fit-content;
  height:fit-content;
  min-height:100vh;
  max-height:100vh;
  overflow:-moz-scrollbars-vertical;
  scroll-behavior:smooth;
  background-color:#fefaec;
  width:700px;
  padding:0 40px 60px;
  transition:all .3s;
  position:fixed;
  top:0;
  right:0;
  overflow-y:scroll;
  transform:translate(900px);
  box-shadow:0 4px 20px -8px #0009
}
@media (max-width:1100px) {
  .shopping-basket .shopping-basket-inner {
    width:auto;
    box-shadow:none;
    padding:0 18px 100px;
    transform:translate(100%)
  }
}
.shopping-basket .shopping-basket-inner.active {
  z-index:160;
  transform:translate(0)
}
.shopping-basket .shopping-basket-inner>div:first-of-type {
  background-color:#fefaec;
  flex-direction:row;
  justify-content:space-between;
  align-items:center;
  height:100px;
  padding:0;
  display:flex;
  position:-webkit-sticky;
  position:sticky;
  top:0
}
.shopping-basket .shopping-basket-inner>div:first-of-type .headline {
  color:#603d20;
  margin:0
}
.shopping-basket .shopping-basket-inner>div:first-of-type button {
  -o-transition:.3s ease;
  background-color:#0000;
  border:none;
  justify-content:center;
  align-items:center;
  width:20px;
  height:20px;
  padding:0;
  transition:all .3s;
  display:flex
}
.shopping-basket .shopping-basket-inner>div:first-of-type button i {
  color:#b21e28;
  -o-transition:.3s ease;
  font-size:30px;
  transition:all .3s;
  transform:rotate(0)
}
.shopping-basket .shopping-basket-inner>div:first-of-type button:hover i {
  -o-transition:.3s ease;
  transition:all .3s;
  transform:rotate(90deg)
}
.shopping-basket .shopping-basket-inner .product-table .row {
  margin:0
}
.shopping-basket .shopping-basket-inner .product-table .row .col {
  padding:0 10px 0 0
}
.shopping-basket .shopping-basket-inner .product-table>div:first-of-type {
  margin:0 0 40px
}
.shopping-basket .shopping-basket-inner .product-table>div:first-of-type p {
  color:#603d20;
  margin:0;
  font-family:Meta Pro Black,sans-serif
}
.shopping-basket .shopping-basket-inner .product-table .products-wrapper {
  flex-direction:column;
  gap:40px;
  display:flex
}
.shopping-basket .shopping-basket-inner .product-table .products-wrapper .product a {
  color:#000
}
.shopping-basket .shopping-basket-inner .product-table .products-wrapper img {
  width:70px;
  height:auto
}
.shopping-basket .shopping-basket-inner .product-table .products-wrapper .col {
  align-items:center;
  display:flex
}
.shopping-basket .shopping-basket-inner .product-table .products-wrapper .col .headline {
  color:#603d20;
  font-family:Meta Pro Bold,sans-serif
}
.shopping-basket .shopping-basket-inner .product-table .summary-wrapper {
  background:#f5ede3;
  margin:40px 0 0;
  padding:20px 20px 10px
}
.shopping-basket .shopping-basket-inner .product-table .summary-wrapper div p {
  color:#603d20;
  display:inline-block
}
.shopping-basket .shopping-basket-inner .product-table .summary-wrapper div p:first-child {
  width:183px;
  font-weight:700
}
.shopping-basket .shopping-basket-inner .button-wrapper {
  flex-direction:row;
  gap:20px;
  margin:20px 0 0;
  display:flex
}
.shopping-basket .shopping-basket-inner .headline-wrapper .base-price,
.shopping-basket .shopping-basket-inner .headline-wrapper .grammage {
  margin-top:-20px;
  font-size:.75rem
}
.shopping-basket .shopping-basket-inner .headline-wrapper .grammage {
  margin-bottom:1.1rem
}
.shopping-basket .shopping-basket-inner .headline-wrapper .base-price .price {
  font-weight:400!important
}
.shopping-basket .shopping-basket-inner .headline-wrapper .headline {
  -webkit-hyphens:auto;
  hyphens:auto;
  overflow-wrap:break-word;
  word-break:normal
}
.shopping-basket .overlay.active {
  z-index:120;
  background-color:#00000080;
  width:100%;
  height:100vh;
  position:fixed;
  top:0
}
.page-header ul.primary li.has-sub.open .megamenu-wrapper .container .close-megamenu-basket-wrapper {
  background-color:#603d20;
  border-radius:100px;
  justify-content:center;
  align-items:center;
  width:30px;
  height:30px;
  transition:all .3s;
  display:flex;
  position:absolute;
  top:25px;
  right:-35px
}
.page-header ul.primary li.has-sub.open .megamenu-wrapper .container .close-megamenu-basket-wrapper .close-megamenu-basket {
  color:#fff;
  background:0 0;
  border:none;
  width:20px;
  height:20px;
  padding:0;
  font-size:20px;
  display:flex;
  position:relative;
  top:3px;
  left:3px
}
.page-header ul.primary li.has-sub.open .megamenu-wrapper .container .close-megamenu-basket-wrapper .close-megamenu-basket i {
  pointer-events:none
}
.page-header ul.primary li.has-sub.open .megamenu-wrapper .container .close-megamenu-basket-wrapper .close-megamenu-basket i:before {
  pointer-events:none;
  position:relative;
  top:-3px
}
.page-header ul.primary li.has-sub.open .megamenu-wrapper .container .close-megamenu-basket-wrapper:hover {
  background-color:#caa25b
}
@media (max-width:1100px) {
  .page-header ul.primary li.has-sub.open .megamenu-wrapper .container .close-megamenu-basket-wrapper {
    display:none
  }
}
.stage .slider .slide {
  justify-content:center;
  align-items:center;
  height:90vh;
  display:flex
}
@media screen and (max-width:650px) {
  .stage .slider .slide {
    height:auto
  }
}
.stage+.fullscreen-img-text-element-center {
  margin:-112px 0
}
@media (max-width:991.98px) {
  .stage+.fullscreen-img-text-element-center {
    padding:-56px 0
  }
}
.stage+.usp-element {
  margin:-112px 0
}
@media (max-width:991.98px) {
  .stage+.usp-element {
    padding:-56px 0
  }
}
.stage+.quote-slider {
  margin:-112px 0
}
@media (max-width:991.98px) {
  .stage+.quote-slider {
    padding:-56px 0
  }
}
.stage .slick-slider,
.stage .slick-list,
.stage .slick-track {
  height:90vh
}
@media screen and (max-width:650px) {
  .stage .slick-slider,
  .stage .slick-list,
  .stage .slick-track {
    height:auto
  }
}
.stage .slick-slider {
  overflow:hidden
}
.stage .slick-slider button {
  cursor:pointer
}
.stage .slick-slider .slick-track .slick-slide .slide {
  position:relative
}
.stage .slick-slider .slick-track .slick-slide .slide .content-wrapper {
  width:100%;
  height:90vh;
  position:absolute;
  top:0
}
@media screen and (max-width:650px) {
  .stage .slick-slider .slick-track .slick-slide .slide .content-wrapper {
    height:auto
  }
}
.stage .slick-slider .slick-track .slick-slide .slide .content-wrapper .container {
  align-items:center;
  height:80vh;
  display:flex;
  position:relative
}
.stage .slick-slider .slick-track .slick-slide .slide .content-wrapper .container .content {
  padding:0;
  position:absolute;
  top:60%
}
.stage .slick-slider .slick-track .slick-slide .slide .content-wrapper .container .content.small .headline {
  font-size:64px
}
@media (max-width:991.98px) {
  .stage .slick-slider .slick-track .slick-slide .slide .content-wrapper .container .content.small .headline {
    font-size:40px
  }
}
.stage .slick-slider .slick-track .slick-slide .slide .content-wrapper .container .content.medium {
  top:50%
}
@media (max-width:991.98px) {
  .stage .slick-slider .slick-track .slick-slide .slide .content-wrapper .container .content.medium {
    top:60%
  }
}
.stage .slick-slider .slick-track .slick-slide .slide .content-wrapper .container .content.medium .headline {
  font-size:80px
}
@media (max-width:991.98px) {
  .stage .slick-slider .slick-track .slick-slide .slide .content-wrapper .container .content.medium .headline {
    font-size:40px
  }
}
.stage .slick-slider .slick-track .slick-slide .slide .content-wrapper .container .content.big {
  top:45%
}
@media (max-width:991.98px) {
  .stage .slick-slider .slick-track .slick-slide .slide .content-wrapper .container .content.big {
    top:60%
  }
}
.stage .slick-slider .slick-track .slick-slide .slide .content-wrapper .container .content.big .headline {
  font-size:96px
}
@media (max-width:991.98px) {
  .stage .slick-slider .slick-track .slick-slide .slide .content-wrapper .container .content.big .headline {
    font-size:40px
  }
}
.stage .slick-slider .slick-track .slick-slide .slide .content-wrapper .container .content .headline {
  color:#fefaec;
  max-width:70%;
  font-family:Meta Pro Black,sans-serif;
  font-weight:900
}
.stage .slick-slider .slick-track .slick-slide .slide .content-wrapper .container .content .headline.right {
  margin:0 0 0 auto
}
@media (max-width:991.98px) {
  .stage .slick-slider .slick-track .slick-slide .slide .content-wrapper .container .content .headline.right {
    margin:0 auto 0 0
  }
}
.stage .slick-slider .slick-track .slick-slide .slide .content-wrapper .container .content .headline .left {
  margin:0 auto 0 0
}
.stage .slick-slider .slick-track .slick-slide .slide .content-wrapper .container .stoerer-wrapper {
  border-radius:100%;
  justify-content:center;
  align-items:center;
  padding:20px;
  display:flex;
  position:absolute
}
.stage .slick-slider .slick-track .slick-slide .slide .content-wrapper .container .stoerer-wrapper.big {
  width:250px;
  height:250px
}
@media (max-width:991.98px) {
  .stage .slick-slider .slick-track .slick-slide .slide .content-wrapper .container .stoerer-wrapper.big {
    width:130px;
    height:130px
  }
}
.stage .slick-slider .slick-track .slick-slide .slide .content-wrapper .container .stoerer-wrapper.small {
  width:190px;
  height:190px
}
@media (max-width:991.98px) {
  .stage .slick-slider .slick-track .slick-slide .slide .content-wrapper .container .stoerer-wrapper.small {
    width:100px;
    height:100px
  }
}
.stage .slick-slider .slick-track .slick-slide .slide .content-wrapper .container .stoerer-wrapper.right.top {
  top:8%;
  right:15%
}
@media (max-width:991.98px) {
  .stage .slick-slider .slick-track .slick-slide .slide .content-wrapper .container .stoerer-wrapper.right.top {
    top:12%
  }
}
.stage .slick-slider .slick-track .slick-slide .slide .content-wrapper .container .stoerer-wrapper.left.top {
  top:8%;
  left:15%
}
@media (max-width:991.98px) {
  .stage .slick-slider .slick-track .slick-slide .slide .content-wrapper .container .stoerer-wrapper.left.top {
    top:12%
  }
}
.stage .slick-slider .slick-track .slick-slide .slide .content-wrapper .container .stoerer-wrapper.right.bottom {
  top:30%;
  right:5%
}
@media (max-width:991.98px) {
  .stage .slick-slider .slick-track .slick-slide .slide .content-wrapper .container .stoerer-wrapper.right.bottom {
    top:28%
  }
}
.stage .slick-slider .slick-track .slick-slide .slide .content-wrapper .container .stoerer-wrapper.left.bottom {
  top:30%;
  left:5%
}
@media (max-width:991.98px) {
  .stage .slick-slider .slick-track .slick-slide .slide .content-wrapper .container .stoerer-wrapper.left.bottom {
    top:28%
  }
}
.stage .slick-slider .slick-track .slick-slide .slide .content-wrapper .container .stoerer-wrapper.red {
  color:#fefaec;
  background-color:#b21e28
}
.stage .slick-slider .slick-track .slick-slide .slide .content-wrapper .container .stoerer-wrapper.red p {
  text-align:center;
  margin:0;
  padding:0;
  font-family:Meta Pro Black,sans-serif;
  font-size:36px;
  line-height:normal
}
@media (max-width:991.98px) {
  .stage .slick-slider .slick-track .slick-slide .slide .content-wrapper .container .stoerer-wrapper.red p {
    font-size:20px
  }
}
.stage .slick-slider .slick-track .slick-slide .slide .content-wrapper .container .stoerer-wrapper.beige {
  z-index:2;
  color:#603d20;
  background-color:#fefaec
}
.stage .slick-slider .slick-track .slick-slide .slide .content-wrapper .container .stoerer-wrapper.beige p {
  text-align:center;
  margin:0;
  padding:0;
  font-family:Meta Pro Black,sans-serif;
  font-size:36px;
  line-height:normal
}
@media (max-width:991.98px) {
  .stage .slick-slider .slick-track .slick-slide .slide .content-wrapper .container .stoerer-wrapper.beige p {
    font-size:20px
  }
}
.stage .slick-slider .slick-track .slick-slide .slide .content-wrapper .container .stoerer-wrapper.action-red {
  z-index:2;
  color:#fefaec;
  background-color:#f00000
}
.stage .slick-slider .slick-track .slick-slide .slide .content-wrapper .container .stoerer-wrapper.action-red p {
  text-align:center;
  margin:0;
  padding:0;
  font-family:Meta Pro Black,sans-serif;
  font-size:36px;
  line-height:normal
}
@media (max-width:991.98px) {
  .stage .slick-slider .slick-track .slick-slide .slide .content-wrapper .container .stoerer-wrapper.action-red p {
    font-size:20px
  }
}
.stage .slick-slider .slick-track .slick-slide .slide .content-wrapper .container .stoerer-wrapper.brown {
  z-index:2;
  color:#fefaec;
  background-color:#603d20
}
.stage .slick-slider .slick-track .slick-slide .slide .content-wrapper .container .stoerer-wrapper.brown p {
  text-align:center;
  margin:0;
  padding:0;
  font-family:Meta Pro Black,sans-serif;
  font-size:36px;
  line-height:normal
}
@media (max-width:991.98px) {
  .stage .slick-slider .slick-track .slick-slide .slide .content-wrapper .container .stoerer-wrapper.brown p {
    font-size:20px
  }
}
.stage .slick-slider .slick-track .slick-slide .slide .gradient-overlay {
  background:linear-gradient(#0000,#0006);
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0
}
.stage .slick-slider .slick-track .slick-slide img,
.stage .slick-slider .slick-track .slick-slide picture,
.stage .slick-slider .slick-track .slick-slide video {
  object-fit:cover;
  height:90vh;
  display:block;
  width:100%!important
}
@media screen and (max-width:650px) {
  .stage .slick-slider .slick-track .slick-slide img,
  .stage .slick-slider .slick-track .slick-slide picture,
  .stage .slick-slider .slick-track .slick-slide video {
    height:auto
  }
}
.stage .slick-slider .slick-arrow {
  z-index:15;
  background-color:#fefaec;
  border-radius:100px;
  position:absolute;
  top:50%
}
.stage .slick-slider .slick-arrow.slick-prev {
  border:2px solid #fff;
  width:40px;
  height:40px;
  left:20px
}
.stage .slick-slider .slick-arrow.slick-prev:before {
  content:"";
  background:url('../../../typo3conf/ext/farmerssnack/Resources/Public/Css/Import/font-awesome/svgs/solid/angle-left.svg') no-repeat;
  width:20px;
  height:20px;
  display:inline-block;
  background-position:50%!important;
  background-size:9px!important
}
.stage .slick-slider .slick-arrow.slick-prev:hover:before {
  transform:none
}
.stage .slick-slider .slick-arrow.slick-next {
  border:2px solid #fff;
  width:40px;
  height:40px;
  right:20px
}
.stage .slick-slider .slick-arrow.slick-next:before {
  content:"";
  background:url('../../../typo3conf/ext/farmerssnack/Resources/Public/Css/Import/font-awesome/svgs/solid/angle-right.svg') no-repeat;
  width:20px;
  height:20px;
  display:inline-block;
  background-position:50%!important;
  background-size:9px!important
}
.stage .slick-slider .slick-arrow.slick-next:hover:before {
  transform:none
}
.stage .slick-slider .slick-dots {
  display:none
}
.product-slider .slick-track {
  display:flex!important
}
.product-slider .slick-slide {
  height:inherit!important
}
@media screen and (max-width:650px) {
  .product-slider .slick-slide {
    height:auto
  }
}
footer.page-footer {
  background-color:#49584c;
  padding:112px 0 0
}
@media (max-width:991.98px) {
  footer.page-footer {
    padding:56px 0 0
  }
}
footer.page-footer .container {
  flex-direction:column;
  gap:56px;
  display:flex
}
@media (max-width:991.98px) {
  footer.page-footer .container>div:first-of-type.row {
    flex-direction:column;
    row-gap:56px;
    margin:0
  }
}
footer.page-footer .container>div:first-of-type.row>div:first-of-type.col-md-6 {
  border-right:1px solid #fff;
  padding:0 7vw 0 0
}
@media (max-width:991.98px) {
  footer.page-footer .container>div:first-of-type.row>div:first-of-type.col-md-6 {
    width:100%;
    padding:initial;
    border:none
  }
  footer.page-footer .container>div:first-of-type.row>div:first-of-type.col-md-6 .row .col-md-4 {
    flex-direction:column;
    width:47%;
    display:flex
  }
}
footer.page-footer .container>div:first-of-type.row>div:first-of-type.col-md-6 .row .col-md-4 ul {
  flex-direction:column;
  gap:18px;
  padding:0;
  display:flex
}
@media (max-width:991.98px) {
  footer.page-footer .container>div:first-of-type.row>div:first-of-type.col-md-6 .row .col-md-4 ul {
    gap:0;
    width:auto
  }
}
footer.page-footer .container>div:first-of-type.row>div:first-of-type.col-md-6 .row .col-md-4 ul li {
  list-style:none
}
@media (max-width:991.98px) {
  footer.page-footer .container>div:first-of-type.row>div:first-of-type.col-md-6 .row .col-md-4 ul li:first-of-type {
    margin:0 0 18px
  }
}
footer.page-footer .container>div:first-of-type.row>div:first-of-type.col-md-6 .row .col-md-4 ul li.headline {
  text-transform:uppercase;
  padding:0 0 4px
}
footer.page-footer .container>div:first-of-type.row>div:first-of-type.col-md-6 .row .col-md-4 ul li.headline a {
  opacity:1;
  font-family:Meta Pro Bold,sans-serif;
  font-size:16px;
  text-decoration:none
}
footer.page-footer .container>div:first-of-type.row>div:first-of-type.col-md-6 .row .col-md-4 ul li.headline a:hover {
  text-decoration:none
}
footer.page-footer .container>div:first-of-type.row>div:first-of-type.col-md-6 .row .col-md-4 ul li a {
  opacity:.6;
  -o-transition:.3s ease;
  font-family:Meta Pro,sans-serif;
  text-decoration:none;
  transition:all .3s
}
footer.page-footer .container>div:first-of-type.row>div:first-of-type.col-md-6 .row .col-md-4 ul li a:hover {
  -o-transition:.3s ease;
  opacity:1;
  transition:all .3s
}
footer.page-footer .container>div:first-of-type.row>div:nth-of-type(2).col-md-6 {
  flex-direction:column;
  gap:112px;
  padding:0 0 0 7vw;
  display:flex
}
@media (max-width:991.98px) {
  footer.page-footer .container>div:first-of-type.row>div:nth-of-type(2).col-md-6 {
    width:100%;
    padding:initial;
    gap:56px
  }
}
footer.page-footer .container>div:first-of-type.row>div:nth-of-type(2).col-md-6>div:first-of-type {
  justify-content:space-between
}
footer.page-footer .container>div:first-of-type.row>div:nth-of-type(2).col-md-6>div:first-of-type .col-md-4 {
  flex:unset;
  margin:0 -15px
}
@media (max-width:991.98px) {
  footer.page-footer .container>div:first-of-type.row>div:nth-of-type(2).col-md-6>div:first-of-type .col-md-4 {
    width:33%;
    margin:0
  }
}
footer.page-footer .container>div:first-of-type.row>div:nth-of-type(2).col-md-6>div:first-of-type img {
  object-fit:contain;
  width:100%;
  height:63px
}
footer.page-footer .container>div:first-of-type.row>div:nth-of-type(2).col-md-6>div:nth-of-type(2).row .col-md-12 p {
  color:#fff;
  margin:0;
  padding:0 0 28px;
  font-family:Meta Pro Bold,sans-serif;
  line-height:normal
}
footer.page-footer .container>div:first-of-type.row>div:nth-of-type(2).col-md-6>div:nth-of-type(2).row .col-md-12 form {
  flex-direction:column;
  gap:18px;
  display:flex
}
footer.page-footer .container>div:first-of-type.row>div:nth-of-type(2).col-md-6>div:nth-of-type(2).row .col-md-12 form>div:first-of-type {
  flex-direction:row;
  gap:0;
  display:flex
}
@media (max-width:991.98px) {
  footer.page-footer .container>div:first-of-type.row>div:nth-of-type(2).col-md-6>div:nth-of-type(2).row .col-md-12 form>div:first-of-type {
    flex-direction:column;
    justify-content:flex-start;
    align-items:flex-start;
    width:100%;
    display:flex
  }
}
footer.page-footer .container>div:first-of-type.row>div:nth-of-type(2).col-md-6>div:nth-of-type(2).row .col-md-12 form>div:first-of-type input {
  color:#fff;
  background-color:#0000;
  border:none;
  border-bottom:1px solid #fff;
  border-radius:0;
  flex:1;
  margin:0;
  padding:0 0 10px
}
@media (max-width:991.98px) {
  footer.page-footer .container>div:first-of-type.row>div:nth-of-type(2).col-md-6>div:nth-of-type(2).row .col-md-12 form>div:first-of-type input {
    width:100%;
    margin:0 0 20px
  }
  footer.page-footer .container>div:first-of-type.row>div:nth-of-type(2).col-md-6>div:nth-of-type(2).row .col-md-12 form>div:first-of-type input:last-of-type {
    margin:0
  }
}
footer.page-footer .container>div:first-of-type.row>div:nth-of-type(2).col-md-6>div:nth-of-type(2).row .col-md-12 form>div:first-of-type input:focus {
  outline:none
}
footer.page-footer .container>div:first-of-type.row>div:nth-of-type(2).col-md-6>div:nth-of-type(2).row .col-md-12 form>div:first-of-type input::placeholder {
  color:#fff;
  opacity:.6
}
footer.page-footer .container>div:first-of-type.row>div:nth-of-type(2).col-md-6>div:nth-of-type(2).row .col-md-12 form>div:first-of-type button {
  background-color:#0000;
  border:none;
  border-bottom:1px solid #fff
}
@media (max-width:991.98px) {
  footer.page-footer .container>div:first-of-type.row>div:nth-of-type(2).col-md-6>div:nth-of-type(2).row .col-md-12 form>div:first-of-type button {
    border:1px solid #fff;
    width:150px;
    margin:20px 0;
    padding:10px 0
  }
}
footer.page-footer .container>div:first-of-type.row>div:nth-of-type(2).col-md-6>div:nth-of-type(2).row .col-md-12 form>div:first-of-type button i {
  color:#fff;
  font-weight:400
}
footer.page-footer .container>div:first-of-type.row>div:nth-of-type(2).col-md-6>div:nth-of-type(2).row .col-md-12 form>div:first-of-type button:hover i {
  opacity:.8
}
footer.page-footer .container>div:first-of-type.row>div:nth-of-type(2).col-md-6>div:nth-of-type(2).row .col-md-12 form>div:nth-of-type(2) {
  flex-direction:row;
  justify-content:flex-start;
  align-items:center;
  gap:10px;
  display:flex
}
@media (max-width:991.98px) {
  footer.page-footer .container>div:first-of-type.row>div:nth-of-type(2).col-md-6>div:nth-of-type(2).row .col-md-12 form>div:nth-of-type(2) {
    justify-content:flex-start;
    align-items:flex-start
  }
}
footer.page-footer .container>div:first-of-type.row>div:nth-of-type(2).col-md-6>div:nth-of-type(2).row .col-md-12 form>div:nth-of-type(2) label {
  color:#fff;
  opacity:.6;
  line-height:normal
}
footer.page-footer .container>div:first-of-type.row>div:nth-of-type(2).col-md-6>div:nth-of-type(2).row .col-md-12 form>div:nth-of-type(2) input[type=checkbox] {
  accent-color:#fff
}
@media (max-width:991.98px) {
  footer.page-footer .container>div:nth-of-type(2) {
    flex-direction:column;
    row-gap:56px
  }
  footer.page-footer .container>div:nth-of-type(2) .row {
    flex-direction:row
  }
}
footer.page-footer .container>div:nth-of-type(2) .row .col,
footer.page-footer .container>div:nth-of-type(2) .row .col-md-8,
footer.page-footer .container>div:nth-of-type(2) .row .col-md-1 {
  flex-direction:row;
  flex:unset;
  align-items:center;
  width:-webkit-fit-content;
  width:fit-content;
  display:flex
}
@media (max-width:991.98px) {
  footer.page-footer .container>div:nth-of-type(2) .row .col,
  footer.page-footer .container>div:nth-of-type(2) .row .col-md-8,
  footer.page-footer .container>div:nth-of-type(2) .row .col-md-1 {
    width:-webkit-fit-content;
    width:fit-content
  }
}
footer.page-footer .container>div:nth-of-type(2) .row .col p.headline,
footer.page-footer .container>div:nth-of-type(2) .row .col-md-8 p.headline,
footer.page-footer .container>div:nth-of-type(2) .row .col-md-1 p.headline {
  color:#fff;
  margin:0;
  padding:0;
  font-family:Meta Pro,sans-serif;
  font-size:14px;
  line-height:normal
}
@media (max-width:1199.98px) {
  footer.page-footer .container>div:nth-of-type(2) .row .col p.headline,
  footer.page-footer .container>div:nth-of-type(2) .row .col-md-8 p.headline,
  footer.page-footer .container>div:nth-of-type(2) .row .col-md-1 p.headline {
    margin:0 0 20px
  }
}
@media screen and (max-width:1350px) {
  footer.page-footer .container>div:nth-of-type(2) .row .col p.headline,
  footer.page-footer .container>div:nth-of-type(2) .row .col-md-8 p.headline,
  footer.page-footer .container>div:nth-of-type(2) .row .col-md-1 p.headline {
    margin:0 0 20px
  }
}
@media (max-width:991.98px) {
  footer.page-footer .container>div:nth-of-type(2) .row .col p.headline,
  footer.page-footer .container>div:nth-of-type(2) .row .col-md-8 p.headline,
  footer.page-footer .container>div:nth-of-type(2) .row .col-md-1 p.headline {
    margin:0
  }
}
footer.page-footer .container>div:nth-of-type(2) .row .col .item,
footer.page-footer .container>div:nth-of-type(2) .row .col-md-8 .item,
footer.page-footer .container>div:nth-of-type(2) .row .col-md-1 .item {
  background-color:#fff3;
  border-radius:100px;
  justify-content:center;
  align-items:center;
  width:-webkit-fit-content;
  width:fit-content;
  padding:10px;
  display:flex
}
footer.page-footer .container>div:nth-of-type(2) .row .col .item img,
footer.page-footer .container>div:nth-of-type(2) .row .col-md-8 .item img,
footer.page-footer .container>div:nth-of-type(2) .row .col-md-1 .item img {
  object-fit:contain;
  width:23px;
  height:23px
}
footer.page-footer .container>div:nth-of-type(2) .row .col .item i,
footer.page-footer .container>div:nth-of-type(2) .row .col-md-8 .item i,
footer.page-footer .container>div:nth-of-type(2) .row .col-md-1 .item i {
  color:#fff;
  justify-content:center;
  align-items:center;
  width:23px;
  height:23px;
  display:flex
}
footer.page-footer .container>div:nth-of-type(2) .row .col .item:hover,
footer.page-footer .container>div:nth-of-type(2) .row .col-md-8 .item:hover,
footer.page-footer .container>div:nth-of-type(2) .row .col-md-1 .item:hover {
  background-color:#fff6
}
footer.page-footer .container>div:nth-of-type(2) .row .col .item:hover a,
footer.page-footer .container>div:nth-of-type(2) .row .col-md-8 .item:hover a,
footer.page-footer .container>div:nth-of-type(2) .row .col-md-1 .item:hover a {
  text-decoration:none
}
@media screen and (max-width:1350px) {
  footer.page-footer .container>div:nth-of-type(2) .row .col-md-8 {
    text-align:right;
    width:100%;
    display:block
  }
}
@media (max-width:991.98px) {
  footer.page-footer .container>div:nth-of-type(2) .row .col-md-8 {
    text-align:left
  }
}
footer.page-footer .container>div:nth-of-type(2)>div:first-of-type .row {
  justify-content:flex-start
}
@media (max-width:991.98px) {
  footer.page-footer .container>div:nth-of-type(2)>div:first-of-type .row {
    gap:18px 10px;
    width:100%;
    margin:0
  }
}
@media screen and (max-width:1350px) {
  footer.page-footer .container>div:nth-of-type(2)>div:first-of-type .row>div:first-of-type.col {
    width:100%;
    padding:0 10px!important
  }
}
footer.page-footer .container>div:nth-of-type(2)>div:first-of-type .row>div:first-of-type.col {
  padding:0 calc(var(--bs-gutter-x) * .5) 0 0
}
@media screen and (max-width:1350px) {
  footer.page-footer .container>div:nth-of-type(2)>div:first-of-type .row>div:first-of-type.col {
    width:100%;
    padding:0 10px!important
  }
}
footer.page-footer .container>div:nth-of-type(2) .col-md-2 .row {
  justify-content:flex-end
}
@media screen and (min-width:1200px) and (max-width:1350px) {
  footer.page-footer .container>div:nth-of-type(2) .col-md-2 .row {
    flex-flow:column
  }
}
@media (max-width:991.98px) {
  footer.page-footer .container>div:nth-of-type(2) .col-md-2 .row {
    justify-content:flex-start;
    gap:18px 10px;
    margin:0
  }
}
footer.page-footer .container>div:nth-of-type(2) .col-md-2 .row .col {
  flex:unset;
  width:-webkit-fit-content;
  width:fit-content
}
@media (max-width:991.98px) {
  footer.page-footer .container>div:nth-of-type(2) .col-md-2 .row .col {
    padding:0
  }
  footer.page-footer .container>div:nth-of-type(2) .col-md-2 .row>div:first-of-type {
    width:100%
  }
  footer.page-footer .container>div:nth-of-type(2) .col-md-5 {
    width:100%;
    padding:0
  }
}
footer.page-footer .container>div:nth-of-type(2) .col-md-5 .row {
  justify-content:flex-end
}
@media (max-width:991.98px) {
  footer.page-footer .container>div:nth-of-type(2) .col-md-5 .row {
    justify-content:flex-start;
    gap:18px 10px;
    margin:0
  }
  footer.page-footer .container>div:nth-of-type(2) .col-md-5 .row>div:first-of-type {
    width:100%
  }
}
footer.page-footer .container>div:nth-of-type(2) .col-md-5 .row>div:last-of-type {
  padding:0 0 0 calc(var(--bs-gutter-x) * .5)
}
@media (max-width:991.98px) {
  footer.page-footer .container>div:nth-of-type(2) .col-md-5 .row>div:last-of-type {
    width:auto;
    padding:0!important
  }
}
footer.page-footer .container>div:nth-of-type(3) {
  border-top:1px solid #fff;
  justify-content:center;
  padding:56px 0;
  display:flex
}
@media (max-width:991.98px) {
  footer.page-footer .container>div:nth-of-type(3) {
    padding:26px 0
  }
}
footer.page-footer .container>div:nth-of-type(3) .col-md-12 {
  width:-webkit-fit-content;
  width:fit-content
}
footer.page-footer .container>div:nth-of-type(3) .col-md-12 p {
  color:#fff;
  font-size:14px
}
footer.page-footer .newsletter-form-wrapper .subheadline {
  opacity:.6;
  font-size:15px;
  font-weight:700;
  padding-bottom:20px!important;
  font-family:Meta Pro,sans-serif!important
}
footer.page-footer .newsletter-form-wrapper .notice {
  opacity:.6;
  font-size:13px;
  font-family:Meta Pro,sans-serif!important
}
.teasers {
  text-align:center;
  color:#000;
  flex-flow:wrap;
  justify-content:start;
  row-gap:56px;
  margin:0 -10px;
  display:flex;
  position:relative
}
@media screen and (max-width:575px) {
  .teasers {
    margin:0 -20px
  }
}
.teasers .teaser {
  text-align:left;
  flex:1;
  width:100%;
  display:block;
  position:relative
}
@media screen and (max-width:575px) {
  .teasers .teaser {
    box-shadow:-1px -1px #00000014
  }
}
@media (min-width:576px) {
  .teasers .teaser {
    padding:10px
  }
}
@media (min-width:992px) {
  .teasers .teaser {
    flex:33.3333%;
    max-width:33.3333%;
    padding:15px
  }
}
.teasers .teaser .outer {
  height:100%;
  box-shadow:none;
  display:block;
  position:relative
}
.teasers .teaser .text-box {
  padding:18px 22px 65px
}
.teasers .teaser .text-box .btn {
  position:absolute;
  bottom:22px;
  transform:translate(0,0)
}
.teasers .teaser .text-box .title a {
  -o-transition:.3s ease;
  transition:all .3s
}
.teasers .teaser .text-box .title a:hover {
  color:#fff;
  text-decoration:none
}
.teasers .teaser .btn {
  margin-top:4px;
  margin-bottom:4px
}
.teasers .teaser .image-box {
  display:block;
  position:relative;
  overflow:hidden
}
.teasers .teaser .image-box:before {
  content:"";
  padding-top:60%;
  display:block;
  position:relative
}
.teasers .teaser .image-box:after {
  content:"";
  opacity:0;
  -o-transition:.3s ease;
  background-color:#fefaec;
  transition:all .3s;
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0
}
.teasers .teaser .image-box img {
  object-fit:cover;
  -o-transition:.3s ease;
  filter:saturate();
  width:100%;
  height:100%;
  transition:all .3s;
  display:block;
  position:absolute;
  top:0;
  left:0;
  transform:translate(0,0)scale(1)
}
@media (max-width:575.98px) {
  .teasers .teaser .image-box img {
    height:300px
  }
}
.news-teaser,
.news-list {
  box-shadow:none;
  background-color:#fefaec;
  margin:112px 0
}
@media (max-width:991.98px) {
  .news-teaser,
  .news-list {
    margin:56px 0
  }
  .news-teaser .headline-element,
  .news-list .headline-element {
    padding:0 0 56px
  }
}
.news-teaser .headline-element h2,
.news-teaser .headline-element h3,
.news-list .headline-element h2,
.news-list .headline-element h3 {
  color:#603d20
}
.news-teaser .button-wrapper,
.news-list .button-wrapper {
  justify-content:center;
  width:100%;
  margin:40px 0 0;
  display:flex
}
@media (max-width:991.98px) {
  .news-teaser .button-wrapper,
  .news-list .button-wrapper {
    margin:56px 0 0
  }
}
.news-teaser .button-wrapper .button,
.news-list .button-wrapper .button {
  text-transform:uppercase;
  color:#fff;
  -o-transition:.3s ease;
  background-color:#603d20;
  border:1px solid #603d20;
  margin:0;
  padding:12px 20px 10px;
  font-family:Meta Pro Bold,sans-serif;
  font-size:16px;
  line-height:normal;
  transition:all .3s
}
.news-teaser .button-wrapper .button:hover,
.news-list .button-wrapper .button:hover {
  -o-transition:.3s ease;
  color:#603d20;
  background-color:#0000;
  text-decoration:none;
  transition:all .3s
}
.news-teaser .teasers,
.news-list .teasers {
  margin:-15px -20px 20px
}
@media (max-width:991.98px) {
  .news-teaser .teasers,
  .news-list .teasers {
    flex-flow:wrap;
    margin:0;
    display:flex
  }
}
.news-teaser .teasers .teaser,
.news-list .teasers .teaser {
  width:33.3333%;
  box-shadow:none;
  outline:0;
  padding:20px;
  text-decoration:none
}
@media (max-width:991.98px) {
  .news-teaser .teasers .teaser,
  .news-list .teasers .teaser {
    flex:unset;
    flex:unset;
    width:100%;
    max-width:100%;
    padding:0
  }
}
@media screen and (max-width:575px) {
  .news-teaser .teasers .teaser,
  .news-list .teasers .teaser {
    width:100%;
    max-width:100%;
    padding:0
  }
}
.news-teaser .teasers .teaser a.outer,
.news-list .teasers .teaser a.outer {
  text-decoration:none;
  overflow:hidden
}
.news-teaser .teasers .teaser a.outer .text-box,
.news-list .teasers .teaser a.outer .text-box {
  color:#000;
  -o-transition:.5s ease;
  min-height:200px;
  padding:20px 0 0;
  transition:all .5s
}
@media (max-width:575.98px) {
  .news-teaser .teasers .teaser a.outer .text-box,
  .news-list .teasers .teaser a.outer .text-box {
    padding:56px 0 0;
    height:auto!important
  }
}
.news-teaser .teasers .teaser a.outer .text-box p,
.news-list .teasers .teaser a.outer .text-box p {
  margin:0;
  padding:0
}
.news-teaser .teasers .teaser a.outer .text-box h5,
.news-teaser .teasers .teaser a.outer .text-box .like-h5,
.news-list .teasers .teaser a.outer .text-box h5,
.news-list .teasers .teaser a.outer .text-box .like-h5 {
  color:#000;
  margin:0 0 20px;
  font-size:29px;
  font-weight:300;
  line-height:1.25
}
@media (max-width:575.98px) {
  .news-teaser .teasers .teaser a.outer .text-box h5,
  .news-teaser .teasers .teaser a.outer .text-box .like-h5,
  .news-list .teasers .teaser a.outer .text-box h5,
  .news-list .teasers .teaser a.outer .text-box .like-h5 {
    font-size:22px
  }
}
.news-teaser .teasers .teaser a.outer .text-box h5+p,
.news-teaser .teasers .teaser a.outer .text-box .like-h5+p,
.news-list .teasers .teaser a.outer .text-box h5+p,
.news-list .teasers .teaser a.outer .text-box .like-h5+p {
  margin:-5px 0 24px
}
.news-teaser .teasers .teaser a.outer .text-box .headline,
.news-list .teasers .teaser a.outer .text-box .headline {
  color:#603d20;
  min-height:70px;
  margin:0;
  padding:0 0 10px;
  font-family:Meta Pro Black,sans-serif
}
.news-teaser .teasers .teaser a.outer .text-box .link,
.news-list .teasers .teaser a.outer .text-box .link {
  clear:both;
  color:#603d20;
  margin:0;
  padding:0;
  font-family:Meta Pro Bold,sans-serif;
  font-size:18px;
  font-weight:900;
  display:inline-block
}
.news-teaser .teasers .teaser a.outer .text-box .link:hover,
.news-list .teasers .teaser a.outer .text-box .link:hover {
  -o-transition:.3s ease;
  opacity:.7;
  text-decoration:none;
  transition:all .3s
}
.news-teaser .teasers .teaser a.outer .text-box .category-wrapper,
.news-list .teasers .teaser a.outer .text-box .category-wrapper {
  flex-direction:row;
  justify-content:flex-start;
  gap:10px;
  margin:0;
  padding:0 0 25px;
  display:flex
}
@media (max-width:1199.98px) {
  .news-teaser .teasers .teaser a.outer .text-box .category-wrapper,
  .news-list .teasers .teaser a.outer .text-box .category-wrapper {
    display:block
  }
}
@media (max-width:991.98px) {
  .news-teaser .teasers .teaser a.outer .text-box .category-wrapper,
  .news-list .teasers .teaser a.outer .text-box .category-wrapper {
    display:flex
  }
}
.news-teaser .teasers .teaser a.outer .text-box .category-wrapper>div,
.news-list .teasers .teaser a.outer .text-box .category-wrapper>div {
  background-color:#49584c;
  padding:8px 10px 5px
}
@media (max-width:1199.98px) {
  .news-teaser .teasers .teaser a.outer .text-box .category-wrapper>div,
  .news-list .teasers .teaser a.outer .text-box .category-wrapper>div {
    margin:0 0 5px;
    display:inline-block
  }
}
@media (max-width:991.98px) {
  .news-teaser .teasers .teaser a.outer .text-box .category-wrapper>div,
  .news-list .teasers .teaser a.outer .text-box .category-wrapper>div {
    margin:0;
    display:block
  }
}
.news-teaser .teasers .teaser a.outer .text-box .category-wrapper>div p,
.news-list .teasers .teaser a.outer .text-box .category-wrapper>div p {
  color:#fff;
  margin:0;
  padding:0;
  font-family:Meta Pro Bold,sans-serif;
  line-height:normal
}
.news-teaser .teasers .teaser a.outer .text-box .date-wrapper,
.news-list .teasers .teaser a.outer .text-box .date-wrapper {
  width:100%;
  padding:0 0 25px
}
.news-teaser .teasers .teaser a.outer .text-box .date-wrapper p.date,
.news-list .teasers .teaser a.outer .text-box .date-wrapper p.date {
  text-transform:uppercase;
  color:#603d20;
  width:-webkit-fit-content;
  width:fit-content;
  margin:0;
  font-family:Meta Pro Bold,sans-serif;
  line-height:normal
}
.metanav {
  z-index:150;
  background-color:#756b62;
  width:100%;
  padding:0;
  display:block;
  position:fixed;
  top:0
}
.metanav.shopping-basket-open {
  z-index:100
}
@media screen and (max-width:1100px) {
  .metanav {
    display:none
  }
}
.metanav .row {
  flex-direction:row;
  justify-content:space-between;
  width:100%;
  max-width:1544px;
  margin:0 auto;
  padding:5px 20px;
  display:flex;
  position:relative
}
.metanav .row .col {
  flex:unset;
  width:-webkit-fit-content;
  width:fit-content;
  padding:0;
  display:flex
}
.metanav .row .col>div {
  flex-direction:row;
  align-items:center;
  gap:10px;
  width:-webkit-fit-content;
  width:fit-content;
  padding:3px 0 0;
  display:flex
}
.metanav .row .col>div p {
  color:#fff;
  margin:0;
  font-size:14px;
  line-height:normal
}
.metanav .row .col>div i {
  color:#fff;
  font-size:14px
}
.metanav .row>div:first-of-type {
  flex:unset;
  flex-direction:row;
  gap:15px;
  width:-webkit-fit-content;
  width:fit-content;
  display:flex
}
.metanav .row>div:first-of-type a i {
  font-size:14px
}
.metanav .row>div:last-of-type {
  flex:unset;
  width:-webkit-fit-content;
  width:fit-content;
  display:none
}
.metanav .row .dropdown {
  z-index:130;
  color:#fff;
  text-align:left;
  background-color:#756b62;
  border-radius:0;
  width:-webkit-fit-content;
  width:fit-content;
  height:100%;
  transition:all .5s;
  display:inline-block;
  position:relative;
  padding:0!important
}
.metanav .row .dropdown .select {
  cursor:pointer;
  display:block
}
.metanav .row .dropdown .select span {
  padding:0 10px 0 0;
  font-size:14px
}
.metanav .row .dropdown .select>i {
  color:#fff;
  cursor:pointer;
  -o-transition:.3s ease;
  float:right;
  padding:2px 0 0;
  line-height:20px;
  transition:all .3s
}
.metanav .row .dropdown.active .select>i {
  padding:0 0 3px;
  transform:rotate(-180deg)
}
.metanav .row .dropdown .dropdown-menu {
  width:70px;
  max-height:144px;
  min-width:unset;
  z-index:130;
  background-color:#756b62;
  border-radius:0;
  margin-top:1px;
  display:none;
  position:absolute;
  top:24px;
  left:-21px;
  overflow-x:hidden;
  overflow-y:auto
}
.metanav .row .dropdown .dropdown-menu li {
  -o-transition:.3s ease;
  cursor:pointer;
  padding:5px 0 5px 21px;
  font-family:Meta Pro,sans-serif;
  font-size:14px;
  transition:all .3s
}
.metanav .row .dropdown .dropdown-menu li:hover {
  -o-transition:.3s ease;
  color:#caa25b;
  transition:all .3s
}
.metanav .row .dropdown .dropdown-menu li.selected-option {
  opacity:.3;
  pointer-events:none
}
.metanav .row .dropdown .dropdown-menu li.selected-option:hover {
  -o-transition:.3s ease;
  color:initial;
  transition:all .3s
}
.metanav .row .dropdown input:focus {
  border:none;
  outline:none
}
.metanav .row .dropdown:focus {
  outline:none
}
.breadcrumbs {
  z-index:1;
  margin:-30px auto;
  display:block;
  position:relative
}
@media (max-width:991.98px) {
  .breadcrumbs {
    margin:0 auto
  }
}
.breadcrumbs ul.items {
  text-align:center;
  margin:0;
  padding:0;
  list-style:none
}
.breadcrumbs ul.items li.item {
  display:inline-block
}
.breadcrumbs ul.items li.item:before {
  display:none
}
.breadcrumbs ul.items li.item:after {
  color:#603d20;
  content:"";
  opacity:.5;
  background:url('../../../typo3conf/ext/farmerssnack/Resources/Public/Css/Import/font-awesome/svgs/solid/angle-right.svg') 50%/80% no-repeat;
  width:8px;
  height:12px;
  margin:4px 0 0 8px;
  display:inline-block;
  position:relative;
  top:0
}
.breadcrumbs ul.items li.item a,
.breadcrumbs ul.items li.item strong {
  color:#603d20;
  font-size:19px
}
.breadcrumbs ul.items li.item strong {
  font-weight:400
}
.breadcrumbs ul.items li.item.home,
.breadcrumbs ul.items li.item:last-child:after {
  display:none
}
.breadcrumbs ul.items.left {
  text-align:left
}
section.categories-teaser {
  margin:112px 0
}
@media (max-width:991.98px) {
  section.categories-teaser {
    margin:56px 0
  }
  section.categories-teaser .container {
    padding:0
  }
  section.categories-teaser .container h2 {
    padding:0 20px
  }
}
section.categories-teaser .container .row {
  flex-direction:row;
  justify-content:space-between;
  display:flex
}
@media (max-width:1399.98px) {
  section.categories-teaser .container .row {
    justify-content:center;
    gap:50px
  }
}
@media (max-width:991.98px) {
  section.categories-teaser .container .row {
    flex-flow:wrap;
    justify-content:center;
    gap:50px;
    margin:0
  }
}
section.categories-teaser .container .row .col-md-2 {
  width:239px;
  padding:0
}
@media (max-width:1199.98px) {
  section.categories-teaser .container .row .col-md-2 {
    width:45%
  }
}
@media (max-width:991.98px) {
  section.categories-teaser .container .row .col-md-2 {
    width:45%
  }
}
@media (max-width:575.98px) {
  section.categories-teaser .container .row .col-md-2 {
    width:100%
  }
}
section.categories-teaser .container .row .col-md-2 .item {
  height:300px;
  display:block;
  overflow:hidden
}
section.categories-teaser .container .row .col-md-2 .item a {
  width:100%;
  height:300px;
  display:block;
  position:relative
}
section.categories-teaser .container .row .col-md-2 .item a img {
  -o-transition:.3s ease;
  object-fit:cover;
  width:100%;
  height:300px;
  transition:all .3s
}
section.categories-teaser .container .row .col-md-2 .item a .category-wrapper {
  clip-path:ellipse(closest-side farthest-side);
  background-color:#f5ede3;
  width:230px;
  padding:30px 20px 70px 50px;
  position:absolute;
  bottom:-60px;
  left:-35px
}
@media (max-width:991.98px) {
  section.categories-teaser .container .row .col-md-2 .item a .category-wrapper {
    padding:30px 20px 70px;
    left:50%;
    transform:translate(-50%)
  }
}
section.categories-teaser .container .row .col-md-2 .item a .category-wrapper h3 {
  text-align:center;
  color:#603d20;
  font-family:Meta Pro Black,sans-serif
}
section.categories-teaser .container .row .col-md-2 .item a:hover img {
  -o-transition:.3s ease;
  height:310px;
  transition:all .3s
}
section.usp-element {
  background-color:#f5ede3;
  margin:112px 0;
  padding:112px 0
}
@media (max-width:991.98px) {
  section.usp-element {
    padding:56px 0
  }
}
section.usp-element .container {
  position:relative
}
@media (max-width:1199.98px) {
  section.usp-element .container {
    position:unset;
    padding:0
  }
}
section.usp-element .container .headline-element {
  color:#603d20;
  text-align:left;
  max-width:35%;
  margin:0
}
section.usp-element .container .headline-element p {
  width:100%;
  margin:0;
  text-align:inherit!important
}
@media (max-width:1199.98px) {
  section.usp-element .container .headline-element {
    max-width:100%;
    padding:0 18px 56px
  }
}
section.usp-element .container .row {
  flex-direction:row;
  justify-content:space-between;
  display:flex
}
section.usp-element .container .row>div:nth-of-type(2) {
  color:#f5ede3;
  text-align:right;
  background-color:#49584c;
  justify-content:flex-end;
  display:flex
}
@media (max-width:1199.98px) {
  section.usp-element .container .row>div:nth-of-type(2) {
    text-align:left;
    justify-content:flex-start
  }
}
section.usp-element .container .row>div:nth-of-type(2) .content-wrapper {
  padding:35px 20px 35px 0
}
@media (max-width:1199.98px) {
  section.usp-element .container .row>div:nth-of-type(2) .content-wrapper {
    padding:56px 18px 35px
  }
}
section.usp-element .container .row>div:nth-of-type(2) .content-wrapper .content .item {
  border-bottom:.5px solid #f5ede3;
  flex-direction:row-reverse;
  align-items:center;
  gap:15px;
  padding:0 0 20px;
  display:flex
}
@media (max-width:1199.98px) {
  section.usp-element .container .row>div:nth-of-type(2) .content-wrapper .content .item {
    flex-direction:row
  }
}
section.usp-element .container .row>div:nth-of-type(2) .content-wrapper .content .item .headline {
  color:#f5ede3;
  padding:0 0 10px;
  font-family:Meta Pro Bold,sans-serif;
  font-weight:700
}
section.usp-element .container .row>div:nth-of-type(2) .content-wrapper .content .item .icon-wrapper {
  background-color:#fff;
  border-radius:100px;
  height:-webkit-fit-content;
  height:fit-content;
  padding:15px
}
section.usp-element .container .row>div:nth-of-type(2) .content-wrapper .content .item .icon-wrapper img {
  width:30px;
  height:30px
}
section.usp-element .container .row>div:nth-of-type(2) .content-wrapper .content>div:last-of-type {
  border-bottom:none;
  padding:0
}
section.usp-element .container .row .content-wrapper {
  width:400px;
  padding:35px 20px 35px 0
}
@media (max-width:1199.98px) {
  section.usp-element .container .row .content-wrapper {
    width:100%;
    padding:56px 18px 35px
  }
}
section.usp-element .container .row .content-wrapper .content {
  flex-direction:column;
  gap:22px;
  display:flex
}
section.usp-element .container .row .content-wrapper .content .item {
  border-bottom:.5px solid #49584c;
  flex-direction:row;
  align-items:center;
  gap:15px;
  padding:0 0 20px;
  display:flex
}
@media (max-width:991.98px) {
  section.usp-element .container .row .content-wrapper .content .item {
    gap:25px
  }
}
section.usp-element .container .row .content-wrapper .content .item .headline {
  color:#603d20;
  padding:0 0 10px;
  font-family:Meta Pro Bold,sans-serif;
  font-weight:700
}
section.usp-element .container .row .content-wrapper .content .item .icon-wrapper {
  background-color:#fff;
  border-radius:100px;
  height:-webkit-fit-content;
  height:fit-content;
  padding:15px
}
section.usp-element .container .row .content-wrapper .content .item .icon-wrapper img {
  width:30px;
  height:30px
}
section.usp-element .container .row .content-wrapper .content>div:last-of-type {
  border-bottom:none;
  padding:0
}
section.usp-element .container .image-wrapper {
  justify-content:center;
  width:100%;
  display:flex;
  position:absolute
}
@media (max-width:1199.98px) {
  section.usp-element .container .image-wrapper {
    margin:auto;
    position:relative
  }
}
section.usp-element .container .image-wrapper img {
  object-fit:cover;
  width:405px;
  height:auto
}
@media (max-width:991.98px) {
  section.usp-element .container .image-wrapper img {
    width:300px;
    height:auto
  }
}
section.fullscreen.img.text-element.left {
  background-image:url('../../../typo3conf/ext/farmerssnack/Resources/Public/Images/farmers-snack-img-holz-loeffel.jpg');
  background-position:50%;
  background-repeat:no-repeat;
  background-size:cover;
  margin:112px 0;
  padding:112px 0
}
section.fullscreen.img.text-element.left:before {
  content:"";
  opacity:.3;
  z-index:0;
  background:#000;
  width:100%;
  height:100%;
  position:absolute;
  top:0
}
@media (max-width:991.98px) {
  section.fullscreen.img.text-element.left {
    margin:56px 0;
    padding:56px 0
  }
}
section.fullscreen.img.text-element.left .container {
  position:relative
}
section.fullscreen.img.text-element.left .container .row .col-md-6 {
  justify-content:center;
  display:flex
}
section.fullscreen.img.text-element.left .container .row .col-md-6 .headline-element {
  color:#fff;
  margin:0;
  padding:0
}
@media (max-width:991.98px) {
  section.fullscreen.img.text-element.left .container .row .col-md-6 .headline-element {
    padding:0
  }
}
section.fullscreen.img.text-element.left .container .row .col-md-6 .headline-element .headline {
  color:#fff;
  font-family:Meta Pro Black,sans-serif
}
section.fullscreen.img.text-element.left .container .row .col-md-6 .headline-element .subheadline {
  font-family:Meta Pro Black,sans-serif;
  font-size:24px;
  font-weight:700
}
section.fullscreen.img.text-element.left .container .row .col-md-6 .headline-element .text {
  font-size:18px;
  line-height:22.4px
}
section.fullscreen.img.text-element.left .container .row .col-md-6 .button-wrapper {
  margin:40px 0 0
}
@media (max-width:991.98px) {
  section.fullscreen.img.text-element.left .container .row .col-md-6 .button-wrapper {
    margin:25px 0 0
  }
}
section.fullscreen.img.text-element.left .container .row .col-md-6 .button-wrapper .button {
  text-transform:uppercase;
  color:#fff;
  -o-transition:.3s ease;
  background-color:#603d20;
  border:1px solid #603d20;
  margin:0;
  padding:12px 20px 10px;
  font-family:Meta Pro Bold,sans-serif;
  font-size:16px;
  line-height:normal;
  transition:all .3s
}
@media (max-width:991.98px) {
  section.fullscreen.img.text-element.left .container .row .col-md-6 .button-wrapper .button {
    margin:0
  }
}
section.fullscreen.img.text-element.left .container .row .col-md-6 .button-wrapper .button:hover {
  -o-transition:.3s ease;
  color:#603d20;
  background-color:#fff;
  border:1px solid #603d20;
  text-decoration:none;
  transition:all .3s
}
section.image-text-50-50-element {
  background-color:#fefaec;
  margin:112px 0
}
@media (max-width:991.98px) {
  section.image-text-50-50-element {
    margin:56px 0
  }
  section.image-text-50-50-element .container .row {
    flex-direction:column;
    gap:20px
  }
}
section.image-text-50-50-element .container .row .col-md-6 {
  justify-content:center;
  align-items:center;
  display:flex
}
@media (max-width:991.98px) {
  section.image-text-50-50-element .container .row .col-md-6 {
    width:100%
  }
}
section.image-text-50-50-element .container .row .col-md-6 img {
  object-fit:cover;
  width:100%;
  max-height:440px
}
section.image-text-50-50-element .container .row .col-md-6 .headline {
  color:#603d20;
  margin:0;
  padding:0 0 15px
}
@media (max-width:991.98px) {
  section.image-text-50-50-element .container .row .col-md-6 .headline {
    text-align:left
  }
}
section.image-text-50-50-element .container .row .col-md-6 .text {
  color:#000;
  margin:0;
  padding:0
}
@media (max-width:991.98px) {
  section.image-text-50-50-element .container .row .col-md-6 .text {
    text-align:left
  }
}
section.image-text-50-50-element .container .row .col-md-6 .text a:not(.button) {
  color:#caa25b;
  -o-transition:.3s ease;
  transition:all .3s
}
section.image-text-50-50-element .container .row .col-md-6 .text a:not(.button):hover {
  -o-transition:.3s ease;
  opacity:.7;
  text-decoration:underline;
  transition:all .3s
}
section.image-text-50-50-element .container .row .col-md-6 .button-wrapper {
  margin:40px 0 0
}
@media (max-width:991.98px) {
  section.image-text-50-50-element .container .row .col-md-6 .button-wrapper {
    margin:0;
    padding:0
  }
}
section.image-text-50-50-element .container .row .col-md-6 .button {
  cursor:pointer;
  text-transform:uppercase;
  color:#603d20;
  -o-transition:.3s ease;
  background-color:#0000;
  border:1px solid #603d20;
  padding:12px 20px 10px;
  font-family:Meta Pro Bold,sans-serif;
  font-size:16px;
  line-height:normal;
  transition:all .3s
}
section.image-text-50-50-element .container .row .col-md-6 .button:hover {
  -o-transition:.3s ease;
  background-color:#603d20;
  text-decoration:none;
  transition:all .3s;
  color:#fff!important
}
section.image-text-50-50-element .container .row .col-md-6 .button i {
  padding:0 10px 0 0
}
section.image-text-50-50-element .container .row .col-md-6 .button.green {
  color:#49584c;
  border:1px solid #49584c
}
section.image-text-50-50-element .container .row .col-md-6 .button.green:hover {
  background-color:#49584c;
  color:#fff!important
}
@media (max-width:991.98px) {
  section.image-text-50-50-element .container .row.image-right {
    flex-direction:column
  }
}
section.image-text-50-50-element .container .row.image-right .content {
  padding:0 50px 0 0
}
@media (max-width:991.98px) {
  section.image-text-50-50-element .container .row.image-right .content {
    padding:0
  }
  section.image-text-50-50-element .container .row.image-left .row {
    flex-direction:column
  }
}
section.image-text-50-50-element .container .row.image-left .content {
  text-align:left;
  width:100%;
  padding:0 0 0 56px
}
@media (max-width:991.98px) {
  section.image-text-50-50-element .container .row.image-left .content {
    padding:0
  }
}
section.image-text-50-50-element .container .row.image-left .content a:not(.button) {
  color:#caa25b;
  -o-transition:.3s ease;
  transition:all .3s
}
section.image-text-50-50-element .container .row.image-left .content a:not(.button):hover {
  -o-transition:.3s ease;
  opacity:.7;
  text-decoration:underline;
  transition:all .3s
}
section.image-text-50-50-element .container>div:nth-of-type(2),
section.image-text-50-50-element .container div:nth-of-type(3),
section.image-text-50-50-element .container div:nth-of-type(4) {
  padding:56px 0 0
}
@media (max-width:991.98px) {
  section.image-text-50-50-element .container>div:nth-of-type(2),
  section.image-text-50-50-element .container div:nth-of-type(3),
  section.image-text-50-50-element .container div:nth-of-type(4) {
    padding:56px 0 0
  }
}
section.image-text-50-50-element.readmore-button p.hidden-text {
  max-height:0;
  transition:max-height .3s;
  overflow:hidden
}
section.image-text-50-50-element.readmore-button .image-right .button-wrapper {
  justify-content:flex-end;
  display:flex
}
@media (max-width:991.98px) {
  section.image-text-50-50-element.readmore-button .image-right .button-wrapper {
    justify-content:flex-start;
    margin:0
  }
}
section.image-text-50-50-element.readmore-button .image-right .button {
  justify-content:center;
  align-items:center;
  width:177px;
  display:flex
}
@media (max-width:991.98px) {
  section.image-text-50-50-element.readmore-button .image-left {
    flex-direction:column-reverse
  }
}
section.image-text-50-50-element.readmore-button .image-left .button {
  justify-content:center;
  align-items:center;
  width:177px;
  display:flex
}
section.image-text-50-50-element.img-left {
  background-color:#fefaec;
  margin:112px 0
}
@media (max-width:991.98px) {
  section.image-text-50-50-element.img-left {
    margin:56px 0
  }
  section.image-text-50-50-element.img-left .container .row {
    flex-direction:column-reverse;
    gap:20px
  }
}
section.image-text-50-50-element.img-left .container .row .col-md-6 {
  justify-content:center;
  align-items:center;
  display:flex
}
section.image-text-50-50-element.img-left .container .row .col-md-6 img {
  object-fit:cover;
  width:100%;
  max-height:440px
}
section.image-text-50-50-element.img-left .container .row .col-md-6 .headline {
  color:#603d20;
  margin:0;
  padding:0 0 15px
}
section.image-text-50-50-element.img-left .container .row .col-md-6 .text {
  color:#000;
  margin:0;
  padding:0
}
section.image-text-50-50-element.img-left .container .row .col-md-6 .button-wrapper {
  margin:40px 0 0
}
@media (max-width:991.98px) {
  section.image-text-50-50-element.img-left .container .row .col-md-6 .button-wrapper {
    padding:10px 0
  }
}
section.image-text-50-50-element.img-left .container .row .col-md-6 .button {
  cursor:pointer;
  text-transform:uppercase;
  color:#603d20;
  -o-transition:.3s ease;
  background-color:#0000;
  border:1px solid #603d20;
  padding:12px 20px 10px;
  font-family:Meta Pro Bold,sans-serif;
  font-size:16px;
  line-height:normal;
  transition:all .3s
}
section.image-text-50-50-element.img-left .container .row .col-md-6 .button:hover {
  -o-transition:.3s ease;
  color:#fff;
  background-color:#603d20;
  text-decoration:none;
  transition:all .3s
}
section.image-text-50-50-element.img-left .container .row .col-md-6 .button i {
  padding:0 10px 0 0
}
section.image-text-50-50-element.img-left .container .row .col-md-6 .button.green {
  color:#49584c;
  border:1px solid #49584c
}
section.image-text-50-50-element.img-left .container .row .col-md-6 .button.green:hover {
  color:#fff;
  background-color:#49584c
}
section.image-text-50-50-element.img-left .container .row.image-left .content {
  text-align:left;
  width:100%;
  padding:0 0 0 50px
}
@media (max-width:991.98px) {
  section.image-text-50-50-element.img-left .container .row.image-left .content {
    padding:0
  }
}
section.image-text-50-50-element.img-left .container .row.image-left .content a:not(.button) {
  color:#caa25b;
  -o-transition:.3s ease;
  transition:all .3s
}
section.image-text-50-50-element.img-left .container .row.image-left .content a:not(.button):hover {
  -o-transition:.3s ease;
  opacity:.7;
  text-decoration:underline;
  transition:all .3s
}
section.image-text-50-50-element.img-left .container>div:nth-of-type(2),
section.image-text-50-50-element.img-left .container div:nth-of-type(3),
section.image-text-50-50-element.img-left .container div:nth-of-type(4) {
  padding:56px 0 0
}
@media (max-width:991.98px) {
  section.image-text-50-50-element.img-left .container>div:nth-of-type(2),
  section.image-text-50-50-element.img-left .container div:nth-of-type(3),
  section.image-text-50-50-element.img-left .container div:nth-of-type(4) {
    padding:56px 0 0
  }
}
section.image-text-50-50-element.img-right {
  background-color:#fefaec;
  margin:112px 0
}
@media (max-width:991.98px) {
  section.image-text-50-50-element.img-right {
    margin:56px 0
  }
  section.image-text-50-50-element.img-right .container .row {
    gap:20px
  }
}
section.image-text-50-50-element.img-right .container .row .col-md-6 {
  justify-content:center;
  align-items:center;
  display:flex
}
section.image-text-50-50-element.img-right .container .row .col-md-6 img {
  object-fit:cover;
  width:100%;
  max-height:440px
}
section.image-text-50-50-element.img-right .container .row .col-md-6 .headline {
  color:#603d20;
  margin:0;
  padding:0 0 15px
}
section.image-text-50-50-element.img-right .container .row .col-md-6 .text {
  color:#000;
  margin:0;
  padding:0
}
section.image-text-50-50-element.img-right .container .row .col-md-6 .button-wrapper {
  margin:40px 0 0
}
@media (max-width:991.98px) {
  section.image-text-50-50-element.img-right .container .row .col-md-6 .button-wrapper {
    padding:10px 0
  }
}
section.image-text-50-50-element.img-right .container .row .col-md-6 .button {
  cursor:pointer;
  text-transform:uppercase;
  color:#603d20;
  -o-transition:.3s ease;
  background-color:#0000;
  border:1px solid #603d20;
  padding:12px 20px 10px;
  font-family:Meta Pro Bold,sans-serif;
  font-size:16px;
  line-height:normal;
  transition:all .3s
}
section.image-text-50-50-element.img-right .container .row .col-md-6 .button:hover {
  -o-transition:.3s ease;
  color:#fff;
  background-color:#603d20;
  text-decoration:none;
  transition:all .3s
}
section.image-text-50-50-element.img-right .container .row .col-md-6 .button i {
  padding:0 10px 0 0
}
section.image-text-50-50-element.img-right .container .row .col-md-6 .button.green {
  color:#49584c;
  border:1px solid #49584c
}
section.image-text-50-50-element.img-right .container .row .col-md-6 .button.green:hover {
  background-color:#49584c;
  color:#fff!important
}
@media (max-width:991.98px) {
  section.image-text-50-50-element.img-right .container .row.image-right {
    flex-direction:column
  }
}
section.image-text-50-50-element.img-right .container .row.image-right .content {
  padding:0 50px 0 0
}
@media (max-width:991.98px) {
  section.image-text-50-50-element.img-right .container .row.image-right .content {
    padding:0
  }
}
section.image-text-50-50-element.img-right .container>div:nth-of-type(2),
section.image-text-50-50-element.img-right .container div:nth-of-type(3),
section.image-text-50-50-element.img-right .container div:nth-of-type(4) {
  padding:56px 0 0
}
@media (max-width:991.98px) {
  section.image-text-50-50-element.img-right .container>div:nth-of-type(2),
  section.image-text-50-50-element.img-right .container div:nth-of-type(3),
  section.image-text-50-50-element.img-right .container div:nth-of-type(4) {
    padding:56px 0 0
  }
}
section.newsletter-banner-element {
  background-color:#eedcc8;
  margin:112px 0;
  padding:112px 0
}
@media (max-width:991.98px) {
  section.newsletter-banner-element {
    margin:56px 0;
    padding:56px 0
  }
}
section.newsletter-banner-element .content-wrapper {
  text-align:center;
  flex-direction:column;
  justify-content:center;
  padding:0 0 30px;
  display:flex
}
@media (max-width:991.98px) {
  section.newsletter-banner-element .content-wrapper {
    text-align:left
  }
}
section.newsletter-banner-element .content-wrapper .headline {
  color:#603d20;
  padding:0 0 15px
}
section.newsletter-banner-element .content-wrapper .text {
  max-width:50%;
  margin:0 auto
}
@media (max-width:991.98px) {
  section.newsletter-banner-element .content-wrapper .text {
    max-width:100%;
    margin:0
  }
}
section.newsletter-banner-element form>.row {
  flex-direction:row;
  justify-content:center;
  padding:0 0 25px;
  display:flex
}
@media (max-width:991.98px) {
  section.newsletter-banner-element form>.row {
    margin:initial;
    flex-direction:column;
    gap:25px;
    padding:0 0 25px
  }
}
section.newsletter-banner-element form>.row .col {
  flex:unset;
  width:33%;
  padding:0
}
@media (max-width:991.98px) {
  section.newsletter-banner-element form>.row .col {
    padding:initial;
    width:100%
  }
}
section.newsletter-banner-element form>.row .col input {
  background-color:#fff;
  border:none;
  border-radius:0;
  width:100%;
  height:43px;
  padding:8px 10px 5px;
  font-family:Meta Pro Bold,sans-serif
}
section.newsletter-banner-element form>.row .col input:focus {
  outline:none
}
section.newsletter-banner-element form>.row .col input:first-of-type {
  border-right:1px solid #756b6233
}
section.newsletter-banner-element form>.row>div:last-of-type {
  width:-webkit-fit-content;
  width:fit-content
}
section.newsletter-banner-element form>.row>div:last-of-type button {
  text-transform:uppercase;
  color:#fff;
  -o-transition:.3s ease;
  background-color:#603d20;
  border:1px solid #603d20;
  padding:12px 20px 10px;
  font-family:Meta Pro Bold,sans-serif;
  font-size:16px;
  line-height:normal;
  transition:all .3s
}
section.newsletter-banner-element form>.row>div:last-of-type button:hover {
  -o-transition:.3s ease;
  color:#603d20;
  background-color:#0000;
  text-decoration:none;
  transition:all .3s
}
section.newsletter-banner-element form>div:last-of-type {
  flex-direction:row;
  align-items:center;
  gap:10px;
  width:-webkit-fit-content;
  width:fit-content;
  margin:auto;
  display:flex
}
@media (max-width:991.98px) {
  section.newsletter-banner-element form>div:last-of-type {
    width:100%;
    margin:0
  }
}
section.newsletter-banner-element form>div:last-of-type input[type=checkbox] {
  accent-color:#603d20;
  background-color:#f5ede3
}
section.newsletter-banner-element form>div:last-of-type label {
  padding:0;
  font-size:18px
}
section.newsletter-banner-element form>div:last-of-type label a {
  color:#caa25b;
  -o-transition:.3s ease;
  transition:all .3s
}
section.newsletter-banner-element form>div:last-of-type label a:hover {
  -o-transition:.3s ease;
  opacity:.7;
  text-decoration:underline;
  transition:all .3s
}
section.newsletter-banner-element .notice {
  text-align:center;
  margin-top:10px;
  font-size:16px
}
section.fullscreen-img-text-element-center {
  z-index:2;
  background-image:url('../../../typo3conf/ext/farmerssnack/Resources/Public/Images/farmers-snack-img-valley.jpg');
  background-position:50%;
  background-repeat:no-repeat;
  background-size:cover;
  margin:112px 0;
  padding:112px 0;
  position:relative
}
section.fullscreen-img-text-element-center:before {
  content:"";
  opacity:.3;
  z-index:0;
  background:#000;
  width:100%;
  height:100%;
  position:absolute;
  top:0
}
@media (max-width:991.98px) {
  section.fullscreen-img-text-element-center {
    margin:56px 0;
    padding:56px 0
  }
}
section.fullscreen-img-text-element-center .overlay {
  z-index:1;
  background:#292f324d;
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0
}
@media (max-width:991.98px) {
  section.fullscreen-img-text-element-center {
    padding:56px 0
  }
}
section.fullscreen-img-text-element-center .container {
  position:relative
}
section.fullscreen-img-text-element-center .row {
  position:inherit;
  z-index:3;
  justify-content:center;
  display:flex
}
section.fullscreen-img-text-element-center .row .col-md-10 .headline-element {
  color:#fff;
  margin:0 auto;
  padding:0
}
@media (max-width:991.98px) {
  section.fullscreen-img-text-element-center .row .col-md-10 .headline-element {
    padding:0
  }
}
section.fullscreen-img-text-element-center .row .col-md-10 .headline-element .headline-wrapper {
  padding:0 0 40px
}
@media (max-width:991.98px) {
  section.fullscreen-img-text-element-center .row .col-md-10 .headline-element .headline-wrapper {
    padding:0
  }
}
section.fullscreen-img-text-element-center .row .col-md-10 .headline-element .headline-wrapper .headline {
  color:#fff;
  margin:0;
  font-family:Meta Pro Black,sans-serif
}
section.fullscreen-img-text-element-center .row .col-md-10 .headline-element .headline-wrapper .subheadline {
  color:#fff;
  font-family:Meta Pro Black,sans-serif;
  font-size:24px;
  font-weight:700
}
section.fullscreen-img-text-element-center .row .col-md-10 .headline-element .headline-wrapper .text {
  font-size:18px;
  line-height:22.4px
}
section.fullscreen-img-text-element-center .row .col-md-10 .button-wrapper {
  margin:40px 0 0
}
section.fullscreen-img-text-element-center .row .col-md-10 .button-wrapper .button {
  text-transform:uppercase;
  color:#fff;
  -o-transition:.3s ease;
  background-color:#603d20;
  border:1px solid #603d20;
  margin:0;
  padding:12px 20px 10px;
  font-family:Meta Pro Bold,sans-serif;
  font-size:16px;
  line-height:normal;
  transition:all .3s
}
section.fullscreen-img-text-element-center .row .col-md-10 .button-wrapper .button:hover {
  -o-transition:.3s ease;
  color:#603d20;
  background-color:#fff;
  border:1px solid #603d20;
  text-decoration:none;
  transition:all .3s
}
section.fullscreen-img-text-element-center .row .col-md-10 .button-wrapper .button i {
  padding:0 10px 0 0
}
section.teaser-50-50-element {
  margin:112px 0
}
@media (max-width:991.98px) {
  section.teaser-50-50-element {
    margin:56px 0
  }
}
section.teaser-50-50-element p a {
  color:#caa25b;
  -o-transition:.3s ease;
  transition:all .3s
}
section.teaser-50-50-element p a:hover {
  -o-transition:.3s ease;
  text-decoration:none;
  transition:all .3s
}
section.teaser-50-50-element .container-fluid {
  background:linear-gradient(90deg,#49584c 0%,#49584c 50%,#f5ede3 50%,#f5ede3 100%)
}
@media (max-width:991.98px) {
  section.teaser-50-50-element .container-fluid {
    background:0 0;
    padding:0
  }
}
section.teaser-50-50-element .container-fluid .container {
  max-width:none;
  padding:0
}
section.teaser-50-50-element .container-fluid .container .row {
  flex-direction:row;
  width:100%;
  margin:auto;
  padding:0;
  display:flex
}
@media (max-width:991.98px) {
  section.teaser-50-50-element .container-fluid .container .row {
    flex-direction:column
  }
}
section.teaser-50-50-element .container-fluid .container .row>div:nth-of-type(2).col {
  color:#fff;
  flex:unset;
  align-items:center;
  width:50%;
  padding:0
}
@media (max-width:991.98px) {
  section.teaser-50-50-element .container-fluid .container .row>div:nth-of-type(2).col {
    width:100%
  }
}
section.teaser-50-50-element .container-fluid .container .row>div:nth-of-type(2).col .image-wrapper {
  justify-content:center;
  width:100%;
  height:100%;
  display:flex;
  position:relative
}
@media (max-width:991.98px) {
  section.teaser-50-50-element .container-fluid .container .row>div:nth-of-type(2).col .image-wrapper {
    padding:56px 18px 0
  }
}
section.teaser-50-50-element .container-fluid .container .row>div:nth-of-type(2).col .image-wrapper img.main {
  object-fit:contain;
  width:400px;
  height:auto
}
@media (max-width:991.98px) {
  section.teaser-50-50-element .container-fluid .container .row>div:nth-of-type(2).col .image-wrapper img.main {
    width:300px
  }
}
section.teaser-50-50-element .container-fluid .container .row>div:first-of-type.col {
  flex:unset;
  align-items:center;
  width:50%
}
@media (max-width:991.98px) {
  section.teaser-50-50-element .container-fluid .container .row>div:first-of-type.col {
    background-color:#49584c;
    align-items:flex-start;
    width:100%;
    padding:0
  }
}
section.teaser-50-50-element .container-fluid .container .row>div:first-of-type.col .content-wrapper {
  color:#fff;
  flex-direction:column;
  width:100%;
  padding:112px 70px;
  display:flex
}
@media (max-width:991.98px) {
  section.teaser-50-50-element .container-fluid .container .row>div:first-of-type.col .content-wrapper {
    max-width:720px;
    margin:auto;
    padding:56px 18px
  }
}
section.teaser-50-50-element .container-fluid .container .row>div:first-of-type.col .content-wrapper .headline-wrapper .headline {
  color:#fff;
  padding:0 0 15px
}
section.teaser-50-50-element .container-fluid .container .row>div:first-of-type.col .content-wrapper .button-wrapper {
  margin:40px 0 0
}
@media (max-width:991.98px) {
  section.teaser-50-50-element .container-fluid .container .row>div:first-of-type.col .content-wrapper .button-wrapper {
    margin:0;
    padding:0
  }
}
section.teaser-50-50-element .container-fluid .container .row>div:first-of-type.col .content-wrapper .button {
  text-transform:uppercase;
  color:#fff;
  -o-transition:.3s ease;
  background-color:#0000;
  border:1px solid #fff;
  padding:12px 20px 10px;
  font-family:Meta Pro Bold,sans-serif;
  font-size:16px;
  line-height:normal;
  transition:all .3s
}
section.teaser-50-50-element .container-fluid .container .row>div:first-of-type.col .content-wrapper .button:hover {
  -o-transition:.3s ease;
  color:#49584c;
  background-color:#fff;
  text-decoration:none;
  transition:all .3s
}
section.teaser-50-50-element .container-fluid .container .row>div:first-of-type.col .content-wrapper .button i {
  padding:0 5px 0 0
}
section.teaser-50-50-element .container-fluid .container .row>div:first-of-type.col .content-wrapper a.button,
section.teaser-50-50-element .container-fluid .container .row>div:first-of-type.col .content-wrapper a.green {
  color:#fff;
  border:1px solid #fff
}
section.teaser-50-50-element .container-fluid .container .row>div:first-of-type.col .content-wrapper a.button:hover,
section.teaser-50-50-element .container-fluid .container .row>div:first-of-type.col .content-wrapper a.green:hover {
  color:#49584c;
  background-color:#fff
}
section.teaser-50-50-element.half-image {
  margin:112px 0
}
@meda screen and (max-width:1700px) {
  section.teaser-50-50-element.half-image {
    margin:56px 0;
  }
}
section.teaser-50-50-element.half-image .container-fluid {
  background:#49584c;
  padding:0
}
section.teaser-50-50-element.half-image .container-fluid .container {
  max-width:none;
  padding:0
}
@meda screen and (max-width:1700px) {
  section.teaser-50-50-element.half-image .container-fluid .container {
    padding:0;
    margin:0;
    width:100%;
    max-width:100%;
  }
}
section.teaser-50-50-element.half-image .container-fluid .row {
  flex-direction:row;
  width:100%;
  margin:auto;
  padding:0;
  display:flex
}
@meda screen and (max-width:1700px) {
  section.teaser-50-50-element.half-image .container-fluid .row {
    flex-direction:column;
    margin:0;
    width:100%;
    max-width:100%;
    justify-content:unset;
  }
}
section.teaser-50-50-element.half-image .container-fluid .row>div:first-of-type.col {
  flex:unset;
  width:50%;
  padding:0
}
@meda screen and (max-width:1700px) {
  section.teaser-50-50-element.half-image .container-fluid .row > div:nth-of-type(1).col {
    width:100%;
    padding:0;
    background-color:#f5ede3;
  }
}
section.teaser-50-50-element.half-image .container-fluid .row>div:first-of-type.col .image-wrapper {
  justify-content:center;
  width:100%;
  height:100%;
  display:flex;
  position:relative
}
section.teaser-50-50-element.half-image .container-fluid .row>div:first-of-type.col .image-wrapper img.main {
  object-fit:cover;
  width:100%;
  height:100%
}
section.teaser-50-50-element.half-image .container-fluid .row>div:nth-of-type(2).col {
  color:#fff;
  flex:unset;
  justify-content:center;
  align-items:center;
  width:50%;
  height:100vh;
  max-height:750px;
  display:flex
}
section.teaser-50-50-element.half-image .container-fluid .row>div:nth-of-type(2).col .content-wrapper {
  flex-direction:column;
  justify-content:center;
  height:100vh;
  max-height:750px;
  padding:0 70px;
  display:flex
}
@meda screen and (max-width:1700px) {
  section.teaser-50-50-element.half-image .container-fluid .row > div:nth-of-type(2).col .content-wrapper {
    height:unset;
    max-height:unset;
    gap:0;
    justify-content:unset;
    padding:56px 18px !important;
  }
}
section.teaser-50-50-element.half-image .container-fluid .row>div:nth-of-type(2).col .content-wrapper .headline-wrapper {
  padding:0 0 25px
}
section.teaser-50-50-element.half-image .container-fluid .row>div:nth-of-type(2).col .content-wrapper .button-wrapper {
  margin:40px 0 0
}
section.teaser-50-50-element.half-image .container-fluid .row>div:nth-of-type(2).col .content-wrapper .button {
  text-transform:uppercase;
  color:#fff;
  -o-transition:.3s ease;
  background-color:#0000;
  border:1px solid #fff;
  padding:12px 20px 10px;
  font-family:Meta Pro Bold,sans-serif;
  font-size:16px;
  line-height:normal;
  transition:all .3s
}
section.teaser-50-50-element.half-image .container-fluid .row>div:nth-of-type(2).col .content-wrapper .button:hover {
  -o-transition:.3s ease;
  color:#49584c;
  background-color:#fff;
  text-decoration:none;
  transition:all .3s
}
section.teaser-50-50-element.half-image .container-fluid .row>div:nth-of-type(2).col .content-wrapper .button i {
  padding:0 5px 0 0
}
section.teaser-50-50-element.half-image.right {
  height:100vh;
  max-height:750px;
  margin:112px 0
}
@media screen and (max-width:1700px) {
  section.teaser-50-50-element.half-image.right {
    max-height:unset;
    height:-webkit-fit-content;
    height:fit-content;
    margin:56px 0
  }
}
section.teaser-50-50-element.half-image.right .row {
  flex-direction:row;
  width:100%;
  margin:auto;
  padding:0;
  display:flex
}
@media screen and (max-width:1700px) {
  section.teaser-50-50-element.half-image.right .row {
    justify-content:unset;
    flex-direction:column-reverse;
    width:100%;
    max-width:100%;
    margin:0
  }
}
section.teaser-50-50-element.half-image.right .row>div:nth-of-type(2).col {
  flex:unset;
  width:50%;
  padding:0
}
@media screen and (max-width:1700px) {
  section.teaser-50-50-element.half-image.right .row>div:nth-of-type(2).col {
    background-color:#f5ede3;
    width:100%;
    height:-webkit-fit-content;
    height:fit-content;
    padding:0
  }
}
section.teaser-50-50-element.half-image.right .row>div:nth-of-type(2).col .image-wrapper {
  justify-content:center;
  width:100%;
  height:100vh;
  max-height:750px;
  display:flex;
  position:relative
}
@media screen and (max-width:1700px) {
  section.teaser-50-50-element.half-image.right .row>div:nth-of-type(2).col .image-wrapper {
    height:100%;
    padding:0
  }
}
section.teaser-50-50-element.half-image.right .row>div:nth-of-type(2).col .image-wrapper img.main {
  object-fit:cover;
  width:100%;
  height:100vh;
  max-height:750px
}
@media screen and (max-width:1700px) {
  section.teaser-50-50-element.half-image.right .row>div:nth-of-type(2).col .image-wrapper img.main {
    object-fit:contain;
    height:-webkit-fit-content;
    height:fit-content;
    max-height:500px
  }
}
section.teaser-50-50-element.half-image.right .row>div:first-of-type.col {
  color:#fff;
  flex:unset;
  justify-content:center;
  align-items:center;
  width:50%;
  height:-webkit-fit-content;
  height:fit-content;
  display:flex
}
@media screen and (max-width:1700px) {
  section.teaser-50-50-element.half-image.right .row>div:first-of-type.col {
    background-color:#49584c;
    width:100%
  }
}
section.teaser-50-50-element.half-image.right .row>div:first-of-type.col .content-wrapper {
  justify-content:center;
  height:100vh;
  max-height:750px;
  padding:0 70px;
  display:flex
}
@media screen and (max-width:1700px) {
  section.teaser-50-50-element.half-image.right .row>div:first-of-type.col .content-wrapper {
    height:unset;
    max-height:unset;
    gap:0;
    justify-content:unset;
    padding:56px 18px!important
  }
}
section.teaser-50-50-element.half-image.right .row>div:first-of-type.col .content-wrapper .headline-wrapper {
  padding:0 0 25px
}
section.teaser-50-50-element.half-image.right .row>div:first-of-type.col .content-wrapper .button-wrapper .button {
  text-transform:uppercase;
  color:#fff;
  -o-transition:.3s ease;
  background-color:#0000;
  border:1px solid #fefaec;
  padding:12px 20px 10px;
  font-family:Meta Pro Bold,sans-serif;
  font-size:16px;
  line-height:normal;
  transition:all .3s
}
section.teaser-50-50-element.half-image.right .row>div:first-of-type.col .content-wrapper .button-wrapper .button:hover {
  -o-transition:.3s ease;
  color:#49584c;
  background-color:#fff;
  text-decoration:none;
  transition:all .3s
}
section.teaser-50-50-element.half-image.right .row>div:first-of-type.col .content-wrapper .button-wrapper .button i {
  padding:0 5px 0 0
}
section.teaser-50-50-element.half-image.left {
  height:100vh;
  max-height:750px;
  margin:112px 0
}
@media screen and (max-width:1700px) {
  section.teaser-50-50-element.half-image.left {
    max-height:unset;
    height:-webkit-fit-content;
    height:fit-content;
    margin:56px 0
  }
  section.teaser-50-50-element.half-image.left .row {
    justify-content:unset;
    width:100%;
    max-width:100%;
    margin:0
  }
  section.teaser-50-50-element.half-image.left .row>div:first-of-type.col {
    background-color:#f5ede3;
    width:100%;
    height:-webkit-fit-content;
    height:fit-content;
    padding:0
  }
  section.teaser-50-50-element.half-image.left .row>div:first-of-type.col .image-wrapper {
    height:100%;
    padding:0
  }
  section.teaser-50-50-element.half-image.left .row>div:first-of-type.col .image-wrapper img.main {
    max-height:500px
  }
  section.teaser-50-50-element.half-image.left .row>div:nth-of-type(2).col {
    background-color:#49584c;
    width:100%;
    height:-webkit-fit-content;
    height:fit-content;
    padding:0
  }
}
section.teaser-50-50-element.half-image.left .row>div:nth-of-type(2).col .content-wrapper h1,
section.teaser-50-50-element.half-image.left .row>div:nth-of-type(2).col .content-wrapper h2,
section.teaser-50-50-element.half-image.left .row>div:nth-of-type(2).col .content-wrapper h3,
section.teaser-50-50-element.half-image.left .row>div:nth-of-type(2).col .content-wrapper h4,
section.teaser-50-50-element.half-image.left .row>div:nth-of-type(2).col .content-wrapper p {
  color:#fff
}
section.teaser-50-50-element.half-image.left .row>div:nth-of-type(2).col .content-wrapper .button-wrapper .button {
  text-transform:uppercase;
  color:#fff;
  -o-transition:.3s ease;
  background-color:#0000;
  border:1px solid #fefaec;
  padding:12px 20px 10px;
  font-family:Meta Pro Bold,sans-serif;
  font-size:16px;
  line-height:normal;
  transition:all .3s
}
section.teaser-50-50-element.half-image.left .row>div:nth-of-type(2).col .content-wrapper .button-wrapper .button:hover {
  -o-transition:.3s ease;
  color:#49584c;
  background-color:#fff;
  text-decoration:none;
  transition:all .3s
}
section.teaser-50-50-element.half-image.left .row>div:nth-of-type(2).col .content-wrapper .button-wrapper .button i {
  padding:0 5px 0 0
}
section.store-link-element {
  background-color:#fefaec;
  margin:112px 0
}
@media (max-width:991.98px) {
  section.store-link-element {
    margin:56px 0
  }
  section.store-link-element .container {
    width:100%;
    max-width:unset;
    margin:0;
    padding:0
  }
  section.store-link-element .container .row {
    flex-direction:column;
    width:100%;
    margin:0;
    padding:0;
    display:flex
  }
}
section.store-link-element .container .row .brown {
  color:#fff;
  background-color:#603d20
}
@media (max-width:991.98px) {
  section.store-link-element .container .row .brown {
    margin:56px 0 0
  }
}
section.store-link-element .container .row .brown .button-wrapper {
  margin:20px 0 0
}
section.store-link-element .container .row .brown .button-wrapper .button {
  text-transform:uppercase;
  -o-transition:.3s ease;
  background-color:#0000;
  border:1px solid #fff;
  padding:12px 20px 10px;
  font-family:Meta Pro Bold,sans-serif;
  font-size:16px;
  line-height:normal;
  transition:all .3s;
  color:#fff!important
}
section.store-link-element .container .row .brown .button-wrapper .button:hover {
  -o-transition:.3s ease;
  background-color:#fff;
  border:1px solid #fff;
  text-decoration:none;
  transition:all .3s;
  color:#603d20!important
}
section.store-link-element .container .row .beige {
  color:#603d20;
  background-color:#f5ede3
}
section.store-link-element .container .row .beige .button-wrapper {
  margin:40px 0 0
}
@media (max-width:991.98px) {
  section.store-link-element .container .row .beige .button-wrapper {
    margin:0
  }
}
section.store-link-element .container .row .beige .button-wrapper .button {
  text-transform:uppercase;
  -o-transition:.3s ease;
  background-color:#0000;
  border:1px solid #603d20;
  padding:12px 20px 10px;
  font-family:Meta Pro Bold,sans-serif;
  font-size:16px;
  line-height:normal;
  transition:all .3s;
  color:#603d20!important
}
section.store-link-element .container .row .beige .button-wrapper .button:hover {
  -o-transition:.3s ease;
  background-color:#603d20;
  border:1px solid #603d20;
  text-decoration:none;
  transition:all .3s;
  color:#f5ede3!important
}
section.store-link-element .container .row .col-md-6 {
  text-align:center;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  min-height:450px;
  padding:0 20px;
  display:flex
}
@media (max-width:991.98px) {
  section.store-link-element .container .row .col-md-6 {
    width:100%;
    min-height:-webkit-fit-content;
    min-height:fit-content;
    padding:56px 20px
  }
}
section.store-link-element .container .row .col-md-6 .content-wrapper {
  width:-webkit-fit-content;
  width:fit-content
}
section.store-link-element .container .row .col-md-6 .content-wrapper .headline {
  margin:0;
  font-family:Verveine,sans-serif;
  font-size:80px;
  font-weight:200;
  line-height:normal
}
@media (max-width:1199.98px) {
  section.store-link-element .container .row .col-md-6 .content-wrapper .headline {
    font-size:50px
  }
}
section.store-link-element .container .row .col-md-6 .content-wrapper .subheadline {
  margin:0;
  font-family:Meta Pro Bold,sans-serif;
  font-size:40px;
  font-weight:700;
  line-height:normal
}
section.store-link-element .container .row .col-md-6 .button-wrapper {
  width:-webkit-fit-content;
  width:fit-content
}
.quote-slider {
  background-color:#f5ede3;
  margin:112px 0;
  padding:112px 0
}
@media (max-width:991.98px) {
  .quote-slider {
    margin:56px 0;
    padding:56px 0
  }
}
.quote-slider .headline-element {
  padding:0 0 56px
}
.quote-slider .headline-element .headline {
  color:#603d20;
  margin:0;
  padding:0 0 25px
}
@media (max-width:991.98px) {
  .quote-slider .headline-element .headline {
    padding:0
  }
}
.quote-slider .headline-element p {
  width:80%;
  margin:auto
}
.quote-slider .container .quote-slider-track {
  width:100%;
  margin:auto
}
.quote-slider .container .quote-slider-track .slick-list {
  margin:auto
}
.quote-slider .container .quote-slider-track .slick-list .slick-track {
  margin:0;
  display:flex!important
}
.quote-slider .container .quote-slider-track .slick-list .slick-track .slick-slide {
  padding:0 15px;
  height:inherit!important
}
@media (max-width:991.98px) {
  .quote-slider .container .quote-slider-track .slick-list .slick-track .slick-slide {
    height:auto!important
  }
}
.quote-slider .container .quote-slider-track .slick-list .slick-track .slick-slide>div {
  height:100%;
  position:relative
}
@media (max-width:991.98px) {
  .quote-slider .container .quote-slider-track .slick-list .slick-track .slick-slide>div {
    height:auto
  }
}
.quote-slider .container .quote-slider-track .slick-list .slick-track .slick-slide>div .quote-slider-content {
  height:100%;
  padding:0
}
@media (max-width:991.98px) {
  .quote-slider .container .quote-slider-track .slick-list .slick-track .slick-slide>div .quote-slider-content {
    padding:0
  }
}
.quote-slider .container .quote-slider-track .slick-list .slick-track .slick-slide>div .quote-slider-content .image-wrapper {
  background-color:#0000;
  padding:0
}
.quote-slider .container .quote-slider-track .slick-list .slick-track .slick-slide>div .quote-slider-content .image-wrapper img {
  object-fit:contain;
  width:200px;
  height:100px;
  margin:0 auto
}
.quote-slider .container .quote-slider-track .slick-list .slick-track .slick-slide>div .quote-slider-content .button-wrapper {
  flex-direction:column;
  justify-content:center;
  align-items:center;
  width:100%;
  margin:0;
  display:flex;
  position:absolute;
  bottom:0
}
@media (max-width:991.98px) {
  .quote-slider .container .quote-slider-track .slick-list .slick-track .slick-slide>div .quote-slider-content .button-wrapper {
    margin:0 0 60px;
    position:relative
  }
}
.quote-slider .container .quote-slider-track .slick-list .slick-track .slick-slide>div .quote-slider-content .button-wrapper .button {
  text-transform:uppercase;
  color:#fff;
  -o-transition:.3s ease;
  background-color:#49584c;
  border:1px solid #49584c;
  width:-webkit-fit-content;
  width:fit-content;
  margin:0;
  padding:12px 20px 10px;
  font-family:Meta Pro Bold,sans-serif;
  font-size:16px;
  line-height:normal;
  transition:all .3s
}
.quote-slider .container .quote-slider-track .slick-list .slick-track .slick-slide>div .quote-slider-content .button-wrapper .button:hover {
  color:#49584c;
  -o-transition:.3s ease;
  background-color:#0000;
  border:1px solid #49584c;
  text-decoration:none;
  transition:all .3s
}
.quote-slider .container .quote-slider-track .slick-list .slick-track .slick-slide>div .quote-slider-content .content-wrapper {
  margin:0 0 60px;
  padding:0
}
@media (max-width:991.98px) {
  .quote-slider .container .quote-slider-track .slick-list .slick-track .slick-slide>div .quote-slider-content .content-wrapper {
    margin:0
  }
}
.quote-slider .container .quote-slider-track .slick-list .slick-track .slick-slide>div .quote-slider-content .content-wrapper blockquote {
  text-align:center;
  color:#603d20;
  padding:18px;
  font-family:Meta Pro Italic,sans-serif;
  font-size:16px;
  font-style:italic
}
@media (max-width:991.98px) {
  .quote-slider .container .quote-slider-track .slick-list .slick-track .slick-slide>div .quote-slider-content .content-wrapper blockquote {
    padding:30px 20px
  }
}
.quote-slider .container .quote-slider-track .slick-arrow {
  background-color:#0000;
  height:100%;
  top:-64px
}
@media (max-width:991.98px) {
  .quote-slider .container .quote-slider-track .slick-arrow {
    height:100%;
    margin:0
  }
  .quote-slider .container .quote-slider-track .slick-arrow:hover:before {
    transform:none
  }
}
.quote-slider .container .quote-slider-track .slick-prev {
  left:-10px
}
@media (max-width:991.98px) {
  .quote-slider .container .quote-slider-track .slick-prev {
    left:-10px
  }
  .quote-slider .container .quote-slider-track .slick-prev:hover:before {
    transform:none
  }
}
.quote-slider .container .quote-slider-track .slick-prev:before {
  content:"";
  color:#fff;
  background:url('../../../typo3conf/ext/farmerssnack/Resources/Public/Css/Import/font-awesome/svgs/solid/angle-left.svg') no-repeat;
  border:5px solid #fff;
  border-radius:100px;
  width:50px;
  height:50px;
  background-color:#f5ede3!important;
  background-position:50%!important;
  background-size:9px!important
}
.quote-slider .container .quote-slider-track .slick-next {
  right:-10px
}
@media (max-width:991.98px) {
  .quote-slider .container .quote-slider-track .slick-next {
    right:-10px
  }
  .quote-slider .container .quote-slider-track .slick-next:hover:before {
    transform:none
  }
}
.quote-slider .container .quote-slider-track .slick-next:before {
  content:"";
  color:#fff;
  background:url('../../../typo3conf/ext/farmerssnack/Resources/Public/Css/Import/font-awesome/svgs/solid/angle-right.svg') no-repeat;
  border:5px solid #fff;
  border-radius:100px;
  width:50px;
  height:50px;
  background-color:#f5ede3!important;
  background-position:50%!important;
  background-size:9px!important
}
.quote-slider .container .quote-slider-track p {
  text-align:center
}
.quote-slider .container .quote-slider-track p:first-of-type {
  color:#49584c;
  margin:0 0 10px;
  font-weight:700
}
section.stage {
  margin:0 0 112px
}
@media (max-width:991.98px) {
  section.stage {
    margin:0 0 56px
  }
}
section.stage .hero.content {
  height:70vh;
  position:relative
}
@media screen and (max-width:1200px) {
  section.stage .hero.content {
    height:auto
  }
}
section.stage .hero.content video {
  object-fit:cover;
  width:100%;
  height:70vh
}
@media screen and (max-width:1200px) {
  section.stage .hero.content video {
    object-fit:none;
    height:auto!important
  }
}
section.stage .hero.content img {
  object-fit:cover;
  width:100%;
  height:70vh
}
@media screen and (max-width:1200px) {
  section.stage .hero.content img {
    object-fit:none;
    height:auto
  }
}
section.stage .hero.content .content-wrapper {
  z-index:2;
  width:100%;
  height:70vh;
  position:absolute;
  top:0
}
@media screen and (max-width:1200px) {
  section.stage .hero.content .content-wrapper {
    height:auto
  }
}
section.stage .hero.content .content-wrapper .container {
  align-items:flex-end;
  height:70vh;
  display:flex
}
@media screen and (max-width:1200px) {
  section.stage .hero.content .content-wrapper .container {
    height:auto
  }
}
section.stage .hero.content .content-wrapper .container .content {
  padding:0 0 56px
}
section.stage .hero.content .content-wrapper .container .content .headline {
  color:#fefaec;
  font-family:Meta Pro Black,sans-serif
}
section.stage .hero.content .content-wrapper .container .content .subheadline {
  color:#fefaec;
  font-family:Meta Pro Black,sans-serif;
  font-size:40px;
  font-weight:700
}
@media (max-width:991.98px) {
  section.stage .hero.content .content-wrapper .container .content .subheadline {
    font-size:initial
  }
}
section.stage .hero.content .overlay {
  z-index:1;
  background:#292f3233;
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0
}
.desktop-mobile-switch .mobile {
  display:none
}
@media (max-width:450px) {
  .desktop-mobile-switch .mobile {
    display:block
  }
}
.desktop-mobile-switch .desktop {
  display:block
}
@media (max-width:450px) {
  .desktop-mobile-switch .desktop {
    display:none
  }
}
section.cards-element {
  margin:112px 0
}
@media (max-width:991.98px) {
  section.cards-element {
    margin:56px 0
  }
}
section.cards-element .headline-element {
  color:#603d20
}
section.cards-element .headline-element .headline {
  padding:0 0 20px
}
section.cards-element .headline-element p {
  margin:0
}
section.cards-element .cards-wrapper {
  flex-direction:column;
  gap:56px;
  display:flex
}
section.cards-element .cards-wrapper .row {
  flex-wrap:wrap;
  justify-content:center;
  row-gap:56px
}
@media (max-width:991.98px) {
  section.cards-element .cards-wrapper .row {
    row-gap:56px
  }
  section.cards-element .cards-wrapper .row .col-md-3 {
    width:100%
  }
}
section.cards-element .cards-wrapper .row .col-md-3 .item {
  color:#603d20;
  background-color:#f5ede3;
  overflow:hidden
}
section.cards-element .cards-wrapper .row .col-md-3 .item .content-wrapper {
  flex-direction:column;
  justify-content:center;
  align-items:center;
  padding:20px 0 0;
  display:flex
}
section.cards-element .cards-wrapper .row .col-md-3 .item .content-wrapper .card-content {
  padding:0 20px;
  transition:max-height .3s
}
section.cards-element .cards-wrapper .row .col-md-3 .item .content-wrapper p {
  text-align:center;
  color:#000;
  margin:0;
  padding:0;
  font-size:18px
}
section.cards-element .cards-wrapper .row .col-md-3 .item .content-wrapper p.headline {
  color:#603d20;
  margin:0 0 10px;
  padding:0 18px;
  font-family:Meta Pro Bold,sans-serif;
  font-size:20px
}
section.cards-element .cards-wrapper .row .col-md-3 .item .content-wrapper p.teaser-text {
  min-height:70px;
  padding:0 30px 15px
}
section.cards-element .cards-wrapper .row .col-md-3 .item .content-wrapper p a {
  color:#caa25b;
  -o-transition:.3s ease;
  transition:all .3s
}
section.cards-element .cards-wrapper .row .col-md-3 .item .content-wrapper p a:hover {
  -o-transition:.3s ease;
  opacity:.7;
  text-decoration:none;
  transition:all .3s
}
section.cards-element .cards-wrapper .row .col-md-3 .item .button-wrapper {
  cursor:pointer;
  background-color:#f5ede3;
  justify-content:center;
  align-items:center;
  width:100%;
  padding:20px 0;
  display:flex
}
section.cards-element .cards-wrapper .row .col-md-3 .item .button-wrapper .button {
  padding:unset;
  color:#603d20;
  -o-transition:.3s ease;
  background-color:#fff;
  border-radius:100px;
  justify-content:center;
  align-items:center;
  width:50px;
  height:50px;
  font-size:25px;
  line-height:normal;
  transition:all .3s;
  display:flex
}
section.cards-element .cards-wrapper .row .col-md-3 .item .button-wrapper .button i {
  width:20px;
  height:20px;
  position:relative
}
section.cards-element .cards-wrapper .row .col-md-3 .item .button-wrapper .button i:before {
  position:absolute;
  bottom:-3px
}
section.cards-element .cards-wrapper .row .col-md-3 .item .button-wrapper .button:hover {
  -o-transition:.3s ease;
  color:#fff;
  background-color:#603d20;
  text-decoration:none;
  transition:all .3s
}
section.cards-element .cards-wrapper .row .col-md-3 .item .button-wrapper .button:hover i {
  text-decoration:none
}
section.cards-element img {
  width:100%
}
section.stage .hero.blog-list {
  background-color:#eedcc8;
  height:40vh;
  position:relative
}
@media (max-width:991.98px) {
  section.stage .hero.blog-list {
    height:30vh
  }
}
section.stage .hero.blog-list .content-wrapper {
  z-index:2;
  width:100%;
  height:40vh;
  position:absolute;
  top:0
}
@media (max-width:991.98px) {
  section.stage .hero.blog-list .content-wrapper {
    height:30vh
  }
}
section.stage .hero.blog-list .content-wrapper .container {
  text-align:center;
  justify-content:center;
  align-items:center;
  height:40vh;
  display:flex
}
@media (max-width:991.98px) {
  section.stage .hero.blog-list .content-wrapper .container {
    height:30vh
  }
}
section.stage .hero.blog-list .content-wrapper .container .headline {
  color:#603d20;
  font-family:Meta Pro Black,sans-serif
}
section.stage .hero.blog-list .content-wrapper .container .subheadline {
  color:#603d20;
  font-family:Meta Pro Black,sans-serif;
  font-weight:700
}
section.stage .hero.blog-detail {
  flex-direction:column;
  justify-content:center;
  align-items:center;
  width:100%;
  display:flex
}
section.stage .hero.blog-detail .content-wrapper {
  text-align:center;
  background:#f5ede3;
  flex-direction:column;
  justify-content:center;
  width:100%;
  padding:112px 0 290px;
  display:flex
}
@media (max-width:991.98px) {
  section.stage .hero.blog-detail .content-wrapper {
    padding:112px 0 270px
  }
}
section.stage .hero.blog-detail .content-wrapper .content {
  text-align:center;
  flex-direction:column;
  justify-content:center;
  display:flex
}
section.stage .hero.blog-detail .content-wrapper .content .headline {
  color:#603d20;
  padding:0 0 25px;
  font-family:Meta Pro Black,sans-serif
}
section.stage .hero.blog-detail .content-wrapper .content .category {
  flex-direction:row;
  gap:20px;
  margin:auto;
  display:flex
}
section.stage .hero.blog-detail .content-wrapper .content .category p {
  color:#fff;
  background-color:#49584c;
  width:-webkit-fit-content;
  width:fit-content;
  margin:0;
  padding:8px 10px 5px;
  font-family:Meta Pro Bold,sans-serif;
  line-height:normal
}
section.stage .hero.blog-detail .content-wrapper .content .author {
  flex-direction:row;
  justify-content:center;
  gap:10px;
  padding:0 0 25px;
  display:flex
}
section.stage .hero.blog-detail .content-wrapper .content .author p {
  color:#603d20;
  font-family:Meta Pro Bold,sans-serif
}
section.stage .hero.blog-detail .image-wrapper {
  justify-content:center;
  align-items:center;
  width:100%;
  height:225px;
  display:flex;
  position:relative
}
section.stage .hero.blog-detail .image-wrapper img {
  object-fit:cover;
  width:60%;
  height:550px;
  position:absolute;
  top:-215px
}
@media (max-width:991.98px) {
  section.stage .hero.blog-detail .image-wrapper img {
    width:80%
  }
}
section.product-link-element {
  margin:112px 0
}
@media (max-width:991.98px) {
  section.product-link-element {
    margin:56px 0
  }
}
section.product-link-element .col-md-6 {
  text-align:center;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  height:449px;
  display:flex
}
@media (max-width:991.98px) {
  section.product-link-element .col-md-6 {
    width:100%;
    height:-webkit-fit-content;
    height:fit-content;
    padding:56px 18px
  }
}
section.product-link-element .col-md-6 .content-wrapper {
  width:-webkit-fit-content;
  width:fit-content;
  padding:30px
}
@media (max-width:991.98px) {
  section.product-link-element .col-md-6 .content-wrapper {
    padding:0
  }
}
section.product-link-element .col-md-6 .content-wrapper .headline {
  margin:0 0 30px;
  font-family:Verveine,sans-serif;
  font-size:75px;
  line-height:normal
}
@media (max-width:991.98px) {
  section.product-link-element .col-md-6 .content-wrapper .headline {
    font-size:50px
  }
}
section.product-link-element .col-md-6 .content-wrapper .subheadline {
  margin:0 0 20px;
  font-family:Meta Pro Bold,sans-serif;
  font-size:18px;
  font-weight:700;
  line-height:normal
}
@media (max-width:991.98px) {
  section.product-link-element .col-md-6 .content-wrapper .subheadline {
    font-size:16px
  }
}
section.product-link-element .col-md-6 .button-wrapper {
  width:-webkit-fit-content;
  width:fit-content;
  margin:0
}
section.product-link-element .col-md-6 .image-wrapper a.button {
  background:0 0!important;
  border:none!important
}
section.product-link-element .col-md-6 .image-wrapper img {
  object-fit:contain;
  width:100%;
  max-height:322px
}
section.product-link-element .button-wrapper {
  margin:0
}
@media (max-width:991.98px) {
  section.product-link-element .button-wrapper {
    margin:0
  }
}
section.product-link-element .button-wrapper .button {
  text-transform:uppercase;
  color:#fff;
  -o-transition:.3s ease;
  background-color:#0000;
  border:1px solid #fff;
  margin:0;
  padding:12px 20px 10px;
  font-family:Meta Pro Bold,sans-serif;
  font-size:16px;
  line-height:normal;
  transition:all .3s
}
section.product-link-element .button-wrapper .button:hover {
  -o-transition:.3s ease;
  color:#49584c;
  background-color:#fff;
  border:1px solid #fff;
  text-decoration:none;
  transition:all .3s
}
section.product-link-element.img-left {
  background-color:#fefaec;
  padding:0
}
@media (max-width:991.98px) {
  section.product-link-element.img-left .container {
    padding:0
  }
  section.product-link-element.img-left .container .row {
    flex-direction:column-reverse;
    margin:0;
    padding:0
  }
}
section.product-link-element.img-left .container .row>div:first-of-type {
  background-color:#f5ede3
}
section.product-link-element.img-left .container .row>div:nth-of-type(2) {
  color:#fff;
  background-color:#49584c
}
section.product-link-element.img-right {
  background-color:#fefaec;
  padding:0
}
@media (max-width:991.98px) {
  section.product-link-element.img-right .container {
    padding:0
  }
}
section.product-link-element.img-right .row>div:nth-of-type(2) {
  background-color:#f5ede3
}
section.product-link-element.img-right .row>div:first-of-type {
  color:#fff;
  background-color:#49584c
}
section.product-link-element.img-right .row>div:first-of-type .button-wrapper {
  margin:0
}
@media (max-width:991.98px) {
  section.product-link-element.img-right .row>div:first-of-type .button-wrapper {
    margin:0
  }
}
section.product-link-element.img-right .row>div:first-of-type .button-wrapper .button {
  text-transform:uppercase;
  color:#fff;
  -o-transition:.3s ease;
  background-color:#0000;
  border:1px solid #fff;
  margin:0;
  padding:12px 20px 10px;
  font-family:Meta Pro Bold,sans-serif;
  font-size:16px;
  line-height:normal;
  transition:all .3s
}
section.product-link-element.img-right .row>div:first-of-type .button-wrapper .button:hover {
  -o-transition:.3s ease;
  color:#49584c;
  background-color:#fff;
  border:1px solid #fff;
  text-decoration:none;
  transition:all .3s
}
.news-list.recipe-list {
  padding:0
}
.news-list.recipe-list .teasers {
  gap:0;
  margin:-15px -20px 0
}
@media (max-width:991.98px) {
  .news-list.recipe-list .teasers {
    margin:0
  }
  .news-list.recipe-list .teasers .teaser {
    padding:0 0 40px
  }
}
.news-list.recipe-list .teasers .teaser.active {
  display:block
}
.news-list.recipe-list .teasers .teaser .outer {
  -o-transition:.3s ease;
  min-height:400px;
  transition:all .3s;
  position:relative
}
@media (max-width:991.98px) {
  .news-list.recipe-list .teasers .teaser .outer {
    min-height:300px
  }
}
@media (max-width:575.98px) {
  .news-list.recipe-list .teasers .teaser .outer {
    min-height:50vh
  }
}
.news-list.recipe-list .teasers .teaser .outer:hover {
  -o-transition:.3s ease;
  transition:all .3s
}
.news-list.recipe-list .teasers .teaser .outer:hover .image-box {
  width:100%;
  height:400px
}
@media (max-width:991.98px) {
  .news-list.recipe-list .teasers .teaser .outer:hover .image-box {
    height:300px
  }
}
@media (max-width:575.98px) {
  .news-list.recipe-list .teasers .teaser .outer:hover .image-box {
    height:50vh
  }
}
.news-list.recipe-list .teasers .teaser .outer:hover .image-box img {
  height:105%
}
.news-list.recipe-list .teasers .teaser .outer .image-box {
  width:100%;
  height:400px
}
@media (max-width:991.98px) {
  .news-list.recipe-list .teasers .teaser .outer .image-box {
    height:300px
  }
}
@media (max-width:575.98px) {
  .news-list.recipe-list .teasers .teaser .outer .image-box {
    height:50vh
  }
}
.news-list.recipe-list .teasers .teaser .outer .image-box img {
  width:100%;
  height:100%
}
.news-list.recipe-list .teasers .teaser .outer .text-box {
  z-index:5;
  flex-direction:column;
  justify-content:flex-end;
  align-items:flex-start;
  width:100%;
  padding:20px;
  display:flex;
  position:absolute;
  top:0;
  height:100%!important
}
.news-list.recipe-list .teasers .teaser .outer .text-box .additional-information p {
  text-transform:uppercase;
  color:#fff;
  font-family:Meta Pro,sans-serif;
  font-size:14px
}
.news-list.recipe-list .teasers .teaser .outer .text-box .additional-information a {
  -o-transition:.3s ease;
  color:#603d20;
  font-family:Meta Pro,sans-serif;
  font-size:14px;
  transition:all .3s
}
.news-list.recipe-list .teasers .teaser .outer .text-box .additional-information a:hover {
  -o-transition:.3s ease;
  opacity:.7;
  text-decoration:none;
  transition:all .3s
}
.news-list.recipe-list .teasers .teaser .outer .text-box .headline {
  color:#fff;
  width:70%;
  font-family:Meta Pro Bold,sans-serif;
  font-size:20px;
  line-height:normal
}
.news-list.recipe-list .teasers .teaser .outer .overlay {
  pointer-events:none;
  background:linear-gradient(#0000 42.71%,#0006 82.25%);
  width:100%;
  height:100%;
  position:absolute;
  top:0
}
.news-list.recipe-list .pagination {
  justify-content:center;
  gap:20px;
  margin:30px 0 0;
  display:flex
}
@media (max-width:991.98px) {
  .news-list.recipe-list .pagination {
    margin:0 0 50px
  }
}
.news-list.recipe-list .pagination button {
  color:#49584c;
  -o-transition:.3s ease;
  background:#2e524a1a;
  border:none;
  width:50px;
  height:50px;
  font-family:Meta Pro Bold,sans-serif;
  transition:all .3s
}
.news-list.recipe-list .pagination button:hover {
  -o-transition:.3s ease;
  color:#fff;
  opacity:1;
  background-color:#603d20;
  transition:all .3s
}
.news-list.recipe-list .pagination button.active {
  color:#fff;
  background-color:#603d20
}
.news-list.recipe-list .pagination button.active:hover {
  opacity:1
}
.news-list.recipe-list .pagination button.disabled {
  -o-transition:.3s ease;
  opacity:0;
  pointer-events:none;
  transition:all .3s
}
.news-list.recipe-list .pagination button.prev {
  -o-transition:.3s ease;
  transition:all .3s;
  position:relative
}
.news-list.recipe-list .pagination button.prev:hover {
  -o-transition:.3s ease;
  color:#fff;
  opacity:1;
  background-color:#603d20;
  transition:all .3s
}
.news-list.recipe-list .pagination button.prev:hover img {
  filter:brightness(100)
}
.news-list.recipe-list .pagination button.prev img {
  pointer-events:none;
  transform:rotate(180deg)
}
.news-list.recipe-list .pagination button.next {
  -o-transition:.3s ease;
  transition:all .3s;
  position:relative
}
.news-list.recipe-list .pagination button.next:hover {
  -o-transition:.3s ease;
  color:#fff;
  opacity:1;
  background-color:#603d20;
  transition:all .3s
}
.news-list.recipe-list .pagination button.next:hover img {
  filter:brightness(100)
}
.news-list.recipe-list .pagination button.next img {
  pointer-events:none
}
.news-list.recipe-list .category-wrapper {
  margin:0 0 -20px
}
.news-list.recipe-list .category-wrapper .row {
  flex-direction:row;
  justify-content:center;
  display:flex
}
@media (max-width:991.98px) {
  .news-list.recipe-list .category-wrapper .row {
    flex-flow:wrap;
    justify-content:flex-start;
    row-gap:20px;
    display:flex
  }
}
.news-list.recipe-list .category-wrapper .row .col {
  flex:unset;
  width:-webkit-fit-content;
  width:fit-content
}
.news-list.recipe-list .category-wrapper .row .col .category {
  -o-transition:.3s ease;
  cursor:pointer;
  background-color:#49584c;
  border:1px solid #49584c;
  margin:0 0 20px;
  padding:8px 10px 5px;
  transition:all .3s
}
@media (max-width:991.98px) {
  .news-list.recipe-list .category-wrapper .row .col .category {
    justify-content:center;
    width:200px;
    display:flex
  }
}
.news-list.recipe-list .category-wrapper .row .col .category p {
  color:#fff;
  margin:0;
  padding:0;
  font-family:Meta Pro Bold,sans-serif;
  line-height:normal
}
.news-list.recipe-list .category-wrapper .row .col .category:hover {
  -o-transition:.3s ease;
  background-color:#0000;
  transition:all .3s
}
.news-list.recipe-list .category-wrapper .row .col .category:hover p {
  -o-transition:.3s ease;
  color:#49584c;
  margin:0;
  padding:0;
  font-family:Meta Pro Bold,sans-serif;
  line-height:normal;
  transition:all .3s
}
.news-list.recipe-list .category-wrapper .row .col .category:hover p a {
  -o-transition:.3s ease;
  color:#49584c;
  text-decoration:none;
  transition:all .3s
}
.news-list.recipe-list .category-wrapper .row .col .category.active {
  -o-transition:.3s ease;
  background-color:#0000;
  transition:all .3s
}
.news-list.recipe-list .category-wrapper .row .col .category.active p,
.news-list.recipe-list .category-wrapper .row .col .category.active p a {
  color:#49584c;
  margin:0;
  padding:0;
  font-family:Meta Pro Bold,sans-serif;
  line-height:normal
}
section.cross-linking-element {
  margin:112px 0 0
}
@media (max-width:991.98px) {
  section.cross-linking-element {
    margin:56px 0 0
  }
}
section.cross-linking-element .headline-element {
  justify-content:center;
  align-items:center;
  display:flex
}
section.cross-linking-element .headline-element .headline {
  color:#603d20;
  margin:0;
  padding:0 0 25px;
  font-family:Meta Pro Black,sans-serif
}
@media (max-width:991.98px) {
  section.cross-linking-element .headline-element .headline {
    padding:0
  }
}
section.cross-linking-element .container-fluid {
  padding:0
}
@media (max-width:991.98px) {
  section.cross-linking-element .container-fluid .row {
    flex-direction:column;
    gap:56px
  }
}
section.cross-linking-element .container-fluid .row .col {
  flex:1 0 25%;
  padding:0 10px
}
@media (max-width:991.98px) {
  section.cross-linking-element .container-fluid .row .col {
    flex:unset;
    width:100%;
    padding:0
  }
}
section.cross-linking-element .container-fluid .row .col a.outer {
  width:100%;
  height:60vh;
  display:block;
  position:relative;
  overflow:hidden
}
@media (max-width:991.98px) {
  section.cross-linking-element .container-fluid .row .col a.outer {
    height:50vh
  }
}
section.cross-linking-element .container-fluid .row .col a.outer .image-wrapper {
  width:100%;
  height:100%;
  position:relative;
  top:0
}
section.cross-linking-element .container-fluid .row .col a.outer .image-wrapper img {
  -o-transition:.3s ease;
  object-fit:cover;
  width:100%;
  height:100%;
  transition:all .3s
}
section.cross-linking-element .container-fluid .row .col a.outer:hover .image-wrapper {
  width:100%;
  height:100%
}
section.cross-linking-element .container-fluid .row .col a.outer:hover .image-wrapper img {
  -o-transition:.3s ease;
  object-fit:cover;
  width:105%;
  height:105%;
  transition:all .3s
}
section.cross-linking-element .container-fluid .row .col a.outer .content-wrapper {
  z-index:5;
  justify-content:center;
  align-items:center;
  width:100%;
  height:100%;
  display:flex;
  position:absolute;
  top:0
}
section.cross-linking-element .container-fluid .row .col a.outer .content-wrapper .headline {
  text-align:center;
  width:70%;
  font-family:Meta Pro Bold,sans-serif;
  font-size:35px
}
section.cross-linking-element .container-fluid .row .col a.outer .overlay {
  background-color:#292f464d;
  width:100%;
  height:100%;
  position:absolute;
  top:0
}
section.cross-linking-element.handwritten .container-fluid .row .col a.outer .content-wrapper .headline {
  text-align:center;
  width:70%;
  font-family:Verveine,sans-serif;
  font-size:35px
}
section.quickfacts-element {
  background-color:#f5ede3;
  margin:0 0 112px;
  padding:112px 0
}
@media (max-width:991.98px) {
  section.quickfacts-element {
    padding:56px 0
  }
}
section.quickfacts-element .row {
  flex-direction:row;
  display:flex
}
@media (max-width:991.98px) {
  section.quickfacts-element .row {
    flex-direction:column;
    gap:56px
  }
}
section.quickfacts-element .row .fact-wrapper {
  flex-direction:column;
  justify-content:center;
  align-items:center;
  display:flex
}
section.quickfacts-element .row .fact-wrapper i {
  color:#603d20;
  margin:0 0 25px;
  font-size:50px
}
section.quickfacts-element .row .fact-wrapper .headline {
  color:#603d20;
  margin:initial;
  font-family:Meta Pro Black,sans-serif;
  font-size:20px;
  font-weight:700
}
section.quickfacts-element .row .fact-wrapper p {
  margin:10px 0 0
}
section.quickfacts-element.contact {
  background-color:#f5ede3;
  margin:0;
  padding:112px 0
}
@media (max-width:991.98px) {
  section.quickfacts-element.contact {
    padding:56px 0
  }
}
section.quickfacts-element.contact .row .fact-wrapper p {
  color:#000;
  margin:0;
  padding:0
}
section.quickfacts-element.contact .row .fact-wrapper p.headline {
  color:#603d20;
  margin:0 0 20px
}
section.quickfacts-element.contact .row .fact-wrapper p a {
  color:#000
}
section.recipe-detail-content-element {
  background-color:#fefaec;
  margin:112px 0
}
@media (max-width:991.98px) {
  section.recipe-detail-content-element {
    margin:56px 0
  }
}
section.recipe-detail-content-element .row {
  justify-content:space-between
}
@media (max-width:991.98px) {
  section.recipe-detail-content-element .row {
    flex-direction:column;
    justify-content:space-between;
    gap:56px;
    margin:0
  }
  section.recipe-detail-content-element .row .col-md-4 {
    width:100%;
    padding:0
  }
}
section.recipe-detail-content-element .row .col-md-4>.headline {
  color:#603d20;
  margin:0 0 30px
}
section.recipe-detail-content-element .row .col-md-4 .ingredients-wrapper {
  background-color:#f5ede3;
  flex-direction:column;
  gap:40px;
  padding:30px 20px;
  display:flex
}
@media (max-width:991.98px) {
  section.recipe-detail-content-element .row .col-md-4 .ingredients-wrapper {
    padding:30px 18px
  }
}
section.recipe-detail-content-element .row .col-md-4 .ingredients-wrapper .component-wrapper h5 {
  color:#603d20;
  margin:0 0 10px;
  font-family:Meta Pro Bold,sans-serif;
  font-size:20px;
  font-weight:700
}
section.recipe-detail-content-element .row .col-md-4 .ingredients-wrapper .component-wrapper .table {
  margin:0
}
section.recipe-detail-content-element .row .col-md-4 .ingredients-wrapper .component-wrapper .table table {
  width:100%;
  padding:0
}
section.recipe-detail-content-element .row .col-md-4 .ingredients-wrapper .component-wrapper .table table tbody tr {
  border-bottom:1px solid #603d20
}
section.recipe-detail-content-element .row .col-md-4 .ingredients-wrapper .component-wrapper .table table tbody tr td:first-of-type {
  width:80%;
  padding:10px 10px 5px 0
}
section.recipe-detail-content-element .row .col-md-4 .ingredients-wrapper .component-wrapper .table table tbody tr td:nth-of-type(2) {
  width:20%;
  padding:10px 0 5px
}
section.recipe-detail-content-element .row .col-md-4 .ingredients-wrapper .component-wrapper .table table tbody tr:last-of-type {
  border:none
}
@media (max-width:991.98px) {
  section.recipe-detail-content-element .row .col-md-7 {
    width:100%;
    padding:0 0 56px
  }
}
section.recipe-detail-content-element .row .col-md-7>.headline {
  color:#603d20;
  margin:0 0 30px
}
@media (max-width:991.98px) {
  section.recipe-detail-content-element .row .col-md-7>.headline {
    margin:0 0 10px
  }
}
section.recipe-detail-content-element .row .col-md-7 .recipe-wrapper {
  padding:15px 0 30px
}
@media (max-width:991.98px) {
  section.recipe-detail-content-element .row .col-md-7 .recipe-wrapper {
    padding:0 18px
  }
}
section.recipe-detail-content-element .row .col-md-7 .recipe-wrapper ol {
  flex-direction:column;
  gap:10px;
  list-style-type:decimal;
  display:flex
}
section.recipe-detail-content-element .row .col-md-7 .recipe-wrapper ol li {
  margin:0 0 0 15px;
  padding:0 0 0 5px;
  font-family:Meta Pro,sans-serif;
  font-size:18px;
  line-height:1.5
}
section.recipe-detail-content-element .row .col-md-7 .recipe-wrapper ol li:before {
  display:none
}
section.recipe-detail-content-element .row .col-md-7 .recipe-wrapper img {
  object-fit:cover;
  width:100%;
  max-height:60vh;
  margin:30px 0;
  padding:0
}
@media (max-width:991.98px) {
  section.recipe-detail-content-element .row .col-md-7 .recipe-wrapper img {
    max-height:50vh;
    margin:30px 0 0;
    padding:0
  }
}
.product-slider {
  background-color:#fefaec;
  margin:112px 0
}
@media (max-width:991.98px) {
  .product-slider {
    margin:56px 0
  }
}
.product-slider .headline-element {
  padding:0 0 56px
}
@media (max-width:991.98px) {
  .product-slider .headline-element {
    padding:0 0 28px
  }
}
.product-slider .headline-element .headline {
  color:#603d20;
  margin:0;
  padding:0 0 25px
}
@media (max-width:991.98px) {
  .product-slider .headline-element .headline {
    padding:0
  }
}
.product-slider .headline-element p {
  width:80%;
  margin:auto
}
.product-slider .container .product-slider-track {
  width:100%;
  margin:auto;
  position:relative
}
.product-slider .container .product-slider-track .slick-list {
  margin:auto
}
.product-slider .container .product-slider-track .slick-list .slick-slide {
  padding:0 15px
}
.product-slider .container .product-slider-track .slick-list .slick-slide .image-wrapper {
  background-color:#f5ede3;
  padding:40px 20px 20px;
  position:relative
}
.product-slider .container .product-slider-track .slick-list .slick-slide .image-wrapper img {
  object-fit:contain;
  width:216px;
  height:312px;
  margin:auto
}
.product-slider .container .product-slider-track .slick-list .slick-slide .image-wrapper .stoerer {
  border-radius:100px;
  justify-content:center;
  align-items:center;
  width:80px;
  height:80px;
  display:flex;
  position:absolute;
  top:20px;
  right:20px
}
.product-slider .container .product-slider-track .slick-list .slick-slide .image-wrapper .stoerer.red {
  background-color:#b21e28
}
.product-slider .container .product-slider-track .slick-list .slick-slide .image-wrapper .stoerer.brown {
  background-color:#603d20
}
.product-slider .container .product-slider-track .slick-list .slick-slide .image-wrapper .stoerer.beige {
  background-color:#fefaec
}
.product-slider .container .product-slider-track .slick-list .slick-slide .image-wrapper .stoerer.beige p {
  color:#603d20
}
.product-slider .container .product-slider-track .slick-list .slick-slide .image-wrapper .stoerer p {
  text-transform:uppercase;
  color:#fff;
  margin:0;
  font-family:Meta Pro Black,sans-serif;
  font-size:20px;
  line-height:20px
}
.product-slider .container .product-slider-track .slick-list .slick-slide .row {
  flex-direction:row;
  align-items:end;
  padding:0 0 0 18px;
  display:flex
}
.product-slider .container .product-slider-track .slick-list .slick-slide .row>div:first-of-type.col {
  flex:unset;
  width:70%;
  padding:0
}
.product-slider .container .product-slider-track .slick-list .slick-slide .row>div:first-of-type.col a .headline {
  color:#603d20;
  text-align:left;
  -o-transition:.3s ease;
  min-height:120px;
  margin:0;
  padding:15px 0 10px;
  font-family:Meta Pro Black,sans-serif;
  font-size:23px;
  transition:all .3s
}
@media (max-width:991.98px) {
  .product-slider .container .product-slider-track .slick-list .slick-slide .row>div:first-of-type.col a .headline {
    min-height:auto
  }
}
.product-slider .container .product-slider-track .slick-list .slick-slide .row>div:first-of-type.col a:hover .headline {
  -o-transition:.3s ease;
  opacity:.3;
  transition:all .3s
}
.product-slider .container .product-slider-track .slick-list .slick-slide .row>div:first-of-type.col .row {
  padding:initial;
  flex-flow:row
}
.product-slider .container .product-slider-track .slick-list .slick-slide .row>div:first-of-type.col .row>.col {
  flex:unset;
  width:-webkit-fit-content;
  width:fit-content;
  padding:0 0 0 18px
}
.product-slider .container .product-slider-track .slick-list .slick-slide .row>div:first-of-type.col .row>.col .price {
  text-align:left;
  margin:0;
  font-size:20px;
  line-height:normal
}
.product-slider .container .product-slider-track .slick-list .slick-slide .row>div:first-of-type.col .row>.col .price-per-kilo {
  color:#0009;
  text-align:left;
  margin:0;
  padding:0 0 0 5px;
  font-size:18px;
  line-height:normal;
  position:relative
}
.product-slider .container .product-slider-track .slick-list .slick-slide .row>div:first-of-type.col .row>.col .price-per-kilo:before {
  content:"•";
  width:2px;
  height:2px;
  position:absolute;
  left:-10px
}
.product-slider .container .product-slider-track .slick-list .slick-slide .row>div:nth-of-type(2).col {
  flex:unset;
  justify-content:flex-end;
  width:30%;
  display:flex
}
.product-slider .container .product-slider-track .slick-list .slick-slide .row>div:nth-of-type(2).col .button-wrapper {
  justify-content:center;
  align-items:center;
  display:flex
}
.product-slider .container .product-slider-track .slick-list .slick-slide .row>div:nth-of-type(2).col .button-wrapper .button {
  width:unset;
  margin:unset;
  padding:unset
}
.product-slider .container .product-slider-track .slick-list .slick-slide .row>div:nth-of-type(2).col .button-wrapper .button i {
  -o-transition:.3s ease;
  color:#fff;
  background-color:#49584c;
  padding:8px 20px;
  font-size:14px;
  transition:all .3s
}
.product-slider .container .product-slider-track .slick-list .slick-slide .row>div:nth-of-type(2).col .button-wrapper .button:hover {
  background:0 0
}
.product-slider .container .product-slider-track .slick-list .slick-slide .row>div:nth-of-type(2).col .button-wrapper .button:hover i {
  -o-transition:.3s ease;
  color:#49584c;
  background-color:#0000;
  padding:8px 20px;
  font-size:14px;
  transition:all .3s
}
.product-slider .container .product-slider-track .slick-arrow {
  background-color:#0000;
  height:300px;
  top:55px
}
@media (max-width:991.98px) {
  .product-slider .container .product-slider-track .slick-arrow {
    height:200px;
    margin:0;
    top:70px
  }
  .product-slider .container .product-slider-track .slick-arrow:hover:before {
    transform:none
  }
}
.product-slider .container .product-slider-track .slick-prev {
  left:-10px
}
@media (max-width:991.98px) {
  .product-slider .container .product-slider-track .slick-prev {
    left:-10px
  }
  .product-slider .container .product-slider-track .slick-prev:hover:before {
    transform:none
  }
}
.product-slider .container .product-slider-track .slick-prev:before {
  content:"";
  color:#fff;
  background:url('../../../typo3conf/ext/farmerssnack/Resources/Public/Css/Import/font-awesome/svgs/solid/angle-left.svg') no-repeat;
  border:5px solid #fff;
  border-radius:100px;
  width:50px;
  height:50px;
  background-color:#f5ede3!important;
  background-position:50%!important;
  background-size:9px!important
}
.product-slider .container .product-slider-track .slick-next {
  right:-10px
}
@media (max-width:991.98px) {
  .product-slider .container .product-slider-track .slick-next {
    right:-10px
  }
  .product-slider .container .product-slider-track .slick-next:hover:before {
    transform:none
  }
}
.product-slider .container .product-slider-track .slick-next:before {
  content:"";
  color:#fff;
  background:url('../../../typo3conf/ext/farmerssnack/Resources/Public/Css/Import/font-awesome/svgs/solid/angle-right.svg') no-repeat;
  border:5px solid #fff;
  border-radius:100px;
  width:50px;
  height:50px;
  background-color:#f5ede3!important;
  background-position:50%!important;
  background-size:9px!important
}
.product-slider .container .product-slider-track p {
  text-align:center
}
.product-slider .container .product-slider-track p:first-of-type {
  color:#49584c;
  margin:0 0 10px;
  font-weight:700
}
.news-list {
  margin:112px 0
}
.news-list.category+.news-list {
  margin:-56px 0 112px
}
@media (max-width:991.98px) {
  .news-list.category+.news-list {
    margin:0 0 56px
  }
  .news-list {
    margin:56px 0
  }
  .news-list .teasers {
    gap:56px
  }
}
.news-list .teasers .teaser.active {
  display:block
}
.news-list .teasers>div:last-of-type {
  padding:20px
}
@media (max-width:991.98px) {
  .news-list .teasers>div:last-of-type {
    padding:0
  }
}
.news-list.category .category-wrapper {
  margin:0 0 -20px
}
@media (max-width:991.98px) {
  .news-list.category .category-wrapper {
    overflow-x:scroll;
    overflow-y:hidden
  }
  .news-list.category .category-wrapper::-webkit-scrollbar {
    display:none
  }
}
.news-list.category .category-wrapper .row {
  flex-direction:row;
  justify-content:center;
  display:flex
}
@media (max-width:991.98px) {
  .news-list.category .category-wrapper .row {
    max-width:unset;
    flex-wrap:nowrap;
    justify-content:flex-start;
    width:-webkit-fit-content;
    width:fit-content;
    margin:0;
    overflow-x:scroll
  }
  .news-list.category .category-wrapper .row div:first-of-type {
    padding:0 10.5px 0 0
  }
}
.news-list.category .category-wrapper .row .col {
  flex:unset;
  width:-webkit-fit-content;
  width:fit-content
}
.news-list.category .category-wrapper .row .col .category {
  -o-transition:.3s ease;
  cursor:pointer;
  background-color:#49584c;
  border:1px solid #49584c;
  margin:0 0 20px;
  padding:8px 10px 5px;
  transition:all .3s
}
@media (max-width:991.98px) {
  .news-list.category .category-wrapper .row .col .category {
    justify-content:center;
    width:200px;
    display:flex
  }
}
.news-list.category .category-wrapper .row .col .category p {
  color:#fff;
  margin:0;
  padding:0;
  font-family:Meta Pro Bold,sans-serif;
  line-height:normal
}
.news-list.category .category-wrapper .row .col .category p a {
  color:#fff
}
.news-list.category .category-wrapper .row .col .category:hover {
  -o-transition:.3s ease;
  background-color:#0000;
  transition:all .3s
}
.news-list.category .category-wrapper .row .col .category:hover p {
  -o-transition:.3s ease;
  color:#49584c;
  margin:0;
  padding:0;
  font-family:Meta Pro Bold,sans-serif;
  line-height:normal;
  transition:all .3s
}
.news-list.category .category-wrapper .row .col .category:hover p a {
  opacity:1;
  -o-transition:.3s ease;
  color:#49584c;
  text-decoration:none;
  transition:all .3s
}
.news-list.category .category-wrapper .row .col .category.active {
  -o-transition:.3s ease;
  background-color:#0000;
  transition:all .3s
}
.news-list.category .category-wrapper .row .col .category.active p {
  color:#49584c;
  margin:0;
  padding:0;
  font-family:Meta Pro Bold,sans-serif;
  line-height:normal
}
.news-list.category .category-wrapper .row .col .category.active p a {
  opacity:1;
  color:#49584c;
  margin:0;
  padding:0;
  font-family:Meta Pro Bold,sans-serif;
  line-height:normal
}
section.one-column-container {
  margin:112px 0
}
@media (max-width:991.98px) {
  section.one-column-container {
    margin:56px 0
  }
  section.one-column-container .row {
    row-gap:25px
  }
}
section.one-column-container.centered .container .row .col-md-12 {
  flex-direction:column;
  justify-content:center;
  align-items:center;
  display:flex
}
section.one-column-container.centered .container .row .col-md-12 p {
  display:unset;
  text-align:center;
  width:70%
}
@media (max-width:991.98px) {
  section.one-column-container.centered .container .row .col-md-12 p {
    width:100%
  }
}
section.one-column-container.centered .container .row .col-md-12 p a {
  color:#caa25b;
  -o-transition:.3s ease;
  transition:all .3s
}
section.one-column-container.centered .container .row .col-md-12 p a:hover {
  -o-transition:.3s ease;
  opacity:.7;
  text-decoration:none;
  transition:all .3s
}
section.one-column-container img {
  object-fit:cover;
  border-radius:0;
  width:100%;
  max-width:100%;
  height:500px;
  max-height:100%
}
@media (max-width:991.98px) {
  section.one-column-container img {
    max-height:300px
  }
}
section.one-column-container video {
  object-fit:cover;
  pointer-events:auto;
  width:100%;
  height:500px
}
section.two-column-container {
  margin:112px 0
}
@media (max-width:991.98px) {
  section.two-column-container {
    margin:56px 0
  }
  section.two-column-container .row {
    row-gap:25px
  }
}
section.two-column-container img {
  object-fit:cover;
  border-radius:0;
  width:100%;
  max-width:100%;
  height:500px;
  max-height:100%
}
@media (max-width:991.98px) {
  section.two-column-container img {
    max-height:300px
  }
}
section.three-column-container {
  margin:112px 0
}
@media (max-width:991.98px) {
  section.three-column-container {
    margin:56px 0
  }
  section.three-column-container .row {
    row-gap:25px
  }
}
section.three-column-container img {
  object-fit:cover;
  border-radius:0;
  width:100%;
  max-width:100%;
  height:500px;
  max-height:100%
}
section.for-column-container {
  margin:112px 0
}
@media (max-width:991.98px) {
  section.for-column-container {
    margin:56px 0
  }
  section.for-column-container .row {
    row-gap:25px
  }
}
section.for-column-container img {
  object-fit:cover;
  border-radius:0;
  width:100%;
  max-width:100%;
  height:500px;
  max-height:100%
}
section.faq-tab {
  margin:112px 0
}
@media (max-width:991.98px) {
  section.faq-tab {
    margin:56px 0
  }
}
section.faq-tab .container .tabs {
  width:100%
}
section.faq-tab .container .tabs .tabs-nav {
  flex-direction:row;
  display:flex
}
@media (max-width:991.98px) {
  section.faq-tab .container .tabs .tabs-nav {
    margin:0
  }
}
section.faq-tab .container .tabs .tabs-nav li {
  width:50%;
  padding:0;
  list-style:none
}
section.faq-tab .container .tabs .tabs-nav li:before,
section.faq-tab .container .tabs .tabs-nav li :after {
  display:none
}
section.faq-tab .container .tabs .tabs-nav li a {
  text-transform:none;
  color:#603d20;
  background-color:#f5ede3;
  justify-content:center;
  align-items:center;
  min-height:213px;
  font-family:Verveine,sans-serif;
  font-size:70px;
  display:flex
}
@media (max-width:991.98px) {
  section.faq-tab .container .tabs .tabs-nav li a {
    min-height:100px;
    font-size:24px
  }
}
section.faq-tab .container .tabs .tabs-nav li a:hover {
  text-decoration:none
}
section.faq-tab .container .tabs .tabs-nav li.tab-active a {
  color:#f5ede3;
  cursor:default;
  background-color:#603d20
}
section.faq-tab .container .tabs .tabs-nav li.tab-active a:hover {
  text-decoration:none
}
@media (max-width:991.98px) {
  section.faq-tab .container .tabs-wrapper {
    padding:0
  }
}
section.faq-tab .container .tabs-wrapper .tab>.headline-element {
  padding:112px 0 0
}
@media (max-width:991.98px) {
  section.faq-tab .container .tabs-wrapper .tab>.headline-element {
    padding:56px 0 0
  }
}
section.faq-tab .container .tabs-wrapper .tab>.headline-element .headline {
  color:#603d20;
  margin:0 0 112px;
  padding:0
}
@media (max-width:991.98px) {
  section.faq-tab .container .tabs-wrapper .tab>.headline-element .headline {
    margin:0 0 56px
  }
}
section.faq-tab .container .tabs-wrapper .tab>section.accordion-element:last-of-type {
  margin:0
}
@media (max-width:991.98px) {
  section.faq-tab .container .tabs-wrapper .tab>section.accordion-element:last-of-type {
    margin:0 0 112px
  }
}
@media (max-width:575.98px) {
  section.faq-tab .container .tabs-wrapper .tab>section.accordion-element:last-of-type {
    margin:0 0 56px
  }
}
section.accordion-element {
  margin:112px 0
}
@media (max-width:991.98px) {
  section.accordion-element {
    margin:56px 0
  }
}
section.accordion-element .headline-element {
  text-align:left;
  width:100%;
  margin:0;
  padding:0
}
section.accordion-element .headline-element .headline {
  color:#603d20;
  margin:0 0 25px;
  font-family:Meta Pro Black,sans-serif;
  font-size:24px;
  font-weight:900
}
section.accordion-element .headline-element p {
  width:100%;
  padding:0 0 56px;
  text-align:left!important
}
section.accordion-element .accordion-container {
  background-color:#0000;
  flex-direction:column;
  gap:20px;
  display:flex
}
section.accordion-element .accordion-container .accordion-item {
  overflow:hidden
}
section.accordion-element .accordion-container .accordion-item .accordion {
  text-align:left;
  color:#603d20;
  background-color:#0000;
  border:2px solid #603d20;
  justify-content:space-between;
  align-items:center;
  width:100%;
  min-height:60px;
  padding:0 60px;
  font-family:Meta Pro Black,sans-serif;
  font-size:20px;
  font-weight:900;
  display:flex;
  position:relative
}
@media (max-width:991.98px) {
  section.accordion-element .accordion-container .accordion-item .accordion {
    padding:10px 18px 10px 30px
  }
}
section.accordion-element .accordion-container .accordion-item .accordion:after {
  content:"+";
  color:#603d20;
  justify-content:center;
  align-items:center;
  width:20px;
  height:20px;
  font-family:Meta Pro,sans-serif;
  font-size:25px;
  display:flex;
  position:absolute;
  top:27%;
  right:3%
}
section.accordion-element .accordion-container .accordion-item .accordion.is-open {
  color:#fff;
  background-color:#603d20;
  border:2px solid #603d20
}
section.accordion-element .accordion-container .accordion-item .accordion.is-open:after {
  content:"-";
  color:#fff;
  justify-content:center;
  align-items:center;
  width:20px;
  height:20px;
  font-family:Meta Pro,sans-serif;
  font-size:30px;
  display:flex;
  position:absolute;
  top:27%;
  right:3%
}
section.accordion-element .accordion-container .accordion-item .accordion:focus {
  outline:none
}
section.accordion-element .accordion-container .accordion-item .accordion-content {
  max-height:0;
  transition:max-height .3s
}
section.accordion-element .accordion-container .accordion-item .accordion-content p {
  padding:20px 60px;
  font-size:18px
}
@media (max-width:991.98px) {
  section.accordion-element .accordion-container .accordion-item .accordion-content p {
    padding:20px 18px
  }
}
section.downloads-element {
  margin:112px 0
}
@media (max-width:991.98px) {
  section.downloads-element {
    margin:56px 0
  }
}
section.downloads-element .row {
  flex-wrap:wrap;
  justify-content:flex-start;
  row-gap:112px
}
@media (max-width:991.98px) {
  section.downloads-element .row {
    flex-direction:column;
    row-gap:56px
  }
}
section.downloads-element .row .col {
  box-sizing:border-box;
  flex:1 0 calc(25% - 10px);
  max-width:calc(25% - 10px);
  padding:0 10px
}
@media (max-width:991.98px) {
  section.downloads-element .row .col {
    flex:unset;
    width:50%;
    max-width:unset;
    flex:unset;
    width:100%;
    max-width:unset
  }
}
section.downloads-element .row .col .item {
  background-color:#f5ede3
}
section.downloads-element .row .col .item .image-wrapper {
  border-bottom:2px solid #fefaec;
  justify-content:center;
  align-items:center;
  height:220px;
  display:flex
}
section.downloads-element .row .col .item .image-wrapper.svg img {
  width:100%;
  padding:38px
}
@media (max-width:991.98px) {
  section.downloads-element .row .col .item .image-wrapper.svg img {
    width:250px;
    padding:0
  }
}
section.downloads-element .row .col .item .image-wrapper.image img {
  object-fit:cover;
  width:100%;
  height:100%
}
@media (max-width:991.98px) {
  section.downloads-element .row .col .item .image-wrapper.image img {
    object-fit:cover;
    padding:0
  }
}
section.downloads-element .row .col .item .image-wrapper.icon {
  justify-content:center;
  align-items:center;
  display:flex
}
section.downloads-element .row .col .item .image-wrapper.icon i {
  color:#603d20;
  font-size:50px
}
section.downloads-element .row .col .item .content-wrapper {
  padding:20px 38px 0
}
@media (max-width:991.98px) {
  section.downloads-element .row .col .item .content-wrapper {
    padding:56px 38px 0
  }
}
section.downloads-element .row .col .item .content-wrapper .headline {
  text-align:center;
  color:#603d20;
  min-height:64px;
  font-family:Meta Pro Bold,sans-serif;
  font-size:20px
}
section.downloads-element .row .col .item .content-wrapper .text {
  text-align:center;
  margin:0 0 5px;
  font-size:18px;
  line-height:normal
}
section.downloads-element .row .col .item .content-wrapper .data-informations {
  text-transform:uppercase;
  text-align:center;
  font-size:14px
}
section.downloads-element .row .col .item .button-wrapper {
  justify-content:center;
  padding:0 0 25px;
  display:flex
}
@media (max-width:991.98px) {
  section.downloads-element .row .col .item .button-wrapper {
    padding:56px 0
  }
}
section.downloads-element .row .col .item .button-wrapper a {
  margin:unset;
  padding:unset;
  width:unset
}
section.downloads-element .row .col .item .button-wrapper a i {
  -o-transition:.3s ease;
  color:#603d20;
  background-color:#fff;
  border-radius:100px;
  padding:20px;
  font-size:25px;
  transition:all .3s
}
section.downloads-element .row .col .item .button-wrapper a:hover i {
  -o-transition:.3s ease;
  color:#fff;
  background-color:#603d20;
  border-radius:100px;
  padding:20px;
  font-size:25px;
  transition:all .3s
}
section.career-list {
  margin:112px 0
}
section.career-list .category-wrapper {
  padding:0 0 112px
}
@media (max-width:991.98px) {
  section.career-list .category-wrapper {
    padding:0 0 56px
  }
}
section.career-list .category-wrapper .row {
  flex-direction:row;
  justify-content:center;
  display:flex
}
@media (max-width:991.98px) {
  section.career-list .category-wrapper .row {
    flex-flow:wrap;
    justify-content:space-between;
    row-gap:20px;
    display:flex
  }
}
section.career-list .category-wrapper .row .col {
  flex:unset;
  width:-webkit-fit-content;
  width:fit-content
}
section.career-list .category-wrapper .row .col .category {
  -o-transition:.3s ease;
  cursor:pointer;
  background-color:#49584c;
  border:1px solid #49584c;
  padding:8px 10px 5px;
  transition:all .3s
}
section.career-list .category-wrapper .row .col .category p {
  margin:0
}
section.career-list .category-wrapper .row .col .category a {
  color:#fff;
  margin:0;
  padding:0;
  font-family:Meta Pro Bold,sans-serif;
  line-height:normal
}
section.career-list .category-wrapper .row .col .category:hover {
  -o-transition:.3s ease;
  background-color:#0000;
  transition:all .3s
}
section.career-list .category-wrapper .row .col .category:hover a {
  opacity:1;
  color:#49584c;
  margin:0;
  padding:0;
  font-family:Meta Pro Bold,sans-serif;
  line-height:normal;
  text-decoration:none
}
section.career-list .jobs-wrapper {
  flex-direction:column;
  row-gap:35px;
  display:flex
}
@media (max-width:991.98px) {
  section.career-list .jobs-wrapper {
    flex-flow:column;
    justify-content:space-between;
    row-gap:60px
  }
  section.career-list .jobs-wrapper .job {
    width:100%
  }
  section.career-list .jobs-wrapper .job .row {
    margin:0;
    margin:initial
  }
}
section.career-list .jobs-wrapper .job .row>div {
  background-color:#f5ede3;
  align-items:center;
  min-height:200px;
  display:flex
}
@media (max-width:991.98px) {
  section.career-list .jobs-wrapper .job .row>div {
    min-height:-webkit-fit-content;
    min-height:fit-content
  }
}
section.career-list .jobs-wrapper .job .row .col-lg-2 {
  border-right:2px solid #fefaec;
  justify-content:center
}
@media (max-width:991.98px) {
  section.career-list .jobs-wrapper .job .row .col-lg-2 {
    border:none;
    padding:30px 0 0
  }
  section.career-list .jobs-wrapper .job .row .col-lg-2 .image-wrapper {
    justify-content:center;
    align-items:center;
    height:auto;
    padding:25px 0;
    display:flex
  }
}
section.career-list .jobs-wrapper .job .row .col-lg-2 .image-wrapper img {
  width:166px
}
@media (max-width:1199.98px) {
  section.career-list .jobs-wrapper .job .row .col-lg-2 .image-wrapper img {
    width:115px
  }
}
@media (max-width:991.98px) {
  section.career-list .jobs-wrapper .job .row .col-lg-2 .image-wrapper img {
    width:350px
  }
}
@media (max-width:575.98px) {
  section.career-list .jobs-wrapper .job .row .col-lg-2 .image-wrapper img {
    width:250px
  }
}
section.career-list .jobs-wrapper .job .row .col-lg-2.job-image {
  padding:0
}
section.career-list .jobs-wrapper .job .row .col-lg-2.job-image .image-wrapper {
  height:100%
}
@media (max-width:991.98px) {
  section.career-list .jobs-wrapper .job .row .col-lg-2.job-image .image-wrapper {
    width:100%;
    padding:0 0 56px
  }
}
section.career-list .jobs-wrapper .job .row .col-lg-2.job-image .image-wrapper img {
  object-fit:cover;
  width:100%;
  height:100%
}
@media (max-width:991.98px) {
  section.career-list .jobs-wrapper .job .row .col-lg-2.job-image .image-wrapper img {
    height:450px
  }
}
@media (max-width:575.98px) {
  section.career-list .jobs-wrapper .job .row .col-lg-2.job-image .image-wrapper img {
    height:250px
  }
}
section.career-list .jobs-wrapper .job .row .col-lg-1 {
  border-left:2px solid #fefaec;
  justify-content:center
}
@media (max-width:991.98px) {
  section.career-list .jobs-wrapper .job .row .col-lg-1 {
    border:none;
    padding:30px 0
  }
}
section.career-list .jobs-wrapper .job .row .col-lg-1 .button-wrapper a {
  text-decoration:none
}
section.career-list .jobs-wrapper .job .row .col-lg-1 .button-wrapper a i {
  color:#603d20;
  -o-transition:.3s ease;
  background-color:#fefaec;
  border-radius:100px;
  justify-content:center;
  align-items:center;
  width:50px;
  height:50px;
  padding:20px;
  font-size:25px;
  transition:all .3s;
  display:flex
}
section.career-list .jobs-wrapper .job .row .col-lg-1 .button-wrapper a i:hover {
  color:#fefaec;
  -o-transition:.3s ease;
  background-color:#603d20;
  transition:all .3s
}
section.career-list .jobs-wrapper .job .row .col-lg-9 .content-wrapper {
  padding:30px
}
@media (max-width:991.98px) {
  section.career-list .jobs-wrapper .job .row .col-lg-9 .content-wrapper {
    padding:30px 18px 0
  }
}
section.career-list .jobs-wrapper .job .row .col-lg-9 .content-wrapper p {
  margin:0
}
section.career-list .jobs-wrapper .job .row .col-lg-9 .content-wrapper p.headline {
  color:#603d20;
  min-height:57px;
  margin:0 0 20px;
  font-family:Meta Pro Black,sans-serif;
  font-weight:900
}
section.career-list .jobs-wrapper .job .row .col-lg-9 .content-wrapper .informations-wrapper {
  flex-direction:column;
  row-gap:10px;
  display:flex
}
@media (max-width:991.98px) {
  section.career-list .jobs-wrapper .job .row .col-lg-9 .content-wrapper .informations-wrapper {
    gap:20px
  }
}
section.career-list .jobs-wrapper .job .row .col-lg-9 .content-wrapper .informations-wrapper>div {
  flex-direction:row;
  align-items:center;
  gap:20px;
  display:flex
}
section.career-list .jobs-wrapper .job .row .col-lg-9 .content-wrapper .informations-wrapper>div p {
  color:#603d20
}
section.career-list .jobs-wrapper .job .row .col-lg-9 .content-wrapper .informations-wrapper>div i {
  color:#603d20;
  width:20px
}
section.career-list .jobs-wrapper .job .row .col-lg-9 .content-wrapper .informations-wrapper>div i:before {
  color:#603d20
}
section.contact {
  margin:112px 0
}
@media (max-width:991.98px) {
  section.contact {
    margin:56px 0
  }
}
section.contact form {
  flex-direction:column;
  gap:35px;
  display:flex
}
@media (max-width:991.98px) {
  section.contact form .row {
    gap:35px
  }
}
section.contact form .row input,
section.contact form .row select,
section.contact form .row textarea {
  color:#603d20;
  background-color:#0000;
  border-radius:0;
  width:100%;
  font-family:Meta Pro Bold,sans-serif
}
section.contact form .row input:focus,
section.contact form .row select:focus,
section.contact form .row textarea:focus {
  outline:none
}
section.contact form .row input::placeholder,
section.contact form .row select::placeholder,
section.contact form .row textarea::placeholder {
  color:#603d20
}
section.contact form .row input,
section.contact form .row select {
  border:2px solid #603d20;
  height:50px;
  padding:0 20px
}
section.contact form .row .select-wrapper {
  position:relative
}
section.contact form .row .select-wrapper select {
  -webkit-appearance:none;
  appearance:none
}
section.contact form .row .select-wrapper i {
  color:#603d20;
  font-size:20px;
  position:absolute;
  top:35%;
  right:20px
}
section.contact form .row textarea {
  border:2px solid #603d20;
  height:220px;
  padding:10px 20px
}
section.contact form .row.checkbox-wrapper {
  justify-content:center
}
section.contact form .row.checkbox-wrapper .col {
  flex:unset;
  width:-webkit-fit-content;
  width:fit-content
}
section.contact form .row.checkbox-wrapper .col input[type=checkbox] {
  padding:unset;
  accent-color:#603d20;
  width:20px;
  height:20px
}
section.contact form .row.checkbox-wrapper .col label.checkbox {
  flex-direction:row;
  align-items:center;
  gap:10px;
  display:flex
}
section.contact form .button-wrapper {
  justify-content:center;
  display:flex
}
section.contact form .button-wrapper input {
  text-transform:uppercase;
  color:#fff;
  -o-transition:.3s ease;
  background-color:#603d20;
  border:1px solid #603d20;
  padding:10px 20px;
  font-family:Meta Pro Bold,sans-serif;
  font-size:16px;
  line-height:normal;
  transition:all .3s
}
section.contact form .button-wrapper input:hover {
  -o-transition:.3s ease;
  color:#603d20;
  background-color:#0000;
  border:1px solid #603d20;
  text-decoration:none;
  transition:all .3s
}
section.quickfacts-career-detail {
  margin:112px 0
}
@media (max-width:991.98px) {
  section.quickfacts-career-detail {
    margin:56px 0
  }
}
section.quickfacts-career-detail .headline-element {
  padding:0 0 56px
}
section.quickfacts-career-detail .row {
  margin:0;
  padding:56px 0 0
}
@media (max-width:991.98px) {
  section.quickfacts-career-detail .row {
    padding:0 0 56px
  }
}
@media (max-width:575.98px) {
  section.quickfacts-career-detail .row {
    flex-direction:column
  }
}
section.quickfacts-career-detail .row .col-md-3 {
  flex-direction:row;
  align-items:center;
  gap:10px;
  display:flex
}
@media (max-width:991.98px) {
  section.quickfacts-career-detail .row .col-md-3 {
    width:50%;
    padding:20px
  }
}
@media (max-width:575.98px) {
  section.quickfacts-career-detail .row .col-md-3 {
    width:100%;
    padding:20px
  }
}
section.quickfacts-career-detail .row .col-md-3 p {
  color:#000;
  margin:0
}
section.quickfacts-career-detail .row .col-md-3 i {
  color:#603d20
}
section.quickfacts-career-detail .row .additional-information p {
  margin:0
}
section.quickfacts-career-detail .row .additional-information h3 {
  color:#603d20;
  margin:56px 0 36px
}
section.quickfacts-career-detail .row .additional-information ul li {
  padding:0 0 0 20px;
  font-family:Meta Pro,sans-serif;
  font-size:18px
}
section.quickfacts-career-detail .row .additional-information ul li strong {
  color:#603d20;
  font-family:Meta Pro,sans-serif
}
section.quickfacts-career-detail .row .additional-information ol li {
  padding:0 0 0 20px;
  font-family:Meta Pro,sans-serif;
  font-size:18px
}
section.quickfacts-career-detail .row .additional-information ol li strong {
  color:#603d20;
  font-family:Meta Pro,sans-serif
}
section.quickfacts-career-detail .row .additional-information ol li:before {
  color:#000;
  font-family:Meta Pro,sans-serif
}
section.quickfacts-career-detail .row .additional-information .image-text-50-50-element {
  margin:112px 0 0
}
section.quickfacts-career-detail .row .additional-information .image-text-50-50-element .row {
  margin-left:-15px;
  margin-right:-15px;
  padding:0
}
section.quickfacts-career-detail .row .additional-information .image-text-50-50-element .row>div {
  padding:0
}
section.quickfacts-career-detail .row .additional-information .image-text-50-50-element .row>div .content {
  padding:0 0 0 70px
}
section.quickfacts-career-detail a.button {
  color:#fff;
  -o-transition:.3s ease;
  background-color:#603d20;
  margin:40px 0 0;
  transition:all .3s
}
section.quickfacts-career-detail a.button:hover {
  -o-transition:.3s ease;
  color:#603d20;
  background-color:#0000;
  text-decoration:none;
  transition:all .3s
}
iframe {
  width:100%;
  height:600px;
  margin:0;
  padding:0;
  display:block
}
section.pagination-element {
  overflow:inherit
}
section.pagination-element nav {
  margin:0 0 112px
}
@media (max-width:991.98px) {
  section.pagination-element nav {
    margin:0 0 56px
  }
}
section.pagination-element nav .pagination {
  flex-direction:row;
  justify-content:center;
  gap:12px;
  margin:0;
  list-style:none;
  display:flex
}
section.pagination-element nav .pagination li {
  -o-transition:.3s ease;
  cursor:pointer;
  background-color:#49584c1a;
  justify-content:center;
  align-items:center;
  width:40px;
  height:40px;
  padding:0;
  list-style:none;
  transition:all .3s;
  display:flex
}
section.pagination-element nav .pagination li:before {
  display:none
}
section.pagination-element nav .pagination li a {
  color:#49584c;
  justify-content:center;
  align-items:center;
  width:100%;
  height:100%;
  padding:20px;
  font-family:Meta Pro Bold,sans-serif;
  display:flex
}
section.pagination-element nav .pagination li a:hover {
  text-decoration:none
}
section.pagination-element nav .pagination li.active {
  background-color:#603d20
}
section.pagination-element nav .pagination li.active a {
  color:#fff;
  padding:20px
}
section.pagination-element nav .pagination li.previous {
  -o-transition:.3s ease;
  background-color:#0000;
  border:none;
  transition:all .3s
}
section.pagination-element nav .pagination li.previous a {
  padding:0
}
section.pagination-element nav .pagination li.previous:hover {
  -o-transition:.3s ease;
  background-color:#49584c1a;
  transition:all .3s
}
section.pagination-element nav .pagination li.next {
  -o-transition:.3s ease;
  background-color:#0000;
  border:none;
  transition:all .3s
}
section.pagination-element nav .pagination li.next a {
  padding:0
}
section.pagination-element nav .pagination li.next:hover {
  -o-transition:.3s ease;
  background-color:#49584c1a;
  transition:all .3s
}
section.pagination-element nav .pagination li:hover {
  -o-transition:.3s ease;
  background-color:#603d20;
  transition:all .3s
}
section.pagination-element nav .pagination li:hover a {
  color:#fff
}
.frame-type-list:has(.tx-kesearch-pi1)+.page-footer {
  margin-top:112px
}
@media (max-width:991.98px) {
  .frame-type-list:has(.tx-kesearch-pi1)+.page-footer {
    margin-top:56px
  }
}
.frame-type-list:has(.tx-kesearch-pi1) #form_kesearch_pi1 {
  background:#f5ede3;
  margin:112px 0 56px;
  padding:20px
}
@media (max-width:991.98px) {
  .frame-type-list:has(.tx-kesearch-pi1) #form_kesearch_pi1 {
    margin:56px 0
  }
}
.frame-type-list:has(.tx-kesearch-pi1) .tx-kesearch-pi1 {
  width:100%;
  margin-left:auto;
  margin-right:auto;
  padding-left:15px;
  padding-right:15px
}
@media (min-width:768px) {
  .frame-type-list:has(.tx-kesearch-pi1) .tx-kesearch-pi1 {
    max-width:750px
  }
}
@media (min-width:992px) {
  .frame-type-list:has(.tx-kesearch-pi1) .tx-kesearch-pi1 {
    max-width:970px
  }
}
@media (min-width:1200px) {
  .frame-type-list:has(.tx-kesearch-pi1) .tx-kesearch-pi1 {
    max-width:1170px
  }
}
.frame-type-list:has(.tx-kesearch-pi1) .tx-kesearch-pi1 .kesearchbox {
  margin:0 0 35px
}
.frame-type-list:has(.tx-kesearch-pi1) .tx-kesearch-pi1 .kesearchbox #ke_search_sword {
  width:300px;
  position:unset;
  color:#000;
  background:0 0;
  border:none;
  border-bottom:1px solid #603d20;
  border-radius:0;
  padding:0 0 5px 5px;
  font-size:18px
}
@media (max-width:991.98px) {
  .frame-type-list:has(.tx-kesearch-pi1) .tx-kesearch-pi1 .kesearchbox #ke_search_sword {
    width:100%
  }
}
.frame-type-list:has(.tx-kesearch-pi1) .tx-kesearch-pi1 .kesearchbox #ke_search_sword::placeholder {
  color:#000;
  font-size:18px
}
.frame-type-list:has(.tx-kesearch-pi1) .tx-kesearch-pi1 .kesearchbox #ke_search_sword:focus {
  box-shadow:none;
  outline:none
}
.frame-type-list:has(.tx-kesearch-pi1) .tx-kesearch-pi1 .kesearchbox #ke_search_sword:focus-visible {
  box-shadow:none;
  outline:none
}
.frame-type-list:has(.tx-kesearch-pi1) .tx-kesearch-pi1 #kesearch_filters .list {
  border:0;
  margin:0 0 35px
}
.frame-type-list:has(.tx-kesearch-pi1) .tx-kesearch-pi1 #kesearch_filters .list .head {
  color:#000;
  border-bottom:1px solid #603d20;
  margin:10px 0 20px;
  font-size:18px
}
.frame-type-list:has(.tx-kesearch-pi1) .tx-kesearch-pi1 #kesearch_filters .list .checkboxList {
  border:none;
  flex-direction:row;
  display:flex
}
@media (max-width:991.98px) {
  .frame-type-list:has(.tx-kesearch-pi1) .tx-kesearch-pi1 #kesearch_filters .list .checkboxList {
    flex-direction:column;
    gap:10px;
    padding:20px 0 0
  }
}
.frame-type-list:has(.tx-kesearch-pi1) .tx-kesearch-pi1 #kesearch_filters .list .checkboxList li input[type=checkbox] {
  accent-color:#603d20
}
.frame-type-list:has(.tx-kesearch-pi1) .tx-kesearch-pi1 #kesearch_filters .list .checkboxList li label {
  color:#000;
  font-family:Meta Pro,sans-serif;
  font-size:18px
}
.frame-type-list:has(.tx-kesearch-pi1) .tx-kesearch-pi1 span.resetbutt a.resetButton {
  min-width:170px;
  max-width:unset;
  color:#fff;
  -o-transition:.3s ease;
  text-transform:uppercase;
  background:#b21e28;
  border:1px solid #b21e28;
  border-radius:0;
  justify-content:center;
  font-family:Meta Pro Bold,sans-serif;
  font-size:16px;
  transition:all .3s;
  display:flex
}
.frame-type-list:has(.tx-kesearch-pi1) .tx-kesearch-pi1 span.resetbutt a.resetButton:hover {
  -o-transition:.3s ease;
  color:#b21e28;
  background:0 0;
  border:1px solid #b21e28;
  outline:none;
  transition:all .3s
}
.frame-type-list:has(.tx-kesearch-pi1) .tx-kesearch-pi1 .submitbutt {
  display:inline-block
}
.frame-type-list:has(.tx-kesearch-pi1) .tx-kesearch-pi1 .submitbutt input[type=submit] {
  color:#fff;
  -o-transition:.3s ease;
  text-transform:uppercase;
  background:#603d20;
  border:1px solid #603d20;
  border-radius:0;
  justify-content:center;
  min-width:170px;
  padding:5px;
  font-family:Meta Pro Bold,sans-serif;
  font-size:16px;
  transition:all .3s;
  display:flex
}
.frame-type-list:has(.tx-kesearch-pi1) .tx-kesearch-pi1 .submitbutt input[type=submit]:hover {
  -o-transition:.3s ease;
  color:#603d20;
  background:0 0;
  border:1px solid #603d20;
  outline:none;
  transition:all .3s
}
.frame-type-list:has(.tx-kesearch-pi1) .tx-kesearch-pi1 #kesearch_num_results {
  color:#000;
  margin:0 0 20px;
  font-family:Meta Pro Bold,sans-serif;
  font-size:20px
}
@media (max-width:991.98px) {
  .frame-type-list:has(.tx-kesearch-pi1) .tx-kesearch-pi1 #kesearch_num_results {
    float:none
  }
  .frame-type-list:has(.tx-kesearch-pi1) .tx-kesearch-pi1 #kesearch_ordering .ordering {
    float:none;
    border-top:1px solid #603d20;
    border-bottom:1px solid #603d20;
    max-width:none;
    margin:20px 0 40px;
    padding:20px 0;
    display:block
  }
}
.frame-type-list:has(.tx-kesearch-pi1) .tx-kesearch-pi1 #kesearch_ordering .ordering ul {
  flex-direction:column;
  display:flex
}
@media (max-width:991.98px) {
  .frame-type-list:has(.tx-kesearch-pi1) .tx-kesearch-pi1 #kesearch_ordering .ordering ul {
    display:block
  }
}
.frame-type-list:has(.tx-kesearch-pi1) .tx-kesearch-pi1 #kesearch_ordering .ordering ul li {
  color:#000;
  font-family:Meta Pro,sans-serif;
  font-size:18px
}
.frame-type-list:has(.tx-kesearch-pi1) .tx-kesearch-pi1 #kesearch_ordering .ordering ul li strong {
  color:#603d20;
  padding:0 10px 0 0;
  font-family:Meta Pro Black,sans-serif;
  font-size:18px
}
.frame-type-list:has(.tx-kesearch-pi1) .tx-kesearch-pi1 #kesearch_ordering .ordering ul li .down {
  border-color:#603d20 #0000;
  position:relative;
  top:-2px
}
.frame-type-list:has(.tx-kesearch-pi1) .tx-kesearch-pi1 #kesearch_ordering .ordering ul li.sortlink a {
  color:#000;
  padding:0 10px 0 0;
  font-family:Meta Pro,sans-serif;
  font-size:18px
}
.frame-type-list:has(.tx-kesearch-pi1) .tx-kesearch-pi1 #kesearch_results .result-list-item {
  width:80%
}
.frame-type-list:has(.tx-kesearch-pi1) .tx-kesearch-pi1 #kesearch_results .result-list-item .teaser_icon {
  display:none
}
.frame-type-list:has(.tx-kesearch-pi1) .tx-kesearch-pi1 #kesearch_results .result-list-item .teaser_icon img {
  margin:0 0 0 20px
}
.frame-type-list:has(.tx-kesearch-pi1) .tx-kesearch-pi1 #kesearch_results .result-list-item .result-number {
  color:#000;
  margin:0 0 5px;
  font-family:Meta Pro Black,sans-serif;
  font-size:18px
}
.frame-type-list:has(.tx-kesearch-pi1) .tx-kesearch-pi1 #kesearch_results .result-list-item .result-title {
  color:#603d20;
  margin:0 0 5px;
  font-family:Meta Pro Black,sans-serif;
  font-size:18px
}
.frame-type-list:has(.tx-kesearch-pi1) .tx-kesearch-pi1 #kesearch_results .result-list-item .result-title a {
  color:#603d20;
  font-family:Meta Pro Black,sans-serif;
  font-size:18px
}
.frame-type-list:has(.tx-kesearch-pi1) .tx-kesearch-pi1 #kesearch_results .result-list-item .result-title a span.hit {
  color:#caa25b
}
.frame-type-list:has(.tx-kesearch-pi1) .tx-kesearch-pi1 #kesearch_results .result-list-item .result-teaser span.hit {
  color:#caa25b;
  font-family:Meta Pro Black,sans-serif
}
.frame-type-list:has(.tx-kesearch-pi1) #kesearch_pagebrowser_bottom {
  margin:60px 0 0
}
.frame-type-list:has(.tx-kesearch-pi1) #kesearch_pagebrowser_bottom .pages_total {
  background:0 0;
  border:0
}
.frame-type-list:has(.tx-kesearch-pi1) #kesearch_pagebrowser_bottom .pages_total .result_txt {
  margin:0 0 30px
}
.frame-type-list:has(.tx-kesearch-pi1) #kesearch_pagebrowser_bottom .pages_total .pagination {
  flex-direction:row;
  justify-content:center;
  gap:12px;
  margin:0;
  list-style:none;
  display:flex
}
.frame-type-list:has(.tx-kesearch-pi1) #kesearch_pagebrowser_bottom .pages_total .pagination li {
  cursor:pointer;
  background-color:#49584c1a;
  justify-content:center;
  align-items:center;
  width:40px;
  height:40px;
  padding:0;
  list-style:none;
  transition:all .3s;
  display:flex
}
.frame-type-list:has(.tx-kesearch-pi1) #kesearch_pagebrowser_bottom .pages_total .pagination li a {
  color:#49584c;
  justify-content:center;
  align-items:center;
  width:100%;
  height:100%;
  padding:20px;
  font-family:Meta Pro Bold,sans-serif;
  text-decoration:none;
  display:flex
}
.frame-type-list:has(.tx-kesearch-pi1) #kesearch_pagebrowser_bottom .pages_total .pagination li span {
  color:#49584c;
  justify-content:center;
  align-items:center;
  width:100%;
  height:100%;
  padding:20px;
  font-family:Meta Pro Bold,sans-serif;
  text-decoration:none;
  display:flex
}
.frame-type-list:has(.tx-kesearch-pi1) #kesearch_pagebrowser_bottom .pages_total .pagination li.active {
  background-color:#603d20;
  transition:all .3s
}
.frame-type-list:has(.tx-kesearch-pi1) #kesearch_pagebrowser_bottom .pages_total .pagination li:hover {
  background-color:#603d20;
  transition:all .3s
}
.frame-type-list:has(.tx-kesearch-pi1) #kesearch_pagebrowser_bottom .pages_total .pagination li.active a {
  color:#fff;
  text-decoration:none;
  transition:all .3s
}
.frame-type-list:has(.tx-kesearch-pi1) #kesearch_pagebrowser_bottom .pages_total .pagination li.active span {
  color:#fff;
  text-decoration:none;
  transition:all .3s
}
.frame-type-list:has(.tx-kesearch-pi1) #kesearch_pagebrowser_bottom .pages_total .pagination li:hover a {
  color:#fff;
  text-decoration:none;
  transition:all .3s
}
.frame-type-list:has(.tx-kesearch-pi1) #kesearch_pagebrowser_bottom .pages_total .pagination li:hover span {
  color:#fff;
  text-decoration:none;
  transition:all .3s
}
.frame-type-list:has(.tx-kesearch-pi1) #kesearch_pagebrowser_bottom .pages_total .pagination li:first-child {
  background-color:#0000
}
.frame-type-list:has(.tx-kesearch-pi1) #kesearch_pagebrowser_bottom .pages_total .pagination li:last-child {
  background-color:#0000
}
.frame-type-list:has(.tx-kesearch-pi1) #kesearch_pagebrowser_bottom .pages_total .pagination li:first-child a {
  color:#603d20
}
.frame-type-list:has(.tx-kesearch-pi1) #kesearch_pagebrowser_bottom .pages_total .pagination li:last-child a {
  color:#603d20
}
.frame-type-list:has(.tx-kesearch-pi1) #kesearch_pagebrowser_bottom .pages_total .pagination li:first-child:hover {
  background-color:#49584c1a
}
.frame-type-list:has(.tx-kesearch-pi1) #kesearch_pagebrowser_bottom .pages_total .pagination li:last-child:hover {
  background-color:#49584c1a
}
.frame-type-list:has(.fs-product-demographics) {
  width:100%;
  max-width:1170px;
  margin:112px auto;
  padding-left:15px;
  padding-right:15px
}
@media (max-width:991.98px) {
  .frame-type-list:has(.fs-product-demographics) {
    margin:56px auto
  }
}
@media (min-width:768px) {
  .frame-type-list:has(.fs-product-demographics) {
    max-width:750px
  }
}
@media (min-width:992px) {
  .frame-type-list:has(.fs-product-demographics) {
    max-width:970px
  }
}
@media (min-width:1200px) {
  .frame-type-list:has(.fs-product-demographics) {
    max-width:1170px
  }
}
.frame-type-list:has(.fs-product-demographics) h2 {
  text-align:center;
  color:#603d20;
  padding:0 0 40px
}
.frame-type-list:has(.fs-product-demographics) h3 {
  text-align:center;
  color:#603d20;
  padding:0 0 40px
}
.frame-type-list:has(.fs-product-demographics) h4 {
  text-align:center;
  color:#603d20;
  padding:0 0 40px
}
.frame-type-list:has(.fs-product-demographics) .tx-farmerssnack {
  justify-content:center;
  width:100%;
  display:flex
}
.frame-type-list:has(.fs-product-demographics) .tx-farmerssnack .fs-product-demographics {
  width:80%;
  margin:0
}
@media (max-width:991.98px) {
  .frame-type-list:has(.fs-product-demographics) .tx-farmerssnack .fs-product-demographics {
    width:100%
  }
}
.frame-type-list:has(.fs-product-demographics) .tx-farmerssnack .fs-product-demographics #world-map {
  margin:0 0 56px
}
.frame-type-list:has(.fs-product-demographics) .tx-farmerssnack .fs-product-demographics input.button {
  -o-transition:.3s ease;
  color:#fff;
  background-color:#603d20;
  border:1px solid #603d20;
  border-radius:0;
  padding:5px 7px;
  font-family:Meta Pro Bold,sans-serif;
  transition:all .3s
}
.frame-type-list:has(.fs-product-demographics) .tx-farmerssnack .fs-product-demographics input.button:hover {
  -o-transition:.3s ease;
  color:#603d20;
  background-color:#0000;
  border:1px solid #603d20;
  transition:all .3s
}
.frame-type-list:has(#fsmarktfinder) {
  width:100%;
  max-width:1170px;
  margin:112px auto;
  padding-left:15px;
  padding-right:15px
}
@media (max-width:991.98px) {
  .frame-type-list:has(#fsmarktfinder) {
    margin:56px auto
  }
}
.frame-type-list:has(#fsmarktfinder) .tx-farmerssnack #fsmarktfinder {
  justify-content:space-between;
  align-items:center;
  width:100%!important;
  margin:0!important
}
@media (max-width:991.98px) {
  .frame-type-list:has(#fsmarktfinder) .tx-farmerssnack #fsmarktfinder {
    flex-direction:column;
    justify-content:flex-start;
    row-gap:20px;
    margin:56px 0!important
  }
}
.frame-type-list:has(#fsmarktfinder) .tx-farmerssnack #fsmarktfinder input {
  color:#603d20;
  background-color:#0000;
  border:2px solid #603d20;
  width:100%;
  height:50px;
  padding:0 20px
}
.frame-type-list:has(#fsmarktfinder) .tx-farmerssnack #fsmarktfinder select {
  color:#603d20;
  background-color:#0000;
  border:2px solid #603d20;
  width:100%;
  height:50px;
  padding:0 20px
}
@media (max-width:991.98px) {
  .frame-type-list:has(#fsmarktfinder) .tx-farmerssnack #fsmarktfinder input {
    max-width:unset!important
  }
  .frame-type-list:has(#fsmarktfinder) .tx-farmerssnack #fsmarktfinder select {
    max-width:unset!important
  }
}
.frame-type-list:has(#fsmarktfinder) .tx-farmerssnack #fsmarktfinder input:focus {
  outline:none
}
.frame-type-list:has(#fsmarktfinder) .tx-farmerssnack #fsmarktfinder select:focus {
  outline:none
}
.frame-type-list:has(#fsmarktfinder) .tx-farmerssnack #fsmarktfinder #artikel {
  -webkit-appearance:none;
  appearance:none;
  max-width:unset!important;
  width:100%!important
}
.frame-type-list:has(#fsmarktfinder) .tx-farmerssnack #fsmarktfinder #umkreis {
  -webkit-appearance:none;
  appearance:none;
  max-width:unset!important;
  width:100%!important
}
.frame-type-list:has(#fsmarktfinder) .tx-farmerssnack #fsmarktfinder .blockdv {
  margin:0
}
@media (max-width:991.98px) {
  .frame-type-list:has(#fsmarktfinder) .tx-farmerssnack #fsmarktfinder .blockdv {
    width:100%
  }
}
.frame-type-list:has(#fsmarktfinder) .tx-farmerssnack #fsmarktfinder .blockdv #btgps {
  -o-transition:.3s ease;
  border:2px solid #603d20;
  padding:5px 5px 4px;
  transition:all .3s;
  float:none!important;
  background-color:#603d20!important;
  border-radius:0!important;
  width:auto!important;
  height:auto!important
}
@media (max-width:991.98px) {
  .frame-type-list:has(#fsmarktfinder) .tx-farmerssnack #fsmarktfinder .blockdv #btgps {
    width:50px!important;
    height:50px!important
  }
}
.frame-type-list:has(#fsmarktfinder) .tx-farmerssnack #fsmarktfinder .blockdv #btgps:hover {
  -o-transition:.3s ease;
  border:2px solid #603d20;
  transition:all .3s;
  background-color:#603d20b3!important
}
.frame-type-list:has(#fsmarktfinder) .tx-farmerssnack #fsmarktfinder .blockdv #suche {
  -o-transition:.3s ease;
  border:2px solid #603d20;
  margin:0;
  padding:12px 24px 11px;
  transition:all .3s;
  background-color:#603d20!important
}
.frame-type-list:has(#fsmarktfinder) .tx-farmerssnack #fsmarktfinder .blockdv #suche:hover {
  color:#603d20;
  background-color:#0000!important
}
.frame-type-list:has(#fsmarktfinder) .tx-farmerssnack #fsmarktfinder .blockdv:has(#artikel) {
  position:relative
}
.frame-type-list:has(#fsmarktfinder) .tx-farmerssnack #fsmarktfinder .blockdv:has(#artikel):after {
  pointer-events:none;
  content:url('../../../typo3conf/ext/farmerssnack/Resources/Dummy/img/farmers-snack-angle-down-solid-brown.svg');
  width:20px;
  height:auto;
  position:absolute;
  top:53%;
  right:20px
}
.frame-type-list:has(#fsmarktfinder) .tx-farmerssnack #fsmarktfinder .blockdv:has(#umkreis) {
  position:relative
}
.frame-type-list:has(#fsmarktfinder) .tx-farmerssnack #fsmarktfinder .blockdv:has(#umkreis):after {
  pointer-events:none;
  content:url('../../../typo3conf/ext/farmerssnack/Resources/Dummy/img/farmers-snack-angle-down-solid-brown.svg');
  width:20px;
  height:auto;
  position:absolute;
  top:53%;
  right:20px
}
@media (max-width:991.98px) {
  .frame-type-list:has(#fsmarktfinder) .tx-farmerssnack #fsmarktfinder>div:first-of-type {
    order:1
  }
  .frame-type-list:has(#fsmarktfinder) .tx-farmerssnack #fsmarktfinder>div:nth-of-type(2) {
    order:2
  }
  .frame-type-list:has(#fsmarktfinder) .tx-farmerssnack #fsmarktfinder>div:nth-of-type(3) {
    order:4
  }
  .frame-type-list:has(#fsmarktfinder) .tx-farmerssnack #fsmarktfinder>div:nth-of-type(3) br {
    display:none
  }
  .frame-type-list:has(#fsmarktfinder) .tx-farmerssnack #fsmarktfinder>div:nth-of-type(4) {
    order:5
  }
  .frame-type-list:has(#fsmarktfinder) .tx-farmerssnack #fsmarktfinder>div:nth-of-type(4) br {
    display:none
  }
  .frame-type-list:has(#fsmarktfinder) .tx-farmerssnack #fsmarktfinder>div:nth-of-type(4) #plztxt {
    padding:0!important
  }
  .frame-type-list:has(#fsmarktfinder) .tx-farmerssnack #fsmarktfinder>div:nth-of-type(5) {
    order:3
  }
  .frame-type-list:has(#fsmarktfinder) .tx-farmerssnack #fsmarktfinder>div:nth-of-type(6) {
    order:6
  }
  .frame-type-list:has(#fsmarktfinder) .tx-farmerssnack #fsmarktfinder>div:nth-of-type(6) br {
    display:none
  }
}
.frame-type-list:has(#fsmarktfinder) .tx-farmerssnack #srctxt {
  margin:0 0 20px;
  font-family:Meta Pro Black,sans-serif;
  font-size:20px;
  color:#603d20!important
}
.frame-type-list:has(#fsmarktfinder) #maptxt {
  padding:20px;
  border:2px solid #603d20!important
}
@media (max-width:991.98px) {
  .frame-type-list:has(#fsmarktfinder) #maptxt {
    padding:0;
    border:none!important
  }
}
.frame-type-list:has(#fsmarktfinder) #maptxt table tbody {
  background-color:#0000!important
}
.frame-type-list:has(#fsmarktfinder) #maptxt table tbody tr:hover {
  background-color:#603d20!important
}
@media (max-width:991.98px) {
  .frame-type-list:has(#fsmarktfinder) #maptxt table tbody tr td:nth-of-type(2) {
    width:70%!important
  }
}
.frame-type-list:has(#fsmarktfinder) #maptxt table tbody tr td {
  background-color:#0000!important
}
.frame-type-list:has(#fsmarktfinder) #maptxt table tbody tr td:hover {
  background-color:#603d20!important
}
.frame-type-list:has(#fsmarktfinder) #maptxt table tbody tr td a {
  color:#caa25b;
  -o-transition:.3s ease;
  transition:all .3s
}
.frame-type-list:has(#fsmarktfinder) #maptxt table tbody tr td a:hover {
  -o-transition:.3s ease;
  opacity:.7;
  text-decoration:none;
  transition:all .3s
}
section.standard-elements-container {
  margin:112px 0
}
@media (max-width:991.98px) {
  section.standard-elements-container {
    margin:56px 0
  }
}
section.standard-elements-container h1 {
  color:#603d20;
  margin:0 0 40px;
  font-family:Meta Pro Black,sans-serif
}
section.standard-elements-container h2 {
  color:#603d20;
  margin:40px 0;
  font-family:Meta Pro Black,sans-serif
}
section.standard-elements-container img {
  width:100%
}
section.standard-elements-container .frame-light-gray {
  color:#fff;
  background-color:#756b62;
  padding:56px 50px
}
section.standard-elements-container .frame-light-gray h1,
section.standard-elements-container .frame-light-gray h2,
section.standard-elements-container .frame-light-gray h3,
section.standard-elements-container .frame-light-gray h4,
section.standard-elements-container .frame-light-gray h5 {
  color:#fff
}
section.standard-elements-container .frame-light-gray li:before {
  background-color:#fff
}
section.standard-elements-container p a {
  color:#caa25b;
  -o-transition:.3s ease;
  transition:all .3s
}
section.standard-elements-container p a:hover {
  -o-transition:.3s ease;
  opacity:.7;
  text-decoration:none;
  transition:all .3s
}
section.standard-elements-container .frame-type-textmedia {
  box-shadow:none
}
section.standard-elements-container .frame-type-textmedia .ce-textpic.ce-right,
section.standard-elements-container .frame-type-textmedia .ce-textpic.ce-left {
  flex-direction:row-reverse;
  display:flex
}
section.standard-elements-container .ce-textpic ul {
  padding:0
}
section.standard-elements-container .ce-textpic ul li {
  padding:0 0 0 15px;
  font-size:18px
}
section.standard-elements-container .ce-textpic .ce-gallery {
  width:50%;
  margin:0 20px 0 0
}
@media (max-width:991.98px) {
  section.standard-elements-container .ce-textpic .ce-gallery {
    width:100%;
    margin:0 0 20px
  }
}
section.standard-elements-container .ce-textpic .ce-gallery .ce-row {
  flex-direction:row;
  gap:20px;
  display:flex
}
section.standard-elements-container .ce-textpic .ce-gallery .ce-row img {
  max-width:100%
}
section.standard-elements-container .ce-textpic .ce-gallery .ce-row video {
  width:100%
}
section.standard-elements-container .ce-textpic .contenttable {
  border:1px solid #603d20;
  margin:20px 0
}
section.standard-elements-container .ce-textpic .contenttable th,
section.standard-elements-container .ce-textpic .contenttable td {
  border:1px solid #603d20;
  padding:10px;
  font-size:18px
}
section.standard-elements-container .ce-table thead tr,
section.standard-elements-container .ce-table thead th,
section.standard-elements-container .ce-table thead td,
section.standard-elements-container .ce-table td {
  border-top:1px solid #603d20;
  border-bottom:1px solid #603d20;
  font-size:18px
}
section.standard-elements-container .ce-uploads {
  flex-direction:column;
  gap:20px;
  margin:0;
  padding:0;
  list-style:none;
  display:flex
}
section.standard-elements-container .ce-uploads li {
  padding:0
}
section.standard-elements-container .ce-uploads li:before {
  display:none
}
section.standard-elements-container .ce-uploads li img {
  width:150px
}
section.standard-elements-container .ce-uploads li .ce-uploads-fileName {
  color:#603d20;
  font-family:Meta Pro Black,sans-serif;
  font-size:18px
}
section.standard-elements-container .ce-uploads li .ce-uploads-filesize {
  font-size:18px
}
section.timeline {
  margin:112px 0
}
@media (max-width:991.98px) {
  section.timeline {
    margin:56px 0
  }
}
section.timeline .timeline-wrapper {
  width:100%;
  margin:0 auto;
  padding:50px 0;
  position:relative;
  overflow:hidden
}
@media (max-width:991.98px) {
  section.timeline .timeline-wrapper {
    margin:0;
    padding:0
  }
}
section.timeline .timeline-wrapper:before {
  content:"";
  z-index:1;
  background:#603d20;
  width:2px;
  height:100%;
  margin:0 0 0 -1px;
  position:absolute;
  top:0;
  left:50%
}
@media (max-width:991.98px) {
  section.timeline .timeline-wrapper:before {
    width:2px;
    left:8px
  }
}
section.timeline .timeline-wrapper .timeline-block {
  width:-webkit-calc(50% + 8px);
  width:-moz-calc(50% + 8px);
  clear:both;
  text-align:right;
  justify-content:right;
  width:calc(50% + 8px);
  display:flex
}
@media (max-width:991.98px) {
  section.timeline .timeline-wrapper .timeline-block {
    text-align:left;
    justify-content:left;
    width:100%;
    margin-bottom:30px
  }
}
section.timeline .timeline-wrapper .timeline-block.timeline-block-right {
  float:right;
  text-align:left;
  justify-content:normal
}
@media (max-width:991.98px) {
  section.timeline .timeline-wrapper .timeline-block.timeline-block-right {
    float:none
  }
}
section.timeline .timeline-wrapper .timeline-block.timeline-block-right .timeline-content {
  width:100%;
  padding:0 0 30px 50px
}
@media (max-width:991.98px) {
  section.timeline .timeline-wrapper .timeline-block.timeline-block-right {
    float:none
  }
}
section.timeline .timeline-wrapper .timeline-block.timeline-block-left .timeline-content {
  width:100%;
  padding:0 50px 30px 0
}
@media (max-width:991.98px) {
  section.timeline .timeline-wrapper .timeline-block.timeline-block-left .timeline-content {
    padding:0 0 0 50px
  }
  section.timeline .timeline-wrapper .timeline-block.timeline-block-left {
    float:none
  }
}
section.timeline .timeline-wrapper .timeline-block .marker {
  z-index:10;
  background:#603d20;
  border-radius:50%;
  width:16px;
  height:16px;
  margin:30px 0 0;
  position:absolute
}
section.timeline .timeline-wrapper .timeline-block .timeline-content h3 {
  color:#603d20;
  margin:0 0 20px;
  font-family:Verveine,sans-serif;
  font-size:60px
}
section.timeline .timeline-wrapper .timeline-block .timeline-content p {
  margin:0
}
.totop {
  z-index:10;
  color:#fff;
  text-align:center;
  opacity:0;
  cursor:pointer;
  transition:opacity .3s;
  -o-transition:.3s ease;
  background-color:#603d20;
  border-radius:50%;
  width:50px;
  height:50px;
  font-size:20px;
  line-height:50px;
  transition:all .3s;
  display:none;
  position:fixed;
  bottom:20px;
  right:20px
}
.totop i {
  position:relative;
  top:1px
}
.totop:hover {
  -o-transition:.3s ease;
  background-color:#caa25b;
  transition:all .3s
}
:root {
  --content-element-distance:74px;
}
.text-center {
  text-align:center !important;
}
.text-left {
  text-align:left !important;
}
.text-right {
  text-align:right !important;
}
.text-justify {
  text-align:justify !important;
}
main .news.news-single .teaser {
  font-weight:bold;
}
section.one-column-container.centered .container .row .col-md-12 > div {
  text-align:center;
  width:70%;
}
section.one-column-container.centered .container .row .col-md-12 > div > p {
  width:100%;
}
section.product-link-element .container .row .col-md-6 .content-wrapper .headline {
  line-height:5rem;
}
.ce-gallery,
.ce-column,
figure.image,
figure.video,
img.image-embed-item {
  width:100%;
}
.button {
  border:1px solid #603d20;
  background-color:#603d20;
}
.frame-type-form_formframework .checkbox input[type="checkbox"] {
  position:absolute;
  width:20px !important;
  height:31px !important;
}
.frame-type-form_formframework .form-check .form-check-label > span {
  display:block;
  margin-left:35px;
}
.frame-type-form_formframework .form-check .form-check-label span a {
  color:#caa25b;
}
.frame-type-form_formframework .form-group .form-text {
  margin-top:5px;
}
form input.form-control.error,
label.form-label.error {
  color:#B21E28 !important;
}
.frame-type-news_newsdetail section.one-column-container.centered .container .row .col-md-12 p {
  display:inherit;
}
@media (min-width:1101px) {
  .page-header ul.secondary li:nth-of-type(10) {
    display:none;
  }
}
.page-content .article > .frame-type-header,
.page-content .article > .frame-type-table,
.page-content .article > .frame-type-text,
.page-content .article > .frame-type-textmedia,
.page-content  .article > .frame-type-uploads {
  width:70%;
  max-width:1310px;
  margin:112px auto;
  padding:0 20px;
}
@media (max-width:991.98px) {
  .page-content .article > .frame-type-header,
  .page-content .article > .frame-type-table,
  .page-content .article > .frame-type-text,
  .page-content .article > .frame-type-textmedia,
  .page-content .article > .frame-type-uploads {
    margin:56px auto;
    width:100%;
  }
}
section.stage {
  margin-bottom:var(--content-element-distance);
}
section.categories-teaser,
section.product-slider,
section.fullscreen-img-text-element-center,
section.news-list,
section.store-link-element,
section.fullscreen.img.text-element.left,
section.two-column-container,
section.one-column-container,
section.image-text-50-50-element.img-left,
section.image-text-50-50-element.img-right,
section.quote-slider,
section.usp-element,
section.teaser-50-50-element,
section.newsletter-banner-element,
section.teaser-50-50-element.half-image.right,
section.teaser-50-50-element.half-image.left,
section.timeline,
section.three-column-container,
section.career-list,
section.contact,
section.cards-element {
  margin:var(--content-element-distance) 0;
}
section.fullscreen-img-text-element-center,
section.fullscreen.img.text-element.left,
section.usp-element,
section.newsletter-banner-element,
section.quote-slider {
  padding:var(--content-element-distance) 0;
}
section.teaser-50-50-element .container-fluid .container .row>div:first-of-type.col .content-wrapper {
  padding:var(--content-element-distance) 70px;
}
section.newsletter-banner-element,
section.news-list.category+.news-list,
section.pagination-element nav {
  margin-bottom:var(--content-element-distance);
}
.fullwidth+.fullwidth {
  margin-top:-74px;
}
.frame-type-list:has(#fsmarktfinder),
.page-content > .frame-type-text,
.page-content > .frame-type-header {
  margin:var(--content-element-distance) auto;
}
section.cross-linking-element,
.page-content > .frame-type-text + footer {
  margin-top:var(--content-element-distance);
}
.teasers {
  row-gap:calc(var(--content-element-distance)/2);
}
.page-content > .frame-type-text h2 {
  padding-bottom:15px;
}
.page-content > .frame-type-text h2 + p {
  padding-top:15px;
}
section.one-column-container .headline-element,
section.one-column-container .headline-element .headline {
  padding:0;
}
section.one-column-container .headline-element + .row {
  padding-top:45px;
}
section.one-column-container section {
  margin-bottom:0 !important;
}
section.career-list .category-wrapper {
  padding-bottom:var(--content-element-distance);
}
.megamenu-wrapper .products-wrapper .price {
  font-weight:bold;
}
.megamenu-wrapper .products-wrapper .base-price {
  font-size:0.85rem;
}
.megamenu-wrapper .products-wrapper .base-price .price {
  font-weight:normal;
}
.product-slider-content .price-per-kilo {
  font-weight:normal !important;
}
.product-slider-content .price-per-kilo .price {
  font-weight:normal;
}
