@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);
}

.abuking-04ai41 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.abuking-0oy9cm {
  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.abuking-all5l5,
ul.abuking-all5l5 {
  padding-left: 20px;
}

ul.abuking-all5l5 {
  list-style: disc;
}

ol.abuking-all5l5 {
  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;
  }
}

.abuking-tqr99u > .abuking-951nsd,
.abuking-tqr99u > .abuking-rszscb,
.abuking-tqr99u > blockquote,
.abuking-tqr99u > h1,
.abuking-tqr99u > h2,
.abuking-tqr99u > h3,
.abuking-tqr99u > h4,
.abuking-tqr99u > h5,
.abuking-tqr99u > h6,
.abuking-tqr99u > ol,
.abuking-tqr99u > p,
.abuking-tqr99u > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.abuking-tqr99u > ol,
.abuking-tqr99u > ul {
  padding-left: 50px;
}

.abuking-tqr99u 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;
}

.abuking-tqr99u:not(:last-child) {
  margin-bottom: 2rem;
}

.abuking-tqr99u > :not(:first-child) {
  margin-top: 2rem;
}

.abuking-tqr99u {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.abuking-tqr99u:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .abuking-tqr99u:first-child {
    margin-top: 20px;
  }
}

.abuking-tqr99u > p:last-of-type {
  margin-bottom: 32px;
}

.abuking-tqr99u > .abuking-o5b3n3:not(:first-child) {
  margin: 64px auto 16px auto;
}

.abuking-rz6cd0 > .abuking-o5b3n3 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.abuking-rszscb {
  overflow: auto;
}

.abuking-rszscb::-webkit-scrollbar {
  height: 5px;
}

.abuking-rszscb table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.abuking-rszscb table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.abuking-rszscb table thead,
table thead {
  border-bottom: none;
}

.abuking-rszscb table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.abuking-rszscb table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.abuking-rszscb table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.abuking-rszscb .abuking-7r5y7b {
  table-layout: auto;
}

.abuking-rszscb .abuking-7r5y7b th {
  word-break: normal;
}

.abuking-rszscb .abuking-7r5y7b td {
  word-break: normal;
}

.abuking-04ai41 .abuking-04ai41 {
  padding-right: 0;
  padding-left: 0;
}

.abuking-mo44lp {
  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;
}

.abuking-h3k5d9 {
  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;
}

.abuking-9p5wi6 {
  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;
}

.abuking-951nsd {
  margin-top: 24px;
}

.abuking-951nsd.abuking-h3966t {
  text-align: left;
}

.abuking-951nsd.abuking-h98ixo {
  text-align: right;
}

.abuking-951nsd.abuking-rqus0v {
  text-align: center;
}

.abuking-u33srv {
  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.abuking-fz04h0 ease-in-out;
  cursor: pointer;
}

.abuking-u33srv:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.abuking-u33srv {
  min-width: 328px;
}

@media (max-width: 768px) {
  .abuking-u33srv {
    min-width: unset;
  }
}

.abuking-m85im2 {
  background-color: var(--fh-bg-color);
}

.abuking-n8sau5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.abuking-qu014v {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 80px;
}

.abuking-qu014v img {
  max-height: 44px;
  object-fit: contain;
}

.abuking-9wps0g {
  flex: 1 1;
}

.abuking-6tbpl9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.abuking-8bbcdh {
  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;
}

.abuking-8bbcdh 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;
}

.abuking-8bbcdh.abuking-vnvvfz span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.abuking-8bbcdh.abuking-vnvvfz span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.abuking-8bbcdh.abuking-vnvvfz span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.abuking-9wps0g + .abuking-6tbpl9 {
  margin-left: 20px;
}

.abuking-vuqgho {
  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;
}

.abuking-vuqgho > svg {
  max-width: 24px;
  max-height: 24px;
}

.abuking-vuqgho + .abuking-vuqgho {
  margin-left: 5px;
}

