@charset "UTF-8";
:root {
  --width: 1480px;
  --display-width: var(--width);
  --offsets: 30px;
  --ff-primary: "Figtree", "Arial", "Helvetica CY", "Nimbus Sans L", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}

body {
  background: var(--main-theme-color);
}

.vegastars-x1kz8y {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.vegastars-lmabcg {
  max-width: 100%;
}

p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: var(--text-color);
}

a {
  font-weight: 400;
  font-size: 18px;
  color: var(--title-color);
}

b {
  color: #fff;
}

a:hover {
  text-decoration: none;
}

ol:not([class]),
ul:not([class]) {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 25px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}

caption {
  margin: 5px 0;
  font-size: 24px;
}

ol[class],
ul[class] {
  list-style: none;
}

ol.vegastars-uezoa6,
ul.vegastars-uezoa6 {
  padding-left: 20px;
}

ul.vegastars-uezoa6 {
  list-style: disc;
}

ol.vegastars-uezoa6 {
  list-style: numbers;
}

img {
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: var(--title-color);
}

h1 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

h2 {
  margin-bottom: 1rem;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
}

h3 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.1rem;
}

h4 {
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}

h5 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

h6 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 12px;
  }
  h2 {
    font-size: 25px;
    font-weight: 800;
    line-height: 32px;
  }
}

.vegastars-z7y4kv > .vegastars-lwg59n,
.vegastars-z7y4kv > .vegastars-p7dvc7,
.vegastars-z7y4kv > blockquote,
.vegastars-z7y4kv > h1,
.vegastars-z7y4kv > h2,
.vegastars-z7y4kv > h3,
.vegastars-z7y4kv > h4,
.vegastars-z7y4kv > h5,
.vegastars-z7y4kv > h6,
.vegastars-z7y4kv > ol,
.vegastars-z7y4kv > p,
.vegastars-z7y4kv > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.vegastars-z7y4kv > ol,
.vegastars-z7y4kv > ul {
  padding-left: 50px;
}

.vegastars-z7y4kv blockquote,
blockquote {
  margin-top: 1rem;
  border-left: 5px solid var(--button-bg-color);
  padding: 1rem var(--offsets) 1rem 2rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  background-color: #f0f8ffff;
}

.vegastars-z7y4kv:not(:last-child) {
  margin-bottom: 2rem;
}

.vegastars-z7y4kv > :not(:first-child) {
  margin-top: 2rem;
}

.vegastars-z7y4kv {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.vegastars-z7y4kv:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .vegastars-z7y4kv:first-child {
    margin-top: 20px;
  }
}

.vegastars-z7y4kv > p:last-of-type {
  margin-bottom: 32px;
}

.vegastars-z7y4kv > .vegastars-lmmjl6:not(:first-child) {
  margin: 64px auto 16px auto;
}

.vegastars-d7xvy4 > .vegastars-lmmjl6 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.vegastars-p7dvc7 {
  overflow: auto;
}

.vegastars-p7dvc7::-webkit-scrollbar {
  height: 5px;
}

.vegastars-p7dvc7 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.vegastars-p7dvc7 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.vegastars-p7dvc7 table thead,
table thead {
  border-bottom: none;
}

.vegastars-p7dvc7 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.vegastars-p7dvc7 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.vegastars-p7dvc7 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.vegastars-p7dvc7 .vegastars-rcqg73 {
  table-layout: auto;
}

.vegastars-p7dvc7 .vegastars-rcqg73 th {
  word-break: normal;
}

.vegastars-p7dvc7 .vegastars-rcqg73 td {
  word-break: normal;
}

.vegastars-x1kz8y .vegastars-x1kz8y {
  padding-right: 0;
  padding-left: 0;
}

.vegastars-iodkmh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  line-height: 0;
}

