@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);
}

.roostake-s360tx {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.roostake-l6u4gn {
  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.roostake-vs4wsf,
ul.roostake-vs4wsf {
  padding-left: 20px;
}

ul.roostake-vs4wsf {
  list-style: disc;
}

ol.roostake-vs4wsf {
  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;
  }
}

.roostake-a0vcom > .roostake-vb2k7d,
.roostake-a0vcom > .roostake-7iem2f,
.roostake-a0vcom > blockquote,
.roostake-a0vcom > h1,
.roostake-a0vcom > h2,
.roostake-a0vcom > h3,
.roostake-a0vcom > h4,
.roostake-a0vcom > h5,
.roostake-a0vcom > h6,
.roostake-a0vcom > ol,
.roostake-a0vcom > p,
.roostake-a0vcom > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.roostake-a0vcom > ol,
.roostake-a0vcom > ul {
  padding-left: 50px;
}

.roostake-a0vcom 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;
}

.roostake-a0vcom:not(:last-child) {
  margin-bottom: 2rem;
}

.roostake-a0vcom > :not(:first-child) {
  margin-top: 2rem;
}

.roostake-a0vcom {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.roostake-a0vcom:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .roostake-a0vcom:first-child {
    margin-top: 20px;
  }
}

.roostake-a0vcom > p:last-of-type {
  margin-bottom: 32px;
}

.roostake-a0vcom > .roostake-0xu5ab:not(:first-child) {
  margin: 64px auto 16px auto;
}

.roostake-doj1js > .roostake-0xu5ab {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.roostake-7iem2f {
  overflow: auto;
}

.roostake-7iem2f::-webkit-scrollbar {
  height: 5px;
}

.roostake-7iem2f table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.roostake-7iem2f table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.roostake-7iem2f table thead,
table thead {
  border-bottom: none;
}

.roostake-7iem2f table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.roostake-7iem2f table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.roostake-7iem2f table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.roostake-7iem2f .roostake-o1ix7p {
  table-layout: auto;
}

.roostake-7iem2f .roostake-o1ix7p th {
  word-break: normal;
}

.roostake-7iem2f .roostake-o1ix7p td {
  word-break: normal;
}

.roostake-s360tx .roostake-s360tx {
  padding-right: 0;
  padding-left: 0;
}

.roostake-ywcnbp {
  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;
}

.roostake-gv5vqj {
  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;
}

.roostake-nbau29 {
  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;
}

.roostake-vb2k7d {
  margin-top: 24px;
}

.roostake-vb2k7d.roostake-wy6yxq {
  text-align: left;
}

.roostake-vb2k7d.roostake-3y37re {
  text-align: right;
}

.roostake-vb2k7d.roostake-ve1fon {
  text-align: center;
}

.roostake-f4gfrr {
  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.roostake-vy2k09 ease-in-out;
  cursor: pointer;
}

.roostake-f4gfrr:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.roostake-f4gfrr {
  min-width: 328px;
}

@media (max-width: 768px) {
  .roostake-f4gfrr {
    min-width: unset;
  }
}

.roostake-bxt2k6 {
  background-color: var(--fh-bg-color);
}

.roostake-8lgqrl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.roostake-7oty4l {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 80px;
}

.roostake-7oty4l img {
  max-height: 44px;
  object-fit: contain;
}

.roostake-horcmn {
  flex: 1 1;
}

.roostake-thuh6p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.roostake-1d5wg3 {
  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;
}

.roostake-1d5wg3 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;
}

.roostake-1d5wg3.roostake-zu3bgg span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.roostake-1d5wg3.roostake-zu3bgg span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.roostake-1d5wg3.roostake-zu3bgg span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.roostake-horcmn + .roostake-thuh6p {
  margin-left: 20px;
}

.roostake-yzw6iq {
  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;
}

.roostake-yzw6iq > svg {
  max-width: 24px;
  max-height: 24px;
}

.roostake-yzw6iq + .roostake-yzw6iq {
  margin-left: 5px;
}

