@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);
}

.oz2win-odeaq2 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.oz2win-x4okwk {
  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.oz2win-2zolyq,
ul.oz2win-2zolyq {
  padding-left: 20px;
}

ul.oz2win-2zolyq {
  list-style: disc;
}

ol.oz2win-2zolyq {
  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;
  }
}

.oz2win-k1b8kc > .oz2win-o8a2p8,
.oz2win-k1b8kc > .oz2win-wc9g3w,
.oz2win-k1b8kc > blockquote,
.oz2win-k1b8kc > h1,
.oz2win-k1b8kc > h2,
.oz2win-k1b8kc > h3,
.oz2win-k1b8kc > h4,
.oz2win-k1b8kc > h5,
.oz2win-k1b8kc > h6,
.oz2win-k1b8kc > ol,
.oz2win-k1b8kc > p,
.oz2win-k1b8kc > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.oz2win-k1b8kc > ol,
.oz2win-k1b8kc > ul {
  padding-left: 50px;
}

.oz2win-k1b8kc 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;
}

.oz2win-k1b8kc:not(:last-child) {
  margin-bottom: 2rem;
}

.oz2win-k1b8kc > :not(:first-child) {
  margin-top: 2rem;
}

.oz2win-k1b8kc {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.oz2win-k1b8kc:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .oz2win-k1b8kc:first-child {
    margin-top: 20px;
  }
}

.oz2win-k1b8kc > p:last-of-type {
  margin-bottom: 32px;
}

.oz2win-k1b8kc > .oz2win-oydbrq:not(:first-child) {
  margin: 64px auto 16px auto;
}