.vegastars-eg9s4d {
  position: absolute;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  overflow-x: hidden;
  font-family: var(--ff-primary);
  color: var(--text-color);
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.vegastars-avbjqp {
  display: inline-block;
  margin: 1rem auto;
  border-radius: 5px;
  padding: 10px 30px;
  width: 100%;
  font-weight: 700;
  text-align: center;
  background: -o-linear-gradient(
    150deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
  background: linear-gradient(
    300deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
}

html {
  font-size: 17px;
}

.vegastars-lwg59n {
  margin-top: 24px;
}

.vegastars-lwg59n.vegastars-dbgqc7 {
  text-align: left;
}

.vegastars-lwg59n.vegastars-93vpjc {
  text-align: right;
}

.vegastars-lwg59n.vegastars-70gq6d {
  text-align: center;
}

.vegastars-po7i2n {
  display: inline-block;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transform-origin: center;
  transition: 0.vegastars-fiux0o ease-in-out;
  cursor: pointer;
}

.vegastars-po7i2n:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.vegastars-po7i2n {
  min-width: 328px;
}

@media (max-width: 768px) {
  .vegastars-po7i2n {
    min-width: unset;
  }
}

.vegastars-ppcehr {
  background-color: var(--fh-bg-color);
}

.vegastars-kkvlps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.vegastars-fatgei {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.vegastars-fatgei img {
  max-height: 80px;
  object-fit: contain;
}

.vegastars-x2s72v {
  flex: 1 1;
}

.vegastars-krleoe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.vegastars-sve4gm {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 35px;
  height: 25px;
  cursor: pointer;
}

.vegastars-sve4gm span {
  display: block;
  border-radius: 20%;
  width: 100%;
  height: 3px;
  background-color: var(--text-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.vegastars-sve4gm.vegastars-2mk4zs span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.vegastars-sve4gm.vegastars-2mk4zs span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.vegastars-sve4gm.vegastars-2mk4zs span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.vegastars-x2s72v + .vegastars-krleoe {
  margin-left: 20px;
}

.vegastars-p2ckyt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: 0;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: #196948;
  transition: 250ms;
  cursor: pointer;
  padding: 10px;
  min-width: 240px;
}

.vegastars-p2ckyt > svg {
  max-width: 24px;
  max-height: 24px;
}

.vegastars-p2ckyt + .vegastars-p2ckyt {
  margin-left: 5px;
}

.vegastars-af1fw2 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.vegastars-af1fw2:hover {
  background-color: var(--button-bg-hover);
}

.vegastars-b89qst {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.vegastars-fiux0o ease-in-out;
  border: 1px solid var(--border-color);
}

.vegastars-b89qst:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.vegastars-czsef9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

@media (max-width: 1100px) {
  .vegastars-x2s72v {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .vegastars-czsef9 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .vegastars-x2s72v {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .vegastars-p2ckyt {
    min-width: unset;
    flex: 1 1;
  }
}

.vegastars-18gcy9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}

.vegastars-18gcy9:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.vegastars-18gcy9:hover .vegastars-r8jlb4 {
  opacity: 1;
  pointer-events: auto;
}

.vegastars-rfjwzt {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 0 0.5rem;
  padding: 0.5rem;
  box-sizing: border-box;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  color: var(--text-color);
  transition: 0.vegastars-5nqe3w ease-in-out;
  gap: 4px;
}

.vegastars-rfjwzt > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.vegastars-rfjwzt .vegastars-iodkmh img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.vegastars-cost9a,
.vegastars-rfjwzt:hover {
  color: var(--button-bg-hover);
}

.vegastars-6gpl7g {
  position: relative;
}

.vegastars-6gpl7g .vegastars-rfjwzt {
  margin-right: 0;
  padding-right: 4px;
}

.vegastars-71xoux svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.vegastars-6gpl7g.vegastars-2mk4zs .vegastars-71xoux svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.vegastars-6gpl7g.vegastars-2mk4zs .vegastars-r8jlb4 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.vegastars-6gpl7g.vegastars-2mk4zs .vegastars-r8jlb4::before {
  display: none;
}

.vegastars-71xoux svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.vegastars-r8jlb4 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.vegastars-1slqqd 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.vegastars-r8jlb4::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.vegastars-r8jlb4:hover {
  color: var(--fh-bg-color);
}

.vegastars-4jzczn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.vegastars-1slqqd 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.vegastars-5nqe3w ease-in-out;
  -o-transition: 0.vegastars-5nqe3w ease-in-out;
  transition: 0.vegastars-5nqe3w ease-in-out;
}

.vegastars-4jzczn .vegastars-iodkmh img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.vegastars-h6hkxg,
.vegastars-4jzczn:hover {
  color: var(--button-bg-hover);
}

.vegastars-r21w7d {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  grid-template-columns: 1fr auto;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  padding: 20px;
  gap: 8px 12px;
  min-height: 240px;
  height: 100%;
}

.vegastars-r21w7d.vegastars-1t7jva {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.vegastars-r21w7d.vegastars-1t7jva:after,
.vegastars-r21w7d.vegastars-1t7jva:before {
  content: "";
  position: absolute;
  margin: auto;
}

.vegastars-r21w7d.vegastars-1t7jva:before {
  width: 1000px;
  top: 0;
  height: 1000px;
  right: 0;
  bottom: 0;
  left: -200px;
  background-color: var(--border-color);
  background: var(--border-color);
  background: conic-gradient(var(--border-color), var(--button-bg-color));
  animation: rotate 2s linear infinite;
  z-index: -1;
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

.vegastars-r21w7d.vegastars-1t7jva:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.vegastars-r21w7d.vegastars-1t7jva > * {
  z-index: 1;
}

.vegastars-r21w7d b,
.vegastars-r21w7d strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.vegastars-r21w7d .vegastars-qmdo6g {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.vegastars-r21w7d .vegastars-gc4cog {
  grid-row: 2/3;
  grid-column: 1/2;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  margin-top: 0;
}

.vegastars-r21w7d .vegastars-iodkmh {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.vegastars-r21w7d .vegastars-7jm2pm {
  margin-top: 12px;
}

.vegastars-7jm2pm {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.vegastars-m0c6qy {
  flex: 1 1;
  color: var(--button-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border-radius: 8px;
  border: 2px dashed var(--border-color);
  padding: 12px;
  max-width: 220px;
}

.vegastars-7jm2pm .vegastars-bi56rd {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 8px;
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.vegastars-fiux0o ease-in-out;
}

.vegastars-7jm2pm .vegastars-bi56rd:hover {
  background: rgba(255, 255, 255, 0.3);
}

.vegastars-aeq0g1 {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 320px;
  justify-content: space-between;
  border-radius: 8px;
  grid-row: 4/5;
  grid-column: 1/2;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: none;
  width: fit-content;
  cursor: pointer;
}

.vegastars-r21w7d.vegastars-a8igrq {
  gap: 12px;
  padding: 16px;
}

.vegastars-r21w7d.vegastars-a8igrq .vegastars-aeq0g1 {
  min-width: 240px;
}

.vegastars-r21w7d.vegastars-a8igrq .vegastars-aeq0g1.vegastars-2a7p1q {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .vegastars-r21w7d .vegastars-qmdo6g {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .vegastars-r21w7d .vegastars-gc4cog {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .vegastars-r21w7d .vegastars-iodkmh {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .vegastars-r21w7d.vegastars-a8igrq .vegastars-iodkmh {
    max-width: 126px;
  }
  .vegastars-r21w7d .vegastars-7jm2pm {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .vegastars-r21w7d .vegastars-m0c6qy {
    max-width: unset;
  }
  .vegastars-aeq0g1 {
    min-width: unset;
    width: 100%;
  }
  .vegastars-r21w7d .vegastars-aeq0g1 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .vegastars-r21w7d.vegastars-a8igrq {
    grid-template-rows: auto 1fr auto;
  }
  .vegastars-r21w7d.vegastars-a8igrq .vegastars-aeq0g1 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .vegastars-r21w7d {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .vegastars-r21w7d .vegastars-qmdo6g {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .vegastars-r21w7d .vegastars-iodkmh {
    max-width: 78px;
  }
  .vegastars-r21w7d .vegastars-7jm2pm {
    margin-top: -12px;
  }
  .vegastars-r21w7d.vegastars-a8igrq {
    gap: 8px;
  }
  .vegastars-r21w7d.vegastars-a8igrq .vegastars-qmdo6g {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .vegastars-r21w7d.vegastars-a8igrq .vegastars-gc4cog {
    grid-column: 1/3;
  }
  .vegastars-r21w7d.vegastars-a8igrq .vegastars-iodkmh {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .vegastars-r21w7d.vegastars-a8igrq .vegastars-iodkmh img {
    max-width: 114px;
  }
}

.vegastars-aeq0g1.vegastars-90f3hd,
.vegastars-aeq0g1.vegastars-0lr8nb,
.vegastars-aeq0g1.vegastars-isocn8 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.vegastars-fiux0o ease-in-out;
}

.vegastars-aeq0g1.vegastars-90f3hd,
.vegastars-aeq0g1.vegastars-isocn8 {
  padding: 10px;
}

.vegastars-aeq0g1.vegastars-90f3hd:hover,
.vegastars-aeq0g1.vegastars-0lr8nb:hover,
.vegastars-aeq0g1.vegastars-isocn8:hover {
  background: var(--button-bg-hover);
}

.vegastars-aeq0g1.vegastars-90f3hd:hover svg path,
.vegastars-aeq0g1.vegastars-isocn8:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.vegastars-aeq0g1.vegastars-2a7p1q {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.vegastars-fiux0o ease-in-out;
  background: var(--button-bg-color);
}

.vegastars-aeq0g1.vegastars-2a7p1q:hover {
  background-color: var(--button-bg-hover);
}

.vegastars-aeq0g1.vegastars-0lr8nb:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 6px;
  width: 52px;
  min-width: 52px;
  height: 52px;
  background-image: url(../images/mini-gift.png);
  background-position: center;
  background-repeat: no-repeat;
  animation: move 2s infinite;
}

@keyframes move {
  50% {
    transform: translateY(-5px) rotate(15deg);
  }
  70% {
    transform: translateY(-5px) rotate(5deg);
  }
}

.vegastars-aeq0g1.vegastars-0lr8nb:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.vegastars-aeq0g1.vegastars-2a7p1q:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.vegastars-3jlyui {
  max-width: 650px;
}

.vegastars-pjjpyl {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.vegastars-mq7km0 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.vegastars-qqsd2f {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.vegastars-5nqe3w ease-in-out;
  cursor: pointer;
}

.vegastars-qqsd2f:hover {
  opacity: 0.5;
}

.vegastars-qqsd2f:focus {
  outline: 0;
}

.vegastars-qqsd2f:focus .vegastars-wk5erc,
.vegastars-qqsd2f:hover .vegastars-wk5erc {
  fill: red;
  fill-opacity: 1;
}

.vegastars-qqsd2f:hover {
  cursor: pointer;
}

.vegastars-busngx {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.vegastars-3jlyui.vegastars-70gq6d {
  margin: 0 auto;
}

.vegastars-3jlyui.vegastars-93vpjc {
  margin-left: auto;
}

.vegastars-arrm3m {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.vegastars-beevhm {
  padding-bottom: 50px;
}

.vegastars-g8p9ky {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.vegastars-g8p8rl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: wrap row-reverse;
  flex-flow: wrap row-reverse;
  gap: 20px;
}

.vegastars-f9x9z9 {
  margin-top: 24px;
}

.vegastars-l6hjwy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vegastars-6i50xo {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.vegastars-ndk8l6 {
  display: flex;
  gap: 12px 20px;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 150px;
}

.vegastars-26mg5v {
  width: 468px;
}

.vegastars-ndk8l6 .vegastars-r8jlb4 {
  margin: 0.vegastars-j52n66 0;
}

.vegastars-f2k9ff {
  display: flex;
  min-width: 224px;
}

.vegastars-4ozb6s {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.vegastars-5nqe3w ease-in-out;
}

.vegastars-3m1kv6,
.vegastars-4ozb6s:hover {
  color: var(--text-color);
}

.vegastars-i2qopp {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.vegastars-owl61v {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .vegastars-arrm3m {
    padding: 16px;
  }
  .vegastars-i2qopp {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .vegastars-owl61v {
    align-items: center;
  }
  .vegastars-26mg5v {
    width: unset;
  }
  .vegastars-f2k9ff {
    min-width: unset;
  }
  .vegastars-ndk8l6 {
    max-height: unset;
  }
  .vegastars-g8p9ky {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .vegastars-arrm3m {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.vegastars-n2h73t {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.vegastars-n2h73t:not(:last-child) {
  margin-bottom: 16px;
}

.vegastars-kxme91 {
  outline: 0;
}

.vegastars-kxme91 .vegastars-u35aly {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.vegastars-ynbut8 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .vegastars-ynbut8 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.vegastars-ynbut8::-webkit-details-marker {
  display: none;
}

.vegastars-ynbut8:before {
  content: "?";
  display: flex;
  font-size: 21px;
  padding: 5px 10px;
  border-radius: 25px;
  color: var(--text-color);
  background: var(--button-bg-color);
  background-repeat: no-repeat;
  background-position: center;
}

.vegastars-ynbut8:after {
  content: "↑";
  display: flex;
  padding: 5px 10px;
  color: var(--text-color);
  border: 1px solid var(--button-bg-color);
  border-radius: 25px;
  transform: rotate(180deg);
  transition: 250ms;
}

.faq__details[open] .vegastars-ynbut8:after {
  transform: unset;
}

.vegastars-u35aly {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-faq-item-title);
}

.vegastars-u35aly svg {
  z-index: 10;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
  width: 30px;
  height: 30px;
  fill: var(--color-faq-item-title);
  -webkit-transition: 0.vegastars-5nqe3w ease-in-out;
  -o-transition: 0.vegastars-5nqe3w ease-in-out;
  transition: 0.vegastars-5nqe3w ease-in-out;
}

.vegastars-hi6u1h {
  padding: 16px 0 0 0;
}

.vegastars-hi6u1h * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .vegastars-hi6u1h :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .vegastars-ynbut8 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .vegastars-ynbut8::after {
    margin-left: auto;
  }
  .vegastars-u35aly {
    order: 3;
    flex: 1 1 100%;
  }
  .vegastars-ynbut8 {
    font-size: 14px;
    line-height: 130%;
  }
  .vegastars-u35aly svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.vegastars-hwszil {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
  margin: 0;
}

.vegastars-x92aw2 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.vegastars-hwszil.vegastars-2mk4zs .vegastars-x92aw2 {
  margin-bottom: 12px;
}

.vegastars-x92aw2::after {
  content: "";
  display: flex;
  width: 32px;
  min-width: 32px;
  height: 32px;
  background-image: url(../images/round-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  transition: 250ms;
}

.vegastars-hwszil.vegastars-2mk4zs .vegastars-x92aw2::after {
  transform: unset;
}

.vegastars-5kr0ds {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.vegastars-xtnr4u {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.vegastars-5nqe3w ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.vegastars-xtnr4u:before {
  content: "";
  display: flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  background-image: url(../images/list-marker.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.vegastars-hwszil.vegastars-2mk4zs .vegastars-5kr0ds {
  max-height: 100%;
}

.vegastars-4fzymq {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.vegastars-i872gt {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.vegastars-4oqst3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.vegastars-jytq5v {
  margin-right: 4px;
}

.vegastars-3jh4od {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--button-bg-color);
  padding: 4px 0;
  transition: color 0.vegastars-5nqe3w ease-in-out;
}

.vegastars-3jh4od svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.vegastars-r28jqi,
.vegastars-3jh4od:hover {
  color: var(--text-color);
}

.vegastars-eekyz5 {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  border-radius: 12px 12px 0 0;
  padding: 8px;
  gap: 0 8px;
  background-color: #008f5e;
  color: #fff;
  width: 100%;
  border: none;
  cursor: pointer;
}

.vegastars-eekyz5 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.vegastars-eekyz5 .vegastars-07wao9 {
  grid-column: 2/3;
  grid-row: 1/2;
  text-align: left;
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.vegastars-eekyz5 .vegastars-1w9ya9 {
  grid-column: 2/3;
  grid-row: 2/3;
  text-align: left;
  color: var(--title-color);
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.vegastars-5q7u29 {
  display: flex;
  align-items: center;
  grid-column: 3/4;
  grid-row: 1/3;
  color: #196948;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: var(--title-color);
  margin-top: 0;
}

.vegastars-4x11kn {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.vegastars-m9q57z .vegastars-x1kz8y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.vegastars-m9q57z {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.vegastars-9069g9 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.vegastars-m6x498 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.vegastars-z1de7n {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.vegastars-1vdrrz 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  cursor: pointer;
}

.vegastars-z1de7n:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.vegastars-k60wgs {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.vegastars-mtl1az {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 0 20px 5px #223c5059;
  box-shadow: 0 0 20px 5px #223c5059;
  background-color: var(--button-bg-color);
  -webkit-transition: -webkit-transform 0.vegastars-5nqe3w ease-in-out;
  transition: transform 0.vegastars-5nqe3w ease-in-out;
  -o-transition: transform 0.vegastars-5nqe3w ease-in-out;
  transition:
    transform 0.vegastars-5nqe3w ease-in-out,
    -webkit-transform 0.vegastars-5nqe3w ease-in-out;
  cursor: pointer;
}

.vegastars-mtl1az svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.vegastars-mtl1az:hover {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

#cookie-law-div {
  z-index: 10000000;
  position: fixed;
  bottom: 18px;
  right: 80px;
  padding: 1em;
  max-width: 400px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 15px;
  -webkit-box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
  box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
}

#cookie-law-div a {
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#cookie-law-div a:hover {
  opacity: 0.7;
}

#cookie-law-div p {
  margin: 0;
  color: #000;
  padding-right: 50px;
}

#cookie-law-div button {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0.5em;
  top: 20px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 1;
  color: #fff;
  background-color: #000;
  border: none;
  opacity: 0.6;
  font-size: 12px;
  cursor: pointer;
  border-radius: 50px;
}

#cookie-law-div button:hover {
  opacity: 1;
}

.vegastars-gys2pc {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .vegastars-gys2pc {
    left: calc(50% - 60px);
  }
}

#cookie-law-div {
  border-radius: 0;
  max-width: 100%;
  right: 0;
  bottom: 0;
}

#cookie-law-div p {
  padding-bottom: 50px;
}

body::-webkit-scrollbar-track {
  background-color: var(--fh-bg-color);
}

body::-webkit-scrollbar-thumb {
  border: 1px solid var(--fh-bg-color);
  border-radius: 10px;
  height: 20%;
  background: var(--button-bg-color);
}

.vegastars-kmhr3q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.vegastars-5peesh {
  position: relative;
  width: 100%;
}

.vegastars-kmhr3q.vegastars-h5rxyy {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.vegastars-kmhr3q.vegastars-70gq6d {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vegastars-kmhr3q.vegastars-93vpjc {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.vegastars-vb75kg {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.vegastars-nqj03i {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.vegastars-5nqe3w ease-in-out;
  cursor: pointer;
}

.vegastars-nqj03i:hover {
  opacity: 0.5;
}

.vegastars-kmhr3q.vegastars-nh5mr2 .vegastars-nqj03i {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.vegastars-kmhr3q.vegastars-nh5mr2 .vegastars-vb75kg {
  cursor: pointer;
}

.vegastars-tsqufp {
  fill: #0009;
}

.vegastars-6igfs7 {
  fill: #fff;
}

.vegastars-nqj03i:hover .vegastars-tsqufp {
  fill: red;
}

.vegastars-nqj03i svg path {
  -webkit-transition: 0.vegastars-5nqe3w ease-in-out;
  -o-transition: 0.vegastars-5nqe3w ease-in-out;
  transition: 0.vegastars-5nqe3w ease-in-out;
}

.vegastars-dr431k {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.vegastars-dr431k > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.vegastars-dr431k.vegastars-h7l8pp > :not(.get-image) {
  grid-column: 1/3;
}

.vegastars-lot61w:not(._h1-block) .vegastars-dr431k > .vegastars-lmmjl6 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.vegastars-dr431k.vegastars-h7l8pp .vegastars-khcyj0 {
  grid-column: 2/3;
}

.vegastars-dr431k.vegastars-h7l8pp > .vegastars-iodkmh {
  grid-column: 1/2;
}

.vegastars-dr431k.vegastars-h7l8pp > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.vegastars-dr431k > p:first-of-type {
  margin-top: 0;
}

.vegastars-dr431k .vegastars-iodkmh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 2/3;
  grid-row: 1/10;
  border-radius: 12px;
  overflow: hidden;
}

.vegastars-lot61w:not(._h1-block) .vegastars-lmmjl6 ~ .vegastars-iodkmh {
  grid-row: 2/10;
}

.vegastars-lot61w.vegastars-ownyya .vegastars-lmmjl6 ~ .vegastars-iodkmh {
  grid-row: 1/10;
}

.vegastars-lot61w.vegastars-ownyya > .vegastars-lmmjl6 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.vegastars-lot61w.vegastars-ownyya .vegastars-iodkmh {
  grid-row: 1/10;
}

.vegastars-dr431k.vegastars-42oduk .vegastars-iodkmh {
  align-items: flex-start;
}

.vegastars-dr431k.vegastars-70gq6d .vegastars-khcyj0 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.vegastars-dr431k.vegastars-70gq6d .vegastars-iodkmh {
  align-items: center;
}

.vegastars-dr431k.vegastars-za4ng9 .vegastars-iodkmh {
  align-items: flex-end;
}

.vegastars-khcyj0 > :first-child {
  margin-top: 0;
}

.vegastars-khcyj0 > :last-child {
  margin-bottom: 0;
}

* + .vegastars-fjoom5,
.vegastars-lot61w + .vegastars-lot61w {
  margin-top: 2rem;
}

.vegastars-7r8931 td::before,
.vegastars-7r8931 th::after {
  display: none !important;
}

.vegastars-7r8931 #link-selector {
  color: #000;
}

.vegastars-7r8931 .vegastars-pdh31c {
  color: #135e96;
}

.vegastars-7r8931 .vegastars-lcsade *,
.vegastars-7r8931 .vegastars-dm5kxc p,
.vegastars-7r8931 .vegastars-488w4j * {
  color: #000;
}

.vegastars-7r8931 .vegastars-szxohl {
  background: 0 0 !important;
}

.vegastars-7r8931 .vegastars-68ogm8 {
  color: #000;
}

.vegastars-7r8931 .vegastars-7pk9or.vegastars-zjlm0a {
  color: #fff;
}

.vegastars-7r8931 .vegastars-h2z9vg {
  color: #000;
}

.vegastars-7r8931
  .vegastars-3g7rox
  .vegastars-pum9vn.vegastars-zjlm0a.vegastars-6842al {
  background: #ccc;
}

html :where(.editor-styles-wrapper) h1,
html :where(.editor-styles-wrapper) h2,
html :where(.editor-styles-wrapper) h3,
html :where(.editor-styles-wrapper) h4,
html :where(.editor-styles-wrapper) h5,
html :where(.editor-styles-wrapper) h6 {
  color: #000 !important;
}

.vegastars-92i210,
body .vegastars-8ehkto {
  color: #000;
  background: var(--color-body) !important;
}

.vegastars-92i210 .vegastars-fo9hte .vegastars-i1sf6k,
body .vegastars-8ehkto .vegastars-fo9hte .vegastars-i1sf6k {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .vegastars-xtnr4u:focus,
  .vegastars-xtnr4u:hover {
    color: #f9cb16;
  }
  .vegastars-ib8l2s:focus,
  .vegastars-ib8l2s:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .vegastars-20fnk9:focus img,
  .vegastars-20fnk9:focus svg,
  .vegastars-20fnk9:hover img,
  .vegastars-20fnk9:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .vegastars-eekyz5 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .vegastars-6gpl7g:hover .vegastars-71xoux svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .vegastars-71xoux {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .vegastars-5c5qf0 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .vegastars-ofqu1x {
    grid-template-columns: repeat(4, 1fr);
  }
  .vegastars-7e2anr {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .vegastars-v26dxc .vegastars-5enh38 {
    grid-template-columns: 1fr;
  }
  .vegastars-v26dxc .vegastars-i71r77 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: nowrap row;
    flex-flow: nowrap row;
    overflow: auto;
    margin-right: 0;
    border-style: none;
    border-radius: 16px 16px 0 0;
    padding: 0;
  }
  .vegastars-v26dxc .vegastars-ol1wwx {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .vegastars-v26dxc .vegastars-l0yo0p {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .vegastars-v26dxc .vegastars-eaobe1 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .vegastars-v26dxc .vegastars-ol1wwx:not(:first-child) {
    border: none;
  }
  .vegastars-v26dxc .vegastars-ol1wwx:first-child .vegastars-l0yo0p {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .vegastars-v26dxc .vegastars-ol1wwx:last-child .vegastars-l0yo0p {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .vegastars-kkvlps {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .vegastars-fatgei {
    max-width: 100px;
  }
  .vegastars-x2s72v {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .vegastars-krleoe {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .vegastars-krleoe svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .vegastars-sve4gm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .vegastars-x2s72v + .vegastars-krleoe {
    margin-left: auto;
  }
  .vegastars-k4f3fp {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    max-width: 100vw !important;
    background-color: var(--fh-bg-color);
    opacity: 0;
    -webkit-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms;
    pointer-events: none;
  }
  .vegastars-k4f3fp.vegastars-2mk4zs {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .vegastars-czsef9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 32px 16px 12px 16px;
  }
  .vegastars-18gcy9 {
    width: 100%;
  }
  .vegastars-18gcy9:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .vegastars-rfjwzt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .vegastars-rfjwzt svg {
    margin-right: 4px;
  }
  .vegastars-6gpl7g {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .vegastars-71xoux svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .vegastars-71xoux {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    padding: 16px 5px 16px 30%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    pointer-events: auto;
  }
  .vegastars-r8jlb4 {
    display: none;
    width: 100%;
  }
  .vegastars-6gpl7g.vegastars-2mk4zs .vegastars-r8jlb4 {
    padding: 0 0 0 48px;
  }
  .vegastars-4jzczn {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .vegastars-g8p8rl .vegastars-iodkmh {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .vegastars-mihu3v {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .vegastars-mihu3v + .vegastars-mihu3v {
    margin-right: 0;
  }
  .vegastars-mihu3v + .vegastars-iodkmh {
    margin: 0;
  }
  .vegastars-5c5qf0 {
    grid-template-columns: repeat(4, 1fr);
  }
  .vegastars-ofqu1x {
    grid-template-columns: repeat(3, 1fr);
  }
  .vegastars-8ddd2y,
  .vegastars-aqq5wj {
    grid-template-columns: repeat(2, 1fr);
  }
  .vegastars-dr431k {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .vegastars-dr431k.vegastars-h7l8pp .vegastars-khcyj0 {
    grid-column: auto;
    grid-row: auto;
  }
  .vegastars-dr431k > .vegastars-lmmjl6 {
    grid-column: 1/2;
  }
  .vegastars-dr431k.vegastars-h7l8pp > :not(.get-image) {
    grid-column: 1/2;
  }
  .vegastars-dr431k .vegastars-iodkmh,
  .vegastars-dr431k.vegastars-h7l8pp > .vegastars-iodkmh {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .vegastars-dr431k.vegastars-h7l8pp > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .vegastars-lot61w.vegastars-ownyya .vegastars-dr431k > .vegastars-iodkmh {
    grid-row: 1/2;
  }
  .vegastars-dr431k .vegastars-lmmjl6 ~ .vegastars-iodkmh,
  .vegastars-dr431k.vegastars-h7l8pp .vegastars-lmmjl6 ~ .vegastars-iodkmh {
    grid-row: 2/3;
  }
  .vegastars-lot61w.vegastars-ownyya .vegastars-lmmjl6 ~ .vegastars-iodkmh {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .vegastars-z7y4kv:first-child .vegastars-9errms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .vegastars-z7y4kv:first-child .vegastars-9errms h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .vegastars-z7y4kv {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .vegastars-z7y4kv {
    padding: 0;
  }
  .vegastars-lwg59n {
    margin-top: 1rem;
  }
  .vegastars-kxme91 {
    border-radius: 5px;
  }
  .vegastars-iqkryh {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .vegastars-x92aw2::after {
    display: inline-block;
  }
  .vegastars-x92aw2 {
    margin: 0;
    width: 100%;
  }
  .vegastars-5kr0ds {
    width: 100%;
  }
  .vegastars-5kr0ds.vegastars-egq5op {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .vegastars-5kr0ds.vegastars-egq5op .vegastars-pbtn3u {
    width: 100%;
  }
  .vegastars-5kr0ds.vegastars-egq5op .vegastars-pbtn3u:not(:last-child) {
    margin-right: 0;
  }
  .vegastars-xtnr4u {
    width: 100%;
    text-align: center;
  }
  .vegastars-hwszil.vegastars-2mk4zs .vegastars-5kr0ds {
    margin-top: 1rem;
  }
  .vegastars-5c5qf0 {
    grid-template-columns: repeat(3, 1fr);
  }
  .vegastars-7e2anr,
  .vegastars-ofqu1x {
    grid-template-columns: repeat(2, 1fr);
  }
  .vegastars-8ddd2y,
  .vegastars-aqq5wj,
  .vegastars-26sy5v {
    grid-template-columns: 1fr;
  }
  .vegastars-m8zgnh {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .vegastars-pkh3wv {
    min-width: 300px;
    max-width: 325px;
  }
  .vegastars-l0yo0p {
    cursor: auto;
  }
  .vegastars-cza5qe .vegastars-l0yo0p {
    padding: 8px;
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 700px) {
  html {
    font-size: 15px;
  }
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .vegastars-gys2pc {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .vegastars-r8jlb4 {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  #cookie-law-div {
    right: 0;
    bottom: 0;
    border-radius: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .vegastars-gys2pc {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.vegastars-mihu3v p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .vegastars-krleoe {
    margin: 0 -0.2rem;
  }
  .vegastars-mihu3v {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .vegastars-nxcsbj {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .vegastars-o4mh5z {
    max-width: 100%;
  }
  .vegastars-5c5qf0 {
    grid-template-columns: repeat(2, 1fr);
  }
  .vegastars-7e2anr,
  .vegastars-ofqu1x {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .vegastars-kkvlps {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .vegastars-krleoe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }
  .vegastars-ppcehr {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .vegastars-p2ckyt {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .vegastars-3yw43b,
  .vegastars-ofhzly {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .vegastars-po7i2n {
    width: 100%;
  }
  .vegastars-5c5qf0 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .vegastars-gys2pc {
    top: 127px !important;
  }
}

.vegastars-hlwirw {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .vegastars-hlwirw {
  }
}

@media (max-width: 767px) {
  .vegastars-hlwirw {
    margin-bottom: 12px;
  }
}

.vegastars-hlwirw img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.vegastars-40cnwt {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.vegastars-40cnwt > .vegastars-3z0vd5 {
  flex: 1 1;
}

@media (max-width: 767px) {
  .vegastars-40cnwt {
    flex-direction: column;
    gap: 12px;
  }
}

.vegastars-p325ra {
  display: flex;
}

.vegastars-p325ra .vegastars-mwgjxq {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 8px;
  border-radius: 4px 0 0 4px;
}

.vegastars-p325ra .vegastars-gcn8pv {
  display: flex;
  align-items: center;
  flex: 1 1;
  background-color: var(--fh-bg-color);
  overflow: hidden;
  width: max-content;
  border-radius: 0 4px 4px 0;
}

.vegastars-p325ra .vegastars-u6dxsw {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.vegastars-p325ra .vegastars-47tsa2 {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  margin-left: 32px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 3px));
  }
}

.vegastars-p325ra .vegastars-47tsa2:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.vegastars-p325ra .vegastars-48hdgd {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.vegastars-tgcurm {
  border: unset;
  background-color: unset;
}

.vegastars-tgcurm tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.vegastars-tgcurm .vegastars-yw70s9,
.vegastars-tgcurm .vegastars-hx4toe {
  flex: 0 1 330px;
}

.vegastars-tgcurm .vegastars-3mx7wb {
  flex: 1 1;
}

.vegastars-tgcurm tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.vegastars-tgcurm tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.vegastars-tgcurm tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.vegastars-tgcurm tr td p {
  color: #fff;
  margin: 0;
}

.vegastars-tgcurm tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.vegastars-tgcurm tr.vegastars-yw70s9 td p {
  padding: 16px 0;
}

.vegastars-tgcurm tr.vegastars-yw70s9 td p:not(:last-child),
.vegastars-tgcurm tr.vegastars-hx4toe td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.vegastars-tgcurm tr.vegastars-yw70s9 td p:first-child,
.vegastars-tgcurm tr.vegastars-hx4toe td p:first-child {
  padding-top: 0;
}

.vegastars-tgcurm tr.vegastars-hx4toe td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.vegastars-tgcurm tr.vegastars-hx4toe td p:last-child {
  padding-bottom: 0;
}

.vegastars-tgcurm .vegastars-hx4toe img {
  max-width: 32px;
}

.vegastars-tgcurm .vegastars-3mx7wb {
  min-width: 718px;
}

.vegastars-tgcurm .vegastars-3mx7wb td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.vegastars-tgcurm .vegastars-3mx7wb td {
  display: flex;
}

.vegastars-tgcurm .vegastars-3mx7wb td:last-child .vegastars-37y95q,
.vegastars-tgcurm .vegastars-3mx7wb td:last-child .vegastars-xo8xkg,
.vegastars-tgcurm .vegastars-3mx7wb td:last-child .vegastars-3s74zc {
  flex: 1 1 50%;
}

.vegastars-tgcurm .vegastars-3mx7wb td:last-child .vegastars-1uzo6l {
  flex: 1 1 100%;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.vegastars-tgcurm .vegastars-3mx7wb td:last-child .vegastars-08zmjj,
.vegastars-tgcurm .vegastars-3mx7wb td:last-child .vegastars-9et5in {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.vegastars-tgcurm .vegastars-3mx7wb td:last-child .vegastars-37y95q,
.vegastars-tgcurm .vegastars-3mx7wb td:last-child .vegastars-xo8xkg {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.vegastars-tgcurm .vegastars-3mx7wb td:last-child .vegastars-37y95q span,
.vegastars-tgcurm .vegastars-3mx7wb td:last-child .vegastars-xo8xkg span {
  font-weight: 800;
}

.vegastars-tgcurm .vegastars-3mx7wb img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .vegastars-tgcurm .vegastars-3mx7wb td .vegastars-3s74zc:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .vegastars-tgcurm tr.vegastars-yw70s9 td p:last-child {
    padding-bottom: 0;
  }
  .vegastars-tgcurm .vegastars-hx4toe > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .vegastars-tgcurm .vegastars-hx4toe > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .vegastars-tgcurm tr.vegastars-yw70s9 td p:not(:last-child),
  .vegastars-tgcurm tr.vegastars-hx4toe td p:not(:last-child) {
    border-bottom: unset;
  }
  .vegastars-tgcurm tr.vegastars-hx4toe td p:last-child {
    padding-bottom: 12px;
  }
  .vegastars-tgcurm .vegastars-3mx7wb td:last-child .vegastars-37y95q,
  .vegastars-tgcurm .vegastars-3mx7wb td:last-child .vegastars-xo8xkg,
  .vegastars-tgcurm .vegastars-3mx7wb td:last-child .vegastars-3s74zc {
    flex: 1 1 50%;
    padding: 0;
  }
  .vegastars-tgcurm .vegastars-3mx7wb td:last-child .vegastars-37y95q,
  .vegastars-tgcurm .vegastars-3mx7wb td:last-child .vegastars-xo8xkg {
    margin-top: 16px;
  }
  .vegastars-tgcurm .vegastars-3mx7wb td:last-child .vegastars-3s74zc {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .vegastars-tgcurm .vegastars-3mx7wb td:last-child .vegastars-37y95q {
    border-right: 1px solid var(--border-color);
  }
  .vegastars-tgcurm .vegastars-3mx7wb td:last-child .vegastars-3s74zc:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .vegastars-tgcurm .vegastars-3mx7wb td:last-child .vegastars-3s74zc:last-child {
    padding-bottom: 0;
  }
}

.vegastars-3s74zc {
  display: flex;
  flex-direction: column;
}

.vegastars-tgcurm .vegastars-3mx7wb td .vegastars-3s74zc {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.vegastars-tgcurm .vegastars-3mx7wb td .vegastars-3s74zc:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.vegastars-tgcurm .vegastars-3mx7wb td .vegastars-3s74zc:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .vegastars-tgcurm .vegastars-3mx7wb td .vegastars-3s74zc:not(:first-child) {
    padding-left: 0;
  }
  .vegastars-tgcurm .vegastars-3mx7wb td .vegastars-3s74zc:not(:last-of-type) {
    border-right: unset;
  }
}

.vegastars-tgcurm .vegastars-vbbbgh {
  flex: 0 1 485px;
}

.vegastars-tgcurm .vegastars-67zcf9 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.vegastars-tgcurm .vegastars-67zcf9 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.vegastars-tgcurm .vegastars-67zcf9 li.vegastars-ftkz2r {
  padding: 6px 12px;
}

.vegastars-tgcurm .vegastars-67zcf9 li a,
.vegastars-tgcurm .vegastars-67zcf9 li button {
  display: flex;
  background: 0 0;
  border: none;
  text-decoration: none;
  color: #fff;
  font-size: inherit;
  line-height: inherit;
  padding: 6px 12px;
  cursor: pointer;
}

.vegastars-tgcurm .vegastars-hr1l4w,
.vegastars-tgcurm .vegastars-d7xq3b {
  flex: 1 1;
}

.vegastars-tgcurm .vegastars-4tpajh,
.vegastars-tgcurm .vegastars-xn49fv {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.vegastars-tgcurm .vegastars-4tpajh li,
.vegastars-tgcurm .vegastars-xn49fv li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.vegastars-tgcurm .vegastars-d7xq3b img {
  max-width: 32px;
}

.vegastars-tgcurm .vegastars-hr1l4w img {
  max-width: 32px;
}

.vegastars-tgcurm .vegastars-zjg0nt {
  min-width: 280px;
}

.vegastars-tgcurm .vegastars-zjg0nt img {
  max-width: 146px;
}

.vegastars-tgcurm .vegastars-zjg0nt td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .vegastars-tgcurm .vegastars-yw70s9,
  .vegastars-tgcurm .vegastars-hx4toe {
    flex: 0 1 auto;
  }
  .vegastars-tgcurm .vegastars-3mx7wb {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .vegastars-tgcurm .vegastars-yw70s9,
  .vegastars-tgcurm .vegastars-vbbbgh,
  .vegastars-tgcurm .vegastars-hx4toe,
  .vegastars-tgcurm .vegastars-3mx7wb {
    flex: 1 1 calc(50% - 20px);
  }
  .vegastars-tgcurm .vegastars-hr1l4w,
  .vegastars-tgcurm .vegastars-zjg0nt,
  .vegastars-tgcurm .vegastars-d7xq3b {
    flex: 1 1 30%;
  }
  .vegastars-tgcurm .vegastars-zjg0nt {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .vegastars-tgcurm .vegastars-yw70s9,
  .vegastars-tgcurm .vegastars-vbbbgh,
  .vegastars-tgcurm .vegastars-hr1l4w,
  .vegastars-tgcurm .vegastars-hx4toe,
  .vegastars-tgcurm .vegastars-3mx7wb,
  .vegastars-tgcurm .vegastars-zjg0nt,
  .vegastars-tgcurm .vegastars-d7xq3b {
    flex: 1 1 100%;
  }
}

.vegastars-hd1nha .vegastars-xxf8hc {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.vegastars-hd1nha .vegastars-xbrkt8 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.vegastars-hd1nha .vegastars-pt74yv {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.vegastars-hd1nha .vegastars-eznduy {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.vegastars-hd1nha .vegastars-eznduy > :nth-child(3) {
  margin-top: 0;
}

.vegastars-hd1nha .vegastars-iodkmh {
  grid-column: 2/3;
  grid-row: 1/10;
}

.vegastars-hd1nha .vegastars-9plpcc {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.vegastars-hd1nha .vegastars-lwg59n {
  grid-column: 1/2;
}

.vegastars-hd1nha > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.vegastars-hd1nha .vegastars-xbrkt8:not(:last-child):before {
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  margin: auto;
  content: "";
  width: 44px;
  min-width: 44px;
  height: 24px;
  background-image: url(../images/how-to_arrows.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--fh-bg-color);
  z-index: 1;
}

.vegastars-hd1nha .vegastars-xbrkt8:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.vegastars-hd1nha .vegastars-po7i2n {
  min-width: 240px;
}

@media (max-width: 768px) {
  .vegastars-hd1nha .vegastars-xbrkt8:not(:last-child):before {
    bottom: 8px;
  }
  .vegastars-hd1nha .vegastars-xbrkt8:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .vegastars-hd1nha .vegastars-eznduy {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .vegastars-hd1nha .vegastars-iodkmh {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .vegastars-hd1nha .vegastars-iodkmh img {
    width: 100%;
    height: auto;
  }
  .vegastars-hd1nha .vegastars-po7i2n {
    width: 100%;
    min-width: unset;
  }
}

.vegastars-tvg005 .vegastars-dnzkc9 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.vegastars-tvg005 .vegastars-tatmxz {
  display: flex;
  gap: 16px;
  flex: 1 1 calc(50% - 10px);
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  overflow: hidden;
}

.vegastars-tvg005 .vegastars-iodkmh {
  height: 100%;
}

.vegastars-tvg005 .vegastars-iodkmh img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.vegastars-tvg005 .vegastars-bi3hh0 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.vegastars-tvg005 .vegastars-l4ir3d {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.vegastars-tvg005 .vegastars-4h2wmi {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .vegastars-tvg005 .vegastars-tatmxz {
    flex: 1 1 100%;
  }
  .vegastars-tvg005 .vegastars-aeq0g1 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .vegastars-tvg005 .vegastars-tatmxz {
    flex-direction: column;
  }
  .vegastars-tvg005 .vegastars-iodkmh {
    width: 100%;
    height: auto;
  }
  .vegastars-tvg005 .vegastars-iodkmh img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .vegastars-tvg005 .vegastars-bi3hh0 {
    padding: 0 16px 16px 16px;
  }
  .vegastars-tvg005 .vegastars-aeq0g1 {
    min-width: unset;
    width: 100%;
  }
}

.vegastars-nfcbko .vegastars-160djn {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.vegastars-nfcbko .vegastars-guu375 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.vegastars-nfcbko img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.vegastars-nfcbko .vegastars-1knvx1 {
  position: relative;
  display: none;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: rgba(15, 39, 23, 0.95);
  z-index: 1;
  transition: 0.2s;
}

.vegastars-nfcbko .vegastars-guu375:hover .vegastars-1knvx1 {
  display: flex;
}

.vegastars-nfcbko .vegastars-ij1g8b {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.vegastars-nfcbko .vegastars-b6mwi0 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.vegastars-co7ayn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 10px 10px 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: unset;
  width: auto;
  cursor: pointer;
}

.vegastars-co7ayn.vegastars-mwkunj {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.vegastars-fiux0o ease-in-out;
}

.vegastars-co7ayn.vegastars-mwkunj:hover {
  color: #f9cb16;
  background-color: transparent;
}

.vegastars-nfcbko .vegastars-i5eyes {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.vegastars-fiux0o ease-in-out;
}

.vegastars-nfcbko .vegastars-i5eyes:hover {
  color: #196948;
  background-color: #f9cb16;
}

.vegastars-nfcbko .vegastars-i5eyes:after,
.vegastars-co7ayn.vegastars-mwkunj:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.vegastars-co7ayn.vegastars-mwkunj:after {
  background-image: url(../images/Cash.svg);
}

.vegastars-nfcbko .vegastars-i5eyes:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .vegastars-nfcbko .vegastars-160djn {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .vegastars-nfcbko .vegastars-160djn {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .vegastars-nfcbko .vegastars-160djn {
    grid-template-columns: 1fr;
  }
  .vegastars-nfcbko .vegastars-guu375 {
    height: auto;
  }
  .vegastars-nfcbko .vegastars-guu375 .vegastars-1knvx1 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .vegastars-nfcbko .vegastars-ij1g8b,
  .vegastars-nfcbko .vegastars-b6mwi0 {
    text-align: left;
  }
  .vegastars-nfcbko .vegastars-b6mwi0 {
    margin-bottom: 8px;
  }
  .vegastars-nfcbko img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.vegastars-tu8fty {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 39, 23, 0.9);
  z-index: 990;
}

.vegastars-tu8fty.vegastars-nh5mr2 {
  display: block;
}

.vegastars-tu8fty .vegastars-gwvfn4 {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 860px;
  height: 580px;
  background-color: #318562;
  border-radius: 12px;
  overflow: hidden;
}

.vegastars-tu8fty .vegastars-dmk6fc {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.vegastars-tu8fty .vegastars-pgee29 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.vegastars-tu8fty .vegastars-xo14i8 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.vegastars-tu8fty .vegastars-co7ayn {
  min-width: 296px;
  margin-bottom: 0;
}

.vegastars-tu8fty .vegastars-he1646 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.vegastars-tu8fty .vegastars-u9tyho {
  position: relative;
  flex: 1 1;
}

.vegastars-tu8fty .vegastars-u9tyho iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .vegastars-tu8fty .vegastars-dmk6fc {
    flex-wrap: wrap;
    gap: 8px;
  }
  .vegastars-tu8fty .vegastars-pgee29 {
    order: 1;
  }
  .vegastars-tu8fty .vegastars-xo14i8 {
    order: 3;
    flex: 1 1 100%;
  }
  .vegastars-tu8fty .vegastars-co7ayn {
    width: 100%;
    min-width: unset;
  }
  .vegastars-tu8fty .vegastars-he1646 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .vegastars-dr431k > .vegastars-lmmjl6 {
    margin-bottom: 0;
  }
  .vegastars-dr431k > .vegastars-lwg59n,
  .vegastars-dr431k > p {
    margin-top: 0;
  }
}

.vegastars-xs4xvo img,
.vegastars-mihu3v img {
  width: auto;
  object-fit: contain;
}

.vegastars-xs4xvo {
  align-items: center;
}

.vegastars-xs4xvo img {
  max-height: 76px;
}

.vegastars-mihu3v img {
  max-height: 64px;
}

.vegastars-0t7jff {
  overflow: auto;
}

.vegastars-cwa7d3 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.vegastars-e3rvvg:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.vegastars-uokiyl {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.vegastars-gfijsj {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.vegastars-uokiyl .vegastars-iodkmh {
  margin-right: 20px;
  flex-shrink: 0;
}

.vegastars-uokiyl img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.vegastars-120m3p {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.vegastars-120m3p > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .vegastars-uokiyl {
    padding: 15px 10px;
  }
  .vegastars-120m3p {
    padding: 15px 10px;
  }
  .vegastars-uokiyl .vegastars-iodkmh {
    margin-right: 10px;
  }
}

.vegastars-vqnvdl {
  overflow-x: auto;
}

.vegastars-rv0ld2 {
  border-collapse: collapse;
  width: 100%;
}

.vegastars-vqnvdl th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.vegastars-vqnvdl td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.vegastars-vqnvdl td.vegastars-5vmxrm {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.vegastars-vqnvdl td.vegastars-168gx1 {
  border-right: none;
}

.vegastars-vqnvdl td.vegastars-168gx1 .vegastars-iodkmh {
  justify-content: flex-start;
}

.vegastars-vqnvdl td.vegastars-168gx1 .vegastars-iodkmh img {
  height: auto;
  width: 90px;
}

.vegastars-vqnvdl td.vegastars-aj7cjs,
.vegastars-vqnvdl td.vegastars-sy4yci {
  font-weight: 600;
  text-align: right;
}

.vegastars-vqnvdl td.vegastars-06xjmy,
.vegastars-vqnvdl td.vegastars-aj7cjs {
  padding-bottom: 10px;
  border-bottom: none;
}

.vegastars-vqnvdl td.vegastars-aj7cjs,
.vegastars-vqnvdl td.vegastars-sy4yci {
  border-left: none;
}

.vegastars-vqnvdl td.vegastars-06xjmy,
.vegastars-vqnvdl td.vegastars-wkbh1m {
  border-right: none;
}

.vegastars-vqnvdl td.vegastars-wkbh1m,
.vegastars-vqnvdl td.vegastars-sy4yci {
  border-top: none;
  padding-top: 10px;
}

.vegastars-r15eie {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 12px;
  width: 100%;
  border-radius: 12px;
  background-color: var(--fh-bg-color);
  margin-top: 20px;
}

.vegastars-r15eie .vegastars-aeq0g1 {
  min-width: unset;
  width: 100%;
}

.vegastars-r15eie .vegastars-aeq0g1.vegastars-90f3hd {
  grid-column: 1/2;
  grid-row: 1/2;
}

.vegastars-r15eie .vegastars-aeq0g1.vegastars-isocn8 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.vegastars-r15eie .vegastars-2zhl5p {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .vegastars-r15eie {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .vegastars-r15eie .vegastars-aeq0g1.vegastars-90f3hd {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .vegastars-r15eie .vegastars-aeq0g1.vegastars-isocn8 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .vegastars-r15eie .vegastars-2zhl5p {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.vegastars-y0lc3b {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  color: var(--button-text-color);
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  background: var(--button-bg-color);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin: 25px auto;
}

.vegastars-fw9pbf {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.vegastars-d7xvy4 p a img {
  margin: 0 auto;
  display: block;
}

.vegastars-d7xvy4 table {
  margin-bottom: 17px;
}

/* contanct form */
.vegastars-9ab5fn {
  background: var(--fh-bg-color);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 50px auto;
}

.vegastars-9ab5fn label {
  font-size: 14px;
}

.vegastars-9ab5fn h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.vegastars-9ab5fn input,
.vegastars-9ab5fn textarea,
.vegastars-9ab5fn button {
  width: 100%;
  padding: 10px;
  margin-top:5px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: var(--main-theme-color);
  font-size: 1rem;
}
.vegastars-9ab5fn button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.vegastars-fiux0o ease;
}
.vegastars-9ab5fn button:hover {
  background-color: #691204;
}
.vegastars-7ex8wv {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.vegastars-b8x8t4 ease-in;
}

.vegastars-7ex8wv h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.vegastars-aobdz9, .vegastars-n44b9a, [class*="review-card"],
thead, thead th, table th, .vegastars-dk3ayx,
.vegastars-xnk076, [class*="collapsible-header"],
.vegastars-ohdo5w, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v3 */
body, body :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: #ECE7DC !important; }
#cookie-law-div, #cookie-law-div :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--text-color) !important; }