.roostake-tcytsl {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.roostake-tcytsl:hover {
  background-color: var(--button-bg-hover);
}

.roostake-uc3m3h {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.roostake-vy2k09 ease-in-out;
  border: 1px solid var(--border-color);
}

.roostake-uc3m3h:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.roostake-9vr0fr {
  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) {
  .roostake-horcmn {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .roostake-9vr0fr {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .roostake-horcmn {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .roostake-yzw6iq {
    min-width: unset;
    flex: 1 1;
  }
}

.roostake-v6bdtn {
  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;
}

.roostake-v6bdtn:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.roostake-v6bdtn:hover .roostake-hza8ds {
  opacity: 1;
  pointer-events: auto;
}

.roostake-jac635 {
  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.roostake-z8ca9c ease-in-out;
  gap: 4px;
}

.roostake-jac635 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.roostake-jac635 .roostake-ywcnbp img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.roostake-yiox2a,
.roostake-jac635:hover {
  color: var(--button-bg-hover);
}

.roostake-kbfx6f {
  position: relative;
}

.roostake-kbfx6f .roostake-jac635 {
  margin-right: 0;
  padding-right: 4px;
}

.roostake-tq3h5c svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.roostake-kbfx6f.roostake-zu3bgg .roostake-tq3h5c svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.roostake-kbfx6f.roostake-zu3bgg .roostake-hza8ds {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.roostake-kbfx6f.roostake-zu3bgg .roostake-hza8ds::before {
  display: none;
}

.roostake-tq3h5c svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.roostake-hza8ds {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.roostake-3u2v91 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.roostake-hza8ds::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.roostake-hza8ds:hover {
  color: var(--fh-bg-color);
}

.roostake-c1xf9m {
  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.roostake-3u2v91 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.roostake-z8ca9c ease-in-out;
  -o-transition: 0.roostake-z8ca9c ease-in-out;
  transition: 0.roostake-z8ca9c ease-in-out;
}

.roostake-c1xf9m .roostake-ywcnbp img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.roostake-s5hqhb,
.roostake-c1xf9m:hover {
  color: var(--button-bg-hover);
}

.roostake-ghnknc {
  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%;
}

.roostake-ghnknc.roostake-gqre8b {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.roostake-ghnknc.roostake-gqre8b:after,
.roostake-ghnknc.roostake-gqre8b:before {
  content: "";
  position: absolute;
  margin: auto;
}

.roostake-ghnknc.roostake-gqre8b: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);
  }
}

.roostake-ghnknc.roostake-gqre8b:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.roostake-ghnknc.roostake-gqre8b > * {
  z-index: 1;
}

.roostake-ghnknc b,
.roostake-ghnknc strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.roostake-ghnknc .roostake-4qsout {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.roostake-ghnknc .roostake-d8wtoj {
  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;
}

.roostake-ghnknc .roostake-ywcnbp {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.roostake-ghnknc .roostake-lc8bsr {
  margin-top: 12px;
}

.roostake-lc8bsr {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.roostake-gg7ywf {
  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;
}

.roostake-lc8bsr .roostake-3ebczl {
  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.roostake-vy2k09 ease-in-out;
}

.roostake-lc8bsr .roostake-3ebczl:hover {
  background: rgba(255, 255, 255, 0.3);
}

.roostake-xrz7ji {
  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;
}

.roostake-ghnknc.roostake-9up0at {
  gap: 12px;
  padding: 16px;
}

.roostake-ghnknc.roostake-9up0at .roostake-xrz7ji {
  min-width: 240px;
}

.roostake-ghnknc.roostake-9up0at .roostake-xrz7ji.roostake-o4xzd2 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .roostake-ghnknc .roostake-4qsout {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .roostake-ghnknc .roostake-d8wtoj {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .roostake-ghnknc .roostake-ywcnbp {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .roostake-ghnknc.roostake-9up0at .roostake-ywcnbp {
    max-width: 126px;
  }
  .roostake-ghnknc .roostake-lc8bsr {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .roostake-ghnknc .roostake-gg7ywf {
    max-width: unset;
  }
  .roostake-xrz7ji {
    min-width: unset;
    width: 100%;
  }
  .roostake-ghnknc .roostake-xrz7ji {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .roostake-ghnknc.roostake-9up0at {
    grid-template-rows: auto 1fr auto;
  }
  .roostake-ghnknc.roostake-9up0at .roostake-xrz7ji {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .roostake-ghnknc {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .roostake-ghnknc .roostake-4qsout {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .roostake-ghnknc .roostake-ywcnbp {
    max-width: 78px;
  }
  .roostake-ghnknc .roostake-lc8bsr {
    margin-top: -12px;
  }
  .roostake-ghnknc.roostake-9up0at {
    gap: 8px;
  }
  .roostake-ghnknc.roostake-9up0at .roostake-4qsout {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .roostake-ghnknc.roostake-9up0at .roostake-d8wtoj {
    grid-column: 1/3;
  }
  .roostake-ghnknc.roostake-9up0at .roostake-ywcnbp {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .roostake-ghnknc.roostake-9up0at .roostake-ywcnbp img {
    max-width: 114px;
  }
}

.roostake-xrz7ji.roostake-vv9yyd,
.roostake-xrz7ji.roostake-cfu37g,
.roostake-xrz7ji.roostake-djxekl {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.roostake-vy2k09 ease-in-out;
}

.roostake-xrz7ji.roostake-vv9yyd,
.roostake-xrz7ji.roostake-djxekl {
  padding: 10px;
}

.roostake-xrz7ji.roostake-vv9yyd:hover,
.roostake-xrz7ji.roostake-cfu37g:hover,
.roostake-xrz7ji.roostake-djxekl:hover {
  background: var(--button-bg-hover);
}

.roostake-xrz7ji.roostake-vv9yyd:hover svg path,
.roostake-xrz7ji.roostake-djxekl:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.roostake-xrz7ji.roostake-o4xzd2 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.roostake-vy2k09 ease-in-out;
  background: var(--button-bg-color);
}

.roostake-xrz7ji.roostake-o4xzd2:hover {
  background-color: var(--button-bg-hover);
}

.roostake-xrz7ji.roostake-cfu37g: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);
  }
}

.roostake-xrz7ji.roostake-cfu37g:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.roostake-xrz7ji.roostake-o4xzd2:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.roostake-w1fxam {
  max-width: 650px;
}

.roostake-klj0xd {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.roostake-gmp1c3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.roostake-bdsrr8 {
  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.roostake-z8ca9c ease-in-out;
  cursor: pointer;
}

.roostake-bdsrr8:hover {
  opacity: 0.5;
}

.roostake-bdsrr8:focus {
  outline: 0;
}

.roostake-bdsrr8:focus .roostake-4je4fv,
.roostake-bdsrr8:hover .roostake-4je4fv {
  fill: red;
  fill-opacity: 1;
}

.roostake-bdsrr8:hover {
  cursor: pointer;
}

.roostake-3fyzam {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.roostake-w1fxam.roostake-ve1fon {
  margin: 0 auto;
}

.roostake-w1fxam.roostake-3y37re {
  margin-left: auto;
}

.roostake-997em4 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.roostake-kkmxqr {
  padding-bottom: 50px;
}

.roostake-d4ekys {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.roostake-nptnhh {
  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;
}

.roostake-un88c7 {
  margin-top: 24px;
}

.roostake-pkfx1u {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.roostake-htb9wy {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.roostake-vk9db6 {
  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;
}

.roostake-inxl5a {
  width: 468px;
}

.roostake-vk9db6 .roostake-hza8ds {
  margin: 0.roostake-pekgd0 0;
}

.roostake-y01yp1 {
  display: flex;
  min-width: 224px;
}

.roostake-uyst3g {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.roostake-z8ca9c ease-in-out;
}

.roostake-ohb2dd,
.roostake-uyst3g:hover {
  color: var(--text-color);
}

.roostake-ykyb9p {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.roostake-8h0fr1 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .roostake-997em4 {
    padding: 16px;
  }
  .roostake-ykyb9p {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .roostake-8h0fr1 {
    align-items: center;
  }
  .roostake-inxl5a {
    width: unset;
  }
  .roostake-y01yp1 {
    min-width: unset;
  }
  .roostake-vk9db6 {
    max-height: unset;
  }
  .roostake-d4ekys {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .roostake-997em4 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.roostake-m3wgfl {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.roostake-m3wgfl:not(:last-child) {
  margin-bottom: 16px;
}

.roostake-67xr90 {
  outline: 0;
}

.roostake-67xr90 .roostake-jst48l {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.roostake-5km3cz {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .roostake-5km3cz {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.roostake-5km3cz::-webkit-details-marker {
  display: none;
}

.roostake-5km3cz: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;
}

.roostake-5km3cz: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] .roostake-5km3cz:after {
  transform: unset;
}

.roostake-jst48l {
  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);
}

.roostake-jst48l 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.roostake-z8ca9c ease-in-out;
  -o-transition: 0.roostake-z8ca9c ease-in-out;
  transition: 0.roostake-z8ca9c ease-in-out;
}

.roostake-biz76h {
  padding: 16px 0 0 0;
}

.roostake-biz76h * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .roostake-biz76h :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .roostake-5km3cz {
    flex-wrap: wrap;
    gap: 12px;
  }
  .roostake-5km3cz::after {
    margin-left: auto;
  }
  .roostake-jst48l {
    order: 3;
    flex: 1 1 100%;
  }
  .roostake-5km3cz {
    font-size: 14px;
    line-height: 130%;
  }
  .roostake-jst48l svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.roostake-oozn04 {
  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;
}

.roostake-pjtsh8 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.roostake-oozn04.roostake-zu3bgg .roostake-pjtsh8 {
  margin-bottom: 12px;
}

.roostake-pjtsh8::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;
}

.roostake-oozn04.roostake-zu3bgg .roostake-pjtsh8::after {
  transform: unset;
}

.roostake-tkytnd {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.roostake-q32gmx {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.roostake-z8ca9c ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.roostake-q32gmx: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;
}

.roostake-oozn04.roostake-zu3bgg .roostake-tkytnd {
  max-height: 100%;
}

.roostake-j0n153 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.roostake-x2tqfi {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.roostake-a1irh9 {
  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;
}

.roostake-giqai5 {
  margin-right: 4px;
}

.roostake-b3u9ct {
  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.roostake-z8ca9c ease-in-out;
}

.roostake-b3u9ct svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.roostake-tv9t56,
.roostake-b3u9ct:hover {
  color: var(--text-color);
}

.roostake-zw5kux {
  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;
}

.roostake-zw5kux img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.roostake-zw5kux .roostake-lsgcho {
  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;
}

.roostake-zw5kux .roostake-vg516i {
  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;
}

.roostake-vrz9ps {
  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;
}

.roostake-ey3xmv {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.roostake-jlt43n .roostake-s360tx {
  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;
}

.roostake-jlt43n {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.roostake-6envbr {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.roostake-m3voen {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.roostake-84iavi {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.roostake-yakho8 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;
}

.roostake-84iavi:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.roostake-l3ykpv {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.roostake-s2p6my {
  -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.roostake-z8ca9c ease-in-out;
  transition: transform 0.roostake-z8ca9c ease-in-out;
  -o-transition: transform 0.roostake-z8ca9c ease-in-out;
  transition:
    transform 0.roostake-z8ca9c ease-in-out,
    -webkit-transform 0.roostake-z8ca9c ease-in-out;
  cursor: pointer;
}

.roostake-s2p6my svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.roostake-s2p6my: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;
}

.roostake-l7ld8l {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .roostake-l7ld8l {
    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);
}

.roostake-2azuep {
  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;
}

.roostake-fp0i2u {
  position: relative;
  width: 100%;
}

.roostake-2azuep.roostake-tyzrxg {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.roostake-2azuep.roostake-ve1fon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.roostake-2azuep.roostake-3y37re {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.roostake-4640yb {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.roostake-u3zz4w {
  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.roostake-z8ca9c ease-in-out;
  cursor: pointer;
}

.roostake-u3zz4w:hover {
  opacity: 0.5;
}

.roostake-2azuep.roostake-j1cb8s .roostake-u3zz4w {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.roostake-2azuep.roostake-j1cb8s .roostake-4640yb {
  cursor: pointer;
}

.roostake-r7bmm7 {
  fill: #0009;
}

.roostake-e4a1zr {
  fill: #fff;
}

.roostake-u3zz4w:hover .roostake-r7bmm7 {
  fill: red;
}

.roostake-u3zz4w svg path {
  -webkit-transition: 0.roostake-z8ca9c ease-in-out;
  -o-transition: 0.roostake-z8ca9c ease-in-out;
  transition: 0.roostake-z8ca9c ease-in-out;
}

.roostake-ml42cr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.roostake-ml42cr > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.roostake-ml42cr.roostake-pubecy > :not(.get-image) {
  grid-column: 1/3;
}

.roostake-upvk1s:not(._h1-block) .roostake-ml42cr > .roostake-0xu5ab {
  grid-row: 1/2;
  grid-column: 1/3;
}

.roostake-ml42cr.roostake-pubecy .roostake-5ok7v2 {
  grid-column: 2/3;
}

.roostake-ml42cr.roostake-pubecy > .roostake-ywcnbp {
  grid-column: 1/2;
}

.roostake-ml42cr.roostake-pubecy > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.roostake-ml42cr > p:first-of-type {
  margin-top: 0;
}

.roostake-ml42cr .roostake-ywcnbp {
  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;
}

.roostake-upvk1s:not(._h1-block) .roostake-0xu5ab ~ .roostake-ywcnbp {
  grid-row: 2/10;
}

.roostake-upvk1s.roostake-b7s8sa .roostake-0xu5ab ~ .roostake-ywcnbp {
  grid-row: 1/10;
}

.roostake-upvk1s.roostake-b7s8sa > .roostake-0xu5ab {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.roostake-upvk1s.roostake-b7s8sa .roostake-ywcnbp {
  grid-row: 1/10;
}

.roostake-ml42cr.roostake-1s4rml .roostake-ywcnbp {
  align-items: flex-start;
}

.roostake-ml42cr.roostake-ve1fon .roostake-5ok7v2 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.roostake-ml42cr.roostake-ve1fon .roostake-ywcnbp {
  align-items: center;
}

.roostake-ml42cr.roostake-qwan6k .roostake-ywcnbp {
  align-items: flex-end;
}

.roostake-5ok7v2 > :first-child {
  margin-top: 0;
}

.roostake-5ok7v2 > :last-child {
  margin-bottom: 0;
}

* + .roostake-4s6xeu,
.roostake-upvk1s + .roostake-upvk1s {
  margin-top: 2rem;
}

.roostake-clymbl td::before,
.roostake-clymbl th::after {
  display: none !important;
}

.roostake-clymbl #link-selector {
  color: #000;
}

.roostake-clymbl .roostake-wjeczm {
  color: #135e96;
}

.roostake-clymbl .roostake-tue3r3 *,
.roostake-clymbl .roostake-yqs3gd p,
.roostake-clymbl .roostake-uo0try * {
  color: #000;
}

.roostake-clymbl .roostake-2d1nd1 {
  background: 0 0 !important;
}

.roostake-clymbl .roostake-6zd30r {
  color: #000;
}

.roostake-clymbl .roostake-bocrj7.roostake-71w0za {
  color: #fff;
}

.roostake-clymbl .roostake-xx1jy2 {
  color: #000;
}

.roostake-clymbl
  .roostake-yev6q9
  .roostake-u89iwu.roostake-71w0za.roostake-wxsxh9 {
  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;
}

.roostake-dsq6cr,
body .roostake-47j90p {
  color: #000;
  background: var(--color-body) !important;
}

.roostake-dsq6cr .roostake-phu4l4 .roostake-5lavre,
body .roostake-47j90p .roostake-phu4l4 .roostake-5lavre {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .roostake-q32gmx:focus,
  .roostake-q32gmx:hover {
    color: #f9cb16;
  }
  .roostake-8evx9q:focus,
  .roostake-8evx9q:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .roostake-64pza0:focus img,
  .roostake-64pza0:focus svg,
  .roostake-64pza0:hover img,
  .roostake-64pza0:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .roostake-zw5kux {
    display: none;
  }
}

@media (min-width: 1024px) {
  .roostake-kbfx6f:hover .roostake-tq3h5c svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .roostake-tq3h5c {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .roostake-40neul {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .roostake-go3j8c {
    grid-template-columns: repeat(4, 1fr);
  }
  .roostake-jbl852 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .roostake-7nb36l .roostake-gjjagx {
    grid-template-columns: 1fr;
  }
  .roostake-7nb36l .roostake-ov40ss {
    -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;
  }
  .roostake-7nb36l .roostake-46j70a {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .roostake-7nb36l .roostake-0hyeze {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .roostake-7nb36l .roostake-jv336c {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .roostake-7nb36l .roostake-46j70a:not(:first-child) {
    border: none;
  }
  .roostake-7nb36l .roostake-46j70a:first-child .roostake-0hyeze {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .roostake-7nb36l .roostake-46j70a:last-child .roostake-0hyeze {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .roostake-8lgqrl {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .roostake-7oty4l {
    max-width: 100px;
  }
  .roostake-horcmn {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .roostake-thuh6p {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .roostake-thuh6p svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .roostake-1d5wg3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .roostake-horcmn + .roostake-thuh6p {
    margin-left: auto;
  }
  .roostake-3h70vw {
    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;
  }
  .roostake-3h70vw.roostake-zu3bgg {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .roostake-9vr0fr {
    -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;
  }
  .roostake-v6bdtn {
    width: 100%;
  }
  .roostake-v6bdtn:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .roostake-jac635 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .roostake-jac635 svg {
    margin-right: 4px;
  }
  .roostake-kbfx6f {
    -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;
  }
  .roostake-tq3h5c svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .roostake-tq3h5c {
    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;
  }
  .roostake-hza8ds {
    display: none;
    width: 100%;
  }
  .roostake-kbfx6f.roostake-zu3bgg .roostake-hza8ds {
    padding: 0 0 0 48px;
  }
  .roostake-c1xf9m {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .roostake-nptnhh .roostake-ywcnbp {
    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;
  }
  .roostake-v2ga27 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .roostake-v2ga27 + .roostake-v2ga27 {
    margin-right: 0;
  }
  .roostake-v2ga27 + .roostake-ywcnbp {
    margin: 0;
  }
  .roostake-40neul {
    grid-template-columns: repeat(4, 1fr);
  }
  .roostake-go3j8c {
    grid-template-columns: repeat(3, 1fr);
  }
  .roostake-55diau,
  .roostake-n9mje3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .roostake-ml42cr {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .roostake-ml42cr.roostake-pubecy .roostake-5ok7v2 {
    grid-column: auto;
    grid-row: auto;
  }
  .roostake-ml42cr > .roostake-0xu5ab {
    grid-column: 1/2;
  }
  .roostake-ml42cr.roostake-pubecy > :not(.get-image) {
    grid-column: 1/2;
  }
  .roostake-ml42cr .roostake-ywcnbp,
  .roostake-ml42cr.roostake-pubecy > .roostake-ywcnbp {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .roostake-ml42cr.roostake-pubecy > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .roostake-upvk1s.roostake-b7s8sa .roostake-ml42cr > .roostake-ywcnbp {
    grid-row: 1/2;
  }
  .roostake-ml42cr .roostake-0xu5ab ~ .roostake-ywcnbp,
  .roostake-ml42cr.roostake-pubecy .roostake-0xu5ab ~ .roostake-ywcnbp {
    grid-row: 2/3;
  }
  .roostake-upvk1s.roostake-b7s8sa .roostake-0xu5ab ~ .roostake-ywcnbp {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .roostake-a0vcom:first-child .roostake-wa1egp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .roostake-a0vcom:first-child .roostake-wa1egp h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .roostake-a0vcom {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .roostake-a0vcom {
    padding: 0;
  }
  .roostake-vb2k7d {
    margin-top: 1rem;
  }
  .roostake-67xr90 {
    border-radius: 5px;
  }
  .roostake-rhegje {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .roostake-pjtsh8::after {
    display: inline-block;
  }
  .roostake-pjtsh8 {
    margin: 0;
    width: 100%;
  }
  .roostake-tkytnd {
    width: 100%;
  }
  .roostake-tkytnd.roostake-xr2ans {
    -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%;
  }
  .roostake-tkytnd.roostake-xr2ans .roostake-fx71ia {
    width: 100%;
  }
  .roostake-tkytnd.roostake-xr2ans .roostake-fx71ia:not(:last-child) {
    margin-right: 0;
  }
  .roostake-q32gmx {
    width: 100%;
    text-align: center;
  }
  .roostake-oozn04.roostake-zu3bgg .roostake-tkytnd {
    margin-top: 1rem;
  }
  .roostake-40neul {
    grid-template-columns: repeat(3, 1fr);
  }
  .roostake-jbl852,
  .roostake-go3j8c {
    grid-template-columns: repeat(2, 1fr);
  }
  .roostake-55diau,
  .roostake-n9mje3,
  .roostake-ujrg80 {
    grid-template-columns: 1fr;
  }
  .roostake-3ubkxf {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .roostake-bd38aj {
    min-width: 300px;
    max-width: 325px;
  }
  .roostake-0hyeze {
    cursor: auto;
  }
  .roostake-3fvlxw .roostake-0hyeze {
    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;
  }
  .roostake-l7ld8l {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .roostake-hza8ds {
    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) {
  .roostake-l7ld8l {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.roostake-v2ga27 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .roostake-thuh6p {
    margin: 0 -0.2rem;
  }
  .roostake-v2ga27 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .roostake-63ppu9 {
    -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;
  }
  .roostake-32qkcj {
    max-width: 100%;
  }
  .roostake-40neul {
    grid-template-columns: repeat(2, 1fr);
  }
  .roostake-jbl852,
  .roostake-go3j8c {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .roostake-8lgqrl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .roostake-thuh6p {
    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;
  }
  .roostake-bxt2k6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .roostake-yzw6iq {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .roostake-neqn03,
  .roostake-17mlbg {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .roostake-f4gfrr {
    width: 100%;
  }
  .roostake-40neul {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .roostake-l7ld8l {
    top: 127px !important;
  }
}

.roostake-xe080m {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .roostake-xe080m {
  }
}

@media (max-width: 767px) {
  .roostake-xe080m {
    margin-bottom: 12px;
  }
}

.roostake-xe080m img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.roostake-95ky8r {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.roostake-95ky8r > .roostake-27l3xf {
  flex: 1 1;
}

@media (max-width: 767px) {
  .roostake-95ky8r {
    flex-direction: column;
    gap: 12px;
  }
}

.roostake-dndirt {
  display: flex;
}

.roostake-dndirt .roostake-qwj0m8 {
  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;
}

.roostake-dndirt .roostake-qjn9kl {
  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;
}

.roostake-dndirt .roostake-n6joes {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.roostake-dndirt .roostake-agouvt {
  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));
  }
}

.roostake-dndirt .roostake-agouvt:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.roostake-dndirt .roostake-cubf4h {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.roostake-vy5y04 {
  border: unset;
  background-color: unset;
}

.roostake-vy5y04 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.roostake-vy5y04 .roostake-70ybl5,
.roostake-vy5y04 .roostake-ll3grg {
  flex: 0 1 330px;
}

.roostake-vy5y04 .roostake-r7va6n {
  flex: 1 1;
}

.roostake-vy5y04 tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.roostake-vy5y04 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.roostake-vy5y04 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.roostake-vy5y04 tr td p {
  color: #fff;
  margin: 0;
}

.roostake-vy5y04 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.roostake-vy5y04 tr.roostake-70ybl5 td p {
  padding: 16px 0;
}

.roostake-vy5y04 tr.roostake-70ybl5 td p:not(:last-child),
.roostake-vy5y04 tr.roostake-ll3grg td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.roostake-vy5y04 tr.roostake-70ybl5 td p:first-child,
.roostake-vy5y04 tr.roostake-ll3grg td p:first-child {
  padding-top: 0;
}

.roostake-vy5y04 tr.roostake-ll3grg td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.roostake-vy5y04 tr.roostake-ll3grg td p:last-child {
  padding-bottom: 0;
}

.roostake-vy5y04 .roostake-ll3grg img {
  max-width: 32px;
}

.roostake-vy5y04 .roostake-r7va6n {
  min-width: 718px;
}

.roostake-vy5y04 .roostake-r7va6n td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.roostake-vy5y04 .roostake-r7va6n td {
  display: flex;
}

.roostake-vy5y04 .roostake-r7va6n td:last-child .roostake-mc6x1f,
.roostake-vy5y04 .roostake-r7va6n td:last-child .roostake-ze49ec,
.roostake-vy5y04 .roostake-r7va6n td:last-child .roostake-qun8yc {
  flex: 1 1 50%;
}

.roostake-vy5y04 .roostake-r7va6n td:last-child .roostake-jz882k {
  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;
}

.roostake-vy5y04 .roostake-r7va6n td:last-child .roostake-zu0zkk,
.roostake-vy5y04 .roostake-r7va6n td:last-child .roostake-phyter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.roostake-vy5y04 .roostake-r7va6n td:last-child .roostake-mc6x1f,
.roostake-vy5y04 .roostake-r7va6n td:last-child .roostake-ze49ec {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.roostake-vy5y04 .roostake-r7va6n td:last-child .roostake-mc6x1f span,
.roostake-vy5y04 .roostake-r7va6n td:last-child .roostake-ze49ec span {
  font-weight: 800;
}

.roostake-vy5y04 .roostake-r7va6n img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .roostake-vy5y04 .roostake-r7va6n td .roostake-qun8yc:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .roostake-vy5y04 tr.roostake-70ybl5 td p:last-child {
    padding-bottom: 0;
  }
  .roostake-vy5y04 .roostake-ll3grg > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .roostake-vy5y04 .roostake-ll3grg > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .roostake-vy5y04 tr.roostake-70ybl5 td p:not(:last-child),
  .roostake-vy5y04 tr.roostake-ll3grg td p:not(:last-child) {
    border-bottom: unset;
  }
  .roostake-vy5y04 tr.roostake-ll3grg td p:last-child {
    padding-bottom: 12px;
  }
  .roostake-vy5y04 .roostake-r7va6n td:last-child .roostake-mc6x1f,
  .roostake-vy5y04 .roostake-r7va6n td:last-child .roostake-ze49ec,
  .roostake-vy5y04 .roostake-r7va6n td:last-child .roostake-qun8yc {
    flex: 1 1 50%;
    padding: 0;
  }
  .roostake-vy5y04 .roostake-r7va6n td:last-child .roostake-mc6x1f,
  .roostake-vy5y04 .roostake-r7va6n td:last-child .roostake-ze49ec {
    margin-top: 16px;
  }
  .roostake-vy5y04 .roostake-r7va6n td:last-child .roostake-qun8yc {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .roostake-vy5y04 .roostake-r7va6n td:last-child .roostake-mc6x1f {
    border-right: 1px solid var(--border-color);
  }
  .roostake-vy5y04 .roostake-r7va6n td:last-child .roostake-qun8yc:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .roostake-vy5y04 .roostake-r7va6n td:last-child .roostake-qun8yc:last-child {
    padding-bottom: 0;
  }
}

.roostake-qun8yc {
  display: flex;
  flex-direction: column;
}

.roostake-vy5y04 .roostake-r7va6n td .roostake-qun8yc {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.roostake-vy5y04 .roostake-r7va6n td .roostake-qun8yc:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.roostake-vy5y04 .roostake-r7va6n td .roostake-qun8yc:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .roostake-vy5y04 .roostake-r7va6n td .roostake-qun8yc:not(:first-child) {
    padding-left: 0;
  }
  .roostake-vy5y04 .roostake-r7va6n td .roostake-qun8yc:not(:last-of-type) {
    border-right: unset;
  }
}

.roostake-vy5y04 .roostake-ciggak {
  flex: 0 1 485px;
}

.roostake-vy5y04 .roostake-kj6ix5 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.roostake-vy5y04 .roostake-kj6ix5 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.roostake-vy5y04 .roostake-kj6ix5 li.roostake-ri5nci {
  padding: 6px 12px;
}

.roostake-vy5y04 .roostake-kj6ix5 li a,
.roostake-vy5y04 .roostake-kj6ix5 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;
}

.roostake-vy5y04 .roostake-cqkawk,
.roostake-vy5y04 .roostake-ktsjvy {
  flex: 1 1;
}

.roostake-vy5y04 .roostake-pqfjff,
.roostake-vy5y04 .roostake-jcke4h {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.roostake-vy5y04 .roostake-pqfjff li,
.roostake-vy5y04 .roostake-jcke4h li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.roostake-vy5y04 .roostake-ktsjvy img {
  max-width: 32px;
}

.roostake-vy5y04 .roostake-cqkawk img {
  max-width: 32px;
}

.roostake-vy5y04 .roostake-lpw5k1 {
  min-width: 280px;
}

.roostake-vy5y04 .roostake-lpw5k1 img {
  max-width: 146px;
}

.roostake-vy5y04 .roostake-lpw5k1 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .roostake-vy5y04 .roostake-70ybl5,
  .roostake-vy5y04 .roostake-ll3grg {
    flex: 0 1 auto;
  }
  .roostake-vy5y04 .roostake-r7va6n {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .roostake-vy5y04 .roostake-70ybl5,
  .roostake-vy5y04 .roostake-ciggak,
  .roostake-vy5y04 .roostake-ll3grg,
  .roostake-vy5y04 .roostake-r7va6n {
    flex: 1 1 calc(50% - 20px);
  }
  .roostake-vy5y04 .roostake-cqkawk,
  .roostake-vy5y04 .roostake-lpw5k1,
  .roostake-vy5y04 .roostake-ktsjvy {
    flex: 1 1 30%;
  }
  .roostake-vy5y04 .roostake-lpw5k1 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .roostake-vy5y04 .roostake-70ybl5,
  .roostake-vy5y04 .roostake-ciggak,
  .roostake-vy5y04 .roostake-cqkawk,
  .roostake-vy5y04 .roostake-ll3grg,
  .roostake-vy5y04 .roostake-r7va6n,
  .roostake-vy5y04 .roostake-lpw5k1,
  .roostake-vy5y04 .roostake-ktsjvy {
    flex: 1 1 100%;
  }
}

.roostake-g3ehwk .roostake-5zz0g1 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.roostake-g3ehwk .roostake-kkpz3b {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.roostake-g3ehwk .roostake-we7550 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.roostake-g3ehwk .roostake-wkr9d8 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.roostake-g3ehwk .roostake-wkr9d8 > :nth-child(3) {
  margin-top: 0;
}

.roostake-g3ehwk .roostake-ywcnbp {
  grid-column: 2/3;
  grid-row: 1/10;
}

.roostake-g3ehwk .roostake-zsd6n2 {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.roostake-g3ehwk .roostake-vb2k7d {
  grid-column: 1/2;
}

.roostake-g3ehwk > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.roostake-g3ehwk .roostake-kkpz3b: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;
}

.roostake-g3ehwk .roostake-kkpz3b:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.roostake-g3ehwk .roostake-f4gfrr {
  min-width: 240px;
}

@media (max-width: 768px) {
  .roostake-g3ehwk .roostake-kkpz3b:not(:last-child):before {
    bottom: 8px;
  }
  .roostake-g3ehwk .roostake-kkpz3b:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .roostake-g3ehwk .roostake-wkr9d8 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .roostake-g3ehwk .roostake-ywcnbp {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .roostake-g3ehwk .roostake-ywcnbp img {
    width: 100%;
    height: auto;
  }
  .roostake-g3ehwk .roostake-f4gfrr {
    width: 100%;
    min-width: unset;
  }
}

.roostake-khp70u .roostake-06ir7u {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.roostake-khp70u .roostake-ei2f43 {
  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;
}

.roostake-khp70u .roostake-ywcnbp {
  height: 100%;
}

.roostake-khp70u .roostake-ywcnbp img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.roostake-khp70u .roostake-sy9tur {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.roostake-khp70u .roostake-q96pth {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.roostake-khp70u .roostake-m3goxn {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .roostake-khp70u .roostake-ei2f43 {
    flex: 1 1 100%;
  }
  .roostake-khp70u .roostake-xrz7ji {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .roostake-khp70u .roostake-ei2f43 {
    flex-direction: column;
  }
  .roostake-khp70u .roostake-ywcnbp {
    width: 100%;
    height: auto;
  }
  .roostake-khp70u .roostake-ywcnbp img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .roostake-khp70u .roostake-sy9tur {
    padding: 0 16px 16px 16px;
  }
  .roostake-khp70u .roostake-xrz7ji {
    min-width: unset;
    width: 100%;
  }
}

.roostake-njx1bq .roostake-84n4d6 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.roostake-njx1bq .roostake-37kq8w {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.roostake-njx1bq 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;
}

.roostake-njx1bq .roostake-2okuf3 {
  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;
}

.roostake-njx1bq .roostake-37kq8w:hover .roostake-2okuf3 {
  display: flex;
}

.roostake-njx1bq .roostake-6qnwxx {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.roostake-njx1bq .roostake-tfwgh2 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.roostake-20z3gh {
  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;
}

.roostake-20z3gh.roostake-ymbjew {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.roostake-vy2k09 ease-in-out;
}

.roostake-20z3gh.roostake-ymbjew:hover {
  color: #f9cb16;
  background-color: transparent;
}

.roostake-njx1bq .roostake-sofhkm {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.roostake-vy2k09 ease-in-out;
}

.roostake-njx1bq .roostake-sofhkm:hover {
  color: #196948;
  background-color: #f9cb16;
}

.roostake-njx1bq .roostake-sofhkm:after,
.roostake-20z3gh.roostake-ymbjew:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.roostake-20z3gh.roostake-ymbjew:after {
  background-image: url(../images/Cash.svg);
}

.roostake-njx1bq .roostake-sofhkm:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .roostake-njx1bq .roostake-84n4d6 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .roostake-njx1bq .roostake-84n4d6 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .roostake-njx1bq .roostake-84n4d6 {
    grid-template-columns: 1fr;
  }
  .roostake-njx1bq .roostake-37kq8w {
    height: auto;
  }
  .roostake-njx1bq .roostake-37kq8w .roostake-2okuf3 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .roostake-njx1bq .roostake-6qnwxx,
  .roostake-njx1bq .roostake-tfwgh2 {
    text-align: left;
  }
  .roostake-njx1bq .roostake-tfwgh2 {
    margin-bottom: 8px;
  }
  .roostake-njx1bq img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.roostake-wkvpsy {
  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;
}

.roostake-wkvpsy.roostake-j1cb8s {
  display: block;
}

.roostake-wkvpsy .roostake-sr60ia {
  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;
}

.roostake-wkvpsy .roostake-he3wv3 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.roostake-wkvpsy .roostake-t4a5zy {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.roostake-wkvpsy .roostake-in7nyv {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.roostake-wkvpsy .roostake-20z3gh {
  min-width: 296px;
  margin-bottom: 0;
}

.roostake-wkvpsy .roostake-zyx8d7 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.roostake-wkvpsy .roostake-ih7dcb {
  position: relative;
  flex: 1 1;
}

.roostake-wkvpsy .roostake-ih7dcb iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .roostake-wkvpsy .roostake-he3wv3 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .roostake-wkvpsy .roostake-t4a5zy {
    order: 1;
  }
  .roostake-wkvpsy .roostake-in7nyv {
    order: 3;
    flex: 1 1 100%;
  }
  .roostake-wkvpsy .roostake-20z3gh {
    width: 100%;
    min-width: unset;
  }
  .roostake-wkvpsy .roostake-zyx8d7 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .roostake-ml42cr > .roostake-0xu5ab {
    margin-bottom: 0;
  }
  .roostake-ml42cr > .roostake-vb2k7d,
  .roostake-ml42cr > p {
    margin-top: 0;
  }
}

.roostake-6vpww6 img,
.roostake-v2ga27 img {
  width: auto;
  object-fit: contain;
}

.roostake-6vpww6 {
  align-items: center;
}

.roostake-6vpww6 img {
  max-height: 76px;
}

.roostake-v2ga27 img {
  max-height: 64px;
}

.roostake-bap5in {
  overflow: auto;
}

.roostake-r7ezus {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.roostake-j6rfq5:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.roostake-ycqcii {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.roostake-i33ax0 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.roostake-ycqcii .roostake-ywcnbp {
  margin-right: 20px;
  flex-shrink: 0;
}

.roostake-ycqcii img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.roostake-u90kdf {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.roostake-u90kdf > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .roostake-ycqcii {
    padding: 15px 10px;
  }
  .roostake-u90kdf {
    padding: 15px 10px;
  }
  .roostake-ycqcii .roostake-ywcnbp {
    margin-right: 10px;
  }
}

.roostake-vagp3a {
  overflow-x: auto;
}

.roostake-m80sqe {
  border-collapse: collapse;
  width: 100%;
}

.roostake-vagp3a th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.roostake-vagp3a td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.roostake-vagp3a td.roostake-matf9v {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.roostake-vagp3a td.roostake-hfao17 {
  border-right: none;
}

.roostake-vagp3a td.roostake-hfao17 .roostake-ywcnbp {
  justify-content: flex-start;
}

.roostake-vagp3a td.roostake-hfao17 .roostake-ywcnbp img {
  height: auto;
  width: 90px;
}

.roostake-vagp3a td.roostake-c5dinw,
.roostake-vagp3a td.roostake-6xs4xo {
  font-weight: 600;
  text-align: right;
}

.roostake-vagp3a td.roostake-dgzrdf,
.roostake-vagp3a td.roostake-c5dinw {
  padding-bottom: 10px;
  border-bottom: none;
}

.roostake-vagp3a td.roostake-c5dinw,
.roostake-vagp3a td.roostake-6xs4xo {
  border-left: none;
}

.roostake-vagp3a td.roostake-dgzrdf,
.roostake-vagp3a td.roostake-sl9emo {
  border-right: none;
}

.roostake-vagp3a td.roostake-sl9emo,
.roostake-vagp3a td.roostake-6xs4xo {
  border-top: none;
  padding-top: 10px;
}

.roostake-5u21e6 {
  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;
}

.roostake-5u21e6 .roostake-xrz7ji {
  min-width: unset;
  width: 100%;
}

.roostake-5u21e6 .roostake-xrz7ji.roostake-vv9yyd {
  grid-column: 1/2;
  grid-row: 1/2;
}

.roostake-5u21e6 .roostake-xrz7ji.roostake-djxekl {
  grid-column: 2/3;
  grid-row: 1/2;
}

.roostake-5u21e6 .roostake-xnvi8q {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .roostake-5u21e6 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .roostake-5u21e6 .roostake-xrz7ji.roostake-vv9yyd {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .roostake-5u21e6 .roostake-xrz7ji.roostake-djxekl {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .roostake-5u21e6 .roostake-xnvi8q {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.roostake-w0yw3w {
  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;
}

.roostake-5hoq8t {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.roostake-doj1js p a img {
  margin: 0 auto;
  display: block;
}

.roostake-doj1js table {
  margin-bottom: 17px;
}

/* contanct form */
.roostake-hvsukz {
  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;
}

.roostake-hvsukz label {
  font-size: 14px;
}

.roostake-hvsukz h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.roostake-hvsukz input,
.roostake-hvsukz textarea,
.roostake-hvsukz 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;
}
.roostake-hvsukz button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.roostake-vy2k09 ease;
}
.roostake-hvsukz button:hover {
  background-color: #691204;
}
.roostake-gcsf0l {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.roostake-00bd0k ease-in;
}

.roostake-gcsf0l h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}