@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);
}

.onezerodeposit-7xxw0j {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.onezerodeposit-r0uts3 {
  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.onezerodeposit-2irp5z,
ul.onezerodeposit-2irp5z {
  padding-left: 20px;
}

ul.onezerodeposit-2irp5z {
  list-style: disc;
}

ol.onezerodeposit-2irp5z {
  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;
  }
}

.onezerodeposit-86k1c1 > .onezerodeposit-vvtmug,
.onezerodeposit-86k1c1 > .onezerodeposit-44vvez,
.onezerodeposit-86k1c1 > blockquote,
.onezerodeposit-86k1c1 > h1,
.onezerodeposit-86k1c1 > h2,
.onezerodeposit-86k1c1 > h3,
.onezerodeposit-86k1c1 > h4,
.onezerodeposit-86k1c1 > h5,
.onezerodeposit-86k1c1 > h6,
.onezerodeposit-86k1c1 > ol,
.onezerodeposit-86k1c1 > p,
.onezerodeposit-86k1c1 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.onezerodeposit-86k1c1 > ol,
.onezerodeposit-86k1c1 > ul {
  padding-left: 50px;
}

.onezerodeposit-86k1c1 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;
}

.onezerodeposit-86k1c1:not(:last-child) {
  margin-bottom: 2rem;
}

.onezerodeposit-86k1c1 > :not(:first-child) {
  margin-top: 2rem;
}

.onezerodeposit-86k1c1 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.onezerodeposit-86k1c1:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .onezerodeposit-86k1c1:first-child {
    margin-top: 20px;
  }
}

.onezerodeposit-86k1c1 > p:last-of-type {
  margin-bottom: 32px;
}

.onezerodeposit-86k1c1 > .onezerodeposit-63e4bp:not(:first-child) {
  margin: 64px auto 16px auto;
}

