@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);
}

.medusa-6k5nxm {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.medusa-tqk335 {
  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.medusa-zce8yg,
ul.medusa-zce8yg {
  padding-left: 20px;
}

ul.medusa-zce8yg {
  list-style: disc;
}

ol.medusa-zce8yg {
  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;
  }
}

.medusa-6gv2jp > .medusa-xdgiyl,
.medusa-6gv2jp > .medusa-c6lwdk,
.medusa-6gv2jp > blockquote,
.medusa-6gv2jp > h1,
.medusa-6gv2jp > h2,
.medusa-6gv2jp > h3,
.medusa-6gv2jp > h4,
.medusa-6gv2jp > h5,
.medusa-6gv2jp > h6,
.medusa-6gv2jp > ol,
.medusa-6gv2jp > p,
.medusa-6gv2jp > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.medusa-6gv2jp > ol,
.medusa-6gv2jp > ul {
  padding-left: 50px;
}

.medusa-6gv2jp 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;
}

.medusa-6gv2jp:not(:last-child) {
  margin-bottom: 2rem;
}

.medusa-6gv2jp > :not(:first-child) {
  margin-top: 2rem;
}

.medusa-6gv2jp {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.medusa-6gv2jp:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .medusa-6gv2jp:first-child {
    margin-top: 20px;
  }
}

.medusa-6gv2jp > p:last-of-type {
  margin-bottom: 32px;
}

.medusa-6gv2jp > .medusa-p2lid8:not(:first-child) {
  margin: 64px auto 16px auto;
}

.medusa-jp6eil > .medusa-p2lid8 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.medusa-c6lwdk {
  overflow: auto;
}

.medusa-c6lwdk::-webkit-scrollbar {
  height: 5px;
}

.medusa-c6lwdk table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.medusa-c6lwdk table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.medusa-c6lwdk table thead,
table thead {
  border-bottom: none;
}

.medusa-c6lwdk table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.medusa-c6lwdk table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.medusa-c6lwdk table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.medusa-c6lwdk .medusa-vf3y1x {
  table-layout: auto;
}

.medusa-c6lwdk .medusa-vf3y1x th {
  word-break: normal;
}

.medusa-c6lwdk .medusa-vf3y1x td {
  word-break: normal;
}

.medusa-6k5nxm .medusa-6k5nxm {
  padding-right: 0;
  padding-left: 0;
}

.medusa-zyi73v {
  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;
}

.medusa-5dfz61 {
  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;
}

.medusa-8qyqrv {
  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;
}

.medusa-xdgiyl {
  margin-top: 24px;
}

.medusa-xdgiyl.medusa-h6o7t3 {
  text-align: left;
}

.medusa-xdgiyl.medusa-ldvaif {
  text-align: right;
}

.medusa-xdgiyl.medusa-b8mnbb {
  text-align: center;
}

.medusa-imi3z1 {
  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.medusa-te0iae ease-in-out;
  cursor: pointer;
}

.medusa-imi3z1:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.medusa-imi3z1 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .medusa-imi3z1 {
    min-width: unset;
  }
}

.medusa-ywu47a {
  background-color: var(--fh-bg-color);
}