.oz2win-rj52yh > .oz2win-oydbrq {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.oz2win-wc9g3w {
  overflow: auto;
}

.oz2win-wc9g3w::-webkit-scrollbar {
  height: 5px;
}

.oz2win-wc9g3w table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.oz2win-wc9g3w table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.oz2win-wc9g3w table thead,
table thead {
  border-bottom: none;
}

.oz2win-wc9g3w table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.oz2win-wc9g3w table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.oz2win-wc9g3w table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.oz2win-wc9g3w .oz2win-0vqp25 {
  table-layout: auto;
}

.oz2win-wc9g3w .oz2win-0vqp25 th {
  word-break: normal;
}

.oz2win-wc9g3w .oz2win-0vqp25 td {
  word-break: normal;
}

.oz2win-odeaq2 .oz2win-odeaq2 {
  padding-right: 0;
  padding-left: 0;
}

.oz2win-2kh4rh {
  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;
}

.oz2win-fkko3p {
  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;
}

.oz2win-pafskq {
  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;
}

.oz2win-o8a2p8 {
  margin-top: 24px;
}

.oz2win-o8a2p8.oz2win-6mdw8t {
  text-align: left;
}

.oz2win-o8a2p8.oz2win-3t3ux3 {
  text-align: right;
}

.oz2win-o8a2p8.oz2win-gw76v1 {
  text-align: center;
}

.oz2win-v0cgdj {
  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.oz2win-aefmyc ease-in-out;
  cursor: pointer;
}

.oz2win-v0cgdj:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.oz2win-v0cgdj {
  min-width: 328px;
}

@media (max-width: 768px) {
  .oz2win-v0cgdj {
    min-width: unset;
  }
}

.oz2win-fxmmp8 {
  background-color: var(--fh-bg-color);
}

.oz2win-vmz6o1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.oz2win-hejxmu {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.oz2win-hejxmu img {
  max-height: 80px;
  object-fit: contain;
}

.oz2win-c7c3l1 {
  flex: 1 1;
}

.oz2win-eg2iha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.oz2win-o93ftr {
  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;
}

.oz2win-o93ftr 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;
}

.oz2win-o93ftr.oz2win-1ehevu span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.oz2win-o93ftr.oz2win-1ehevu span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.oz2win-o93ftr.oz2win-1ehevu span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.oz2win-c7c3l1 + .oz2win-eg2iha {
  margin-left: 20px;
}

.oz2win-bcudjs {
  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;
}

.oz2win-bcudjs > svg {
  max-width: 24px;
  max-height: 24px;
}

.oz2win-bcudjs + .oz2win-bcudjs {
  margin-left: 5px;
}

.oz2win-hl8qor {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.oz2win-hl8qor:hover {
  background-color: var(--button-bg-hover);
}

.oz2win-b0omwz {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.oz2win-aefmyc ease-in-out;
  border: 1px solid var(--border-color);
}

.oz2win-b0omwz:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.oz2win-0da9qj {
  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) {
  .oz2win-c7c3l1 {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .oz2win-0da9qj {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .oz2win-c7c3l1 {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .oz2win-bcudjs {
    min-width: unset;
    flex: 1 1;
  }
}

.oz2win-d85hbv {
  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;
}

.oz2win-d85hbv:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.oz2win-d85hbv:hover .oz2win-yrgo4y {
  opacity: 1;
  pointer-events: auto;
}

.oz2win-ma9wkx {
  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.oz2win-2b7ecy ease-in-out;
  gap: 4px;
}

.oz2win-ma9wkx > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.oz2win-ma9wkx .oz2win-2kh4rh img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.oz2win-athc1t,
.oz2win-ma9wkx:hover {
  color: var(--button-bg-hover);
}

.oz2win-m31bh8 {
  position: relative;
}

.oz2win-m31bh8 .oz2win-ma9wkx {
  margin-right: 0;
  padding-right: 4px;
}

.oz2win-pb2clb svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.oz2win-m31bh8.oz2win-1ehevu .oz2win-pb2clb svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.oz2win-m31bh8.oz2win-1ehevu .oz2win-yrgo4y {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.oz2win-m31bh8.oz2win-1ehevu .oz2win-yrgo4y::before {
  display: none;
}

.oz2win-pb2clb svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.oz2win-yrgo4y {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.oz2win-kidqh1 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.oz2win-yrgo4y::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.oz2win-yrgo4y:hover {
  color: var(--fh-bg-color);
}

.oz2win-zpfakf {
  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.oz2win-kidqh1 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.oz2win-2b7ecy ease-in-out;
  -o-transition: 0.oz2win-2b7ecy ease-in-out;
  transition: 0.oz2win-2b7ecy ease-in-out;
}

.oz2win-zpfakf .oz2win-2kh4rh img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.oz2win-3546ua,
.oz2win-zpfakf:hover {
  color: var(--button-bg-hover);
}

.oz2win-wh3spv {
  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%;
}

.oz2win-wh3spv.oz2win-21rqaw {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.oz2win-wh3spv.oz2win-21rqaw:after,
.oz2win-wh3spv.oz2win-21rqaw:before {
  content: "";
  position: absolute;
  margin: auto;
}

.oz2win-wh3spv.oz2win-21rqaw: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);
  }
}

.oz2win-wh3spv.oz2win-21rqaw:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.oz2win-wh3spv.oz2win-21rqaw > * {
  z-index: 1;
}

.oz2win-wh3spv b,
.oz2win-wh3spv strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.oz2win-wh3spv .oz2win-qpcxmk {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.oz2win-wh3spv .oz2win-00z5eq {
  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;
}

.oz2win-wh3spv .oz2win-2kh4rh {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.oz2win-wh3spv .oz2win-5epcrk {
  margin-top: 12px;
}

.oz2win-5epcrk {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.oz2win-wsw6wz {
  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;
}

.oz2win-5epcrk .oz2win-el1ala {
  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.oz2win-aefmyc ease-in-out;
}

.oz2win-5epcrk .oz2win-el1ala:hover {
  background: rgba(255, 255, 255, 0.3);
}

.oz2win-oovcau {
  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;
}

.oz2win-wh3spv.oz2win-48xl25 {
  gap: 12px;
  padding: 16px;
}

.oz2win-wh3spv.oz2win-48xl25 .oz2win-oovcau {
  min-width: 240px;
}

.oz2win-wh3spv.oz2win-48xl25 .oz2win-oovcau.oz2win-niettj {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .oz2win-wh3spv .oz2win-qpcxmk {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .oz2win-wh3spv .oz2win-00z5eq {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .oz2win-wh3spv .oz2win-2kh4rh {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .oz2win-wh3spv.oz2win-48xl25 .oz2win-2kh4rh {
    max-width: 126px;
  }
  .oz2win-wh3spv .oz2win-5epcrk {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .oz2win-wh3spv .oz2win-wsw6wz {
    max-width: unset;
  }
  .oz2win-oovcau {
    min-width: unset;
    width: 100%;
  }
  .oz2win-wh3spv .oz2win-oovcau {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .oz2win-wh3spv.oz2win-48xl25 {
    grid-template-rows: auto 1fr auto;
  }
  .oz2win-wh3spv.oz2win-48xl25 .oz2win-oovcau {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .oz2win-wh3spv {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .oz2win-wh3spv .oz2win-qpcxmk {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .oz2win-wh3spv .oz2win-2kh4rh {
    max-width: 78px;
  }
  .oz2win-wh3spv .oz2win-5epcrk {
    margin-top: -12px;
  }
  .oz2win-wh3spv.oz2win-48xl25 {
    gap: 8px;
  }
  .oz2win-wh3spv.oz2win-48xl25 .oz2win-qpcxmk {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .oz2win-wh3spv.oz2win-48xl25 .oz2win-00z5eq {
    grid-column: 1/3;
  }
  .oz2win-wh3spv.oz2win-48xl25 .oz2win-2kh4rh {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .oz2win-wh3spv.oz2win-48xl25 .oz2win-2kh4rh img {
    max-width: 114px;
  }
}

.oz2win-oovcau.oz2win-0v6f9v,
.oz2win-oovcau.oz2win-y6q197,
.oz2win-oovcau.oz2win-qouh85 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.oz2win-aefmyc ease-in-out;
}

.oz2win-oovcau.oz2win-0v6f9v,
.oz2win-oovcau.oz2win-qouh85 {
  padding: 10px;
}

.oz2win-oovcau.oz2win-0v6f9v:hover,
.oz2win-oovcau.oz2win-y6q197:hover,
.oz2win-oovcau.oz2win-qouh85:hover {
  background: var(--button-bg-hover);
}

.oz2win-oovcau.oz2win-0v6f9v:hover svg path,
.oz2win-oovcau.oz2win-qouh85:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.oz2win-oovcau.oz2win-niettj {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.oz2win-aefmyc ease-in-out;
  background: var(--button-bg-color);
}

.oz2win-oovcau.oz2win-niettj:hover {
  background-color: var(--button-bg-hover);
}

.oz2win-oovcau.oz2win-y6q197: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);
  }
}

.oz2win-oovcau.oz2win-y6q197:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.oz2win-oovcau.oz2win-niettj:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.oz2win-bmerl1 {
  max-width: 650px;
}

.oz2win-gm511c {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.oz2win-nsnxis {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.oz2win-hocjam {
  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.oz2win-2b7ecy ease-in-out;
  cursor: pointer;
}

.oz2win-hocjam:hover {
  opacity: 0.5;
}

.oz2win-hocjam:focus {
  outline: 0;
}

.oz2win-hocjam:focus .oz2win-o7xntr,
.oz2win-hocjam:hover .oz2win-o7xntr {
  fill: red;
  fill-opacity: 1;
}

.oz2win-hocjam:hover {
  cursor: pointer;
}

.oz2win-vejir9 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.oz2win-bmerl1.oz2win-gw76v1 {
  margin: 0 auto;
}

.oz2win-bmerl1.oz2win-3t3ux3 {
  margin-left: auto;
}

.oz2win-dld5zc {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.oz2win-paco1c {
  padding-bottom: 50px;
}

.oz2win-zoapbo {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.oz2win-5dlx28 {
  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;
}

.oz2win-0qtsmv {
  margin-top: 24px;
}

.oz2win-vex8mi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.oz2win-9zk0l7 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.oz2win-ie6zvf {
  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;
}

.oz2win-ikvv6d {
  width: 468px;
}

.oz2win-ie6zvf .oz2win-yrgo4y {
  margin: 0.oz2win-lc0mu2 0;
}

.oz2win-wqn4kn {
  display: flex;
  min-width: 224px;
}

.oz2win-cj3if6 {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.oz2win-2b7ecy ease-in-out;
}

.oz2win-ctsilj,
.oz2win-cj3if6:hover {
  color: var(--text-color);
}

.oz2win-qkc9ji {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.oz2win-1ma8d4 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .oz2win-dld5zc {
    padding: 16px;
  }
  .oz2win-qkc9ji {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .oz2win-1ma8d4 {
    align-items: center;
  }
  .oz2win-ikvv6d {
    width: unset;
  }
  .oz2win-wqn4kn {
    min-width: unset;
  }
  .oz2win-ie6zvf {
    max-height: unset;
  }
  .oz2win-zoapbo {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .oz2win-dld5zc {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.oz2win-njweg1 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.oz2win-njweg1:not(:last-child) {
  margin-bottom: 16px;
}

.oz2win-1vid4a {
  outline: 0;
}

.oz2win-1vid4a .oz2win-wj92ev {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.oz2win-55176h {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .oz2win-55176h {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.oz2win-55176h::-webkit-details-marker {
  display: none;
}

.oz2win-55176h: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;
}

.oz2win-55176h: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] .oz2win-55176h:after {
  transform: unset;
}

.oz2win-wj92ev {
  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);
}

.oz2win-wj92ev 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.oz2win-2b7ecy ease-in-out;
  -o-transition: 0.oz2win-2b7ecy ease-in-out;
  transition: 0.oz2win-2b7ecy ease-in-out;
}

.oz2win-uuw41i {
  padding: 16px 0 0 0;
}

.oz2win-uuw41i * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .oz2win-uuw41i :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .oz2win-55176h {
    flex-wrap: wrap;
    gap: 12px;
  }
  .oz2win-55176h::after {
    margin-left: auto;
  }
  .oz2win-wj92ev {
    order: 3;
    flex: 1 1 100%;
  }
  .oz2win-55176h {
    font-size: 14px;
    line-height: 130%;
  }
  .oz2win-wj92ev svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.oz2win-d1h5k5 {
  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;
}

.oz2win-z0h29q {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.oz2win-d1h5k5.oz2win-1ehevu .oz2win-z0h29q {
  margin-bottom: 12px;
}

.oz2win-z0h29q::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;
}

.oz2win-d1h5k5.oz2win-1ehevu .oz2win-z0h29q::after {
  transform: unset;
}

.oz2win-smaxpm {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.oz2win-a2k799 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.oz2win-2b7ecy ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.oz2win-a2k799: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;
}

.oz2win-d1h5k5.oz2win-1ehevu .oz2win-smaxpm {
  max-height: 100%;
}

.oz2win-kdwqsr {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.oz2win-rxg3pd {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.oz2win-vvb1e3 {
  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;
}

.oz2win-t3o4sj {
  margin-right: 4px;
}

.oz2win-3uuasi {
  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.oz2win-2b7ecy ease-in-out;
}

.oz2win-3uuasi svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.oz2win-z6yezd,
.oz2win-3uuasi:hover {
  color: var(--text-color);
}

.oz2win-og6z9i {
  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;
}

.oz2win-og6z9i img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.oz2win-og6z9i .oz2win-y5ipjw {
  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;
}

.oz2win-og6z9i .oz2win-64llqy {
  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;
}

.oz2win-db2szk {
  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;
}

.oz2win-xr5ex9 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.oz2win-t6wa79 .oz2win-odeaq2 {
  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;
}

.oz2win-t6wa79 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.oz2win-tc4jyg {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.oz2win-9umx92 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.oz2win-86m8l3 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.oz2win-9x4vvq 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;
}

.oz2win-86m8l3:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.oz2win-u25o1d {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.oz2win-kxyukc {
  -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.oz2win-2b7ecy ease-in-out;
  transition: transform 0.oz2win-2b7ecy ease-in-out;
  -o-transition: transform 0.oz2win-2b7ecy ease-in-out;
  transition:
    transform 0.oz2win-2b7ecy ease-in-out,
    -webkit-transform 0.oz2win-2b7ecy ease-in-out;
  cursor: pointer;
}

.oz2win-kxyukc svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.oz2win-kxyukc: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;
}

.oz2win-723roy {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .oz2win-723roy {
    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);
}

.oz2win-ikwojs {
  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;
}

.oz2win-cxr96y {
  position: relative;
  width: 100%;
}

.oz2win-ikwojs.oz2win-9qza5s {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.oz2win-ikwojs.oz2win-gw76v1 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.oz2win-ikwojs.oz2win-3t3ux3 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.oz2win-yr8djr {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.oz2win-w8huli {
  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.oz2win-2b7ecy ease-in-out;
  cursor: pointer;
}

.oz2win-w8huli:hover {
  opacity: 0.5;
}

.oz2win-ikwojs.oz2win-dn7u47 .oz2win-w8huli {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.oz2win-ikwojs.oz2win-dn7u47 .oz2win-yr8djr {
  cursor: pointer;
}

.oz2win-0emzpb {
  fill: #0009;
}

.oz2win-7f79n7 {
  fill: #fff;
}

.oz2win-w8huli:hover .oz2win-0emzpb {
  fill: red;
}

.oz2win-w8huli svg path {
  -webkit-transition: 0.oz2win-2b7ecy ease-in-out;
  -o-transition: 0.oz2win-2b7ecy ease-in-out;
  transition: 0.oz2win-2b7ecy ease-in-out;
}

.oz2win-4bcobb {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.oz2win-4bcobb > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.oz2win-4bcobb.oz2win-87iad5 > :not(.get-image) {
  grid-column: 1/3;
}

.oz2win-f23g6c:not(._h1-block) .oz2win-4bcobb > .oz2win-oydbrq {
  grid-row: 1/2;
  grid-column: 1/3;
}

.oz2win-4bcobb.oz2win-87iad5 .oz2win-uc3uyc {
  grid-column: 2/3;
}

.oz2win-4bcobb.oz2win-87iad5 > .oz2win-2kh4rh {
  grid-column: 1/2;
}

.oz2win-4bcobb.oz2win-87iad5 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.oz2win-4bcobb > p:first-of-type {
  margin-top: 0;
}

.oz2win-4bcobb .oz2win-2kh4rh {
  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;
}

.oz2win-f23g6c:not(._h1-block) .oz2win-oydbrq ~ .oz2win-2kh4rh {
  grid-row: 2/10;
}

.oz2win-f23g6c.oz2win-h9u32m .oz2win-oydbrq ~ .oz2win-2kh4rh {
  grid-row: 1/10;
}

.oz2win-f23g6c.oz2win-h9u32m > .oz2win-oydbrq {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.oz2win-f23g6c.oz2win-h9u32m .oz2win-2kh4rh {
  grid-row: 1/10;
}

.oz2win-4bcobb.oz2win-p4uu2u .oz2win-2kh4rh {
  align-items: flex-start;
}

.oz2win-4bcobb.oz2win-gw76v1 .oz2win-uc3uyc {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.oz2win-4bcobb.oz2win-gw76v1 .oz2win-2kh4rh {
  align-items: center;
}

.oz2win-4bcobb.oz2win-h17raj .oz2win-2kh4rh {
  align-items: flex-end;
}

.oz2win-uc3uyc > :first-child {
  margin-top: 0;
}

.oz2win-uc3uyc > :last-child {
  margin-bottom: 0;
}

* + .oz2win-g7dz3k,
.oz2win-f23g6c + .oz2win-f23g6c {
  margin-top: 2rem;
}

.oz2win-23o4ev td::before,
.oz2win-23o4ev th::after {
  display: none !important;
}

.oz2win-23o4ev #link-selector {
  color: #000;
}

.oz2win-23o4ev .oz2win-vso7xb {
  color: #135e96;
}

.oz2win-23o4ev .oz2win-y3ijbf *,
.oz2win-23o4ev .oz2win-74zkvg p,
.oz2win-23o4ev .oz2win-74e1yn * {
  color: #000;
}

.oz2win-23o4ev .oz2win-u8zsb0 {
  background: 0 0 !important;
}

.oz2win-23o4ev .oz2win-h3ozng {
  color: #000;
}

.oz2win-23o4ev .oz2win-y5dl36.oz2win-jr4uho {
  color: #fff;
}

.oz2win-23o4ev .oz2win-oc7rjz {
  color: #000;
}

.oz2win-23o4ev
  .oz2win-zrjkm3
  .oz2win-6ajifx.oz2win-jr4uho.oz2win-tqtnnk {
  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;
}

.oz2win-dqu58p,
body .oz2win-zvvc0u {
  color: #000;
  background: var(--color-body) !important;
}

.oz2win-dqu58p .oz2win-daohnf .oz2win-ksm6wv,
body .oz2win-zvvc0u .oz2win-daohnf .oz2win-ksm6wv {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .oz2win-a2k799:focus,
  .oz2win-a2k799:hover {
    color: #f9cb16;
  }
  .oz2win-acmcdg:focus,
  .oz2win-acmcdg:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .oz2win-z5rhml:focus img,
  .oz2win-z5rhml:focus svg,
  .oz2win-z5rhml:hover img,
  .oz2win-z5rhml:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .oz2win-og6z9i {
    display: none;
  }
}

@media (min-width: 1024px) {
  .oz2win-m31bh8:hover .oz2win-pb2clb svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .oz2win-pb2clb {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .oz2win-uga4ck {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .oz2win-fpyyyg {
    grid-template-columns: repeat(4, 1fr);
  }
  .oz2win-l62wzc {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .oz2win-gisfj3 .oz2win-42mrqi {
    grid-template-columns: 1fr;
  }
  .oz2win-gisfj3 .oz2win-pln660 {
    -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;
  }
  .oz2win-gisfj3 .oz2win-7lzmmc {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .oz2win-gisfj3 .oz2win-25er2b {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .oz2win-gisfj3 .oz2win-c9zc55 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .oz2win-gisfj3 .oz2win-7lzmmc:not(:first-child) {
    border: none;
  }
  .oz2win-gisfj3 .oz2win-7lzmmc:first-child .oz2win-25er2b {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .oz2win-gisfj3 .oz2win-7lzmmc:last-child .oz2win-25er2b {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .oz2win-vmz6o1 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .oz2win-hejxmu {
    max-width: 100px;
  }
  .oz2win-c7c3l1 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .oz2win-eg2iha {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .oz2win-eg2iha svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .oz2win-o93ftr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .oz2win-c7c3l1 + .oz2win-eg2iha {
    margin-left: auto;
  }
  .oz2win-rh6wdh {
    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;
  }
  .oz2win-rh6wdh.oz2win-1ehevu {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .oz2win-0da9qj {
    -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;
  }
  .oz2win-d85hbv {
    width: 100%;
  }
  .oz2win-d85hbv:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .oz2win-ma9wkx {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .oz2win-ma9wkx svg {
    margin-right: 4px;
  }
  .oz2win-m31bh8 {
    -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;
  }
  .oz2win-pb2clb svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .oz2win-pb2clb {
    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;
  }
  .oz2win-yrgo4y {
    display: none;
    width: 100%;
  }
  .oz2win-m31bh8.oz2win-1ehevu .oz2win-yrgo4y {
    padding: 0 0 0 48px;
  }
  .oz2win-zpfakf {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .oz2win-5dlx28 .oz2win-2kh4rh {
    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;
  }
  .oz2win-jnpvqk {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .oz2win-jnpvqk + .oz2win-jnpvqk {
    margin-right: 0;
  }
  .oz2win-jnpvqk + .oz2win-2kh4rh {
    margin: 0;
  }
  .oz2win-uga4ck {
    grid-template-columns: repeat(4, 1fr);
  }
  .oz2win-fpyyyg {
    grid-template-columns: repeat(3, 1fr);
  }
  .oz2win-plxizy,
  .oz2win-izlq4e {
    grid-template-columns: repeat(2, 1fr);
  }
  .oz2win-4bcobb {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .oz2win-4bcobb.oz2win-87iad5 .oz2win-uc3uyc {
    grid-column: auto;
    grid-row: auto;
  }
  .oz2win-4bcobb > .oz2win-oydbrq {
    grid-column: 1/2;
  }
  .oz2win-4bcobb.oz2win-87iad5 > :not(.get-image) {
    grid-column: 1/2;
  }
  .oz2win-4bcobb .oz2win-2kh4rh,
  .oz2win-4bcobb.oz2win-87iad5 > .oz2win-2kh4rh {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .oz2win-4bcobb.oz2win-87iad5 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .oz2win-f23g6c.oz2win-h9u32m .oz2win-4bcobb > .oz2win-2kh4rh {
    grid-row: 1/2;
  }
  .oz2win-4bcobb .oz2win-oydbrq ~ .oz2win-2kh4rh,
  .oz2win-4bcobb.oz2win-87iad5 .oz2win-oydbrq ~ .oz2win-2kh4rh {
    grid-row: 2/3;
  }
  .oz2win-f23g6c.oz2win-h9u32m .oz2win-oydbrq ~ .oz2win-2kh4rh {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .oz2win-k1b8kc:first-child .oz2win-fft7bf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .oz2win-k1b8kc:first-child .oz2win-fft7bf h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .oz2win-k1b8kc {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .oz2win-k1b8kc {
    padding: 0;
  }
  .oz2win-o8a2p8 {
    margin-top: 1rem;
  }
  .oz2win-1vid4a {
    border-radius: 5px;
  }
  .oz2win-xk0zes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .oz2win-z0h29q::after {
    display: inline-block;
  }
  .oz2win-z0h29q {
    margin: 0;
    width: 100%;
  }
  .oz2win-smaxpm {
    width: 100%;
  }
  .oz2win-smaxpm.oz2win-kwm3qh {
    -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%;
  }
  .oz2win-smaxpm.oz2win-kwm3qh .oz2win-5wjnjs {
    width: 100%;
  }
  .oz2win-smaxpm.oz2win-kwm3qh .oz2win-5wjnjs:not(:last-child) {
    margin-right: 0;
  }
  .oz2win-a2k799 {
    width: 100%;
    text-align: center;
  }
  .oz2win-d1h5k5.oz2win-1ehevu .oz2win-smaxpm {
    margin-top: 1rem;
  }
  .oz2win-uga4ck {
    grid-template-columns: repeat(3, 1fr);
  }
  .oz2win-l62wzc,
  .oz2win-fpyyyg {
    grid-template-columns: repeat(2, 1fr);
  }
  .oz2win-plxizy,
  .oz2win-izlq4e,
  .oz2win-v60kyi {
    grid-template-columns: 1fr;
  }
  .oz2win-ntiuxu {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .oz2win-q3p7jo {
    min-width: 300px;
    max-width: 325px;
  }
  .oz2win-25er2b {
    cursor: auto;
  }
  .oz2win-nxgcra .oz2win-25er2b {
    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;
  }
  .oz2win-723roy {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .oz2win-yrgo4y {
    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) {
  .oz2win-723roy {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.oz2win-jnpvqk p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .oz2win-eg2iha {
    margin: 0 -0.2rem;
  }
  .oz2win-jnpvqk {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .oz2win-hd866y {
    -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;
  }
  .oz2win-tw35jv {
    max-width: 100%;
  }
  .oz2win-uga4ck {
    grid-template-columns: repeat(2, 1fr);
  }
  .oz2win-l62wzc,
  .oz2win-fpyyyg {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .oz2win-vmz6o1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .oz2win-eg2iha {
    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;
  }
  .oz2win-fxmmp8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .oz2win-bcudjs {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .oz2win-q6vj8t,
  .oz2win-4i0a2m {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .oz2win-v0cgdj {
    width: 100%;
  }
  .oz2win-uga4ck {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .oz2win-723roy {
    top: 127px !important;
  }
}

.oz2win-xm90bq {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .oz2win-xm90bq {
  }
}

@media (max-width: 767px) {
  .oz2win-xm90bq {
    margin-bottom: 12px;
  }
}

.oz2win-xm90bq img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.oz2win-72mqaf {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.oz2win-72mqaf > .oz2win-cspnxv {
  flex: 1 1;
}

@media (max-width: 767px) {
  .oz2win-72mqaf {
    flex-direction: column;
    gap: 12px;
  }
}

.oz2win-8y5x78 {
  display: flex;
}

.oz2win-8y5x78 .oz2win-az7cg5 {
  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;
}

.oz2win-8y5x78 .oz2win-6dhhpv {
  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;
}

.oz2win-8y5x78 .oz2win-iksudw {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.oz2win-8y5x78 .oz2win-opj2uu {
  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));
  }
}

.oz2win-8y5x78 .oz2win-opj2uu:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.oz2win-8y5x78 .oz2win-4rcph9 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.oz2win-mnxntd {
  border: unset;
  background-color: unset;
}

.oz2win-mnxntd tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.oz2win-mnxntd .oz2win-jcsqs8,
.oz2win-mnxntd .oz2win-83qk1y {
  flex: 0 1 330px;
}

.oz2win-mnxntd .oz2win-fr2mnn {
  flex: 1 1;
}

.oz2win-mnxntd tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.oz2win-mnxntd tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.oz2win-mnxntd tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.oz2win-mnxntd tr td p {
  color: #fff;
  margin: 0;
}

.oz2win-mnxntd tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.oz2win-mnxntd tr.oz2win-jcsqs8 td p {
  padding: 16px 0;
}

.oz2win-mnxntd tr.oz2win-jcsqs8 td p:not(:last-child),
.oz2win-mnxntd tr.oz2win-83qk1y td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.oz2win-mnxntd tr.oz2win-jcsqs8 td p:first-child,
.oz2win-mnxntd tr.oz2win-83qk1y td p:first-child {
  padding-top: 0;
}

.oz2win-mnxntd tr.oz2win-83qk1y td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.oz2win-mnxntd tr.oz2win-83qk1y td p:last-child {
  padding-bottom: 0;
}

.oz2win-mnxntd .oz2win-83qk1y img {
  max-width: 32px;
}

.oz2win-mnxntd .oz2win-fr2mnn {
  min-width: 718px;
}

.oz2win-mnxntd .oz2win-fr2mnn td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.oz2win-mnxntd .oz2win-fr2mnn td {
  display: flex;
}

.oz2win-mnxntd .oz2win-fr2mnn td:last-child .oz2win-m12tl7,
.oz2win-mnxntd .oz2win-fr2mnn td:last-child .oz2win-2fi4fj,
.oz2win-mnxntd .oz2win-fr2mnn td:last-child .oz2win-d0k4bl {
  flex: 1 1 50%;
}

.oz2win-mnxntd .oz2win-fr2mnn td:last-child .oz2win-6crw1q {
  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;
}

.oz2win-mnxntd .oz2win-fr2mnn td:last-child .oz2win-7v0r4d,
.oz2win-mnxntd .oz2win-fr2mnn td:last-child .oz2win-6psfhf {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.oz2win-mnxntd .oz2win-fr2mnn td:last-child .oz2win-m12tl7,
.oz2win-mnxntd .oz2win-fr2mnn td:last-child .oz2win-2fi4fj {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.oz2win-mnxntd .oz2win-fr2mnn td:last-child .oz2win-m12tl7 span,
.oz2win-mnxntd .oz2win-fr2mnn td:last-child .oz2win-2fi4fj span {
  font-weight: 800;
}

.oz2win-mnxntd .oz2win-fr2mnn img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .oz2win-mnxntd .oz2win-fr2mnn td .oz2win-d0k4bl:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .oz2win-mnxntd tr.oz2win-jcsqs8 td p:last-child {
    padding-bottom: 0;
  }
  .oz2win-mnxntd .oz2win-83qk1y > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .oz2win-mnxntd .oz2win-83qk1y > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .oz2win-mnxntd tr.oz2win-jcsqs8 td p:not(:last-child),
  .oz2win-mnxntd tr.oz2win-83qk1y td p:not(:last-child) {
    border-bottom: unset;
  }
  .oz2win-mnxntd tr.oz2win-83qk1y td p:last-child {
    padding-bottom: 12px;
  }
  .oz2win-mnxntd .oz2win-fr2mnn td:last-child .oz2win-m12tl7,
  .oz2win-mnxntd .oz2win-fr2mnn td:last-child .oz2win-2fi4fj,
  .oz2win-mnxntd .oz2win-fr2mnn td:last-child .oz2win-d0k4bl {
    flex: 1 1 50%;
    padding: 0;
  }
  .oz2win-mnxntd .oz2win-fr2mnn td:last-child .oz2win-m12tl7,
  .oz2win-mnxntd .oz2win-fr2mnn td:last-child .oz2win-2fi4fj {
    margin-top: 16px;
  }
  .oz2win-mnxntd .oz2win-fr2mnn td:last-child .oz2win-d0k4bl {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .oz2win-mnxntd .oz2win-fr2mnn td:last-child .oz2win-m12tl7 {
    border-right: 1px solid var(--border-color);
  }
  .oz2win-mnxntd .oz2win-fr2mnn td:last-child .oz2win-d0k4bl:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .oz2win-mnxntd .oz2win-fr2mnn td:last-child .oz2win-d0k4bl:last-child {
    padding-bottom: 0;
  }
}

.oz2win-d0k4bl {
  display: flex;
  flex-direction: column;
}

.oz2win-mnxntd .oz2win-fr2mnn td .oz2win-d0k4bl {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.oz2win-mnxntd .oz2win-fr2mnn td .oz2win-d0k4bl:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.oz2win-mnxntd .oz2win-fr2mnn td .oz2win-d0k4bl:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .oz2win-mnxntd .oz2win-fr2mnn td .oz2win-d0k4bl:not(:first-child) {
    padding-left: 0;
  }
  .oz2win-mnxntd .oz2win-fr2mnn td .oz2win-d0k4bl:not(:last-of-type) {
    border-right: unset;
  }
}

.oz2win-mnxntd .oz2win-29a2j5 {
  flex: 0 1 485px;
}

.oz2win-mnxntd .oz2win-8d7rjh {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.oz2win-mnxntd .oz2win-8d7rjh li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.oz2win-mnxntd .oz2win-8d7rjh li.oz2win-ffbfdm {
  padding: 6px 12px;
}

.oz2win-mnxntd .oz2win-8d7rjh li a,
.oz2win-mnxntd .oz2win-8d7rjh 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;
}

.oz2win-mnxntd .oz2win-m9saro,
.oz2win-mnxntd .oz2win-z3fur5 {
  flex: 1 1;
}

.oz2win-mnxntd .oz2win-urg4y5,
.oz2win-mnxntd .oz2win-6t9sc3 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.oz2win-mnxntd .oz2win-urg4y5 li,
.oz2win-mnxntd .oz2win-6t9sc3 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.oz2win-mnxntd .oz2win-z3fur5 img {
  max-width: 32px;
}

.oz2win-mnxntd .oz2win-m9saro img {
  max-width: 32px;
}

.oz2win-mnxntd .oz2win-bgya6l {
  min-width: 280px;
}

.oz2win-mnxntd .oz2win-bgya6l img {
  max-width: 146px;
}

.oz2win-mnxntd .oz2win-bgya6l td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .oz2win-mnxntd .oz2win-jcsqs8,
  .oz2win-mnxntd .oz2win-83qk1y {
    flex: 0 1 auto;
  }
  .oz2win-mnxntd .oz2win-fr2mnn {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .oz2win-mnxntd .oz2win-jcsqs8,
  .oz2win-mnxntd .oz2win-29a2j5,
  .oz2win-mnxntd .oz2win-83qk1y,
  .oz2win-mnxntd .oz2win-fr2mnn {
    flex: 1 1 calc(50% - 20px);
  }
  .oz2win-mnxntd .oz2win-m9saro,
  .oz2win-mnxntd .oz2win-bgya6l,
  .oz2win-mnxntd .oz2win-z3fur5 {
    flex: 1 1 30%;
  }
  .oz2win-mnxntd .oz2win-bgya6l {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .oz2win-mnxntd .oz2win-jcsqs8,
  .oz2win-mnxntd .oz2win-29a2j5,
  .oz2win-mnxntd .oz2win-m9saro,
  .oz2win-mnxntd .oz2win-83qk1y,
  .oz2win-mnxntd .oz2win-fr2mnn,
  .oz2win-mnxntd .oz2win-bgya6l,
  .oz2win-mnxntd .oz2win-z3fur5 {
    flex: 1 1 100%;
  }
}

.oz2win-kfgqfb .oz2win-dcg2t0 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.oz2win-kfgqfb .oz2win-aszlhy {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.oz2win-kfgqfb .oz2win-ppeqtq {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.oz2win-kfgqfb .oz2win-sxy0om {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.oz2win-kfgqfb .oz2win-sxy0om > :nth-child(3) {
  margin-top: 0;
}

.oz2win-kfgqfb .oz2win-2kh4rh {
  grid-column: 2/3;
  grid-row: 1/10;
}

.oz2win-kfgqfb .oz2win-dytwmc {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.oz2win-kfgqfb .oz2win-o8a2p8 {
  grid-column: 1/2;
}

.oz2win-kfgqfb > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.oz2win-kfgqfb .oz2win-aszlhy: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;
}

.oz2win-kfgqfb .oz2win-aszlhy:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.oz2win-kfgqfb .oz2win-v0cgdj {
  min-width: 240px;
}

@media (max-width: 768px) {
  .oz2win-kfgqfb .oz2win-aszlhy:not(:last-child):before {
    bottom: 8px;
  }
  .oz2win-kfgqfb .oz2win-aszlhy:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .oz2win-kfgqfb .oz2win-sxy0om {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .oz2win-kfgqfb .oz2win-2kh4rh {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .oz2win-kfgqfb .oz2win-2kh4rh img {
    width: 100%;
    height: auto;
  }
  .oz2win-kfgqfb .oz2win-v0cgdj {
    width: 100%;
    min-width: unset;
  }
}

.oz2win-qek5vk .oz2win-xrn4rr {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.oz2win-qek5vk .oz2win-6u0sih {
  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;
}

.oz2win-qek5vk .oz2win-2kh4rh {
  height: 100%;
}

.oz2win-qek5vk .oz2win-2kh4rh img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.oz2win-qek5vk .oz2win-yxu49c {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.oz2win-qek5vk .oz2win-1s929s {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.oz2win-qek5vk .oz2win-tzecm3 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .oz2win-qek5vk .oz2win-6u0sih {
    flex: 1 1 100%;
  }
  .oz2win-qek5vk .oz2win-oovcau {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .oz2win-qek5vk .oz2win-6u0sih {
    flex-direction: column;
  }
  .oz2win-qek5vk .oz2win-2kh4rh {
    width: 100%;
    height: auto;
  }
  .oz2win-qek5vk .oz2win-2kh4rh img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .oz2win-qek5vk .oz2win-yxu49c {
    padding: 0 16px 16px 16px;
  }
  .oz2win-qek5vk .oz2win-oovcau {
    min-width: unset;
    width: 100%;
  }
}

.oz2win-gmkuhw .oz2win-jzsf66 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.oz2win-gmkuhw .oz2win-5p8ld6 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.oz2win-gmkuhw 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;
}

.oz2win-gmkuhw .oz2win-fn5144 {
  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;
}

.oz2win-gmkuhw .oz2win-5p8ld6:hover .oz2win-fn5144 {
  display: flex;
}

.oz2win-gmkuhw .oz2win-j5850u {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.oz2win-gmkuhw .oz2win-mu6dur {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.oz2win-kd6j22 {
  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;
}

.oz2win-kd6j22.oz2win-g51rzi {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.oz2win-aefmyc ease-in-out;
}

.oz2win-kd6j22.oz2win-g51rzi:hover {
  color: #f9cb16;
  background-color: transparent;
}

.oz2win-gmkuhw .oz2win-gltjyt {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.oz2win-aefmyc ease-in-out;
}

.oz2win-gmkuhw .oz2win-gltjyt:hover {
  color: #196948;
  background-color: #f9cb16;
}

.oz2win-gmkuhw .oz2win-gltjyt:after,
.oz2win-kd6j22.oz2win-g51rzi:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.oz2win-kd6j22.oz2win-g51rzi:after {
  background-image: url(../images/Cash.svg);
}

.oz2win-gmkuhw .oz2win-gltjyt:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .oz2win-gmkuhw .oz2win-jzsf66 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .oz2win-gmkuhw .oz2win-jzsf66 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .oz2win-gmkuhw .oz2win-jzsf66 {
    grid-template-columns: 1fr;
  }
  .oz2win-gmkuhw .oz2win-5p8ld6 {
    height: auto;
  }
  .oz2win-gmkuhw .oz2win-5p8ld6 .oz2win-fn5144 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .oz2win-gmkuhw .oz2win-j5850u,
  .oz2win-gmkuhw .oz2win-mu6dur {
    text-align: left;
  }
  .oz2win-gmkuhw .oz2win-mu6dur {
    margin-bottom: 8px;
  }
  .oz2win-gmkuhw img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.oz2win-htgbxc {
  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;
}

.oz2win-htgbxc.oz2win-dn7u47 {
  display: block;
}

.oz2win-htgbxc .oz2win-kvfg3v {
  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;
}

.oz2win-htgbxc .oz2win-ug7ee6 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.oz2win-htgbxc .oz2win-x7827v {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.oz2win-htgbxc .oz2win-k7u6uj {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.oz2win-htgbxc .oz2win-kd6j22 {
  min-width: 296px;
  margin-bottom: 0;
}

.oz2win-htgbxc .oz2win-nd1haw {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.oz2win-htgbxc .oz2win-b532g2 {
  position: relative;
  flex: 1 1;
}

.oz2win-htgbxc .oz2win-b532g2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .oz2win-htgbxc .oz2win-ug7ee6 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .oz2win-htgbxc .oz2win-x7827v {
    order: 1;
  }
  .oz2win-htgbxc .oz2win-k7u6uj {
    order: 3;
    flex: 1 1 100%;
  }
  .oz2win-htgbxc .oz2win-kd6j22 {
    width: 100%;
    min-width: unset;
  }
  .oz2win-htgbxc .oz2win-nd1haw {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .oz2win-4bcobb > .oz2win-oydbrq {
    margin-bottom: 0;
  }
  .oz2win-4bcobb > .oz2win-o8a2p8,
  .oz2win-4bcobb > p {
    margin-top: 0;
  }
}

.oz2win-cdxem1 img,
.oz2win-jnpvqk img {
  width: auto;
  object-fit: contain;
}

.oz2win-cdxem1 {
  align-items: center;
}

.oz2win-cdxem1 img {
  max-height: 76px;
}

.oz2win-jnpvqk img {
  max-height: 64px;
}

.oz2win-lysfm0 {
  overflow: auto;
}

.oz2win-uoaa67 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.oz2win-ltn664:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.oz2win-uh06ud {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.oz2win-8nxz9x {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.oz2win-uh06ud .oz2win-2kh4rh {
  margin-right: 20px;
  flex-shrink: 0;
}

.oz2win-uh06ud img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.oz2win-xqwt2u {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.oz2win-xqwt2u > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .oz2win-uh06ud {
    padding: 15px 10px;
  }
  .oz2win-xqwt2u {
    padding: 15px 10px;
  }
  .oz2win-uh06ud .oz2win-2kh4rh {
    margin-right: 10px;
  }
}

.oz2win-3292bb {
  overflow-x: auto;
}

.oz2win-65m63t {
  border-collapse: collapse;
  width: 100%;
}

.oz2win-3292bb th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.oz2win-3292bb td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.oz2win-3292bb td.oz2win-i5mvzj {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.oz2win-3292bb td.oz2win-3mz4sh {
  border-right: none;
}

.oz2win-3292bb td.oz2win-3mz4sh .oz2win-2kh4rh {
  justify-content: flex-start;
}

.oz2win-3292bb td.oz2win-3mz4sh .oz2win-2kh4rh img {
  height: auto;
  width: 90px;
}

.oz2win-3292bb td.oz2win-ua238b,
.oz2win-3292bb td.oz2win-v50e11 {
  font-weight: 600;
  text-align: right;
}

.oz2win-3292bb td.oz2win-cy30jz,
.oz2win-3292bb td.oz2win-ua238b {
  padding-bottom: 10px;
  border-bottom: none;
}

.oz2win-3292bb td.oz2win-ua238b,
.oz2win-3292bb td.oz2win-v50e11 {
  border-left: none;
}

.oz2win-3292bb td.oz2win-cy30jz,
.oz2win-3292bb td.oz2win-8409do {
  border-right: none;
}

.oz2win-3292bb td.oz2win-8409do,
.oz2win-3292bb td.oz2win-v50e11 {
  border-top: none;
  padding-top: 10px;
}

.oz2win-dei9c9 {
  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;
}

.oz2win-dei9c9 .oz2win-oovcau {
  min-width: unset;
  width: 100%;
}

.oz2win-dei9c9 .oz2win-oovcau.oz2win-0v6f9v {
  grid-column: 1/2;
  grid-row: 1/2;
}

.oz2win-dei9c9 .oz2win-oovcau.oz2win-qouh85 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.oz2win-dei9c9 .oz2win-4pluz4 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .oz2win-dei9c9 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .oz2win-dei9c9 .oz2win-oovcau.oz2win-0v6f9v {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .oz2win-dei9c9 .oz2win-oovcau.oz2win-qouh85 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .oz2win-dei9c9 .oz2win-4pluz4 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.oz2win-fddhzd {
  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;
}

.oz2win-31uum4 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.oz2win-rj52yh p a img {
  margin: 0 auto;
  display: block;
}

.oz2win-rj52yh table {
  margin-bottom: 17px;
}

/* contanct form */
.oz2win-iqeo2c {
  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;
}

.oz2win-iqeo2c label {
  font-size: 14px;
}

.oz2win-iqeo2c h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.oz2win-iqeo2c input,
.oz2win-iqeo2c textarea,
.oz2win-iqeo2c 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;
}
.oz2win-iqeo2c button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.oz2win-aefmyc ease;
}
.oz2win-iqeo2c button:hover {
  background-color: #691204;
}
.oz2win-g1rbge {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.oz2win-054s7a ease-in;
}

.oz2win-g1rbge 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;
}
.oz2win-0l1ne3, .oz2win-87xttz, [class*="review-card"],
thead, thead th, table th, .oz2win-m2d19o,
.oz2win-a0iq5p, [class*="collapsible-header"],
.oz2win-h9xnfb, [class*="updated-block"] {
  color: #ece7dc !important;
}