.onezerodeposit-8bbop3 > .onezerodeposit-63e4bp {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.onezerodeposit-44vvez {
  overflow: auto;
}

.onezerodeposit-44vvez::-webkit-scrollbar {
  height: 5px;
}

.onezerodeposit-44vvez table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.onezerodeposit-44vvez table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.onezerodeposit-44vvez table thead,
table thead {
  border-bottom: none;
}

.onezerodeposit-44vvez table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.onezerodeposit-44vvez table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.onezerodeposit-44vvez table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.onezerodeposit-44vvez .onezerodeposit-q4eo2p {
  table-layout: auto;
}

.onezerodeposit-44vvez .onezerodeposit-q4eo2p th {
  word-break: normal;
}

.onezerodeposit-44vvez .onezerodeposit-q4eo2p td {
  word-break: normal;
}

.onezerodeposit-7xxw0j .onezerodeposit-7xxw0j {
  padding-right: 0;
  padding-left: 0;
}

.onezerodeposit-n6fepg {
  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;
}

.onezerodeposit-8ie5w1 {
  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;
}

.onezerodeposit-7wz5ol {
  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;
}

.onezerodeposit-vvtmug {
  margin-top: 24px;
}

.onezerodeposit-vvtmug.onezerodeposit-xxi9ax {
  text-align: left;
}

.onezerodeposit-vvtmug.onezerodeposit-4ddotb {
  text-align: right;
}

.onezerodeposit-vvtmug.onezerodeposit-ndjjhu {
  text-align: center;
}

.onezerodeposit-2qiiec {
  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.onezerodeposit-qp9e1h ease-in-out;
  cursor: pointer;
}

.onezerodeposit-2qiiec:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.onezerodeposit-2qiiec {
  min-width: 328px;
}

@media (max-width: 768px) {
  .onezerodeposit-2qiiec {
    min-width: unset;
  }
}

.onezerodeposit-pwxqvu {
  background-color: var(--fh-bg-color);
}

.onezerodeposit-ieati4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.onezerodeposit-m8dv9v {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.onezerodeposit-m8dv9v img {
  max-height: 80px;
  object-fit: contain;
}

.onezerodeposit-jx72sd {
  flex: 1 1;
}

.onezerodeposit-qhoncz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.onezerodeposit-m522uy {
  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;
}

.onezerodeposit-m522uy 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;
}

.onezerodeposit-m522uy.onezerodeposit-9f6hdl span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.onezerodeposit-m522uy.onezerodeposit-9f6hdl span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.onezerodeposit-m522uy.onezerodeposit-9f6hdl span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.onezerodeposit-jx72sd + .onezerodeposit-qhoncz {
  margin-left: 20px;
}

.onezerodeposit-kakly4 {
  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;
}

.onezerodeposit-kakly4 > svg {
  max-width: 24px;
  max-height: 24px;
}

.onezerodeposit-kakly4 + .onezerodeposit-kakly4 {
  margin-left: 5px;
}

.onezerodeposit-iee16x {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.onezerodeposit-iee16x:hover {
  background-color: var(--button-bg-hover);
}

.onezerodeposit-v765uu {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.onezerodeposit-qp9e1h ease-in-out;
  border: 1px solid var(--border-color);
}

.onezerodeposit-v765uu:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.onezerodeposit-r077qm {
  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) {
  .onezerodeposit-jx72sd {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .onezerodeposit-r077qm {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .onezerodeposit-jx72sd {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .onezerodeposit-kakly4 {
    min-width: unset;
    flex: 1 1;
  }
}

.onezerodeposit-q6tgyc {
  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;
}

.onezerodeposit-q6tgyc:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.onezerodeposit-q6tgyc:hover .onezerodeposit-3jle92 {
  opacity: 1;
  pointer-events: auto;
}

.onezerodeposit-2p6cs6 {
  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.onezerodeposit-iah657 ease-in-out;
  gap: 4px;
}

.onezerodeposit-2p6cs6 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.onezerodeposit-2p6cs6 .onezerodeposit-n6fepg img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.onezerodeposit-cxmtdp,
.onezerodeposit-2p6cs6:hover {
  color: var(--button-bg-hover);
}

.onezerodeposit-0xoeiw {
  position: relative;
}

.onezerodeposit-0xoeiw .onezerodeposit-2p6cs6 {
  margin-right: 0;
  padding-right: 4px;
}

.onezerodeposit-wnvhpx svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.onezerodeposit-0xoeiw.onezerodeposit-9f6hdl .onezerodeposit-wnvhpx svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.onezerodeposit-0xoeiw.onezerodeposit-9f6hdl .onezerodeposit-3jle92 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.onezerodeposit-0xoeiw.onezerodeposit-9f6hdl .onezerodeposit-3jle92::before {
  display: none;
}

.onezerodeposit-wnvhpx svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.onezerodeposit-3jle92 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.onezerodeposit-shkewy 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.onezerodeposit-3jle92::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.onezerodeposit-3jle92:hover {
  color: var(--fh-bg-color);
}

.onezerodeposit-8eaclg {
  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.onezerodeposit-shkewy 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.onezerodeposit-iah657 ease-in-out;
  -o-transition: 0.onezerodeposit-iah657 ease-in-out;
  transition: 0.onezerodeposit-iah657 ease-in-out;
}

.onezerodeposit-8eaclg .onezerodeposit-n6fepg img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.onezerodeposit-kl6nvz,
.onezerodeposit-8eaclg:hover {
  color: var(--button-bg-hover);
}

.onezerodeposit-llt4kb {
  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%;
}

.onezerodeposit-llt4kb.onezerodeposit-1tqz60 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.onezerodeposit-llt4kb.onezerodeposit-1tqz60:after,
.onezerodeposit-llt4kb.onezerodeposit-1tqz60:before {
  content: "";
  position: absolute;
  margin: auto;
}

.onezerodeposit-llt4kb.onezerodeposit-1tqz60: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);
  }
}

.onezerodeposit-llt4kb.onezerodeposit-1tqz60:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.onezerodeposit-llt4kb.onezerodeposit-1tqz60 > * {
  z-index: 1;
}

.onezerodeposit-llt4kb b,
.onezerodeposit-llt4kb strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.onezerodeposit-llt4kb .onezerodeposit-4sj007 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.onezerodeposit-llt4kb .onezerodeposit-yt90hw {
  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;
}

.onezerodeposit-llt4kb .onezerodeposit-n6fepg {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.onezerodeposit-llt4kb .onezerodeposit-gu373z {
  margin-top: 12px;
}

.onezerodeposit-gu373z {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.onezerodeposit-13y96a {
  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;
}

.onezerodeposit-gu373z .onezerodeposit-u4vjq2 {
  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.onezerodeposit-qp9e1h ease-in-out;
}

.onezerodeposit-gu373z .onezerodeposit-u4vjq2:hover {
  background: rgba(255, 255, 255, 0.3);
}

.onezerodeposit-ccf54g {
  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;
}

.onezerodeposit-llt4kb.onezerodeposit-qsrk41 {
  gap: 12px;
  padding: 16px;
}

.onezerodeposit-llt4kb.onezerodeposit-qsrk41 .onezerodeposit-ccf54g {
  min-width: 240px;
}

.onezerodeposit-llt4kb.onezerodeposit-qsrk41 .onezerodeposit-ccf54g.onezerodeposit-jtf9p6 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .onezerodeposit-llt4kb .onezerodeposit-4sj007 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .onezerodeposit-llt4kb .onezerodeposit-yt90hw {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .onezerodeposit-llt4kb .onezerodeposit-n6fepg {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .onezerodeposit-llt4kb.onezerodeposit-qsrk41 .onezerodeposit-n6fepg {
    max-width: 126px;
  }
  .onezerodeposit-llt4kb .onezerodeposit-gu373z {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .onezerodeposit-llt4kb .onezerodeposit-13y96a {
    max-width: unset;
  }
  .onezerodeposit-ccf54g {
    min-width: unset;
    width: 100%;
  }
  .onezerodeposit-llt4kb .onezerodeposit-ccf54g {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .onezerodeposit-llt4kb.onezerodeposit-qsrk41 {
    grid-template-rows: auto 1fr auto;
  }
  .onezerodeposit-llt4kb.onezerodeposit-qsrk41 .onezerodeposit-ccf54g {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .onezerodeposit-llt4kb {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .onezerodeposit-llt4kb .onezerodeposit-4sj007 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .onezerodeposit-llt4kb .onezerodeposit-n6fepg {
    max-width: 78px;
  }
  .onezerodeposit-llt4kb .onezerodeposit-gu373z {
    margin-top: -12px;
  }
  .onezerodeposit-llt4kb.onezerodeposit-qsrk41 {
    gap: 8px;
  }
  .onezerodeposit-llt4kb.onezerodeposit-qsrk41 .onezerodeposit-4sj007 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .onezerodeposit-llt4kb.onezerodeposit-qsrk41 .onezerodeposit-yt90hw {
    grid-column: 1/3;
  }
  .onezerodeposit-llt4kb.onezerodeposit-qsrk41 .onezerodeposit-n6fepg {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .onezerodeposit-llt4kb.onezerodeposit-qsrk41 .onezerodeposit-n6fepg img {
    max-width: 114px;
  }
}

.onezerodeposit-ccf54g.onezerodeposit-uurrdw,
.onezerodeposit-ccf54g.onezerodeposit-k2fz1w,
.onezerodeposit-ccf54g.onezerodeposit-a3xo01 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.onezerodeposit-qp9e1h ease-in-out;
}

.onezerodeposit-ccf54g.onezerodeposit-uurrdw,
.onezerodeposit-ccf54g.onezerodeposit-a3xo01 {
  padding: 10px;
}

.onezerodeposit-ccf54g.onezerodeposit-uurrdw:hover,
.onezerodeposit-ccf54g.onezerodeposit-k2fz1w:hover,
.onezerodeposit-ccf54g.onezerodeposit-a3xo01:hover {
  background: var(--button-bg-hover);
}

.onezerodeposit-ccf54g.onezerodeposit-uurrdw:hover svg path,
.onezerodeposit-ccf54g.onezerodeposit-a3xo01:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.onezerodeposit-ccf54g.onezerodeposit-jtf9p6 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.onezerodeposit-qp9e1h ease-in-out;
  background: var(--button-bg-color);
}

.onezerodeposit-ccf54g.onezerodeposit-jtf9p6:hover {
  background-color: var(--button-bg-hover);
}

.onezerodeposit-ccf54g.onezerodeposit-k2fz1w: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);
  }
}

.onezerodeposit-ccf54g.onezerodeposit-k2fz1w:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.onezerodeposit-ccf54g.onezerodeposit-jtf9p6:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.onezerodeposit-29d7g2 {
  max-width: 650px;
}

.onezerodeposit-a0315p {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.onezerodeposit-6s88od {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.onezerodeposit-fk0lt8 {
  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.onezerodeposit-iah657 ease-in-out;
  cursor: pointer;
}

.onezerodeposit-fk0lt8:hover {
  opacity: 0.5;
}

.onezerodeposit-fk0lt8:focus {
  outline: 0;
}

.onezerodeposit-fk0lt8:focus .onezerodeposit-t68321,
.onezerodeposit-fk0lt8:hover .onezerodeposit-t68321 {
  fill: red;
  fill-opacity: 1;
}

.onezerodeposit-fk0lt8:hover {
  cursor: pointer;
}

.onezerodeposit-dtjzfy {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.onezerodeposit-29d7g2.onezerodeposit-ndjjhu {
  margin: 0 auto;
}

.onezerodeposit-29d7g2.onezerodeposit-4ddotb {
  margin-left: auto;
}

.onezerodeposit-tqsgxa {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.onezerodeposit-jef6b0 {
  padding-bottom: 50px;
}

.onezerodeposit-rlwyb8 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.onezerodeposit-rq0szv {
  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;
}

.onezerodeposit-htkg5u {
  margin-top: 24px;
}

.onezerodeposit-4rbxy2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.onezerodeposit-90muu5 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.onezerodeposit-20dz72 {
  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;
}

.onezerodeposit-k46akq {
  width: 468px;
}

.onezerodeposit-20dz72 .onezerodeposit-3jle92 {
  margin: 0.onezerodeposit-89g19y 0;
}

.onezerodeposit-mpwz1z {
  display: flex;
  min-width: 224px;
}

.onezerodeposit-nflg45 {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.onezerodeposit-iah657 ease-in-out;
}

.onezerodeposit-sgxieu,
.onezerodeposit-nflg45:hover {
  color: var(--text-color);
}

.onezerodeposit-pk3c06 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.onezerodeposit-56k8r7 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .onezerodeposit-tqsgxa {
    padding: 16px;
  }
  .onezerodeposit-pk3c06 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .onezerodeposit-56k8r7 {
    align-items: center;
  }
  .onezerodeposit-k46akq {
    width: unset;
  }
  .onezerodeposit-mpwz1z {
    min-width: unset;
  }
  .onezerodeposit-20dz72 {
    max-height: unset;
  }
  .onezerodeposit-rlwyb8 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .onezerodeposit-tqsgxa {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.onezerodeposit-0vam9o {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.onezerodeposit-0vam9o:not(:last-child) {
  margin-bottom: 16px;
}

.onezerodeposit-e5aw3p {
  outline: 0;
}

.onezerodeposit-e5aw3p .onezerodeposit-4pwijg {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.onezerodeposit-pksf41 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .onezerodeposit-pksf41 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.onezerodeposit-pksf41::-webkit-details-marker {
  display: none;
}

.onezerodeposit-pksf41: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;
}

.onezerodeposit-pksf41: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] .onezerodeposit-pksf41:after {
  transform: unset;
}

.onezerodeposit-4pwijg {
  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);
}

.onezerodeposit-4pwijg 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.onezerodeposit-iah657 ease-in-out;
  -o-transition: 0.onezerodeposit-iah657 ease-in-out;
  transition: 0.onezerodeposit-iah657 ease-in-out;
}

.onezerodeposit-a8veyp {
  padding: 16px 0 0 0;
}

.onezerodeposit-a8veyp * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .onezerodeposit-a8veyp :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .onezerodeposit-pksf41 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .onezerodeposit-pksf41::after {
    margin-left: auto;
  }
  .onezerodeposit-4pwijg {
    order: 3;
    flex: 1 1 100%;
  }
  .onezerodeposit-pksf41 {
    font-size: 14px;
    line-height: 130%;
  }
  .onezerodeposit-4pwijg svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.onezerodeposit-692c5m {
  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;
}

.onezerodeposit-ir812j {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.onezerodeposit-692c5m.onezerodeposit-9f6hdl .onezerodeposit-ir812j {
  margin-bottom: 12px;
}

.onezerodeposit-ir812j::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;
}

.onezerodeposit-692c5m.onezerodeposit-9f6hdl .onezerodeposit-ir812j::after {
  transform: unset;
}

.onezerodeposit-pepf9w {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.onezerodeposit-9wh9ki {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.onezerodeposit-iah657 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.onezerodeposit-9wh9ki: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;
}

.onezerodeposit-692c5m.onezerodeposit-9f6hdl .onezerodeposit-pepf9w {
  max-height: 100%;
}

.onezerodeposit-jxrvou {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.onezerodeposit-2txkz0 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.onezerodeposit-kq3y0n {
  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;
}

.onezerodeposit-o295v3 {
  margin-right: 4px;
}

.onezerodeposit-1v10m9 {
  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.onezerodeposit-iah657 ease-in-out;
}

.onezerodeposit-1v10m9 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.onezerodeposit-ilw385,
.onezerodeposit-1v10m9:hover {
  color: var(--text-color);
}

.onezerodeposit-gudzrv {
  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;
}

.onezerodeposit-gudzrv img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.onezerodeposit-gudzrv .onezerodeposit-s8x7b6 {
  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;
}

.onezerodeposit-gudzrv .onezerodeposit-ox6lg6 {
  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;
}

.onezerodeposit-co8xje {
  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;
}

.onezerodeposit-mco9wn {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.onezerodeposit-zu87lw .onezerodeposit-7xxw0j {
  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;
}

.onezerodeposit-zu87lw {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.onezerodeposit-10nl26 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.onezerodeposit-w8k81r {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.onezerodeposit-7kp56g {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.onezerodeposit-xrsez9 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;
}

.onezerodeposit-7kp56g:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.onezerodeposit-wzwpc2 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.onezerodeposit-puamct {
  -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.onezerodeposit-iah657 ease-in-out;
  transition: transform 0.onezerodeposit-iah657 ease-in-out;
  -o-transition: transform 0.onezerodeposit-iah657 ease-in-out;
  transition:
    transform 0.onezerodeposit-iah657 ease-in-out,
    -webkit-transform 0.onezerodeposit-iah657 ease-in-out;
  cursor: pointer;
}

.onezerodeposit-puamct svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.onezerodeposit-puamct: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;
}

.onezerodeposit-xr2dje {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .onezerodeposit-xr2dje {
    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);
}

.onezerodeposit-lczf5w {
  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;
}

.onezerodeposit-754jpr {
  position: relative;
  width: 100%;
}

.onezerodeposit-lczf5w.onezerodeposit-3pg37n {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.onezerodeposit-lczf5w.onezerodeposit-ndjjhu {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.onezerodeposit-lczf5w.onezerodeposit-4ddotb {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.onezerodeposit-zivjqh {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.onezerodeposit-fkr369 {
  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.onezerodeposit-iah657 ease-in-out;
  cursor: pointer;
}

.onezerodeposit-fkr369:hover {
  opacity: 0.5;
}

.onezerodeposit-lczf5w.onezerodeposit-vq06si .onezerodeposit-fkr369 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.onezerodeposit-lczf5w.onezerodeposit-vq06si .onezerodeposit-zivjqh {
  cursor: pointer;
}

.onezerodeposit-d3uuho {
  fill: #0009;
}

.onezerodeposit-397k9h {
  fill: #fff;
}

.onezerodeposit-fkr369:hover .onezerodeposit-d3uuho {
  fill: red;
}

.onezerodeposit-fkr369 svg path {
  -webkit-transition: 0.onezerodeposit-iah657 ease-in-out;
  -o-transition: 0.onezerodeposit-iah657 ease-in-out;
  transition: 0.onezerodeposit-iah657 ease-in-out;
}

.onezerodeposit-l8fqrs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.onezerodeposit-l8fqrs > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.onezerodeposit-l8fqrs.onezerodeposit-n5zfac > :not(.get-image) {
  grid-column: 1/3;
}

.onezerodeposit-1q7pp9:not(._h1-block) .onezerodeposit-l8fqrs > .onezerodeposit-63e4bp {
  grid-row: 1/2;
  grid-column: 1/3;
}

.onezerodeposit-l8fqrs.onezerodeposit-n5zfac .onezerodeposit-1fz10i {
  grid-column: 2/3;
}

.onezerodeposit-l8fqrs.onezerodeposit-n5zfac > .onezerodeposit-n6fepg {
  grid-column: 1/2;
}

.onezerodeposit-l8fqrs.onezerodeposit-n5zfac > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.onezerodeposit-l8fqrs > p:first-of-type {
  margin-top: 0;
}

.onezerodeposit-l8fqrs .onezerodeposit-n6fepg {
  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;
}

.onezerodeposit-1q7pp9:not(._h1-block) .onezerodeposit-63e4bp ~ .onezerodeposit-n6fepg {
  grid-row: 2/10;
}

.onezerodeposit-1q7pp9.onezerodeposit-chu5qd .onezerodeposit-63e4bp ~ .onezerodeposit-n6fepg {
  grid-row: 1/10;
}

.onezerodeposit-1q7pp9.onezerodeposit-chu5qd > .onezerodeposit-63e4bp {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.onezerodeposit-1q7pp9.onezerodeposit-chu5qd .onezerodeposit-n6fepg {
  grid-row: 1/10;
}

.onezerodeposit-l8fqrs.onezerodeposit-0phf4a .onezerodeposit-n6fepg {
  align-items: flex-start;
}

.onezerodeposit-l8fqrs.onezerodeposit-ndjjhu .onezerodeposit-1fz10i {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.onezerodeposit-l8fqrs.onezerodeposit-ndjjhu .onezerodeposit-n6fepg {
  align-items: center;
}

.onezerodeposit-l8fqrs.onezerodeposit-8aouon .onezerodeposit-n6fepg {
  align-items: flex-end;
}

.onezerodeposit-1fz10i > :first-child {
  margin-top: 0;
}

.onezerodeposit-1fz10i > :last-child {
  margin-bottom: 0;
}

* + .onezerodeposit-92ou8b,
.onezerodeposit-1q7pp9 + .onezerodeposit-1q7pp9 {
  margin-top: 2rem;
}

.onezerodeposit-22umaw td::before,
.onezerodeposit-22umaw th::after {
  display: none !important;
}

.onezerodeposit-22umaw #link-selector {
  color: #000;
}

.onezerodeposit-22umaw .onezerodeposit-iht3e3 {
  color: #135e96;
}

.onezerodeposit-22umaw .onezerodeposit-49kmlh *,
.onezerodeposit-22umaw .onezerodeposit-1vbjim p,
.onezerodeposit-22umaw .onezerodeposit-5e4hzz * {
  color: #000;
}

.onezerodeposit-22umaw .onezerodeposit-wcif5r {
  background: 0 0 !important;
}

.onezerodeposit-22umaw .onezerodeposit-829n35 {
  color: #000;
}

.onezerodeposit-22umaw .onezerodeposit-w0jlyd.onezerodeposit-p57zo4 {
  color: #fff;
}

.onezerodeposit-22umaw .onezerodeposit-lsmxa9 {
  color: #000;
}

.onezerodeposit-22umaw
  .onezerodeposit-o4m2z9
  .onezerodeposit-74phu9.onezerodeposit-p57zo4.onezerodeposit-opihvb {
  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;
}

.onezerodeposit-p4s5ds,
body .onezerodeposit-8rib0j {
  color: #000;
  background: var(--color-body) !important;
}

.onezerodeposit-p4s5ds .onezerodeposit-beahph .onezerodeposit-95pndw,
body .onezerodeposit-8rib0j .onezerodeposit-beahph .onezerodeposit-95pndw {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .onezerodeposit-9wh9ki:focus,
  .onezerodeposit-9wh9ki:hover {
    color: #f9cb16;
  }
  .onezerodeposit-qvr7xl:focus,
  .onezerodeposit-qvr7xl:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .onezerodeposit-u4hzvi:focus img,
  .onezerodeposit-u4hzvi:focus svg,
  .onezerodeposit-u4hzvi:hover img,
  .onezerodeposit-u4hzvi:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .onezerodeposit-gudzrv {
    display: none;
  }
}

@media (min-width: 1024px) {
  .onezerodeposit-0xoeiw:hover .onezerodeposit-wnvhpx svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .onezerodeposit-wnvhpx {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .onezerodeposit-ke4ehb {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .onezerodeposit-7gzrvu {
    grid-template-columns: repeat(4, 1fr);
  }
  .onezerodeposit-eoiqb9 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .onezerodeposit-ife7od .onezerodeposit-n7jt7i {
    grid-template-columns: 1fr;
  }
  .onezerodeposit-ife7od .onezerodeposit-th159m {
    -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;
  }
  .onezerodeposit-ife7od .onezerodeposit-ngh2nb {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .onezerodeposit-ife7od .onezerodeposit-8l4b3u {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .onezerodeposit-ife7od .onezerodeposit-ls3v5i {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .onezerodeposit-ife7od .onezerodeposit-ngh2nb:not(:first-child) {
    border: none;
  }
  .onezerodeposit-ife7od .onezerodeposit-ngh2nb:first-child .onezerodeposit-8l4b3u {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .onezerodeposit-ife7od .onezerodeposit-ngh2nb:last-child .onezerodeposit-8l4b3u {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .onezerodeposit-ieati4 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .onezerodeposit-m8dv9v {
    max-width: 100px;
  }
  .onezerodeposit-jx72sd {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .onezerodeposit-qhoncz {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .onezerodeposit-qhoncz svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .onezerodeposit-m522uy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .onezerodeposit-jx72sd + .onezerodeposit-qhoncz {
    margin-left: auto;
  }
  .onezerodeposit-fym17a {
    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;
  }
  .onezerodeposit-fym17a.onezerodeposit-9f6hdl {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .onezerodeposit-r077qm {
    -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;
  }
  .onezerodeposit-q6tgyc {
    width: 100%;
  }
  .onezerodeposit-q6tgyc:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .onezerodeposit-2p6cs6 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .onezerodeposit-2p6cs6 svg {
    margin-right: 4px;
  }
  .onezerodeposit-0xoeiw {
    -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;
  }
  .onezerodeposit-wnvhpx svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .onezerodeposit-wnvhpx {
    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;
  }
  .onezerodeposit-3jle92 {
    display: none;
    width: 100%;
  }
  .onezerodeposit-0xoeiw.onezerodeposit-9f6hdl .onezerodeposit-3jle92 {
    padding: 0 0 0 48px;
  }
  .onezerodeposit-8eaclg {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .onezerodeposit-rq0szv .onezerodeposit-n6fepg {
    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;
  }
  .onezerodeposit-y6k4qf {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .onezerodeposit-y6k4qf + .onezerodeposit-y6k4qf {
    margin-right: 0;
  }
  .onezerodeposit-y6k4qf + .onezerodeposit-n6fepg {
    margin: 0;
  }
  .onezerodeposit-ke4ehb {
    grid-template-columns: repeat(4, 1fr);
  }
  .onezerodeposit-7gzrvu {
    grid-template-columns: repeat(3, 1fr);
  }
  .onezerodeposit-xom2rn,
  .onezerodeposit-y1s42b {
    grid-template-columns: repeat(2, 1fr);
  }
  .onezerodeposit-l8fqrs {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .onezerodeposit-l8fqrs.onezerodeposit-n5zfac .onezerodeposit-1fz10i {
    grid-column: auto;
    grid-row: auto;
  }
  .onezerodeposit-l8fqrs > .onezerodeposit-63e4bp {
    grid-column: 1/2;
  }
  .onezerodeposit-l8fqrs.onezerodeposit-n5zfac > :not(.get-image) {
    grid-column: 1/2;
  }
  .onezerodeposit-l8fqrs .onezerodeposit-n6fepg,
  .onezerodeposit-l8fqrs.onezerodeposit-n5zfac > .onezerodeposit-n6fepg {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .onezerodeposit-l8fqrs.onezerodeposit-n5zfac > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .onezerodeposit-1q7pp9.onezerodeposit-chu5qd .onezerodeposit-l8fqrs > .onezerodeposit-n6fepg {
    grid-row: 1/2;
  }
  .onezerodeposit-l8fqrs .onezerodeposit-63e4bp ~ .onezerodeposit-n6fepg,
  .onezerodeposit-l8fqrs.onezerodeposit-n5zfac .onezerodeposit-63e4bp ~ .onezerodeposit-n6fepg {
    grid-row: 2/3;
  }
  .onezerodeposit-1q7pp9.onezerodeposit-chu5qd .onezerodeposit-63e4bp ~ .onezerodeposit-n6fepg {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .onezerodeposit-86k1c1:first-child .onezerodeposit-a5a0ej {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .onezerodeposit-86k1c1:first-child .onezerodeposit-a5a0ej h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .onezerodeposit-86k1c1 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .onezerodeposit-86k1c1 {
    padding: 0;
  }
  .onezerodeposit-vvtmug {
    margin-top: 1rem;
  }
  .onezerodeposit-e5aw3p {
    border-radius: 5px;
  }
  .onezerodeposit-mg8216 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .onezerodeposit-ir812j::after {
    display: inline-block;
  }
  .onezerodeposit-ir812j {
    margin: 0;
    width: 100%;
  }
  .onezerodeposit-pepf9w {
    width: 100%;
  }
  .onezerodeposit-pepf9w.onezerodeposit-rx9dmq {
    -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%;
  }
  .onezerodeposit-pepf9w.onezerodeposit-rx9dmq .onezerodeposit-2iedzv {
    width: 100%;
  }
  .onezerodeposit-pepf9w.onezerodeposit-rx9dmq .onezerodeposit-2iedzv:not(:last-child) {
    margin-right: 0;
  }
  .onezerodeposit-9wh9ki {
    width: 100%;
    text-align: center;
  }
  .onezerodeposit-692c5m.onezerodeposit-9f6hdl .onezerodeposit-pepf9w {
    margin-top: 1rem;
  }
  .onezerodeposit-ke4ehb {
    grid-template-columns: repeat(3, 1fr);
  }
  .onezerodeposit-eoiqb9,
  .onezerodeposit-7gzrvu {
    grid-template-columns: repeat(2, 1fr);
  }
  .onezerodeposit-xom2rn,
  .onezerodeposit-y1s42b,
  .onezerodeposit-k9u7ok {
    grid-template-columns: 1fr;
  }
  .onezerodeposit-heug2n {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .onezerodeposit-nhqdah {
    min-width: 300px;
    max-width: 325px;
  }
  .onezerodeposit-8l4b3u {
    cursor: auto;
  }
  .onezerodeposit-87s6c1 .onezerodeposit-8l4b3u {
    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;
  }
  .onezerodeposit-xr2dje {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .onezerodeposit-3jle92 {
    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) {
  .onezerodeposit-xr2dje {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.onezerodeposit-y6k4qf p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .onezerodeposit-qhoncz {
    margin: 0 -0.2rem;
  }
  .onezerodeposit-y6k4qf {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .onezerodeposit-va3h3l {
    -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;
  }
  .onezerodeposit-q02cjn {
    max-width: 100%;
  }
  .onezerodeposit-ke4ehb {
    grid-template-columns: repeat(2, 1fr);
  }
  .onezerodeposit-eoiqb9,
  .onezerodeposit-7gzrvu {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .onezerodeposit-ieati4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .onezerodeposit-qhoncz {
    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;
  }
  .onezerodeposit-pwxqvu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .onezerodeposit-kakly4 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .onezerodeposit-eb1fum,
  .onezerodeposit-0vsuut {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .onezerodeposit-2qiiec {
    width: 100%;
  }
  .onezerodeposit-ke4ehb {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .onezerodeposit-xr2dje {
    top: 127px !important;
  }
}

.onezerodeposit-mjimr8 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .onezerodeposit-mjimr8 {
  }
}

@media (max-width: 767px) {
  .onezerodeposit-mjimr8 {
    margin-bottom: 12px;
  }
}

.onezerodeposit-mjimr8 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.onezerodeposit-78qu9u {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.onezerodeposit-78qu9u > .onezerodeposit-ih60rx {
  flex: 1 1;
}

@media (max-width: 767px) {
  .onezerodeposit-78qu9u {
    flex-direction: column;
    gap: 12px;
  }
}

.onezerodeposit-wjdj0f {
  display: flex;
}

.onezerodeposit-wjdj0f .onezerodeposit-99z6m8 {
  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;
}

.onezerodeposit-wjdj0f .onezerodeposit-b48kme {
  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;
}

.onezerodeposit-wjdj0f .onezerodeposit-bmfbp3 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.onezerodeposit-wjdj0f .onezerodeposit-lkmjpx {
  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));
  }
}

.onezerodeposit-wjdj0f .onezerodeposit-lkmjpx:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.onezerodeposit-wjdj0f .onezerodeposit-cwa7rp {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.onezerodeposit-qwnx5b {
  border: unset;
  background-color: unset;
}

.onezerodeposit-qwnx5b tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.onezerodeposit-qwnx5b .onezerodeposit-vbg43n,
.onezerodeposit-qwnx5b .onezerodeposit-rp9tgy {
  flex: 0 1 330px;
}

.onezerodeposit-qwnx5b .onezerodeposit-n0ya8y {
  flex: 1 1;
}

.onezerodeposit-qwnx5b tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.onezerodeposit-qwnx5b tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.onezerodeposit-qwnx5b tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.onezerodeposit-qwnx5b tr td p {
  color: #fff;
  margin: 0;
}

.onezerodeposit-qwnx5b tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.onezerodeposit-qwnx5b tr.onezerodeposit-vbg43n td p {
  padding: 16px 0;
}

.onezerodeposit-qwnx5b tr.onezerodeposit-vbg43n td p:not(:last-child),
.onezerodeposit-qwnx5b tr.onezerodeposit-rp9tgy td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.onezerodeposit-qwnx5b tr.onezerodeposit-vbg43n td p:first-child,
.onezerodeposit-qwnx5b tr.onezerodeposit-rp9tgy td p:first-child {
  padding-top: 0;
}

.onezerodeposit-qwnx5b tr.onezerodeposit-rp9tgy td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.onezerodeposit-qwnx5b tr.onezerodeposit-rp9tgy td p:last-child {
  padding-bottom: 0;
}

.onezerodeposit-qwnx5b .onezerodeposit-rp9tgy img {
  max-width: 32px;
}

.onezerodeposit-qwnx5b .onezerodeposit-n0ya8y {
  min-width: 718px;
}

.onezerodeposit-qwnx5b .onezerodeposit-n0ya8y td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.onezerodeposit-qwnx5b .onezerodeposit-n0ya8y td {
  display: flex;
}

.onezerodeposit-qwnx5b .onezerodeposit-n0ya8y td:last-child .onezerodeposit-pd237x,
.onezerodeposit-qwnx5b .onezerodeposit-n0ya8y td:last-child .onezerodeposit-7b03rm,
.onezerodeposit-qwnx5b .onezerodeposit-n0ya8y td:last-child .onezerodeposit-z0492p {
  flex: 1 1 50%;
}

.onezerodeposit-qwnx5b .onezerodeposit-n0ya8y td:last-child .onezerodeposit-4z8iei {
  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;
}

.onezerodeposit-qwnx5b .onezerodeposit-n0ya8y td:last-child .onezerodeposit-czr5qh,
.onezerodeposit-qwnx5b .onezerodeposit-n0ya8y td:last-child .onezerodeposit-gj6bcj {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.onezerodeposit-qwnx5b .onezerodeposit-n0ya8y td:last-child .onezerodeposit-pd237x,
.onezerodeposit-qwnx5b .onezerodeposit-n0ya8y td:last-child .onezerodeposit-7b03rm {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.onezerodeposit-qwnx5b .onezerodeposit-n0ya8y td:last-child .onezerodeposit-pd237x span,
.onezerodeposit-qwnx5b .onezerodeposit-n0ya8y td:last-child .onezerodeposit-7b03rm span {
  font-weight: 800;
}

.onezerodeposit-qwnx5b .onezerodeposit-n0ya8y img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .onezerodeposit-qwnx5b .onezerodeposit-n0ya8y td .onezerodeposit-z0492p:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .onezerodeposit-qwnx5b tr.onezerodeposit-vbg43n td p:last-child {
    padding-bottom: 0;
  }
  .onezerodeposit-qwnx5b .onezerodeposit-rp9tgy > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .onezerodeposit-qwnx5b .onezerodeposit-rp9tgy > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .onezerodeposit-qwnx5b tr.onezerodeposit-vbg43n td p:not(:last-child),
  .onezerodeposit-qwnx5b tr.onezerodeposit-rp9tgy td p:not(:last-child) {
    border-bottom: unset;
  }
  .onezerodeposit-qwnx5b tr.onezerodeposit-rp9tgy td p:last-child {
    padding-bottom: 12px;
  }
  .onezerodeposit-qwnx5b .onezerodeposit-n0ya8y td:last-child .onezerodeposit-pd237x,
  .onezerodeposit-qwnx5b .onezerodeposit-n0ya8y td:last-child .onezerodeposit-7b03rm,
  .onezerodeposit-qwnx5b .onezerodeposit-n0ya8y td:last-child .onezerodeposit-z0492p {
    flex: 1 1 50%;
    padding: 0;
  }
  .onezerodeposit-qwnx5b .onezerodeposit-n0ya8y td:last-child .onezerodeposit-pd237x,
  .onezerodeposit-qwnx5b .onezerodeposit-n0ya8y td:last-child .onezerodeposit-7b03rm {
    margin-top: 16px;
  }
  .onezerodeposit-qwnx5b .onezerodeposit-n0ya8y td:last-child .onezerodeposit-z0492p {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .onezerodeposit-qwnx5b .onezerodeposit-n0ya8y td:last-child .onezerodeposit-pd237x {
    border-right: 1px solid var(--border-color);
  }
  .onezerodeposit-qwnx5b .onezerodeposit-n0ya8y td:last-child .onezerodeposit-z0492p:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .onezerodeposit-qwnx5b .onezerodeposit-n0ya8y td:last-child .onezerodeposit-z0492p:last-child {
    padding-bottom: 0;
  }
}

.onezerodeposit-z0492p {
  display: flex;
  flex-direction: column;
}

.onezerodeposit-qwnx5b .onezerodeposit-n0ya8y td .onezerodeposit-z0492p {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.onezerodeposit-qwnx5b .onezerodeposit-n0ya8y td .onezerodeposit-z0492p:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.onezerodeposit-qwnx5b .onezerodeposit-n0ya8y td .onezerodeposit-z0492p:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .onezerodeposit-qwnx5b .onezerodeposit-n0ya8y td .onezerodeposit-z0492p:not(:first-child) {
    padding-left: 0;
  }
  .onezerodeposit-qwnx5b .onezerodeposit-n0ya8y td .onezerodeposit-z0492p:not(:last-of-type) {
    border-right: unset;
  }
}

.onezerodeposit-qwnx5b .onezerodeposit-mozm1o {
  flex: 0 1 485px;
}

.onezerodeposit-qwnx5b .onezerodeposit-zob700 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.onezerodeposit-qwnx5b .onezerodeposit-zob700 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.onezerodeposit-qwnx5b .onezerodeposit-zob700 li.onezerodeposit-xpigkd {
  padding: 6px 12px;
}

.onezerodeposit-qwnx5b .onezerodeposit-zob700 li a,
.onezerodeposit-qwnx5b .onezerodeposit-zob700 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;
}

.onezerodeposit-qwnx5b .onezerodeposit-9ywvp7,
.onezerodeposit-qwnx5b .onezerodeposit-h80k92 {
  flex: 1 1;
}

.onezerodeposit-qwnx5b .onezerodeposit-ykit85,
.onezerodeposit-qwnx5b .onezerodeposit-cbdngv {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.onezerodeposit-qwnx5b .onezerodeposit-ykit85 li,
.onezerodeposit-qwnx5b .onezerodeposit-cbdngv li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.onezerodeposit-qwnx5b .onezerodeposit-h80k92 img {
  max-width: 32px;
}

.onezerodeposit-qwnx5b .onezerodeposit-9ywvp7 img {
  max-width: 32px;
}

.onezerodeposit-qwnx5b .onezerodeposit-grskec {
  min-width: 280px;
}

.onezerodeposit-qwnx5b .onezerodeposit-grskec img {
  max-width: 146px;
}

.onezerodeposit-qwnx5b .onezerodeposit-grskec td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .onezerodeposit-qwnx5b .onezerodeposit-vbg43n,
  .onezerodeposit-qwnx5b .onezerodeposit-rp9tgy {
    flex: 0 1 auto;
  }
  .onezerodeposit-qwnx5b .onezerodeposit-n0ya8y {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .onezerodeposit-qwnx5b .onezerodeposit-vbg43n,
  .onezerodeposit-qwnx5b .onezerodeposit-mozm1o,
  .onezerodeposit-qwnx5b .onezerodeposit-rp9tgy,
  .onezerodeposit-qwnx5b .onezerodeposit-n0ya8y {
    flex: 1 1 calc(50% - 20px);
  }
  .onezerodeposit-qwnx5b .onezerodeposit-9ywvp7,
  .onezerodeposit-qwnx5b .onezerodeposit-grskec,
  .onezerodeposit-qwnx5b .onezerodeposit-h80k92 {
    flex: 1 1 30%;
  }
  .onezerodeposit-qwnx5b .onezerodeposit-grskec {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .onezerodeposit-qwnx5b .onezerodeposit-vbg43n,
  .onezerodeposit-qwnx5b .onezerodeposit-mozm1o,
  .onezerodeposit-qwnx5b .onezerodeposit-9ywvp7,
  .onezerodeposit-qwnx5b .onezerodeposit-rp9tgy,
  .onezerodeposit-qwnx5b .onezerodeposit-n0ya8y,
  .onezerodeposit-qwnx5b .onezerodeposit-grskec,
  .onezerodeposit-qwnx5b .onezerodeposit-h80k92 {
    flex: 1 1 100%;
  }
}

.onezerodeposit-n44uir .onezerodeposit-m2w1ko {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.onezerodeposit-n44uir .onezerodeposit-txn6lw {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.onezerodeposit-n44uir .onezerodeposit-ex0s09 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.onezerodeposit-n44uir .onezerodeposit-kc7s4y {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.onezerodeposit-n44uir .onezerodeposit-kc7s4y > :nth-child(3) {
  margin-top: 0;
}

.onezerodeposit-n44uir .onezerodeposit-n6fepg {
  grid-column: 2/3;
  grid-row: 1/10;
}

.onezerodeposit-n44uir .onezerodeposit-dfdlwa {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.onezerodeposit-n44uir .onezerodeposit-vvtmug {
  grid-column: 1/2;
}

.onezerodeposit-n44uir > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.onezerodeposit-n44uir .onezerodeposit-txn6lw: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;
}

.onezerodeposit-n44uir .onezerodeposit-txn6lw:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.onezerodeposit-n44uir .onezerodeposit-2qiiec {
  min-width: 240px;
}

@media (max-width: 768px) {
  .onezerodeposit-n44uir .onezerodeposit-txn6lw:not(:last-child):before {
    bottom: 8px;
  }
  .onezerodeposit-n44uir .onezerodeposit-txn6lw:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .onezerodeposit-n44uir .onezerodeposit-kc7s4y {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .onezerodeposit-n44uir .onezerodeposit-n6fepg {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .onezerodeposit-n44uir .onezerodeposit-n6fepg img {
    width: 100%;
    height: auto;
  }
  .onezerodeposit-n44uir .onezerodeposit-2qiiec {
    width: 100%;
    min-width: unset;
  }
}

.onezerodeposit-xd2ggn .onezerodeposit-36rthu {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.onezerodeposit-xd2ggn .onezerodeposit-02zmd6 {
  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;
}

.onezerodeposit-xd2ggn .onezerodeposit-n6fepg {
  height: 100%;
}

.onezerodeposit-xd2ggn .onezerodeposit-n6fepg img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.onezerodeposit-xd2ggn .onezerodeposit-hjjemd {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.onezerodeposit-xd2ggn .onezerodeposit-eqjhbn {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.onezerodeposit-xd2ggn .onezerodeposit-045pal {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .onezerodeposit-xd2ggn .onezerodeposit-02zmd6 {
    flex: 1 1 100%;
  }
  .onezerodeposit-xd2ggn .onezerodeposit-ccf54g {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .onezerodeposit-xd2ggn .onezerodeposit-02zmd6 {
    flex-direction: column;
  }
  .onezerodeposit-xd2ggn .onezerodeposit-n6fepg {
    width: 100%;
    height: auto;
  }
  .onezerodeposit-xd2ggn .onezerodeposit-n6fepg img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .onezerodeposit-xd2ggn .onezerodeposit-hjjemd {
    padding: 0 16px 16px 16px;
  }
  .onezerodeposit-xd2ggn .onezerodeposit-ccf54g {
    min-width: unset;
    width: 100%;
  }
}

.onezerodeposit-vxbd3g .onezerodeposit-dryqo1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.onezerodeposit-vxbd3g .onezerodeposit-k6w0iw {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.onezerodeposit-vxbd3g 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;
}

.onezerodeposit-vxbd3g .onezerodeposit-ewgnva {
  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;
}

.onezerodeposit-vxbd3g .onezerodeposit-k6w0iw:hover .onezerodeposit-ewgnva {
  display: flex;
}

.onezerodeposit-vxbd3g .onezerodeposit-r0ma4u {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.onezerodeposit-vxbd3g .onezerodeposit-vroh07 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.onezerodeposit-nkmfk7 {
  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;
}

.onezerodeposit-nkmfk7.onezerodeposit-baoww2 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.onezerodeposit-qp9e1h ease-in-out;
}

.onezerodeposit-nkmfk7.onezerodeposit-baoww2:hover {
  color: #f9cb16;
  background-color: transparent;
}

.onezerodeposit-vxbd3g .onezerodeposit-lqszqf {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.onezerodeposit-qp9e1h ease-in-out;
}

.onezerodeposit-vxbd3g .onezerodeposit-lqszqf:hover {
  color: #196948;
  background-color: #f9cb16;
}

.onezerodeposit-vxbd3g .onezerodeposit-lqszqf:after,
.onezerodeposit-nkmfk7.onezerodeposit-baoww2:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.onezerodeposit-nkmfk7.onezerodeposit-baoww2:after {
  background-image: url(../images/Cash.svg);
}

.onezerodeposit-vxbd3g .onezerodeposit-lqszqf:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .onezerodeposit-vxbd3g .onezerodeposit-dryqo1 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .onezerodeposit-vxbd3g .onezerodeposit-dryqo1 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .onezerodeposit-vxbd3g .onezerodeposit-dryqo1 {
    grid-template-columns: 1fr;
  }
  .onezerodeposit-vxbd3g .onezerodeposit-k6w0iw {
    height: auto;
  }
  .onezerodeposit-vxbd3g .onezerodeposit-k6w0iw .onezerodeposit-ewgnva {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .onezerodeposit-vxbd3g .onezerodeposit-r0ma4u,
  .onezerodeposit-vxbd3g .onezerodeposit-vroh07 {
    text-align: left;
  }
  .onezerodeposit-vxbd3g .onezerodeposit-vroh07 {
    margin-bottom: 8px;
  }
  .onezerodeposit-vxbd3g img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.onezerodeposit-78yig1 {
  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;
}

.onezerodeposit-78yig1.onezerodeposit-vq06si {
  display: block;
}

.onezerodeposit-78yig1 .onezerodeposit-2tw8w3 {
  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;
}

.onezerodeposit-78yig1 .onezerodeposit-r333w4 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.onezerodeposit-78yig1 .onezerodeposit-sxzrj4 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.onezerodeposit-78yig1 .onezerodeposit-afgww2 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.onezerodeposit-78yig1 .onezerodeposit-nkmfk7 {
  min-width: 296px;
  margin-bottom: 0;
}

.onezerodeposit-78yig1 .onezerodeposit-f51vwi {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.onezerodeposit-78yig1 .onezerodeposit-pdmi6s {
  position: relative;
  flex: 1 1;
}

.onezerodeposit-78yig1 .onezerodeposit-pdmi6s iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .onezerodeposit-78yig1 .onezerodeposit-r333w4 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .onezerodeposit-78yig1 .onezerodeposit-sxzrj4 {
    order: 1;
  }
  .onezerodeposit-78yig1 .onezerodeposit-afgww2 {
    order: 3;
    flex: 1 1 100%;
  }
  .onezerodeposit-78yig1 .onezerodeposit-nkmfk7 {
    width: 100%;
    min-width: unset;
  }
  .onezerodeposit-78yig1 .onezerodeposit-f51vwi {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .onezerodeposit-l8fqrs > .onezerodeposit-63e4bp {
    margin-bottom: 0;
  }
  .onezerodeposit-l8fqrs > .onezerodeposit-vvtmug,
  .onezerodeposit-l8fqrs > p {
    margin-top: 0;
  }
}

.onezerodeposit-xmpifb img,
.onezerodeposit-y6k4qf img {
  width: auto;
  object-fit: contain;
}

.onezerodeposit-xmpifb {
  align-items: center;
}

.onezerodeposit-xmpifb img {
  max-height: 76px;
}

.onezerodeposit-y6k4qf img {
  max-height: 64px;
}

.onezerodeposit-1ovfjm {
  overflow: auto;
}

.onezerodeposit-fcqnit {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.onezerodeposit-3njx6t:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.onezerodeposit-tbm9cs {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.onezerodeposit-028yfz {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.onezerodeposit-tbm9cs .onezerodeposit-n6fepg {
  margin-right: 20px;
  flex-shrink: 0;
}

.onezerodeposit-tbm9cs img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.onezerodeposit-ln9yqx {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.onezerodeposit-ln9yqx > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .onezerodeposit-tbm9cs {
    padding: 15px 10px;
  }
  .onezerodeposit-ln9yqx {
    padding: 15px 10px;
  }
  .onezerodeposit-tbm9cs .onezerodeposit-n6fepg {
    margin-right: 10px;
  }
}

.onezerodeposit-dc8e4j {
  overflow-x: auto;
}

.onezerodeposit-zabpbg {
  border-collapse: collapse;
  width: 100%;
}

.onezerodeposit-dc8e4j th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.onezerodeposit-dc8e4j td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.onezerodeposit-dc8e4j td.onezerodeposit-n7atze {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.onezerodeposit-dc8e4j td.onezerodeposit-iiqudg {
  border-right: none;
}

.onezerodeposit-dc8e4j td.onezerodeposit-iiqudg .onezerodeposit-n6fepg {
  justify-content: flex-start;
}

.onezerodeposit-dc8e4j td.onezerodeposit-iiqudg .onezerodeposit-n6fepg img {
  height: auto;
  width: 90px;
}

.onezerodeposit-dc8e4j td.onezerodeposit-ybreb8,
.onezerodeposit-dc8e4j td.onezerodeposit-yqo48n {
  font-weight: 600;
  text-align: right;
}

.onezerodeposit-dc8e4j td.onezerodeposit-acv2ol,
.onezerodeposit-dc8e4j td.onezerodeposit-ybreb8 {
  padding-bottom: 10px;
  border-bottom: none;
}

.onezerodeposit-dc8e4j td.onezerodeposit-ybreb8,
.onezerodeposit-dc8e4j td.onezerodeposit-yqo48n {
  border-left: none;
}

.onezerodeposit-dc8e4j td.onezerodeposit-acv2ol,
.onezerodeposit-dc8e4j td.onezerodeposit-z4zt4u {
  border-right: none;
}

.onezerodeposit-dc8e4j td.onezerodeposit-z4zt4u,
.onezerodeposit-dc8e4j td.onezerodeposit-yqo48n {
  border-top: none;
  padding-top: 10px;
}

.onezerodeposit-k7fe5g {
  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;
}

.onezerodeposit-k7fe5g .onezerodeposit-ccf54g {
  min-width: unset;
  width: 100%;
}

.onezerodeposit-k7fe5g .onezerodeposit-ccf54g.onezerodeposit-uurrdw {
  grid-column: 1/2;
  grid-row: 1/2;
}

.onezerodeposit-k7fe5g .onezerodeposit-ccf54g.onezerodeposit-a3xo01 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.onezerodeposit-k7fe5g .onezerodeposit-1g6byp {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .onezerodeposit-k7fe5g {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .onezerodeposit-k7fe5g .onezerodeposit-ccf54g.onezerodeposit-uurrdw {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .onezerodeposit-k7fe5g .onezerodeposit-ccf54g.onezerodeposit-a3xo01 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .onezerodeposit-k7fe5g .onezerodeposit-1g6byp {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.onezerodeposit-0omaq1 {
  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;
}

.onezerodeposit-5r1t3g {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.onezerodeposit-8bbop3 p a img {
  margin: 0 auto;
  display: block;
}

.onezerodeposit-8bbop3 table {
  margin-bottom: 17px;
}

/* contanct form */
.onezerodeposit-vmbbgg {
  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;
}

.onezerodeposit-vmbbgg label {
  font-size: 14px;
}

.onezerodeposit-vmbbgg h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.onezerodeposit-vmbbgg input,
.onezerodeposit-vmbbgg textarea,
.onezerodeposit-vmbbgg 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;
}
.onezerodeposit-vmbbgg button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.onezerodeposit-qp9e1h ease;
}
.onezerodeposit-vmbbgg button:hover {
  background-color: #691204;
}
.onezerodeposit-ewyjpv {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.onezerodeposit-j4cerv ease-in;
}

.onezerodeposit-ewyjpv 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;
}
.onezerodeposit-yqfawl, .onezerodeposit-13eoic, [class*="review-card"],
thead, thead th, table th, .onezerodeposit-nwdqba,
.onezerodeposit-cttx9h, [class*="collapsible-header"],
.onezerodeposit-1wqi2m, [class*="updated-block"] {
  color: #ece7dc !important;
}