.abuking-pnv7py {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.abuking-pnv7py:hover {
  background-color: var(--button-bg-hover);
}

.abuking-ijtvqp {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.abuking-fz04h0 ease-in-out;
  border: 1px solid var(--border-color);
}

.abuking-ijtvqp:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.abuking-m9kdix {
  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) {
  .abuking-9wps0g {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .abuking-m9kdix {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .abuking-9wps0g {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .abuking-vuqgho {
    min-width: unset;
    flex: 1 1;
  }
}

.abuking-rzdr9t {
  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;
}

.abuking-rzdr9t:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.abuking-rzdr9t:hover .abuking-zu0t39 {
  opacity: 1;
  pointer-events: auto;
}

.abuking-si5wgv {
  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.abuking-oxy5z2 ease-in-out;
  gap: 4px;
}

.abuking-si5wgv > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.abuking-si5wgv .abuking-mo44lp img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.abuking-157edz,
.abuking-si5wgv:hover {
  color: var(--button-bg-hover);
}

.abuking-gm005e {
  position: relative;
}

.abuking-gm005e .abuking-si5wgv {
  margin-right: 0;
  padding-right: 4px;
}

.abuking-2ahgpe svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.abuking-gm005e.abuking-vnvvfz .abuking-2ahgpe svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.abuking-gm005e.abuking-vnvvfz .abuking-zu0t39 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.abuking-gm005e.abuking-vnvvfz .abuking-zu0t39::before {
  display: none;
}

.abuking-2ahgpe svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.abuking-zu0t39 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.abuking-75xy5g 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.abuking-zu0t39::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.abuking-zu0t39:hover {
  color: var(--fh-bg-color);
}

.abuking-p73rx8 {
  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.abuking-75xy5g 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.abuking-oxy5z2 ease-in-out;
  -o-transition: 0.abuking-oxy5z2 ease-in-out;
  transition: 0.abuking-oxy5z2 ease-in-out;
}

.abuking-p73rx8 .abuking-mo44lp img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.abuking-lp4xqh,
.abuking-p73rx8:hover {
  color: var(--button-bg-hover);
}

.abuking-4hj6cz {
  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%;
}

.abuking-4hj6cz.abuking-r8oi9h {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.abuking-4hj6cz.abuking-r8oi9h:after,
.abuking-4hj6cz.abuking-r8oi9h:before {
  content: "";
  position: absolute;
  margin: auto;
}

.abuking-4hj6cz.abuking-r8oi9h: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);
  }
}

.abuking-4hj6cz.abuking-r8oi9h:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.abuking-4hj6cz.abuking-r8oi9h > * {
  z-index: 1;
}

.abuking-4hj6cz b,
.abuking-4hj6cz strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.abuking-4hj6cz .abuking-3s5ue4 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.abuking-4hj6cz .abuking-xgc8zs {
  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;
}

.abuking-4hj6cz .abuking-mo44lp {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.abuking-4hj6cz .abuking-hi81s5 {
  margin-top: 12px;
}

.abuking-hi81s5 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.abuking-8j8a22 {
  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;
}

.abuking-hi81s5 .abuking-c4b06f {
  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.abuking-fz04h0 ease-in-out;
}

.abuking-hi81s5 .abuking-c4b06f:hover {
  background: rgba(255, 255, 255, 0.3);
}

.abuking-tyoxdr {
  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;
}

.abuking-4hj6cz.abuking-o7xc9v {
  gap: 12px;
  padding: 16px;
}

.abuking-4hj6cz.abuking-o7xc9v .abuking-tyoxdr {
  min-width: 240px;
}

.abuking-4hj6cz.abuking-o7xc9v .abuking-tyoxdr.abuking-06c9r8 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .abuking-4hj6cz .abuking-3s5ue4 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .abuking-4hj6cz .abuking-xgc8zs {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .abuking-4hj6cz .abuking-mo44lp {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .abuking-4hj6cz.abuking-o7xc9v .abuking-mo44lp {
    max-width: 126px;
  }
  .abuking-4hj6cz .abuking-hi81s5 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .abuking-4hj6cz .abuking-8j8a22 {
    max-width: unset;
  }
  .abuking-tyoxdr {
    min-width: unset;
    width: 100%;
  }
  .abuking-4hj6cz .abuking-tyoxdr {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .abuking-4hj6cz.abuking-o7xc9v {
    grid-template-rows: auto 1fr auto;
  }
  .abuking-4hj6cz.abuking-o7xc9v .abuking-tyoxdr {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .abuking-4hj6cz {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .abuking-4hj6cz .abuking-3s5ue4 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .abuking-4hj6cz .abuking-mo44lp {
    max-width: 78px;
  }
  .abuking-4hj6cz .abuking-hi81s5 {
    margin-top: -12px;
  }
  .abuking-4hj6cz.abuking-o7xc9v {
    gap: 8px;
  }
  .abuking-4hj6cz.abuking-o7xc9v .abuking-3s5ue4 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .abuking-4hj6cz.abuking-o7xc9v .abuking-xgc8zs {
    grid-column: 1/3;
  }
  .abuking-4hj6cz.abuking-o7xc9v .abuking-mo44lp {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .abuking-4hj6cz.abuking-o7xc9v .abuking-mo44lp img {
    max-width: 114px;
  }
}

.abuking-tyoxdr.abuking-lgtiqa,
.abuking-tyoxdr.abuking-n697rz,
.abuking-tyoxdr.abuking-qlqj1n {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.abuking-fz04h0 ease-in-out;
}

.abuking-tyoxdr.abuking-lgtiqa,
.abuking-tyoxdr.abuking-qlqj1n {
  padding: 10px;
}

.abuking-tyoxdr.abuking-lgtiqa:hover,
.abuking-tyoxdr.abuking-n697rz:hover,
.abuking-tyoxdr.abuking-qlqj1n:hover {
  background: var(--button-bg-hover);
}

.abuking-tyoxdr.abuking-lgtiqa:hover svg path,
.abuking-tyoxdr.abuking-qlqj1n:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.abuking-tyoxdr.abuking-06c9r8 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.abuking-fz04h0 ease-in-out;
  background: var(--button-bg-color);
}

.abuking-tyoxdr.abuking-06c9r8:hover {
  background-color: var(--button-bg-hover);
}

.abuking-tyoxdr.abuking-n697rz: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);
  }
}

.abuking-tyoxdr.abuking-n697rz:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.abuking-tyoxdr.abuking-06c9r8:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.abuking-atb1qo {
  max-width: 650px;
}

.abuking-7srhr7 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.abuking-ndiog0 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.abuking-qn53fs {
  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.abuking-oxy5z2 ease-in-out;
  cursor: pointer;
}

.abuking-qn53fs:hover {
  opacity: 0.5;
}

.abuking-qn53fs:focus {
  outline: 0;
}

.abuking-qn53fs:focus .abuking-wyfdtm,
.abuking-qn53fs:hover .abuking-wyfdtm {
  fill: red;
  fill-opacity: 1;
}

.abuking-qn53fs:hover {
  cursor: pointer;
}

.abuking-507fi5 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.abuking-atb1qo.abuking-rqus0v {
  margin: 0 auto;
}

.abuking-atb1qo.abuking-h98ixo {
  margin-left: auto;
}

.abuking-ycesfk {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.abuking-a19odz {
  padding-bottom: 50px;
}

.abuking-6vaxhf {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.abuking-wg32q4 {
  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;
}

.abuking-u7o5ep {
  margin-top: 24px;
}

.abuking-2h7oos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.abuking-okd09q {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.abuking-m270n8 {
  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;
}

.abuking-9b9gsi {
  width: 468px;
}

.abuking-m270n8 .abuking-zu0t39 {
  margin: 0.abuking-m31967 0;
}

.abuking-scy4ml {
  display: flex;
  min-width: 224px;
}

.abuking-bh4a9r {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.abuking-oxy5z2 ease-in-out;
}

.abuking-k43bf0,
.abuking-bh4a9r:hover {
  color: var(--text-color);
}

.abuking-0mepp6 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.abuking-o6zpe7 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .abuking-ycesfk {
    padding: 16px;
  }
  .abuking-0mepp6 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .abuking-o6zpe7 {
    align-items: center;
  }
  .abuking-9b9gsi {
    width: unset;
  }
  .abuking-scy4ml {
    min-width: unset;
  }
  .abuking-m270n8 {
    max-height: unset;
  }
  .abuking-6vaxhf {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .abuking-ycesfk {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.abuking-78x6d2 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.abuking-78x6d2:not(:last-child) {
  margin-bottom: 16px;
}

.abuking-39wrf3 {
  outline: 0;
}

.abuking-39wrf3 .abuking-pl0tcu {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.abuking-z3352a {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .abuking-z3352a {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.abuking-z3352a::-webkit-details-marker {
  display: none;
}

.abuking-z3352a: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;
}

.abuking-z3352a: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] .abuking-z3352a:after {
  transform: unset;
}

.abuking-pl0tcu {
  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);
}

.abuking-pl0tcu 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.abuking-oxy5z2 ease-in-out;
  -o-transition: 0.abuking-oxy5z2 ease-in-out;
  transition: 0.abuking-oxy5z2 ease-in-out;
}

.abuking-2i5euj {
  padding: 16px 0 0 0;
}

.abuking-2i5euj * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .abuking-2i5euj :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .abuking-z3352a {
    flex-wrap: wrap;
    gap: 12px;
  }
  .abuking-z3352a::after {
    margin-left: auto;
  }
  .abuking-pl0tcu {
    order: 3;
    flex: 1 1 100%;
  }
  .abuking-z3352a {
    font-size: 14px;
    line-height: 130%;
  }
  .abuking-pl0tcu svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.abuking-3467ro {
  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;
}

.abuking-ra5nin {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.abuking-3467ro.abuking-vnvvfz .abuking-ra5nin {
  margin-bottom: 12px;
}

.abuking-ra5nin::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;
}

.abuking-3467ro.abuking-vnvvfz .abuking-ra5nin::after {
  transform: unset;
}

.abuking-iyryaq {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.abuking-25tyff {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.abuking-oxy5z2 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.abuking-25tyff: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;
}

.abuking-3467ro.abuking-vnvvfz .abuking-iyryaq {
  max-height: 100%;
}

.abuking-bu961i {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.abuking-yz3u77 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.abuking-nvnako {
  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;
}

.abuking-qap6lm {
  margin-right: 4px;
}

.abuking-bsgpav {
  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.abuking-oxy5z2 ease-in-out;
}

.abuking-bsgpav svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.abuking-pi0ryy,
.abuking-bsgpav:hover {
  color: var(--text-color);
}

.abuking-6eioii {
  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;
}

.abuking-6eioii img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.abuking-6eioii .abuking-1sq8qc {
  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;
}

.abuking-6eioii .abuking-ko4unv {
  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;
}

.abuking-rdcvzx {
  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;
}

.abuking-47frmd {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.abuking-7ud5bm .abuking-04ai41 {
  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;
}

.abuking-7ud5bm {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.abuking-d2ibnd {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.abuking-7x1rq9 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.abuking-2gs1nu {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.abuking-k7jkef 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;
}

.abuking-2gs1nu:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.abuking-uzxcy9 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.abuking-2yqg3b {
  -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.abuking-oxy5z2 ease-in-out;
  transition: transform 0.abuking-oxy5z2 ease-in-out;
  -o-transition: transform 0.abuking-oxy5z2 ease-in-out;
  transition:
    transform 0.abuking-oxy5z2 ease-in-out,
    -webkit-transform 0.abuking-oxy5z2 ease-in-out;
  cursor: pointer;
}

.abuking-2yqg3b svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.abuking-2yqg3b: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;
}

.abuking-kyb278 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .abuking-kyb278 {
    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);
}

.abuking-39gnpi {
  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;
}

.abuking-14353l {
  position: relative;
  width: 100%;
}

.abuking-39gnpi.abuking-1hs1mp {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.abuking-39gnpi.abuking-rqus0v {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.abuking-39gnpi.abuking-h98ixo {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.abuking-g5wia7 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.abuking-tuhky0 {
  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.abuking-oxy5z2 ease-in-out;
  cursor: pointer;
}

.abuking-tuhky0:hover {
  opacity: 0.5;
}

.abuking-39gnpi.abuking-wu5huj .abuking-tuhky0 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.abuking-39gnpi.abuking-wu5huj .abuking-g5wia7 {
  cursor: pointer;
}

.abuking-mi6ylt {
  fill: #0009;
}

.abuking-npd5kb {
  fill: #fff;
}

.abuking-tuhky0:hover .abuking-mi6ylt {
  fill: red;
}

.abuking-tuhky0 svg path {
  -webkit-transition: 0.abuking-oxy5z2 ease-in-out;
  -o-transition: 0.abuking-oxy5z2 ease-in-out;
  transition: 0.abuking-oxy5z2 ease-in-out;
}

.abuking-oouhds {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.abuking-oouhds > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.abuking-oouhds.abuking-5z5ibw > :not(.get-image) {
  grid-column: 1/3;
}

.abuking-5xhpi0:not(._h1-block) .abuking-oouhds > .abuking-o5b3n3 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.abuking-oouhds.abuking-5z5ibw .abuking-9kyczb {
  grid-column: 2/3;
}

.abuking-oouhds.abuking-5z5ibw > .abuking-mo44lp {
  grid-column: 1/2;
}

.abuking-oouhds.abuking-5z5ibw > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.abuking-oouhds > p:first-of-type {
  margin-top: 0;
}

.abuking-oouhds .abuking-mo44lp {
  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;
}

.abuking-5xhpi0:not(._h1-block) .abuking-o5b3n3 ~ .abuking-mo44lp {
  grid-row: 2/10;
}

.abuking-5xhpi0.abuking-n6541p .abuking-o5b3n3 ~ .abuking-mo44lp {
  grid-row: 1/10;
}

.abuking-5xhpi0.abuking-n6541p > .abuking-o5b3n3 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.abuking-5xhpi0.abuking-n6541p .abuking-mo44lp {
  grid-row: 1/10;
}

.abuking-oouhds.abuking-71otsg .abuking-mo44lp {
  align-items: flex-start;
}

.abuking-oouhds.abuking-rqus0v .abuking-9kyczb {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.abuking-oouhds.abuking-rqus0v .abuking-mo44lp {
  align-items: center;
}

.abuking-oouhds.abuking-moxxe3 .abuking-mo44lp {
  align-items: flex-end;
}

.abuking-9kyczb > :first-child {
  margin-top: 0;
}

.abuking-9kyczb > :last-child {
  margin-bottom: 0;
}

* + .abuking-puqn48,
.abuking-5xhpi0 + .abuking-5xhpi0 {
  margin-top: 2rem;
}

.abuking-46or9u td::before,
.abuking-46or9u th::after {
  display: none !important;
}

.abuking-46or9u #link-selector {
  color: #000;
}

.abuking-46or9u .abuking-fy1pvf {
  color: #135e96;
}

.abuking-46or9u .abuking-i7e26s *,
.abuking-46or9u .abuking-m9tax5 p,
.abuking-46or9u .abuking-ox7gt5 * {
  color: #000;
}

.abuking-46or9u .abuking-x97yd4 {
  background: 0 0 !important;
}

.abuking-46or9u .abuking-230kin {
  color: #000;
}

.abuking-46or9u .abuking-nhmcq0.abuking-jlcfum {
  color: #fff;
}

.abuking-46or9u .abuking-uhkvcr {
  color: #000;
}

.abuking-46or9u
  .abuking-zw6mr9
  .abuking-upqkoq.abuking-jlcfum.abuking-ikikbb {
  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;
}

.abuking-xkexif,
body .abuking-1798b0 {
  color: #000;
  background: var(--color-body) !important;
}

.abuking-xkexif .abuking-biedol .abuking-yg8m11,
body .abuking-1798b0 .abuking-biedol .abuking-yg8m11 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .abuking-25tyff:focus,
  .abuking-25tyff:hover {
    color: #f9cb16;
  }
  .abuking-av052y:focus,
  .abuking-av052y:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .abuking-62735b:focus img,
  .abuking-62735b:focus svg,
  .abuking-62735b:hover img,
  .abuking-62735b:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .abuking-6eioii {
    display: none;
  }
}

@media (min-width: 1024px) {
  .abuking-gm005e:hover .abuking-2ahgpe svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .abuking-2ahgpe {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .abuking-rw9nox {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .abuking-uuxzjg {
    grid-template-columns: repeat(4, 1fr);
  }
  .abuking-t8kt5b {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .abuking-c23gkx .abuking-d7vzru {
    grid-template-columns: 1fr;
  }
  .abuking-c23gkx .abuking-g4dwv1 {
    -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;
  }
  .abuking-c23gkx .abuking-6508gg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .abuking-c23gkx .abuking-fdyxsm {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .abuking-c23gkx .abuking-9il9z9 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .abuking-c23gkx .abuking-6508gg:not(:first-child) {
    border: none;
  }
  .abuking-c23gkx .abuking-6508gg:first-child .abuking-fdyxsm {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .abuking-c23gkx .abuking-6508gg:last-child .abuking-fdyxsm {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .abuking-n8sau5 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .abuking-qu014v {
    max-width: 100px;
  }
  .abuking-9wps0g {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .abuking-6tbpl9 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .abuking-6tbpl9 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .abuking-8bbcdh {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .abuking-9wps0g + .abuking-6tbpl9 {
    margin-left: auto;
  }
  .abuking-m0vsk1 {
    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;
  }
  .abuking-m0vsk1.abuking-vnvvfz {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .abuking-m9kdix {
    -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;
  }
  .abuking-rzdr9t {
    width: 100%;
  }
  .abuking-rzdr9t:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .abuking-si5wgv {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .abuking-si5wgv svg {
    margin-right: 4px;
  }
  .abuking-gm005e {
    -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;
  }
  .abuking-2ahgpe svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .abuking-2ahgpe {
    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;
  }
  .abuking-zu0t39 {
    display: none;
    width: 100%;
  }
  .abuking-gm005e.abuking-vnvvfz .abuking-zu0t39 {
    padding: 0 0 0 48px;
  }
  .abuking-p73rx8 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .abuking-wg32q4 .abuking-mo44lp {
    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;
  }
  .abuking-ldyjgz {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .abuking-ldyjgz + .abuking-ldyjgz {
    margin-right: 0;
  }
  .abuking-ldyjgz + .abuking-mo44lp {
    margin: 0;
  }
  .abuking-rw9nox {
    grid-template-columns: repeat(4, 1fr);
  }
  .abuking-uuxzjg {
    grid-template-columns: repeat(3, 1fr);
  }
  .abuking-o8nea1,
  .abuking-esogjd {
    grid-template-columns: repeat(2, 1fr);
  }
  .abuking-oouhds {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .abuking-oouhds.abuking-5z5ibw .abuking-9kyczb {
    grid-column: auto;
    grid-row: auto;
  }
  .abuking-oouhds > .abuking-o5b3n3 {
    grid-column: 1/2;
  }
  .abuking-oouhds.abuking-5z5ibw > :not(.get-image) {
    grid-column: 1/2;
  }
  .abuking-oouhds .abuking-mo44lp,
  .abuking-oouhds.abuking-5z5ibw > .abuking-mo44lp {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .abuking-oouhds.abuking-5z5ibw > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .abuking-5xhpi0.abuking-n6541p .abuking-oouhds > .abuking-mo44lp {
    grid-row: 1/2;
  }
  .abuking-oouhds .abuking-o5b3n3 ~ .abuking-mo44lp,
  .abuking-oouhds.abuking-5z5ibw .abuking-o5b3n3 ~ .abuking-mo44lp {
    grid-row: 2/3;
  }
  .abuking-5xhpi0.abuking-n6541p .abuking-o5b3n3 ~ .abuking-mo44lp {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .abuking-tqr99u:first-child .abuking-3s7cv9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .abuking-tqr99u:first-child .abuking-3s7cv9 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .abuking-tqr99u {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .abuking-tqr99u {
    padding: 0;
  }
  .abuking-951nsd {
    margin-top: 1rem;
  }
  .abuking-39wrf3 {
    border-radius: 5px;
  }
  .abuking-up3hom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .abuking-ra5nin::after {
    display: inline-block;
  }
  .abuking-ra5nin {
    margin: 0;
    width: 100%;
  }
  .abuking-iyryaq {
    width: 100%;
  }
  .abuking-iyryaq.abuking-glpb80 {
    -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%;
  }
  .abuking-iyryaq.abuking-glpb80 .abuking-z21htt {
    width: 100%;
  }
  .abuking-iyryaq.abuking-glpb80 .abuking-z21htt:not(:last-child) {
    margin-right: 0;
  }
  .abuking-25tyff {
    width: 100%;
    text-align: center;
  }
  .abuking-3467ro.abuking-vnvvfz .abuking-iyryaq {
    margin-top: 1rem;
  }
  .abuking-rw9nox {
    grid-template-columns: repeat(3, 1fr);
  }
  .abuking-t8kt5b,
  .abuking-uuxzjg {
    grid-template-columns: repeat(2, 1fr);
  }
  .abuking-o8nea1,
  .abuking-esogjd,
  .abuking-6fi0bf {
    grid-template-columns: 1fr;
  }
  .abuking-wmm2eu {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .abuking-1kixdx {
    min-width: 300px;
    max-width: 325px;
  }
  .abuking-fdyxsm {
    cursor: auto;
  }
  .abuking-1deyey .abuking-fdyxsm {
    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;
  }
  .abuking-kyb278 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .abuking-zu0t39 {
    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) {
  .abuking-kyb278 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.abuking-ldyjgz p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .abuking-6tbpl9 {
    margin: 0 -0.2rem;
  }
  .abuking-ldyjgz {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .abuking-x6le5k {
    -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;
  }
  .abuking-4ji7yb {
    max-width: 100%;
  }
  .abuking-rw9nox {
    grid-template-columns: repeat(2, 1fr);
  }
  .abuking-t8kt5b,
  .abuking-uuxzjg {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .abuking-n8sau5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .abuking-6tbpl9 {
    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;
  }
  .abuking-m85im2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .abuking-vuqgho {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .abuking-63xeum,
  .abuking-fhu5vw {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .abuking-u33srv {
    width: 100%;
  }
  .abuking-rw9nox {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .abuking-kyb278 {
    top: 127px !important;
  }
}

.abuking-d75iaq {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .abuking-d75iaq {
  }
}

@media (max-width: 767px) {
  .abuking-d75iaq {
    margin-bottom: 12px;
  }
}

.abuking-d75iaq img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.abuking-uq2ha0 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.abuking-uq2ha0 > .abuking-ddm2ev {
  flex: 1 1;
}

@media (max-width: 767px) {
  .abuking-uq2ha0 {
    flex-direction: column;
    gap: 12px;
  }
}

.abuking-7eq4ld {
  display: flex;
}

.abuking-7eq4ld .abuking-32f10w {
  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;
}

.abuking-7eq4ld .abuking-rwuplp {
  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;
}

.abuking-7eq4ld .abuking-hf26iu {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.abuking-7eq4ld .abuking-7mp9uk {
  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));
  }
}

.abuking-7eq4ld .abuking-7mp9uk:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.abuking-7eq4ld .abuking-7m699i {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.abuking-f4nglf {
  border: unset;
  background-color: unset;
}

.abuking-f4nglf tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.abuking-f4nglf .abuking-xx2b5s,
.abuking-f4nglf .abuking-kyri2l {
  flex: 0 1 330px;
}

.abuking-f4nglf .abuking-qmg9d6 {
  flex: 1 1;
}

.abuking-f4nglf tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.abuking-f4nglf tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.abuking-f4nglf tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.abuking-f4nglf tr td p {
  color: #fff;
  margin: 0;
}

.abuking-f4nglf tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.abuking-f4nglf tr.abuking-xx2b5s td p {
  padding: 16px 0;
}

.abuking-f4nglf tr.abuking-xx2b5s td p:not(:last-child),
.abuking-f4nglf tr.abuking-kyri2l td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.abuking-f4nglf tr.abuking-xx2b5s td p:first-child,
.abuking-f4nglf tr.abuking-kyri2l td p:first-child {
  padding-top: 0;
}

.abuking-f4nglf tr.abuking-kyri2l td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.abuking-f4nglf tr.abuking-kyri2l td p:last-child {
  padding-bottom: 0;
}

.abuking-f4nglf .abuking-kyri2l img {
  max-width: 32px;
}

.abuking-f4nglf .abuking-qmg9d6 {
  min-width: 718px;
}

.abuking-f4nglf .abuking-qmg9d6 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.abuking-f4nglf .abuking-qmg9d6 td {
  display: flex;
}

.abuking-f4nglf .abuking-qmg9d6 td:last-child .abuking-5p0xsi,
.abuking-f4nglf .abuking-qmg9d6 td:last-child .abuking-umorbi,
.abuking-f4nglf .abuking-qmg9d6 td:last-child .abuking-vm78hw {
  flex: 1 1 50%;
}

.abuking-f4nglf .abuking-qmg9d6 td:last-child .abuking-idal9e {
  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;
}

.abuking-f4nglf .abuking-qmg9d6 td:last-child .abuking-g8sp1t,
.abuking-f4nglf .abuking-qmg9d6 td:last-child .abuking-u0rn1k {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.abuking-f4nglf .abuking-qmg9d6 td:last-child .abuking-5p0xsi,
.abuking-f4nglf .abuking-qmg9d6 td:last-child .abuking-umorbi {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.abuking-f4nglf .abuking-qmg9d6 td:last-child .abuking-5p0xsi span,
.abuking-f4nglf .abuking-qmg9d6 td:last-child .abuking-umorbi span {
  font-weight: 800;
}

.abuking-f4nglf .abuking-qmg9d6 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .abuking-f4nglf .abuking-qmg9d6 td .abuking-vm78hw:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .abuking-f4nglf tr.abuking-xx2b5s td p:last-child {
    padding-bottom: 0;
  }
  .abuking-f4nglf .abuking-kyri2l > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .abuking-f4nglf .abuking-kyri2l > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .abuking-f4nglf tr.abuking-xx2b5s td p:not(:last-child),
  .abuking-f4nglf tr.abuking-kyri2l td p:not(:last-child) {
    border-bottom: unset;
  }
  .abuking-f4nglf tr.abuking-kyri2l td p:last-child {
    padding-bottom: 12px;
  }
  .abuking-f4nglf .abuking-qmg9d6 td:last-child .abuking-5p0xsi,
  .abuking-f4nglf .abuking-qmg9d6 td:last-child .abuking-umorbi,
  .abuking-f4nglf .abuking-qmg9d6 td:last-child .abuking-vm78hw {
    flex: 1 1 50%;
    padding: 0;
  }
  .abuking-f4nglf .abuking-qmg9d6 td:last-child .abuking-5p0xsi,
  .abuking-f4nglf .abuking-qmg9d6 td:last-child .abuking-umorbi {
    margin-top: 16px;
  }
  .abuking-f4nglf .abuking-qmg9d6 td:last-child .abuking-vm78hw {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .abuking-f4nglf .abuking-qmg9d6 td:last-child .abuking-5p0xsi {
    border-right: 1px solid var(--border-color);
  }
  .abuking-f4nglf .abuking-qmg9d6 td:last-child .abuking-vm78hw:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .abuking-f4nglf .abuking-qmg9d6 td:last-child .abuking-vm78hw:last-child {
    padding-bottom: 0;
  }
}

.abuking-vm78hw {
  display: flex;
  flex-direction: column;
}

.abuking-f4nglf .abuking-qmg9d6 td .abuking-vm78hw {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.abuking-f4nglf .abuking-qmg9d6 td .abuking-vm78hw:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.abuking-f4nglf .abuking-qmg9d6 td .abuking-vm78hw:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .abuking-f4nglf .abuking-qmg9d6 td .abuking-vm78hw:not(:first-child) {
    padding-left: 0;
  }
  .abuking-f4nglf .abuking-qmg9d6 td .abuking-vm78hw:not(:last-of-type) {
    border-right: unset;
  }
}

.abuking-f4nglf .abuking-bptawk {
  flex: 0 1 485px;
}

.abuking-f4nglf .abuking-jbf0pp {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.abuking-f4nglf .abuking-jbf0pp li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.abuking-f4nglf .abuking-jbf0pp li.abuking-2txiyg {
  padding: 6px 12px;
}

.abuking-f4nglf .abuking-jbf0pp li a,
.abuking-f4nglf .abuking-jbf0pp 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;
}

.abuking-f4nglf .abuking-kskr0y,
.abuking-f4nglf .abuking-m9axzp {
  flex: 1 1;
}

.abuking-f4nglf .abuking-jds96l,
.abuking-f4nglf .abuking-uize6c {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.abuking-f4nglf .abuking-jds96l li,
.abuking-f4nglf .abuking-uize6c li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.abuking-f4nglf .abuking-m9axzp img {
  max-width: 32px;
}

.abuking-f4nglf .abuking-kskr0y img {
  max-width: 32px;
}

.abuking-f4nglf .abuking-4mh6to {
  min-width: 280px;
}

.abuking-f4nglf .abuking-4mh6to img {
  max-width: 146px;
}

.abuking-f4nglf .abuking-4mh6to td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .abuking-f4nglf .abuking-xx2b5s,
  .abuking-f4nglf .abuking-kyri2l {
    flex: 0 1 auto;
  }
  .abuking-f4nglf .abuking-qmg9d6 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .abuking-f4nglf .abuking-xx2b5s,
  .abuking-f4nglf .abuking-bptawk,
  .abuking-f4nglf .abuking-kyri2l,
  .abuking-f4nglf .abuking-qmg9d6 {
    flex: 1 1 calc(50% - 20px);
  }
  .abuking-f4nglf .abuking-kskr0y,
  .abuking-f4nglf .abuking-4mh6to,
  .abuking-f4nglf .abuking-m9axzp {
    flex: 1 1 30%;
  }
  .abuking-f4nglf .abuking-4mh6to {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .abuking-f4nglf .abuking-xx2b5s,
  .abuking-f4nglf .abuking-bptawk,
  .abuking-f4nglf .abuking-kskr0y,
  .abuking-f4nglf .abuking-kyri2l,
  .abuking-f4nglf .abuking-qmg9d6,
  .abuking-f4nglf .abuking-4mh6to,
  .abuking-f4nglf .abuking-m9axzp {
    flex: 1 1 100%;
  }
}

.abuking-dp26ra .abuking-hdyj0z {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.abuking-dp26ra .abuking-jg1m6s {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.abuking-dp26ra .abuking-29jgrl {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.abuking-dp26ra .abuking-18t40g {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.abuking-dp26ra .abuking-18t40g > :nth-child(3) {
  margin-top: 0;
}

.abuking-dp26ra .abuking-mo44lp {
  grid-column: 2/3;
  grid-row: 1/10;
}

.abuking-dp26ra .abuking-ojcod3 {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.abuking-dp26ra .abuking-951nsd {
  grid-column: 1/2;
}

.abuking-dp26ra > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.abuking-dp26ra .abuking-jg1m6s: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;
}

.abuking-dp26ra .abuking-jg1m6s:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.abuking-dp26ra .abuking-u33srv {
  min-width: 240px;
}

@media (max-width: 768px) {
  .abuking-dp26ra .abuking-jg1m6s:not(:last-child):before {
    bottom: 8px;
  }
  .abuking-dp26ra .abuking-jg1m6s:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .abuking-dp26ra .abuking-18t40g {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .abuking-dp26ra .abuking-mo44lp {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .abuking-dp26ra .abuking-mo44lp img {
    width: 100%;
    height: auto;
  }
  .abuking-dp26ra .abuking-u33srv {
    width: 100%;
    min-width: unset;
  }
}

.abuking-pwztlx .abuking-az1uiy {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.abuking-pwztlx .abuking-lrn4yh {
  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;
}

.abuking-pwztlx .abuking-mo44lp {
  height: 100%;
}

.abuking-pwztlx .abuking-mo44lp img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.abuking-pwztlx .abuking-golsuk {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.abuking-pwztlx .abuking-f22i2b {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.abuking-pwztlx .abuking-qwtooo {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .abuking-pwztlx .abuking-lrn4yh {
    flex: 1 1 100%;
  }
  .abuking-pwztlx .abuking-tyoxdr {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .abuking-pwztlx .abuking-lrn4yh {
    flex-direction: column;
  }
  .abuking-pwztlx .abuking-mo44lp {
    width: 100%;
    height: auto;
  }
  .abuking-pwztlx .abuking-mo44lp img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .abuking-pwztlx .abuking-golsuk {
    padding: 0 16px 16px 16px;
  }
  .abuking-pwztlx .abuking-tyoxdr {
    min-width: unset;
    width: 100%;
  }
}

.abuking-r15vps .abuking-ee83bn {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.abuking-r15vps .abuking-u9qdkx {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.abuking-r15vps 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;
}

.abuking-r15vps .abuking-lnycpq {
  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;
}

.abuking-r15vps .abuking-u9qdkx:hover .abuking-lnycpq {
  display: flex;
}

.abuking-r15vps .abuking-j1m552 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.abuking-r15vps .abuking-8x2nqz {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.abuking-d2iuct {
  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;
}

.abuking-d2iuct.abuking-cg2ilp {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.abuking-fz04h0 ease-in-out;
}

.abuking-d2iuct.abuking-cg2ilp:hover {
  color: #f9cb16;
  background-color: transparent;
}

.abuking-r15vps .abuking-nlfrdi {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.abuking-fz04h0 ease-in-out;
}

.abuking-r15vps .abuking-nlfrdi:hover {
  color: #196948;
  background-color: #f9cb16;
}

.abuking-r15vps .abuking-nlfrdi:after,
.abuking-d2iuct.abuking-cg2ilp:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.abuking-d2iuct.abuking-cg2ilp:after {
  background-image: url(../images/Cash.svg);
}

.abuking-r15vps .abuking-nlfrdi:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .abuking-r15vps .abuking-ee83bn {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .abuking-r15vps .abuking-ee83bn {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .abuking-r15vps .abuking-ee83bn {
    grid-template-columns: 1fr;
  }
  .abuking-r15vps .abuking-u9qdkx {
    height: auto;
  }
  .abuking-r15vps .abuking-u9qdkx .abuking-lnycpq {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .abuking-r15vps .abuking-j1m552,
  .abuking-r15vps .abuking-8x2nqz {
    text-align: left;
  }
  .abuking-r15vps .abuking-8x2nqz {
    margin-bottom: 8px;
  }
  .abuking-r15vps img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.abuking-w2yc1s {
  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;
}

.abuking-w2yc1s.abuking-wu5huj {
  display: block;
}

.abuking-w2yc1s .abuking-upi8vc {
  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;
}

.abuking-w2yc1s .abuking-iz8n97 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.abuking-w2yc1s .abuking-i6adrj {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.abuking-w2yc1s .abuking-tlh4ei {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.abuking-w2yc1s .abuking-d2iuct {
  min-width: 296px;
  margin-bottom: 0;
}

.abuking-w2yc1s .abuking-ycsakp {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.abuking-w2yc1s .abuking-zw2fmd {
  position: relative;
  flex: 1 1;
}

.abuking-w2yc1s .abuking-zw2fmd iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .abuking-w2yc1s .abuking-iz8n97 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .abuking-w2yc1s .abuking-i6adrj {
    order: 1;
  }
  .abuking-w2yc1s .abuking-tlh4ei {
    order: 3;
    flex: 1 1 100%;
  }
  .abuking-w2yc1s .abuking-d2iuct {
    width: 100%;
    min-width: unset;
  }
  .abuking-w2yc1s .abuking-ycsakp {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .abuking-oouhds > .abuking-o5b3n3 {
    margin-bottom: 0;
  }
  .abuking-oouhds > .abuking-951nsd,
  .abuking-oouhds > p {
    margin-top: 0;
  }
}

.abuking-v6k9nm img,
.abuking-ldyjgz img {
  width: auto;
  object-fit: contain;
}

.abuking-v6k9nm {
  align-items: center;
}

.abuking-v6k9nm img {
  max-height: 76px;
}

.abuking-ldyjgz img {
  max-height: 64px;
}

.abuking-i30z4t {
  overflow: auto;
}

.abuking-c9yuo3 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.abuking-dl9riw:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.abuking-vtjgmw {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.abuking-s2t0s0 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.abuking-vtjgmw .abuking-mo44lp {
  margin-right: 20px;
  flex-shrink: 0;
}

.abuking-vtjgmw img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.abuking-pvn0br {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.abuking-pvn0br > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .abuking-vtjgmw {
    padding: 15px 10px;
  }
  .abuking-pvn0br {
    padding: 15px 10px;
  }
  .abuking-vtjgmw .abuking-mo44lp {
    margin-right: 10px;
  }
}

.abuking-3u3ycv {
  overflow-x: auto;
}

.abuking-z7r1z7 {
  border-collapse: collapse;
  width: 100%;
}

.abuking-3u3ycv th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.abuking-3u3ycv td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.abuking-3u3ycv td.abuking-blpw4r {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.abuking-3u3ycv td.abuking-l919x9 {
  border-right: none;
}

.abuking-3u3ycv td.abuking-l919x9 .abuking-mo44lp {
  justify-content: flex-start;
}

.abuking-3u3ycv td.abuking-l919x9 .abuking-mo44lp img {
  height: auto;
  width: 90px;
}

.abuking-3u3ycv td.abuking-3g47mq,
.abuking-3u3ycv td.abuking-6odf5e {
  font-weight: 600;
  text-align: right;
}

.abuking-3u3ycv td.abuking-ghxomh,
.abuking-3u3ycv td.abuking-3g47mq {
  padding-bottom: 10px;
  border-bottom: none;
}

.abuking-3u3ycv td.abuking-3g47mq,
.abuking-3u3ycv td.abuking-6odf5e {
  border-left: none;
}

.abuking-3u3ycv td.abuking-ghxomh,
.abuking-3u3ycv td.abuking-0qomh9 {
  border-right: none;
}

.abuking-3u3ycv td.abuking-0qomh9,
.abuking-3u3ycv td.abuking-6odf5e {
  border-top: none;
  padding-top: 10px;
}

.abuking-s39zct {
  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;
}

.abuking-s39zct .abuking-tyoxdr {
  min-width: unset;
  width: 100%;
}

.abuking-s39zct .abuking-tyoxdr.abuking-lgtiqa {
  grid-column: 1/2;
  grid-row: 1/2;
}

.abuking-s39zct .abuking-tyoxdr.abuking-qlqj1n {
  grid-column: 2/3;
  grid-row: 1/2;
}

.abuking-s39zct .abuking-i655mr {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .abuking-s39zct {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .abuking-s39zct .abuking-tyoxdr.abuking-lgtiqa {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .abuking-s39zct .abuking-tyoxdr.abuking-qlqj1n {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .abuking-s39zct .abuking-i655mr {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.abuking-voobkh {
  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;
}

.abuking-lk84t2 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.abuking-rz6cd0 p a img {
  margin: 0 auto;
  display: block;
}

.abuking-rz6cd0 table {
  margin-bottom: 17px;
}

/* contanct form */
.abuking-e0ki4c {
  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;
}

.abuking-e0ki4c label {
  font-size: 14px;
}

.abuking-e0ki4c h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.abuking-e0ki4c input,
.abuking-e0ki4c textarea,
.abuking-e0ki4c 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;
}
.abuking-e0ki4c button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.abuking-fz04h0 ease;
}
.abuking-e0ki4c button:hover {
  background-color: #691204;
}
.abuking-mlv7z3 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.abuking-kdbjol ease-in;
}

.abuking-mlv7z3 h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}