.medusa-lm16cq {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.medusa-069cmi {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.medusa-069cmi img {
  max-height: 80px;
  object-fit: contain;
}

.medusa-787tvh {
  flex: 1 1;
}

.medusa-3nbz3j {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.medusa-cah7r5 {
  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;
}

.medusa-cah7r5 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;
}

.medusa-cah7r5.medusa-e5mqyj span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.medusa-cah7r5.medusa-e5mqyj span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.medusa-cah7r5.medusa-e5mqyj span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.medusa-787tvh + .medusa-3nbz3j {
  margin-left: 20px;
}

.medusa-agieju {
  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;
}

.medusa-agieju > svg {
  max-width: 24px;
  max-height: 24px;
}

.medusa-agieju + .medusa-agieju {
  margin-left: 5px;
}

.medusa-4j4044 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.medusa-4j4044:hover {
  background-color: var(--button-bg-hover);
}

.medusa-g7krss {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.medusa-te0iae ease-in-out;
  border: 1px solid var(--border-color);
}

.medusa-g7krss:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.medusa-mwf04d {
  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) {
  .medusa-787tvh {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .medusa-mwf04d {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .medusa-787tvh {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .medusa-agieju {
    min-width: unset;
    flex: 1 1;
  }
}

.medusa-u654gi {
  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;
}

.medusa-u654gi:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.medusa-u654gi:hover .medusa-tr92s9 {
  opacity: 1;
  pointer-events: auto;
}

.medusa-o2ppzj {
  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.medusa-gxok33 ease-in-out;
  gap: 4px;
}

.medusa-o2ppzj > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.medusa-o2ppzj .medusa-zyi73v img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.medusa-9xasgk,
.medusa-o2ppzj:hover {
  color: var(--button-bg-hover);
}

.medusa-2sg8po {
  position: relative;
}

.medusa-2sg8po .medusa-o2ppzj {
  margin-right: 0;
  padding-right: 4px;
}

.medusa-o0ux8d svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.medusa-2sg8po.medusa-e5mqyj .medusa-o0ux8d svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.medusa-2sg8po.medusa-e5mqyj .medusa-tr92s9 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.medusa-2sg8po.medusa-e5mqyj .medusa-tr92s9::before {
  display: none;
}

.medusa-o0ux8d svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.medusa-tr92s9 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.medusa-5lolfb 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.medusa-tr92s9::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.medusa-tr92s9:hover {
  color: var(--fh-bg-color);
}

.medusa-9k4a8h {
  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.medusa-5lolfb 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.medusa-gxok33 ease-in-out;
  -o-transition: 0.medusa-gxok33 ease-in-out;
  transition: 0.medusa-gxok33 ease-in-out;
}

.medusa-9k4a8h .medusa-zyi73v img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.medusa-wlhw1b,
.medusa-9k4a8h:hover {
  color: var(--button-bg-hover);
}

.medusa-w9l72b {
  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%;
}

.medusa-w9l72b.medusa-2kamlw {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.medusa-w9l72b.medusa-2kamlw:after,
.medusa-w9l72b.medusa-2kamlw:before {
  content: "";
  position: absolute;
  margin: auto;
}

.medusa-w9l72b.medusa-2kamlw: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);
  }
}

.medusa-w9l72b.medusa-2kamlw:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.medusa-w9l72b.medusa-2kamlw > * {
  z-index: 1;
}

.medusa-w9l72b b,
.medusa-w9l72b strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.medusa-w9l72b .medusa-g2jkca {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.medusa-w9l72b .medusa-p3rr9d {
  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;
}

.medusa-w9l72b .medusa-zyi73v {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.medusa-w9l72b .medusa-g52t59 {
  margin-top: 12px;
}

.medusa-g52t59 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.medusa-gsm0jy {
  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;
}

.medusa-g52t59 .medusa-1empf5 {
  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.medusa-te0iae ease-in-out;
}

.medusa-g52t59 .medusa-1empf5:hover {
  background: rgba(255, 255, 255, 0.3);
}

.medusa-mghj29 {
  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;
}

.medusa-w9l72b.medusa-7hydgg {
  gap: 12px;
  padding: 16px;
}

.medusa-w9l72b.medusa-7hydgg .medusa-mghj29 {
  min-width: 240px;
}

.medusa-w9l72b.medusa-7hydgg .medusa-mghj29.medusa-e1q7di {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .medusa-w9l72b .medusa-g2jkca {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .medusa-w9l72b .medusa-p3rr9d {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .medusa-w9l72b .medusa-zyi73v {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .medusa-w9l72b.medusa-7hydgg .medusa-zyi73v {
    max-width: 126px;
  }
  .medusa-w9l72b .medusa-g52t59 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .medusa-w9l72b .medusa-gsm0jy {
    max-width: unset;
  }
  .medusa-mghj29 {
    min-width: unset;
    width: 100%;
  }
  .medusa-w9l72b .medusa-mghj29 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .medusa-w9l72b.medusa-7hydgg {
    grid-template-rows: auto 1fr auto;
  }
  .medusa-w9l72b.medusa-7hydgg .medusa-mghj29 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .medusa-w9l72b {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .medusa-w9l72b .medusa-g2jkca {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .medusa-w9l72b .medusa-zyi73v {
    max-width: 78px;
  }
  .medusa-w9l72b .medusa-g52t59 {
    margin-top: -12px;
  }
  .medusa-w9l72b.medusa-7hydgg {
    gap: 8px;
  }
  .medusa-w9l72b.medusa-7hydgg .medusa-g2jkca {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .medusa-w9l72b.medusa-7hydgg .medusa-p3rr9d {
    grid-column: 1/3;
  }
  .medusa-w9l72b.medusa-7hydgg .medusa-zyi73v {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .medusa-w9l72b.medusa-7hydgg .medusa-zyi73v img {
    max-width: 114px;
  }
}

.medusa-mghj29.medusa-q0pp4j,
.medusa-mghj29.medusa-avmvxu,
.medusa-mghj29.medusa-r4wsmz {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.medusa-te0iae ease-in-out;
}

.medusa-mghj29.medusa-q0pp4j,
.medusa-mghj29.medusa-r4wsmz {
  padding: 10px;
}

.medusa-mghj29.medusa-q0pp4j:hover,
.medusa-mghj29.medusa-avmvxu:hover,
.medusa-mghj29.medusa-r4wsmz:hover {
  background: var(--button-bg-hover);
}

.medusa-mghj29.medusa-q0pp4j:hover svg path,
.medusa-mghj29.medusa-r4wsmz:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.medusa-mghj29.medusa-e1q7di {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.medusa-te0iae ease-in-out;
  background: var(--button-bg-color);
}

.medusa-mghj29.medusa-e1q7di:hover {
  background-color: var(--button-bg-hover);
}

.medusa-mghj29.medusa-avmvxu: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);
  }
}

.medusa-mghj29.medusa-avmvxu:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.medusa-mghj29.medusa-e1q7di:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.medusa-f26s5a {
  max-width: 650px;
}

.medusa-mwfjpa {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.medusa-w2g9xi {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.medusa-m86eet {
  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.medusa-gxok33 ease-in-out;
  cursor: pointer;
}

.medusa-m86eet:hover {
  opacity: 0.5;
}

.medusa-m86eet:focus {
  outline: 0;
}

.medusa-m86eet:focus .medusa-09togg,
.medusa-m86eet:hover .medusa-09togg {
  fill: red;
  fill-opacity: 1;
}

.medusa-m86eet:hover {
  cursor: pointer;
}

.medusa-hm7073 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.medusa-f26s5a.medusa-b8mnbb {
  margin: 0 auto;
}

.medusa-f26s5a.medusa-ldvaif {
  margin-left: auto;
}

.medusa-q7l1cy {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.medusa-ozt88o {
  padding-bottom: 50px;
}

.medusa-x2enje {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.medusa-n02qgg {
  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;
}

.medusa-v3kz15 {
  margin-top: 24px;
}

.medusa-ckw1ld {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.medusa-fuxehm {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.medusa-lnufjx {
  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;
}

.medusa-7q8zpt {
  width: 468px;
}

.medusa-lnufjx .medusa-tr92s9 {
  margin: 0.medusa-1agqfv 0;
}

.medusa-xyqm0h {
  display: flex;
  min-width: 224px;
}

.medusa-dhbz9k {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.medusa-gxok33 ease-in-out;
}

.medusa-ue838n,
.medusa-dhbz9k:hover {
  color: var(--text-color);
}

.medusa-xwg25z {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.medusa-wnjqnr {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .medusa-q7l1cy {
    padding: 16px;
  }
  .medusa-xwg25z {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .medusa-wnjqnr {
    align-items: center;
  }
  .medusa-7q8zpt {
    width: unset;
  }
  .medusa-xyqm0h {
    min-width: unset;
  }
  .medusa-lnufjx {
    max-height: unset;
  }
  .medusa-x2enje {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .medusa-q7l1cy {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.medusa-rqtx2c {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.medusa-rqtx2c:not(:last-child) {
  margin-bottom: 16px;
}

.medusa-b27ajw {
  outline: 0;
}

.medusa-b27ajw .medusa-e3l1y0 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.medusa-tlv02h {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .medusa-tlv02h {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.medusa-tlv02h::-webkit-details-marker {
  display: none;
}

.medusa-tlv02h: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;
}

.medusa-tlv02h: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] .medusa-tlv02h:after {
  transform: unset;
}

.medusa-e3l1y0 {
  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);
}

.medusa-e3l1y0 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.medusa-gxok33 ease-in-out;
  -o-transition: 0.medusa-gxok33 ease-in-out;
  transition: 0.medusa-gxok33 ease-in-out;
}

.medusa-i24td0 {
  padding: 16px 0 0 0;
}

.medusa-i24td0 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .medusa-i24td0 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .medusa-tlv02h {
    flex-wrap: wrap;
    gap: 12px;
  }
  .medusa-tlv02h::after {
    margin-left: auto;
  }
  .medusa-e3l1y0 {
    order: 3;
    flex: 1 1 100%;
  }
  .medusa-tlv02h {
    font-size: 14px;
    line-height: 130%;
  }
  .medusa-e3l1y0 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.medusa-gn70sh {
  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;
}

.medusa-09njg5 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.medusa-gn70sh.medusa-e5mqyj .medusa-09njg5 {
  margin-bottom: 12px;
}

.medusa-09njg5::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;
}

.medusa-gn70sh.medusa-e5mqyj .medusa-09njg5::after {
  transform: unset;
}

.medusa-ransq4 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.medusa-1zknzd {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.medusa-gxok33 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.medusa-1zknzd: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;
}

.medusa-gn70sh.medusa-e5mqyj .medusa-ransq4 {
  max-height: 100%;
}

.medusa-oenrfs {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.medusa-ietwi5 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.medusa-jxn6iz {
  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;
}

.medusa-ntzfo4 {
  margin-right: 4px;
}

.medusa-g0h8is {
  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.medusa-gxok33 ease-in-out;
}

.medusa-g0h8is svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.medusa-nbaopz,
.medusa-g0h8is:hover {
  color: var(--text-color);
}

.medusa-scv61u {
  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;
}

.medusa-scv61u img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.medusa-scv61u .medusa-qq5eyt {
  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;
}

.medusa-scv61u .medusa-mwevu2 {
  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;
}

.medusa-c6fxca {
  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;
}

.medusa-g95pnd {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.medusa-2lrrie .medusa-6k5nxm {
  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;
}

.medusa-2lrrie {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.medusa-lpoply {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.medusa-8kbjf6 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.medusa-5wy7l2 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.medusa-kqszbw 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;
}

.medusa-5wy7l2:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.medusa-1lvmo9 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.medusa-4h9fqo {
  -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.medusa-gxok33 ease-in-out;
  transition: transform 0.medusa-gxok33 ease-in-out;
  -o-transition: transform 0.medusa-gxok33 ease-in-out;
  transition:
    transform 0.medusa-gxok33 ease-in-out,
    -webkit-transform 0.medusa-gxok33 ease-in-out;
  cursor: pointer;
}

.medusa-4h9fqo svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.medusa-4h9fqo: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;
}

.medusa-u0f8rq {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .medusa-u0f8rq {
    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);
}

.medusa-tcv0k8 {
  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;
}

.medusa-qh3bb1 {
  position: relative;
  width: 100%;
}

.medusa-tcv0k8.medusa-c9ctzm {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.medusa-tcv0k8.medusa-b8mnbb {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.medusa-tcv0k8.medusa-ldvaif {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.medusa-uo7owd {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.medusa-k8gjt8 {
  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.medusa-gxok33 ease-in-out;
  cursor: pointer;
}

.medusa-k8gjt8:hover {
  opacity: 0.5;
}

.medusa-tcv0k8.medusa-u4s7k8 .medusa-k8gjt8 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.medusa-tcv0k8.medusa-u4s7k8 .medusa-uo7owd {
  cursor: pointer;
}

.medusa-abwmu7 {
  fill: #0009;
}

.medusa-z3grbn {
  fill: #fff;
}

.medusa-k8gjt8:hover .medusa-abwmu7 {
  fill: red;
}

.medusa-k8gjt8 svg path {
  -webkit-transition: 0.medusa-gxok33 ease-in-out;
  -o-transition: 0.medusa-gxok33 ease-in-out;
  transition: 0.medusa-gxok33 ease-in-out;
}

.medusa-xpcbng {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.medusa-xpcbng > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.medusa-xpcbng.medusa-mmurfs > :not(.get-image) {
  grid-column: 1/3;
}

.medusa-l0s617:not(._h1-block) .medusa-xpcbng > .medusa-p2lid8 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.medusa-xpcbng.medusa-mmurfs .medusa-6sylkd {
  grid-column: 2/3;
}

.medusa-xpcbng.medusa-mmurfs > .medusa-zyi73v {
  grid-column: 1/2;
}

.medusa-xpcbng.medusa-mmurfs > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.medusa-xpcbng > p:first-of-type {
  margin-top: 0;
}

.medusa-xpcbng .medusa-zyi73v {
  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;
}

.medusa-l0s617:not(._h1-block) .medusa-p2lid8 ~ .medusa-zyi73v {
  grid-row: 2/10;
}

.medusa-l0s617.medusa-0c6wja .medusa-p2lid8 ~ .medusa-zyi73v {
  grid-row: 1/10;
}

.medusa-l0s617.medusa-0c6wja > .medusa-p2lid8 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.medusa-l0s617.medusa-0c6wja .medusa-zyi73v {
  grid-row: 1/10;
}

.medusa-xpcbng.medusa-lop6pa .medusa-zyi73v {
  align-items: flex-start;
}

.medusa-xpcbng.medusa-b8mnbb .medusa-6sylkd {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.medusa-xpcbng.medusa-b8mnbb .medusa-zyi73v {
  align-items: center;
}

.medusa-xpcbng.medusa-w3shjs .medusa-zyi73v {
  align-items: flex-end;
}

.medusa-6sylkd > :first-child {
  margin-top: 0;
}

.medusa-6sylkd > :last-child {
  margin-bottom: 0;
}

* + .medusa-743nes,
.medusa-l0s617 + .medusa-l0s617 {
  margin-top: 2rem;
}

.medusa-8kz40s td::before,
.medusa-8kz40s th::after {
  display: none !important;
}

.medusa-8kz40s #link-selector {
  color: #000;
}

.medusa-8kz40s .medusa-a926x7 {
  color: #135e96;
}

.medusa-8kz40s .medusa-fmuykh *,
.medusa-8kz40s .medusa-pd019w p,
.medusa-8kz40s .medusa-as9u2g * {
  color: #000;
}

.medusa-8kz40s .medusa-e4d57p {
  background: 0 0 !important;
}

.medusa-8kz40s .medusa-aes8b5 {
  color: #000;
}

.medusa-8kz40s .medusa-mh93na.medusa-lt871u {
  color: #fff;
}

.medusa-8kz40s .medusa-wjtc94 {
  color: #000;
}

.medusa-8kz40s
  .medusa-vbpi4p
  .medusa-ich9dz.medusa-lt871u.medusa-6bdqno {
  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;
}

.medusa-5irw9g,
body .medusa-h7pjxp {
  color: #000;
  background: var(--color-body) !important;
}

.medusa-5irw9g .medusa-tknrk0 .medusa-g2ytgo,
body .medusa-h7pjxp .medusa-tknrk0 .medusa-g2ytgo {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .medusa-1zknzd:focus,
  .medusa-1zknzd:hover {
    color: #f9cb16;
  }
  .medusa-cjtju0:focus,
  .medusa-cjtju0:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .medusa-dil2bb:focus img,
  .medusa-dil2bb:focus svg,
  .medusa-dil2bb:hover img,
  .medusa-dil2bb:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .medusa-scv61u {
    display: none;
  }
}

@media (min-width: 1024px) {
  .medusa-2sg8po:hover .medusa-o0ux8d svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .medusa-o0ux8d {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .medusa-1v2bo5 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .medusa-q9uo5b {
    grid-template-columns: repeat(4, 1fr);
  }
  .medusa-wi49np {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .medusa-iwtb4x .medusa-s054yl {
    grid-template-columns: 1fr;
  }
  .medusa-iwtb4x .medusa-rizbwx {
    -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;
  }
  .medusa-iwtb4x .medusa-dvyatu {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .medusa-iwtb4x .medusa-cowbgf {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .medusa-iwtb4x .medusa-dqykrm {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .medusa-iwtb4x .medusa-dvyatu:not(:first-child) {
    border: none;
  }
  .medusa-iwtb4x .medusa-dvyatu:first-child .medusa-cowbgf {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .medusa-iwtb4x .medusa-dvyatu:last-child .medusa-cowbgf {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .medusa-lm16cq {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .medusa-069cmi {
    max-width: 100px;
  }
  .medusa-787tvh {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .medusa-3nbz3j {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .medusa-3nbz3j svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .medusa-cah7r5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .medusa-787tvh + .medusa-3nbz3j {
    margin-left: auto;
  }
  .medusa-e89z3z {
    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;
  }
  .medusa-e89z3z.medusa-e5mqyj {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .medusa-mwf04d {
    -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;
  }
  .medusa-u654gi {
    width: 100%;
  }
  .medusa-u654gi:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .medusa-o2ppzj {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .medusa-o2ppzj svg {
    margin-right: 4px;
  }
  .medusa-2sg8po {
    -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;
  }
  .medusa-o0ux8d svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .medusa-o0ux8d {
    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;
  }
  .medusa-tr92s9 {
    display: none;
    width: 100%;
  }
  .medusa-2sg8po.medusa-e5mqyj .medusa-tr92s9 {
    padding: 0 0 0 48px;
  }
  .medusa-9k4a8h {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .medusa-n02qgg .medusa-zyi73v {
    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;
  }
  .medusa-1mbfkn {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .medusa-1mbfkn + .medusa-1mbfkn {
    margin-right: 0;
  }
  .medusa-1mbfkn + .medusa-zyi73v {
    margin: 0;
  }
  .medusa-1v2bo5 {
    grid-template-columns: repeat(4, 1fr);
  }
  .medusa-q9uo5b {
    grid-template-columns: repeat(3, 1fr);
  }
  .medusa-iib4b1,
  .medusa-eje0r9 {
    grid-template-columns: repeat(2, 1fr);
  }
  .medusa-xpcbng {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .medusa-xpcbng.medusa-mmurfs .medusa-6sylkd {
    grid-column: auto;
    grid-row: auto;
  }
  .medusa-xpcbng > .medusa-p2lid8 {
    grid-column: 1/2;
  }
  .medusa-xpcbng.medusa-mmurfs > :not(.get-image) {
    grid-column: 1/2;
  }
  .medusa-xpcbng .medusa-zyi73v,
  .medusa-xpcbng.medusa-mmurfs > .medusa-zyi73v {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .medusa-xpcbng.medusa-mmurfs > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .medusa-l0s617.medusa-0c6wja .medusa-xpcbng > .medusa-zyi73v {
    grid-row: 1/2;
  }
  .medusa-xpcbng .medusa-p2lid8 ~ .medusa-zyi73v,
  .medusa-xpcbng.medusa-mmurfs .medusa-p2lid8 ~ .medusa-zyi73v {
    grid-row: 2/3;
  }
  .medusa-l0s617.medusa-0c6wja .medusa-p2lid8 ~ .medusa-zyi73v {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .medusa-6gv2jp:first-child .medusa-6fy1sr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .medusa-6gv2jp:first-child .medusa-6fy1sr h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .medusa-6gv2jp {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .medusa-6gv2jp {
    padding: 0;
  }
  .medusa-xdgiyl {
    margin-top: 1rem;
  }
  .medusa-b27ajw {
    border-radius: 5px;
  }
  .medusa-vpaf6t {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .medusa-09njg5::after {
    display: inline-block;
  }
  .medusa-09njg5 {
    margin: 0;
    width: 100%;
  }
  .medusa-ransq4 {
    width: 100%;
  }
  .medusa-ransq4.medusa-eu3znj {
    -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%;
  }
  .medusa-ransq4.medusa-eu3znj .medusa-5ydzay {
    width: 100%;
  }
  .medusa-ransq4.medusa-eu3znj .medusa-5ydzay:not(:last-child) {
    margin-right: 0;
  }
  .medusa-1zknzd {
    width: 100%;
    text-align: center;
  }
  .medusa-gn70sh.medusa-e5mqyj .medusa-ransq4 {
    margin-top: 1rem;
  }
  .medusa-1v2bo5 {
    grid-template-columns: repeat(3, 1fr);
  }
  .medusa-wi49np,
  .medusa-q9uo5b {
    grid-template-columns: repeat(2, 1fr);
  }
  .medusa-iib4b1,
  .medusa-eje0r9,
  .medusa-922xn8 {
    grid-template-columns: 1fr;
  }
  .medusa-9tm64l {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .medusa-90ppp5 {
    min-width: 300px;
    max-width: 325px;
  }
  .medusa-cowbgf {
    cursor: auto;
  }
  .medusa-oz74q2 .medusa-cowbgf {
    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;
  }
  .medusa-u0f8rq {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .medusa-tr92s9 {
    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) {
  .medusa-u0f8rq {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.medusa-1mbfkn p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .medusa-3nbz3j {
    margin: 0 -0.2rem;
  }
  .medusa-1mbfkn {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .medusa-gkuy5e {
    -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;
  }
  .medusa-954b6r {
    max-width: 100%;
  }
  .medusa-1v2bo5 {
    grid-template-columns: repeat(2, 1fr);
  }
  .medusa-wi49np,
  .medusa-q9uo5b {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .medusa-lm16cq {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medusa-3nbz3j {
    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;
  }
  .medusa-ywu47a {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medusa-agieju {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .medusa-sy5gjc,
  .medusa-xojevp {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .medusa-imi3z1 {
    width: 100%;
  }
  .medusa-1v2bo5 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .medusa-u0f8rq {
    top: 127px !important;
  }
}

.medusa-bw4yh7 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .medusa-bw4yh7 {
  }
}

@media (max-width: 767px) {
  .medusa-bw4yh7 {
    margin-bottom: 12px;
  }
}

.medusa-bw4yh7 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.medusa-hv9cvi {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.medusa-hv9cvi > .medusa-by0qf5 {
  flex: 1 1;
}

@media (max-width: 767px) {
  .medusa-hv9cvi {
    flex-direction: column;
    gap: 12px;
  }
}

.medusa-qi6n9u {
  display: flex;
}

.medusa-qi6n9u .medusa-ziuer1 {
  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;
}

.medusa-qi6n9u .medusa-rd3lum {
  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;
}

.medusa-qi6n9u .medusa-83fksu {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.medusa-qi6n9u .medusa-311ysl {
  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));
  }
}

.medusa-qi6n9u .medusa-311ysl:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.medusa-qi6n9u .medusa-m50hk0 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.medusa-vanxxb {
  border: unset;
  background-color: unset;
}

.medusa-vanxxb tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.medusa-vanxxb .medusa-sthww0,
.medusa-vanxxb .medusa-zq1o19 {
  flex: 0 1 330px;
}

.medusa-vanxxb .medusa-0231hi {
  flex: 1 1;
}

.medusa-vanxxb tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.medusa-vanxxb tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.medusa-vanxxb tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.medusa-vanxxb tr td p {
  color: #fff;
  margin: 0;
}

.medusa-vanxxb tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.medusa-vanxxb tr.medusa-sthww0 td p {
  padding: 16px 0;
}

.medusa-vanxxb tr.medusa-sthww0 td p:not(:last-child),
.medusa-vanxxb tr.medusa-zq1o19 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.medusa-vanxxb tr.medusa-sthww0 td p:first-child,
.medusa-vanxxb tr.medusa-zq1o19 td p:first-child {
  padding-top: 0;
}

.medusa-vanxxb tr.medusa-zq1o19 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.medusa-vanxxb tr.medusa-zq1o19 td p:last-child {
  padding-bottom: 0;
}

.medusa-vanxxb .medusa-zq1o19 img {
  max-width: 32px;
}

.medusa-vanxxb .medusa-0231hi {
  min-width: 718px;
}

.medusa-vanxxb .medusa-0231hi td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.medusa-vanxxb .medusa-0231hi td {
  display: flex;
}

.medusa-vanxxb .medusa-0231hi td:last-child .medusa-bv2o8d,
.medusa-vanxxb .medusa-0231hi td:last-child .medusa-nt4swc,
.medusa-vanxxb .medusa-0231hi td:last-child .medusa-pnan2a {
  flex: 1 1 50%;
}

.medusa-vanxxb .medusa-0231hi td:last-child .medusa-zy05yt {
  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;
}

.medusa-vanxxb .medusa-0231hi td:last-child .medusa-wzfn6g,
.medusa-vanxxb .medusa-0231hi td:last-child .medusa-httge2 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.medusa-vanxxb .medusa-0231hi td:last-child .medusa-bv2o8d,
.medusa-vanxxb .medusa-0231hi td:last-child .medusa-nt4swc {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.medusa-vanxxb .medusa-0231hi td:last-child .medusa-bv2o8d span,
.medusa-vanxxb .medusa-0231hi td:last-child .medusa-nt4swc span {
  font-weight: 800;
}

.medusa-vanxxb .medusa-0231hi img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .medusa-vanxxb .medusa-0231hi td .medusa-pnan2a:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .medusa-vanxxb tr.medusa-sthww0 td p:last-child {
    padding-bottom: 0;
  }
  .medusa-vanxxb .medusa-zq1o19 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .medusa-vanxxb .medusa-zq1o19 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .medusa-vanxxb tr.medusa-sthww0 td p:not(:last-child),
  .medusa-vanxxb tr.medusa-zq1o19 td p:not(:last-child) {
    border-bottom: unset;
  }
  .medusa-vanxxb tr.medusa-zq1o19 td p:last-child {
    padding-bottom: 12px;
  }
  .medusa-vanxxb .medusa-0231hi td:last-child .medusa-bv2o8d,
  .medusa-vanxxb .medusa-0231hi td:last-child .medusa-nt4swc,
  .medusa-vanxxb .medusa-0231hi td:last-child .medusa-pnan2a {
    flex: 1 1 50%;
    padding: 0;
  }
  .medusa-vanxxb .medusa-0231hi td:last-child .medusa-bv2o8d,
  .medusa-vanxxb .medusa-0231hi td:last-child .medusa-nt4swc {
    margin-top: 16px;
  }
  .medusa-vanxxb .medusa-0231hi td:last-child .medusa-pnan2a {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .medusa-vanxxb .medusa-0231hi td:last-child .medusa-bv2o8d {
    border-right: 1px solid var(--border-color);
  }
  .medusa-vanxxb .medusa-0231hi td:last-child .medusa-pnan2a:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .medusa-vanxxb .medusa-0231hi td:last-child .medusa-pnan2a:last-child {
    padding-bottom: 0;
  }
}

.medusa-pnan2a {
  display: flex;
  flex-direction: column;
}

.medusa-vanxxb .medusa-0231hi td .medusa-pnan2a {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.medusa-vanxxb .medusa-0231hi td .medusa-pnan2a:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.medusa-vanxxb .medusa-0231hi td .medusa-pnan2a:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .medusa-vanxxb .medusa-0231hi td .medusa-pnan2a:not(:first-child) {
    padding-left: 0;
  }
  .medusa-vanxxb .medusa-0231hi td .medusa-pnan2a:not(:last-of-type) {
    border-right: unset;
  }
}

.medusa-vanxxb .medusa-g7rfm2 {
  flex: 0 1 485px;
}

.medusa-vanxxb .medusa-r5n5gw {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.medusa-vanxxb .medusa-r5n5gw li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.medusa-vanxxb .medusa-r5n5gw li.medusa-16423p {
  padding: 6px 12px;
}

.medusa-vanxxb .medusa-r5n5gw li a,
.medusa-vanxxb .medusa-r5n5gw 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;
}

.medusa-vanxxb .medusa-lixdzv,
.medusa-vanxxb .medusa-3fmqu1 {
  flex: 1 1;
}

.medusa-vanxxb .medusa-362ugi,
.medusa-vanxxb .medusa-0zgvgb {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.medusa-vanxxb .medusa-362ugi li,
.medusa-vanxxb .medusa-0zgvgb li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.medusa-vanxxb .medusa-3fmqu1 img {
  max-width: 32px;
}

.medusa-vanxxb .medusa-lixdzv img {
  max-width: 32px;
}

.medusa-vanxxb .medusa-oede1x {
  min-width: 280px;
}

.medusa-vanxxb .medusa-oede1x img {
  max-width: 146px;
}

.medusa-vanxxb .medusa-oede1x td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .medusa-vanxxb .medusa-sthww0,
  .medusa-vanxxb .medusa-zq1o19 {
    flex: 0 1 auto;
  }
  .medusa-vanxxb .medusa-0231hi {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .medusa-vanxxb .medusa-sthww0,
  .medusa-vanxxb .medusa-g7rfm2,
  .medusa-vanxxb .medusa-zq1o19,
  .medusa-vanxxb .medusa-0231hi {
    flex: 1 1 calc(50% - 20px);
  }
  .medusa-vanxxb .medusa-lixdzv,
  .medusa-vanxxb .medusa-oede1x,
  .medusa-vanxxb .medusa-3fmqu1 {
    flex: 1 1 30%;
  }
  .medusa-vanxxb .medusa-oede1x {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .medusa-vanxxb .medusa-sthww0,
  .medusa-vanxxb .medusa-g7rfm2,
  .medusa-vanxxb .medusa-lixdzv,
  .medusa-vanxxb .medusa-zq1o19,
  .medusa-vanxxb .medusa-0231hi,
  .medusa-vanxxb .medusa-oede1x,
  .medusa-vanxxb .medusa-3fmqu1 {
    flex: 1 1 100%;
  }
}

.medusa-5c07ca .medusa-7mw8kk {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.medusa-5c07ca .medusa-mcrzoc {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.medusa-5c07ca .medusa-csvth6 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.medusa-5c07ca .medusa-tgav37 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.medusa-5c07ca .medusa-tgav37 > :nth-child(3) {
  margin-top: 0;
}

.medusa-5c07ca .medusa-zyi73v {
  grid-column: 2/3;
  grid-row: 1/10;
}

.medusa-5c07ca .medusa-0qjops {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.medusa-5c07ca .medusa-xdgiyl {
  grid-column: 1/2;
}

.medusa-5c07ca > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.medusa-5c07ca .medusa-mcrzoc: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;
}

.medusa-5c07ca .medusa-mcrzoc:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.medusa-5c07ca .medusa-imi3z1 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .medusa-5c07ca .medusa-mcrzoc:not(:last-child):before {
    bottom: 8px;
  }
  .medusa-5c07ca .medusa-mcrzoc:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .medusa-5c07ca .medusa-tgav37 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .medusa-5c07ca .medusa-zyi73v {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .medusa-5c07ca .medusa-zyi73v img {
    width: 100%;
    height: auto;
  }
  .medusa-5c07ca .medusa-imi3z1 {
    width: 100%;
    min-width: unset;
  }
}

.medusa-7tw7fj .medusa-z1guvs {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.medusa-7tw7fj .medusa-108m4n {
  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;
}

.medusa-7tw7fj .medusa-zyi73v {
  height: 100%;
}

.medusa-7tw7fj .medusa-zyi73v img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.medusa-7tw7fj .medusa-fs2298 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.medusa-7tw7fj .medusa-dklhew {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.medusa-7tw7fj .medusa-7ae164 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .medusa-7tw7fj .medusa-108m4n {
    flex: 1 1 100%;
  }
  .medusa-7tw7fj .medusa-mghj29 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .medusa-7tw7fj .medusa-108m4n {
    flex-direction: column;
  }
  .medusa-7tw7fj .medusa-zyi73v {
    width: 100%;
    height: auto;
  }
  .medusa-7tw7fj .medusa-zyi73v img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .medusa-7tw7fj .medusa-fs2298 {
    padding: 0 16px 16px 16px;
  }
  .medusa-7tw7fj .medusa-mghj29 {
    min-width: unset;
    width: 100%;
  }
}

.medusa-f8c1rk .medusa-yy2x3p {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.medusa-f8c1rk .medusa-36g6e8 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.medusa-f8c1rk 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;
}

.medusa-f8c1rk .medusa-5h3xvl {
  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;
}

.medusa-f8c1rk .medusa-36g6e8:hover .medusa-5h3xvl {
  display: flex;
}

.medusa-f8c1rk .medusa-h6iuyz {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.medusa-f8c1rk .medusa-i72ewi {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.medusa-hlle8x {
  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;
}

.medusa-hlle8x.medusa-nzmx2i {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.medusa-te0iae ease-in-out;
}

.medusa-hlle8x.medusa-nzmx2i:hover {
  color: #f9cb16;
  background-color: transparent;
}

.medusa-f8c1rk .medusa-32iqi3 {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.medusa-te0iae ease-in-out;
}

.medusa-f8c1rk .medusa-32iqi3:hover {
  color: #196948;
  background-color: #f9cb16;
}

.medusa-f8c1rk .medusa-32iqi3:after,
.medusa-hlle8x.medusa-nzmx2i:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.medusa-hlle8x.medusa-nzmx2i:after {
  background-image: url(../images/Cash.svg);
}

.medusa-f8c1rk .medusa-32iqi3:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .medusa-f8c1rk .medusa-yy2x3p {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .medusa-f8c1rk .medusa-yy2x3p {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .medusa-f8c1rk .medusa-yy2x3p {
    grid-template-columns: 1fr;
  }
  .medusa-f8c1rk .medusa-36g6e8 {
    height: auto;
  }
  .medusa-f8c1rk .medusa-36g6e8 .medusa-5h3xvl {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .medusa-f8c1rk .medusa-h6iuyz,
  .medusa-f8c1rk .medusa-i72ewi {
    text-align: left;
  }
  .medusa-f8c1rk .medusa-i72ewi {
    margin-bottom: 8px;
  }
  .medusa-f8c1rk img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.medusa-u9vako {
  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;
}

.medusa-u9vako.medusa-u4s7k8 {
  display: block;
}

.medusa-u9vako .medusa-k9o2ub {
  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;
}

.medusa-u9vako .medusa-996aez {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.medusa-u9vako .medusa-jnzhr4 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.medusa-u9vako .medusa-c7s1rd {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.medusa-u9vako .medusa-hlle8x {
  min-width: 296px;
  margin-bottom: 0;
}

.medusa-u9vako .medusa-ct1qfj {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.medusa-u9vako .medusa-a3ubhv {
  position: relative;
  flex: 1 1;
}

.medusa-u9vako .medusa-a3ubhv iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .medusa-u9vako .medusa-996aez {
    flex-wrap: wrap;
    gap: 8px;
  }
  .medusa-u9vako .medusa-jnzhr4 {
    order: 1;
  }
  .medusa-u9vako .medusa-c7s1rd {
    order: 3;
    flex: 1 1 100%;
  }
  .medusa-u9vako .medusa-hlle8x {
    width: 100%;
    min-width: unset;
  }
  .medusa-u9vako .medusa-ct1qfj {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .medusa-xpcbng > .medusa-p2lid8 {
    margin-bottom: 0;
  }
  .medusa-xpcbng > .medusa-xdgiyl,
  .medusa-xpcbng > p {
    margin-top: 0;
  }
}

.medusa-5a2uw3 img,
.medusa-1mbfkn img {
  width: auto;
  object-fit: contain;
}

.medusa-5a2uw3 {
  align-items: center;
}

.medusa-5a2uw3 img {
  max-height: 76px;
}

.medusa-1mbfkn img {
  max-height: 64px;
}

.medusa-ypxpum {
  overflow: auto;
}

.medusa-yci6ad {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.medusa-2o4wxr:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.medusa-lgl87q {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.medusa-eb6g1e {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.medusa-lgl87q .medusa-zyi73v {
  margin-right: 20px;
  flex-shrink: 0;
}

.medusa-lgl87q img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.medusa-bvpiix {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.medusa-bvpiix > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .medusa-lgl87q {
    padding: 15px 10px;
  }
  .medusa-bvpiix {
    padding: 15px 10px;
  }
  .medusa-lgl87q .medusa-zyi73v {
    margin-right: 10px;
  }
}

.medusa-tftnr0 {
  overflow-x: auto;
}

.medusa-j901zo {
  border-collapse: collapse;
  width: 100%;
}

.medusa-tftnr0 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.medusa-tftnr0 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.medusa-tftnr0 td.medusa-le0ybj {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.medusa-tftnr0 td.medusa-12f7kx {
  border-right: none;
}

.medusa-tftnr0 td.medusa-12f7kx .medusa-zyi73v {
  justify-content: flex-start;
}

.medusa-tftnr0 td.medusa-12f7kx .medusa-zyi73v img {
  height: auto;
  width: 90px;
}

.medusa-tftnr0 td.medusa-djfcon,
.medusa-tftnr0 td.medusa-kf68ez {
  font-weight: 600;
  text-align: right;
}

.medusa-tftnr0 td.medusa-r8xop6,
.medusa-tftnr0 td.medusa-djfcon {
  padding-bottom: 10px;
  border-bottom: none;
}

.medusa-tftnr0 td.medusa-djfcon,
.medusa-tftnr0 td.medusa-kf68ez {
  border-left: none;
}

.medusa-tftnr0 td.medusa-r8xop6,
.medusa-tftnr0 td.medusa-rdt23h {
  border-right: none;
}

.medusa-tftnr0 td.medusa-rdt23h,
.medusa-tftnr0 td.medusa-kf68ez {
  border-top: none;
  padding-top: 10px;
}

.medusa-eig4jz {
  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;
}

.medusa-eig4jz .medusa-mghj29 {
  min-width: unset;
  width: 100%;
}

.medusa-eig4jz .medusa-mghj29.medusa-q0pp4j {
  grid-column: 1/2;
  grid-row: 1/2;
}

.medusa-eig4jz .medusa-mghj29.medusa-r4wsmz {
  grid-column: 2/3;
  grid-row: 1/2;
}

.medusa-eig4jz .medusa-xmwo9y {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .medusa-eig4jz {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .medusa-eig4jz .medusa-mghj29.medusa-q0pp4j {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .medusa-eig4jz .medusa-mghj29.medusa-r4wsmz {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .medusa-eig4jz .medusa-xmwo9y {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.medusa-of5ql2 {
  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;
}

.medusa-763s7q {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.medusa-jp6eil p a img {
  margin: 0 auto;
  display: block;
}

.medusa-jp6eil table {
  margin-bottom: 17px;
}

/* contanct form */
.medusa-djcj5h {
  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;
}

.medusa-djcj5h label {
  font-size: 14px;
}

.medusa-djcj5h h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.medusa-djcj5h input,
.medusa-djcj5h textarea,
.medusa-djcj5h 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;
}
.medusa-djcj5h button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.medusa-te0iae ease;
}
.medusa-djcj5h button:hover {
  background-color: #691204;
}
.medusa-rjpqn0 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.medusa-09z1la ease-in;
}

.medusa-rjpqn0 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;
}
.medusa-8qy25u, .medusa-xr1r8e, [class*="review-card"],
thead, thead th, table th, .medusa-ji8uy2,
.medusa-e84p0q, [class*="collapsible-header"],
.medusa-d39keg, [class*="updated-block"] {
  color: #ece7dc !important;
}
